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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --inherit: inherit;
  --current: currentColor;
  --transparent: transparent;
  --black: #000;
  --white: #fff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #030712;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --orange-950: #431407;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --amber-950: #451a03;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --lime-950: #1a2e05;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --green-950: #052e16;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --emerald-950: #022c22;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --teal-950: #042f2e;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --cyan-950: #083344;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --sky-950: #082f49;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --indigo-950: #1e1b4b;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --violet-950: #2e1065;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --purple-950: #3b0764;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --fuchsia-950: #4a044e;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --pink-950: #500724;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --rose-950: #4c0519;
  --border: hsl(var(--border) / <alpha-value>);
  --input: hsl(var(--input) / <alpha-value>);
  --ring: hsl(var(--ring) / <alpha-value>);
  --background: hsl(var(--background) / <alpha-value>);
  --foreground: hsl(var(--foreground) / <alpha-value>);
  --primary: hsl(var(--primary) / <alpha-value>);
  --primary-foreground: hsl(var(--primary-foreground) / <alpha-value>);
  --secondary: hsl(var(--secondary) / <alpha-value>);
  --secondary-foreground: hsl(var(--secondary-foreground) / <alpha-value>);
  --destructive: hsl(var(--destructive) / <alpha-value>);
  --destructive-foreground: hsl(var(--destructive-foreground) / <alpha-value>);
  --muted: hsl(var(--muted) / <alpha-value>);
  --muted-foreground: hsl(var(--muted-foreground) / <alpha-value>);
  --accent: hsl(var(--accent) / <alpha-value>);
  --accent-foreground: hsl(var(--accent-foreground) / <alpha-value>);
  --popover: hsl(var(--popover) / <alpha-value>);
  --popover-foreground: hsl(var(--popover-foreground) / <alpha-value>);
  --card: hsl(var(--card) / <alpha-value>);
  --card-foreground: hsl(var(--card-foreground) / <alpha-value>);
  --supporting: hsl(var(--supporting) / <alpha-value>);
  --supporting-foreground: hsl(var(--supporting) / <alpha-value>);
  --tertiary: hsl(var(--tertiary) / <alpha-value>);
  --sidebar: hsl(var(--sidebar-background));
  --sidebar-foreground: hsl(var(--sidebar-foreground));
  --sidebar-primary: hsl(var(--sidebar-primary));
  --sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground));
  --sidebar-accent: hsl(var(--sidebar-accent));
  --sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground));
  --sidebar-border: hsl(var(--sidebar-border));
  --sidebar-ring: hsl(var(--sidebar-ring));
}
  :root,
  .light {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;

    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;

    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;

    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;

    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 240 5.9% 10%;
    --radius: 0.5rem;

    --primary: 240 5.9% 10%;
    --primary-foreground: 0 0% 98%;

    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;

    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;

    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;

    /* Everything Else */
    --supporting: 0 0% 85%;
    --tertiary: 255 100% 75%; /* Purple*/
  }

  .dark {
    --background: 0 0% 9%;
    --foreground: 210 40% 98%;

    --muted: 240 3.7% 15.9%;
    --muted-foreground: 240 5% 64.9%;

    --popover: 240 10% 3.9%;
    --popover-foreground: 0 0% 98%;

    --card: 240 10% 3.9%;
    --card-foreground: 0 0% 98%;

    --border: 240 3.7% 15.9%;
    --input: 240 3.7% 15.9%;

    --primary: 0 0% 98%;
    --primary-foreground: 240 5.9% 10%;

    --secondary: 240 3.7% 15.9%;
    --secondary-foreground: 0 0% 98%;

    --accent: 240 3.7% 15.9%;
    --accent-foreground: 0 0% 98%;

    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;

    --ring: 240 4.9% 83.9%;

    --radius: 0.5rem;

    /* Everything Else */
    --supporting: 0 0% 15%;
    --tertiary: 255 100% 70%; /* Puuurple (#8c66ff) */

    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
  * {
  --tw-border-opacity: 1;
  border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}

  body {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
  font-family: Open Sauce One, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

  *:not(.non-conforming-text) *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--tertiary) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  *:not(.non-conforming-text) *::selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--tertiary) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  *:not(.non-conforming-text)::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--tertiary) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  *:not(.non-conforming-text)::selection {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--tertiary) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  .non-conforming-text {
    /* Just defining the CSS class, nothing to see here */
  }

  /* Terminal Cursor Animation */
  @keyframes blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* Terminal Cursor */
  .typecursor {
    animation: blink 900ms steps(1) infinite;
    animation-delay: 100ms;
    width: 1rem;
    height: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; /* Prevent text ferom being highlighted */ --tw-bg-opacity: 1; background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)); font-family: Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --tw-text-opacity: 1; color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  }
  .typecursor:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

  .drop-text-shadow {
    text-shadow: 2px 2px 8px hsl(var(--background));
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1400px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(:not(pre) > code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background: hsl(var(--muted) / 1.0);
  border-radius: 0.25rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-weight: 600;
}
.prose :where(a:not(.non-conforming-text)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.prose :where(a:not(.non-conforming-text):hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: black;
  background-color: hsl(var(--tertiary));
  border-radius: 5px;
}
.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-px {
  inset: -1px;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-\[-40\%\] {
  left: -40%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-8px\] {
  right: -8px;
}
.right-\[7\.5vw\] {
  right: 7.5vw;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-\[8vh\] {
  top: 8vh;
}
.top-\[calc\(1em\+4px\)\] {
  top: calc(1em + 4px);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[27px\] {
  margin-left: 27px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[9px\] {
  margin-right: 9px;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[37\.5vh\] {
  margin-top: 37.5vh;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-auto {
  width: auto;
  height: auto;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-svh {
  height: 100svh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[131px\] {
  min-height: 131px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[--sidebar-width\] {
  width: var(--sidebar-width);
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[29px\] {
  width: 29px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[80rem\] {
  width: 80rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1\.375rem\] {
  min-width: 1.375rem;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[--skeleton-width\] {
  max-width: var(--skeleton-width);
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.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-px {
  --tw-translate-x: -1px;
  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-\[10\%\] {
  --tw-translate-x: 10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[7\.5\%\] {
  --tw-translate-x: 7.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px {
  --tw-translate-x: 1px;
  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-\[-2\%\] {
  --tw-translate-y: -2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-5\%\] {
  --tw-translate-y: -5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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 pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.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;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.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-y-2 {
  row-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[15\%\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15% * var(--tw-space-x-reverse));
  margin-left: calc(15% * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-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));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: calc(var(--radius) + 4px);
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-md {
  border-bottom-right-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-none {
  border-style: none;
}
.border-background {
  --tw-border-opacity: 1;
  border-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}
.border-background\/0 {
  border-color: hsl(var(--background) / 0);
}
.border-background\/10 {
  border-color: hsl(var(--background) / 0.1);
}
.border-background\/100 {
  border-color: hsl(var(--background) / 1);
}
.border-background\/15 {
  border-color: hsl(var(--background) / 0.15);
}
.border-background\/20 {
  border-color: hsl(var(--background) / 0.2);
}
.border-background\/25 {
  border-color: hsl(var(--background) / 0.25);
}
.border-background\/30 {
  border-color: hsl(var(--background) / 0.3);
}
.border-background\/35 {
  border-color: hsl(var(--background) / 0.35);
}
.border-background\/40 {
  border-color: hsl(var(--background) / 0.4);
}
.border-background\/45 {
  border-color: hsl(var(--background) / 0.45);
}
.border-background\/5 {
  border-color: hsl(var(--background) / 0.05);
}
.border-background\/50 {
  border-color: hsl(var(--background) / 0.5);
}
.border-background\/55 {
  border-color: hsl(var(--background) / 0.55);
}
.border-background\/60 {
  border-color: hsl(var(--background) / 0.6);
}
.border-background\/65 {
  border-color: hsl(var(--background) / 0.65);
}
.border-background\/70 {
  border-color: hsl(var(--background) / 0.7);
}
.border-background\/75 {
  border-color: hsl(var(--background) / 0.75);
}
.border-background\/80 {
  border-color: hsl(var(--background) / 0.8);
}
.border-background\/85 {
  border-color: hsl(var(--background) / 0.85);
}
.border-background\/90 {
  border-color: hsl(var(--background) / 0.9);
}
.border-background\/95 {
  border-color: hsl(var(--background) / 0.95);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.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\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.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\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / 0.15);
}
.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(219 234 254 / 0.35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(191 219 254 / 0.15);
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(191 219 254 / 0.35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(147 197 253 / 0.35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(96 165 250 / 0.15);
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-50\/0 {
  border-color: rgb(239 246 255 / 0);
}
.border-blue-50\/10 {
  border-color: rgb(239 246 255 / 0.1);
}
.border-blue-50\/100 {
  border-color: rgb(239 246 255 / 1);
}
.border-blue-50\/15 {
  border-color: rgb(239 246 255 / 0.15);
}
.border-blue-50\/20 {
  border-color: rgb(239 246 255 / 0.2);
}
.border-blue-50\/25 {
  border-color: rgb(239 246 255 / 0.25);
}
.border-blue-50\/30 {
  border-color: rgb(239 246 255 / 0.3);
}
.border-blue-50\/35 {
  border-color: rgb(239 246 255 / 0.35);
}
.border-blue-50\/40 {
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/45 {
  border-color: rgb(239 246 255 / 0.45);
}
.border-blue-50\/5 {
  border-color: rgb(239 246 255 / 0.05);
}
.border-blue-50\/50 {
  border-color: rgb(239 246 255 / 0.5);
}
.border-blue-50\/55 {
  border-color: rgb(239 246 255 / 0.55);
}
.border-blue-50\/60 {
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/65 {
  border-color: rgb(239 246 255 / 0.65);
}
.border-blue-50\/70 {
  border-color: rgb(239 246 255 / 0.7);
}
.border-blue-50\/75 {
  border-color: rgb(239 246 255 / 0.75);
}
.border-blue-50\/80 {
  border-color: rgb(239 246 255 / 0.8);
}
.border-blue-50\/85 {
  border-color: rgb(239 246 255 / 0.85);
}
.border-blue-50\/90 {
  border-color: rgb(239 246 255 / 0.9);
}
.border-blue-50\/95 {
  border-color: rgb(239 246 255 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(59 130 246 / 0.15);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(59 130 246 / 0.35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(37 99 235 / 0.15);
}
.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(37 99 235 / 0.35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-700\/0 {
  border-color: rgb(29 78 216 / 0);
}
.border-blue-700\/10 {
  border-color: rgb(29 78 216 / 0.1);
}
.border-blue-700\/100 {
  border-color: rgb(29 78 216 / 1);
}
.border-blue-700\/15 {
  border-color: rgb(29 78 216 / 0.15);
}
.border-blue-700\/20 {
  border-color: rgb(29 78 216 / 0.2);
}
.border-blue-700\/25 {
  border-color: rgb(29 78 216 / 0.25);
}
.border-blue-700\/30 {
  border-color: rgb(29 78 216 / 0.3);
}
.border-blue-700\/35 {
  border-color: rgb(29 78 216 / 0.35);
}
.border-blue-700\/40 {
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/45 {
  border-color: rgb(29 78 216 / 0.45);
}
.border-blue-700\/5 {
  border-color: rgb(29 78 216 / 0.05);
}
.border-blue-700\/50 {
  border-color: rgb(29 78 216 / 0.5);
}
.border-blue-700\/55 {
  border-color: rgb(29 78 216 / 0.55);
}
.border-blue-700\/60 {
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/65 {
  border-color: rgb(29 78 216 / 0.65);
}
.border-blue-700\/70 {
  border-color: rgb(29 78 216 / 0.7);
}
.border-blue-700\/75 {
  border-color: rgb(29 78 216 / 0.75);
}
.border-blue-700\/80 {
  border-color: rgb(29 78 216 / 0.8);
}
.border-blue-700\/85 {
  border-color: rgb(29 78 216 / 0.85);
}
.border-blue-700\/90 {
  border-color: rgb(29 78 216 / 0.9);
}
.border-blue-700\/95 {
  border-color: rgb(29 78 216 / 0.95);
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-blue-800\/0 {
  border-color: rgb(30 64 175 / 0);
}
.border-blue-800\/10 {
  border-color: rgb(30 64 175 / 0.1);
}
.border-blue-800\/100 {
  border-color: rgb(30 64 175 / 1);
}
.border-blue-800\/15 {
  border-color: rgb(30 64 175 / 0.15);
}
.border-blue-800\/20 {
  border-color: rgb(30 64 175 / 0.2);
}
.border-blue-800\/25 {
  border-color: rgb(30 64 175 / 0.25);
}
.border-blue-800\/30 {
  border-color: rgb(30 64 175 / 0.3);
}
.border-blue-800\/35 {
  border-color: rgb(30 64 175 / 0.35);
}
.border-blue-800\/40 {
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/45 {
  border-color: rgb(30 64 175 / 0.45);
}
.border-blue-800\/5 {
  border-color: rgb(30 64 175 / 0.05);
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-800\/55 {
  border-color: rgb(30 64 175 / 0.55);
}
.border-blue-800\/60 {
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/65 {
  border-color: rgb(30 64 175 / 0.65);
}
.border-blue-800\/70 {
  border-color: rgb(30 64 175 / 0.7);
}
.border-blue-800\/75 {
  border-color: rgb(30 64 175 / 0.75);
}
.border-blue-800\/80 {
  border-color: rgb(30 64 175 / 0.8);
}
.border-blue-800\/85 {
  border-color: rgb(30 64 175 / 0.85);
}
.border-blue-800\/90 {
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95 {
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-blue-900\/0 {
  border-color: rgb(30 58 138 / 0);
}
.border-blue-900\/10 {
  border-color: rgb(30 58 138 / 0.1);
}
.border-blue-900\/100 {
  border-color: rgb(30 58 138 / 1);
}
.border-blue-900\/15 {
  border-color: rgb(30 58 138 / 0.15);
}
.border-blue-900\/20 {
  border-color: rgb(30 58 138 / 0.2);
}
.border-blue-900\/25 {
  border-color: rgb(30 58 138 / 0.25);
}
.border-blue-900\/30 {
  border-color: rgb(30 58 138 / 0.3);
}
.border-blue-900\/35 {
  border-color: rgb(30 58 138 / 0.35);
}
.border-blue-900\/40 {
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/45 {
  border-color: rgb(30 58 138 / 0.45);
}
.border-blue-900\/5 {
  border-color: rgb(30 58 138 / 0.05);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-blue-900\/55 {
  border-color: rgb(30 58 138 / 0.55);
}
.border-blue-900\/60 {
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/65 {
  border-color: rgb(30 58 138 / 0.65);
}
.border-blue-900\/70 {
  border-color: rgb(30 58 138 / 0.7);
}
.border-blue-900\/75 {
  border-color: rgb(30 58 138 / 0.75);
}
.border-blue-900\/80 {
  border-color: rgb(30 58 138 / 0.8);
}
.border-blue-900\/85 {
  border-color: rgb(30 58 138 / 0.85);
}
.border-blue-900\/90 {
  border-color: rgb(30 58 138 / 0.9);
}
.border-blue-900\/95 {
  border-color: rgb(30 58 138 / 0.95);
}
.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-blue-950\/0 {
  border-color: rgb(23 37 84 / 0);
}
.border-blue-950\/10 {
  border-color: rgb(23 37 84 / 0.1);
}
.border-blue-950\/100 {
  border-color: rgb(23 37 84 / 1);
}
.border-blue-950\/15 {
  border-color: rgb(23 37 84 / 0.15);
}
.border-blue-950\/20 {
  border-color: rgb(23 37 84 / 0.2);
}
.border-blue-950\/25 {
  border-color: rgb(23 37 84 / 0.25);
}
.border-blue-950\/30 {
  border-color: rgb(23 37 84 / 0.3);
}
.border-blue-950\/35 {
  border-color: rgb(23 37 84 / 0.35);
}
.border-blue-950\/40 {
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/45 {
  border-color: rgb(23 37 84 / 0.45);
}
.border-blue-950\/5 {
  border-color: rgb(23 37 84 / 0.05);
}
.border-blue-950\/50 {
  border-color: rgb(23 37 84 / 0.5);
}
.border-blue-950\/55 {
  border-color: rgb(23 37 84 / 0.55);
}
.border-blue-950\/60 {
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/65 {
  border-color: rgb(23 37 84 / 0.65);
}
.border-blue-950\/70 {
  border-color: rgb(23 37 84 / 0.7);
}
.border-blue-950\/75 {
  border-color: rgb(23 37 84 / 0.75);
}
.border-blue-950\/80 {
  border-color: rgb(23 37 84 / 0.8);
}
.border-blue-950\/85 {
  border-color: rgb(23 37 84 / 0.85);
}
.border-blue-950\/90 {
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95 {
  border-color: rgb(23 37 84 / 0.95);
}
.border-border {
  --tw-border-opacity: 1;
  border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}
.border-border\/0 {
  border-color: hsl(var(--border) / 0);
}
.border-border\/10 {
  border-color: hsl(var(--border) / 0.1);
}
.border-border\/100 {
  border-color: hsl(var(--border) / 1);
}
.border-border\/15 {
  border-color: hsl(var(--border) / 0.15);
}
.border-border\/20 {
  border-color: hsl(var(--border) / 0.2);
}
.border-border\/25 {
  border-color: hsl(var(--border) / 0.25);
}
.border-border\/30 {
  border-color: hsl(var(--border) / 0.3);
}
.border-border\/35 {
  border-color: hsl(var(--border) / 0.35);
}
.border-border\/40 {
  border-color: hsl(var(--border) / 0.4);
}
.border-border\/45 {
  border-color: hsl(var(--border) / 0.45);
}
.border-border\/5 {
  border-color: hsl(var(--border) / 0.05);
}
.border-border\/50 {
  border-color: hsl(var(--border) / 0.5);
}
.border-border\/55 {
  border-color: hsl(var(--border) / 0.55);
}
.border-border\/60 {
  border-color: hsl(var(--border) / 0.6);
}
.border-border\/65 {
  border-color: hsl(var(--border) / 0.65);
}
.border-border\/70 {
  border-color: hsl(var(--border) / 0.7);
}
.border-border\/75 {
  border-color: hsl(var(--border) / 0.75);
}
.border-border\/80 {
  border-color: hsl(var(--border) / 0.8);
}
.border-border\/85 {
  border-color: hsl(var(--border) / 0.85);
}
.border-border\/90 {
  border-color: hsl(var(--border) / 0.9);
}
.border-border\/95 {
  border-color: hsl(var(--border) / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-input {
  --tw-border-opacity: 1;
  border-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}
.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.border-lime-100\/15 {
  border-color: rgb(236 252 203 / 0.15);
}
.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.border-lime-100\/35 {
  border-color: rgb(236 252 203 / 0.35);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}
.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}
.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85);
}
.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.border-lime-200\/15 {
  border-color: rgb(217 249 157 / 0.15);
}
.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.border-lime-200\/35 {
  border-color: rgb(217 249 157 / 0.35);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}
.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}
.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85);
}
.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.border-lime-300\/15 {
  border-color: rgb(190 242 100 / 0.15);
}
.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.border-lime-300\/35 {
  border-color: rgb(190 242 100 / 0.35);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}
.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}
.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85);
}
.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.border-lime-400\/15 {
  border-color: rgb(163 230 53 / 0.15);
}
.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.border-lime-400\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}
.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}
.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85);
}
.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-lime-50\/0 {
  border-color: rgb(247 254 231 / 0);
}
.border-lime-50\/10 {
  border-color: rgb(247 254 231 / 0.1);
}
.border-lime-50\/100 {
  border-color: rgb(247 254 231 / 1);
}
.border-lime-50\/15 {
  border-color: rgb(247 254 231 / 0.15);
}
.border-lime-50\/20 {
  border-color: rgb(247 254 231 / 0.2);
}
.border-lime-50\/25 {
  border-color: rgb(247 254 231 / 0.25);
}
.border-lime-50\/30 {
  border-color: rgb(247 254 231 / 0.3);
}
.border-lime-50\/35 {
  border-color: rgb(247 254 231 / 0.35);
}
.border-lime-50\/40 {
  border-color: rgb(247 254 231 / 0.4);
}
.border-lime-50\/45 {
  border-color: rgb(247 254 231 / 0.45);
}
.border-lime-50\/5 {
  border-color: rgb(247 254 231 / 0.05);
}
.border-lime-50\/50 {
  border-color: rgb(247 254 231 / 0.5);
}
.border-lime-50\/55 {
  border-color: rgb(247 254 231 / 0.55);
}
.border-lime-50\/60 {
  border-color: rgb(247 254 231 / 0.6);
}
.border-lime-50\/65 {
  border-color: rgb(247 254 231 / 0.65);
}
.border-lime-50\/70 {
  border-color: rgb(247 254 231 / 0.7);
}
.border-lime-50\/75 {
  border-color: rgb(247 254 231 / 0.75);
}
.border-lime-50\/80 {
  border-color: rgb(247 254 231 / 0.8);
}
.border-lime-50\/85 {
  border-color: rgb(247 254 231 / 0.85);
}
.border-lime-50\/90 {
  border-color: rgb(247 254 231 / 0.9);
}
.border-lime-50\/95 {
  border-color: rgb(247 254 231 / 0.95);
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.border-lime-500\/15 {
  border-color: rgb(132 204 22 / 0.15);
}
.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.border-lime-500\/35 {
  border-color: rgb(132 204 22 / 0.35);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}
.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}
.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85);
}
.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.border-lime-600\/15 {
  border-color: rgb(101 163 13 / 0.15);
}
.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.border-lime-600\/35 {
  border-color: rgb(101 163 13 / 0.35);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}
.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}
.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85);
}
.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-lime-700\/0 {
  border-color: rgb(77 124 15 / 0);
}
.border-lime-700\/10 {
  border-color: rgb(77 124 15 / 0.1);
}
.border-lime-700\/100 {
  border-color: rgb(77 124 15 / 1);
}
.border-lime-700\/15 {
  border-color: rgb(77 124 15 / 0.15);
}
.border-lime-700\/20 {
  border-color: rgb(77 124 15 / 0.2);
}
.border-lime-700\/25 {
  border-color: rgb(77 124 15 / 0.25);
}
.border-lime-700\/30 {
  border-color: rgb(77 124 15 / 0.3);
}
.border-lime-700\/35 {
  border-color: rgb(77 124 15 / 0.35);
}
.border-lime-700\/40 {
  border-color: rgb(77 124 15 / 0.4);
}
.border-lime-700\/45 {
  border-color: rgb(77 124 15 / 0.45);
}
.border-lime-700\/5 {
  border-color: rgb(77 124 15 / 0.05);
}
.border-lime-700\/50 {
  border-color: rgb(77 124 15 / 0.5);
}
.border-lime-700\/55 {
  border-color: rgb(77 124 15 / 0.55);
}
.border-lime-700\/60 {
  border-color: rgb(77 124 15 / 0.6);
}
.border-lime-700\/65 {
  border-color: rgb(77 124 15 / 0.65);
}
.border-lime-700\/70 {
  border-color: rgb(77 124 15 / 0.7);
}
.border-lime-700\/75 {
  border-color: rgb(77 124 15 / 0.75);
}
.border-lime-700\/80 {
  border-color: rgb(77 124 15 / 0.8);
}
.border-lime-700\/85 {
  border-color: rgb(77 124 15 / 0.85);
}
.border-lime-700\/90 {
  border-color: rgb(77 124 15 / 0.9);
}
.border-lime-700\/95 {
  border-color: rgb(77 124 15 / 0.95);
}
.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-lime-800\/0 {
  border-color: rgb(63 98 18 / 0);
}
.border-lime-800\/10 {
  border-color: rgb(63 98 18 / 0.1);
}
.border-lime-800\/100 {
  border-color: rgb(63 98 18 / 1);
}
.border-lime-800\/15 {
  border-color: rgb(63 98 18 / 0.15);
}
.border-lime-800\/20 {
  border-color: rgb(63 98 18 / 0.2);
}
.border-lime-800\/25 {
  border-color: rgb(63 98 18 / 0.25);
}
.border-lime-800\/30 {
  border-color: rgb(63 98 18 / 0.3);
}
.border-lime-800\/35 {
  border-color: rgb(63 98 18 / 0.35);
}
.border-lime-800\/40 {
  border-color: rgb(63 98 18 / 0.4);
}
.border-lime-800\/45 {
  border-color: rgb(63 98 18 / 0.45);
}
.border-lime-800\/5 {
  border-color: rgb(63 98 18 / 0.05);
}
.border-lime-800\/50 {
  border-color: rgb(63 98 18 / 0.5);
}
.border-lime-800\/55 {
  border-color: rgb(63 98 18 / 0.55);
}
.border-lime-800\/60 {
  border-color: rgb(63 98 18 / 0.6);
}
.border-lime-800\/65 {
  border-color: rgb(63 98 18 / 0.65);
}
.border-lime-800\/70 {
  border-color: rgb(63 98 18 / 0.7);
}
.border-lime-800\/75 {
  border-color: rgb(63 98 18 / 0.75);
}
.border-lime-800\/80 {
  border-color: rgb(63 98 18 / 0.8);
}
.border-lime-800\/85 {
  border-color: rgb(63 98 18 / 0.85);
}
.border-lime-800\/90 {
  border-color: rgb(63 98 18 / 0.9);
}
.border-lime-800\/95 {
  border-color: rgb(63 98 18 / 0.95);
}
.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-lime-900\/0 {
  border-color: rgb(54 83 20 / 0);
}
.border-lime-900\/10 {
  border-color: rgb(54 83 20 / 0.1);
}
.border-lime-900\/100 {
  border-color: rgb(54 83 20 / 1);
}
.border-lime-900\/15 {
  border-color: rgb(54 83 20 / 0.15);
}
.border-lime-900\/20 {
  border-color: rgb(54 83 20 / 0.2);
}
.border-lime-900\/25 {
  border-color: rgb(54 83 20 / 0.25);
}
.border-lime-900\/30 {
  border-color: rgb(54 83 20 / 0.3);
}
.border-lime-900\/35 {
  border-color: rgb(54 83 20 / 0.35);
}
.border-lime-900\/40 {
  border-color: rgb(54 83 20 / 0.4);
}
.border-lime-900\/45 {
  border-color: rgb(54 83 20 / 0.45);
}
.border-lime-900\/5 {
  border-color: rgb(54 83 20 / 0.05);
}
.border-lime-900\/50 {
  border-color: rgb(54 83 20 / 0.5);
}
.border-lime-900\/55 {
  border-color: rgb(54 83 20 / 0.55);
}
.border-lime-900\/60 {
  border-color: rgb(54 83 20 / 0.6);
}
.border-lime-900\/65 {
  border-color: rgb(54 83 20 / 0.65);
}
.border-lime-900\/70 {
  border-color: rgb(54 83 20 / 0.7);
}
.border-lime-900\/75 {
  border-color: rgb(54 83 20 / 0.75);
}
.border-lime-900\/80 {
  border-color: rgb(54 83 20 / 0.8);
}
.border-lime-900\/85 {
  border-color: rgb(54 83 20 / 0.85);
}
.border-lime-900\/90 {
  border-color: rgb(54 83 20 / 0.9);
}
.border-lime-900\/95 {
  border-color: rgb(54 83 20 / 0.95);
}
.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-lime-950\/0 {
  border-color: rgb(26 46 5 / 0);
}
.border-lime-950\/10 {
  border-color: rgb(26 46 5 / 0.1);
}
.border-lime-950\/100 {
  border-color: rgb(26 46 5 / 1);
}
.border-lime-950\/15 {
  border-color: rgb(26 46 5 / 0.15);
}
.border-lime-950\/20 {
  border-color: rgb(26 46 5 / 0.2);
}
.border-lime-950\/25 {
  border-color: rgb(26 46 5 / 0.25);
}
.border-lime-950\/30 {
  border-color: rgb(26 46 5 / 0.3);
}
.border-lime-950\/35 {
  border-color: rgb(26 46 5 / 0.35);
}
.border-lime-950\/40 {
  border-color: rgb(26 46 5 / 0.4);
}
.border-lime-950\/45 {
  border-color: rgb(26 46 5 / 0.45);
}
.border-lime-950\/5 {
  border-color: rgb(26 46 5 / 0.05);
}
.border-lime-950\/50 {
  border-color: rgb(26 46 5 / 0.5);
}
.border-lime-950\/55 {
  border-color: rgb(26 46 5 / 0.55);
}
.border-lime-950\/60 {
  border-color: rgb(26 46 5 / 0.6);
}
.border-lime-950\/65 {
  border-color: rgb(26 46 5 / 0.65);
}
.border-lime-950\/70 {
  border-color: rgb(26 46 5 / 0.7);
}
.border-lime-950\/75 {
  border-color: rgb(26 46 5 / 0.75);
}
.border-lime-950\/80 {
  border-color: rgb(26 46 5 / 0.8);
}
.border-lime-950\/85 {
  border-color: rgb(26 46 5 / 0.85);
}
.border-lime-950\/90 {
  border-color: rgb(26 46 5 / 0.9);
}
.border-lime-950\/95 {
  border-color: rgb(26 46 5 / 0.95);
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-red-950\/0 {
  border-color: rgb(69 10 10 / 0);
}
.border-red-950\/10 {
  border-color: rgb(69 10 10 / 0.1);
}
.border-red-950\/100 {
  border-color: rgb(69 10 10 / 1);
}
.border-red-950\/15 {
  border-color: rgb(69 10 10 / 0.15);
}
.border-red-950\/20 {
  border-color: rgb(69 10 10 / 0.2);
}
.border-red-950\/25 {
  border-color: rgb(69 10 10 / 0.25);
}
.border-red-950\/30 {
  border-color: rgb(69 10 10 / 0.3);
}
.border-red-950\/35 {
  border-color: rgb(69 10 10 / 0.35);
}
.border-red-950\/40 {
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/45 {
  border-color: rgb(69 10 10 / 0.45);
}
.border-red-950\/5 {
  border-color: rgb(69 10 10 / 0.05);
}
.border-red-950\/50 {
  border-color: rgb(69 10 10 / 0.5);
}
.border-red-950\/55 {
  border-color: rgb(69 10 10 / 0.55);
}
.border-red-950\/60 {
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/65 {
  border-color: rgb(69 10 10 / 0.65);
}
.border-red-950\/70 {
  border-color: rgb(69 10 10 / 0.7);
}
.border-red-950\/75 {
  border-color: rgb(69 10 10 / 0.75);
}
.border-red-950\/80 {
  border-color: rgb(69 10 10 / 0.8);
}
.border-red-950\/85 {
  border-color: rgb(69 10 10 / 0.85);
}
.border-red-950\/90 {
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95 {
  border-color: rgb(69 10 10 / 0.95);
}
.border-ring {
  --tw-border-opacity: 1;
  border-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
}
.border-ring\/0 {
  border-color: hsl(var(--ring) / 0);
}
.border-ring\/10 {
  border-color: hsl(var(--ring) / 0.1);
}
.border-ring\/100 {
  border-color: hsl(var(--ring) / 1);
}
.border-ring\/15 {
  border-color: hsl(var(--ring) / 0.15);
}
.border-ring\/20 {
  border-color: hsl(var(--ring) / 0.2);
}
.border-ring\/25 {
  border-color: hsl(var(--ring) / 0.25);
}
.border-ring\/30 {
  border-color: hsl(var(--ring) / 0.3);
}
.border-ring\/35 {
  border-color: hsl(var(--ring) / 0.35);
}
.border-ring\/40 {
  border-color: hsl(var(--ring) / 0.4);
}
.border-ring\/45 {
  border-color: hsl(var(--ring) / 0.45);
}
.border-ring\/5 {
  border-color: hsl(var(--ring) / 0.05);
}
.border-ring\/50 {
  border-color: hsl(var(--ring) / 0.5);
}
.border-ring\/55 {
  border-color: hsl(var(--ring) / 0.55);
}
.border-ring\/60 {
  border-color: hsl(var(--ring) / 0.6);
}
.border-ring\/65 {
  border-color: hsl(var(--ring) / 0.65);
}
.border-ring\/70 {
  border-color: hsl(var(--ring) / 0.7);
}
.border-ring\/75 {
  border-color: hsl(var(--ring) / 0.75);
}
.border-ring\/80 {
  border-color: hsl(var(--ring) / 0.8);
}
.border-ring\/85 {
  border-color: hsl(var(--ring) / 0.85);
}
.border-ring\/90 {
  border-color: hsl(var(--ring) / 0.9);
}
.border-ring\/95 {
  border-color: hsl(var(--ring) / 0.95);
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}
.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}
.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}
.border-rose-100\/15 {
  border-color: rgb(255 228 230 / 0.15);
}
.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}
.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}
.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}
.border-rose-100\/35 {
  border-color: rgb(255 228 230 / 0.35);
}
.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45);
}
.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}
.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}
.border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55);
}
.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65);
}
.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}
.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}
.border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85);
}
.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}
.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}
.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}
.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}
.border-rose-200\/15 {
  border-color: rgb(254 205 211 / 0.15);
}
.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.border-rose-200\/35 {
  border-color: rgb(254 205 211 / 0.35);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45);
}
.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}
.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}
.border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55);
}
.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65);
}
.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}
.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}
.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}
.border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85);
}
.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}
.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}
.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}
.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}
.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}
.border-rose-300\/15 {
  border-color: rgb(253 164 175 / 0.15);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-300\/35 {
  border-color: rgb(253 164 175 / 0.35);
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45);
}
.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}
.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}
.border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65);
}
.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}
.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}
.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85);
}
.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}
.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}
.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}
.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}
.border-rose-400\/15 {
  border-color: rgb(251 113 133 / 0.15);
}
.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-rose-400\/35 {
  border-color: rgb(251 113 133 / 0.35);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45);
}
.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}
.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55);
}
.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65);
}
.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}
.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}
.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}
.border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85);
}
.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}
.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}
.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}
.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}
.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}
.border-rose-50\/15 {
  border-color: rgb(255 241 242 / 0.15);
}
.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}
.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}
.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}
.border-rose-50\/35 {
  border-color: rgb(255 241 242 / 0.35);
}
.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}
.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45);
}
.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}
.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}
.border-rose-50\/55 {
  border-color: rgb(255 241 242 / 0.55);
}
.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}
.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65);
}
.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}
.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}
.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}
.border-rose-50\/85 {
  border-color: rgb(255 241 242 / 0.85);
}
.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}
.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 0.95);
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}
.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}
.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}
.border-rose-500\/15 {
  border-color: rgb(244 63 94 / 0.15);
}
.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-rose-500\/35 {
  border-color: rgb(244 63 94 / 0.35);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45);
}
.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}
.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}
.border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55);
}
.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65);
}
.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}
.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}
.border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85);
}
.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}
.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}
.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}
.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}
.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}
.border-rose-600\/15 {
  border-color: rgb(225 29 72 / 0.15);
}
.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}
.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}
.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}
.border-rose-600\/35 {
  border-color: rgb(225 29 72 / 0.35);
}
.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45);
}
.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}
.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}
.border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55);
}
.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65);
}
.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}
.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}
.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}
.border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85);
}
.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}
.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}
.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}
.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}
.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}
.border-rose-700\/15 {
  border-color: rgb(190 18 60 / 0.15);
}
.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}
.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}
.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}
.border-rose-700\/35 {
  border-color: rgb(190 18 60 / 0.35);
}
.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}
.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45);
}
.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}
.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}
.border-rose-700\/55 {
  border-color: rgb(190 18 60 / 0.55);
}
.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}
.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65);
}
.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}
.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}
.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}
.border-rose-700\/85 {
  border-color: rgb(190 18 60 / 0.85);
}
.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}
.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}
.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}
.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}
.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}
.border-rose-800\/15 {
  border-color: rgb(159 18 57 / 0.15);
}
.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}
.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}
.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}
.border-rose-800\/35 {
  border-color: rgb(159 18 57 / 0.35);
}
.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}
.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45);
}
.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}
.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}
.border-rose-800\/55 {
  border-color: rgb(159 18 57 / 0.55);
}
.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}
.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65);
}
.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}
.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}
.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}
.border-rose-800\/85 {
  border-color: rgb(159 18 57 / 0.85);
}
.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}
.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}
.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}
.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}
.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}
.border-rose-900\/15 {
  border-color: rgb(136 19 55 / 0.15);
}
.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}
.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}
.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}
.border-rose-900\/35 {
  border-color: rgb(136 19 55 / 0.35);
}
.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}
.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45);
}
.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}
.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}
.border-rose-900\/55 {
  border-color: rgb(136 19 55 / 0.55);
}
.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}
.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65);
}
.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}
.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}
.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}
.border-rose-900\/85 {
  border-color: rgb(136 19 55 / 0.85);
}
.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}
.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}
.border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-rose-950\/0 {
  border-color: rgb(76 5 25 / 0);
}
.border-rose-950\/10 {
  border-color: rgb(76 5 25 / 0.1);
}
.border-rose-950\/100 {
  border-color: rgb(76 5 25 / 1);
}
.border-rose-950\/15 {
  border-color: rgb(76 5 25 / 0.15);
}
.border-rose-950\/20 {
  border-color: rgb(76 5 25 / 0.2);
}
.border-rose-950\/25 {
  border-color: rgb(76 5 25 / 0.25);
}
.border-rose-950\/30 {
  border-color: rgb(76 5 25 / 0.3);
}
.border-rose-950\/35 {
  border-color: rgb(76 5 25 / 0.35);
}
.border-rose-950\/40 {
  border-color: rgb(76 5 25 / 0.4);
}
.border-rose-950\/45 {
  border-color: rgb(76 5 25 / 0.45);
}
.border-rose-950\/5 {
  border-color: rgb(76 5 25 / 0.05);
}
.border-rose-950\/50 {
  border-color: rgb(76 5 25 / 0.5);
}
.border-rose-950\/55 {
  border-color: rgb(76 5 25 / 0.55);
}
.border-rose-950\/60 {
  border-color: rgb(76 5 25 / 0.6);
}
.border-rose-950\/65 {
  border-color: rgb(76 5 25 / 0.65);
}
.border-rose-950\/70 {
  border-color: rgb(76 5 25 / 0.7);
}
.border-rose-950\/75 {
  border-color: rgb(76 5 25 / 0.75);
}
.border-rose-950\/80 {
  border-color: rgb(76 5 25 / 0.8);
}
.border-rose-950\/85 {
  border-color: rgb(76 5 25 / 0.85);
}
.border-rose-950\/90 {
  border-color: rgb(76 5 25 / 0.9);
}
.border-rose-950\/95 {
  border-color: rgb(76 5 25 / 0.95);
}
.border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.border-teal-100\/15 {
  border-color: rgb(204 251 241 / 0.15);
}
.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.border-teal-100\/35 {
  border-color: rgb(204 251 241 / 0.35);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45);
}
.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65);
}
.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85);
}
.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.border-teal-200\/15 {
  border-color: rgb(153 246 228 / 0.15);
}
.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.border-teal-200\/35 {
  border-color: rgb(153 246 228 / 0.35);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45);
}
.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65);
}
.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85);
}
.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.border-teal-300\/15 {
  border-color: rgb(94 234 212 / 0.15);
}
.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.border-teal-300\/35 {
  border-color: rgb(94 234 212 / 0.35);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45);
}
.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65);
}
.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85);
}
.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.border-teal-400\/15 {
  border-color: rgb(45 212 191 / 0.15);
}
.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.border-teal-400\/35 {
  border-color: rgb(45 212 191 / 0.35);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45);
}
.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65);
}
.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85);
}
.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-teal-50\/0 {
  border-color: rgb(240 253 250 / 0);
}
.border-teal-50\/10 {
  border-color: rgb(240 253 250 / 0.1);
}
.border-teal-50\/100 {
  border-color: rgb(240 253 250 / 1);
}
.border-teal-50\/15 {
  border-color: rgb(240 253 250 / 0.15);
}
.border-teal-50\/20 {
  border-color: rgb(240 253 250 / 0.2);
}
.border-teal-50\/25 {
  border-color: rgb(240 253 250 / 0.25);
}
.border-teal-50\/30 {
  border-color: rgb(240 253 250 / 0.3);
}
.border-teal-50\/35 {
  border-color: rgb(240 253 250 / 0.35);
}
.border-teal-50\/40 {
  border-color: rgb(240 253 250 / 0.4);
}
.border-teal-50\/45 {
  border-color: rgb(240 253 250 / 0.45);
}
.border-teal-50\/5 {
  border-color: rgb(240 253 250 / 0.05);
}
.border-teal-50\/50 {
  border-color: rgb(240 253 250 / 0.5);
}
.border-teal-50\/55 {
  border-color: rgb(240 253 250 / 0.55);
}
.border-teal-50\/60 {
  border-color: rgb(240 253 250 / 0.6);
}
.border-teal-50\/65 {
  border-color: rgb(240 253 250 / 0.65);
}
.border-teal-50\/70 {
  border-color: rgb(240 253 250 / 0.7);
}
.border-teal-50\/75 {
  border-color: rgb(240 253 250 / 0.75);
}
.border-teal-50\/80 {
  border-color: rgb(240 253 250 / 0.8);
}
.border-teal-50\/85 {
  border-color: rgb(240 253 250 / 0.85);
}
.border-teal-50\/90 {
  border-color: rgb(240 253 250 / 0.9);
}
.border-teal-50\/95 {
  border-color: rgb(240 253 250 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.border-teal-500\/15 {
  border-color: rgb(20 184 166 / 0.15);
}
.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-500\/35 {
  border-color: rgb(20 184 166 / 0.35);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45);
}
.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65);
}
.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85);
}
.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.border-teal-600\/15 {
  border-color: rgb(13 148 136 / 0.15);
}
.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(13 148 136 / 0.35);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45);
}
.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65);
}
.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85);
}
.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-teal-700\/0 {
  border-color: rgb(15 118 110 / 0);
}
.border-teal-700\/10 {
  border-color: rgb(15 118 110 / 0.1);
}
.border-teal-700\/100 {
  border-color: rgb(15 118 110 / 1);
}
.border-teal-700\/15 {
  border-color: rgb(15 118 110 / 0.15);
}
.border-teal-700\/20 {
  border-color: rgb(15 118 110 / 0.2);
}
.border-teal-700\/25 {
  border-color: rgb(15 118 110 / 0.25);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-teal-700\/35 {
  border-color: rgb(15 118 110 / 0.35);
}
.border-teal-700\/40 {
  border-color: rgb(15 118 110 / 0.4);
}
.border-teal-700\/45 {
  border-color: rgb(15 118 110 / 0.45);
}
.border-teal-700\/5 {
  border-color: rgb(15 118 110 / 0.05);
}
.border-teal-700\/50 {
  border-color: rgb(15 118 110 / 0.5);
}
.border-teal-700\/55 {
  border-color: rgb(15 118 110 / 0.55);
}
.border-teal-700\/60 {
  border-color: rgb(15 118 110 / 0.6);
}
.border-teal-700\/65 {
  border-color: rgb(15 118 110 / 0.65);
}
.border-teal-700\/70 {
  border-color: rgb(15 118 110 / 0.7);
}
.border-teal-700\/75 {
  border-color: rgb(15 118 110 / 0.75);
}
.border-teal-700\/80 {
  border-color: rgb(15 118 110 / 0.8);
}
.border-teal-700\/85 {
  border-color: rgb(15 118 110 / 0.85);
}
.border-teal-700\/90 {
  border-color: rgb(15 118 110 / 0.9);
}
.border-teal-700\/95 {
  border-color: rgb(15 118 110 / 0.95);
}
.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-teal-800\/0 {
  border-color: rgb(17 94 89 / 0);
}
.border-teal-800\/10 {
  border-color: rgb(17 94 89 / 0.1);
}
.border-teal-800\/100 {
  border-color: rgb(17 94 89 / 1);
}
.border-teal-800\/15 {
  border-color: rgb(17 94 89 / 0.15);
}
.border-teal-800\/20 {
  border-color: rgb(17 94 89 / 0.2);
}
.border-teal-800\/25 {
  border-color: rgb(17 94 89 / 0.25);
}
.border-teal-800\/30 {
  border-color: rgb(17 94 89 / 0.3);
}
.border-teal-800\/35 {
  border-color: rgb(17 94 89 / 0.35);
}
.border-teal-800\/40 {
  border-color: rgb(17 94 89 / 0.4);
}
.border-teal-800\/45 {
  border-color: rgb(17 94 89 / 0.45);
}
.border-teal-800\/5 {
  border-color: rgb(17 94 89 / 0.05);
}
.border-teal-800\/50 {
  border-color: rgb(17 94 89 / 0.5);
}
.border-teal-800\/55 {
  border-color: rgb(17 94 89 / 0.55);
}
.border-teal-800\/60 {
  border-color: rgb(17 94 89 / 0.6);
}
.border-teal-800\/65 {
  border-color: rgb(17 94 89 / 0.65);
}
.border-teal-800\/70 {
  border-color: rgb(17 94 89 / 0.7);
}
.border-teal-800\/75 {
  border-color: rgb(17 94 89 / 0.75);
}
.border-teal-800\/80 {
  border-color: rgb(17 94 89 / 0.8);
}
.border-teal-800\/85 {
  border-color: rgb(17 94 89 / 0.85);
}
.border-teal-800\/90 {
  border-color: rgb(17 94 89 / 0.9);
}
.border-teal-800\/95 {
  border-color: rgb(17 94 89 / 0.95);
}
.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-teal-900\/0 {
  border-color: rgb(19 78 74 / 0);
}
.border-teal-900\/10 {
  border-color: rgb(19 78 74 / 0.1);
}
.border-teal-900\/100 {
  border-color: rgb(19 78 74 / 1);
}
.border-teal-900\/15 {
  border-color: rgb(19 78 74 / 0.15);
}
.border-teal-900\/20 {
  border-color: rgb(19 78 74 / 0.2);
}
.border-teal-900\/25 {
  border-color: rgb(19 78 74 / 0.25);
}
.border-teal-900\/30 {
  border-color: rgb(19 78 74 / 0.3);
}
.border-teal-900\/35 {
  border-color: rgb(19 78 74 / 0.35);
}
.border-teal-900\/40 {
  border-color: rgb(19 78 74 / 0.4);
}
.border-teal-900\/45 {
  border-color: rgb(19 78 74 / 0.45);
}
.border-teal-900\/5 {
  border-color: rgb(19 78 74 / 0.05);
}
.border-teal-900\/50 {
  border-color: rgb(19 78 74 / 0.5);
}
.border-teal-900\/55 {
  border-color: rgb(19 78 74 / 0.55);
}
.border-teal-900\/60 {
  border-color: rgb(19 78 74 / 0.6);
}
.border-teal-900\/65 {
  border-color: rgb(19 78 74 / 0.65);
}
.border-teal-900\/70 {
  border-color: rgb(19 78 74 / 0.7);
}
.border-teal-900\/75 {
  border-color: rgb(19 78 74 / 0.75);
}
.border-teal-900\/80 {
  border-color: rgb(19 78 74 / 0.8);
}
.border-teal-900\/85 {
  border-color: rgb(19 78 74 / 0.85);
}
.border-teal-900\/90 {
  border-color: rgb(19 78 74 / 0.9);
}
.border-teal-900\/95 {
  border-color: rgb(19 78 74 / 0.95);
}
.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-teal-950\/0 {
  border-color: rgb(4 47 46 / 0);
}
.border-teal-950\/10 {
  border-color: rgb(4 47 46 / 0.1);
}
.border-teal-950\/100 {
  border-color: rgb(4 47 46 / 1);
}
.border-teal-950\/15 {
  border-color: rgb(4 47 46 / 0.15);
}
.border-teal-950\/20 {
  border-color: rgb(4 47 46 / 0.2);
}
.border-teal-950\/25 {
  border-color: rgb(4 47 46 / 0.25);
}
.border-teal-950\/30 {
  border-color: rgb(4 47 46 / 0.3);
}
.border-teal-950\/35 {
  border-color: rgb(4 47 46 / 0.35);
}
.border-teal-950\/40 {
  border-color: rgb(4 47 46 / 0.4);
}
.border-teal-950\/45 {
  border-color: rgb(4 47 46 / 0.45);
}
.border-teal-950\/5 {
  border-color: rgb(4 47 46 / 0.05);
}
.border-teal-950\/50 {
  border-color: rgb(4 47 46 / 0.5);
}
.border-teal-950\/55 {
  border-color: rgb(4 47 46 / 0.55);
}
.border-teal-950\/60 {
  border-color: rgb(4 47 46 / 0.6);
}
.border-teal-950\/65 {
  border-color: rgb(4 47 46 / 0.65);
}
.border-teal-950\/70 {
  border-color: rgb(4 47 46 / 0.7);
}
.border-teal-950\/75 {
  border-color: rgb(4 47 46 / 0.75);
}
.border-teal-950\/80 {
  border-color: rgb(4 47 46 / 0.8);
}
.border-teal-950\/85 {
  border-color: rgb(4 47 46 / 0.85);
}
.border-teal-950\/90 {
  border-color: rgb(4 47 46 / 0.9);
}
.border-teal-950\/95 {
  border-color: rgb(4 47 46 / 0.95);
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
}
.border-tertiary\/0 {
  border-color: hsl(var(--tertiary) / 0);
}
.border-tertiary\/10 {
  border-color: hsl(var(--tertiary) / 0.1);
}
.border-tertiary\/100 {
  border-color: hsl(var(--tertiary) / 1);
}
.border-tertiary\/15 {
  border-color: hsl(var(--tertiary) / 0.15);
}
.border-tertiary\/20 {
  border-color: hsl(var(--tertiary) / 0.2);
}
.border-tertiary\/25 {
  border-color: hsl(var(--tertiary) / 0.25);
}
.border-tertiary\/30 {
  border-color: hsl(var(--tertiary) / 0.3);
}
.border-tertiary\/35 {
  border-color: hsl(var(--tertiary) / 0.35);
}
.border-tertiary\/40 {
  border-color: hsl(var(--tertiary) / 0.4);
}
.border-tertiary\/45 {
  border-color: hsl(var(--tertiary) / 0.45);
}
.border-tertiary\/5 {
  border-color: hsl(var(--tertiary) / 0.05);
}
.border-tertiary\/50 {
  border-color: hsl(var(--tertiary) / 0.5);
}
.border-tertiary\/55 {
  border-color: hsl(var(--tertiary) / 0.55);
}
.border-tertiary\/60 {
  border-color: hsl(var(--tertiary) / 0.6);
}
.border-tertiary\/65 {
  border-color: hsl(var(--tertiary) / 0.65);
}
.border-tertiary\/70 {
  border-color: hsl(var(--tertiary) / 0.7);
}
.border-tertiary\/75 {
  border-color: hsl(var(--tertiary) / 0.75);
}
.border-tertiary\/80 {
  border-color: hsl(var(--tertiary) / 0.8);
}
.border-tertiary\/85 {
  border-color: hsl(var(--tertiary) / 0.85);
}
.border-tertiary\/90 {
  border-color: hsl(var(--tertiary) / 0.9);
}
.border-tertiary\/95 {
  border-color: hsl(var(--tertiary) / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-b-accent {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
}
.border-b-accent-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
}
.border-b-accent-foreground\/0 {
  border-bottom-color: hsl(var(--accent-foreground) / 0);
}
.border-b-accent-foreground\/10 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.1);
}
.border-b-accent-foreground\/100 {
  border-bottom-color: hsl(var(--accent-foreground) / 1);
}
.border-b-accent-foreground\/15 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.15);
}
.border-b-accent-foreground\/20 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.2);
}
.border-b-accent-foreground\/25 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.25);
}
.border-b-accent-foreground\/30 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.3);
}
.border-b-accent-foreground\/35 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.35);
}
.border-b-accent-foreground\/40 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.4);
}
.border-b-accent-foreground\/45 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.45);
}
.border-b-accent-foreground\/5 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.05);
}
.border-b-accent-foreground\/50 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.5);
}
.border-b-accent-foreground\/55 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.55);
}
.border-b-accent-foreground\/60 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.6);
}
.border-b-accent-foreground\/65 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.65);
}
.border-b-accent-foreground\/70 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.7);
}
.border-b-accent-foreground\/75 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.75);
}
.border-b-accent-foreground\/80 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.8);
}
.border-b-accent-foreground\/85 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.85);
}
.border-b-accent-foreground\/90 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.9);
}
.border-b-accent-foreground\/95 {
  border-bottom-color: hsl(var(--accent-foreground) / 0.95);
}
.border-b-accent\/0 {
  border-bottom-color: hsl(var(--accent) / 0);
}
.border-b-accent\/10 {
  border-bottom-color: hsl(var(--accent) / 0.1);
}
.border-b-accent\/100 {
  border-bottom-color: hsl(var(--accent) / 1);
}
.border-b-accent\/15 {
  border-bottom-color: hsl(var(--accent) / 0.15);
}
.border-b-accent\/20 {
  border-bottom-color: hsl(var(--accent) / 0.2);
}
.border-b-accent\/25 {
  border-bottom-color: hsl(var(--accent) / 0.25);
}
.border-b-accent\/30 {
  border-bottom-color: hsl(var(--accent) / 0.3);
}
.border-b-accent\/35 {
  border-bottom-color: hsl(var(--accent) / 0.35);
}
.border-b-accent\/40 {
  border-bottom-color: hsl(var(--accent) / 0.4);
}
.border-b-accent\/45 {
  border-bottom-color: hsl(var(--accent) / 0.45);
}
.border-b-accent\/5 {
  border-bottom-color: hsl(var(--accent) / 0.05);
}
.border-b-accent\/50 {
  border-bottom-color: hsl(var(--accent) / 0.5);
}
.border-b-accent\/55 {
  border-bottom-color: hsl(var(--accent) / 0.55);
}
.border-b-accent\/60 {
  border-bottom-color: hsl(var(--accent) / 0.6);
}
.border-b-accent\/65 {
  border-bottom-color: hsl(var(--accent) / 0.65);
}
.border-b-accent\/70 {
  border-bottom-color: hsl(var(--accent) / 0.7);
}
.border-b-accent\/75 {
  border-bottom-color: hsl(var(--accent) / 0.75);
}
.border-b-accent\/80 {
  border-bottom-color: hsl(var(--accent) / 0.8);
}
.border-b-accent\/85 {
  border-bottom-color: hsl(var(--accent) / 0.85);
}
.border-b-accent\/90 {
  border-bottom-color: hsl(var(--accent) / 0.9);
}
.border-b-accent\/95 {
  border-bottom-color: hsl(var(--accent) / 0.95);
}
.border-b-amber-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-b-amber-100\/0 {
  border-bottom-color: rgb(254 243 199 / 0);
}
.border-b-amber-100\/10 {
  border-bottom-color: rgb(254 243 199 / 0.1);
}
.border-b-amber-100\/100 {
  border-bottom-color: rgb(254 243 199 / 1);
}
.border-b-amber-100\/15 {
  border-bottom-color: rgb(254 243 199 / 0.15);
}
.border-b-amber-100\/20 {
  border-bottom-color: rgb(254 243 199 / 0.2);
}
.border-b-amber-100\/25 {
  border-bottom-color: rgb(254 243 199 / 0.25);
}
.border-b-amber-100\/30 {
  border-bottom-color: rgb(254 243 199 / 0.3);
}
.border-b-amber-100\/35 {
  border-bottom-color: rgb(254 243 199 / 0.35);
}
.border-b-amber-100\/40 {
  border-bottom-color: rgb(254 243 199 / 0.4);
}
.border-b-amber-100\/45 {
  border-bottom-color: rgb(254 243 199 / 0.45);
}
.border-b-amber-100\/5 {
  border-bottom-color: rgb(254 243 199 / 0.05);
}
.border-b-amber-100\/50 {
  border-bottom-color: rgb(254 243 199 / 0.5);
}
.border-b-amber-100\/55 {
  border-bottom-color: rgb(254 243 199 / 0.55);
}
.border-b-amber-100\/60 {
  border-bottom-color: rgb(254 243 199 / 0.6);
}
.border-b-amber-100\/65 {
  border-bottom-color: rgb(254 243 199 / 0.65);
}
.border-b-amber-100\/70 {
  border-bottom-color: rgb(254 243 199 / 0.7);
}
.border-b-amber-100\/75 {
  border-bottom-color: rgb(254 243 199 / 0.75);
}
.border-b-amber-100\/80 {
  border-bottom-color: rgb(254 243 199 / 0.8);
}
.border-b-amber-100\/85 {
  border-bottom-color: rgb(254 243 199 / 0.85);
}
.border-b-amber-100\/90 {
  border-bottom-color: rgb(254 243 199 / 0.9);
}
.border-b-amber-100\/95 {
  border-bottom-color: rgb(254 243 199 / 0.95);
}
.border-b-amber-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-b-amber-200\/0 {
  border-bottom-color: rgb(253 230 138 / 0);
}
.border-b-amber-200\/10 {
  border-bottom-color: rgb(253 230 138 / 0.1);
}
.border-b-amber-200\/100 {
  border-bottom-color: rgb(253 230 138 / 1);
}
.border-b-amber-200\/15 {
  border-bottom-color: rgb(253 230 138 / 0.15);
}
.border-b-amber-200\/20 {
  border-bottom-color: rgb(253 230 138 / 0.2);
}
.border-b-amber-200\/25 {
  border-bottom-color: rgb(253 230 138 / 0.25);
}
.border-b-amber-200\/30 {
  border-bottom-color: rgb(253 230 138 / 0.3);
}
.border-b-amber-200\/35 {
  border-bottom-color: rgb(253 230 138 / 0.35);
}
.border-b-amber-200\/40 {
  border-bottom-color: rgb(253 230 138 / 0.4);
}
.border-b-amber-200\/45 {
  border-bottom-color: rgb(253 230 138 / 0.45);
}
.border-b-amber-200\/5 {
  border-bottom-color: rgb(253 230 138 / 0.05);
}
.border-b-amber-200\/50 {
  border-bottom-color: rgb(253 230 138 / 0.5);
}
.border-b-amber-200\/55 {
  border-bottom-color: rgb(253 230 138 / 0.55);
}
.border-b-amber-200\/60 {
  border-bottom-color: rgb(253 230 138 / 0.6);
}
.border-b-amber-200\/65 {
  border-bottom-color: rgb(253 230 138 / 0.65);
}
.border-b-amber-200\/70 {
  border-bottom-color: rgb(253 230 138 / 0.7);
}
.border-b-amber-200\/75 {
  border-bottom-color: rgb(253 230 138 / 0.75);
}
.border-b-amber-200\/80 {
  border-bottom-color: rgb(253 230 138 / 0.8);
}
.border-b-amber-200\/85 {
  border-bottom-color: rgb(253 230 138 / 0.85);
}
.border-b-amber-200\/90 {
  border-bottom-color: rgb(253 230 138 / 0.9);
}
.border-b-amber-200\/95 {
  border-bottom-color: rgb(253 230 138 / 0.95);
}
.border-b-amber-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-b-amber-300\/0 {
  border-bottom-color: rgb(252 211 77 / 0);
}
.border-b-amber-300\/10 {
  border-bottom-color: rgb(252 211 77 / 0.1);
}
.border-b-amber-300\/100 {
  border-bottom-color: rgb(252 211 77 / 1);
}
.border-b-amber-300\/15 {
  border-bottom-color: rgb(252 211 77 / 0.15);
}
.border-b-amber-300\/20 {
  border-bottom-color: rgb(252 211 77 / 0.2);
}
.border-b-amber-300\/25 {
  border-bottom-color: rgb(252 211 77 / 0.25);
}
.border-b-amber-300\/30 {
  border-bottom-color: rgb(252 211 77 / 0.3);
}
.border-b-amber-300\/35 {
  border-bottom-color: rgb(252 211 77 / 0.35);
}
.border-b-amber-300\/40 {
  border-bottom-color: rgb(252 211 77 / 0.4);
}
.border-b-amber-300\/45 {
  border-bottom-color: rgb(252 211 77 / 0.45);
}
.border-b-amber-300\/5 {
  border-bottom-color: rgb(252 211 77 / 0.05);
}
.border-b-amber-300\/50 {
  border-bottom-color: rgb(252 211 77 / 0.5);
}
.border-b-amber-300\/55 {
  border-bottom-color: rgb(252 211 77 / 0.55);
}
.border-b-amber-300\/60 {
  border-bottom-color: rgb(252 211 77 / 0.6);
}
.border-b-amber-300\/65 {
  border-bottom-color: rgb(252 211 77 / 0.65);
}
.border-b-amber-300\/70 {
  border-bottom-color: rgb(252 211 77 / 0.7);
}
.border-b-amber-300\/75 {
  border-bottom-color: rgb(252 211 77 / 0.75);
}
.border-b-amber-300\/80 {
  border-bottom-color: rgb(252 211 77 / 0.8);
}
.border-b-amber-300\/85 {
  border-bottom-color: rgb(252 211 77 / 0.85);
}
.border-b-amber-300\/90 {
  border-bottom-color: rgb(252 211 77 / 0.9);
}
.border-b-amber-300\/95 {
  border-bottom-color: rgb(252 211 77 / 0.95);
}
.border-b-amber-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-b-amber-400\/0 {
  border-bottom-color: rgb(251 191 36 / 0);
}
.border-b-amber-400\/10 {
  border-bottom-color: rgb(251 191 36 / 0.1);
}
.border-b-amber-400\/100 {
  border-bottom-color: rgb(251 191 36 / 1);
}
.border-b-amber-400\/15 {
  border-bottom-color: rgb(251 191 36 / 0.15);
}
.border-b-amber-400\/20 {
  border-bottom-color: rgb(251 191 36 / 0.2);
}
.border-b-amber-400\/25 {
  border-bottom-color: rgb(251 191 36 / 0.25);
}
.border-b-amber-400\/30 {
  border-bottom-color: rgb(251 191 36 / 0.3);
}
.border-b-amber-400\/35 {
  border-bottom-color: rgb(251 191 36 / 0.35);
}
.border-b-amber-400\/40 {
  border-bottom-color: rgb(251 191 36 / 0.4);
}
.border-b-amber-400\/45 {
  border-bottom-color: rgb(251 191 36 / 0.45);
}
.border-b-amber-400\/5 {
  border-bottom-color: rgb(251 191 36 / 0.05);
}
.border-b-amber-400\/50 {
  border-bottom-color: rgb(251 191 36 / 0.5);
}
.border-b-amber-400\/55 {
  border-bottom-color: rgb(251 191 36 / 0.55);
}
.border-b-amber-400\/60 {
  border-bottom-color: rgb(251 191 36 / 0.6);
}
.border-b-amber-400\/65 {
  border-bottom-color: rgb(251 191 36 / 0.65);
}
.border-b-amber-400\/70 {
  border-bottom-color: rgb(251 191 36 / 0.7);
}
.border-b-amber-400\/75 {
  border-bottom-color: rgb(251 191 36 / 0.75);
}
.border-b-amber-400\/80 {
  border-bottom-color: rgb(251 191 36 / 0.8);
}
.border-b-amber-400\/85 {
  border-bottom-color: rgb(251 191 36 / 0.85);
}
.border-b-amber-400\/90 {
  border-bottom-color: rgb(251 191 36 / 0.9);
}
.border-b-amber-400\/95 {
  border-bottom-color: rgb(251 191 36 / 0.95);
}
.border-b-amber-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-b-amber-50\/0 {
  border-bottom-color: rgb(255 251 235 / 0);
}
.border-b-amber-50\/10 {
  border-bottom-color: rgb(255 251 235 / 0.1);
}
.border-b-amber-50\/100 {
  border-bottom-color: rgb(255 251 235 / 1);
}
.border-b-amber-50\/15 {
  border-bottom-color: rgb(255 251 235 / 0.15);
}
.border-b-amber-50\/20 {
  border-bottom-color: rgb(255 251 235 / 0.2);
}
.border-b-amber-50\/25 {
  border-bottom-color: rgb(255 251 235 / 0.25);
}
.border-b-amber-50\/30 {
  border-bottom-color: rgb(255 251 235 / 0.3);
}
.border-b-amber-50\/35 {
  border-bottom-color: rgb(255 251 235 / 0.35);
}
.border-b-amber-50\/40 {
  border-bottom-color: rgb(255 251 235 / 0.4);
}
.border-b-amber-50\/45 {
  border-bottom-color: rgb(255 251 235 / 0.45);
}
.border-b-amber-50\/5 {
  border-bottom-color: rgb(255 251 235 / 0.05);
}
.border-b-amber-50\/50 {
  border-bottom-color: rgb(255 251 235 / 0.5);
}
.border-b-amber-50\/55 {
  border-bottom-color: rgb(255 251 235 / 0.55);
}
.border-b-amber-50\/60 {
  border-bottom-color: rgb(255 251 235 / 0.6);
}
.border-b-amber-50\/65 {
  border-bottom-color: rgb(255 251 235 / 0.65);
}
.border-b-amber-50\/70 {
  border-bottom-color: rgb(255 251 235 / 0.7);
}
.border-b-amber-50\/75 {
  border-bottom-color: rgb(255 251 235 / 0.75);
}
.border-b-amber-50\/80 {
  border-bottom-color: rgb(255 251 235 / 0.8);
}
.border-b-amber-50\/85 {
  border-bottom-color: rgb(255 251 235 / 0.85);
}
.border-b-amber-50\/90 {
  border-bottom-color: rgb(255 251 235 / 0.9);
}
.border-b-amber-50\/95 {
  border-bottom-color: rgb(255 251 235 / 0.95);
}
.border-b-amber-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-b-amber-500\/0 {
  border-bottom-color: rgb(245 158 11 / 0);
}
.border-b-amber-500\/10 {
  border-bottom-color: rgb(245 158 11 / 0.1);
}
.border-b-amber-500\/100 {
  border-bottom-color: rgb(245 158 11 / 1);
}
.border-b-amber-500\/15 {
  border-bottom-color: rgb(245 158 11 / 0.15);
}
.border-b-amber-500\/20 {
  border-bottom-color: rgb(245 158 11 / 0.2);
}
.border-b-amber-500\/25 {
  border-bottom-color: rgb(245 158 11 / 0.25);
}
.border-b-amber-500\/30 {
  border-bottom-color: rgb(245 158 11 / 0.3);
}
.border-b-amber-500\/35 {
  border-bottom-color: rgb(245 158 11 / 0.35);
}
.border-b-amber-500\/40 {
  border-bottom-color: rgb(245 158 11 / 0.4);
}
.border-b-amber-500\/45 {
  border-bottom-color: rgb(245 158 11 / 0.45);
}
.border-b-amber-500\/5 {
  border-bottom-color: rgb(245 158 11 / 0.05);
}
.border-b-amber-500\/50 {
  border-bottom-color: rgb(245 158 11 / 0.5);
}
.border-b-amber-500\/55 {
  border-bottom-color: rgb(245 158 11 / 0.55);
}
.border-b-amber-500\/60 {
  border-bottom-color: rgb(245 158 11 / 0.6);
}
.border-b-amber-500\/65 {
  border-bottom-color: rgb(245 158 11 / 0.65);
}
.border-b-amber-500\/70 {
  border-bottom-color: rgb(245 158 11 / 0.7);
}
.border-b-amber-500\/75 {
  border-bottom-color: rgb(245 158 11 / 0.75);
}
.border-b-amber-500\/80 {
  border-bottom-color: rgb(245 158 11 / 0.8);
}
.border-b-amber-500\/85 {
  border-bottom-color: rgb(245 158 11 / 0.85);
}
.border-b-amber-500\/90 {
  border-bottom-color: rgb(245 158 11 / 0.9);
}
.border-b-amber-500\/95 {
  border-bottom-color: rgb(245 158 11 / 0.95);
}
.border-b-amber-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-b-amber-600\/0 {
  border-bottom-color: rgb(217 119 6 / 0);
}
.border-b-amber-600\/10 {
  border-bottom-color: rgb(217 119 6 / 0.1);
}
.border-b-amber-600\/100 {
  border-bottom-color: rgb(217 119 6 / 1);
}
.border-b-amber-600\/15 {
  border-bottom-color: rgb(217 119 6 / 0.15);
}
.border-b-amber-600\/20 {
  border-bottom-color: rgb(217 119 6 / 0.2);
}
.border-b-amber-600\/25 {
  border-bottom-color: rgb(217 119 6 / 0.25);
}
.border-b-amber-600\/30 {
  border-bottom-color: rgb(217 119 6 / 0.3);
}
.border-b-amber-600\/35 {
  border-bottom-color: rgb(217 119 6 / 0.35);
}
.border-b-amber-600\/40 {
  border-bottom-color: rgb(217 119 6 / 0.4);
}
.border-b-amber-600\/45 {
  border-bottom-color: rgb(217 119 6 / 0.45);
}
.border-b-amber-600\/5 {
  border-bottom-color: rgb(217 119 6 / 0.05);
}
.border-b-amber-600\/50 {
  border-bottom-color: rgb(217 119 6 / 0.5);
}
.border-b-amber-600\/55 {
  border-bottom-color: rgb(217 119 6 / 0.55);
}
.border-b-amber-600\/60 {
  border-bottom-color: rgb(217 119 6 / 0.6);
}
.border-b-amber-600\/65 {
  border-bottom-color: rgb(217 119 6 / 0.65);
}
.border-b-amber-600\/70 {
  border-bottom-color: rgb(217 119 6 / 0.7);
}
.border-b-amber-600\/75 {
  border-bottom-color: rgb(217 119 6 / 0.75);
}
.border-b-amber-600\/80 {
  border-bottom-color: rgb(217 119 6 / 0.8);
}
.border-b-amber-600\/85 {
  border-bottom-color: rgb(217 119 6 / 0.85);
}
.border-b-amber-600\/90 {
  border-bottom-color: rgb(217 119 6 / 0.9);
}
.border-b-amber-600\/95 {
  border-bottom-color: rgb(217 119 6 / 0.95);
}
.border-b-amber-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-b-amber-700\/0 {
  border-bottom-color: rgb(180 83 9 / 0);
}
.border-b-amber-700\/10 {
  border-bottom-color: rgb(180 83 9 / 0.1);
}
.border-b-amber-700\/100 {
  border-bottom-color: rgb(180 83 9 / 1);
}
.border-b-amber-700\/15 {
  border-bottom-color: rgb(180 83 9 / 0.15);
}
.border-b-amber-700\/20 {
  border-bottom-color: rgb(180 83 9 / 0.2);
}
.border-b-amber-700\/25 {
  border-bottom-color: rgb(180 83 9 / 0.25);
}
.border-b-amber-700\/30 {
  border-bottom-color: rgb(180 83 9 / 0.3);
}
.border-b-amber-700\/35 {
  border-bottom-color: rgb(180 83 9 / 0.35);
}
.border-b-amber-700\/40 {
  border-bottom-color: rgb(180 83 9 / 0.4);
}
.border-b-amber-700\/45 {
  border-bottom-color: rgb(180 83 9 / 0.45);
}
.border-b-amber-700\/5 {
  border-bottom-color: rgb(180 83 9 / 0.05);
}
.border-b-amber-700\/50 {
  border-bottom-color: rgb(180 83 9 / 0.5);
}
.border-b-amber-700\/55 {
  border-bottom-color: rgb(180 83 9 / 0.55);
}
.border-b-amber-700\/60 {
  border-bottom-color: rgb(180 83 9 / 0.6);
}
.border-b-amber-700\/65 {
  border-bottom-color: rgb(180 83 9 / 0.65);
}
.border-b-amber-700\/70 {
  border-bottom-color: rgb(180 83 9 / 0.7);
}
.border-b-amber-700\/75 {
  border-bottom-color: rgb(180 83 9 / 0.75);
}
.border-b-amber-700\/80 {
  border-bottom-color: rgb(180 83 9 / 0.8);
}
.border-b-amber-700\/85 {
  border-bottom-color: rgb(180 83 9 / 0.85);
}
.border-b-amber-700\/90 {
  border-bottom-color: rgb(180 83 9 / 0.9);
}
.border-b-amber-700\/95 {
  border-bottom-color: rgb(180 83 9 / 0.95);
}
.border-b-amber-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-b-amber-800\/0 {
  border-bottom-color: rgb(146 64 14 / 0);
}
.border-b-amber-800\/10 {
  border-bottom-color: rgb(146 64 14 / 0.1);
}
.border-b-amber-800\/100 {
  border-bottom-color: rgb(146 64 14 / 1);
}
.border-b-amber-800\/15 {
  border-bottom-color: rgb(146 64 14 / 0.15);
}
.border-b-amber-800\/20 {
  border-bottom-color: rgb(146 64 14 / 0.2);
}
.border-b-amber-800\/25 {
  border-bottom-color: rgb(146 64 14 / 0.25);
}
.border-b-amber-800\/30 {
  border-bottom-color: rgb(146 64 14 / 0.3);
}
.border-b-amber-800\/35 {
  border-bottom-color: rgb(146 64 14 / 0.35);
}
.border-b-amber-800\/40 {
  border-bottom-color: rgb(146 64 14 / 0.4);
}
.border-b-amber-800\/45 {
  border-bottom-color: rgb(146 64 14 / 0.45);
}
.border-b-amber-800\/5 {
  border-bottom-color: rgb(146 64 14 / 0.05);
}
.border-b-amber-800\/50 {
  border-bottom-color: rgb(146 64 14 / 0.5);
}
.border-b-amber-800\/55 {
  border-bottom-color: rgb(146 64 14 / 0.55);
}
.border-b-amber-800\/60 {
  border-bottom-color: rgb(146 64 14 / 0.6);
}
.border-b-amber-800\/65 {
  border-bottom-color: rgb(146 64 14 / 0.65);
}
.border-b-amber-800\/70 {
  border-bottom-color: rgb(146 64 14 / 0.7);
}
.border-b-amber-800\/75 {
  border-bottom-color: rgb(146 64 14 / 0.75);
}
.border-b-amber-800\/80 {
  border-bottom-color: rgb(146 64 14 / 0.8);
}
.border-b-amber-800\/85 {
  border-bottom-color: rgb(146 64 14 / 0.85);
}
.border-b-amber-800\/90 {
  border-bottom-color: rgb(146 64 14 / 0.9);
}
.border-b-amber-800\/95 {
  border-bottom-color: rgb(146 64 14 / 0.95);
}
.border-b-amber-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-b-amber-900\/0 {
  border-bottom-color: rgb(120 53 15 / 0);
}
.border-b-amber-900\/10 {
  border-bottom-color: rgb(120 53 15 / 0.1);
}
.border-b-amber-900\/100 {
  border-bottom-color: rgb(120 53 15 / 1);
}
.border-b-amber-900\/15 {
  border-bottom-color: rgb(120 53 15 / 0.15);
}
.border-b-amber-900\/20 {
  border-bottom-color: rgb(120 53 15 / 0.2);
}
.border-b-amber-900\/25 {
  border-bottom-color: rgb(120 53 15 / 0.25);
}
.border-b-amber-900\/30 {
  border-bottom-color: rgb(120 53 15 / 0.3);
}
.border-b-amber-900\/35 {
  border-bottom-color: rgb(120 53 15 / 0.35);
}
.border-b-amber-900\/40 {
  border-bottom-color: rgb(120 53 15 / 0.4);
}
.border-b-amber-900\/45 {
  border-bottom-color: rgb(120 53 15 / 0.45);
}
.border-b-amber-900\/5 {
  border-bottom-color: rgb(120 53 15 / 0.05);
}
.border-b-amber-900\/50 {
  border-bottom-color: rgb(120 53 15 / 0.5);
}
.border-b-amber-900\/55 {
  border-bottom-color: rgb(120 53 15 / 0.55);
}
.border-b-amber-900\/60 {
  border-bottom-color: rgb(120 53 15 / 0.6);
}
.border-b-amber-900\/65 {
  border-bottom-color: rgb(120 53 15 / 0.65);
}
.border-b-amber-900\/70 {
  border-bottom-color: rgb(120 53 15 / 0.7);
}
.border-b-amber-900\/75 {
  border-bottom-color: rgb(120 53 15 / 0.75);
}
.border-b-amber-900\/80 {
  border-bottom-color: rgb(120 53 15 / 0.8);
}
.border-b-amber-900\/85 {
  border-bottom-color: rgb(120 53 15 / 0.85);
}
.border-b-amber-900\/90 {
  border-bottom-color: rgb(120 53 15 / 0.9);
}
.border-b-amber-900\/95 {
  border-bottom-color: rgb(120 53 15 / 0.95);
}
.border-b-amber-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-b-amber-950\/0 {
  border-bottom-color: rgb(69 26 3 / 0);
}
.border-b-amber-950\/10 {
  border-bottom-color: rgb(69 26 3 / 0.1);
}
.border-b-amber-950\/100 {
  border-bottom-color: rgb(69 26 3 / 1);
}
.border-b-amber-950\/15 {
  border-bottom-color: rgb(69 26 3 / 0.15);
}
.border-b-amber-950\/20 {
  border-bottom-color: rgb(69 26 3 / 0.2);
}
.border-b-amber-950\/25 {
  border-bottom-color: rgb(69 26 3 / 0.25);
}
.border-b-amber-950\/30 {
  border-bottom-color: rgb(69 26 3 / 0.3);
}
.border-b-amber-950\/35 {
  border-bottom-color: rgb(69 26 3 / 0.35);
}
.border-b-amber-950\/40 {
  border-bottom-color: rgb(69 26 3 / 0.4);
}
.border-b-amber-950\/45 {
  border-bottom-color: rgb(69 26 3 / 0.45);
}
.border-b-amber-950\/5 {
  border-bottom-color: rgb(69 26 3 / 0.05);
}
.border-b-amber-950\/50 {
  border-bottom-color: rgb(69 26 3 / 0.5);
}
.border-b-amber-950\/55 {
  border-bottom-color: rgb(69 26 3 / 0.55);
}
.border-b-amber-950\/60 {
  border-bottom-color: rgb(69 26 3 / 0.6);
}
.border-b-amber-950\/65 {
  border-bottom-color: rgb(69 26 3 / 0.65);
}
.border-b-amber-950\/70 {
  border-bottom-color: rgb(69 26 3 / 0.7);
}
.border-b-amber-950\/75 {
  border-bottom-color: rgb(69 26 3 / 0.75);
}
.border-b-amber-950\/80 {
  border-bottom-color: rgb(69 26 3 / 0.8);
}
.border-b-amber-950\/85 {
  border-bottom-color: rgb(69 26 3 / 0.85);
}
.border-b-amber-950\/90 {
  border-bottom-color: rgb(69 26 3 / 0.9);
}
.border-b-amber-950\/95 {
  border-bottom-color: rgb(69 26 3 / 0.95);
}
.border-b-background {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}
.border-b-background\/0 {
  border-bottom-color: hsl(var(--background) / 0);
}
.border-b-background\/10 {
  border-bottom-color: hsl(var(--background) / 0.1);
}
.border-b-background\/100 {
  border-bottom-color: hsl(var(--background) / 1);
}
.border-b-background\/15 {
  border-bottom-color: hsl(var(--background) / 0.15);
}
.border-b-background\/20 {
  border-bottom-color: hsl(var(--background) / 0.2);
}
.border-b-background\/25 {
  border-bottom-color: hsl(var(--background) / 0.25);
}
.border-b-background\/30 {
  border-bottom-color: hsl(var(--background) / 0.3);
}
.border-b-background\/35 {
  border-bottom-color: hsl(var(--background) / 0.35);
}
.border-b-background\/40 {
  border-bottom-color: hsl(var(--background) / 0.4);
}
.border-b-background\/45 {
  border-bottom-color: hsl(var(--background) / 0.45);
}
.border-b-background\/5 {
  border-bottom-color: hsl(var(--background) / 0.05);
}
.border-b-background\/50 {
  border-bottom-color: hsl(var(--background) / 0.5);
}
.border-b-background\/55 {
  border-bottom-color: hsl(var(--background) / 0.55);
}
.border-b-background\/60 {
  border-bottom-color: hsl(var(--background) / 0.6);
}
.border-b-background\/65 {
  border-bottom-color: hsl(var(--background) / 0.65);
}
.border-b-background\/70 {
  border-bottom-color: hsl(var(--background) / 0.7);
}
.border-b-background\/75 {
  border-bottom-color: hsl(var(--background) / 0.75);
}
.border-b-background\/80 {
  border-bottom-color: hsl(var(--background) / 0.8);
}
.border-b-background\/85 {
  border-bottom-color: hsl(var(--background) / 0.85);
}
.border-b-background\/90 {
  border-bottom-color: hsl(var(--background) / 0.9);
}
.border-b-background\/95 {
  border-bottom-color: hsl(var(--background) / 0.95);
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-black\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-black\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-black\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-black\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-blue-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-100\/0 {
  border-bottom-color: rgb(219 234 254 / 0);
}
.border-b-blue-100\/10 {
  border-bottom-color: rgb(219 234 254 / 0.1);
}
.border-b-blue-100\/100 {
  border-bottom-color: rgb(219 234 254 / 1);
}
.border-b-blue-100\/15 {
  border-bottom-color: rgb(219 234 254 / 0.15);
}
.border-b-blue-100\/20 {
  border-bottom-color: rgb(219 234 254 / 0.2);
}
.border-b-blue-100\/25 {
  border-bottom-color: rgb(219 234 254 / 0.25);
}
.border-b-blue-100\/30 {
  border-bottom-color: rgb(219 234 254 / 0.3);
}
.border-b-blue-100\/35 {
  border-bottom-color: rgb(219 234 254 / 0.35);
}
.border-b-blue-100\/40 {
  border-bottom-color: rgb(219 234 254 / 0.4);
}
.border-b-blue-100\/45 {
  border-bottom-color: rgb(219 234 254 / 0.45);
}
.border-b-blue-100\/5 {
  border-bottom-color: rgb(219 234 254 / 0.05);
}
.border-b-blue-100\/50 {
  border-bottom-color: rgb(219 234 254 / 0.5);
}
.border-b-blue-100\/55 {
  border-bottom-color: rgb(219 234 254 / 0.55);
}
.border-b-blue-100\/60 {
  border-bottom-color: rgb(219 234 254 / 0.6);
}
.border-b-blue-100\/65 {
  border-bottom-color: rgb(219 234 254 / 0.65);
}
.border-b-blue-100\/70 {
  border-bottom-color: rgb(219 234 254 / 0.7);
}
.border-b-blue-100\/75 {
  border-bottom-color: rgb(219 234 254 / 0.75);
}
.border-b-blue-100\/80 {
  border-bottom-color: rgb(219 234 254 / 0.8);
}
.border-b-blue-100\/85 {
  border-bottom-color: rgb(219 234 254 / 0.85);
}
.border-b-blue-100\/90 {
  border-bottom-color: rgb(219 234 254 / 0.9);
}
.border-b-blue-100\/95 {
  border-bottom-color: rgb(219 234 254 / 0.95);
}
.border-b-blue-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-b-blue-200\/0 {
  border-bottom-color: rgb(191 219 254 / 0);
}
.border-b-blue-200\/10 {
  border-bottom-color: rgb(191 219 254 / 0.1);
}
.border-b-blue-200\/100 {
  border-bottom-color: rgb(191 219 254 / 1);
}
.border-b-blue-200\/15 {
  border-bottom-color: rgb(191 219 254 / 0.15);
}
.border-b-blue-200\/20 {
  border-bottom-color: rgb(191 219 254 / 0.2);
}
.border-b-blue-200\/25 {
  border-bottom-color: rgb(191 219 254 / 0.25);
}
.border-b-blue-200\/30 {
  border-bottom-color: rgb(191 219 254 / 0.3);
}
.border-b-blue-200\/35 {
  border-bottom-color: rgb(191 219 254 / 0.35);
}
.border-b-blue-200\/40 {
  border-bottom-color: rgb(191 219 254 / 0.4);
}
.border-b-blue-200\/45 {
  border-bottom-color: rgb(191 219 254 / 0.45);
}
.border-b-blue-200\/5 {
  border-bottom-color: rgb(191 219 254 / 0.05);
}
.border-b-blue-200\/50 {
  border-bottom-color: rgb(191 219 254 / 0.5);
}
.border-b-blue-200\/55 {
  border-bottom-color: rgb(191 219 254 / 0.55);
}
.border-b-blue-200\/60 {
  border-bottom-color: rgb(191 219 254 / 0.6);
}
.border-b-blue-200\/65 {
  border-bottom-color: rgb(191 219 254 / 0.65);
}
.border-b-blue-200\/70 {
  border-bottom-color: rgb(191 219 254 / 0.7);
}
.border-b-blue-200\/75 {
  border-bottom-color: rgb(191 219 254 / 0.75);
}
.border-b-blue-200\/80 {
  border-bottom-color: rgb(191 219 254 / 0.8);
}
.border-b-blue-200\/85 {
  border-bottom-color: rgb(191 219 254 / 0.85);
}
.border-b-blue-200\/90 {
  border-bottom-color: rgb(191 219 254 / 0.9);
}
.border-b-blue-200\/95 {
  border-bottom-color: rgb(191 219 254 / 0.95);
}
.border-b-blue-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-b-blue-300\/0 {
  border-bottom-color: rgb(147 197 253 / 0);
}
.border-b-blue-300\/10 {
  border-bottom-color: rgb(147 197 253 / 0.1);
}
.border-b-blue-300\/100 {
  border-bottom-color: rgb(147 197 253 / 1);
}
.border-b-blue-300\/15 {
  border-bottom-color: rgb(147 197 253 / 0.15);
}
.border-b-blue-300\/20 {
  border-bottom-color: rgb(147 197 253 / 0.2);
}
.border-b-blue-300\/25 {
  border-bottom-color: rgb(147 197 253 / 0.25);
}
.border-b-blue-300\/30 {
  border-bottom-color: rgb(147 197 253 / 0.3);
}
.border-b-blue-300\/35 {
  border-bottom-color: rgb(147 197 253 / 0.35);
}
.border-b-blue-300\/40 {
  border-bottom-color: rgb(147 197 253 / 0.4);
}
.border-b-blue-300\/45 {
  border-bottom-color: rgb(147 197 253 / 0.45);
}
.border-b-blue-300\/5 {
  border-bottom-color: rgb(147 197 253 / 0.05);
}
.border-b-blue-300\/50 {
  border-bottom-color: rgb(147 197 253 / 0.5);
}
.border-b-blue-300\/55 {
  border-bottom-color: rgb(147 197 253 / 0.55);
}
.border-b-blue-300\/60 {
  border-bottom-color: rgb(147 197 253 / 0.6);
}
.border-b-blue-300\/65 {
  border-bottom-color: rgb(147 197 253 / 0.65);
}
.border-b-blue-300\/70 {
  border-bottom-color: rgb(147 197 253 / 0.7);
}
.border-b-blue-300\/75 {
  border-bottom-color: rgb(147 197 253 / 0.75);
}
.border-b-blue-300\/80 {
  border-bottom-color: rgb(147 197 253 / 0.8);
}
.border-b-blue-300\/85 {
  border-bottom-color: rgb(147 197 253 / 0.85);
}
.border-b-blue-300\/90 {
  border-bottom-color: rgb(147 197 253 / 0.9);
}
.border-b-blue-300\/95 {
  border-bottom-color: rgb(147 197 253 / 0.95);
}
.border-b-blue-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-b-blue-400\/0 {
  border-bottom-color: rgb(96 165 250 / 0);
}
.border-b-blue-400\/10 {
  border-bottom-color: rgb(96 165 250 / 0.1);
}
.border-b-blue-400\/100 {
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-b-blue-400\/15 {
  border-bottom-color: rgb(96 165 250 / 0.15);
}
.border-b-blue-400\/20 {
  border-bottom-color: rgb(96 165 250 / 0.2);
}
.border-b-blue-400\/25 {
  border-bottom-color: rgb(96 165 250 / 0.25);
}
.border-b-blue-400\/30 {
  border-bottom-color: rgb(96 165 250 / 0.3);
}
.border-b-blue-400\/35 {
  border-bottom-color: rgb(96 165 250 / 0.35);
}
.border-b-blue-400\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-b-blue-400\/45 {
  border-bottom-color: rgb(96 165 250 / 0.45);
}
.border-b-blue-400\/5 {
  border-bottom-color: rgb(96 165 250 / 0.05);
}
.border-b-blue-400\/50 {
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-b-blue-400\/55 {
  border-bottom-color: rgb(96 165 250 / 0.55);
}
.border-b-blue-400\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-b-blue-400\/65 {
  border-bottom-color: rgb(96 165 250 / 0.65);
}
.border-b-blue-400\/70 {
  border-bottom-color: rgb(96 165 250 / 0.7);
}
.border-b-blue-400\/75 {
  border-bottom-color: rgb(96 165 250 / 0.75);
}
.border-b-blue-400\/80 {
  border-bottom-color: rgb(96 165 250 / 0.8);
}
.border-b-blue-400\/85 {
  border-bottom-color: rgb(96 165 250 / 0.85);
}
.border-b-blue-400\/90 {
  border-bottom-color: rgb(96 165 250 / 0.9);
}
.border-b-blue-400\/95 {
  border-bottom-color: rgb(96 165 250 / 0.95);
}
.border-b-blue-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-b-blue-50\/0 {
  border-bottom-color: rgb(239 246 255 / 0);
}
.border-b-blue-50\/10 {
  border-bottom-color: rgb(239 246 255 / 0.1);
}
.border-b-blue-50\/100 {
  border-bottom-color: rgb(239 246 255 / 1);
}
.border-b-blue-50\/15 {
  border-bottom-color: rgb(239 246 255 / 0.15);
}
.border-b-blue-50\/20 {
  border-bottom-color: rgb(239 246 255 / 0.2);
}
.border-b-blue-50\/25 {
  border-bottom-color: rgb(239 246 255 / 0.25);
}
.border-b-blue-50\/30 {
  border-bottom-color: rgb(239 246 255 / 0.3);
}
.border-b-blue-50\/35 {
  border-bottom-color: rgb(239 246 255 / 0.35);
}
.border-b-blue-50\/40 {
  border-bottom-color: rgb(239 246 255 / 0.4);
}
.border-b-blue-50\/45 {
  border-bottom-color: rgb(239 246 255 / 0.45);
}
.border-b-blue-50\/5 {
  border-bottom-color: rgb(239 246 255 / 0.05);
}
.border-b-blue-50\/50 {
  border-bottom-color: rgb(239 246 255 / 0.5);
}
.border-b-blue-50\/55 {
  border-bottom-color: rgb(239 246 255 / 0.55);
}
.border-b-blue-50\/60 {
  border-bottom-color: rgb(239 246 255 / 0.6);
}
.border-b-blue-50\/65 {
  border-bottom-color: rgb(239 246 255 / 0.65);
}
.border-b-blue-50\/70 {
  border-bottom-color: rgb(239 246 255 / 0.7);
}
.border-b-blue-50\/75 {
  border-bottom-color: rgb(239 246 255 / 0.75);
}
.border-b-blue-50\/80 {
  border-bottom-color: rgb(239 246 255 / 0.8);
}
.border-b-blue-50\/85 {
  border-bottom-color: rgb(239 246 255 / 0.85);
}
.border-b-blue-50\/90 {
  border-bottom-color: rgb(239 246 255 / 0.9);
}
.border-b-blue-50\/95 {
  border-bottom-color: rgb(239 246 255 / 0.95);
}
.border-b-blue-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-b-blue-500\/0 {
  border-bottom-color: rgb(59 130 246 / 0);
}
.border-b-blue-500\/10 {
  border-bottom-color: rgb(59 130 246 / 0.1);
}
.border-b-blue-500\/100 {
  border-bottom-color: rgb(59 130 246 / 1);
}
.border-b-blue-500\/15 {
  border-bottom-color: rgb(59 130 246 / 0.15);
}
.border-b-blue-500\/20 {
  border-bottom-color: rgb(59 130 246 / 0.2);
}
.border-b-blue-500\/25 {
  border-bottom-color: rgb(59 130 246 / 0.25);
}
.border-b-blue-500\/30 {
  border-bottom-color: rgb(59 130 246 / 0.3);
}
.border-b-blue-500\/35 {
  border-bottom-color: rgb(59 130 246 / 0.35);
}
.border-b-blue-500\/40 {
  border-bottom-color: rgb(59 130 246 / 0.4);
}
.border-b-blue-500\/45 {
  border-bottom-color: rgb(59 130 246 / 0.45);
}
.border-b-blue-500\/5 {
  border-bottom-color: rgb(59 130 246 / 0.05);
}
.border-b-blue-500\/50 {
  border-bottom-color: rgb(59 130 246 / 0.5);
}
.border-b-blue-500\/55 {
  border-bottom-color: rgb(59 130 246 / 0.55);
}
.border-b-blue-500\/60 {
  border-bottom-color: rgb(59 130 246 / 0.6);
}
.border-b-blue-500\/65 {
  border-bottom-color: rgb(59 130 246 / 0.65);
}
.border-b-blue-500\/70 {
  border-bottom-color: rgb(59 130 246 / 0.7);
}
.border-b-blue-500\/75 {
  border-bottom-color: rgb(59 130 246 / 0.75);
}
.border-b-blue-500\/80 {
  border-bottom-color: rgb(59 130 246 / 0.8);
}
.border-b-blue-500\/85 {
  border-bottom-color: rgb(59 130 246 / 0.85);
}
.border-b-blue-500\/90 {
  border-bottom-color: rgb(59 130 246 / 0.9);
}
.border-b-blue-500\/95 {
  border-bottom-color: rgb(59 130 246 / 0.95);
}
.border-b-blue-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-b-blue-600\/0 {
  border-bottom-color: rgb(37 99 235 / 0);
}
.border-b-blue-600\/10 {
  border-bottom-color: rgb(37 99 235 / 0.1);
}
.border-b-blue-600\/100 {
  border-bottom-color: rgb(37 99 235 / 1);
}
.border-b-blue-600\/15 {
  border-bottom-color: rgb(37 99 235 / 0.15);
}
.border-b-blue-600\/20 {
  border-bottom-color: rgb(37 99 235 / 0.2);
}
.border-b-blue-600\/25 {
  border-bottom-color: rgb(37 99 235 / 0.25);
}
.border-b-blue-600\/30 {
  border-bottom-color: rgb(37 99 235 / 0.3);
}
.border-b-blue-600\/35 {
  border-bottom-color: rgb(37 99 235 / 0.35);
}
.border-b-blue-600\/40 {
  border-bottom-color: rgb(37 99 235 / 0.4);
}
.border-b-blue-600\/45 {
  border-bottom-color: rgb(37 99 235 / 0.45);
}
.border-b-blue-600\/5 {
  border-bottom-color: rgb(37 99 235 / 0.05);
}
.border-b-blue-600\/50 {
  border-bottom-color: rgb(37 99 235 / 0.5);
}
.border-b-blue-600\/55 {
  border-bottom-color: rgb(37 99 235 / 0.55);
}
.border-b-blue-600\/60 {
  border-bottom-color: rgb(37 99 235 / 0.6);
}
.border-b-blue-600\/65 {
  border-bottom-color: rgb(37 99 235 / 0.65);
}
.border-b-blue-600\/70 {
  border-bottom-color: rgb(37 99 235 / 0.7);
}
.border-b-blue-600\/75 {
  border-bottom-color: rgb(37 99 235 / 0.75);
}
.border-b-blue-600\/80 {
  border-bottom-color: rgb(37 99 235 / 0.8);
}
.border-b-blue-600\/85 {
  border-bottom-color: rgb(37 99 235 / 0.85);
}
.border-b-blue-600\/90 {
  border-bottom-color: rgb(37 99 235 / 0.9);
}
.border-b-blue-600\/95 {
  border-bottom-color: rgb(37 99 235 / 0.95);
}
.border-b-blue-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-b-blue-700\/0 {
  border-bottom-color: rgb(29 78 216 / 0);
}
.border-b-blue-700\/10 {
  border-bottom-color: rgb(29 78 216 / 0.1);
}
.border-b-blue-700\/100 {
  border-bottom-color: rgb(29 78 216 / 1);
}
.border-b-blue-700\/15 {
  border-bottom-color: rgb(29 78 216 / 0.15);
}
.border-b-blue-700\/20 {
  border-bottom-color: rgb(29 78 216 / 0.2);
}
.border-b-blue-700\/25 {
  border-bottom-color: rgb(29 78 216 / 0.25);
}
.border-b-blue-700\/30 {
  border-bottom-color: rgb(29 78 216 / 0.3);
}
.border-b-blue-700\/35 {
  border-bottom-color: rgb(29 78 216 / 0.35);
}
.border-b-blue-700\/40 {
  border-bottom-color: rgb(29 78 216 / 0.4);
}
.border-b-blue-700\/45 {
  border-bottom-color: rgb(29 78 216 / 0.45);
}
.border-b-blue-700\/5 {
  border-bottom-color: rgb(29 78 216 / 0.05);
}
.border-b-blue-700\/50 {
  border-bottom-color: rgb(29 78 216 / 0.5);
}
.border-b-blue-700\/55 {
  border-bottom-color: rgb(29 78 216 / 0.55);
}
.border-b-blue-700\/60 {
  border-bottom-color: rgb(29 78 216 / 0.6);
}
.border-b-blue-700\/65 {
  border-bottom-color: rgb(29 78 216 / 0.65);
}
.border-b-blue-700\/70 {
  border-bottom-color: rgb(29 78 216 / 0.7);
}
.border-b-blue-700\/75 {
  border-bottom-color: rgb(29 78 216 / 0.75);
}
.border-b-blue-700\/80 {
  border-bottom-color: rgb(29 78 216 / 0.8);
}
.border-b-blue-700\/85 {
  border-bottom-color: rgb(29 78 216 / 0.85);
}
.border-b-blue-700\/90 {
  border-bottom-color: rgb(29 78 216 / 0.9);
}
.border-b-blue-700\/95 {
  border-bottom-color: rgb(29 78 216 / 0.95);
}
.border-b-blue-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-b-blue-800\/0 {
  border-bottom-color: rgb(30 64 175 / 0);
}
.border-b-blue-800\/10 {
  border-bottom-color: rgb(30 64 175 / 0.1);
}
.border-b-blue-800\/100 {
  border-bottom-color: rgb(30 64 175 / 1);
}
.border-b-blue-800\/15 {
  border-bottom-color: rgb(30 64 175 / 0.15);
}
.border-b-blue-800\/20 {
  border-bottom-color: rgb(30 64 175 / 0.2);
}
.border-b-blue-800\/25 {
  border-bottom-color: rgb(30 64 175 / 0.25);
}
.border-b-blue-800\/30 {
  border-bottom-color: rgb(30 64 175 / 0.3);
}
.border-b-blue-800\/35 {
  border-bottom-color: rgb(30 64 175 / 0.35);
}
.border-b-blue-800\/40 {
  border-bottom-color: rgb(30 64 175 / 0.4);
}
.border-b-blue-800\/45 {
  border-bottom-color: rgb(30 64 175 / 0.45);
}
.border-b-blue-800\/5 {
  border-bottom-color: rgb(30 64 175 / 0.05);
}
.border-b-blue-800\/50 {
  border-bottom-color: rgb(30 64 175 / 0.5);
}
.border-b-blue-800\/55 {
  border-bottom-color: rgb(30 64 175 / 0.55);
}
.border-b-blue-800\/60 {
  border-bottom-color: rgb(30 64 175 / 0.6);
}
.border-b-blue-800\/65 {
  border-bottom-color: rgb(30 64 175 / 0.65);
}
.border-b-blue-800\/70 {
  border-bottom-color: rgb(30 64 175 / 0.7);
}
.border-b-blue-800\/75 {
  border-bottom-color: rgb(30 64 175 / 0.75);
}
.border-b-blue-800\/80 {
  border-bottom-color: rgb(30 64 175 / 0.8);
}
.border-b-blue-800\/85 {
  border-bottom-color: rgb(30 64 175 / 0.85);
}
.border-b-blue-800\/90 {
  border-bottom-color: rgb(30 64 175 / 0.9);
}
.border-b-blue-800\/95 {
  border-bottom-color: rgb(30 64 175 / 0.95);
}
.border-b-blue-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-b-blue-900\/0 {
  border-bottom-color: rgb(30 58 138 / 0);
}
.border-b-blue-900\/10 {
  border-bottom-color: rgb(30 58 138 / 0.1);
}
.border-b-blue-900\/100 {
  border-bottom-color: rgb(30 58 138 / 1);
}
.border-b-blue-900\/15 {
  border-bottom-color: rgb(30 58 138 / 0.15);
}
.border-b-blue-900\/20 {
  border-bottom-color: rgb(30 58 138 / 0.2);
}
.border-b-blue-900\/25 {
  border-bottom-color: rgb(30 58 138 / 0.25);
}
.border-b-blue-900\/30 {
  border-bottom-color: rgb(30 58 138 / 0.3);
}
.border-b-blue-900\/35 {
  border-bottom-color: rgb(30 58 138 / 0.35);
}
.border-b-blue-900\/40 {
  border-bottom-color: rgb(30 58 138 / 0.4);
}
.border-b-blue-900\/45 {
  border-bottom-color: rgb(30 58 138 / 0.45);
}
.border-b-blue-900\/5 {
  border-bottom-color: rgb(30 58 138 / 0.05);
}
.border-b-blue-900\/50 {
  border-bottom-color: rgb(30 58 138 / 0.5);
}
.border-b-blue-900\/55 {
  border-bottom-color: rgb(30 58 138 / 0.55);
}
.border-b-blue-900\/60 {
  border-bottom-color: rgb(30 58 138 / 0.6);
}
.border-b-blue-900\/65 {
  border-bottom-color: rgb(30 58 138 / 0.65);
}
.border-b-blue-900\/70 {
  border-bottom-color: rgb(30 58 138 / 0.7);
}
.border-b-blue-900\/75 {
  border-bottom-color: rgb(30 58 138 / 0.75);
}
.border-b-blue-900\/80 {
  border-bottom-color: rgb(30 58 138 / 0.8);
}
.border-b-blue-900\/85 {
  border-bottom-color: rgb(30 58 138 / 0.85);
}
.border-b-blue-900\/90 {
  border-bottom-color: rgb(30 58 138 / 0.9);
}
.border-b-blue-900\/95 {
  border-bottom-color: rgb(30 58 138 / 0.95);
}
.border-b-blue-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-b-blue-950\/0 {
  border-bottom-color: rgb(23 37 84 / 0);
}
.border-b-blue-950\/10 {
  border-bottom-color: rgb(23 37 84 / 0.1);
}
.border-b-blue-950\/100 {
  border-bottom-color: rgb(23 37 84 / 1);
}
.border-b-blue-950\/15 {
  border-bottom-color: rgb(23 37 84 / 0.15);
}
.border-b-blue-950\/20 {
  border-bottom-color: rgb(23 37 84 / 0.2);
}
.border-b-blue-950\/25 {
  border-bottom-color: rgb(23 37 84 / 0.25);
}
.border-b-blue-950\/30 {
  border-bottom-color: rgb(23 37 84 / 0.3);
}
.border-b-blue-950\/35 {
  border-bottom-color: rgb(23 37 84 / 0.35);
}
.border-b-blue-950\/40 {
  border-bottom-color: rgb(23 37 84 / 0.4);
}
.border-b-blue-950\/45 {
  border-bottom-color: rgb(23 37 84 / 0.45);
}
.border-b-blue-950\/5 {
  border-bottom-color: rgb(23 37 84 / 0.05);
}
.border-b-blue-950\/50 {
  border-bottom-color: rgb(23 37 84 / 0.5);
}
.border-b-blue-950\/55 {
  border-bottom-color: rgb(23 37 84 / 0.55);
}
.border-b-blue-950\/60 {
  border-bottom-color: rgb(23 37 84 / 0.6);
}
.border-b-blue-950\/65 {
  border-bottom-color: rgb(23 37 84 / 0.65);
}
.border-b-blue-950\/70 {
  border-bottom-color: rgb(23 37 84 / 0.7);
}
.border-b-blue-950\/75 {
  border-bottom-color: rgb(23 37 84 / 0.75);
}
.border-b-blue-950\/80 {
  border-bottom-color: rgb(23 37 84 / 0.8);
}
.border-b-blue-950\/85 {
  border-bottom-color: rgb(23 37 84 / 0.85);
}
.border-b-blue-950\/90 {
  border-bottom-color: rgb(23 37 84 / 0.9);
}
.border-b-blue-950\/95 {
  border-bottom-color: rgb(23 37 84 / 0.95);
}
.border-b-border {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}
.border-b-border\/0 {
  border-bottom-color: hsl(var(--border) / 0);
}
.border-b-border\/10 {
  border-bottom-color: hsl(var(--border) / 0.1);
}
.border-b-border\/100 {
  border-bottom-color: hsl(var(--border) / 1);
}
.border-b-border\/15 {
  border-bottom-color: hsl(var(--border) / 0.15);
}
.border-b-border\/20 {
  border-bottom-color: hsl(var(--border) / 0.2);
}
.border-b-border\/25 {
  border-bottom-color: hsl(var(--border) / 0.25);
}
.border-b-border\/30 {
  border-bottom-color: hsl(var(--border) / 0.3);
}
.border-b-border\/35 {
  border-bottom-color: hsl(var(--border) / 0.35);
}
.border-b-border\/40 {
  border-bottom-color: hsl(var(--border) / 0.4);
}
.border-b-border\/45 {
  border-bottom-color: hsl(var(--border) / 0.45);
}
.border-b-border\/5 {
  border-bottom-color: hsl(var(--border) / 0.05);
}
.border-b-border\/50 {
  border-bottom-color: hsl(var(--border) / 0.5);
}
.border-b-border\/55 {
  border-bottom-color: hsl(var(--border) / 0.55);
}
.border-b-border\/60 {
  border-bottom-color: hsl(var(--border) / 0.6);
}
.border-b-border\/65 {
  border-bottom-color: hsl(var(--border) / 0.65);
}
.border-b-border\/70 {
  border-bottom-color: hsl(var(--border) / 0.7);
}
.border-b-border\/75 {
  border-bottom-color: hsl(var(--border) / 0.75);
}
.border-b-border\/80 {
  border-bottom-color: hsl(var(--border) / 0.8);
}
.border-b-border\/85 {
  border-bottom-color: hsl(var(--border) / 0.85);
}
.border-b-border\/90 {
  border-bottom-color: hsl(var(--border) / 0.9);
}
.border-b-border\/95 {
  border-bottom-color: hsl(var(--border) / 0.95);
}
.border-b-card {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--card) / var(--tw-border-opacity, 1));
}
.border-b-card-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
}
.border-b-card-foreground\/0 {
  border-bottom-color: hsl(var(--card-foreground) / 0);
}
.border-b-card-foreground\/10 {
  border-bottom-color: hsl(var(--card-foreground) / 0.1);
}
.border-b-card-foreground\/100 {
  border-bottom-color: hsl(var(--card-foreground) / 1);
}
.border-b-card-foreground\/15 {
  border-bottom-color: hsl(var(--card-foreground) / 0.15);
}
.border-b-card-foreground\/20 {
  border-bottom-color: hsl(var(--card-foreground) / 0.2);
}
.border-b-card-foreground\/25 {
  border-bottom-color: hsl(var(--card-foreground) / 0.25);
}
.border-b-card-foreground\/30 {
  border-bottom-color: hsl(var(--card-foreground) / 0.3);
}
.border-b-card-foreground\/35 {
  border-bottom-color: hsl(var(--card-foreground) / 0.35);
}
.border-b-card-foreground\/40 {
  border-bottom-color: hsl(var(--card-foreground) / 0.4);
}
.border-b-card-foreground\/45 {
  border-bottom-color: hsl(var(--card-foreground) / 0.45);
}
.border-b-card-foreground\/5 {
  border-bottom-color: hsl(var(--card-foreground) / 0.05);
}
.border-b-card-foreground\/50 {
  border-bottom-color: hsl(var(--card-foreground) / 0.5);
}
.border-b-card-foreground\/55 {
  border-bottom-color: hsl(var(--card-foreground) / 0.55);
}
.border-b-card-foreground\/60 {
  border-bottom-color: hsl(var(--card-foreground) / 0.6);
}
.border-b-card-foreground\/65 {
  border-bottom-color: hsl(var(--card-foreground) / 0.65);
}
.border-b-card-foreground\/70 {
  border-bottom-color: hsl(var(--card-foreground) / 0.7);
}
.border-b-card-foreground\/75 {
  border-bottom-color: hsl(var(--card-foreground) / 0.75);
}
.border-b-card-foreground\/80 {
  border-bottom-color: hsl(var(--card-foreground) / 0.8);
}
.border-b-card-foreground\/85 {
  border-bottom-color: hsl(var(--card-foreground) / 0.85);
}
.border-b-card-foreground\/90 {
  border-bottom-color: hsl(var(--card-foreground) / 0.9);
}
.border-b-card-foreground\/95 {
  border-bottom-color: hsl(var(--card-foreground) / 0.95);
}
.border-b-card\/0 {
  border-bottom-color: hsl(var(--card) / 0);
}
.border-b-card\/10 {
  border-bottom-color: hsl(var(--card) / 0.1);
}
.border-b-card\/100 {
  border-bottom-color: hsl(var(--card) / 1);
}
.border-b-card\/15 {
  border-bottom-color: hsl(var(--card) / 0.15);
}
.border-b-card\/20 {
  border-bottom-color: hsl(var(--card) / 0.2);
}
.border-b-card\/25 {
  border-bottom-color: hsl(var(--card) / 0.25);
}
.border-b-card\/30 {
  border-bottom-color: hsl(var(--card) / 0.3);
}
.border-b-card\/35 {
  border-bottom-color: hsl(var(--card) / 0.35);
}
.border-b-card\/40 {
  border-bottom-color: hsl(var(--card) / 0.4);
}
.border-b-card\/45 {
  border-bottom-color: hsl(var(--card) / 0.45);
}
.border-b-card\/5 {
  border-bottom-color: hsl(var(--card) / 0.05);
}
.border-b-card\/50 {
  border-bottom-color: hsl(var(--card) / 0.5);
}
.border-b-card\/55 {
  border-bottom-color: hsl(var(--card) / 0.55);
}
.border-b-card\/60 {
  border-bottom-color: hsl(var(--card) / 0.6);
}
.border-b-card\/65 {
  border-bottom-color: hsl(var(--card) / 0.65);
}
.border-b-card\/70 {
  border-bottom-color: hsl(var(--card) / 0.7);
}
.border-b-card\/75 {
  border-bottom-color: hsl(var(--card) / 0.75);
}
.border-b-card\/80 {
  border-bottom-color: hsl(var(--card) / 0.8);
}
.border-b-card\/85 {
  border-bottom-color: hsl(var(--card) / 0.85);
}
.border-b-card\/90 {
  border-bottom-color: hsl(var(--card) / 0.9);
}
.border-b-card\/95 {
  border-bottom-color: hsl(var(--card) / 0.95);
}
.border-b-current {
  border-bottom-color: currentColor;
}
.border-b-cyan-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-b-cyan-100\/0 {
  border-bottom-color: rgb(207 250 254 / 0);
}
.border-b-cyan-100\/10 {
  border-bottom-color: rgb(207 250 254 / 0.1);
}
.border-b-cyan-100\/100 {
  border-bottom-color: rgb(207 250 254 / 1);
}
.border-b-cyan-100\/15 {
  border-bottom-color: rgb(207 250 254 / 0.15);
}
.border-b-cyan-100\/20 {
  border-bottom-color: rgb(207 250 254 / 0.2);
}
.border-b-cyan-100\/25 {
  border-bottom-color: rgb(207 250 254 / 0.25);
}
.border-b-cyan-100\/30 {
  border-bottom-color: rgb(207 250 254 / 0.3);
}
.border-b-cyan-100\/35 {
  border-bottom-color: rgb(207 250 254 / 0.35);
}
.border-b-cyan-100\/40 {
  border-bottom-color: rgb(207 250 254 / 0.4);
}
.border-b-cyan-100\/45 {
  border-bottom-color: rgb(207 250 254 / 0.45);
}
.border-b-cyan-100\/5 {
  border-bottom-color: rgb(207 250 254 / 0.05);
}
.border-b-cyan-100\/50 {
  border-bottom-color: rgb(207 250 254 / 0.5);
}
.border-b-cyan-100\/55 {
  border-bottom-color: rgb(207 250 254 / 0.55);
}
.border-b-cyan-100\/60 {
  border-bottom-color: rgb(207 250 254 / 0.6);
}
.border-b-cyan-100\/65 {
  border-bottom-color: rgb(207 250 254 / 0.65);
}
.border-b-cyan-100\/70 {
  border-bottom-color: rgb(207 250 254 / 0.7);
}
.border-b-cyan-100\/75 {
  border-bottom-color: rgb(207 250 254 / 0.75);
}
.border-b-cyan-100\/80 {
  border-bottom-color: rgb(207 250 254 / 0.8);
}
.border-b-cyan-100\/85 {
  border-bottom-color: rgb(207 250 254 / 0.85);
}
.border-b-cyan-100\/90 {
  border-bottom-color: rgb(207 250 254 / 0.9);
}
.border-b-cyan-100\/95 {
  border-bottom-color: rgb(207 250 254 / 0.95);
}
.border-b-cyan-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-b-cyan-200\/0 {
  border-bottom-color: rgb(165 243 252 / 0);
}
.border-b-cyan-200\/10 {
  border-bottom-color: rgb(165 243 252 / 0.1);
}
.border-b-cyan-200\/100 {
  border-bottom-color: rgb(165 243 252 / 1);
}
.border-b-cyan-200\/15 {
  border-bottom-color: rgb(165 243 252 / 0.15);
}
.border-b-cyan-200\/20 {
  border-bottom-color: rgb(165 243 252 / 0.2);
}
.border-b-cyan-200\/25 {
  border-bottom-color: rgb(165 243 252 / 0.25);
}
.border-b-cyan-200\/30 {
  border-bottom-color: rgb(165 243 252 / 0.3);
}
.border-b-cyan-200\/35 {
  border-bottom-color: rgb(165 243 252 / 0.35);
}
.border-b-cyan-200\/40 {
  border-bottom-color: rgb(165 243 252 / 0.4);
}
.border-b-cyan-200\/45 {
  border-bottom-color: rgb(165 243 252 / 0.45);
}
.border-b-cyan-200\/5 {
  border-bottom-color: rgb(165 243 252 / 0.05);
}
.border-b-cyan-200\/50 {
  border-bottom-color: rgb(165 243 252 / 0.5);
}
.border-b-cyan-200\/55 {
  border-bottom-color: rgb(165 243 252 / 0.55);
}
.border-b-cyan-200\/60 {
  border-bottom-color: rgb(165 243 252 / 0.6);
}
.border-b-cyan-200\/65 {
  border-bottom-color: rgb(165 243 252 / 0.65);
}
.border-b-cyan-200\/70 {
  border-bottom-color: rgb(165 243 252 / 0.7);
}
.border-b-cyan-200\/75 {
  border-bottom-color: rgb(165 243 252 / 0.75);
}
.border-b-cyan-200\/80 {
  border-bottom-color: rgb(165 243 252 / 0.8);
}
.border-b-cyan-200\/85 {
  border-bottom-color: rgb(165 243 252 / 0.85);
}
.border-b-cyan-200\/90 {
  border-bottom-color: rgb(165 243 252 / 0.9);
}
.border-b-cyan-200\/95 {
  border-bottom-color: rgb(165 243 252 / 0.95);
}
.border-b-cyan-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-b-cyan-300\/0 {
  border-bottom-color: rgb(103 232 249 / 0);
}
.border-b-cyan-300\/10 {
  border-bottom-color: rgb(103 232 249 / 0.1);
}
.border-b-cyan-300\/100 {
  border-bottom-color: rgb(103 232 249 / 1);
}
.border-b-cyan-300\/15 {
  border-bottom-color: rgb(103 232 249 / 0.15);
}
.border-b-cyan-300\/20 {
  border-bottom-color: rgb(103 232 249 / 0.2);
}
.border-b-cyan-300\/25 {
  border-bottom-color: rgb(103 232 249 / 0.25);
}
.border-b-cyan-300\/30 {
  border-bottom-color: rgb(103 232 249 / 0.3);
}
.border-b-cyan-300\/35 {
  border-bottom-color: rgb(103 232 249 / 0.35);
}
.border-b-cyan-300\/40 {
  border-bottom-color: rgb(103 232 249 / 0.4);
}
.border-b-cyan-300\/45 {
  border-bottom-color: rgb(103 232 249 / 0.45);
}
.border-b-cyan-300\/5 {
  border-bottom-color: rgb(103 232 249 / 0.05);
}
.border-b-cyan-300\/50 {
  border-bottom-color: rgb(103 232 249 / 0.5);
}
.border-b-cyan-300\/55 {
  border-bottom-color: rgb(103 232 249 / 0.55);
}
.border-b-cyan-300\/60 {
  border-bottom-color: rgb(103 232 249 / 0.6);
}
.border-b-cyan-300\/65 {
  border-bottom-color: rgb(103 232 249 / 0.65);
}
.border-b-cyan-300\/70 {
  border-bottom-color: rgb(103 232 249 / 0.7);
}
.border-b-cyan-300\/75 {
  border-bottom-color: rgb(103 232 249 / 0.75);
}
.border-b-cyan-300\/80 {
  border-bottom-color: rgb(103 232 249 / 0.8);
}
.border-b-cyan-300\/85 {
  border-bottom-color: rgb(103 232 249 / 0.85);
}
.border-b-cyan-300\/90 {
  border-bottom-color: rgb(103 232 249 / 0.9);
}
.border-b-cyan-300\/95 {
  border-bottom-color: rgb(103 232 249 / 0.95);
}
.border-b-cyan-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-b-cyan-400\/0 {
  border-bottom-color: rgb(34 211 238 / 0);
}
.border-b-cyan-400\/10 {
  border-bottom-color: rgb(34 211 238 / 0.1);
}
.border-b-cyan-400\/100 {
  border-bottom-color: rgb(34 211 238 / 1);
}
.border-b-cyan-400\/15 {
  border-bottom-color: rgb(34 211 238 / 0.15);
}
.border-b-cyan-400\/20 {
  border-bottom-color: rgb(34 211 238 / 0.2);
}
.border-b-cyan-400\/25 {
  border-bottom-color: rgb(34 211 238 / 0.25);
}
.border-b-cyan-400\/30 {
  border-bottom-color: rgb(34 211 238 / 0.3);
}
.border-b-cyan-400\/35 {
  border-bottom-color: rgb(34 211 238 / 0.35);
}
.border-b-cyan-400\/40 {
  border-bottom-color: rgb(34 211 238 / 0.4);
}
.border-b-cyan-400\/45 {
  border-bottom-color: rgb(34 211 238 / 0.45);
}
.border-b-cyan-400\/5 {
  border-bottom-color: rgb(34 211 238 / 0.05);
}
.border-b-cyan-400\/50 {
  border-bottom-color: rgb(34 211 238 / 0.5);
}
.border-b-cyan-400\/55 {
  border-bottom-color: rgb(34 211 238 / 0.55);
}
.border-b-cyan-400\/60 {
  border-bottom-color: rgb(34 211 238 / 0.6);
}
.border-b-cyan-400\/65 {
  border-bottom-color: rgb(34 211 238 / 0.65);
}
.border-b-cyan-400\/70 {
  border-bottom-color: rgb(34 211 238 / 0.7);
}
.border-b-cyan-400\/75 {
  border-bottom-color: rgb(34 211 238 / 0.75);
}
.border-b-cyan-400\/80 {
  border-bottom-color: rgb(34 211 238 / 0.8);
}
.border-b-cyan-400\/85 {
  border-bottom-color: rgb(34 211 238 / 0.85);
}
.border-b-cyan-400\/90 {
  border-bottom-color: rgb(34 211 238 / 0.9);
}
.border-b-cyan-400\/95 {
  border-bottom-color: rgb(34 211 238 / 0.95);
}
.border-b-cyan-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-b-cyan-50\/0 {
  border-bottom-color: rgb(236 254 255 / 0);
}
.border-b-cyan-50\/10 {
  border-bottom-color: rgb(236 254 255 / 0.1);
}
.border-b-cyan-50\/100 {
  border-bottom-color: rgb(236 254 255 / 1);
}
.border-b-cyan-50\/15 {
  border-bottom-color: rgb(236 254 255 / 0.15);
}
.border-b-cyan-50\/20 {
  border-bottom-color: rgb(236 254 255 / 0.2);
}
.border-b-cyan-50\/25 {
  border-bottom-color: rgb(236 254 255 / 0.25);
}
.border-b-cyan-50\/30 {
  border-bottom-color: rgb(236 254 255 / 0.3);
}
.border-b-cyan-50\/35 {
  border-bottom-color: rgb(236 254 255 / 0.35);
}
.border-b-cyan-50\/40 {
  border-bottom-color: rgb(236 254 255 / 0.4);
}
.border-b-cyan-50\/45 {
  border-bottom-color: rgb(236 254 255 / 0.45);
}
.border-b-cyan-50\/5 {
  border-bottom-color: rgb(236 254 255 / 0.05);
}
.border-b-cyan-50\/50 {
  border-bottom-color: rgb(236 254 255 / 0.5);
}
.border-b-cyan-50\/55 {
  border-bottom-color: rgb(236 254 255 / 0.55);
}
.border-b-cyan-50\/60 {
  border-bottom-color: rgb(236 254 255 / 0.6);
}
.border-b-cyan-50\/65 {
  border-bottom-color: rgb(236 254 255 / 0.65);
}
.border-b-cyan-50\/70 {
  border-bottom-color: rgb(236 254 255 / 0.7);
}
.border-b-cyan-50\/75 {
  border-bottom-color: rgb(236 254 255 / 0.75);
}
.border-b-cyan-50\/80 {
  border-bottom-color: rgb(236 254 255 / 0.8);
}
.border-b-cyan-50\/85 {
  border-bottom-color: rgb(236 254 255 / 0.85);
}
.border-b-cyan-50\/90 {
  border-bottom-color: rgb(236 254 255 / 0.9);
}
.border-b-cyan-50\/95 {
  border-bottom-color: rgb(236 254 255 / 0.95);
}
.border-b-cyan-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-b-cyan-500\/0 {
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-b-cyan-500\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-b-cyan-500\/100 {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-cyan-500\/15 {
  border-bottom-color: rgb(6 182 212 / 0.15);
}
.border-b-cyan-500\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-b-cyan-500\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-b-cyan-500\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-b-cyan-500\/35 {
  border-bottom-color: rgb(6 182 212 / 0.35);
}
.border-b-cyan-500\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-cyan-500\/45 {
  border-bottom-color: rgb(6 182 212 / 0.45);
}
.border-b-cyan-500\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-b-cyan-500\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-cyan-500\/55 {
  border-bottom-color: rgb(6 182 212 / 0.55);
}
.border-b-cyan-500\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-cyan-500\/65 {
  border-bottom-color: rgb(6 182 212 / 0.65);
}
.border-b-cyan-500\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-b-cyan-500\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-b-cyan-500\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-b-cyan-500\/85 {
  border-bottom-color: rgb(6 182 212 / 0.85);
}
.border-b-cyan-500\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-b-cyan-500\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-b-cyan-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-b-cyan-600\/0 {
  border-bottom-color: rgb(8 145 178 / 0);
}
.border-b-cyan-600\/10 {
  border-bottom-color: rgb(8 145 178 / 0.1);
}
.border-b-cyan-600\/100 {
  border-bottom-color: rgb(8 145 178 / 1);
}
.border-b-cyan-600\/15 {
  border-bottom-color: rgb(8 145 178 / 0.15);
}
.border-b-cyan-600\/20 {
  border-bottom-color: rgb(8 145 178 / 0.2);
}
.border-b-cyan-600\/25 {
  border-bottom-color: rgb(8 145 178 / 0.25);
}
.border-b-cyan-600\/30 {
  border-bottom-color: rgb(8 145 178 / 0.3);
}
.border-b-cyan-600\/35 {
  border-bottom-color: rgb(8 145 178 / 0.35);
}
.border-b-cyan-600\/40 {
  border-bottom-color: rgb(8 145 178 / 0.4);
}
.border-b-cyan-600\/45 {
  border-bottom-color: rgb(8 145 178 / 0.45);
}
.border-b-cyan-600\/5 {
  border-bottom-color: rgb(8 145 178 / 0.05);
}
.border-b-cyan-600\/50 {
  border-bottom-color: rgb(8 145 178 / 0.5);
}
.border-b-cyan-600\/55 {
  border-bottom-color: rgb(8 145 178 / 0.55);
}
.border-b-cyan-600\/60 {
  border-bottom-color: rgb(8 145 178 / 0.6);
}
.border-b-cyan-600\/65 {
  border-bottom-color: rgb(8 145 178 / 0.65);
}
.border-b-cyan-600\/70 {
  border-bottom-color: rgb(8 145 178 / 0.7);
}
.border-b-cyan-600\/75 {
  border-bottom-color: rgb(8 145 178 / 0.75);
}
.border-b-cyan-600\/80 {
  border-bottom-color: rgb(8 145 178 / 0.8);
}
.border-b-cyan-600\/85 {
  border-bottom-color: rgb(8 145 178 / 0.85);
}
.border-b-cyan-600\/90 {
  border-bottom-color: rgb(8 145 178 / 0.9);
}
.border-b-cyan-600\/95 {
  border-bottom-color: rgb(8 145 178 / 0.95);
}
.border-b-cyan-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-b-cyan-700\/0 {
  border-bottom-color: rgb(14 116 144 / 0);
}
.border-b-cyan-700\/10 {
  border-bottom-color: rgb(14 116 144 / 0.1);
}
.border-b-cyan-700\/100 {
  border-bottom-color: rgb(14 116 144 / 1);
}
.border-b-cyan-700\/15 {
  border-bottom-color: rgb(14 116 144 / 0.15);
}
.border-b-cyan-700\/20 {
  border-bottom-color: rgb(14 116 144 / 0.2);
}
.border-b-cyan-700\/25 {
  border-bottom-color: rgb(14 116 144 / 0.25);
}
.border-b-cyan-700\/30 {
  border-bottom-color: rgb(14 116 144 / 0.3);
}
.border-b-cyan-700\/35 {
  border-bottom-color: rgb(14 116 144 / 0.35);
}
.border-b-cyan-700\/40 {
  border-bottom-color: rgb(14 116 144 / 0.4);
}
.border-b-cyan-700\/45 {
  border-bottom-color: rgb(14 116 144 / 0.45);
}
.border-b-cyan-700\/5 {
  border-bottom-color: rgb(14 116 144 / 0.05);
}
.border-b-cyan-700\/50 {
  border-bottom-color: rgb(14 116 144 / 0.5);
}
.border-b-cyan-700\/55 {
  border-bottom-color: rgb(14 116 144 / 0.55);
}
.border-b-cyan-700\/60 {
  border-bottom-color: rgb(14 116 144 / 0.6);
}
.border-b-cyan-700\/65 {
  border-bottom-color: rgb(14 116 144 / 0.65);
}
.border-b-cyan-700\/70 {
  border-bottom-color: rgb(14 116 144 / 0.7);
}
.border-b-cyan-700\/75 {
  border-bottom-color: rgb(14 116 144 / 0.75);
}
.border-b-cyan-700\/80 {
  border-bottom-color: rgb(14 116 144 / 0.8);
}
.border-b-cyan-700\/85 {
  border-bottom-color: rgb(14 116 144 / 0.85);
}
.border-b-cyan-700\/90 {
  border-bottom-color: rgb(14 116 144 / 0.9);
}
.border-b-cyan-700\/95 {
  border-bottom-color: rgb(14 116 144 / 0.95);
}
.border-b-cyan-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-b-cyan-800\/0 {
  border-bottom-color: rgb(21 94 117 / 0);
}
.border-b-cyan-800\/10 {
  border-bottom-color: rgb(21 94 117 / 0.1);
}
.border-b-cyan-800\/100 {
  border-bottom-color: rgb(21 94 117 / 1);
}
.border-b-cyan-800\/15 {
  border-bottom-color: rgb(21 94 117 / 0.15);
}
.border-b-cyan-800\/20 {
  border-bottom-color: rgb(21 94 117 / 0.2);
}
.border-b-cyan-800\/25 {
  border-bottom-color: rgb(21 94 117 / 0.25);
}
.border-b-cyan-800\/30 {
  border-bottom-color: rgb(21 94 117 / 0.3);
}
.border-b-cyan-800\/35 {
  border-bottom-color: rgb(21 94 117 / 0.35);
}
.border-b-cyan-800\/40 {
  border-bottom-color: rgb(21 94 117 / 0.4);
}
.border-b-cyan-800\/45 {
  border-bottom-color: rgb(21 94 117 / 0.45);
}
.border-b-cyan-800\/5 {
  border-bottom-color: rgb(21 94 117 / 0.05);
}
.border-b-cyan-800\/50 {
  border-bottom-color: rgb(21 94 117 / 0.5);
}
.border-b-cyan-800\/55 {
  border-bottom-color: rgb(21 94 117 / 0.55);
}
.border-b-cyan-800\/60 {
  border-bottom-color: rgb(21 94 117 / 0.6);
}
.border-b-cyan-800\/65 {
  border-bottom-color: rgb(21 94 117 / 0.65);
}
.border-b-cyan-800\/70 {
  border-bottom-color: rgb(21 94 117 / 0.7);
}
.border-b-cyan-800\/75 {
  border-bottom-color: rgb(21 94 117 / 0.75);
}
.border-b-cyan-800\/80 {
  border-bottom-color: rgb(21 94 117 / 0.8);
}
.border-b-cyan-800\/85 {
  border-bottom-color: rgb(21 94 117 / 0.85);
}
.border-b-cyan-800\/90 {
  border-bottom-color: rgb(21 94 117 / 0.9);
}
.border-b-cyan-800\/95 {
  border-bottom-color: rgb(21 94 117 / 0.95);
}
.border-b-cyan-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-b-cyan-900\/0 {
  border-bottom-color: rgb(22 78 99 / 0);
}
.border-b-cyan-900\/10 {
  border-bottom-color: rgb(22 78 99 / 0.1);
}
.border-b-cyan-900\/100 {
  border-bottom-color: rgb(22 78 99 / 1);
}
.border-b-cyan-900\/15 {
  border-bottom-color: rgb(22 78 99 / 0.15);
}
.border-b-cyan-900\/20 {
  border-bottom-color: rgb(22 78 99 / 0.2);
}
.border-b-cyan-900\/25 {
  border-bottom-color: rgb(22 78 99 / 0.25);
}
.border-b-cyan-900\/30 {
  border-bottom-color: rgb(22 78 99 / 0.3);
}
.border-b-cyan-900\/35 {
  border-bottom-color: rgb(22 78 99 / 0.35);
}
.border-b-cyan-900\/40 {
  border-bottom-color: rgb(22 78 99 / 0.4);
}
.border-b-cyan-900\/45 {
  border-bottom-color: rgb(22 78 99 / 0.45);
}
.border-b-cyan-900\/5 {
  border-bottom-color: rgb(22 78 99 / 0.05);
}
.border-b-cyan-900\/50 {
  border-bottom-color: rgb(22 78 99 / 0.5);
}
.border-b-cyan-900\/55 {
  border-bottom-color: rgb(22 78 99 / 0.55);
}
.border-b-cyan-900\/60 {
  border-bottom-color: rgb(22 78 99 / 0.6);
}
.border-b-cyan-900\/65 {
  border-bottom-color: rgb(22 78 99 / 0.65);
}
.border-b-cyan-900\/70 {
  border-bottom-color: rgb(22 78 99 / 0.7);
}
.border-b-cyan-900\/75 {
  border-bottom-color: rgb(22 78 99 / 0.75);
}
.border-b-cyan-900\/80 {
  border-bottom-color: rgb(22 78 99 / 0.8);
}
.border-b-cyan-900\/85 {
  border-bottom-color: rgb(22 78 99 / 0.85);
}
.border-b-cyan-900\/90 {
  border-bottom-color: rgb(22 78 99 / 0.9);
}
.border-b-cyan-900\/95 {
  border-bottom-color: rgb(22 78 99 / 0.95);
}
.border-b-cyan-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-b-cyan-950\/0 {
  border-bottom-color: rgb(8 51 68 / 0);
}
.border-b-cyan-950\/10 {
  border-bottom-color: rgb(8 51 68 / 0.1);
}
.border-b-cyan-950\/100 {
  border-bottom-color: rgb(8 51 68 / 1);
}
.border-b-cyan-950\/15 {
  border-bottom-color: rgb(8 51 68 / 0.15);
}
.border-b-cyan-950\/20 {
  border-bottom-color: rgb(8 51 68 / 0.2);
}
.border-b-cyan-950\/25 {
  border-bottom-color: rgb(8 51 68 / 0.25);
}
.border-b-cyan-950\/30 {
  border-bottom-color: rgb(8 51 68 / 0.3);
}
.border-b-cyan-950\/35 {
  border-bottom-color: rgb(8 51 68 / 0.35);
}
.border-b-cyan-950\/40 {
  border-bottom-color: rgb(8 51 68 / 0.4);
}
.border-b-cyan-950\/45 {
  border-bottom-color: rgb(8 51 68 / 0.45);
}
.border-b-cyan-950\/5 {
  border-bottom-color: rgb(8 51 68 / 0.05);
}
.border-b-cyan-950\/50 {
  border-bottom-color: rgb(8 51 68 / 0.5);
}
.border-b-cyan-950\/55 {
  border-bottom-color: rgb(8 51 68 / 0.55);
}
.border-b-cyan-950\/60 {
  border-bottom-color: rgb(8 51 68 / 0.6);
}
.border-b-cyan-950\/65 {
  border-bottom-color: rgb(8 51 68 / 0.65);
}
.border-b-cyan-950\/70 {
  border-bottom-color: rgb(8 51 68 / 0.7);
}
.border-b-cyan-950\/75 {
  border-bottom-color: rgb(8 51 68 / 0.75);
}
.border-b-cyan-950\/80 {
  border-bottom-color: rgb(8 51 68 / 0.8);
}
.border-b-cyan-950\/85 {
  border-bottom-color: rgb(8 51 68 / 0.85);
}
.border-b-cyan-950\/90 {
  border-bottom-color: rgb(8 51 68 / 0.9);
}
.border-b-cyan-950\/95 {
  border-bottom-color: rgb(8 51 68 / 0.95);
}
.border-b-destructive {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
}
.border-b-destructive-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
}
.border-b-destructive-foreground\/0 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0);
}
.border-b-destructive-foreground\/10 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.1);
}
.border-b-destructive-foreground\/100 {
  border-bottom-color: hsl(var(--destructive-foreground) / 1);
}
.border-b-destructive-foreground\/15 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.15);
}
.border-b-destructive-foreground\/20 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.2);
}
.border-b-destructive-foreground\/25 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.25);
}
.border-b-destructive-foreground\/30 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.3);
}
.border-b-destructive-foreground\/35 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.35);
}
.border-b-destructive-foreground\/40 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.4);
}
.border-b-destructive-foreground\/45 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.45);
}
.border-b-destructive-foreground\/5 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.05);
}
.border-b-destructive-foreground\/50 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.5);
}
.border-b-destructive-foreground\/55 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.55);
}
.border-b-destructive-foreground\/60 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.6);
}
.border-b-destructive-foreground\/65 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.65);
}
.border-b-destructive-foreground\/70 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.7);
}
.border-b-destructive-foreground\/75 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.75);
}
.border-b-destructive-foreground\/80 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.8);
}
.border-b-destructive-foreground\/85 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.85);
}
.border-b-destructive-foreground\/90 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.9);
}
.border-b-destructive-foreground\/95 {
  border-bottom-color: hsl(var(--destructive-foreground) / 0.95);
}
.border-b-destructive\/0 {
  border-bottom-color: hsl(var(--destructive) / 0);
}
.border-b-destructive\/10 {
  border-bottom-color: hsl(var(--destructive) / 0.1);
}
.border-b-destructive\/100 {
  border-bottom-color: hsl(var(--destructive) / 1);
}
.border-b-destructive\/15 {
  border-bottom-color: hsl(var(--destructive) / 0.15);
}
.border-b-destructive\/20 {
  border-bottom-color: hsl(var(--destructive) / 0.2);
}
.border-b-destructive\/25 {
  border-bottom-color: hsl(var(--destructive) / 0.25);
}
.border-b-destructive\/30 {
  border-bottom-color: hsl(var(--destructive) / 0.3);
}
.border-b-destructive\/35 {
  border-bottom-color: hsl(var(--destructive) / 0.35);
}
.border-b-destructive\/40 {
  border-bottom-color: hsl(var(--destructive) / 0.4);
}
.border-b-destructive\/45 {
  border-bottom-color: hsl(var(--destructive) / 0.45);
}
.border-b-destructive\/5 {
  border-bottom-color: hsl(var(--destructive) / 0.05);
}
.border-b-destructive\/50 {
  border-bottom-color: hsl(var(--destructive) / 0.5);
}
.border-b-destructive\/55 {
  border-bottom-color: hsl(var(--destructive) / 0.55);
}
.border-b-destructive\/60 {
  border-bottom-color: hsl(var(--destructive) / 0.6);
}
.border-b-destructive\/65 {
  border-bottom-color: hsl(var(--destructive) / 0.65);
}
.border-b-destructive\/70 {
  border-bottom-color: hsl(var(--destructive) / 0.7);
}
.border-b-destructive\/75 {
  border-bottom-color: hsl(var(--destructive) / 0.75);
}
.border-b-destructive\/80 {
  border-bottom-color: hsl(var(--destructive) / 0.8);
}
.border-b-destructive\/85 {
  border-bottom-color: hsl(var(--destructive) / 0.85);
}
.border-b-destructive\/90 {
  border-bottom-color: hsl(var(--destructive) / 0.9);
}
.border-b-destructive\/95 {
  border-bottom-color: hsl(var(--destructive) / 0.95);
}
.border-b-emerald-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-b-emerald-100\/0 {
  border-bottom-color: rgb(209 250 229 / 0);
}
.border-b-emerald-100\/10 {
  border-bottom-color: rgb(209 250 229 / 0.1);
}
.border-b-emerald-100\/100 {
  border-bottom-color: rgb(209 250 229 / 1);
}
.border-b-emerald-100\/15 {
  border-bottom-color: rgb(209 250 229 / 0.15);
}
.border-b-emerald-100\/20 {
  border-bottom-color: rgb(209 250 229 / 0.2);
}
.border-b-emerald-100\/25 {
  border-bottom-color: rgb(209 250 229 / 0.25);
}
.border-b-emerald-100\/30 {
  border-bottom-color: rgb(209 250 229 / 0.3);
}
.border-b-emerald-100\/35 {
  border-bottom-color: rgb(209 250 229 / 0.35);
}
.border-b-emerald-100\/40 {
  border-bottom-color: rgb(209 250 229 / 0.4);
}
.border-b-emerald-100\/45 {
  border-bottom-color: rgb(209 250 229 / 0.45);
}
.border-b-emerald-100\/5 {
  border-bottom-color: rgb(209 250 229 / 0.05);
}
.border-b-emerald-100\/50 {
  border-bottom-color: rgb(209 250 229 / 0.5);
}
.border-b-emerald-100\/55 {
  border-bottom-color: rgb(209 250 229 / 0.55);
}
.border-b-emerald-100\/60 {
  border-bottom-color: rgb(209 250 229 / 0.6);
}
.border-b-emerald-100\/65 {
  border-bottom-color: rgb(209 250 229 / 0.65);
}
.border-b-emerald-100\/70 {
  border-bottom-color: rgb(209 250 229 / 0.7);
}
.border-b-emerald-100\/75 {
  border-bottom-color: rgb(209 250 229 / 0.75);
}
.border-b-emerald-100\/80 {
  border-bottom-color: rgb(209 250 229 / 0.8);
}
.border-b-emerald-100\/85 {
  border-bottom-color: rgb(209 250 229 / 0.85);
}
.border-b-emerald-100\/90 {
  border-bottom-color: rgb(209 250 229 / 0.9);
}
.border-b-emerald-100\/95 {
  border-bottom-color: rgb(209 250 229 / 0.95);
}
.border-b-emerald-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-b-emerald-200\/0 {
  border-bottom-color: rgb(167 243 208 / 0);
}
.border-b-emerald-200\/10 {
  border-bottom-color: rgb(167 243 208 / 0.1);
}
.border-b-emerald-200\/100 {
  border-bottom-color: rgb(167 243 208 / 1);
}
.border-b-emerald-200\/15 {
  border-bottom-color: rgb(167 243 208 / 0.15);
}
.border-b-emerald-200\/20 {
  border-bottom-color: rgb(167 243 208 / 0.2);
}
.border-b-emerald-200\/25 {
  border-bottom-color: rgb(167 243 208 / 0.25);
}
.border-b-emerald-200\/30 {
  border-bottom-color: rgb(167 243 208 / 0.3);
}
.border-b-emerald-200\/35 {
  border-bottom-color: rgb(167 243 208 / 0.35);
}
.border-b-emerald-200\/40 {
  border-bottom-color: rgb(167 243 208 / 0.4);
}
.border-b-emerald-200\/45 {
  border-bottom-color: rgb(167 243 208 / 0.45);
}
.border-b-emerald-200\/5 {
  border-bottom-color: rgb(167 243 208 / 0.05);
}
.border-b-emerald-200\/50 {
  border-bottom-color: rgb(167 243 208 / 0.5);
}
.border-b-emerald-200\/55 {
  border-bottom-color: rgb(167 243 208 / 0.55);
}
.border-b-emerald-200\/60 {
  border-bottom-color: rgb(167 243 208 / 0.6);
}
.border-b-emerald-200\/65 {
  border-bottom-color: rgb(167 243 208 / 0.65);
}
.border-b-emerald-200\/70 {
  border-bottom-color: rgb(167 243 208 / 0.7);
}
.border-b-emerald-200\/75 {
  border-bottom-color: rgb(167 243 208 / 0.75);
}
.border-b-emerald-200\/80 {
  border-bottom-color: rgb(167 243 208 / 0.8);
}
.border-b-emerald-200\/85 {
  border-bottom-color: rgb(167 243 208 / 0.85);
}
.border-b-emerald-200\/90 {
  border-bottom-color: rgb(167 243 208 / 0.9);
}
.border-b-emerald-200\/95 {
  border-bottom-color: rgb(167 243 208 / 0.95);
}
.border-b-emerald-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-b-emerald-300\/0 {
  border-bottom-color: rgb(110 231 183 / 0);
}
.border-b-emerald-300\/10 {
  border-bottom-color: rgb(110 231 183 / 0.1);
}
.border-b-emerald-300\/100 {
  border-bottom-color: rgb(110 231 183 / 1);
}
.border-b-emerald-300\/15 {
  border-bottom-color: rgb(110 231 183 / 0.15);
}
.border-b-emerald-300\/20 {
  border-bottom-color: rgb(110 231 183 / 0.2);
}
.border-b-emerald-300\/25 {
  border-bottom-color: rgb(110 231 183 / 0.25);
}
.border-b-emerald-300\/30 {
  border-bottom-color: rgb(110 231 183 / 0.3);
}
.border-b-emerald-300\/35 {
  border-bottom-color: rgb(110 231 183 / 0.35);
}
.border-b-emerald-300\/40 {
  border-bottom-color: rgb(110 231 183 / 0.4);
}
.border-b-emerald-300\/45 {
  border-bottom-color: rgb(110 231 183 / 0.45);
}
.border-b-emerald-300\/5 {
  border-bottom-color: rgb(110 231 183 / 0.05);
}
.border-b-emerald-300\/50 {
  border-bottom-color: rgb(110 231 183 / 0.5);
}
.border-b-emerald-300\/55 {
  border-bottom-color: rgb(110 231 183 / 0.55);
}
.border-b-emerald-300\/60 {
  border-bottom-color: rgb(110 231 183 / 0.6);
}
.border-b-emerald-300\/65 {
  border-bottom-color: rgb(110 231 183 / 0.65);
}
.border-b-emerald-300\/70 {
  border-bottom-color: rgb(110 231 183 / 0.7);
}
.border-b-emerald-300\/75 {
  border-bottom-color: rgb(110 231 183 / 0.75);
}
.border-b-emerald-300\/80 {
  border-bottom-color: rgb(110 231 183 / 0.8);
}
.border-b-emerald-300\/85 {
  border-bottom-color: rgb(110 231 183 / 0.85);
}
.border-b-emerald-300\/90 {
  border-bottom-color: rgb(110 231 183 / 0.9);
}
.border-b-emerald-300\/95 {
  border-bottom-color: rgb(110 231 183 / 0.95);
}
.border-b-emerald-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-b-emerald-400\/0 {
  border-bottom-color: rgb(52 211 153 / 0);
}
.border-b-emerald-400\/10 {
  border-bottom-color: rgb(52 211 153 / 0.1);
}
.border-b-emerald-400\/100 {
  border-bottom-color: rgb(52 211 153 / 1);
}
.border-b-emerald-400\/15 {
  border-bottom-color: rgb(52 211 153 / 0.15);
}
.border-b-emerald-400\/20 {
  border-bottom-color: rgb(52 211 153 / 0.2);
}
.border-b-emerald-400\/25 {
  border-bottom-color: rgb(52 211 153 / 0.25);
}
.border-b-emerald-400\/30 {
  border-bottom-color: rgb(52 211 153 / 0.3);
}
.border-b-emerald-400\/35 {
  border-bottom-color: rgb(52 211 153 / 0.35);
}
.border-b-emerald-400\/40 {
  border-bottom-color: rgb(52 211 153 / 0.4);
}
.border-b-emerald-400\/45 {
  border-bottom-color: rgb(52 211 153 / 0.45);
}
.border-b-emerald-400\/5 {
  border-bottom-color: rgb(52 211 153 / 0.05);
}
.border-b-emerald-400\/50 {
  border-bottom-color: rgb(52 211 153 / 0.5);
}
.border-b-emerald-400\/55 {
  border-bottom-color: rgb(52 211 153 / 0.55);
}
.border-b-emerald-400\/60 {
  border-bottom-color: rgb(52 211 153 / 0.6);
}
.border-b-emerald-400\/65 {
  border-bottom-color: rgb(52 211 153 / 0.65);
}
.border-b-emerald-400\/70 {
  border-bottom-color: rgb(52 211 153 / 0.7);
}
.border-b-emerald-400\/75 {
  border-bottom-color: rgb(52 211 153 / 0.75);
}
.border-b-emerald-400\/80 {
  border-bottom-color: rgb(52 211 153 / 0.8);
}
.border-b-emerald-400\/85 {
  border-bottom-color: rgb(52 211 153 / 0.85);
}
.border-b-emerald-400\/90 {
  border-bottom-color: rgb(52 211 153 / 0.9);
}
.border-b-emerald-400\/95 {
  border-bottom-color: rgb(52 211 153 / 0.95);
}
.border-b-emerald-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-b-emerald-50\/0 {
  border-bottom-color: rgb(236 253 245 / 0);
}
.border-b-emerald-50\/10 {
  border-bottom-color: rgb(236 253 245 / 0.1);
}
.border-b-emerald-50\/100 {
  border-bottom-color: rgb(236 253 245 / 1);
}
.border-b-emerald-50\/15 {
  border-bottom-color: rgb(236 253 245 / 0.15);
}
.border-b-emerald-50\/20 {
  border-bottom-color: rgb(236 253 245 / 0.2);
}
.border-b-emerald-50\/25 {
  border-bottom-color: rgb(236 253 245 / 0.25);
}
.border-b-emerald-50\/30 {
  border-bottom-color: rgb(236 253 245 / 0.3);
}
.border-b-emerald-50\/35 {
  border-bottom-color: rgb(236 253 245 / 0.35);
}
.border-b-emerald-50\/40 {
  border-bottom-color: rgb(236 253 245 / 0.4);
}
.border-b-emerald-50\/45 {
  border-bottom-color: rgb(236 253 245 / 0.45);
}
.border-b-emerald-50\/5 {
  border-bottom-color: rgb(236 253 245 / 0.05);
}
.border-b-emerald-50\/50 {
  border-bottom-color: rgb(236 253 245 / 0.5);
}
.border-b-emerald-50\/55 {
  border-bottom-color: rgb(236 253 245 / 0.55);
}
.border-b-emerald-50\/60 {
  border-bottom-color: rgb(236 253 245 / 0.6);
}
.border-b-emerald-50\/65 {
  border-bottom-color: rgb(236 253 245 / 0.65);
}
.border-b-emerald-50\/70 {
  border-bottom-color: rgb(236 253 245 / 0.7);
}
.border-b-emerald-50\/75 {
  border-bottom-color: rgb(236 253 245 / 0.75);
}
.border-b-emerald-50\/80 {
  border-bottom-color: rgb(236 253 245 / 0.8);
}
.border-b-emerald-50\/85 {
  border-bottom-color: rgb(236 253 245 / 0.85);
}
.border-b-emerald-50\/90 {
  border-bottom-color: rgb(236 253 245 / 0.9);
}
.border-b-emerald-50\/95 {
  border-bottom-color: rgb(236 253 245 / 0.95);
}
.border-b-emerald-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-b-emerald-500\/0 {
  border-bottom-color: rgb(16 185 129 / 0);
}
.border-b-emerald-500\/10 {
  border-bottom-color: rgb(16 185 129 / 0.1);
}
.border-b-emerald-500\/100 {
  border-bottom-color: rgb(16 185 129 / 1);
}
.border-b-emerald-500\/15 {
  border-bottom-color: rgb(16 185 129 / 0.15);
}
.border-b-emerald-500\/20 {
  border-bottom-color: rgb(16 185 129 / 0.2);
}
.border-b-emerald-500\/25 {
  border-bottom-color: rgb(16 185 129 / 0.25);
}
.border-b-emerald-500\/30 {
  border-bottom-color: rgb(16 185 129 / 0.3);
}
.border-b-emerald-500\/35 {
  border-bottom-color: rgb(16 185 129 / 0.35);
}
.border-b-emerald-500\/40 {
  border-bottom-color: rgb(16 185 129 / 0.4);
}
.border-b-emerald-500\/45 {
  border-bottom-color: rgb(16 185 129 / 0.45);
}
.border-b-emerald-500\/5 {
  border-bottom-color: rgb(16 185 129 / 0.05);
}
.border-b-emerald-500\/50 {
  border-bottom-color: rgb(16 185 129 / 0.5);
}
.border-b-emerald-500\/55 {
  border-bottom-color: rgb(16 185 129 / 0.55);
}
.border-b-emerald-500\/60 {
  border-bottom-color: rgb(16 185 129 / 0.6);
}
.border-b-emerald-500\/65 {
  border-bottom-color: rgb(16 185 129 / 0.65);
}
.border-b-emerald-500\/70 {
  border-bottom-color: rgb(16 185 129 / 0.7);
}
.border-b-emerald-500\/75 {
  border-bottom-color: rgb(16 185 129 / 0.75);
}
.border-b-emerald-500\/80 {
  border-bottom-color: rgb(16 185 129 / 0.8);
}
.border-b-emerald-500\/85 {
  border-bottom-color: rgb(16 185 129 / 0.85);
}
.border-b-emerald-500\/90 {
  border-bottom-color: rgb(16 185 129 / 0.9);
}
.border-b-emerald-500\/95 {
  border-bottom-color: rgb(16 185 129 / 0.95);
}
.border-b-emerald-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-b-emerald-600\/0 {
  border-bottom-color: rgb(5 150 105 / 0);
}
.border-b-emerald-600\/10 {
  border-bottom-color: rgb(5 150 105 / 0.1);
}
.border-b-emerald-600\/100 {
  border-bottom-color: rgb(5 150 105 / 1);
}
.border-b-emerald-600\/15 {
  border-bottom-color: rgb(5 150 105 / 0.15);
}
.border-b-emerald-600\/20 {
  border-bottom-color: rgb(5 150 105 / 0.2);
}
.border-b-emerald-600\/25 {
  border-bottom-color: rgb(5 150 105 / 0.25);
}
.border-b-emerald-600\/30 {
  border-bottom-color: rgb(5 150 105 / 0.3);
}
.border-b-emerald-600\/35 {
  border-bottom-color: rgb(5 150 105 / 0.35);
}
.border-b-emerald-600\/40 {
  border-bottom-color: rgb(5 150 105 / 0.4);
}
.border-b-emerald-600\/45 {
  border-bottom-color: rgb(5 150 105 / 0.45);
}
.border-b-emerald-600\/5 {
  border-bottom-color: rgb(5 150 105 / 0.05);
}
.border-b-emerald-600\/50 {
  border-bottom-color: rgb(5 150 105 / 0.5);
}
.border-b-emerald-600\/55 {
  border-bottom-color: rgb(5 150 105 / 0.55);
}
.border-b-emerald-600\/60 {
  border-bottom-color: rgb(5 150 105 / 0.6);
}
.border-b-emerald-600\/65 {
  border-bottom-color: rgb(5 150 105 / 0.65);
}
.border-b-emerald-600\/70 {
  border-bottom-color: rgb(5 150 105 / 0.7);
}
.border-b-emerald-600\/75 {
  border-bottom-color: rgb(5 150 105 / 0.75);
}
.border-b-emerald-600\/80 {
  border-bottom-color: rgb(5 150 105 / 0.8);
}
.border-b-emerald-600\/85 {
  border-bottom-color: rgb(5 150 105 / 0.85);
}
.border-b-emerald-600\/90 {
  border-bottom-color: rgb(5 150 105 / 0.9);
}
.border-b-emerald-600\/95 {
  border-bottom-color: rgb(5 150 105 / 0.95);
}
.border-b-emerald-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-b-emerald-700\/0 {
  border-bottom-color: rgb(4 120 87 / 0);
}
.border-b-emerald-700\/10 {
  border-bottom-color: rgb(4 120 87 / 0.1);
}
.border-b-emerald-700\/100 {
  border-bottom-color: rgb(4 120 87 / 1);
}
.border-b-emerald-700\/15 {
  border-bottom-color: rgb(4 120 87 / 0.15);
}
.border-b-emerald-700\/20 {
  border-bottom-color: rgb(4 120 87 / 0.2);
}
.border-b-emerald-700\/25 {
  border-bottom-color: rgb(4 120 87 / 0.25);
}
.border-b-emerald-700\/30 {
  border-bottom-color: rgb(4 120 87 / 0.3);
}
.border-b-emerald-700\/35 {
  border-bottom-color: rgb(4 120 87 / 0.35);
}
.border-b-emerald-700\/40 {
  border-bottom-color: rgb(4 120 87 / 0.4);
}
.border-b-emerald-700\/45 {
  border-bottom-color: rgb(4 120 87 / 0.45);
}
.border-b-emerald-700\/5 {
  border-bottom-color: rgb(4 120 87 / 0.05);
}
.border-b-emerald-700\/50 {
  border-bottom-color: rgb(4 120 87 / 0.5);
}
.border-b-emerald-700\/55 {
  border-bottom-color: rgb(4 120 87 / 0.55);
}
.border-b-emerald-700\/60 {
  border-bottom-color: rgb(4 120 87 / 0.6);
}
.border-b-emerald-700\/65 {
  border-bottom-color: rgb(4 120 87 / 0.65);
}
.border-b-emerald-700\/70 {
  border-bottom-color: rgb(4 120 87 / 0.7);
}
.border-b-emerald-700\/75 {
  border-bottom-color: rgb(4 120 87 / 0.75);
}
.border-b-emerald-700\/80 {
  border-bottom-color: rgb(4 120 87 / 0.8);
}
.border-b-emerald-700\/85 {
  border-bottom-color: rgb(4 120 87 / 0.85);
}
.border-b-emerald-700\/90 {
  border-bottom-color: rgb(4 120 87 / 0.9);
}
.border-b-emerald-700\/95 {
  border-bottom-color: rgb(4 120 87 / 0.95);
}
.border-b-emerald-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-b-emerald-800\/0 {
  border-bottom-color: rgb(6 95 70 / 0);
}
.border-b-emerald-800\/10 {
  border-bottom-color: rgb(6 95 70 / 0.1);
}
.border-b-emerald-800\/100 {
  border-bottom-color: rgb(6 95 70 / 1);
}
.border-b-emerald-800\/15 {
  border-bottom-color: rgb(6 95 70 / 0.15);
}
.border-b-emerald-800\/20 {
  border-bottom-color: rgb(6 95 70 / 0.2);
}
.border-b-emerald-800\/25 {
  border-bottom-color: rgb(6 95 70 / 0.25);
}
.border-b-emerald-800\/30 {
  border-bottom-color: rgb(6 95 70 / 0.3);
}
.border-b-emerald-800\/35 {
  border-bottom-color: rgb(6 95 70 / 0.35);
}
.border-b-emerald-800\/40 {
  border-bottom-color: rgb(6 95 70 / 0.4);
}
.border-b-emerald-800\/45 {
  border-bottom-color: rgb(6 95 70 / 0.45);
}
.border-b-emerald-800\/5 {
  border-bottom-color: rgb(6 95 70 / 0.05);
}
.border-b-emerald-800\/50 {
  border-bottom-color: rgb(6 95 70 / 0.5);
}
.border-b-emerald-800\/55 {
  border-bottom-color: rgb(6 95 70 / 0.55);
}
.border-b-emerald-800\/60 {
  border-bottom-color: rgb(6 95 70 / 0.6);
}
.border-b-emerald-800\/65 {
  border-bottom-color: rgb(6 95 70 / 0.65);
}
.border-b-emerald-800\/70 {
  border-bottom-color: rgb(6 95 70 / 0.7);
}
.border-b-emerald-800\/75 {
  border-bottom-color: rgb(6 95 70 / 0.75);
}
.border-b-emerald-800\/80 {
  border-bottom-color: rgb(6 95 70 / 0.8);
}
.border-b-emerald-800\/85 {
  border-bottom-color: rgb(6 95 70 / 0.85);
}
.border-b-emerald-800\/90 {
  border-bottom-color: rgb(6 95 70 / 0.9);
}
.border-b-emerald-800\/95 {
  border-bottom-color: rgb(6 95 70 / 0.95);
}
.border-b-emerald-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-b-emerald-900\/0 {
  border-bottom-color: rgb(6 78 59 / 0);
}
.border-b-emerald-900\/10 {
  border-bottom-color: rgb(6 78 59 / 0.1);
}
.border-b-emerald-900\/100 {
  border-bottom-color: rgb(6 78 59 / 1);
}
.border-b-emerald-900\/15 {
  border-bottom-color: rgb(6 78 59 / 0.15);
}
.border-b-emerald-900\/20 {
  border-bottom-color: rgb(6 78 59 / 0.2);
}
.border-b-emerald-900\/25 {
  border-bottom-color: rgb(6 78 59 / 0.25);
}
.border-b-emerald-900\/30 {
  border-bottom-color: rgb(6 78 59 / 0.3);
}
.border-b-emerald-900\/35 {
  border-bottom-color: rgb(6 78 59 / 0.35);
}
.border-b-emerald-900\/40 {
  border-bottom-color: rgb(6 78 59 / 0.4);
}
.border-b-emerald-900\/45 {
  border-bottom-color: rgb(6 78 59 / 0.45);
}
.border-b-emerald-900\/5 {
  border-bottom-color: rgb(6 78 59 / 0.05);
}
.border-b-emerald-900\/50 {
  border-bottom-color: rgb(6 78 59 / 0.5);
}
.border-b-emerald-900\/55 {
  border-bottom-color: rgb(6 78 59 / 0.55);
}
.border-b-emerald-900\/60 {
  border-bottom-color: rgb(6 78 59 / 0.6);
}
.border-b-emerald-900\/65 {
  border-bottom-color: rgb(6 78 59 / 0.65);
}
.border-b-emerald-900\/70 {
  border-bottom-color: rgb(6 78 59 / 0.7);
}
.border-b-emerald-900\/75 {
  border-bottom-color: rgb(6 78 59 / 0.75);
}
.border-b-emerald-900\/80 {
  border-bottom-color: rgb(6 78 59 / 0.8);
}
.border-b-emerald-900\/85 {
  border-bottom-color: rgb(6 78 59 / 0.85);
}
.border-b-emerald-900\/90 {
  border-bottom-color: rgb(6 78 59 / 0.9);
}
.border-b-emerald-900\/95 {
  border-bottom-color: rgb(6 78 59 / 0.95);
}
.border-b-emerald-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-b-emerald-950\/0 {
  border-bottom-color: rgb(2 44 34 / 0);
}
.border-b-emerald-950\/10 {
  border-bottom-color: rgb(2 44 34 / 0.1);
}
.border-b-emerald-950\/100 {
  border-bottom-color: rgb(2 44 34 / 1);
}
.border-b-emerald-950\/15 {
  border-bottom-color: rgb(2 44 34 / 0.15);
}
.border-b-emerald-950\/20 {
  border-bottom-color: rgb(2 44 34 / 0.2);
}
.border-b-emerald-950\/25 {
  border-bottom-color: rgb(2 44 34 / 0.25);
}
.border-b-emerald-950\/30 {
  border-bottom-color: rgb(2 44 34 / 0.3);
}
.border-b-emerald-950\/35 {
  border-bottom-color: rgb(2 44 34 / 0.35);
}
.border-b-emerald-950\/40 {
  border-bottom-color: rgb(2 44 34 / 0.4);
}
.border-b-emerald-950\/45 {
  border-bottom-color: rgb(2 44 34 / 0.45);
}
.border-b-emerald-950\/5 {
  border-bottom-color: rgb(2 44 34 / 0.05);
}
.border-b-emerald-950\/50 {
  border-bottom-color: rgb(2 44 34 / 0.5);
}
.border-b-emerald-950\/55 {
  border-bottom-color: rgb(2 44 34 / 0.55);
}
.border-b-emerald-950\/60 {
  border-bottom-color: rgb(2 44 34 / 0.6);
}
.border-b-emerald-950\/65 {
  border-bottom-color: rgb(2 44 34 / 0.65);
}
.border-b-emerald-950\/70 {
  border-bottom-color: rgb(2 44 34 / 0.7);
}
.border-b-emerald-950\/75 {
  border-bottom-color: rgb(2 44 34 / 0.75);
}
.border-b-emerald-950\/80 {
  border-bottom-color: rgb(2 44 34 / 0.8);
}
.border-b-emerald-950\/85 {
  border-bottom-color: rgb(2 44 34 / 0.85);
}
.border-b-emerald-950\/90 {
  border-bottom-color: rgb(2 44 34 / 0.9);
}
.border-b-emerald-950\/95 {
  border-bottom-color: rgb(2 44 34 / 0.95);
}
.border-b-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
}
.border-b-foreground\/0 {
  border-bottom-color: hsl(var(--foreground) / 0);
}
.border-b-foreground\/10 {
  border-bottom-color: hsl(var(--foreground) / 0.1);
}
.border-b-foreground\/100 {
  border-bottom-color: hsl(var(--foreground) / 1);
}
.border-b-foreground\/15 {
  border-bottom-color: hsl(var(--foreground) / 0.15);
}
.border-b-foreground\/20 {
  border-bottom-color: hsl(var(--foreground) / 0.2);
}
.border-b-foreground\/25 {
  border-bottom-color: hsl(var(--foreground) / 0.25);
}
.border-b-foreground\/30 {
  border-bottom-color: hsl(var(--foreground) / 0.3);
}
.border-b-foreground\/35 {
  border-bottom-color: hsl(var(--foreground) / 0.35);
}
.border-b-foreground\/40 {
  border-bottom-color: hsl(var(--foreground) / 0.4);
}
.border-b-foreground\/45 {
  border-bottom-color: hsl(var(--foreground) / 0.45);
}
.border-b-foreground\/5 {
  border-bottom-color: hsl(var(--foreground) / 0.05);
}
.border-b-foreground\/50 {
  border-bottom-color: hsl(var(--foreground) / 0.5);
}
.border-b-foreground\/55 {
  border-bottom-color: hsl(var(--foreground) / 0.55);
}
.border-b-foreground\/60 {
  border-bottom-color: hsl(var(--foreground) / 0.6);
}
.border-b-foreground\/65 {
  border-bottom-color: hsl(var(--foreground) / 0.65);
}
.border-b-foreground\/70 {
  border-bottom-color: hsl(var(--foreground) / 0.7);
}
.border-b-foreground\/75 {
  border-bottom-color: hsl(var(--foreground) / 0.75);
}
.border-b-foreground\/80 {
  border-bottom-color: hsl(var(--foreground) / 0.8);
}
.border-b-foreground\/85 {
  border-bottom-color: hsl(var(--foreground) / 0.85);
}
.border-b-foreground\/90 {
  border-bottom-color: hsl(var(--foreground) / 0.9);
}
.border-b-foreground\/95 {
  border-bottom-color: hsl(var(--foreground) / 0.95);
}
.border-b-fuchsia-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-100\/0 {
  border-bottom-color: rgb(250 232 255 / 0);
}
.border-b-fuchsia-100\/10 {
  border-bottom-color: rgb(250 232 255 / 0.1);
}
.border-b-fuchsia-100\/100 {
  border-bottom-color: rgb(250 232 255 / 1);
}
.border-b-fuchsia-100\/15 {
  border-bottom-color: rgb(250 232 255 / 0.15);
}
.border-b-fuchsia-100\/20 {
  border-bottom-color: rgb(250 232 255 / 0.2);
}
.border-b-fuchsia-100\/25 {
  border-bottom-color: rgb(250 232 255 / 0.25);
}
.border-b-fuchsia-100\/30 {
  border-bottom-color: rgb(250 232 255 / 0.3);
}
.border-b-fuchsia-100\/35 {
  border-bottom-color: rgb(250 232 255 / 0.35);
}
.border-b-fuchsia-100\/40 {
  border-bottom-color: rgb(250 232 255 / 0.4);
}
.border-b-fuchsia-100\/45 {
  border-bottom-color: rgb(250 232 255 / 0.45);
}
.border-b-fuchsia-100\/5 {
  border-bottom-color: rgb(250 232 255 / 0.05);
}
.border-b-fuchsia-100\/50 {
  border-bottom-color: rgb(250 232 255 / 0.5);
}
.border-b-fuchsia-100\/55 {
  border-bottom-color: rgb(250 232 255 / 0.55);
}
.border-b-fuchsia-100\/60 {
  border-bottom-color: rgb(250 232 255 / 0.6);
}
.border-b-fuchsia-100\/65 {
  border-bottom-color: rgb(250 232 255 / 0.65);
}
.border-b-fuchsia-100\/70 {
  border-bottom-color: rgb(250 232 255 / 0.7);
}
.border-b-fuchsia-100\/75 {
  border-bottom-color: rgb(250 232 255 / 0.75);
}
.border-b-fuchsia-100\/80 {
  border-bottom-color: rgb(250 232 255 / 0.8);
}
.border-b-fuchsia-100\/85 {
  border-bottom-color: rgb(250 232 255 / 0.85);
}
.border-b-fuchsia-100\/90 {
  border-bottom-color: rgb(250 232 255 / 0.9);
}
.border-b-fuchsia-100\/95 {
  border-bottom-color: rgb(250 232 255 / 0.95);
}
.border-b-fuchsia-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-200\/0 {
  border-bottom-color: rgb(245 208 254 / 0);
}
.border-b-fuchsia-200\/10 {
  border-bottom-color: rgb(245 208 254 / 0.1);
}
.border-b-fuchsia-200\/100 {
  border-bottom-color: rgb(245 208 254 / 1);
}
.border-b-fuchsia-200\/15 {
  border-bottom-color: rgb(245 208 254 / 0.15);
}
.border-b-fuchsia-200\/20 {
  border-bottom-color: rgb(245 208 254 / 0.2);
}
.border-b-fuchsia-200\/25 {
  border-bottom-color: rgb(245 208 254 / 0.25);
}
.border-b-fuchsia-200\/30 {
  border-bottom-color: rgb(245 208 254 / 0.3);
}
.border-b-fuchsia-200\/35 {
  border-bottom-color: rgb(245 208 254 / 0.35);
}
.border-b-fuchsia-200\/40 {
  border-bottom-color: rgb(245 208 254 / 0.4);
}
.border-b-fuchsia-200\/45 {
  border-bottom-color: rgb(245 208 254 / 0.45);
}
.border-b-fuchsia-200\/5 {
  border-bottom-color: rgb(245 208 254 / 0.05);
}
.border-b-fuchsia-200\/50 {
  border-bottom-color: rgb(245 208 254 / 0.5);
}
.border-b-fuchsia-200\/55 {
  border-bottom-color: rgb(245 208 254 / 0.55);
}
.border-b-fuchsia-200\/60 {
  border-bottom-color: rgb(245 208 254 / 0.6);
}
.border-b-fuchsia-200\/65 {
  border-bottom-color: rgb(245 208 254 / 0.65);
}
.border-b-fuchsia-200\/70 {
  border-bottom-color: rgb(245 208 254 / 0.7);
}
.border-b-fuchsia-200\/75 {
  border-bottom-color: rgb(245 208 254 / 0.75);
}
.border-b-fuchsia-200\/80 {
  border-bottom-color: rgb(245 208 254 / 0.8);
}
.border-b-fuchsia-200\/85 {
  border-bottom-color: rgb(245 208 254 / 0.85);
}
.border-b-fuchsia-200\/90 {
  border-bottom-color: rgb(245 208 254 / 0.9);
}
.border-b-fuchsia-200\/95 {
  border-bottom-color: rgb(245 208 254 / 0.95);
}
.border-b-fuchsia-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-300\/0 {
  border-bottom-color: rgb(240 171 252 / 0);
}
.border-b-fuchsia-300\/10 {
  border-bottom-color: rgb(240 171 252 / 0.1);
}
.border-b-fuchsia-300\/100 {
  border-bottom-color: rgb(240 171 252 / 1);
}
.border-b-fuchsia-300\/15 {
  border-bottom-color: rgb(240 171 252 / 0.15);
}
.border-b-fuchsia-300\/20 {
  border-bottom-color: rgb(240 171 252 / 0.2);
}
.border-b-fuchsia-300\/25 {
  border-bottom-color: rgb(240 171 252 / 0.25);
}
.border-b-fuchsia-300\/30 {
  border-bottom-color: rgb(240 171 252 / 0.3);
}
.border-b-fuchsia-300\/35 {
  border-bottom-color: rgb(240 171 252 / 0.35);
}
.border-b-fuchsia-300\/40 {
  border-bottom-color: rgb(240 171 252 / 0.4);
}
.border-b-fuchsia-300\/45 {
  border-bottom-color: rgb(240 171 252 / 0.45);
}
.border-b-fuchsia-300\/5 {
  border-bottom-color: rgb(240 171 252 / 0.05);
}
.border-b-fuchsia-300\/50 {
  border-bottom-color: rgb(240 171 252 / 0.5);
}
.border-b-fuchsia-300\/55 {
  border-bottom-color: rgb(240 171 252 / 0.55);
}
.border-b-fuchsia-300\/60 {
  border-bottom-color: rgb(240 171 252 / 0.6);
}
.border-b-fuchsia-300\/65 {
  border-bottom-color: rgb(240 171 252 / 0.65);
}
.border-b-fuchsia-300\/70 {
  border-bottom-color: rgb(240 171 252 / 0.7);
}
.border-b-fuchsia-300\/75 {
  border-bottom-color: rgb(240 171 252 / 0.75);
}
.border-b-fuchsia-300\/80 {
  border-bottom-color: rgb(240 171 252 / 0.8);
}
.border-b-fuchsia-300\/85 {
  border-bottom-color: rgb(240 171 252 / 0.85);
}
.border-b-fuchsia-300\/90 {
  border-bottom-color: rgb(240 171 252 / 0.9);
}
.border-b-fuchsia-300\/95 {
  border-bottom-color: rgb(240 171 252 / 0.95);
}
.border-b-fuchsia-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-400\/0 {
  border-bottom-color: rgb(232 121 249 / 0);
}
.border-b-fuchsia-400\/10 {
  border-bottom-color: rgb(232 121 249 / 0.1);
}
.border-b-fuchsia-400\/100 {
  border-bottom-color: rgb(232 121 249 / 1);
}
.border-b-fuchsia-400\/15 {
  border-bottom-color: rgb(232 121 249 / 0.15);
}
.border-b-fuchsia-400\/20 {
  border-bottom-color: rgb(232 121 249 / 0.2);
}
.border-b-fuchsia-400\/25 {
  border-bottom-color: rgb(232 121 249 / 0.25);
}
.border-b-fuchsia-400\/30 {
  border-bottom-color: rgb(232 121 249 / 0.3);
}
.border-b-fuchsia-400\/35 {
  border-bottom-color: rgb(232 121 249 / 0.35);
}
.border-b-fuchsia-400\/40 {
  border-bottom-color: rgb(232 121 249 / 0.4);
}
.border-b-fuchsia-400\/45 {
  border-bottom-color: rgb(232 121 249 / 0.45);
}
.border-b-fuchsia-400\/5 {
  border-bottom-color: rgb(232 121 249 / 0.05);
}
.border-b-fuchsia-400\/50 {
  border-bottom-color: rgb(232 121 249 / 0.5);
}
.border-b-fuchsia-400\/55 {
  border-bottom-color: rgb(232 121 249 / 0.55);
}
.border-b-fuchsia-400\/60 {
  border-bottom-color: rgb(232 121 249 / 0.6);
}
.border-b-fuchsia-400\/65 {
  border-bottom-color: rgb(232 121 249 / 0.65);
}
.border-b-fuchsia-400\/70 {
  border-bottom-color: rgb(232 121 249 / 0.7);
}
.border-b-fuchsia-400\/75 {
  border-bottom-color: rgb(232 121 249 / 0.75);
}
.border-b-fuchsia-400\/80 {
  border-bottom-color: rgb(232 121 249 / 0.8);
}
.border-b-fuchsia-400\/85 {
  border-bottom-color: rgb(232 121 249 / 0.85);
}
.border-b-fuchsia-400\/90 {
  border-bottom-color: rgb(232 121 249 / 0.9);
}
.border-b-fuchsia-400\/95 {
  border-bottom-color: rgb(232 121 249 / 0.95);
}
.border-b-fuchsia-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-50\/0 {
  border-bottom-color: rgb(253 244 255 / 0);
}
.border-b-fuchsia-50\/10 {
  border-bottom-color: rgb(253 244 255 / 0.1);
}
.border-b-fuchsia-50\/100 {
  border-bottom-color: rgb(253 244 255 / 1);
}
.border-b-fuchsia-50\/15 {
  border-bottom-color: rgb(253 244 255 / 0.15);
}
.border-b-fuchsia-50\/20 {
  border-bottom-color: rgb(253 244 255 / 0.2);
}
.border-b-fuchsia-50\/25 {
  border-bottom-color: rgb(253 244 255 / 0.25);
}
.border-b-fuchsia-50\/30 {
  border-bottom-color: rgb(253 244 255 / 0.3);
}
.border-b-fuchsia-50\/35 {
  border-bottom-color: rgb(253 244 255 / 0.35);
}
.border-b-fuchsia-50\/40 {
  border-bottom-color: rgb(253 244 255 / 0.4);
}
.border-b-fuchsia-50\/45 {
  border-bottom-color: rgb(253 244 255 / 0.45);
}
.border-b-fuchsia-50\/5 {
  border-bottom-color: rgb(253 244 255 / 0.05);
}
.border-b-fuchsia-50\/50 {
  border-bottom-color: rgb(253 244 255 / 0.5);
}
.border-b-fuchsia-50\/55 {
  border-bottom-color: rgb(253 244 255 / 0.55);
}
.border-b-fuchsia-50\/60 {
  border-bottom-color: rgb(253 244 255 / 0.6);
}
.border-b-fuchsia-50\/65 {
  border-bottom-color: rgb(253 244 255 / 0.65);
}
.border-b-fuchsia-50\/70 {
  border-bottom-color: rgb(253 244 255 / 0.7);
}
.border-b-fuchsia-50\/75 {
  border-bottom-color: rgb(253 244 255 / 0.75);
}
.border-b-fuchsia-50\/80 {
  border-bottom-color: rgb(253 244 255 / 0.8);
}
.border-b-fuchsia-50\/85 {
  border-bottom-color: rgb(253 244 255 / 0.85);
}
.border-b-fuchsia-50\/90 {
  border-bottom-color: rgb(253 244 255 / 0.9);
}
.border-b-fuchsia-50\/95 {
  border-bottom-color: rgb(253 244 255 / 0.95);
}
.border-b-fuchsia-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-500\/0 {
  border-bottom-color: rgb(217 70 239 / 0);
}
.border-b-fuchsia-500\/10 {
  border-bottom-color: rgb(217 70 239 / 0.1);
}
.border-b-fuchsia-500\/100 {
  border-bottom-color: rgb(217 70 239 / 1);
}
.border-b-fuchsia-500\/15 {
  border-bottom-color: rgb(217 70 239 / 0.15);
}
.border-b-fuchsia-500\/20 {
  border-bottom-color: rgb(217 70 239 / 0.2);
}
.border-b-fuchsia-500\/25 {
  border-bottom-color: rgb(217 70 239 / 0.25);
}
.border-b-fuchsia-500\/30 {
  border-bottom-color: rgb(217 70 239 / 0.3);
}
.border-b-fuchsia-500\/35 {
  border-bottom-color: rgb(217 70 239 / 0.35);
}
.border-b-fuchsia-500\/40 {
  border-bottom-color: rgb(217 70 239 / 0.4);
}
.border-b-fuchsia-500\/45 {
  border-bottom-color: rgb(217 70 239 / 0.45);
}
.border-b-fuchsia-500\/5 {
  border-bottom-color: rgb(217 70 239 / 0.05);
}
.border-b-fuchsia-500\/50 {
  border-bottom-color: rgb(217 70 239 / 0.5);
}
.border-b-fuchsia-500\/55 {
  border-bottom-color: rgb(217 70 239 / 0.55);
}
.border-b-fuchsia-500\/60 {
  border-bottom-color: rgb(217 70 239 / 0.6);
}
.border-b-fuchsia-500\/65 {
  border-bottom-color: rgb(217 70 239 / 0.65);
}
.border-b-fuchsia-500\/70 {
  border-bottom-color: rgb(217 70 239 / 0.7);
}
.border-b-fuchsia-500\/75 {
  border-bottom-color: rgb(217 70 239 / 0.75);
}
.border-b-fuchsia-500\/80 {
  border-bottom-color: rgb(217 70 239 / 0.8);
}
.border-b-fuchsia-500\/85 {
  border-bottom-color: rgb(217 70 239 / 0.85);
}
.border-b-fuchsia-500\/90 {
  border-bottom-color: rgb(217 70 239 / 0.9);
}
.border-b-fuchsia-500\/95 {
  border-bottom-color: rgb(217 70 239 / 0.95);
}
.border-b-fuchsia-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-600\/0 {
  border-bottom-color: rgb(192 38 211 / 0);
}
.border-b-fuchsia-600\/10 {
  border-bottom-color: rgb(192 38 211 / 0.1);
}
.border-b-fuchsia-600\/100 {
  border-bottom-color: rgb(192 38 211 / 1);
}
.border-b-fuchsia-600\/15 {
  border-bottom-color: rgb(192 38 211 / 0.15);
}
.border-b-fuchsia-600\/20 {
  border-bottom-color: rgb(192 38 211 / 0.2);
}
.border-b-fuchsia-600\/25 {
  border-bottom-color: rgb(192 38 211 / 0.25);
}
.border-b-fuchsia-600\/30 {
  border-bottom-color: rgb(192 38 211 / 0.3);
}
.border-b-fuchsia-600\/35 {
  border-bottom-color: rgb(192 38 211 / 0.35);
}
.border-b-fuchsia-600\/40 {
  border-bottom-color: rgb(192 38 211 / 0.4);
}
.border-b-fuchsia-600\/45 {
  border-bottom-color: rgb(192 38 211 / 0.45);
}
.border-b-fuchsia-600\/5 {
  border-bottom-color: rgb(192 38 211 / 0.05);
}
.border-b-fuchsia-600\/50 {
  border-bottom-color: rgb(192 38 211 / 0.5);
}
.border-b-fuchsia-600\/55 {
  border-bottom-color: rgb(192 38 211 / 0.55);
}
.border-b-fuchsia-600\/60 {
  border-bottom-color: rgb(192 38 211 / 0.6);
}
.border-b-fuchsia-600\/65 {
  border-bottom-color: rgb(192 38 211 / 0.65);
}
.border-b-fuchsia-600\/70 {
  border-bottom-color: rgb(192 38 211 / 0.7);
}
.border-b-fuchsia-600\/75 {
  border-bottom-color: rgb(192 38 211 / 0.75);
}
.border-b-fuchsia-600\/80 {
  border-bottom-color: rgb(192 38 211 / 0.8);
}
.border-b-fuchsia-600\/85 {
  border-bottom-color: rgb(192 38 211 / 0.85);
}
.border-b-fuchsia-600\/90 {
  border-bottom-color: rgb(192 38 211 / 0.9);
}
.border-b-fuchsia-600\/95 {
  border-bottom-color: rgb(192 38 211 / 0.95);
}
.border-b-fuchsia-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-700\/0 {
  border-bottom-color: rgb(162 28 175 / 0);
}
.border-b-fuchsia-700\/10 {
  border-bottom-color: rgb(162 28 175 / 0.1);
}
.border-b-fuchsia-700\/100 {
  border-bottom-color: rgb(162 28 175 / 1);
}
.border-b-fuchsia-700\/15 {
  border-bottom-color: rgb(162 28 175 / 0.15);
}
.border-b-fuchsia-700\/20 {
  border-bottom-color: rgb(162 28 175 / 0.2);
}
.border-b-fuchsia-700\/25 {
  border-bottom-color: rgb(162 28 175 / 0.25);
}
.border-b-fuchsia-700\/30 {
  border-bottom-color: rgb(162 28 175 / 0.3);
}
.border-b-fuchsia-700\/35 {
  border-bottom-color: rgb(162 28 175 / 0.35);
}
.border-b-fuchsia-700\/40 {
  border-bottom-color: rgb(162 28 175 / 0.4);
}
.border-b-fuchsia-700\/45 {
  border-bottom-color: rgb(162 28 175 / 0.45);
}
.border-b-fuchsia-700\/5 {
  border-bottom-color: rgb(162 28 175 / 0.05);
}
.border-b-fuchsia-700\/50 {
  border-bottom-color: rgb(162 28 175 / 0.5);
}
.border-b-fuchsia-700\/55 {
  border-bottom-color: rgb(162 28 175 / 0.55);
}
.border-b-fuchsia-700\/60 {
  border-bottom-color: rgb(162 28 175 / 0.6);
}
.border-b-fuchsia-700\/65 {
  border-bottom-color: rgb(162 28 175 / 0.65);
}
.border-b-fuchsia-700\/70 {
  border-bottom-color: rgb(162 28 175 / 0.7);
}
.border-b-fuchsia-700\/75 {
  border-bottom-color: rgb(162 28 175 / 0.75);
}
.border-b-fuchsia-700\/80 {
  border-bottom-color: rgb(162 28 175 / 0.8);
}
.border-b-fuchsia-700\/85 {
  border-bottom-color: rgb(162 28 175 / 0.85);
}
.border-b-fuchsia-700\/90 {
  border-bottom-color: rgb(162 28 175 / 0.9);
}
.border-b-fuchsia-700\/95 {
  border-bottom-color: rgb(162 28 175 / 0.95);
}
.border-b-fuchsia-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-800\/0 {
  border-bottom-color: rgb(134 25 143 / 0);
}
.border-b-fuchsia-800\/10 {
  border-bottom-color: rgb(134 25 143 / 0.1);
}
.border-b-fuchsia-800\/100 {
  border-bottom-color: rgb(134 25 143 / 1);
}
.border-b-fuchsia-800\/15 {
  border-bottom-color: rgb(134 25 143 / 0.15);
}
.border-b-fuchsia-800\/20 {
  border-bottom-color: rgb(134 25 143 / 0.2);
}
.border-b-fuchsia-800\/25 {
  border-bottom-color: rgb(134 25 143 / 0.25);
}
.border-b-fuchsia-800\/30 {
  border-bottom-color: rgb(134 25 143 / 0.3);
}
.border-b-fuchsia-800\/35 {
  border-bottom-color: rgb(134 25 143 / 0.35);
}
.border-b-fuchsia-800\/40 {
  border-bottom-color: rgb(134 25 143 / 0.4);
}
.border-b-fuchsia-800\/45 {
  border-bottom-color: rgb(134 25 143 / 0.45);
}
.border-b-fuchsia-800\/5 {
  border-bottom-color: rgb(134 25 143 / 0.05);
}
.border-b-fuchsia-800\/50 {
  border-bottom-color: rgb(134 25 143 / 0.5);
}
.border-b-fuchsia-800\/55 {
  border-bottom-color: rgb(134 25 143 / 0.55);
}
.border-b-fuchsia-800\/60 {
  border-bottom-color: rgb(134 25 143 / 0.6);
}
.border-b-fuchsia-800\/65 {
  border-bottom-color: rgb(134 25 143 / 0.65);
}
.border-b-fuchsia-800\/70 {
  border-bottom-color: rgb(134 25 143 / 0.7);
}
.border-b-fuchsia-800\/75 {
  border-bottom-color: rgb(134 25 143 / 0.75);
}
.border-b-fuchsia-800\/80 {
  border-bottom-color: rgb(134 25 143 / 0.8);
}
.border-b-fuchsia-800\/85 {
  border-bottom-color: rgb(134 25 143 / 0.85);
}
.border-b-fuchsia-800\/90 {
  border-bottom-color: rgb(134 25 143 / 0.9);
}
.border-b-fuchsia-800\/95 {
  border-bottom-color: rgb(134 25 143 / 0.95);
}
.border-b-fuchsia-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-900\/0 {
  border-bottom-color: rgb(112 26 117 / 0);
}
.border-b-fuchsia-900\/10 {
  border-bottom-color: rgb(112 26 117 / 0.1);
}
.border-b-fuchsia-900\/100 {
  border-bottom-color: rgb(112 26 117 / 1);
}
.border-b-fuchsia-900\/15 {
  border-bottom-color: rgb(112 26 117 / 0.15);
}
.border-b-fuchsia-900\/20 {
  border-bottom-color: rgb(112 26 117 / 0.2);
}
.border-b-fuchsia-900\/25 {
  border-bottom-color: rgb(112 26 117 / 0.25);
}
.border-b-fuchsia-900\/30 {
  border-bottom-color: rgb(112 26 117 / 0.3);
}
.border-b-fuchsia-900\/35 {
  border-bottom-color: rgb(112 26 117 / 0.35);
}
.border-b-fuchsia-900\/40 {
  border-bottom-color: rgb(112 26 117 / 0.4);
}
.border-b-fuchsia-900\/45 {
  border-bottom-color: rgb(112 26 117 / 0.45);
}
.border-b-fuchsia-900\/5 {
  border-bottom-color: rgb(112 26 117 / 0.05);
}
.border-b-fuchsia-900\/50 {
  border-bottom-color: rgb(112 26 117 / 0.5);
}
.border-b-fuchsia-900\/55 {
  border-bottom-color: rgb(112 26 117 / 0.55);
}
.border-b-fuchsia-900\/60 {
  border-bottom-color: rgb(112 26 117 / 0.6);
}
.border-b-fuchsia-900\/65 {
  border-bottom-color: rgb(112 26 117 / 0.65);
}
.border-b-fuchsia-900\/70 {
  border-bottom-color: rgb(112 26 117 / 0.7);
}
.border-b-fuchsia-900\/75 {
  border-bottom-color: rgb(112 26 117 / 0.75);
}
.border-b-fuchsia-900\/80 {
  border-bottom-color: rgb(112 26 117 / 0.8);
}
.border-b-fuchsia-900\/85 {
  border-bottom-color: rgb(112 26 117 / 0.85);
}
.border-b-fuchsia-900\/90 {
  border-bottom-color: rgb(112 26 117 / 0.9);
}
.border-b-fuchsia-900\/95 {
  border-bottom-color: rgb(112 26 117 / 0.95);
}
.border-b-fuchsia-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-b-fuchsia-950\/0 {
  border-bottom-color: rgb(74 4 78 / 0);
}
.border-b-fuchsia-950\/10 {
  border-bottom-color: rgb(74 4 78 / 0.1);
}
.border-b-fuchsia-950\/100 {
  border-bottom-color: rgb(74 4 78 / 1);
}
.border-b-fuchsia-950\/15 {
  border-bottom-color: rgb(74 4 78 / 0.15);
}
.border-b-fuchsia-950\/20 {
  border-bottom-color: rgb(74 4 78 / 0.2);
}
.border-b-fuchsia-950\/25 {
  border-bottom-color: rgb(74 4 78 / 0.25);
}
.border-b-fuchsia-950\/30 {
  border-bottom-color: rgb(74 4 78 / 0.3);
}
.border-b-fuchsia-950\/35 {
  border-bottom-color: rgb(74 4 78 / 0.35);
}
.border-b-fuchsia-950\/40 {
  border-bottom-color: rgb(74 4 78 / 0.4);
}
.border-b-fuchsia-950\/45 {
  border-bottom-color: rgb(74 4 78 / 0.45);
}
.border-b-fuchsia-950\/5 {
  border-bottom-color: rgb(74 4 78 / 0.05);
}
.border-b-fuchsia-950\/50 {
  border-bottom-color: rgb(74 4 78 / 0.5);
}
.border-b-fuchsia-950\/55 {
  border-bottom-color: rgb(74 4 78 / 0.55);
}
.border-b-fuchsia-950\/60 {
  border-bottom-color: rgb(74 4 78 / 0.6);
}
.border-b-fuchsia-950\/65 {
  border-bottom-color: rgb(74 4 78 / 0.65);
}
.border-b-fuchsia-950\/70 {
  border-bottom-color: rgb(74 4 78 / 0.7);
}
.border-b-fuchsia-950\/75 {
  border-bottom-color: rgb(74 4 78 / 0.75);
}
.border-b-fuchsia-950\/80 {
  border-bottom-color: rgb(74 4 78 / 0.8);
}
.border-b-fuchsia-950\/85 {
  border-bottom-color: rgb(74 4 78 / 0.85);
}
.border-b-fuchsia-950\/90 {
  border-bottom-color: rgb(74 4 78 / 0.9);
}
.border-b-fuchsia-950\/95 {
  border-bottom-color: rgb(74 4 78 / 0.95);
}
.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-b-gray-100\/0 {
  border-bottom-color: rgb(243 244 246 / 0);
}
.border-b-gray-100\/10 {
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-b-gray-100\/100 {
  border-bottom-color: rgb(243 244 246 / 1);
}
.border-b-gray-100\/15 {
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-b-gray-100\/20 {
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-b-gray-100\/25 {
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-b-gray-100\/30 {
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-b-gray-100\/35 {
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-b-gray-100\/40 {
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-b-gray-100\/45 {
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-b-gray-100\/5 {
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-b-gray-100\/50 {
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-b-gray-100\/55 {
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-b-gray-100\/60 {
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-b-gray-100\/65 {
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-b-gray-100\/70 {
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-b-gray-100\/75 {
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-b-gray-100\/80 {
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-b-gray-100\/85 {
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-b-gray-100\/90 {
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-b-gray-100\/95 {
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-b-gray-200\/0 {
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-gray-200\/10 {
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-gray-200\/100 {
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-gray-200\/15 {
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-b-gray-200\/20 {
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-gray-200\/25 {
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-gray-200\/30 {
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-gray-200\/35 {
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-b-gray-200\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/45 {
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-b-gray-200\/5 {
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-gray-200\/50 {
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-gray-200\/55 {
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-b-gray-200\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/65 {
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-b-gray-200\/70 {
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-gray-200\/75 {
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-gray-200\/80 {
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-gray-200\/85 {
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-b-gray-200\/90 {
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-gray-200\/95 {
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-b-gray-300\/0 {
  border-bottom-color: rgb(209 213 219 / 0);
}
.border-b-gray-300\/10 {
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-b-gray-300\/100 {
  border-bottom-color: rgb(209 213 219 / 1);
}
.border-b-gray-300\/15 {
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-b-gray-300\/20 {
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-b-gray-300\/25 {
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-b-gray-300\/30 {
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-b-gray-300\/35 {
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-b-gray-300\/40 {
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-b-gray-300\/45 {
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-b-gray-300\/5 {
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-b-gray-300\/50 {
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-b-gray-300\/55 {
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-b-gray-300\/60 {
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-b-gray-300\/65 {
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-b-gray-300\/70 {
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-b-gray-300\/75 {
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-b-gray-300\/80 {
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-b-gray-300\/85 {
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-b-gray-300\/90 {
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-b-gray-300\/95 {
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-b-gray-400\/0 {
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-gray-400\/10 {
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-gray-400\/100 {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-gray-400\/15 {
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-b-gray-400\/20 {
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-gray-400\/25 {
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-gray-400\/30 {
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-gray-400\/35 {
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-b-gray-400\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-gray-400\/45 {
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-b-gray-400\/5 {
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-gray-400\/50 {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-gray-400\/55 {
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-b-gray-400\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-gray-400\/65 {
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-b-gray-400\/70 {
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-gray-400\/75 {
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-gray-400\/80 {
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-gray-400\/85 {
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-b-gray-400\/90 {
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-gray-400\/95 {
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-gray-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-b-gray-50\/0 {
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-b-gray-50\/10 {
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-b-gray-50\/100 {
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-b-gray-50\/15 {
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-b-gray-50\/20 {
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-b-gray-50\/25 {
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-b-gray-50\/30 {
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-b-gray-50\/35 {
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-b-gray-50\/40 {
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/45 {
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-b-gray-50\/5 {
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-b-gray-50\/50 {
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-b-gray-50\/55 {
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-b-gray-50\/60 {
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/65 {
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-b-gray-50\/70 {
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-b-gray-50\/75 {
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-b-gray-50\/80 {
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-b-gray-50\/85 {
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-b-gray-50\/90 {
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-b-gray-50\/95 {
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-b-gray-500\/0 {
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-b-gray-500\/10 {
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-b-gray-500\/100 {
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-b-gray-500\/15 {
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-b-gray-500\/20 {
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-b-gray-500\/25 {
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-b-gray-500\/30 {
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-b-gray-500\/35 {
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-b-gray-500\/40 {
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/45 {
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-b-gray-500\/5 {
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-b-gray-500\/50 {
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-b-gray-500\/55 {
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-b-gray-500\/60 {
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/65 {
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-b-gray-500\/70 {
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-b-gray-500\/75 {
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-b-gray-500\/80 {
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-b-gray-500\/85 {
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-b-gray-500\/90 {
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-b-gray-500\/95 {
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-b-gray-600\/0 {
  border-bottom-color: rgb(75 85 99 / 0);
}
.border-b-gray-600\/10 {
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-b-gray-600\/100 {
  border-bottom-color: rgb(75 85 99 / 1);
}
.border-b-gray-600\/15 {
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-b-gray-600\/20 {
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-b-gray-600\/25 {
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-b-gray-600\/30 {
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-b-gray-600\/35 {
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-b-gray-600\/40 {
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-b-gray-600\/45 {
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-b-gray-600\/5 {
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-b-gray-600\/50 {
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-b-gray-600\/55 {
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-b-gray-600\/60 {
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-b-gray-600\/65 {
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-b-gray-600\/70 {
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-b-gray-600\/75 {
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-b-gray-600\/80 {
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-b-gray-600\/85 {
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-b-gray-600\/90 {
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-b-gray-600\/95 {
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-b-gray-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-b-gray-700\/0 {
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-b-gray-700\/10 {
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-b-gray-700\/100 {
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-gray-700\/15 {
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-b-gray-700\/20 {
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-b-gray-700\/25 {
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-b-gray-700\/30 {
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-b-gray-700\/35 {
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-b-gray-700\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-gray-700\/45 {
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-b-gray-700\/5 {
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-b-gray-700\/50 {
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-gray-700\/55 {
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-b-gray-700\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-gray-700\/65 {
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-b-gray-700\/70 {
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-b-gray-700\/75 {
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-b-gray-700\/80 {
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-b-gray-700\/85 {
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-b-gray-700\/90 {
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-b-gray-700\/95 {
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-b-gray-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-b-gray-800\/0 {
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-b-gray-800\/10 {
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-b-gray-800\/100 {
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-b-gray-800\/15 {
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-b-gray-800\/20 {
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-b-gray-800\/25 {
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-b-gray-800\/30 {
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-b-gray-800\/35 {
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-b-gray-800\/40 {
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/45 {
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-b-gray-800\/5 {
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-b-gray-800\/50 {
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-b-gray-800\/55 {
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-b-gray-800\/60 {
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/65 {
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-b-gray-800\/70 {
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-b-gray-800\/75 {
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-b-gray-800\/80 {
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-b-gray-800\/85 {
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-b-gray-800\/90 {
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-b-gray-800\/95 {
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-b-gray-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-b-gray-900\/0 {
  border-bottom-color: rgb(17 24 39 / 0);
}
.border-b-gray-900\/10 {
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-b-gray-900\/100 {
  border-bottom-color: rgb(17 24 39 / 1);
}
.border-b-gray-900\/15 {
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-b-gray-900\/20 {
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-b-gray-900\/25 {
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-b-gray-900\/30 {
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-b-gray-900\/35 {
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-b-gray-900\/40 {
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-b-gray-900\/45 {
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-b-gray-900\/5 {
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-b-gray-900\/50 {
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-b-gray-900\/55 {
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-b-gray-900\/60 {
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-b-gray-900\/65 {
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-b-gray-900\/70 {
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-b-gray-900\/75 {
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-b-gray-900\/80 {
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-b-gray-900\/85 {
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-b-gray-900\/90 {
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-b-gray-900\/95 {
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-b-gray-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-b-gray-950\/0 {
  border-bottom-color: rgb(3 7 18 / 0);
}
.border-b-gray-950\/10 {
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-b-gray-950\/100 {
  border-bottom-color: rgb(3 7 18 / 1);
}
.border-b-gray-950\/15 {
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-b-gray-950\/20 {
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-b-gray-950\/25 {
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-b-gray-950\/30 {
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-b-gray-950\/35 {
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-b-gray-950\/40 {
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-b-gray-950\/45 {
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-b-gray-950\/5 {
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-b-gray-950\/50 {
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-b-gray-950\/55 {
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-b-gray-950\/60 {
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-b-gray-950\/65 {
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-b-gray-950\/70 {
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-b-gray-950\/75 {
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-b-gray-950\/80 {
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-b-gray-950\/85 {
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-b-gray-950\/90 {
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-b-gray-950\/95 {
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-b-green-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-b-green-100\/0 {
  border-bottom-color: rgb(220 252 231 / 0);
}
.border-b-green-100\/10 {
  border-bottom-color: rgb(220 252 231 / 0.1);
}
.border-b-green-100\/100 {
  border-bottom-color: rgb(220 252 231 / 1);
}
.border-b-green-100\/15 {
  border-bottom-color: rgb(220 252 231 / 0.15);
}
.border-b-green-100\/20 {
  border-bottom-color: rgb(220 252 231 / 0.2);
}
.border-b-green-100\/25 {
  border-bottom-color: rgb(220 252 231 / 0.25);
}
.border-b-green-100\/30 {
  border-bottom-color: rgb(220 252 231 / 0.3);
}
.border-b-green-100\/35 {
  border-bottom-color: rgb(220 252 231 / 0.35);
}
.border-b-green-100\/40 {
  border-bottom-color: rgb(220 252 231 / 0.4);
}
.border-b-green-100\/45 {
  border-bottom-color: rgb(220 252 231 / 0.45);
}
.border-b-green-100\/5 {
  border-bottom-color: rgb(220 252 231 / 0.05);
}
.border-b-green-100\/50 {
  border-bottom-color: rgb(220 252 231 / 0.5);
}
.border-b-green-100\/55 {
  border-bottom-color: rgb(220 252 231 / 0.55);
}
.border-b-green-100\/60 {
  border-bottom-color: rgb(220 252 231 / 0.6);
}
.border-b-green-100\/65 {
  border-bottom-color: rgb(220 252 231 / 0.65);
}
.border-b-green-100\/70 {
  border-bottom-color: rgb(220 252 231 / 0.7);
}
.border-b-green-100\/75 {
  border-bottom-color: rgb(220 252 231 / 0.75);
}
.border-b-green-100\/80 {
  border-bottom-color: rgb(220 252 231 / 0.8);
}
.border-b-green-100\/85 {
  border-bottom-color: rgb(220 252 231 / 0.85);
}
.border-b-green-100\/90 {
  border-bottom-color: rgb(220 252 231 / 0.9);
}
.border-b-green-100\/95 {
  border-bottom-color: rgb(220 252 231 / 0.95);
}
.border-b-green-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-b-green-200\/0 {
  border-bottom-color: rgb(187 247 208 / 0);
}
.border-b-green-200\/10 {
  border-bottom-color: rgb(187 247 208 / 0.1);
}
.border-b-green-200\/100 {
  border-bottom-color: rgb(187 247 208 / 1);
}
.border-b-green-200\/15 {
  border-bottom-color: rgb(187 247 208 / 0.15);
}
.border-b-green-200\/20 {
  border-bottom-color: rgb(187 247 208 / 0.2);
}
.border-b-green-200\/25 {
  border-bottom-color: rgb(187 247 208 / 0.25);
}
.border-b-green-200\/30 {
  border-bottom-color: rgb(187 247 208 / 0.3);
}
.border-b-green-200\/35 {
  border-bottom-color: rgb(187 247 208 / 0.35);
}
.border-b-green-200\/40 {
  border-bottom-color: rgb(187 247 208 / 0.4);
}
.border-b-green-200\/45 {
  border-bottom-color: rgb(187 247 208 / 0.45);
}
.border-b-green-200\/5 {
  border-bottom-color: rgb(187 247 208 / 0.05);
}
.border-b-green-200\/50 {
  border-bottom-color: rgb(187 247 208 / 0.5);
}
.border-b-green-200\/55 {
  border-bottom-color: rgb(187 247 208 / 0.55);
}
.border-b-green-200\/60 {
  border-bottom-color: rgb(187 247 208 / 0.6);
}
.border-b-green-200\/65 {
  border-bottom-color: rgb(187 247 208 / 0.65);
}
.border-b-green-200\/70 {
  border-bottom-color: rgb(187 247 208 / 0.7);
}
.border-b-green-200\/75 {
  border-bottom-color: rgb(187 247 208 / 0.75);
}
.border-b-green-200\/80 {
  border-bottom-color: rgb(187 247 208 / 0.8);
}
.border-b-green-200\/85 {
  border-bottom-color: rgb(187 247 208 / 0.85);
}
.border-b-green-200\/90 {
  border-bottom-color: rgb(187 247 208 / 0.9);
}
.border-b-green-200\/95 {
  border-bottom-color: rgb(187 247 208 / 0.95);
}
.border-b-green-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-b-green-300\/0 {
  border-bottom-color: rgb(134 239 172 / 0);
}
.border-b-green-300\/10 {
  border-bottom-color: rgb(134 239 172 / 0.1);
}
.border-b-green-300\/100 {
  border-bottom-color: rgb(134 239 172 / 1);
}
.border-b-green-300\/15 {
  border-bottom-color: rgb(134 239 172 / 0.15);
}
.border-b-green-300\/20 {
  border-bottom-color: rgb(134 239 172 / 0.2);
}
.border-b-green-300\/25 {
  border-bottom-color: rgb(134 239 172 / 0.25);
}
.border-b-green-300\/30 {
  border-bottom-color: rgb(134 239 172 / 0.3);
}
.border-b-green-300\/35 {
  border-bottom-color: rgb(134 239 172 / 0.35);
}
.border-b-green-300\/40 {
  border-bottom-color: rgb(134 239 172 / 0.4);
}
.border-b-green-300\/45 {
  border-bottom-color: rgb(134 239 172 / 0.45);
}
.border-b-green-300\/5 {
  border-bottom-color: rgb(134 239 172 / 0.05);
}
.border-b-green-300\/50 {
  border-bottom-color: rgb(134 239 172 / 0.5);
}
.border-b-green-300\/55 {
  border-bottom-color: rgb(134 239 172 / 0.55);
}
.border-b-green-300\/60 {
  border-bottom-color: rgb(134 239 172 / 0.6);
}
.border-b-green-300\/65 {
  border-bottom-color: rgb(134 239 172 / 0.65);
}
.border-b-green-300\/70 {
  border-bottom-color: rgb(134 239 172 / 0.7);
}
.border-b-green-300\/75 {
  border-bottom-color: rgb(134 239 172 / 0.75);
}
.border-b-green-300\/80 {
  border-bottom-color: rgb(134 239 172 / 0.8);
}
.border-b-green-300\/85 {
  border-bottom-color: rgb(134 239 172 / 0.85);
}
.border-b-green-300\/90 {
  border-bottom-color: rgb(134 239 172 / 0.9);
}
.border-b-green-300\/95 {
  border-bottom-color: rgb(134 239 172 / 0.95);
}
.border-b-green-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-b-green-400\/0 {
  border-bottom-color: rgb(74 222 128 / 0);
}
.border-b-green-400\/10 {
  border-bottom-color: rgb(74 222 128 / 0.1);
}
.border-b-green-400\/100 {
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-b-green-400\/15 {
  border-bottom-color: rgb(74 222 128 / 0.15);
}
.border-b-green-400\/20 {
  border-bottom-color: rgb(74 222 128 / 0.2);
}
.border-b-green-400\/25 {
  border-bottom-color: rgb(74 222 128 / 0.25);
}
.border-b-green-400\/30 {
  border-bottom-color: rgb(74 222 128 / 0.3);
}
.border-b-green-400\/35 {
  border-bottom-color: rgb(74 222 128 / 0.35);
}
.border-b-green-400\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-b-green-400\/45 {
  border-bottom-color: rgb(74 222 128 / 0.45);
}
.border-b-green-400\/5 {
  border-bottom-color: rgb(74 222 128 / 0.05);
}
.border-b-green-400\/50 {
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-b-green-400\/55 {
  border-bottom-color: rgb(74 222 128 / 0.55);
}
.border-b-green-400\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-b-green-400\/65 {
  border-bottom-color: rgb(74 222 128 / 0.65);
}
.border-b-green-400\/70 {
  border-bottom-color: rgb(74 222 128 / 0.7);
}
.border-b-green-400\/75 {
  border-bottom-color: rgb(74 222 128 / 0.75);
}
.border-b-green-400\/80 {
  border-bottom-color: rgb(74 222 128 / 0.8);
}
.border-b-green-400\/85 {
  border-bottom-color: rgb(74 222 128 / 0.85);
}
.border-b-green-400\/90 {
  border-bottom-color: rgb(74 222 128 / 0.9);
}
.border-b-green-400\/95 {
  border-bottom-color: rgb(74 222 128 / 0.95);
}
.border-b-green-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-b-green-50\/0 {
  border-bottom-color: rgb(240 253 244 / 0);
}
.border-b-green-50\/10 {
  border-bottom-color: rgb(240 253 244 / 0.1);
}
.border-b-green-50\/100 {
  border-bottom-color: rgb(240 253 244 / 1);
}
.border-b-green-50\/15 {
  border-bottom-color: rgb(240 253 244 / 0.15);
}
.border-b-green-50\/20 {
  border-bottom-color: rgb(240 253 244 / 0.2);
}
.border-b-green-50\/25 {
  border-bottom-color: rgb(240 253 244 / 0.25);
}
.border-b-green-50\/30 {
  border-bottom-color: rgb(240 253 244 / 0.3);
}
.border-b-green-50\/35 {
  border-bottom-color: rgb(240 253 244 / 0.35);
}
.border-b-green-50\/40 {
  border-bottom-color: rgb(240 253 244 / 0.4);
}
.border-b-green-50\/45 {
  border-bottom-color: rgb(240 253 244 / 0.45);
}
.border-b-green-50\/5 {
  border-bottom-color: rgb(240 253 244 / 0.05);
}
.border-b-green-50\/50 {
  border-bottom-color: rgb(240 253 244 / 0.5);
}
.border-b-green-50\/55 {
  border-bottom-color: rgb(240 253 244 / 0.55);
}
.border-b-green-50\/60 {
  border-bottom-color: rgb(240 253 244 / 0.6);
}
.border-b-green-50\/65 {
  border-bottom-color: rgb(240 253 244 / 0.65);
}
.border-b-green-50\/70 {
  border-bottom-color: rgb(240 253 244 / 0.7);
}
.border-b-green-50\/75 {
  border-bottom-color: rgb(240 253 244 / 0.75);
}
.border-b-green-50\/80 {
  border-bottom-color: rgb(240 253 244 / 0.8);
}
.border-b-green-50\/85 {
  border-bottom-color: rgb(240 253 244 / 0.85);
}
.border-b-green-50\/90 {
  border-bottom-color: rgb(240 253 244 / 0.9);
}
.border-b-green-50\/95 {
  border-bottom-color: rgb(240 253 244 / 0.95);
}
.border-b-green-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-b-green-500\/0 {
  border-bottom-color: rgb(34 197 94 / 0);
}
.border-b-green-500\/10 {
  border-bottom-color: rgb(34 197 94 / 0.1);
}
.border-b-green-500\/100 {
  border-bottom-color: rgb(34 197 94 / 1);
}
.border-b-green-500\/15 {
  border-bottom-color: rgb(34 197 94 / 0.15);
}
.border-b-green-500\/20 {
  border-bottom-color: rgb(34 197 94 / 0.2);
}
.border-b-green-500\/25 {
  border-bottom-color: rgb(34 197 94 / 0.25);
}
.border-b-green-500\/30 {
  border-bottom-color: rgb(34 197 94 / 0.3);
}
.border-b-green-500\/35 {
  border-bottom-color: rgb(34 197 94 / 0.35);
}
.border-b-green-500\/40 {
  border-bottom-color: rgb(34 197 94 / 0.4);
}
.border-b-green-500\/45 {
  border-bottom-color: rgb(34 197 94 / 0.45);
}
.border-b-green-500\/5 {
  border-bottom-color: rgb(34 197 94 / 0.05);
}
.border-b-green-500\/50 {
  border-bottom-color: rgb(34 197 94 / 0.5);
}
.border-b-green-500\/55 {
  border-bottom-color: rgb(34 197 94 / 0.55);
}
.border-b-green-500\/60 {
  border-bottom-color: rgb(34 197 94 / 0.6);
}
.border-b-green-500\/65 {
  border-bottom-color: rgb(34 197 94 / 0.65);
}
.border-b-green-500\/70 {
  border-bottom-color: rgb(34 197 94 / 0.7);
}
.border-b-green-500\/75 {
  border-bottom-color: rgb(34 197 94 / 0.75);
}
.border-b-green-500\/80 {
  border-bottom-color: rgb(34 197 94 / 0.8);
}
.border-b-green-500\/85 {
  border-bottom-color: rgb(34 197 94 / 0.85);
}
.border-b-green-500\/90 {
  border-bottom-color: rgb(34 197 94 / 0.9);
}
.border-b-green-500\/95 {
  border-bottom-color: rgb(34 197 94 / 0.95);
}
.border-b-green-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-b-green-600\/0 {
  border-bottom-color: rgb(22 163 74 / 0);
}
.border-b-green-600\/10 {
  border-bottom-color: rgb(22 163 74 / 0.1);
}
.border-b-green-600\/100 {
  border-bottom-color: rgb(22 163 74 / 1);
}
.border-b-green-600\/15 {
  border-bottom-color: rgb(22 163 74 / 0.15);
}
.border-b-green-600\/20 {
  border-bottom-color: rgb(22 163 74 / 0.2);
}
.border-b-green-600\/25 {
  border-bottom-color: rgb(22 163 74 / 0.25);
}
.border-b-green-600\/30 {
  border-bottom-color: rgb(22 163 74 / 0.3);
}
.border-b-green-600\/35 {
  border-bottom-color: rgb(22 163 74 / 0.35);
}
.border-b-green-600\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4);
}
.border-b-green-600\/45 {
  border-bottom-color: rgb(22 163 74 / 0.45);
}
.border-b-green-600\/5 {
  border-bottom-color: rgb(22 163 74 / 0.05);
}
.border-b-green-600\/50 {
  border-bottom-color: rgb(22 163 74 / 0.5);
}
.border-b-green-600\/55 {
  border-bottom-color: rgb(22 163 74 / 0.55);
}
.border-b-green-600\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6);
}
.border-b-green-600\/65 {
  border-bottom-color: rgb(22 163 74 / 0.65);
}
.border-b-green-600\/70 {
  border-bottom-color: rgb(22 163 74 / 0.7);
}
.border-b-green-600\/75 {
  border-bottom-color: rgb(22 163 74 / 0.75);
}
.border-b-green-600\/80 {
  border-bottom-color: rgb(22 163 74 / 0.8);
}
.border-b-green-600\/85 {
  border-bottom-color: rgb(22 163 74 / 0.85);
}
.border-b-green-600\/90 {
  border-bottom-color: rgb(22 163 74 / 0.9);
}
.border-b-green-600\/95 {
  border-bottom-color: rgb(22 163 74 / 0.95);
}
.border-b-green-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-b-green-700\/0 {
  border-bottom-color: rgb(21 128 61 / 0);
}
.border-b-green-700\/10 {
  border-bottom-color: rgb(21 128 61 / 0.1);
}
.border-b-green-700\/100 {
  border-bottom-color: rgb(21 128 61 / 1);
}
.border-b-green-700\/15 {
  border-bottom-color: rgb(21 128 61 / 0.15);
}
.border-b-green-700\/20 {
  border-bottom-color: rgb(21 128 61 / 0.2);
}
.border-b-green-700\/25 {
  border-bottom-color: rgb(21 128 61 / 0.25);
}
.border-b-green-700\/30 {
  border-bottom-color: rgb(21 128 61 / 0.3);
}
.border-b-green-700\/35 {
  border-bottom-color: rgb(21 128 61 / 0.35);
}
.border-b-green-700\/40 {
  border-bottom-color: rgb(21 128 61 / 0.4);
}
.border-b-green-700\/45 {
  border-bottom-color: rgb(21 128 61 / 0.45);
}
.border-b-green-700\/5 {
  border-bottom-color: rgb(21 128 61 / 0.05);
}
.border-b-green-700\/50 {
  border-bottom-color: rgb(21 128 61 / 0.5);
}
.border-b-green-700\/55 {
  border-bottom-color: rgb(21 128 61 / 0.55);
}
.border-b-green-700\/60 {
  border-bottom-color: rgb(21 128 61 / 0.6);
}
.border-b-green-700\/65 {
  border-bottom-color: rgb(21 128 61 / 0.65);
}
.border-b-green-700\/70 {
  border-bottom-color: rgb(21 128 61 / 0.7);
}
.border-b-green-700\/75 {
  border-bottom-color: rgb(21 128 61 / 0.75);
}
.border-b-green-700\/80 {
  border-bottom-color: rgb(21 128 61 / 0.8);
}
.border-b-green-700\/85 {
  border-bottom-color: rgb(21 128 61 / 0.85);
}
.border-b-green-700\/90 {
  border-bottom-color: rgb(21 128 61 / 0.9);
}
.border-b-green-700\/95 {
  border-bottom-color: rgb(21 128 61 / 0.95);
}
.border-b-green-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-b-green-800\/0 {
  border-bottom-color: rgb(22 101 52 / 0);
}
.border-b-green-800\/10 {
  border-bottom-color: rgb(22 101 52 / 0.1);
}
.border-b-green-800\/100 {
  border-bottom-color: rgb(22 101 52 / 1);
}
.border-b-green-800\/15 {
  border-bottom-color: rgb(22 101 52 / 0.15);
}
.border-b-green-800\/20 {
  border-bottom-color: rgb(22 101 52 / 0.2);
}
.border-b-green-800\/25 {
  border-bottom-color: rgb(22 101 52 / 0.25);
}
.border-b-green-800\/30 {
  border-bottom-color: rgb(22 101 52 / 0.3);
}
.border-b-green-800\/35 {
  border-bottom-color: rgb(22 101 52 / 0.35);
}
.border-b-green-800\/40 {
  border-bottom-color: rgb(22 101 52 / 0.4);
}
.border-b-green-800\/45 {
  border-bottom-color: rgb(22 101 52 / 0.45);
}
.border-b-green-800\/5 {
  border-bottom-color: rgb(22 101 52 / 0.05);
}
.border-b-green-800\/50 {
  border-bottom-color: rgb(22 101 52 / 0.5);
}
.border-b-green-800\/55 {
  border-bottom-color: rgb(22 101 52 / 0.55);
}
.border-b-green-800\/60 {
  border-bottom-color: rgb(22 101 52 / 0.6);
}
.border-b-green-800\/65 {
  border-bottom-color: rgb(22 101 52 / 0.65);
}
.border-b-green-800\/70 {
  border-bottom-color: rgb(22 101 52 / 0.7);
}
.border-b-green-800\/75 {
  border-bottom-color: rgb(22 101 52 / 0.75);
}
.border-b-green-800\/80 {
  border-bottom-color: rgb(22 101 52 / 0.8);
}
.border-b-green-800\/85 {
  border-bottom-color: rgb(22 101 52 / 0.85);
}
.border-b-green-800\/90 {
  border-bottom-color: rgb(22 101 52 / 0.9);
}
.border-b-green-800\/95 {
  border-bottom-color: rgb(22 101 52 / 0.95);
}
.border-b-green-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-b-green-900\/0 {
  border-bottom-color: rgb(20 83 45 / 0);
}
.border-b-green-900\/10 {
  border-bottom-color: rgb(20 83 45 / 0.1);
}
.border-b-green-900\/100 {
  border-bottom-color: rgb(20 83 45 / 1);
}
.border-b-green-900\/15 {
  border-bottom-color: rgb(20 83 45 / 0.15);
}
.border-b-green-900\/20 {
  border-bottom-color: rgb(20 83 45 / 0.2);
}
.border-b-green-900\/25 {
  border-bottom-color: rgb(20 83 45 / 0.25);
}
.border-b-green-900\/30 {
  border-bottom-color: rgb(20 83 45 / 0.3);
}
.border-b-green-900\/35 {
  border-bottom-color: rgb(20 83 45 / 0.35);
}
.border-b-green-900\/40 {
  border-bottom-color: rgb(20 83 45 / 0.4);
}
.border-b-green-900\/45 {
  border-bottom-color: rgb(20 83 45 / 0.45);
}
.border-b-green-900\/5 {
  border-bottom-color: rgb(20 83 45 / 0.05);
}
.border-b-green-900\/50 {
  border-bottom-color: rgb(20 83 45 / 0.5);
}
.border-b-green-900\/55 {
  border-bottom-color: rgb(20 83 45 / 0.55);
}
.border-b-green-900\/60 {
  border-bottom-color: rgb(20 83 45 / 0.6);
}
.border-b-green-900\/65 {
  border-bottom-color: rgb(20 83 45 / 0.65);
}
.border-b-green-900\/70 {
  border-bottom-color: rgb(20 83 45 / 0.7);
}
.border-b-green-900\/75 {
  border-bottom-color: rgb(20 83 45 / 0.75);
}
.border-b-green-900\/80 {
  border-bottom-color: rgb(20 83 45 / 0.8);
}
.border-b-green-900\/85 {
  border-bottom-color: rgb(20 83 45 / 0.85);
}
.border-b-green-900\/90 {
  border-bottom-color: rgb(20 83 45 / 0.9);
}
.border-b-green-900\/95 {
  border-bottom-color: rgb(20 83 45 / 0.95);
}
.border-b-green-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-b-green-950\/0 {
  border-bottom-color: rgb(5 46 22 / 0);
}
.border-b-green-950\/10 {
  border-bottom-color: rgb(5 46 22 / 0.1);
}
.border-b-green-950\/100 {
  border-bottom-color: rgb(5 46 22 / 1);
}
.border-b-green-950\/15 {
  border-bottom-color: rgb(5 46 22 / 0.15);
}
.border-b-green-950\/20 {
  border-bottom-color: rgb(5 46 22 / 0.2);
}
.border-b-green-950\/25 {
  border-bottom-color: rgb(5 46 22 / 0.25);
}
.border-b-green-950\/30 {
  border-bottom-color: rgb(5 46 22 / 0.3);
}
.border-b-green-950\/35 {
  border-bottom-color: rgb(5 46 22 / 0.35);
}
.border-b-green-950\/40 {
  border-bottom-color: rgb(5 46 22 / 0.4);
}
.border-b-green-950\/45 {
  border-bottom-color: rgb(5 46 22 / 0.45);
}
.border-b-green-950\/5 {
  border-bottom-color: rgb(5 46 22 / 0.05);
}
.border-b-green-950\/50 {
  border-bottom-color: rgb(5 46 22 / 0.5);
}
.border-b-green-950\/55 {
  border-bottom-color: rgb(5 46 22 / 0.55);
}
.border-b-green-950\/60 {
  border-bottom-color: rgb(5 46 22 / 0.6);
}
.border-b-green-950\/65 {
  border-bottom-color: rgb(5 46 22 / 0.65);
}
.border-b-green-950\/70 {
  border-bottom-color: rgb(5 46 22 / 0.7);
}
.border-b-green-950\/75 {
  border-bottom-color: rgb(5 46 22 / 0.75);
}
.border-b-green-950\/80 {
  border-bottom-color: rgb(5 46 22 / 0.8);
}
.border-b-green-950\/85 {
  border-bottom-color: rgb(5 46 22 / 0.85);
}
.border-b-green-950\/90 {
  border-bottom-color: rgb(5 46 22 / 0.9);
}
.border-b-green-950\/95 {
  border-bottom-color: rgb(5 46 22 / 0.95);
}
.border-b-indigo-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-100\/0 {
  border-bottom-color: rgb(224 231 255 / 0);
}
.border-b-indigo-100\/10 {
  border-bottom-color: rgb(224 231 255 / 0.1);
}
.border-b-indigo-100\/100 {
  border-bottom-color: rgb(224 231 255 / 1);
}
.border-b-indigo-100\/15 {
  border-bottom-color: rgb(224 231 255 / 0.15);
}
.border-b-indigo-100\/20 {
  border-bottom-color: rgb(224 231 255 / 0.2);
}
.border-b-indigo-100\/25 {
  border-bottom-color: rgb(224 231 255 / 0.25);
}
.border-b-indigo-100\/30 {
  border-bottom-color: rgb(224 231 255 / 0.3);
}
.border-b-indigo-100\/35 {
  border-bottom-color: rgb(224 231 255 / 0.35);
}
.border-b-indigo-100\/40 {
  border-bottom-color: rgb(224 231 255 / 0.4);
}
.border-b-indigo-100\/45 {
  border-bottom-color: rgb(224 231 255 / 0.45);
}
.border-b-indigo-100\/5 {
  border-bottom-color: rgb(224 231 255 / 0.05);
}
.border-b-indigo-100\/50 {
  border-bottom-color: rgb(224 231 255 / 0.5);
}
.border-b-indigo-100\/55 {
  border-bottom-color: rgb(224 231 255 / 0.55);
}
.border-b-indigo-100\/60 {
  border-bottom-color: rgb(224 231 255 / 0.6);
}
.border-b-indigo-100\/65 {
  border-bottom-color: rgb(224 231 255 / 0.65);
}
.border-b-indigo-100\/70 {
  border-bottom-color: rgb(224 231 255 / 0.7);
}
.border-b-indigo-100\/75 {
  border-bottom-color: rgb(224 231 255 / 0.75);
}
.border-b-indigo-100\/80 {
  border-bottom-color: rgb(224 231 255 / 0.8);
}
.border-b-indigo-100\/85 {
  border-bottom-color: rgb(224 231 255 / 0.85);
}
.border-b-indigo-100\/90 {
  border-bottom-color: rgb(224 231 255 / 0.9);
}
.border-b-indigo-100\/95 {
  border-bottom-color: rgb(224 231 255 / 0.95);
}
.border-b-indigo-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-b-indigo-200\/0 {
  border-bottom-color: rgb(199 210 254 / 0);
}
.border-b-indigo-200\/10 {
  border-bottom-color: rgb(199 210 254 / 0.1);
}
.border-b-indigo-200\/100 {
  border-bottom-color: rgb(199 210 254 / 1);
}
.border-b-indigo-200\/15 {
  border-bottom-color: rgb(199 210 254 / 0.15);
}
.border-b-indigo-200\/20 {
  border-bottom-color: rgb(199 210 254 / 0.2);
}
.border-b-indigo-200\/25 {
  border-bottom-color: rgb(199 210 254 / 0.25);
}
.border-b-indigo-200\/30 {
  border-bottom-color: rgb(199 210 254 / 0.3);
}
.border-b-indigo-200\/35 {
  border-bottom-color: rgb(199 210 254 / 0.35);
}
.border-b-indigo-200\/40 {
  border-bottom-color: rgb(199 210 254 / 0.4);
}
.border-b-indigo-200\/45 {
  border-bottom-color: rgb(199 210 254 / 0.45);
}
.border-b-indigo-200\/5 {
  border-bottom-color: rgb(199 210 254 / 0.05);
}
.border-b-indigo-200\/50 {
  border-bottom-color: rgb(199 210 254 / 0.5);
}
.border-b-indigo-200\/55 {
  border-bottom-color: rgb(199 210 254 / 0.55);
}
.border-b-indigo-200\/60 {
  border-bottom-color: rgb(199 210 254 / 0.6);
}
.border-b-indigo-200\/65 {
  border-bottom-color: rgb(199 210 254 / 0.65);
}
.border-b-indigo-200\/70 {
  border-bottom-color: rgb(199 210 254 / 0.7);
}
.border-b-indigo-200\/75 {
  border-bottom-color: rgb(199 210 254 / 0.75);
}
.border-b-indigo-200\/80 {
  border-bottom-color: rgb(199 210 254 / 0.8);
}
.border-b-indigo-200\/85 {
  border-bottom-color: rgb(199 210 254 / 0.85);
}
.border-b-indigo-200\/90 {
  border-bottom-color: rgb(199 210 254 / 0.9);
}
.border-b-indigo-200\/95 {
  border-bottom-color: rgb(199 210 254 / 0.95);
}
.border-b-indigo-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-b-indigo-300\/0 {
  border-bottom-color: rgb(165 180 252 / 0);
}
.border-b-indigo-300\/10 {
  border-bottom-color: rgb(165 180 252 / 0.1);
}
.border-b-indigo-300\/100 {
  border-bottom-color: rgb(165 180 252 / 1);
}
.border-b-indigo-300\/15 {
  border-bottom-color: rgb(165 180 252 / 0.15);
}
.border-b-indigo-300\/20 {
  border-bottom-color: rgb(165 180 252 / 0.2);
}
.border-b-indigo-300\/25 {
  border-bottom-color: rgb(165 180 252 / 0.25);
}
.border-b-indigo-300\/30 {
  border-bottom-color: rgb(165 180 252 / 0.3);
}
.border-b-indigo-300\/35 {
  border-bottom-color: rgb(165 180 252 / 0.35);
}
.border-b-indigo-300\/40 {
  border-bottom-color: rgb(165 180 252 / 0.4);
}
.border-b-indigo-300\/45 {
  border-bottom-color: rgb(165 180 252 / 0.45);
}
.border-b-indigo-300\/5 {
  border-bottom-color: rgb(165 180 252 / 0.05);
}
.border-b-indigo-300\/50 {
  border-bottom-color: rgb(165 180 252 / 0.5);
}
.border-b-indigo-300\/55 {
  border-bottom-color: rgb(165 180 252 / 0.55);
}
.border-b-indigo-300\/60 {
  border-bottom-color: rgb(165 180 252 / 0.6);
}
.border-b-indigo-300\/65 {
  border-bottom-color: rgb(165 180 252 / 0.65);
}
.border-b-indigo-300\/70 {
  border-bottom-color: rgb(165 180 252 / 0.7);
}
.border-b-indigo-300\/75 {
  border-bottom-color: rgb(165 180 252 / 0.75);
}
.border-b-indigo-300\/80 {
  border-bottom-color: rgb(165 180 252 / 0.8);
}
.border-b-indigo-300\/85 {
  border-bottom-color: rgb(165 180 252 / 0.85);
}
.border-b-indigo-300\/90 {
  border-bottom-color: rgb(165 180 252 / 0.9);
}
.border-b-indigo-300\/95 {
  border-bottom-color: rgb(165 180 252 / 0.95);
}
.border-b-indigo-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-b-indigo-400\/0 {
  border-bottom-color: rgb(129 140 248 / 0);
}
.border-b-indigo-400\/10 {
  border-bottom-color: rgb(129 140 248 / 0.1);
}
.border-b-indigo-400\/100 {
  border-bottom-color: rgb(129 140 248 / 1);
}
.border-b-indigo-400\/15 {
  border-bottom-color: rgb(129 140 248 / 0.15);
}
.border-b-indigo-400\/20 {
  border-bottom-color: rgb(129 140 248 / 0.2);
}
.border-b-indigo-400\/25 {
  border-bottom-color: rgb(129 140 248 / 0.25);
}
.border-b-indigo-400\/30 {
  border-bottom-color: rgb(129 140 248 / 0.3);
}
.border-b-indigo-400\/35 {
  border-bottom-color: rgb(129 140 248 / 0.35);
}
.border-b-indigo-400\/40 {
  border-bottom-color: rgb(129 140 248 / 0.4);
}
.border-b-indigo-400\/45 {
  border-bottom-color: rgb(129 140 248 / 0.45);
}
.border-b-indigo-400\/5 {
  border-bottom-color: rgb(129 140 248 / 0.05);
}
.border-b-indigo-400\/50 {
  border-bottom-color: rgb(129 140 248 / 0.5);
}
.border-b-indigo-400\/55 {
  border-bottom-color: rgb(129 140 248 / 0.55);
}
.border-b-indigo-400\/60 {
  border-bottom-color: rgb(129 140 248 / 0.6);
}
.border-b-indigo-400\/65 {
  border-bottom-color: rgb(129 140 248 / 0.65);
}
.border-b-indigo-400\/70 {
  border-bottom-color: rgb(129 140 248 / 0.7);
}
.border-b-indigo-400\/75 {
  border-bottom-color: rgb(129 140 248 / 0.75);
}
.border-b-indigo-400\/80 {
  border-bottom-color: rgb(129 140 248 / 0.8);
}
.border-b-indigo-400\/85 {
  border-bottom-color: rgb(129 140 248 / 0.85);
}
.border-b-indigo-400\/90 {
  border-bottom-color: rgb(129 140 248 / 0.9);
}
.border-b-indigo-400\/95 {
  border-bottom-color: rgb(129 140 248 / 0.95);
}
.border-b-indigo-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-b-indigo-50\/0 {
  border-bottom-color: rgb(238 242 255 / 0);
}
.border-b-indigo-50\/10 {
  border-bottom-color: rgb(238 242 255 / 0.1);
}
.border-b-indigo-50\/100 {
  border-bottom-color: rgb(238 242 255 / 1);
}
.border-b-indigo-50\/15 {
  border-bottom-color: rgb(238 242 255 / 0.15);
}
.border-b-indigo-50\/20 {
  border-bottom-color: rgb(238 242 255 / 0.2);
}
.border-b-indigo-50\/25 {
  border-bottom-color: rgb(238 242 255 / 0.25);
}
.border-b-indigo-50\/30 {
  border-bottom-color: rgb(238 242 255 / 0.3);
}
.border-b-indigo-50\/35 {
  border-bottom-color: rgb(238 242 255 / 0.35);
}
.border-b-indigo-50\/40 {
  border-bottom-color: rgb(238 242 255 / 0.4);
}
.border-b-indigo-50\/45 {
  border-bottom-color: rgb(238 242 255 / 0.45);
}
.border-b-indigo-50\/5 {
  border-bottom-color: rgb(238 242 255 / 0.05);
}
.border-b-indigo-50\/50 {
  border-bottom-color: rgb(238 242 255 / 0.5);
}
.border-b-indigo-50\/55 {
  border-bottom-color: rgb(238 242 255 / 0.55);
}
.border-b-indigo-50\/60 {
  border-bottom-color: rgb(238 242 255 / 0.6);
}
.border-b-indigo-50\/65 {
  border-bottom-color: rgb(238 242 255 / 0.65);
}
.border-b-indigo-50\/70 {
  border-bottom-color: rgb(238 242 255 / 0.7);
}
.border-b-indigo-50\/75 {
  border-bottom-color: rgb(238 242 255 / 0.75);
}
.border-b-indigo-50\/80 {
  border-bottom-color: rgb(238 242 255 / 0.8);
}
.border-b-indigo-50\/85 {
  border-bottom-color: rgb(238 242 255 / 0.85);
}
.border-b-indigo-50\/90 {
  border-bottom-color: rgb(238 242 255 / 0.9);
}
.border-b-indigo-50\/95 {
  border-bottom-color: rgb(238 242 255 / 0.95);
}
.border-b-indigo-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-b-indigo-500\/0 {
  border-bottom-color: rgb(99 102 241 / 0);
}
.border-b-indigo-500\/10 {
  border-bottom-color: rgb(99 102 241 / 0.1);
}
.border-b-indigo-500\/100 {
  border-bottom-color: rgb(99 102 241 / 1);
}
.border-b-indigo-500\/15 {
  border-bottom-color: rgb(99 102 241 / 0.15);
}
.border-b-indigo-500\/20 {
  border-bottom-color: rgb(99 102 241 / 0.2);
}
.border-b-indigo-500\/25 {
  border-bottom-color: rgb(99 102 241 / 0.25);
}
.border-b-indigo-500\/30 {
  border-bottom-color: rgb(99 102 241 / 0.3);
}
.border-b-indigo-500\/35 {
  border-bottom-color: rgb(99 102 241 / 0.35);
}
.border-b-indigo-500\/40 {
  border-bottom-color: rgb(99 102 241 / 0.4);
}
.border-b-indigo-500\/45 {
  border-bottom-color: rgb(99 102 241 / 0.45);
}
.border-b-indigo-500\/5 {
  border-bottom-color: rgb(99 102 241 / 0.05);
}
.border-b-indigo-500\/50 {
  border-bottom-color: rgb(99 102 241 / 0.5);
}
.border-b-indigo-500\/55 {
  border-bottom-color: rgb(99 102 241 / 0.55);
}
.border-b-indigo-500\/60 {
  border-bottom-color: rgb(99 102 241 / 0.6);
}
.border-b-indigo-500\/65 {
  border-bottom-color: rgb(99 102 241 / 0.65);
}
.border-b-indigo-500\/70 {
  border-bottom-color: rgb(99 102 241 / 0.7);
}
.border-b-indigo-500\/75 {
  border-bottom-color: rgb(99 102 241 / 0.75);
}
.border-b-indigo-500\/80 {
  border-bottom-color: rgb(99 102 241 / 0.8);
}
.border-b-indigo-500\/85 {
  border-bottom-color: rgb(99 102 241 / 0.85);
}
.border-b-indigo-500\/90 {
  border-bottom-color: rgb(99 102 241 / 0.9);
}
.border-b-indigo-500\/95 {
  border-bottom-color: rgb(99 102 241 / 0.95);
}
.border-b-indigo-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-b-indigo-600\/0 {
  border-bottom-color: rgb(79 70 229 / 0);
}
.border-b-indigo-600\/10 {
  border-bottom-color: rgb(79 70 229 / 0.1);
}
.border-b-indigo-600\/100 {
  border-bottom-color: rgb(79 70 229 / 1);
}
.border-b-indigo-600\/15 {
  border-bottom-color: rgb(79 70 229 / 0.15);
}
.border-b-indigo-600\/20 {
  border-bottom-color: rgb(79 70 229 / 0.2);
}
.border-b-indigo-600\/25 {
  border-bottom-color: rgb(79 70 229 / 0.25);
}
.border-b-indigo-600\/30 {
  border-bottom-color: rgb(79 70 229 / 0.3);
}
.border-b-indigo-600\/35 {
  border-bottom-color: rgb(79 70 229 / 0.35);
}
.border-b-indigo-600\/40 {
  border-bottom-color: rgb(79 70 229 / 0.4);
}
.border-b-indigo-600\/45 {
  border-bottom-color: rgb(79 70 229 / 0.45);
}
.border-b-indigo-600\/5 {
  border-bottom-color: rgb(79 70 229 / 0.05);
}
.border-b-indigo-600\/50 {
  border-bottom-color: rgb(79 70 229 / 0.5);
}
.border-b-indigo-600\/55 {
  border-bottom-color: rgb(79 70 229 / 0.55);
}
.border-b-indigo-600\/60 {
  border-bottom-color: rgb(79 70 229 / 0.6);
}
.border-b-indigo-600\/65 {
  border-bottom-color: rgb(79 70 229 / 0.65);
}
.border-b-indigo-600\/70 {
  border-bottom-color: rgb(79 70 229 / 0.7);
}
.border-b-indigo-600\/75 {
  border-bottom-color: rgb(79 70 229 / 0.75);
}
.border-b-indigo-600\/80 {
  border-bottom-color: rgb(79 70 229 / 0.8);
}
.border-b-indigo-600\/85 {
  border-bottom-color: rgb(79 70 229 / 0.85);
}
.border-b-indigo-600\/90 {
  border-bottom-color: rgb(79 70 229 / 0.9);
}
.border-b-indigo-600\/95 {
  border-bottom-color: rgb(79 70 229 / 0.95);
}
.border-b-indigo-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-b-indigo-700\/0 {
  border-bottom-color: rgb(67 56 202 / 0);
}
.border-b-indigo-700\/10 {
  border-bottom-color: rgb(67 56 202 / 0.1);
}
.border-b-indigo-700\/100 {
  border-bottom-color: rgb(67 56 202 / 1);
}
.border-b-indigo-700\/15 {
  border-bottom-color: rgb(67 56 202 / 0.15);
}
.border-b-indigo-700\/20 {
  border-bottom-color: rgb(67 56 202 / 0.2);
}
.border-b-indigo-700\/25 {
  border-bottom-color: rgb(67 56 202 / 0.25);
}
.border-b-indigo-700\/30 {
  border-bottom-color: rgb(67 56 202 / 0.3);
}
.border-b-indigo-700\/35 {
  border-bottom-color: rgb(67 56 202 / 0.35);
}
.border-b-indigo-700\/40 {
  border-bottom-color: rgb(67 56 202 / 0.4);
}
.border-b-indigo-700\/45 {
  border-bottom-color: rgb(67 56 202 / 0.45);
}
.border-b-indigo-700\/5 {
  border-bottom-color: rgb(67 56 202 / 0.05);
}
.border-b-indigo-700\/50 {
  border-bottom-color: rgb(67 56 202 / 0.5);
}
.border-b-indigo-700\/55 {
  border-bottom-color: rgb(67 56 202 / 0.55);
}
.border-b-indigo-700\/60 {
  border-bottom-color: rgb(67 56 202 / 0.6);
}
.border-b-indigo-700\/65 {
  border-bottom-color: rgb(67 56 202 / 0.65);
}
.border-b-indigo-700\/70 {
  border-bottom-color: rgb(67 56 202 / 0.7);
}
.border-b-indigo-700\/75 {
  border-bottom-color: rgb(67 56 202 / 0.75);
}
.border-b-indigo-700\/80 {
  border-bottom-color: rgb(67 56 202 / 0.8);
}
.border-b-indigo-700\/85 {
  border-bottom-color: rgb(67 56 202 / 0.85);
}
.border-b-indigo-700\/90 {
  border-bottom-color: rgb(67 56 202 / 0.9);
}
.border-b-indigo-700\/95 {
  border-bottom-color: rgb(67 56 202 / 0.95);
}
.border-b-indigo-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-b-indigo-800\/0 {
  border-bottom-color: rgb(55 48 163 / 0);
}
.border-b-indigo-800\/10 {
  border-bottom-color: rgb(55 48 163 / 0.1);
}
.border-b-indigo-800\/100 {
  border-bottom-color: rgb(55 48 163 / 1);
}
.border-b-indigo-800\/15 {
  border-bottom-color: rgb(55 48 163 / 0.15);
}
.border-b-indigo-800\/20 {
  border-bottom-color: rgb(55 48 163 / 0.2);
}
.border-b-indigo-800\/25 {
  border-bottom-color: rgb(55 48 163 / 0.25);
}
.border-b-indigo-800\/30 {
  border-bottom-color: rgb(55 48 163 / 0.3);
}
.border-b-indigo-800\/35 {
  border-bottom-color: rgb(55 48 163 / 0.35);
}
.border-b-indigo-800\/40 {
  border-bottom-color: rgb(55 48 163 / 0.4);
}
.border-b-indigo-800\/45 {
  border-bottom-color: rgb(55 48 163 / 0.45);
}
.border-b-indigo-800\/5 {
  border-bottom-color: rgb(55 48 163 / 0.05);
}
.border-b-indigo-800\/50 {
  border-bottom-color: rgb(55 48 163 / 0.5);
}
.border-b-indigo-800\/55 {
  border-bottom-color: rgb(55 48 163 / 0.55);
}
.border-b-indigo-800\/60 {
  border-bottom-color: rgb(55 48 163 / 0.6);
}
.border-b-indigo-800\/65 {
  border-bottom-color: rgb(55 48 163 / 0.65);
}
.border-b-indigo-800\/70 {
  border-bottom-color: rgb(55 48 163 / 0.7);
}
.border-b-indigo-800\/75 {
  border-bottom-color: rgb(55 48 163 / 0.75);
}
.border-b-indigo-800\/80 {
  border-bottom-color: rgb(55 48 163 / 0.8);
}
.border-b-indigo-800\/85 {
  border-bottom-color: rgb(55 48 163 / 0.85);
}
.border-b-indigo-800\/90 {
  border-bottom-color: rgb(55 48 163 / 0.9);
}
.border-b-indigo-800\/95 {
  border-bottom-color: rgb(55 48 163 / 0.95);
}
.border-b-indigo-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-b-indigo-900\/0 {
  border-bottom-color: rgb(49 46 129 / 0);
}
.border-b-indigo-900\/10 {
  border-bottom-color: rgb(49 46 129 / 0.1);
}
.border-b-indigo-900\/100 {
  border-bottom-color: rgb(49 46 129 / 1);
}
.border-b-indigo-900\/15 {
  border-bottom-color: rgb(49 46 129 / 0.15);
}
.border-b-indigo-900\/20 {
  border-bottom-color: rgb(49 46 129 / 0.2);
}
.border-b-indigo-900\/25 {
  border-bottom-color: rgb(49 46 129 / 0.25);
}
.border-b-indigo-900\/30 {
  border-bottom-color: rgb(49 46 129 / 0.3);
}
.border-b-indigo-900\/35 {
  border-bottom-color: rgb(49 46 129 / 0.35);
}
.border-b-indigo-900\/40 {
  border-bottom-color: rgb(49 46 129 / 0.4);
}
.border-b-indigo-900\/45 {
  border-bottom-color: rgb(49 46 129 / 0.45);
}
.border-b-indigo-900\/5 {
  border-bottom-color: rgb(49 46 129 / 0.05);
}
.border-b-indigo-900\/50 {
  border-bottom-color: rgb(49 46 129 / 0.5);
}
.border-b-indigo-900\/55 {
  border-bottom-color: rgb(49 46 129 / 0.55);
}
.border-b-indigo-900\/60 {
  border-bottom-color: rgb(49 46 129 / 0.6);
}
.border-b-indigo-900\/65 {
  border-bottom-color: rgb(49 46 129 / 0.65);
}
.border-b-indigo-900\/70 {
  border-bottom-color: rgb(49 46 129 / 0.7);
}
.border-b-indigo-900\/75 {
  border-bottom-color: rgb(49 46 129 / 0.75);
}
.border-b-indigo-900\/80 {
  border-bottom-color: rgb(49 46 129 / 0.8);
}
.border-b-indigo-900\/85 {
  border-bottom-color: rgb(49 46 129 / 0.85);
}
.border-b-indigo-900\/90 {
  border-bottom-color: rgb(49 46 129 / 0.9);
}
.border-b-indigo-900\/95 {
  border-bottom-color: rgb(49 46 129 / 0.95);
}
.border-b-indigo-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-b-indigo-950\/0 {
  border-bottom-color: rgb(30 27 75 / 0);
}
.border-b-indigo-950\/10 {
  border-bottom-color: rgb(30 27 75 / 0.1);
}
.border-b-indigo-950\/100 {
  border-bottom-color: rgb(30 27 75 / 1);
}
.border-b-indigo-950\/15 {
  border-bottom-color: rgb(30 27 75 / 0.15);
}
.border-b-indigo-950\/20 {
  border-bottom-color: rgb(30 27 75 / 0.2);
}
.border-b-indigo-950\/25 {
  border-bottom-color: rgb(30 27 75 / 0.25);
}
.border-b-indigo-950\/30 {
  border-bottom-color: rgb(30 27 75 / 0.3);
}
.border-b-indigo-950\/35 {
  border-bottom-color: rgb(30 27 75 / 0.35);
}
.border-b-indigo-950\/40 {
  border-bottom-color: rgb(30 27 75 / 0.4);
}
.border-b-indigo-950\/45 {
  border-bottom-color: rgb(30 27 75 / 0.45);
}
.border-b-indigo-950\/5 {
  border-bottom-color: rgb(30 27 75 / 0.05);
}
.border-b-indigo-950\/50 {
  border-bottom-color: rgb(30 27 75 / 0.5);
}
.border-b-indigo-950\/55 {
  border-bottom-color: rgb(30 27 75 / 0.55);
}
.border-b-indigo-950\/60 {
  border-bottom-color: rgb(30 27 75 / 0.6);
}
.border-b-indigo-950\/65 {
  border-bottom-color: rgb(30 27 75 / 0.65);
}
.border-b-indigo-950\/70 {
  border-bottom-color: rgb(30 27 75 / 0.7);
}
.border-b-indigo-950\/75 {
  border-bottom-color: rgb(30 27 75 / 0.75);
}
.border-b-indigo-950\/80 {
  border-bottom-color: rgb(30 27 75 / 0.8);
}
.border-b-indigo-950\/85 {
  border-bottom-color: rgb(30 27 75 / 0.85);
}
.border-b-indigo-950\/90 {
  border-bottom-color: rgb(30 27 75 / 0.9);
}
.border-b-indigo-950\/95 {
  border-bottom-color: rgb(30 27 75 / 0.95);
}
.border-b-inherit {
  border-bottom-color: inherit;
}
.border-b-input {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}
.border-b-input\/0 {
  border-bottom-color: hsl(var(--input) / 0);
}
.border-b-input\/10 {
  border-bottom-color: hsl(var(--input) / 0.1);
}
.border-b-input\/100 {
  border-bottom-color: hsl(var(--input) / 1);
}
.border-b-input\/15 {
  border-bottom-color: hsl(var(--input) / 0.15);
}
.border-b-input\/20 {
  border-bottom-color: hsl(var(--input) / 0.2);
}
.border-b-input\/25 {
  border-bottom-color: hsl(var(--input) / 0.25);
}
.border-b-input\/30 {
  border-bottom-color: hsl(var(--input) / 0.3);
}
.border-b-input\/35 {
  border-bottom-color: hsl(var(--input) / 0.35);
}
.border-b-input\/40 {
  border-bottom-color: hsl(var(--input) / 0.4);
}
.border-b-input\/45 {
  border-bottom-color: hsl(var(--input) / 0.45);
}
.border-b-input\/5 {
  border-bottom-color: hsl(var(--input) / 0.05);
}
.border-b-input\/50 {
  border-bottom-color: hsl(var(--input) / 0.5);
}
.border-b-input\/55 {
  border-bottom-color: hsl(var(--input) / 0.55);
}
.border-b-input\/60 {
  border-bottom-color: hsl(var(--input) / 0.6);
}
.border-b-input\/65 {
  border-bottom-color: hsl(var(--input) / 0.65);
}
.border-b-input\/70 {
  border-bottom-color: hsl(var(--input) / 0.7);
}
.border-b-input\/75 {
  border-bottom-color: hsl(var(--input) / 0.75);
}
.border-b-input\/80 {
  border-bottom-color: hsl(var(--input) / 0.8);
}
.border-b-input\/85 {
  border-bottom-color: hsl(var(--input) / 0.85);
}
.border-b-input\/90 {
  border-bottom-color: hsl(var(--input) / 0.9);
}
.border-b-input\/95 {
  border-bottom-color: hsl(var(--input) / 0.95);
}
.border-b-lime-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-b-lime-100\/0 {
  border-bottom-color: rgb(236 252 203 / 0);
}
.border-b-lime-100\/10 {
  border-bottom-color: rgb(236 252 203 / 0.1);
}
.border-b-lime-100\/100 {
  border-bottom-color: rgb(236 252 203 / 1);
}
.border-b-lime-100\/15 {
  border-bottom-color: rgb(236 252 203 / 0.15);
}
.border-b-lime-100\/20 {
  border-bottom-color: rgb(236 252 203 / 0.2);
}
.border-b-lime-100\/25 {
  border-bottom-color: rgb(236 252 203 / 0.25);
}
.border-b-lime-100\/30 {
  border-bottom-color: rgb(236 252 203 / 0.3);
}
.border-b-lime-100\/35 {
  border-bottom-color: rgb(236 252 203 / 0.35);
}
.border-b-lime-100\/40 {
  border-bottom-color: rgb(236 252 203 / 0.4);
}
.border-b-lime-100\/45 {
  border-bottom-color: rgb(236 252 203 / 0.45);
}
.border-b-lime-100\/5 {
  border-bottom-color: rgb(236 252 203 / 0.05);
}
.border-b-lime-100\/50 {
  border-bottom-color: rgb(236 252 203 / 0.5);
}
.border-b-lime-100\/55 {
  border-bottom-color: rgb(236 252 203 / 0.55);
}
.border-b-lime-100\/60 {
  border-bottom-color: rgb(236 252 203 / 0.6);
}
.border-b-lime-100\/65 {
  border-bottom-color: rgb(236 252 203 / 0.65);
}
.border-b-lime-100\/70 {
  border-bottom-color: rgb(236 252 203 / 0.7);
}
.border-b-lime-100\/75 {
  border-bottom-color: rgb(236 252 203 / 0.75);
}
.border-b-lime-100\/80 {
  border-bottom-color: rgb(236 252 203 / 0.8);
}
.border-b-lime-100\/85 {
  border-bottom-color: rgb(236 252 203 / 0.85);
}
.border-b-lime-100\/90 {
  border-bottom-color: rgb(236 252 203 / 0.9);
}
.border-b-lime-100\/95 {
  border-bottom-color: rgb(236 252 203 / 0.95);
}
.border-b-lime-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-b-lime-200\/0 {
  border-bottom-color: rgb(217 249 157 / 0);
}
.border-b-lime-200\/10 {
  border-bottom-color: rgb(217 249 157 / 0.1);
}
.border-b-lime-200\/100 {
  border-bottom-color: rgb(217 249 157 / 1);
}
.border-b-lime-200\/15 {
  border-bottom-color: rgb(217 249 157 / 0.15);
}
.border-b-lime-200\/20 {
  border-bottom-color: rgb(217 249 157 / 0.2);
}
.border-b-lime-200\/25 {
  border-bottom-color: rgb(217 249 157 / 0.25);
}
.border-b-lime-200\/30 {
  border-bottom-color: rgb(217 249 157 / 0.3);
}
.border-b-lime-200\/35 {
  border-bottom-color: rgb(217 249 157 / 0.35);
}
.border-b-lime-200\/40 {
  border-bottom-color: rgb(217 249 157 / 0.4);
}
.border-b-lime-200\/45 {
  border-bottom-color: rgb(217 249 157 / 0.45);
}
.border-b-lime-200\/5 {
  border-bottom-color: rgb(217 249 157 / 0.05);
}
.border-b-lime-200\/50 {
  border-bottom-color: rgb(217 249 157 / 0.5);
}
.border-b-lime-200\/55 {
  border-bottom-color: rgb(217 249 157 / 0.55);
}
.border-b-lime-200\/60 {
  border-bottom-color: rgb(217 249 157 / 0.6);
}
.border-b-lime-200\/65 {
  border-bottom-color: rgb(217 249 157 / 0.65);
}
.border-b-lime-200\/70 {
  border-bottom-color: rgb(217 249 157 / 0.7);
}
.border-b-lime-200\/75 {
  border-bottom-color: rgb(217 249 157 / 0.75);
}
.border-b-lime-200\/80 {
  border-bottom-color: rgb(217 249 157 / 0.8);
}
.border-b-lime-200\/85 {
  border-bottom-color: rgb(217 249 157 / 0.85);
}
.border-b-lime-200\/90 {
  border-bottom-color: rgb(217 249 157 / 0.9);
}
.border-b-lime-200\/95 {
  border-bottom-color: rgb(217 249 157 / 0.95);
}
.border-b-lime-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-b-lime-300\/0 {
  border-bottom-color: rgb(190 242 100 / 0);
}
.border-b-lime-300\/10 {
  border-bottom-color: rgb(190 242 100 / 0.1);
}
.border-b-lime-300\/100 {
  border-bottom-color: rgb(190 242 100 / 1);
}
.border-b-lime-300\/15 {
  border-bottom-color: rgb(190 242 100 / 0.15);
}
.border-b-lime-300\/20 {
  border-bottom-color: rgb(190 242 100 / 0.2);
}
.border-b-lime-300\/25 {
  border-bottom-color: rgb(190 242 100 / 0.25);
}
.border-b-lime-300\/30 {
  border-bottom-color: rgb(190 242 100 / 0.3);
}
.border-b-lime-300\/35 {
  border-bottom-color: rgb(190 242 100 / 0.35);
}
.border-b-lime-300\/40 {
  border-bottom-color: rgb(190 242 100 / 0.4);
}
.border-b-lime-300\/45 {
  border-bottom-color: rgb(190 242 100 / 0.45);
}
.border-b-lime-300\/5 {
  border-bottom-color: rgb(190 242 100 / 0.05);
}
.border-b-lime-300\/50 {
  border-bottom-color: rgb(190 242 100 / 0.5);
}
.border-b-lime-300\/55 {
  border-bottom-color: rgb(190 242 100 / 0.55);
}
.border-b-lime-300\/60 {
  border-bottom-color: rgb(190 242 100 / 0.6);
}
.border-b-lime-300\/65 {
  border-bottom-color: rgb(190 242 100 / 0.65);
}
.border-b-lime-300\/70 {
  border-bottom-color: rgb(190 242 100 / 0.7);
}
.border-b-lime-300\/75 {
  border-bottom-color: rgb(190 242 100 / 0.75);
}
.border-b-lime-300\/80 {
  border-bottom-color: rgb(190 242 100 / 0.8);
}
.border-b-lime-300\/85 {
  border-bottom-color: rgb(190 242 100 / 0.85);
}
.border-b-lime-300\/90 {
  border-bottom-color: rgb(190 242 100 / 0.9);
}
.border-b-lime-300\/95 {
  border-bottom-color: rgb(190 242 100 / 0.95);
}
.border-b-lime-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-b-lime-400\/0 {
  border-bottom-color: rgb(163 230 53 / 0);
}
.border-b-lime-400\/10 {
  border-bottom-color: rgb(163 230 53 / 0.1);
}
.border-b-lime-400\/100 {
  border-bottom-color: rgb(163 230 53 / 1);
}
.border-b-lime-400\/15 {
  border-bottom-color: rgb(163 230 53 / 0.15);
}
.border-b-lime-400\/20 {
  border-bottom-color: rgb(163 230 53 / 0.2);
}
.border-b-lime-400\/25 {
  border-bottom-color: rgb(163 230 53 / 0.25);
}
.border-b-lime-400\/30 {
  border-bottom-color: rgb(163 230 53 / 0.3);
}
.border-b-lime-400\/35 {
  border-bottom-color: rgb(163 230 53 / 0.35);
}
.border-b-lime-400\/40 {
  border-bottom-color: rgb(163 230 53 / 0.4);
}
.border-b-lime-400\/45 {
  border-bottom-color: rgb(163 230 53 / 0.45);
}
.border-b-lime-400\/5 {
  border-bottom-color: rgb(163 230 53 / 0.05);
}
.border-b-lime-400\/50 {
  border-bottom-color: rgb(163 230 53 / 0.5);
}
.border-b-lime-400\/55 {
  border-bottom-color: rgb(163 230 53 / 0.55);
}
.border-b-lime-400\/60 {
  border-bottom-color: rgb(163 230 53 / 0.6);
}
.border-b-lime-400\/65 {
  border-bottom-color: rgb(163 230 53 / 0.65);
}
.border-b-lime-400\/70 {
  border-bottom-color: rgb(163 230 53 / 0.7);
}
.border-b-lime-400\/75 {
  border-bottom-color: rgb(163 230 53 / 0.75);
}
.border-b-lime-400\/80 {
  border-bottom-color: rgb(163 230 53 / 0.8);
}
.border-b-lime-400\/85 {
  border-bottom-color: rgb(163 230 53 / 0.85);
}
.border-b-lime-400\/90 {
  border-bottom-color: rgb(163 230 53 / 0.9);
}
.border-b-lime-400\/95 {
  border-bottom-color: rgb(163 230 53 / 0.95);
}
.border-b-lime-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-b-lime-50\/0 {
  border-bottom-color: rgb(247 254 231 / 0);
}
.border-b-lime-50\/10 {
  border-bottom-color: rgb(247 254 231 / 0.1);
}
.border-b-lime-50\/100 {
  border-bottom-color: rgb(247 254 231 / 1);
}
.border-b-lime-50\/15 {
  border-bottom-color: rgb(247 254 231 / 0.15);
}
.border-b-lime-50\/20 {
  border-bottom-color: rgb(247 254 231 / 0.2);
}
.border-b-lime-50\/25 {
  border-bottom-color: rgb(247 254 231 / 0.25);
}
.border-b-lime-50\/30 {
  border-bottom-color: rgb(247 254 231 / 0.3);
}
.border-b-lime-50\/35 {
  border-bottom-color: rgb(247 254 231 / 0.35);
}
.border-b-lime-50\/40 {
  border-bottom-color: rgb(247 254 231 / 0.4);
}
.border-b-lime-50\/45 {
  border-bottom-color: rgb(247 254 231 / 0.45);
}
.border-b-lime-50\/5 {
  border-bottom-color: rgb(247 254 231 / 0.05);
}
.border-b-lime-50\/50 {
  border-bottom-color: rgb(247 254 231 / 0.5);
}
.border-b-lime-50\/55 {
  border-bottom-color: rgb(247 254 231 / 0.55);
}
.border-b-lime-50\/60 {
  border-bottom-color: rgb(247 254 231 / 0.6);
}
.border-b-lime-50\/65 {
  border-bottom-color: rgb(247 254 231 / 0.65);
}
.border-b-lime-50\/70 {
  border-bottom-color: rgb(247 254 231 / 0.7);
}
.border-b-lime-50\/75 {
  border-bottom-color: rgb(247 254 231 / 0.75);
}
.border-b-lime-50\/80 {
  border-bottom-color: rgb(247 254 231 / 0.8);
}
.border-b-lime-50\/85 {
  border-bottom-color: rgb(247 254 231 / 0.85);
}
.border-b-lime-50\/90 {
  border-bottom-color: rgb(247 254 231 / 0.9);
}
.border-b-lime-50\/95 {
  border-bottom-color: rgb(247 254 231 / 0.95);
}
.border-b-lime-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-b-lime-500\/0 {
  border-bottom-color: rgb(132 204 22 / 0);
}
.border-b-lime-500\/10 {
  border-bottom-color: rgb(132 204 22 / 0.1);
}
.border-b-lime-500\/100 {
  border-bottom-color: rgb(132 204 22 / 1);
}
.border-b-lime-500\/15 {
  border-bottom-color: rgb(132 204 22 / 0.15);
}
.border-b-lime-500\/20 {
  border-bottom-color: rgb(132 204 22 / 0.2);
}
.border-b-lime-500\/25 {
  border-bottom-color: rgb(132 204 22 / 0.25);
}
.border-b-lime-500\/30 {
  border-bottom-color: rgb(132 204 22 / 0.3);
}
.border-b-lime-500\/35 {
  border-bottom-color: rgb(132 204 22 / 0.35);
}
.border-b-lime-500\/40 {
  border-bottom-color: rgb(132 204 22 / 0.4);
}
.border-b-lime-500\/45 {
  border-bottom-color: rgb(132 204 22 / 0.45);
}
.border-b-lime-500\/5 {
  border-bottom-color: rgb(132 204 22 / 0.05);
}
.border-b-lime-500\/50 {
  border-bottom-color: rgb(132 204 22 / 0.5);
}
.border-b-lime-500\/55 {
  border-bottom-color: rgb(132 204 22 / 0.55);
}
.border-b-lime-500\/60 {
  border-bottom-color: rgb(132 204 22 / 0.6);
}
.border-b-lime-500\/65 {
  border-bottom-color: rgb(132 204 22 / 0.65);
}
.border-b-lime-500\/70 {
  border-bottom-color: rgb(132 204 22 / 0.7);
}
.border-b-lime-500\/75 {
  border-bottom-color: rgb(132 204 22 / 0.75);
}
.border-b-lime-500\/80 {
  border-bottom-color: rgb(132 204 22 / 0.8);
}
.border-b-lime-500\/85 {
  border-bottom-color: rgb(132 204 22 / 0.85);
}
.border-b-lime-500\/90 {
  border-bottom-color: rgb(132 204 22 / 0.9);
}
.border-b-lime-500\/95 {
  border-bottom-color: rgb(132 204 22 / 0.95);
}
.border-b-lime-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-b-lime-600\/0 {
  border-bottom-color: rgb(101 163 13 / 0);
}
.border-b-lime-600\/10 {
  border-bottom-color: rgb(101 163 13 / 0.1);
}
.border-b-lime-600\/100 {
  border-bottom-color: rgb(101 163 13 / 1);
}
.border-b-lime-600\/15 {
  border-bottom-color: rgb(101 163 13 / 0.15);
}
.border-b-lime-600\/20 {
  border-bottom-color: rgb(101 163 13 / 0.2);
}
.border-b-lime-600\/25 {
  border-bottom-color: rgb(101 163 13 / 0.25);
}
.border-b-lime-600\/30 {
  border-bottom-color: rgb(101 163 13 / 0.3);
}
.border-b-lime-600\/35 {
  border-bottom-color: rgb(101 163 13 / 0.35);
}
.border-b-lime-600\/40 {
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.border-b-lime-600\/45 {
  border-bottom-color: rgb(101 163 13 / 0.45);
}
.border-b-lime-600\/5 {
  border-bottom-color: rgb(101 163 13 / 0.05);
}
.border-b-lime-600\/50 {
  border-bottom-color: rgb(101 163 13 / 0.5);
}
.border-b-lime-600\/55 {
  border-bottom-color: rgb(101 163 13 / 0.55);
}
.border-b-lime-600\/60 {
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.border-b-lime-600\/65 {
  border-bottom-color: rgb(101 163 13 / 0.65);
}
.border-b-lime-600\/70 {
  border-bottom-color: rgb(101 163 13 / 0.7);
}
.border-b-lime-600\/75 {
  border-bottom-color: rgb(101 163 13 / 0.75);
}
.border-b-lime-600\/80 {
  border-bottom-color: rgb(101 163 13 / 0.8);
}
.border-b-lime-600\/85 {
  border-bottom-color: rgb(101 163 13 / 0.85);
}
.border-b-lime-600\/90 {
  border-bottom-color: rgb(101 163 13 / 0.9);
}
.border-b-lime-600\/95 {
  border-bottom-color: rgb(101 163 13 / 0.95);
}
.border-b-lime-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-b-lime-700\/0 {
  border-bottom-color: rgb(77 124 15 / 0);
}
.border-b-lime-700\/10 {
  border-bottom-color: rgb(77 124 15 / 0.1);
}
.border-b-lime-700\/100 {
  border-bottom-color: rgb(77 124 15 / 1);
}
.border-b-lime-700\/15 {
  border-bottom-color: rgb(77 124 15 / 0.15);
}
.border-b-lime-700\/20 {
  border-bottom-color: rgb(77 124 15 / 0.2);
}
.border-b-lime-700\/25 {
  border-bottom-color: rgb(77 124 15 / 0.25);
}
.border-b-lime-700\/30 {
  border-bottom-color: rgb(77 124 15 / 0.3);
}
.border-b-lime-700\/35 {
  border-bottom-color: rgb(77 124 15 / 0.35);
}
.border-b-lime-700\/40 {
  border-bottom-color: rgb(77 124 15 / 0.4);
}
.border-b-lime-700\/45 {
  border-bottom-color: rgb(77 124 15 / 0.45);
}
.border-b-lime-700\/5 {
  border-bottom-color: rgb(77 124 15 / 0.05);
}
.border-b-lime-700\/50 {
  border-bottom-color: rgb(77 124 15 / 0.5);
}
.border-b-lime-700\/55 {
  border-bottom-color: rgb(77 124 15 / 0.55);
}
.border-b-lime-700\/60 {
  border-bottom-color: rgb(77 124 15 / 0.6);
}
.border-b-lime-700\/65 {
  border-bottom-color: rgb(77 124 15 / 0.65);
}
.border-b-lime-700\/70 {
  border-bottom-color: rgb(77 124 15 / 0.7);
}
.border-b-lime-700\/75 {
  border-bottom-color: rgb(77 124 15 / 0.75);
}
.border-b-lime-700\/80 {
  border-bottom-color: rgb(77 124 15 / 0.8);
}
.border-b-lime-700\/85 {
  border-bottom-color: rgb(77 124 15 / 0.85);
}
.border-b-lime-700\/90 {
  border-bottom-color: rgb(77 124 15 / 0.9);
}
.border-b-lime-700\/95 {
  border-bottom-color: rgb(77 124 15 / 0.95);
}
.border-b-lime-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-b-lime-800\/0 {
  border-bottom-color: rgb(63 98 18 / 0);
}
.border-b-lime-800\/10 {
  border-bottom-color: rgb(63 98 18 / 0.1);
}
.border-b-lime-800\/100 {
  border-bottom-color: rgb(63 98 18 / 1);
}
.border-b-lime-800\/15 {
  border-bottom-color: rgb(63 98 18 / 0.15);
}
.border-b-lime-800\/20 {
  border-bottom-color: rgb(63 98 18 / 0.2);
}
.border-b-lime-800\/25 {
  border-bottom-color: rgb(63 98 18 / 0.25);
}
.border-b-lime-800\/30 {
  border-bottom-color: rgb(63 98 18 / 0.3);
}
.border-b-lime-800\/35 {
  border-bottom-color: rgb(63 98 18 / 0.35);
}
.border-b-lime-800\/40 {
  border-bottom-color: rgb(63 98 18 / 0.4);
}
.border-b-lime-800\/45 {
  border-bottom-color: rgb(63 98 18 / 0.45);
}
.border-b-lime-800\/5 {
  border-bottom-color: rgb(63 98 18 / 0.05);
}
.border-b-lime-800\/50 {
  border-bottom-color: rgb(63 98 18 / 0.5);
}
.border-b-lime-800\/55 {
  border-bottom-color: rgb(63 98 18 / 0.55);
}
.border-b-lime-800\/60 {
  border-bottom-color: rgb(63 98 18 / 0.6);
}
.border-b-lime-800\/65 {
  border-bottom-color: rgb(63 98 18 / 0.65);
}
.border-b-lime-800\/70 {
  border-bottom-color: rgb(63 98 18 / 0.7);
}
.border-b-lime-800\/75 {
  border-bottom-color: rgb(63 98 18 / 0.75);
}
.border-b-lime-800\/80 {
  border-bottom-color: rgb(63 98 18 / 0.8);
}
.border-b-lime-800\/85 {
  border-bottom-color: rgb(63 98 18 / 0.85);
}
.border-b-lime-800\/90 {
  border-bottom-color: rgb(63 98 18 / 0.9);
}
.border-b-lime-800\/95 {
  border-bottom-color: rgb(63 98 18 / 0.95);
}
.border-b-lime-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-b-lime-900\/0 {
  border-bottom-color: rgb(54 83 20 / 0);
}
.border-b-lime-900\/10 {
  border-bottom-color: rgb(54 83 20 / 0.1);
}
.border-b-lime-900\/100 {
  border-bottom-color: rgb(54 83 20 / 1);
}
.border-b-lime-900\/15 {
  border-bottom-color: rgb(54 83 20 / 0.15);
}
.border-b-lime-900\/20 {
  border-bottom-color: rgb(54 83 20 / 0.2);
}
.border-b-lime-900\/25 {
  border-bottom-color: rgb(54 83 20 / 0.25);
}
.border-b-lime-900\/30 {
  border-bottom-color: rgb(54 83 20 / 0.3);
}
.border-b-lime-900\/35 {
  border-bottom-color: rgb(54 83 20 / 0.35);
}
.border-b-lime-900\/40 {
  border-bottom-color: rgb(54 83 20 / 0.4);
}
.border-b-lime-900\/45 {
  border-bottom-color: rgb(54 83 20 / 0.45);
}
.border-b-lime-900\/5 {
  border-bottom-color: rgb(54 83 20 / 0.05);
}
.border-b-lime-900\/50 {
  border-bottom-color: rgb(54 83 20 / 0.5);
}
.border-b-lime-900\/55 {
  border-bottom-color: rgb(54 83 20 / 0.55);
}
.border-b-lime-900\/60 {
  border-bottom-color: rgb(54 83 20 / 0.6);
}
.border-b-lime-900\/65 {
  border-bottom-color: rgb(54 83 20 / 0.65);
}
.border-b-lime-900\/70 {
  border-bottom-color: rgb(54 83 20 / 0.7);
}
.border-b-lime-900\/75 {
  border-bottom-color: rgb(54 83 20 / 0.75);
}
.border-b-lime-900\/80 {
  border-bottom-color: rgb(54 83 20 / 0.8);
}
.border-b-lime-900\/85 {
  border-bottom-color: rgb(54 83 20 / 0.85);
}
.border-b-lime-900\/90 {
  border-bottom-color: rgb(54 83 20 / 0.9);
}
.border-b-lime-900\/95 {
  border-bottom-color: rgb(54 83 20 / 0.95);
}
.border-b-lime-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-b-lime-950\/0 {
  border-bottom-color: rgb(26 46 5 / 0);
}
.border-b-lime-950\/10 {
  border-bottom-color: rgb(26 46 5 / 0.1);
}
.border-b-lime-950\/100 {
  border-bottom-color: rgb(26 46 5 / 1);
}
.border-b-lime-950\/15 {
  border-bottom-color: rgb(26 46 5 / 0.15);
}
.border-b-lime-950\/20 {
  border-bottom-color: rgb(26 46 5 / 0.2);
}
.border-b-lime-950\/25 {
  border-bottom-color: rgb(26 46 5 / 0.25);
}
.border-b-lime-950\/30 {
  border-bottom-color: rgb(26 46 5 / 0.3);
}
.border-b-lime-950\/35 {
  border-bottom-color: rgb(26 46 5 / 0.35);
}
.border-b-lime-950\/40 {
  border-bottom-color: rgb(26 46 5 / 0.4);
}
.border-b-lime-950\/45 {
  border-bottom-color: rgb(26 46 5 / 0.45);
}
.border-b-lime-950\/5 {
  border-bottom-color: rgb(26 46 5 / 0.05);
}
.border-b-lime-950\/50 {
  border-bottom-color: rgb(26 46 5 / 0.5);
}
.border-b-lime-950\/55 {
  border-bottom-color: rgb(26 46 5 / 0.55);
}
.border-b-lime-950\/60 {
  border-bottom-color: rgb(26 46 5 / 0.6);
}
.border-b-lime-950\/65 {
  border-bottom-color: rgb(26 46 5 / 0.65);
}
.border-b-lime-950\/70 {
  border-bottom-color: rgb(26 46 5 / 0.7);
}
.border-b-lime-950\/75 {
  border-bottom-color: rgb(26 46 5 / 0.75);
}
.border-b-lime-950\/80 {
  border-bottom-color: rgb(26 46 5 / 0.8);
}
.border-b-lime-950\/85 {
  border-bottom-color: rgb(26 46 5 / 0.85);
}
.border-b-lime-950\/90 {
  border-bottom-color: rgb(26 46 5 / 0.9);
}
.border-b-lime-950\/95 {
  border-bottom-color: rgb(26 46 5 / 0.95);
}
.border-b-muted {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
}
.border-b-muted-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
}
.border-b-muted-foreground\/0 {
  border-bottom-color: hsl(var(--muted-foreground) / 0);
}
.border-b-muted-foreground\/10 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.1);
}
.border-b-muted-foreground\/100 {
  border-bottom-color: hsl(var(--muted-foreground) / 1);
}
.border-b-muted-foreground\/15 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.15);
}
.border-b-muted-foreground\/20 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.2);
}
.border-b-muted-foreground\/25 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.25);
}
.border-b-muted-foreground\/30 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.3);
}
.border-b-muted-foreground\/35 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.35);
}
.border-b-muted-foreground\/40 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.4);
}
.border-b-muted-foreground\/45 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.45);
}
.border-b-muted-foreground\/5 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.05);
}
.border-b-muted-foreground\/50 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.5);
}
.border-b-muted-foreground\/55 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.55);
}
.border-b-muted-foreground\/60 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.6);
}
.border-b-muted-foreground\/65 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.65);
}
.border-b-muted-foreground\/70 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.7);
}
.border-b-muted-foreground\/75 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.75);
}
.border-b-muted-foreground\/80 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.8);
}
.border-b-muted-foreground\/85 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.85);
}
.border-b-muted-foreground\/90 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.9);
}
.border-b-muted-foreground\/95 {
  border-bottom-color: hsl(var(--muted-foreground) / 0.95);
}
.border-b-muted\/0 {
  border-bottom-color: hsl(var(--muted) / 0);
}
.border-b-muted\/10 {
  border-bottom-color: hsl(var(--muted) / 0.1);
}
.border-b-muted\/100 {
  border-bottom-color: hsl(var(--muted) / 1);
}
.border-b-muted\/15 {
  border-bottom-color: hsl(var(--muted) / 0.15);
}
.border-b-muted\/20 {
  border-bottom-color: hsl(var(--muted) / 0.2);
}
.border-b-muted\/25 {
  border-bottom-color: hsl(var(--muted) / 0.25);
}
.border-b-muted\/30 {
  border-bottom-color: hsl(var(--muted) / 0.3);
}
.border-b-muted\/35 {
  border-bottom-color: hsl(var(--muted) / 0.35);
}
.border-b-muted\/40 {
  border-bottom-color: hsl(var(--muted) / 0.4);
}
.border-b-muted\/45 {
  border-bottom-color: hsl(var(--muted) / 0.45);
}
.border-b-muted\/5 {
  border-bottom-color: hsl(var(--muted) / 0.05);
}
.border-b-muted\/50 {
  border-bottom-color: hsl(var(--muted) / 0.5);
}
.border-b-muted\/55 {
  border-bottom-color: hsl(var(--muted) / 0.55);
}
.border-b-muted\/60 {
  border-bottom-color: hsl(var(--muted) / 0.6);
}
.border-b-muted\/65 {
  border-bottom-color: hsl(var(--muted) / 0.65);
}
.border-b-muted\/70 {
  border-bottom-color: hsl(var(--muted) / 0.7);
}
.border-b-muted\/75 {
  border-bottom-color: hsl(var(--muted) / 0.75);
}
.border-b-muted\/80 {
  border-bottom-color: hsl(var(--muted) / 0.8);
}
.border-b-muted\/85 {
  border-bottom-color: hsl(var(--muted) / 0.85);
}
.border-b-muted\/90 {
  border-bottom-color: hsl(var(--muted) / 0.9);
}
.border-b-muted\/95 {
  border-bottom-color: hsl(var(--muted) / 0.95);
}
.border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-b-neutral-100\/0 {
  border-bottom-color: rgb(245 245 245 / 0);
}
.border-b-neutral-100\/10 {
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.border-b-neutral-100\/100 {
  border-bottom-color: rgb(245 245 245 / 1);
}
.border-b-neutral-100\/15 {
  border-bottom-color: rgb(245 245 245 / 0.15);
}
.border-b-neutral-100\/20 {
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.border-b-neutral-100\/25 {
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.border-b-neutral-100\/30 {
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.border-b-neutral-100\/35 {
  border-bottom-color: rgb(245 245 245 / 0.35);
}
.border-b-neutral-100\/40 {
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.border-b-neutral-100\/45 {
  border-bottom-color: rgb(245 245 245 / 0.45);
}
.border-b-neutral-100\/5 {
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.border-b-neutral-100\/50 {
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.border-b-neutral-100\/55 {
  border-bottom-color: rgb(245 245 245 / 0.55);
}
.border-b-neutral-100\/60 {
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.border-b-neutral-100\/65 {
  border-bottom-color: rgb(245 245 245 / 0.65);
}
.border-b-neutral-100\/70 {
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.border-b-neutral-100\/75 {
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.border-b-neutral-100\/80 {
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.border-b-neutral-100\/85 {
  border-bottom-color: rgb(245 245 245 / 0.85);
}
.border-b-neutral-100\/90 {
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.border-b-neutral-100\/95 {
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.border-b-neutral-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-b-neutral-200\/0 {
  border-bottom-color: rgb(229 229 229 / 0);
}
.border-b-neutral-200\/10 {
  border-bottom-color: rgb(229 229 229 / 0.1);
}
.border-b-neutral-200\/100 {
  border-bottom-color: rgb(229 229 229 / 1);
}
.border-b-neutral-200\/15 {
  border-bottom-color: rgb(229 229 229 / 0.15);
}
.border-b-neutral-200\/20 {
  border-bottom-color: rgb(229 229 229 / 0.2);
}
.border-b-neutral-200\/25 {
  border-bottom-color: rgb(229 229 229 / 0.25);
}
.border-b-neutral-200\/30 {
  border-bottom-color: rgb(229 229 229 / 0.3);
}
.border-b-neutral-200\/35 {
  border-bottom-color: rgb(229 229 229 / 0.35);
}
.border-b-neutral-200\/40 {
  border-bottom-color: rgb(229 229 229 / 0.4);
}
.border-b-neutral-200\/45 {
  border-bottom-color: rgb(229 229 229 / 0.45);
}
.border-b-neutral-200\/5 {
  border-bottom-color: rgb(229 229 229 / 0.05);
}
.border-b-neutral-200\/50 {
  border-bottom-color: rgb(229 229 229 / 0.5);
}
.border-b-neutral-200\/55 {
  border-bottom-color: rgb(229 229 229 / 0.55);
}
.border-b-neutral-200\/60 {
  border-bottom-color: rgb(229 229 229 / 0.6);
}
.border-b-neutral-200\/65 {
  border-bottom-color: rgb(229 229 229 / 0.65);
}
.border-b-neutral-200\/70 {
  border-bottom-color: rgb(229 229 229 / 0.7);
}
.border-b-neutral-200\/75 {
  border-bottom-color: rgb(229 229 229 / 0.75);
}
.border-b-neutral-200\/80 {
  border-bottom-color: rgb(229 229 229 / 0.8);
}
.border-b-neutral-200\/85 {
  border-bottom-color: rgb(229 229 229 / 0.85);
}
.border-b-neutral-200\/90 {
  border-bottom-color: rgb(229 229 229 / 0.9);
}
.border-b-neutral-200\/95 {
  border-bottom-color: rgb(229 229 229 / 0.95);
}
.border-b-neutral-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-b-neutral-300\/0 {
  border-bottom-color: rgb(212 212 212 / 0);
}
.border-b-neutral-300\/10 {
  border-bottom-color: rgb(212 212 212 / 0.1);
}
.border-b-neutral-300\/100 {
  border-bottom-color: rgb(212 212 212 / 1);
}
.border-b-neutral-300\/15 {
  border-bottom-color: rgb(212 212 212 / 0.15);
}
.border-b-neutral-300\/20 {
  border-bottom-color: rgb(212 212 212 / 0.2);
}
.border-b-neutral-300\/25 {
  border-bottom-color: rgb(212 212 212 / 0.25);
}
.border-b-neutral-300\/30 {
  border-bottom-color: rgb(212 212 212 / 0.3);
}
.border-b-neutral-300\/35 {
  border-bottom-color: rgb(212 212 212 / 0.35);
}
.border-b-neutral-300\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}
.border-b-neutral-300\/45 {
  border-bottom-color: rgb(212 212 212 / 0.45);
}
.border-b-neutral-300\/5 {
  border-bottom-color: rgb(212 212 212 / 0.05);
}
.border-b-neutral-300\/50 {
  border-bottom-color: rgb(212 212 212 / 0.5);
}
.border-b-neutral-300\/55 {
  border-bottom-color: rgb(212 212 212 / 0.55);
}
.border-b-neutral-300\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}
.border-b-neutral-300\/65 {
  border-bottom-color: rgb(212 212 212 / 0.65);
}
.border-b-neutral-300\/70 {
  border-bottom-color: rgb(212 212 212 / 0.7);
}
.border-b-neutral-300\/75 {
  border-bottom-color: rgb(212 212 212 / 0.75);
}
.border-b-neutral-300\/80 {
  border-bottom-color: rgb(212 212 212 / 0.8);
}
.border-b-neutral-300\/85 {
  border-bottom-color: rgb(212 212 212 / 0.85);
}
.border-b-neutral-300\/90 {
  border-bottom-color: rgb(212 212 212 / 0.9);
}
.border-b-neutral-300\/95 {
  border-bottom-color: rgb(212 212 212 / 0.95);
}
.border-b-neutral-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-b-neutral-400\/0 {
  border-bottom-color: rgb(163 163 163 / 0);
}
.border-b-neutral-400\/10 {
  border-bottom-color: rgb(163 163 163 / 0.1);
}
.border-b-neutral-400\/100 {
  border-bottom-color: rgb(163 163 163 / 1);
}
.border-b-neutral-400\/15 {
  border-bottom-color: rgb(163 163 163 / 0.15);
}
.border-b-neutral-400\/20 {
  border-bottom-color: rgb(163 163 163 / 0.2);
}
.border-b-neutral-400\/25 {
  border-bottom-color: rgb(163 163 163 / 0.25);
}
.border-b-neutral-400\/30 {
  border-bottom-color: rgb(163 163 163 / 0.3);
}
.border-b-neutral-400\/35 {
  border-bottom-color: rgb(163 163 163 / 0.35);
}
.border-b-neutral-400\/40 {
  border-bottom-color: rgb(163 163 163 / 0.4);
}
.border-b-neutral-400\/45 {
  border-bottom-color: rgb(163 163 163 / 0.45);
}
.border-b-neutral-400\/5 {
  border-bottom-color: rgb(163 163 163 / 0.05);
}
.border-b-neutral-400\/50 {
  border-bottom-color: rgb(163 163 163 / 0.5);
}
.border-b-neutral-400\/55 {
  border-bottom-color: rgb(163 163 163 / 0.55);
}
.border-b-neutral-400\/60 {
  border-bottom-color: rgb(163 163 163 / 0.6);
}
.border-b-neutral-400\/65 {
  border-bottom-color: rgb(163 163 163 / 0.65);
}
.border-b-neutral-400\/70 {
  border-bottom-color: rgb(163 163 163 / 0.7);
}
.border-b-neutral-400\/75 {
  border-bottom-color: rgb(163 163 163 / 0.75);
}
.border-b-neutral-400\/80 {
  border-bottom-color: rgb(163 163 163 / 0.8);
}
.border-b-neutral-400\/85 {
  border-bottom-color: rgb(163 163 163 / 0.85);
}
.border-b-neutral-400\/90 {
  border-bottom-color: rgb(163 163 163 / 0.9);
}
.border-b-neutral-400\/95 {
  border-bottom-color: rgb(163 163 163 / 0.95);
}
.border-b-neutral-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-neutral-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-neutral-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-neutral-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-neutral-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-neutral-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-neutral-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-neutral-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-neutral-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-neutral-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-neutral-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-neutral-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-neutral-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-neutral-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-neutral-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-neutral-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-neutral-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-neutral-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-neutral-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-neutral-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-neutral-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-neutral-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-neutral-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-b-neutral-500\/0 {
  border-bottom-color: rgb(115 115 115 / 0);
}
.border-b-neutral-500\/10 {
  border-bottom-color: rgb(115 115 115 / 0.1);
}
.border-b-neutral-500\/100 {
  border-bottom-color: rgb(115 115 115 / 1);
}
.border-b-neutral-500\/15 {
  border-bottom-color: rgb(115 115 115 / 0.15);
}
.border-b-neutral-500\/20 {
  border-bottom-color: rgb(115 115 115 / 0.2);
}
.border-b-neutral-500\/25 {
  border-bottom-color: rgb(115 115 115 / 0.25);
}
.border-b-neutral-500\/30 {
  border-bottom-color: rgb(115 115 115 / 0.3);
}
.border-b-neutral-500\/35 {
  border-bottom-color: rgb(115 115 115 / 0.35);
}
.border-b-neutral-500\/40 {
  border-bottom-color: rgb(115 115 115 / 0.4);
}
.border-b-neutral-500\/45 {
  border-bottom-color: rgb(115 115 115 / 0.45);
}
.border-b-neutral-500\/5 {
  border-bottom-color: rgb(115 115 115 / 0.05);
}
.border-b-neutral-500\/50 {
  border-bottom-color: rgb(115 115 115 / 0.5);
}
.border-b-neutral-500\/55 {
  border-bottom-color: rgb(115 115 115 / 0.55);
}
.border-b-neutral-500\/60 {
  border-bottom-color: rgb(115 115 115 / 0.6);
}
.border-b-neutral-500\/65 {
  border-bottom-color: rgb(115 115 115 / 0.65);
}
.border-b-neutral-500\/70 {
  border-bottom-color: rgb(115 115 115 / 0.7);
}
.border-b-neutral-500\/75 {
  border-bottom-color: rgb(115 115 115 / 0.75);
}
.border-b-neutral-500\/80 {
  border-bottom-color: rgb(115 115 115 / 0.8);
}
.border-b-neutral-500\/85 {
  border-bottom-color: rgb(115 115 115 / 0.85);
}
.border-b-neutral-500\/90 {
  border-bottom-color: rgb(115 115 115 / 0.9);
}
.border-b-neutral-500\/95 {
  border-bottom-color: rgb(115 115 115 / 0.95);
}
.border-b-neutral-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-b-neutral-600\/0 {
  border-bottom-color: rgb(82 82 82 / 0);
}
.border-b-neutral-600\/10 {
  border-bottom-color: rgb(82 82 82 / 0.1);
}
.border-b-neutral-600\/100 {
  border-bottom-color: rgb(82 82 82 / 1);
}
.border-b-neutral-600\/15 {
  border-bottom-color: rgb(82 82 82 / 0.15);
}
.border-b-neutral-600\/20 {
  border-bottom-color: rgb(82 82 82 / 0.2);
}
.border-b-neutral-600\/25 {
  border-bottom-color: rgb(82 82 82 / 0.25);
}
.border-b-neutral-600\/30 {
  border-bottom-color: rgb(82 82 82 / 0.3);
}
.border-b-neutral-600\/35 {
  border-bottom-color: rgb(82 82 82 / 0.35);
}
.border-b-neutral-600\/40 {
  border-bottom-color: rgb(82 82 82 / 0.4);
}
.border-b-neutral-600\/45 {
  border-bottom-color: rgb(82 82 82 / 0.45);
}
.border-b-neutral-600\/5 {
  border-bottom-color: rgb(82 82 82 / 0.05);
}
.border-b-neutral-600\/50 {
  border-bottom-color: rgb(82 82 82 / 0.5);
}
.border-b-neutral-600\/55 {
  border-bottom-color: rgb(82 82 82 / 0.55);
}
.border-b-neutral-600\/60 {
  border-bottom-color: rgb(82 82 82 / 0.6);
}
.border-b-neutral-600\/65 {
  border-bottom-color: rgb(82 82 82 / 0.65);
}
.border-b-neutral-600\/70 {
  border-bottom-color: rgb(82 82 82 / 0.7);
}
.border-b-neutral-600\/75 {
  border-bottom-color: rgb(82 82 82 / 0.75);
}
.border-b-neutral-600\/80 {
  border-bottom-color: rgb(82 82 82 / 0.8);
}
.border-b-neutral-600\/85 {
  border-bottom-color: rgb(82 82 82 / 0.85);
}
.border-b-neutral-600\/90 {
  border-bottom-color: rgb(82 82 82 / 0.9);
}
.border-b-neutral-600\/95 {
  border-bottom-color: rgb(82 82 82 / 0.95);
}
.border-b-neutral-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-b-neutral-700\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-neutral-700\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-neutral-700\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-neutral-700\/15 {
  border-bottom-color: rgb(64 64 64 / 0.15);
}
.border-b-neutral-700\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-neutral-700\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-neutral-700\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-neutral-700\/35 {
  border-bottom-color: rgb(64 64 64 / 0.35);
}
.border-b-neutral-700\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-neutral-700\/45 {
  border-bottom-color: rgb(64 64 64 / 0.45);
}
.border-b-neutral-700\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-neutral-700\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-neutral-700\/55 {
  border-bottom-color: rgb(64 64 64 / 0.55);
}
.border-b-neutral-700\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-neutral-700\/65 {
  border-bottom-color: rgb(64 64 64 / 0.65);
}
.border-b-neutral-700\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-neutral-700\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-neutral-700\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-neutral-700\/85 {
  border-bottom-color: rgb(64 64 64 / 0.85);
}
.border-b-neutral-700\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-neutral-700\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-neutral-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-b-neutral-800\/0 {
  border-bottom-color: rgb(38 38 38 / 0);
}
.border-b-neutral-800\/10 {
  border-bottom-color: rgb(38 38 38 / 0.1);
}
.border-b-neutral-800\/100 {
  border-bottom-color: rgb(38 38 38 / 1);
}
.border-b-neutral-800\/15 {
  border-bottom-color: rgb(38 38 38 / 0.15);
}
.border-b-neutral-800\/20 {
  border-bottom-color: rgb(38 38 38 / 0.2);
}
.border-b-neutral-800\/25 {
  border-bottom-color: rgb(38 38 38 / 0.25);
}
.border-b-neutral-800\/30 {
  border-bottom-color: rgb(38 38 38 / 0.3);
}
.border-b-neutral-800\/35 {
  border-bottom-color: rgb(38 38 38 / 0.35);
}
.border-b-neutral-800\/40 {
  border-bottom-color: rgb(38 38 38 / 0.4);
}
.border-b-neutral-800\/45 {
  border-bottom-color: rgb(38 38 38 / 0.45);
}
.border-b-neutral-800\/5 {
  border-bottom-color: rgb(38 38 38 / 0.05);
}
.border-b-neutral-800\/50 {
  border-bottom-color: rgb(38 38 38 / 0.5);
}
.border-b-neutral-800\/55 {
  border-bottom-color: rgb(38 38 38 / 0.55);
}
.border-b-neutral-800\/60 {
  border-bottom-color: rgb(38 38 38 / 0.6);
}
.border-b-neutral-800\/65 {
  border-bottom-color: rgb(38 38 38 / 0.65);
}
.border-b-neutral-800\/70 {
  border-bottom-color: rgb(38 38 38 / 0.7);
}
.border-b-neutral-800\/75 {
  border-bottom-color: rgb(38 38 38 / 0.75);
}
.border-b-neutral-800\/80 {
  border-bottom-color: rgb(38 38 38 / 0.8);
}
.border-b-neutral-800\/85 {
  border-bottom-color: rgb(38 38 38 / 0.85);
}
.border-b-neutral-800\/90 {
  border-bottom-color: rgb(38 38 38 / 0.9);
}
.border-b-neutral-800\/95 {
  border-bottom-color: rgb(38 38 38 / 0.95);
}
.border-b-neutral-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-b-neutral-900\/0 {
  border-bottom-color: rgb(23 23 23 / 0);
}
.border-b-neutral-900\/10 {
  border-bottom-color: rgb(23 23 23 / 0.1);
}
.border-b-neutral-900\/100 {
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-b-neutral-900\/15 {
  border-bottom-color: rgb(23 23 23 / 0.15);
}
.border-b-neutral-900\/20 {
  border-bottom-color: rgb(23 23 23 / 0.2);
}
.border-b-neutral-900\/25 {
  border-bottom-color: rgb(23 23 23 / 0.25);
}
.border-b-neutral-900\/30 {
  border-bottom-color: rgb(23 23 23 / 0.3);
}
.border-b-neutral-900\/35 {
  border-bottom-color: rgb(23 23 23 / 0.35);
}
.border-b-neutral-900\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-b-neutral-900\/45 {
  border-bottom-color: rgb(23 23 23 / 0.45);
}
.border-b-neutral-900\/5 {
  border-bottom-color: rgb(23 23 23 / 0.05);
}
.border-b-neutral-900\/50 {
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-b-neutral-900\/55 {
  border-bottom-color: rgb(23 23 23 / 0.55);
}
.border-b-neutral-900\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-b-neutral-900\/65 {
  border-bottom-color: rgb(23 23 23 / 0.65);
}
.border-b-neutral-900\/70 {
  border-bottom-color: rgb(23 23 23 / 0.7);
}
.border-b-neutral-900\/75 {
  border-bottom-color: rgb(23 23 23 / 0.75);
}
.border-b-neutral-900\/80 {
  border-bottom-color: rgb(23 23 23 / 0.8);
}
.border-b-neutral-900\/85 {
  border-bottom-color: rgb(23 23 23 / 0.85);
}
.border-b-neutral-900\/90 {
  border-bottom-color: rgb(23 23 23 / 0.9);
}
.border-b-neutral-900\/95 {
  border-bottom-color: rgb(23 23 23 / 0.95);
}
.border-b-neutral-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-b-neutral-950\/0 {
  border-bottom-color: rgb(10 10 10 / 0);
}
.border-b-neutral-950\/10 {
  border-bottom-color: rgb(10 10 10 / 0.1);
}
.border-b-neutral-950\/100 {
  border-bottom-color: rgb(10 10 10 / 1);
}
.border-b-neutral-950\/15 {
  border-bottom-color: rgb(10 10 10 / 0.15);
}
.border-b-neutral-950\/20 {
  border-bottom-color: rgb(10 10 10 / 0.2);
}
.border-b-neutral-950\/25 {
  border-bottom-color: rgb(10 10 10 / 0.25);
}
.border-b-neutral-950\/30 {
  border-bottom-color: rgb(10 10 10 / 0.3);
}
.border-b-neutral-950\/35 {
  border-bottom-color: rgb(10 10 10 / 0.35);
}
.border-b-neutral-950\/40 {
  border-bottom-color: rgb(10 10 10 / 0.4);
}
.border-b-neutral-950\/45 {
  border-bottom-color: rgb(10 10 10 / 0.45);
}
.border-b-neutral-950\/5 {
  border-bottom-color: rgb(10 10 10 / 0.05);
}
.border-b-neutral-950\/50 {
  border-bottom-color: rgb(10 10 10 / 0.5);
}
.border-b-neutral-950\/55 {
  border-bottom-color: rgb(10 10 10 / 0.55);
}
.border-b-neutral-950\/60 {
  border-bottom-color: rgb(10 10 10 / 0.6);
}
.border-b-neutral-950\/65 {
  border-bottom-color: rgb(10 10 10 / 0.65);
}
.border-b-neutral-950\/70 {
  border-bottom-color: rgb(10 10 10 / 0.7);
}
.border-b-neutral-950\/75 {
  border-bottom-color: rgb(10 10 10 / 0.75);
}
.border-b-neutral-950\/80 {
  border-bottom-color: rgb(10 10 10 / 0.8);
}
.border-b-neutral-950\/85 {
  border-bottom-color: rgb(10 10 10 / 0.85);
}
.border-b-neutral-950\/90 {
  border-bottom-color: rgb(10 10 10 / 0.9);
}
.border-b-neutral-950\/95 {
  border-bottom-color: rgb(10 10 10 / 0.95);
}
.border-b-orange-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-b-orange-100\/0 {
  border-bottom-color: rgb(255 237 213 / 0);
}
.border-b-orange-100\/10 {
  border-bottom-color: rgb(255 237 213 / 0.1);
}
.border-b-orange-100\/100 {
  border-bottom-color: rgb(255 237 213 / 1);
}
.border-b-orange-100\/15 {
  border-bottom-color: rgb(255 237 213 / 0.15);
}
.border-b-orange-100\/20 {
  border-bottom-color: rgb(255 237 213 / 0.2);
}
.border-b-orange-100\/25 {
  border-bottom-color: rgb(255 237 213 / 0.25);
}
.border-b-orange-100\/30 {
  border-bottom-color: rgb(255 237 213 / 0.3);
}
.border-b-orange-100\/35 {
  border-bottom-color: rgb(255 237 213 / 0.35);
}
.border-b-orange-100\/40 {
  border-bottom-color: rgb(255 237 213 / 0.4);
}
.border-b-orange-100\/45 {
  border-bottom-color: rgb(255 237 213 / 0.45);
}
.border-b-orange-100\/5 {
  border-bottom-color: rgb(255 237 213 / 0.05);
}
.border-b-orange-100\/50 {
  border-bottom-color: rgb(255 237 213 / 0.5);
}
.border-b-orange-100\/55 {
  border-bottom-color: rgb(255 237 213 / 0.55);
}
.border-b-orange-100\/60 {
  border-bottom-color: rgb(255 237 213 / 0.6);
}
.border-b-orange-100\/65 {
  border-bottom-color: rgb(255 237 213 / 0.65);
}
.border-b-orange-100\/70 {
  border-bottom-color: rgb(255 237 213 / 0.7);
}
.border-b-orange-100\/75 {
  border-bottom-color: rgb(255 237 213 / 0.75);
}
.border-b-orange-100\/80 {
  border-bottom-color: rgb(255 237 213 / 0.8);
}
.border-b-orange-100\/85 {
  border-bottom-color: rgb(255 237 213 / 0.85);
}
.border-b-orange-100\/90 {
  border-bottom-color: rgb(255 237 213 / 0.9);
}
.border-b-orange-100\/95 {
  border-bottom-color: rgb(255 237 213 / 0.95);
}
.border-b-orange-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-b-orange-200\/0 {
  border-bottom-color: rgb(254 215 170 / 0);
}
.border-b-orange-200\/10 {
  border-bottom-color: rgb(254 215 170 / 0.1);
}
.border-b-orange-200\/100 {
  border-bottom-color: rgb(254 215 170 / 1);
}
.border-b-orange-200\/15 {
  border-bottom-color: rgb(254 215 170 / 0.15);
}
.border-b-orange-200\/20 {
  border-bottom-color: rgb(254 215 170 / 0.2);
}
.border-b-orange-200\/25 {
  border-bottom-color: rgb(254 215 170 / 0.25);
}
.border-b-orange-200\/30 {
  border-bottom-color: rgb(254 215 170 / 0.3);
}
.border-b-orange-200\/35 {
  border-bottom-color: rgb(254 215 170 / 0.35);
}
.border-b-orange-200\/40 {
  border-bottom-color: rgb(254 215 170 / 0.4);
}
.border-b-orange-200\/45 {
  border-bottom-color: rgb(254 215 170 / 0.45);
}
.border-b-orange-200\/5 {
  border-bottom-color: rgb(254 215 170 / 0.05);
}
.border-b-orange-200\/50 {
  border-bottom-color: rgb(254 215 170 / 0.5);
}
.border-b-orange-200\/55 {
  border-bottom-color: rgb(254 215 170 / 0.55);
}
.border-b-orange-200\/60 {
  border-bottom-color: rgb(254 215 170 / 0.6);
}
.border-b-orange-200\/65 {
  border-bottom-color: rgb(254 215 170 / 0.65);
}
.border-b-orange-200\/70 {
  border-bottom-color: rgb(254 215 170 / 0.7);
}
.border-b-orange-200\/75 {
  border-bottom-color: rgb(254 215 170 / 0.75);
}
.border-b-orange-200\/80 {
  border-bottom-color: rgb(254 215 170 / 0.8);
}
.border-b-orange-200\/85 {
  border-bottom-color: rgb(254 215 170 / 0.85);
}
.border-b-orange-200\/90 {
  border-bottom-color: rgb(254 215 170 / 0.9);
}
.border-b-orange-200\/95 {
  border-bottom-color: rgb(254 215 170 / 0.95);
}
.border-b-orange-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-b-orange-300\/0 {
  border-bottom-color: rgb(253 186 116 / 0);
}
.border-b-orange-300\/10 {
  border-bottom-color: rgb(253 186 116 / 0.1);
}
.border-b-orange-300\/100 {
  border-bottom-color: rgb(253 186 116 / 1);
}
.border-b-orange-300\/15 {
  border-bottom-color: rgb(253 186 116 / 0.15);
}
.border-b-orange-300\/20 {
  border-bottom-color: rgb(253 186 116 / 0.2);
}
.border-b-orange-300\/25 {
  border-bottom-color: rgb(253 186 116 / 0.25);
}
.border-b-orange-300\/30 {
  border-bottom-color: rgb(253 186 116 / 0.3);
}
.border-b-orange-300\/35 {
  border-bottom-color: rgb(253 186 116 / 0.35);
}
.border-b-orange-300\/40 {
  border-bottom-color: rgb(253 186 116 / 0.4);
}
.border-b-orange-300\/45 {
  border-bottom-color: rgb(253 186 116 / 0.45);
}
.border-b-orange-300\/5 {
  border-bottom-color: rgb(253 186 116 / 0.05);
}
.border-b-orange-300\/50 {
  border-bottom-color: rgb(253 186 116 / 0.5);
}
.border-b-orange-300\/55 {
  border-bottom-color: rgb(253 186 116 / 0.55);
}
.border-b-orange-300\/60 {
  border-bottom-color: rgb(253 186 116 / 0.6);
}
.border-b-orange-300\/65 {
  border-bottom-color: rgb(253 186 116 / 0.65);
}
.border-b-orange-300\/70 {
  border-bottom-color: rgb(253 186 116 / 0.7);
}
.border-b-orange-300\/75 {
  border-bottom-color: rgb(253 186 116 / 0.75);
}
.border-b-orange-300\/80 {
  border-bottom-color: rgb(253 186 116 / 0.8);
}
.border-b-orange-300\/85 {
  border-bottom-color: rgb(253 186 116 / 0.85);
}
.border-b-orange-300\/90 {
  border-bottom-color: rgb(253 186 116 / 0.9);
}
.border-b-orange-300\/95 {
  border-bottom-color: rgb(253 186 116 / 0.95);
}
.border-b-orange-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-b-orange-400\/0 {
  border-bottom-color: rgb(251 146 60 / 0);
}
.border-b-orange-400\/10 {
  border-bottom-color: rgb(251 146 60 / 0.1);
}
.border-b-orange-400\/100 {
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-b-orange-400\/15 {
  border-bottom-color: rgb(251 146 60 / 0.15);
}
.border-b-orange-400\/20 {
  border-bottom-color: rgb(251 146 60 / 0.2);
}
.border-b-orange-400\/25 {
  border-bottom-color: rgb(251 146 60 / 0.25);
}
.border-b-orange-400\/30 {
  border-bottom-color: rgb(251 146 60 / 0.3);
}
.border-b-orange-400\/35 {
  border-bottom-color: rgb(251 146 60 / 0.35);
}
.border-b-orange-400\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-b-orange-400\/45 {
  border-bottom-color: rgb(251 146 60 / 0.45);
}
.border-b-orange-400\/5 {
  border-bottom-color: rgb(251 146 60 / 0.05);
}
.border-b-orange-400\/50 {
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-b-orange-400\/55 {
  border-bottom-color: rgb(251 146 60 / 0.55);
}
.border-b-orange-400\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-b-orange-400\/65 {
  border-bottom-color: rgb(251 146 60 / 0.65);
}
.border-b-orange-400\/70 {
  border-bottom-color: rgb(251 146 60 / 0.7);
}
.border-b-orange-400\/75 {
  border-bottom-color: rgb(251 146 60 / 0.75);
}
.border-b-orange-400\/80 {
  border-bottom-color: rgb(251 146 60 / 0.8);
}
.border-b-orange-400\/85 {
  border-bottom-color: rgb(251 146 60 / 0.85);
}
.border-b-orange-400\/90 {
  border-bottom-color: rgb(251 146 60 / 0.9);
}
.border-b-orange-400\/95 {
  border-bottom-color: rgb(251 146 60 / 0.95);
}
.border-b-orange-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-b-orange-50\/0 {
  border-bottom-color: rgb(255 247 237 / 0);
}
.border-b-orange-50\/10 {
  border-bottom-color: rgb(255 247 237 / 0.1);
}
.border-b-orange-50\/100 {
  border-bottom-color: rgb(255 247 237 / 1);
}
.border-b-orange-50\/15 {
  border-bottom-color: rgb(255 247 237 / 0.15);
}
.border-b-orange-50\/20 {
  border-bottom-color: rgb(255 247 237 / 0.2);
}
.border-b-orange-50\/25 {
  border-bottom-color: rgb(255 247 237 / 0.25);
}
.border-b-orange-50\/30 {
  border-bottom-color: rgb(255 247 237 / 0.3);
}
.border-b-orange-50\/35 {
  border-bottom-color: rgb(255 247 237 / 0.35);
}
.border-b-orange-50\/40 {
  border-bottom-color: rgb(255 247 237 / 0.4);
}
.border-b-orange-50\/45 {
  border-bottom-color: rgb(255 247 237 / 0.45);
}
.border-b-orange-50\/5 {
  border-bottom-color: rgb(255 247 237 / 0.05);
}
.border-b-orange-50\/50 {
  border-bottom-color: rgb(255 247 237 / 0.5);
}
.border-b-orange-50\/55 {
  border-bottom-color: rgb(255 247 237 / 0.55);
}
.border-b-orange-50\/60 {
  border-bottom-color: rgb(255 247 237 / 0.6);
}
.border-b-orange-50\/65 {
  border-bottom-color: rgb(255 247 237 / 0.65);
}
.border-b-orange-50\/70 {
  border-bottom-color: rgb(255 247 237 / 0.7);
}
.border-b-orange-50\/75 {
  border-bottom-color: rgb(255 247 237 / 0.75);
}
.border-b-orange-50\/80 {
  border-bottom-color: rgb(255 247 237 / 0.8);
}
.border-b-orange-50\/85 {
  border-bottom-color: rgb(255 247 237 / 0.85);
}
.border-b-orange-50\/90 {
  border-bottom-color: rgb(255 247 237 / 0.9);
}
.border-b-orange-50\/95 {
  border-bottom-color: rgb(255 247 237 / 0.95);
}
.border-b-orange-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-b-orange-500\/0 {
  border-bottom-color: rgb(249 115 22 / 0);
}
.border-b-orange-500\/10 {
  border-bottom-color: rgb(249 115 22 / 0.1);
}
.border-b-orange-500\/100 {
  border-bottom-color: rgb(249 115 22 / 1);
}
.border-b-orange-500\/15 {
  border-bottom-color: rgb(249 115 22 / 0.15);
}
.border-b-orange-500\/20 {
  border-bottom-color: rgb(249 115 22 / 0.2);
}
.border-b-orange-500\/25 {
  border-bottom-color: rgb(249 115 22 / 0.25);
}
.border-b-orange-500\/30 {
  border-bottom-color: rgb(249 115 22 / 0.3);
}
.border-b-orange-500\/35 {
  border-bottom-color: rgb(249 115 22 / 0.35);
}
.border-b-orange-500\/40 {
  border-bottom-color: rgb(249 115 22 / 0.4);
}
.border-b-orange-500\/45 {
  border-bottom-color: rgb(249 115 22 / 0.45);
}
.border-b-orange-500\/5 {
  border-bottom-color: rgb(249 115 22 / 0.05);
}
.border-b-orange-500\/50 {
  border-bottom-color: rgb(249 115 22 / 0.5);
}
.border-b-orange-500\/55 {
  border-bottom-color: rgb(249 115 22 / 0.55);
}
.border-b-orange-500\/60 {
  border-bottom-color: rgb(249 115 22 / 0.6);
}
.border-b-orange-500\/65 {
  border-bottom-color: rgb(249 115 22 / 0.65);
}
.border-b-orange-500\/70 {
  border-bottom-color: rgb(249 115 22 / 0.7);
}
.border-b-orange-500\/75 {
  border-bottom-color: rgb(249 115 22 / 0.75);
}
.border-b-orange-500\/80 {
  border-bottom-color: rgb(249 115 22 / 0.8);
}
.border-b-orange-500\/85 {
  border-bottom-color: rgb(249 115 22 / 0.85);
}
.border-b-orange-500\/90 {
  border-bottom-color: rgb(249 115 22 / 0.9);
}
.border-b-orange-500\/95 {
  border-bottom-color: rgb(249 115 22 / 0.95);
}
.border-b-orange-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-b-orange-600\/0 {
  border-bottom-color: rgb(234 88 12 / 0);
}
.border-b-orange-600\/10 {
  border-bottom-color: rgb(234 88 12 / 0.1);
}
.border-b-orange-600\/100 {
  border-bottom-color: rgb(234 88 12 / 1);
}
.border-b-orange-600\/15 {
  border-bottom-color: rgb(234 88 12 / 0.15);
}
.border-b-orange-600\/20 {
  border-bottom-color: rgb(234 88 12 / 0.2);
}
.border-b-orange-600\/25 {
  border-bottom-color: rgb(234 88 12 / 0.25);
}
.border-b-orange-600\/30 {
  border-bottom-color: rgb(234 88 12 / 0.3);
}
.border-b-orange-600\/35 {
  border-bottom-color: rgb(234 88 12 / 0.35);
}
.border-b-orange-600\/40 {
  border-bottom-color: rgb(234 88 12 / 0.4);
}
.border-b-orange-600\/45 {
  border-bottom-color: rgb(234 88 12 / 0.45);
}
.border-b-orange-600\/5 {
  border-bottom-color: rgb(234 88 12 / 0.05);
}
.border-b-orange-600\/50 {
  border-bottom-color: rgb(234 88 12 / 0.5);
}
.border-b-orange-600\/55 {
  border-bottom-color: rgb(234 88 12 / 0.55);
}
.border-b-orange-600\/60 {
  border-bottom-color: rgb(234 88 12 / 0.6);
}
.border-b-orange-600\/65 {
  border-bottom-color: rgb(234 88 12 / 0.65);
}
.border-b-orange-600\/70 {
  border-bottom-color: rgb(234 88 12 / 0.7);
}
.border-b-orange-600\/75 {
  border-bottom-color: rgb(234 88 12 / 0.75);
}
.border-b-orange-600\/80 {
  border-bottom-color: rgb(234 88 12 / 0.8);
}
.border-b-orange-600\/85 {
  border-bottom-color: rgb(234 88 12 / 0.85);
}
.border-b-orange-600\/90 {
  border-bottom-color: rgb(234 88 12 / 0.9);
}
.border-b-orange-600\/95 {
  border-bottom-color: rgb(234 88 12 / 0.95);
}
.border-b-orange-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-b-orange-700\/0 {
  border-bottom-color: rgb(194 65 12 / 0);
}
.border-b-orange-700\/10 {
  border-bottom-color: rgb(194 65 12 / 0.1);
}
.border-b-orange-700\/100 {
  border-bottom-color: rgb(194 65 12 / 1);
}
.border-b-orange-700\/15 {
  border-bottom-color: rgb(194 65 12 / 0.15);
}
.border-b-orange-700\/20 {
  border-bottom-color: rgb(194 65 12 / 0.2);
}
.border-b-orange-700\/25 {
  border-bottom-color: rgb(194 65 12 / 0.25);
}
.border-b-orange-700\/30 {
  border-bottom-color: rgb(194 65 12 / 0.3);
}
.border-b-orange-700\/35 {
  border-bottom-color: rgb(194 65 12 / 0.35);
}
.border-b-orange-700\/40 {
  border-bottom-color: rgb(194 65 12 / 0.4);
}
.border-b-orange-700\/45 {
  border-bottom-color: rgb(194 65 12 / 0.45);
}
.border-b-orange-700\/5 {
  border-bottom-color: rgb(194 65 12 / 0.05);
}
.border-b-orange-700\/50 {
  border-bottom-color: rgb(194 65 12 / 0.5);
}
.border-b-orange-700\/55 {
  border-bottom-color: rgb(194 65 12 / 0.55);
}
.border-b-orange-700\/60 {
  border-bottom-color: rgb(194 65 12 / 0.6);
}
.border-b-orange-700\/65 {
  border-bottom-color: rgb(194 65 12 / 0.65);
}
.border-b-orange-700\/70 {
  border-bottom-color: rgb(194 65 12 / 0.7);
}
.border-b-orange-700\/75 {
  border-bottom-color: rgb(194 65 12 / 0.75);
}
.border-b-orange-700\/80 {
  border-bottom-color: rgb(194 65 12 / 0.8);
}
.border-b-orange-700\/85 {
  border-bottom-color: rgb(194 65 12 / 0.85);
}
.border-b-orange-700\/90 {
  border-bottom-color: rgb(194 65 12 / 0.9);
}
.border-b-orange-700\/95 {
  border-bottom-color: rgb(194 65 12 / 0.95);
}
.border-b-orange-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-b-orange-800\/0 {
  border-bottom-color: rgb(154 52 18 / 0);
}
.border-b-orange-800\/10 {
  border-bottom-color: rgb(154 52 18 / 0.1);
}
.border-b-orange-800\/100 {
  border-bottom-color: rgb(154 52 18 / 1);
}
.border-b-orange-800\/15 {
  border-bottom-color: rgb(154 52 18 / 0.15);
}
.border-b-orange-800\/20 {
  border-bottom-color: rgb(154 52 18 / 0.2);
}
.border-b-orange-800\/25 {
  border-bottom-color: rgb(154 52 18 / 0.25);
}
.border-b-orange-800\/30 {
  border-bottom-color: rgb(154 52 18 / 0.3);
}
.border-b-orange-800\/35 {
  border-bottom-color: rgb(154 52 18 / 0.35);
}
.border-b-orange-800\/40 {
  border-bottom-color: rgb(154 52 18 / 0.4);
}
.border-b-orange-800\/45 {
  border-bottom-color: rgb(154 52 18 / 0.45);
}
.border-b-orange-800\/5 {
  border-bottom-color: rgb(154 52 18 / 0.05);
}
.border-b-orange-800\/50 {
  border-bottom-color: rgb(154 52 18 / 0.5);
}
.border-b-orange-800\/55 {
  border-bottom-color: rgb(154 52 18 / 0.55);
}
.border-b-orange-800\/60 {
  border-bottom-color: rgb(154 52 18 / 0.6);
}
.border-b-orange-800\/65 {
  border-bottom-color: rgb(154 52 18 / 0.65);
}
.border-b-orange-800\/70 {
  border-bottom-color: rgb(154 52 18 / 0.7);
}
.border-b-orange-800\/75 {
  border-bottom-color: rgb(154 52 18 / 0.75);
}
.border-b-orange-800\/80 {
  border-bottom-color: rgb(154 52 18 / 0.8);
}
.border-b-orange-800\/85 {
  border-bottom-color: rgb(154 52 18 / 0.85);
}
.border-b-orange-800\/90 {
  border-bottom-color: rgb(154 52 18 / 0.9);
}
.border-b-orange-800\/95 {
  border-bottom-color: rgb(154 52 18 / 0.95);
}
.border-b-orange-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-b-orange-900\/0 {
  border-bottom-color: rgb(124 45 18 / 0);
}
.border-b-orange-900\/10 {
  border-bottom-color: rgb(124 45 18 / 0.1);
}
.border-b-orange-900\/100 {
  border-bottom-color: rgb(124 45 18 / 1);
}
.border-b-orange-900\/15 {
  border-bottom-color: rgb(124 45 18 / 0.15);
}
.border-b-orange-900\/20 {
  border-bottom-color: rgb(124 45 18 / 0.2);
}
.border-b-orange-900\/25 {
  border-bottom-color: rgb(124 45 18 / 0.25);
}
.border-b-orange-900\/30 {
  border-bottom-color: rgb(124 45 18 / 0.3);
}
.border-b-orange-900\/35 {
  border-bottom-color: rgb(124 45 18 / 0.35);
}
.border-b-orange-900\/40 {
  border-bottom-color: rgb(124 45 18 / 0.4);
}
.border-b-orange-900\/45 {
  border-bottom-color: rgb(124 45 18 / 0.45);
}
.border-b-orange-900\/5 {
  border-bottom-color: rgb(124 45 18 / 0.05);
}
.border-b-orange-900\/50 {
  border-bottom-color: rgb(124 45 18 / 0.5);
}
.border-b-orange-900\/55 {
  border-bottom-color: rgb(124 45 18 / 0.55);
}
.border-b-orange-900\/60 {
  border-bottom-color: rgb(124 45 18 / 0.6);
}
.border-b-orange-900\/65 {
  border-bottom-color: rgb(124 45 18 / 0.65);
}
.border-b-orange-900\/70 {
  border-bottom-color: rgb(124 45 18 / 0.7);
}
.border-b-orange-900\/75 {
  border-bottom-color: rgb(124 45 18 / 0.75);
}
.border-b-orange-900\/80 {
  border-bottom-color: rgb(124 45 18 / 0.8);
}
.border-b-orange-900\/85 {
  border-bottom-color: rgb(124 45 18 / 0.85);
}
.border-b-orange-900\/90 {
  border-bottom-color: rgb(124 45 18 / 0.9);
}
.border-b-orange-900\/95 {
  border-bottom-color: rgb(124 45 18 / 0.95);
}
.border-b-orange-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-b-orange-950\/0 {
  border-bottom-color: rgb(67 20 7 / 0);
}
.border-b-orange-950\/10 {
  border-bottom-color: rgb(67 20 7 / 0.1);
}
.border-b-orange-950\/100 {
  border-bottom-color: rgb(67 20 7 / 1);
}
.border-b-orange-950\/15 {
  border-bottom-color: rgb(67 20 7 / 0.15);
}
.border-b-orange-950\/20 {
  border-bottom-color: rgb(67 20 7 / 0.2);
}
.border-b-orange-950\/25 {
  border-bottom-color: rgb(67 20 7 / 0.25);
}
.border-b-orange-950\/30 {
  border-bottom-color: rgb(67 20 7 / 0.3);
}
.border-b-orange-950\/35 {
  border-bottom-color: rgb(67 20 7 / 0.35);
}
.border-b-orange-950\/40 {
  border-bottom-color: rgb(67 20 7 / 0.4);
}
.border-b-orange-950\/45 {
  border-bottom-color: rgb(67 20 7 / 0.45);
}
.border-b-orange-950\/5 {
  border-bottom-color: rgb(67 20 7 / 0.05);
}
.border-b-orange-950\/50 {
  border-bottom-color: rgb(67 20 7 / 0.5);
}
.border-b-orange-950\/55 {
  border-bottom-color: rgb(67 20 7 / 0.55);
}
.border-b-orange-950\/60 {
  border-bottom-color: rgb(67 20 7 / 0.6);
}
.border-b-orange-950\/65 {
  border-bottom-color: rgb(67 20 7 / 0.65);
}
.border-b-orange-950\/70 {
  border-bottom-color: rgb(67 20 7 / 0.7);
}
.border-b-orange-950\/75 {
  border-bottom-color: rgb(67 20 7 / 0.75);
}
.border-b-orange-950\/80 {
  border-bottom-color: rgb(67 20 7 / 0.8);
}
.border-b-orange-950\/85 {
  border-bottom-color: rgb(67 20 7 / 0.85);
}
.border-b-orange-950\/90 {
  border-bottom-color: rgb(67 20 7 / 0.9);
}
.border-b-orange-950\/95 {
  border-bottom-color: rgb(67 20 7 / 0.95);
}
.border-b-pink-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-b-pink-100\/0 {
  border-bottom-color: rgb(252 231 243 / 0);
}
.border-b-pink-100\/10 {
  border-bottom-color: rgb(252 231 243 / 0.1);
}
.border-b-pink-100\/100 {
  border-bottom-color: rgb(252 231 243 / 1);
}
.border-b-pink-100\/15 {
  border-bottom-color: rgb(252 231 243 / 0.15);
}
.border-b-pink-100\/20 {
  border-bottom-color: rgb(252 231 243 / 0.2);
}
.border-b-pink-100\/25 {
  border-bottom-color: rgb(252 231 243 / 0.25);
}
.border-b-pink-100\/30 {
  border-bottom-color: rgb(252 231 243 / 0.3);
}
.border-b-pink-100\/35 {
  border-bottom-color: rgb(252 231 243 / 0.35);
}
.border-b-pink-100\/40 {
  border-bottom-color: rgb(252 231 243 / 0.4);
}
.border-b-pink-100\/45 {
  border-bottom-color: rgb(252 231 243 / 0.45);
}
.border-b-pink-100\/5 {
  border-bottom-color: rgb(252 231 243 / 0.05);
}
.border-b-pink-100\/50 {
  border-bottom-color: rgb(252 231 243 / 0.5);
}
.border-b-pink-100\/55 {
  border-bottom-color: rgb(252 231 243 / 0.55);
}
.border-b-pink-100\/60 {
  border-bottom-color: rgb(252 231 243 / 0.6);
}
.border-b-pink-100\/65 {
  border-bottom-color: rgb(252 231 243 / 0.65);
}
.border-b-pink-100\/70 {
  border-bottom-color: rgb(252 231 243 / 0.7);
}
.border-b-pink-100\/75 {
  border-bottom-color: rgb(252 231 243 / 0.75);
}
.border-b-pink-100\/80 {
  border-bottom-color: rgb(252 231 243 / 0.8);
}
.border-b-pink-100\/85 {
  border-bottom-color: rgb(252 231 243 / 0.85);
}
.border-b-pink-100\/90 {
  border-bottom-color: rgb(252 231 243 / 0.9);
}
.border-b-pink-100\/95 {
  border-bottom-color: rgb(252 231 243 / 0.95);
}
.border-b-pink-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-b-pink-200\/0 {
  border-bottom-color: rgb(251 207 232 / 0);
}
.border-b-pink-200\/10 {
  border-bottom-color: rgb(251 207 232 / 0.1);
}
.border-b-pink-200\/100 {
  border-bottom-color: rgb(251 207 232 / 1);
}
.border-b-pink-200\/15 {
  border-bottom-color: rgb(251 207 232 / 0.15);
}
.border-b-pink-200\/20 {
  border-bottom-color: rgb(251 207 232 / 0.2);
}
.border-b-pink-200\/25 {
  border-bottom-color: rgb(251 207 232 / 0.25);
}
.border-b-pink-200\/30 {
  border-bottom-color: rgb(251 207 232 / 0.3);
}
.border-b-pink-200\/35 {
  border-bottom-color: rgb(251 207 232 / 0.35);
}
.border-b-pink-200\/40 {
  border-bottom-color: rgb(251 207 232 / 0.4);
}
.border-b-pink-200\/45 {
  border-bottom-color: rgb(251 207 232 / 0.45);
}
.border-b-pink-200\/5 {
  border-bottom-color: rgb(251 207 232 / 0.05);
}
.border-b-pink-200\/50 {
  border-bottom-color: rgb(251 207 232 / 0.5);
}
.border-b-pink-200\/55 {
  border-bottom-color: rgb(251 207 232 / 0.55);
}
.border-b-pink-200\/60 {
  border-bottom-color: rgb(251 207 232 / 0.6);
}
.border-b-pink-200\/65 {
  border-bottom-color: rgb(251 207 232 / 0.65);
}
.border-b-pink-200\/70 {
  border-bottom-color: rgb(251 207 232 / 0.7);
}
.border-b-pink-200\/75 {
  border-bottom-color: rgb(251 207 232 / 0.75);
}
.border-b-pink-200\/80 {
  border-bottom-color: rgb(251 207 232 / 0.8);
}
.border-b-pink-200\/85 {
  border-bottom-color: rgb(251 207 232 / 0.85);
}
.border-b-pink-200\/90 {
  border-bottom-color: rgb(251 207 232 / 0.9);
}
.border-b-pink-200\/95 {
  border-bottom-color: rgb(251 207 232 / 0.95);
}
.border-b-pink-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-b-pink-300\/0 {
  border-bottom-color: rgb(249 168 212 / 0);
}
.border-b-pink-300\/10 {
  border-bottom-color: rgb(249 168 212 / 0.1);
}
.border-b-pink-300\/100 {
  border-bottom-color: rgb(249 168 212 / 1);
}
.border-b-pink-300\/15 {
  border-bottom-color: rgb(249 168 212 / 0.15);
}
.border-b-pink-300\/20 {
  border-bottom-color: rgb(249 168 212 / 0.2);
}
.border-b-pink-300\/25 {
  border-bottom-color: rgb(249 168 212 / 0.25);
}
.border-b-pink-300\/30 {
  border-bottom-color: rgb(249 168 212 / 0.3);
}
.border-b-pink-300\/35 {
  border-bottom-color: rgb(249 168 212 / 0.35);
}
.border-b-pink-300\/40 {
  border-bottom-color: rgb(249 168 212 / 0.4);
}
.border-b-pink-300\/45 {
  border-bottom-color: rgb(249 168 212 / 0.45);
}
.border-b-pink-300\/5 {
  border-bottom-color: rgb(249 168 212 / 0.05);
}
.border-b-pink-300\/50 {
  border-bottom-color: rgb(249 168 212 / 0.5);
}
.border-b-pink-300\/55 {
  border-bottom-color: rgb(249 168 212 / 0.55);
}
.border-b-pink-300\/60 {
  border-bottom-color: rgb(249 168 212 / 0.6);
}
.border-b-pink-300\/65 {
  border-bottom-color: rgb(249 168 212 / 0.65);
}
.border-b-pink-300\/70 {
  border-bottom-color: rgb(249 168 212 / 0.7);
}
.border-b-pink-300\/75 {
  border-bottom-color: rgb(249 168 212 / 0.75);
}
.border-b-pink-300\/80 {
  border-bottom-color: rgb(249 168 212 / 0.8);
}
.border-b-pink-300\/85 {
  border-bottom-color: rgb(249 168 212 / 0.85);
}
.border-b-pink-300\/90 {
  border-bottom-color: rgb(249 168 212 / 0.9);
}
.border-b-pink-300\/95 {
  border-bottom-color: rgb(249 168 212 / 0.95);
}
.border-b-pink-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-b-pink-400\/0 {
  border-bottom-color: rgb(244 114 182 / 0);
}
.border-b-pink-400\/10 {
  border-bottom-color: rgb(244 114 182 / 0.1);
}
.border-b-pink-400\/100 {
  border-bottom-color: rgb(244 114 182 / 1);
}
.border-b-pink-400\/15 {
  border-bottom-color: rgb(244 114 182 / 0.15);
}
.border-b-pink-400\/20 {
  border-bottom-color: rgb(244 114 182 / 0.2);
}
.border-b-pink-400\/25 {
  border-bottom-color: rgb(244 114 182 / 0.25);
}
.border-b-pink-400\/30 {
  border-bottom-color: rgb(244 114 182 / 0.3);
}
.border-b-pink-400\/35 {
  border-bottom-color: rgb(244 114 182 / 0.35);
}
.border-b-pink-400\/40 {
  border-bottom-color: rgb(244 114 182 / 0.4);
}
.border-b-pink-400\/45 {
  border-bottom-color: rgb(244 114 182 / 0.45);
}
.border-b-pink-400\/5 {
  border-bottom-color: rgb(244 114 182 / 0.05);
}
.border-b-pink-400\/50 {
  border-bottom-color: rgb(244 114 182 / 0.5);
}
.border-b-pink-400\/55 {
  border-bottom-color: rgb(244 114 182 / 0.55);
}
.border-b-pink-400\/60 {
  border-bottom-color: rgb(244 114 182 / 0.6);
}
.border-b-pink-400\/65 {
  border-bottom-color: rgb(244 114 182 / 0.65);
}
.border-b-pink-400\/70 {
  border-bottom-color: rgb(244 114 182 / 0.7);
}
.border-b-pink-400\/75 {
  border-bottom-color: rgb(244 114 182 / 0.75);
}
.border-b-pink-400\/80 {
  border-bottom-color: rgb(244 114 182 / 0.8);
}
.border-b-pink-400\/85 {
  border-bottom-color: rgb(244 114 182 / 0.85);
}
.border-b-pink-400\/90 {
  border-bottom-color: rgb(244 114 182 / 0.9);
}
.border-b-pink-400\/95 {
  border-bottom-color: rgb(244 114 182 / 0.95);
}
.border-b-pink-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-b-pink-50\/0 {
  border-bottom-color: rgb(253 242 248 / 0);
}
.border-b-pink-50\/10 {
  border-bottom-color: rgb(253 242 248 / 0.1);
}
.border-b-pink-50\/100 {
  border-bottom-color: rgb(253 242 248 / 1);
}
.border-b-pink-50\/15 {
  border-bottom-color: rgb(253 242 248 / 0.15);
}
.border-b-pink-50\/20 {
  border-bottom-color: rgb(253 242 248 / 0.2);
}
.border-b-pink-50\/25 {
  border-bottom-color: rgb(253 242 248 / 0.25);
}
.border-b-pink-50\/30 {
  border-bottom-color: rgb(253 242 248 / 0.3);
}
.border-b-pink-50\/35 {
  border-bottom-color: rgb(253 242 248 / 0.35);
}
.border-b-pink-50\/40 {
  border-bottom-color: rgb(253 242 248 / 0.4);
}
.border-b-pink-50\/45 {
  border-bottom-color: rgb(253 242 248 / 0.45);
}
.border-b-pink-50\/5 {
  border-bottom-color: rgb(253 242 248 / 0.05);
}
.border-b-pink-50\/50 {
  border-bottom-color: rgb(253 242 248 / 0.5);
}
.border-b-pink-50\/55 {
  border-bottom-color: rgb(253 242 248 / 0.55);
}
.border-b-pink-50\/60 {
  border-bottom-color: rgb(253 242 248 / 0.6);
}
.border-b-pink-50\/65 {
  border-bottom-color: rgb(253 242 248 / 0.65);
}
.border-b-pink-50\/70 {
  border-bottom-color: rgb(253 242 248 / 0.7);
}
.border-b-pink-50\/75 {
  border-bottom-color: rgb(253 242 248 / 0.75);
}
.border-b-pink-50\/80 {
  border-bottom-color: rgb(253 242 248 / 0.8);
}
.border-b-pink-50\/85 {
  border-bottom-color: rgb(253 242 248 / 0.85);
}
.border-b-pink-50\/90 {
  border-bottom-color: rgb(253 242 248 / 0.9);
}
.border-b-pink-50\/95 {
  border-bottom-color: rgb(253 242 248 / 0.95);
}
.border-b-pink-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-b-pink-500\/0 {
  border-bottom-color: rgb(236 72 153 / 0);
}
.border-b-pink-500\/10 {
  border-bottom-color: rgb(236 72 153 / 0.1);
}
.border-b-pink-500\/100 {
  border-bottom-color: rgb(236 72 153 / 1);
}
.border-b-pink-500\/15 {
  border-bottom-color: rgb(236 72 153 / 0.15);
}
.border-b-pink-500\/20 {
  border-bottom-color: rgb(236 72 153 / 0.2);
}
.border-b-pink-500\/25 {
  border-bottom-color: rgb(236 72 153 / 0.25);
}
.border-b-pink-500\/30 {
  border-bottom-color: rgb(236 72 153 / 0.3);
}
.border-b-pink-500\/35 {
  border-bottom-color: rgb(236 72 153 / 0.35);
}
.border-b-pink-500\/40 {
  border-bottom-color: rgb(236 72 153 / 0.4);
}
.border-b-pink-500\/45 {
  border-bottom-color: rgb(236 72 153 / 0.45);
}
.border-b-pink-500\/5 {
  border-bottom-color: rgb(236 72 153 / 0.05);
}
.border-b-pink-500\/50 {
  border-bottom-color: rgb(236 72 153 / 0.5);
}
.border-b-pink-500\/55 {
  border-bottom-color: rgb(236 72 153 / 0.55);
}
.border-b-pink-500\/60 {
  border-bottom-color: rgb(236 72 153 / 0.6);
}
.border-b-pink-500\/65 {
  border-bottom-color: rgb(236 72 153 / 0.65);
}
.border-b-pink-500\/70 {
  border-bottom-color: rgb(236 72 153 / 0.7);
}
.border-b-pink-500\/75 {
  border-bottom-color: rgb(236 72 153 / 0.75);
}
.border-b-pink-500\/80 {
  border-bottom-color: rgb(236 72 153 / 0.8);
}
.border-b-pink-500\/85 {
  border-bottom-color: rgb(236 72 153 / 0.85);
}
.border-b-pink-500\/90 {
  border-bottom-color: rgb(236 72 153 / 0.9);
}
.border-b-pink-500\/95 {
  border-bottom-color: rgb(236 72 153 / 0.95);
}
.border-b-pink-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-b-pink-600\/0 {
  border-bottom-color: rgb(219 39 119 / 0);
}
.border-b-pink-600\/10 {
  border-bottom-color: rgb(219 39 119 / 0.1);
}
.border-b-pink-600\/100 {
  border-bottom-color: rgb(219 39 119 / 1);
}
.border-b-pink-600\/15 {
  border-bottom-color: rgb(219 39 119 / 0.15);
}
.border-b-pink-600\/20 {
  border-bottom-color: rgb(219 39 119 / 0.2);
}
.border-b-pink-600\/25 {
  border-bottom-color: rgb(219 39 119 / 0.25);
}
.border-b-pink-600\/30 {
  border-bottom-color: rgb(219 39 119 / 0.3);
}
.border-b-pink-600\/35 {
  border-bottom-color: rgb(219 39 119 / 0.35);
}
.border-b-pink-600\/40 {
  border-bottom-color: rgb(219 39 119 / 0.4);
}
.border-b-pink-600\/45 {
  border-bottom-color: rgb(219 39 119 / 0.45);
}
.border-b-pink-600\/5 {
  border-bottom-color: rgb(219 39 119 / 0.05);
}
.border-b-pink-600\/50 {
  border-bottom-color: rgb(219 39 119 / 0.5);
}
.border-b-pink-600\/55 {
  border-bottom-color: rgb(219 39 119 / 0.55);
}
.border-b-pink-600\/60 {
  border-bottom-color: rgb(219 39 119 / 0.6);
}
.border-b-pink-600\/65 {
  border-bottom-color: rgb(219 39 119 / 0.65);
}
.border-b-pink-600\/70 {
  border-bottom-color: rgb(219 39 119 / 0.7);
}
.border-b-pink-600\/75 {
  border-bottom-color: rgb(219 39 119 / 0.75);
}
.border-b-pink-600\/80 {
  border-bottom-color: rgb(219 39 119 / 0.8);
}
.border-b-pink-600\/85 {
  border-bottom-color: rgb(219 39 119 / 0.85);
}
.border-b-pink-600\/90 {
  border-bottom-color: rgb(219 39 119 / 0.9);
}
.border-b-pink-600\/95 {
  border-bottom-color: rgb(219 39 119 / 0.95);
}
.border-b-pink-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-b-pink-700\/0 {
  border-bottom-color: rgb(190 24 93 / 0);
}
.border-b-pink-700\/10 {
  border-bottom-color: rgb(190 24 93 / 0.1);
}
.border-b-pink-700\/100 {
  border-bottom-color: rgb(190 24 93 / 1);
}
.border-b-pink-700\/15 {
  border-bottom-color: rgb(190 24 93 / 0.15);
}
.border-b-pink-700\/20 {
  border-bottom-color: rgb(190 24 93 / 0.2);
}
.border-b-pink-700\/25 {
  border-bottom-color: rgb(190 24 93 / 0.25);
}
.border-b-pink-700\/30 {
  border-bottom-color: rgb(190 24 93 / 0.3);
}
.border-b-pink-700\/35 {
  border-bottom-color: rgb(190 24 93 / 0.35);
}
.border-b-pink-700\/40 {
  border-bottom-color: rgb(190 24 93 / 0.4);
}
.border-b-pink-700\/45 {
  border-bottom-color: rgb(190 24 93 / 0.45);
}
.border-b-pink-700\/5 {
  border-bottom-color: rgb(190 24 93 / 0.05);
}
.border-b-pink-700\/50 {
  border-bottom-color: rgb(190 24 93 / 0.5);
}
.border-b-pink-700\/55 {
  border-bottom-color: rgb(190 24 93 / 0.55);
}
.border-b-pink-700\/60 {
  border-bottom-color: rgb(190 24 93 / 0.6);
}
.border-b-pink-700\/65 {
  border-bottom-color: rgb(190 24 93 / 0.65);
}
.border-b-pink-700\/70 {
  border-bottom-color: rgb(190 24 93 / 0.7);
}
.border-b-pink-700\/75 {
  border-bottom-color: rgb(190 24 93 / 0.75);
}
.border-b-pink-700\/80 {
  border-bottom-color: rgb(190 24 93 / 0.8);
}
.border-b-pink-700\/85 {
  border-bottom-color: rgb(190 24 93 / 0.85);
}
.border-b-pink-700\/90 {
  border-bottom-color: rgb(190 24 93 / 0.9);
}
.border-b-pink-700\/95 {
  border-bottom-color: rgb(190 24 93 / 0.95);
}
.border-b-pink-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-b-pink-800\/0 {
  border-bottom-color: rgb(157 23 77 / 0);
}
.border-b-pink-800\/10 {
  border-bottom-color: rgb(157 23 77 / 0.1);
}
.border-b-pink-800\/100 {
  border-bottom-color: rgb(157 23 77 / 1);
}
.border-b-pink-800\/15 {
  border-bottom-color: rgb(157 23 77 / 0.15);
}
.border-b-pink-800\/20 {
  border-bottom-color: rgb(157 23 77 / 0.2);
}
.border-b-pink-800\/25 {
  border-bottom-color: rgb(157 23 77 / 0.25);
}
.border-b-pink-800\/30 {
  border-bottom-color: rgb(157 23 77 / 0.3);
}
.border-b-pink-800\/35 {
  border-bottom-color: rgb(157 23 77 / 0.35);
}
.border-b-pink-800\/40 {
  border-bottom-color: rgb(157 23 77 / 0.4);
}
.border-b-pink-800\/45 {
  border-bottom-color: rgb(157 23 77 / 0.45);
}
.border-b-pink-800\/5 {
  border-bottom-color: rgb(157 23 77 / 0.05);
}
.border-b-pink-800\/50 {
  border-bottom-color: rgb(157 23 77 / 0.5);
}
.border-b-pink-800\/55 {
  border-bottom-color: rgb(157 23 77 / 0.55);
}
.border-b-pink-800\/60 {
  border-bottom-color: rgb(157 23 77 / 0.6);
}
.border-b-pink-800\/65 {
  border-bottom-color: rgb(157 23 77 / 0.65);
}
.border-b-pink-800\/70 {
  border-bottom-color: rgb(157 23 77 / 0.7);
}
.border-b-pink-800\/75 {
  border-bottom-color: rgb(157 23 77 / 0.75);
}
.border-b-pink-800\/80 {
  border-bottom-color: rgb(157 23 77 / 0.8);
}
.border-b-pink-800\/85 {
  border-bottom-color: rgb(157 23 77 / 0.85);
}
.border-b-pink-800\/90 {
  border-bottom-color: rgb(157 23 77 / 0.9);
}
.border-b-pink-800\/95 {
  border-bottom-color: rgb(157 23 77 / 0.95);
}
.border-b-pink-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-b-pink-900\/0 {
  border-bottom-color: rgb(131 24 67 / 0);
}
.border-b-pink-900\/10 {
  border-bottom-color: rgb(131 24 67 / 0.1);
}
.border-b-pink-900\/100 {
  border-bottom-color: rgb(131 24 67 / 1);
}
.border-b-pink-900\/15 {
  border-bottom-color: rgb(131 24 67 / 0.15);
}
.border-b-pink-900\/20 {
  border-bottom-color: rgb(131 24 67 / 0.2);
}
.border-b-pink-900\/25 {
  border-bottom-color: rgb(131 24 67 / 0.25);
}
.border-b-pink-900\/30 {
  border-bottom-color: rgb(131 24 67 / 0.3);
}
.border-b-pink-900\/35 {
  border-bottom-color: rgb(131 24 67 / 0.35);
}
.border-b-pink-900\/40 {
  border-bottom-color: rgb(131 24 67 / 0.4);
}
.border-b-pink-900\/45 {
  border-bottom-color: rgb(131 24 67 / 0.45);
}
.border-b-pink-900\/5 {
  border-bottom-color: rgb(131 24 67 / 0.05);
}
.border-b-pink-900\/50 {
  border-bottom-color: rgb(131 24 67 / 0.5);
}
.border-b-pink-900\/55 {
  border-bottom-color: rgb(131 24 67 / 0.55);
}
.border-b-pink-900\/60 {
  border-bottom-color: rgb(131 24 67 / 0.6);
}
.border-b-pink-900\/65 {
  border-bottom-color: rgb(131 24 67 / 0.65);
}
.border-b-pink-900\/70 {
  border-bottom-color: rgb(131 24 67 / 0.7);
}
.border-b-pink-900\/75 {
  border-bottom-color: rgb(131 24 67 / 0.75);
}
.border-b-pink-900\/80 {
  border-bottom-color: rgb(131 24 67 / 0.8);
}
.border-b-pink-900\/85 {
  border-bottom-color: rgb(131 24 67 / 0.85);
}
.border-b-pink-900\/90 {
  border-bottom-color: rgb(131 24 67 / 0.9);
}
.border-b-pink-900\/95 {
  border-bottom-color: rgb(131 24 67 / 0.95);
}
.border-b-pink-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-b-pink-950\/0 {
  border-bottom-color: rgb(80 7 36 / 0);
}
.border-b-pink-950\/10 {
  border-bottom-color: rgb(80 7 36 / 0.1);
}
.border-b-pink-950\/100 {
  border-bottom-color: rgb(80 7 36 / 1);
}
.border-b-pink-950\/15 {
  border-bottom-color: rgb(80 7 36 / 0.15);
}
.border-b-pink-950\/20 {
  border-bottom-color: rgb(80 7 36 / 0.2);
}
.border-b-pink-950\/25 {
  border-bottom-color: rgb(80 7 36 / 0.25);
}
.border-b-pink-950\/30 {
  border-bottom-color: rgb(80 7 36 / 0.3);
}
.border-b-pink-950\/35 {
  border-bottom-color: rgb(80 7 36 / 0.35);
}
.border-b-pink-950\/40 {
  border-bottom-color: rgb(80 7 36 / 0.4);
}
.border-b-pink-950\/45 {
  border-bottom-color: rgb(80 7 36 / 0.45);
}
.border-b-pink-950\/5 {
  border-bottom-color: rgb(80 7 36 / 0.05);
}
.border-b-pink-950\/50 {
  border-bottom-color: rgb(80 7 36 / 0.5);
}
.border-b-pink-950\/55 {
  border-bottom-color: rgb(80 7 36 / 0.55);
}
.border-b-pink-950\/60 {
  border-bottom-color: rgb(80 7 36 / 0.6);
}
.border-b-pink-950\/65 {
  border-bottom-color: rgb(80 7 36 / 0.65);
}
.border-b-pink-950\/70 {
  border-bottom-color: rgb(80 7 36 / 0.7);
}
.border-b-pink-950\/75 {
  border-bottom-color: rgb(80 7 36 / 0.75);
}
.border-b-pink-950\/80 {
  border-bottom-color: rgb(80 7 36 / 0.8);
}
.border-b-pink-950\/85 {
  border-bottom-color: rgb(80 7 36 / 0.85);
}
.border-b-pink-950\/90 {
  border-bottom-color: rgb(80 7 36 / 0.9);
}
.border-b-pink-950\/95 {
  border-bottom-color: rgb(80 7 36 / 0.95);
}
.border-b-popover {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
}
.border-b-popover-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
}
.border-b-popover-foreground\/0 {
  border-bottom-color: hsl(var(--popover-foreground) / 0);
}
.border-b-popover-foreground\/10 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.1);
}
.border-b-popover-foreground\/100 {
  border-bottom-color: hsl(var(--popover-foreground) / 1);
}
.border-b-popover-foreground\/15 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.15);
}
.border-b-popover-foreground\/20 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.2);
}
.border-b-popover-foreground\/25 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.25);
}
.border-b-popover-foreground\/30 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.3);
}
.border-b-popover-foreground\/35 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.35);
}
.border-b-popover-foreground\/40 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.4);
}
.border-b-popover-foreground\/45 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.45);
}
.border-b-popover-foreground\/5 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.05);
}
.border-b-popover-foreground\/50 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.5);
}
.border-b-popover-foreground\/55 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.55);
}
.border-b-popover-foreground\/60 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.6);
}
.border-b-popover-foreground\/65 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.65);
}
.border-b-popover-foreground\/70 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.7);
}
.border-b-popover-foreground\/75 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.75);
}
.border-b-popover-foreground\/80 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.8);
}
.border-b-popover-foreground\/85 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.85);
}
.border-b-popover-foreground\/90 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.9);
}
.border-b-popover-foreground\/95 {
  border-bottom-color: hsl(var(--popover-foreground) / 0.95);
}
.border-b-popover\/0 {
  border-bottom-color: hsl(var(--popover) / 0);
}
.border-b-popover\/10 {
  border-bottom-color: hsl(var(--popover) / 0.1);
}
.border-b-popover\/100 {
  border-bottom-color: hsl(var(--popover) / 1);
}
.border-b-popover\/15 {
  border-bottom-color: hsl(var(--popover) / 0.15);
}
.border-b-popover\/20 {
  border-bottom-color: hsl(var(--popover) / 0.2);
}
.border-b-popover\/25 {
  border-bottom-color: hsl(var(--popover) / 0.25);
}
.border-b-popover\/30 {
  border-bottom-color: hsl(var(--popover) / 0.3);
}
.border-b-popover\/35 {
  border-bottom-color: hsl(var(--popover) / 0.35);
}
.border-b-popover\/40 {
  border-bottom-color: hsl(var(--popover) / 0.4);
}
.border-b-popover\/45 {
  border-bottom-color: hsl(var(--popover) / 0.45);
}
.border-b-popover\/5 {
  border-bottom-color: hsl(var(--popover) / 0.05);
}
.border-b-popover\/50 {
  border-bottom-color: hsl(var(--popover) / 0.5);
}
.border-b-popover\/55 {
  border-bottom-color: hsl(var(--popover) / 0.55);
}
.border-b-popover\/60 {
  border-bottom-color: hsl(var(--popover) / 0.6);
}
.border-b-popover\/65 {
  border-bottom-color: hsl(var(--popover) / 0.65);
}
.border-b-popover\/70 {
  border-bottom-color: hsl(var(--popover) / 0.7);
}
.border-b-popover\/75 {
  border-bottom-color: hsl(var(--popover) / 0.75);
}
.border-b-popover\/80 {
  border-bottom-color: hsl(var(--popover) / 0.8);
}
.border-b-popover\/85 {
  border-bottom-color: hsl(var(--popover) / 0.85);
}
.border-b-popover\/90 {
  border-bottom-color: hsl(var(--popover) / 0.9);
}
.border-b-popover\/95 {
  border-bottom-color: hsl(var(--popover) / 0.95);
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}
.border-b-primary-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
}
.border-b-primary-foreground\/0 {
  border-bottom-color: hsl(var(--primary-foreground) / 0);
}
.border-b-primary-foreground\/10 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.1);
}
.border-b-primary-foreground\/100 {
  border-bottom-color: hsl(var(--primary-foreground) / 1);
}
.border-b-primary-foreground\/15 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.15);
}
.border-b-primary-foreground\/20 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.2);
}
.border-b-primary-foreground\/25 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.25);
}
.border-b-primary-foreground\/30 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.3);
}
.border-b-primary-foreground\/35 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.35);
}
.border-b-primary-foreground\/40 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.4);
}
.border-b-primary-foreground\/45 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.45);
}
.border-b-primary-foreground\/5 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.05);
}
.border-b-primary-foreground\/50 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.5);
}
.border-b-primary-foreground\/55 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.55);
}
.border-b-primary-foreground\/60 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.6);
}
.border-b-primary-foreground\/65 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.65);
}
.border-b-primary-foreground\/70 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.7);
}
.border-b-primary-foreground\/75 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.75);
}
.border-b-primary-foreground\/80 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.8);
}
.border-b-primary-foreground\/85 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.85);
}
.border-b-primary-foreground\/90 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.9);
}
.border-b-primary-foreground\/95 {
  border-bottom-color: hsl(var(--primary-foreground) / 0.95);
}
.border-b-primary\/0 {
  border-bottom-color: hsl(var(--primary) / 0);
}
.border-b-primary\/10 {
  border-bottom-color: hsl(var(--primary) / 0.1);
}
.border-b-primary\/100 {
  border-bottom-color: hsl(var(--primary) / 1);
}
.border-b-primary\/15 {
  border-bottom-color: hsl(var(--primary) / 0.15);
}
.border-b-primary\/20 {
  border-bottom-color: hsl(var(--primary) / 0.2);
}
.border-b-primary\/25 {
  border-bottom-color: hsl(var(--primary) / 0.25);
}
.border-b-primary\/30 {
  border-bottom-color: hsl(var(--primary) / 0.3);
}
.border-b-primary\/35 {
  border-bottom-color: hsl(var(--primary) / 0.35);
}
.border-b-primary\/40 {
  border-bottom-color: hsl(var(--primary) / 0.4);
}
.border-b-primary\/45 {
  border-bottom-color: hsl(var(--primary) / 0.45);
}
.border-b-primary\/5 {
  border-bottom-color: hsl(var(--primary) / 0.05);
}
.border-b-primary\/50 {
  border-bottom-color: hsl(var(--primary) / 0.5);
}
.border-b-primary\/55 {
  border-bottom-color: hsl(var(--primary) / 0.55);
}
.border-b-primary\/60 {
  border-bottom-color: hsl(var(--primary) / 0.6);
}
.border-b-primary\/65 {
  border-bottom-color: hsl(var(--primary) / 0.65);
}
.border-b-primary\/70 {
  border-bottom-color: hsl(var(--primary) / 0.7);
}
.border-b-primary\/75 {
  border-bottom-color: hsl(var(--primary) / 0.75);
}
.border-b-primary\/80 {
  border-bottom-color: hsl(var(--primary) / 0.8);
}
.border-b-primary\/85 {
  border-bottom-color: hsl(var(--primary) / 0.85);
}
.border-b-primary\/90 {
  border-bottom-color: hsl(var(--primary) / 0.9);
}
.border-b-primary\/95 {
  border-bottom-color: hsl(var(--primary) / 0.95);
}
.border-b-purple-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-100\/0 {
  border-bottom-color: rgb(243 232 255 / 0);
}
.border-b-purple-100\/10 {
  border-bottom-color: rgb(243 232 255 / 0.1);
}
.border-b-purple-100\/100 {
  border-bottom-color: rgb(243 232 255 / 1);
}
.border-b-purple-100\/15 {
  border-bottom-color: rgb(243 232 255 / 0.15);
}
.border-b-purple-100\/20 {
  border-bottom-color: rgb(243 232 255 / 0.2);
}
.border-b-purple-100\/25 {
  border-bottom-color: rgb(243 232 255 / 0.25);
}
.border-b-purple-100\/30 {
  border-bottom-color: rgb(243 232 255 / 0.3);
}
.border-b-purple-100\/35 {
  border-bottom-color: rgb(243 232 255 / 0.35);
}
.border-b-purple-100\/40 {
  border-bottom-color: rgb(243 232 255 / 0.4);
}
.border-b-purple-100\/45 {
  border-bottom-color: rgb(243 232 255 / 0.45);
}
.border-b-purple-100\/5 {
  border-bottom-color: rgb(243 232 255 / 0.05);
}
.border-b-purple-100\/50 {
  border-bottom-color: rgb(243 232 255 / 0.5);
}
.border-b-purple-100\/55 {
  border-bottom-color: rgb(243 232 255 / 0.55);
}
.border-b-purple-100\/60 {
  border-bottom-color: rgb(243 232 255 / 0.6);
}
.border-b-purple-100\/65 {
  border-bottom-color: rgb(243 232 255 / 0.65);
}
.border-b-purple-100\/70 {
  border-bottom-color: rgb(243 232 255 / 0.7);
}
.border-b-purple-100\/75 {
  border-bottom-color: rgb(243 232 255 / 0.75);
}
.border-b-purple-100\/80 {
  border-bottom-color: rgb(243 232 255 / 0.8);
}
.border-b-purple-100\/85 {
  border-bottom-color: rgb(243 232 255 / 0.85);
}
.border-b-purple-100\/90 {
  border-bottom-color: rgb(243 232 255 / 0.9);
}
.border-b-purple-100\/95 {
  border-bottom-color: rgb(243 232 255 / 0.95);
}
.border-b-purple-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-200\/0 {
  border-bottom-color: rgb(233 213 255 / 0);
}
.border-b-purple-200\/10 {
  border-bottom-color: rgb(233 213 255 / 0.1);
}
.border-b-purple-200\/100 {
  border-bottom-color: rgb(233 213 255 / 1);
}
.border-b-purple-200\/15 {
  border-bottom-color: rgb(233 213 255 / 0.15);
}
.border-b-purple-200\/20 {
  border-bottom-color: rgb(233 213 255 / 0.2);
}
.border-b-purple-200\/25 {
  border-bottom-color: rgb(233 213 255 / 0.25);
}
.border-b-purple-200\/30 {
  border-bottom-color: rgb(233 213 255 / 0.3);
}
.border-b-purple-200\/35 {
  border-bottom-color: rgb(233 213 255 / 0.35);
}
.border-b-purple-200\/40 {
  border-bottom-color: rgb(233 213 255 / 0.4);
}
.border-b-purple-200\/45 {
  border-bottom-color: rgb(233 213 255 / 0.45);
}
.border-b-purple-200\/5 {
  border-bottom-color: rgb(233 213 255 / 0.05);
}
.border-b-purple-200\/50 {
  border-bottom-color: rgb(233 213 255 / 0.5);
}
.border-b-purple-200\/55 {
  border-bottom-color: rgb(233 213 255 / 0.55);
}
.border-b-purple-200\/60 {
  border-bottom-color: rgb(233 213 255 / 0.6);
}
.border-b-purple-200\/65 {
  border-bottom-color: rgb(233 213 255 / 0.65);
}
.border-b-purple-200\/70 {
  border-bottom-color: rgb(233 213 255 / 0.7);
}
.border-b-purple-200\/75 {
  border-bottom-color: rgb(233 213 255 / 0.75);
}
.border-b-purple-200\/80 {
  border-bottom-color: rgb(233 213 255 / 0.8);
}
.border-b-purple-200\/85 {
  border-bottom-color: rgb(233 213 255 / 0.85);
}
.border-b-purple-200\/90 {
  border-bottom-color: rgb(233 213 255 / 0.9);
}
.border-b-purple-200\/95 {
  border-bottom-color: rgb(233 213 255 / 0.95);
}
.border-b-purple-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-b-purple-300\/0 {
  border-bottom-color: rgb(216 180 254 / 0);
}
.border-b-purple-300\/10 {
  border-bottom-color: rgb(216 180 254 / 0.1);
}
.border-b-purple-300\/100 {
  border-bottom-color: rgb(216 180 254 / 1);
}
.border-b-purple-300\/15 {
  border-bottom-color: rgb(216 180 254 / 0.15);
}
.border-b-purple-300\/20 {
  border-bottom-color: rgb(216 180 254 / 0.2);
}
.border-b-purple-300\/25 {
  border-bottom-color: rgb(216 180 254 / 0.25);
}
.border-b-purple-300\/30 {
  border-bottom-color: rgb(216 180 254 / 0.3);
}
.border-b-purple-300\/35 {
  border-bottom-color: rgb(216 180 254 / 0.35);
}
.border-b-purple-300\/40 {
  border-bottom-color: rgb(216 180 254 / 0.4);
}
.border-b-purple-300\/45 {
  border-bottom-color: rgb(216 180 254 / 0.45);
}
.border-b-purple-300\/5 {
  border-bottom-color: rgb(216 180 254 / 0.05);
}
.border-b-purple-300\/50 {
  border-bottom-color: rgb(216 180 254 / 0.5);
}
.border-b-purple-300\/55 {
  border-bottom-color: rgb(216 180 254 / 0.55);
}
.border-b-purple-300\/60 {
  border-bottom-color: rgb(216 180 254 / 0.6);
}
.border-b-purple-300\/65 {
  border-bottom-color: rgb(216 180 254 / 0.65);
}
.border-b-purple-300\/70 {
  border-bottom-color: rgb(216 180 254 / 0.7);
}
.border-b-purple-300\/75 {
  border-bottom-color: rgb(216 180 254 / 0.75);
}
.border-b-purple-300\/80 {
  border-bottom-color: rgb(216 180 254 / 0.8);
}
.border-b-purple-300\/85 {
  border-bottom-color: rgb(216 180 254 / 0.85);
}
.border-b-purple-300\/90 {
  border-bottom-color: rgb(216 180 254 / 0.9);
}
.border-b-purple-300\/95 {
  border-bottom-color: rgb(216 180 254 / 0.95);
}
.border-b-purple-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-b-purple-400\/0 {
  border-bottom-color: rgb(192 132 252 / 0);
}
.border-b-purple-400\/10 {
  border-bottom-color: rgb(192 132 252 / 0.1);
}
.border-b-purple-400\/100 {
  border-bottom-color: rgb(192 132 252 / 1);
}
.border-b-purple-400\/15 {
  border-bottom-color: rgb(192 132 252 / 0.15);
}
.border-b-purple-400\/20 {
  border-bottom-color: rgb(192 132 252 / 0.2);
}
.border-b-purple-400\/25 {
  border-bottom-color: rgb(192 132 252 / 0.25);
}
.border-b-purple-400\/30 {
  border-bottom-color: rgb(192 132 252 / 0.3);
}
.border-b-purple-400\/35 {
  border-bottom-color: rgb(192 132 252 / 0.35);
}
.border-b-purple-400\/40 {
  border-bottom-color: rgb(192 132 252 / 0.4);
}
.border-b-purple-400\/45 {
  border-bottom-color: rgb(192 132 252 / 0.45);
}
.border-b-purple-400\/5 {
  border-bottom-color: rgb(192 132 252 / 0.05);
}
.border-b-purple-400\/50 {
  border-bottom-color: rgb(192 132 252 / 0.5);
}
.border-b-purple-400\/55 {
  border-bottom-color: rgb(192 132 252 / 0.55);
}
.border-b-purple-400\/60 {
  border-bottom-color: rgb(192 132 252 / 0.6);
}
.border-b-purple-400\/65 {
  border-bottom-color: rgb(192 132 252 / 0.65);
}
.border-b-purple-400\/70 {
  border-bottom-color: rgb(192 132 252 / 0.7);
}
.border-b-purple-400\/75 {
  border-bottom-color: rgb(192 132 252 / 0.75);
}
.border-b-purple-400\/80 {
  border-bottom-color: rgb(192 132 252 / 0.8);
}
.border-b-purple-400\/85 {
  border-bottom-color: rgb(192 132 252 / 0.85);
}
.border-b-purple-400\/90 {
  border-bottom-color: rgb(192 132 252 / 0.9);
}
.border-b-purple-400\/95 {
  border-bottom-color: rgb(192 132 252 / 0.95);
}
.border-b-purple-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-b-purple-50\/0 {
  border-bottom-color: rgb(250 245 255 / 0);
}
.border-b-purple-50\/10 {
  border-bottom-color: rgb(250 245 255 / 0.1);
}
.border-b-purple-50\/100 {
  border-bottom-color: rgb(250 245 255 / 1);
}
.border-b-purple-50\/15 {
  border-bottom-color: rgb(250 245 255 / 0.15);
}
.border-b-purple-50\/20 {
  border-bottom-color: rgb(250 245 255 / 0.2);
}
.border-b-purple-50\/25 {
  border-bottom-color: rgb(250 245 255 / 0.25);
}
.border-b-purple-50\/30 {
  border-bottom-color: rgb(250 245 255 / 0.3);
}
.border-b-purple-50\/35 {
  border-bottom-color: rgb(250 245 255 / 0.35);
}
.border-b-purple-50\/40 {
  border-bottom-color: rgb(250 245 255 / 0.4);
}
.border-b-purple-50\/45 {
  border-bottom-color: rgb(250 245 255 / 0.45);
}
.border-b-purple-50\/5 {
  border-bottom-color: rgb(250 245 255 / 0.05);
}
.border-b-purple-50\/50 {
  border-bottom-color: rgb(250 245 255 / 0.5);
}
.border-b-purple-50\/55 {
  border-bottom-color: rgb(250 245 255 / 0.55);
}
.border-b-purple-50\/60 {
  border-bottom-color: rgb(250 245 255 / 0.6);
}
.border-b-purple-50\/65 {
  border-bottom-color: rgb(250 245 255 / 0.65);
}
.border-b-purple-50\/70 {
  border-bottom-color: rgb(250 245 255 / 0.7);
}
.border-b-purple-50\/75 {
  border-bottom-color: rgb(250 245 255 / 0.75);
}
.border-b-purple-50\/80 {
  border-bottom-color: rgb(250 245 255 / 0.8);
}
.border-b-purple-50\/85 {
  border-bottom-color: rgb(250 245 255 / 0.85);
}
.border-b-purple-50\/90 {
  border-bottom-color: rgb(250 245 255 / 0.9);
}
.border-b-purple-50\/95 {
  border-bottom-color: rgb(250 245 255 / 0.95);
}
.border-b-purple-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-b-purple-500\/0 {
  border-bottom-color: rgb(168 85 247 / 0);
}
.border-b-purple-500\/10 {
  border-bottom-color: rgb(168 85 247 / 0.1);
}
.border-b-purple-500\/100 {
  border-bottom-color: rgb(168 85 247 / 1);
}
.border-b-purple-500\/15 {
  border-bottom-color: rgb(168 85 247 / 0.15);
}
.border-b-purple-500\/20 {
  border-bottom-color: rgb(168 85 247 / 0.2);
}
.border-b-purple-500\/25 {
  border-bottom-color: rgb(168 85 247 / 0.25);
}
.border-b-purple-500\/30 {
  border-bottom-color: rgb(168 85 247 / 0.3);
}
.border-b-purple-500\/35 {
  border-bottom-color: rgb(168 85 247 / 0.35);
}
.border-b-purple-500\/40 {
  border-bottom-color: rgb(168 85 247 / 0.4);
}
.border-b-purple-500\/45 {
  border-bottom-color: rgb(168 85 247 / 0.45);
}
.border-b-purple-500\/5 {
  border-bottom-color: rgb(168 85 247 / 0.05);
}
.border-b-purple-500\/50 {
  border-bottom-color: rgb(168 85 247 / 0.5);
}
.border-b-purple-500\/55 {
  border-bottom-color: rgb(168 85 247 / 0.55);
}
.border-b-purple-500\/60 {
  border-bottom-color: rgb(168 85 247 / 0.6);
}
.border-b-purple-500\/65 {
  border-bottom-color: rgb(168 85 247 / 0.65);
}
.border-b-purple-500\/70 {
  border-bottom-color: rgb(168 85 247 / 0.7);
}
.border-b-purple-500\/75 {
  border-bottom-color: rgb(168 85 247 / 0.75);
}
.border-b-purple-500\/80 {
  border-bottom-color: rgb(168 85 247 / 0.8);
}
.border-b-purple-500\/85 {
  border-bottom-color: rgb(168 85 247 / 0.85);
}
.border-b-purple-500\/90 {
  border-bottom-color: rgb(168 85 247 / 0.9);
}
.border-b-purple-500\/95 {
  border-bottom-color: rgb(168 85 247 / 0.95);
}
.border-b-purple-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-b-purple-600\/0 {
  border-bottom-color: rgb(147 51 234 / 0);
}
.border-b-purple-600\/10 {
  border-bottom-color: rgb(147 51 234 / 0.1);
}
.border-b-purple-600\/100 {
  border-bottom-color: rgb(147 51 234 / 1);
}
.border-b-purple-600\/15 {
  border-bottom-color: rgb(147 51 234 / 0.15);
}
.border-b-purple-600\/20 {
  border-bottom-color: rgb(147 51 234 / 0.2);
}
.border-b-purple-600\/25 {
  border-bottom-color: rgb(147 51 234 / 0.25);
}
.border-b-purple-600\/30 {
  border-bottom-color: rgb(147 51 234 / 0.3);
}
.border-b-purple-600\/35 {
  border-bottom-color: rgb(147 51 234 / 0.35);
}
.border-b-purple-600\/40 {
  border-bottom-color: rgb(147 51 234 / 0.4);
}
.border-b-purple-600\/45 {
  border-bottom-color: rgb(147 51 234 / 0.45);
}
.border-b-purple-600\/5 {
  border-bottom-color: rgb(147 51 234 / 0.05);
}
.border-b-purple-600\/50 {
  border-bottom-color: rgb(147 51 234 / 0.5);
}
.border-b-purple-600\/55 {
  border-bottom-color: rgb(147 51 234 / 0.55);
}
.border-b-purple-600\/60 {
  border-bottom-color: rgb(147 51 234 / 0.6);
}
.border-b-purple-600\/65 {
  border-bottom-color: rgb(147 51 234 / 0.65);
}
.border-b-purple-600\/70 {
  border-bottom-color: rgb(147 51 234 / 0.7);
}
.border-b-purple-600\/75 {
  border-bottom-color: rgb(147 51 234 / 0.75);
}
.border-b-purple-600\/80 {
  border-bottom-color: rgb(147 51 234 / 0.8);
}
.border-b-purple-600\/85 {
  border-bottom-color: rgb(147 51 234 / 0.85);
}
.border-b-purple-600\/90 {
  border-bottom-color: rgb(147 51 234 / 0.9);
}
.border-b-purple-600\/95 {
  border-bottom-color: rgb(147 51 234 / 0.95);
}
.border-b-purple-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-b-purple-700\/0 {
  border-bottom-color: rgb(126 34 206 / 0);
}
.border-b-purple-700\/10 {
  border-bottom-color: rgb(126 34 206 / 0.1);
}
.border-b-purple-700\/100 {
  border-bottom-color: rgb(126 34 206 / 1);
}
.border-b-purple-700\/15 {
  border-bottom-color: rgb(126 34 206 / 0.15);
}
.border-b-purple-700\/20 {
  border-bottom-color: rgb(126 34 206 / 0.2);
}
.border-b-purple-700\/25 {
  border-bottom-color: rgb(126 34 206 / 0.25);
}
.border-b-purple-700\/30 {
  border-bottom-color: rgb(126 34 206 / 0.3);
}
.border-b-purple-700\/35 {
  border-bottom-color: rgb(126 34 206 / 0.35);
}
.border-b-purple-700\/40 {
  border-bottom-color: rgb(126 34 206 / 0.4);
}
.border-b-purple-700\/45 {
  border-bottom-color: rgb(126 34 206 / 0.45);
}
.border-b-purple-700\/5 {
  border-bottom-color: rgb(126 34 206 / 0.05);
}
.border-b-purple-700\/50 {
  border-bottom-color: rgb(126 34 206 / 0.5);
}
.border-b-purple-700\/55 {
  border-bottom-color: rgb(126 34 206 / 0.55);
}
.border-b-purple-700\/60 {
  border-bottom-color: rgb(126 34 206 / 0.6);
}
.border-b-purple-700\/65 {
  border-bottom-color: rgb(126 34 206 / 0.65);
}
.border-b-purple-700\/70 {
  border-bottom-color: rgb(126 34 206 / 0.7);
}
.border-b-purple-700\/75 {
  border-bottom-color: rgb(126 34 206 / 0.75);
}
.border-b-purple-700\/80 {
  border-bottom-color: rgb(126 34 206 / 0.8);
}
.border-b-purple-700\/85 {
  border-bottom-color: rgb(126 34 206 / 0.85);
}
.border-b-purple-700\/90 {
  border-bottom-color: rgb(126 34 206 / 0.9);
}
.border-b-purple-700\/95 {
  border-bottom-color: rgb(126 34 206 / 0.95);
}
.border-b-purple-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-b-purple-800\/0 {
  border-bottom-color: rgb(107 33 168 / 0);
}
.border-b-purple-800\/10 {
  border-bottom-color: rgb(107 33 168 / 0.1);
}
.border-b-purple-800\/100 {
  border-bottom-color: rgb(107 33 168 / 1);
}
.border-b-purple-800\/15 {
  border-bottom-color: rgb(107 33 168 / 0.15);
}
.border-b-purple-800\/20 {
  border-bottom-color: rgb(107 33 168 / 0.2);
}
.border-b-purple-800\/25 {
  border-bottom-color: rgb(107 33 168 / 0.25);
}
.border-b-purple-800\/30 {
  border-bottom-color: rgb(107 33 168 / 0.3);
}
.border-b-purple-800\/35 {
  border-bottom-color: rgb(107 33 168 / 0.35);
}
.border-b-purple-800\/40 {
  border-bottom-color: rgb(107 33 168 / 0.4);
}
.border-b-purple-800\/45 {
  border-bottom-color: rgb(107 33 168 / 0.45);
}
.border-b-purple-800\/5 {
  border-bottom-color: rgb(107 33 168 / 0.05);
}
.border-b-purple-800\/50 {
  border-bottom-color: rgb(107 33 168 / 0.5);
}
.border-b-purple-800\/55 {
  border-bottom-color: rgb(107 33 168 / 0.55);
}
.border-b-purple-800\/60 {
  border-bottom-color: rgb(107 33 168 / 0.6);
}
.border-b-purple-800\/65 {
  border-bottom-color: rgb(107 33 168 / 0.65);
}
.border-b-purple-800\/70 {
  border-bottom-color: rgb(107 33 168 / 0.7);
}
.border-b-purple-800\/75 {
  border-bottom-color: rgb(107 33 168 / 0.75);
}
.border-b-purple-800\/80 {
  border-bottom-color: rgb(107 33 168 / 0.8);
}
.border-b-purple-800\/85 {
  border-bottom-color: rgb(107 33 168 / 0.85);
}
.border-b-purple-800\/90 {
  border-bottom-color: rgb(107 33 168 / 0.9);
}
.border-b-purple-800\/95 {
  border-bottom-color: rgb(107 33 168 / 0.95);
}
.border-b-purple-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-b-purple-900\/0 {
  border-bottom-color: rgb(88 28 135 / 0);
}
.border-b-purple-900\/10 {
  border-bottom-color: rgb(88 28 135 / 0.1);
}
.border-b-purple-900\/100 {
  border-bottom-color: rgb(88 28 135 / 1);
}
.border-b-purple-900\/15 {
  border-bottom-color: rgb(88 28 135 / 0.15);
}
.border-b-purple-900\/20 {
  border-bottom-color: rgb(88 28 135 / 0.2);
}
.border-b-purple-900\/25 {
  border-bottom-color: rgb(88 28 135 / 0.25);
}
.border-b-purple-900\/30 {
  border-bottom-color: rgb(88 28 135 / 0.3);
}
.border-b-purple-900\/35 {
  border-bottom-color: rgb(88 28 135 / 0.35);
}
.border-b-purple-900\/40 {
  border-bottom-color: rgb(88 28 135 / 0.4);
}
.border-b-purple-900\/45 {
  border-bottom-color: rgb(88 28 135 / 0.45);
}
.border-b-purple-900\/5 {
  border-bottom-color: rgb(88 28 135 / 0.05);
}
.border-b-purple-900\/50 {
  border-bottom-color: rgb(88 28 135 / 0.5);
}
.border-b-purple-900\/55 {
  border-bottom-color: rgb(88 28 135 / 0.55);
}
.border-b-purple-900\/60 {
  border-bottom-color: rgb(88 28 135 / 0.6);
}
.border-b-purple-900\/65 {
  border-bottom-color: rgb(88 28 135 / 0.65);
}
.border-b-purple-900\/70 {
  border-bottom-color: rgb(88 28 135 / 0.7);
}
.border-b-purple-900\/75 {
  border-bottom-color: rgb(88 28 135 / 0.75);
}
.border-b-purple-900\/80 {
  border-bottom-color: rgb(88 28 135 / 0.8);
}
.border-b-purple-900\/85 {
  border-bottom-color: rgb(88 28 135 / 0.85);
}
.border-b-purple-900\/90 {
  border-bottom-color: rgb(88 28 135 / 0.9);
}
.border-b-purple-900\/95 {
  border-bottom-color: rgb(88 28 135 / 0.95);
}
.border-b-purple-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-b-purple-950\/0 {
  border-bottom-color: rgb(59 7 100 / 0);
}
.border-b-purple-950\/10 {
  border-bottom-color: rgb(59 7 100 / 0.1);
}
.border-b-purple-950\/100 {
  border-bottom-color: rgb(59 7 100 / 1);
}
.border-b-purple-950\/15 {
  border-bottom-color: rgb(59 7 100 / 0.15);
}
.border-b-purple-950\/20 {
  border-bottom-color: rgb(59 7 100 / 0.2);
}
.border-b-purple-950\/25 {
  border-bottom-color: rgb(59 7 100 / 0.25);
}
.border-b-purple-950\/30 {
  border-bottom-color: rgb(59 7 100 / 0.3);
}
.border-b-purple-950\/35 {
  border-bottom-color: rgb(59 7 100 / 0.35);
}
.border-b-purple-950\/40 {
  border-bottom-color: rgb(59 7 100 / 0.4);
}
.border-b-purple-950\/45 {
  border-bottom-color: rgb(59 7 100 / 0.45);
}
.border-b-purple-950\/5 {
  border-bottom-color: rgb(59 7 100 / 0.05);
}
.border-b-purple-950\/50 {
  border-bottom-color: rgb(59 7 100 / 0.5);
}
.border-b-purple-950\/55 {
  border-bottom-color: rgb(59 7 100 / 0.55);
}
.border-b-purple-950\/60 {
  border-bottom-color: rgb(59 7 100 / 0.6);
}
.border-b-purple-950\/65 {
  border-bottom-color: rgb(59 7 100 / 0.65);
}
.border-b-purple-950\/70 {
  border-bottom-color: rgb(59 7 100 / 0.7);
}
.border-b-purple-950\/75 {
  border-bottom-color: rgb(59 7 100 / 0.75);
}
.border-b-purple-950\/80 {
  border-bottom-color: rgb(59 7 100 / 0.8);
}
.border-b-purple-950\/85 {
  border-bottom-color: rgb(59 7 100 / 0.85);
}
.border-b-purple-950\/90 {
  border-bottom-color: rgb(59 7 100 / 0.9);
}
.border-b-purple-950\/95 {
  border-bottom-color: rgb(59 7 100 / 0.95);
}
.border-b-red-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-b-red-100\/0 {
  border-bottom-color: rgb(254 226 226 / 0);
}
.border-b-red-100\/10 {
  border-bottom-color: rgb(254 226 226 / 0.1);
}
.border-b-red-100\/100 {
  border-bottom-color: rgb(254 226 226 / 1);
}
.border-b-red-100\/15 {
  border-bottom-color: rgb(254 226 226 / 0.15);
}
.border-b-red-100\/20 {
  border-bottom-color: rgb(254 226 226 / 0.2);
}
.border-b-red-100\/25 {
  border-bottom-color: rgb(254 226 226 / 0.25);
}
.border-b-red-100\/30 {
  border-bottom-color: rgb(254 226 226 / 0.3);
}
.border-b-red-100\/35 {
  border-bottom-color: rgb(254 226 226 / 0.35);
}
.border-b-red-100\/40 {
  border-bottom-color: rgb(254 226 226 / 0.4);
}
.border-b-red-100\/45 {
  border-bottom-color: rgb(254 226 226 / 0.45);
}
.border-b-red-100\/5 {
  border-bottom-color: rgb(254 226 226 / 0.05);
}
.border-b-red-100\/50 {
  border-bottom-color: rgb(254 226 226 / 0.5);
}
.border-b-red-100\/55 {
  border-bottom-color: rgb(254 226 226 / 0.55);
}
.border-b-red-100\/60 {
  border-bottom-color: rgb(254 226 226 / 0.6);
}
.border-b-red-100\/65 {
  border-bottom-color: rgb(254 226 226 / 0.65);
}
.border-b-red-100\/70 {
  border-bottom-color: rgb(254 226 226 / 0.7);
}
.border-b-red-100\/75 {
  border-bottom-color: rgb(254 226 226 / 0.75);
}
.border-b-red-100\/80 {
  border-bottom-color: rgb(254 226 226 / 0.8);
}
.border-b-red-100\/85 {
  border-bottom-color: rgb(254 226 226 / 0.85);
}
.border-b-red-100\/90 {
  border-bottom-color: rgb(254 226 226 / 0.9);
}
.border-b-red-100\/95 {
  border-bottom-color: rgb(254 226 226 / 0.95);
}
.border-b-red-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-b-red-200\/0 {
  border-bottom-color: rgb(254 202 202 / 0);
}
.border-b-red-200\/10 {
  border-bottom-color: rgb(254 202 202 / 0.1);
}
.border-b-red-200\/100 {
  border-bottom-color: rgb(254 202 202 / 1);
}
.border-b-red-200\/15 {
  border-bottom-color: rgb(254 202 202 / 0.15);
}
.border-b-red-200\/20 {
  border-bottom-color: rgb(254 202 202 / 0.2);
}
.border-b-red-200\/25 {
  border-bottom-color: rgb(254 202 202 / 0.25);
}
.border-b-red-200\/30 {
  border-bottom-color: rgb(254 202 202 / 0.3);
}
.border-b-red-200\/35 {
  border-bottom-color: rgb(254 202 202 / 0.35);
}
.border-b-red-200\/40 {
  border-bottom-color: rgb(254 202 202 / 0.4);
}
.border-b-red-200\/45 {
  border-bottom-color: rgb(254 202 202 / 0.45);
}
.border-b-red-200\/5 {
  border-bottom-color: rgb(254 202 202 / 0.05);
}
.border-b-red-200\/50 {
  border-bottom-color: rgb(254 202 202 / 0.5);
}
.border-b-red-200\/55 {
  border-bottom-color: rgb(254 202 202 / 0.55);
}
.border-b-red-200\/60 {
  border-bottom-color: rgb(254 202 202 / 0.6);
}
.border-b-red-200\/65 {
  border-bottom-color: rgb(254 202 202 / 0.65);
}
.border-b-red-200\/70 {
  border-bottom-color: rgb(254 202 202 / 0.7);
}
.border-b-red-200\/75 {
  border-bottom-color: rgb(254 202 202 / 0.75);
}
.border-b-red-200\/80 {
  border-bottom-color: rgb(254 202 202 / 0.8);
}
.border-b-red-200\/85 {
  border-bottom-color: rgb(254 202 202 / 0.85);
}
.border-b-red-200\/90 {
  border-bottom-color: rgb(254 202 202 / 0.9);
}
.border-b-red-200\/95 {
  border-bottom-color: rgb(254 202 202 / 0.95);
}
.border-b-red-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-b-red-300\/0 {
  border-bottom-color: rgb(252 165 165 / 0);
}
.border-b-red-300\/10 {
  border-bottom-color: rgb(252 165 165 / 0.1);
}
.border-b-red-300\/100 {
  border-bottom-color: rgb(252 165 165 / 1);
}
.border-b-red-300\/15 {
  border-bottom-color: rgb(252 165 165 / 0.15);
}
.border-b-red-300\/20 {
  border-bottom-color: rgb(252 165 165 / 0.2);
}
.border-b-red-300\/25 {
  border-bottom-color: rgb(252 165 165 / 0.25);
}
.border-b-red-300\/30 {
  border-bottom-color: rgb(252 165 165 / 0.3);
}
.border-b-red-300\/35 {
  border-bottom-color: rgb(252 165 165 / 0.35);
}
.border-b-red-300\/40 {
  border-bottom-color: rgb(252 165 165 / 0.4);
}
.border-b-red-300\/45 {
  border-bottom-color: rgb(252 165 165 / 0.45);
}
.border-b-red-300\/5 {
  border-bottom-color: rgb(252 165 165 / 0.05);
}
.border-b-red-300\/50 {
  border-bottom-color: rgb(252 165 165 / 0.5);
}
.border-b-red-300\/55 {
  border-bottom-color: rgb(252 165 165 / 0.55);
}
.border-b-red-300\/60 {
  border-bottom-color: rgb(252 165 165 / 0.6);
}
.border-b-red-300\/65 {
  border-bottom-color: rgb(252 165 165 / 0.65);
}
.border-b-red-300\/70 {
  border-bottom-color: rgb(252 165 165 / 0.7);
}
.border-b-red-300\/75 {
  border-bottom-color: rgb(252 165 165 / 0.75);
}
.border-b-red-300\/80 {
  border-bottom-color: rgb(252 165 165 / 0.8);
}
.border-b-red-300\/85 {
  border-bottom-color: rgb(252 165 165 / 0.85);
}
.border-b-red-300\/90 {
  border-bottom-color: rgb(252 165 165 / 0.9);
}
.border-b-red-300\/95 {
  border-bottom-color: rgb(252 165 165 / 0.95);
}
.border-b-red-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-b-red-400\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-red-400\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-red-400\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-red-400\/15 {
  border-bottom-color: rgb(248 113 113 / 0.15);
}
.border-b-red-400\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-red-400\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-red-400\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-red-400\/35 {
  border-bottom-color: rgb(248 113 113 / 0.35);
}
.border-b-red-400\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-red-400\/45 {
  border-bottom-color: rgb(248 113 113 / 0.45);
}
.border-b-red-400\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-red-400\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-red-400\/55 {
  border-bottom-color: rgb(248 113 113 / 0.55);
}
.border-b-red-400\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-red-400\/65 {
  border-bottom-color: rgb(248 113 113 / 0.65);
}
.border-b-red-400\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-red-400\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-red-400\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-red-400\/85 {
  border-bottom-color: rgb(248 113 113 / 0.85);
}
.border-b-red-400\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-red-400\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-red-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-b-red-50\/0 {
  border-bottom-color: rgb(254 242 242 / 0);
}
.border-b-red-50\/10 {
  border-bottom-color: rgb(254 242 242 / 0.1);
}
.border-b-red-50\/100 {
  border-bottom-color: rgb(254 242 242 / 1);
}
.border-b-red-50\/15 {
  border-bottom-color: rgb(254 242 242 / 0.15);
}
.border-b-red-50\/20 {
  border-bottom-color: rgb(254 242 242 / 0.2);
}
.border-b-red-50\/25 {
  border-bottom-color: rgb(254 242 242 / 0.25);
}
.border-b-red-50\/30 {
  border-bottom-color: rgb(254 242 242 / 0.3);
}
.border-b-red-50\/35 {
  border-bottom-color: rgb(254 242 242 / 0.35);
}
.border-b-red-50\/40 {
  border-bottom-color: rgb(254 242 242 / 0.4);
}
.border-b-red-50\/45 {
  border-bottom-color: rgb(254 242 242 / 0.45);
}
.border-b-red-50\/5 {
  border-bottom-color: rgb(254 242 242 / 0.05);
}
.border-b-red-50\/50 {
  border-bottom-color: rgb(254 242 242 / 0.5);
}
.border-b-red-50\/55 {
  border-bottom-color: rgb(254 242 242 / 0.55);
}
.border-b-red-50\/60 {
  border-bottom-color: rgb(254 242 242 / 0.6);
}
.border-b-red-50\/65 {
  border-bottom-color: rgb(254 242 242 / 0.65);
}
.border-b-red-50\/70 {
  border-bottom-color: rgb(254 242 242 / 0.7);
}
.border-b-red-50\/75 {
  border-bottom-color: rgb(254 242 242 / 0.75);
}
.border-b-red-50\/80 {
  border-bottom-color: rgb(254 242 242 / 0.8);
}
.border-b-red-50\/85 {
  border-bottom-color: rgb(254 242 242 / 0.85);
}
.border-b-red-50\/90 {
  border-bottom-color: rgb(254 242 242 / 0.9);
}
.border-b-red-50\/95 {
  border-bottom-color: rgb(254 242 242 / 0.95);
}
.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-b-red-500\/0 {
  border-bottom-color: rgb(239 68 68 / 0);
}
.border-b-red-500\/10 {
  border-bottom-color: rgb(239 68 68 / 0.1);
}
.border-b-red-500\/100 {
  border-bottom-color: rgb(239 68 68 / 1);
}
.border-b-red-500\/15 {
  border-bottom-color: rgb(239 68 68 / 0.15);
}
.border-b-red-500\/20 {
  border-bottom-color: rgb(239 68 68 / 0.2);
}
.border-b-red-500\/25 {
  border-bottom-color: rgb(239 68 68 / 0.25);
}
.border-b-red-500\/30 {
  border-bottom-color: rgb(239 68 68 / 0.3);
}
.border-b-red-500\/35 {
  border-bottom-color: rgb(239 68 68 / 0.35);
}
.border-b-red-500\/40 {
  border-bottom-color: rgb(239 68 68 / 0.4);
}
.border-b-red-500\/45 {
  border-bottom-color: rgb(239 68 68 / 0.45);
}
.border-b-red-500\/5 {
  border-bottom-color: rgb(239 68 68 / 0.05);
}
.border-b-red-500\/50 {
  border-bottom-color: rgb(239 68 68 / 0.5);
}
.border-b-red-500\/55 {
  border-bottom-color: rgb(239 68 68 / 0.55);
}
.border-b-red-500\/60 {
  border-bottom-color: rgb(239 68 68 / 0.6);
}
.border-b-red-500\/65 {
  border-bottom-color: rgb(239 68 68 / 0.65);
}
.border-b-red-500\/70 {
  border-bottom-color: rgb(239 68 68 / 0.7);
}
.border-b-red-500\/75 {
  border-bottom-color: rgb(239 68 68 / 0.75);
}
.border-b-red-500\/80 {
  border-bottom-color: rgb(239 68 68 / 0.8);
}
.border-b-red-500\/85 {
  border-bottom-color: rgb(239 68 68 / 0.85);
}
.border-b-red-500\/90 {
  border-bottom-color: rgb(239 68 68 / 0.9);
}
.border-b-red-500\/95 {
  border-bottom-color: rgb(239 68 68 / 0.95);
}
.border-b-red-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-b-red-600\/0 {
  border-bottom-color: rgb(220 38 38 / 0);
}
.border-b-red-600\/10 {
  border-bottom-color: rgb(220 38 38 / 0.1);
}
.border-b-red-600\/100 {
  border-bottom-color: rgb(220 38 38 / 1);
}
.border-b-red-600\/15 {
  border-bottom-color: rgb(220 38 38 / 0.15);
}
.border-b-red-600\/20 {
  border-bottom-color: rgb(220 38 38 / 0.2);
}
.border-b-red-600\/25 {
  border-bottom-color: rgb(220 38 38 / 0.25);
}
.border-b-red-600\/30 {
  border-bottom-color: rgb(220 38 38 / 0.3);
}
.border-b-red-600\/35 {
  border-bottom-color: rgb(220 38 38 / 0.35);
}
.border-b-red-600\/40 {
  border-bottom-color: rgb(220 38 38 / 0.4);
}
.border-b-red-600\/45 {
  border-bottom-color: rgb(220 38 38 / 0.45);
}
.border-b-red-600\/5 {
  border-bottom-color: rgb(220 38 38 / 0.05);
}
.border-b-red-600\/50 {
  border-bottom-color: rgb(220 38 38 / 0.5);
}
.border-b-red-600\/55 {
  border-bottom-color: rgb(220 38 38 / 0.55);
}
.border-b-red-600\/60 {
  border-bottom-color: rgb(220 38 38 / 0.6);
}
.border-b-red-600\/65 {
  border-bottom-color: rgb(220 38 38 / 0.65);
}
.border-b-red-600\/70 {
  border-bottom-color: rgb(220 38 38 / 0.7);
}
.border-b-red-600\/75 {
  border-bottom-color: rgb(220 38 38 / 0.75);
}
.border-b-red-600\/80 {
  border-bottom-color: rgb(220 38 38 / 0.8);
}
.border-b-red-600\/85 {
  border-bottom-color: rgb(220 38 38 / 0.85);
}
.border-b-red-600\/90 {
  border-bottom-color: rgb(220 38 38 / 0.9);
}
.border-b-red-600\/95 {
  border-bottom-color: rgb(220 38 38 / 0.95);
}
.border-b-red-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-b-red-700\/0 {
  border-bottom-color: rgb(185 28 28 / 0);
}
.border-b-red-700\/10 {
  border-bottom-color: rgb(185 28 28 / 0.1);
}
.border-b-red-700\/100 {
  border-bottom-color: rgb(185 28 28 / 1);
}
.border-b-red-700\/15 {
  border-bottom-color: rgb(185 28 28 / 0.15);
}
.border-b-red-700\/20 {
  border-bottom-color: rgb(185 28 28 / 0.2);
}
.border-b-red-700\/25 {
  border-bottom-color: rgb(185 28 28 / 0.25);
}
.border-b-red-700\/30 {
  border-bottom-color: rgb(185 28 28 / 0.3);
}
.border-b-red-700\/35 {
  border-bottom-color: rgb(185 28 28 / 0.35);
}
.border-b-red-700\/40 {
  border-bottom-color: rgb(185 28 28 / 0.4);
}
.border-b-red-700\/45 {
  border-bottom-color: rgb(185 28 28 / 0.45);
}
.border-b-red-700\/5 {
  border-bottom-color: rgb(185 28 28 / 0.05);
}
.border-b-red-700\/50 {
  border-bottom-color: rgb(185 28 28 / 0.5);
}
.border-b-red-700\/55 {
  border-bottom-color: rgb(185 28 28 / 0.55);
}
.border-b-red-700\/60 {
  border-bottom-color: rgb(185 28 28 / 0.6);
}
.border-b-red-700\/65 {
  border-bottom-color: rgb(185 28 28 / 0.65);
}
.border-b-red-700\/70 {
  border-bottom-color: rgb(185 28 28 / 0.7);
}
.border-b-red-700\/75 {
  border-bottom-color: rgb(185 28 28 / 0.75);
}
.border-b-red-700\/80 {
  border-bottom-color: rgb(185 28 28 / 0.8);
}
.border-b-red-700\/85 {
  border-bottom-color: rgb(185 28 28 / 0.85);
}
.border-b-red-700\/90 {
  border-bottom-color: rgb(185 28 28 / 0.9);
}
.border-b-red-700\/95 {
  border-bottom-color: rgb(185 28 28 / 0.95);
}
.border-b-red-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-b-red-800\/0 {
  border-bottom-color: rgb(153 27 27 / 0);
}
.border-b-red-800\/10 {
  border-bottom-color: rgb(153 27 27 / 0.1);
}
.border-b-red-800\/100 {
  border-bottom-color: rgb(153 27 27 / 1);
}
.border-b-red-800\/15 {
  border-bottom-color: rgb(153 27 27 / 0.15);
}
.border-b-red-800\/20 {
  border-bottom-color: rgb(153 27 27 / 0.2);
}
.border-b-red-800\/25 {
  border-bottom-color: rgb(153 27 27 / 0.25);
}
.border-b-red-800\/30 {
  border-bottom-color: rgb(153 27 27 / 0.3);
}
.border-b-red-800\/35 {
  border-bottom-color: rgb(153 27 27 / 0.35);
}
.border-b-red-800\/40 {
  border-bottom-color: rgb(153 27 27 / 0.4);
}
.border-b-red-800\/45 {
  border-bottom-color: rgb(153 27 27 / 0.45);
}
.border-b-red-800\/5 {
  border-bottom-color: rgb(153 27 27 / 0.05);
}
.border-b-red-800\/50 {
  border-bottom-color: rgb(153 27 27 / 0.5);
}
.border-b-red-800\/55 {
  border-bottom-color: rgb(153 27 27 / 0.55);
}
.border-b-red-800\/60 {
  border-bottom-color: rgb(153 27 27 / 0.6);
}
.border-b-red-800\/65 {
  border-bottom-color: rgb(153 27 27 / 0.65);
}
.border-b-red-800\/70 {
  border-bottom-color: rgb(153 27 27 / 0.7);
}
.border-b-red-800\/75 {
  border-bottom-color: rgb(153 27 27 / 0.75);
}
.border-b-red-800\/80 {
  border-bottom-color: rgb(153 27 27 / 0.8);
}
.border-b-red-800\/85 {
  border-bottom-color: rgb(153 27 27 / 0.85);
}
.border-b-red-800\/90 {
  border-bottom-color: rgb(153 27 27 / 0.9);
}
.border-b-red-800\/95 {
  border-bottom-color: rgb(153 27 27 / 0.95);
}
.border-b-red-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-b-red-900\/0 {
  border-bottom-color: rgb(127 29 29 / 0);
}
.border-b-red-900\/10 {
  border-bottom-color: rgb(127 29 29 / 0.1);
}
.border-b-red-900\/100 {
  border-bottom-color: rgb(127 29 29 / 1);
}
.border-b-red-900\/15 {
  border-bottom-color: rgb(127 29 29 / 0.15);
}
.border-b-red-900\/20 {
  border-bottom-color: rgb(127 29 29 / 0.2);
}
.border-b-red-900\/25 {
  border-bottom-color: rgb(127 29 29 / 0.25);
}
.border-b-red-900\/30 {
  border-bottom-color: rgb(127 29 29 / 0.3);
}
.border-b-red-900\/35 {
  border-bottom-color: rgb(127 29 29 / 0.35);
}
.border-b-red-900\/40 {
  border-bottom-color: rgb(127 29 29 / 0.4);
}
.border-b-red-900\/45 {
  border-bottom-color: rgb(127 29 29 / 0.45);
}
.border-b-red-900\/5 {
  border-bottom-color: rgb(127 29 29 / 0.05);
}
.border-b-red-900\/50 {
  border-bottom-color: rgb(127 29 29 / 0.5);
}
.border-b-red-900\/55 {
  border-bottom-color: rgb(127 29 29 / 0.55);
}
.border-b-red-900\/60 {
  border-bottom-color: rgb(127 29 29 / 0.6);
}
.border-b-red-900\/65 {
  border-bottom-color: rgb(127 29 29 / 0.65);
}
.border-b-red-900\/70 {
  border-bottom-color: rgb(127 29 29 / 0.7);
}
.border-b-red-900\/75 {
  border-bottom-color: rgb(127 29 29 / 0.75);
}
.border-b-red-900\/80 {
  border-bottom-color: rgb(127 29 29 / 0.8);
}
.border-b-red-900\/85 {
  border-bottom-color: rgb(127 29 29 / 0.85);
}
.border-b-red-900\/90 {
  border-bottom-color: rgb(127 29 29 / 0.9);
}
.border-b-red-900\/95 {
  border-bottom-color: rgb(127 29 29 / 0.95);
}
.border-b-red-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-b-red-950\/0 {
  border-bottom-color: rgb(69 10 10 / 0);
}
.border-b-red-950\/10 {
  border-bottom-color: rgb(69 10 10 / 0.1);
}
.border-b-red-950\/100 {
  border-bottom-color: rgb(69 10 10 / 1);
}
.border-b-red-950\/15 {
  border-bottom-color: rgb(69 10 10 / 0.15);
}
.border-b-red-950\/20 {
  border-bottom-color: rgb(69 10 10 / 0.2);
}
.border-b-red-950\/25 {
  border-bottom-color: rgb(69 10 10 / 0.25);
}
.border-b-red-950\/30 {
  border-bottom-color: rgb(69 10 10 / 0.3);
}
.border-b-red-950\/35 {
  border-bottom-color: rgb(69 10 10 / 0.35);
}
.border-b-red-950\/40 {
  border-bottom-color: rgb(69 10 10 / 0.4);
}
.border-b-red-950\/45 {
  border-bottom-color: rgb(69 10 10 / 0.45);
}
.border-b-red-950\/5 {
  border-bottom-color: rgb(69 10 10 / 0.05);
}
.border-b-red-950\/50 {
  border-bottom-color: rgb(69 10 10 / 0.5);
}
.border-b-red-950\/55 {
  border-bottom-color: rgb(69 10 10 / 0.55);
}
.border-b-red-950\/60 {
  border-bottom-color: rgb(69 10 10 / 0.6);
}
.border-b-red-950\/65 {
  border-bottom-color: rgb(69 10 10 / 0.65);
}
.border-b-red-950\/70 {
  border-bottom-color: rgb(69 10 10 / 0.7);
}
.border-b-red-950\/75 {
  border-bottom-color: rgb(69 10 10 / 0.75);
}
.border-b-red-950\/80 {
  border-bottom-color: rgb(69 10 10 / 0.8);
}
.border-b-red-950\/85 {
  border-bottom-color: rgb(69 10 10 / 0.85);
}
.border-b-red-950\/90 {
  border-bottom-color: rgb(69 10 10 / 0.9);
}
.border-b-red-950\/95 {
  border-bottom-color: rgb(69 10 10 / 0.95);
}
.border-b-ring {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
}
.border-b-ring\/0 {
  border-bottom-color: hsl(var(--ring) / 0);
}
.border-b-ring\/10 {
  border-bottom-color: hsl(var(--ring) / 0.1);
}
.border-b-ring\/100 {
  border-bottom-color: hsl(var(--ring) / 1);
}
.border-b-ring\/15 {
  border-bottom-color: hsl(var(--ring) / 0.15);
}
.border-b-ring\/20 {
  border-bottom-color: hsl(var(--ring) / 0.2);
}
.border-b-ring\/25 {
  border-bottom-color: hsl(var(--ring) / 0.25);
}
.border-b-ring\/30 {
  border-bottom-color: hsl(var(--ring) / 0.3);
}
.border-b-ring\/35 {
  border-bottom-color: hsl(var(--ring) / 0.35);
}
.border-b-ring\/40 {
  border-bottom-color: hsl(var(--ring) / 0.4);
}
.border-b-ring\/45 {
  border-bottom-color: hsl(var(--ring) / 0.45);
}
.border-b-ring\/5 {
  border-bottom-color: hsl(var(--ring) / 0.05);
}
.border-b-ring\/50 {
  border-bottom-color: hsl(var(--ring) / 0.5);
}
.border-b-ring\/55 {
  border-bottom-color: hsl(var(--ring) / 0.55);
}
.border-b-ring\/60 {
  border-bottom-color: hsl(var(--ring) / 0.6);
}
.border-b-ring\/65 {
  border-bottom-color: hsl(var(--ring) / 0.65);
}
.border-b-ring\/70 {
  border-bottom-color: hsl(var(--ring) / 0.7);
}
.border-b-ring\/75 {
  border-bottom-color: hsl(var(--ring) / 0.75);
}
.border-b-ring\/80 {
  border-bottom-color: hsl(var(--ring) / 0.8);
}
.border-b-ring\/85 {
  border-bottom-color: hsl(var(--ring) / 0.85);
}
.border-b-ring\/90 {
  border-bottom-color: hsl(var(--ring) / 0.9);
}
.border-b-ring\/95 {
  border-bottom-color: hsl(var(--ring) / 0.95);
}
.border-b-rose-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-b-rose-100\/0 {
  border-bottom-color: rgb(255 228 230 / 0);
}
.border-b-rose-100\/10 {
  border-bottom-color: rgb(255 228 230 / 0.1);
}
.border-b-rose-100\/100 {
  border-bottom-color: rgb(255 228 230 / 1);
}
.border-b-rose-100\/15 {
  border-bottom-color: rgb(255 228 230 / 0.15);
}
.border-b-rose-100\/20 {
  border-bottom-color: rgb(255 228 230 / 0.2);
}
.border-b-rose-100\/25 {
  border-bottom-color: rgb(255 228 230 / 0.25);
}
.border-b-rose-100\/30 {
  border-bottom-color: rgb(255 228 230 / 0.3);
}
.border-b-rose-100\/35 {
  border-bottom-color: rgb(255 228 230 / 0.35);
}
.border-b-rose-100\/40 {
  border-bottom-color: rgb(255 228 230 / 0.4);
}
.border-b-rose-100\/45 {
  border-bottom-color: rgb(255 228 230 / 0.45);
}
.border-b-rose-100\/5 {
  border-bottom-color: rgb(255 228 230 / 0.05);
}
.border-b-rose-100\/50 {
  border-bottom-color: rgb(255 228 230 / 0.5);
}
.border-b-rose-100\/55 {
  border-bottom-color: rgb(255 228 230 / 0.55);
}
.border-b-rose-100\/60 {
  border-bottom-color: rgb(255 228 230 / 0.6);
}
.border-b-rose-100\/65 {
  border-bottom-color: rgb(255 228 230 / 0.65);
}
.border-b-rose-100\/70 {
  border-bottom-color: rgb(255 228 230 / 0.7);
}
.border-b-rose-100\/75 {
  border-bottom-color: rgb(255 228 230 / 0.75);
}
.border-b-rose-100\/80 {
  border-bottom-color: rgb(255 228 230 / 0.8);
}
.border-b-rose-100\/85 {
  border-bottom-color: rgb(255 228 230 / 0.85);
}
.border-b-rose-100\/90 {
  border-bottom-color: rgb(255 228 230 / 0.9);
}
.border-b-rose-100\/95 {
  border-bottom-color: rgb(255 228 230 / 0.95);
}
.border-b-rose-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-b-rose-200\/0 {
  border-bottom-color: rgb(254 205 211 / 0);
}
.border-b-rose-200\/10 {
  border-bottom-color: rgb(254 205 211 / 0.1);
}
.border-b-rose-200\/100 {
  border-bottom-color: rgb(254 205 211 / 1);
}
.border-b-rose-200\/15 {
  border-bottom-color: rgb(254 205 211 / 0.15);
}
.border-b-rose-200\/20 {
  border-bottom-color: rgb(254 205 211 / 0.2);
}
.border-b-rose-200\/25 {
  border-bottom-color: rgb(254 205 211 / 0.25);
}
.border-b-rose-200\/30 {
  border-bottom-color: rgb(254 205 211 / 0.3);
}
.border-b-rose-200\/35 {
  border-bottom-color: rgb(254 205 211 / 0.35);
}
.border-b-rose-200\/40 {
  border-bottom-color: rgb(254 205 211 / 0.4);
}
.border-b-rose-200\/45 {
  border-bottom-color: rgb(254 205 211 / 0.45);
}
.border-b-rose-200\/5 {
  border-bottom-color: rgb(254 205 211 / 0.05);
}
.border-b-rose-200\/50 {
  border-bottom-color: rgb(254 205 211 / 0.5);
}
.border-b-rose-200\/55 {
  border-bottom-color: rgb(254 205 211 / 0.55);
}
.border-b-rose-200\/60 {
  border-bottom-color: rgb(254 205 211 / 0.6);
}
.border-b-rose-200\/65 {
  border-bottom-color: rgb(254 205 211 / 0.65);
}
.border-b-rose-200\/70 {
  border-bottom-color: rgb(254 205 211 / 0.7);
}
.border-b-rose-200\/75 {
  border-bottom-color: rgb(254 205 211 / 0.75);
}
.border-b-rose-200\/80 {
  border-bottom-color: rgb(254 205 211 / 0.8);
}
.border-b-rose-200\/85 {
  border-bottom-color: rgb(254 205 211 / 0.85);
}
.border-b-rose-200\/90 {
  border-bottom-color: rgb(254 205 211 / 0.9);
}
.border-b-rose-200\/95 {
  border-bottom-color: rgb(254 205 211 / 0.95);
}
.border-b-rose-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-b-rose-300\/0 {
  border-bottom-color: rgb(253 164 175 / 0);
}
.border-b-rose-300\/10 {
  border-bottom-color: rgb(253 164 175 / 0.1);
}
.border-b-rose-300\/100 {
  border-bottom-color: rgb(253 164 175 / 1);
}
.border-b-rose-300\/15 {
  border-bottom-color: rgb(253 164 175 / 0.15);
}
.border-b-rose-300\/20 {
  border-bottom-color: rgb(253 164 175 / 0.2);
}
.border-b-rose-300\/25 {
  border-bottom-color: rgb(253 164 175 / 0.25);
}
.border-b-rose-300\/30 {
  border-bottom-color: rgb(253 164 175 / 0.3);
}
.border-b-rose-300\/35 {
  border-bottom-color: rgb(253 164 175 / 0.35);
}
.border-b-rose-300\/40 {
  border-bottom-color: rgb(253 164 175 / 0.4);
}
.border-b-rose-300\/45 {
  border-bottom-color: rgb(253 164 175 / 0.45);
}
.border-b-rose-300\/5 {
  border-bottom-color: rgb(253 164 175 / 0.05);
}
.border-b-rose-300\/50 {
  border-bottom-color: rgb(253 164 175 / 0.5);
}
.border-b-rose-300\/55 {
  border-bottom-color: rgb(253 164 175 / 0.55);
}
.border-b-rose-300\/60 {
  border-bottom-color: rgb(253 164 175 / 0.6);
}
.border-b-rose-300\/65 {
  border-bottom-color: rgb(253 164 175 / 0.65);
}
.border-b-rose-300\/70 {
  border-bottom-color: rgb(253 164 175 / 0.7);
}
.border-b-rose-300\/75 {
  border-bottom-color: rgb(253 164 175 / 0.75);
}
.border-b-rose-300\/80 {
  border-bottom-color: rgb(253 164 175 / 0.8);
}
.border-b-rose-300\/85 {
  border-bottom-color: rgb(253 164 175 / 0.85);
}
.border-b-rose-300\/90 {
  border-bottom-color: rgb(253 164 175 / 0.9);
}
.border-b-rose-300\/95 {
  border-bottom-color: rgb(253 164 175 / 0.95);
}
.border-b-rose-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-b-rose-400\/0 {
  border-bottom-color: rgb(251 113 133 / 0);
}
.border-b-rose-400\/10 {
  border-bottom-color: rgb(251 113 133 / 0.1);
}
.border-b-rose-400\/100 {
  border-bottom-color: rgb(251 113 133 / 1);
}
.border-b-rose-400\/15 {
  border-bottom-color: rgb(251 113 133 / 0.15);
}
.border-b-rose-400\/20 {
  border-bottom-color: rgb(251 113 133 / 0.2);
}
.border-b-rose-400\/25 {
  border-bottom-color: rgb(251 113 133 / 0.25);
}
.border-b-rose-400\/30 {
  border-bottom-color: rgb(251 113 133 / 0.3);
}
.border-b-rose-400\/35 {
  border-bottom-color: rgb(251 113 133 / 0.35);
}
.border-b-rose-400\/40 {
  border-bottom-color: rgb(251 113 133 / 0.4);
}
.border-b-rose-400\/45 {
  border-bottom-color: rgb(251 113 133 / 0.45);
}
.border-b-rose-400\/5 {
  border-bottom-color: rgb(251 113 133 / 0.05);
}
.border-b-rose-400\/50 {
  border-bottom-color: rgb(251 113 133 / 0.5);
}
.border-b-rose-400\/55 {
  border-bottom-color: rgb(251 113 133 / 0.55);
}
.border-b-rose-400\/60 {
  border-bottom-color: rgb(251 113 133 / 0.6);
}
.border-b-rose-400\/65 {
  border-bottom-color: rgb(251 113 133 / 0.65);
}
.border-b-rose-400\/70 {
  border-bottom-color: rgb(251 113 133 / 0.7);
}
.border-b-rose-400\/75 {
  border-bottom-color: rgb(251 113 133 / 0.75);
}
.border-b-rose-400\/80 {
  border-bottom-color: rgb(251 113 133 / 0.8);
}
.border-b-rose-400\/85 {
  border-bottom-color: rgb(251 113 133 / 0.85);
}
.border-b-rose-400\/90 {
  border-bottom-color: rgb(251 113 133 / 0.9);
}
.border-b-rose-400\/95 {
  border-bottom-color: rgb(251 113 133 / 0.95);
}
.border-b-rose-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-b-rose-50\/0 {
  border-bottom-color: rgb(255 241 242 / 0);
}
.border-b-rose-50\/10 {
  border-bottom-color: rgb(255 241 242 / 0.1);
}
.border-b-rose-50\/100 {
  border-bottom-color: rgb(255 241 242 / 1);
}
.border-b-rose-50\/15 {
  border-bottom-color: rgb(255 241 242 / 0.15);
}
.border-b-rose-50\/20 {
  border-bottom-color: rgb(255 241 242 / 0.2);
}
.border-b-rose-50\/25 {
  border-bottom-color: rgb(255 241 242 / 0.25);
}
.border-b-rose-50\/30 {
  border-bottom-color: rgb(255 241 242 / 0.3);
}
.border-b-rose-50\/35 {
  border-bottom-color: rgb(255 241 242 / 0.35);
}
.border-b-rose-50\/40 {
  border-bottom-color: rgb(255 241 242 / 0.4);
}
.border-b-rose-50\/45 {
  border-bottom-color: rgb(255 241 242 / 0.45);
}
.border-b-rose-50\/5 {
  border-bottom-color: rgb(255 241 242 / 0.05);
}
.border-b-rose-50\/50 {
  border-bottom-color: rgb(255 241 242 / 0.5);
}
.border-b-rose-50\/55 {
  border-bottom-color: rgb(255 241 242 / 0.55);
}
.border-b-rose-50\/60 {
  border-bottom-color: rgb(255 241 242 / 0.6);
}
.border-b-rose-50\/65 {
  border-bottom-color: rgb(255 241 242 / 0.65);
}
.border-b-rose-50\/70 {
  border-bottom-color: rgb(255 241 242 / 0.7);
}
.border-b-rose-50\/75 {
  border-bottom-color: rgb(255 241 242 / 0.75);
}
.border-b-rose-50\/80 {
  border-bottom-color: rgb(255 241 242 / 0.8);
}
.border-b-rose-50\/85 {
  border-bottom-color: rgb(255 241 242 / 0.85);
}
.border-b-rose-50\/90 {
  border-bottom-color: rgb(255 241 242 / 0.9);
}
.border-b-rose-50\/95 {
  border-bottom-color: rgb(255 241 242 / 0.95);
}
.border-b-rose-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-b-rose-500\/0 {
  border-bottom-color: rgb(244 63 94 / 0);
}
.border-b-rose-500\/10 {
  border-bottom-color: rgb(244 63 94 / 0.1);
}
.border-b-rose-500\/100 {
  border-bottom-color: rgb(244 63 94 / 1);
}
.border-b-rose-500\/15 {
  border-bottom-color: rgb(244 63 94 / 0.15);
}
.border-b-rose-500\/20 {
  border-bottom-color: rgb(244 63 94 / 0.2);
}
.border-b-rose-500\/25 {
  border-bottom-color: rgb(244 63 94 / 0.25);
}
.border-b-rose-500\/30 {
  border-bottom-color: rgb(244 63 94 / 0.3);
}
.border-b-rose-500\/35 {
  border-bottom-color: rgb(244 63 94 / 0.35);
}
.border-b-rose-500\/40 {
  border-bottom-color: rgb(244 63 94 / 0.4);
}
.border-b-rose-500\/45 {
  border-bottom-color: rgb(244 63 94 / 0.45);
}
.border-b-rose-500\/5 {
  border-bottom-color: rgb(244 63 94 / 0.05);
}
.border-b-rose-500\/50 {
  border-bottom-color: rgb(244 63 94 / 0.5);
}
.border-b-rose-500\/55 {
  border-bottom-color: rgb(244 63 94 / 0.55);
}
.border-b-rose-500\/60 {
  border-bottom-color: rgb(244 63 94 / 0.6);
}
.border-b-rose-500\/65 {
  border-bottom-color: rgb(244 63 94 / 0.65);
}
.border-b-rose-500\/70 {
  border-bottom-color: rgb(244 63 94 / 0.7);
}
.border-b-rose-500\/75 {
  border-bottom-color: rgb(244 63 94 / 0.75);
}
.border-b-rose-500\/80 {
  border-bottom-color: rgb(244 63 94 / 0.8);
}
.border-b-rose-500\/85 {
  border-bottom-color: rgb(244 63 94 / 0.85);
}
.border-b-rose-500\/90 {
  border-bottom-color: rgb(244 63 94 / 0.9);
}
.border-b-rose-500\/95 {
  border-bottom-color: rgb(244 63 94 / 0.95);
}
.border-b-rose-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-b-rose-600\/0 {
  border-bottom-color: rgb(225 29 72 / 0);
}
.border-b-rose-600\/10 {
  border-bottom-color: rgb(225 29 72 / 0.1);
}
.border-b-rose-600\/100 {
  border-bottom-color: rgb(225 29 72 / 1);
}
.border-b-rose-600\/15 {
  border-bottom-color: rgb(225 29 72 / 0.15);
}
.border-b-rose-600\/20 {
  border-bottom-color: rgb(225 29 72 / 0.2);
}
.border-b-rose-600\/25 {
  border-bottom-color: rgb(225 29 72 / 0.25);
}
.border-b-rose-600\/30 {
  border-bottom-color: rgb(225 29 72 / 0.3);
}
.border-b-rose-600\/35 {
  border-bottom-color: rgb(225 29 72 / 0.35);
}
.border-b-rose-600\/40 {
  border-bottom-color: rgb(225 29 72 / 0.4);
}
.border-b-rose-600\/45 {
  border-bottom-color: rgb(225 29 72 / 0.45);
}
.border-b-rose-600\/5 {
  border-bottom-color: rgb(225 29 72 / 0.05);
}
.border-b-rose-600\/50 {
  border-bottom-color: rgb(225 29 72 / 0.5);
}
.border-b-rose-600\/55 {
  border-bottom-color: rgb(225 29 72 / 0.55);
}
.border-b-rose-600\/60 {
  border-bottom-color: rgb(225 29 72 / 0.6);
}
.border-b-rose-600\/65 {
  border-bottom-color: rgb(225 29 72 / 0.65);
}
.border-b-rose-600\/70 {
  border-bottom-color: rgb(225 29 72 / 0.7);
}
.border-b-rose-600\/75 {
  border-bottom-color: rgb(225 29 72 / 0.75);
}
.border-b-rose-600\/80 {
  border-bottom-color: rgb(225 29 72 / 0.8);
}
.border-b-rose-600\/85 {
  border-bottom-color: rgb(225 29 72 / 0.85);
}
.border-b-rose-600\/90 {
  border-bottom-color: rgb(225 29 72 / 0.9);
}
.border-b-rose-600\/95 {
  border-bottom-color: rgb(225 29 72 / 0.95);
}
.border-b-rose-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-b-rose-700\/0 {
  border-bottom-color: rgb(190 18 60 / 0);
}
.border-b-rose-700\/10 {
  border-bottom-color: rgb(190 18 60 / 0.1);
}
.border-b-rose-700\/100 {
  border-bottom-color: rgb(190 18 60 / 1);
}
.border-b-rose-700\/15 {
  border-bottom-color: rgb(190 18 60 / 0.15);
}
.border-b-rose-700\/20 {
  border-bottom-color: rgb(190 18 60 / 0.2);
}
.border-b-rose-700\/25 {
  border-bottom-color: rgb(190 18 60 / 0.25);
}
.border-b-rose-700\/30 {
  border-bottom-color: rgb(190 18 60 / 0.3);
}
.border-b-rose-700\/35 {
  border-bottom-color: rgb(190 18 60 / 0.35);
}
.border-b-rose-700\/40 {
  border-bottom-color: rgb(190 18 60 / 0.4);
}
.border-b-rose-700\/45 {
  border-bottom-color: rgb(190 18 60 / 0.45);
}
.border-b-rose-700\/5 {
  border-bottom-color: rgb(190 18 60 / 0.05);
}
.border-b-rose-700\/50 {
  border-bottom-color: rgb(190 18 60 / 0.5);
}
.border-b-rose-700\/55 {
  border-bottom-color: rgb(190 18 60 / 0.55);
}
.border-b-rose-700\/60 {
  border-bottom-color: rgb(190 18 60 / 0.6);
}
.border-b-rose-700\/65 {
  border-bottom-color: rgb(190 18 60 / 0.65);
}
.border-b-rose-700\/70 {
  border-bottom-color: rgb(190 18 60 / 0.7);
}
.border-b-rose-700\/75 {
  border-bottom-color: rgb(190 18 60 / 0.75);
}
.border-b-rose-700\/80 {
  border-bottom-color: rgb(190 18 60 / 0.8);
}
.border-b-rose-700\/85 {
  border-bottom-color: rgb(190 18 60 / 0.85);
}
.border-b-rose-700\/90 {
  border-bottom-color: rgb(190 18 60 / 0.9);
}
.border-b-rose-700\/95 {
  border-bottom-color: rgb(190 18 60 / 0.95);
}
.border-b-rose-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-b-rose-800\/0 {
  border-bottom-color: rgb(159 18 57 / 0);
}
.border-b-rose-800\/10 {
  border-bottom-color: rgb(159 18 57 / 0.1);
}
.border-b-rose-800\/100 {
  border-bottom-color: rgb(159 18 57 / 1);
}
.border-b-rose-800\/15 {
  border-bottom-color: rgb(159 18 57 / 0.15);
}
.border-b-rose-800\/20 {
  border-bottom-color: rgb(159 18 57 / 0.2);
}
.border-b-rose-800\/25 {
  border-bottom-color: rgb(159 18 57 / 0.25);
}
.border-b-rose-800\/30 {
  border-bottom-color: rgb(159 18 57 / 0.3);
}
.border-b-rose-800\/35 {
  border-bottom-color: rgb(159 18 57 / 0.35);
}
.border-b-rose-800\/40 {
  border-bottom-color: rgb(159 18 57 / 0.4);
}
.border-b-rose-800\/45 {
  border-bottom-color: rgb(159 18 57 / 0.45);
}
.border-b-rose-800\/5 {
  border-bottom-color: rgb(159 18 57 / 0.05);
}
.border-b-rose-800\/50 {
  border-bottom-color: rgb(159 18 57 / 0.5);
}
.border-b-rose-800\/55 {
  border-bottom-color: rgb(159 18 57 / 0.55);
}
.border-b-rose-800\/60 {
  border-bottom-color: rgb(159 18 57 / 0.6);
}
.border-b-rose-800\/65 {
  border-bottom-color: rgb(159 18 57 / 0.65);
}
.border-b-rose-800\/70 {
  border-bottom-color: rgb(159 18 57 / 0.7);
}
.border-b-rose-800\/75 {
  border-bottom-color: rgb(159 18 57 / 0.75);
}
.border-b-rose-800\/80 {
  border-bottom-color: rgb(159 18 57 / 0.8);
}
.border-b-rose-800\/85 {
  border-bottom-color: rgb(159 18 57 / 0.85);
}
.border-b-rose-800\/90 {
  border-bottom-color: rgb(159 18 57 / 0.9);
}
.border-b-rose-800\/95 {
  border-bottom-color: rgb(159 18 57 / 0.95);
}
.border-b-rose-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-b-rose-900\/0 {
  border-bottom-color: rgb(136 19 55 / 0);
}
.border-b-rose-900\/10 {
  border-bottom-color: rgb(136 19 55 / 0.1);
}
.border-b-rose-900\/100 {
  border-bottom-color: rgb(136 19 55 / 1);
}
.border-b-rose-900\/15 {
  border-bottom-color: rgb(136 19 55 / 0.15);
}
.border-b-rose-900\/20 {
  border-bottom-color: rgb(136 19 55 / 0.2);
}
.border-b-rose-900\/25 {
  border-bottom-color: rgb(136 19 55 / 0.25);
}
.border-b-rose-900\/30 {
  border-bottom-color: rgb(136 19 55 / 0.3);
}
.border-b-rose-900\/35 {
  border-bottom-color: rgb(136 19 55 / 0.35);
}
.border-b-rose-900\/40 {
  border-bottom-color: rgb(136 19 55 / 0.4);
}
.border-b-rose-900\/45 {
  border-bottom-color: rgb(136 19 55 / 0.45);
}
.border-b-rose-900\/5 {
  border-bottom-color: rgb(136 19 55 / 0.05);
}
.border-b-rose-900\/50 {
  border-bottom-color: rgb(136 19 55 / 0.5);
}
.border-b-rose-900\/55 {
  border-bottom-color: rgb(136 19 55 / 0.55);
}
.border-b-rose-900\/60 {
  border-bottom-color: rgb(136 19 55 / 0.6);
}
.border-b-rose-900\/65 {
  border-bottom-color: rgb(136 19 55 / 0.65);
}
.border-b-rose-900\/70 {
  border-bottom-color: rgb(136 19 55 / 0.7);
}
.border-b-rose-900\/75 {
  border-bottom-color: rgb(136 19 55 / 0.75);
}
.border-b-rose-900\/80 {
  border-bottom-color: rgb(136 19 55 / 0.8);
}
.border-b-rose-900\/85 {
  border-bottom-color: rgb(136 19 55 / 0.85);
}
.border-b-rose-900\/90 {
  border-bottom-color: rgb(136 19 55 / 0.9);
}
.border-b-rose-900\/95 {
  border-bottom-color: rgb(136 19 55 / 0.95);
}
.border-b-rose-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-b-rose-950\/0 {
  border-bottom-color: rgb(76 5 25 / 0);
}
.border-b-rose-950\/10 {
  border-bottom-color: rgb(76 5 25 / 0.1);
}
.border-b-rose-950\/100 {
  border-bottom-color: rgb(76 5 25 / 1);
}
.border-b-rose-950\/15 {
  border-bottom-color: rgb(76 5 25 / 0.15);
}
.border-b-rose-950\/20 {
  border-bottom-color: rgb(76 5 25 / 0.2);
}
.border-b-rose-950\/25 {
  border-bottom-color: rgb(76 5 25 / 0.25);
}
.border-b-rose-950\/30 {
  border-bottom-color: rgb(76 5 25 / 0.3);
}
.border-b-rose-950\/35 {
  border-bottom-color: rgb(76 5 25 / 0.35);
}
.border-b-rose-950\/40 {
  border-bottom-color: rgb(76 5 25 / 0.4);
}
.border-b-rose-950\/45 {
  border-bottom-color: rgb(76 5 25 / 0.45);
}
.border-b-rose-950\/5 {
  border-bottom-color: rgb(76 5 25 / 0.05);
}
.border-b-rose-950\/50 {
  border-bottom-color: rgb(76 5 25 / 0.5);
}
.border-b-rose-950\/55 {
  border-bottom-color: rgb(76 5 25 / 0.55);
}
.border-b-rose-950\/60 {
  border-bottom-color: rgb(76 5 25 / 0.6);
}
.border-b-rose-950\/65 {
  border-bottom-color: rgb(76 5 25 / 0.65);
}
.border-b-rose-950\/70 {
  border-bottom-color: rgb(76 5 25 / 0.7);
}
.border-b-rose-950\/75 {
  border-bottom-color: rgb(76 5 25 / 0.75);
}
.border-b-rose-950\/80 {
  border-bottom-color: rgb(76 5 25 / 0.8);
}
.border-b-rose-950\/85 {
  border-bottom-color: rgb(76 5 25 / 0.85);
}
.border-b-rose-950\/90 {
  border-bottom-color: rgb(76 5 25 / 0.9);
}
.border-b-rose-950\/95 {
  border-bottom-color: rgb(76 5 25 / 0.95);
}
.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
}
.border-b-secondary-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
}
.border-b-secondary-foreground\/0 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0);
}
.border-b-secondary-foreground\/10 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.1);
}
.border-b-secondary-foreground\/100 {
  border-bottom-color: hsl(var(--secondary-foreground) / 1);
}
.border-b-secondary-foreground\/15 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.15);
}
.border-b-secondary-foreground\/20 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.2);
}
.border-b-secondary-foreground\/25 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.25);
}
.border-b-secondary-foreground\/30 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.3);
}
.border-b-secondary-foreground\/35 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.35);
}
.border-b-secondary-foreground\/40 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.4);
}
.border-b-secondary-foreground\/45 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.45);
}
.border-b-secondary-foreground\/5 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.05);
}
.border-b-secondary-foreground\/50 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.5);
}
.border-b-secondary-foreground\/55 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.55);
}
.border-b-secondary-foreground\/60 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.6);
}
.border-b-secondary-foreground\/65 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.65);
}
.border-b-secondary-foreground\/70 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.7);
}
.border-b-secondary-foreground\/75 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.75);
}
.border-b-secondary-foreground\/80 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.8);
}
.border-b-secondary-foreground\/85 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.85);
}
.border-b-secondary-foreground\/90 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.9);
}
.border-b-secondary-foreground\/95 {
  border-bottom-color: hsl(var(--secondary-foreground) / 0.95);
}
.border-b-secondary\/0 {
  border-bottom-color: hsl(var(--secondary) / 0);
}
.border-b-secondary\/10 {
  border-bottom-color: hsl(var(--secondary) / 0.1);
}
.border-b-secondary\/100 {
  border-bottom-color: hsl(var(--secondary) / 1);
}
.border-b-secondary\/15 {
  border-bottom-color: hsl(var(--secondary) / 0.15);
}
.border-b-secondary\/20 {
  border-bottom-color: hsl(var(--secondary) / 0.2);
}
.border-b-secondary\/25 {
  border-bottom-color: hsl(var(--secondary) / 0.25);
}
.border-b-secondary\/30 {
  border-bottom-color: hsl(var(--secondary) / 0.3);
}
.border-b-secondary\/35 {
  border-bottom-color: hsl(var(--secondary) / 0.35);
}
.border-b-secondary\/40 {
  border-bottom-color: hsl(var(--secondary) / 0.4);
}
.border-b-secondary\/45 {
  border-bottom-color: hsl(var(--secondary) / 0.45);
}
.border-b-secondary\/5 {
  border-bottom-color: hsl(var(--secondary) / 0.05);
}
.border-b-secondary\/50 {
  border-bottom-color: hsl(var(--secondary) / 0.5);
}
.border-b-secondary\/55 {
  border-bottom-color: hsl(var(--secondary) / 0.55);
}
.border-b-secondary\/60 {
  border-bottom-color: hsl(var(--secondary) / 0.6);
}
.border-b-secondary\/65 {
  border-bottom-color: hsl(var(--secondary) / 0.65);
}
.border-b-secondary\/70 {
  border-bottom-color: hsl(var(--secondary) / 0.7);
}
.border-b-secondary\/75 {
  border-bottom-color: hsl(var(--secondary) / 0.75);
}
.border-b-secondary\/80 {
  border-bottom-color: hsl(var(--secondary) / 0.8);
}
.border-b-secondary\/85 {
  border-bottom-color: hsl(var(--secondary) / 0.85);
}
.border-b-secondary\/90 {
  border-bottom-color: hsl(var(--secondary) / 0.9);
}
.border-b-secondary\/95 {
  border-bottom-color: hsl(var(--secondary) / 0.95);
}
.border-b-sidebar {
  border-bottom-color: hsl(var(--sidebar-background));
}
.border-b-sidebar-accent {
  border-bottom-color: hsl(var(--sidebar-accent));
}
.border-b-sidebar-accent-foreground {
  border-bottom-color: hsl(var(--sidebar-accent-foreground));
}
.border-b-sidebar-accent-foreground\/0 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0);
}
.border-b-sidebar-accent-foreground\/10 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.1);
}
.border-b-sidebar-accent-foreground\/100 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 1);
}
.border-b-sidebar-accent-foreground\/15 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.15);
}
.border-b-sidebar-accent-foreground\/20 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.2);
}
.border-b-sidebar-accent-foreground\/25 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.25);
}
.border-b-sidebar-accent-foreground\/30 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.3);
}
.border-b-sidebar-accent-foreground\/35 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.35);
}
.border-b-sidebar-accent-foreground\/40 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.4);
}
.border-b-sidebar-accent-foreground\/45 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.45);
}
.border-b-sidebar-accent-foreground\/5 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.05);
}
.border-b-sidebar-accent-foreground\/50 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.5);
}
.border-b-sidebar-accent-foreground\/55 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.55);
}
.border-b-sidebar-accent-foreground\/60 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.6);
}
.border-b-sidebar-accent-foreground\/65 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.65);
}
.border-b-sidebar-accent-foreground\/70 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.7);
}
.border-b-sidebar-accent-foreground\/75 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.75);
}
.border-b-sidebar-accent-foreground\/80 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.8);
}
.border-b-sidebar-accent-foreground\/85 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.85);
}
.border-b-sidebar-accent-foreground\/90 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.9);
}
.border-b-sidebar-accent-foreground\/95 {
  border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.95);
}
.border-b-sidebar-accent\/0 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0);
}
.border-b-sidebar-accent\/10 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.1);
}
.border-b-sidebar-accent\/100 {
  border-bottom-color: hsl(var(--sidebar-accent) / 1);
}
.border-b-sidebar-accent\/15 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.15);
}
.border-b-sidebar-accent\/20 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.2);
}
.border-b-sidebar-accent\/25 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.25);
}
.border-b-sidebar-accent\/30 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.3);
}
.border-b-sidebar-accent\/35 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.35);
}
.border-b-sidebar-accent\/40 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.4);
}
.border-b-sidebar-accent\/45 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.45);
}
.border-b-sidebar-accent\/5 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.05);
}
.border-b-sidebar-accent\/50 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.5);
}
.border-b-sidebar-accent\/55 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.55);
}
.border-b-sidebar-accent\/60 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.6);
}
.border-b-sidebar-accent\/65 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.65);
}
.border-b-sidebar-accent\/70 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.7);
}
.border-b-sidebar-accent\/75 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.75);
}
.border-b-sidebar-accent\/80 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.8);
}
.border-b-sidebar-accent\/85 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.85);
}
.border-b-sidebar-accent\/90 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.9);
}
.border-b-sidebar-accent\/95 {
  border-bottom-color: hsl(var(--sidebar-accent) / 0.95);
}
.border-b-sidebar-border {
  border-bottom-color: hsl(var(--sidebar-border));
}
.border-b-sidebar-border\/0 {
  border-bottom-color: hsl(var(--sidebar-border) / 0);
}
.border-b-sidebar-border\/10 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.1);
}
.border-b-sidebar-border\/100 {
  border-bottom-color: hsl(var(--sidebar-border) / 1);
}
.border-b-sidebar-border\/15 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.15);
}
.border-b-sidebar-border\/20 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.2);
}
.border-b-sidebar-border\/25 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.25);
}
.border-b-sidebar-border\/30 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.3);
}
.border-b-sidebar-border\/35 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.35);
}
.border-b-sidebar-border\/40 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.4);
}
.border-b-sidebar-border\/45 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.45);
}
.border-b-sidebar-border\/5 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.05);
}
.border-b-sidebar-border\/50 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.5);
}
.border-b-sidebar-border\/55 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.55);
}
.border-b-sidebar-border\/60 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.6);
}
.border-b-sidebar-border\/65 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.65);
}
.border-b-sidebar-border\/70 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.7);
}
.border-b-sidebar-border\/75 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.75);
}
.border-b-sidebar-border\/80 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.8);
}
.border-b-sidebar-border\/85 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.85);
}
.border-b-sidebar-border\/90 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.9);
}
.border-b-sidebar-border\/95 {
  border-bottom-color: hsl(var(--sidebar-border) / 0.95);
}
.border-b-sidebar-foreground {
  border-bottom-color: hsl(var(--sidebar-foreground));
}
.border-b-sidebar-foreground\/0 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0);
}
.border-b-sidebar-foreground\/10 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.1);
}
.border-b-sidebar-foreground\/100 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 1);
}
.border-b-sidebar-foreground\/15 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.15);
}
.border-b-sidebar-foreground\/20 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.2);
}
.border-b-sidebar-foreground\/25 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.25);
}
.border-b-sidebar-foreground\/30 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.3);
}
.border-b-sidebar-foreground\/35 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.35);
}
.border-b-sidebar-foreground\/40 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.4);
}
.border-b-sidebar-foreground\/45 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.45);
}
.border-b-sidebar-foreground\/5 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.05);
}
.border-b-sidebar-foreground\/50 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.5);
}
.border-b-sidebar-foreground\/55 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.55);
}
.border-b-sidebar-foreground\/60 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.6);
}
.border-b-sidebar-foreground\/65 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.65);
}
.border-b-sidebar-foreground\/70 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.7);
}
.border-b-sidebar-foreground\/75 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.75);
}
.border-b-sidebar-foreground\/80 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.8);
}
.border-b-sidebar-foreground\/85 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.85);
}
.border-b-sidebar-foreground\/90 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.9);
}
.border-b-sidebar-foreground\/95 {
  border-bottom-color: hsl(var(--sidebar-foreground) / 0.95);
}
.border-b-sidebar-primary {
  border-bottom-color: hsl(var(--sidebar-primary));
}
.border-b-sidebar-primary-foreground {
  border-bottom-color: hsl(var(--sidebar-primary-foreground));
}
.border-b-sidebar-primary-foreground\/0 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0);
}
.border-b-sidebar-primary-foreground\/10 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.1);
}
.border-b-sidebar-primary-foreground\/100 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 1);
}
.border-b-sidebar-primary-foreground\/15 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.15);
}
.border-b-sidebar-primary-foreground\/20 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.2);
}
.border-b-sidebar-primary-foreground\/25 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.25);
}
.border-b-sidebar-primary-foreground\/30 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.3);
}
.border-b-sidebar-primary-foreground\/35 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.35);
}
.border-b-sidebar-primary-foreground\/40 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.4);
}
.border-b-sidebar-primary-foreground\/45 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.45);
}
.border-b-sidebar-primary-foreground\/5 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.05);
}
.border-b-sidebar-primary-foreground\/50 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.5);
}
.border-b-sidebar-primary-foreground\/55 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.55);
}
.border-b-sidebar-primary-foreground\/60 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.6);
}
.border-b-sidebar-primary-foreground\/65 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.65);
}
.border-b-sidebar-primary-foreground\/70 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.7);
}
.border-b-sidebar-primary-foreground\/75 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.75);
}
.border-b-sidebar-primary-foreground\/80 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.8);
}
.border-b-sidebar-primary-foreground\/85 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.85);
}
.border-b-sidebar-primary-foreground\/90 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.9);
}
.border-b-sidebar-primary-foreground\/95 {
  border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.95);
}
.border-b-sidebar-primary\/0 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0);
}
.border-b-sidebar-primary\/10 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.1);
}
.border-b-sidebar-primary\/100 {
  border-bottom-color: hsl(var(--sidebar-primary) / 1);
}
.border-b-sidebar-primary\/15 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.15);
}
.border-b-sidebar-primary\/20 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.2);
}
.border-b-sidebar-primary\/25 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.25);
}
.border-b-sidebar-primary\/30 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.3);
}
.border-b-sidebar-primary\/35 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.35);
}
.border-b-sidebar-primary\/40 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.4);
}
.border-b-sidebar-primary\/45 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.45);
}
.border-b-sidebar-primary\/5 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.05);
}
.border-b-sidebar-primary\/50 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.5);
}
.border-b-sidebar-primary\/55 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.55);
}
.border-b-sidebar-primary\/60 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.6);
}
.border-b-sidebar-primary\/65 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.65);
}
.border-b-sidebar-primary\/70 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.7);
}
.border-b-sidebar-primary\/75 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.75);
}
.border-b-sidebar-primary\/80 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.8);
}
.border-b-sidebar-primary\/85 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.85);
}
.border-b-sidebar-primary\/90 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.9);
}
.border-b-sidebar-primary\/95 {
  border-bottom-color: hsl(var(--sidebar-primary) / 0.95);
}
.border-b-sidebar-ring {
  border-bottom-color: hsl(var(--sidebar-ring));
}
.border-b-sidebar-ring\/0 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0);
}
.border-b-sidebar-ring\/10 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.1);
}
.border-b-sidebar-ring\/100 {
  border-bottom-color: hsl(var(--sidebar-ring) / 1);
}
.border-b-sidebar-ring\/15 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.15);
}
.border-b-sidebar-ring\/20 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.2);
}
.border-b-sidebar-ring\/25 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.25);
}
.border-b-sidebar-ring\/30 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.3);
}
.border-b-sidebar-ring\/35 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.35);
}
.border-b-sidebar-ring\/40 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.4);
}
.border-b-sidebar-ring\/45 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.45);
}
.border-b-sidebar-ring\/5 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.05);
}
.border-b-sidebar-ring\/50 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.5);
}
.border-b-sidebar-ring\/55 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.55);
}
.border-b-sidebar-ring\/60 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.6);
}
.border-b-sidebar-ring\/65 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.65);
}
.border-b-sidebar-ring\/70 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.7);
}
.border-b-sidebar-ring\/75 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.75);
}
.border-b-sidebar-ring\/80 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.8);
}
.border-b-sidebar-ring\/85 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.85);
}
.border-b-sidebar-ring\/90 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.9);
}
.border-b-sidebar-ring\/95 {
  border-bottom-color: hsl(var(--sidebar-ring) / 0.95);
}
.border-b-sidebar\/0 {
  border-bottom-color: hsl(var(--sidebar-background) / 0);
}
.border-b-sidebar\/10 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.1);
}
.border-b-sidebar\/100 {
  border-bottom-color: hsl(var(--sidebar-background) / 1);
}
.border-b-sidebar\/15 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.15);
}
.border-b-sidebar\/20 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.2);
}
.border-b-sidebar\/25 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.25);
}
.border-b-sidebar\/30 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.3);
}
.border-b-sidebar\/35 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.35);
}
.border-b-sidebar\/40 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.4);
}
.border-b-sidebar\/45 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.45);
}
.border-b-sidebar\/5 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.05);
}
.border-b-sidebar\/50 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.5);
}
.border-b-sidebar\/55 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.55);
}
.border-b-sidebar\/60 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.6);
}
.border-b-sidebar\/65 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.65);
}
.border-b-sidebar\/70 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.7);
}
.border-b-sidebar\/75 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.75);
}
.border-b-sidebar\/80 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.8);
}
.border-b-sidebar\/85 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.85);
}
.border-b-sidebar\/90 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.9);
}
.border-b-sidebar\/95 {
  border-bottom-color: hsl(var(--sidebar-background) / 0.95);
}
.border-b-sky-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-b-sky-100\/0 {
  border-bottom-color: rgb(224 242 254 / 0);
}
.border-b-sky-100\/10 {
  border-bottom-color: rgb(224 242 254 / 0.1);
}
.border-b-sky-100\/100 {
  border-bottom-color: rgb(224 242 254 / 1);
}
.border-b-sky-100\/15 {
  border-bottom-color: rgb(224 242 254 / 0.15);
}
.border-b-sky-100\/20 {
  border-bottom-color: rgb(224 242 254 / 0.2);
}
.border-b-sky-100\/25 {
  border-bottom-color: rgb(224 242 254 / 0.25);
}
.border-b-sky-100\/30 {
  border-bottom-color: rgb(224 242 254 / 0.3);
}
.border-b-sky-100\/35 {
  border-bottom-color: rgb(224 242 254 / 0.35);
}
.border-b-sky-100\/40 {
  border-bottom-color: rgb(224 242 254 / 0.4);
}
.border-b-sky-100\/45 {
  border-bottom-color: rgb(224 242 254 / 0.45);
}
.border-b-sky-100\/5 {
  border-bottom-color: rgb(224 242 254 / 0.05);
}
.border-b-sky-100\/50 {
  border-bottom-color: rgb(224 242 254 / 0.5);
}
.border-b-sky-100\/55 {
  border-bottom-color: rgb(224 242 254 / 0.55);
}
.border-b-sky-100\/60 {
  border-bottom-color: rgb(224 242 254 / 0.6);
}
.border-b-sky-100\/65 {
  border-bottom-color: rgb(224 242 254 / 0.65);
}
.border-b-sky-100\/70 {
  border-bottom-color: rgb(224 242 254 / 0.7);
}
.border-b-sky-100\/75 {
  border-bottom-color: rgb(224 242 254 / 0.75);
}
.border-b-sky-100\/80 {
  border-bottom-color: rgb(224 242 254 / 0.8);
}
.border-b-sky-100\/85 {
  border-bottom-color: rgb(224 242 254 / 0.85);
}
.border-b-sky-100\/90 {
  border-bottom-color: rgb(224 242 254 / 0.9);
}
.border-b-sky-100\/95 {
  border-bottom-color: rgb(224 242 254 / 0.95);
}
.border-b-sky-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-b-sky-200\/0 {
  border-bottom-color: rgb(186 230 253 / 0);
}
.border-b-sky-200\/10 {
  border-bottom-color: rgb(186 230 253 / 0.1);
}
.border-b-sky-200\/100 {
  border-bottom-color: rgb(186 230 253 / 1);
}
.border-b-sky-200\/15 {
  border-bottom-color: rgb(186 230 253 / 0.15);
}
.border-b-sky-200\/20 {
  border-bottom-color: rgb(186 230 253 / 0.2);
}
.border-b-sky-200\/25 {
  border-bottom-color: rgb(186 230 253 / 0.25);
}
.border-b-sky-200\/30 {
  border-bottom-color: rgb(186 230 253 / 0.3);
}
.border-b-sky-200\/35 {
  border-bottom-color: rgb(186 230 253 / 0.35);
}
.border-b-sky-200\/40 {
  border-bottom-color: rgb(186 230 253 / 0.4);
}
.border-b-sky-200\/45 {
  border-bottom-color: rgb(186 230 253 / 0.45);
}
.border-b-sky-200\/5 {
  border-bottom-color: rgb(186 230 253 / 0.05);
}
.border-b-sky-200\/50 {
  border-bottom-color: rgb(186 230 253 / 0.5);
}
.border-b-sky-200\/55 {
  border-bottom-color: rgb(186 230 253 / 0.55);
}
.border-b-sky-200\/60 {
  border-bottom-color: rgb(186 230 253 / 0.6);
}
.border-b-sky-200\/65 {
  border-bottom-color: rgb(186 230 253 / 0.65);
}
.border-b-sky-200\/70 {
  border-bottom-color: rgb(186 230 253 / 0.7);
}
.border-b-sky-200\/75 {
  border-bottom-color: rgb(186 230 253 / 0.75);
}
.border-b-sky-200\/80 {
  border-bottom-color: rgb(186 230 253 / 0.8);
}
.border-b-sky-200\/85 {
  border-bottom-color: rgb(186 230 253 / 0.85);
}
.border-b-sky-200\/90 {
  border-bottom-color: rgb(186 230 253 / 0.9);
}
.border-b-sky-200\/95 {
  border-bottom-color: rgb(186 230 253 / 0.95);
}
.border-b-sky-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-b-sky-300\/0 {
  border-bottom-color: rgb(125 211 252 / 0);
}
.border-b-sky-300\/10 {
  border-bottom-color: rgb(125 211 252 / 0.1);
}
.border-b-sky-300\/100 {
  border-bottom-color: rgb(125 211 252 / 1);
}
.border-b-sky-300\/15 {
  border-bottom-color: rgb(125 211 252 / 0.15);
}
.border-b-sky-300\/20 {
  border-bottom-color: rgb(125 211 252 / 0.2);
}
.border-b-sky-300\/25 {
  border-bottom-color: rgb(125 211 252 / 0.25);
}
.border-b-sky-300\/30 {
  border-bottom-color: rgb(125 211 252 / 0.3);
}
.border-b-sky-300\/35 {
  border-bottom-color: rgb(125 211 252 / 0.35);
}
.border-b-sky-300\/40 {
  border-bottom-color: rgb(125 211 252 / 0.4);
}
.border-b-sky-300\/45 {
  border-bottom-color: rgb(125 211 252 / 0.45);
}
.border-b-sky-300\/5 {
  border-bottom-color: rgb(125 211 252 / 0.05);
}
.border-b-sky-300\/50 {
  border-bottom-color: rgb(125 211 252 / 0.5);
}
.border-b-sky-300\/55 {
  border-bottom-color: rgb(125 211 252 / 0.55);
}
.border-b-sky-300\/60 {
  border-bottom-color: rgb(125 211 252 / 0.6);
}
.border-b-sky-300\/65 {
  border-bottom-color: rgb(125 211 252 / 0.65);
}
.border-b-sky-300\/70 {
  border-bottom-color: rgb(125 211 252 / 0.7);
}
.border-b-sky-300\/75 {
  border-bottom-color: rgb(125 211 252 / 0.75);
}
.border-b-sky-300\/80 {
  border-bottom-color: rgb(125 211 252 / 0.8);
}
.border-b-sky-300\/85 {
  border-bottom-color: rgb(125 211 252 / 0.85);
}
.border-b-sky-300\/90 {
  border-bottom-color: rgb(125 211 252 / 0.9);
}
.border-b-sky-300\/95 {
  border-bottom-color: rgb(125 211 252 / 0.95);
}
.border-b-sky-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-b-sky-400\/0 {
  border-bottom-color: rgb(56 189 248 / 0);
}
.border-b-sky-400\/10 {
  border-bottom-color: rgb(56 189 248 / 0.1);
}
.border-b-sky-400\/100 {
  border-bottom-color: rgb(56 189 248 / 1);
}
.border-b-sky-400\/15 {
  border-bottom-color: rgb(56 189 248 / 0.15);
}
.border-b-sky-400\/20 {
  border-bottom-color: rgb(56 189 248 / 0.2);
}
.border-b-sky-400\/25 {
  border-bottom-color: rgb(56 189 248 / 0.25);
}
.border-b-sky-400\/30 {
  border-bottom-color: rgb(56 189 248 / 0.3);
}
.border-b-sky-400\/35 {
  border-bottom-color: rgb(56 189 248 / 0.35);
}
.border-b-sky-400\/40 {
  border-bottom-color: rgb(56 189 248 / 0.4);
}
.border-b-sky-400\/45 {
  border-bottom-color: rgb(56 189 248 / 0.45);
}
.border-b-sky-400\/5 {
  border-bottom-color: rgb(56 189 248 / 0.05);
}
.border-b-sky-400\/50 {
  border-bottom-color: rgb(56 189 248 / 0.5);
}
.border-b-sky-400\/55 {
  border-bottom-color: rgb(56 189 248 / 0.55);
}
.border-b-sky-400\/60 {
  border-bottom-color: rgb(56 189 248 / 0.6);
}
.border-b-sky-400\/65 {
  border-bottom-color: rgb(56 189 248 / 0.65);
}
.border-b-sky-400\/70 {
  border-bottom-color: rgb(56 189 248 / 0.7);
}
.border-b-sky-400\/75 {
  border-bottom-color: rgb(56 189 248 / 0.75);
}
.border-b-sky-400\/80 {
  border-bottom-color: rgb(56 189 248 / 0.8);
}
.border-b-sky-400\/85 {
  border-bottom-color: rgb(56 189 248 / 0.85);
}
.border-b-sky-400\/90 {
  border-bottom-color: rgb(56 189 248 / 0.9);
}
.border-b-sky-400\/95 {
  border-bottom-color: rgb(56 189 248 / 0.95);
}
.border-b-sky-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-b-sky-50\/0 {
  border-bottom-color: rgb(240 249 255 / 0);
}
.border-b-sky-50\/10 {
  border-bottom-color: rgb(240 249 255 / 0.1);
}
.border-b-sky-50\/100 {
  border-bottom-color: rgb(240 249 255 / 1);
}
.border-b-sky-50\/15 {
  border-bottom-color: rgb(240 249 255 / 0.15);
}
.border-b-sky-50\/20 {
  border-bottom-color: rgb(240 249 255 / 0.2);
}
.border-b-sky-50\/25 {
  border-bottom-color: rgb(240 249 255 / 0.25);
}
.border-b-sky-50\/30 {
  border-bottom-color: rgb(240 249 255 / 0.3);
}
.border-b-sky-50\/35 {
  border-bottom-color: rgb(240 249 255 / 0.35);
}
.border-b-sky-50\/40 {
  border-bottom-color: rgb(240 249 255 / 0.4);
}
.border-b-sky-50\/45 {
  border-bottom-color: rgb(240 249 255 / 0.45);
}
.border-b-sky-50\/5 {
  border-bottom-color: rgb(240 249 255 / 0.05);
}
.border-b-sky-50\/50 {
  border-bottom-color: rgb(240 249 255 / 0.5);
}
.border-b-sky-50\/55 {
  border-bottom-color: rgb(240 249 255 / 0.55);
}
.border-b-sky-50\/60 {
  border-bottom-color: rgb(240 249 255 / 0.6);
}
.border-b-sky-50\/65 {
  border-bottom-color: rgb(240 249 255 / 0.65);
}
.border-b-sky-50\/70 {
  border-bottom-color: rgb(240 249 255 / 0.7);
}
.border-b-sky-50\/75 {
  border-bottom-color: rgb(240 249 255 / 0.75);
}
.border-b-sky-50\/80 {
  border-bottom-color: rgb(240 249 255 / 0.8);
}
.border-b-sky-50\/85 {
  border-bottom-color: rgb(240 249 255 / 0.85);
}
.border-b-sky-50\/90 {
  border-bottom-color: rgb(240 249 255 / 0.9);
}
.border-b-sky-50\/95 {
  border-bottom-color: rgb(240 249 255 / 0.95);
}
.border-b-sky-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-b-sky-500\/0 {
  border-bottom-color: rgb(14 165 233 / 0);
}
.border-b-sky-500\/10 {
  border-bottom-color: rgb(14 165 233 / 0.1);
}
.border-b-sky-500\/100 {
  border-bottom-color: rgb(14 165 233 / 1);
}
.border-b-sky-500\/15 {
  border-bottom-color: rgb(14 165 233 / 0.15);
}
.border-b-sky-500\/20 {
  border-bottom-color: rgb(14 165 233 / 0.2);
}
.border-b-sky-500\/25 {
  border-bottom-color: rgb(14 165 233 / 0.25);
}
.border-b-sky-500\/30 {
  border-bottom-color: rgb(14 165 233 / 0.3);
}
.border-b-sky-500\/35 {
  border-bottom-color: rgb(14 165 233 / 0.35);
}
.border-b-sky-500\/40 {
  border-bottom-color: rgb(14 165 233 / 0.4);
}
.border-b-sky-500\/45 {
  border-bottom-color: rgb(14 165 233 / 0.45);
}
.border-b-sky-500\/5 {
  border-bottom-color: rgb(14 165 233 / 0.05);
}
.border-b-sky-500\/50 {
  border-bottom-color: rgb(14 165 233 / 0.5);
}
.border-b-sky-500\/55 {
  border-bottom-color: rgb(14 165 233 / 0.55);
}
.border-b-sky-500\/60 {
  border-bottom-color: rgb(14 165 233 / 0.6);
}
.border-b-sky-500\/65 {
  border-bottom-color: rgb(14 165 233 / 0.65);
}
.border-b-sky-500\/70 {
  border-bottom-color: rgb(14 165 233 / 0.7);
}
.border-b-sky-500\/75 {
  border-bottom-color: rgb(14 165 233 / 0.75);
}
.border-b-sky-500\/80 {
  border-bottom-color: rgb(14 165 233 / 0.8);
}
.border-b-sky-500\/85 {
  border-bottom-color: rgb(14 165 233 / 0.85);
}
.border-b-sky-500\/90 {
  border-bottom-color: rgb(14 165 233 / 0.9);
}
.border-b-sky-500\/95 {
  border-bottom-color: rgb(14 165 233 / 0.95);
}
.border-b-sky-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-b-sky-600\/0 {
  border-bottom-color: rgb(2 132 199 / 0);
}
.border-b-sky-600\/10 {
  border-bottom-color: rgb(2 132 199 / 0.1);
}
.border-b-sky-600\/100 {
  border-bottom-color: rgb(2 132 199 / 1);
}
.border-b-sky-600\/15 {
  border-bottom-color: rgb(2 132 199 / 0.15);
}
.border-b-sky-600\/20 {
  border-bottom-color: rgb(2 132 199 / 0.2);
}
.border-b-sky-600\/25 {
  border-bottom-color: rgb(2 132 199 / 0.25);
}
.border-b-sky-600\/30 {
  border-bottom-color: rgb(2 132 199 / 0.3);
}
.border-b-sky-600\/35 {
  border-bottom-color: rgb(2 132 199 / 0.35);
}
.border-b-sky-600\/40 {
  border-bottom-color: rgb(2 132 199 / 0.4);
}
.border-b-sky-600\/45 {
  border-bottom-color: rgb(2 132 199 / 0.45);
}
.border-b-sky-600\/5 {
  border-bottom-color: rgb(2 132 199 / 0.05);
}
.border-b-sky-600\/50 {
  border-bottom-color: rgb(2 132 199 / 0.5);
}
.border-b-sky-600\/55 {
  border-bottom-color: rgb(2 132 199 / 0.55);
}
.border-b-sky-600\/60 {
  border-bottom-color: rgb(2 132 199 / 0.6);
}
.border-b-sky-600\/65 {
  border-bottom-color: rgb(2 132 199 / 0.65);
}
.border-b-sky-600\/70 {
  border-bottom-color: rgb(2 132 199 / 0.7);
}
.border-b-sky-600\/75 {
  border-bottom-color: rgb(2 132 199 / 0.75);
}
.border-b-sky-600\/80 {
  border-bottom-color: rgb(2 132 199 / 0.8);
}
.border-b-sky-600\/85 {
  border-bottom-color: rgb(2 132 199 / 0.85);
}
.border-b-sky-600\/90 {
  border-bottom-color: rgb(2 132 199 / 0.9);
}
.border-b-sky-600\/95 {
  border-bottom-color: rgb(2 132 199 / 0.95);
}
.border-b-sky-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-b-sky-700\/0 {
  border-bottom-color: rgb(3 105 161 / 0);
}
.border-b-sky-700\/10 {
  border-bottom-color: rgb(3 105 161 / 0.1);
}
.border-b-sky-700\/100 {
  border-bottom-color: rgb(3 105 161 / 1);
}
.border-b-sky-700\/15 {
  border-bottom-color: rgb(3 105 161 / 0.15);
}
.border-b-sky-700\/20 {
  border-bottom-color: rgb(3 105 161 / 0.2);
}
.border-b-sky-700\/25 {
  border-bottom-color: rgb(3 105 161 / 0.25);
}
.border-b-sky-700\/30 {
  border-bottom-color: rgb(3 105 161 / 0.3);
}
.border-b-sky-700\/35 {
  border-bottom-color: rgb(3 105 161 / 0.35);
}
.border-b-sky-700\/40 {
  border-bottom-color: rgb(3 105 161 / 0.4);
}
.border-b-sky-700\/45 {
  border-bottom-color: rgb(3 105 161 / 0.45);
}
.border-b-sky-700\/5 {
  border-bottom-color: rgb(3 105 161 / 0.05);
}
.border-b-sky-700\/50 {
  border-bottom-color: rgb(3 105 161 / 0.5);
}
.border-b-sky-700\/55 {
  border-bottom-color: rgb(3 105 161 / 0.55);
}
.border-b-sky-700\/60 {
  border-bottom-color: rgb(3 105 161 / 0.6);
}
.border-b-sky-700\/65 {
  border-bottom-color: rgb(3 105 161 / 0.65);
}
.border-b-sky-700\/70 {
  border-bottom-color: rgb(3 105 161 / 0.7);
}
.border-b-sky-700\/75 {
  border-bottom-color: rgb(3 105 161 / 0.75);
}
.border-b-sky-700\/80 {
  border-bottom-color: rgb(3 105 161 / 0.8);
}
.border-b-sky-700\/85 {
  border-bottom-color: rgb(3 105 161 / 0.85);
}
.border-b-sky-700\/90 {
  border-bottom-color: rgb(3 105 161 / 0.9);
}
.border-b-sky-700\/95 {
  border-bottom-color: rgb(3 105 161 / 0.95);
}
.border-b-sky-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-b-sky-800\/0 {
  border-bottom-color: rgb(7 89 133 / 0);
}
.border-b-sky-800\/10 {
  border-bottom-color: rgb(7 89 133 / 0.1);
}
.border-b-sky-800\/100 {
  border-bottom-color: rgb(7 89 133 / 1);
}
.border-b-sky-800\/15 {
  border-bottom-color: rgb(7 89 133 / 0.15);
}
.border-b-sky-800\/20 {
  border-bottom-color: rgb(7 89 133 / 0.2);
}
.border-b-sky-800\/25 {
  border-bottom-color: rgb(7 89 133 / 0.25);
}
.border-b-sky-800\/30 {
  border-bottom-color: rgb(7 89 133 / 0.3);
}
.border-b-sky-800\/35 {
  border-bottom-color: rgb(7 89 133 / 0.35);
}
.border-b-sky-800\/40 {
  border-bottom-color: rgb(7 89 133 / 0.4);
}
.border-b-sky-800\/45 {
  border-bottom-color: rgb(7 89 133 / 0.45);
}
.border-b-sky-800\/5 {
  border-bottom-color: rgb(7 89 133 / 0.05);
}
.border-b-sky-800\/50 {
  border-bottom-color: rgb(7 89 133 / 0.5);
}
.border-b-sky-800\/55 {
  border-bottom-color: rgb(7 89 133 / 0.55);
}
.border-b-sky-800\/60 {
  border-bottom-color: rgb(7 89 133 / 0.6);
}
.border-b-sky-800\/65 {
  border-bottom-color: rgb(7 89 133 / 0.65);
}
.border-b-sky-800\/70 {
  border-bottom-color: rgb(7 89 133 / 0.7);
}
.border-b-sky-800\/75 {
  border-bottom-color: rgb(7 89 133 / 0.75);
}
.border-b-sky-800\/80 {
  border-bottom-color: rgb(7 89 133 / 0.8);
}
.border-b-sky-800\/85 {
  border-bottom-color: rgb(7 89 133 / 0.85);
}
.border-b-sky-800\/90 {
  border-bottom-color: rgb(7 89 133 / 0.9);
}
.border-b-sky-800\/95 {
  border-bottom-color: rgb(7 89 133 / 0.95);
}
.border-b-sky-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-b-sky-900\/0 {
  border-bottom-color: rgb(12 74 110 / 0);
}
.border-b-sky-900\/10 {
  border-bottom-color: rgb(12 74 110 / 0.1);
}
.border-b-sky-900\/100 {
  border-bottom-color: rgb(12 74 110 / 1);
}
.border-b-sky-900\/15 {
  border-bottom-color: rgb(12 74 110 / 0.15);
}
.border-b-sky-900\/20 {
  border-bottom-color: rgb(12 74 110 / 0.2);
}
.border-b-sky-900\/25 {
  border-bottom-color: rgb(12 74 110 / 0.25);
}
.border-b-sky-900\/30 {
  border-bottom-color: rgb(12 74 110 / 0.3);
}
.border-b-sky-900\/35 {
  border-bottom-color: rgb(12 74 110 / 0.35);
}
.border-b-sky-900\/40 {
  border-bottom-color: rgb(12 74 110 / 0.4);
}
.border-b-sky-900\/45 {
  border-bottom-color: rgb(12 74 110 / 0.45);
}
.border-b-sky-900\/5 {
  border-bottom-color: rgb(12 74 110 / 0.05);
}
.border-b-sky-900\/50 {
  border-bottom-color: rgb(12 74 110 / 0.5);
}
.border-b-sky-900\/55 {
  border-bottom-color: rgb(12 74 110 / 0.55);
}
.border-b-sky-900\/60 {
  border-bottom-color: rgb(12 74 110 / 0.6);
}
.border-b-sky-900\/65 {
  border-bottom-color: rgb(12 74 110 / 0.65);
}
.border-b-sky-900\/70 {
  border-bottom-color: rgb(12 74 110 / 0.7);
}
.border-b-sky-900\/75 {
  border-bottom-color: rgb(12 74 110 / 0.75);
}
.border-b-sky-900\/80 {
  border-bottom-color: rgb(12 74 110 / 0.8);
}
.border-b-sky-900\/85 {
  border-bottom-color: rgb(12 74 110 / 0.85);
}
.border-b-sky-900\/90 {
  border-bottom-color: rgb(12 74 110 / 0.9);
}
.border-b-sky-900\/95 {
  border-bottom-color: rgb(12 74 110 / 0.95);
}
.border-b-sky-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-b-sky-950\/0 {
  border-bottom-color: rgb(8 47 73 / 0);
}
.border-b-sky-950\/10 {
  border-bottom-color: rgb(8 47 73 / 0.1);
}
.border-b-sky-950\/100 {
  border-bottom-color: rgb(8 47 73 / 1);
}
.border-b-sky-950\/15 {
  border-bottom-color: rgb(8 47 73 / 0.15);
}
.border-b-sky-950\/20 {
  border-bottom-color: rgb(8 47 73 / 0.2);
}
.border-b-sky-950\/25 {
  border-bottom-color: rgb(8 47 73 / 0.25);
}
.border-b-sky-950\/30 {
  border-bottom-color: rgb(8 47 73 / 0.3);
}
.border-b-sky-950\/35 {
  border-bottom-color: rgb(8 47 73 / 0.35);
}
.border-b-sky-950\/40 {
  border-bottom-color: rgb(8 47 73 / 0.4);
}
.border-b-sky-950\/45 {
  border-bottom-color: rgb(8 47 73 / 0.45);
}
.border-b-sky-950\/5 {
  border-bottom-color: rgb(8 47 73 / 0.05);
}
.border-b-sky-950\/50 {
  border-bottom-color: rgb(8 47 73 / 0.5);
}
.border-b-sky-950\/55 {
  border-bottom-color: rgb(8 47 73 / 0.55);
}
.border-b-sky-950\/60 {
  border-bottom-color: rgb(8 47 73 / 0.6);
}
.border-b-sky-950\/65 {
  border-bottom-color: rgb(8 47 73 / 0.65);
}
.border-b-sky-950\/70 {
  border-bottom-color: rgb(8 47 73 / 0.7);
}
.border-b-sky-950\/75 {
  border-bottom-color: rgb(8 47 73 / 0.75);
}
.border-b-sky-950\/80 {
  border-bottom-color: rgb(8 47 73 / 0.8);
}
.border-b-sky-950\/85 {
  border-bottom-color: rgb(8 47 73 / 0.85);
}
.border-b-sky-950\/90 {
  border-bottom-color: rgb(8 47 73 / 0.9);
}
.border-b-sky-950\/95 {
  border-bottom-color: rgb(8 47 73 / 0.95);
}
.border-b-slate-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-b-slate-100\/0 {
  border-bottom-color: rgb(241 245 249 / 0);
}
.border-b-slate-100\/10 {
  border-bottom-color: rgb(241 245 249 / 0.1);
}
.border-b-slate-100\/100 {
  border-bottom-color: rgb(241 245 249 / 1);
}
.border-b-slate-100\/15 {
  border-bottom-color: rgb(241 245 249 / 0.15);
}
.border-b-slate-100\/20 {
  border-bottom-color: rgb(241 245 249 / 0.2);
}
.border-b-slate-100\/25 {
  border-bottom-color: rgb(241 245 249 / 0.25);
}
.border-b-slate-100\/30 {
  border-bottom-color: rgb(241 245 249 / 0.3);
}
.border-b-slate-100\/35 {
  border-bottom-color: rgb(241 245 249 / 0.35);
}
.border-b-slate-100\/40 {
  border-bottom-color: rgb(241 245 249 / 0.4);
}
.border-b-slate-100\/45 {
  border-bottom-color: rgb(241 245 249 / 0.45);
}
.border-b-slate-100\/5 {
  border-bottom-color: rgb(241 245 249 / 0.05);
}
.border-b-slate-100\/50 {
  border-bottom-color: rgb(241 245 249 / 0.5);
}
.border-b-slate-100\/55 {
  border-bottom-color: rgb(241 245 249 / 0.55);
}
.border-b-slate-100\/60 {
  border-bottom-color: rgb(241 245 249 / 0.6);
}
.border-b-slate-100\/65 {
  border-bottom-color: rgb(241 245 249 / 0.65);
}
.border-b-slate-100\/70 {
  border-bottom-color: rgb(241 245 249 / 0.7);
}
.border-b-slate-100\/75 {
  border-bottom-color: rgb(241 245 249 / 0.75);
}
.border-b-slate-100\/80 {
  border-bottom-color: rgb(241 245 249 / 0.8);
}
.border-b-slate-100\/85 {
  border-bottom-color: rgb(241 245 249 / 0.85);
}
.border-b-slate-100\/90 {
  border-bottom-color: rgb(241 245 249 / 0.9);
}
.border-b-slate-100\/95 {
  border-bottom-color: rgb(241 245 249 / 0.95);
}
.border-b-slate-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-b-slate-200\/0 {
  border-bottom-color: rgb(226 232 240 / 0);
}
.border-b-slate-200\/10 {
  border-bottom-color: rgb(226 232 240 / 0.1);
}
.border-b-slate-200\/100 {
  border-bottom-color: rgb(226 232 240 / 1);
}
.border-b-slate-200\/15 {
  border-bottom-color: rgb(226 232 240 / 0.15);
}
.border-b-slate-200\/20 {
  border-bottom-color: rgb(226 232 240 / 0.2);
}
.border-b-slate-200\/25 {
  border-bottom-color: rgb(226 232 240 / 0.25);
}
.border-b-slate-200\/30 {
  border-bottom-color: rgb(226 232 240 / 0.3);
}
.border-b-slate-200\/35 {
  border-bottom-color: rgb(226 232 240 / 0.35);
}
.border-b-slate-200\/40 {
  border-bottom-color: rgb(226 232 240 / 0.4);
}
.border-b-slate-200\/45 {
  border-bottom-color: rgb(226 232 240 / 0.45);
}
.border-b-slate-200\/5 {
  border-bottom-color: rgb(226 232 240 / 0.05);
}
.border-b-slate-200\/50 {
  border-bottom-color: rgb(226 232 240 / 0.5);
}
.border-b-slate-200\/55 {
  border-bottom-color: rgb(226 232 240 / 0.55);
}
.border-b-slate-200\/60 {
  border-bottom-color: rgb(226 232 240 / 0.6);
}
.border-b-slate-200\/65 {
  border-bottom-color: rgb(226 232 240 / 0.65);
}
.border-b-slate-200\/70 {
  border-bottom-color: rgb(226 232 240 / 0.7);
}
.border-b-slate-200\/75 {
  border-bottom-color: rgb(226 232 240 / 0.75);
}
.border-b-slate-200\/80 {
  border-bottom-color: rgb(226 232 240 / 0.8);
}
.border-b-slate-200\/85 {
  border-bottom-color: rgb(226 232 240 / 0.85);
}
.border-b-slate-200\/90 {
  border-bottom-color: rgb(226 232 240 / 0.9);
}
.border-b-slate-200\/95 {
  border-bottom-color: rgb(226 232 240 / 0.95);
}
.border-b-slate-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-b-slate-300\/0 {
  border-bottom-color: rgb(203 213 225 / 0);
}
.border-b-slate-300\/10 {
  border-bottom-color: rgb(203 213 225 / 0.1);
}
.border-b-slate-300\/100 {
  border-bottom-color: rgb(203 213 225 / 1);
}
.border-b-slate-300\/15 {
  border-bottom-color: rgb(203 213 225 / 0.15);
}
.border-b-slate-300\/20 {
  border-bottom-color: rgb(203 213 225 / 0.2);
}
.border-b-slate-300\/25 {
  border-bottom-color: rgb(203 213 225 / 0.25);
}
.border-b-slate-300\/30 {
  border-bottom-color: rgb(203 213 225 / 0.3);
}
.border-b-slate-300\/35 {
  border-bottom-color: rgb(203 213 225 / 0.35);
}
.border-b-slate-300\/40 {
  border-bottom-color: rgb(203 213 225 / 0.4);
}
.border-b-slate-300\/45 {
  border-bottom-color: rgb(203 213 225 / 0.45);
}
.border-b-slate-300\/5 {
  border-bottom-color: rgb(203 213 225 / 0.05);
}
.border-b-slate-300\/50 {
  border-bottom-color: rgb(203 213 225 / 0.5);
}
.border-b-slate-300\/55 {
  border-bottom-color: rgb(203 213 225 / 0.55);
}
.border-b-slate-300\/60 {
  border-bottom-color: rgb(203 213 225 / 0.6);
}
.border-b-slate-300\/65 {
  border-bottom-color: rgb(203 213 225 / 0.65);
}
.border-b-slate-300\/70 {
  border-bottom-color: rgb(203 213 225 / 0.7);
}
.border-b-slate-300\/75 {
  border-bottom-color: rgb(203 213 225 / 0.75);
}
.border-b-slate-300\/80 {
  border-bottom-color: rgb(203 213 225 / 0.8);
}
.border-b-slate-300\/85 {
  border-bottom-color: rgb(203 213 225 / 0.85);
}
.border-b-slate-300\/90 {
  border-bottom-color: rgb(203 213 225 / 0.9);
}
.border-b-slate-300\/95 {
  border-bottom-color: rgb(203 213 225 / 0.95);
}
.border-b-slate-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-b-slate-400\/0 {
  border-bottom-color: rgb(148 163 184 / 0);
}
.border-b-slate-400\/10 {
  border-bottom-color: rgb(148 163 184 / 0.1);
}
.border-b-slate-400\/100 {
  border-bottom-color: rgb(148 163 184 / 1);
}
.border-b-slate-400\/15 {
  border-bottom-color: rgb(148 163 184 / 0.15);
}
.border-b-slate-400\/20 {
  border-bottom-color: rgb(148 163 184 / 0.2);
}
.border-b-slate-400\/25 {
  border-bottom-color: rgb(148 163 184 / 0.25);
}
.border-b-slate-400\/30 {
  border-bottom-color: rgb(148 163 184 / 0.3);
}
.border-b-slate-400\/35 {
  border-bottom-color: rgb(148 163 184 / 0.35);
}
.border-b-slate-400\/40 {
  border-bottom-color: rgb(148 163 184 / 0.4);
}
.border-b-slate-400\/45 {
  border-bottom-color: rgb(148 163 184 / 0.45);
}
.border-b-slate-400\/5 {
  border-bottom-color: rgb(148 163 184 / 0.05);
}
.border-b-slate-400\/50 {
  border-bottom-color: rgb(148 163 184 / 0.5);
}
.border-b-slate-400\/55 {
  border-bottom-color: rgb(148 163 184 / 0.55);
}
.border-b-slate-400\/60 {
  border-bottom-color: rgb(148 163 184 / 0.6);
}
.border-b-slate-400\/65 {
  border-bottom-color: rgb(148 163 184 / 0.65);
}
.border-b-slate-400\/70 {
  border-bottom-color: rgb(148 163 184 / 0.7);
}
.border-b-slate-400\/75 {
  border-bottom-color: rgb(148 163 184 / 0.75);
}
.border-b-slate-400\/80 {
  border-bottom-color: rgb(148 163 184 / 0.8);
}
.border-b-slate-400\/85 {
  border-bottom-color: rgb(148 163 184 / 0.85);
}
.border-b-slate-400\/90 {
  border-bottom-color: rgb(148 163 184 / 0.9);
}
.border-b-slate-400\/95 {
  border-bottom-color: rgb(148 163 184 / 0.95);
}
.border-b-slate-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-b-slate-50\/0 {
  border-bottom-color: rgb(248 250 252 / 0);
}
.border-b-slate-50\/10 {
  border-bottom-color: rgb(248 250 252 / 0.1);
}
.border-b-slate-50\/100 {
  border-bottom-color: rgb(248 250 252 / 1);
}
.border-b-slate-50\/15 {
  border-bottom-color: rgb(248 250 252 / 0.15);
}
.border-b-slate-50\/20 {
  border-bottom-color: rgb(248 250 252 / 0.2);
}
.border-b-slate-50\/25 {
  border-bottom-color: rgb(248 250 252 / 0.25);
}
.border-b-slate-50\/30 {
  border-bottom-color: rgb(248 250 252 / 0.3);
}
.border-b-slate-50\/35 {
  border-bottom-color: rgb(248 250 252 / 0.35);
}
.border-b-slate-50\/40 {
  border-bottom-color: rgb(248 250 252 / 0.4);
}
.border-b-slate-50\/45 {
  border-bottom-color: rgb(248 250 252 / 0.45);
}
.border-b-slate-50\/5 {
  border-bottom-color: rgb(248 250 252 / 0.05);
}
.border-b-slate-50\/50 {
  border-bottom-color: rgb(248 250 252 / 0.5);
}
.border-b-slate-50\/55 {
  border-bottom-color: rgb(248 250 252 / 0.55);
}
.border-b-slate-50\/60 {
  border-bottom-color: rgb(248 250 252 / 0.6);
}
.border-b-slate-50\/65 {
  border-bottom-color: rgb(248 250 252 / 0.65);
}
.border-b-slate-50\/70 {
  border-bottom-color: rgb(248 250 252 / 0.7);
}
.border-b-slate-50\/75 {
  border-bottom-color: rgb(248 250 252 / 0.75);
}
.border-b-slate-50\/80 {
  border-bottom-color: rgb(248 250 252 / 0.8);
}
.border-b-slate-50\/85 {
  border-bottom-color: rgb(248 250 252 / 0.85);
}
.border-b-slate-50\/90 {
  border-bottom-color: rgb(248 250 252 / 0.9);
}
.border-b-slate-50\/95 {
  border-bottom-color: rgb(248 250 252 / 0.95);
}
.border-b-slate-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-b-slate-500\/0 {
  border-bottom-color: rgb(100 116 139 / 0);
}
.border-b-slate-500\/10 {
  border-bottom-color: rgb(100 116 139 / 0.1);
}
.border-b-slate-500\/100 {
  border-bottom-color: rgb(100 116 139 / 1);
}
.border-b-slate-500\/15 {
  border-bottom-color: rgb(100 116 139 / 0.15);
}
.border-b-slate-500\/20 {
  border-bottom-color: rgb(100 116 139 / 0.2);
}
.border-b-slate-500\/25 {
  border-bottom-color: rgb(100 116 139 / 0.25);
}
.border-b-slate-500\/30 {
  border-bottom-color: rgb(100 116 139 / 0.3);
}
.border-b-slate-500\/35 {
  border-bottom-color: rgb(100 116 139 / 0.35);
}
.border-b-slate-500\/40 {
  border-bottom-color: rgb(100 116 139 / 0.4);
}
.border-b-slate-500\/45 {
  border-bottom-color: rgb(100 116 139 / 0.45);
}
.border-b-slate-500\/5 {
  border-bottom-color: rgb(100 116 139 / 0.05);
}
.border-b-slate-500\/50 {
  border-bottom-color: rgb(100 116 139 / 0.5);
}
.border-b-slate-500\/55 {
  border-bottom-color: rgb(100 116 139 / 0.55);
}
.border-b-slate-500\/60 {
  border-bottom-color: rgb(100 116 139 / 0.6);
}
.border-b-slate-500\/65 {
  border-bottom-color: rgb(100 116 139 / 0.65);
}
.border-b-slate-500\/70 {
  border-bottom-color: rgb(100 116 139 / 0.7);
}
.border-b-slate-500\/75 {
  border-bottom-color: rgb(100 116 139 / 0.75);
}
.border-b-slate-500\/80 {
  border-bottom-color: rgb(100 116 139 / 0.8);
}
.border-b-slate-500\/85 {
  border-bottom-color: rgb(100 116 139 / 0.85);
}
.border-b-slate-500\/90 {
  border-bottom-color: rgb(100 116 139 / 0.9);
}
.border-b-slate-500\/95 {
  border-bottom-color: rgb(100 116 139 / 0.95);
}
.border-b-slate-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-b-slate-600\/0 {
  border-bottom-color: rgb(71 85 105 / 0);
}
.border-b-slate-600\/10 {
  border-bottom-color: rgb(71 85 105 / 0.1);
}
.border-b-slate-600\/100 {
  border-bottom-color: rgb(71 85 105 / 1);
}
.border-b-slate-600\/15 {
  border-bottom-color: rgb(71 85 105 / 0.15);
}
.border-b-slate-600\/20 {
  border-bottom-color: rgb(71 85 105 / 0.2);
}
.border-b-slate-600\/25 {
  border-bottom-color: rgb(71 85 105 / 0.25);
}
.border-b-slate-600\/30 {
  border-bottom-color: rgb(71 85 105 / 0.3);
}
.border-b-slate-600\/35 {
  border-bottom-color: rgb(71 85 105 / 0.35);
}
.border-b-slate-600\/40 {
  border-bottom-color: rgb(71 85 105 / 0.4);
}
.border-b-slate-600\/45 {
  border-bottom-color: rgb(71 85 105 / 0.45);
}
.border-b-slate-600\/5 {
  border-bottom-color: rgb(71 85 105 / 0.05);
}
.border-b-slate-600\/50 {
  border-bottom-color: rgb(71 85 105 / 0.5);
}
.border-b-slate-600\/55 {
  border-bottom-color: rgb(71 85 105 / 0.55);
}
.border-b-slate-600\/60 {
  border-bottom-color: rgb(71 85 105 / 0.6);
}
.border-b-slate-600\/65 {
  border-bottom-color: rgb(71 85 105 / 0.65);
}
.border-b-slate-600\/70 {
  border-bottom-color: rgb(71 85 105 / 0.7);
}
.border-b-slate-600\/75 {
  border-bottom-color: rgb(71 85 105 / 0.75);
}
.border-b-slate-600\/80 {
  border-bottom-color: rgb(71 85 105 / 0.8);
}
.border-b-slate-600\/85 {
  border-bottom-color: rgb(71 85 105 / 0.85);
}
.border-b-slate-600\/90 {
  border-bottom-color: rgb(71 85 105 / 0.9);
}
.border-b-slate-600\/95 {
  border-bottom-color: rgb(71 85 105 / 0.95);
}
.border-b-slate-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-b-slate-700\/0 {
  border-bottom-color: rgb(51 65 85 / 0);
}
.border-b-slate-700\/10 {
  border-bottom-color: rgb(51 65 85 / 0.1);
}
.border-b-slate-700\/100 {
  border-bottom-color: rgb(51 65 85 / 1);
}
.border-b-slate-700\/15 {
  border-bottom-color: rgb(51 65 85 / 0.15);
}
.border-b-slate-700\/20 {
  border-bottom-color: rgb(51 65 85 / 0.2);
}
.border-b-slate-700\/25 {
  border-bottom-color: rgb(51 65 85 / 0.25);
}
.border-b-slate-700\/30 {
  border-bottom-color: rgb(51 65 85 / 0.3);
}
.border-b-slate-700\/35 {
  border-bottom-color: rgb(51 65 85 / 0.35);
}
.border-b-slate-700\/40 {
  border-bottom-color: rgb(51 65 85 / 0.4);
}
.border-b-slate-700\/45 {
  border-bottom-color: rgb(51 65 85 / 0.45);
}
.border-b-slate-700\/5 {
  border-bottom-color: rgb(51 65 85 / 0.05);
}
.border-b-slate-700\/50 {
  border-bottom-color: rgb(51 65 85 / 0.5);
}
.border-b-slate-700\/55 {
  border-bottom-color: rgb(51 65 85 / 0.55);
}
.border-b-slate-700\/60 {
  border-bottom-color: rgb(51 65 85 / 0.6);
}
.border-b-slate-700\/65 {
  border-bottom-color: rgb(51 65 85 / 0.65);
}
.border-b-slate-700\/70 {
  border-bottom-color: rgb(51 65 85 / 0.7);
}
.border-b-slate-700\/75 {
  border-bottom-color: rgb(51 65 85 / 0.75);
}
.border-b-slate-700\/80 {
  border-bottom-color: rgb(51 65 85 / 0.8);
}
.border-b-slate-700\/85 {
  border-bottom-color: rgb(51 65 85 / 0.85);
}
.border-b-slate-700\/90 {
  border-bottom-color: rgb(51 65 85 / 0.9);
}
.border-b-slate-700\/95 {
  border-bottom-color: rgb(51 65 85 / 0.95);
}
.border-b-slate-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-b-slate-800\/0 {
  border-bottom-color: rgb(30 41 59 / 0);
}
.border-b-slate-800\/10 {
  border-bottom-color: rgb(30 41 59 / 0.1);
}
.border-b-slate-800\/100 {
  border-bottom-color: rgb(30 41 59 / 1);
}
.border-b-slate-800\/15 {
  border-bottom-color: rgb(30 41 59 / 0.15);
}
.border-b-slate-800\/20 {
  border-bottom-color: rgb(30 41 59 / 0.2);
}
.border-b-slate-800\/25 {
  border-bottom-color: rgb(30 41 59 / 0.25);
}
.border-b-slate-800\/30 {
  border-bottom-color: rgb(30 41 59 / 0.3);
}
.border-b-slate-800\/35 {
  border-bottom-color: rgb(30 41 59 / 0.35);
}
.border-b-slate-800\/40 {
  border-bottom-color: rgb(30 41 59 / 0.4);
}
.border-b-slate-800\/45 {
  border-bottom-color: rgb(30 41 59 / 0.45);
}
.border-b-slate-800\/5 {
  border-bottom-color: rgb(30 41 59 / 0.05);
}
.border-b-slate-800\/50 {
  border-bottom-color: rgb(30 41 59 / 0.5);
}
.border-b-slate-800\/55 {
  border-bottom-color: rgb(30 41 59 / 0.55);
}
.border-b-slate-800\/60 {
  border-bottom-color: rgb(30 41 59 / 0.6);
}
.border-b-slate-800\/65 {
  border-bottom-color: rgb(30 41 59 / 0.65);
}
.border-b-slate-800\/70 {
  border-bottom-color: rgb(30 41 59 / 0.7);
}
.border-b-slate-800\/75 {
  border-bottom-color: rgb(30 41 59 / 0.75);
}
.border-b-slate-800\/80 {
  border-bottom-color: rgb(30 41 59 / 0.8);
}
.border-b-slate-800\/85 {
  border-bottom-color: rgb(30 41 59 / 0.85);
}
.border-b-slate-800\/90 {
  border-bottom-color: rgb(30 41 59 / 0.9);
}
.border-b-slate-800\/95 {
  border-bottom-color: rgb(30 41 59 / 0.95);
}
.border-b-slate-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-b-slate-900\/0 {
  border-bottom-color: rgb(15 23 42 / 0);
}
.border-b-slate-900\/10 {
  border-bottom-color: rgb(15 23 42 / 0.1);
}
.border-b-slate-900\/100 {
  border-bottom-color: rgb(15 23 42 / 1);
}
.border-b-slate-900\/15 {
  border-bottom-color: rgb(15 23 42 / 0.15);
}
.border-b-slate-900\/20 {
  border-bottom-color: rgb(15 23 42 / 0.2);
}
.border-b-slate-900\/25 {
  border-bottom-color: rgb(15 23 42 / 0.25);
}
.border-b-slate-900\/30 {
  border-bottom-color: rgb(15 23 42 / 0.3);
}
.border-b-slate-900\/35 {
  border-bottom-color: rgb(15 23 42 / 0.35);
}
.border-b-slate-900\/40 {
  border-bottom-color: rgb(15 23 42 / 0.4);
}
.border-b-slate-900\/45 {
  border-bottom-color: rgb(15 23 42 / 0.45);
}
.border-b-slate-900\/5 {
  border-bottom-color: rgb(15 23 42 / 0.05);
}
.border-b-slate-900\/50 {
  border-bottom-color: rgb(15 23 42 / 0.5);
}
.border-b-slate-900\/55 {
  border-bottom-color: rgb(15 23 42 / 0.55);
}
.border-b-slate-900\/60 {
  border-bottom-color: rgb(15 23 42 / 0.6);
}
.border-b-slate-900\/65 {
  border-bottom-color: rgb(15 23 42 / 0.65);
}
.border-b-slate-900\/70 {
  border-bottom-color: rgb(15 23 42 / 0.7);
}
.border-b-slate-900\/75 {
  border-bottom-color: rgb(15 23 42 / 0.75);
}
.border-b-slate-900\/80 {
  border-bottom-color: rgb(15 23 42 / 0.8);
}
.border-b-slate-900\/85 {
  border-bottom-color: rgb(15 23 42 / 0.85);
}
.border-b-slate-900\/90 {
  border-bottom-color: rgb(15 23 42 / 0.9);
}
.border-b-slate-900\/95 {
  border-bottom-color: rgb(15 23 42 / 0.95);
}
.border-b-slate-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-b-slate-950\/0 {
  border-bottom-color: rgb(2 6 23 / 0);
}
.border-b-slate-950\/10 {
  border-bottom-color: rgb(2 6 23 / 0.1);
}
.border-b-slate-950\/100 {
  border-bottom-color: rgb(2 6 23 / 1);
}
.border-b-slate-950\/15 {
  border-bottom-color: rgb(2 6 23 / 0.15);
}
.border-b-slate-950\/20 {
  border-bottom-color: rgb(2 6 23 / 0.2);
}
.border-b-slate-950\/25 {
  border-bottom-color: rgb(2 6 23 / 0.25);
}
.border-b-slate-950\/30 {
  border-bottom-color: rgb(2 6 23 / 0.3);
}
.border-b-slate-950\/35 {
  border-bottom-color: rgb(2 6 23 / 0.35);
}
.border-b-slate-950\/40 {
  border-bottom-color: rgb(2 6 23 / 0.4);
}
.border-b-slate-950\/45 {
  border-bottom-color: rgb(2 6 23 / 0.45);
}
.border-b-slate-950\/5 {
  border-bottom-color: rgb(2 6 23 / 0.05);
}
.border-b-slate-950\/50 {
  border-bottom-color: rgb(2 6 23 / 0.5);
}
.border-b-slate-950\/55 {
  border-bottom-color: rgb(2 6 23 / 0.55);
}
.border-b-slate-950\/60 {
  border-bottom-color: rgb(2 6 23 / 0.6);
}
.border-b-slate-950\/65 {
  border-bottom-color: rgb(2 6 23 / 0.65);
}
.border-b-slate-950\/70 {
  border-bottom-color: rgb(2 6 23 / 0.7);
}
.border-b-slate-950\/75 {
  border-bottom-color: rgb(2 6 23 / 0.75);
}
.border-b-slate-950\/80 {
  border-bottom-color: rgb(2 6 23 / 0.8);
}
.border-b-slate-950\/85 {
  border-bottom-color: rgb(2 6 23 / 0.85);
}
.border-b-slate-950\/90 {
  border-bottom-color: rgb(2 6 23 / 0.9);
}
.border-b-slate-950\/95 {
  border-bottom-color: rgb(2 6 23 / 0.95);
}
.border-b-stone-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-b-stone-100\/0 {
  border-bottom-color: rgb(245 245 244 / 0);
}
.border-b-stone-100\/10 {
  border-bottom-color: rgb(245 245 244 / 0.1);
}
.border-b-stone-100\/100 {
  border-bottom-color: rgb(245 245 244 / 1);
}
.border-b-stone-100\/15 {
  border-bottom-color: rgb(245 245 244 / 0.15);
}
.border-b-stone-100\/20 {
  border-bottom-color: rgb(245 245 244 / 0.2);
}
.border-b-stone-100\/25 {
  border-bottom-color: rgb(245 245 244 / 0.25);
}
.border-b-stone-100\/30 {
  border-bottom-color: rgb(245 245 244 / 0.3);
}
.border-b-stone-100\/35 {
  border-bottom-color: rgb(245 245 244 / 0.35);
}
.border-b-stone-100\/40 {
  border-bottom-color: rgb(245 245 244 / 0.4);
}
.border-b-stone-100\/45 {
  border-bottom-color: rgb(245 245 244 / 0.45);
}
.border-b-stone-100\/5 {
  border-bottom-color: rgb(245 245 244 / 0.05);
}
.border-b-stone-100\/50 {
  border-bottom-color: rgb(245 245 244 / 0.5);
}
.border-b-stone-100\/55 {
  border-bottom-color: rgb(245 245 244 / 0.55);
}
.border-b-stone-100\/60 {
  border-bottom-color: rgb(245 245 244 / 0.6);
}
.border-b-stone-100\/65 {
  border-bottom-color: rgb(245 245 244 / 0.65);
}
.border-b-stone-100\/70 {
  border-bottom-color: rgb(245 245 244 / 0.7);
}
.border-b-stone-100\/75 {
  border-bottom-color: rgb(245 245 244 / 0.75);
}
.border-b-stone-100\/80 {
  border-bottom-color: rgb(245 245 244 / 0.8);
}
.border-b-stone-100\/85 {
  border-bottom-color: rgb(245 245 244 / 0.85);
}
.border-b-stone-100\/90 {
  border-bottom-color: rgb(245 245 244 / 0.9);
}
.border-b-stone-100\/95 {
  border-bottom-color: rgb(245 245 244 / 0.95);
}
.border-b-stone-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-b-stone-200\/0 {
  border-bottom-color: rgb(231 229 228 / 0);
}
.border-b-stone-200\/10 {
  border-bottom-color: rgb(231 229 228 / 0.1);
}
.border-b-stone-200\/100 {
  border-bottom-color: rgb(231 229 228 / 1);
}
.border-b-stone-200\/15 {
  border-bottom-color: rgb(231 229 228 / 0.15);
}
.border-b-stone-200\/20 {
  border-bottom-color: rgb(231 229 228 / 0.2);
}
.border-b-stone-200\/25 {
  border-bottom-color: rgb(231 229 228 / 0.25);
}
.border-b-stone-200\/30 {
  border-bottom-color: rgb(231 229 228 / 0.3);
}
.border-b-stone-200\/35 {
  border-bottom-color: rgb(231 229 228 / 0.35);
}
.border-b-stone-200\/40 {
  border-bottom-color: rgb(231 229 228 / 0.4);
}
.border-b-stone-200\/45 {
  border-bottom-color: rgb(231 229 228 / 0.45);
}
.border-b-stone-200\/5 {
  border-bottom-color: rgb(231 229 228 / 0.05);
}
.border-b-stone-200\/50 {
  border-bottom-color: rgb(231 229 228 / 0.5);
}
.border-b-stone-200\/55 {
  border-bottom-color: rgb(231 229 228 / 0.55);
}
.border-b-stone-200\/60 {
  border-bottom-color: rgb(231 229 228 / 0.6);
}
.border-b-stone-200\/65 {
  border-bottom-color: rgb(231 229 228 / 0.65);
}
.border-b-stone-200\/70 {
  border-bottom-color: rgb(231 229 228 / 0.7);
}
.border-b-stone-200\/75 {
  border-bottom-color: rgb(231 229 228 / 0.75);
}
.border-b-stone-200\/80 {
  border-bottom-color: rgb(231 229 228 / 0.8);
}
.border-b-stone-200\/85 {
  border-bottom-color: rgb(231 229 228 / 0.85);
}
.border-b-stone-200\/90 {
  border-bottom-color: rgb(231 229 228 / 0.9);
}
.border-b-stone-200\/95 {
  border-bottom-color: rgb(231 229 228 / 0.95);
}
.border-b-stone-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-b-stone-300\/0 {
  border-bottom-color: rgb(214 211 209 / 0);
}
.border-b-stone-300\/10 {
  border-bottom-color: rgb(214 211 209 / 0.1);
}
.border-b-stone-300\/100 {
  border-bottom-color: rgb(214 211 209 / 1);
}
.border-b-stone-300\/15 {
  border-bottom-color: rgb(214 211 209 / 0.15);
}
.border-b-stone-300\/20 {
  border-bottom-color: rgb(214 211 209 / 0.2);
}
.border-b-stone-300\/25 {
  border-bottom-color: rgb(214 211 209 / 0.25);
}
.border-b-stone-300\/30 {
  border-bottom-color: rgb(214 211 209 / 0.3);
}
.border-b-stone-300\/35 {
  border-bottom-color: rgb(214 211 209 / 0.35);
}
.border-b-stone-300\/40 {
  border-bottom-color: rgb(214 211 209 / 0.4);
}
.border-b-stone-300\/45 {
  border-bottom-color: rgb(214 211 209 / 0.45);
}
.border-b-stone-300\/5 {
  border-bottom-color: rgb(214 211 209 / 0.05);
}
.border-b-stone-300\/50 {
  border-bottom-color: rgb(214 211 209 / 0.5);
}
.border-b-stone-300\/55 {
  border-bottom-color: rgb(214 211 209 / 0.55);
}
.border-b-stone-300\/60 {
  border-bottom-color: rgb(214 211 209 / 0.6);
}
.border-b-stone-300\/65 {
  border-bottom-color: rgb(214 211 209 / 0.65);
}
.border-b-stone-300\/70 {
  border-bottom-color: rgb(214 211 209 / 0.7);
}
.border-b-stone-300\/75 {
  border-bottom-color: rgb(214 211 209 / 0.75);
}
.border-b-stone-300\/80 {
  border-bottom-color: rgb(214 211 209 / 0.8);
}
.border-b-stone-300\/85 {
  border-bottom-color: rgb(214 211 209 / 0.85);
}
.border-b-stone-300\/90 {
  border-bottom-color: rgb(214 211 209 / 0.9);
}
.border-b-stone-300\/95 {
  border-bottom-color: rgb(214 211 209 / 0.95);
}
.border-b-stone-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-b-stone-400\/0 {
  border-bottom-color: rgb(168 162 158 / 0);
}
.border-b-stone-400\/10 {
  border-bottom-color: rgb(168 162 158 / 0.1);
}
.border-b-stone-400\/100 {
  border-bottom-color: rgb(168 162 158 / 1);
}
.border-b-stone-400\/15 {
  border-bottom-color: rgb(168 162 158 / 0.15);
}
.border-b-stone-400\/20 {
  border-bottom-color: rgb(168 162 158 / 0.2);
}
.border-b-stone-400\/25 {
  border-bottom-color: rgb(168 162 158 / 0.25);
}
.border-b-stone-400\/30 {
  border-bottom-color: rgb(168 162 158 / 0.3);
}
.border-b-stone-400\/35 {
  border-bottom-color: rgb(168 162 158 / 0.35);
}
.border-b-stone-400\/40 {
  border-bottom-color: rgb(168 162 158 / 0.4);
}
.border-b-stone-400\/45 {
  border-bottom-color: rgb(168 162 158 / 0.45);
}
.border-b-stone-400\/5 {
  border-bottom-color: rgb(168 162 158 / 0.05);
}
.border-b-stone-400\/50 {
  border-bottom-color: rgb(168 162 158 / 0.5);
}
.border-b-stone-400\/55 {
  border-bottom-color: rgb(168 162 158 / 0.55);
}
.border-b-stone-400\/60 {
  border-bottom-color: rgb(168 162 158 / 0.6);
}
.border-b-stone-400\/65 {
  border-bottom-color: rgb(168 162 158 / 0.65);
}
.border-b-stone-400\/70 {
  border-bottom-color: rgb(168 162 158 / 0.7);
}
.border-b-stone-400\/75 {
  border-bottom-color: rgb(168 162 158 / 0.75);
}
.border-b-stone-400\/80 {
  border-bottom-color: rgb(168 162 158 / 0.8);
}
.border-b-stone-400\/85 {
  border-bottom-color: rgb(168 162 158 / 0.85);
}
.border-b-stone-400\/90 {
  border-bottom-color: rgb(168 162 158 / 0.9);
}
.border-b-stone-400\/95 {
  border-bottom-color: rgb(168 162 158 / 0.95);
}
.border-b-stone-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-b-stone-50\/0 {
  border-bottom-color: rgb(250 250 249 / 0);
}
.border-b-stone-50\/10 {
  border-bottom-color: rgb(250 250 249 / 0.1);
}
.border-b-stone-50\/100 {
  border-bottom-color: rgb(250 250 249 / 1);
}
.border-b-stone-50\/15 {
  border-bottom-color: rgb(250 250 249 / 0.15);
}
.border-b-stone-50\/20 {
  border-bottom-color: rgb(250 250 249 / 0.2);
}
.border-b-stone-50\/25 {
  border-bottom-color: rgb(250 250 249 / 0.25);
}
.border-b-stone-50\/30 {
  border-bottom-color: rgb(250 250 249 / 0.3);
}
.border-b-stone-50\/35 {
  border-bottom-color: rgb(250 250 249 / 0.35);
}
.border-b-stone-50\/40 {
  border-bottom-color: rgb(250 250 249 / 0.4);
}
.border-b-stone-50\/45 {
  border-bottom-color: rgb(250 250 249 / 0.45);
}
.border-b-stone-50\/5 {
  border-bottom-color: rgb(250 250 249 / 0.05);
}
.border-b-stone-50\/50 {
  border-bottom-color: rgb(250 250 249 / 0.5);
}
.border-b-stone-50\/55 {
  border-bottom-color: rgb(250 250 249 / 0.55);
}
.border-b-stone-50\/60 {
  border-bottom-color: rgb(250 250 249 / 0.6);
}
.border-b-stone-50\/65 {
  border-bottom-color: rgb(250 250 249 / 0.65);
}
.border-b-stone-50\/70 {
  border-bottom-color: rgb(250 250 249 / 0.7);
}
.border-b-stone-50\/75 {
  border-bottom-color: rgb(250 250 249 / 0.75);
}
.border-b-stone-50\/80 {
  border-bottom-color: rgb(250 250 249 / 0.8);
}
.border-b-stone-50\/85 {
  border-bottom-color: rgb(250 250 249 / 0.85);
}
.border-b-stone-50\/90 {
  border-bottom-color: rgb(250 250 249 / 0.9);
}
.border-b-stone-50\/95 {
  border-bottom-color: rgb(250 250 249 / 0.95);
}
.border-b-stone-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-b-stone-500\/0 {
  border-bottom-color: rgb(120 113 108 / 0);
}
.border-b-stone-500\/10 {
  border-bottom-color: rgb(120 113 108 / 0.1);
}
.border-b-stone-500\/100 {
  border-bottom-color: rgb(120 113 108 / 1);
}
.border-b-stone-500\/15 {
  border-bottom-color: rgb(120 113 108 / 0.15);
}
.border-b-stone-500\/20 {
  border-bottom-color: rgb(120 113 108 / 0.2);
}
.border-b-stone-500\/25 {
  border-bottom-color: rgb(120 113 108 / 0.25);
}
.border-b-stone-500\/30 {
  border-bottom-color: rgb(120 113 108 / 0.3);
}
.border-b-stone-500\/35 {
  border-bottom-color: rgb(120 113 108 / 0.35);
}
.border-b-stone-500\/40 {
  border-bottom-color: rgb(120 113 108 / 0.4);
}
.border-b-stone-500\/45 {
  border-bottom-color: rgb(120 113 108 / 0.45);
}
.border-b-stone-500\/5 {
  border-bottom-color: rgb(120 113 108 / 0.05);
}
.border-b-stone-500\/50 {
  border-bottom-color: rgb(120 113 108 / 0.5);
}
.border-b-stone-500\/55 {
  border-bottom-color: rgb(120 113 108 / 0.55);
}
.border-b-stone-500\/60 {
  border-bottom-color: rgb(120 113 108 / 0.6);
}
.border-b-stone-500\/65 {
  border-bottom-color: rgb(120 113 108 / 0.65);
}
.border-b-stone-500\/70 {
  border-bottom-color: rgb(120 113 108 / 0.7);
}
.border-b-stone-500\/75 {
  border-bottom-color: rgb(120 113 108 / 0.75);
}
.border-b-stone-500\/80 {
  border-bottom-color: rgb(120 113 108 / 0.8);
}
.border-b-stone-500\/85 {
  border-bottom-color: rgb(120 113 108 / 0.85);
}
.border-b-stone-500\/90 {
  border-bottom-color: rgb(120 113 108 / 0.9);
}
.border-b-stone-500\/95 {
  border-bottom-color: rgb(120 113 108 / 0.95);
}
.border-b-stone-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-b-stone-600\/0 {
  border-bottom-color: rgb(87 83 78 / 0);
}
.border-b-stone-600\/10 {
  border-bottom-color: rgb(87 83 78 / 0.1);
}
.border-b-stone-600\/100 {
  border-bottom-color: rgb(87 83 78 / 1);
}
.border-b-stone-600\/15 {
  border-bottom-color: rgb(87 83 78 / 0.15);
}
.border-b-stone-600\/20 {
  border-bottom-color: rgb(87 83 78 / 0.2);
}
.border-b-stone-600\/25 {
  border-bottom-color: rgb(87 83 78 / 0.25);
}
.border-b-stone-600\/30 {
  border-bottom-color: rgb(87 83 78 / 0.3);
}
.border-b-stone-600\/35 {
  border-bottom-color: rgb(87 83 78 / 0.35);
}
.border-b-stone-600\/40 {
  border-bottom-color: rgb(87 83 78 / 0.4);
}
.border-b-stone-600\/45 {
  border-bottom-color: rgb(87 83 78 / 0.45);
}
.border-b-stone-600\/5 {
  border-bottom-color: rgb(87 83 78 / 0.05);
}
.border-b-stone-600\/50 {
  border-bottom-color: rgb(87 83 78 / 0.5);
}
.border-b-stone-600\/55 {
  border-bottom-color: rgb(87 83 78 / 0.55);
}
.border-b-stone-600\/60 {
  border-bottom-color: rgb(87 83 78 / 0.6);
}
.border-b-stone-600\/65 {
  border-bottom-color: rgb(87 83 78 / 0.65);
}
.border-b-stone-600\/70 {
  border-bottom-color: rgb(87 83 78 / 0.7);
}
.border-b-stone-600\/75 {
  border-bottom-color: rgb(87 83 78 / 0.75);
}
.border-b-stone-600\/80 {
  border-bottom-color: rgb(87 83 78 / 0.8);
}
.border-b-stone-600\/85 {
  border-bottom-color: rgb(87 83 78 / 0.85);
}
.border-b-stone-600\/90 {
  border-bottom-color: rgb(87 83 78 / 0.9);
}
.border-b-stone-600\/95 {
  border-bottom-color: rgb(87 83 78 / 0.95);
}
.border-b-stone-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-b-stone-700\/0 {
  border-bottom-color: rgb(68 64 60 / 0);
}
.border-b-stone-700\/10 {
  border-bottom-color: rgb(68 64 60 / 0.1);
}
.border-b-stone-700\/100 {
  border-bottom-color: rgb(68 64 60 / 1);
}
.border-b-stone-700\/15 {
  border-bottom-color: rgb(68 64 60 / 0.15);
}
.border-b-stone-700\/20 {
  border-bottom-color: rgb(68 64 60 / 0.2);
}
.border-b-stone-700\/25 {
  border-bottom-color: rgb(68 64 60 / 0.25);
}
.border-b-stone-700\/30 {
  border-bottom-color: rgb(68 64 60 / 0.3);
}
.border-b-stone-700\/35 {
  border-bottom-color: rgb(68 64 60 / 0.35);
}
.border-b-stone-700\/40 {
  border-bottom-color: rgb(68 64 60 / 0.4);
}
.border-b-stone-700\/45 {
  border-bottom-color: rgb(68 64 60 / 0.45);
}
.border-b-stone-700\/5 {
  border-bottom-color: rgb(68 64 60 / 0.05);
}
.border-b-stone-700\/50 {
  border-bottom-color: rgb(68 64 60 / 0.5);
}
.border-b-stone-700\/55 {
  border-bottom-color: rgb(68 64 60 / 0.55);
}
.border-b-stone-700\/60 {
  border-bottom-color: rgb(68 64 60 / 0.6);
}
.border-b-stone-700\/65 {
  border-bottom-color: rgb(68 64 60 / 0.65);
}
.border-b-stone-700\/70 {
  border-bottom-color: rgb(68 64 60 / 0.7);
}
.border-b-stone-700\/75 {
  border-bottom-color: rgb(68 64 60 / 0.75);
}
.border-b-stone-700\/80 {
  border-bottom-color: rgb(68 64 60 / 0.8);
}
.border-b-stone-700\/85 {
  border-bottom-color: rgb(68 64 60 / 0.85);
}
.border-b-stone-700\/90 {
  border-bottom-color: rgb(68 64 60 / 0.9);
}
.border-b-stone-700\/95 {
  border-bottom-color: rgb(68 64 60 / 0.95);
}
.border-b-stone-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-b-stone-800\/0 {
  border-bottom-color: rgb(41 37 36 / 0);
}
.border-b-stone-800\/10 {
  border-bottom-color: rgb(41 37 36 / 0.1);
}
.border-b-stone-800\/100 {
  border-bottom-color: rgb(41 37 36 / 1);
}
.border-b-stone-800\/15 {
  border-bottom-color: rgb(41 37 36 / 0.15);
}
.border-b-stone-800\/20 {
  border-bottom-color: rgb(41 37 36 / 0.2);
}
.border-b-stone-800\/25 {
  border-bottom-color: rgb(41 37 36 / 0.25);
}
.border-b-stone-800\/30 {
  border-bottom-color: rgb(41 37 36 / 0.3);
}
.border-b-stone-800\/35 {
  border-bottom-color: rgb(41 37 36 / 0.35);
}
.border-b-stone-800\/40 {
  border-bottom-color: rgb(41 37 36 / 0.4);
}
.border-b-stone-800\/45 {
  border-bottom-color: rgb(41 37 36 / 0.45);
}
.border-b-stone-800\/5 {
  border-bottom-color: rgb(41 37 36 / 0.05);
}
.border-b-stone-800\/50 {
  border-bottom-color: rgb(41 37 36 / 0.5);
}
.border-b-stone-800\/55 {
  border-bottom-color: rgb(41 37 36 / 0.55);
}
.border-b-stone-800\/60 {
  border-bottom-color: rgb(41 37 36 / 0.6);
}
.border-b-stone-800\/65 {
  border-bottom-color: rgb(41 37 36 / 0.65);
}
.border-b-stone-800\/70 {
  border-bottom-color: rgb(41 37 36 / 0.7);
}
.border-b-stone-800\/75 {
  border-bottom-color: rgb(41 37 36 / 0.75);
}
.border-b-stone-800\/80 {
  border-bottom-color: rgb(41 37 36 / 0.8);
}
.border-b-stone-800\/85 {
  border-bottom-color: rgb(41 37 36 / 0.85);
}
.border-b-stone-800\/90 {
  border-bottom-color: rgb(41 37 36 / 0.9);
}
.border-b-stone-800\/95 {
  border-bottom-color: rgb(41 37 36 / 0.95);
}
.border-b-stone-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-b-stone-900\/0 {
  border-bottom-color: rgb(28 25 23 / 0);
}
.border-b-stone-900\/10 {
  border-bottom-color: rgb(28 25 23 / 0.1);
}
.border-b-stone-900\/100 {
  border-bottom-color: rgb(28 25 23 / 1);
}
.border-b-stone-900\/15 {
  border-bottom-color: rgb(28 25 23 / 0.15);
}
.border-b-stone-900\/20 {
  border-bottom-color: rgb(28 25 23 / 0.2);
}
.border-b-stone-900\/25 {
  border-bottom-color: rgb(28 25 23 / 0.25);
}
.border-b-stone-900\/30 {
  border-bottom-color: rgb(28 25 23 / 0.3);
}
.border-b-stone-900\/35 {
  border-bottom-color: rgb(28 25 23 / 0.35);
}
.border-b-stone-900\/40 {
  border-bottom-color: rgb(28 25 23 / 0.4);
}
.border-b-stone-900\/45 {
  border-bottom-color: rgb(28 25 23 / 0.45);
}
.border-b-stone-900\/5 {
  border-bottom-color: rgb(28 25 23 / 0.05);
}
.border-b-stone-900\/50 {
  border-bottom-color: rgb(28 25 23 / 0.5);
}
.border-b-stone-900\/55 {
  border-bottom-color: rgb(28 25 23 / 0.55);
}
.border-b-stone-900\/60 {
  border-bottom-color: rgb(28 25 23 / 0.6);
}
.border-b-stone-900\/65 {
  border-bottom-color: rgb(28 25 23 / 0.65);
}
.border-b-stone-900\/70 {
  border-bottom-color: rgb(28 25 23 / 0.7);
}
.border-b-stone-900\/75 {
  border-bottom-color: rgb(28 25 23 / 0.75);
}
.border-b-stone-900\/80 {
  border-bottom-color: rgb(28 25 23 / 0.8);
}
.border-b-stone-900\/85 {
  border-bottom-color: rgb(28 25 23 / 0.85);
}
.border-b-stone-900\/90 {
  border-bottom-color: rgb(28 25 23 / 0.9);
}
.border-b-stone-900\/95 {
  border-bottom-color: rgb(28 25 23 / 0.95);
}
.border-b-stone-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-b-stone-950\/0 {
  border-bottom-color: rgb(12 10 9 / 0);
}
.border-b-stone-950\/10 {
  border-bottom-color: rgb(12 10 9 / 0.1);
}
.border-b-stone-950\/100 {
  border-bottom-color: rgb(12 10 9 / 1);
}
.border-b-stone-950\/15 {
  border-bottom-color: rgb(12 10 9 / 0.15);
}
.border-b-stone-950\/20 {
  border-bottom-color: rgb(12 10 9 / 0.2);
}
.border-b-stone-950\/25 {
  border-bottom-color: rgb(12 10 9 / 0.25);
}
.border-b-stone-950\/30 {
  border-bottom-color: rgb(12 10 9 / 0.3);
}
.border-b-stone-950\/35 {
  border-bottom-color: rgb(12 10 9 / 0.35);
}
.border-b-stone-950\/40 {
  border-bottom-color: rgb(12 10 9 / 0.4);
}
.border-b-stone-950\/45 {
  border-bottom-color: rgb(12 10 9 / 0.45);
}
.border-b-stone-950\/5 {
  border-bottom-color: rgb(12 10 9 / 0.05);
}
.border-b-stone-950\/50 {
  border-bottom-color: rgb(12 10 9 / 0.5);
}
.border-b-stone-950\/55 {
  border-bottom-color: rgb(12 10 9 / 0.55);
}
.border-b-stone-950\/60 {
  border-bottom-color: rgb(12 10 9 / 0.6);
}
.border-b-stone-950\/65 {
  border-bottom-color: rgb(12 10 9 / 0.65);
}
.border-b-stone-950\/70 {
  border-bottom-color: rgb(12 10 9 / 0.7);
}
.border-b-stone-950\/75 {
  border-bottom-color: rgb(12 10 9 / 0.75);
}
.border-b-stone-950\/80 {
  border-bottom-color: rgb(12 10 9 / 0.8);
}
.border-b-stone-950\/85 {
  border-bottom-color: rgb(12 10 9 / 0.85);
}
.border-b-stone-950\/90 {
  border-bottom-color: rgb(12 10 9 / 0.9);
}
.border-b-stone-950\/95 {
  border-bottom-color: rgb(12 10 9 / 0.95);
}
.border-b-supporting {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-b-supporting-foreground {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-b-supporting-foreground\/0 {
  border-bottom-color: hsl(var(--supporting) / 0);
}
.border-b-supporting-foreground\/10 {
  border-bottom-color: hsl(var(--supporting) / 0.1);
}
.border-b-supporting-foreground\/100 {
  border-bottom-color: hsl(var(--supporting) / 1);
}
.border-b-supporting-foreground\/15 {
  border-bottom-color: hsl(var(--supporting) / 0.15);
}
.border-b-supporting-foreground\/20 {
  border-bottom-color: hsl(var(--supporting) / 0.2);
}
.border-b-supporting-foreground\/25 {
  border-bottom-color: hsl(var(--supporting) / 0.25);
}
.border-b-supporting-foreground\/30 {
  border-bottom-color: hsl(var(--supporting) / 0.3);
}
.border-b-supporting-foreground\/35 {
  border-bottom-color: hsl(var(--supporting) / 0.35);
}
.border-b-supporting-foreground\/40 {
  border-bottom-color: hsl(var(--supporting) / 0.4);
}
.border-b-supporting-foreground\/45 {
  border-bottom-color: hsl(var(--supporting) / 0.45);
}
.border-b-supporting-foreground\/5 {
  border-bottom-color: hsl(var(--supporting) / 0.05);
}
.border-b-supporting-foreground\/50 {
  border-bottom-color: hsl(var(--supporting) / 0.5);
}
.border-b-supporting-foreground\/55 {
  border-bottom-color: hsl(var(--supporting) / 0.55);
}
.border-b-supporting-foreground\/60 {
  border-bottom-color: hsl(var(--supporting) / 0.6);
}
.border-b-supporting-foreground\/65 {
  border-bottom-color: hsl(var(--supporting) / 0.65);
}
.border-b-supporting-foreground\/70 {
  border-bottom-color: hsl(var(--supporting) / 0.7);
}
.border-b-supporting-foreground\/75 {
  border-bottom-color: hsl(var(--supporting) / 0.75);
}
.border-b-supporting-foreground\/80 {
  border-bottom-color: hsl(var(--supporting) / 0.8);
}
.border-b-supporting-foreground\/85 {
  border-bottom-color: hsl(var(--supporting) / 0.85);
}
.border-b-supporting-foreground\/90 {
  border-bottom-color: hsl(var(--supporting) / 0.9);
}
.border-b-supporting-foreground\/95 {
  border-bottom-color: hsl(var(--supporting) / 0.95);
}
.border-b-supporting\/0 {
  border-bottom-color: hsl(var(--supporting) / 0);
}
.border-b-supporting\/10 {
  border-bottom-color: hsl(var(--supporting) / 0.1);
}
.border-b-supporting\/100 {
  border-bottom-color: hsl(var(--supporting) / 1);
}
.border-b-supporting\/15 {
  border-bottom-color: hsl(var(--supporting) / 0.15);
}
.border-b-supporting\/20 {
  border-bottom-color: hsl(var(--supporting) / 0.2);
}
.border-b-supporting\/25 {
  border-bottom-color: hsl(var(--supporting) / 0.25);
}
.border-b-supporting\/30 {
  border-bottom-color: hsl(var(--supporting) / 0.3);
}
.border-b-supporting\/35 {
  border-bottom-color: hsl(var(--supporting) / 0.35);
}
.border-b-supporting\/40 {
  border-bottom-color: hsl(var(--supporting) / 0.4);
}
.border-b-supporting\/45 {
  border-bottom-color: hsl(var(--supporting) / 0.45);
}
.border-b-supporting\/5 {
  border-bottom-color: hsl(var(--supporting) / 0.05);
}
.border-b-supporting\/50 {
  border-bottom-color: hsl(var(--supporting) / 0.5);
}
.border-b-supporting\/55 {
  border-bottom-color: hsl(var(--supporting) / 0.55);
}
.border-b-supporting\/60 {
  border-bottom-color: hsl(var(--supporting) / 0.6);
}
.border-b-supporting\/65 {
  border-bottom-color: hsl(var(--supporting) / 0.65);
}
.border-b-supporting\/70 {
  border-bottom-color: hsl(var(--supporting) / 0.7);
}
.border-b-supporting\/75 {
  border-bottom-color: hsl(var(--supporting) / 0.75);
}
.border-b-supporting\/80 {
  border-bottom-color: hsl(var(--supporting) / 0.8);
}
.border-b-supporting\/85 {
  border-bottom-color: hsl(var(--supporting) / 0.85);
}
.border-b-supporting\/90 {
  border-bottom-color: hsl(var(--supporting) / 0.9);
}
.border-b-supporting\/95 {
  border-bottom-color: hsl(var(--supporting) / 0.95);
}
.border-b-teal-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-b-teal-100\/0 {
  border-bottom-color: rgb(204 251 241 / 0);
}
.border-b-teal-100\/10 {
  border-bottom-color: rgb(204 251 241 / 0.1);
}
.border-b-teal-100\/100 {
  border-bottom-color: rgb(204 251 241 / 1);
}
.border-b-teal-100\/15 {
  border-bottom-color: rgb(204 251 241 / 0.15);
}
.border-b-teal-100\/20 {
  border-bottom-color: rgb(204 251 241 / 0.2);
}
.border-b-teal-100\/25 {
  border-bottom-color: rgb(204 251 241 / 0.25);
}
.border-b-teal-100\/30 {
  border-bottom-color: rgb(204 251 241 / 0.3);
}
.border-b-teal-100\/35 {
  border-bottom-color: rgb(204 251 241 / 0.35);
}
.border-b-teal-100\/40 {
  border-bottom-color: rgb(204 251 241 / 0.4);
}
.border-b-teal-100\/45 {
  border-bottom-color: rgb(204 251 241 / 0.45);
}
.border-b-teal-100\/5 {
  border-bottom-color: rgb(204 251 241 / 0.05);
}
.border-b-teal-100\/50 {
  border-bottom-color: rgb(204 251 241 / 0.5);
}
.border-b-teal-100\/55 {
  border-bottom-color: rgb(204 251 241 / 0.55);
}
.border-b-teal-100\/60 {
  border-bottom-color: rgb(204 251 241 / 0.6);
}
.border-b-teal-100\/65 {
  border-bottom-color: rgb(204 251 241 / 0.65);
}
.border-b-teal-100\/70 {
  border-bottom-color: rgb(204 251 241 / 0.7);
}
.border-b-teal-100\/75 {
  border-bottom-color: rgb(204 251 241 / 0.75);
}
.border-b-teal-100\/80 {
  border-bottom-color: rgb(204 251 241 / 0.8);
}
.border-b-teal-100\/85 {
  border-bottom-color: rgb(204 251 241 / 0.85);
}
.border-b-teal-100\/90 {
  border-bottom-color: rgb(204 251 241 / 0.9);
}
.border-b-teal-100\/95 {
  border-bottom-color: rgb(204 251 241 / 0.95);
}
.border-b-teal-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-b-teal-200\/0 {
  border-bottom-color: rgb(153 246 228 / 0);
}
.border-b-teal-200\/10 {
  border-bottom-color: rgb(153 246 228 / 0.1);
}
.border-b-teal-200\/100 {
  border-bottom-color: rgb(153 246 228 / 1);
}
.border-b-teal-200\/15 {
  border-bottom-color: rgb(153 246 228 / 0.15);
}
.border-b-teal-200\/20 {
  border-bottom-color: rgb(153 246 228 / 0.2);
}
.border-b-teal-200\/25 {
  border-bottom-color: rgb(153 246 228 / 0.25);
}
.border-b-teal-200\/30 {
  border-bottom-color: rgb(153 246 228 / 0.3);
}
.border-b-teal-200\/35 {
  border-bottom-color: rgb(153 246 228 / 0.35);
}
.border-b-teal-200\/40 {
  border-bottom-color: rgb(153 246 228 / 0.4);
}
.border-b-teal-200\/45 {
  border-bottom-color: rgb(153 246 228 / 0.45);
}
.border-b-teal-200\/5 {
  border-bottom-color: rgb(153 246 228 / 0.05);
}
.border-b-teal-200\/50 {
  border-bottom-color: rgb(153 246 228 / 0.5);
}
.border-b-teal-200\/55 {
  border-bottom-color: rgb(153 246 228 / 0.55);
}
.border-b-teal-200\/60 {
  border-bottom-color: rgb(153 246 228 / 0.6);
}
.border-b-teal-200\/65 {
  border-bottom-color: rgb(153 246 228 / 0.65);
}
.border-b-teal-200\/70 {
  border-bottom-color: rgb(153 246 228 / 0.7);
}
.border-b-teal-200\/75 {
  border-bottom-color: rgb(153 246 228 / 0.75);
}
.border-b-teal-200\/80 {
  border-bottom-color: rgb(153 246 228 / 0.8);
}
.border-b-teal-200\/85 {
  border-bottom-color: rgb(153 246 228 / 0.85);
}
.border-b-teal-200\/90 {
  border-bottom-color: rgb(153 246 228 / 0.9);
}
.border-b-teal-200\/95 {
  border-bottom-color: rgb(153 246 228 / 0.95);
}
.border-b-teal-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-b-teal-300\/0 {
  border-bottom-color: rgb(94 234 212 / 0);
}
.border-b-teal-300\/10 {
  border-bottom-color: rgb(94 234 212 / 0.1);
}
.border-b-teal-300\/100 {
  border-bottom-color: rgb(94 234 212 / 1);
}
.border-b-teal-300\/15 {
  border-bottom-color: rgb(94 234 212 / 0.15);
}
.border-b-teal-300\/20 {
  border-bottom-color: rgb(94 234 212 / 0.2);
}
.border-b-teal-300\/25 {
  border-bottom-color: rgb(94 234 212 / 0.25);
}
.border-b-teal-300\/30 {
  border-bottom-color: rgb(94 234 212 / 0.3);
}
.border-b-teal-300\/35 {
  border-bottom-color: rgb(94 234 212 / 0.35);
}
.border-b-teal-300\/40 {
  border-bottom-color: rgb(94 234 212 / 0.4);
}
.border-b-teal-300\/45 {
  border-bottom-color: rgb(94 234 212 / 0.45);
}
.border-b-teal-300\/5 {
  border-bottom-color: rgb(94 234 212 / 0.05);
}
.border-b-teal-300\/50 {
  border-bottom-color: rgb(94 234 212 / 0.5);
}
.border-b-teal-300\/55 {
  border-bottom-color: rgb(94 234 212 / 0.55);
}
.border-b-teal-300\/60 {
  border-bottom-color: rgb(94 234 212 / 0.6);
}
.border-b-teal-300\/65 {
  border-bottom-color: rgb(94 234 212 / 0.65);
}
.border-b-teal-300\/70 {
  border-bottom-color: rgb(94 234 212 / 0.7);
}
.border-b-teal-300\/75 {
  border-bottom-color: rgb(94 234 212 / 0.75);
}
.border-b-teal-300\/80 {
  border-bottom-color: rgb(94 234 212 / 0.8);
}
.border-b-teal-300\/85 {
  border-bottom-color: rgb(94 234 212 / 0.85);
}
.border-b-teal-300\/90 {
  border-bottom-color: rgb(94 234 212 / 0.9);
}
.border-b-teal-300\/95 {
  border-bottom-color: rgb(94 234 212 / 0.95);
}
.border-b-teal-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-b-teal-400\/0 {
  border-bottom-color: rgb(45 212 191 / 0);
}
.border-b-teal-400\/10 {
  border-bottom-color: rgb(45 212 191 / 0.1);
}
.border-b-teal-400\/100 {
  border-bottom-color: rgb(45 212 191 / 1);
}
.border-b-teal-400\/15 {
  border-bottom-color: rgb(45 212 191 / 0.15);
}
.border-b-teal-400\/20 {
  border-bottom-color: rgb(45 212 191 / 0.2);
}
.border-b-teal-400\/25 {
  border-bottom-color: rgb(45 212 191 / 0.25);
}
.border-b-teal-400\/30 {
  border-bottom-color: rgb(45 212 191 / 0.3);
}
.border-b-teal-400\/35 {
  border-bottom-color: rgb(45 212 191 / 0.35);
}
.border-b-teal-400\/40 {
  border-bottom-color: rgb(45 212 191 / 0.4);
}
.border-b-teal-400\/45 {
  border-bottom-color: rgb(45 212 191 / 0.45);
}
.border-b-teal-400\/5 {
  border-bottom-color: rgb(45 212 191 / 0.05);
}
.border-b-teal-400\/50 {
  border-bottom-color: rgb(45 212 191 / 0.5);
}
.border-b-teal-400\/55 {
  border-bottom-color: rgb(45 212 191 / 0.55);
}
.border-b-teal-400\/60 {
  border-bottom-color: rgb(45 212 191 / 0.6);
}
.border-b-teal-400\/65 {
  border-bottom-color: rgb(45 212 191 / 0.65);
}
.border-b-teal-400\/70 {
  border-bottom-color: rgb(45 212 191 / 0.7);
}
.border-b-teal-400\/75 {
  border-bottom-color: rgb(45 212 191 / 0.75);
}
.border-b-teal-400\/80 {
  border-bottom-color: rgb(45 212 191 / 0.8);
}
.border-b-teal-400\/85 {
  border-bottom-color: rgb(45 212 191 / 0.85);
}
.border-b-teal-400\/90 {
  border-bottom-color: rgb(45 212 191 / 0.9);
}
.border-b-teal-400\/95 {
  border-bottom-color: rgb(45 212 191 / 0.95);
}
.border-b-teal-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-b-teal-50\/0 {
  border-bottom-color: rgb(240 253 250 / 0);
}
.border-b-teal-50\/10 {
  border-bottom-color: rgb(240 253 250 / 0.1);
}
.border-b-teal-50\/100 {
  border-bottom-color: rgb(240 253 250 / 1);
}
.border-b-teal-50\/15 {
  border-bottom-color: rgb(240 253 250 / 0.15);
}
.border-b-teal-50\/20 {
  border-bottom-color: rgb(240 253 250 / 0.2);
}
.border-b-teal-50\/25 {
  border-bottom-color: rgb(240 253 250 / 0.25);
}
.border-b-teal-50\/30 {
  border-bottom-color: rgb(240 253 250 / 0.3);
}
.border-b-teal-50\/35 {
  border-bottom-color: rgb(240 253 250 / 0.35);
}
.border-b-teal-50\/40 {
  border-bottom-color: rgb(240 253 250 / 0.4);
}
.border-b-teal-50\/45 {
  border-bottom-color: rgb(240 253 250 / 0.45);
}
.border-b-teal-50\/5 {
  border-bottom-color: rgb(240 253 250 / 0.05);
}
.border-b-teal-50\/50 {
  border-bottom-color: rgb(240 253 250 / 0.5);
}
.border-b-teal-50\/55 {
  border-bottom-color: rgb(240 253 250 / 0.55);
}
.border-b-teal-50\/60 {
  border-bottom-color: rgb(240 253 250 / 0.6);
}
.border-b-teal-50\/65 {
  border-bottom-color: rgb(240 253 250 / 0.65);
}
.border-b-teal-50\/70 {
  border-bottom-color: rgb(240 253 250 / 0.7);
}
.border-b-teal-50\/75 {
  border-bottom-color: rgb(240 253 250 / 0.75);
}
.border-b-teal-50\/80 {
  border-bottom-color: rgb(240 253 250 / 0.8);
}
.border-b-teal-50\/85 {
  border-bottom-color: rgb(240 253 250 / 0.85);
}
.border-b-teal-50\/90 {
  border-bottom-color: rgb(240 253 250 / 0.9);
}
.border-b-teal-50\/95 {
  border-bottom-color: rgb(240 253 250 / 0.95);
}
.border-b-teal-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-b-teal-500\/0 {
  border-bottom-color: rgb(20 184 166 / 0);
}
.border-b-teal-500\/10 {
  border-bottom-color: rgb(20 184 166 / 0.1);
}
.border-b-teal-500\/100 {
  border-bottom-color: rgb(20 184 166 / 1);
}
.border-b-teal-500\/15 {
  border-bottom-color: rgb(20 184 166 / 0.15);
}
.border-b-teal-500\/20 {
  border-bottom-color: rgb(20 184 166 / 0.2);
}
.border-b-teal-500\/25 {
  border-bottom-color: rgb(20 184 166 / 0.25);
}
.border-b-teal-500\/30 {
  border-bottom-color: rgb(20 184 166 / 0.3);
}
.border-b-teal-500\/35 {
  border-bottom-color: rgb(20 184 166 / 0.35);
}
.border-b-teal-500\/40 {
  border-bottom-color: rgb(20 184 166 / 0.4);
}
.border-b-teal-500\/45 {
  border-bottom-color: rgb(20 184 166 / 0.45);
}
.border-b-teal-500\/5 {
  border-bottom-color: rgb(20 184 166 / 0.05);
}
.border-b-teal-500\/50 {
  border-bottom-color: rgb(20 184 166 / 0.5);
}
.border-b-teal-500\/55 {
  border-bottom-color: rgb(20 184 166 / 0.55);
}
.border-b-teal-500\/60 {
  border-bottom-color: rgb(20 184 166 / 0.6);
}
.border-b-teal-500\/65 {
  border-bottom-color: rgb(20 184 166 / 0.65);
}
.border-b-teal-500\/70 {
  border-bottom-color: rgb(20 184 166 / 0.7);
}
.border-b-teal-500\/75 {
  border-bottom-color: rgb(20 184 166 / 0.75);
}
.border-b-teal-500\/80 {
  border-bottom-color: rgb(20 184 166 / 0.8);
}
.border-b-teal-500\/85 {
  border-bottom-color: rgb(20 184 166 / 0.85);
}
.border-b-teal-500\/90 {
  border-bottom-color: rgb(20 184 166 / 0.9);
}
.border-b-teal-500\/95 {
  border-bottom-color: rgb(20 184 166 / 0.95);
}
.border-b-teal-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-b-teal-600\/0 {
  border-bottom-color: rgb(13 148 136 / 0);
}
.border-b-teal-600\/10 {
  border-bottom-color: rgb(13 148 136 / 0.1);
}
.border-b-teal-600\/100 {
  border-bottom-color: rgb(13 148 136 / 1);
}
.border-b-teal-600\/15 {
  border-bottom-color: rgb(13 148 136 / 0.15);
}
.border-b-teal-600\/20 {
  border-bottom-color: rgb(13 148 136 / 0.2);
}
.border-b-teal-600\/25 {
  border-bottom-color: rgb(13 148 136 / 0.25);
}
.border-b-teal-600\/30 {
  border-bottom-color: rgb(13 148 136 / 0.3);
}
.border-b-teal-600\/35 {
  border-bottom-color: rgb(13 148 136 / 0.35);
}
.border-b-teal-600\/40 {
  border-bottom-color: rgb(13 148 136 / 0.4);
}
.border-b-teal-600\/45 {
  border-bottom-color: rgb(13 148 136 / 0.45);
}
.border-b-teal-600\/5 {
  border-bottom-color: rgb(13 148 136 / 0.05);
}
.border-b-teal-600\/50 {
  border-bottom-color: rgb(13 148 136 / 0.5);
}
.border-b-teal-600\/55 {
  border-bottom-color: rgb(13 148 136 / 0.55);
}
.border-b-teal-600\/60 {
  border-bottom-color: rgb(13 148 136 / 0.6);
}
.border-b-teal-600\/65 {
  border-bottom-color: rgb(13 148 136 / 0.65);
}
.border-b-teal-600\/70 {
  border-bottom-color: rgb(13 148 136 / 0.7);
}
.border-b-teal-600\/75 {
  border-bottom-color: rgb(13 148 136 / 0.75);
}
.border-b-teal-600\/80 {
  border-bottom-color: rgb(13 148 136 / 0.8);
}
.border-b-teal-600\/85 {
  border-bottom-color: rgb(13 148 136 / 0.85);
}
.border-b-teal-600\/90 {
  border-bottom-color: rgb(13 148 136 / 0.9);
}
.border-b-teal-600\/95 {
  border-bottom-color: rgb(13 148 136 / 0.95);
}
.border-b-teal-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-b-teal-700\/0 {
  border-bottom-color: rgb(15 118 110 / 0);
}
.border-b-teal-700\/10 {
  border-bottom-color: rgb(15 118 110 / 0.1);
}
.border-b-teal-700\/100 {
  border-bottom-color: rgb(15 118 110 / 1);
}
.border-b-teal-700\/15 {
  border-bottom-color: rgb(15 118 110 / 0.15);
}
.border-b-teal-700\/20 {
  border-bottom-color: rgb(15 118 110 / 0.2);
}
.border-b-teal-700\/25 {
  border-bottom-color: rgb(15 118 110 / 0.25);
}
.border-b-teal-700\/30 {
  border-bottom-color: rgb(15 118 110 / 0.3);
}
.border-b-teal-700\/35 {
  border-bottom-color: rgb(15 118 110 / 0.35);
}
.border-b-teal-700\/40 {
  border-bottom-color: rgb(15 118 110 / 0.4);
}
.border-b-teal-700\/45 {
  border-bottom-color: rgb(15 118 110 / 0.45);
}
.border-b-teal-700\/5 {
  border-bottom-color: rgb(15 118 110 / 0.05);
}
.border-b-teal-700\/50 {
  border-bottom-color: rgb(15 118 110 / 0.5);
}
.border-b-teal-700\/55 {
  border-bottom-color: rgb(15 118 110 / 0.55);
}
.border-b-teal-700\/60 {
  border-bottom-color: rgb(15 118 110 / 0.6);
}
.border-b-teal-700\/65 {
  border-bottom-color: rgb(15 118 110 / 0.65);
}
.border-b-teal-700\/70 {
  border-bottom-color: rgb(15 118 110 / 0.7);
}
.border-b-teal-700\/75 {
  border-bottom-color: rgb(15 118 110 / 0.75);
}
.border-b-teal-700\/80 {
  border-bottom-color: rgb(15 118 110 / 0.8);
}
.border-b-teal-700\/85 {
  border-bottom-color: rgb(15 118 110 / 0.85);
}
.border-b-teal-700\/90 {
  border-bottom-color: rgb(15 118 110 / 0.9);
}
.border-b-teal-700\/95 {
  border-bottom-color: rgb(15 118 110 / 0.95);
}
.border-b-teal-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-b-teal-800\/0 {
  border-bottom-color: rgb(17 94 89 / 0);
}
.border-b-teal-800\/10 {
  border-bottom-color: rgb(17 94 89 / 0.1);
}
.border-b-teal-800\/100 {
  border-bottom-color: rgb(17 94 89 / 1);
}
.border-b-teal-800\/15 {
  border-bottom-color: rgb(17 94 89 / 0.15);
}
.border-b-teal-800\/20 {
  border-bottom-color: rgb(17 94 89 / 0.2);
}
.border-b-teal-800\/25 {
  border-bottom-color: rgb(17 94 89 / 0.25);
}
.border-b-teal-800\/30 {
  border-bottom-color: rgb(17 94 89 / 0.3);
}
.border-b-teal-800\/35 {
  border-bottom-color: rgb(17 94 89 / 0.35);
}
.border-b-teal-800\/40 {
  border-bottom-color: rgb(17 94 89 / 0.4);
}
.border-b-teal-800\/45 {
  border-bottom-color: rgb(17 94 89 / 0.45);
}
.border-b-teal-800\/5 {
  border-bottom-color: rgb(17 94 89 / 0.05);
}
.border-b-teal-800\/50 {
  border-bottom-color: rgb(17 94 89 / 0.5);
}
.border-b-teal-800\/55 {
  border-bottom-color: rgb(17 94 89 / 0.55);
}
.border-b-teal-800\/60 {
  border-bottom-color: rgb(17 94 89 / 0.6);
}
.border-b-teal-800\/65 {
  border-bottom-color: rgb(17 94 89 / 0.65);
}
.border-b-teal-800\/70 {
  border-bottom-color: rgb(17 94 89 / 0.7);
}
.border-b-teal-800\/75 {
  border-bottom-color: rgb(17 94 89 / 0.75);
}
.border-b-teal-800\/80 {
  border-bottom-color: rgb(17 94 89 / 0.8);
}
.border-b-teal-800\/85 {
  border-bottom-color: rgb(17 94 89 / 0.85);
}
.border-b-teal-800\/90 {
  border-bottom-color: rgb(17 94 89 / 0.9);
}
.border-b-teal-800\/95 {
  border-bottom-color: rgb(17 94 89 / 0.95);
}
.border-b-teal-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-b-teal-900\/0 {
  border-bottom-color: rgb(19 78 74 / 0);
}
.border-b-teal-900\/10 {
  border-bottom-color: rgb(19 78 74 / 0.1);
}
.border-b-teal-900\/100 {
  border-bottom-color: rgb(19 78 74 / 1);
}
.border-b-teal-900\/15 {
  border-bottom-color: rgb(19 78 74 / 0.15);
}
.border-b-teal-900\/20 {
  border-bottom-color: rgb(19 78 74 / 0.2);
}
.border-b-teal-900\/25 {
  border-bottom-color: rgb(19 78 74 / 0.25);
}
.border-b-teal-900\/30 {
  border-bottom-color: rgb(19 78 74 / 0.3);
}
.border-b-teal-900\/35 {
  border-bottom-color: rgb(19 78 74 / 0.35);
}
.border-b-teal-900\/40 {
  border-bottom-color: rgb(19 78 74 / 0.4);
}
.border-b-teal-900\/45 {
  border-bottom-color: rgb(19 78 74 / 0.45);
}
.border-b-teal-900\/5 {
  border-bottom-color: rgb(19 78 74 / 0.05);
}
.border-b-teal-900\/50 {
  border-bottom-color: rgb(19 78 74 / 0.5);
}
.border-b-teal-900\/55 {
  border-bottom-color: rgb(19 78 74 / 0.55);
}
.border-b-teal-900\/60 {
  border-bottom-color: rgb(19 78 74 / 0.6);
}
.border-b-teal-900\/65 {
  border-bottom-color: rgb(19 78 74 / 0.65);
}
.border-b-teal-900\/70 {
  border-bottom-color: rgb(19 78 74 / 0.7);
}
.border-b-teal-900\/75 {
  border-bottom-color: rgb(19 78 74 / 0.75);
}
.border-b-teal-900\/80 {
  border-bottom-color: rgb(19 78 74 / 0.8);
}
.border-b-teal-900\/85 {
  border-bottom-color: rgb(19 78 74 / 0.85);
}
.border-b-teal-900\/90 {
  border-bottom-color: rgb(19 78 74 / 0.9);
}
.border-b-teal-900\/95 {
  border-bottom-color: rgb(19 78 74 / 0.95);
}
.border-b-teal-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-b-teal-950\/0 {
  border-bottom-color: rgb(4 47 46 / 0);
}
.border-b-teal-950\/10 {
  border-bottom-color: rgb(4 47 46 / 0.1);
}
.border-b-teal-950\/100 {
  border-bottom-color: rgb(4 47 46 / 1);
}
.border-b-teal-950\/15 {
  border-bottom-color: rgb(4 47 46 / 0.15);
}
.border-b-teal-950\/20 {
  border-bottom-color: rgb(4 47 46 / 0.2);
}
.border-b-teal-950\/25 {
  border-bottom-color: rgb(4 47 46 / 0.25);
}
.border-b-teal-950\/30 {
  border-bottom-color: rgb(4 47 46 / 0.3);
}
.border-b-teal-950\/35 {
  border-bottom-color: rgb(4 47 46 / 0.35);
}
.border-b-teal-950\/40 {
  border-bottom-color: rgb(4 47 46 / 0.4);
}
.border-b-teal-950\/45 {
  border-bottom-color: rgb(4 47 46 / 0.45);
}
.border-b-teal-950\/5 {
  border-bottom-color: rgb(4 47 46 / 0.05);
}
.border-b-teal-950\/50 {
  border-bottom-color: rgb(4 47 46 / 0.5);
}
.border-b-teal-950\/55 {
  border-bottom-color: rgb(4 47 46 / 0.55);
}
.border-b-teal-950\/60 {
  border-bottom-color: rgb(4 47 46 / 0.6);
}
.border-b-teal-950\/65 {
  border-bottom-color: rgb(4 47 46 / 0.65);
}
.border-b-teal-950\/70 {
  border-bottom-color: rgb(4 47 46 / 0.7);
}
.border-b-teal-950\/75 {
  border-bottom-color: rgb(4 47 46 / 0.75);
}
.border-b-teal-950\/80 {
  border-bottom-color: rgb(4 47 46 / 0.8);
}
.border-b-teal-950\/85 {
  border-bottom-color: rgb(4 47 46 / 0.85);
}
.border-b-teal-950\/90 {
  border-bottom-color: rgb(4 47 46 / 0.9);
}
.border-b-teal-950\/95 {
  border-bottom-color: rgb(4 47 46 / 0.95);
}
.border-b-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
}
.border-b-tertiary\/0 {
  border-bottom-color: hsl(var(--tertiary) / 0);
}
.border-b-tertiary\/10 {
  border-bottom-color: hsl(var(--tertiary) / 0.1);
}
.border-b-tertiary\/100 {
  border-bottom-color: hsl(var(--tertiary) / 1);
}
.border-b-tertiary\/15 {
  border-bottom-color: hsl(var(--tertiary) / 0.15);
}
.border-b-tertiary\/20 {
  border-bottom-color: hsl(var(--tertiary) / 0.2);
}
.border-b-tertiary\/25 {
  border-bottom-color: hsl(var(--tertiary) / 0.25);
}
.border-b-tertiary\/30 {
  border-bottom-color: hsl(var(--tertiary) / 0.3);
}
.border-b-tertiary\/35 {
  border-bottom-color: hsl(var(--tertiary) / 0.35);
}
.border-b-tertiary\/40 {
  border-bottom-color: hsl(var(--tertiary) / 0.4);
}
.border-b-tertiary\/45 {
  border-bottom-color: hsl(var(--tertiary) / 0.45);
}
.border-b-tertiary\/5 {
  border-bottom-color: hsl(var(--tertiary) / 0.05);
}
.border-b-tertiary\/50 {
  border-bottom-color: hsl(var(--tertiary) / 0.5);
}
.border-b-tertiary\/55 {
  border-bottom-color: hsl(var(--tertiary) / 0.55);
}
.border-b-tertiary\/60 {
  border-bottom-color: hsl(var(--tertiary) / 0.6);
}
.border-b-tertiary\/65 {
  border-bottom-color: hsl(var(--tertiary) / 0.65);
}
.border-b-tertiary\/70 {
  border-bottom-color: hsl(var(--tertiary) / 0.7);
}
.border-b-tertiary\/75 {
  border-bottom-color: hsl(var(--tertiary) / 0.75);
}
.border-b-tertiary\/80 {
  border-bottom-color: hsl(var(--tertiary) / 0.8);
}
.border-b-tertiary\/85 {
  border-bottom-color: hsl(var(--tertiary) / 0.85);
}
.border-b-tertiary\/90 {
  border-bottom-color: hsl(var(--tertiary) / 0.9);
}
.border-b-tertiary\/95 {
  border-bottom-color: hsl(var(--tertiary) / 0.95);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-violet-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-b-violet-100\/0 {
  border-bottom-color: rgb(237 233 254 / 0);
}
.border-b-violet-100\/10 {
  border-bottom-color: rgb(237 233 254 / 0.1);
}
.border-b-violet-100\/100 {
  border-bottom-color: rgb(237 233 254 / 1);
}
.border-b-violet-100\/15 {
  border-bottom-color: rgb(237 233 254 / 0.15);
}
.border-b-violet-100\/20 {
  border-bottom-color: rgb(237 233 254 / 0.2);
}
.border-b-violet-100\/25 {
  border-bottom-color: rgb(237 233 254 / 0.25);
}
.border-b-violet-100\/30 {
  border-bottom-color: rgb(237 233 254 / 0.3);
}
.border-b-violet-100\/35 {
  border-bottom-color: rgb(237 233 254 / 0.35);
}
.border-b-violet-100\/40 {
  border-bottom-color: rgb(237 233 254 / 0.4);
}
.border-b-violet-100\/45 {
  border-bottom-color: rgb(237 233 254 / 0.45);
}
.border-b-violet-100\/5 {
  border-bottom-color: rgb(237 233 254 / 0.05);
}
.border-b-violet-100\/50 {
  border-bottom-color: rgb(237 233 254 / 0.5);
}
.border-b-violet-100\/55 {
  border-bottom-color: rgb(237 233 254 / 0.55);
}
.border-b-violet-100\/60 {
  border-bottom-color: rgb(237 233 254 / 0.6);
}
.border-b-violet-100\/65 {
  border-bottom-color: rgb(237 233 254 / 0.65);
}
.border-b-violet-100\/70 {
  border-bottom-color: rgb(237 233 254 / 0.7);
}
.border-b-violet-100\/75 {
  border-bottom-color: rgb(237 233 254 / 0.75);
}
.border-b-violet-100\/80 {
  border-bottom-color: rgb(237 233 254 / 0.8);
}
.border-b-violet-100\/85 {
  border-bottom-color: rgb(237 233 254 / 0.85);
}
.border-b-violet-100\/90 {
  border-bottom-color: rgb(237 233 254 / 0.9);
}
.border-b-violet-100\/95 {
  border-bottom-color: rgb(237 233 254 / 0.95);
}
.border-b-violet-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-b-violet-200\/0 {
  border-bottom-color: rgb(221 214 254 / 0);
}
.border-b-violet-200\/10 {
  border-bottom-color: rgb(221 214 254 / 0.1);
}
.border-b-violet-200\/100 {
  border-bottom-color: rgb(221 214 254 / 1);
}
.border-b-violet-200\/15 {
  border-bottom-color: rgb(221 214 254 / 0.15);
}
.border-b-violet-200\/20 {
  border-bottom-color: rgb(221 214 254 / 0.2);
}
.border-b-violet-200\/25 {
  border-bottom-color: rgb(221 214 254 / 0.25);
}
.border-b-violet-200\/30 {
  border-bottom-color: rgb(221 214 254 / 0.3);
}
.border-b-violet-200\/35 {
  border-bottom-color: rgb(221 214 254 / 0.35);
}
.border-b-violet-200\/40 {
  border-bottom-color: rgb(221 214 254 / 0.4);
}
.border-b-violet-200\/45 {
  border-bottom-color: rgb(221 214 254 / 0.45);
}
.border-b-violet-200\/5 {
  border-bottom-color: rgb(221 214 254 / 0.05);
}
.border-b-violet-200\/50 {
  border-bottom-color: rgb(221 214 254 / 0.5);
}
.border-b-violet-200\/55 {
  border-bottom-color: rgb(221 214 254 / 0.55);
}
.border-b-violet-200\/60 {
  border-bottom-color: rgb(221 214 254 / 0.6);
}
.border-b-violet-200\/65 {
  border-bottom-color: rgb(221 214 254 / 0.65);
}
.border-b-violet-200\/70 {
  border-bottom-color: rgb(221 214 254 / 0.7);
}
.border-b-violet-200\/75 {
  border-bottom-color: rgb(221 214 254 / 0.75);
}
.border-b-violet-200\/80 {
  border-bottom-color: rgb(221 214 254 / 0.8);
}
.border-b-violet-200\/85 {
  border-bottom-color: rgb(221 214 254 / 0.85);
}
.border-b-violet-200\/90 {
  border-bottom-color: rgb(221 214 254 / 0.9);
}
.border-b-violet-200\/95 {
  border-bottom-color: rgb(221 214 254 / 0.95);
}
.border-b-violet-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-b-violet-300\/0 {
  border-bottom-color: rgb(196 181 253 / 0);
}
.border-b-violet-300\/10 {
  border-bottom-color: rgb(196 181 253 / 0.1);
}
.border-b-violet-300\/100 {
  border-bottom-color: rgb(196 181 253 / 1);
}
.border-b-violet-300\/15 {
  border-bottom-color: rgb(196 181 253 / 0.15);
}
.border-b-violet-300\/20 {
  border-bottom-color: rgb(196 181 253 / 0.2);
}
.border-b-violet-300\/25 {
  border-bottom-color: rgb(196 181 253 / 0.25);
}
.border-b-violet-300\/30 {
  border-bottom-color: rgb(196 181 253 / 0.3);
}
.border-b-violet-300\/35 {
  border-bottom-color: rgb(196 181 253 / 0.35);
}
.border-b-violet-300\/40 {
  border-bottom-color: rgb(196 181 253 / 0.4);
}
.border-b-violet-300\/45 {
  border-bottom-color: rgb(196 181 253 / 0.45);
}
.border-b-violet-300\/5 {
  border-bottom-color: rgb(196 181 253 / 0.05);
}
.border-b-violet-300\/50 {
  border-bottom-color: rgb(196 181 253 / 0.5);
}
.border-b-violet-300\/55 {
  border-bottom-color: rgb(196 181 253 / 0.55);
}
.border-b-violet-300\/60 {
  border-bottom-color: rgb(196 181 253 / 0.6);
}
.border-b-violet-300\/65 {
  border-bottom-color: rgb(196 181 253 / 0.65);
}
.border-b-violet-300\/70 {
  border-bottom-color: rgb(196 181 253 / 0.7);
}
.border-b-violet-300\/75 {
  border-bottom-color: rgb(196 181 253 / 0.75);
}
.border-b-violet-300\/80 {
  border-bottom-color: rgb(196 181 253 / 0.8);
}
.border-b-violet-300\/85 {
  border-bottom-color: rgb(196 181 253 / 0.85);
}
.border-b-violet-300\/90 {
  border-bottom-color: rgb(196 181 253 / 0.9);
}
.border-b-violet-300\/95 {
  border-bottom-color: rgb(196 181 253 / 0.95);
}
.border-b-violet-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-b-violet-400\/0 {
  border-bottom-color: rgb(167 139 250 / 0);
}
.border-b-violet-400\/10 {
  border-bottom-color: rgb(167 139 250 / 0.1);
}
.border-b-violet-400\/100 {
  border-bottom-color: rgb(167 139 250 / 1);
}
.border-b-violet-400\/15 {
  border-bottom-color: rgb(167 139 250 / 0.15);
}
.border-b-violet-400\/20 {
  border-bottom-color: rgb(167 139 250 / 0.2);
}
.border-b-violet-400\/25 {
  border-bottom-color: rgb(167 139 250 / 0.25);
}
.border-b-violet-400\/30 {
  border-bottom-color: rgb(167 139 250 / 0.3);
}
.border-b-violet-400\/35 {
  border-bottom-color: rgb(167 139 250 / 0.35);
}
.border-b-violet-400\/40 {
  border-bottom-color: rgb(167 139 250 / 0.4);
}
.border-b-violet-400\/45 {
  border-bottom-color: rgb(167 139 250 / 0.45);
}
.border-b-violet-400\/5 {
  border-bottom-color: rgb(167 139 250 / 0.05);
}
.border-b-violet-400\/50 {
  border-bottom-color: rgb(167 139 250 / 0.5);
}
.border-b-violet-400\/55 {
  border-bottom-color: rgb(167 139 250 / 0.55);
}
.border-b-violet-400\/60 {
  border-bottom-color: rgb(167 139 250 / 0.6);
}
.border-b-violet-400\/65 {
  border-bottom-color: rgb(167 139 250 / 0.65);
}
.border-b-violet-400\/70 {
  border-bottom-color: rgb(167 139 250 / 0.7);
}
.border-b-violet-400\/75 {
  border-bottom-color: rgb(167 139 250 / 0.75);
}
.border-b-violet-400\/80 {
  border-bottom-color: rgb(167 139 250 / 0.8);
}
.border-b-violet-400\/85 {
  border-bottom-color: rgb(167 139 250 / 0.85);
}
.border-b-violet-400\/90 {
  border-bottom-color: rgb(167 139 250 / 0.9);
}
.border-b-violet-400\/95 {
  border-bottom-color: rgb(167 139 250 / 0.95);
}
.border-b-violet-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-b-violet-50\/0 {
  border-bottom-color: rgb(245 243 255 / 0);
}
.border-b-violet-50\/10 {
  border-bottom-color: rgb(245 243 255 / 0.1);
}
.border-b-violet-50\/100 {
  border-bottom-color: rgb(245 243 255 / 1);
}
.border-b-violet-50\/15 {
  border-bottom-color: rgb(245 243 255 / 0.15);
}
.border-b-violet-50\/20 {
  border-bottom-color: rgb(245 243 255 / 0.2);
}
.border-b-violet-50\/25 {
  border-bottom-color: rgb(245 243 255 / 0.25);
}
.border-b-violet-50\/30 {
  border-bottom-color: rgb(245 243 255 / 0.3);
}
.border-b-violet-50\/35 {
  border-bottom-color: rgb(245 243 255 / 0.35);
}
.border-b-violet-50\/40 {
  border-bottom-color: rgb(245 243 255 / 0.4);
}
.border-b-violet-50\/45 {
  border-bottom-color: rgb(245 243 255 / 0.45);
}
.border-b-violet-50\/5 {
  border-bottom-color: rgb(245 243 255 / 0.05);
}
.border-b-violet-50\/50 {
  border-bottom-color: rgb(245 243 255 / 0.5);
}
.border-b-violet-50\/55 {
  border-bottom-color: rgb(245 243 255 / 0.55);
}
.border-b-violet-50\/60 {
  border-bottom-color: rgb(245 243 255 / 0.6);
}
.border-b-violet-50\/65 {
  border-bottom-color: rgb(245 243 255 / 0.65);
}
.border-b-violet-50\/70 {
  border-bottom-color: rgb(245 243 255 / 0.7);
}
.border-b-violet-50\/75 {
  border-bottom-color: rgb(245 243 255 / 0.75);
}
.border-b-violet-50\/80 {
  border-bottom-color: rgb(245 243 255 / 0.8);
}
.border-b-violet-50\/85 {
  border-bottom-color: rgb(245 243 255 / 0.85);
}
.border-b-violet-50\/90 {
  border-bottom-color: rgb(245 243 255 / 0.9);
}
.border-b-violet-50\/95 {
  border-bottom-color: rgb(245 243 255 / 0.95);
}
.border-b-violet-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-b-violet-500\/0 {
  border-bottom-color: rgb(139 92 246 / 0);
}
.border-b-violet-500\/10 {
  border-bottom-color: rgb(139 92 246 / 0.1);
}
.border-b-violet-500\/100 {
  border-bottom-color: rgb(139 92 246 / 1);
}
.border-b-violet-500\/15 {
  border-bottom-color: rgb(139 92 246 / 0.15);
}
.border-b-violet-500\/20 {
  border-bottom-color: rgb(139 92 246 / 0.2);
}
.border-b-violet-500\/25 {
  border-bottom-color: rgb(139 92 246 / 0.25);
}
.border-b-violet-500\/30 {
  border-bottom-color: rgb(139 92 246 / 0.3);
}
.border-b-violet-500\/35 {
  border-bottom-color: rgb(139 92 246 / 0.35);
}
.border-b-violet-500\/40 {
  border-bottom-color: rgb(139 92 246 / 0.4);
}
.border-b-violet-500\/45 {
  border-bottom-color: rgb(139 92 246 / 0.45);
}
.border-b-violet-500\/5 {
  border-bottom-color: rgb(139 92 246 / 0.05);
}
.border-b-violet-500\/50 {
  border-bottom-color: rgb(139 92 246 / 0.5);
}
.border-b-violet-500\/55 {
  border-bottom-color: rgb(139 92 246 / 0.55);
}
.border-b-violet-500\/60 {
  border-bottom-color: rgb(139 92 246 / 0.6);
}
.border-b-violet-500\/65 {
  border-bottom-color: rgb(139 92 246 / 0.65);
}
.border-b-violet-500\/70 {
  border-bottom-color: rgb(139 92 246 / 0.7);
}
.border-b-violet-500\/75 {
  border-bottom-color: rgb(139 92 246 / 0.75);
}
.border-b-violet-500\/80 {
  border-bottom-color: rgb(139 92 246 / 0.8);
}
.border-b-violet-500\/85 {
  border-bottom-color: rgb(139 92 246 / 0.85);
}
.border-b-violet-500\/90 {
  border-bottom-color: rgb(139 92 246 / 0.9);
}
.border-b-violet-500\/95 {
  border-bottom-color: rgb(139 92 246 / 0.95);
}
.border-b-violet-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-b-violet-600\/0 {
  border-bottom-color: rgb(124 58 237 / 0);
}
.border-b-violet-600\/10 {
  border-bottom-color: rgb(124 58 237 / 0.1);
}
.border-b-violet-600\/100 {
  border-bottom-color: rgb(124 58 237 / 1);
}
.border-b-violet-600\/15 {
  border-bottom-color: rgb(124 58 237 / 0.15);
}
.border-b-violet-600\/20 {
  border-bottom-color: rgb(124 58 237 / 0.2);
}
.border-b-violet-600\/25 {
  border-bottom-color: rgb(124 58 237 / 0.25);
}
.border-b-violet-600\/30 {
  border-bottom-color: rgb(124 58 237 / 0.3);
}
.border-b-violet-600\/35 {
  border-bottom-color: rgb(124 58 237 / 0.35);
}
.border-b-violet-600\/40 {
  border-bottom-color: rgb(124 58 237 / 0.4);
}
.border-b-violet-600\/45 {
  border-bottom-color: rgb(124 58 237 / 0.45);
}
.border-b-violet-600\/5 {
  border-bottom-color: rgb(124 58 237 / 0.05);
}
.border-b-violet-600\/50 {
  border-bottom-color: rgb(124 58 237 / 0.5);
}
.border-b-violet-600\/55 {
  border-bottom-color: rgb(124 58 237 / 0.55);
}
.border-b-violet-600\/60 {
  border-bottom-color: rgb(124 58 237 / 0.6);
}
.border-b-violet-600\/65 {
  border-bottom-color: rgb(124 58 237 / 0.65);
}
.border-b-violet-600\/70 {
  border-bottom-color: rgb(124 58 237 / 0.7);
}
.border-b-violet-600\/75 {
  border-bottom-color: rgb(124 58 237 / 0.75);
}
.border-b-violet-600\/80 {
  border-bottom-color: rgb(124 58 237 / 0.8);
}
.border-b-violet-600\/85 {
  border-bottom-color: rgb(124 58 237 / 0.85);
}
.border-b-violet-600\/90 {
  border-bottom-color: rgb(124 58 237 / 0.9);
}
.border-b-violet-600\/95 {
  border-bottom-color: rgb(124 58 237 / 0.95);
}
.border-b-violet-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-b-violet-700\/0 {
  border-bottom-color: rgb(109 40 217 / 0);
}
.border-b-violet-700\/10 {
  border-bottom-color: rgb(109 40 217 / 0.1);
}
.border-b-violet-700\/100 {
  border-bottom-color: rgb(109 40 217 / 1);
}
.border-b-violet-700\/15 {
  border-bottom-color: rgb(109 40 217 / 0.15);
}
.border-b-violet-700\/20 {
  border-bottom-color: rgb(109 40 217 / 0.2);
}
.border-b-violet-700\/25 {
  border-bottom-color: rgb(109 40 217 / 0.25);
}
.border-b-violet-700\/30 {
  border-bottom-color: rgb(109 40 217 / 0.3);
}
.border-b-violet-700\/35 {
  border-bottom-color: rgb(109 40 217 / 0.35);
}
.border-b-violet-700\/40 {
  border-bottom-color: rgb(109 40 217 / 0.4);
}
.border-b-violet-700\/45 {
  border-bottom-color: rgb(109 40 217 / 0.45);
}
.border-b-violet-700\/5 {
  border-bottom-color: rgb(109 40 217 / 0.05);
}
.border-b-violet-700\/50 {
  border-bottom-color: rgb(109 40 217 / 0.5);
}
.border-b-violet-700\/55 {
  border-bottom-color: rgb(109 40 217 / 0.55);
}
.border-b-violet-700\/60 {
  border-bottom-color: rgb(109 40 217 / 0.6);
}
.border-b-violet-700\/65 {
  border-bottom-color: rgb(109 40 217 / 0.65);
}
.border-b-violet-700\/70 {
  border-bottom-color: rgb(109 40 217 / 0.7);
}
.border-b-violet-700\/75 {
  border-bottom-color: rgb(109 40 217 / 0.75);
}
.border-b-violet-700\/80 {
  border-bottom-color: rgb(109 40 217 / 0.8);
}
.border-b-violet-700\/85 {
  border-bottom-color: rgb(109 40 217 / 0.85);
}
.border-b-violet-700\/90 {
  border-bottom-color: rgb(109 40 217 / 0.9);
}
.border-b-violet-700\/95 {
  border-bottom-color: rgb(109 40 217 / 0.95);
}
.border-b-violet-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-b-violet-800\/0 {
  border-bottom-color: rgb(91 33 182 / 0);
}
.border-b-violet-800\/10 {
  border-bottom-color: rgb(91 33 182 / 0.1);
}
.border-b-violet-800\/100 {
  border-bottom-color: rgb(91 33 182 / 1);
}
.border-b-violet-800\/15 {
  border-bottom-color: rgb(91 33 182 / 0.15);
}
.border-b-violet-800\/20 {
  border-bottom-color: rgb(91 33 182 / 0.2);
}
.border-b-violet-800\/25 {
  border-bottom-color: rgb(91 33 182 / 0.25);
}
.border-b-violet-800\/30 {
  border-bottom-color: rgb(91 33 182 / 0.3);
}
.border-b-violet-800\/35 {
  border-bottom-color: rgb(91 33 182 / 0.35);
}
.border-b-violet-800\/40 {
  border-bottom-color: rgb(91 33 182 / 0.4);
}
.border-b-violet-800\/45 {
  border-bottom-color: rgb(91 33 182 / 0.45);
}
.border-b-violet-800\/5 {
  border-bottom-color: rgb(91 33 182 / 0.05);
}
.border-b-violet-800\/50 {
  border-bottom-color: rgb(91 33 182 / 0.5);
}
.border-b-violet-800\/55 {
  border-bottom-color: rgb(91 33 182 / 0.55);
}
.border-b-violet-800\/60 {
  border-bottom-color: rgb(91 33 182 / 0.6);
}
.border-b-violet-800\/65 {
  border-bottom-color: rgb(91 33 182 / 0.65);
}
.border-b-violet-800\/70 {
  border-bottom-color: rgb(91 33 182 / 0.7);
}
.border-b-violet-800\/75 {
  border-bottom-color: rgb(91 33 182 / 0.75);
}
.border-b-violet-800\/80 {
  border-bottom-color: rgb(91 33 182 / 0.8);
}
.border-b-violet-800\/85 {
  border-bottom-color: rgb(91 33 182 / 0.85);
}
.border-b-violet-800\/90 {
  border-bottom-color: rgb(91 33 182 / 0.9);
}
.border-b-violet-800\/95 {
  border-bottom-color: rgb(91 33 182 / 0.95);
}
.border-b-violet-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-b-violet-900\/0 {
  border-bottom-color: rgb(76 29 149 / 0);
}
.border-b-violet-900\/10 {
  border-bottom-color: rgb(76 29 149 / 0.1);
}
.border-b-violet-900\/100 {
  border-bottom-color: rgb(76 29 149 / 1);
}
.border-b-violet-900\/15 {
  border-bottom-color: rgb(76 29 149 / 0.15);
}
.border-b-violet-900\/20 {
  border-bottom-color: rgb(76 29 149 / 0.2);
}
.border-b-violet-900\/25 {
  border-bottom-color: rgb(76 29 149 / 0.25);
}
.border-b-violet-900\/30 {
  border-bottom-color: rgb(76 29 149 / 0.3);
}
.border-b-violet-900\/35 {
  border-bottom-color: rgb(76 29 149 / 0.35);
}
.border-b-violet-900\/40 {
  border-bottom-color: rgb(76 29 149 / 0.4);
}
.border-b-violet-900\/45 {
  border-bottom-color: rgb(76 29 149 / 0.45);
}
.border-b-violet-900\/5 {
  border-bottom-color: rgb(76 29 149 / 0.05);
}
.border-b-violet-900\/50 {
  border-bottom-color: rgb(76 29 149 / 0.5);
}
.border-b-violet-900\/55 {
  border-bottom-color: rgb(76 29 149 / 0.55);
}
.border-b-violet-900\/60 {
  border-bottom-color: rgb(76 29 149 / 0.6);
}
.border-b-violet-900\/65 {
  border-bottom-color: rgb(76 29 149 / 0.65);
}
.border-b-violet-900\/70 {
  border-bottom-color: rgb(76 29 149 / 0.7);
}
.border-b-violet-900\/75 {
  border-bottom-color: rgb(76 29 149 / 0.75);
}
.border-b-violet-900\/80 {
  border-bottom-color: rgb(76 29 149 / 0.8);
}
.border-b-violet-900\/85 {
  border-bottom-color: rgb(76 29 149 / 0.85);
}
.border-b-violet-900\/90 {
  border-bottom-color: rgb(76 29 149 / 0.9);
}
.border-b-violet-900\/95 {
  border-bottom-color: rgb(76 29 149 / 0.95);
}
.border-b-violet-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-b-violet-950\/0 {
  border-bottom-color: rgb(46 16 101 / 0);
}
.border-b-violet-950\/10 {
  border-bottom-color: rgb(46 16 101 / 0.1);
}
.border-b-violet-950\/100 {
  border-bottom-color: rgb(46 16 101 / 1);
}
.border-b-violet-950\/15 {
  border-bottom-color: rgb(46 16 101 / 0.15);
}
.border-b-violet-950\/20 {
  border-bottom-color: rgb(46 16 101 / 0.2);
}
.border-b-violet-950\/25 {
  border-bottom-color: rgb(46 16 101 / 0.25);
}
.border-b-violet-950\/30 {
  border-bottom-color: rgb(46 16 101 / 0.3);
}
.border-b-violet-950\/35 {
  border-bottom-color: rgb(46 16 101 / 0.35);
}
.border-b-violet-950\/40 {
  border-bottom-color: rgb(46 16 101 / 0.4);
}
.border-b-violet-950\/45 {
  border-bottom-color: rgb(46 16 101 / 0.45);
}
.border-b-violet-950\/5 {
  border-bottom-color: rgb(46 16 101 / 0.05);
}
.border-b-violet-950\/50 {
  border-bottom-color: rgb(46 16 101 / 0.5);
}
.border-b-violet-950\/55 {
  border-bottom-color: rgb(46 16 101 / 0.55);
}
.border-b-violet-950\/60 {
  border-bottom-color: rgb(46 16 101 / 0.6);
}
.border-b-violet-950\/65 {
  border-bottom-color: rgb(46 16 101 / 0.65);
}
.border-b-violet-950\/70 {
  border-bottom-color: rgb(46 16 101 / 0.7);
}
.border-b-violet-950\/75 {
  border-bottom-color: rgb(46 16 101 / 0.75);
}
.border-b-violet-950\/80 {
  border-bottom-color: rgb(46 16 101 / 0.8);
}
.border-b-violet-950\/85 {
  border-bottom-color: rgb(46 16 101 / 0.85);
}
.border-b-violet-950\/90 {
  border-bottom-color: rgb(46 16 101 / 0.9);
}
.border-b-violet-950\/95 {
  border-bottom-color: rgb(46 16 101 / 0.95);
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}
.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}
.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}
.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}
.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}
.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}
.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}
.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}
.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}
.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}
.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}
.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}
.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}
.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}
.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}
.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}
.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}
.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}
.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}
.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}
.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}
.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}
.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}
.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}
.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}
.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}
.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}
.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}
.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}
.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}
.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}
.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}
.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}
.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}
.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}
.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}
.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}
.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}
.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}
.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}
.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}
.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}
.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}
.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}
.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}
.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}
.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}
.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}
.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}
.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}
.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}
.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}
.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}
.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}
.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}
.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}
.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}
.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}
.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}
.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}
.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}
.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}
.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}
.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}
.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}
.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}
.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}
.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}
.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}
.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}
.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}
.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}
.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}
.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}
.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}
.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}
.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}
.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}
.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}
.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}
.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}
.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}
.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}
.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}
.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}
.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}
.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}
.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}
.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}
.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}
.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}
.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}
.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}
.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}
.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}
.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}
.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}
.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}
.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}
.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}
.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}
.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}
.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}
.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}
.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}
.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}
.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}
.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}
.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}
.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}
.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}
.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}
.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}
.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}
.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}
.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}
.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}
.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}
.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}
.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}
.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}
.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}
.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}
.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}
.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}
.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}
.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}
.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}
.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}
.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}
.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}
.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}
.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}
.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}
.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}
.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}
.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}
.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}
.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}
.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}
.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}
.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}
.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}
.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}
.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}
.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}
.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}
.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}
.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}
.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}
.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}
.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}
.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}
.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}
.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}
.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}
.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}
.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}
.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}
.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}
.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}
.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}
.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}
.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}
.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}
.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}
.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}
.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}
.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}
.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}
.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}
.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}
.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}
.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}
.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}
.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}
.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}
.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}
.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}
.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}
.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}
.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}
.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}
.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}
.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}
.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}
.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}
.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}
.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}
.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}
.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}
.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}
.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}
.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}
.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}
.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}
.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}
.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}
.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}
.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}
.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}
.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}
.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}
.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}
.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}
.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}
.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}
.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}
.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}
.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}
.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0);
}
.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1);
}
.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1);
}
.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}
.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2);
}
.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25);
}
.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3);
}
.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}
.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}
.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}
.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05);
}
.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5);
}
.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}
.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}
.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}
.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7);
}
.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75);
}
.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8);
}
.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}
.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9);
}
.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95);
}
.border-b-zinc-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-b-zinc-100\/0 {
  border-bottom-color: rgb(244 244 245 / 0);
}
.border-b-zinc-100\/10 {
  border-bottom-color: rgb(244 244 245 / 0.1);
}
.border-b-zinc-100\/100 {
  border-bottom-color: rgb(244 244 245 / 1);
}
.border-b-zinc-100\/15 {
  border-bottom-color: rgb(244 244 245 / 0.15);
}
.border-b-zinc-100\/20 {
  border-bottom-color: rgb(244 244 245 / 0.2);
}
.border-b-zinc-100\/25 {
  border-bottom-color: rgb(244 244 245 / 0.25);
}
.border-b-zinc-100\/30 {
  border-bottom-color: rgb(244 244 245 / 0.3);
}
.border-b-zinc-100\/35 {
  border-bottom-color: rgb(244 244 245 / 0.35);
}
.border-b-zinc-100\/40 {
  border-bottom-color: rgb(244 244 245 / 0.4);
}
.border-b-zinc-100\/45 {
  border-bottom-color: rgb(244 244 245 / 0.45);
}
.border-b-zinc-100\/5 {
  border-bottom-color: rgb(244 244 245 / 0.05);
}
.border-b-zinc-100\/50 {
  border-bottom-color: rgb(244 244 245 / 0.5);
}
.border-b-zinc-100\/55 {
  border-bottom-color: rgb(244 244 245 / 0.55);
}
.border-b-zinc-100\/60 {
  border-bottom-color: rgb(244 244 245 / 0.6);
}
.border-b-zinc-100\/65 {
  border-bottom-color: rgb(244 244 245 / 0.65);
}
.border-b-zinc-100\/70 {
  border-bottom-color: rgb(244 244 245 / 0.7);
}
.border-b-zinc-100\/75 {
  border-bottom-color: rgb(244 244 245 / 0.75);
}
.border-b-zinc-100\/80 {
  border-bottom-color: rgb(244 244 245 / 0.8);
}
.border-b-zinc-100\/85 {
  border-bottom-color: rgb(244 244 245 / 0.85);
}
.border-b-zinc-100\/90 {
  border-bottom-color: rgb(244 244 245 / 0.9);
}
.border-b-zinc-100\/95 {
  border-bottom-color: rgb(244 244 245 / 0.95);
}
.border-b-zinc-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-b-zinc-200\/0 {
  border-bottom-color: rgb(228 228 231 / 0);
}
.border-b-zinc-200\/10 {
  border-bottom-color: rgb(228 228 231 / 0.1);
}
.border-b-zinc-200\/100 {
  border-bottom-color: rgb(228 228 231 / 1);
}
.border-b-zinc-200\/15 {
  border-bottom-color: rgb(228 228 231 / 0.15);
}
.border-b-zinc-200\/20 {
  border-bottom-color: rgb(228 228 231 / 0.2);
}
.border-b-zinc-200\/25 {
  border-bottom-color: rgb(228 228 231 / 0.25);
}
.border-b-zinc-200\/30 {
  border-bottom-color: rgb(228 228 231 / 0.3);
}
.border-b-zinc-200\/35 {
  border-bottom-color: rgb(228 228 231 / 0.35);
}
.border-b-zinc-200\/40 {
  border-bottom-color: rgb(228 228 231 / 0.4);
}
.border-b-zinc-200\/45 {
  border-bottom-color: rgb(228 228 231 / 0.45);
}
.border-b-zinc-200\/5 {
  border-bottom-color: rgb(228 228 231 / 0.05);
}
.border-b-zinc-200\/50 {
  border-bottom-color: rgb(228 228 231 / 0.5);
}
.border-b-zinc-200\/55 {
  border-bottom-color: rgb(228 228 231 / 0.55);
}
.border-b-zinc-200\/60 {
  border-bottom-color: rgb(228 228 231 / 0.6);
}
.border-b-zinc-200\/65 {
  border-bottom-color: rgb(228 228 231 / 0.65);
}
.border-b-zinc-200\/70 {
  border-bottom-color: rgb(228 228 231 / 0.7);
}
.border-b-zinc-200\/75 {
  border-bottom-color: rgb(228 228 231 / 0.75);
}
.border-b-zinc-200\/80 {
  border-bottom-color: rgb(228 228 231 / 0.8);
}
.border-b-zinc-200\/85 {
  border-bottom-color: rgb(228 228 231 / 0.85);
}
.border-b-zinc-200\/90 {
  border-bottom-color: rgb(228 228 231 / 0.9);
}
.border-b-zinc-200\/95 {
  border-bottom-color: rgb(228 228 231 / 0.95);
}
.border-b-zinc-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-b-zinc-300\/0 {
  border-bottom-color: rgb(212 212 216 / 0);
}
.border-b-zinc-300\/10 {
  border-bottom-color: rgb(212 212 216 / 0.1);
}
.border-b-zinc-300\/100 {
  border-bottom-color: rgb(212 212 216 / 1);
}
.border-b-zinc-300\/15 {
  border-bottom-color: rgb(212 212 216 / 0.15);
}
.border-b-zinc-300\/20 {
  border-bottom-color: rgb(212 212 216 / 0.2);
}
.border-b-zinc-300\/25 {
  border-bottom-color: rgb(212 212 216 / 0.25);
}
.border-b-zinc-300\/30 {
  border-bottom-color: rgb(212 212 216 / 0.3);
}
.border-b-zinc-300\/35 {
  border-bottom-color: rgb(212 212 216 / 0.35);
}
.border-b-zinc-300\/40 {
  border-bottom-color: rgb(212 212 216 / 0.4);
}
.border-b-zinc-300\/45 {
  border-bottom-color: rgb(212 212 216 / 0.45);
}
.border-b-zinc-300\/5 {
  border-bottom-color: rgb(212 212 216 / 0.05);
}
.border-b-zinc-300\/50 {
  border-bottom-color: rgb(212 212 216 / 0.5);
}
.border-b-zinc-300\/55 {
  border-bottom-color: rgb(212 212 216 / 0.55);
}
.border-b-zinc-300\/60 {
  border-bottom-color: rgb(212 212 216 / 0.6);
}
.border-b-zinc-300\/65 {
  border-bottom-color: rgb(212 212 216 / 0.65);
}
.border-b-zinc-300\/70 {
  border-bottom-color: rgb(212 212 216 / 0.7);
}
.border-b-zinc-300\/75 {
  border-bottom-color: rgb(212 212 216 / 0.75);
}
.border-b-zinc-300\/80 {
  border-bottom-color: rgb(212 212 216 / 0.8);
}
.border-b-zinc-300\/85 {
  border-bottom-color: rgb(212 212 216 / 0.85);
}
.border-b-zinc-300\/90 {
  border-bottom-color: rgb(212 212 216 / 0.9);
}
.border-b-zinc-300\/95 {
  border-bottom-color: rgb(212 212 216 / 0.95);
}
.border-b-zinc-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-b-zinc-400\/0 {
  border-bottom-color: rgb(161 161 170 / 0);
}
.border-b-zinc-400\/10 {
  border-bottom-color: rgb(161 161 170 / 0.1);
}
.border-b-zinc-400\/100 {
  border-bottom-color: rgb(161 161 170 / 1);
}
.border-b-zinc-400\/15 {
  border-bottom-color: rgb(161 161 170 / 0.15);
}
.border-b-zinc-400\/20 {
  border-bottom-color: rgb(161 161 170 / 0.2);
}
.border-b-zinc-400\/25 {
  border-bottom-color: rgb(161 161 170 / 0.25);
}
.border-b-zinc-400\/30 {
  border-bottom-color: rgb(161 161 170 / 0.3);
}
.border-b-zinc-400\/35 {
  border-bottom-color: rgb(161 161 170 / 0.35);
}
.border-b-zinc-400\/40 {
  border-bottom-color: rgb(161 161 170 / 0.4);
}
.border-b-zinc-400\/45 {
  border-bottom-color: rgb(161 161 170 / 0.45);
}
.border-b-zinc-400\/5 {
  border-bottom-color: rgb(161 161 170 / 0.05);
}
.border-b-zinc-400\/50 {
  border-bottom-color: rgb(161 161 170 / 0.5);
}
.border-b-zinc-400\/55 {
  border-bottom-color: rgb(161 161 170 / 0.55);
}
.border-b-zinc-400\/60 {
  border-bottom-color: rgb(161 161 170 / 0.6);
}
.border-b-zinc-400\/65 {
  border-bottom-color: rgb(161 161 170 / 0.65);
}
.border-b-zinc-400\/70 {
  border-bottom-color: rgb(161 161 170 / 0.7);
}
.border-b-zinc-400\/75 {
  border-bottom-color: rgb(161 161 170 / 0.75);
}
.border-b-zinc-400\/80 {
  border-bottom-color: rgb(161 161 170 / 0.8);
}
.border-b-zinc-400\/85 {
  border-bottom-color: rgb(161 161 170 / 0.85);
}
.border-b-zinc-400\/90 {
  border-bottom-color: rgb(161 161 170 / 0.9);
}
.border-b-zinc-400\/95 {
  border-bottom-color: rgb(161 161 170 / 0.95);
}
.border-b-zinc-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-b-zinc-50\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}
.border-b-zinc-50\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}
.border-b-zinc-50\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}
.border-b-zinc-50\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}
.border-b-zinc-50\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}
.border-b-zinc-50\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}
.border-b-zinc-50\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}
.border-b-zinc-50\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}
.border-b-zinc-50\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}
.border-b-zinc-50\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}
.border-b-zinc-50\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}
.border-b-zinc-50\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}
.border-b-zinc-50\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}
.border-b-zinc-50\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}
.border-b-zinc-50\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}
.border-b-zinc-50\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}
.border-b-zinc-50\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}
.border-b-zinc-50\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}
.border-b-zinc-50\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}
.border-b-zinc-50\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}
.border-b-zinc-50\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}
.border-b-zinc-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-b-zinc-500\/0 {
  border-bottom-color: rgb(113 113 122 / 0);
}
.border-b-zinc-500\/10 {
  border-bottom-color: rgb(113 113 122 / 0.1);
}
.border-b-zinc-500\/100 {
  border-bottom-color: rgb(113 113 122 / 1);
}
.border-b-zinc-500\/15 {
  border-bottom-color: rgb(113 113 122 / 0.15);
}
.border-b-zinc-500\/20 {
  border-bottom-color: rgb(113 113 122 / 0.2);
}
.border-b-zinc-500\/25 {
  border-bottom-color: rgb(113 113 122 / 0.25);
}
.border-b-zinc-500\/30 {
  border-bottom-color: rgb(113 113 122 / 0.3);
}
.border-b-zinc-500\/35 {
  border-bottom-color: rgb(113 113 122 / 0.35);
}
.border-b-zinc-500\/40 {
  border-bottom-color: rgb(113 113 122 / 0.4);
}
.border-b-zinc-500\/45 {
  border-bottom-color: rgb(113 113 122 / 0.45);
}
.border-b-zinc-500\/5 {
  border-bottom-color: rgb(113 113 122 / 0.05);
}
.border-b-zinc-500\/50 {
  border-bottom-color: rgb(113 113 122 / 0.5);
}
.border-b-zinc-500\/55 {
  border-bottom-color: rgb(113 113 122 / 0.55);
}
.border-b-zinc-500\/60 {
  border-bottom-color: rgb(113 113 122 / 0.6);
}
.border-b-zinc-500\/65 {
  border-bottom-color: rgb(113 113 122 / 0.65);
}
.border-b-zinc-500\/70 {
  border-bottom-color: rgb(113 113 122 / 0.7);
}
.border-b-zinc-500\/75 {
  border-bottom-color: rgb(113 113 122 / 0.75);
}
.border-b-zinc-500\/80 {
  border-bottom-color: rgb(113 113 122 / 0.8);
}
.border-b-zinc-500\/85 {
  border-bottom-color: rgb(113 113 122 / 0.85);
}
.border-b-zinc-500\/90 {
  border-bottom-color: rgb(113 113 122 / 0.9);
}
.border-b-zinc-500\/95 {
  border-bottom-color: rgb(113 113 122 / 0.95);
}
.border-b-zinc-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-b-zinc-600\/0 {
  border-bottom-color: rgb(82 82 91 / 0);
}
.border-b-zinc-600\/10 {
  border-bottom-color: rgb(82 82 91 / 0.1);
}
.border-b-zinc-600\/100 {
  border-bottom-color: rgb(82 82 91 / 1);
}
.border-b-zinc-600\/15 {
  border-bottom-color: rgb(82 82 91 / 0.15);
}
.border-b-zinc-600\/20 {
  border-bottom-color: rgb(82 82 91 / 0.2);
}
.border-b-zinc-600\/25 {
  border-bottom-color: rgb(82 82 91 / 0.25);
}
.border-b-zinc-600\/30 {
  border-bottom-color: rgb(82 82 91 / 0.3);
}
.border-b-zinc-600\/35 {
  border-bottom-color: rgb(82 82 91 / 0.35);
}
.border-b-zinc-600\/40 {
  border-bottom-color: rgb(82 82 91 / 0.4);
}
.border-b-zinc-600\/45 {
  border-bottom-color: rgb(82 82 91 / 0.45);
}
.border-b-zinc-600\/5 {
  border-bottom-color: rgb(82 82 91 / 0.05);
}
.border-b-zinc-600\/50 {
  border-bottom-color: rgb(82 82 91 / 0.5);
}
.border-b-zinc-600\/55 {
  border-bottom-color: rgb(82 82 91 / 0.55);
}
.border-b-zinc-600\/60 {
  border-bottom-color: rgb(82 82 91 / 0.6);
}
.border-b-zinc-600\/65 {
  border-bottom-color: rgb(82 82 91 / 0.65);
}
.border-b-zinc-600\/70 {
  border-bottom-color: rgb(82 82 91 / 0.7);
}
.border-b-zinc-600\/75 {
  border-bottom-color: rgb(82 82 91 / 0.75);
}
.border-b-zinc-600\/80 {
  border-bottom-color: rgb(82 82 91 / 0.8);
}
.border-b-zinc-600\/85 {
  border-bottom-color: rgb(82 82 91 / 0.85);
}
.border-b-zinc-600\/90 {
  border-bottom-color: rgb(82 82 91 / 0.9);
}
.border-b-zinc-600\/95 {
  border-bottom-color: rgb(82 82 91 / 0.95);
}
.border-b-zinc-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-b-zinc-700\/0 {
  border-bottom-color: rgb(63 63 70 / 0);
}
.border-b-zinc-700\/10 {
  border-bottom-color: rgb(63 63 70 / 0.1);
}
.border-b-zinc-700\/100 {
  border-bottom-color: rgb(63 63 70 / 1);
}
.border-b-zinc-700\/15 {
  border-bottom-color: rgb(63 63 70 / 0.15);
}
.border-b-zinc-700\/20 {
  border-bottom-color: rgb(63 63 70 / 0.2);
}
.border-b-zinc-700\/25 {
  border-bottom-color: rgb(63 63 70 / 0.25);
}
.border-b-zinc-700\/30 {
  border-bottom-color: rgb(63 63 70 / 0.3);
}
.border-b-zinc-700\/35 {
  border-bottom-color: rgb(63 63 70 / 0.35);
}
.border-b-zinc-700\/40 {
  border-bottom-color: rgb(63 63 70 / 0.4);
}
.border-b-zinc-700\/45 {
  border-bottom-color: rgb(63 63 70 / 0.45);
}
.border-b-zinc-700\/5 {
  border-bottom-color: rgb(63 63 70 / 0.05);
}
.border-b-zinc-700\/50 {
  border-bottom-color: rgb(63 63 70 / 0.5);
}
.border-b-zinc-700\/55 {
  border-bottom-color: rgb(63 63 70 / 0.55);
}
.border-b-zinc-700\/60 {
  border-bottom-color: rgb(63 63 70 / 0.6);
}
.border-b-zinc-700\/65 {
  border-bottom-color: rgb(63 63 70 / 0.65);
}
.border-b-zinc-700\/70 {
  border-bottom-color: rgb(63 63 70 / 0.7);
}
.border-b-zinc-700\/75 {
  border-bottom-color: rgb(63 63 70 / 0.75);
}
.border-b-zinc-700\/80 {
  border-bottom-color: rgb(63 63 70 / 0.8);
}
.border-b-zinc-700\/85 {
  border-bottom-color: rgb(63 63 70 / 0.85);
}
.border-b-zinc-700\/90 {
  border-bottom-color: rgb(63 63 70 / 0.9);
}
.border-b-zinc-700\/95 {
  border-bottom-color: rgb(63 63 70 / 0.95);
}
.border-b-zinc-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-b-zinc-800\/0 {
  border-bottom-color: rgb(39 39 42 / 0);
}
.border-b-zinc-800\/10 {
  border-bottom-color: rgb(39 39 42 / 0.1);
}
.border-b-zinc-800\/100 {
  border-bottom-color: rgb(39 39 42 / 1);
}
.border-b-zinc-800\/15 {
  border-bottom-color: rgb(39 39 42 / 0.15);
}
.border-b-zinc-800\/20 {
  border-bottom-color: rgb(39 39 42 / 0.2);
}
.border-b-zinc-800\/25 {
  border-bottom-color: rgb(39 39 42 / 0.25);
}
.border-b-zinc-800\/30 {
  border-bottom-color: rgb(39 39 42 / 0.3);
}
.border-b-zinc-800\/35 {
  border-bottom-color: rgb(39 39 42 / 0.35);
}
.border-b-zinc-800\/40 {
  border-bottom-color: rgb(39 39 42 / 0.4);
}
.border-b-zinc-800\/45 {
  border-bottom-color: rgb(39 39 42 / 0.45);
}
.border-b-zinc-800\/5 {
  border-bottom-color: rgb(39 39 42 / 0.05);
}
.border-b-zinc-800\/50 {
  border-bottom-color: rgb(39 39 42 / 0.5);
}
.border-b-zinc-800\/55 {
  border-bottom-color: rgb(39 39 42 / 0.55);
}
.border-b-zinc-800\/60 {
  border-bottom-color: rgb(39 39 42 / 0.6);
}
.border-b-zinc-800\/65 {
  border-bottom-color: rgb(39 39 42 / 0.65);
}
.border-b-zinc-800\/70 {
  border-bottom-color: rgb(39 39 42 / 0.7);
}
.border-b-zinc-800\/75 {
  border-bottom-color: rgb(39 39 42 / 0.75);
}
.border-b-zinc-800\/80 {
  border-bottom-color: rgb(39 39 42 / 0.8);
}
.border-b-zinc-800\/85 {
  border-bottom-color: rgb(39 39 42 / 0.85);
}
.border-b-zinc-800\/90 {
  border-bottom-color: rgb(39 39 42 / 0.9);
}
.border-b-zinc-800\/95 {
  border-bottom-color: rgb(39 39 42 / 0.95);
}
.border-b-zinc-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-b-zinc-900\/0 {
  border-bottom-color: rgb(24 24 27 / 0);
}
.border-b-zinc-900\/10 {
  border-bottom-color: rgb(24 24 27 / 0.1);
}
.border-b-zinc-900\/100 {
  border-bottom-color: rgb(24 24 27 / 1);
}
.border-b-zinc-900\/15 {
  border-bottom-color: rgb(24 24 27 / 0.15);
}
.border-b-zinc-900\/20 {
  border-bottom-color: rgb(24 24 27 / 0.2);
}
.border-b-zinc-900\/25 {
  border-bottom-color: rgb(24 24 27 / 0.25);
}
.border-b-zinc-900\/30 {
  border-bottom-color: rgb(24 24 27 / 0.3);
}
.border-b-zinc-900\/35 {
  border-bottom-color: rgb(24 24 27 / 0.35);
}
.border-b-zinc-900\/40 {
  border-bottom-color: rgb(24 24 27 / 0.4);
}
.border-b-zinc-900\/45 {
  border-bottom-color: rgb(24 24 27 / 0.45);
}
.border-b-zinc-900\/5 {
  border-bottom-color: rgb(24 24 27 / 0.05);
}
.border-b-zinc-900\/50 {
  border-bottom-color: rgb(24 24 27 / 0.5);
}
.border-b-zinc-900\/55 {
  border-bottom-color: rgb(24 24 27 / 0.55);
}
.border-b-zinc-900\/60 {
  border-bottom-color: rgb(24 24 27 / 0.6);
}
.border-b-zinc-900\/65 {
  border-bottom-color: rgb(24 24 27 / 0.65);
}
.border-b-zinc-900\/70 {
  border-bottom-color: rgb(24 24 27 / 0.7);
}
.border-b-zinc-900\/75 {
  border-bottom-color: rgb(24 24 27 / 0.75);
}
.border-b-zinc-900\/80 {
  border-bottom-color: rgb(24 24 27 / 0.8);
}
.border-b-zinc-900\/85 {
  border-bottom-color: rgb(24 24 27 / 0.85);
}
.border-b-zinc-900\/90 {
  border-bottom-color: rgb(24 24 27 / 0.9);
}
.border-b-zinc-900\/95 {
  border-bottom-color: rgb(24 24 27 / 0.95);
}
.border-b-zinc-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-b-zinc-950\/0 {
  border-bottom-color: rgb(9 9 11 / 0);
}
.border-b-zinc-950\/10 {
  border-bottom-color: rgb(9 9 11 / 0.1);
}
.border-b-zinc-950\/100 {
  border-bottom-color: rgb(9 9 11 / 1);
}
.border-b-zinc-950\/15 {
  border-bottom-color: rgb(9 9 11 / 0.15);
}
.border-b-zinc-950\/20 {
  border-bottom-color: rgb(9 9 11 / 0.2);
}
.border-b-zinc-950\/25 {
  border-bottom-color: rgb(9 9 11 / 0.25);
}
.border-b-zinc-950\/30 {
  border-bottom-color: rgb(9 9 11 / 0.3);
}
.border-b-zinc-950\/35 {
  border-bottom-color: rgb(9 9 11 / 0.35);
}
.border-b-zinc-950\/40 {
  border-bottom-color: rgb(9 9 11 / 0.4);
}
.border-b-zinc-950\/45 {
  border-bottom-color: rgb(9 9 11 / 0.45);
}
.border-b-zinc-950\/5 {
  border-bottom-color: rgb(9 9 11 / 0.05);
}
.border-b-zinc-950\/50 {
  border-bottom-color: rgb(9 9 11 / 0.5);
}
.border-b-zinc-950\/55 {
  border-bottom-color: rgb(9 9 11 / 0.55);
}
.border-b-zinc-950\/60 {
  border-bottom-color: rgb(9 9 11 / 0.6);
}
.border-b-zinc-950\/65 {
  border-bottom-color: rgb(9 9 11 / 0.65);
}
.border-b-zinc-950\/70 {
  border-bottom-color: rgb(9 9 11 / 0.7);
}
.border-b-zinc-950\/75 {
  border-bottom-color: rgb(9 9 11 / 0.75);
}
.border-b-zinc-950\/80 {
  border-bottom-color: rgb(9 9 11 / 0.8);
}
.border-b-zinc-950\/85 {
  border-bottom-color: rgb(9 9 11 / 0.85);
}
.border-b-zinc-950\/90 {
  border-bottom-color: rgb(9 9 11 / 0.9);
}
.border-b-zinc-950\/95 {
  border-bottom-color: rgb(9 9 11 / 0.95);
}
.border-l-accent {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
}
.border-l-accent-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
}
.border-l-accent-foreground\/0 {
  border-left-color: hsl(var(--accent-foreground) / 0);
}
.border-l-accent-foreground\/10 {
  border-left-color: hsl(var(--accent-foreground) / 0.1);
}
.border-l-accent-foreground\/100 {
  border-left-color: hsl(var(--accent-foreground) / 1);
}
.border-l-accent-foreground\/15 {
  border-left-color: hsl(var(--accent-foreground) / 0.15);
}
.border-l-accent-foreground\/20 {
  border-left-color: hsl(var(--accent-foreground) / 0.2);
}
.border-l-accent-foreground\/25 {
  border-left-color: hsl(var(--accent-foreground) / 0.25);
}
.border-l-accent-foreground\/30 {
  border-left-color: hsl(var(--accent-foreground) / 0.3);
}
.border-l-accent-foreground\/35 {
  border-left-color: hsl(var(--accent-foreground) / 0.35);
}
.border-l-accent-foreground\/40 {
  border-left-color: hsl(var(--accent-foreground) / 0.4);
}
.border-l-accent-foreground\/45 {
  border-left-color: hsl(var(--accent-foreground) / 0.45);
}
.border-l-accent-foreground\/5 {
  border-left-color: hsl(var(--accent-foreground) / 0.05);
}
.border-l-accent-foreground\/50 {
  border-left-color: hsl(var(--accent-foreground) / 0.5);
}
.border-l-accent-foreground\/55 {
  border-left-color: hsl(var(--accent-foreground) / 0.55);
}
.border-l-accent-foreground\/60 {
  border-left-color: hsl(var(--accent-foreground) / 0.6);
}
.border-l-accent-foreground\/65 {
  border-left-color: hsl(var(--accent-foreground) / 0.65);
}
.border-l-accent-foreground\/70 {
  border-left-color: hsl(var(--accent-foreground) / 0.7);
}
.border-l-accent-foreground\/75 {
  border-left-color: hsl(var(--accent-foreground) / 0.75);
}
.border-l-accent-foreground\/80 {
  border-left-color: hsl(var(--accent-foreground) / 0.8);
}
.border-l-accent-foreground\/85 {
  border-left-color: hsl(var(--accent-foreground) / 0.85);
}
.border-l-accent-foreground\/90 {
  border-left-color: hsl(var(--accent-foreground) / 0.9);
}
.border-l-accent-foreground\/95 {
  border-left-color: hsl(var(--accent-foreground) / 0.95);
}
.border-l-accent\/0 {
  border-left-color: hsl(var(--accent) / 0);
}
.border-l-accent\/10 {
  border-left-color: hsl(var(--accent) / 0.1);
}
.border-l-accent\/100 {
  border-left-color: hsl(var(--accent) / 1);
}
.border-l-accent\/15 {
  border-left-color: hsl(var(--accent) / 0.15);
}
.border-l-accent\/20 {
  border-left-color: hsl(var(--accent) / 0.2);
}
.border-l-accent\/25 {
  border-left-color: hsl(var(--accent) / 0.25);
}
.border-l-accent\/30 {
  border-left-color: hsl(var(--accent) / 0.3);
}
.border-l-accent\/35 {
  border-left-color: hsl(var(--accent) / 0.35);
}
.border-l-accent\/40 {
  border-left-color: hsl(var(--accent) / 0.4);
}
.border-l-accent\/45 {
  border-left-color: hsl(var(--accent) / 0.45);
}
.border-l-accent\/5 {
  border-left-color: hsl(var(--accent) / 0.05);
}
.border-l-accent\/50 {
  border-left-color: hsl(var(--accent) / 0.5);
}
.border-l-accent\/55 {
  border-left-color: hsl(var(--accent) / 0.55);
}
.border-l-accent\/60 {
  border-left-color: hsl(var(--accent) / 0.6);
}
.border-l-accent\/65 {
  border-left-color: hsl(var(--accent) / 0.65);
}
.border-l-accent\/70 {
  border-left-color: hsl(var(--accent) / 0.7);
}
.border-l-accent\/75 {
  border-left-color: hsl(var(--accent) / 0.75);
}
.border-l-accent\/80 {
  border-left-color: hsl(var(--accent) / 0.8);
}
.border-l-accent\/85 {
  border-left-color: hsl(var(--accent) / 0.85);
}
.border-l-accent\/90 {
  border-left-color: hsl(var(--accent) / 0.9);
}
.border-l-accent\/95 {
  border-left-color: hsl(var(--accent) / 0.95);
}
.border-l-amber-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-l-amber-100\/0 {
  border-left-color: rgb(254 243 199 / 0);
}
.border-l-amber-100\/10 {
  border-left-color: rgb(254 243 199 / 0.1);
}
.border-l-amber-100\/100 {
  border-left-color: rgb(254 243 199 / 1);
}
.border-l-amber-100\/15 {
  border-left-color: rgb(254 243 199 / 0.15);
}
.border-l-amber-100\/20 {
  border-left-color: rgb(254 243 199 / 0.2);
}
.border-l-amber-100\/25 {
  border-left-color: rgb(254 243 199 / 0.25);
}
.border-l-amber-100\/30 {
  border-left-color: rgb(254 243 199 / 0.3);
}
.border-l-amber-100\/35 {
  border-left-color: rgb(254 243 199 / 0.35);
}
.border-l-amber-100\/40 {
  border-left-color: rgb(254 243 199 / 0.4);
}
.border-l-amber-100\/45 {
  border-left-color: rgb(254 243 199 / 0.45);
}
.border-l-amber-100\/5 {
  border-left-color: rgb(254 243 199 / 0.05);
}
.border-l-amber-100\/50 {
  border-left-color: rgb(254 243 199 / 0.5);
}
.border-l-amber-100\/55 {
  border-left-color: rgb(254 243 199 / 0.55);
}
.border-l-amber-100\/60 {
  border-left-color: rgb(254 243 199 / 0.6);
}
.border-l-amber-100\/65 {
  border-left-color: rgb(254 243 199 / 0.65);
}
.border-l-amber-100\/70 {
  border-left-color: rgb(254 243 199 / 0.7);
}
.border-l-amber-100\/75 {
  border-left-color: rgb(254 243 199 / 0.75);
}
.border-l-amber-100\/80 {
  border-left-color: rgb(254 243 199 / 0.8);
}
.border-l-amber-100\/85 {
  border-left-color: rgb(254 243 199 / 0.85);
}
.border-l-amber-100\/90 {
  border-left-color: rgb(254 243 199 / 0.9);
}
.border-l-amber-100\/95 {
  border-left-color: rgb(254 243 199 / 0.95);
}
.border-l-amber-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-l-amber-200\/0 {
  border-left-color: rgb(253 230 138 / 0);
}
.border-l-amber-200\/10 {
  border-left-color: rgb(253 230 138 / 0.1);
}
.border-l-amber-200\/100 {
  border-left-color: rgb(253 230 138 / 1);
}
.border-l-amber-200\/15 {
  border-left-color: rgb(253 230 138 / 0.15);
}
.border-l-amber-200\/20 {
  border-left-color: rgb(253 230 138 / 0.2);
}
.border-l-amber-200\/25 {
  border-left-color: rgb(253 230 138 / 0.25);
}
.border-l-amber-200\/30 {
  border-left-color: rgb(253 230 138 / 0.3);
}
.border-l-amber-200\/35 {
  border-left-color: rgb(253 230 138 / 0.35);
}
.border-l-amber-200\/40 {
  border-left-color: rgb(253 230 138 / 0.4);
}
.border-l-amber-200\/45 {
  border-left-color: rgb(253 230 138 / 0.45);
}
.border-l-amber-200\/5 {
  border-left-color: rgb(253 230 138 / 0.05);
}
.border-l-amber-200\/50 {
  border-left-color: rgb(253 230 138 / 0.5);
}
.border-l-amber-200\/55 {
  border-left-color: rgb(253 230 138 / 0.55);
}
.border-l-amber-200\/60 {
  border-left-color: rgb(253 230 138 / 0.6);
}
.border-l-amber-200\/65 {
  border-left-color: rgb(253 230 138 / 0.65);
}
.border-l-amber-200\/70 {
  border-left-color: rgb(253 230 138 / 0.7);
}
.border-l-amber-200\/75 {
  border-left-color: rgb(253 230 138 / 0.75);
}
.border-l-amber-200\/80 {
  border-left-color: rgb(253 230 138 / 0.8);
}
.border-l-amber-200\/85 {
  border-left-color: rgb(253 230 138 / 0.85);
}
.border-l-amber-200\/90 {
  border-left-color: rgb(253 230 138 / 0.9);
}
.border-l-amber-200\/95 {
  border-left-color: rgb(253 230 138 / 0.95);
}
.border-l-amber-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-l-amber-300\/0 {
  border-left-color: rgb(252 211 77 / 0);
}
.border-l-amber-300\/10 {
  border-left-color: rgb(252 211 77 / 0.1);
}
.border-l-amber-300\/100 {
  border-left-color: rgb(252 211 77 / 1);
}
.border-l-amber-300\/15 {
  border-left-color: rgb(252 211 77 / 0.15);
}
.border-l-amber-300\/20 {
  border-left-color: rgb(252 211 77 / 0.2);
}
.border-l-amber-300\/25 {
  border-left-color: rgb(252 211 77 / 0.25);
}
.border-l-amber-300\/30 {
  border-left-color: rgb(252 211 77 / 0.3);
}
.border-l-amber-300\/35 {
  border-left-color: rgb(252 211 77 / 0.35);
}
.border-l-amber-300\/40 {
  border-left-color: rgb(252 211 77 / 0.4);
}
.border-l-amber-300\/45 {
  border-left-color: rgb(252 211 77 / 0.45);
}
.border-l-amber-300\/5 {
  border-left-color: rgb(252 211 77 / 0.05);
}
.border-l-amber-300\/50 {
  border-left-color: rgb(252 211 77 / 0.5);
}
.border-l-amber-300\/55 {
  border-left-color: rgb(252 211 77 / 0.55);
}
.border-l-amber-300\/60 {
  border-left-color: rgb(252 211 77 / 0.6);
}
.border-l-amber-300\/65 {
  border-left-color: rgb(252 211 77 / 0.65);
}
.border-l-amber-300\/70 {
  border-left-color: rgb(252 211 77 / 0.7);
}
.border-l-amber-300\/75 {
  border-left-color: rgb(252 211 77 / 0.75);
}
.border-l-amber-300\/80 {
  border-left-color: rgb(252 211 77 / 0.8);
}
.border-l-amber-300\/85 {
  border-left-color: rgb(252 211 77 / 0.85);
}
.border-l-amber-300\/90 {
  border-left-color: rgb(252 211 77 / 0.9);
}
.border-l-amber-300\/95 {
  border-left-color: rgb(252 211 77 / 0.95);
}
.border-l-amber-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-l-amber-400\/0 {
  border-left-color: rgb(251 191 36 / 0);
}
.border-l-amber-400\/10 {
  border-left-color: rgb(251 191 36 / 0.1);
}
.border-l-amber-400\/100 {
  border-left-color: rgb(251 191 36 / 1);
}
.border-l-amber-400\/15 {
  border-left-color: rgb(251 191 36 / 0.15);
}
.border-l-amber-400\/20 {
  border-left-color: rgb(251 191 36 / 0.2);
}
.border-l-amber-400\/25 {
  border-left-color: rgb(251 191 36 / 0.25);
}
.border-l-amber-400\/30 {
  border-left-color: rgb(251 191 36 / 0.3);
}
.border-l-amber-400\/35 {
  border-left-color: rgb(251 191 36 / 0.35);
}
.border-l-amber-400\/40 {
  border-left-color: rgb(251 191 36 / 0.4);
}
.border-l-amber-400\/45 {
  border-left-color: rgb(251 191 36 / 0.45);
}
.border-l-amber-400\/5 {
  border-left-color: rgb(251 191 36 / 0.05);
}
.border-l-amber-400\/50 {
  border-left-color: rgb(251 191 36 / 0.5);
}
.border-l-amber-400\/55 {
  border-left-color: rgb(251 191 36 / 0.55);
}
.border-l-amber-400\/60 {
  border-left-color: rgb(251 191 36 / 0.6);
}
.border-l-amber-400\/65 {
  border-left-color: rgb(251 191 36 / 0.65);
}
.border-l-amber-400\/70 {
  border-left-color: rgb(251 191 36 / 0.7);
}
.border-l-amber-400\/75 {
  border-left-color: rgb(251 191 36 / 0.75);
}
.border-l-amber-400\/80 {
  border-left-color: rgb(251 191 36 / 0.8);
}
.border-l-amber-400\/85 {
  border-left-color: rgb(251 191 36 / 0.85);
}
.border-l-amber-400\/90 {
  border-left-color: rgb(251 191 36 / 0.9);
}
.border-l-amber-400\/95 {
  border-left-color: rgb(251 191 36 / 0.95);
}
.border-l-amber-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-l-amber-50\/0 {
  border-left-color: rgb(255 251 235 / 0);
}
.border-l-amber-50\/10 {
  border-left-color: rgb(255 251 235 / 0.1);
}
.border-l-amber-50\/100 {
  border-left-color: rgb(255 251 235 / 1);
}
.border-l-amber-50\/15 {
  border-left-color: rgb(255 251 235 / 0.15);
}
.border-l-amber-50\/20 {
  border-left-color: rgb(255 251 235 / 0.2);
}
.border-l-amber-50\/25 {
  border-left-color: rgb(255 251 235 / 0.25);
}
.border-l-amber-50\/30 {
  border-left-color: rgb(255 251 235 / 0.3);
}
.border-l-amber-50\/35 {
  border-left-color: rgb(255 251 235 / 0.35);
}
.border-l-amber-50\/40 {
  border-left-color: rgb(255 251 235 / 0.4);
}
.border-l-amber-50\/45 {
  border-left-color: rgb(255 251 235 / 0.45);
}
.border-l-amber-50\/5 {
  border-left-color: rgb(255 251 235 / 0.05);
}
.border-l-amber-50\/50 {
  border-left-color: rgb(255 251 235 / 0.5);
}
.border-l-amber-50\/55 {
  border-left-color: rgb(255 251 235 / 0.55);
}
.border-l-amber-50\/60 {
  border-left-color: rgb(255 251 235 / 0.6);
}
.border-l-amber-50\/65 {
  border-left-color: rgb(255 251 235 / 0.65);
}
.border-l-amber-50\/70 {
  border-left-color: rgb(255 251 235 / 0.7);
}
.border-l-amber-50\/75 {
  border-left-color: rgb(255 251 235 / 0.75);
}
.border-l-amber-50\/80 {
  border-left-color: rgb(255 251 235 / 0.8);
}
.border-l-amber-50\/85 {
  border-left-color: rgb(255 251 235 / 0.85);
}
.border-l-amber-50\/90 {
  border-left-color: rgb(255 251 235 / 0.9);
}
.border-l-amber-50\/95 {
  border-left-color: rgb(255 251 235 / 0.95);
}
.border-l-amber-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-l-amber-500\/0 {
  border-left-color: rgb(245 158 11 / 0);
}
.border-l-amber-500\/10 {
  border-left-color: rgb(245 158 11 / 0.1);
}
.border-l-amber-500\/100 {
  border-left-color: rgb(245 158 11 / 1);
}
.border-l-amber-500\/15 {
  border-left-color: rgb(245 158 11 / 0.15);
}
.border-l-amber-500\/20 {
  border-left-color: rgb(245 158 11 / 0.2);
}
.border-l-amber-500\/25 {
  border-left-color: rgb(245 158 11 / 0.25);
}
.border-l-amber-500\/30 {
  border-left-color: rgb(245 158 11 / 0.3);
}
.border-l-amber-500\/35 {
  border-left-color: rgb(245 158 11 / 0.35);
}
.border-l-amber-500\/40 {
  border-left-color: rgb(245 158 11 / 0.4);
}
.border-l-amber-500\/45 {
  border-left-color: rgb(245 158 11 / 0.45);
}
.border-l-amber-500\/5 {
  border-left-color: rgb(245 158 11 / 0.05);
}
.border-l-amber-500\/50 {
  border-left-color: rgb(245 158 11 / 0.5);
}
.border-l-amber-500\/55 {
  border-left-color: rgb(245 158 11 / 0.55);
}
.border-l-amber-500\/60 {
  border-left-color: rgb(245 158 11 / 0.6);
}
.border-l-amber-500\/65 {
  border-left-color: rgb(245 158 11 / 0.65);
}
.border-l-amber-500\/70 {
  border-left-color: rgb(245 158 11 / 0.7);
}
.border-l-amber-500\/75 {
  border-left-color: rgb(245 158 11 / 0.75);
}
.border-l-amber-500\/80 {
  border-left-color: rgb(245 158 11 / 0.8);
}
.border-l-amber-500\/85 {
  border-left-color: rgb(245 158 11 / 0.85);
}
.border-l-amber-500\/90 {
  border-left-color: rgb(245 158 11 / 0.9);
}
.border-l-amber-500\/95 {
  border-left-color: rgb(245 158 11 / 0.95);
}
.border-l-amber-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-l-amber-600\/0 {
  border-left-color: rgb(217 119 6 / 0);
}
.border-l-amber-600\/10 {
  border-left-color: rgb(217 119 6 / 0.1);
}
.border-l-amber-600\/100 {
  border-left-color: rgb(217 119 6 / 1);
}
.border-l-amber-600\/15 {
  border-left-color: rgb(217 119 6 / 0.15);
}
.border-l-amber-600\/20 {
  border-left-color: rgb(217 119 6 / 0.2);
}
.border-l-amber-600\/25 {
  border-left-color: rgb(217 119 6 / 0.25);
}
.border-l-amber-600\/30 {
  border-left-color: rgb(217 119 6 / 0.3);
}
.border-l-amber-600\/35 {
  border-left-color: rgb(217 119 6 / 0.35);
}
.border-l-amber-600\/40 {
  border-left-color: rgb(217 119 6 / 0.4);
}
.border-l-amber-600\/45 {
  border-left-color: rgb(217 119 6 / 0.45);
}
.border-l-amber-600\/5 {
  border-left-color: rgb(217 119 6 / 0.05);
}
.border-l-amber-600\/50 {
  border-left-color: rgb(217 119 6 / 0.5);
}
.border-l-amber-600\/55 {
  border-left-color: rgb(217 119 6 / 0.55);
}
.border-l-amber-600\/60 {
  border-left-color: rgb(217 119 6 / 0.6);
}
.border-l-amber-600\/65 {
  border-left-color: rgb(217 119 6 / 0.65);
}
.border-l-amber-600\/70 {
  border-left-color: rgb(217 119 6 / 0.7);
}
.border-l-amber-600\/75 {
  border-left-color: rgb(217 119 6 / 0.75);
}
.border-l-amber-600\/80 {
  border-left-color: rgb(217 119 6 / 0.8);
}
.border-l-amber-600\/85 {
  border-left-color: rgb(217 119 6 / 0.85);
}
.border-l-amber-600\/90 {
  border-left-color: rgb(217 119 6 / 0.9);
}
.border-l-amber-600\/95 {
  border-left-color: rgb(217 119 6 / 0.95);
}
.border-l-amber-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-l-amber-700\/0 {
  border-left-color: rgb(180 83 9 / 0);
}
.border-l-amber-700\/10 {
  border-left-color: rgb(180 83 9 / 0.1);
}
.border-l-amber-700\/100 {
  border-left-color: rgb(180 83 9 / 1);
}
.border-l-amber-700\/15 {
  border-left-color: rgb(180 83 9 / 0.15);
}
.border-l-amber-700\/20 {
  border-left-color: rgb(180 83 9 / 0.2);
}
.border-l-amber-700\/25 {
  border-left-color: rgb(180 83 9 / 0.25);
}
.border-l-amber-700\/30 {
  border-left-color: rgb(180 83 9 / 0.3);
}
.border-l-amber-700\/35 {
  border-left-color: rgb(180 83 9 / 0.35);
}
.border-l-amber-700\/40 {
  border-left-color: rgb(180 83 9 / 0.4);
}
.border-l-amber-700\/45 {
  border-left-color: rgb(180 83 9 / 0.45);
}
.border-l-amber-700\/5 {
  border-left-color: rgb(180 83 9 / 0.05);
}
.border-l-amber-700\/50 {
  border-left-color: rgb(180 83 9 / 0.5);
}
.border-l-amber-700\/55 {
  border-left-color: rgb(180 83 9 / 0.55);
}
.border-l-amber-700\/60 {
  border-left-color: rgb(180 83 9 / 0.6);
}
.border-l-amber-700\/65 {
  border-left-color: rgb(180 83 9 / 0.65);
}
.border-l-amber-700\/70 {
  border-left-color: rgb(180 83 9 / 0.7);
}
.border-l-amber-700\/75 {
  border-left-color: rgb(180 83 9 / 0.75);
}
.border-l-amber-700\/80 {
  border-left-color: rgb(180 83 9 / 0.8);
}
.border-l-amber-700\/85 {
  border-left-color: rgb(180 83 9 / 0.85);
}
.border-l-amber-700\/90 {
  border-left-color: rgb(180 83 9 / 0.9);
}
.border-l-amber-700\/95 {
  border-left-color: rgb(180 83 9 / 0.95);
}
.border-l-amber-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-l-amber-800\/0 {
  border-left-color: rgb(146 64 14 / 0);
}
.border-l-amber-800\/10 {
  border-left-color: rgb(146 64 14 / 0.1);
}
.border-l-amber-800\/100 {
  border-left-color: rgb(146 64 14 / 1);
}
.border-l-amber-800\/15 {
  border-left-color: rgb(146 64 14 / 0.15);
}
.border-l-amber-800\/20 {
  border-left-color: rgb(146 64 14 / 0.2);
}
.border-l-amber-800\/25 {
  border-left-color: rgb(146 64 14 / 0.25);
}
.border-l-amber-800\/30 {
  border-left-color: rgb(146 64 14 / 0.3);
}
.border-l-amber-800\/35 {
  border-left-color: rgb(146 64 14 / 0.35);
}
.border-l-amber-800\/40 {
  border-left-color: rgb(146 64 14 / 0.4);
}
.border-l-amber-800\/45 {
  border-left-color: rgb(146 64 14 / 0.45);
}
.border-l-amber-800\/5 {
  border-left-color: rgb(146 64 14 / 0.05);
}
.border-l-amber-800\/50 {
  border-left-color: rgb(146 64 14 / 0.5);
}
.border-l-amber-800\/55 {
  border-left-color: rgb(146 64 14 / 0.55);
}
.border-l-amber-800\/60 {
  border-left-color: rgb(146 64 14 / 0.6);
}
.border-l-amber-800\/65 {
  border-left-color: rgb(146 64 14 / 0.65);
}
.border-l-amber-800\/70 {
  border-left-color: rgb(146 64 14 / 0.7);
}
.border-l-amber-800\/75 {
  border-left-color: rgb(146 64 14 / 0.75);
}
.border-l-amber-800\/80 {
  border-left-color: rgb(146 64 14 / 0.8);
}
.border-l-amber-800\/85 {
  border-left-color: rgb(146 64 14 / 0.85);
}
.border-l-amber-800\/90 {
  border-left-color: rgb(146 64 14 / 0.9);
}
.border-l-amber-800\/95 {
  border-left-color: rgb(146 64 14 / 0.95);
}
.border-l-amber-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-l-amber-900\/0 {
  border-left-color: rgb(120 53 15 / 0);
}
.border-l-amber-900\/10 {
  border-left-color: rgb(120 53 15 / 0.1);
}
.border-l-amber-900\/100 {
  border-left-color: rgb(120 53 15 / 1);
}
.border-l-amber-900\/15 {
  border-left-color: rgb(120 53 15 / 0.15);
}
.border-l-amber-900\/20 {
  border-left-color: rgb(120 53 15 / 0.2);
}
.border-l-amber-900\/25 {
  border-left-color: rgb(120 53 15 / 0.25);
}
.border-l-amber-900\/30 {
  border-left-color: rgb(120 53 15 / 0.3);
}
.border-l-amber-900\/35 {
  border-left-color: rgb(120 53 15 / 0.35);
}
.border-l-amber-900\/40 {
  border-left-color: rgb(120 53 15 / 0.4);
}
.border-l-amber-900\/45 {
  border-left-color: rgb(120 53 15 / 0.45);
}
.border-l-amber-900\/5 {
  border-left-color: rgb(120 53 15 / 0.05);
}
.border-l-amber-900\/50 {
  border-left-color: rgb(120 53 15 / 0.5);
}
.border-l-amber-900\/55 {
  border-left-color: rgb(120 53 15 / 0.55);
}
.border-l-amber-900\/60 {
  border-left-color: rgb(120 53 15 / 0.6);
}
.border-l-amber-900\/65 {
  border-left-color: rgb(120 53 15 / 0.65);
}
.border-l-amber-900\/70 {
  border-left-color: rgb(120 53 15 / 0.7);
}
.border-l-amber-900\/75 {
  border-left-color: rgb(120 53 15 / 0.75);
}
.border-l-amber-900\/80 {
  border-left-color: rgb(120 53 15 / 0.8);
}
.border-l-amber-900\/85 {
  border-left-color: rgb(120 53 15 / 0.85);
}
.border-l-amber-900\/90 {
  border-left-color: rgb(120 53 15 / 0.9);
}
.border-l-amber-900\/95 {
  border-left-color: rgb(120 53 15 / 0.95);
}
.border-l-amber-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-l-amber-950\/0 {
  border-left-color: rgb(69 26 3 / 0);
}
.border-l-amber-950\/10 {
  border-left-color: rgb(69 26 3 / 0.1);
}
.border-l-amber-950\/100 {
  border-left-color: rgb(69 26 3 / 1);
}
.border-l-amber-950\/15 {
  border-left-color: rgb(69 26 3 / 0.15);
}
.border-l-amber-950\/20 {
  border-left-color: rgb(69 26 3 / 0.2);
}
.border-l-amber-950\/25 {
  border-left-color: rgb(69 26 3 / 0.25);
}
.border-l-amber-950\/30 {
  border-left-color: rgb(69 26 3 / 0.3);
}
.border-l-amber-950\/35 {
  border-left-color: rgb(69 26 3 / 0.35);
}
.border-l-amber-950\/40 {
  border-left-color: rgb(69 26 3 / 0.4);
}
.border-l-amber-950\/45 {
  border-left-color: rgb(69 26 3 / 0.45);
}
.border-l-amber-950\/5 {
  border-left-color: rgb(69 26 3 / 0.05);
}
.border-l-amber-950\/50 {
  border-left-color: rgb(69 26 3 / 0.5);
}
.border-l-amber-950\/55 {
  border-left-color: rgb(69 26 3 / 0.55);
}
.border-l-amber-950\/60 {
  border-left-color: rgb(69 26 3 / 0.6);
}
.border-l-amber-950\/65 {
  border-left-color: rgb(69 26 3 / 0.65);
}
.border-l-amber-950\/70 {
  border-left-color: rgb(69 26 3 / 0.7);
}
.border-l-amber-950\/75 {
  border-left-color: rgb(69 26 3 / 0.75);
}
.border-l-amber-950\/80 {
  border-left-color: rgb(69 26 3 / 0.8);
}
.border-l-amber-950\/85 {
  border-left-color: rgb(69 26 3 / 0.85);
}
.border-l-amber-950\/90 {
  border-left-color: rgb(69 26 3 / 0.9);
}
.border-l-amber-950\/95 {
  border-left-color: rgb(69 26 3 / 0.95);
}
.border-l-background {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}
.border-l-background\/0 {
  border-left-color: hsl(var(--background) / 0);
}
.border-l-background\/10 {
  border-left-color: hsl(var(--background) / 0.1);
}
.border-l-background\/100 {
  border-left-color: hsl(var(--background) / 1);
}
.border-l-background\/15 {
  border-left-color: hsl(var(--background) / 0.15);
}
.border-l-background\/20 {
  border-left-color: hsl(var(--background) / 0.2);
}
.border-l-background\/25 {
  border-left-color: hsl(var(--background) / 0.25);
}
.border-l-background\/30 {
  border-left-color: hsl(var(--background) / 0.3);
}
.border-l-background\/35 {
  border-left-color: hsl(var(--background) / 0.35);
}
.border-l-background\/40 {
  border-left-color: hsl(var(--background) / 0.4);
}
.border-l-background\/45 {
  border-left-color: hsl(var(--background) / 0.45);
}
.border-l-background\/5 {
  border-left-color: hsl(var(--background) / 0.05);
}
.border-l-background\/50 {
  border-left-color: hsl(var(--background) / 0.5);
}
.border-l-background\/55 {
  border-left-color: hsl(var(--background) / 0.55);
}
.border-l-background\/60 {
  border-left-color: hsl(var(--background) / 0.6);
}
.border-l-background\/65 {
  border-left-color: hsl(var(--background) / 0.65);
}
.border-l-background\/70 {
  border-left-color: hsl(var(--background) / 0.7);
}
.border-l-background\/75 {
  border-left-color: hsl(var(--background) / 0.75);
}
.border-l-background\/80 {
  border-left-color: hsl(var(--background) / 0.8);
}
.border-l-background\/85 {
  border-left-color: hsl(var(--background) / 0.85);
}
.border-l-background\/90 {
  border-left-color: hsl(var(--background) / 0.9);
}
.border-l-background\/95 {
  border-left-color: hsl(var(--background) / 0.95);
}
.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-blue-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-100\/0 {
  border-left-color: rgb(219 234 254 / 0);
}
.border-l-blue-100\/10 {
  border-left-color: rgb(219 234 254 / 0.1);
}
.border-l-blue-100\/100 {
  border-left-color: rgb(219 234 254 / 1);
}
.border-l-blue-100\/15 {
  border-left-color: rgb(219 234 254 / 0.15);
}
.border-l-blue-100\/20 {
  border-left-color: rgb(219 234 254 / 0.2);
}
.border-l-blue-100\/25 {
  border-left-color: rgb(219 234 254 / 0.25);
}
.border-l-blue-100\/30 {
  border-left-color: rgb(219 234 254 / 0.3);
}
.border-l-blue-100\/35 {
  border-left-color: rgb(219 234 254 / 0.35);
}
.border-l-blue-100\/40 {
  border-left-color: rgb(219 234 254 / 0.4);
}
.border-l-blue-100\/45 {
  border-left-color: rgb(219 234 254 / 0.45);
}
.border-l-blue-100\/5 {
  border-left-color: rgb(219 234 254 / 0.05);
}
.border-l-blue-100\/50 {
  border-left-color: rgb(219 234 254 / 0.5);
}
.border-l-blue-100\/55 {
  border-left-color: rgb(219 234 254 / 0.55);
}
.border-l-blue-100\/60 {
  border-left-color: rgb(219 234 254 / 0.6);
}
.border-l-blue-100\/65 {
  border-left-color: rgb(219 234 254 / 0.65);
}
.border-l-blue-100\/70 {
  border-left-color: rgb(219 234 254 / 0.7);
}
.border-l-blue-100\/75 {
  border-left-color: rgb(219 234 254 / 0.75);
}
.border-l-blue-100\/80 {
  border-left-color: rgb(219 234 254 / 0.8);
}
.border-l-blue-100\/85 {
  border-left-color: rgb(219 234 254 / 0.85);
}
.border-l-blue-100\/90 {
  border-left-color: rgb(219 234 254 / 0.9);
}
.border-l-blue-100\/95 {
  border-left-color: rgb(219 234 254 / 0.95);
}
.border-l-blue-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-l-blue-200\/0 {
  border-left-color: rgb(191 219 254 / 0);
}
.border-l-blue-200\/10 {
  border-left-color: rgb(191 219 254 / 0.1);
}
.border-l-blue-200\/100 {
  border-left-color: rgb(191 219 254 / 1);
}
.border-l-blue-200\/15 {
  border-left-color: rgb(191 219 254 / 0.15);
}
.border-l-blue-200\/20 {
  border-left-color: rgb(191 219 254 / 0.2);
}
.border-l-blue-200\/25 {
  border-left-color: rgb(191 219 254 / 0.25);
}
.border-l-blue-200\/30 {
  border-left-color: rgb(191 219 254 / 0.3);
}
.border-l-blue-200\/35 {
  border-left-color: rgb(191 219 254 / 0.35);
}
.border-l-blue-200\/40 {
  border-left-color: rgb(191 219 254 / 0.4);
}
.border-l-blue-200\/45 {
  border-left-color: rgb(191 219 254 / 0.45);
}
.border-l-blue-200\/5 {
  border-left-color: rgb(191 219 254 / 0.05);
}
.border-l-blue-200\/50 {
  border-left-color: rgb(191 219 254 / 0.5);
}
.border-l-blue-200\/55 {
  border-left-color: rgb(191 219 254 / 0.55);
}
.border-l-blue-200\/60 {
  border-left-color: rgb(191 219 254 / 0.6);
}
.border-l-blue-200\/65 {
  border-left-color: rgb(191 219 254 / 0.65);
}
.border-l-blue-200\/70 {
  border-left-color: rgb(191 219 254 / 0.7);
}
.border-l-blue-200\/75 {
  border-left-color: rgb(191 219 254 / 0.75);
}
.border-l-blue-200\/80 {
  border-left-color: rgb(191 219 254 / 0.8);
}
.border-l-blue-200\/85 {
  border-left-color: rgb(191 219 254 / 0.85);
}
.border-l-blue-200\/90 {
  border-left-color: rgb(191 219 254 / 0.9);
}
.border-l-blue-200\/95 {
  border-left-color: rgb(191 219 254 / 0.95);
}
.border-l-blue-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-l-blue-300\/0 {
  border-left-color: rgb(147 197 253 / 0);
}
.border-l-blue-300\/10 {
  border-left-color: rgb(147 197 253 / 0.1);
}
.border-l-blue-300\/100 {
  border-left-color: rgb(147 197 253 / 1);
}
.border-l-blue-300\/15 {
  border-left-color: rgb(147 197 253 / 0.15);
}
.border-l-blue-300\/20 {
  border-left-color: rgb(147 197 253 / 0.2);
}
.border-l-blue-300\/25 {
  border-left-color: rgb(147 197 253 / 0.25);
}
.border-l-blue-300\/30 {
  border-left-color: rgb(147 197 253 / 0.3);
}
.border-l-blue-300\/35 {
  border-left-color: rgb(147 197 253 / 0.35);
}
.border-l-blue-300\/40 {
  border-left-color: rgb(147 197 253 / 0.4);
}
.border-l-blue-300\/45 {
  border-left-color: rgb(147 197 253 / 0.45);
}
.border-l-blue-300\/5 {
  border-left-color: rgb(147 197 253 / 0.05);
}
.border-l-blue-300\/50 {
  border-left-color: rgb(147 197 253 / 0.5);
}
.border-l-blue-300\/55 {
  border-left-color: rgb(147 197 253 / 0.55);
}
.border-l-blue-300\/60 {
  border-left-color: rgb(147 197 253 / 0.6);
}
.border-l-blue-300\/65 {
  border-left-color: rgb(147 197 253 / 0.65);
}
.border-l-blue-300\/70 {
  border-left-color: rgb(147 197 253 / 0.7);
}
.border-l-blue-300\/75 {
  border-left-color: rgb(147 197 253 / 0.75);
}
.border-l-blue-300\/80 {
  border-left-color: rgb(147 197 253 / 0.8);
}
.border-l-blue-300\/85 {
  border-left-color: rgb(147 197 253 / 0.85);
}
.border-l-blue-300\/90 {
  border-left-color: rgb(147 197 253 / 0.9);
}
.border-l-blue-300\/95 {
  border-left-color: rgb(147 197 253 / 0.95);
}
.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-l-blue-400\/0 {
  border-left-color: rgb(96 165 250 / 0);
}
.border-l-blue-400\/10 {
  border-left-color: rgb(96 165 250 / 0.1);
}
.border-l-blue-400\/100 {
  border-left-color: rgb(96 165 250 / 1);
}
.border-l-blue-400\/15 {
  border-left-color: rgb(96 165 250 / 0.15);
}
.border-l-blue-400\/20 {
  border-left-color: rgb(96 165 250 / 0.2);
}
.border-l-blue-400\/25 {
  border-left-color: rgb(96 165 250 / 0.25);
}
.border-l-blue-400\/30 {
  border-left-color: rgb(96 165 250 / 0.3);
}
.border-l-blue-400\/35 {
  border-left-color: rgb(96 165 250 / 0.35);
}
.border-l-blue-400\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
}
.border-l-blue-400\/45 {
  border-left-color: rgb(96 165 250 / 0.45);
}
.border-l-blue-400\/5 {
  border-left-color: rgb(96 165 250 / 0.05);
}
.border-l-blue-400\/50 {
  border-left-color: rgb(96 165 250 / 0.5);
}
.border-l-blue-400\/55 {
  border-left-color: rgb(96 165 250 / 0.55);
}
.border-l-blue-400\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
}
.border-l-blue-400\/65 {
  border-left-color: rgb(96 165 250 / 0.65);
}
.border-l-blue-400\/70 {
  border-left-color: rgb(96 165 250 / 0.7);
}
.border-l-blue-400\/75 {
  border-left-color: rgb(96 165 250 / 0.75);
}
.border-l-blue-400\/80 {
  border-left-color: rgb(96 165 250 / 0.8);
}
.border-l-blue-400\/85 {
  border-left-color: rgb(96 165 250 / 0.85);
}
.border-l-blue-400\/90 {
  border-left-color: rgb(96 165 250 / 0.9);
}
.border-l-blue-400\/95 {
  border-left-color: rgb(96 165 250 / 0.95);
}
.border-l-blue-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-l-blue-50\/0 {
  border-left-color: rgb(239 246 255 / 0);
}
.border-l-blue-50\/10 {
  border-left-color: rgb(239 246 255 / 0.1);
}
.border-l-blue-50\/100 {
  border-left-color: rgb(239 246 255 / 1);
}
.border-l-blue-50\/15 {
  border-left-color: rgb(239 246 255 / 0.15);
}
.border-l-blue-50\/20 {
  border-left-color: rgb(239 246 255 / 0.2);
}
.border-l-blue-50\/25 {
  border-left-color: rgb(239 246 255 / 0.25);
}
.border-l-blue-50\/30 {
  border-left-color: rgb(239 246 255 / 0.3);
}
.border-l-blue-50\/35 {
  border-left-color: rgb(239 246 255 / 0.35);
}
.border-l-blue-50\/40 {
  border-left-color: rgb(239 246 255 / 0.4);
}
.border-l-blue-50\/45 {
  border-left-color: rgb(239 246 255 / 0.45);
}
.border-l-blue-50\/5 {
  border-left-color: rgb(239 246 255 / 0.05);
}
.border-l-blue-50\/50 {
  border-left-color: rgb(239 246 255 / 0.5);
}
.border-l-blue-50\/55 {
  border-left-color: rgb(239 246 255 / 0.55);
}
.border-l-blue-50\/60 {
  border-left-color: rgb(239 246 255 / 0.6);
}
.border-l-blue-50\/65 {
  border-left-color: rgb(239 246 255 / 0.65);
}
.border-l-blue-50\/70 {
  border-left-color: rgb(239 246 255 / 0.7);
}
.border-l-blue-50\/75 {
  border-left-color: rgb(239 246 255 / 0.75);
}
.border-l-blue-50\/80 {
  border-left-color: rgb(239 246 255 / 0.8);
}
.border-l-blue-50\/85 {
  border-left-color: rgb(239 246 255 / 0.85);
}
.border-l-blue-50\/90 {
  border-left-color: rgb(239 246 255 / 0.9);
}
.border-l-blue-50\/95 {
  border-left-color: rgb(239 246 255 / 0.95);
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-blue-500\/0 {
  border-left-color: rgb(59 130 246 / 0);
}
.border-l-blue-500\/10 {
  border-left-color: rgb(59 130 246 / 0.1);
}
.border-l-blue-500\/100 {
  border-left-color: rgb(59 130 246 / 1);
}
.border-l-blue-500\/15 {
  border-left-color: rgb(59 130 246 / 0.15);
}
.border-l-blue-500\/20 {
  border-left-color: rgb(59 130 246 / 0.2);
}
.border-l-blue-500\/25 {
  border-left-color: rgb(59 130 246 / 0.25);
}
.border-l-blue-500\/30 {
  border-left-color: rgb(59 130 246 / 0.3);
}
.border-l-blue-500\/35 {
  border-left-color: rgb(59 130 246 / 0.35);
}
.border-l-blue-500\/40 {
  border-left-color: rgb(59 130 246 / 0.4);
}
.border-l-blue-500\/45 {
  border-left-color: rgb(59 130 246 / 0.45);
}
.border-l-blue-500\/5 {
  border-left-color: rgb(59 130 246 / 0.05);
}
.border-l-blue-500\/50 {
  border-left-color: rgb(59 130 246 / 0.5);
}
.border-l-blue-500\/55 {
  border-left-color: rgb(59 130 246 / 0.55);
}
.border-l-blue-500\/60 {
  border-left-color: rgb(59 130 246 / 0.6);
}
.border-l-blue-500\/65 {
  border-left-color: rgb(59 130 246 / 0.65);
}
.border-l-blue-500\/70 {
  border-left-color: rgb(59 130 246 / 0.7);
}
.border-l-blue-500\/75 {
  border-left-color: rgb(59 130 246 / 0.75);
}
.border-l-blue-500\/80 {
  border-left-color: rgb(59 130 246 / 0.8);
}
.border-l-blue-500\/85 {
  border-left-color: rgb(59 130 246 / 0.85);
}
.border-l-blue-500\/90 {
  border-left-color: rgb(59 130 246 / 0.9);
}
.border-l-blue-500\/95 {
  border-left-color: rgb(59 130 246 / 0.95);
}
.border-l-blue-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-l-blue-600\/0 {
  border-left-color: rgb(37 99 235 / 0);
}
.border-l-blue-600\/10 {
  border-left-color: rgb(37 99 235 / 0.1);
}
.border-l-blue-600\/100 {
  border-left-color: rgb(37 99 235 / 1);
}
.border-l-blue-600\/15 {
  border-left-color: rgb(37 99 235 / 0.15);
}
.border-l-blue-600\/20 {
  border-left-color: rgb(37 99 235 / 0.2);
}
.border-l-blue-600\/25 {
  border-left-color: rgb(37 99 235 / 0.25);
}
.border-l-blue-600\/30 {
  border-left-color: rgb(37 99 235 / 0.3);
}
.border-l-blue-600\/35 {
  border-left-color: rgb(37 99 235 / 0.35);
}
.border-l-blue-600\/40 {
  border-left-color: rgb(37 99 235 / 0.4);
}
.border-l-blue-600\/45 {
  border-left-color: rgb(37 99 235 / 0.45);
}
.border-l-blue-600\/5 {
  border-left-color: rgb(37 99 235 / 0.05);
}
.border-l-blue-600\/50 {
  border-left-color: rgb(37 99 235 / 0.5);
}
.border-l-blue-600\/55 {
  border-left-color: rgb(37 99 235 / 0.55);
}
.border-l-blue-600\/60 {
  border-left-color: rgb(37 99 235 / 0.6);
}
.border-l-blue-600\/65 {
  border-left-color: rgb(37 99 235 / 0.65);
}
.border-l-blue-600\/70 {
  border-left-color: rgb(37 99 235 / 0.7);
}
.border-l-blue-600\/75 {
  border-left-color: rgb(37 99 235 / 0.75);
}
.border-l-blue-600\/80 {
  border-left-color: rgb(37 99 235 / 0.8);
}
.border-l-blue-600\/85 {
  border-left-color: rgb(37 99 235 / 0.85);
}
.border-l-blue-600\/90 {
  border-left-color: rgb(37 99 235 / 0.9);
}
.border-l-blue-600\/95 {
  border-left-color: rgb(37 99 235 / 0.95);
}
.border-l-blue-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-l-blue-700\/0 {
  border-left-color: rgb(29 78 216 / 0);
}
.border-l-blue-700\/10 {
  border-left-color: rgb(29 78 216 / 0.1);
}
.border-l-blue-700\/100 {
  border-left-color: rgb(29 78 216 / 1);
}
.border-l-blue-700\/15 {
  border-left-color: rgb(29 78 216 / 0.15);
}
.border-l-blue-700\/20 {
  border-left-color: rgb(29 78 216 / 0.2);
}
.border-l-blue-700\/25 {
  border-left-color: rgb(29 78 216 / 0.25);
}
.border-l-blue-700\/30 {
  border-left-color: rgb(29 78 216 / 0.3);
}
.border-l-blue-700\/35 {
  border-left-color: rgb(29 78 216 / 0.35);
}
.border-l-blue-700\/40 {
  border-left-color: rgb(29 78 216 / 0.4);
}
.border-l-blue-700\/45 {
  border-left-color: rgb(29 78 216 / 0.45);
}
.border-l-blue-700\/5 {
  border-left-color: rgb(29 78 216 / 0.05);
}
.border-l-blue-700\/50 {
  border-left-color: rgb(29 78 216 / 0.5);
}
.border-l-blue-700\/55 {
  border-left-color: rgb(29 78 216 / 0.55);
}
.border-l-blue-700\/60 {
  border-left-color: rgb(29 78 216 / 0.6);
}
.border-l-blue-700\/65 {
  border-left-color: rgb(29 78 216 / 0.65);
}
.border-l-blue-700\/70 {
  border-left-color: rgb(29 78 216 / 0.7);
}
.border-l-blue-700\/75 {
  border-left-color: rgb(29 78 216 / 0.75);
}
.border-l-blue-700\/80 {
  border-left-color: rgb(29 78 216 / 0.8);
}
.border-l-blue-700\/85 {
  border-left-color: rgb(29 78 216 / 0.85);
}
.border-l-blue-700\/90 {
  border-left-color: rgb(29 78 216 / 0.9);
}
.border-l-blue-700\/95 {
  border-left-color: rgb(29 78 216 / 0.95);
}
.border-l-blue-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-l-blue-800\/0 {
  border-left-color: rgb(30 64 175 / 0);
}
.border-l-blue-800\/10 {
  border-left-color: rgb(30 64 175 / 0.1);
}
.border-l-blue-800\/100 {
  border-left-color: rgb(30 64 175 / 1);
}
.border-l-blue-800\/15 {
  border-left-color: rgb(30 64 175 / 0.15);
}
.border-l-blue-800\/20 {
  border-left-color: rgb(30 64 175 / 0.2);
}
.border-l-blue-800\/25 {
  border-left-color: rgb(30 64 175 / 0.25);
}
.border-l-blue-800\/30 {
  border-left-color: rgb(30 64 175 / 0.3);
}
.border-l-blue-800\/35 {
  border-left-color: rgb(30 64 175 / 0.35);
}
.border-l-blue-800\/40 {
  border-left-color: rgb(30 64 175 / 0.4);
}
.border-l-blue-800\/45 {
  border-left-color: rgb(30 64 175 / 0.45);
}
.border-l-blue-800\/5 {
  border-left-color: rgb(30 64 175 / 0.05);
}
.border-l-blue-800\/50 {
  border-left-color: rgb(30 64 175 / 0.5);
}
.border-l-blue-800\/55 {
  border-left-color: rgb(30 64 175 / 0.55);
}
.border-l-blue-800\/60 {
  border-left-color: rgb(30 64 175 / 0.6);
}
.border-l-blue-800\/65 {
  border-left-color: rgb(30 64 175 / 0.65);
}
.border-l-blue-800\/70 {
  border-left-color: rgb(30 64 175 / 0.7);
}
.border-l-blue-800\/75 {
  border-left-color: rgb(30 64 175 / 0.75);
}
.border-l-blue-800\/80 {
  border-left-color: rgb(30 64 175 / 0.8);
}
.border-l-blue-800\/85 {
  border-left-color: rgb(30 64 175 / 0.85);
}
.border-l-blue-800\/90 {
  border-left-color: rgb(30 64 175 / 0.9);
}
.border-l-blue-800\/95 {
  border-left-color: rgb(30 64 175 / 0.95);
}
.border-l-blue-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-l-blue-900\/0 {
  border-left-color: rgb(30 58 138 / 0);
}
.border-l-blue-900\/10 {
  border-left-color: rgb(30 58 138 / 0.1);
}
.border-l-blue-900\/100 {
  border-left-color: rgb(30 58 138 / 1);
}
.border-l-blue-900\/15 {
  border-left-color: rgb(30 58 138 / 0.15);
}
.border-l-blue-900\/20 {
  border-left-color: rgb(30 58 138 / 0.2);
}
.border-l-blue-900\/25 {
  border-left-color: rgb(30 58 138 / 0.25);
}
.border-l-blue-900\/30 {
  border-left-color: rgb(30 58 138 / 0.3);
}
.border-l-blue-900\/35 {
  border-left-color: rgb(30 58 138 / 0.35);
}
.border-l-blue-900\/40 {
  border-left-color: rgb(30 58 138 / 0.4);
}
.border-l-blue-900\/45 {
  border-left-color: rgb(30 58 138 / 0.45);
}
.border-l-blue-900\/5 {
  border-left-color: rgb(30 58 138 / 0.05);
}
.border-l-blue-900\/50 {
  border-left-color: rgb(30 58 138 / 0.5);
}
.border-l-blue-900\/55 {
  border-left-color: rgb(30 58 138 / 0.55);
}
.border-l-blue-900\/60 {
  border-left-color: rgb(30 58 138 / 0.6);
}
.border-l-blue-900\/65 {
  border-left-color: rgb(30 58 138 / 0.65);
}
.border-l-blue-900\/70 {
  border-left-color: rgb(30 58 138 / 0.7);
}
.border-l-blue-900\/75 {
  border-left-color: rgb(30 58 138 / 0.75);
}
.border-l-blue-900\/80 {
  border-left-color: rgb(30 58 138 / 0.8);
}
.border-l-blue-900\/85 {
  border-left-color: rgb(30 58 138 / 0.85);
}
.border-l-blue-900\/90 {
  border-left-color: rgb(30 58 138 / 0.9);
}
.border-l-blue-900\/95 {
  border-left-color: rgb(30 58 138 / 0.95);
}
.border-l-blue-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-l-blue-950\/0 {
  border-left-color: rgb(23 37 84 / 0);
}
.border-l-blue-950\/10 {
  border-left-color: rgb(23 37 84 / 0.1);
}
.border-l-blue-950\/100 {
  border-left-color: rgb(23 37 84 / 1);
}
.border-l-blue-950\/15 {
  border-left-color: rgb(23 37 84 / 0.15);
}
.border-l-blue-950\/20 {
  border-left-color: rgb(23 37 84 / 0.2);
}
.border-l-blue-950\/25 {
  border-left-color: rgb(23 37 84 / 0.25);
}
.border-l-blue-950\/30 {
  border-left-color: rgb(23 37 84 / 0.3);
}
.border-l-blue-950\/35 {
  border-left-color: rgb(23 37 84 / 0.35);
}
.border-l-blue-950\/40 {
  border-left-color: rgb(23 37 84 / 0.4);
}
.border-l-blue-950\/45 {
  border-left-color: rgb(23 37 84 / 0.45);
}
.border-l-blue-950\/5 {
  border-left-color: rgb(23 37 84 / 0.05);
}
.border-l-blue-950\/50 {
  border-left-color: rgb(23 37 84 / 0.5);
}
.border-l-blue-950\/55 {
  border-left-color: rgb(23 37 84 / 0.55);
}
.border-l-blue-950\/60 {
  border-left-color: rgb(23 37 84 / 0.6);
}
.border-l-blue-950\/65 {
  border-left-color: rgb(23 37 84 / 0.65);
}
.border-l-blue-950\/70 {
  border-left-color: rgb(23 37 84 / 0.7);
}
.border-l-blue-950\/75 {
  border-left-color: rgb(23 37 84 / 0.75);
}
.border-l-blue-950\/80 {
  border-left-color: rgb(23 37 84 / 0.8);
}
.border-l-blue-950\/85 {
  border-left-color: rgb(23 37 84 / 0.85);
}
.border-l-blue-950\/90 {
  border-left-color: rgb(23 37 84 / 0.9);
}
.border-l-blue-950\/95 {
  border-left-color: rgb(23 37 84 / 0.95);
}
.border-l-border {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}
.border-l-border\/0 {
  border-left-color: hsl(var(--border) / 0);
}
.border-l-border\/10 {
  border-left-color: hsl(var(--border) / 0.1);
}
.border-l-border\/100 {
  border-left-color: hsl(var(--border) / 1);
}
.border-l-border\/15 {
  border-left-color: hsl(var(--border) / 0.15);
}
.border-l-border\/20 {
  border-left-color: hsl(var(--border) / 0.2);
}
.border-l-border\/25 {
  border-left-color: hsl(var(--border) / 0.25);
}
.border-l-border\/30 {
  border-left-color: hsl(var(--border) / 0.3);
}
.border-l-border\/35 {
  border-left-color: hsl(var(--border) / 0.35);
}
.border-l-border\/40 {
  border-left-color: hsl(var(--border) / 0.4);
}
.border-l-border\/45 {
  border-left-color: hsl(var(--border) / 0.45);
}
.border-l-border\/5 {
  border-left-color: hsl(var(--border) / 0.05);
}
.border-l-border\/50 {
  border-left-color: hsl(var(--border) / 0.5);
}
.border-l-border\/55 {
  border-left-color: hsl(var(--border) / 0.55);
}
.border-l-border\/60 {
  border-left-color: hsl(var(--border) / 0.6);
}
.border-l-border\/65 {
  border-left-color: hsl(var(--border) / 0.65);
}
.border-l-border\/70 {
  border-left-color: hsl(var(--border) / 0.7);
}
.border-l-border\/75 {
  border-left-color: hsl(var(--border) / 0.75);
}
.border-l-border\/80 {
  border-left-color: hsl(var(--border) / 0.8);
}
.border-l-border\/85 {
  border-left-color: hsl(var(--border) / 0.85);
}
.border-l-border\/90 {
  border-left-color: hsl(var(--border) / 0.9);
}
.border-l-border\/95 {
  border-left-color: hsl(var(--border) / 0.95);
}
.border-l-card {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--card) / var(--tw-border-opacity, 1));
}
.border-l-card-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
}
.border-l-card-foreground\/0 {
  border-left-color: hsl(var(--card-foreground) / 0);
}
.border-l-card-foreground\/10 {
  border-left-color: hsl(var(--card-foreground) / 0.1);
}
.border-l-card-foreground\/100 {
  border-left-color: hsl(var(--card-foreground) / 1);
}
.border-l-card-foreground\/15 {
  border-left-color: hsl(var(--card-foreground) / 0.15);
}
.border-l-card-foreground\/20 {
  border-left-color: hsl(var(--card-foreground) / 0.2);
}
.border-l-card-foreground\/25 {
  border-left-color: hsl(var(--card-foreground) / 0.25);
}
.border-l-card-foreground\/30 {
  border-left-color: hsl(var(--card-foreground) / 0.3);
}
.border-l-card-foreground\/35 {
  border-left-color: hsl(var(--card-foreground) / 0.35);
}
.border-l-card-foreground\/40 {
  border-left-color: hsl(var(--card-foreground) / 0.4);
}
.border-l-card-foreground\/45 {
  border-left-color: hsl(var(--card-foreground) / 0.45);
}
.border-l-card-foreground\/5 {
  border-left-color: hsl(var(--card-foreground) / 0.05);
}
.border-l-card-foreground\/50 {
  border-left-color: hsl(var(--card-foreground) / 0.5);
}
.border-l-card-foreground\/55 {
  border-left-color: hsl(var(--card-foreground) / 0.55);
}
.border-l-card-foreground\/60 {
  border-left-color: hsl(var(--card-foreground) / 0.6);
}
.border-l-card-foreground\/65 {
  border-left-color: hsl(var(--card-foreground) / 0.65);
}
.border-l-card-foreground\/70 {
  border-left-color: hsl(var(--card-foreground) / 0.7);
}
.border-l-card-foreground\/75 {
  border-left-color: hsl(var(--card-foreground) / 0.75);
}
.border-l-card-foreground\/80 {
  border-left-color: hsl(var(--card-foreground) / 0.8);
}
.border-l-card-foreground\/85 {
  border-left-color: hsl(var(--card-foreground) / 0.85);
}
.border-l-card-foreground\/90 {
  border-left-color: hsl(var(--card-foreground) / 0.9);
}
.border-l-card-foreground\/95 {
  border-left-color: hsl(var(--card-foreground) / 0.95);
}
.border-l-card\/0 {
  border-left-color: hsl(var(--card) / 0);
}
.border-l-card\/10 {
  border-left-color: hsl(var(--card) / 0.1);
}
.border-l-card\/100 {
  border-left-color: hsl(var(--card) / 1);
}
.border-l-card\/15 {
  border-left-color: hsl(var(--card) / 0.15);
}
.border-l-card\/20 {
  border-left-color: hsl(var(--card) / 0.2);
}
.border-l-card\/25 {
  border-left-color: hsl(var(--card) / 0.25);
}
.border-l-card\/30 {
  border-left-color: hsl(var(--card) / 0.3);
}
.border-l-card\/35 {
  border-left-color: hsl(var(--card) / 0.35);
}
.border-l-card\/40 {
  border-left-color: hsl(var(--card) / 0.4);
}
.border-l-card\/45 {
  border-left-color: hsl(var(--card) / 0.45);
}
.border-l-card\/5 {
  border-left-color: hsl(var(--card) / 0.05);
}
.border-l-card\/50 {
  border-left-color: hsl(var(--card) / 0.5);
}
.border-l-card\/55 {
  border-left-color: hsl(var(--card) / 0.55);
}
.border-l-card\/60 {
  border-left-color: hsl(var(--card) / 0.6);
}
.border-l-card\/65 {
  border-left-color: hsl(var(--card) / 0.65);
}
.border-l-card\/70 {
  border-left-color: hsl(var(--card) / 0.7);
}
.border-l-card\/75 {
  border-left-color: hsl(var(--card) / 0.75);
}
.border-l-card\/80 {
  border-left-color: hsl(var(--card) / 0.8);
}
.border-l-card\/85 {
  border-left-color: hsl(var(--card) / 0.85);
}
.border-l-card\/90 {
  border-left-color: hsl(var(--card) / 0.9);
}
.border-l-card\/95 {
  border-left-color: hsl(var(--card) / 0.95);
}
.border-l-current {
  border-left-color: currentColor;
}
.border-l-cyan-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-l-cyan-100\/0 {
  border-left-color: rgb(207 250 254 / 0);
}
.border-l-cyan-100\/10 {
  border-left-color: rgb(207 250 254 / 0.1);
}
.border-l-cyan-100\/100 {
  border-left-color: rgb(207 250 254 / 1);
}
.border-l-cyan-100\/15 {
  border-left-color: rgb(207 250 254 / 0.15);
}
.border-l-cyan-100\/20 {
  border-left-color: rgb(207 250 254 / 0.2);
}
.border-l-cyan-100\/25 {
  border-left-color: rgb(207 250 254 / 0.25);
}
.border-l-cyan-100\/30 {
  border-left-color: rgb(207 250 254 / 0.3);
}
.border-l-cyan-100\/35 {
  border-left-color: rgb(207 250 254 / 0.35);
}
.border-l-cyan-100\/40 {
  border-left-color: rgb(207 250 254 / 0.4);
}
.border-l-cyan-100\/45 {
  border-left-color: rgb(207 250 254 / 0.45);
}
.border-l-cyan-100\/5 {
  border-left-color: rgb(207 250 254 / 0.05);
}
.border-l-cyan-100\/50 {
  border-left-color: rgb(207 250 254 / 0.5);
}
.border-l-cyan-100\/55 {
  border-left-color: rgb(207 250 254 / 0.55);
}
.border-l-cyan-100\/60 {
  border-left-color: rgb(207 250 254 / 0.6);
}
.border-l-cyan-100\/65 {
  border-left-color: rgb(207 250 254 / 0.65);
}
.border-l-cyan-100\/70 {
  border-left-color: rgb(207 250 254 / 0.7);
}
.border-l-cyan-100\/75 {
  border-left-color: rgb(207 250 254 / 0.75);
}
.border-l-cyan-100\/80 {
  border-left-color: rgb(207 250 254 / 0.8);
}
.border-l-cyan-100\/85 {
  border-left-color: rgb(207 250 254 / 0.85);
}
.border-l-cyan-100\/90 {
  border-left-color: rgb(207 250 254 / 0.9);
}
.border-l-cyan-100\/95 {
  border-left-color: rgb(207 250 254 / 0.95);
}
.border-l-cyan-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-l-cyan-200\/0 {
  border-left-color: rgb(165 243 252 / 0);
}
.border-l-cyan-200\/10 {
  border-left-color: rgb(165 243 252 / 0.1);
}
.border-l-cyan-200\/100 {
  border-left-color: rgb(165 243 252 / 1);
}
.border-l-cyan-200\/15 {
  border-left-color: rgb(165 243 252 / 0.15);
}
.border-l-cyan-200\/20 {
  border-left-color: rgb(165 243 252 / 0.2);
}
.border-l-cyan-200\/25 {
  border-left-color: rgb(165 243 252 / 0.25);
}
.border-l-cyan-200\/30 {
  border-left-color: rgb(165 243 252 / 0.3);
}
.border-l-cyan-200\/35 {
  border-left-color: rgb(165 243 252 / 0.35);
}
.border-l-cyan-200\/40 {
  border-left-color: rgb(165 243 252 / 0.4);
}
.border-l-cyan-200\/45 {
  border-left-color: rgb(165 243 252 / 0.45);
}
.border-l-cyan-200\/5 {
  border-left-color: rgb(165 243 252 / 0.05);
}
.border-l-cyan-200\/50 {
  border-left-color: rgb(165 243 252 / 0.5);
}
.border-l-cyan-200\/55 {
  border-left-color: rgb(165 243 252 / 0.55);
}
.border-l-cyan-200\/60 {
  border-left-color: rgb(165 243 252 / 0.6);
}
.border-l-cyan-200\/65 {
  border-left-color: rgb(165 243 252 / 0.65);
}
.border-l-cyan-200\/70 {
  border-left-color: rgb(165 243 252 / 0.7);
}
.border-l-cyan-200\/75 {
  border-left-color: rgb(165 243 252 / 0.75);
}
.border-l-cyan-200\/80 {
  border-left-color: rgb(165 243 252 / 0.8);
}
.border-l-cyan-200\/85 {
  border-left-color: rgb(165 243 252 / 0.85);
}
.border-l-cyan-200\/90 {
  border-left-color: rgb(165 243 252 / 0.9);
}
.border-l-cyan-200\/95 {
  border-left-color: rgb(165 243 252 / 0.95);
}
.border-l-cyan-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-l-cyan-300\/0 {
  border-left-color: rgb(103 232 249 / 0);
}
.border-l-cyan-300\/10 {
  border-left-color: rgb(103 232 249 / 0.1);
}
.border-l-cyan-300\/100 {
  border-left-color: rgb(103 232 249 / 1);
}
.border-l-cyan-300\/15 {
  border-left-color: rgb(103 232 249 / 0.15);
}
.border-l-cyan-300\/20 {
  border-left-color: rgb(103 232 249 / 0.2);
}
.border-l-cyan-300\/25 {
  border-left-color: rgb(103 232 249 / 0.25);
}
.border-l-cyan-300\/30 {
  border-left-color: rgb(103 232 249 / 0.3);
}
.border-l-cyan-300\/35 {
  border-left-color: rgb(103 232 249 / 0.35);
}
.border-l-cyan-300\/40 {
  border-left-color: rgb(103 232 249 / 0.4);
}
.border-l-cyan-300\/45 {
  border-left-color: rgb(103 232 249 / 0.45);
}
.border-l-cyan-300\/5 {
  border-left-color: rgb(103 232 249 / 0.05);
}
.border-l-cyan-300\/50 {
  border-left-color: rgb(103 232 249 / 0.5);
}
.border-l-cyan-300\/55 {
  border-left-color: rgb(103 232 249 / 0.55);
}
.border-l-cyan-300\/60 {
  border-left-color: rgb(103 232 249 / 0.6);
}
.border-l-cyan-300\/65 {
  border-left-color: rgb(103 232 249 / 0.65);
}
.border-l-cyan-300\/70 {
  border-left-color: rgb(103 232 249 / 0.7);
}
.border-l-cyan-300\/75 {
  border-left-color: rgb(103 232 249 / 0.75);
}
.border-l-cyan-300\/80 {
  border-left-color: rgb(103 232 249 / 0.8);
}
.border-l-cyan-300\/85 {
  border-left-color: rgb(103 232 249 / 0.85);
}
.border-l-cyan-300\/90 {
  border-left-color: rgb(103 232 249 / 0.9);
}
.border-l-cyan-300\/95 {
  border-left-color: rgb(103 232 249 / 0.95);
}
.border-l-cyan-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-l-cyan-400\/0 {
  border-left-color: rgb(34 211 238 / 0);
}
.border-l-cyan-400\/10 {
  border-left-color: rgb(34 211 238 / 0.1);
}
.border-l-cyan-400\/100 {
  border-left-color: rgb(34 211 238 / 1);
}
.border-l-cyan-400\/15 {
  border-left-color: rgb(34 211 238 / 0.15);
}
.border-l-cyan-400\/20 {
  border-left-color: rgb(34 211 238 / 0.2);
}
.border-l-cyan-400\/25 {
  border-left-color: rgb(34 211 238 / 0.25);
}
.border-l-cyan-400\/30 {
  border-left-color: rgb(34 211 238 / 0.3);
}
.border-l-cyan-400\/35 {
  border-left-color: rgb(34 211 238 / 0.35);
}
.border-l-cyan-400\/40 {
  border-left-color: rgb(34 211 238 / 0.4);
}
.border-l-cyan-400\/45 {
  border-left-color: rgb(34 211 238 / 0.45);
}
.border-l-cyan-400\/5 {
  border-left-color: rgb(34 211 238 / 0.05);
}
.border-l-cyan-400\/50 {
  border-left-color: rgb(34 211 238 / 0.5);
}
.border-l-cyan-400\/55 {
  border-left-color: rgb(34 211 238 / 0.55);
}
.border-l-cyan-400\/60 {
  border-left-color: rgb(34 211 238 / 0.6);
}
.border-l-cyan-400\/65 {
  border-left-color: rgb(34 211 238 / 0.65);
}
.border-l-cyan-400\/70 {
  border-left-color: rgb(34 211 238 / 0.7);
}
.border-l-cyan-400\/75 {
  border-left-color: rgb(34 211 238 / 0.75);
}
.border-l-cyan-400\/80 {
  border-left-color: rgb(34 211 238 / 0.8);
}
.border-l-cyan-400\/85 {
  border-left-color: rgb(34 211 238 / 0.85);
}
.border-l-cyan-400\/90 {
  border-left-color: rgb(34 211 238 / 0.9);
}
.border-l-cyan-400\/95 {
  border-left-color: rgb(34 211 238 / 0.95);
}
.border-l-cyan-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-l-cyan-50\/0 {
  border-left-color: rgb(236 254 255 / 0);
}
.border-l-cyan-50\/10 {
  border-left-color: rgb(236 254 255 / 0.1);
}
.border-l-cyan-50\/100 {
  border-left-color: rgb(236 254 255 / 1);
}
.border-l-cyan-50\/15 {
  border-left-color: rgb(236 254 255 / 0.15);
}
.border-l-cyan-50\/20 {
  border-left-color: rgb(236 254 255 / 0.2);
}
.border-l-cyan-50\/25 {
  border-left-color: rgb(236 254 255 / 0.25);
}
.border-l-cyan-50\/30 {
  border-left-color: rgb(236 254 255 / 0.3);
}
.border-l-cyan-50\/35 {
  border-left-color: rgb(236 254 255 / 0.35);
}
.border-l-cyan-50\/40 {
  border-left-color: rgb(236 254 255 / 0.4);
}
.border-l-cyan-50\/45 {
  border-left-color: rgb(236 254 255 / 0.45);
}
.border-l-cyan-50\/5 {
  border-left-color: rgb(236 254 255 / 0.05);
}
.border-l-cyan-50\/50 {
  border-left-color: rgb(236 254 255 / 0.5);
}
.border-l-cyan-50\/55 {
  border-left-color: rgb(236 254 255 / 0.55);
}
.border-l-cyan-50\/60 {
  border-left-color: rgb(236 254 255 / 0.6);
}
.border-l-cyan-50\/65 {
  border-left-color: rgb(236 254 255 / 0.65);
}
.border-l-cyan-50\/70 {
  border-left-color: rgb(236 254 255 / 0.7);
}
.border-l-cyan-50\/75 {
  border-left-color: rgb(236 254 255 / 0.75);
}
.border-l-cyan-50\/80 {
  border-left-color: rgb(236 254 255 / 0.8);
}
.border-l-cyan-50\/85 {
  border-left-color: rgb(236 254 255 / 0.85);
}
.border-l-cyan-50\/90 {
  border-left-color: rgb(236 254 255 / 0.9);
}
.border-l-cyan-50\/95 {
  border-left-color: rgb(236 254 255 / 0.95);
}
.border-l-cyan-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-l-cyan-500\/0 {
  border-left-color: rgb(6 182 212 / 0);
}
.border-l-cyan-500\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
}
.border-l-cyan-500\/100 {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-cyan-500\/15 {
  border-left-color: rgb(6 182 212 / 0.15);
}
.border-l-cyan-500\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
}
.border-l-cyan-500\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
}
.border-l-cyan-500\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
}
.border-l-cyan-500\/35 {
  border-left-color: rgb(6 182 212 / 0.35);
}
.border-l-cyan-500\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-cyan-500\/45 {
  border-left-color: rgb(6 182 212 / 0.45);
}
.border-l-cyan-500\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
}
.border-l-cyan-500\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-cyan-500\/55 {
  border-left-color: rgb(6 182 212 / 0.55);
}
.border-l-cyan-500\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-cyan-500\/65 {
  border-left-color: rgb(6 182 212 / 0.65);
}
.border-l-cyan-500\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
}
.border-l-cyan-500\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
}
.border-l-cyan-500\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
}
.border-l-cyan-500\/85 {
  border-left-color: rgb(6 182 212 / 0.85);
}
.border-l-cyan-500\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
}
.border-l-cyan-500\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
}
.border-l-cyan-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-l-cyan-600\/0 {
  border-left-color: rgb(8 145 178 / 0);
}
.border-l-cyan-600\/10 {
  border-left-color: rgb(8 145 178 / 0.1);
}
.border-l-cyan-600\/100 {
  border-left-color: rgb(8 145 178 / 1);
}
.border-l-cyan-600\/15 {
  border-left-color: rgb(8 145 178 / 0.15);
}
.border-l-cyan-600\/20 {
  border-left-color: rgb(8 145 178 / 0.2);
}
.border-l-cyan-600\/25 {
  border-left-color: rgb(8 145 178 / 0.25);
}
.border-l-cyan-600\/30 {
  border-left-color: rgb(8 145 178 / 0.3);
}
.border-l-cyan-600\/35 {
  border-left-color: rgb(8 145 178 / 0.35);
}
.border-l-cyan-600\/40 {
  border-left-color: rgb(8 145 178 / 0.4);
}
.border-l-cyan-600\/45 {
  border-left-color: rgb(8 145 178 / 0.45);
}
.border-l-cyan-600\/5 {
  border-left-color: rgb(8 145 178 / 0.05);
}
.border-l-cyan-600\/50 {
  border-left-color: rgb(8 145 178 / 0.5);
}
.border-l-cyan-600\/55 {
  border-left-color: rgb(8 145 178 / 0.55);
}
.border-l-cyan-600\/60 {
  border-left-color: rgb(8 145 178 / 0.6);
}
.border-l-cyan-600\/65 {
  border-left-color: rgb(8 145 178 / 0.65);
}
.border-l-cyan-600\/70 {
  border-left-color: rgb(8 145 178 / 0.7);
}
.border-l-cyan-600\/75 {
  border-left-color: rgb(8 145 178 / 0.75);
}
.border-l-cyan-600\/80 {
  border-left-color: rgb(8 145 178 / 0.8);
}
.border-l-cyan-600\/85 {
  border-left-color: rgb(8 145 178 / 0.85);
}
.border-l-cyan-600\/90 {
  border-left-color: rgb(8 145 178 / 0.9);
}
.border-l-cyan-600\/95 {
  border-left-color: rgb(8 145 178 / 0.95);
}
.border-l-cyan-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-l-cyan-700\/0 {
  border-left-color: rgb(14 116 144 / 0);
}
.border-l-cyan-700\/10 {
  border-left-color: rgb(14 116 144 / 0.1);
}
.border-l-cyan-700\/100 {
  border-left-color: rgb(14 116 144 / 1);
}
.border-l-cyan-700\/15 {
  border-left-color: rgb(14 116 144 / 0.15);
}
.border-l-cyan-700\/20 {
  border-left-color: rgb(14 116 144 / 0.2);
}
.border-l-cyan-700\/25 {
  border-left-color: rgb(14 116 144 / 0.25);
}
.border-l-cyan-700\/30 {
  border-left-color: rgb(14 116 144 / 0.3);
}
.border-l-cyan-700\/35 {
  border-left-color: rgb(14 116 144 / 0.35);
}
.border-l-cyan-700\/40 {
  border-left-color: rgb(14 116 144 / 0.4);
}
.border-l-cyan-700\/45 {
  border-left-color: rgb(14 116 144 / 0.45);
}
.border-l-cyan-700\/5 {
  border-left-color: rgb(14 116 144 / 0.05);
}
.border-l-cyan-700\/50 {
  border-left-color: rgb(14 116 144 / 0.5);
}
.border-l-cyan-700\/55 {
  border-left-color: rgb(14 116 144 / 0.55);
}
.border-l-cyan-700\/60 {
  border-left-color: rgb(14 116 144 / 0.6);
}
.border-l-cyan-700\/65 {
  border-left-color: rgb(14 116 144 / 0.65);
}
.border-l-cyan-700\/70 {
  border-left-color: rgb(14 116 144 / 0.7);
}
.border-l-cyan-700\/75 {
  border-left-color: rgb(14 116 144 / 0.75);
}
.border-l-cyan-700\/80 {
  border-left-color: rgb(14 116 144 / 0.8);
}
.border-l-cyan-700\/85 {
  border-left-color: rgb(14 116 144 / 0.85);
}
.border-l-cyan-700\/90 {
  border-left-color: rgb(14 116 144 / 0.9);
}
.border-l-cyan-700\/95 {
  border-left-color: rgb(14 116 144 / 0.95);
}
.border-l-cyan-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-l-cyan-800\/0 {
  border-left-color: rgb(21 94 117 / 0);
}
.border-l-cyan-800\/10 {
  border-left-color: rgb(21 94 117 / 0.1);
}
.border-l-cyan-800\/100 {
  border-left-color: rgb(21 94 117 / 1);
}
.border-l-cyan-800\/15 {
  border-left-color: rgb(21 94 117 / 0.15);
}
.border-l-cyan-800\/20 {
  border-left-color: rgb(21 94 117 / 0.2);
}
.border-l-cyan-800\/25 {
  border-left-color: rgb(21 94 117 / 0.25);
}
.border-l-cyan-800\/30 {
  border-left-color: rgb(21 94 117 / 0.3);
}
.border-l-cyan-800\/35 {
  border-left-color: rgb(21 94 117 / 0.35);
}
.border-l-cyan-800\/40 {
  border-left-color: rgb(21 94 117 / 0.4);
}
.border-l-cyan-800\/45 {
  border-left-color: rgb(21 94 117 / 0.45);
}
.border-l-cyan-800\/5 {
  border-left-color: rgb(21 94 117 / 0.05);
}
.border-l-cyan-800\/50 {
  border-left-color: rgb(21 94 117 / 0.5);
}
.border-l-cyan-800\/55 {
  border-left-color: rgb(21 94 117 / 0.55);
}
.border-l-cyan-800\/60 {
  border-left-color: rgb(21 94 117 / 0.6);
}
.border-l-cyan-800\/65 {
  border-left-color: rgb(21 94 117 / 0.65);
}
.border-l-cyan-800\/70 {
  border-left-color: rgb(21 94 117 / 0.7);
}
.border-l-cyan-800\/75 {
  border-left-color: rgb(21 94 117 / 0.75);
}
.border-l-cyan-800\/80 {
  border-left-color: rgb(21 94 117 / 0.8);
}
.border-l-cyan-800\/85 {
  border-left-color: rgb(21 94 117 / 0.85);
}
.border-l-cyan-800\/90 {
  border-left-color: rgb(21 94 117 / 0.9);
}
.border-l-cyan-800\/95 {
  border-left-color: rgb(21 94 117 / 0.95);
}
.border-l-cyan-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-l-cyan-900\/0 {
  border-left-color: rgb(22 78 99 / 0);
}
.border-l-cyan-900\/10 {
  border-left-color: rgb(22 78 99 / 0.1);
}
.border-l-cyan-900\/100 {
  border-left-color: rgb(22 78 99 / 1);
}
.border-l-cyan-900\/15 {
  border-left-color: rgb(22 78 99 / 0.15);
}
.border-l-cyan-900\/20 {
  border-left-color: rgb(22 78 99 / 0.2);
}
.border-l-cyan-900\/25 {
  border-left-color: rgb(22 78 99 / 0.25);
}
.border-l-cyan-900\/30 {
  border-left-color: rgb(22 78 99 / 0.3);
}
.border-l-cyan-900\/35 {
  border-left-color: rgb(22 78 99 / 0.35);
}
.border-l-cyan-900\/40 {
  border-left-color: rgb(22 78 99 / 0.4);
}
.border-l-cyan-900\/45 {
  border-left-color: rgb(22 78 99 / 0.45);
}
.border-l-cyan-900\/5 {
  border-left-color: rgb(22 78 99 / 0.05);
}
.border-l-cyan-900\/50 {
  border-left-color: rgb(22 78 99 / 0.5);
}
.border-l-cyan-900\/55 {
  border-left-color: rgb(22 78 99 / 0.55);
}
.border-l-cyan-900\/60 {
  border-left-color: rgb(22 78 99 / 0.6);
}
.border-l-cyan-900\/65 {
  border-left-color: rgb(22 78 99 / 0.65);
}
.border-l-cyan-900\/70 {
  border-left-color: rgb(22 78 99 / 0.7);
}
.border-l-cyan-900\/75 {
  border-left-color: rgb(22 78 99 / 0.75);
}
.border-l-cyan-900\/80 {
  border-left-color: rgb(22 78 99 / 0.8);
}
.border-l-cyan-900\/85 {
  border-left-color: rgb(22 78 99 / 0.85);
}
.border-l-cyan-900\/90 {
  border-left-color: rgb(22 78 99 / 0.9);
}
.border-l-cyan-900\/95 {
  border-left-color: rgb(22 78 99 / 0.95);
}
.border-l-cyan-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-l-cyan-950\/0 {
  border-left-color: rgb(8 51 68 / 0);
}
.border-l-cyan-950\/10 {
  border-left-color: rgb(8 51 68 / 0.1);
}
.border-l-cyan-950\/100 {
  border-left-color: rgb(8 51 68 / 1);
}
.border-l-cyan-950\/15 {
  border-left-color: rgb(8 51 68 / 0.15);
}
.border-l-cyan-950\/20 {
  border-left-color: rgb(8 51 68 / 0.2);
}
.border-l-cyan-950\/25 {
  border-left-color: rgb(8 51 68 / 0.25);
}
.border-l-cyan-950\/30 {
  border-left-color: rgb(8 51 68 / 0.3);
}
.border-l-cyan-950\/35 {
  border-left-color: rgb(8 51 68 / 0.35);
}
.border-l-cyan-950\/40 {
  border-left-color: rgb(8 51 68 / 0.4);
}
.border-l-cyan-950\/45 {
  border-left-color: rgb(8 51 68 / 0.45);
}
.border-l-cyan-950\/5 {
  border-left-color: rgb(8 51 68 / 0.05);
}
.border-l-cyan-950\/50 {
  border-left-color: rgb(8 51 68 / 0.5);
}
.border-l-cyan-950\/55 {
  border-left-color: rgb(8 51 68 / 0.55);
}
.border-l-cyan-950\/60 {
  border-left-color: rgb(8 51 68 / 0.6);
}
.border-l-cyan-950\/65 {
  border-left-color: rgb(8 51 68 / 0.65);
}
.border-l-cyan-950\/70 {
  border-left-color: rgb(8 51 68 / 0.7);
}
.border-l-cyan-950\/75 {
  border-left-color: rgb(8 51 68 / 0.75);
}
.border-l-cyan-950\/80 {
  border-left-color: rgb(8 51 68 / 0.8);
}
.border-l-cyan-950\/85 {
  border-left-color: rgb(8 51 68 / 0.85);
}
.border-l-cyan-950\/90 {
  border-left-color: rgb(8 51 68 / 0.9);
}
.border-l-cyan-950\/95 {
  border-left-color: rgb(8 51 68 / 0.95);
}
.border-l-destructive {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
}
.border-l-destructive-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
}
.border-l-destructive-foreground\/0 {
  border-left-color: hsl(var(--destructive-foreground) / 0);
}
.border-l-destructive-foreground\/10 {
  border-left-color: hsl(var(--destructive-foreground) / 0.1);
}
.border-l-destructive-foreground\/100 {
  border-left-color: hsl(var(--destructive-foreground) / 1);
}
.border-l-destructive-foreground\/15 {
  border-left-color: hsl(var(--destructive-foreground) / 0.15);
}
.border-l-destructive-foreground\/20 {
  border-left-color: hsl(var(--destructive-foreground) / 0.2);
}
.border-l-destructive-foreground\/25 {
  border-left-color: hsl(var(--destructive-foreground) / 0.25);
}
.border-l-destructive-foreground\/30 {
  border-left-color: hsl(var(--destructive-foreground) / 0.3);
}
.border-l-destructive-foreground\/35 {
  border-left-color: hsl(var(--destructive-foreground) / 0.35);
}
.border-l-destructive-foreground\/40 {
  border-left-color: hsl(var(--destructive-foreground) / 0.4);
}
.border-l-destructive-foreground\/45 {
  border-left-color: hsl(var(--destructive-foreground) / 0.45);
}
.border-l-destructive-foreground\/5 {
  border-left-color: hsl(var(--destructive-foreground) / 0.05);
}
.border-l-destructive-foreground\/50 {
  border-left-color: hsl(var(--destructive-foreground) / 0.5);
}
.border-l-destructive-foreground\/55 {
  border-left-color: hsl(var(--destructive-foreground) / 0.55);
}
.border-l-destructive-foreground\/60 {
  border-left-color: hsl(var(--destructive-foreground) / 0.6);
}
.border-l-destructive-foreground\/65 {
  border-left-color: hsl(var(--destructive-foreground) / 0.65);
}
.border-l-destructive-foreground\/70 {
  border-left-color: hsl(var(--destructive-foreground) / 0.7);
}
.border-l-destructive-foreground\/75 {
  border-left-color: hsl(var(--destructive-foreground) / 0.75);
}
.border-l-destructive-foreground\/80 {
  border-left-color: hsl(var(--destructive-foreground) / 0.8);
}
.border-l-destructive-foreground\/85 {
  border-left-color: hsl(var(--destructive-foreground) / 0.85);
}
.border-l-destructive-foreground\/90 {
  border-left-color: hsl(var(--destructive-foreground) / 0.9);
}
.border-l-destructive-foreground\/95 {
  border-left-color: hsl(var(--destructive-foreground) / 0.95);
}
.border-l-destructive\/0 {
  border-left-color: hsl(var(--destructive) / 0);
}
.border-l-destructive\/10 {
  border-left-color: hsl(var(--destructive) / 0.1);
}
.border-l-destructive\/100 {
  border-left-color: hsl(var(--destructive) / 1);
}
.border-l-destructive\/15 {
  border-left-color: hsl(var(--destructive) / 0.15);
}
.border-l-destructive\/20 {
  border-left-color: hsl(var(--destructive) / 0.2);
}
.border-l-destructive\/25 {
  border-left-color: hsl(var(--destructive) / 0.25);
}
.border-l-destructive\/30 {
  border-left-color: hsl(var(--destructive) / 0.3);
}
.border-l-destructive\/35 {
  border-left-color: hsl(var(--destructive) / 0.35);
}
.border-l-destructive\/40 {
  border-left-color: hsl(var(--destructive) / 0.4);
}
.border-l-destructive\/45 {
  border-left-color: hsl(var(--destructive) / 0.45);
}
.border-l-destructive\/5 {
  border-left-color: hsl(var(--destructive) / 0.05);
}
.border-l-destructive\/50 {
  border-left-color: hsl(var(--destructive) / 0.5);
}
.border-l-destructive\/55 {
  border-left-color: hsl(var(--destructive) / 0.55);
}
.border-l-destructive\/60 {
  border-left-color: hsl(var(--destructive) / 0.6);
}
.border-l-destructive\/65 {
  border-left-color: hsl(var(--destructive) / 0.65);
}
.border-l-destructive\/70 {
  border-left-color: hsl(var(--destructive) / 0.7);
}
.border-l-destructive\/75 {
  border-left-color: hsl(var(--destructive) / 0.75);
}
.border-l-destructive\/80 {
  border-left-color: hsl(var(--destructive) / 0.8);
}
.border-l-destructive\/85 {
  border-left-color: hsl(var(--destructive) / 0.85);
}
.border-l-destructive\/90 {
  border-left-color: hsl(var(--destructive) / 0.9);
}
.border-l-destructive\/95 {
  border-left-color: hsl(var(--destructive) / 0.95);
}
.border-l-emerald-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-l-emerald-100\/0 {
  border-left-color: rgb(209 250 229 / 0);
}
.border-l-emerald-100\/10 {
  border-left-color: rgb(209 250 229 / 0.1);
}
.border-l-emerald-100\/100 {
  border-left-color: rgb(209 250 229 / 1);
}
.border-l-emerald-100\/15 {
  border-left-color: rgb(209 250 229 / 0.15);
}
.border-l-emerald-100\/20 {
  border-left-color: rgb(209 250 229 / 0.2);
}
.border-l-emerald-100\/25 {
  border-left-color: rgb(209 250 229 / 0.25);
}
.border-l-emerald-100\/30 {
  border-left-color: rgb(209 250 229 / 0.3);
}
.border-l-emerald-100\/35 {
  border-left-color: rgb(209 250 229 / 0.35);
}
.border-l-emerald-100\/40 {
  border-left-color: rgb(209 250 229 / 0.4);
}
.border-l-emerald-100\/45 {
  border-left-color: rgb(209 250 229 / 0.45);
}
.border-l-emerald-100\/5 {
  border-left-color: rgb(209 250 229 / 0.05);
}
.border-l-emerald-100\/50 {
  border-left-color: rgb(209 250 229 / 0.5);
}
.border-l-emerald-100\/55 {
  border-left-color: rgb(209 250 229 / 0.55);
}
.border-l-emerald-100\/60 {
  border-left-color: rgb(209 250 229 / 0.6);
}
.border-l-emerald-100\/65 {
  border-left-color: rgb(209 250 229 / 0.65);
}
.border-l-emerald-100\/70 {
  border-left-color: rgb(209 250 229 / 0.7);
}
.border-l-emerald-100\/75 {
  border-left-color: rgb(209 250 229 / 0.75);
}
.border-l-emerald-100\/80 {
  border-left-color: rgb(209 250 229 / 0.8);
}
.border-l-emerald-100\/85 {
  border-left-color: rgb(209 250 229 / 0.85);
}
.border-l-emerald-100\/90 {
  border-left-color: rgb(209 250 229 / 0.9);
}
.border-l-emerald-100\/95 {
  border-left-color: rgb(209 250 229 / 0.95);
}
.border-l-emerald-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-l-emerald-200\/0 {
  border-left-color: rgb(167 243 208 / 0);
}
.border-l-emerald-200\/10 {
  border-left-color: rgb(167 243 208 / 0.1);
}
.border-l-emerald-200\/100 {
  border-left-color: rgb(167 243 208 / 1);
}
.border-l-emerald-200\/15 {
  border-left-color: rgb(167 243 208 / 0.15);
}
.border-l-emerald-200\/20 {
  border-left-color: rgb(167 243 208 / 0.2);
}
.border-l-emerald-200\/25 {
  border-left-color: rgb(167 243 208 / 0.25);
}
.border-l-emerald-200\/30 {
  border-left-color: rgb(167 243 208 / 0.3);
}
.border-l-emerald-200\/35 {
  border-left-color: rgb(167 243 208 / 0.35);
}
.border-l-emerald-200\/40 {
  border-left-color: rgb(167 243 208 / 0.4);
}
.border-l-emerald-200\/45 {
  border-left-color: rgb(167 243 208 / 0.45);
}
.border-l-emerald-200\/5 {
  border-left-color: rgb(167 243 208 / 0.05);
}
.border-l-emerald-200\/50 {
  border-left-color: rgb(167 243 208 / 0.5);
}
.border-l-emerald-200\/55 {
  border-left-color: rgb(167 243 208 / 0.55);
}
.border-l-emerald-200\/60 {
  border-left-color: rgb(167 243 208 / 0.6);
}
.border-l-emerald-200\/65 {
  border-left-color: rgb(167 243 208 / 0.65);
}
.border-l-emerald-200\/70 {
  border-left-color: rgb(167 243 208 / 0.7);
}
.border-l-emerald-200\/75 {
  border-left-color: rgb(167 243 208 / 0.75);
}
.border-l-emerald-200\/80 {
  border-left-color: rgb(167 243 208 / 0.8);
}
.border-l-emerald-200\/85 {
  border-left-color: rgb(167 243 208 / 0.85);
}
.border-l-emerald-200\/90 {
  border-left-color: rgb(167 243 208 / 0.9);
}
.border-l-emerald-200\/95 {
  border-left-color: rgb(167 243 208 / 0.95);
}
.border-l-emerald-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-l-emerald-300\/0 {
  border-left-color: rgb(110 231 183 / 0);
}
.border-l-emerald-300\/10 {
  border-left-color: rgb(110 231 183 / 0.1);
}
.border-l-emerald-300\/100 {
  border-left-color: rgb(110 231 183 / 1);
}
.border-l-emerald-300\/15 {
  border-left-color: rgb(110 231 183 / 0.15);
}
.border-l-emerald-300\/20 {
  border-left-color: rgb(110 231 183 / 0.2);
}
.border-l-emerald-300\/25 {
  border-left-color: rgb(110 231 183 / 0.25);
}
.border-l-emerald-300\/30 {
  border-left-color: rgb(110 231 183 / 0.3);
}
.border-l-emerald-300\/35 {
  border-left-color: rgb(110 231 183 / 0.35);
}
.border-l-emerald-300\/40 {
  border-left-color: rgb(110 231 183 / 0.4);
}
.border-l-emerald-300\/45 {
  border-left-color: rgb(110 231 183 / 0.45);
}
.border-l-emerald-300\/5 {
  border-left-color: rgb(110 231 183 / 0.05);
}
.border-l-emerald-300\/50 {
  border-left-color: rgb(110 231 183 / 0.5);
}
.border-l-emerald-300\/55 {
  border-left-color: rgb(110 231 183 / 0.55);
}
.border-l-emerald-300\/60 {
  border-left-color: rgb(110 231 183 / 0.6);
}
.border-l-emerald-300\/65 {
  border-left-color: rgb(110 231 183 / 0.65);
}
.border-l-emerald-300\/70 {
  border-left-color: rgb(110 231 183 / 0.7);
}
.border-l-emerald-300\/75 {
  border-left-color: rgb(110 231 183 / 0.75);
}
.border-l-emerald-300\/80 {
  border-left-color: rgb(110 231 183 / 0.8);
}
.border-l-emerald-300\/85 {
  border-left-color: rgb(110 231 183 / 0.85);
}
.border-l-emerald-300\/90 {
  border-left-color: rgb(110 231 183 / 0.9);
}
.border-l-emerald-300\/95 {
  border-left-color: rgb(110 231 183 / 0.95);
}
.border-l-emerald-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-l-emerald-400\/0 {
  border-left-color: rgb(52 211 153 / 0);
}
.border-l-emerald-400\/10 {
  border-left-color: rgb(52 211 153 / 0.1);
}
.border-l-emerald-400\/100 {
  border-left-color: rgb(52 211 153 / 1);
}
.border-l-emerald-400\/15 {
  border-left-color: rgb(52 211 153 / 0.15);
}
.border-l-emerald-400\/20 {
  border-left-color: rgb(52 211 153 / 0.2);
}
.border-l-emerald-400\/25 {
  border-left-color: rgb(52 211 153 / 0.25);
}
.border-l-emerald-400\/30 {
  border-left-color: rgb(52 211 153 / 0.3);
}
.border-l-emerald-400\/35 {
  border-left-color: rgb(52 211 153 / 0.35);
}
.border-l-emerald-400\/40 {
  border-left-color: rgb(52 211 153 / 0.4);
}
.border-l-emerald-400\/45 {
  border-left-color: rgb(52 211 153 / 0.45);
}
.border-l-emerald-400\/5 {
  border-left-color: rgb(52 211 153 / 0.05);
}
.border-l-emerald-400\/50 {
  border-left-color: rgb(52 211 153 / 0.5);
}
.border-l-emerald-400\/55 {
  border-left-color: rgb(52 211 153 / 0.55);
}
.border-l-emerald-400\/60 {
  border-left-color: rgb(52 211 153 / 0.6);
}
.border-l-emerald-400\/65 {
  border-left-color: rgb(52 211 153 / 0.65);
}
.border-l-emerald-400\/70 {
  border-left-color: rgb(52 211 153 / 0.7);
}
.border-l-emerald-400\/75 {
  border-left-color: rgb(52 211 153 / 0.75);
}
.border-l-emerald-400\/80 {
  border-left-color: rgb(52 211 153 / 0.8);
}
.border-l-emerald-400\/85 {
  border-left-color: rgb(52 211 153 / 0.85);
}
.border-l-emerald-400\/90 {
  border-left-color: rgb(52 211 153 / 0.9);
}
.border-l-emerald-400\/95 {
  border-left-color: rgb(52 211 153 / 0.95);
}
.border-l-emerald-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-l-emerald-50\/0 {
  border-left-color: rgb(236 253 245 / 0);
}
.border-l-emerald-50\/10 {
  border-left-color: rgb(236 253 245 / 0.1);
}
.border-l-emerald-50\/100 {
  border-left-color: rgb(236 253 245 / 1);
}
.border-l-emerald-50\/15 {
  border-left-color: rgb(236 253 245 / 0.15);
}
.border-l-emerald-50\/20 {
  border-left-color: rgb(236 253 245 / 0.2);
}
.border-l-emerald-50\/25 {
  border-left-color: rgb(236 253 245 / 0.25);
}
.border-l-emerald-50\/30 {
  border-left-color: rgb(236 253 245 / 0.3);
}
.border-l-emerald-50\/35 {
  border-left-color: rgb(236 253 245 / 0.35);
}
.border-l-emerald-50\/40 {
  border-left-color: rgb(236 253 245 / 0.4);
}
.border-l-emerald-50\/45 {
  border-left-color: rgb(236 253 245 / 0.45);
}
.border-l-emerald-50\/5 {
  border-left-color: rgb(236 253 245 / 0.05);
}
.border-l-emerald-50\/50 {
  border-left-color: rgb(236 253 245 / 0.5);
}
.border-l-emerald-50\/55 {
  border-left-color: rgb(236 253 245 / 0.55);
}
.border-l-emerald-50\/60 {
  border-left-color: rgb(236 253 245 / 0.6);
}
.border-l-emerald-50\/65 {
  border-left-color: rgb(236 253 245 / 0.65);
}
.border-l-emerald-50\/70 {
  border-left-color: rgb(236 253 245 / 0.7);
}
.border-l-emerald-50\/75 {
  border-left-color: rgb(236 253 245 / 0.75);
}
.border-l-emerald-50\/80 {
  border-left-color: rgb(236 253 245 / 0.8);
}
.border-l-emerald-50\/85 {
  border-left-color: rgb(236 253 245 / 0.85);
}
.border-l-emerald-50\/90 {
  border-left-color: rgb(236 253 245 / 0.9);
}
.border-l-emerald-50\/95 {
  border-left-color: rgb(236 253 245 / 0.95);
}
.border-l-emerald-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-l-emerald-500\/0 {
  border-left-color: rgb(16 185 129 / 0);
}
.border-l-emerald-500\/10 {
  border-left-color: rgb(16 185 129 / 0.1);
}
.border-l-emerald-500\/100 {
  border-left-color: rgb(16 185 129 / 1);
}
.border-l-emerald-500\/15 {
  border-left-color: rgb(16 185 129 / 0.15);
}
.border-l-emerald-500\/20 {
  border-left-color: rgb(16 185 129 / 0.2);
}
.border-l-emerald-500\/25 {
  border-left-color: rgb(16 185 129 / 0.25);
}
.border-l-emerald-500\/30 {
  border-left-color: rgb(16 185 129 / 0.3);
}
.border-l-emerald-500\/35 {
  border-left-color: rgb(16 185 129 / 0.35);
}
.border-l-emerald-500\/40 {
  border-left-color: rgb(16 185 129 / 0.4);
}
.border-l-emerald-500\/45 {
  border-left-color: rgb(16 185 129 / 0.45);
}
.border-l-emerald-500\/5 {
  border-left-color: rgb(16 185 129 / 0.05);
}
.border-l-emerald-500\/50 {
  border-left-color: rgb(16 185 129 / 0.5);
}
.border-l-emerald-500\/55 {
  border-left-color: rgb(16 185 129 / 0.55);
}
.border-l-emerald-500\/60 {
  border-left-color: rgb(16 185 129 / 0.6);
}
.border-l-emerald-500\/65 {
  border-left-color: rgb(16 185 129 / 0.65);
}
.border-l-emerald-500\/70 {
  border-left-color: rgb(16 185 129 / 0.7);
}
.border-l-emerald-500\/75 {
  border-left-color: rgb(16 185 129 / 0.75);
}
.border-l-emerald-500\/80 {
  border-left-color: rgb(16 185 129 / 0.8);
}
.border-l-emerald-500\/85 {
  border-left-color: rgb(16 185 129 / 0.85);
}
.border-l-emerald-500\/90 {
  border-left-color: rgb(16 185 129 / 0.9);
}
.border-l-emerald-500\/95 {
  border-left-color: rgb(16 185 129 / 0.95);
}
.border-l-emerald-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-l-emerald-600\/0 {
  border-left-color: rgb(5 150 105 / 0);
}
.border-l-emerald-600\/10 {
  border-left-color: rgb(5 150 105 / 0.1);
}
.border-l-emerald-600\/100 {
  border-left-color: rgb(5 150 105 / 1);
}
.border-l-emerald-600\/15 {
  border-left-color: rgb(5 150 105 / 0.15);
}
.border-l-emerald-600\/20 {
  border-left-color: rgb(5 150 105 / 0.2);
}
.border-l-emerald-600\/25 {
  border-left-color: rgb(5 150 105 / 0.25);
}
.border-l-emerald-600\/30 {
  border-left-color: rgb(5 150 105 / 0.3);
}
.border-l-emerald-600\/35 {
  border-left-color: rgb(5 150 105 / 0.35);
}
.border-l-emerald-600\/40 {
  border-left-color: rgb(5 150 105 / 0.4);
}
.border-l-emerald-600\/45 {
  border-left-color: rgb(5 150 105 / 0.45);
}
.border-l-emerald-600\/5 {
  border-left-color: rgb(5 150 105 / 0.05);
}
.border-l-emerald-600\/50 {
  border-left-color: rgb(5 150 105 / 0.5);
}
.border-l-emerald-600\/55 {
  border-left-color: rgb(5 150 105 / 0.55);
}
.border-l-emerald-600\/60 {
  border-left-color: rgb(5 150 105 / 0.6);
}
.border-l-emerald-600\/65 {
  border-left-color: rgb(5 150 105 / 0.65);
}
.border-l-emerald-600\/70 {
  border-left-color: rgb(5 150 105 / 0.7);
}
.border-l-emerald-600\/75 {
  border-left-color: rgb(5 150 105 / 0.75);
}
.border-l-emerald-600\/80 {
  border-left-color: rgb(5 150 105 / 0.8);
}
.border-l-emerald-600\/85 {
  border-left-color: rgb(5 150 105 / 0.85);
}
.border-l-emerald-600\/90 {
  border-left-color: rgb(5 150 105 / 0.9);
}
.border-l-emerald-600\/95 {
  border-left-color: rgb(5 150 105 / 0.95);
}
.border-l-emerald-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-l-emerald-700\/0 {
  border-left-color: rgb(4 120 87 / 0);
}
.border-l-emerald-700\/10 {
  border-left-color: rgb(4 120 87 / 0.1);
}
.border-l-emerald-700\/100 {
  border-left-color: rgb(4 120 87 / 1);
}
.border-l-emerald-700\/15 {
  border-left-color: rgb(4 120 87 / 0.15);
}
.border-l-emerald-700\/20 {
  border-left-color: rgb(4 120 87 / 0.2);
}
.border-l-emerald-700\/25 {
  border-left-color: rgb(4 120 87 / 0.25);
}
.border-l-emerald-700\/30 {
  border-left-color: rgb(4 120 87 / 0.3);
}
.border-l-emerald-700\/35 {
  border-left-color: rgb(4 120 87 / 0.35);
}
.border-l-emerald-700\/40 {
  border-left-color: rgb(4 120 87 / 0.4);
}
.border-l-emerald-700\/45 {
  border-left-color: rgb(4 120 87 / 0.45);
}
.border-l-emerald-700\/5 {
  border-left-color: rgb(4 120 87 / 0.05);
}
.border-l-emerald-700\/50 {
  border-left-color: rgb(4 120 87 / 0.5);
}
.border-l-emerald-700\/55 {
  border-left-color: rgb(4 120 87 / 0.55);
}
.border-l-emerald-700\/60 {
  border-left-color: rgb(4 120 87 / 0.6);
}
.border-l-emerald-700\/65 {
  border-left-color: rgb(4 120 87 / 0.65);
}
.border-l-emerald-700\/70 {
  border-left-color: rgb(4 120 87 / 0.7);
}
.border-l-emerald-700\/75 {
  border-left-color: rgb(4 120 87 / 0.75);
}
.border-l-emerald-700\/80 {
  border-left-color: rgb(4 120 87 / 0.8);
}
.border-l-emerald-700\/85 {
  border-left-color: rgb(4 120 87 / 0.85);
}
.border-l-emerald-700\/90 {
  border-left-color: rgb(4 120 87 / 0.9);
}
.border-l-emerald-700\/95 {
  border-left-color: rgb(4 120 87 / 0.95);
}
.border-l-emerald-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-l-emerald-800\/0 {
  border-left-color: rgb(6 95 70 / 0);
}
.border-l-emerald-800\/10 {
  border-left-color: rgb(6 95 70 / 0.1);
}
.border-l-emerald-800\/100 {
  border-left-color: rgb(6 95 70 / 1);
}
.border-l-emerald-800\/15 {
  border-left-color: rgb(6 95 70 / 0.15);
}
.border-l-emerald-800\/20 {
  border-left-color: rgb(6 95 70 / 0.2);
}
.border-l-emerald-800\/25 {
  border-left-color: rgb(6 95 70 / 0.25);
}
.border-l-emerald-800\/30 {
  border-left-color: rgb(6 95 70 / 0.3);
}
.border-l-emerald-800\/35 {
  border-left-color: rgb(6 95 70 / 0.35);
}
.border-l-emerald-800\/40 {
  border-left-color: rgb(6 95 70 / 0.4);
}
.border-l-emerald-800\/45 {
  border-left-color: rgb(6 95 70 / 0.45);
}
.border-l-emerald-800\/5 {
  border-left-color: rgb(6 95 70 / 0.05);
}
.border-l-emerald-800\/50 {
  border-left-color: rgb(6 95 70 / 0.5);
}
.border-l-emerald-800\/55 {
  border-left-color: rgb(6 95 70 / 0.55);
}
.border-l-emerald-800\/60 {
  border-left-color: rgb(6 95 70 / 0.6);
}
.border-l-emerald-800\/65 {
  border-left-color: rgb(6 95 70 / 0.65);
}
.border-l-emerald-800\/70 {
  border-left-color: rgb(6 95 70 / 0.7);
}
.border-l-emerald-800\/75 {
  border-left-color: rgb(6 95 70 / 0.75);
}
.border-l-emerald-800\/80 {
  border-left-color: rgb(6 95 70 / 0.8);
}
.border-l-emerald-800\/85 {
  border-left-color: rgb(6 95 70 / 0.85);
}
.border-l-emerald-800\/90 {
  border-left-color: rgb(6 95 70 / 0.9);
}
.border-l-emerald-800\/95 {
  border-left-color: rgb(6 95 70 / 0.95);
}
.border-l-emerald-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-l-emerald-900\/0 {
  border-left-color: rgb(6 78 59 / 0);
}
.border-l-emerald-900\/10 {
  border-left-color: rgb(6 78 59 / 0.1);
}
.border-l-emerald-900\/100 {
  border-left-color: rgb(6 78 59 / 1);
}
.border-l-emerald-900\/15 {
  border-left-color: rgb(6 78 59 / 0.15);
}
.border-l-emerald-900\/20 {
  border-left-color: rgb(6 78 59 / 0.2);
}
.border-l-emerald-900\/25 {
  border-left-color: rgb(6 78 59 / 0.25);
}
.border-l-emerald-900\/30 {
  border-left-color: rgb(6 78 59 / 0.3);
}
.border-l-emerald-900\/35 {
  border-left-color: rgb(6 78 59 / 0.35);
}
.border-l-emerald-900\/40 {
  border-left-color: rgb(6 78 59 / 0.4);
}
.border-l-emerald-900\/45 {
  border-left-color: rgb(6 78 59 / 0.45);
}
.border-l-emerald-900\/5 {
  border-left-color: rgb(6 78 59 / 0.05);
}
.border-l-emerald-900\/50 {
  border-left-color: rgb(6 78 59 / 0.5);
}
.border-l-emerald-900\/55 {
  border-left-color: rgb(6 78 59 / 0.55);
}
.border-l-emerald-900\/60 {
  border-left-color: rgb(6 78 59 / 0.6);
}
.border-l-emerald-900\/65 {
  border-left-color: rgb(6 78 59 / 0.65);
}
.border-l-emerald-900\/70 {
  border-left-color: rgb(6 78 59 / 0.7);
}
.border-l-emerald-900\/75 {
  border-left-color: rgb(6 78 59 / 0.75);
}
.border-l-emerald-900\/80 {
  border-left-color: rgb(6 78 59 / 0.8);
}
.border-l-emerald-900\/85 {
  border-left-color: rgb(6 78 59 / 0.85);
}
.border-l-emerald-900\/90 {
  border-left-color: rgb(6 78 59 / 0.9);
}
.border-l-emerald-900\/95 {
  border-left-color: rgb(6 78 59 / 0.95);
}
.border-l-emerald-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-l-emerald-950\/0 {
  border-left-color: rgb(2 44 34 / 0);
}
.border-l-emerald-950\/10 {
  border-left-color: rgb(2 44 34 / 0.1);
}
.border-l-emerald-950\/100 {
  border-left-color: rgb(2 44 34 / 1);
}
.border-l-emerald-950\/15 {
  border-left-color: rgb(2 44 34 / 0.15);
}
.border-l-emerald-950\/20 {
  border-left-color: rgb(2 44 34 / 0.2);
}
.border-l-emerald-950\/25 {
  border-left-color: rgb(2 44 34 / 0.25);
}
.border-l-emerald-950\/30 {
  border-left-color: rgb(2 44 34 / 0.3);
}
.border-l-emerald-950\/35 {
  border-left-color: rgb(2 44 34 / 0.35);
}
.border-l-emerald-950\/40 {
  border-left-color: rgb(2 44 34 / 0.4);
}
.border-l-emerald-950\/45 {
  border-left-color: rgb(2 44 34 / 0.45);
}
.border-l-emerald-950\/5 {
  border-left-color: rgb(2 44 34 / 0.05);
}
.border-l-emerald-950\/50 {
  border-left-color: rgb(2 44 34 / 0.5);
}
.border-l-emerald-950\/55 {
  border-left-color: rgb(2 44 34 / 0.55);
}
.border-l-emerald-950\/60 {
  border-left-color: rgb(2 44 34 / 0.6);
}
.border-l-emerald-950\/65 {
  border-left-color: rgb(2 44 34 / 0.65);
}
.border-l-emerald-950\/70 {
  border-left-color: rgb(2 44 34 / 0.7);
}
.border-l-emerald-950\/75 {
  border-left-color: rgb(2 44 34 / 0.75);
}
.border-l-emerald-950\/80 {
  border-left-color: rgb(2 44 34 / 0.8);
}
.border-l-emerald-950\/85 {
  border-left-color: rgb(2 44 34 / 0.85);
}
.border-l-emerald-950\/90 {
  border-left-color: rgb(2 44 34 / 0.9);
}
.border-l-emerald-950\/95 {
  border-left-color: rgb(2 44 34 / 0.95);
}
.border-l-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
}
.border-l-foreground\/0 {
  border-left-color: hsl(var(--foreground) / 0);
}
.border-l-foreground\/10 {
  border-left-color: hsl(var(--foreground) / 0.1);
}
.border-l-foreground\/100 {
  border-left-color: hsl(var(--foreground) / 1);
}
.border-l-foreground\/15 {
  border-left-color: hsl(var(--foreground) / 0.15);
}
.border-l-foreground\/20 {
  border-left-color: hsl(var(--foreground) / 0.2);
}
.border-l-foreground\/25 {
  border-left-color: hsl(var(--foreground) / 0.25);
}
.border-l-foreground\/30 {
  border-left-color: hsl(var(--foreground) / 0.3);
}
.border-l-foreground\/35 {
  border-left-color: hsl(var(--foreground) / 0.35);
}
.border-l-foreground\/40 {
  border-left-color: hsl(var(--foreground) / 0.4);
}
.border-l-foreground\/45 {
  border-left-color: hsl(var(--foreground) / 0.45);
}
.border-l-foreground\/5 {
  border-left-color: hsl(var(--foreground) / 0.05);
}
.border-l-foreground\/50 {
  border-left-color: hsl(var(--foreground) / 0.5);
}
.border-l-foreground\/55 {
  border-left-color: hsl(var(--foreground) / 0.55);
}
.border-l-foreground\/60 {
  border-left-color: hsl(var(--foreground) / 0.6);
}
.border-l-foreground\/65 {
  border-left-color: hsl(var(--foreground) / 0.65);
}
.border-l-foreground\/70 {
  border-left-color: hsl(var(--foreground) / 0.7);
}
.border-l-foreground\/75 {
  border-left-color: hsl(var(--foreground) / 0.75);
}
.border-l-foreground\/80 {
  border-left-color: hsl(var(--foreground) / 0.8);
}
.border-l-foreground\/85 {
  border-left-color: hsl(var(--foreground) / 0.85);
}
.border-l-foreground\/90 {
  border-left-color: hsl(var(--foreground) / 0.9);
}
.border-l-foreground\/95 {
  border-left-color: hsl(var(--foreground) / 0.95);
}
.border-l-fuchsia-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-100\/0 {
  border-left-color: rgb(250 232 255 / 0);
}
.border-l-fuchsia-100\/10 {
  border-left-color: rgb(250 232 255 / 0.1);
}
.border-l-fuchsia-100\/100 {
  border-left-color: rgb(250 232 255 / 1);
}
.border-l-fuchsia-100\/15 {
  border-left-color: rgb(250 232 255 / 0.15);
}
.border-l-fuchsia-100\/20 {
  border-left-color: rgb(250 232 255 / 0.2);
}
.border-l-fuchsia-100\/25 {
  border-left-color: rgb(250 232 255 / 0.25);
}
.border-l-fuchsia-100\/30 {
  border-left-color: rgb(250 232 255 / 0.3);
}
.border-l-fuchsia-100\/35 {
  border-left-color: rgb(250 232 255 / 0.35);
}
.border-l-fuchsia-100\/40 {
  border-left-color: rgb(250 232 255 / 0.4);
}
.border-l-fuchsia-100\/45 {
  border-left-color: rgb(250 232 255 / 0.45);
}
.border-l-fuchsia-100\/5 {
  border-left-color: rgb(250 232 255 / 0.05);
}
.border-l-fuchsia-100\/50 {
  border-left-color: rgb(250 232 255 / 0.5);
}
.border-l-fuchsia-100\/55 {
  border-left-color: rgb(250 232 255 / 0.55);
}
.border-l-fuchsia-100\/60 {
  border-left-color: rgb(250 232 255 / 0.6);
}
.border-l-fuchsia-100\/65 {
  border-left-color: rgb(250 232 255 / 0.65);
}
.border-l-fuchsia-100\/70 {
  border-left-color: rgb(250 232 255 / 0.7);
}
.border-l-fuchsia-100\/75 {
  border-left-color: rgb(250 232 255 / 0.75);
}
.border-l-fuchsia-100\/80 {
  border-left-color: rgb(250 232 255 / 0.8);
}
.border-l-fuchsia-100\/85 {
  border-left-color: rgb(250 232 255 / 0.85);
}
.border-l-fuchsia-100\/90 {
  border-left-color: rgb(250 232 255 / 0.9);
}
.border-l-fuchsia-100\/95 {
  border-left-color: rgb(250 232 255 / 0.95);
}
.border-l-fuchsia-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-200\/0 {
  border-left-color: rgb(245 208 254 / 0);
}
.border-l-fuchsia-200\/10 {
  border-left-color: rgb(245 208 254 / 0.1);
}
.border-l-fuchsia-200\/100 {
  border-left-color: rgb(245 208 254 / 1);
}
.border-l-fuchsia-200\/15 {
  border-left-color: rgb(245 208 254 / 0.15);
}
.border-l-fuchsia-200\/20 {
  border-left-color: rgb(245 208 254 / 0.2);
}
.border-l-fuchsia-200\/25 {
  border-left-color: rgb(245 208 254 / 0.25);
}
.border-l-fuchsia-200\/30 {
  border-left-color: rgb(245 208 254 / 0.3);
}
.border-l-fuchsia-200\/35 {
  border-left-color: rgb(245 208 254 / 0.35);
}
.border-l-fuchsia-200\/40 {
  border-left-color: rgb(245 208 254 / 0.4);
}
.border-l-fuchsia-200\/45 {
  border-left-color: rgb(245 208 254 / 0.45);
}
.border-l-fuchsia-200\/5 {
  border-left-color: rgb(245 208 254 / 0.05);
}
.border-l-fuchsia-200\/50 {
  border-left-color: rgb(245 208 254 / 0.5);
}
.border-l-fuchsia-200\/55 {
  border-left-color: rgb(245 208 254 / 0.55);
}
.border-l-fuchsia-200\/60 {
  border-left-color: rgb(245 208 254 / 0.6);
}
.border-l-fuchsia-200\/65 {
  border-left-color: rgb(245 208 254 / 0.65);
}
.border-l-fuchsia-200\/70 {
  border-left-color: rgb(245 208 254 / 0.7);
}
.border-l-fuchsia-200\/75 {
  border-left-color: rgb(245 208 254 / 0.75);
}
.border-l-fuchsia-200\/80 {
  border-left-color: rgb(245 208 254 / 0.8);
}
.border-l-fuchsia-200\/85 {
  border-left-color: rgb(245 208 254 / 0.85);
}
.border-l-fuchsia-200\/90 {
  border-left-color: rgb(245 208 254 / 0.9);
}
.border-l-fuchsia-200\/95 {
  border-left-color: rgb(245 208 254 / 0.95);
}
.border-l-fuchsia-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-300\/0 {
  border-left-color: rgb(240 171 252 / 0);
}
.border-l-fuchsia-300\/10 {
  border-left-color: rgb(240 171 252 / 0.1);
}
.border-l-fuchsia-300\/100 {
  border-left-color: rgb(240 171 252 / 1);
}
.border-l-fuchsia-300\/15 {
  border-left-color: rgb(240 171 252 / 0.15);
}
.border-l-fuchsia-300\/20 {
  border-left-color: rgb(240 171 252 / 0.2);
}
.border-l-fuchsia-300\/25 {
  border-left-color: rgb(240 171 252 / 0.25);
}
.border-l-fuchsia-300\/30 {
  border-left-color: rgb(240 171 252 / 0.3);
}
.border-l-fuchsia-300\/35 {
  border-left-color: rgb(240 171 252 / 0.35);
}
.border-l-fuchsia-300\/40 {
  border-left-color: rgb(240 171 252 / 0.4);
}
.border-l-fuchsia-300\/45 {
  border-left-color: rgb(240 171 252 / 0.45);
}
.border-l-fuchsia-300\/5 {
  border-left-color: rgb(240 171 252 / 0.05);
}
.border-l-fuchsia-300\/50 {
  border-left-color: rgb(240 171 252 / 0.5);
}
.border-l-fuchsia-300\/55 {
  border-left-color: rgb(240 171 252 / 0.55);
}
.border-l-fuchsia-300\/60 {
  border-left-color: rgb(240 171 252 / 0.6);
}
.border-l-fuchsia-300\/65 {
  border-left-color: rgb(240 171 252 / 0.65);
}
.border-l-fuchsia-300\/70 {
  border-left-color: rgb(240 171 252 / 0.7);
}
.border-l-fuchsia-300\/75 {
  border-left-color: rgb(240 171 252 / 0.75);
}
.border-l-fuchsia-300\/80 {
  border-left-color: rgb(240 171 252 / 0.8);
}
.border-l-fuchsia-300\/85 {
  border-left-color: rgb(240 171 252 / 0.85);
}
.border-l-fuchsia-300\/90 {
  border-left-color: rgb(240 171 252 / 0.9);
}
.border-l-fuchsia-300\/95 {
  border-left-color: rgb(240 171 252 / 0.95);
}
.border-l-fuchsia-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-400\/0 {
  border-left-color: rgb(232 121 249 / 0);
}
.border-l-fuchsia-400\/10 {
  border-left-color: rgb(232 121 249 / 0.1);
}
.border-l-fuchsia-400\/100 {
  border-left-color: rgb(232 121 249 / 1);
}
.border-l-fuchsia-400\/15 {
  border-left-color: rgb(232 121 249 / 0.15);
}
.border-l-fuchsia-400\/20 {
  border-left-color: rgb(232 121 249 / 0.2);
}
.border-l-fuchsia-400\/25 {
  border-left-color: rgb(232 121 249 / 0.25);
}
.border-l-fuchsia-400\/30 {
  border-left-color: rgb(232 121 249 / 0.3);
}
.border-l-fuchsia-400\/35 {
  border-left-color: rgb(232 121 249 / 0.35);
}
.border-l-fuchsia-400\/40 {
  border-left-color: rgb(232 121 249 / 0.4);
}
.border-l-fuchsia-400\/45 {
  border-left-color: rgb(232 121 249 / 0.45);
}
.border-l-fuchsia-400\/5 {
  border-left-color: rgb(232 121 249 / 0.05);
}
.border-l-fuchsia-400\/50 {
  border-left-color: rgb(232 121 249 / 0.5);
}
.border-l-fuchsia-400\/55 {
  border-left-color: rgb(232 121 249 / 0.55);
}
.border-l-fuchsia-400\/60 {
  border-left-color: rgb(232 121 249 / 0.6);
}
.border-l-fuchsia-400\/65 {
  border-left-color: rgb(232 121 249 / 0.65);
}
.border-l-fuchsia-400\/70 {
  border-left-color: rgb(232 121 249 / 0.7);
}
.border-l-fuchsia-400\/75 {
  border-left-color: rgb(232 121 249 / 0.75);
}
.border-l-fuchsia-400\/80 {
  border-left-color: rgb(232 121 249 / 0.8);
}
.border-l-fuchsia-400\/85 {
  border-left-color: rgb(232 121 249 / 0.85);
}
.border-l-fuchsia-400\/90 {
  border-left-color: rgb(232 121 249 / 0.9);
}
.border-l-fuchsia-400\/95 {
  border-left-color: rgb(232 121 249 / 0.95);
}
.border-l-fuchsia-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-50\/0 {
  border-left-color: rgb(253 244 255 / 0);
}
.border-l-fuchsia-50\/10 {
  border-left-color: rgb(253 244 255 / 0.1);
}
.border-l-fuchsia-50\/100 {
  border-left-color: rgb(253 244 255 / 1);
}
.border-l-fuchsia-50\/15 {
  border-left-color: rgb(253 244 255 / 0.15);
}
.border-l-fuchsia-50\/20 {
  border-left-color: rgb(253 244 255 / 0.2);
}
.border-l-fuchsia-50\/25 {
  border-left-color: rgb(253 244 255 / 0.25);
}
.border-l-fuchsia-50\/30 {
  border-left-color: rgb(253 244 255 / 0.3);
}
.border-l-fuchsia-50\/35 {
  border-left-color: rgb(253 244 255 / 0.35);
}
.border-l-fuchsia-50\/40 {
  border-left-color: rgb(253 244 255 / 0.4);
}
.border-l-fuchsia-50\/45 {
  border-left-color: rgb(253 244 255 / 0.45);
}
.border-l-fuchsia-50\/5 {
  border-left-color: rgb(253 244 255 / 0.05);
}
.border-l-fuchsia-50\/50 {
  border-left-color: rgb(253 244 255 / 0.5);
}
.border-l-fuchsia-50\/55 {
  border-left-color: rgb(253 244 255 / 0.55);
}
.border-l-fuchsia-50\/60 {
  border-left-color: rgb(253 244 255 / 0.6);
}
.border-l-fuchsia-50\/65 {
  border-left-color: rgb(253 244 255 / 0.65);
}
.border-l-fuchsia-50\/70 {
  border-left-color: rgb(253 244 255 / 0.7);
}
.border-l-fuchsia-50\/75 {
  border-left-color: rgb(253 244 255 / 0.75);
}
.border-l-fuchsia-50\/80 {
  border-left-color: rgb(253 244 255 / 0.8);
}
.border-l-fuchsia-50\/85 {
  border-left-color: rgb(253 244 255 / 0.85);
}
.border-l-fuchsia-50\/90 {
  border-left-color: rgb(253 244 255 / 0.9);
}
.border-l-fuchsia-50\/95 {
  border-left-color: rgb(253 244 255 / 0.95);
}
.border-l-fuchsia-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-500\/0 {
  border-left-color: rgb(217 70 239 / 0);
}
.border-l-fuchsia-500\/10 {
  border-left-color: rgb(217 70 239 / 0.1);
}
.border-l-fuchsia-500\/100 {
  border-left-color: rgb(217 70 239 / 1);
}
.border-l-fuchsia-500\/15 {
  border-left-color: rgb(217 70 239 / 0.15);
}
.border-l-fuchsia-500\/20 {
  border-left-color: rgb(217 70 239 / 0.2);
}
.border-l-fuchsia-500\/25 {
  border-left-color: rgb(217 70 239 / 0.25);
}
.border-l-fuchsia-500\/30 {
  border-left-color: rgb(217 70 239 / 0.3);
}
.border-l-fuchsia-500\/35 {
  border-left-color: rgb(217 70 239 / 0.35);
}
.border-l-fuchsia-500\/40 {
  border-left-color: rgb(217 70 239 / 0.4);
}
.border-l-fuchsia-500\/45 {
  border-left-color: rgb(217 70 239 / 0.45);
}
.border-l-fuchsia-500\/5 {
  border-left-color: rgb(217 70 239 / 0.05);
}
.border-l-fuchsia-500\/50 {
  border-left-color: rgb(217 70 239 / 0.5);
}
.border-l-fuchsia-500\/55 {
  border-left-color: rgb(217 70 239 / 0.55);
}
.border-l-fuchsia-500\/60 {
  border-left-color: rgb(217 70 239 / 0.6);
}
.border-l-fuchsia-500\/65 {
  border-left-color: rgb(217 70 239 / 0.65);
}
.border-l-fuchsia-500\/70 {
  border-left-color: rgb(217 70 239 / 0.7);
}
.border-l-fuchsia-500\/75 {
  border-left-color: rgb(217 70 239 / 0.75);
}
.border-l-fuchsia-500\/80 {
  border-left-color: rgb(217 70 239 / 0.8);
}
.border-l-fuchsia-500\/85 {
  border-left-color: rgb(217 70 239 / 0.85);
}
.border-l-fuchsia-500\/90 {
  border-left-color: rgb(217 70 239 / 0.9);
}
.border-l-fuchsia-500\/95 {
  border-left-color: rgb(217 70 239 / 0.95);
}
.border-l-fuchsia-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-600\/0 {
  border-left-color: rgb(192 38 211 / 0);
}
.border-l-fuchsia-600\/10 {
  border-left-color: rgb(192 38 211 / 0.1);
}
.border-l-fuchsia-600\/100 {
  border-left-color: rgb(192 38 211 / 1);
}
.border-l-fuchsia-600\/15 {
  border-left-color: rgb(192 38 211 / 0.15);
}
.border-l-fuchsia-600\/20 {
  border-left-color: rgb(192 38 211 / 0.2);
}
.border-l-fuchsia-600\/25 {
  border-left-color: rgb(192 38 211 / 0.25);
}
.border-l-fuchsia-600\/30 {
  border-left-color: rgb(192 38 211 / 0.3);
}
.border-l-fuchsia-600\/35 {
  border-left-color: rgb(192 38 211 / 0.35);
}
.border-l-fuchsia-600\/40 {
  border-left-color: rgb(192 38 211 / 0.4);
}
.border-l-fuchsia-600\/45 {
  border-left-color: rgb(192 38 211 / 0.45);
}
.border-l-fuchsia-600\/5 {
  border-left-color: rgb(192 38 211 / 0.05);
}
.border-l-fuchsia-600\/50 {
  border-left-color: rgb(192 38 211 / 0.5);
}
.border-l-fuchsia-600\/55 {
  border-left-color: rgb(192 38 211 / 0.55);
}
.border-l-fuchsia-600\/60 {
  border-left-color: rgb(192 38 211 / 0.6);
}
.border-l-fuchsia-600\/65 {
  border-left-color: rgb(192 38 211 / 0.65);
}
.border-l-fuchsia-600\/70 {
  border-left-color: rgb(192 38 211 / 0.7);
}
.border-l-fuchsia-600\/75 {
  border-left-color: rgb(192 38 211 / 0.75);
}
.border-l-fuchsia-600\/80 {
  border-left-color: rgb(192 38 211 / 0.8);
}
.border-l-fuchsia-600\/85 {
  border-left-color: rgb(192 38 211 / 0.85);
}
.border-l-fuchsia-600\/90 {
  border-left-color: rgb(192 38 211 / 0.9);
}
.border-l-fuchsia-600\/95 {
  border-left-color: rgb(192 38 211 / 0.95);
}
.border-l-fuchsia-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-700\/0 {
  border-left-color: rgb(162 28 175 / 0);
}
.border-l-fuchsia-700\/10 {
  border-left-color: rgb(162 28 175 / 0.1);
}
.border-l-fuchsia-700\/100 {
  border-left-color: rgb(162 28 175 / 1);
}
.border-l-fuchsia-700\/15 {
  border-left-color: rgb(162 28 175 / 0.15);
}
.border-l-fuchsia-700\/20 {
  border-left-color: rgb(162 28 175 / 0.2);
}
.border-l-fuchsia-700\/25 {
  border-left-color: rgb(162 28 175 / 0.25);
}
.border-l-fuchsia-700\/30 {
  border-left-color: rgb(162 28 175 / 0.3);
}
.border-l-fuchsia-700\/35 {
  border-left-color: rgb(162 28 175 / 0.35);
}
.border-l-fuchsia-700\/40 {
  border-left-color: rgb(162 28 175 / 0.4);
}
.border-l-fuchsia-700\/45 {
  border-left-color: rgb(162 28 175 / 0.45);
}
.border-l-fuchsia-700\/5 {
  border-left-color: rgb(162 28 175 / 0.05);
}
.border-l-fuchsia-700\/50 {
  border-left-color: rgb(162 28 175 / 0.5);
}
.border-l-fuchsia-700\/55 {
  border-left-color: rgb(162 28 175 / 0.55);
}
.border-l-fuchsia-700\/60 {
  border-left-color: rgb(162 28 175 / 0.6);
}
.border-l-fuchsia-700\/65 {
  border-left-color: rgb(162 28 175 / 0.65);
}
.border-l-fuchsia-700\/70 {
  border-left-color: rgb(162 28 175 / 0.7);
}
.border-l-fuchsia-700\/75 {
  border-left-color: rgb(162 28 175 / 0.75);
}
.border-l-fuchsia-700\/80 {
  border-left-color: rgb(162 28 175 / 0.8);
}
.border-l-fuchsia-700\/85 {
  border-left-color: rgb(162 28 175 / 0.85);
}
.border-l-fuchsia-700\/90 {
  border-left-color: rgb(162 28 175 / 0.9);
}
.border-l-fuchsia-700\/95 {
  border-left-color: rgb(162 28 175 / 0.95);
}
.border-l-fuchsia-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-800\/0 {
  border-left-color: rgb(134 25 143 / 0);
}
.border-l-fuchsia-800\/10 {
  border-left-color: rgb(134 25 143 / 0.1);
}
.border-l-fuchsia-800\/100 {
  border-left-color: rgb(134 25 143 / 1);
}
.border-l-fuchsia-800\/15 {
  border-left-color: rgb(134 25 143 / 0.15);
}
.border-l-fuchsia-800\/20 {
  border-left-color: rgb(134 25 143 / 0.2);
}
.border-l-fuchsia-800\/25 {
  border-left-color: rgb(134 25 143 / 0.25);
}
.border-l-fuchsia-800\/30 {
  border-left-color: rgb(134 25 143 / 0.3);
}
.border-l-fuchsia-800\/35 {
  border-left-color: rgb(134 25 143 / 0.35);
}
.border-l-fuchsia-800\/40 {
  border-left-color: rgb(134 25 143 / 0.4);
}
.border-l-fuchsia-800\/45 {
  border-left-color: rgb(134 25 143 / 0.45);
}
.border-l-fuchsia-800\/5 {
  border-left-color: rgb(134 25 143 / 0.05);
}
.border-l-fuchsia-800\/50 {
  border-left-color: rgb(134 25 143 / 0.5);
}
.border-l-fuchsia-800\/55 {
  border-left-color: rgb(134 25 143 / 0.55);
}
.border-l-fuchsia-800\/60 {
  border-left-color: rgb(134 25 143 / 0.6);
}
.border-l-fuchsia-800\/65 {
  border-left-color: rgb(134 25 143 / 0.65);
}
.border-l-fuchsia-800\/70 {
  border-left-color: rgb(134 25 143 / 0.7);
}
.border-l-fuchsia-800\/75 {
  border-left-color: rgb(134 25 143 / 0.75);
}
.border-l-fuchsia-800\/80 {
  border-left-color: rgb(134 25 143 / 0.8);
}
.border-l-fuchsia-800\/85 {
  border-left-color: rgb(134 25 143 / 0.85);
}
.border-l-fuchsia-800\/90 {
  border-left-color: rgb(134 25 143 / 0.9);
}
.border-l-fuchsia-800\/95 {
  border-left-color: rgb(134 25 143 / 0.95);
}
.border-l-fuchsia-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-900\/0 {
  border-left-color: rgb(112 26 117 / 0);
}
.border-l-fuchsia-900\/10 {
  border-left-color: rgb(112 26 117 / 0.1);
}
.border-l-fuchsia-900\/100 {
  border-left-color: rgb(112 26 117 / 1);
}
.border-l-fuchsia-900\/15 {
  border-left-color: rgb(112 26 117 / 0.15);
}
.border-l-fuchsia-900\/20 {
  border-left-color: rgb(112 26 117 / 0.2);
}
.border-l-fuchsia-900\/25 {
  border-left-color: rgb(112 26 117 / 0.25);
}
.border-l-fuchsia-900\/30 {
  border-left-color: rgb(112 26 117 / 0.3);
}
.border-l-fuchsia-900\/35 {
  border-left-color: rgb(112 26 117 / 0.35);
}
.border-l-fuchsia-900\/40 {
  border-left-color: rgb(112 26 117 / 0.4);
}
.border-l-fuchsia-900\/45 {
  border-left-color: rgb(112 26 117 / 0.45);
}
.border-l-fuchsia-900\/5 {
  border-left-color: rgb(112 26 117 / 0.05);
}
.border-l-fuchsia-900\/50 {
  border-left-color: rgb(112 26 117 / 0.5);
}
.border-l-fuchsia-900\/55 {
  border-left-color: rgb(112 26 117 / 0.55);
}
.border-l-fuchsia-900\/60 {
  border-left-color: rgb(112 26 117 / 0.6);
}
.border-l-fuchsia-900\/65 {
  border-left-color: rgb(112 26 117 / 0.65);
}
.border-l-fuchsia-900\/70 {
  border-left-color: rgb(112 26 117 / 0.7);
}
.border-l-fuchsia-900\/75 {
  border-left-color: rgb(112 26 117 / 0.75);
}
.border-l-fuchsia-900\/80 {
  border-left-color: rgb(112 26 117 / 0.8);
}
.border-l-fuchsia-900\/85 {
  border-left-color: rgb(112 26 117 / 0.85);
}
.border-l-fuchsia-900\/90 {
  border-left-color: rgb(112 26 117 / 0.9);
}
.border-l-fuchsia-900\/95 {
  border-left-color: rgb(112 26 117 / 0.95);
}
.border-l-fuchsia-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-l-fuchsia-950\/0 {
  border-left-color: rgb(74 4 78 / 0);
}
.border-l-fuchsia-950\/10 {
  border-left-color: rgb(74 4 78 / 0.1);
}
.border-l-fuchsia-950\/100 {
  border-left-color: rgb(74 4 78 / 1);
}
.border-l-fuchsia-950\/15 {
  border-left-color: rgb(74 4 78 / 0.15);
}
.border-l-fuchsia-950\/20 {
  border-left-color: rgb(74 4 78 / 0.2);
}
.border-l-fuchsia-950\/25 {
  border-left-color: rgb(74 4 78 / 0.25);
}
.border-l-fuchsia-950\/30 {
  border-left-color: rgb(74 4 78 / 0.3);
}
.border-l-fuchsia-950\/35 {
  border-left-color: rgb(74 4 78 / 0.35);
}
.border-l-fuchsia-950\/40 {
  border-left-color: rgb(74 4 78 / 0.4);
}
.border-l-fuchsia-950\/45 {
  border-left-color: rgb(74 4 78 / 0.45);
}
.border-l-fuchsia-950\/5 {
  border-left-color: rgb(74 4 78 / 0.05);
}
.border-l-fuchsia-950\/50 {
  border-left-color: rgb(74 4 78 / 0.5);
}
.border-l-fuchsia-950\/55 {
  border-left-color: rgb(74 4 78 / 0.55);
}
.border-l-fuchsia-950\/60 {
  border-left-color: rgb(74 4 78 / 0.6);
}
.border-l-fuchsia-950\/65 {
  border-left-color: rgb(74 4 78 / 0.65);
}
.border-l-fuchsia-950\/70 {
  border-left-color: rgb(74 4 78 / 0.7);
}
.border-l-fuchsia-950\/75 {
  border-left-color: rgb(74 4 78 / 0.75);
}
.border-l-fuchsia-950\/80 {
  border-left-color: rgb(74 4 78 / 0.8);
}
.border-l-fuchsia-950\/85 {
  border-left-color: rgb(74 4 78 / 0.85);
}
.border-l-fuchsia-950\/90 {
  border-left-color: rgb(74 4 78 / 0.9);
}
.border-l-fuchsia-950\/95 {
  border-left-color: rgb(74 4 78 / 0.95);
}
.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-100\/0 {
  border-left-color: rgb(243 244 246 / 0);
}
.border-l-gray-100\/10 {
  border-left-color: rgb(243 244 246 / 0.1);
}
.border-l-gray-100\/100 {
  border-left-color: rgb(243 244 246 / 1);
}
.border-l-gray-100\/15 {
  border-left-color: rgb(243 244 246 / 0.15);
}
.border-l-gray-100\/20 {
  border-left-color: rgb(243 244 246 / 0.2);
}
.border-l-gray-100\/25 {
  border-left-color: rgb(243 244 246 / 0.25);
}
.border-l-gray-100\/30 {
  border-left-color: rgb(243 244 246 / 0.3);
}
.border-l-gray-100\/35 {
  border-left-color: rgb(243 244 246 / 0.35);
}
.border-l-gray-100\/40 {
  border-left-color: rgb(243 244 246 / 0.4);
}
.border-l-gray-100\/45 {
  border-left-color: rgb(243 244 246 / 0.45);
}
.border-l-gray-100\/5 {
  border-left-color: rgb(243 244 246 / 0.05);
}
.border-l-gray-100\/50 {
  border-left-color: rgb(243 244 246 / 0.5);
}
.border-l-gray-100\/55 {
  border-left-color: rgb(243 244 246 / 0.55);
}
.border-l-gray-100\/60 {
  border-left-color: rgb(243 244 246 / 0.6);
}
.border-l-gray-100\/65 {
  border-left-color: rgb(243 244 246 / 0.65);
}
.border-l-gray-100\/70 {
  border-left-color: rgb(243 244 246 / 0.7);
}
.border-l-gray-100\/75 {
  border-left-color: rgb(243 244 246 / 0.75);
}
.border-l-gray-100\/80 {
  border-left-color: rgb(243 244 246 / 0.8);
}
.border-l-gray-100\/85 {
  border-left-color: rgb(243 244 246 / 0.85);
}
.border-l-gray-100\/90 {
  border-left-color: rgb(243 244 246 / 0.9);
}
.border-l-gray-100\/95 {
  border-left-color: rgb(243 244 246 / 0.95);
}
.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-200\/0 {
  border-left-color: rgb(229 231 235 / 0);
}
.border-l-gray-200\/10 {
  border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-gray-200\/100 {
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-gray-200\/15 {
  border-left-color: rgb(229 231 235 / 0.15);
}
.border-l-gray-200\/20 {
  border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-gray-200\/25 {
  border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-gray-200\/30 {
  border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-gray-200\/35 {
  border-left-color: rgb(229 231 235 / 0.35);
}
.border-l-gray-200\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/45 {
  border-left-color: rgb(229 231 235 / 0.45);
}
.border-l-gray-200\/5 {
  border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-gray-200\/50 {
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-gray-200\/55 {
  border-left-color: rgb(229 231 235 / 0.55);
}
.border-l-gray-200\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/65 {
  border-left-color: rgb(229 231 235 / 0.65);
}
.border-l-gray-200\/70 {
  border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-gray-200\/75 {
  border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-gray-200\/80 {
  border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-gray-200\/85 {
  border-left-color: rgb(229 231 235 / 0.85);
}
.border-l-gray-200\/90 {
  border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-gray-200\/95 {
  border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-gray-300\/0 {
  border-left-color: rgb(209 213 219 / 0);
}
.border-l-gray-300\/10 {
  border-left-color: rgb(209 213 219 / 0.1);
}
.border-l-gray-300\/100 {
  border-left-color: rgb(209 213 219 / 1);
}
.border-l-gray-300\/15 {
  border-left-color: rgb(209 213 219 / 0.15);
}
.border-l-gray-300\/20 {
  border-left-color: rgb(209 213 219 / 0.2);
}
.border-l-gray-300\/25 {
  border-left-color: rgb(209 213 219 / 0.25);
}
.border-l-gray-300\/30 {
  border-left-color: rgb(209 213 219 / 0.3);
}
.border-l-gray-300\/35 {
  border-left-color: rgb(209 213 219 / 0.35);
}
.border-l-gray-300\/40 {
  border-left-color: rgb(209 213 219 / 0.4);
}
.border-l-gray-300\/45 {
  border-left-color: rgb(209 213 219 / 0.45);
}
.border-l-gray-300\/5 {
  border-left-color: rgb(209 213 219 / 0.05);
}
.border-l-gray-300\/50 {
  border-left-color: rgb(209 213 219 / 0.5);
}
.border-l-gray-300\/55 {
  border-left-color: rgb(209 213 219 / 0.55);
}
.border-l-gray-300\/60 {
  border-left-color: rgb(209 213 219 / 0.6);
}
.border-l-gray-300\/65 {
  border-left-color: rgb(209 213 219 / 0.65);
}
.border-l-gray-300\/70 {
  border-left-color: rgb(209 213 219 / 0.7);
}
.border-l-gray-300\/75 {
  border-left-color: rgb(209 213 219 / 0.75);
}
.border-l-gray-300\/80 {
  border-left-color: rgb(209 213 219 / 0.8);
}
.border-l-gray-300\/85 {
  border-left-color: rgb(209 213 219 / 0.85);
}
.border-l-gray-300\/90 {
  border-left-color: rgb(209 213 219 / 0.9);
}
.border-l-gray-300\/95 {
  border-left-color: rgb(209 213 219 / 0.95);
}
.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-gray-400\/0 {
  border-left-color: rgb(156 163 175 / 0);
}
.border-l-gray-400\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-gray-400\/100 {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-gray-400\/15 {
  border-left-color: rgb(156 163 175 / 0.15);
}
.border-l-gray-400\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-gray-400\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-gray-400\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-gray-400\/35 {
  border-left-color: rgb(156 163 175 / 0.35);
}
.border-l-gray-400\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-gray-400\/45 {
  border-left-color: rgb(156 163 175 / 0.45);
}
.border-l-gray-400\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-gray-400\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-gray-400\/55 {
  border-left-color: rgb(156 163 175 / 0.55);
}
.border-l-gray-400\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-gray-400\/65 {
  border-left-color: rgb(156 163 175 / 0.65);
}
.border-l-gray-400\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-gray-400\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-gray-400\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-gray-400\/85 {
  border-left-color: rgb(156 163 175 / 0.85);
}
.border-l-gray-400\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-gray-400\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-gray-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-l-gray-50\/0 {
  border-left-color: rgb(249 250 251 / 0);
}
.border-l-gray-50\/10 {
  border-left-color: rgb(249 250 251 / 0.1);
}
.border-l-gray-50\/100 {
  border-left-color: rgb(249 250 251 / 1);
}
.border-l-gray-50\/15 {
  border-left-color: rgb(249 250 251 / 0.15);
}
.border-l-gray-50\/20 {
  border-left-color: rgb(249 250 251 / 0.2);
}
.border-l-gray-50\/25 {
  border-left-color: rgb(249 250 251 / 0.25);
}
.border-l-gray-50\/30 {
  border-left-color: rgb(249 250 251 / 0.3);
}
.border-l-gray-50\/35 {
  border-left-color: rgb(249 250 251 / 0.35);
}
.border-l-gray-50\/40 {
  border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/45 {
  border-left-color: rgb(249 250 251 / 0.45);
}
.border-l-gray-50\/5 {
  border-left-color: rgb(249 250 251 / 0.05);
}
.border-l-gray-50\/50 {
  border-left-color: rgb(249 250 251 / 0.5);
}
.border-l-gray-50\/55 {
  border-left-color: rgb(249 250 251 / 0.55);
}
.border-l-gray-50\/60 {
  border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/65 {
  border-left-color: rgb(249 250 251 / 0.65);
}
.border-l-gray-50\/70 {
  border-left-color: rgb(249 250 251 / 0.7);
}
.border-l-gray-50\/75 {
  border-left-color: rgb(249 250 251 / 0.75);
}
.border-l-gray-50\/80 {
  border-left-color: rgb(249 250 251 / 0.8);
}
.border-l-gray-50\/85 {
  border-left-color: rgb(249 250 251 / 0.85);
}
.border-l-gray-50\/90 {
  border-left-color: rgb(249 250 251 / 0.9);
}
.border-l-gray-50\/95 {
  border-left-color: rgb(249 250 251 / 0.95);
}
.border-l-gray-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-l-gray-500\/0 {
  border-left-color: rgb(107 114 128 / 0);
}
.border-l-gray-500\/10 {
  border-left-color: rgb(107 114 128 / 0.1);
}
.border-l-gray-500\/100 {
  border-left-color: rgb(107 114 128 / 1);
}
.border-l-gray-500\/15 {
  border-left-color: rgb(107 114 128 / 0.15);
}
.border-l-gray-500\/20 {
  border-left-color: rgb(107 114 128 / 0.2);
}
.border-l-gray-500\/25 {
  border-left-color: rgb(107 114 128 / 0.25);
}
.border-l-gray-500\/30 {
  border-left-color: rgb(107 114 128 / 0.3);
}
.border-l-gray-500\/35 {
  border-left-color: rgb(107 114 128 / 0.35);
}
.border-l-gray-500\/40 {
  border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/45 {
  border-left-color: rgb(107 114 128 / 0.45);
}
.border-l-gray-500\/5 {
  border-left-color: rgb(107 114 128 / 0.05);
}
.border-l-gray-500\/50 {
  border-left-color: rgb(107 114 128 / 0.5);
}
.border-l-gray-500\/55 {
  border-left-color: rgb(107 114 128 / 0.55);
}
.border-l-gray-500\/60 {
  border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/65 {
  border-left-color: rgb(107 114 128 / 0.65);
}
.border-l-gray-500\/70 {
  border-left-color: rgb(107 114 128 / 0.7);
}
.border-l-gray-500\/75 {
  border-left-color: rgb(107 114 128 / 0.75);
}
.border-l-gray-500\/80 {
  border-left-color: rgb(107 114 128 / 0.8);
}
.border-l-gray-500\/85 {
  border-left-color: rgb(107 114 128 / 0.85);
}
.border-l-gray-500\/90 {
  border-left-color: rgb(107 114 128 / 0.9);
}
.border-l-gray-500\/95 {
  border-left-color: rgb(107 114 128 / 0.95);
}
.border-l-gray-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-l-gray-600\/0 {
  border-left-color: rgb(75 85 99 / 0);
}
.border-l-gray-600\/10 {
  border-left-color: rgb(75 85 99 / 0.1);
}
.border-l-gray-600\/100 {
  border-left-color: rgb(75 85 99 / 1);
}
.border-l-gray-600\/15 {
  border-left-color: rgb(75 85 99 / 0.15);
}
.border-l-gray-600\/20 {
  border-left-color: rgb(75 85 99 / 0.2);
}
.border-l-gray-600\/25 {
  border-left-color: rgb(75 85 99 / 0.25);
}
.border-l-gray-600\/30 {
  border-left-color: rgb(75 85 99 / 0.3);
}
.border-l-gray-600\/35 {
  border-left-color: rgb(75 85 99 / 0.35);
}
.border-l-gray-600\/40 {
  border-left-color: rgb(75 85 99 / 0.4);
}
.border-l-gray-600\/45 {
  border-left-color: rgb(75 85 99 / 0.45);
}
.border-l-gray-600\/5 {
  border-left-color: rgb(75 85 99 / 0.05);
}
.border-l-gray-600\/50 {
  border-left-color: rgb(75 85 99 / 0.5);
}
.border-l-gray-600\/55 {
  border-left-color: rgb(75 85 99 / 0.55);
}
.border-l-gray-600\/60 {
  border-left-color: rgb(75 85 99 / 0.6);
}
.border-l-gray-600\/65 {
  border-left-color: rgb(75 85 99 / 0.65);
}
.border-l-gray-600\/70 {
  border-left-color: rgb(75 85 99 / 0.7);
}
.border-l-gray-600\/75 {
  border-left-color: rgb(75 85 99 / 0.75);
}
.border-l-gray-600\/80 {
  border-left-color: rgb(75 85 99 / 0.8);
}
.border-l-gray-600\/85 {
  border-left-color: rgb(75 85 99 / 0.85);
}
.border-l-gray-600\/90 {
  border-left-color: rgb(75 85 99 / 0.9);
}
.border-l-gray-600\/95 {
  border-left-color: rgb(75 85 99 / 0.95);
}
.border-l-gray-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-l-gray-700\/0 {
  border-left-color: rgb(55 65 81 / 0);
}
.border-l-gray-700\/10 {
  border-left-color: rgb(55 65 81 / 0.1);
}
.border-l-gray-700\/100 {
  border-left-color: rgb(55 65 81 / 1);
}
.border-l-gray-700\/15 {
  border-left-color: rgb(55 65 81 / 0.15);
}
.border-l-gray-700\/20 {
  border-left-color: rgb(55 65 81 / 0.2);
}
.border-l-gray-700\/25 {
  border-left-color: rgb(55 65 81 / 0.25);
}
.border-l-gray-700\/30 {
  border-left-color: rgb(55 65 81 / 0.3);
}
.border-l-gray-700\/35 {
  border-left-color: rgb(55 65 81 / 0.35);
}
.border-l-gray-700\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-gray-700\/45 {
  border-left-color: rgb(55 65 81 / 0.45);
}
.border-l-gray-700\/5 {
  border-left-color: rgb(55 65 81 / 0.05);
}
.border-l-gray-700\/50 {
  border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-gray-700\/55 {
  border-left-color: rgb(55 65 81 / 0.55);
}
.border-l-gray-700\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-gray-700\/65 {
  border-left-color: rgb(55 65 81 / 0.65);
}
.border-l-gray-700\/70 {
  border-left-color: rgb(55 65 81 / 0.7);
}
.border-l-gray-700\/75 {
  border-left-color: rgb(55 65 81 / 0.75);
}
.border-l-gray-700\/80 {
  border-left-color: rgb(55 65 81 / 0.8);
}
.border-l-gray-700\/85 {
  border-left-color: rgb(55 65 81 / 0.85);
}
.border-l-gray-700\/90 {
  border-left-color: rgb(55 65 81 / 0.9);
}
.border-l-gray-700\/95 {
  border-left-color: rgb(55 65 81 / 0.95);
}
.border-l-gray-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-l-gray-800\/0 {
  border-left-color: rgb(31 41 55 / 0);
}
.border-l-gray-800\/10 {
  border-left-color: rgb(31 41 55 / 0.1);
}
.border-l-gray-800\/100 {
  border-left-color: rgb(31 41 55 / 1);
}
.border-l-gray-800\/15 {
  border-left-color: rgb(31 41 55 / 0.15);
}
.border-l-gray-800\/20 {
  border-left-color: rgb(31 41 55 / 0.2);
}
.border-l-gray-800\/25 {
  border-left-color: rgb(31 41 55 / 0.25);
}
.border-l-gray-800\/30 {
  border-left-color: rgb(31 41 55 / 0.3);
}
.border-l-gray-800\/35 {
  border-left-color: rgb(31 41 55 / 0.35);
}
.border-l-gray-800\/40 {
  border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/45 {
  border-left-color: rgb(31 41 55 / 0.45);
}
.border-l-gray-800\/5 {
  border-left-color: rgb(31 41 55 / 0.05);
}
.border-l-gray-800\/50 {
  border-left-color: rgb(31 41 55 / 0.5);
}
.border-l-gray-800\/55 {
  border-left-color: rgb(31 41 55 / 0.55);
}
.border-l-gray-800\/60 {
  border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/65 {
  border-left-color: rgb(31 41 55 / 0.65);
}
.border-l-gray-800\/70 {
  border-left-color: rgb(31 41 55 / 0.7);
}
.border-l-gray-800\/75 {
  border-left-color: rgb(31 41 55 / 0.75);
}
.border-l-gray-800\/80 {
  border-left-color: rgb(31 41 55 / 0.8);
}
.border-l-gray-800\/85 {
  border-left-color: rgb(31 41 55 / 0.85);
}
.border-l-gray-800\/90 {
  border-left-color: rgb(31 41 55 / 0.9);
}
.border-l-gray-800\/95 {
  border-left-color: rgb(31 41 55 / 0.95);
}
.border-l-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-l-gray-900\/0 {
  border-left-color: rgb(17 24 39 / 0);
}
.border-l-gray-900\/10 {
  border-left-color: rgb(17 24 39 / 0.1);
}
.border-l-gray-900\/100 {
  border-left-color: rgb(17 24 39 / 1);
}
.border-l-gray-900\/15 {
  border-left-color: rgb(17 24 39 / 0.15);
}
.border-l-gray-900\/20 {
  border-left-color: rgb(17 24 39 / 0.2);
}
.border-l-gray-900\/25 {
  border-left-color: rgb(17 24 39 / 0.25);
}
.border-l-gray-900\/30 {
  border-left-color: rgb(17 24 39 / 0.3);
}
.border-l-gray-900\/35 {
  border-left-color: rgb(17 24 39 / 0.35);
}
.border-l-gray-900\/40 {
  border-left-color: rgb(17 24 39 / 0.4);
}
.border-l-gray-900\/45 {
  border-left-color: rgb(17 24 39 / 0.45);
}
.border-l-gray-900\/5 {
  border-left-color: rgb(17 24 39 / 0.05);
}
.border-l-gray-900\/50 {
  border-left-color: rgb(17 24 39 / 0.5);
}
.border-l-gray-900\/55 {
  border-left-color: rgb(17 24 39 / 0.55);
}
.border-l-gray-900\/60 {
  border-left-color: rgb(17 24 39 / 0.6);
}
.border-l-gray-900\/65 {
  border-left-color: rgb(17 24 39 / 0.65);
}
.border-l-gray-900\/70 {
  border-left-color: rgb(17 24 39 / 0.7);
}
.border-l-gray-900\/75 {
  border-left-color: rgb(17 24 39 / 0.75);
}
.border-l-gray-900\/80 {
  border-left-color: rgb(17 24 39 / 0.8);
}
.border-l-gray-900\/85 {
  border-left-color: rgb(17 24 39 / 0.85);
}
.border-l-gray-900\/90 {
  border-left-color: rgb(17 24 39 / 0.9);
}
.border-l-gray-900\/95 {
  border-left-color: rgb(17 24 39 / 0.95);
}
.border-l-gray-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-l-gray-950\/0 {
  border-left-color: rgb(3 7 18 / 0);
}
.border-l-gray-950\/10 {
  border-left-color: rgb(3 7 18 / 0.1);
}
.border-l-gray-950\/100 {
  border-left-color: rgb(3 7 18 / 1);
}
.border-l-gray-950\/15 {
  border-left-color: rgb(3 7 18 / 0.15);
}
.border-l-gray-950\/20 {
  border-left-color: rgb(3 7 18 / 0.2);
}
.border-l-gray-950\/25 {
  border-left-color: rgb(3 7 18 / 0.25);
}
.border-l-gray-950\/30 {
  border-left-color: rgb(3 7 18 / 0.3);
}
.border-l-gray-950\/35 {
  border-left-color: rgb(3 7 18 / 0.35);
}
.border-l-gray-950\/40 {
  border-left-color: rgb(3 7 18 / 0.4);
}
.border-l-gray-950\/45 {
  border-left-color: rgb(3 7 18 / 0.45);
}
.border-l-gray-950\/5 {
  border-left-color: rgb(3 7 18 / 0.05);
}
.border-l-gray-950\/50 {
  border-left-color: rgb(3 7 18 / 0.5);
}
.border-l-gray-950\/55 {
  border-left-color: rgb(3 7 18 / 0.55);
}
.border-l-gray-950\/60 {
  border-left-color: rgb(3 7 18 / 0.6);
}
.border-l-gray-950\/65 {
  border-left-color: rgb(3 7 18 / 0.65);
}
.border-l-gray-950\/70 {
  border-left-color: rgb(3 7 18 / 0.7);
}
.border-l-gray-950\/75 {
  border-left-color: rgb(3 7 18 / 0.75);
}
.border-l-gray-950\/80 {
  border-left-color: rgb(3 7 18 / 0.8);
}
.border-l-gray-950\/85 {
  border-left-color: rgb(3 7 18 / 0.85);
}
.border-l-gray-950\/90 {
  border-left-color: rgb(3 7 18 / 0.9);
}
.border-l-gray-950\/95 {
  border-left-color: rgb(3 7 18 / 0.95);
}
.border-l-green-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-l-green-100\/0 {
  border-left-color: rgb(220 252 231 / 0);
}
.border-l-green-100\/10 {
  border-left-color: rgb(220 252 231 / 0.1);
}
.border-l-green-100\/100 {
  border-left-color: rgb(220 252 231 / 1);
}
.border-l-green-100\/15 {
  border-left-color: rgb(220 252 231 / 0.15);
}
.border-l-green-100\/20 {
  border-left-color: rgb(220 252 231 / 0.2);
}
.border-l-green-100\/25 {
  border-left-color: rgb(220 252 231 / 0.25);
}
.border-l-green-100\/30 {
  border-left-color: rgb(220 252 231 / 0.3);
}
.border-l-green-100\/35 {
  border-left-color: rgb(220 252 231 / 0.35);
}
.border-l-green-100\/40 {
  border-left-color: rgb(220 252 231 / 0.4);
}
.border-l-green-100\/45 {
  border-left-color: rgb(220 252 231 / 0.45);
}
.border-l-green-100\/5 {
  border-left-color: rgb(220 252 231 / 0.05);
}
.border-l-green-100\/50 {
  border-left-color: rgb(220 252 231 / 0.5);
}
.border-l-green-100\/55 {
  border-left-color: rgb(220 252 231 / 0.55);
}
.border-l-green-100\/60 {
  border-left-color: rgb(220 252 231 / 0.6);
}
.border-l-green-100\/65 {
  border-left-color: rgb(220 252 231 / 0.65);
}
.border-l-green-100\/70 {
  border-left-color: rgb(220 252 231 / 0.7);
}
.border-l-green-100\/75 {
  border-left-color: rgb(220 252 231 / 0.75);
}
.border-l-green-100\/80 {
  border-left-color: rgb(220 252 231 / 0.8);
}
.border-l-green-100\/85 {
  border-left-color: rgb(220 252 231 / 0.85);
}
.border-l-green-100\/90 {
  border-left-color: rgb(220 252 231 / 0.9);
}
.border-l-green-100\/95 {
  border-left-color: rgb(220 252 231 / 0.95);
}
.border-l-green-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-l-green-200\/0 {
  border-left-color: rgb(187 247 208 / 0);
}
.border-l-green-200\/10 {
  border-left-color: rgb(187 247 208 / 0.1);
}
.border-l-green-200\/100 {
  border-left-color: rgb(187 247 208 / 1);
}
.border-l-green-200\/15 {
  border-left-color: rgb(187 247 208 / 0.15);
}
.border-l-green-200\/20 {
  border-left-color: rgb(187 247 208 / 0.2);
}
.border-l-green-200\/25 {
  border-left-color: rgb(187 247 208 / 0.25);
}
.border-l-green-200\/30 {
  border-left-color: rgb(187 247 208 / 0.3);
}
.border-l-green-200\/35 {
  border-left-color: rgb(187 247 208 / 0.35);
}
.border-l-green-200\/40 {
  border-left-color: rgb(187 247 208 / 0.4);
}
.border-l-green-200\/45 {
  border-left-color: rgb(187 247 208 / 0.45);
}
.border-l-green-200\/5 {
  border-left-color: rgb(187 247 208 / 0.05);
}
.border-l-green-200\/50 {
  border-left-color: rgb(187 247 208 / 0.5);
}
.border-l-green-200\/55 {
  border-left-color: rgb(187 247 208 / 0.55);
}
.border-l-green-200\/60 {
  border-left-color: rgb(187 247 208 / 0.6);
}
.border-l-green-200\/65 {
  border-left-color: rgb(187 247 208 / 0.65);
}
.border-l-green-200\/70 {
  border-left-color: rgb(187 247 208 / 0.7);
}
.border-l-green-200\/75 {
  border-left-color: rgb(187 247 208 / 0.75);
}
.border-l-green-200\/80 {
  border-left-color: rgb(187 247 208 / 0.8);
}
.border-l-green-200\/85 {
  border-left-color: rgb(187 247 208 / 0.85);
}
.border-l-green-200\/90 {
  border-left-color: rgb(187 247 208 / 0.9);
}
.border-l-green-200\/95 {
  border-left-color: rgb(187 247 208 / 0.95);
}
.border-l-green-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-l-green-300\/0 {
  border-left-color: rgb(134 239 172 / 0);
}
.border-l-green-300\/10 {
  border-left-color: rgb(134 239 172 / 0.1);
}
.border-l-green-300\/100 {
  border-left-color: rgb(134 239 172 / 1);
}
.border-l-green-300\/15 {
  border-left-color: rgb(134 239 172 / 0.15);
}
.border-l-green-300\/20 {
  border-left-color: rgb(134 239 172 / 0.2);
}
.border-l-green-300\/25 {
  border-left-color: rgb(134 239 172 / 0.25);
}
.border-l-green-300\/30 {
  border-left-color: rgb(134 239 172 / 0.3);
}
.border-l-green-300\/35 {
  border-left-color: rgb(134 239 172 / 0.35);
}
.border-l-green-300\/40 {
  border-left-color: rgb(134 239 172 / 0.4);
}
.border-l-green-300\/45 {
  border-left-color: rgb(134 239 172 / 0.45);
}
.border-l-green-300\/5 {
  border-left-color: rgb(134 239 172 / 0.05);
}
.border-l-green-300\/50 {
  border-left-color: rgb(134 239 172 / 0.5);
}
.border-l-green-300\/55 {
  border-left-color: rgb(134 239 172 / 0.55);
}
.border-l-green-300\/60 {
  border-left-color: rgb(134 239 172 / 0.6);
}
.border-l-green-300\/65 {
  border-left-color: rgb(134 239 172 / 0.65);
}
.border-l-green-300\/70 {
  border-left-color: rgb(134 239 172 / 0.7);
}
.border-l-green-300\/75 {
  border-left-color: rgb(134 239 172 / 0.75);
}
.border-l-green-300\/80 {
  border-left-color: rgb(134 239 172 / 0.8);
}
.border-l-green-300\/85 {
  border-left-color: rgb(134 239 172 / 0.85);
}
.border-l-green-300\/90 {
  border-left-color: rgb(134 239 172 / 0.9);
}
.border-l-green-300\/95 {
  border-left-color: rgb(134 239 172 / 0.95);
}
.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-l-green-400\/0 {
  border-left-color: rgb(74 222 128 / 0);
}
.border-l-green-400\/10 {
  border-left-color: rgb(74 222 128 / 0.1);
}
.border-l-green-400\/100 {
  border-left-color: rgb(74 222 128 / 1);
}
.border-l-green-400\/15 {
  border-left-color: rgb(74 222 128 / 0.15);
}
.border-l-green-400\/20 {
  border-left-color: rgb(74 222 128 / 0.2);
}
.border-l-green-400\/25 {
  border-left-color: rgb(74 222 128 / 0.25);
}
.border-l-green-400\/30 {
  border-left-color: rgb(74 222 128 / 0.3);
}
.border-l-green-400\/35 {
  border-left-color: rgb(74 222 128 / 0.35);
}
.border-l-green-400\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
}
.border-l-green-400\/45 {
  border-left-color: rgb(74 222 128 / 0.45);
}
.border-l-green-400\/5 {
  border-left-color: rgb(74 222 128 / 0.05);
}
.border-l-green-400\/50 {
  border-left-color: rgb(74 222 128 / 0.5);
}
.border-l-green-400\/55 {
  border-left-color: rgb(74 222 128 / 0.55);
}
.border-l-green-400\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
}
.border-l-green-400\/65 {
  border-left-color: rgb(74 222 128 / 0.65);
}
.border-l-green-400\/70 {
  border-left-color: rgb(74 222 128 / 0.7);
}
.border-l-green-400\/75 {
  border-left-color: rgb(74 222 128 / 0.75);
}
.border-l-green-400\/80 {
  border-left-color: rgb(74 222 128 / 0.8);
}
.border-l-green-400\/85 {
  border-left-color: rgb(74 222 128 / 0.85);
}
.border-l-green-400\/90 {
  border-left-color: rgb(74 222 128 / 0.9);
}
.border-l-green-400\/95 {
  border-left-color: rgb(74 222 128 / 0.95);
}
.border-l-green-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-l-green-50\/0 {
  border-left-color: rgb(240 253 244 / 0);
}
.border-l-green-50\/10 {
  border-left-color: rgb(240 253 244 / 0.1);
}
.border-l-green-50\/100 {
  border-left-color: rgb(240 253 244 / 1);
}
.border-l-green-50\/15 {
  border-left-color: rgb(240 253 244 / 0.15);
}
.border-l-green-50\/20 {
  border-left-color: rgb(240 253 244 / 0.2);
}
.border-l-green-50\/25 {
  border-left-color: rgb(240 253 244 / 0.25);
}
.border-l-green-50\/30 {
  border-left-color: rgb(240 253 244 / 0.3);
}
.border-l-green-50\/35 {
  border-left-color: rgb(240 253 244 / 0.35);
}
.border-l-green-50\/40 {
  border-left-color: rgb(240 253 244 / 0.4);
}
.border-l-green-50\/45 {
  border-left-color: rgb(240 253 244 / 0.45);
}
.border-l-green-50\/5 {
  border-left-color: rgb(240 253 244 / 0.05);
}
.border-l-green-50\/50 {
  border-left-color: rgb(240 253 244 / 0.5);
}
.border-l-green-50\/55 {
  border-left-color: rgb(240 253 244 / 0.55);
}
.border-l-green-50\/60 {
  border-left-color: rgb(240 253 244 / 0.6);
}
.border-l-green-50\/65 {
  border-left-color: rgb(240 253 244 / 0.65);
}
.border-l-green-50\/70 {
  border-left-color: rgb(240 253 244 / 0.7);
}
.border-l-green-50\/75 {
  border-left-color: rgb(240 253 244 / 0.75);
}
.border-l-green-50\/80 {
  border-left-color: rgb(240 253 244 / 0.8);
}
.border-l-green-50\/85 {
  border-left-color: rgb(240 253 244 / 0.85);
}
.border-l-green-50\/90 {
  border-left-color: rgb(240 253 244 / 0.9);
}
.border-l-green-50\/95 {
  border-left-color: rgb(240 253 244 / 0.95);
}
.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-l-green-500\/0 {
  border-left-color: rgb(34 197 94 / 0);
}
.border-l-green-500\/10 {
  border-left-color: rgb(34 197 94 / 0.1);
}
.border-l-green-500\/100 {
  border-left-color: rgb(34 197 94 / 1);
}
.border-l-green-500\/15 {
  border-left-color: rgb(34 197 94 / 0.15);
}
.border-l-green-500\/20 {
  border-left-color: rgb(34 197 94 / 0.2);
}
.border-l-green-500\/25 {
  border-left-color: rgb(34 197 94 / 0.25);
}
.border-l-green-500\/30 {
  border-left-color: rgb(34 197 94 / 0.3);
}
.border-l-green-500\/35 {
  border-left-color: rgb(34 197 94 / 0.35);
}
.border-l-green-500\/40 {
  border-left-color: rgb(34 197 94 / 0.4);
}
.border-l-green-500\/45 {
  border-left-color: rgb(34 197 94 / 0.45);
}
.border-l-green-500\/5 {
  border-left-color: rgb(34 197 94 / 0.05);
}
.border-l-green-500\/50 {
  border-left-color: rgb(34 197 94 / 0.5);
}
.border-l-green-500\/55 {
  border-left-color: rgb(34 197 94 / 0.55);
}
.border-l-green-500\/60 {
  border-left-color: rgb(34 197 94 / 0.6);
}
.border-l-green-500\/65 {
  border-left-color: rgb(34 197 94 / 0.65);
}
.border-l-green-500\/70 {
  border-left-color: rgb(34 197 94 / 0.7);
}
.border-l-green-500\/75 {
  border-left-color: rgb(34 197 94 / 0.75);
}
.border-l-green-500\/80 {
  border-left-color: rgb(34 197 94 / 0.8);
}
.border-l-green-500\/85 {
  border-left-color: rgb(34 197 94 / 0.85);
}
.border-l-green-500\/90 {
  border-left-color: rgb(34 197 94 / 0.9);
}
.border-l-green-500\/95 {
  border-left-color: rgb(34 197 94 / 0.95);
}
.border-l-green-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-l-green-600\/0 {
  border-left-color: rgb(22 163 74 / 0);
}
.border-l-green-600\/10 {
  border-left-color: rgb(22 163 74 / 0.1);
}
.border-l-green-600\/100 {
  border-left-color: rgb(22 163 74 / 1);
}
.border-l-green-600\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
}
.border-l-green-600\/20 {
  border-left-color: rgb(22 163 74 / 0.2);
}
.border-l-green-600\/25 {
  border-left-color: rgb(22 163 74 / 0.25);
}
.border-l-green-600\/30 {
  border-left-color: rgb(22 163 74 / 0.3);
}
.border-l-green-600\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
}
.border-l-green-600\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
}
.border-l-green-600\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
}
.border-l-green-600\/5 {
  border-left-color: rgb(22 163 74 / 0.05);
}
.border-l-green-600\/50 {
  border-left-color: rgb(22 163 74 / 0.5);
}
.border-l-green-600\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
}
.border-l-green-600\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
}
.border-l-green-600\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
}
.border-l-green-600\/70 {
  border-left-color: rgb(22 163 74 / 0.7);
}
.border-l-green-600\/75 {
  border-left-color: rgb(22 163 74 / 0.75);
}
.border-l-green-600\/80 {
  border-left-color: rgb(22 163 74 / 0.8);
}
.border-l-green-600\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
}
.border-l-green-600\/90 {
  border-left-color: rgb(22 163 74 / 0.9);
}
.border-l-green-600\/95 {
  border-left-color: rgb(22 163 74 / 0.95);
}
.border-l-green-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-l-green-700\/0 {
  border-left-color: rgb(21 128 61 / 0);
}
.border-l-green-700\/10 {
  border-left-color: rgb(21 128 61 / 0.1);
}
.border-l-green-700\/100 {
  border-left-color: rgb(21 128 61 / 1);
}
.border-l-green-700\/15 {
  border-left-color: rgb(21 128 61 / 0.15);
}
.border-l-green-700\/20 {
  border-left-color: rgb(21 128 61 / 0.2);
}
.border-l-green-700\/25 {
  border-left-color: rgb(21 128 61 / 0.25);
}
.border-l-green-700\/30 {
  border-left-color: rgb(21 128 61 / 0.3);
}
.border-l-green-700\/35 {
  border-left-color: rgb(21 128 61 / 0.35);
}
.border-l-green-700\/40 {
  border-left-color: rgb(21 128 61 / 0.4);
}
.border-l-green-700\/45 {
  border-left-color: rgb(21 128 61 / 0.45);
}
.border-l-green-700\/5 {
  border-left-color: rgb(21 128 61 / 0.05);
}
.border-l-green-700\/50 {
  border-left-color: rgb(21 128 61 / 0.5);
}
.border-l-green-700\/55 {
  border-left-color: rgb(21 128 61 / 0.55);
}
.border-l-green-700\/60 {
  border-left-color: rgb(21 128 61 / 0.6);
}
.border-l-green-700\/65 {
  border-left-color: rgb(21 128 61 / 0.65);
}
.border-l-green-700\/70 {
  border-left-color: rgb(21 128 61 / 0.7);
}
.border-l-green-700\/75 {
  border-left-color: rgb(21 128 61 / 0.75);
}
.border-l-green-700\/80 {
  border-left-color: rgb(21 128 61 / 0.8);
}
.border-l-green-700\/85 {
  border-left-color: rgb(21 128 61 / 0.85);
}
.border-l-green-700\/90 {
  border-left-color: rgb(21 128 61 / 0.9);
}
.border-l-green-700\/95 {
  border-left-color: rgb(21 128 61 / 0.95);
}
.border-l-green-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-l-green-800\/0 {
  border-left-color: rgb(22 101 52 / 0);
}
.border-l-green-800\/10 {
  border-left-color: rgb(22 101 52 / 0.1);
}
.border-l-green-800\/100 {
  border-left-color: rgb(22 101 52 / 1);
}
.border-l-green-800\/15 {
  border-left-color: rgb(22 101 52 / 0.15);
}
.border-l-green-800\/20 {
  border-left-color: rgb(22 101 52 / 0.2);
}
.border-l-green-800\/25 {
  border-left-color: rgb(22 101 52 / 0.25);
}
.border-l-green-800\/30 {
  border-left-color: rgb(22 101 52 / 0.3);
}
.border-l-green-800\/35 {
  border-left-color: rgb(22 101 52 / 0.35);
}
.border-l-green-800\/40 {
  border-left-color: rgb(22 101 52 / 0.4);
}
.border-l-green-800\/45 {
  border-left-color: rgb(22 101 52 / 0.45);
}
.border-l-green-800\/5 {
  border-left-color: rgb(22 101 52 / 0.05);
}
.border-l-green-800\/50 {
  border-left-color: rgb(22 101 52 / 0.5);
}
.border-l-green-800\/55 {
  border-left-color: rgb(22 101 52 / 0.55);
}
.border-l-green-800\/60 {
  border-left-color: rgb(22 101 52 / 0.6);
}
.border-l-green-800\/65 {
  border-left-color: rgb(22 101 52 / 0.65);
}
.border-l-green-800\/70 {
  border-left-color: rgb(22 101 52 / 0.7);
}
.border-l-green-800\/75 {
  border-left-color: rgb(22 101 52 / 0.75);
}
.border-l-green-800\/80 {
  border-left-color: rgb(22 101 52 / 0.8);
}
.border-l-green-800\/85 {
  border-left-color: rgb(22 101 52 / 0.85);
}
.border-l-green-800\/90 {
  border-left-color: rgb(22 101 52 / 0.9);
}
.border-l-green-800\/95 {
  border-left-color: rgb(22 101 52 / 0.95);
}
.border-l-green-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-l-green-900\/0 {
  border-left-color: rgb(20 83 45 / 0);
}
.border-l-green-900\/10 {
  border-left-color: rgb(20 83 45 / 0.1);
}
.border-l-green-900\/100 {
  border-left-color: rgb(20 83 45 / 1);
}
.border-l-green-900\/15 {
  border-left-color: rgb(20 83 45 / 0.15);
}
.border-l-green-900\/20 {
  border-left-color: rgb(20 83 45 / 0.2);
}
.border-l-green-900\/25 {
  border-left-color: rgb(20 83 45 / 0.25);
}
.border-l-green-900\/30 {
  border-left-color: rgb(20 83 45 / 0.3);
}
.border-l-green-900\/35 {
  border-left-color: rgb(20 83 45 / 0.35);
}
.border-l-green-900\/40 {
  border-left-color: rgb(20 83 45 / 0.4);
}
.border-l-green-900\/45 {
  border-left-color: rgb(20 83 45 / 0.45);
}
.border-l-green-900\/5 {
  border-left-color: rgb(20 83 45 / 0.05);
}
.border-l-green-900\/50 {
  border-left-color: rgb(20 83 45 / 0.5);
}
.border-l-green-900\/55 {
  border-left-color: rgb(20 83 45 / 0.55);
}
.border-l-green-900\/60 {
  border-left-color: rgb(20 83 45 / 0.6);
}
.border-l-green-900\/65 {
  border-left-color: rgb(20 83 45 / 0.65);
}
.border-l-green-900\/70 {
  border-left-color: rgb(20 83 45 / 0.7);
}
.border-l-green-900\/75 {
  border-left-color: rgb(20 83 45 / 0.75);
}
.border-l-green-900\/80 {
  border-left-color: rgb(20 83 45 / 0.8);
}
.border-l-green-900\/85 {
  border-left-color: rgb(20 83 45 / 0.85);
}
.border-l-green-900\/90 {
  border-left-color: rgb(20 83 45 / 0.9);
}
.border-l-green-900\/95 {
  border-left-color: rgb(20 83 45 / 0.95);
}
.border-l-green-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-l-green-950\/0 {
  border-left-color: rgb(5 46 22 / 0);
}
.border-l-green-950\/10 {
  border-left-color: rgb(5 46 22 / 0.1);
}
.border-l-green-950\/100 {
  border-left-color: rgb(5 46 22 / 1);
}
.border-l-green-950\/15 {
  border-left-color: rgb(5 46 22 / 0.15);
}
.border-l-green-950\/20 {
  border-left-color: rgb(5 46 22 / 0.2);
}
.border-l-green-950\/25 {
  border-left-color: rgb(5 46 22 / 0.25);
}
.border-l-green-950\/30 {
  border-left-color: rgb(5 46 22 / 0.3);
}
.border-l-green-950\/35 {
  border-left-color: rgb(5 46 22 / 0.35);
}
.border-l-green-950\/40 {
  border-left-color: rgb(5 46 22 / 0.4);
}
.border-l-green-950\/45 {
  border-left-color: rgb(5 46 22 / 0.45);
}
.border-l-green-950\/5 {
  border-left-color: rgb(5 46 22 / 0.05);
}
.border-l-green-950\/50 {
  border-left-color: rgb(5 46 22 / 0.5);
}
.border-l-green-950\/55 {
  border-left-color: rgb(5 46 22 / 0.55);
}
.border-l-green-950\/60 {
  border-left-color: rgb(5 46 22 / 0.6);
}
.border-l-green-950\/65 {
  border-left-color: rgb(5 46 22 / 0.65);
}
.border-l-green-950\/70 {
  border-left-color: rgb(5 46 22 / 0.7);
}
.border-l-green-950\/75 {
  border-left-color: rgb(5 46 22 / 0.75);
}
.border-l-green-950\/80 {
  border-left-color: rgb(5 46 22 / 0.8);
}
.border-l-green-950\/85 {
  border-left-color: rgb(5 46 22 / 0.85);
}
.border-l-green-950\/90 {
  border-left-color: rgb(5 46 22 / 0.9);
}
.border-l-green-950\/95 {
  border-left-color: rgb(5 46 22 / 0.95);
}
.border-l-indigo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-100\/0 {
  border-left-color: rgb(224 231 255 / 0);
}
.border-l-indigo-100\/10 {
  border-left-color: rgb(224 231 255 / 0.1);
}
.border-l-indigo-100\/100 {
  border-left-color: rgb(224 231 255 / 1);
}
.border-l-indigo-100\/15 {
  border-left-color: rgb(224 231 255 / 0.15);
}
.border-l-indigo-100\/20 {
  border-left-color: rgb(224 231 255 / 0.2);
}
.border-l-indigo-100\/25 {
  border-left-color: rgb(224 231 255 / 0.25);
}
.border-l-indigo-100\/30 {
  border-left-color: rgb(224 231 255 / 0.3);
}
.border-l-indigo-100\/35 {
  border-left-color: rgb(224 231 255 / 0.35);
}
.border-l-indigo-100\/40 {
  border-left-color: rgb(224 231 255 / 0.4);
}
.border-l-indigo-100\/45 {
  border-left-color: rgb(224 231 255 / 0.45);
}
.border-l-indigo-100\/5 {
  border-left-color: rgb(224 231 255 / 0.05);
}
.border-l-indigo-100\/50 {
  border-left-color: rgb(224 231 255 / 0.5);
}
.border-l-indigo-100\/55 {
  border-left-color: rgb(224 231 255 / 0.55);
}
.border-l-indigo-100\/60 {
  border-left-color: rgb(224 231 255 / 0.6);
}
.border-l-indigo-100\/65 {
  border-left-color: rgb(224 231 255 / 0.65);
}
.border-l-indigo-100\/70 {
  border-left-color: rgb(224 231 255 / 0.7);
}
.border-l-indigo-100\/75 {
  border-left-color: rgb(224 231 255 / 0.75);
}
.border-l-indigo-100\/80 {
  border-left-color: rgb(224 231 255 / 0.8);
}
.border-l-indigo-100\/85 {
  border-left-color: rgb(224 231 255 / 0.85);
}
.border-l-indigo-100\/90 {
  border-left-color: rgb(224 231 255 / 0.9);
}
.border-l-indigo-100\/95 {
  border-left-color: rgb(224 231 255 / 0.95);
}
.border-l-indigo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-l-indigo-200\/0 {
  border-left-color: rgb(199 210 254 / 0);
}
.border-l-indigo-200\/10 {
  border-left-color: rgb(199 210 254 / 0.1);
}
.border-l-indigo-200\/100 {
  border-left-color: rgb(199 210 254 / 1);
}
.border-l-indigo-200\/15 {
  border-left-color: rgb(199 210 254 / 0.15);
}
.border-l-indigo-200\/20 {
  border-left-color: rgb(199 210 254 / 0.2);
}
.border-l-indigo-200\/25 {
  border-left-color: rgb(199 210 254 / 0.25);
}
.border-l-indigo-200\/30 {
  border-left-color: rgb(199 210 254 / 0.3);
}
.border-l-indigo-200\/35 {
  border-left-color: rgb(199 210 254 / 0.35);
}
.border-l-indigo-200\/40 {
  border-left-color: rgb(199 210 254 / 0.4);
}
.border-l-indigo-200\/45 {
  border-left-color: rgb(199 210 254 / 0.45);
}
.border-l-indigo-200\/5 {
  border-left-color: rgb(199 210 254 / 0.05);
}
.border-l-indigo-200\/50 {
  border-left-color: rgb(199 210 254 / 0.5);
}
.border-l-indigo-200\/55 {
  border-left-color: rgb(199 210 254 / 0.55);
}
.border-l-indigo-200\/60 {
  border-left-color: rgb(199 210 254 / 0.6);
}
.border-l-indigo-200\/65 {
  border-left-color: rgb(199 210 254 / 0.65);
}
.border-l-indigo-200\/70 {
  border-left-color: rgb(199 210 254 / 0.7);
}
.border-l-indigo-200\/75 {
  border-left-color: rgb(199 210 254 / 0.75);
}
.border-l-indigo-200\/80 {
  border-left-color: rgb(199 210 254 / 0.8);
}
.border-l-indigo-200\/85 {
  border-left-color: rgb(199 210 254 / 0.85);
}
.border-l-indigo-200\/90 {
  border-left-color: rgb(199 210 254 / 0.9);
}
.border-l-indigo-200\/95 {
  border-left-color: rgb(199 210 254 / 0.95);
}
.border-l-indigo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-l-indigo-300\/0 {
  border-left-color: rgb(165 180 252 / 0);
}
.border-l-indigo-300\/10 {
  border-left-color: rgb(165 180 252 / 0.1);
}
.border-l-indigo-300\/100 {
  border-left-color: rgb(165 180 252 / 1);
}
.border-l-indigo-300\/15 {
  border-left-color: rgb(165 180 252 / 0.15);
}
.border-l-indigo-300\/20 {
  border-left-color: rgb(165 180 252 / 0.2);
}
.border-l-indigo-300\/25 {
  border-left-color: rgb(165 180 252 / 0.25);
}
.border-l-indigo-300\/30 {
  border-left-color: rgb(165 180 252 / 0.3);
}
.border-l-indigo-300\/35 {
  border-left-color: rgb(165 180 252 / 0.35);
}
.border-l-indigo-300\/40 {
  border-left-color: rgb(165 180 252 / 0.4);
}
.border-l-indigo-300\/45 {
  border-left-color: rgb(165 180 252 / 0.45);
}
.border-l-indigo-300\/5 {
  border-left-color: rgb(165 180 252 / 0.05);
}
.border-l-indigo-300\/50 {
  border-left-color: rgb(165 180 252 / 0.5);
}
.border-l-indigo-300\/55 {
  border-left-color: rgb(165 180 252 / 0.55);
}
.border-l-indigo-300\/60 {
  border-left-color: rgb(165 180 252 / 0.6);
}
.border-l-indigo-300\/65 {
  border-left-color: rgb(165 180 252 / 0.65);
}
.border-l-indigo-300\/70 {
  border-left-color: rgb(165 180 252 / 0.7);
}
.border-l-indigo-300\/75 {
  border-left-color: rgb(165 180 252 / 0.75);
}
.border-l-indigo-300\/80 {
  border-left-color: rgb(165 180 252 / 0.8);
}
.border-l-indigo-300\/85 {
  border-left-color: rgb(165 180 252 / 0.85);
}
.border-l-indigo-300\/90 {
  border-left-color: rgb(165 180 252 / 0.9);
}
.border-l-indigo-300\/95 {
  border-left-color: rgb(165 180 252 / 0.95);
}
.border-l-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-l-indigo-400\/0 {
  border-left-color: rgb(129 140 248 / 0);
}
.border-l-indigo-400\/10 {
  border-left-color: rgb(129 140 248 / 0.1);
}
.border-l-indigo-400\/100 {
  border-left-color: rgb(129 140 248 / 1);
}
.border-l-indigo-400\/15 {
  border-left-color: rgb(129 140 248 / 0.15);
}
.border-l-indigo-400\/20 {
  border-left-color: rgb(129 140 248 / 0.2);
}
.border-l-indigo-400\/25 {
  border-left-color: rgb(129 140 248 / 0.25);
}
.border-l-indigo-400\/30 {
  border-left-color: rgb(129 140 248 / 0.3);
}
.border-l-indigo-400\/35 {
  border-left-color: rgb(129 140 248 / 0.35);
}
.border-l-indigo-400\/40 {
  border-left-color: rgb(129 140 248 / 0.4);
}
.border-l-indigo-400\/45 {
  border-left-color: rgb(129 140 248 / 0.45);
}
.border-l-indigo-400\/5 {
  border-left-color: rgb(129 140 248 / 0.05);
}
.border-l-indigo-400\/50 {
  border-left-color: rgb(129 140 248 / 0.5);
}
.border-l-indigo-400\/55 {
  border-left-color: rgb(129 140 248 / 0.55);
}
.border-l-indigo-400\/60 {
  border-left-color: rgb(129 140 248 / 0.6);
}
.border-l-indigo-400\/65 {
  border-left-color: rgb(129 140 248 / 0.65);
}
.border-l-indigo-400\/70 {
  border-left-color: rgb(129 140 248 / 0.7);
}
.border-l-indigo-400\/75 {
  border-left-color: rgb(129 140 248 / 0.75);
}
.border-l-indigo-400\/80 {
  border-left-color: rgb(129 140 248 / 0.8);
}
.border-l-indigo-400\/85 {
  border-left-color: rgb(129 140 248 / 0.85);
}
.border-l-indigo-400\/90 {
  border-left-color: rgb(129 140 248 / 0.9);
}
.border-l-indigo-400\/95 {
  border-left-color: rgb(129 140 248 / 0.95);
}
.border-l-indigo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-l-indigo-50\/0 {
  border-left-color: rgb(238 242 255 / 0);
}
.border-l-indigo-50\/10 {
  border-left-color: rgb(238 242 255 / 0.1);
}
.border-l-indigo-50\/100 {
  border-left-color: rgb(238 242 255 / 1);
}
.border-l-indigo-50\/15 {
  border-left-color: rgb(238 242 255 / 0.15);
}
.border-l-indigo-50\/20 {
  border-left-color: rgb(238 242 255 / 0.2);
}
.border-l-indigo-50\/25 {
  border-left-color: rgb(238 242 255 / 0.25);
}
.border-l-indigo-50\/30 {
  border-left-color: rgb(238 242 255 / 0.3);
}
.border-l-indigo-50\/35 {
  border-left-color: rgb(238 242 255 / 0.35);
}
.border-l-indigo-50\/40 {
  border-left-color: rgb(238 242 255 / 0.4);
}
.border-l-indigo-50\/45 {
  border-left-color: rgb(238 242 255 / 0.45);
}
.border-l-indigo-50\/5 {
  border-left-color: rgb(238 242 255 / 0.05);
}
.border-l-indigo-50\/50 {
  border-left-color: rgb(238 242 255 / 0.5);
}
.border-l-indigo-50\/55 {
  border-left-color: rgb(238 242 255 / 0.55);
}
.border-l-indigo-50\/60 {
  border-left-color: rgb(238 242 255 / 0.6);
}
.border-l-indigo-50\/65 {
  border-left-color: rgb(238 242 255 / 0.65);
}
.border-l-indigo-50\/70 {
  border-left-color: rgb(238 242 255 / 0.7);
}
.border-l-indigo-50\/75 {
  border-left-color: rgb(238 242 255 / 0.75);
}
.border-l-indigo-50\/80 {
  border-left-color: rgb(238 242 255 / 0.8);
}
.border-l-indigo-50\/85 {
  border-left-color: rgb(238 242 255 / 0.85);
}
.border-l-indigo-50\/90 {
  border-left-color: rgb(238 242 255 / 0.9);
}
.border-l-indigo-50\/95 {
  border-left-color: rgb(238 242 255 / 0.95);
}
.border-l-indigo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-l-indigo-500\/0 {
  border-left-color: rgb(99 102 241 / 0);
}
.border-l-indigo-500\/10 {
  border-left-color: rgb(99 102 241 / 0.1);
}
.border-l-indigo-500\/100 {
  border-left-color: rgb(99 102 241 / 1);
}
.border-l-indigo-500\/15 {
  border-left-color: rgb(99 102 241 / 0.15);
}
.border-l-indigo-500\/20 {
  border-left-color: rgb(99 102 241 / 0.2);
}
.border-l-indigo-500\/25 {
  border-left-color: rgb(99 102 241 / 0.25);
}
.border-l-indigo-500\/30 {
  border-left-color: rgb(99 102 241 / 0.3);
}
.border-l-indigo-500\/35 {
  border-left-color: rgb(99 102 241 / 0.35);
}
.border-l-indigo-500\/40 {
  border-left-color: rgb(99 102 241 / 0.4);
}
.border-l-indigo-500\/45 {
  border-left-color: rgb(99 102 241 / 0.45);
}
.border-l-indigo-500\/5 {
  border-left-color: rgb(99 102 241 / 0.05);
}
.border-l-indigo-500\/50 {
  border-left-color: rgb(99 102 241 / 0.5);
}
.border-l-indigo-500\/55 {
  border-left-color: rgb(99 102 241 / 0.55);
}
.border-l-indigo-500\/60 {
  border-left-color: rgb(99 102 241 / 0.6);
}
.border-l-indigo-500\/65 {
  border-left-color: rgb(99 102 241 / 0.65);
}
.border-l-indigo-500\/70 {
  border-left-color: rgb(99 102 241 / 0.7);
}
.border-l-indigo-500\/75 {
  border-left-color: rgb(99 102 241 / 0.75);
}
.border-l-indigo-500\/80 {
  border-left-color: rgb(99 102 241 / 0.8);
}
.border-l-indigo-500\/85 {
  border-left-color: rgb(99 102 241 / 0.85);
}
.border-l-indigo-500\/90 {
  border-left-color: rgb(99 102 241 / 0.9);
}
.border-l-indigo-500\/95 {
  border-left-color: rgb(99 102 241 / 0.95);
}
.border-l-indigo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-l-indigo-600\/0 {
  border-left-color: rgb(79 70 229 / 0);
}
.border-l-indigo-600\/10 {
  border-left-color: rgb(79 70 229 / 0.1);
}
.border-l-indigo-600\/100 {
  border-left-color: rgb(79 70 229 / 1);
}
.border-l-indigo-600\/15 {
  border-left-color: rgb(79 70 229 / 0.15);
}
.border-l-indigo-600\/20 {
  border-left-color: rgb(79 70 229 / 0.2);
}
.border-l-indigo-600\/25 {
  border-left-color: rgb(79 70 229 / 0.25);
}
.border-l-indigo-600\/30 {
  border-left-color: rgb(79 70 229 / 0.3);
}
.border-l-indigo-600\/35 {
  border-left-color: rgb(79 70 229 / 0.35);
}
.border-l-indigo-600\/40 {
  border-left-color: rgb(79 70 229 / 0.4);
}
.border-l-indigo-600\/45 {
  border-left-color: rgb(79 70 229 / 0.45);
}
.border-l-indigo-600\/5 {
  border-left-color: rgb(79 70 229 / 0.05);
}
.border-l-indigo-600\/50 {
  border-left-color: rgb(79 70 229 / 0.5);
}
.border-l-indigo-600\/55 {
  border-left-color: rgb(79 70 229 / 0.55);
}
.border-l-indigo-600\/60 {
  border-left-color: rgb(79 70 229 / 0.6);
}
.border-l-indigo-600\/65 {
  border-left-color: rgb(79 70 229 / 0.65);
}
.border-l-indigo-600\/70 {
  border-left-color: rgb(79 70 229 / 0.7);
}
.border-l-indigo-600\/75 {
  border-left-color: rgb(79 70 229 / 0.75);
}
.border-l-indigo-600\/80 {
  border-left-color: rgb(79 70 229 / 0.8);
}
.border-l-indigo-600\/85 {
  border-left-color: rgb(79 70 229 / 0.85);
}
.border-l-indigo-600\/90 {
  border-left-color: rgb(79 70 229 / 0.9);
}
.border-l-indigo-600\/95 {
  border-left-color: rgb(79 70 229 / 0.95);
}
.border-l-indigo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-l-indigo-700\/0 {
  border-left-color: rgb(67 56 202 / 0);
}
.border-l-indigo-700\/10 {
  border-left-color: rgb(67 56 202 / 0.1);
}
.border-l-indigo-700\/100 {
  border-left-color: rgb(67 56 202 / 1);
}
.border-l-indigo-700\/15 {
  border-left-color: rgb(67 56 202 / 0.15);
}
.border-l-indigo-700\/20 {
  border-left-color: rgb(67 56 202 / 0.2);
}
.border-l-indigo-700\/25 {
  border-left-color: rgb(67 56 202 / 0.25);
}
.border-l-indigo-700\/30 {
  border-left-color: rgb(67 56 202 / 0.3);
}
.border-l-indigo-700\/35 {
  border-left-color: rgb(67 56 202 / 0.35);
}
.border-l-indigo-700\/40 {
  border-left-color: rgb(67 56 202 / 0.4);
}
.border-l-indigo-700\/45 {
  border-left-color: rgb(67 56 202 / 0.45);
}
.border-l-indigo-700\/5 {
  border-left-color: rgb(67 56 202 / 0.05);
}
.border-l-indigo-700\/50 {
  border-left-color: rgb(67 56 202 / 0.5);
}
.border-l-indigo-700\/55 {
  border-left-color: rgb(67 56 202 / 0.55);
}
.border-l-indigo-700\/60 {
  border-left-color: rgb(67 56 202 / 0.6);
}
.border-l-indigo-700\/65 {
  border-left-color: rgb(67 56 202 / 0.65);
}
.border-l-indigo-700\/70 {
  border-left-color: rgb(67 56 202 / 0.7);
}
.border-l-indigo-700\/75 {
  border-left-color: rgb(67 56 202 / 0.75);
}
.border-l-indigo-700\/80 {
  border-left-color: rgb(67 56 202 / 0.8);
}
.border-l-indigo-700\/85 {
  border-left-color: rgb(67 56 202 / 0.85);
}
.border-l-indigo-700\/90 {
  border-left-color: rgb(67 56 202 / 0.9);
}
.border-l-indigo-700\/95 {
  border-left-color: rgb(67 56 202 / 0.95);
}
.border-l-indigo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-l-indigo-800\/0 {
  border-left-color: rgb(55 48 163 / 0);
}
.border-l-indigo-800\/10 {
  border-left-color: rgb(55 48 163 / 0.1);
}
.border-l-indigo-800\/100 {
  border-left-color: rgb(55 48 163 / 1);
}
.border-l-indigo-800\/15 {
  border-left-color: rgb(55 48 163 / 0.15);
}
.border-l-indigo-800\/20 {
  border-left-color: rgb(55 48 163 / 0.2);
}
.border-l-indigo-800\/25 {
  border-left-color: rgb(55 48 163 / 0.25);
}
.border-l-indigo-800\/30 {
  border-left-color: rgb(55 48 163 / 0.3);
}
.border-l-indigo-800\/35 {
  border-left-color: rgb(55 48 163 / 0.35);
}
.border-l-indigo-800\/40 {
  border-left-color: rgb(55 48 163 / 0.4);
}
.border-l-indigo-800\/45 {
  border-left-color: rgb(55 48 163 / 0.45);
}
.border-l-indigo-800\/5 {
  border-left-color: rgb(55 48 163 / 0.05);
}
.border-l-indigo-800\/50 {
  border-left-color: rgb(55 48 163 / 0.5);
}
.border-l-indigo-800\/55 {
  border-left-color: rgb(55 48 163 / 0.55);
}
.border-l-indigo-800\/60 {
  border-left-color: rgb(55 48 163 / 0.6);
}
.border-l-indigo-800\/65 {
  border-left-color: rgb(55 48 163 / 0.65);
}
.border-l-indigo-800\/70 {
  border-left-color: rgb(55 48 163 / 0.7);
}
.border-l-indigo-800\/75 {
  border-left-color: rgb(55 48 163 / 0.75);
}
.border-l-indigo-800\/80 {
  border-left-color: rgb(55 48 163 / 0.8);
}
.border-l-indigo-800\/85 {
  border-left-color: rgb(55 48 163 / 0.85);
}
.border-l-indigo-800\/90 {
  border-left-color: rgb(55 48 163 / 0.9);
}
.border-l-indigo-800\/95 {
  border-left-color: rgb(55 48 163 / 0.95);
}
.border-l-indigo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-l-indigo-900\/0 {
  border-left-color: rgb(49 46 129 / 0);
}
.border-l-indigo-900\/10 {
  border-left-color: rgb(49 46 129 / 0.1);
}
.border-l-indigo-900\/100 {
  border-left-color: rgb(49 46 129 / 1);
}
.border-l-indigo-900\/15 {
  border-left-color: rgb(49 46 129 / 0.15);
}
.border-l-indigo-900\/20 {
  border-left-color: rgb(49 46 129 / 0.2);
}
.border-l-indigo-900\/25 {
  border-left-color: rgb(49 46 129 / 0.25);
}
.border-l-indigo-900\/30 {
  border-left-color: rgb(49 46 129 / 0.3);
}
.border-l-indigo-900\/35 {
  border-left-color: rgb(49 46 129 / 0.35);
}
.border-l-indigo-900\/40 {
  border-left-color: rgb(49 46 129 / 0.4);
}
.border-l-indigo-900\/45 {
  border-left-color: rgb(49 46 129 / 0.45);
}
.border-l-indigo-900\/5 {
  border-left-color: rgb(49 46 129 / 0.05);
}
.border-l-indigo-900\/50 {
  border-left-color: rgb(49 46 129 / 0.5);
}
.border-l-indigo-900\/55 {
  border-left-color: rgb(49 46 129 / 0.55);
}
.border-l-indigo-900\/60 {
  border-left-color: rgb(49 46 129 / 0.6);
}
.border-l-indigo-900\/65 {
  border-left-color: rgb(49 46 129 / 0.65);
}
.border-l-indigo-900\/70 {
  border-left-color: rgb(49 46 129 / 0.7);
}
.border-l-indigo-900\/75 {
  border-left-color: rgb(49 46 129 / 0.75);
}
.border-l-indigo-900\/80 {
  border-left-color: rgb(49 46 129 / 0.8);
}
.border-l-indigo-900\/85 {
  border-left-color: rgb(49 46 129 / 0.85);
}
.border-l-indigo-900\/90 {
  border-left-color: rgb(49 46 129 / 0.9);
}
.border-l-indigo-900\/95 {
  border-left-color: rgb(49 46 129 / 0.95);
}
.border-l-indigo-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-l-indigo-950\/0 {
  border-left-color: rgb(30 27 75 / 0);
}
.border-l-indigo-950\/10 {
  border-left-color: rgb(30 27 75 / 0.1);
}
.border-l-indigo-950\/100 {
  border-left-color: rgb(30 27 75 / 1);
}
.border-l-indigo-950\/15 {
  border-left-color: rgb(30 27 75 / 0.15);
}
.border-l-indigo-950\/20 {
  border-left-color: rgb(30 27 75 / 0.2);
}
.border-l-indigo-950\/25 {
  border-left-color: rgb(30 27 75 / 0.25);
}
.border-l-indigo-950\/30 {
  border-left-color: rgb(30 27 75 / 0.3);
}
.border-l-indigo-950\/35 {
  border-left-color: rgb(30 27 75 / 0.35);
}
.border-l-indigo-950\/40 {
  border-left-color: rgb(30 27 75 / 0.4);
}
.border-l-indigo-950\/45 {
  border-left-color: rgb(30 27 75 / 0.45);
}
.border-l-indigo-950\/5 {
  border-left-color: rgb(30 27 75 / 0.05);
}
.border-l-indigo-950\/50 {
  border-left-color: rgb(30 27 75 / 0.5);
}
.border-l-indigo-950\/55 {
  border-left-color: rgb(30 27 75 / 0.55);
}
.border-l-indigo-950\/60 {
  border-left-color: rgb(30 27 75 / 0.6);
}
.border-l-indigo-950\/65 {
  border-left-color: rgb(30 27 75 / 0.65);
}
.border-l-indigo-950\/70 {
  border-left-color: rgb(30 27 75 / 0.7);
}
.border-l-indigo-950\/75 {
  border-left-color: rgb(30 27 75 / 0.75);
}
.border-l-indigo-950\/80 {
  border-left-color: rgb(30 27 75 / 0.8);
}
.border-l-indigo-950\/85 {
  border-left-color: rgb(30 27 75 / 0.85);
}
.border-l-indigo-950\/90 {
  border-left-color: rgb(30 27 75 / 0.9);
}
.border-l-indigo-950\/95 {
  border-left-color: rgb(30 27 75 / 0.95);
}
.border-l-inherit {
  border-left-color: inherit;
}
.border-l-input {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}
.border-l-input\/0 {
  border-left-color: hsl(var(--input) / 0);
}
.border-l-input\/10 {
  border-left-color: hsl(var(--input) / 0.1);
}
.border-l-input\/100 {
  border-left-color: hsl(var(--input) / 1);
}
.border-l-input\/15 {
  border-left-color: hsl(var(--input) / 0.15);
}
.border-l-input\/20 {
  border-left-color: hsl(var(--input) / 0.2);
}
.border-l-input\/25 {
  border-left-color: hsl(var(--input) / 0.25);
}
.border-l-input\/30 {
  border-left-color: hsl(var(--input) / 0.3);
}
.border-l-input\/35 {
  border-left-color: hsl(var(--input) / 0.35);
}
.border-l-input\/40 {
  border-left-color: hsl(var(--input) / 0.4);
}
.border-l-input\/45 {
  border-left-color: hsl(var(--input) / 0.45);
}
.border-l-input\/5 {
  border-left-color: hsl(var(--input) / 0.05);
}
.border-l-input\/50 {
  border-left-color: hsl(var(--input) / 0.5);
}
.border-l-input\/55 {
  border-left-color: hsl(var(--input) / 0.55);
}
.border-l-input\/60 {
  border-left-color: hsl(var(--input) / 0.6);
}
.border-l-input\/65 {
  border-left-color: hsl(var(--input) / 0.65);
}
.border-l-input\/70 {
  border-left-color: hsl(var(--input) / 0.7);
}
.border-l-input\/75 {
  border-left-color: hsl(var(--input) / 0.75);
}
.border-l-input\/80 {
  border-left-color: hsl(var(--input) / 0.8);
}
.border-l-input\/85 {
  border-left-color: hsl(var(--input) / 0.85);
}
.border-l-input\/90 {
  border-left-color: hsl(var(--input) / 0.9);
}
.border-l-input\/95 {
  border-left-color: hsl(var(--input) / 0.95);
}
.border-l-lime-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-l-lime-100\/0 {
  border-left-color: rgb(236 252 203 / 0);
}
.border-l-lime-100\/10 {
  border-left-color: rgb(236 252 203 / 0.1);
}
.border-l-lime-100\/100 {
  border-left-color: rgb(236 252 203 / 1);
}
.border-l-lime-100\/15 {
  border-left-color: rgb(236 252 203 / 0.15);
}
.border-l-lime-100\/20 {
  border-left-color: rgb(236 252 203 / 0.2);
}
.border-l-lime-100\/25 {
  border-left-color: rgb(236 252 203 / 0.25);
}
.border-l-lime-100\/30 {
  border-left-color: rgb(236 252 203 / 0.3);
}
.border-l-lime-100\/35 {
  border-left-color: rgb(236 252 203 / 0.35);
}
.border-l-lime-100\/40 {
  border-left-color: rgb(236 252 203 / 0.4);
}
.border-l-lime-100\/45 {
  border-left-color: rgb(236 252 203 / 0.45);
}
.border-l-lime-100\/5 {
  border-left-color: rgb(236 252 203 / 0.05);
}
.border-l-lime-100\/50 {
  border-left-color: rgb(236 252 203 / 0.5);
}
.border-l-lime-100\/55 {
  border-left-color: rgb(236 252 203 / 0.55);
}
.border-l-lime-100\/60 {
  border-left-color: rgb(236 252 203 / 0.6);
}
.border-l-lime-100\/65 {
  border-left-color: rgb(236 252 203 / 0.65);
}
.border-l-lime-100\/70 {
  border-left-color: rgb(236 252 203 / 0.7);
}
.border-l-lime-100\/75 {
  border-left-color: rgb(236 252 203 / 0.75);
}
.border-l-lime-100\/80 {
  border-left-color: rgb(236 252 203 / 0.8);
}
.border-l-lime-100\/85 {
  border-left-color: rgb(236 252 203 / 0.85);
}
.border-l-lime-100\/90 {
  border-left-color: rgb(236 252 203 / 0.9);
}
.border-l-lime-100\/95 {
  border-left-color: rgb(236 252 203 / 0.95);
}
.border-l-lime-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-l-lime-200\/0 {
  border-left-color: rgb(217 249 157 / 0);
}
.border-l-lime-200\/10 {
  border-left-color: rgb(217 249 157 / 0.1);
}
.border-l-lime-200\/100 {
  border-left-color: rgb(217 249 157 / 1);
}
.border-l-lime-200\/15 {
  border-left-color: rgb(217 249 157 / 0.15);
}
.border-l-lime-200\/20 {
  border-left-color: rgb(217 249 157 / 0.2);
}
.border-l-lime-200\/25 {
  border-left-color: rgb(217 249 157 / 0.25);
}
.border-l-lime-200\/30 {
  border-left-color: rgb(217 249 157 / 0.3);
}
.border-l-lime-200\/35 {
  border-left-color: rgb(217 249 157 / 0.35);
}
.border-l-lime-200\/40 {
  border-left-color: rgb(217 249 157 / 0.4);
}
.border-l-lime-200\/45 {
  border-left-color: rgb(217 249 157 / 0.45);
}
.border-l-lime-200\/5 {
  border-left-color: rgb(217 249 157 / 0.05);
}
.border-l-lime-200\/50 {
  border-left-color: rgb(217 249 157 / 0.5);
}
.border-l-lime-200\/55 {
  border-left-color: rgb(217 249 157 / 0.55);
}
.border-l-lime-200\/60 {
  border-left-color: rgb(217 249 157 / 0.6);
}
.border-l-lime-200\/65 {
  border-left-color: rgb(217 249 157 / 0.65);
}
.border-l-lime-200\/70 {
  border-left-color: rgb(217 249 157 / 0.7);
}
.border-l-lime-200\/75 {
  border-left-color: rgb(217 249 157 / 0.75);
}
.border-l-lime-200\/80 {
  border-left-color: rgb(217 249 157 / 0.8);
}
.border-l-lime-200\/85 {
  border-left-color: rgb(217 249 157 / 0.85);
}
.border-l-lime-200\/90 {
  border-left-color: rgb(217 249 157 / 0.9);
}
.border-l-lime-200\/95 {
  border-left-color: rgb(217 249 157 / 0.95);
}
.border-l-lime-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-l-lime-300\/0 {
  border-left-color: rgb(190 242 100 / 0);
}
.border-l-lime-300\/10 {
  border-left-color: rgb(190 242 100 / 0.1);
}
.border-l-lime-300\/100 {
  border-left-color: rgb(190 242 100 / 1);
}
.border-l-lime-300\/15 {
  border-left-color: rgb(190 242 100 / 0.15);
}
.border-l-lime-300\/20 {
  border-left-color: rgb(190 242 100 / 0.2);
}
.border-l-lime-300\/25 {
  border-left-color: rgb(190 242 100 / 0.25);
}
.border-l-lime-300\/30 {
  border-left-color: rgb(190 242 100 / 0.3);
}
.border-l-lime-300\/35 {
  border-left-color: rgb(190 242 100 / 0.35);
}
.border-l-lime-300\/40 {
  border-left-color: rgb(190 242 100 / 0.4);
}
.border-l-lime-300\/45 {
  border-left-color: rgb(190 242 100 / 0.45);
}
.border-l-lime-300\/5 {
  border-left-color: rgb(190 242 100 / 0.05);
}
.border-l-lime-300\/50 {
  border-left-color: rgb(190 242 100 / 0.5);
}
.border-l-lime-300\/55 {
  border-left-color: rgb(190 242 100 / 0.55);
}
.border-l-lime-300\/60 {
  border-left-color: rgb(190 242 100 / 0.6);
}
.border-l-lime-300\/65 {
  border-left-color: rgb(190 242 100 / 0.65);
}
.border-l-lime-300\/70 {
  border-left-color: rgb(190 242 100 / 0.7);
}
.border-l-lime-300\/75 {
  border-left-color: rgb(190 242 100 / 0.75);
}
.border-l-lime-300\/80 {
  border-left-color: rgb(190 242 100 / 0.8);
}
.border-l-lime-300\/85 {
  border-left-color: rgb(190 242 100 / 0.85);
}
.border-l-lime-300\/90 {
  border-left-color: rgb(190 242 100 / 0.9);
}
.border-l-lime-300\/95 {
  border-left-color: rgb(190 242 100 / 0.95);
}
.border-l-lime-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-l-lime-400\/0 {
  border-left-color: rgb(163 230 53 / 0);
}
.border-l-lime-400\/10 {
  border-left-color: rgb(163 230 53 / 0.1);
}
.border-l-lime-400\/100 {
  border-left-color: rgb(163 230 53 / 1);
}
.border-l-lime-400\/15 {
  border-left-color: rgb(163 230 53 / 0.15);
}
.border-l-lime-400\/20 {
  border-left-color: rgb(163 230 53 / 0.2);
}
.border-l-lime-400\/25 {
  border-left-color: rgb(163 230 53 / 0.25);
}
.border-l-lime-400\/30 {
  border-left-color: rgb(163 230 53 / 0.3);
}
.border-l-lime-400\/35 {
  border-left-color: rgb(163 230 53 / 0.35);
}
.border-l-lime-400\/40 {
  border-left-color: rgb(163 230 53 / 0.4);
}
.border-l-lime-400\/45 {
  border-left-color: rgb(163 230 53 / 0.45);
}
.border-l-lime-400\/5 {
  border-left-color: rgb(163 230 53 / 0.05);
}
.border-l-lime-400\/50 {
  border-left-color: rgb(163 230 53 / 0.5);
}
.border-l-lime-400\/55 {
  border-left-color: rgb(163 230 53 / 0.55);
}
.border-l-lime-400\/60 {
  border-left-color: rgb(163 230 53 / 0.6);
}
.border-l-lime-400\/65 {
  border-left-color: rgb(163 230 53 / 0.65);
}
.border-l-lime-400\/70 {
  border-left-color: rgb(163 230 53 / 0.7);
}
.border-l-lime-400\/75 {
  border-left-color: rgb(163 230 53 / 0.75);
}
.border-l-lime-400\/80 {
  border-left-color: rgb(163 230 53 / 0.8);
}
.border-l-lime-400\/85 {
  border-left-color: rgb(163 230 53 / 0.85);
}
.border-l-lime-400\/90 {
  border-left-color: rgb(163 230 53 / 0.9);
}
.border-l-lime-400\/95 {
  border-left-color: rgb(163 230 53 / 0.95);
}
.border-l-lime-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-l-lime-50\/0 {
  border-left-color: rgb(247 254 231 / 0);
}
.border-l-lime-50\/10 {
  border-left-color: rgb(247 254 231 / 0.1);
}
.border-l-lime-50\/100 {
  border-left-color: rgb(247 254 231 / 1);
}
.border-l-lime-50\/15 {
  border-left-color: rgb(247 254 231 / 0.15);
}
.border-l-lime-50\/20 {
  border-left-color: rgb(247 254 231 / 0.2);
}
.border-l-lime-50\/25 {
  border-left-color: rgb(247 254 231 / 0.25);
}
.border-l-lime-50\/30 {
  border-left-color: rgb(247 254 231 / 0.3);
}
.border-l-lime-50\/35 {
  border-left-color: rgb(247 254 231 / 0.35);
}
.border-l-lime-50\/40 {
  border-left-color: rgb(247 254 231 / 0.4);
}
.border-l-lime-50\/45 {
  border-left-color: rgb(247 254 231 / 0.45);
}
.border-l-lime-50\/5 {
  border-left-color: rgb(247 254 231 / 0.05);
}
.border-l-lime-50\/50 {
  border-left-color: rgb(247 254 231 / 0.5);
}
.border-l-lime-50\/55 {
  border-left-color: rgb(247 254 231 / 0.55);
}
.border-l-lime-50\/60 {
  border-left-color: rgb(247 254 231 / 0.6);
}
.border-l-lime-50\/65 {
  border-left-color: rgb(247 254 231 / 0.65);
}
.border-l-lime-50\/70 {
  border-left-color: rgb(247 254 231 / 0.7);
}
.border-l-lime-50\/75 {
  border-left-color: rgb(247 254 231 / 0.75);
}
.border-l-lime-50\/80 {
  border-left-color: rgb(247 254 231 / 0.8);
}
.border-l-lime-50\/85 {
  border-left-color: rgb(247 254 231 / 0.85);
}
.border-l-lime-50\/90 {
  border-left-color: rgb(247 254 231 / 0.9);
}
.border-l-lime-50\/95 {
  border-left-color: rgb(247 254 231 / 0.95);
}
.border-l-lime-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-l-lime-500\/0 {
  border-left-color: rgb(132 204 22 / 0);
}
.border-l-lime-500\/10 {
  border-left-color: rgb(132 204 22 / 0.1);
}
.border-l-lime-500\/100 {
  border-left-color: rgb(132 204 22 / 1);
}
.border-l-lime-500\/15 {
  border-left-color: rgb(132 204 22 / 0.15);
}
.border-l-lime-500\/20 {
  border-left-color: rgb(132 204 22 / 0.2);
}
.border-l-lime-500\/25 {
  border-left-color: rgb(132 204 22 / 0.25);
}
.border-l-lime-500\/30 {
  border-left-color: rgb(132 204 22 / 0.3);
}
.border-l-lime-500\/35 {
  border-left-color: rgb(132 204 22 / 0.35);
}
.border-l-lime-500\/40 {
  border-left-color: rgb(132 204 22 / 0.4);
}
.border-l-lime-500\/45 {
  border-left-color: rgb(132 204 22 / 0.45);
}
.border-l-lime-500\/5 {
  border-left-color: rgb(132 204 22 / 0.05);
}
.border-l-lime-500\/50 {
  border-left-color: rgb(132 204 22 / 0.5);
}
.border-l-lime-500\/55 {
  border-left-color: rgb(132 204 22 / 0.55);
}
.border-l-lime-500\/60 {
  border-left-color: rgb(132 204 22 / 0.6);
}
.border-l-lime-500\/65 {
  border-left-color: rgb(132 204 22 / 0.65);
}
.border-l-lime-500\/70 {
  border-left-color: rgb(132 204 22 / 0.7);
}
.border-l-lime-500\/75 {
  border-left-color: rgb(132 204 22 / 0.75);
}
.border-l-lime-500\/80 {
  border-left-color: rgb(132 204 22 / 0.8);
}
.border-l-lime-500\/85 {
  border-left-color: rgb(132 204 22 / 0.85);
}
.border-l-lime-500\/90 {
  border-left-color: rgb(132 204 22 / 0.9);
}
.border-l-lime-500\/95 {
  border-left-color: rgb(132 204 22 / 0.95);
}
.border-l-lime-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-l-lime-600\/0 {
  border-left-color: rgb(101 163 13 / 0);
}
.border-l-lime-600\/10 {
  border-left-color: rgb(101 163 13 / 0.1);
}
.border-l-lime-600\/100 {
  border-left-color: rgb(101 163 13 / 1);
}
.border-l-lime-600\/15 {
  border-left-color: rgb(101 163 13 / 0.15);
}
.border-l-lime-600\/20 {
  border-left-color: rgb(101 163 13 / 0.2);
}
.border-l-lime-600\/25 {
  border-left-color: rgb(101 163 13 / 0.25);
}
.border-l-lime-600\/30 {
  border-left-color: rgb(101 163 13 / 0.3);
}
.border-l-lime-600\/35 {
  border-left-color: rgb(101 163 13 / 0.35);
}
.border-l-lime-600\/40 {
  border-left-color: rgb(101 163 13 / 0.4);
}
.border-l-lime-600\/45 {
  border-left-color: rgb(101 163 13 / 0.45);
}
.border-l-lime-600\/5 {
  border-left-color: rgb(101 163 13 / 0.05);
}
.border-l-lime-600\/50 {
  border-left-color: rgb(101 163 13 / 0.5);
}
.border-l-lime-600\/55 {
  border-left-color: rgb(101 163 13 / 0.55);
}
.border-l-lime-600\/60 {
  border-left-color: rgb(101 163 13 / 0.6);
}
.border-l-lime-600\/65 {
  border-left-color: rgb(101 163 13 / 0.65);
}
.border-l-lime-600\/70 {
  border-left-color: rgb(101 163 13 / 0.7);
}
.border-l-lime-600\/75 {
  border-left-color: rgb(101 163 13 / 0.75);
}
.border-l-lime-600\/80 {
  border-left-color: rgb(101 163 13 / 0.8);
}
.border-l-lime-600\/85 {
  border-left-color: rgb(101 163 13 / 0.85);
}
.border-l-lime-600\/90 {
  border-left-color: rgb(101 163 13 / 0.9);
}
.border-l-lime-600\/95 {
  border-left-color: rgb(101 163 13 / 0.95);
}
.border-l-lime-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-l-lime-700\/0 {
  border-left-color: rgb(77 124 15 / 0);
}
.border-l-lime-700\/10 {
  border-left-color: rgb(77 124 15 / 0.1);
}
.border-l-lime-700\/100 {
  border-left-color: rgb(77 124 15 / 1);
}
.border-l-lime-700\/15 {
  border-left-color: rgb(77 124 15 / 0.15);
}
.border-l-lime-700\/20 {
  border-left-color: rgb(77 124 15 / 0.2);
}
.border-l-lime-700\/25 {
  border-left-color: rgb(77 124 15 / 0.25);
}
.border-l-lime-700\/30 {
  border-left-color: rgb(77 124 15 / 0.3);
}
.border-l-lime-700\/35 {
  border-left-color: rgb(77 124 15 / 0.35);
}
.border-l-lime-700\/40 {
  border-left-color: rgb(77 124 15 / 0.4);
}
.border-l-lime-700\/45 {
  border-left-color: rgb(77 124 15 / 0.45);
}
.border-l-lime-700\/5 {
  border-left-color: rgb(77 124 15 / 0.05);
}
.border-l-lime-700\/50 {
  border-left-color: rgb(77 124 15 / 0.5);
}
.border-l-lime-700\/55 {
  border-left-color: rgb(77 124 15 / 0.55);
}
.border-l-lime-700\/60 {
  border-left-color: rgb(77 124 15 / 0.6);
}
.border-l-lime-700\/65 {
  border-left-color: rgb(77 124 15 / 0.65);
}
.border-l-lime-700\/70 {
  border-left-color: rgb(77 124 15 / 0.7);
}
.border-l-lime-700\/75 {
  border-left-color: rgb(77 124 15 / 0.75);
}
.border-l-lime-700\/80 {
  border-left-color: rgb(77 124 15 / 0.8);
}
.border-l-lime-700\/85 {
  border-left-color: rgb(77 124 15 / 0.85);
}
.border-l-lime-700\/90 {
  border-left-color: rgb(77 124 15 / 0.9);
}
.border-l-lime-700\/95 {
  border-left-color: rgb(77 124 15 / 0.95);
}
.border-l-lime-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-l-lime-800\/0 {
  border-left-color: rgb(63 98 18 / 0);
}
.border-l-lime-800\/10 {
  border-left-color: rgb(63 98 18 / 0.1);
}
.border-l-lime-800\/100 {
  border-left-color: rgb(63 98 18 / 1);
}
.border-l-lime-800\/15 {
  border-left-color: rgb(63 98 18 / 0.15);
}
.border-l-lime-800\/20 {
  border-left-color: rgb(63 98 18 / 0.2);
}
.border-l-lime-800\/25 {
  border-left-color: rgb(63 98 18 / 0.25);
}
.border-l-lime-800\/30 {
  border-left-color: rgb(63 98 18 / 0.3);
}
.border-l-lime-800\/35 {
  border-left-color: rgb(63 98 18 / 0.35);
}
.border-l-lime-800\/40 {
  border-left-color: rgb(63 98 18 / 0.4);
}
.border-l-lime-800\/45 {
  border-left-color: rgb(63 98 18 / 0.45);
}
.border-l-lime-800\/5 {
  border-left-color: rgb(63 98 18 / 0.05);
}
.border-l-lime-800\/50 {
  border-left-color: rgb(63 98 18 / 0.5);
}
.border-l-lime-800\/55 {
  border-left-color: rgb(63 98 18 / 0.55);
}
.border-l-lime-800\/60 {
  border-left-color: rgb(63 98 18 / 0.6);
}
.border-l-lime-800\/65 {
  border-left-color: rgb(63 98 18 / 0.65);
}
.border-l-lime-800\/70 {
  border-left-color: rgb(63 98 18 / 0.7);
}
.border-l-lime-800\/75 {
  border-left-color: rgb(63 98 18 / 0.75);
}
.border-l-lime-800\/80 {
  border-left-color: rgb(63 98 18 / 0.8);
}
.border-l-lime-800\/85 {
  border-left-color: rgb(63 98 18 / 0.85);
}
.border-l-lime-800\/90 {
  border-left-color: rgb(63 98 18 / 0.9);
}
.border-l-lime-800\/95 {
  border-left-color: rgb(63 98 18 / 0.95);
}
.border-l-lime-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-l-lime-900\/0 {
  border-left-color: rgb(54 83 20 / 0);
}
.border-l-lime-900\/10 {
  border-left-color: rgb(54 83 20 / 0.1);
}
.border-l-lime-900\/100 {
  border-left-color: rgb(54 83 20 / 1);
}
.border-l-lime-900\/15 {
  border-left-color: rgb(54 83 20 / 0.15);
}
.border-l-lime-900\/20 {
  border-left-color: rgb(54 83 20 / 0.2);
}
.border-l-lime-900\/25 {
  border-left-color: rgb(54 83 20 / 0.25);
}
.border-l-lime-900\/30 {
  border-left-color: rgb(54 83 20 / 0.3);
}
.border-l-lime-900\/35 {
  border-left-color: rgb(54 83 20 / 0.35);
}
.border-l-lime-900\/40 {
  border-left-color: rgb(54 83 20 / 0.4);
}
.border-l-lime-900\/45 {
  border-left-color: rgb(54 83 20 / 0.45);
}
.border-l-lime-900\/5 {
  border-left-color: rgb(54 83 20 / 0.05);
}
.border-l-lime-900\/50 {
  border-left-color: rgb(54 83 20 / 0.5);
}
.border-l-lime-900\/55 {
  border-left-color: rgb(54 83 20 / 0.55);
}
.border-l-lime-900\/60 {
  border-left-color: rgb(54 83 20 / 0.6);
}
.border-l-lime-900\/65 {
  border-left-color: rgb(54 83 20 / 0.65);
}
.border-l-lime-900\/70 {
  border-left-color: rgb(54 83 20 / 0.7);
}
.border-l-lime-900\/75 {
  border-left-color: rgb(54 83 20 / 0.75);
}
.border-l-lime-900\/80 {
  border-left-color: rgb(54 83 20 / 0.8);
}
.border-l-lime-900\/85 {
  border-left-color: rgb(54 83 20 / 0.85);
}
.border-l-lime-900\/90 {
  border-left-color: rgb(54 83 20 / 0.9);
}
.border-l-lime-900\/95 {
  border-left-color: rgb(54 83 20 / 0.95);
}
.border-l-lime-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-l-lime-950\/0 {
  border-left-color: rgb(26 46 5 / 0);
}
.border-l-lime-950\/10 {
  border-left-color: rgb(26 46 5 / 0.1);
}
.border-l-lime-950\/100 {
  border-left-color: rgb(26 46 5 / 1);
}
.border-l-lime-950\/15 {
  border-left-color: rgb(26 46 5 / 0.15);
}
.border-l-lime-950\/20 {
  border-left-color: rgb(26 46 5 / 0.2);
}
.border-l-lime-950\/25 {
  border-left-color: rgb(26 46 5 / 0.25);
}
.border-l-lime-950\/30 {
  border-left-color: rgb(26 46 5 / 0.3);
}
.border-l-lime-950\/35 {
  border-left-color: rgb(26 46 5 / 0.35);
}
.border-l-lime-950\/40 {
  border-left-color: rgb(26 46 5 / 0.4);
}
.border-l-lime-950\/45 {
  border-left-color: rgb(26 46 5 / 0.45);
}
.border-l-lime-950\/5 {
  border-left-color: rgb(26 46 5 / 0.05);
}
.border-l-lime-950\/50 {
  border-left-color: rgb(26 46 5 / 0.5);
}
.border-l-lime-950\/55 {
  border-left-color: rgb(26 46 5 / 0.55);
}
.border-l-lime-950\/60 {
  border-left-color: rgb(26 46 5 / 0.6);
}
.border-l-lime-950\/65 {
  border-left-color: rgb(26 46 5 / 0.65);
}
.border-l-lime-950\/70 {
  border-left-color: rgb(26 46 5 / 0.7);
}
.border-l-lime-950\/75 {
  border-left-color: rgb(26 46 5 / 0.75);
}
.border-l-lime-950\/80 {
  border-left-color: rgb(26 46 5 / 0.8);
}
.border-l-lime-950\/85 {
  border-left-color: rgb(26 46 5 / 0.85);
}
.border-l-lime-950\/90 {
  border-left-color: rgb(26 46 5 / 0.9);
}
.border-l-lime-950\/95 {
  border-left-color: rgb(26 46 5 / 0.95);
}
.border-l-muted {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
}
.border-l-muted-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
}
.border-l-muted-foreground\/0 {
  border-left-color: hsl(var(--muted-foreground) / 0);
}
.border-l-muted-foreground\/10 {
  border-left-color: hsl(var(--muted-foreground) / 0.1);
}
.border-l-muted-foreground\/100 {
  border-left-color: hsl(var(--muted-foreground) / 1);
}
.border-l-muted-foreground\/15 {
  border-left-color: hsl(var(--muted-foreground) / 0.15);
}
.border-l-muted-foreground\/20 {
  border-left-color: hsl(var(--muted-foreground) / 0.2);
}
.border-l-muted-foreground\/25 {
  border-left-color: hsl(var(--muted-foreground) / 0.25);
}
.border-l-muted-foreground\/30 {
  border-left-color: hsl(var(--muted-foreground) / 0.3);
}
.border-l-muted-foreground\/35 {
  border-left-color: hsl(var(--muted-foreground) / 0.35);
}
.border-l-muted-foreground\/40 {
  border-left-color: hsl(var(--muted-foreground) / 0.4);
}
.border-l-muted-foreground\/45 {
  border-left-color: hsl(var(--muted-foreground) / 0.45);
}
.border-l-muted-foreground\/5 {
  border-left-color: hsl(var(--muted-foreground) / 0.05);
}
.border-l-muted-foreground\/50 {
  border-left-color: hsl(var(--muted-foreground) / 0.5);
}
.border-l-muted-foreground\/55 {
  border-left-color: hsl(var(--muted-foreground) / 0.55);
}
.border-l-muted-foreground\/60 {
  border-left-color: hsl(var(--muted-foreground) / 0.6);
}
.border-l-muted-foreground\/65 {
  border-left-color: hsl(var(--muted-foreground) / 0.65);
}
.border-l-muted-foreground\/70 {
  border-left-color: hsl(var(--muted-foreground) / 0.7);
}
.border-l-muted-foreground\/75 {
  border-left-color: hsl(var(--muted-foreground) / 0.75);
}
.border-l-muted-foreground\/80 {
  border-left-color: hsl(var(--muted-foreground) / 0.8);
}
.border-l-muted-foreground\/85 {
  border-left-color: hsl(var(--muted-foreground) / 0.85);
}
.border-l-muted-foreground\/90 {
  border-left-color: hsl(var(--muted-foreground) / 0.9);
}
.border-l-muted-foreground\/95 {
  border-left-color: hsl(var(--muted-foreground) / 0.95);
}
.border-l-muted\/0 {
  border-left-color: hsl(var(--muted) / 0);
}
.border-l-muted\/10 {
  border-left-color: hsl(var(--muted) / 0.1);
}
.border-l-muted\/100 {
  border-left-color: hsl(var(--muted) / 1);
}
.border-l-muted\/15 {
  border-left-color: hsl(var(--muted) / 0.15);
}
.border-l-muted\/20 {
  border-left-color: hsl(var(--muted) / 0.2);
}
.border-l-muted\/25 {
  border-left-color: hsl(var(--muted) / 0.25);
}
.border-l-muted\/30 {
  border-left-color: hsl(var(--muted) / 0.3);
}
.border-l-muted\/35 {
  border-left-color: hsl(var(--muted) / 0.35);
}
.border-l-muted\/40 {
  border-left-color: hsl(var(--muted) / 0.4);
}
.border-l-muted\/45 {
  border-left-color: hsl(var(--muted) / 0.45);
}
.border-l-muted\/5 {
  border-left-color: hsl(var(--muted) / 0.05);
}
.border-l-muted\/50 {
  border-left-color: hsl(var(--muted) / 0.5);
}
.border-l-muted\/55 {
  border-left-color: hsl(var(--muted) / 0.55);
}
.border-l-muted\/60 {
  border-left-color: hsl(var(--muted) / 0.6);
}
.border-l-muted\/65 {
  border-left-color: hsl(var(--muted) / 0.65);
}
.border-l-muted\/70 {
  border-left-color: hsl(var(--muted) / 0.7);
}
.border-l-muted\/75 {
  border-left-color: hsl(var(--muted) / 0.75);
}
.border-l-muted\/80 {
  border-left-color: hsl(var(--muted) / 0.8);
}
.border-l-muted\/85 {
  border-left-color: hsl(var(--muted) / 0.85);
}
.border-l-muted\/90 {
  border-left-color: hsl(var(--muted) / 0.9);
}
.border-l-muted\/95 {
  border-left-color: hsl(var(--muted) / 0.95);
}
.border-l-neutral-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-l-neutral-100\/0 {
  border-left-color: rgb(245 245 245 / 0);
}
.border-l-neutral-100\/10 {
  border-left-color: rgb(245 245 245 / 0.1);
}
.border-l-neutral-100\/100 {
  border-left-color: rgb(245 245 245 / 1);
}
.border-l-neutral-100\/15 {
  border-left-color: rgb(245 245 245 / 0.15);
}
.border-l-neutral-100\/20 {
  border-left-color: rgb(245 245 245 / 0.2);
}
.border-l-neutral-100\/25 {
  border-left-color: rgb(245 245 245 / 0.25);
}
.border-l-neutral-100\/30 {
  border-left-color: rgb(245 245 245 / 0.3);
}
.border-l-neutral-100\/35 {
  border-left-color: rgb(245 245 245 / 0.35);
}
.border-l-neutral-100\/40 {
  border-left-color: rgb(245 245 245 / 0.4);
}
.border-l-neutral-100\/45 {
  border-left-color: rgb(245 245 245 / 0.45);
}
.border-l-neutral-100\/5 {
  border-left-color: rgb(245 245 245 / 0.05);
}
.border-l-neutral-100\/50 {
  border-left-color: rgb(245 245 245 / 0.5);
}
.border-l-neutral-100\/55 {
  border-left-color: rgb(245 245 245 / 0.55);
}
.border-l-neutral-100\/60 {
  border-left-color: rgb(245 245 245 / 0.6);
}
.border-l-neutral-100\/65 {
  border-left-color: rgb(245 245 245 / 0.65);
}
.border-l-neutral-100\/70 {
  border-left-color: rgb(245 245 245 / 0.7);
}
.border-l-neutral-100\/75 {
  border-left-color: rgb(245 245 245 / 0.75);
}
.border-l-neutral-100\/80 {
  border-left-color: rgb(245 245 245 / 0.8);
}
.border-l-neutral-100\/85 {
  border-left-color: rgb(245 245 245 / 0.85);
}
.border-l-neutral-100\/90 {
  border-left-color: rgb(245 245 245 / 0.9);
}
.border-l-neutral-100\/95 {
  border-left-color: rgb(245 245 245 / 0.95);
}
.border-l-neutral-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-l-neutral-200\/0 {
  border-left-color: rgb(229 229 229 / 0);
}
.border-l-neutral-200\/10 {
  border-left-color: rgb(229 229 229 / 0.1);
}
.border-l-neutral-200\/100 {
  border-left-color: rgb(229 229 229 / 1);
}
.border-l-neutral-200\/15 {
  border-left-color: rgb(229 229 229 / 0.15);
}
.border-l-neutral-200\/20 {
  border-left-color: rgb(229 229 229 / 0.2);
}
.border-l-neutral-200\/25 {
  border-left-color: rgb(229 229 229 / 0.25);
}
.border-l-neutral-200\/30 {
  border-left-color: rgb(229 229 229 / 0.3);
}
.border-l-neutral-200\/35 {
  border-left-color: rgb(229 229 229 / 0.35);
}
.border-l-neutral-200\/40 {
  border-left-color: rgb(229 229 229 / 0.4);
}
.border-l-neutral-200\/45 {
  border-left-color: rgb(229 229 229 / 0.45);
}
.border-l-neutral-200\/5 {
  border-left-color: rgb(229 229 229 / 0.05);
}
.border-l-neutral-200\/50 {
  border-left-color: rgb(229 229 229 / 0.5);
}
.border-l-neutral-200\/55 {
  border-left-color: rgb(229 229 229 / 0.55);
}
.border-l-neutral-200\/60 {
  border-left-color: rgb(229 229 229 / 0.6);
}
.border-l-neutral-200\/65 {
  border-left-color: rgb(229 229 229 / 0.65);
}
.border-l-neutral-200\/70 {
  border-left-color: rgb(229 229 229 / 0.7);
}
.border-l-neutral-200\/75 {
  border-left-color: rgb(229 229 229 / 0.75);
}
.border-l-neutral-200\/80 {
  border-left-color: rgb(229 229 229 / 0.8);
}
.border-l-neutral-200\/85 {
  border-left-color: rgb(229 229 229 / 0.85);
}
.border-l-neutral-200\/90 {
  border-left-color: rgb(229 229 229 / 0.9);
}
.border-l-neutral-200\/95 {
  border-left-color: rgb(229 229 229 / 0.95);
}
.border-l-neutral-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-l-neutral-300\/0 {
  border-left-color: rgb(212 212 212 / 0);
}
.border-l-neutral-300\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
}
.border-l-neutral-300\/100 {
  border-left-color: rgb(212 212 212 / 1);
}
.border-l-neutral-300\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
}
.border-l-neutral-300\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
}
.border-l-neutral-300\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
}
.border-l-neutral-300\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
}
.border-l-neutral-300\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
}
.border-l-neutral-300\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}
.border-l-neutral-300\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
}
.border-l-neutral-300\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
}
.border-l-neutral-300\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
}
.border-l-neutral-300\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
}
.border-l-neutral-300\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}
.border-l-neutral-300\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
}
.border-l-neutral-300\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
}
.border-l-neutral-300\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
}
.border-l-neutral-300\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
}
.border-l-neutral-300\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
}
.border-l-neutral-300\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
}
.border-l-neutral-300\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
}
.border-l-neutral-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-l-neutral-400\/0 {
  border-left-color: rgb(163 163 163 / 0);
}
.border-l-neutral-400\/10 {
  border-left-color: rgb(163 163 163 / 0.1);
}
.border-l-neutral-400\/100 {
  border-left-color: rgb(163 163 163 / 1);
}
.border-l-neutral-400\/15 {
  border-left-color: rgb(163 163 163 / 0.15);
}
.border-l-neutral-400\/20 {
  border-left-color: rgb(163 163 163 / 0.2);
}
.border-l-neutral-400\/25 {
  border-left-color: rgb(163 163 163 / 0.25);
}
.border-l-neutral-400\/30 {
  border-left-color: rgb(163 163 163 / 0.3);
}
.border-l-neutral-400\/35 {
  border-left-color: rgb(163 163 163 / 0.35);
}
.border-l-neutral-400\/40 {
  border-left-color: rgb(163 163 163 / 0.4);
}
.border-l-neutral-400\/45 {
  border-left-color: rgb(163 163 163 / 0.45);
}
.border-l-neutral-400\/5 {
  border-left-color: rgb(163 163 163 / 0.05);
}
.border-l-neutral-400\/50 {
  border-left-color: rgb(163 163 163 / 0.5);
}
.border-l-neutral-400\/55 {
  border-left-color: rgb(163 163 163 / 0.55);
}
.border-l-neutral-400\/60 {
  border-left-color: rgb(163 163 163 / 0.6);
}
.border-l-neutral-400\/65 {
  border-left-color: rgb(163 163 163 / 0.65);
}
.border-l-neutral-400\/70 {
  border-left-color: rgb(163 163 163 / 0.7);
}
.border-l-neutral-400\/75 {
  border-left-color: rgb(163 163 163 / 0.75);
}
.border-l-neutral-400\/80 {
  border-left-color: rgb(163 163 163 / 0.8);
}
.border-l-neutral-400\/85 {
  border-left-color: rgb(163 163 163 / 0.85);
}
.border-l-neutral-400\/90 {
  border-left-color: rgb(163 163 163 / 0.9);
}
.border-l-neutral-400\/95 {
  border-left-color: rgb(163 163 163 / 0.95);
}
.border-l-neutral-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-neutral-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-neutral-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-neutral-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-neutral-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-neutral-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-neutral-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-neutral-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-neutral-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-neutral-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-neutral-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-neutral-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-neutral-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-neutral-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-neutral-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-neutral-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-neutral-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-neutral-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-neutral-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-neutral-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-neutral-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-neutral-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-neutral-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-l-neutral-500\/0 {
  border-left-color: rgb(115 115 115 / 0);
}
.border-l-neutral-500\/10 {
  border-left-color: rgb(115 115 115 / 0.1);
}
.border-l-neutral-500\/100 {
  border-left-color: rgb(115 115 115 / 1);
}
.border-l-neutral-500\/15 {
  border-left-color: rgb(115 115 115 / 0.15);
}
.border-l-neutral-500\/20 {
  border-left-color: rgb(115 115 115 / 0.2);
}
.border-l-neutral-500\/25 {
  border-left-color: rgb(115 115 115 / 0.25);
}
.border-l-neutral-500\/30 {
  border-left-color: rgb(115 115 115 / 0.3);
}
.border-l-neutral-500\/35 {
  border-left-color: rgb(115 115 115 / 0.35);
}
.border-l-neutral-500\/40 {
  border-left-color: rgb(115 115 115 / 0.4);
}
.border-l-neutral-500\/45 {
  border-left-color: rgb(115 115 115 / 0.45);
}
.border-l-neutral-500\/5 {
  border-left-color: rgb(115 115 115 / 0.05);
}
.border-l-neutral-500\/50 {
  border-left-color: rgb(115 115 115 / 0.5);
}
.border-l-neutral-500\/55 {
  border-left-color: rgb(115 115 115 / 0.55);
}
.border-l-neutral-500\/60 {
  border-left-color: rgb(115 115 115 / 0.6);
}
.border-l-neutral-500\/65 {
  border-left-color: rgb(115 115 115 / 0.65);
}
.border-l-neutral-500\/70 {
  border-left-color: rgb(115 115 115 / 0.7);
}
.border-l-neutral-500\/75 {
  border-left-color: rgb(115 115 115 / 0.75);
}
.border-l-neutral-500\/80 {
  border-left-color: rgb(115 115 115 / 0.8);
}
.border-l-neutral-500\/85 {
  border-left-color: rgb(115 115 115 / 0.85);
}
.border-l-neutral-500\/90 {
  border-left-color: rgb(115 115 115 / 0.9);
}
.border-l-neutral-500\/95 {
  border-left-color: rgb(115 115 115 / 0.95);
}
.border-l-neutral-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-l-neutral-600\/0 {
  border-left-color: rgb(82 82 82 / 0);
}
.border-l-neutral-600\/10 {
  border-left-color: rgb(82 82 82 / 0.1);
}
.border-l-neutral-600\/100 {
  border-left-color: rgb(82 82 82 / 1);
}
.border-l-neutral-600\/15 {
  border-left-color: rgb(82 82 82 / 0.15);
}
.border-l-neutral-600\/20 {
  border-left-color: rgb(82 82 82 / 0.2);
}
.border-l-neutral-600\/25 {
  border-left-color: rgb(82 82 82 / 0.25);
}
.border-l-neutral-600\/30 {
  border-left-color: rgb(82 82 82 / 0.3);
}
.border-l-neutral-600\/35 {
  border-left-color: rgb(82 82 82 / 0.35);
}
.border-l-neutral-600\/40 {
  border-left-color: rgb(82 82 82 / 0.4);
}
.border-l-neutral-600\/45 {
  border-left-color: rgb(82 82 82 / 0.45);
}
.border-l-neutral-600\/5 {
  border-left-color: rgb(82 82 82 / 0.05);
}
.border-l-neutral-600\/50 {
  border-left-color: rgb(82 82 82 / 0.5);
}
.border-l-neutral-600\/55 {
  border-left-color: rgb(82 82 82 / 0.55);
}
.border-l-neutral-600\/60 {
  border-left-color: rgb(82 82 82 / 0.6);
}
.border-l-neutral-600\/65 {
  border-left-color: rgb(82 82 82 / 0.65);
}
.border-l-neutral-600\/70 {
  border-left-color: rgb(82 82 82 / 0.7);
}
.border-l-neutral-600\/75 {
  border-left-color: rgb(82 82 82 / 0.75);
}
.border-l-neutral-600\/80 {
  border-left-color: rgb(82 82 82 / 0.8);
}
.border-l-neutral-600\/85 {
  border-left-color: rgb(82 82 82 / 0.85);
}
.border-l-neutral-600\/90 {
  border-left-color: rgb(82 82 82 / 0.9);
}
.border-l-neutral-600\/95 {
  border-left-color: rgb(82 82 82 / 0.95);
}
.border-l-neutral-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-l-neutral-700\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-neutral-700\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-neutral-700\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-neutral-700\/15 {
  border-left-color: rgb(64 64 64 / 0.15);
}
.border-l-neutral-700\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-neutral-700\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-neutral-700\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-neutral-700\/35 {
  border-left-color: rgb(64 64 64 / 0.35);
}
.border-l-neutral-700\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-neutral-700\/45 {
  border-left-color: rgb(64 64 64 / 0.45);
}
.border-l-neutral-700\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-neutral-700\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-neutral-700\/55 {
  border-left-color: rgb(64 64 64 / 0.55);
}
.border-l-neutral-700\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-neutral-700\/65 {
  border-left-color: rgb(64 64 64 / 0.65);
}
.border-l-neutral-700\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-neutral-700\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-neutral-700\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-neutral-700\/85 {
  border-left-color: rgb(64 64 64 / 0.85);
}
.border-l-neutral-700\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-neutral-700\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-neutral-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-l-neutral-800\/0 {
  border-left-color: rgb(38 38 38 / 0);
}
.border-l-neutral-800\/10 {
  border-left-color: rgb(38 38 38 / 0.1);
}
.border-l-neutral-800\/100 {
  border-left-color: rgb(38 38 38 / 1);
}
.border-l-neutral-800\/15 {
  border-left-color: rgb(38 38 38 / 0.15);
}
.border-l-neutral-800\/20 {
  border-left-color: rgb(38 38 38 / 0.2);
}
.border-l-neutral-800\/25 {
  border-left-color: rgb(38 38 38 / 0.25);
}
.border-l-neutral-800\/30 {
  border-left-color: rgb(38 38 38 / 0.3);
}
.border-l-neutral-800\/35 {
  border-left-color: rgb(38 38 38 / 0.35);
}
.border-l-neutral-800\/40 {
  border-left-color: rgb(38 38 38 / 0.4);
}
.border-l-neutral-800\/45 {
  border-left-color: rgb(38 38 38 / 0.45);
}
.border-l-neutral-800\/5 {
  border-left-color: rgb(38 38 38 / 0.05);
}
.border-l-neutral-800\/50 {
  border-left-color: rgb(38 38 38 / 0.5);
}
.border-l-neutral-800\/55 {
  border-left-color: rgb(38 38 38 / 0.55);
}
.border-l-neutral-800\/60 {
  border-left-color: rgb(38 38 38 / 0.6);
}
.border-l-neutral-800\/65 {
  border-left-color: rgb(38 38 38 / 0.65);
}
.border-l-neutral-800\/70 {
  border-left-color: rgb(38 38 38 / 0.7);
}
.border-l-neutral-800\/75 {
  border-left-color: rgb(38 38 38 / 0.75);
}
.border-l-neutral-800\/80 {
  border-left-color: rgb(38 38 38 / 0.8);
}
.border-l-neutral-800\/85 {
  border-left-color: rgb(38 38 38 / 0.85);
}
.border-l-neutral-800\/90 {
  border-left-color: rgb(38 38 38 / 0.9);
}
.border-l-neutral-800\/95 {
  border-left-color: rgb(38 38 38 / 0.95);
}
.border-l-neutral-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-l-neutral-900\/0 {
  border-left-color: rgb(23 23 23 / 0);
}
.border-l-neutral-900\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
}
.border-l-neutral-900\/100 {
  border-left-color: rgb(23 23 23 / 1);
}
.border-l-neutral-900\/15 {
  border-left-color: rgb(23 23 23 / 0.15);
}
.border-l-neutral-900\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
}
.border-l-neutral-900\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
}
.border-l-neutral-900\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
}
.border-l-neutral-900\/35 {
  border-left-color: rgb(23 23 23 / 0.35);
}
.border-l-neutral-900\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}
.border-l-neutral-900\/45 {
  border-left-color: rgb(23 23 23 / 0.45);
}
.border-l-neutral-900\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
}
.border-l-neutral-900\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
}
.border-l-neutral-900\/55 {
  border-left-color: rgb(23 23 23 / 0.55);
}
.border-l-neutral-900\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}
.border-l-neutral-900\/65 {
  border-left-color: rgb(23 23 23 / 0.65);
}
.border-l-neutral-900\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
}
.border-l-neutral-900\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
}
.border-l-neutral-900\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
}
.border-l-neutral-900\/85 {
  border-left-color: rgb(23 23 23 / 0.85);
}
.border-l-neutral-900\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
}
.border-l-neutral-900\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
}
.border-l-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-l-neutral-950\/0 {
  border-left-color: rgb(10 10 10 / 0);
}
.border-l-neutral-950\/10 {
  border-left-color: rgb(10 10 10 / 0.1);
}
.border-l-neutral-950\/100 {
  border-left-color: rgb(10 10 10 / 1);
}
.border-l-neutral-950\/15 {
  border-left-color: rgb(10 10 10 / 0.15);
}
.border-l-neutral-950\/20 {
  border-left-color: rgb(10 10 10 / 0.2);
}
.border-l-neutral-950\/25 {
  border-left-color: rgb(10 10 10 / 0.25);
}
.border-l-neutral-950\/30 {
  border-left-color: rgb(10 10 10 / 0.3);
}
.border-l-neutral-950\/35 {
  border-left-color: rgb(10 10 10 / 0.35);
}
.border-l-neutral-950\/40 {
  border-left-color: rgb(10 10 10 / 0.4);
}
.border-l-neutral-950\/45 {
  border-left-color: rgb(10 10 10 / 0.45);
}
.border-l-neutral-950\/5 {
  border-left-color: rgb(10 10 10 / 0.05);
}
.border-l-neutral-950\/50 {
  border-left-color: rgb(10 10 10 / 0.5);
}
.border-l-neutral-950\/55 {
  border-left-color: rgb(10 10 10 / 0.55);
}
.border-l-neutral-950\/60 {
  border-left-color: rgb(10 10 10 / 0.6);
}
.border-l-neutral-950\/65 {
  border-left-color: rgb(10 10 10 / 0.65);
}
.border-l-neutral-950\/70 {
  border-left-color: rgb(10 10 10 / 0.7);
}
.border-l-neutral-950\/75 {
  border-left-color: rgb(10 10 10 / 0.75);
}
.border-l-neutral-950\/80 {
  border-left-color: rgb(10 10 10 / 0.8);
}
.border-l-neutral-950\/85 {
  border-left-color: rgb(10 10 10 / 0.85);
}
.border-l-neutral-950\/90 {
  border-left-color: rgb(10 10 10 / 0.9);
}
.border-l-neutral-950\/95 {
  border-left-color: rgb(10 10 10 / 0.95);
}
.border-l-orange-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-l-orange-100\/0 {
  border-left-color: rgb(255 237 213 / 0);
}
.border-l-orange-100\/10 {
  border-left-color: rgb(255 237 213 / 0.1);
}
.border-l-orange-100\/100 {
  border-left-color: rgb(255 237 213 / 1);
}
.border-l-orange-100\/15 {
  border-left-color: rgb(255 237 213 / 0.15);
}
.border-l-orange-100\/20 {
  border-left-color: rgb(255 237 213 / 0.2);
}
.border-l-orange-100\/25 {
  border-left-color: rgb(255 237 213 / 0.25);
}
.border-l-orange-100\/30 {
  border-left-color: rgb(255 237 213 / 0.3);
}
.border-l-orange-100\/35 {
  border-left-color: rgb(255 237 213 / 0.35);
}
.border-l-orange-100\/40 {
  border-left-color: rgb(255 237 213 / 0.4);
}
.border-l-orange-100\/45 {
  border-left-color: rgb(255 237 213 / 0.45);
}
.border-l-orange-100\/5 {
  border-left-color: rgb(255 237 213 / 0.05);
}
.border-l-orange-100\/50 {
  border-left-color: rgb(255 237 213 / 0.5);
}
.border-l-orange-100\/55 {
  border-left-color: rgb(255 237 213 / 0.55);
}
.border-l-orange-100\/60 {
  border-left-color: rgb(255 237 213 / 0.6);
}
.border-l-orange-100\/65 {
  border-left-color: rgb(255 237 213 / 0.65);
}
.border-l-orange-100\/70 {
  border-left-color: rgb(255 237 213 / 0.7);
}
.border-l-orange-100\/75 {
  border-left-color: rgb(255 237 213 / 0.75);
}
.border-l-orange-100\/80 {
  border-left-color: rgb(255 237 213 / 0.8);
}
.border-l-orange-100\/85 {
  border-left-color: rgb(255 237 213 / 0.85);
}
.border-l-orange-100\/90 {
  border-left-color: rgb(255 237 213 / 0.9);
}
.border-l-orange-100\/95 {
  border-left-color: rgb(255 237 213 / 0.95);
}
.border-l-orange-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-l-orange-200\/0 {
  border-left-color: rgb(254 215 170 / 0);
}
.border-l-orange-200\/10 {
  border-left-color: rgb(254 215 170 / 0.1);
}
.border-l-orange-200\/100 {
  border-left-color: rgb(254 215 170 / 1);
}
.border-l-orange-200\/15 {
  border-left-color: rgb(254 215 170 / 0.15);
}
.border-l-orange-200\/20 {
  border-left-color: rgb(254 215 170 / 0.2);
}
.border-l-orange-200\/25 {
  border-left-color: rgb(254 215 170 / 0.25);
}
.border-l-orange-200\/30 {
  border-left-color: rgb(254 215 170 / 0.3);
}
.border-l-orange-200\/35 {
  border-left-color: rgb(254 215 170 / 0.35);
}
.border-l-orange-200\/40 {
  border-left-color: rgb(254 215 170 / 0.4);
}
.border-l-orange-200\/45 {
  border-left-color: rgb(254 215 170 / 0.45);
}
.border-l-orange-200\/5 {
  border-left-color: rgb(254 215 170 / 0.05);
}
.border-l-orange-200\/50 {
  border-left-color: rgb(254 215 170 / 0.5);
}
.border-l-orange-200\/55 {
  border-left-color: rgb(254 215 170 / 0.55);
}
.border-l-orange-200\/60 {
  border-left-color: rgb(254 215 170 / 0.6);
}
.border-l-orange-200\/65 {
  border-left-color: rgb(254 215 170 / 0.65);
}
.border-l-orange-200\/70 {
  border-left-color: rgb(254 215 170 / 0.7);
}
.border-l-orange-200\/75 {
  border-left-color: rgb(254 215 170 / 0.75);
}
.border-l-orange-200\/80 {
  border-left-color: rgb(254 215 170 / 0.8);
}
.border-l-orange-200\/85 {
  border-left-color: rgb(254 215 170 / 0.85);
}
.border-l-orange-200\/90 {
  border-left-color: rgb(254 215 170 / 0.9);
}
.border-l-orange-200\/95 {
  border-left-color: rgb(254 215 170 / 0.95);
}
.border-l-orange-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-l-orange-300\/0 {
  border-left-color: rgb(253 186 116 / 0);
}
.border-l-orange-300\/10 {
  border-left-color: rgb(253 186 116 / 0.1);
}
.border-l-orange-300\/100 {
  border-left-color: rgb(253 186 116 / 1);
}
.border-l-orange-300\/15 {
  border-left-color: rgb(253 186 116 / 0.15);
}
.border-l-orange-300\/20 {
  border-left-color: rgb(253 186 116 / 0.2);
}
.border-l-orange-300\/25 {
  border-left-color: rgb(253 186 116 / 0.25);
}
.border-l-orange-300\/30 {
  border-left-color: rgb(253 186 116 / 0.3);
}
.border-l-orange-300\/35 {
  border-left-color: rgb(253 186 116 / 0.35);
}
.border-l-orange-300\/40 {
  border-left-color: rgb(253 186 116 / 0.4);
}
.border-l-orange-300\/45 {
  border-left-color: rgb(253 186 116 / 0.45);
}
.border-l-orange-300\/5 {
  border-left-color: rgb(253 186 116 / 0.05);
}
.border-l-orange-300\/50 {
  border-left-color: rgb(253 186 116 / 0.5);
}
.border-l-orange-300\/55 {
  border-left-color: rgb(253 186 116 / 0.55);
}
.border-l-orange-300\/60 {
  border-left-color: rgb(253 186 116 / 0.6);
}
.border-l-orange-300\/65 {
  border-left-color: rgb(253 186 116 / 0.65);
}
.border-l-orange-300\/70 {
  border-left-color: rgb(253 186 116 / 0.7);
}
.border-l-orange-300\/75 {
  border-left-color: rgb(253 186 116 / 0.75);
}
.border-l-orange-300\/80 {
  border-left-color: rgb(253 186 116 / 0.8);
}
.border-l-orange-300\/85 {
  border-left-color: rgb(253 186 116 / 0.85);
}
.border-l-orange-300\/90 {
  border-left-color: rgb(253 186 116 / 0.9);
}
.border-l-orange-300\/95 {
  border-left-color: rgb(253 186 116 / 0.95);
}
.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-l-orange-400\/0 {
  border-left-color: rgb(251 146 60 / 0);
}
.border-l-orange-400\/10 {
  border-left-color: rgb(251 146 60 / 0.1);
}
.border-l-orange-400\/100 {
  border-left-color: rgb(251 146 60 / 1);
}
.border-l-orange-400\/15 {
  border-left-color: rgb(251 146 60 / 0.15);
}
.border-l-orange-400\/20 {
  border-left-color: rgb(251 146 60 / 0.2);
}
.border-l-orange-400\/25 {
  border-left-color: rgb(251 146 60 / 0.25);
}
.border-l-orange-400\/30 {
  border-left-color: rgb(251 146 60 / 0.3);
}
.border-l-orange-400\/35 {
  border-left-color: rgb(251 146 60 / 0.35);
}
.border-l-orange-400\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
}
.border-l-orange-400\/45 {
  border-left-color: rgb(251 146 60 / 0.45);
}
.border-l-orange-400\/5 {
  border-left-color: rgb(251 146 60 / 0.05);
}
.border-l-orange-400\/50 {
  border-left-color: rgb(251 146 60 / 0.5);
}
.border-l-orange-400\/55 {
  border-left-color: rgb(251 146 60 / 0.55);
}
.border-l-orange-400\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
}
.border-l-orange-400\/65 {
  border-left-color: rgb(251 146 60 / 0.65);
}
.border-l-orange-400\/70 {
  border-left-color: rgb(251 146 60 / 0.7);
}
.border-l-orange-400\/75 {
  border-left-color: rgb(251 146 60 / 0.75);
}
.border-l-orange-400\/80 {
  border-left-color: rgb(251 146 60 / 0.8);
}
.border-l-orange-400\/85 {
  border-left-color: rgb(251 146 60 / 0.85);
}
.border-l-orange-400\/90 {
  border-left-color: rgb(251 146 60 / 0.9);
}
.border-l-orange-400\/95 {
  border-left-color: rgb(251 146 60 / 0.95);
}
.border-l-orange-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-l-orange-50\/0 {
  border-left-color: rgb(255 247 237 / 0);
}
.border-l-orange-50\/10 {
  border-left-color: rgb(255 247 237 / 0.1);
}
.border-l-orange-50\/100 {
  border-left-color: rgb(255 247 237 / 1);
}
.border-l-orange-50\/15 {
  border-left-color: rgb(255 247 237 / 0.15);
}
.border-l-orange-50\/20 {
  border-left-color: rgb(255 247 237 / 0.2);
}
.border-l-orange-50\/25 {
  border-left-color: rgb(255 247 237 / 0.25);
}
.border-l-orange-50\/30 {
  border-left-color: rgb(255 247 237 / 0.3);
}
.border-l-orange-50\/35 {
  border-left-color: rgb(255 247 237 / 0.35);
}
.border-l-orange-50\/40 {
  border-left-color: rgb(255 247 237 / 0.4);
}
.border-l-orange-50\/45 {
  border-left-color: rgb(255 247 237 / 0.45);
}
.border-l-orange-50\/5 {
  border-left-color: rgb(255 247 237 / 0.05);
}
.border-l-orange-50\/50 {
  border-left-color: rgb(255 247 237 / 0.5);
}
.border-l-orange-50\/55 {
  border-left-color: rgb(255 247 237 / 0.55);
}
.border-l-orange-50\/60 {
  border-left-color: rgb(255 247 237 / 0.6);
}
.border-l-orange-50\/65 {
  border-left-color: rgb(255 247 237 / 0.65);
}
.border-l-orange-50\/70 {
  border-left-color: rgb(255 247 237 / 0.7);
}
.border-l-orange-50\/75 {
  border-left-color: rgb(255 247 237 / 0.75);
}
.border-l-orange-50\/80 {
  border-left-color: rgb(255 247 237 / 0.8);
}
.border-l-orange-50\/85 {
  border-left-color: rgb(255 247 237 / 0.85);
}
.border-l-orange-50\/90 {
  border-left-color: rgb(255 247 237 / 0.9);
}
.border-l-orange-50\/95 {
  border-left-color: rgb(255 247 237 / 0.95);
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-l-orange-500\/0 {
  border-left-color: rgb(249 115 22 / 0);
}
.border-l-orange-500\/10 {
  border-left-color: rgb(249 115 22 / 0.1);
}
.border-l-orange-500\/100 {
  border-left-color: rgb(249 115 22 / 1);
}
.border-l-orange-500\/15 {
  border-left-color: rgb(249 115 22 / 0.15);
}
.border-l-orange-500\/20 {
  border-left-color: rgb(249 115 22 / 0.2);
}
.border-l-orange-500\/25 {
  border-left-color: rgb(249 115 22 / 0.25);
}
.border-l-orange-500\/30 {
  border-left-color: rgb(249 115 22 / 0.3);
}
.border-l-orange-500\/35 {
  border-left-color: rgb(249 115 22 / 0.35);
}
.border-l-orange-500\/40 {
  border-left-color: rgb(249 115 22 / 0.4);
}
.border-l-orange-500\/45 {
  border-left-color: rgb(249 115 22 / 0.45);
}
.border-l-orange-500\/5 {
  border-left-color: rgb(249 115 22 / 0.05);
}
.border-l-orange-500\/50 {
  border-left-color: rgb(249 115 22 / 0.5);
}
.border-l-orange-500\/55 {
  border-left-color: rgb(249 115 22 / 0.55);
}
.border-l-orange-500\/60 {
  border-left-color: rgb(249 115 22 / 0.6);
}
.border-l-orange-500\/65 {
  border-left-color: rgb(249 115 22 / 0.65);
}
.border-l-orange-500\/70 {
  border-left-color: rgb(249 115 22 / 0.7);
}
.border-l-orange-500\/75 {
  border-left-color: rgb(249 115 22 / 0.75);
}
.border-l-orange-500\/80 {
  border-left-color: rgb(249 115 22 / 0.8);
}
.border-l-orange-500\/85 {
  border-left-color: rgb(249 115 22 / 0.85);
}
.border-l-orange-500\/90 {
  border-left-color: rgb(249 115 22 / 0.9);
}
.border-l-orange-500\/95 {
  border-left-color: rgb(249 115 22 / 0.95);
}
.border-l-orange-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-l-orange-600\/0 {
  border-left-color: rgb(234 88 12 / 0);
}
.border-l-orange-600\/10 {
  border-left-color: rgb(234 88 12 / 0.1);
}
.border-l-orange-600\/100 {
  border-left-color: rgb(234 88 12 / 1);
}
.border-l-orange-600\/15 {
  border-left-color: rgb(234 88 12 / 0.15);
}
.border-l-orange-600\/20 {
  border-left-color: rgb(234 88 12 / 0.2);
}
.border-l-orange-600\/25 {
  border-left-color: rgb(234 88 12 / 0.25);
}
.border-l-orange-600\/30 {
  border-left-color: rgb(234 88 12 / 0.3);
}
.border-l-orange-600\/35 {
  border-left-color: rgb(234 88 12 / 0.35);
}
.border-l-orange-600\/40 {
  border-left-color: rgb(234 88 12 / 0.4);
}
.border-l-orange-600\/45 {
  border-left-color: rgb(234 88 12 / 0.45);
}
.border-l-orange-600\/5 {
  border-left-color: rgb(234 88 12 / 0.05);
}
.border-l-orange-600\/50 {
  border-left-color: rgb(234 88 12 / 0.5);
}
.border-l-orange-600\/55 {
  border-left-color: rgb(234 88 12 / 0.55);
}
.border-l-orange-600\/60 {
  border-left-color: rgb(234 88 12 / 0.6);
}
.border-l-orange-600\/65 {
  border-left-color: rgb(234 88 12 / 0.65);
}
.border-l-orange-600\/70 {
  border-left-color: rgb(234 88 12 / 0.7);
}
.border-l-orange-600\/75 {
  border-left-color: rgb(234 88 12 / 0.75);
}
.border-l-orange-600\/80 {
  border-left-color: rgb(234 88 12 / 0.8);
}
.border-l-orange-600\/85 {
  border-left-color: rgb(234 88 12 / 0.85);
}
.border-l-orange-600\/90 {
  border-left-color: rgb(234 88 12 / 0.9);
}
.border-l-orange-600\/95 {
  border-left-color: rgb(234 88 12 / 0.95);
}
.border-l-orange-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-l-orange-700\/0 {
  border-left-color: rgb(194 65 12 / 0);
}
.border-l-orange-700\/10 {
  border-left-color: rgb(194 65 12 / 0.1);
}
.border-l-orange-700\/100 {
  border-left-color: rgb(194 65 12 / 1);
}
.border-l-orange-700\/15 {
  border-left-color: rgb(194 65 12 / 0.15);
}
.border-l-orange-700\/20 {
  border-left-color: rgb(194 65 12 / 0.2);
}
.border-l-orange-700\/25 {
  border-left-color: rgb(194 65 12 / 0.25);
}
.border-l-orange-700\/30 {
  border-left-color: rgb(194 65 12 / 0.3);
}
.border-l-orange-700\/35 {
  border-left-color: rgb(194 65 12 / 0.35);
}
.border-l-orange-700\/40 {
  border-left-color: rgb(194 65 12 / 0.4);
}
.border-l-orange-700\/45 {
  border-left-color: rgb(194 65 12 / 0.45);
}
.border-l-orange-700\/5 {
  border-left-color: rgb(194 65 12 / 0.05);
}
.border-l-orange-700\/50 {
  border-left-color: rgb(194 65 12 / 0.5);
}
.border-l-orange-700\/55 {
  border-left-color: rgb(194 65 12 / 0.55);
}
.border-l-orange-700\/60 {
  border-left-color: rgb(194 65 12 / 0.6);
}
.border-l-orange-700\/65 {
  border-left-color: rgb(194 65 12 / 0.65);
}
.border-l-orange-700\/70 {
  border-left-color: rgb(194 65 12 / 0.7);
}
.border-l-orange-700\/75 {
  border-left-color: rgb(194 65 12 / 0.75);
}
.border-l-orange-700\/80 {
  border-left-color: rgb(194 65 12 / 0.8);
}
.border-l-orange-700\/85 {
  border-left-color: rgb(194 65 12 / 0.85);
}
.border-l-orange-700\/90 {
  border-left-color: rgb(194 65 12 / 0.9);
}
.border-l-orange-700\/95 {
  border-left-color: rgb(194 65 12 / 0.95);
}
.border-l-orange-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-l-orange-800\/0 {
  border-left-color: rgb(154 52 18 / 0);
}
.border-l-orange-800\/10 {
  border-left-color: rgb(154 52 18 / 0.1);
}
.border-l-orange-800\/100 {
  border-left-color: rgb(154 52 18 / 1);
}
.border-l-orange-800\/15 {
  border-left-color: rgb(154 52 18 / 0.15);
}
.border-l-orange-800\/20 {
  border-left-color: rgb(154 52 18 / 0.2);
}
.border-l-orange-800\/25 {
  border-left-color: rgb(154 52 18 / 0.25);
}
.border-l-orange-800\/30 {
  border-left-color: rgb(154 52 18 / 0.3);
}
.border-l-orange-800\/35 {
  border-left-color: rgb(154 52 18 / 0.35);
}
.border-l-orange-800\/40 {
  border-left-color: rgb(154 52 18 / 0.4);
}
.border-l-orange-800\/45 {
  border-left-color: rgb(154 52 18 / 0.45);
}
.border-l-orange-800\/5 {
  border-left-color: rgb(154 52 18 / 0.05);
}
.border-l-orange-800\/50 {
  border-left-color: rgb(154 52 18 / 0.5);
}
.border-l-orange-800\/55 {
  border-left-color: rgb(154 52 18 / 0.55);
}
.border-l-orange-800\/60 {
  border-left-color: rgb(154 52 18 / 0.6);
}
.border-l-orange-800\/65 {
  border-left-color: rgb(154 52 18 / 0.65);
}
.border-l-orange-800\/70 {
  border-left-color: rgb(154 52 18 / 0.7);
}
.border-l-orange-800\/75 {
  border-left-color: rgb(154 52 18 / 0.75);
}
.border-l-orange-800\/80 {
  border-left-color: rgb(154 52 18 / 0.8);
}
.border-l-orange-800\/85 {
  border-left-color: rgb(154 52 18 / 0.85);
}
.border-l-orange-800\/90 {
  border-left-color: rgb(154 52 18 / 0.9);
}
.border-l-orange-800\/95 {
  border-left-color: rgb(154 52 18 / 0.95);
}
.border-l-orange-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-l-orange-900\/0 {
  border-left-color: rgb(124 45 18 / 0);
}
.border-l-orange-900\/10 {
  border-left-color: rgb(124 45 18 / 0.1);
}
.border-l-orange-900\/100 {
  border-left-color: rgb(124 45 18 / 1);
}
.border-l-orange-900\/15 {
  border-left-color: rgb(124 45 18 / 0.15);
}
.border-l-orange-900\/20 {
  border-left-color: rgb(124 45 18 / 0.2);
}
.border-l-orange-900\/25 {
  border-left-color: rgb(124 45 18 / 0.25);
}
.border-l-orange-900\/30 {
  border-left-color: rgb(124 45 18 / 0.3);
}
.border-l-orange-900\/35 {
  border-left-color: rgb(124 45 18 / 0.35);
}
.border-l-orange-900\/40 {
  border-left-color: rgb(124 45 18 / 0.4);
}
.border-l-orange-900\/45 {
  border-left-color: rgb(124 45 18 / 0.45);
}
.border-l-orange-900\/5 {
  border-left-color: rgb(124 45 18 / 0.05);
}
.border-l-orange-900\/50 {
  border-left-color: rgb(124 45 18 / 0.5);
}
.border-l-orange-900\/55 {
  border-left-color: rgb(124 45 18 / 0.55);
}
.border-l-orange-900\/60 {
  border-left-color: rgb(124 45 18 / 0.6);
}
.border-l-orange-900\/65 {
  border-left-color: rgb(124 45 18 / 0.65);
}
.border-l-orange-900\/70 {
  border-left-color: rgb(124 45 18 / 0.7);
}
.border-l-orange-900\/75 {
  border-left-color: rgb(124 45 18 / 0.75);
}
.border-l-orange-900\/80 {
  border-left-color: rgb(124 45 18 / 0.8);
}
.border-l-orange-900\/85 {
  border-left-color: rgb(124 45 18 / 0.85);
}
.border-l-orange-900\/90 {
  border-left-color: rgb(124 45 18 / 0.9);
}
.border-l-orange-900\/95 {
  border-left-color: rgb(124 45 18 / 0.95);
}
.border-l-orange-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-l-orange-950\/0 {
  border-left-color: rgb(67 20 7 / 0);
}
.border-l-orange-950\/10 {
  border-left-color: rgb(67 20 7 / 0.1);
}
.border-l-orange-950\/100 {
  border-left-color: rgb(67 20 7 / 1);
}
.border-l-orange-950\/15 {
  border-left-color: rgb(67 20 7 / 0.15);
}
.border-l-orange-950\/20 {
  border-left-color: rgb(67 20 7 / 0.2);
}
.border-l-orange-950\/25 {
  border-left-color: rgb(67 20 7 / 0.25);
}
.border-l-orange-950\/30 {
  border-left-color: rgb(67 20 7 / 0.3);
}
.border-l-orange-950\/35 {
  border-left-color: rgb(67 20 7 / 0.35);
}
.border-l-orange-950\/40 {
  border-left-color: rgb(67 20 7 / 0.4);
}
.border-l-orange-950\/45 {
  border-left-color: rgb(67 20 7 / 0.45);
}
.border-l-orange-950\/5 {
  border-left-color: rgb(67 20 7 / 0.05);
}
.border-l-orange-950\/50 {
  border-left-color: rgb(67 20 7 / 0.5);
}
.border-l-orange-950\/55 {
  border-left-color: rgb(67 20 7 / 0.55);
}
.border-l-orange-950\/60 {
  border-left-color: rgb(67 20 7 / 0.6);
}
.border-l-orange-950\/65 {
  border-left-color: rgb(67 20 7 / 0.65);
}
.border-l-orange-950\/70 {
  border-left-color: rgb(67 20 7 / 0.7);
}
.border-l-orange-950\/75 {
  border-left-color: rgb(67 20 7 / 0.75);
}
.border-l-orange-950\/80 {
  border-left-color: rgb(67 20 7 / 0.8);
}
.border-l-orange-950\/85 {
  border-left-color: rgb(67 20 7 / 0.85);
}
.border-l-orange-950\/90 {
  border-left-color: rgb(67 20 7 / 0.9);
}
.border-l-orange-950\/95 {
  border-left-color: rgb(67 20 7 / 0.95);
}
.border-l-pink-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-l-pink-100\/0 {
  border-left-color: rgb(252 231 243 / 0);
}
.border-l-pink-100\/10 {
  border-left-color: rgb(252 231 243 / 0.1);
}
.border-l-pink-100\/100 {
  border-left-color: rgb(252 231 243 / 1);
}
.border-l-pink-100\/15 {
  border-left-color: rgb(252 231 243 / 0.15);
}
.border-l-pink-100\/20 {
  border-left-color: rgb(252 231 243 / 0.2);
}
.border-l-pink-100\/25 {
  border-left-color: rgb(252 231 243 / 0.25);
}
.border-l-pink-100\/30 {
  border-left-color: rgb(252 231 243 / 0.3);
}
.border-l-pink-100\/35 {
  border-left-color: rgb(252 231 243 / 0.35);
}
.border-l-pink-100\/40 {
  border-left-color: rgb(252 231 243 / 0.4);
}
.border-l-pink-100\/45 {
  border-left-color: rgb(252 231 243 / 0.45);
}
.border-l-pink-100\/5 {
  border-left-color: rgb(252 231 243 / 0.05);
}
.border-l-pink-100\/50 {
  border-left-color: rgb(252 231 243 / 0.5);
}
.border-l-pink-100\/55 {
  border-left-color: rgb(252 231 243 / 0.55);
}
.border-l-pink-100\/60 {
  border-left-color: rgb(252 231 243 / 0.6);
}
.border-l-pink-100\/65 {
  border-left-color: rgb(252 231 243 / 0.65);
}
.border-l-pink-100\/70 {
  border-left-color: rgb(252 231 243 / 0.7);
}
.border-l-pink-100\/75 {
  border-left-color: rgb(252 231 243 / 0.75);
}
.border-l-pink-100\/80 {
  border-left-color: rgb(252 231 243 / 0.8);
}
.border-l-pink-100\/85 {
  border-left-color: rgb(252 231 243 / 0.85);
}
.border-l-pink-100\/90 {
  border-left-color: rgb(252 231 243 / 0.9);
}
.border-l-pink-100\/95 {
  border-left-color: rgb(252 231 243 / 0.95);
}
.border-l-pink-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-l-pink-200\/0 {
  border-left-color: rgb(251 207 232 / 0);
}
.border-l-pink-200\/10 {
  border-left-color: rgb(251 207 232 / 0.1);
}
.border-l-pink-200\/100 {
  border-left-color: rgb(251 207 232 / 1);
}
.border-l-pink-200\/15 {
  border-left-color: rgb(251 207 232 / 0.15);
}
.border-l-pink-200\/20 {
  border-left-color: rgb(251 207 232 / 0.2);
}
.border-l-pink-200\/25 {
  border-left-color: rgb(251 207 232 / 0.25);
}
.border-l-pink-200\/30 {
  border-left-color: rgb(251 207 232 / 0.3);
}
.border-l-pink-200\/35 {
  border-left-color: rgb(251 207 232 / 0.35);
}
.border-l-pink-200\/40 {
  border-left-color: rgb(251 207 232 / 0.4);
}
.border-l-pink-200\/45 {
  border-left-color: rgb(251 207 232 / 0.45);
}
.border-l-pink-200\/5 {
  border-left-color: rgb(251 207 232 / 0.05);
}
.border-l-pink-200\/50 {
  border-left-color: rgb(251 207 232 / 0.5);
}
.border-l-pink-200\/55 {
  border-left-color: rgb(251 207 232 / 0.55);
}
.border-l-pink-200\/60 {
  border-left-color: rgb(251 207 232 / 0.6);
}
.border-l-pink-200\/65 {
  border-left-color: rgb(251 207 232 / 0.65);
}
.border-l-pink-200\/70 {
  border-left-color: rgb(251 207 232 / 0.7);
}
.border-l-pink-200\/75 {
  border-left-color: rgb(251 207 232 / 0.75);
}
.border-l-pink-200\/80 {
  border-left-color: rgb(251 207 232 / 0.8);
}
.border-l-pink-200\/85 {
  border-left-color: rgb(251 207 232 / 0.85);
}
.border-l-pink-200\/90 {
  border-left-color: rgb(251 207 232 / 0.9);
}
.border-l-pink-200\/95 {
  border-left-color: rgb(251 207 232 / 0.95);
}
.border-l-pink-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-l-pink-300\/0 {
  border-left-color: rgb(249 168 212 / 0);
}
.border-l-pink-300\/10 {
  border-left-color: rgb(249 168 212 / 0.1);
}
.border-l-pink-300\/100 {
  border-left-color: rgb(249 168 212 / 1);
}
.border-l-pink-300\/15 {
  border-left-color: rgb(249 168 212 / 0.15);
}
.border-l-pink-300\/20 {
  border-left-color: rgb(249 168 212 / 0.2);
}
.border-l-pink-300\/25 {
  border-left-color: rgb(249 168 212 / 0.25);
}
.border-l-pink-300\/30 {
  border-left-color: rgb(249 168 212 / 0.3);
}
.border-l-pink-300\/35 {
  border-left-color: rgb(249 168 212 / 0.35);
}
.border-l-pink-300\/40 {
  border-left-color: rgb(249 168 212 / 0.4);
}
.border-l-pink-300\/45 {
  border-left-color: rgb(249 168 212 / 0.45);
}
.border-l-pink-300\/5 {
  border-left-color: rgb(249 168 212 / 0.05);
}
.border-l-pink-300\/50 {
  border-left-color: rgb(249 168 212 / 0.5);
}
.border-l-pink-300\/55 {
  border-left-color: rgb(249 168 212 / 0.55);
}
.border-l-pink-300\/60 {
  border-left-color: rgb(249 168 212 / 0.6);
}
.border-l-pink-300\/65 {
  border-left-color: rgb(249 168 212 / 0.65);
}
.border-l-pink-300\/70 {
  border-left-color: rgb(249 168 212 / 0.7);
}
.border-l-pink-300\/75 {
  border-left-color: rgb(249 168 212 / 0.75);
}
.border-l-pink-300\/80 {
  border-left-color: rgb(249 168 212 / 0.8);
}
.border-l-pink-300\/85 {
  border-left-color: rgb(249 168 212 / 0.85);
}
.border-l-pink-300\/90 {
  border-left-color: rgb(249 168 212 / 0.9);
}
.border-l-pink-300\/95 {
  border-left-color: rgb(249 168 212 / 0.95);
}
.border-l-pink-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-l-pink-400\/0 {
  border-left-color: rgb(244 114 182 / 0);
}
.border-l-pink-400\/10 {
  border-left-color: rgb(244 114 182 / 0.1);
}
.border-l-pink-400\/100 {
  border-left-color: rgb(244 114 182 / 1);
}
.border-l-pink-400\/15 {
  border-left-color: rgb(244 114 182 / 0.15);
}
.border-l-pink-400\/20 {
  border-left-color: rgb(244 114 182 / 0.2);
}
.border-l-pink-400\/25 {
  border-left-color: rgb(244 114 182 / 0.25);
}
.border-l-pink-400\/30 {
  border-left-color: rgb(244 114 182 / 0.3);
}
.border-l-pink-400\/35 {
  border-left-color: rgb(244 114 182 / 0.35);
}
.border-l-pink-400\/40 {
  border-left-color: rgb(244 114 182 / 0.4);
}
.border-l-pink-400\/45 {
  border-left-color: rgb(244 114 182 / 0.45);
}
.border-l-pink-400\/5 {
  border-left-color: rgb(244 114 182 / 0.05);
}
.border-l-pink-400\/50 {
  border-left-color: rgb(244 114 182 / 0.5);
}
.border-l-pink-400\/55 {
  border-left-color: rgb(244 114 182 / 0.55);
}
.border-l-pink-400\/60 {
  border-left-color: rgb(244 114 182 / 0.6);
}
.border-l-pink-400\/65 {
  border-left-color: rgb(244 114 182 / 0.65);
}
.border-l-pink-400\/70 {
  border-left-color: rgb(244 114 182 / 0.7);
}
.border-l-pink-400\/75 {
  border-left-color: rgb(244 114 182 / 0.75);
}
.border-l-pink-400\/80 {
  border-left-color: rgb(244 114 182 / 0.8);
}
.border-l-pink-400\/85 {
  border-left-color: rgb(244 114 182 / 0.85);
}
.border-l-pink-400\/90 {
  border-left-color: rgb(244 114 182 / 0.9);
}
.border-l-pink-400\/95 {
  border-left-color: rgb(244 114 182 / 0.95);
}
.border-l-pink-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-l-pink-50\/0 {
  border-left-color: rgb(253 242 248 / 0);
}
.border-l-pink-50\/10 {
  border-left-color: rgb(253 242 248 / 0.1);
}
.border-l-pink-50\/100 {
  border-left-color: rgb(253 242 248 / 1);
}
.border-l-pink-50\/15 {
  border-left-color: rgb(253 242 248 / 0.15);
}
.border-l-pink-50\/20 {
  border-left-color: rgb(253 242 248 / 0.2);
}
.border-l-pink-50\/25 {
  border-left-color: rgb(253 242 248 / 0.25);
}
.border-l-pink-50\/30 {
  border-left-color: rgb(253 242 248 / 0.3);
}
.border-l-pink-50\/35 {
  border-left-color: rgb(253 242 248 / 0.35);
}
.border-l-pink-50\/40 {
  border-left-color: rgb(253 242 248 / 0.4);
}
.border-l-pink-50\/45 {
  border-left-color: rgb(253 242 248 / 0.45);
}
.border-l-pink-50\/5 {
  border-left-color: rgb(253 242 248 / 0.05);
}
.border-l-pink-50\/50 {
  border-left-color: rgb(253 242 248 / 0.5);
}
.border-l-pink-50\/55 {
  border-left-color: rgb(253 242 248 / 0.55);
}
.border-l-pink-50\/60 {
  border-left-color: rgb(253 242 248 / 0.6);
}
.border-l-pink-50\/65 {
  border-left-color: rgb(253 242 248 / 0.65);
}
.border-l-pink-50\/70 {
  border-left-color: rgb(253 242 248 / 0.7);
}
.border-l-pink-50\/75 {
  border-left-color: rgb(253 242 248 / 0.75);
}
.border-l-pink-50\/80 {
  border-left-color: rgb(253 242 248 / 0.8);
}
.border-l-pink-50\/85 {
  border-left-color: rgb(253 242 248 / 0.85);
}
.border-l-pink-50\/90 {
  border-left-color: rgb(253 242 248 / 0.9);
}
.border-l-pink-50\/95 {
  border-left-color: rgb(253 242 248 / 0.95);
}
.border-l-pink-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-l-pink-500\/0 {
  border-left-color: rgb(236 72 153 / 0);
}
.border-l-pink-500\/10 {
  border-left-color: rgb(236 72 153 / 0.1);
}
.border-l-pink-500\/100 {
  border-left-color: rgb(236 72 153 / 1);
}
.border-l-pink-500\/15 {
  border-left-color: rgb(236 72 153 / 0.15);
}
.border-l-pink-500\/20 {
  border-left-color: rgb(236 72 153 / 0.2);
}
.border-l-pink-500\/25 {
  border-left-color: rgb(236 72 153 / 0.25);
}
.border-l-pink-500\/30 {
  border-left-color: rgb(236 72 153 / 0.3);
}
.border-l-pink-500\/35 {
  border-left-color: rgb(236 72 153 / 0.35);
}
.border-l-pink-500\/40 {
  border-left-color: rgb(236 72 153 / 0.4);
}
.border-l-pink-500\/45 {
  border-left-color: rgb(236 72 153 / 0.45);
}
.border-l-pink-500\/5 {
  border-left-color: rgb(236 72 153 / 0.05);
}
.border-l-pink-500\/50 {
  border-left-color: rgb(236 72 153 / 0.5);
}
.border-l-pink-500\/55 {
  border-left-color: rgb(236 72 153 / 0.55);
}
.border-l-pink-500\/60 {
  border-left-color: rgb(236 72 153 / 0.6);
}
.border-l-pink-500\/65 {
  border-left-color: rgb(236 72 153 / 0.65);
}
.border-l-pink-500\/70 {
  border-left-color: rgb(236 72 153 / 0.7);
}
.border-l-pink-500\/75 {
  border-left-color: rgb(236 72 153 / 0.75);
}
.border-l-pink-500\/80 {
  border-left-color: rgb(236 72 153 / 0.8);
}
.border-l-pink-500\/85 {
  border-left-color: rgb(236 72 153 / 0.85);
}
.border-l-pink-500\/90 {
  border-left-color: rgb(236 72 153 / 0.9);
}
.border-l-pink-500\/95 {
  border-left-color: rgb(236 72 153 / 0.95);
}
.border-l-pink-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-l-pink-600\/0 {
  border-left-color: rgb(219 39 119 / 0);
}
.border-l-pink-600\/10 {
  border-left-color: rgb(219 39 119 / 0.1);
}
.border-l-pink-600\/100 {
  border-left-color: rgb(219 39 119 / 1);
}
.border-l-pink-600\/15 {
  border-left-color: rgb(219 39 119 / 0.15);
}
.border-l-pink-600\/20 {
  border-left-color: rgb(219 39 119 / 0.2);
}
.border-l-pink-600\/25 {
  border-left-color: rgb(219 39 119 / 0.25);
}
.border-l-pink-600\/30 {
  border-left-color: rgb(219 39 119 / 0.3);
}
.border-l-pink-600\/35 {
  border-left-color: rgb(219 39 119 / 0.35);
}
.border-l-pink-600\/40 {
  border-left-color: rgb(219 39 119 / 0.4);
}
.border-l-pink-600\/45 {
  border-left-color: rgb(219 39 119 / 0.45);
}
.border-l-pink-600\/5 {
  border-left-color: rgb(219 39 119 / 0.05);
}
.border-l-pink-600\/50 {
  border-left-color: rgb(219 39 119 / 0.5);
}
.border-l-pink-600\/55 {
  border-left-color: rgb(219 39 119 / 0.55);
}
.border-l-pink-600\/60 {
  border-left-color: rgb(219 39 119 / 0.6);
}
.border-l-pink-600\/65 {
  border-left-color: rgb(219 39 119 / 0.65);
}
.border-l-pink-600\/70 {
  border-left-color: rgb(219 39 119 / 0.7);
}
.border-l-pink-600\/75 {
  border-left-color: rgb(219 39 119 / 0.75);
}
.border-l-pink-600\/80 {
  border-left-color: rgb(219 39 119 / 0.8);
}
.border-l-pink-600\/85 {
  border-left-color: rgb(219 39 119 / 0.85);
}
.border-l-pink-600\/90 {
  border-left-color: rgb(219 39 119 / 0.9);
}
.border-l-pink-600\/95 {
  border-left-color: rgb(219 39 119 / 0.95);
}
.border-l-pink-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-l-pink-700\/0 {
  border-left-color: rgb(190 24 93 / 0);
}
.border-l-pink-700\/10 {
  border-left-color: rgb(190 24 93 / 0.1);
}
.border-l-pink-700\/100 {
  border-left-color: rgb(190 24 93 / 1);
}
.border-l-pink-700\/15 {
  border-left-color: rgb(190 24 93 / 0.15);
}
.border-l-pink-700\/20 {
  border-left-color: rgb(190 24 93 / 0.2);
}
.border-l-pink-700\/25 {
  border-left-color: rgb(190 24 93 / 0.25);
}
.border-l-pink-700\/30 {
  border-left-color: rgb(190 24 93 / 0.3);
}
.border-l-pink-700\/35 {
  border-left-color: rgb(190 24 93 / 0.35);
}
.border-l-pink-700\/40 {
  border-left-color: rgb(190 24 93 / 0.4);
}
.border-l-pink-700\/45 {
  border-left-color: rgb(190 24 93 / 0.45);
}
.border-l-pink-700\/5 {
  border-left-color: rgb(190 24 93 / 0.05);
}
.border-l-pink-700\/50 {
  border-left-color: rgb(190 24 93 / 0.5);
}
.border-l-pink-700\/55 {
  border-left-color: rgb(190 24 93 / 0.55);
}
.border-l-pink-700\/60 {
  border-left-color: rgb(190 24 93 / 0.6);
}
.border-l-pink-700\/65 {
  border-left-color: rgb(190 24 93 / 0.65);
}
.border-l-pink-700\/70 {
  border-left-color: rgb(190 24 93 / 0.7);
}
.border-l-pink-700\/75 {
  border-left-color: rgb(190 24 93 / 0.75);
}
.border-l-pink-700\/80 {
  border-left-color: rgb(190 24 93 / 0.8);
}
.border-l-pink-700\/85 {
  border-left-color: rgb(190 24 93 / 0.85);
}
.border-l-pink-700\/90 {
  border-left-color: rgb(190 24 93 / 0.9);
}
.border-l-pink-700\/95 {
  border-left-color: rgb(190 24 93 / 0.95);
}
.border-l-pink-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-l-pink-800\/0 {
  border-left-color: rgb(157 23 77 / 0);
}
.border-l-pink-800\/10 {
  border-left-color: rgb(157 23 77 / 0.1);
}
.border-l-pink-800\/100 {
  border-left-color: rgb(157 23 77 / 1);
}
.border-l-pink-800\/15 {
  border-left-color: rgb(157 23 77 / 0.15);
}
.border-l-pink-800\/20 {
  border-left-color: rgb(157 23 77 / 0.2);
}
.border-l-pink-800\/25 {
  border-left-color: rgb(157 23 77 / 0.25);
}
.border-l-pink-800\/30 {
  border-left-color: rgb(157 23 77 / 0.3);
}
.border-l-pink-800\/35 {
  border-left-color: rgb(157 23 77 / 0.35);
}
.border-l-pink-800\/40 {
  border-left-color: rgb(157 23 77 / 0.4);
}
.border-l-pink-800\/45 {
  border-left-color: rgb(157 23 77 / 0.45);
}
.border-l-pink-800\/5 {
  border-left-color: rgb(157 23 77 / 0.05);
}
.border-l-pink-800\/50 {
  border-left-color: rgb(157 23 77 / 0.5);
}
.border-l-pink-800\/55 {
  border-left-color: rgb(157 23 77 / 0.55);
}
.border-l-pink-800\/60 {
  border-left-color: rgb(157 23 77 / 0.6);
}
.border-l-pink-800\/65 {
  border-left-color: rgb(157 23 77 / 0.65);
}
.border-l-pink-800\/70 {
  border-left-color: rgb(157 23 77 / 0.7);
}
.border-l-pink-800\/75 {
  border-left-color: rgb(157 23 77 / 0.75);
}
.border-l-pink-800\/80 {
  border-left-color: rgb(157 23 77 / 0.8);
}
.border-l-pink-800\/85 {
  border-left-color: rgb(157 23 77 / 0.85);
}
.border-l-pink-800\/90 {
  border-left-color: rgb(157 23 77 / 0.9);
}
.border-l-pink-800\/95 {
  border-left-color: rgb(157 23 77 / 0.95);
}
.border-l-pink-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-l-pink-900\/0 {
  border-left-color: rgb(131 24 67 / 0);
}
.border-l-pink-900\/10 {
  border-left-color: rgb(131 24 67 / 0.1);
}
.border-l-pink-900\/100 {
  border-left-color: rgb(131 24 67 / 1);
}
.border-l-pink-900\/15 {
  border-left-color: rgb(131 24 67 / 0.15);
}
.border-l-pink-900\/20 {
  border-left-color: rgb(131 24 67 / 0.2);
}
.border-l-pink-900\/25 {
  border-left-color: rgb(131 24 67 / 0.25);
}
.border-l-pink-900\/30 {
  border-left-color: rgb(131 24 67 / 0.3);
}
.border-l-pink-900\/35 {
  border-left-color: rgb(131 24 67 / 0.35);
}
.border-l-pink-900\/40 {
  border-left-color: rgb(131 24 67 / 0.4);
}
.border-l-pink-900\/45 {
  border-left-color: rgb(131 24 67 / 0.45);
}
.border-l-pink-900\/5 {
  border-left-color: rgb(131 24 67 / 0.05);
}
.border-l-pink-900\/50 {
  border-left-color: rgb(131 24 67 / 0.5);
}
.border-l-pink-900\/55 {
  border-left-color: rgb(131 24 67 / 0.55);
}
.border-l-pink-900\/60 {
  border-left-color: rgb(131 24 67 / 0.6);
}
.border-l-pink-900\/65 {
  border-left-color: rgb(131 24 67 / 0.65);
}
.border-l-pink-900\/70 {
  border-left-color: rgb(131 24 67 / 0.7);
}
.border-l-pink-900\/75 {
  border-left-color: rgb(131 24 67 / 0.75);
}
.border-l-pink-900\/80 {
  border-left-color: rgb(131 24 67 / 0.8);
}
.border-l-pink-900\/85 {
  border-left-color: rgb(131 24 67 / 0.85);
}
.border-l-pink-900\/90 {
  border-left-color: rgb(131 24 67 / 0.9);
}
.border-l-pink-900\/95 {
  border-left-color: rgb(131 24 67 / 0.95);
}
.border-l-pink-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-l-pink-950\/0 {
  border-left-color: rgb(80 7 36 / 0);
}
.border-l-pink-950\/10 {
  border-left-color: rgb(80 7 36 / 0.1);
}
.border-l-pink-950\/100 {
  border-left-color: rgb(80 7 36 / 1);
}
.border-l-pink-950\/15 {
  border-left-color: rgb(80 7 36 / 0.15);
}
.border-l-pink-950\/20 {
  border-left-color: rgb(80 7 36 / 0.2);
}
.border-l-pink-950\/25 {
  border-left-color: rgb(80 7 36 / 0.25);
}
.border-l-pink-950\/30 {
  border-left-color: rgb(80 7 36 / 0.3);
}
.border-l-pink-950\/35 {
  border-left-color: rgb(80 7 36 / 0.35);
}
.border-l-pink-950\/40 {
  border-left-color: rgb(80 7 36 / 0.4);
}
.border-l-pink-950\/45 {
  border-left-color: rgb(80 7 36 / 0.45);
}
.border-l-pink-950\/5 {
  border-left-color: rgb(80 7 36 / 0.05);
}
.border-l-pink-950\/50 {
  border-left-color: rgb(80 7 36 / 0.5);
}
.border-l-pink-950\/55 {
  border-left-color: rgb(80 7 36 / 0.55);
}
.border-l-pink-950\/60 {
  border-left-color: rgb(80 7 36 / 0.6);
}
.border-l-pink-950\/65 {
  border-left-color: rgb(80 7 36 / 0.65);
}
.border-l-pink-950\/70 {
  border-left-color: rgb(80 7 36 / 0.7);
}
.border-l-pink-950\/75 {
  border-left-color: rgb(80 7 36 / 0.75);
}
.border-l-pink-950\/80 {
  border-left-color: rgb(80 7 36 / 0.8);
}
.border-l-pink-950\/85 {
  border-left-color: rgb(80 7 36 / 0.85);
}
.border-l-pink-950\/90 {
  border-left-color: rgb(80 7 36 / 0.9);
}
.border-l-pink-950\/95 {
  border-left-color: rgb(80 7 36 / 0.95);
}
.border-l-popover {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
}
.border-l-popover-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
}
.border-l-popover-foreground\/0 {
  border-left-color: hsl(var(--popover-foreground) / 0);
}
.border-l-popover-foreground\/10 {
  border-left-color: hsl(var(--popover-foreground) / 0.1);
}
.border-l-popover-foreground\/100 {
  border-left-color: hsl(var(--popover-foreground) / 1);
}
.border-l-popover-foreground\/15 {
  border-left-color: hsl(var(--popover-foreground) / 0.15);
}
.border-l-popover-foreground\/20 {
  border-left-color: hsl(var(--popover-foreground) / 0.2);
}
.border-l-popover-foreground\/25 {
  border-left-color: hsl(var(--popover-foreground) / 0.25);
}
.border-l-popover-foreground\/30 {
  border-left-color: hsl(var(--popover-foreground) / 0.3);
}
.border-l-popover-foreground\/35 {
  border-left-color: hsl(var(--popover-foreground) / 0.35);
}
.border-l-popover-foreground\/40 {
  border-left-color: hsl(var(--popover-foreground) / 0.4);
}
.border-l-popover-foreground\/45 {
  border-left-color: hsl(var(--popover-foreground) / 0.45);
}
.border-l-popover-foreground\/5 {
  border-left-color: hsl(var(--popover-foreground) / 0.05);
}
.border-l-popover-foreground\/50 {
  border-left-color: hsl(var(--popover-foreground) / 0.5);
}
.border-l-popover-foreground\/55 {
  border-left-color: hsl(var(--popover-foreground) / 0.55);
}
.border-l-popover-foreground\/60 {
  border-left-color: hsl(var(--popover-foreground) / 0.6);
}
.border-l-popover-foreground\/65 {
  border-left-color: hsl(var(--popover-foreground) / 0.65);
}
.border-l-popover-foreground\/70 {
  border-left-color: hsl(var(--popover-foreground) / 0.7);
}
.border-l-popover-foreground\/75 {
  border-left-color: hsl(var(--popover-foreground) / 0.75);
}
.border-l-popover-foreground\/80 {
  border-left-color: hsl(var(--popover-foreground) / 0.8);
}
.border-l-popover-foreground\/85 {
  border-left-color: hsl(var(--popover-foreground) / 0.85);
}
.border-l-popover-foreground\/90 {
  border-left-color: hsl(var(--popover-foreground) / 0.9);
}
.border-l-popover-foreground\/95 {
  border-left-color: hsl(var(--popover-foreground) / 0.95);
}
.border-l-popover\/0 {
  border-left-color: hsl(var(--popover) / 0);
}
.border-l-popover\/10 {
  border-left-color: hsl(var(--popover) / 0.1);
}
.border-l-popover\/100 {
  border-left-color: hsl(var(--popover) / 1);
}
.border-l-popover\/15 {
  border-left-color: hsl(var(--popover) / 0.15);
}
.border-l-popover\/20 {
  border-left-color: hsl(var(--popover) / 0.2);
}
.border-l-popover\/25 {
  border-left-color: hsl(var(--popover) / 0.25);
}
.border-l-popover\/30 {
  border-left-color: hsl(var(--popover) / 0.3);
}
.border-l-popover\/35 {
  border-left-color: hsl(var(--popover) / 0.35);
}
.border-l-popover\/40 {
  border-left-color: hsl(var(--popover) / 0.4);
}
.border-l-popover\/45 {
  border-left-color: hsl(var(--popover) / 0.45);
}
.border-l-popover\/5 {
  border-left-color: hsl(var(--popover) / 0.05);
}
.border-l-popover\/50 {
  border-left-color: hsl(var(--popover) / 0.5);
}
.border-l-popover\/55 {
  border-left-color: hsl(var(--popover) / 0.55);
}
.border-l-popover\/60 {
  border-left-color: hsl(var(--popover) / 0.6);
}
.border-l-popover\/65 {
  border-left-color: hsl(var(--popover) / 0.65);
}
.border-l-popover\/70 {
  border-left-color: hsl(var(--popover) / 0.7);
}
.border-l-popover\/75 {
  border-left-color: hsl(var(--popover) / 0.75);
}
.border-l-popover\/80 {
  border-left-color: hsl(var(--popover) / 0.8);
}
.border-l-popover\/85 {
  border-left-color: hsl(var(--popover) / 0.85);
}
.border-l-popover\/90 {
  border-left-color: hsl(var(--popover) / 0.9);
}
.border-l-popover\/95 {
  border-left-color: hsl(var(--popover) / 0.95);
}
.border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}
.border-l-primary-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
}
.border-l-primary-foreground\/0 {
  border-left-color: hsl(var(--primary-foreground) / 0);
}
.border-l-primary-foreground\/10 {
  border-left-color: hsl(var(--primary-foreground) / 0.1);
}
.border-l-primary-foreground\/100 {
  border-left-color: hsl(var(--primary-foreground) / 1);
}
.border-l-primary-foreground\/15 {
  border-left-color: hsl(var(--primary-foreground) / 0.15);
}
.border-l-primary-foreground\/20 {
  border-left-color: hsl(var(--primary-foreground) / 0.2);
}
.border-l-primary-foreground\/25 {
  border-left-color: hsl(var(--primary-foreground) / 0.25);
}
.border-l-primary-foreground\/30 {
  border-left-color: hsl(var(--primary-foreground) / 0.3);
}
.border-l-primary-foreground\/35 {
  border-left-color: hsl(var(--primary-foreground) / 0.35);
}
.border-l-primary-foreground\/40 {
  border-left-color: hsl(var(--primary-foreground) / 0.4);
}
.border-l-primary-foreground\/45 {
  border-left-color: hsl(var(--primary-foreground) / 0.45);
}
.border-l-primary-foreground\/5 {
  border-left-color: hsl(var(--primary-foreground) / 0.05);
}
.border-l-primary-foreground\/50 {
  border-left-color: hsl(var(--primary-foreground) / 0.5);
}
.border-l-primary-foreground\/55 {
  border-left-color: hsl(var(--primary-foreground) / 0.55);
}
.border-l-primary-foreground\/60 {
  border-left-color: hsl(var(--primary-foreground) / 0.6);
}
.border-l-primary-foreground\/65 {
  border-left-color: hsl(var(--primary-foreground) / 0.65);
}
.border-l-primary-foreground\/70 {
  border-left-color: hsl(var(--primary-foreground) / 0.7);
}
.border-l-primary-foreground\/75 {
  border-left-color: hsl(var(--primary-foreground) / 0.75);
}
.border-l-primary-foreground\/80 {
  border-left-color: hsl(var(--primary-foreground) / 0.8);
}
.border-l-primary-foreground\/85 {
  border-left-color: hsl(var(--primary-foreground) / 0.85);
}
.border-l-primary-foreground\/90 {
  border-left-color: hsl(var(--primary-foreground) / 0.9);
}
.border-l-primary-foreground\/95 {
  border-left-color: hsl(var(--primary-foreground) / 0.95);
}
.border-l-primary\/0 {
  border-left-color: hsl(var(--primary) / 0);
}
.border-l-primary\/10 {
  border-left-color: hsl(var(--primary) / 0.1);
}
.border-l-primary\/100 {
  border-left-color: hsl(var(--primary) / 1);
}
.border-l-primary\/15 {
  border-left-color: hsl(var(--primary) / 0.15);
}
.border-l-primary\/20 {
  border-left-color: hsl(var(--primary) / 0.2);
}
.border-l-primary\/25 {
  border-left-color: hsl(var(--primary) / 0.25);
}
.border-l-primary\/30 {
  border-left-color: hsl(var(--primary) / 0.3);
}
.border-l-primary\/35 {
  border-left-color: hsl(var(--primary) / 0.35);
}
.border-l-primary\/40 {
  border-left-color: hsl(var(--primary) / 0.4);
}
.border-l-primary\/45 {
  border-left-color: hsl(var(--primary) / 0.45);
}
.border-l-primary\/5 {
  border-left-color: hsl(var(--primary) / 0.05);
}
.border-l-primary\/50 {
  border-left-color: hsl(var(--primary) / 0.5);
}
.border-l-primary\/55 {
  border-left-color: hsl(var(--primary) / 0.55);
}
.border-l-primary\/60 {
  border-left-color: hsl(var(--primary) / 0.6);
}
.border-l-primary\/65 {
  border-left-color: hsl(var(--primary) / 0.65);
}
.border-l-primary\/70 {
  border-left-color: hsl(var(--primary) / 0.7);
}
.border-l-primary\/75 {
  border-left-color: hsl(var(--primary) / 0.75);
}
.border-l-primary\/80 {
  border-left-color: hsl(var(--primary) / 0.8);
}
.border-l-primary\/85 {
  border-left-color: hsl(var(--primary) / 0.85);
}
.border-l-primary\/90 {
  border-left-color: hsl(var(--primary) / 0.9);
}
.border-l-primary\/95 {
  border-left-color: hsl(var(--primary) / 0.95);
}
.border-l-purple-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-100\/0 {
  border-left-color: rgb(243 232 255 / 0);
}
.border-l-purple-100\/10 {
  border-left-color: rgb(243 232 255 / 0.1);
}
.border-l-purple-100\/100 {
  border-left-color: rgb(243 232 255 / 1);
}
.border-l-purple-100\/15 {
  border-left-color: rgb(243 232 255 / 0.15);
}
.border-l-purple-100\/20 {
  border-left-color: rgb(243 232 255 / 0.2);
}
.border-l-purple-100\/25 {
  border-left-color: rgb(243 232 255 / 0.25);
}
.border-l-purple-100\/30 {
  border-left-color: rgb(243 232 255 / 0.3);
}
.border-l-purple-100\/35 {
  border-left-color: rgb(243 232 255 / 0.35);
}
.border-l-purple-100\/40 {
  border-left-color: rgb(243 232 255 / 0.4);
}
.border-l-purple-100\/45 {
  border-left-color: rgb(243 232 255 / 0.45);
}
.border-l-purple-100\/5 {
  border-left-color: rgb(243 232 255 / 0.05);
}
.border-l-purple-100\/50 {
  border-left-color: rgb(243 232 255 / 0.5);
}
.border-l-purple-100\/55 {
  border-left-color: rgb(243 232 255 / 0.55);
}
.border-l-purple-100\/60 {
  border-left-color: rgb(243 232 255 / 0.6);
}
.border-l-purple-100\/65 {
  border-left-color: rgb(243 232 255 / 0.65);
}
.border-l-purple-100\/70 {
  border-left-color: rgb(243 232 255 / 0.7);
}
.border-l-purple-100\/75 {
  border-left-color: rgb(243 232 255 / 0.75);
}
.border-l-purple-100\/80 {
  border-left-color: rgb(243 232 255 / 0.8);
}
.border-l-purple-100\/85 {
  border-left-color: rgb(243 232 255 / 0.85);
}
.border-l-purple-100\/90 {
  border-left-color: rgb(243 232 255 / 0.9);
}
.border-l-purple-100\/95 {
  border-left-color: rgb(243 232 255 / 0.95);
}
.border-l-purple-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-200\/0 {
  border-left-color: rgb(233 213 255 / 0);
}
.border-l-purple-200\/10 {
  border-left-color: rgb(233 213 255 / 0.1);
}
.border-l-purple-200\/100 {
  border-left-color: rgb(233 213 255 / 1);
}
.border-l-purple-200\/15 {
  border-left-color: rgb(233 213 255 / 0.15);
}
.border-l-purple-200\/20 {
  border-left-color: rgb(233 213 255 / 0.2);
}
.border-l-purple-200\/25 {
  border-left-color: rgb(233 213 255 / 0.25);
}
.border-l-purple-200\/30 {
  border-left-color: rgb(233 213 255 / 0.3);
}
.border-l-purple-200\/35 {
  border-left-color: rgb(233 213 255 / 0.35);
}
.border-l-purple-200\/40 {
  border-left-color: rgb(233 213 255 / 0.4);
}
.border-l-purple-200\/45 {
  border-left-color: rgb(233 213 255 / 0.45);
}
.border-l-purple-200\/5 {
  border-left-color: rgb(233 213 255 / 0.05);
}
.border-l-purple-200\/50 {
  border-left-color: rgb(233 213 255 / 0.5);
}
.border-l-purple-200\/55 {
  border-left-color: rgb(233 213 255 / 0.55);
}
.border-l-purple-200\/60 {
  border-left-color: rgb(233 213 255 / 0.6);
}
.border-l-purple-200\/65 {
  border-left-color: rgb(233 213 255 / 0.65);
}
.border-l-purple-200\/70 {
  border-left-color: rgb(233 213 255 / 0.7);
}
.border-l-purple-200\/75 {
  border-left-color: rgb(233 213 255 / 0.75);
}
.border-l-purple-200\/80 {
  border-left-color: rgb(233 213 255 / 0.8);
}
.border-l-purple-200\/85 {
  border-left-color: rgb(233 213 255 / 0.85);
}
.border-l-purple-200\/90 {
  border-left-color: rgb(233 213 255 / 0.9);
}
.border-l-purple-200\/95 {
  border-left-color: rgb(233 213 255 / 0.95);
}
.border-l-purple-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-l-purple-300\/0 {
  border-left-color: rgb(216 180 254 / 0);
}
.border-l-purple-300\/10 {
  border-left-color: rgb(216 180 254 / 0.1);
}
.border-l-purple-300\/100 {
  border-left-color: rgb(216 180 254 / 1);
}
.border-l-purple-300\/15 {
  border-left-color: rgb(216 180 254 / 0.15);
}
.border-l-purple-300\/20 {
  border-left-color: rgb(216 180 254 / 0.2);
}
.border-l-purple-300\/25 {
  border-left-color: rgb(216 180 254 / 0.25);
}
.border-l-purple-300\/30 {
  border-left-color: rgb(216 180 254 / 0.3);
}
.border-l-purple-300\/35 {
  border-left-color: rgb(216 180 254 / 0.35);
}
.border-l-purple-300\/40 {
  border-left-color: rgb(216 180 254 / 0.4);
}
.border-l-purple-300\/45 {
  border-left-color: rgb(216 180 254 / 0.45);
}
.border-l-purple-300\/5 {
  border-left-color: rgb(216 180 254 / 0.05);
}
.border-l-purple-300\/50 {
  border-left-color: rgb(216 180 254 / 0.5);
}
.border-l-purple-300\/55 {
  border-left-color: rgb(216 180 254 / 0.55);
}
.border-l-purple-300\/60 {
  border-left-color: rgb(216 180 254 / 0.6);
}
.border-l-purple-300\/65 {
  border-left-color: rgb(216 180 254 / 0.65);
}
.border-l-purple-300\/70 {
  border-left-color: rgb(216 180 254 / 0.7);
}
.border-l-purple-300\/75 {
  border-left-color: rgb(216 180 254 / 0.75);
}
.border-l-purple-300\/80 {
  border-left-color: rgb(216 180 254 / 0.8);
}
.border-l-purple-300\/85 {
  border-left-color: rgb(216 180 254 / 0.85);
}
.border-l-purple-300\/90 {
  border-left-color: rgb(216 180 254 / 0.9);
}
.border-l-purple-300\/95 {
  border-left-color: rgb(216 180 254 / 0.95);
}
.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-l-purple-400\/0 {
  border-left-color: rgb(192 132 252 / 0);
}
.border-l-purple-400\/10 {
  border-left-color: rgb(192 132 252 / 0.1);
}
.border-l-purple-400\/100 {
  border-left-color: rgb(192 132 252 / 1);
}
.border-l-purple-400\/15 {
  border-left-color: rgb(192 132 252 / 0.15);
}
.border-l-purple-400\/20 {
  border-left-color: rgb(192 132 252 / 0.2);
}
.border-l-purple-400\/25 {
  border-left-color: rgb(192 132 252 / 0.25);
}
.border-l-purple-400\/30 {
  border-left-color: rgb(192 132 252 / 0.3);
}
.border-l-purple-400\/35 {
  border-left-color: rgb(192 132 252 / 0.35);
}
.border-l-purple-400\/40 {
  border-left-color: rgb(192 132 252 / 0.4);
}
.border-l-purple-400\/45 {
  border-left-color: rgb(192 132 252 / 0.45);
}
.border-l-purple-400\/5 {
  border-left-color: rgb(192 132 252 / 0.05);
}
.border-l-purple-400\/50 {
  border-left-color: rgb(192 132 252 / 0.5);
}
.border-l-purple-400\/55 {
  border-left-color: rgb(192 132 252 / 0.55);
}
.border-l-purple-400\/60 {
  border-left-color: rgb(192 132 252 / 0.6);
}
.border-l-purple-400\/65 {
  border-left-color: rgb(192 132 252 / 0.65);
}
.border-l-purple-400\/70 {
  border-left-color: rgb(192 132 252 / 0.7);
}
.border-l-purple-400\/75 {
  border-left-color: rgb(192 132 252 / 0.75);
}
.border-l-purple-400\/80 {
  border-left-color: rgb(192 132 252 / 0.8);
}
.border-l-purple-400\/85 {
  border-left-color: rgb(192 132 252 / 0.85);
}
.border-l-purple-400\/90 {
  border-left-color: rgb(192 132 252 / 0.9);
}
.border-l-purple-400\/95 {
  border-left-color: rgb(192 132 252 / 0.95);
}
.border-l-purple-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-l-purple-50\/0 {
  border-left-color: rgb(250 245 255 / 0);
}
.border-l-purple-50\/10 {
  border-left-color: rgb(250 245 255 / 0.1);
}
.border-l-purple-50\/100 {
  border-left-color: rgb(250 245 255 / 1);
}
.border-l-purple-50\/15 {
  border-left-color: rgb(250 245 255 / 0.15);
}
.border-l-purple-50\/20 {
  border-left-color: rgb(250 245 255 / 0.2);
}
.border-l-purple-50\/25 {
  border-left-color: rgb(250 245 255 / 0.25);
}
.border-l-purple-50\/30 {
  border-left-color: rgb(250 245 255 / 0.3);
}
.border-l-purple-50\/35 {
  border-left-color: rgb(250 245 255 / 0.35);
}
.border-l-purple-50\/40 {
  border-left-color: rgb(250 245 255 / 0.4);
}
.border-l-purple-50\/45 {
  border-left-color: rgb(250 245 255 / 0.45);
}
.border-l-purple-50\/5 {
  border-left-color: rgb(250 245 255 / 0.05);
}
.border-l-purple-50\/50 {
  border-left-color: rgb(250 245 255 / 0.5);
}
.border-l-purple-50\/55 {
  border-left-color: rgb(250 245 255 / 0.55);
}
.border-l-purple-50\/60 {
  border-left-color: rgb(250 245 255 / 0.6);
}
.border-l-purple-50\/65 {
  border-left-color: rgb(250 245 255 / 0.65);
}
.border-l-purple-50\/70 {
  border-left-color: rgb(250 245 255 / 0.7);
}
.border-l-purple-50\/75 {
  border-left-color: rgb(250 245 255 / 0.75);
}
.border-l-purple-50\/80 {
  border-left-color: rgb(250 245 255 / 0.8);
}
.border-l-purple-50\/85 {
  border-left-color: rgb(250 245 255 / 0.85);
}
.border-l-purple-50\/90 {
  border-left-color: rgb(250 245 255 / 0.9);
}
.border-l-purple-50\/95 {
  border-left-color: rgb(250 245 255 / 0.95);
}
.border-l-purple-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-l-purple-500\/0 {
  border-left-color: rgb(168 85 247 / 0);
}
.border-l-purple-500\/10 {
  border-left-color: rgb(168 85 247 / 0.1);
}
.border-l-purple-500\/100 {
  border-left-color: rgb(168 85 247 / 1);
}
.border-l-purple-500\/15 {
  border-left-color: rgb(168 85 247 / 0.15);
}
.border-l-purple-500\/20 {
  border-left-color: rgb(168 85 247 / 0.2);
}
.border-l-purple-500\/25 {
  border-left-color: rgb(168 85 247 / 0.25);
}
.border-l-purple-500\/30 {
  border-left-color: rgb(168 85 247 / 0.3);
}
.border-l-purple-500\/35 {
  border-left-color: rgb(168 85 247 / 0.35);
}
.border-l-purple-500\/40 {
  border-left-color: rgb(168 85 247 / 0.4);
}
.border-l-purple-500\/45 {
  border-left-color: rgb(168 85 247 / 0.45);
}
.border-l-purple-500\/5 {
  border-left-color: rgb(168 85 247 / 0.05);
}
.border-l-purple-500\/50 {
  border-left-color: rgb(168 85 247 / 0.5);
}
.border-l-purple-500\/55 {
  border-left-color: rgb(168 85 247 / 0.55);
}
.border-l-purple-500\/60 {
  border-left-color: rgb(168 85 247 / 0.6);
}
.border-l-purple-500\/65 {
  border-left-color: rgb(168 85 247 / 0.65);
}
.border-l-purple-500\/70 {
  border-left-color: rgb(168 85 247 / 0.7);
}
.border-l-purple-500\/75 {
  border-left-color: rgb(168 85 247 / 0.75);
}
.border-l-purple-500\/80 {
  border-left-color: rgb(168 85 247 / 0.8);
}
.border-l-purple-500\/85 {
  border-left-color: rgb(168 85 247 / 0.85);
}
.border-l-purple-500\/90 {
  border-left-color: rgb(168 85 247 / 0.9);
}
.border-l-purple-500\/95 {
  border-left-color: rgb(168 85 247 / 0.95);
}
.border-l-purple-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-l-purple-600\/0 {
  border-left-color: rgb(147 51 234 / 0);
}
.border-l-purple-600\/10 {
  border-left-color: rgb(147 51 234 / 0.1);
}
.border-l-purple-600\/100 {
  border-left-color: rgb(147 51 234 / 1);
}
.border-l-purple-600\/15 {
  border-left-color: rgb(147 51 234 / 0.15);
}
.border-l-purple-600\/20 {
  border-left-color: rgb(147 51 234 / 0.2);
}
.border-l-purple-600\/25 {
  border-left-color: rgb(147 51 234 / 0.25);
}
.border-l-purple-600\/30 {
  border-left-color: rgb(147 51 234 / 0.3);
}
.border-l-purple-600\/35 {
  border-left-color: rgb(147 51 234 / 0.35);
}
.border-l-purple-600\/40 {
  border-left-color: rgb(147 51 234 / 0.4);
}
.border-l-purple-600\/45 {
  border-left-color: rgb(147 51 234 / 0.45);
}
.border-l-purple-600\/5 {
  border-left-color: rgb(147 51 234 / 0.05);
}
.border-l-purple-600\/50 {
  border-left-color: rgb(147 51 234 / 0.5);
}
.border-l-purple-600\/55 {
  border-left-color: rgb(147 51 234 / 0.55);
}
.border-l-purple-600\/60 {
  border-left-color: rgb(147 51 234 / 0.6);
}
.border-l-purple-600\/65 {
  border-left-color: rgb(147 51 234 / 0.65);
}
.border-l-purple-600\/70 {
  border-left-color: rgb(147 51 234 / 0.7);
}
.border-l-purple-600\/75 {
  border-left-color: rgb(147 51 234 / 0.75);
}
.border-l-purple-600\/80 {
  border-left-color: rgb(147 51 234 / 0.8);
}
.border-l-purple-600\/85 {
  border-left-color: rgb(147 51 234 / 0.85);
}
.border-l-purple-600\/90 {
  border-left-color: rgb(147 51 234 / 0.9);
}
.border-l-purple-600\/95 {
  border-left-color: rgb(147 51 234 / 0.95);
}
.border-l-purple-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-l-purple-700\/0 {
  border-left-color: rgb(126 34 206 / 0);
}
.border-l-purple-700\/10 {
  border-left-color: rgb(126 34 206 / 0.1);
}
.border-l-purple-700\/100 {
  border-left-color: rgb(126 34 206 / 1);
}
.border-l-purple-700\/15 {
  border-left-color: rgb(126 34 206 / 0.15);
}
.border-l-purple-700\/20 {
  border-left-color: rgb(126 34 206 / 0.2);
}
.border-l-purple-700\/25 {
  border-left-color: rgb(126 34 206 / 0.25);
}
.border-l-purple-700\/30 {
  border-left-color: rgb(126 34 206 / 0.3);
}
.border-l-purple-700\/35 {
  border-left-color: rgb(126 34 206 / 0.35);
}
.border-l-purple-700\/40 {
  border-left-color: rgb(126 34 206 / 0.4);
}
.border-l-purple-700\/45 {
  border-left-color: rgb(126 34 206 / 0.45);
}
.border-l-purple-700\/5 {
  border-left-color: rgb(126 34 206 / 0.05);
}
.border-l-purple-700\/50 {
  border-left-color: rgb(126 34 206 / 0.5);
}
.border-l-purple-700\/55 {
  border-left-color: rgb(126 34 206 / 0.55);
}
.border-l-purple-700\/60 {
  border-left-color: rgb(126 34 206 / 0.6);
}
.border-l-purple-700\/65 {
  border-left-color: rgb(126 34 206 / 0.65);
}
.border-l-purple-700\/70 {
  border-left-color: rgb(126 34 206 / 0.7);
}
.border-l-purple-700\/75 {
  border-left-color: rgb(126 34 206 / 0.75);
}
.border-l-purple-700\/80 {
  border-left-color: rgb(126 34 206 / 0.8);
}
.border-l-purple-700\/85 {
  border-left-color: rgb(126 34 206 / 0.85);
}
.border-l-purple-700\/90 {
  border-left-color: rgb(126 34 206 / 0.9);
}
.border-l-purple-700\/95 {
  border-left-color: rgb(126 34 206 / 0.95);
}
.border-l-purple-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-l-purple-800\/0 {
  border-left-color: rgb(107 33 168 / 0);
}
.border-l-purple-800\/10 {
  border-left-color: rgb(107 33 168 / 0.1);
}
.border-l-purple-800\/100 {
  border-left-color: rgb(107 33 168 / 1);
}
.border-l-purple-800\/15 {
  border-left-color: rgb(107 33 168 / 0.15);
}
.border-l-purple-800\/20 {
  border-left-color: rgb(107 33 168 / 0.2);
}
.border-l-purple-800\/25 {
  border-left-color: rgb(107 33 168 / 0.25);
}
.border-l-purple-800\/30 {
  border-left-color: rgb(107 33 168 / 0.3);
}
.border-l-purple-800\/35 {
  border-left-color: rgb(107 33 168 / 0.35);
}
.border-l-purple-800\/40 {
  border-left-color: rgb(107 33 168 / 0.4);
}
.border-l-purple-800\/45 {
  border-left-color: rgb(107 33 168 / 0.45);
}
.border-l-purple-800\/5 {
  border-left-color: rgb(107 33 168 / 0.05);
}
.border-l-purple-800\/50 {
  border-left-color: rgb(107 33 168 / 0.5);
}
.border-l-purple-800\/55 {
  border-left-color: rgb(107 33 168 / 0.55);
}
.border-l-purple-800\/60 {
  border-left-color: rgb(107 33 168 / 0.6);
}
.border-l-purple-800\/65 {
  border-left-color: rgb(107 33 168 / 0.65);
}
.border-l-purple-800\/70 {
  border-left-color: rgb(107 33 168 / 0.7);
}
.border-l-purple-800\/75 {
  border-left-color: rgb(107 33 168 / 0.75);
}
.border-l-purple-800\/80 {
  border-left-color: rgb(107 33 168 / 0.8);
}
.border-l-purple-800\/85 {
  border-left-color: rgb(107 33 168 / 0.85);
}
.border-l-purple-800\/90 {
  border-left-color: rgb(107 33 168 / 0.9);
}
.border-l-purple-800\/95 {
  border-left-color: rgb(107 33 168 / 0.95);
}
.border-l-purple-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-l-purple-900\/0 {
  border-left-color: rgb(88 28 135 / 0);
}
.border-l-purple-900\/10 {
  border-left-color: rgb(88 28 135 / 0.1);
}
.border-l-purple-900\/100 {
  border-left-color: rgb(88 28 135 / 1);
}
.border-l-purple-900\/15 {
  border-left-color: rgb(88 28 135 / 0.15);
}
.border-l-purple-900\/20 {
  border-left-color: rgb(88 28 135 / 0.2);
}
.border-l-purple-900\/25 {
  border-left-color: rgb(88 28 135 / 0.25);
}
.border-l-purple-900\/30 {
  border-left-color: rgb(88 28 135 / 0.3);
}
.border-l-purple-900\/35 {
  border-left-color: rgb(88 28 135 / 0.35);
}
.border-l-purple-900\/40 {
  border-left-color: rgb(88 28 135 / 0.4);
}
.border-l-purple-900\/45 {
  border-left-color: rgb(88 28 135 / 0.45);
}
.border-l-purple-900\/5 {
  border-left-color: rgb(88 28 135 / 0.05);
}
.border-l-purple-900\/50 {
  border-left-color: rgb(88 28 135 / 0.5);
}
.border-l-purple-900\/55 {
  border-left-color: rgb(88 28 135 / 0.55);
}
.border-l-purple-900\/60 {
  border-left-color: rgb(88 28 135 / 0.6);
}
.border-l-purple-900\/65 {
  border-left-color: rgb(88 28 135 / 0.65);
}
.border-l-purple-900\/70 {
  border-left-color: rgb(88 28 135 / 0.7);
}
.border-l-purple-900\/75 {
  border-left-color: rgb(88 28 135 / 0.75);
}
.border-l-purple-900\/80 {
  border-left-color: rgb(88 28 135 / 0.8);
}
.border-l-purple-900\/85 {
  border-left-color: rgb(88 28 135 / 0.85);
}
.border-l-purple-900\/90 {
  border-left-color: rgb(88 28 135 / 0.9);
}
.border-l-purple-900\/95 {
  border-left-color: rgb(88 28 135 / 0.95);
}
.border-l-purple-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-l-purple-950\/0 {
  border-left-color: rgb(59 7 100 / 0);
}
.border-l-purple-950\/10 {
  border-left-color: rgb(59 7 100 / 0.1);
}
.border-l-purple-950\/100 {
  border-left-color: rgb(59 7 100 / 1);
}
.border-l-purple-950\/15 {
  border-left-color: rgb(59 7 100 / 0.15);
}
.border-l-purple-950\/20 {
  border-left-color: rgb(59 7 100 / 0.2);
}
.border-l-purple-950\/25 {
  border-left-color: rgb(59 7 100 / 0.25);
}
.border-l-purple-950\/30 {
  border-left-color: rgb(59 7 100 / 0.3);
}
.border-l-purple-950\/35 {
  border-left-color: rgb(59 7 100 / 0.35);
}
.border-l-purple-950\/40 {
  border-left-color: rgb(59 7 100 / 0.4);
}
.border-l-purple-950\/45 {
  border-left-color: rgb(59 7 100 / 0.45);
}
.border-l-purple-950\/5 {
  border-left-color: rgb(59 7 100 / 0.05);
}
.border-l-purple-950\/50 {
  border-left-color: rgb(59 7 100 / 0.5);
}
.border-l-purple-950\/55 {
  border-left-color: rgb(59 7 100 / 0.55);
}
.border-l-purple-950\/60 {
  border-left-color: rgb(59 7 100 / 0.6);
}
.border-l-purple-950\/65 {
  border-left-color: rgb(59 7 100 / 0.65);
}
.border-l-purple-950\/70 {
  border-left-color: rgb(59 7 100 / 0.7);
}
.border-l-purple-950\/75 {
  border-left-color: rgb(59 7 100 / 0.75);
}
.border-l-purple-950\/80 {
  border-left-color: rgb(59 7 100 / 0.8);
}
.border-l-purple-950\/85 {
  border-left-color: rgb(59 7 100 / 0.85);
}
.border-l-purple-950\/90 {
  border-left-color: rgb(59 7 100 / 0.9);
}
.border-l-purple-950\/95 {
  border-left-color: rgb(59 7 100 / 0.95);
}
.border-l-red-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-l-red-100\/0 {
  border-left-color: rgb(254 226 226 / 0);
}
.border-l-red-100\/10 {
  border-left-color: rgb(254 226 226 / 0.1);
}
.border-l-red-100\/100 {
  border-left-color: rgb(254 226 226 / 1);
}
.border-l-red-100\/15 {
  border-left-color: rgb(254 226 226 / 0.15);
}
.border-l-red-100\/20 {
  border-left-color: rgb(254 226 226 / 0.2);
}
.border-l-red-100\/25 {
  border-left-color: rgb(254 226 226 / 0.25);
}
.border-l-red-100\/30 {
  border-left-color: rgb(254 226 226 / 0.3);
}
.border-l-red-100\/35 {
  border-left-color: rgb(254 226 226 / 0.35);
}
.border-l-red-100\/40 {
  border-left-color: rgb(254 226 226 / 0.4);
}
.border-l-red-100\/45 {
  border-left-color: rgb(254 226 226 / 0.45);
}
.border-l-red-100\/5 {
  border-left-color: rgb(254 226 226 / 0.05);
}
.border-l-red-100\/50 {
  border-left-color: rgb(254 226 226 / 0.5);
}
.border-l-red-100\/55 {
  border-left-color: rgb(254 226 226 / 0.55);
}
.border-l-red-100\/60 {
  border-left-color: rgb(254 226 226 / 0.6);
}
.border-l-red-100\/65 {
  border-left-color: rgb(254 226 226 / 0.65);
}
.border-l-red-100\/70 {
  border-left-color: rgb(254 226 226 / 0.7);
}
.border-l-red-100\/75 {
  border-left-color: rgb(254 226 226 / 0.75);
}
.border-l-red-100\/80 {
  border-left-color: rgb(254 226 226 / 0.8);
}
.border-l-red-100\/85 {
  border-left-color: rgb(254 226 226 / 0.85);
}
.border-l-red-100\/90 {
  border-left-color: rgb(254 226 226 / 0.9);
}
.border-l-red-100\/95 {
  border-left-color: rgb(254 226 226 / 0.95);
}
.border-l-red-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-l-red-200\/0 {
  border-left-color: rgb(254 202 202 / 0);
}
.border-l-red-200\/10 {
  border-left-color: rgb(254 202 202 / 0.1);
}
.border-l-red-200\/100 {
  border-left-color: rgb(254 202 202 / 1);
}
.border-l-red-200\/15 {
  border-left-color: rgb(254 202 202 / 0.15);
}
.border-l-red-200\/20 {
  border-left-color: rgb(254 202 202 / 0.2);
}
.border-l-red-200\/25 {
  border-left-color: rgb(254 202 202 / 0.25);
}
.border-l-red-200\/30 {
  border-left-color: rgb(254 202 202 / 0.3);
}
.border-l-red-200\/35 {
  border-left-color: rgb(254 202 202 / 0.35);
}
.border-l-red-200\/40 {
  border-left-color: rgb(254 202 202 / 0.4);
}
.border-l-red-200\/45 {
  border-left-color: rgb(254 202 202 / 0.45);
}
.border-l-red-200\/5 {
  border-left-color: rgb(254 202 202 / 0.05);
}
.border-l-red-200\/50 {
  border-left-color: rgb(254 202 202 / 0.5);
}
.border-l-red-200\/55 {
  border-left-color: rgb(254 202 202 / 0.55);
}
.border-l-red-200\/60 {
  border-left-color: rgb(254 202 202 / 0.6);
}
.border-l-red-200\/65 {
  border-left-color: rgb(254 202 202 / 0.65);
}
.border-l-red-200\/70 {
  border-left-color: rgb(254 202 202 / 0.7);
}
.border-l-red-200\/75 {
  border-left-color: rgb(254 202 202 / 0.75);
}
.border-l-red-200\/80 {
  border-left-color: rgb(254 202 202 / 0.8);
}
.border-l-red-200\/85 {
  border-left-color: rgb(254 202 202 / 0.85);
}
.border-l-red-200\/90 {
  border-left-color: rgb(254 202 202 / 0.9);
}
.border-l-red-200\/95 {
  border-left-color: rgb(254 202 202 / 0.95);
}
.border-l-red-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-l-red-300\/0 {
  border-left-color: rgb(252 165 165 / 0);
}
.border-l-red-300\/10 {
  border-left-color: rgb(252 165 165 / 0.1);
}
.border-l-red-300\/100 {
  border-left-color: rgb(252 165 165 / 1);
}
.border-l-red-300\/15 {
  border-left-color: rgb(252 165 165 / 0.15);
}
.border-l-red-300\/20 {
  border-left-color: rgb(252 165 165 / 0.2);
}
.border-l-red-300\/25 {
  border-left-color: rgb(252 165 165 / 0.25);
}
.border-l-red-300\/30 {
  border-left-color: rgb(252 165 165 / 0.3);
}
.border-l-red-300\/35 {
  border-left-color: rgb(252 165 165 / 0.35);
}
.border-l-red-300\/40 {
  border-left-color: rgb(252 165 165 / 0.4);
}
.border-l-red-300\/45 {
  border-left-color: rgb(252 165 165 / 0.45);
}
.border-l-red-300\/5 {
  border-left-color: rgb(252 165 165 / 0.05);
}
.border-l-red-300\/50 {
  border-left-color: rgb(252 165 165 / 0.5);
}
.border-l-red-300\/55 {
  border-left-color: rgb(252 165 165 / 0.55);
}
.border-l-red-300\/60 {
  border-left-color: rgb(252 165 165 / 0.6);
}
.border-l-red-300\/65 {
  border-left-color: rgb(252 165 165 / 0.65);
}
.border-l-red-300\/70 {
  border-left-color: rgb(252 165 165 / 0.7);
}
.border-l-red-300\/75 {
  border-left-color: rgb(252 165 165 / 0.75);
}
.border-l-red-300\/80 {
  border-left-color: rgb(252 165 165 / 0.8);
}
.border-l-red-300\/85 {
  border-left-color: rgb(252 165 165 / 0.85);
}
.border-l-red-300\/90 {
  border-left-color: rgb(252 165 165 / 0.9);
}
.border-l-red-300\/95 {
  border-left-color: rgb(252 165 165 / 0.95);
}
.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-l-red-400\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-red-400\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-red-400\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-red-400\/15 {
  border-left-color: rgb(248 113 113 / 0.15);
}
.border-l-red-400\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-red-400\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-red-400\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-red-400\/35 {
  border-left-color: rgb(248 113 113 / 0.35);
}
.border-l-red-400\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-red-400\/45 {
  border-left-color: rgb(248 113 113 / 0.45);
}
.border-l-red-400\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-red-400\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-red-400\/55 {
  border-left-color: rgb(248 113 113 / 0.55);
}
.border-l-red-400\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-red-400\/65 {
  border-left-color: rgb(248 113 113 / 0.65);
}
.border-l-red-400\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-red-400\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-red-400\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-red-400\/85 {
  border-left-color: rgb(248 113 113 / 0.85);
}
.border-l-red-400\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-red-400\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-red-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-l-red-50\/0 {
  border-left-color: rgb(254 242 242 / 0);
}
.border-l-red-50\/10 {
  border-left-color: rgb(254 242 242 / 0.1);
}
.border-l-red-50\/100 {
  border-left-color: rgb(254 242 242 / 1);
}
.border-l-red-50\/15 {
  border-left-color: rgb(254 242 242 / 0.15);
}
.border-l-red-50\/20 {
  border-left-color: rgb(254 242 242 / 0.2);
}
.border-l-red-50\/25 {
  border-left-color: rgb(254 242 242 / 0.25);
}
.border-l-red-50\/30 {
  border-left-color: rgb(254 242 242 / 0.3);
}
.border-l-red-50\/35 {
  border-left-color: rgb(254 242 242 / 0.35);
}
.border-l-red-50\/40 {
  border-left-color: rgb(254 242 242 / 0.4);
}
.border-l-red-50\/45 {
  border-left-color: rgb(254 242 242 / 0.45);
}
.border-l-red-50\/5 {
  border-left-color: rgb(254 242 242 / 0.05);
}
.border-l-red-50\/50 {
  border-left-color: rgb(254 242 242 / 0.5);
}
.border-l-red-50\/55 {
  border-left-color: rgb(254 242 242 / 0.55);
}
.border-l-red-50\/60 {
  border-left-color: rgb(254 242 242 / 0.6);
}
.border-l-red-50\/65 {
  border-left-color: rgb(254 242 242 / 0.65);
}
.border-l-red-50\/70 {
  border-left-color: rgb(254 242 242 / 0.7);
}
.border-l-red-50\/75 {
  border-left-color: rgb(254 242 242 / 0.75);
}
.border-l-red-50\/80 {
  border-left-color: rgb(254 242 242 / 0.8);
}
.border-l-red-50\/85 {
  border-left-color: rgb(254 242 242 / 0.85);
}
.border-l-red-50\/90 {
  border-left-color: rgb(254 242 242 / 0.9);
}
.border-l-red-50\/95 {
  border-left-color: rgb(254 242 242 / 0.95);
}
.border-l-red-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-l-red-500\/0 {
  border-left-color: rgb(239 68 68 / 0);
}
.border-l-red-500\/10 {
  border-left-color: rgb(239 68 68 / 0.1);
}
.border-l-red-500\/100 {
  border-left-color: rgb(239 68 68 / 1);
}
.border-l-red-500\/15 {
  border-left-color: rgb(239 68 68 / 0.15);
}
.border-l-red-500\/20 {
  border-left-color: rgb(239 68 68 / 0.2);
}
.border-l-red-500\/25 {
  border-left-color: rgb(239 68 68 / 0.25);
}
.border-l-red-500\/30 {
  border-left-color: rgb(239 68 68 / 0.3);
}
.border-l-red-500\/35 {
  border-left-color: rgb(239 68 68 / 0.35);
}
.border-l-red-500\/40 {
  border-left-color: rgb(239 68 68 / 0.4);
}
.border-l-red-500\/45 {
  border-left-color: rgb(239 68 68 / 0.45);
}
.border-l-red-500\/5 {
  border-left-color: rgb(239 68 68 / 0.05);
}
.border-l-red-500\/50 {
  border-left-color: rgb(239 68 68 / 0.5);
}
.border-l-red-500\/55 {
  border-left-color: rgb(239 68 68 / 0.55);
}
.border-l-red-500\/60 {
  border-left-color: rgb(239 68 68 / 0.6);
}
.border-l-red-500\/65 {
  border-left-color: rgb(239 68 68 / 0.65);
}
.border-l-red-500\/70 {
  border-left-color: rgb(239 68 68 / 0.7);
}
.border-l-red-500\/75 {
  border-left-color: rgb(239 68 68 / 0.75);
}
.border-l-red-500\/80 {
  border-left-color: rgb(239 68 68 / 0.8);
}
.border-l-red-500\/85 {
  border-left-color: rgb(239 68 68 / 0.85);
}
.border-l-red-500\/90 {
  border-left-color: rgb(239 68 68 / 0.9);
}
.border-l-red-500\/95 {
  border-left-color: rgb(239 68 68 / 0.95);
}
.border-l-red-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-l-red-600\/0 {
  border-left-color: rgb(220 38 38 / 0);
}
.border-l-red-600\/10 {
  border-left-color: rgb(220 38 38 / 0.1);
}
.border-l-red-600\/100 {
  border-left-color: rgb(220 38 38 / 1);
}
.border-l-red-600\/15 {
  border-left-color: rgb(220 38 38 / 0.15);
}
.border-l-red-600\/20 {
  border-left-color: rgb(220 38 38 / 0.2);
}
.border-l-red-600\/25 {
  border-left-color: rgb(220 38 38 / 0.25);
}
.border-l-red-600\/30 {
  border-left-color: rgb(220 38 38 / 0.3);
}
.border-l-red-600\/35 {
  border-left-color: rgb(220 38 38 / 0.35);
}
.border-l-red-600\/40 {
  border-left-color: rgb(220 38 38 / 0.4);
}
.border-l-red-600\/45 {
  border-left-color: rgb(220 38 38 / 0.45);
}
.border-l-red-600\/5 {
  border-left-color: rgb(220 38 38 / 0.05);
}
.border-l-red-600\/50 {
  border-left-color: rgb(220 38 38 / 0.5);
}
.border-l-red-600\/55 {
  border-left-color: rgb(220 38 38 / 0.55);
}
.border-l-red-600\/60 {
  border-left-color: rgb(220 38 38 / 0.6);
}
.border-l-red-600\/65 {
  border-left-color: rgb(220 38 38 / 0.65);
}
.border-l-red-600\/70 {
  border-left-color: rgb(220 38 38 / 0.7);
}
.border-l-red-600\/75 {
  border-left-color: rgb(220 38 38 / 0.75);
}
.border-l-red-600\/80 {
  border-left-color: rgb(220 38 38 / 0.8);
}
.border-l-red-600\/85 {
  border-left-color: rgb(220 38 38 / 0.85);
}
.border-l-red-600\/90 {
  border-left-color: rgb(220 38 38 / 0.9);
}
.border-l-red-600\/95 {
  border-left-color: rgb(220 38 38 / 0.95);
}
.border-l-red-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-l-red-700\/0 {
  border-left-color: rgb(185 28 28 / 0);
}
.border-l-red-700\/10 {
  border-left-color: rgb(185 28 28 / 0.1);
}
.border-l-red-700\/100 {
  border-left-color: rgb(185 28 28 / 1);
}
.border-l-red-700\/15 {
  border-left-color: rgb(185 28 28 / 0.15);
}
.border-l-red-700\/20 {
  border-left-color: rgb(185 28 28 / 0.2);
}
.border-l-red-700\/25 {
  border-left-color: rgb(185 28 28 / 0.25);
}
.border-l-red-700\/30 {
  border-left-color: rgb(185 28 28 / 0.3);
}
.border-l-red-700\/35 {
  border-left-color: rgb(185 28 28 / 0.35);
}
.border-l-red-700\/40 {
  border-left-color: rgb(185 28 28 / 0.4);
}
.border-l-red-700\/45 {
  border-left-color: rgb(185 28 28 / 0.45);
}
.border-l-red-700\/5 {
  border-left-color: rgb(185 28 28 / 0.05);
}
.border-l-red-700\/50 {
  border-left-color: rgb(185 28 28 / 0.5);
}
.border-l-red-700\/55 {
  border-left-color: rgb(185 28 28 / 0.55);
}
.border-l-red-700\/60 {
  border-left-color: rgb(185 28 28 / 0.6);
}
.border-l-red-700\/65 {
  border-left-color: rgb(185 28 28 / 0.65);
}
.border-l-red-700\/70 {
  border-left-color: rgb(185 28 28 / 0.7);
}
.border-l-red-700\/75 {
  border-left-color: rgb(185 28 28 / 0.75);
}
.border-l-red-700\/80 {
  border-left-color: rgb(185 28 28 / 0.8);
}
.border-l-red-700\/85 {
  border-left-color: rgb(185 28 28 / 0.85);
}
.border-l-red-700\/90 {
  border-left-color: rgb(185 28 28 / 0.9);
}
.border-l-red-700\/95 {
  border-left-color: rgb(185 28 28 / 0.95);
}
.border-l-red-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-l-red-800\/0 {
  border-left-color: rgb(153 27 27 / 0);
}
.border-l-red-800\/10 {
  border-left-color: rgb(153 27 27 / 0.1);
}
.border-l-red-800\/100 {
  border-left-color: rgb(153 27 27 / 1);
}
.border-l-red-800\/15 {
  border-left-color: rgb(153 27 27 / 0.15);
}
.border-l-red-800\/20 {
  border-left-color: rgb(153 27 27 / 0.2);
}
.border-l-red-800\/25 {
  border-left-color: rgb(153 27 27 / 0.25);
}
.border-l-red-800\/30 {
  border-left-color: rgb(153 27 27 / 0.3);
}
.border-l-red-800\/35 {
  border-left-color: rgb(153 27 27 / 0.35);
}
.border-l-red-800\/40 {
  border-left-color: rgb(153 27 27 / 0.4);
}
.border-l-red-800\/45 {
  border-left-color: rgb(153 27 27 / 0.45);
}
.border-l-red-800\/5 {
  border-left-color: rgb(153 27 27 / 0.05);
}
.border-l-red-800\/50 {
  border-left-color: rgb(153 27 27 / 0.5);
}
.border-l-red-800\/55 {
  border-left-color: rgb(153 27 27 / 0.55);
}
.border-l-red-800\/60 {
  border-left-color: rgb(153 27 27 / 0.6);
}
.border-l-red-800\/65 {
  border-left-color: rgb(153 27 27 / 0.65);
}
.border-l-red-800\/70 {
  border-left-color: rgb(153 27 27 / 0.7);
}
.border-l-red-800\/75 {
  border-left-color: rgb(153 27 27 / 0.75);
}
.border-l-red-800\/80 {
  border-left-color: rgb(153 27 27 / 0.8);
}
.border-l-red-800\/85 {
  border-left-color: rgb(153 27 27 / 0.85);
}
.border-l-red-800\/90 {
  border-left-color: rgb(153 27 27 / 0.9);
}
.border-l-red-800\/95 {
  border-left-color: rgb(153 27 27 / 0.95);
}
.border-l-red-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-l-red-900\/0 {
  border-left-color: rgb(127 29 29 / 0);
}
.border-l-red-900\/10 {
  border-left-color: rgb(127 29 29 / 0.1);
}
.border-l-red-900\/100 {
  border-left-color: rgb(127 29 29 / 1);
}
.border-l-red-900\/15 {
  border-left-color: rgb(127 29 29 / 0.15);
}
.border-l-red-900\/20 {
  border-left-color: rgb(127 29 29 / 0.2);
}
.border-l-red-900\/25 {
  border-left-color: rgb(127 29 29 / 0.25);
}
.border-l-red-900\/30 {
  border-left-color: rgb(127 29 29 / 0.3);
}
.border-l-red-900\/35 {
  border-left-color: rgb(127 29 29 / 0.35);
}
.border-l-red-900\/40 {
  border-left-color: rgb(127 29 29 / 0.4);
}
.border-l-red-900\/45 {
  border-left-color: rgb(127 29 29 / 0.45);
}
.border-l-red-900\/5 {
  border-left-color: rgb(127 29 29 / 0.05);
}
.border-l-red-900\/50 {
  border-left-color: rgb(127 29 29 / 0.5);
}
.border-l-red-900\/55 {
  border-left-color: rgb(127 29 29 / 0.55);
}
.border-l-red-900\/60 {
  border-left-color: rgb(127 29 29 / 0.6);
}
.border-l-red-900\/65 {
  border-left-color: rgb(127 29 29 / 0.65);
}
.border-l-red-900\/70 {
  border-left-color: rgb(127 29 29 / 0.7);
}
.border-l-red-900\/75 {
  border-left-color: rgb(127 29 29 / 0.75);
}
.border-l-red-900\/80 {
  border-left-color: rgb(127 29 29 / 0.8);
}
.border-l-red-900\/85 {
  border-left-color: rgb(127 29 29 / 0.85);
}
.border-l-red-900\/90 {
  border-left-color: rgb(127 29 29 / 0.9);
}
.border-l-red-900\/95 {
  border-left-color: rgb(127 29 29 / 0.95);
}
.border-l-red-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-l-red-950\/0 {
  border-left-color: rgb(69 10 10 / 0);
}
.border-l-red-950\/10 {
  border-left-color: rgb(69 10 10 / 0.1);
}
.border-l-red-950\/100 {
  border-left-color: rgb(69 10 10 / 1);
}
.border-l-red-950\/15 {
  border-left-color: rgb(69 10 10 / 0.15);
}
.border-l-red-950\/20 {
  border-left-color: rgb(69 10 10 / 0.2);
}
.border-l-red-950\/25 {
  border-left-color: rgb(69 10 10 / 0.25);
}
.border-l-red-950\/30 {
  border-left-color: rgb(69 10 10 / 0.3);
}
.border-l-red-950\/35 {
  border-left-color: rgb(69 10 10 / 0.35);
}
.border-l-red-950\/40 {
  border-left-color: rgb(69 10 10 / 0.4);
}
.border-l-red-950\/45 {
  border-left-color: rgb(69 10 10 / 0.45);
}
.border-l-red-950\/5 {
  border-left-color: rgb(69 10 10 / 0.05);
}
.border-l-red-950\/50 {
  border-left-color: rgb(69 10 10 / 0.5);
}
.border-l-red-950\/55 {
  border-left-color: rgb(69 10 10 / 0.55);
}
.border-l-red-950\/60 {
  border-left-color: rgb(69 10 10 / 0.6);
}
.border-l-red-950\/65 {
  border-left-color: rgb(69 10 10 / 0.65);
}
.border-l-red-950\/70 {
  border-left-color: rgb(69 10 10 / 0.7);
}
.border-l-red-950\/75 {
  border-left-color: rgb(69 10 10 / 0.75);
}
.border-l-red-950\/80 {
  border-left-color: rgb(69 10 10 / 0.8);
}
.border-l-red-950\/85 {
  border-left-color: rgb(69 10 10 / 0.85);
}
.border-l-red-950\/90 {
  border-left-color: rgb(69 10 10 / 0.9);
}
.border-l-red-950\/95 {
  border-left-color: rgb(69 10 10 / 0.95);
}
.border-l-ring {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
}
.border-l-ring\/0 {
  border-left-color: hsl(var(--ring) / 0);
}
.border-l-ring\/10 {
  border-left-color: hsl(var(--ring) / 0.1);
}
.border-l-ring\/100 {
  border-left-color: hsl(var(--ring) / 1);
}
.border-l-ring\/15 {
  border-left-color: hsl(var(--ring) / 0.15);
}
.border-l-ring\/20 {
  border-left-color: hsl(var(--ring) / 0.2);
}
.border-l-ring\/25 {
  border-left-color: hsl(var(--ring) / 0.25);
}
.border-l-ring\/30 {
  border-left-color: hsl(var(--ring) / 0.3);
}
.border-l-ring\/35 {
  border-left-color: hsl(var(--ring) / 0.35);
}
.border-l-ring\/40 {
  border-left-color: hsl(var(--ring) / 0.4);
}
.border-l-ring\/45 {
  border-left-color: hsl(var(--ring) / 0.45);
}
.border-l-ring\/5 {
  border-left-color: hsl(var(--ring) / 0.05);
}
.border-l-ring\/50 {
  border-left-color: hsl(var(--ring) / 0.5);
}
.border-l-ring\/55 {
  border-left-color: hsl(var(--ring) / 0.55);
}
.border-l-ring\/60 {
  border-left-color: hsl(var(--ring) / 0.6);
}
.border-l-ring\/65 {
  border-left-color: hsl(var(--ring) / 0.65);
}
.border-l-ring\/70 {
  border-left-color: hsl(var(--ring) / 0.7);
}
.border-l-ring\/75 {
  border-left-color: hsl(var(--ring) / 0.75);
}
.border-l-ring\/80 {
  border-left-color: hsl(var(--ring) / 0.8);
}
.border-l-ring\/85 {
  border-left-color: hsl(var(--ring) / 0.85);
}
.border-l-ring\/90 {
  border-left-color: hsl(var(--ring) / 0.9);
}
.border-l-ring\/95 {
  border-left-color: hsl(var(--ring) / 0.95);
}
.border-l-rose-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-l-rose-100\/0 {
  border-left-color: rgb(255 228 230 / 0);
}
.border-l-rose-100\/10 {
  border-left-color: rgb(255 228 230 / 0.1);
}
.border-l-rose-100\/100 {
  border-left-color: rgb(255 228 230 / 1);
}
.border-l-rose-100\/15 {
  border-left-color: rgb(255 228 230 / 0.15);
}
.border-l-rose-100\/20 {
  border-left-color: rgb(255 228 230 / 0.2);
}
.border-l-rose-100\/25 {
  border-left-color: rgb(255 228 230 / 0.25);
}
.border-l-rose-100\/30 {
  border-left-color: rgb(255 228 230 / 0.3);
}
.border-l-rose-100\/35 {
  border-left-color: rgb(255 228 230 / 0.35);
}
.border-l-rose-100\/40 {
  border-left-color: rgb(255 228 230 / 0.4);
}
.border-l-rose-100\/45 {
  border-left-color: rgb(255 228 230 / 0.45);
}
.border-l-rose-100\/5 {
  border-left-color: rgb(255 228 230 / 0.05);
}
.border-l-rose-100\/50 {
  border-left-color: rgb(255 228 230 / 0.5);
}
.border-l-rose-100\/55 {
  border-left-color: rgb(255 228 230 / 0.55);
}
.border-l-rose-100\/60 {
  border-left-color: rgb(255 228 230 / 0.6);
}
.border-l-rose-100\/65 {
  border-left-color: rgb(255 228 230 / 0.65);
}
.border-l-rose-100\/70 {
  border-left-color: rgb(255 228 230 / 0.7);
}
.border-l-rose-100\/75 {
  border-left-color: rgb(255 228 230 / 0.75);
}
.border-l-rose-100\/80 {
  border-left-color: rgb(255 228 230 / 0.8);
}
.border-l-rose-100\/85 {
  border-left-color: rgb(255 228 230 / 0.85);
}
.border-l-rose-100\/90 {
  border-left-color: rgb(255 228 230 / 0.9);
}
.border-l-rose-100\/95 {
  border-left-color: rgb(255 228 230 / 0.95);
}
.border-l-rose-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-l-rose-200\/0 {
  border-left-color: rgb(254 205 211 / 0);
}
.border-l-rose-200\/10 {
  border-left-color: rgb(254 205 211 / 0.1);
}
.border-l-rose-200\/100 {
  border-left-color: rgb(254 205 211 / 1);
}
.border-l-rose-200\/15 {
  border-left-color: rgb(254 205 211 / 0.15);
}
.border-l-rose-200\/20 {
  border-left-color: rgb(254 205 211 / 0.2);
}
.border-l-rose-200\/25 {
  border-left-color: rgb(254 205 211 / 0.25);
}
.border-l-rose-200\/30 {
  border-left-color: rgb(254 205 211 / 0.3);
}
.border-l-rose-200\/35 {
  border-left-color: rgb(254 205 211 / 0.35);
}
.border-l-rose-200\/40 {
  border-left-color: rgb(254 205 211 / 0.4);
}
.border-l-rose-200\/45 {
  border-left-color: rgb(254 205 211 / 0.45);
}
.border-l-rose-200\/5 {
  border-left-color: rgb(254 205 211 / 0.05);
}
.border-l-rose-200\/50 {
  border-left-color: rgb(254 205 211 / 0.5);
}
.border-l-rose-200\/55 {
  border-left-color: rgb(254 205 211 / 0.55);
}
.border-l-rose-200\/60 {
  border-left-color: rgb(254 205 211 / 0.6);
}
.border-l-rose-200\/65 {
  border-left-color: rgb(254 205 211 / 0.65);
}
.border-l-rose-200\/70 {
  border-left-color: rgb(254 205 211 / 0.7);
}
.border-l-rose-200\/75 {
  border-left-color: rgb(254 205 211 / 0.75);
}
.border-l-rose-200\/80 {
  border-left-color: rgb(254 205 211 / 0.8);
}
.border-l-rose-200\/85 {
  border-left-color: rgb(254 205 211 / 0.85);
}
.border-l-rose-200\/90 {
  border-left-color: rgb(254 205 211 / 0.9);
}
.border-l-rose-200\/95 {
  border-left-color: rgb(254 205 211 / 0.95);
}
.border-l-rose-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-l-rose-300\/0 {
  border-left-color: rgb(253 164 175 / 0);
}
.border-l-rose-300\/10 {
  border-left-color: rgb(253 164 175 / 0.1);
}
.border-l-rose-300\/100 {
  border-left-color: rgb(253 164 175 / 1);
}
.border-l-rose-300\/15 {
  border-left-color: rgb(253 164 175 / 0.15);
}
.border-l-rose-300\/20 {
  border-left-color: rgb(253 164 175 / 0.2);
}
.border-l-rose-300\/25 {
  border-left-color: rgb(253 164 175 / 0.25);
}
.border-l-rose-300\/30 {
  border-left-color: rgb(253 164 175 / 0.3);
}
.border-l-rose-300\/35 {
  border-left-color: rgb(253 164 175 / 0.35);
}
.border-l-rose-300\/40 {
  border-left-color: rgb(253 164 175 / 0.4);
}
.border-l-rose-300\/45 {
  border-left-color: rgb(253 164 175 / 0.45);
}
.border-l-rose-300\/5 {
  border-left-color: rgb(253 164 175 / 0.05);
}
.border-l-rose-300\/50 {
  border-left-color: rgb(253 164 175 / 0.5);
}
.border-l-rose-300\/55 {
  border-left-color: rgb(253 164 175 / 0.55);
}
.border-l-rose-300\/60 {
  border-left-color: rgb(253 164 175 / 0.6);
}
.border-l-rose-300\/65 {
  border-left-color: rgb(253 164 175 / 0.65);
}
.border-l-rose-300\/70 {
  border-left-color: rgb(253 164 175 / 0.7);
}
.border-l-rose-300\/75 {
  border-left-color: rgb(253 164 175 / 0.75);
}
.border-l-rose-300\/80 {
  border-left-color: rgb(253 164 175 / 0.8);
}
.border-l-rose-300\/85 {
  border-left-color: rgb(253 164 175 / 0.85);
}
.border-l-rose-300\/90 {
  border-left-color: rgb(253 164 175 / 0.9);
}
.border-l-rose-300\/95 {
  border-left-color: rgb(253 164 175 / 0.95);
}
.border-l-rose-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-l-rose-400\/0 {
  border-left-color: rgb(251 113 133 / 0);
}
.border-l-rose-400\/10 {
  border-left-color: rgb(251 113 133 / 0.1);
}
.border-l-rose-400\/100 {
  border-left-color: rgb(251 113 133 / 1);
}
.border-l-rose-400\/15 {
  border-left-color: rgb(251 113 133 / 0.15);
}
.border-l-rose-400\/20 {
  border-left-color: rgb(251 113 133 / 0.2);
}
.border-l-rose-400\/25 {
  border-left-color: rgb(251 113 133 / 0.25);
}
.border-l-rose-400\/30 {
  border-left-color: rgb(251 113 133 / 0.3);
}
.border-l-rose-400\/35 {
  border-left-color: rgb(251 113 133 / 0.35);
}
.border-l-rose-400\/40 {
  border-left-color: rgb(251 113 133 / 0.4);
}
.border-l-rose-400\/45 {
  border-left-color: rgb(251 113 133 / 0.45);
}
.border-l-rose-400\/5 {
  border-left-color: rgb(251 113 133 / 0.05);
}
.border-l-rose-400\/50 {
  border-left-color: rgb(251 113 133 / 0.5);
}
.border-l-rose-400\/55 {
  border-left-color: rgb(251 113 133 / 0.55);
}
.border-l-rose-400\/60 {
  border-left-color: rgb(251 113 133 / 0.6);
}
.border-l-rose-400\/65 {
  border-left-color: rgb(251 113 133 / 0.65);
}
.border-l-rose-400\/70 {
  border-left-color: rgb(251 113 133 / 0.7);
}
.border-l-rose-400\/75 {
  border-left-color: rgb(251 113 133 / 0.75);
}
.border-l-rose-400\/80 {
  border-left-color: rgb(251 113 133 / 0.8);
}
.border-l-rose-400\/85 {
  border-left-color: rgb(251 113 133 / 0.85);
}
.border-l-rose-400\/90 {
  border-left-color: rgb(251 113 133 / 0.9);
}
.border-l-rose-400\/95 {
  border-left-color: rgb(251 113 133 / 0.95);
}
.border-l-rose-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-l-rose-50\/0 {
  border-left-color: rgb(255 241 242 / 0);
}
.border-l-rose-50\/10 {
  border-left-color: rgb(255 241 242 / 0.1);
}
.border-l-rose-50\/100 {
  border-left-color: rgb(255 241 242 / 1);
}
.border-l-rose-50\/15 {
  border-left-color: rgb(255 241 242 / 0.15);
}
.border-l-rose-50\/20 {
  border-left-color: rgb(255 241 242 / 0.2);
}
.border-l-rose-50\/25 {
  border-left-color: rgb(255 241 242 / 0.25);
}
.border-l-rose-50\/30 {
  border-left-color: rgb(255 241 242 / 0.3);
}
.border-l-rose-50\/35 {
  border-left-color: rgb(255 241 242 / 0.35);
}
.border-l-rose-50\/40 {
  border-left-color: rgb(255 241 242 / 0.4);
}
.border-l-rose-50\/45 {
  border-left-color: rgb(255 241 242 / 0.45);
}
.border-l-rose-50\/5 {
  border-left-color: rgb(255 241 242 / 0.05);
}
.border-l-rose-50\/50 {
  border-left-color: rgb(255 241 242 / 0.5);
}
.border-l-rose-50\/55 {
  border-left-color: rgb(255 241 242 / 0.55);
}
.border-l-rose-50\/60 {
  border-left-color: rgb(255 241 242 / 0.6);
}
.border-l-rose-50\/65 {
  border-left-color: rgb(255 241 242 / 0.65);
}
.border-l-rose-50\/70 {
  border-left-color: rgb(255 241 242 / 0.7);
}
.border-l-rose-50\/75 {
  border-left-color: rgb(255 241 242 / 0.75);
}
.border-l-rose-50\/80 {
  border-left-color: rgb(255 241 242 / 0.8);
}
.border-l-rose-50\/85 {
  border-left-color: rgb(255 241 242 / 0.85);
}
.border-l-rose-50\/90 {
  border-left-color: rgb(255 241 242 / 0.9);
}
.border-l-rose-50\/95 {
  border-left-color: rgb(255 241 242 / 0.95);
}
.border-l-rose-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-l-rose-500\/0 {
  border-left-color: rgb(244 63 94 / 0);
}
.border-l-rose-500\/10 {
  border-left-color: rgb(244 63 94 / 0.1);
}
.border-l-rose-500\/100 {
  border-left-color: rgb(244 63 94 / 1);
}
.border-l-rose-500\/15 {
  border-left-color: rgb(244 63 94 / 0.15);
}
.border-l-rose-500\/20 {
  border-left-color: rgb(244 63 94 / 0.2);
}
.border-l-rose-500\/25 {
  border-left-color: rgb(244 63 94 / 0.25);
}
.border-l-rose-500\/30 {
  border-left-color: rgb(244 63 94 / 0.3);
}
.border-l-rose-500\/35 {
  border-left-color: rgb(244 63 94 / 0.35);
}
.border-l-rose-500\/40 {
  border-left-color: rgb(244 63 94 / 0.4);
}
.border-l-rose-500\/45 {
  border-left-color: rgb(244 63 94 / 0.45);
}
.border-l-rose-500\/5 {
  border-left-color: rgb(244 63 94 / 0.05);
}
.border-l-rose-500\/50 {
  border-left-color: rgb(244 63 94 / 0.5);
}
.border-l-rose-500\/55 {
  border-left-color: rgb(244 63 94 / 0.55);
}
.border-l-rose-500\/60 {
  border-left-color: rgb(244 63 94 / 0.6);
}
.border-l-rose-500\/65 {
  border-left-color: rgb(244 63 94 / 0.65);
}
.border-l-rose-500\/70 {
  border-left-color: rgb(244 63 94 / 0.7);
}
.border-l-rose-500\/75 {
  border-left-color: rgb(244 63 94 / 0.75);
}
.border-l-rose-500\/80 {
  border-left-color: rgb(244 63 94 / 0.8);
}
.border-l-rose-500\/85 {
  border-left-color: rgb(244 63 94 / 0.85);
}
.border-l-rose-500\/90 {
  border-left-color: rgb(244 63 94 / 0.9);
}
.border-l-rose-500\/95 {
  border-left-color: rgb(244 63 94 / 0.95);
}
.border-l-rose-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-l-rose-600\/0 {
  border-left-color: rgb(225 29 72 / 0);
}
.border-l-rose-600\/10 {
  border-left-color: rgb(225 29 72 / 0.1);
}
.border-l-rose-600\/100 {
  border-left-color: rgb(225 29 72 / 1);
}
.border-l-rose-600\/15 {
  border-left-color: rgb(225 29 72 / 0.15);
}
.border-l-rose-600\/20 {
  border-left-color: rgb(225 29 72 / 0.2);
}
.border-l-rose-600\/25 {
  border-left-color: rgb(225 29 72 / 0.25);
}
.border-l-rose-600\/30 {
  border-left-color: rgb(225 29 72 / 0.3);
}
.border-l-rose-600\/35 {
  border-left-color: rgb(225 29 72 / 0.35);
}
.border-l-rose-600\/40 {
  border-left-color: rgb(225 29 72 / 0.4);
}
.border-l-rose-600\/45 {
  border-left-color: rgb(225 29 72 / 0.45);
}
.border-l-rose-600\/5 {
  border-left-color: rgb(225 29 72 / 0.05);
}
.border-l-rose-600\/50 {
  border-left-color: rgb(225 29 72 / 0.5);
}
.border-l-rose-600\/55 {
  border-left-color: rgb(225 29 72 / 0.55);
}
.border-l-rose-600\/60 {
  border-left-color: rgb(225 29 72 / 0.6);
}
.border-l-rose-600\/65 {
  border-left-color: rgb(225 29 72 / 0.65);
}
.border-l-rose-600\/70 {
  border-left-color: rgb(225 29 72 / 0.7);
}
.border-l-rose-600\/75 {
  border-left-color: rgb(225 29 72 / 0.75);
}
.border-l-rose-600\/80 {
  border-left-color: rgb(225 29 72 / 0.8);
}
.border-l-rose-600\/85 {
  border-left-color: rgb(225 29 72 / 0.85);
}
.border-l-rose-600\/90 {
  border-left-color: rgb(225 29 72 / 0.9);
}
.border-l-rose-600\/95 {
  border-left-color: rgb(225 29 72 / 0.95);
}
.border-l-rose-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-l-rose-700\/0 {
  border-left-color: rgb(190 18 60 / 0);
}
.border-l-rose-700\/10 {
  border-left-color: rgb(190 18 60 / 0.1);
}
.border-l-rose-700\/100 {
  border-left-color: rgb(190 18 60 / 1);
}
.border-l-rose-700\/15 {
  border-left-color: rgb(190 18 60 / 0.15);
}
.border-l-rose-700\/20 {
  border-left-color: rgb(190 18 60 / 0.2);
}
.border-l-rose-700\/25 {
  border-left-color: rgb(190 18 60 / 0.25);
}
.border-l-rose-700\/30 {
  border-left-color: rgb(190 18 60 / 0.3);
}
.border-l-rose-700\/35 {
  border-left-color: rgb(190 18 60 / 0.35);
}
.border-l-rose-700\/40 {
  border-left-color: rgb(190 18 60 / 0.4);
}
.border-l-rose-700\/45 {
  border-left-color: rgb(190 18 60 / 0.45);
}
.border-l-rose-700\/5 {
  border-left-color: rgb(190 18 60 / 0.05);
}
.border-l-rose-700\/50 {
  border-left-color: rgb(190 18 60 / 0.5);
}
.border-l-rose-700\/55 {
  border-left-color: rgb(190 18 60 / 0.55);
}
.border-l-rose-700\/60 {
  border-left-color: rgb(190 18 60 / 0.6);
}
.border-l-rose-700\/65 {
  border-left-color: rgb(190 18 60 / 0.65);
}
.border-l-rose-700\/70 {
  border-left-color: rgb(190 18 60 / 0.7);
}
.border-l-rose-700\/75 {
  border-left-color: rgb(190 18 60 / 0.75);
}
.border-l-rose-700\/80 {
  border-left-color: rgb(190 18 60 / 0.8);
}
.border-l-rose-700\/85 {
  border-left-color: rgb(190 18 60 / 0.85);
}
.border-l-rose-700\/90 {
  border-left-color: rgb(190 18 60 / 0.9);
}
.border-l-rose-700\/95 {
  border-left-color: rgb(190 18 60 / 0.95);
}
.border-l-rose-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-l-rose-800\/0 {
  border-left-color: rgb(159 18 57 / 0);
}
.border-l-rose-800\/10 {
  border-left-color: rgb(159 18 57 / 0.1);
}
.border-l-rose-800\/100 {
  border-left-color: rgb(159 18 57 / 1);
}
.border-l-rose-800\/15 {
  border-left-color: rgb(159 18 57 / 0.15);
}
.border-l-rose-800\/20 {
  border-left-color: rgb(159 18 57 / 0.2);
}
.border-l-rose-800\/25 {
  border-left-color: rgb(159 18 57 / 0.25);
}
.border-l-rose-800\/30 {
  border-left-color: rgb(159 18 57 / 0.3);
}
.border-l-rose-800\/35 {
  border-left-color: rgb(159 18 57 / 0.35);
}
.border-l-rose-800\/40 {
  border-left-color: rgb(159 18 57 / 0.4);
}
.border-l-rose-800\/45 {
  border-left-color: rgb(159 18 57 / 0.45);
}
.border-l-rose-800\/5 {
  border-left-color: rgb(159 18 57 / 0.05);
}
.border-l-rose-800\/50 {
  border-left-color: rgb(159 18 57 / 0.5);
}
.border-l-rose-800\/55 {
  border-left-color: rgb(159 18 57 / 0.55);
}
.border-l-rose-800\/60 {
  border-left-color: rgb(159 18 57 / 0.6);
}
.border-l-rose-800\/65 {
  border-left-color: rgb(159 18 57 / 0.65);
}
.border-l-rose-800\/70 {
  border-left-color: rgb(159 18 57 / 0.7);
}
.border-l-rose-800\/75 {
  border-left-color: rgb(159 18 57 / 0.75);
}
.border-l-rose-800\/80 {
  border-left-color: rgb(159 18 57 / 0.8);
}
.border-l-rose-800\/85 {
  border-left-color: rgb(159 18 57 / 0.85);
}
.border-l-rose-800\/90 {
  border-left-color: rgb(159 18 57 / 0.9);
}
.border-l-rose-800\/95 {
  border-left-color: rgb(159 18 57 / 0.95);
}
.border-l-rose-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-l-rose-900\/0 {
  border-left-color: rgb(136 19 55 / 0);
}
.border-l-rose-900\/10 {
  border-left-color: rgb(136 19 55 / 0.1);
}
.border-l-rose-900\/100 {
  border-left-color: rgb(136 19 55 / 1);
}
.border-l-rose-900\/15 {
  border-left-color: rgb(136 19 55 / 0.15);
}
.border-l-rose-900\/20 {
  border-left-color: rgb(136 19 55 / 0.2);
}
.border-l-rose-900\/25 {
  border-left-color: rgb(136 19 55 / 0.25);
}
.border-l-rose-900\/30 {
  border-left-color: rgb(136 19 55 / 0.3);
}
.border-l-rose-900\/35 {
  border-left-color: rgb(136 19 55 / 0.35);
}
.border-l-rose-900\/40 {
  border-left-color: rgb(136 19 55 / 0.4);
}
.border-l-rose-900\/45 {
  border-left-color: rgb(136 19 55 / 0.45);
}
.border-l-rose-900\/5 {
  border-left-color: rgb(136 19 55 / 0.05);
}
.border-l-rose-900\/50 {
  border-left-color: rgb(136 19 55 / 0.5);
}
.border-l-rose-900\/55 {
  border-left-color: rgb(136 19 55 / 0.55);
}
.border-l-rose-900\/60 {
  border-left-color: rgb(136 19 55 / 0.6);
}
.border-l-rose-900\/65 {
  border-left-color: rgb(136 19 55 / 0.65);
}
.border-l-rose-900\/70 {
  border-left-color: rgb(136 19 55 / 0.7);
}
.border-l-rose-900\/75 {
  border-left-color: rgb(136 19 55 / 0.75);
}
.border-l-rose-900\/80 {
  border-left-color: rgb(136 19 55 / 0.8);
}
.border-l-rose-900\/85 {
  border-left-color: rgb(136 19 55 / 0.85);
}
.border-l-rose-900\/90 {
  border-left-color: rgb(136 19 55 / 0.9);
}
.border-l-rose-900\/95 {
  border-left-color: rgb(136 19 55 / 0.95);
}
.border-l-rose-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-l-rose-950\/0 {
  border-left-color: rgb(76 5 25 / 0);
}
.border-l-rose-950\/10 {
  border-left-color: rgb(76 5 25 / 0.1);
}
.border-l-rose-950\/100 {
  border-left-color: rgb(76 5 25 / 1);
}
.border-l-rose-950\/15 {
  border-left-color: rgb(76 5 25 / 0.15);
}
.border-l-rose-950\/20 {
  border-left-color: rgb(76 5 25 / 0.2);
}
.border-l-rose-950\/25 {
  border-left-color: rgb(76 5 25 / 0.25);
}
.border-l-rose-950\/30 {
  border-left-color: rgb(76 5 25 / 0.3);
}
.border-l-rose-950\/35 {
  border-left-color: rgb(76 5 25 / 0.35);
}
.border-l-rose-950\/40 {
  border-left-color: rgb(76 5 25 / 0.4);
}
.border-l-rose-950\/45 {
  border-left-color: rgb(76 5 25 / 0.45);
}
.border-l-rose-950\/5 {
  border-left-color: rgb(76 5 25 / 0.05);
}
.border-l-rose-950\/50 {
  border-left-color: rgb(76 5 25 / 0.5);
}
.border-l-rose-950\/55 {
  border-left-color: rgb(76 5 25 / 0.55);
}
.border-l-rose-950\/60 {
  border-left-color: rgb(76 5 25 / 0.6);
}
.border-l-rose-950\/65 {
  border-left-color: rgb(76 5 25 / 0.65);
}
.border-l-rose-950\/70 {
  border-left-color: rgb(76 5 25 / 0.7);
}
.border-l-rose-950\/75 {
  border-left-color: rgb(76 5 25 / 0.75);
}
.border-l-rose-950\/80 {
  border-left-color: rgb(76 5 25 / 0.8);
}
.border-l-rose-950\/85 {
  border-left-color: rgb(76 5 25 / 0.85);
}
.border-l-rose-950\/90 {
  border-left-color: rgb(76 5 25 / 0.9);
}
.border-l-rose-950\/95 {
  border-left-color: rgb(76 5 25 / 0.95);
}
.border-l-secondary {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
}
.border-l-secondary-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
}
.border-l-secondary-foreground\/0 {
  border-left-color: hsl(var(--secondary-foreground) / 0);
}
.border-l-secondary-foreground\/10 {
  border-left-color: hsl(var(--secondary-foreground) / 0.1);
}
.border-l-secondary-foreground\/100 {
  border-left-color: hsl(var(--secondary-foreground) / 1);
}
.border-l-secondary-foreground\/15 {
  border-left-color: hsl(var(--secondary-foreground) / 0.15);
}
.border-l-secondary-foreground\/20 {
  border-left-color: hsl(var(--secondary-foreground) / 0.2);
}
.border-l-secondary-foreground\/25 {
  border-left-color: hsl(var(--secondary-foreground) / 0.25);
}
.border-l-secondary-foreground\/30 {
  border-left-color: hsl(var(--secondary-foreground) / 0.3);
}
.border-l-secondary-foreground\/35 {
  border-left-color: hsl(var(--secondary-foreground) / 0.35);
}
.border-l-secondary-foreground\/40 {
  border-left-color: hsl(var(--secondary-foreground) / 0.4);
}
.border-l-secondary-foreground\/45 {
  border-left-color: hsl(var(--secondary-foreground) / 0.45);
}
.border-l-secondary-foreground\/5 {
  border-left-color: hsl(var(--secondary-foreground) / 0.05);
}
.border-l-secondary-foreground\/50 {
  border-left-color: hsl(var(--secondary-foreground) / 0.5);
}
.border-l-secondary-foreground\/55 {
  border-left-color: hsl(var(--secondary-foreground) / 0.55);
}
.border-l-secondary-foreground\/60 {
  border-left-color: hsl(var(--secondary-foreground) / 0.6);
}
.border-l-secondary-foreground\/65 {
  border-left-color: hsl(var(--secondary-foreground) / 0.65);
}
.border-l-secondary-foreground\/70 {
  border-left-color: hsl(var(--secondary-foreground) / 0.7);
}
.border-l-secondary-foreground\/75 {
  border-left-color: hsl(var(--secondary-foreground) / 0.75);
}
.border-l-secondary-foreground\/80 {
  border-left-color: hsl(var(--secondary-foreground) / 0.8);
}
.border-l-secondary-foreground\/85 {
  border-left-color: hsl(var(--secondary-foreground) / 0.85);
}
.border-l-secondary-foreground\/90 {
  border-left-color: hsl(var(--secondary-foreground) / 0.9);
}
.border-l-secondary-foreground\/95 {
  border-left-color: hsl(var(--secondary-foreground) / 0.95);
}
.border-l-secondary\/0 {
  border-left-color: hsl(var(--secondary) / 0);
}
.border-l-secondary\/10 {
  border-left-color: hsl(var(--secondary) / 0.1);
}
.border-l-secondary\/100 {
  border-left-color: hsl(var(--secondary) / 1);
}
.border-l-secondary\/15 {
  border-left-color: hsl(var(--secondary) / 0.15);
}
.border-l-secondary\/20 {
  border-left-color: hsl(var(--secondary) / 0.2);
}
.border-l-secondary\/25 {
  border-left-color: hsl(var(--secondary) / 0.25);
}
.border-l-secondary\/30 {
  border-left-color: hsl(var(--secondary) / 0.3);
}
.border-l-secondary\/35 {
  border-left-color: hsl(var(--secondary) / 0.35);
}
.border-l-secondary\/40 {
  border-left-color: hsl(var(--secondary) / 0.4);
}
.border-l-secondary\/45 {
  border-left-color: hsl(var(--secondary) / 0.45);
}
.border-l-secondary\/5 {
  border-left-color: hsl(var(--secondary) / 0.05);
}
.border-l-secondary\/50 {
  border-left-color: hsl(var(--secondary) / 0.5);
}
.border-l-secondary\/55 {
  border-left-color: hsl(var(--secondary) / 0.55);
}
.border-l-secondary\/60 {
  border-left-color: hsl(var(--secondary) / 0.6);
}
.border-l-secondary\/65 {
  border-left-color: hsl(var(--secondary) / 0.65);
}
.border-l-secondary\/70 {
  border-left-color: hsl(var(--secondary) / 0.7);
}
.border-l-secondary\/75 {
  border-left-color: hsl(var(--secondary) / 0.75);
}
.border-l-secondary\/80 {
  border-left-color: hsl(var(--secondary) / 0.8);
}
.border-l-secondary\/85 {
  border-left-color: hsl(var(--secondary) / 0.85);
}
.border-l-secondary\/90 {
  border-left-color: hsl(var(--secondary) / 0.9);
}
.border-l-secondary\/95 {
  border-left-color: hsl(var(--secondary) / 0.95);
}
.border-l-sidebar {
  border-left-color: hsl(var(--sidebar-background));
}
.border-l-sidebar-accent {
  border-left-color: hsl(var(--sidebar-accent));
}
.border-l-sidebar-accent-foreground {
  border-left-color: hsl(var(--sidebar-accent-foreground));
}
.border-l-sidebar-accent-foreground\/0 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0);
}
.border-l-sidebar-accent-foreground\/10 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.1);
}
.border-l-sidebar-accent-foreground\/100 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 1);
}
.border-l-sidebar-accent-foreground\/15 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.15);
}
.border-l-sidebar-accent-foreground\/20 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.2);
}
.border-l-sidebar-accent-foreground\/25 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.25);
}
.border-l-sidebar-accent-foreground\/30 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.3);
}
.border-l-sidebar-accent-foreground\/35 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.35);
}
.border-l-sidebar-accent-foreground\/40 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.4);
}
.border-l-sidebar-accent-foreground\/45 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.45);
}
.border-l-sidebar-accent-foreground\/5 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.05);
}
.border-l-sidebar-accent-foreground\/50 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.5);
}
.border-l-sidebar-accent-foreground\/55 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.55);
}
.border-l-sidebar-accent-foreground\/60 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.6);
}
.border-l-sidebar-accent-foreground\/65 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.65);
}
.border-l-sidebar-accent-foreground\/70 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.7);
}
.border-l-sidebar-accent-foreground\/75 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.75);
}
.border-l-sidebar-accent-foreground\/80 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.8);
}
.border-l-sidebar-accent-foreground\/85 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.85);
}
.border-l-sidebar-accent-foreground\/90 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.9);
}
.border-l-sidebar-accent-foreground\/95 {
  border-left-color: hsl(var(--sidebar-accent-foreground) / 0.95);
}
.border-l-sidebar-accent\/0 {
  border-left-color: hsl(var(--sidebar-accent) / 0);
}
.border-l-sidebar-accent\/10 {
  border-left-color: hsl(var(--sidebar-accent) / 0.1);
}
.border-l-sidebar-accent\/100 {
  border-left-color: hsl(var(--sidebar-accent) / 1);
}
.border-l-sidebar-accent\/15 {
  border-left-color: hsl(var(--sidebar-accent) / 0.15);
}
.border-l-sidebar-accent\/20 {
  border-left-color: hsl(var(--sidebar-accent) / 0.2);
}
.border-l-sidebar-accent\/25 {
  border-left-color: hsl(var(--sidebar-accent) / 0.25);
}
.border-l-sidebar-accent\/30 {
  border-left-color: hsl(var(--sidebar-accent) / 0.3);
}
.border-l-sidebar-accent\/35 {
  border-left-color: hsl(var(--sidebar-accent) / 0.35);
}
.border-l-sidebar-accent\/40 {
  border-left-color: hsl(var(--sidebar-accent) / 0.4);
}
.border-l-sidebar-accent\/45 {
  border-left-color: hsl(var(--sidebar-accent) / 0.45);
}
.border-l-sidebar-accent\/5 {
  border-left-color: hsl(var(--sidebar-accent) / 0.05);
}
.border-l-sidebar-accent\/50 {
  border-left-color: hsl(var(--sidebar-accent) / 0.5);
}
.border-l-sidebar-accent\/55 {
  border-left-color: hsl(var(--sidebar-accent) / 0.55);
}
.border-l-sidebar-accent\/60 {
  border-left-color: hsl(var(--sidebar-accent) / 0.6);
}
.border-l-sidebar-accent\/65 {
  border-left-color: hsl(var(--sidebar-accent) / 0.65);
}
.border-l-sidebar-accent\/70 {
  border-left-color: hsl(var(--sidebar-accent) / 0.7);
}
.border-l-sidebar-accent\/75 {
  border-left-color: hsl(var(--sidebar-accent) / 0.75);
}
.border-l-sidebar-accent\/80 {
  border-left-color: hsl(var(--sidebar-accent) / 0.8);
}
.border-l-sidebar-accent\/85 {
  border-left-color: hsl(var(--sidebar-accent) / 0.85);
}
.border-l-sidebar-accent\/90 {
  border-left-color: hsl(var(--sidebar-accent) / 0.9);
}
.border-l-sidebar-accent\/95 {
  border-left-color: hsl(var(--sidebar-accent) / 0.95);
}
.border-l-sidebar-border {
  border-left-color: hsl(var(--sidebar-border));
}
.border-l-sidebar-border\/0 {
  border-left-color: hsl(var(--sidebar-border) / 0);
}
.border-l-sidebar-border\/10 {
  border-left-color: hsl(var(--sidebar-border) / 0.1);
}
.border-l-sidebar-border\/100 {
  border-left-color: hsl(var(--sidebar-border) / 1);
}
.border-l-sidebar-border\/15 {
  border-left-color: hsl(var(--sidebar-border) / 0.15);
}
.border-l-sidebar-border\/20 {
  border-left-color: hsl(var(--sidebar-border) / 0.2);
}
.border-l-sidebar-border\/25 {
  border-left-color: hsl(var(--sidebar-border) / 0.25);
}
.border-l-sidebar-border\/30 {
  border-left-color: hsl(var(--sidebar-border) / 0.3);
}
.border-l-sidebar-border\/35 {
  border-left-color: hsl(var(--sidebar-border) / 0.35);
}
.border-l-sidebar-border\/40 {
  border-left-color: hsl(var(--sidebar-border) / 0.4);
}
.border-l-sidebar-border\/45 {
  border-left-color: hsl(var(--sidebar-border) / 0.45);
}
.border-l-sidebar-border\/5 {
  border-left-color: hsl(var(--sidebar-border) / 0.05);
}
.border-l-sidebar-border\/50 {
  border-left-color: hsl(var(--sidebar-border) / 0.5);
}
.border-l-sidebar-border\/55 {
  border-left-color: hsl(var(--sidebar-border) / 0.55);
}
.border-l-sidebar-border\/60 {
  border-left-color: hsl(var(--sidebar-border) / 0.6);
}
.border-l-sidebar-border\/65 {
  border-left-color: hsl(var(--sidebar-border) / 0.65);
}
.border-l-sidebar-border\/70 {
  border-left-color: hsl(var(--sidebar-border) / 0.7);
}
.border-l-sidebar-border\/75 {
  border-left-color: hsl(var(--sidebar-border) / 0.75);
}
.border-l-sidebar-border\/80 {
  border-left-color: hsl(var(--sidebar-border) / 0.8);
}
.border-l-sidebar-border\/85 {
  border-left-color: hsl(var(--sidebar-border) / 0.85);
}
.border-l-sidebar-border\/90 {
  border-left-color: hsl(var(--sidebar-border) / 0.9);
}
.border-l-sidebar-border\/95 {
  border-left-color: hsl(var(--sidebar-border) / 0.95);
}
.border-l-sidebar-foreground {
  border-left-color: hsl(var(--sidebar-foreground));
}
.border-l-sidebar-foreground\/0 {
  border-left-color: hsl(var(--sidebar-foreground) / 0);
}
.border-l-sidebar-foreground\/10 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.1);
}
.border-l-sidebar-foreground\/100 {
  border-left-color: hsl(var(--sidebar-foreground) / 1);
}
.border-l-sidebar-foreground\/15 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.15);
}
.border-l-sidebar-foreground\/20 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.2);
}
.border-l-sidebar-foreground\/25 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.25);
}
.border-l-sidebar-foreground\/30 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.3);
}
.border-l-sidebar-foreground\/35 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.35);
}
.border-l-sidebar-foreground\/40 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.4);
}
.border-l-sidebar-foreground\/45 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.45);
}
.border-l-sidebar-foreground\/5 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.05);
}
.border-l-sidebar-foreground\/50 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.5);
}
.border-l-sidebar-foreground\/55 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.55);
}
.border-l-sidebar-foreground\/60 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.6);
}
.border-l-sidebar-foreground\/65 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.65);
}
.border-l-sidebar-foreground\/70 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.7);
}
.border-l-sidebar-foreground\/75 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.75);
}
.border-l-sidebar-foreground\/80 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.8);
}
.border-l-sidebar-foreground\/85 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.85);
}
.border-l-sidebar-foreground\/90 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.9);
}
.border-l-sidebar-foreground\/95 {
  border-left-color: hsl(var(--sidebar-foreground) / 0.95);
}
.border-l-sidebar-primary {
  border-left-color: hsl(var(--sidebar-primary));
}
.border-l-sidebar-primary-foreground {
  border-left-color: hsl(var(--sidebar-primary-foreground));
}
.border-l-sidebar-primary-foreground\/0 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0);
}
.border-l-sidebar-primary-foreground\/10 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.1);
}
.border-l-sidebar-primary-foreground\/100 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 1);
}
.border-l-sidebar-primary-foreground\/15 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.15);
}
.border-l-sidebar-primary-foreground\/20 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.2);
}
.border-l-sidebar-primary-foreground\/25 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.25);
}
.border-l-sidebar-primary-foreground\/30 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.3);
}
.border-l-sidebar-primary-foreground\/35 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.35);
}
.border-l-sidebar-primary-foreground\/40 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.4);
}
.border-l-sidebar-primary-foreground\/45 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.45);
}
.border-l-sidebar-primary-foreground\/5 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.05);
}
.border-l-sidebar-primary-foreground\/50 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.5);
}
.border-l-sidebar-primary-foreground\/55 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.55);
}
.border-l-sidebar-primary-foreground\/60 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.6);
}
.border-l-sidebar-primary-foreground\/65 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.65);
}
.border-l-sidebar-primary-foreground\/70 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.7);
}
.border-l-sidebar-primary-foreground\/75 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.75);
}
.border-l-sidebar-primary-foreground\/80 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.8);
}
.border-l-sidebar-primary-foreground\/85 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.85);
}
.border-l-sidebar-primary-foreground\/90 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.9);
}
.border-l-sidebar-primary-foreground\/95 {
  border-left-color: hsl(var(--sidebar-primary-foreground) / 0.95);
}
.border-l-sidebar-primary\/0 {
  border-left-color: hsl(var(--sidebar-primary) / 0);
}
.border-l-sidebar-primary\/10 {
  border-left-color: hsl(var(--sidebar-primary) / 0.1);
}
.border-l-sidebar-primary\/100 {
  border-left-color: hsl(var(--sidebar-primary) / 1);
}
.border-l-sidebar-primary\/15 {
  border-left-color: hsl(var(--sidebar-primary) / 0.15);
}
.border-l-sidebar-primary\/20 {
  border-left-color: hsl(var(--sidebar-primary) / 0.2);
}
.border-l-sidebar-primary\/25 {
  border-left-color: hsl(var(--sidebar-primary) / 0.25);
}
.border-l-sidebar-primary\/30 {
  border-left-color: hsl(var(--sidebar-primary) / 0.3);
}
.border-l-sidebar-primary\/35 {
  border-left-color: hsl(var(--sidebar-primary) / 0.35);
}
.border-l-sidebar-primary\/40 {
  border-left-color: hsl(var(--sidebar-primary) / 0.4);
}
.border-l-sidebar-primary\/45 {
  border-left-color: hsl(var(--sidebar-primary) / 0.45);
}
.border-l-sidebar-primary\/5 {
  border-left-color: hsl(var(--sidebar-primary) / 0.05);
}
.border-l-sidebar-primary\/50 {
  border-left-color: hsl(var(--sidebar-primary) / 0.5);
}
.border-l-sidebar-primary\/55 {
  border-left-color: hsl(var(--sidebar-primary) / 0.55);
}
.border-l-sidebar-primary\/60 {
  border-left-color: hsl(var(--sidebar-primary) / 0.6);
}
.border-l-sidebar-primary\/65 {
  border-left-color: hsl(var(--sidebar-primary) / 0.65);
}
.border-l-sidebar-primary\/70 {
  border-left-color: hsl(var(--sidebar-primary) / 0.7);
}
.border-l-sidebar-primary\/75 {
  border-left-color: hsl(var(--sidebar-primary) / 0.75);
}
.border-l-sidebar-primary\/80 {
  border-left-color: hsl(var(--sidebar-primary) / 0.8);
}
.border-l-sidebar-primary\/85 {
  border-left-color: hsl(var(--sidebar-primary) / 0.85);
}
.border-l-sidebar-primary\/90 {
  border-left-color: hsl(var(--sidebar-primary) / 0.9);
}
.border-l-sidebar-primary\/95 {
  border-left-color: hsl(var(--sidebar-primary) / 0.95);
}
.border-l-sidebar-ring {
  border-left-color: hsl(var(--sidebar-ring));
}
.border-l-sidebar-ring\/0 {
  border-left-color: hsl(var(--sidebar-ring) / 0);
}
.border-l-sidebar-ring\/10 {
  border-left-color: hsl(var(--sidebar-ring) / 0.1);
}
.border-l-sidebar-ring\/100 {
  border-left-color: hsl(var(--sidebar-ring) / 1);
}
.border-l-sidebar-ring\/15 {
  border-left-color: hsl(var(--sidebar-ring) / 0.15);
}
.border-l-sidebar-ring\/20 {
  border-left-color: hsl(var(--sidebar-ring) / 0.2);
}
.border-l-sidebar-ring\/25 {
  border-left-color: hsl(var(--sidebar-ring) / 0.25);
}
.border-l-sidebar-ring\/30 {
  border-left-color: hsl(var(--sidebar-ring) / 0.3);
}
.border-l-sidebar-ring\/35 {
  border-left-color: hsl(var(--sidebar-ring) / 0.35);
}
.border-l-sidebar-ring\/40 {
  border-left-color: hsl(var(--sidebar-ring) / 0.4);
}
.border-l-sidebar-ring\/45 {
  border-left-color: hsl(var(--sidebar-ring) / 0.45);
}
.border-l-sidebar-ring\/5 {
  border-left-color: hsl(var(--sidebar-ring) / 0.05);
}
.border-l-sidebar-ring\/50 {
  border-left-color: hsl(var(--sidebar-ring) / 0.5);
}
.border-l-sidebar-ring\/55 {
  border-left-color: hsl(var(--sidebar-ring) / 0.55);
}
.border-l-sidebar-ring\/60 {
  border-left-color: hsl(var(--sidebar-ring) / 0.6);
}
.border-l-sidebar-ring\/65 {
  border-left-color: hsl(var(--sidebar-ring) / 0.65);
}
.border-l-sidebar-ring\/70 {
  border-left-color: hsl(var(--sidebar-ring) / 0.7);
}
.border-l-sidebar-ring\/75 {
  border-left-color: hsl(var(--sidebar-ring) / 0.75);
}
.border-l-sidebar-ring\/80 {
  border-left-color: hsl(var(--sidebar-ring) / 0.8);
}
.border-l-sidebar-ring\/85 {
  border-left-color: hsl(var(--sidebar-ring) / 0.85);
}
.border-l-sidebar-ring\/90 {
  border-left-color: hsl(var(--sidebar-ring) / 0.9);
}
.border-l-sidebar-ring\/95 {
  border-left-color: hsl(var(--sidebar-ring) / 0.95);
}
.border-l-sidebar\/0 {
  border-left-color: hsl(var(--sidebar-background) / 0);
}
.border-l-sidebar\/10 {
  border-left-color: hsl(var(--sidebar-background) / 0.1);
}
.border-l-sidebar\/100 {
  border-left-color: hsl(var(--sidebar-background) / 1);
}
.border-l-sidebar\/15 {
  border-left-color: hsl(var(--sidebar-background) / 0.15);
}
.border-l-sidebar\/20 {
  border-left-color: hsl(var(--sidebar-background) / 0.2);
}
.border-l-sidebar\/25 {
  border-left-color: hsl(var(--sidebar-background) / 0.25);
}
.border-l-sidebar\/30 {
  border-left-color: hsl(var(--sidebar-background) / 0.3);
}
.border-l-sidebar\/35 {
  border-left-color: hsl(var(--sidebar-background) / 0.35);
}
.border-l-sidebar\/40 {
  border-left-color: hsl(var(--sidebar-background) / 0.4);
}
.border-l-sidebar\/45 {
  border-left-color: hsl(var(--sidebar-background) / 0.45);
}
.border-l-sidebar\/5 {
  border-left-color: hsl(var(--sidebar-background) / 0.05);
}
.border-l-sidebar\/50 {
  border-left-color: hsl(var(--sidebar-background) / 0.5);
}
.border-l-sidebar\/55 {
  border-left-color: hsl(var(--sidebar-background) / 0.55);
}
.border-l-sidebar\/60 {
  border-left-color: hsl(var(--sidebar-background) / 0.6);
}
.border-l-sidebar\/65 {
  border-left-color: hsl(var(--sidebar-background) / 0.65);
}
.border-l-sidebar\/70 {
  border-left-color: hsl(var(--sidebar-background) / 0.7);
}
.border-l-sidebar\/75 {
  border-left-color: hsl(var(--sidebar-background) / 0.75);
}
.border-l-sidebar\/80 {
  border-left-color: hsl(var(--sidebar-background) / 0.8);
}
.border-l-sidebar\/85 {
  border-left-color: hsl(var(--sidebar-background) / 0.85);
}
.border-l-sidebar\/90 {
  border-left-color: hsl(var(--sidebar-background) / 0.9);
}
.border-l-sidebar\/95 {
  border-left-color: hsl(var(--sidebar-background) / 0.95);
}
.border-l-sky-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-l-sky-100\/0 {
  border-left-color: rgb(224 242 254 / 0);
}
.border-l-sky-100\/10 {
  border-left-color: rgb(224 242 254 / 0.1);
}
.border-l-sky-100\/100 {
  border-left-color: rgb(224 242 254 / 1);
}
.border-l-sky-100\/15 {
  border-left-color: rgb(224 242 254 / 0.15);
}
.border-l-sky-100\/20 {
  border-left-color: rgb(224 242 254 / 0.2);
}
.border-l-sky-100\/25 {
  border-left-color: rgb(224 242 254 / 0.25);
}
.border-l-sky-100\/30 {
  border-left-color: rgb(224 242 254 / 0.3);
}
.border-l-sky-100\/35 {
  border-left-color: rgb(224 242 254 / 0.35);
}
.border-l-sky-100\/40 {
  border-left-color: rgb(224 242 254 / 0.4);
}
.border-l-sky-100\/45 {
  border-left-color: rgb(224 242 254 / 0.45);
}
.border-l-sky-100\/5 {
  border-left-color: rgb(224 242 254 / 0.05);
}
.border-l-sky-100\/50 {
  border-left-color: rgb(224 242 254 / 0.5);
}
.border-l-sky-100\/55 {
  border-left-color: rgb(224 242 254 / 0.55);
}
.border-l-sky-100\/60 {
  border-left-color: rgb(224 242 254 / 0.6);
}
.border-l-sky-100\/65 {
  border-left-color: rgb(224 242 254 / 0.65);
}
.border-l-sky-100\/70 {
  border-left-color: rgb(224 242 254 / 0.7);
}
.border-l-sky-100\/75 {
  border-left-color: rgb(224 242 254 / 0.75);
}
.border-l-sky-100\/80 {
  border-left-color: rgb(224 242 254 / 0.8);
}
.border-l-sky-100\/85 {
  border-left-color: rgb(224 242 254 / 0.85);
}
.border-l-sky-100\/90 {
  border-left-color: rgb(224 242 254 / 0.9);
}
.border-l-sky-100\/95 {
  border-left-color: rgb(224 242 254 / 0.95);
}
.border-l-sky-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-l-sky-200\/0 {
  border-left-color: rgb(186 230 253 / 0);
}
.border-l-sky-200\/10 {
  border-left-color: rgb(186 230 253 / 0.1);
}
.border-l-sky-200\/100 {
  border-left-color: rgb(186 230 253 / 1);
}
.border-l-sky-200\/15 {
  border-left-color: rgb(186 230 253 / 0.15);
}
.border-l-sky-200\/20 {
  border-left-color: rgb(186 230 253 / 0.2);
}
.border-l-sky-200\/25 {
  border-left-color: rgb(186 230 253 / 0.25);
}
.border-l-sky-200\/30 {
  border-left-color: rgb(186 230 253 / 0.3);
}
.border-l-sky-200\/35 {
  border-left-color: rgb(186 230 253 / 0.35);
}
.border-l-sky-200\/40 {
  border-left-color: rgb(186 230 253 / 0.4);
}
.border-l-sky-200\/45 {
  border-left-color: rgb(186 230 253 / 0.45);
}
.border-l-sky-200\/5 {
  border-left-color: rgb(186 230 253 / 0.05);
}
.border-l-sky-200\/50 {
  border-left-color: rgb(186 230 253 / 0.5);
}
.border-l-sky-200\/55 {
  border-left-color: rgb(186 230 253 / 0.55);
}
.border-l-sky-200\/60 {
  border-left-color: rgb(186 230 253 / 0.6);
}
.border-l-sky-200\/65 {
  border-left-color: rgb(186 230 253 / 0.65);
}
.border-l-sky-200\/70 {
  border-left-color: rgb(186 230 253 / 0.7);
}
.border-l-sky-200\/75 {
  border-left-color: rgb(186 230 253 / 0.75);
}
.border-l-sky-200\/80 {
  border-left-color: rgb(186 230 253 / 0.8);
}
.border-l-sky-200\/85 {
  border-left-color: rgb(186 230 253 / 0.85);
}
.border-l-sky-200\/90 {
  border-left-color: rgb(186 230 253 / 0.9);
}
.border-l-sky-200\/95 {
  border-left-color: rgb(186 230 253 / 0.95);
}
.border-l-sky-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-l-sky-300\/0 {
  border-left-color: rgb(125 211 252 / 0);
}
.border-l-sky-300\/10 {
  border-left-color: rgb(125 211 252 / 0.1);
}
.border-l-sky-300\/100 {
  border-left-color: rgb(125 211 252 / 1);
}
.border-l-sky-300\/15 {
  border-left-color: rgb(125 211 252 / 0.15);
}
.border-l-sky-300\/20 {
  border-left-color: rgb(125 211 252 / 0.2);
}
.border-l-sky-300\/25 {
  border-left-color: rgb(125 211 252 / 0.25);
}
.border-l-sky-300\/30 {
  border-left-color: rgb(125 211 252 / 0.3);
}
.border-l-sky-300\/35 {
  border-left-color: rgb(125 211 252 / 0.35);
}
.border-l-sky-300\/40 {
  border-left-color: rgb(125 211 252 / 0.4);
}
.border-l-sky-300\/45 {
  border-left-color: rgb(125 211 252 / 0.45);
}
.border-l-sky-300\/5 {
  border-left-color: rgb(125 211 252 / 0.05);
}
.border-l-sky-300\/50 {
  border-left-color: rgb(125 211 252 / 0.5);
}
.border-l-sky-300\/55 {
  border-left-color: rgb(125 211 252 / 0.55);
}
.border-l-sky-300\/60 {
  border-left-color: rgb(125 211 252 / 0.6);
}
.border-l-sky-300\/65 {
  border-left-color: rgb(125 211 252 / 0.65);
}
.border-l-sky-300\/70 {
  border-left-color: rgb(125 211 252 / 0.7);
}
.border-l-sky-300\/75 {
  border-left-color: rgb(125 211 252 / 0.75);
}
.border-l-sky-300\/80 {
  border-left-color: rgb(125 211 252 / 0.8);
}
.border-l-sky-300\/85 {
  border-left-color: rgb(125 211 252 / 0.85);
}
.border-l-sky-300\/90 {
  border-left-color: rgb(125 211 252 / 0.9);
}
.border-l-sky-300\/95 {
  border-left-color: rgb(125 211 252 / 0.95);
}
.border-l-sky-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-l-sky-400\/0 {
  border-left-color: rgb(56 189 248 / 0);
}
.border-l-sky-400\/10 {
  border-left-color: rgb(56 189 248 / 0.1);
}
.border-l-sky-400\/100 {
  border-left-color: rgb(56 189 248 / 1);
}
.border-l-sky-400\/15 {
  border-left-color: rgb(56 189 248 / 0.15);
}
.border-l-sky-400\/20 {
  border-left-color: rgb(56 189 248 / 0.2);
}
.border-l-sky-400\/25 {
  border-left-color: rgb(56 189 248 / 0.25);
}
.border-l-sky-400\/30 {
  border-left-color: rgb(56 189 248 / 0.3);
}
.border-l-sky-400\/35 {
  border-left-color: rgb(56 189 248 / 0.35);
}
.border-l-sky-400\/40 {
  border-left-color: rgb(56 189 248 / 0.4);
}
.border-l-sky-400\/45 {
  border-left-color: rgb(56 189 248 / 0.45);
}
.border-l-sky-400\/5 {
  border-left-color: rgb(56 189 248 / 0.05);
}
.border-l-sky-400\/50 {
  border-left-color: rgb(56 189 248 / 0.5);
}
.border-l-sky-400\/55 {
  border-left-color: rgb(56 189 248 / 0.55);
}
.border-l-sky-400\/60 {
  border-left-color: rgb(56 189 248 / 0.6);
}
.border-l-sky-400\/65 {
  border-left-color: rgb(56 189 248 / 0.65);
}
.border-l-sky-400\/70 {
  border-left-color: rgb(56 189 248 / 0.7);
}
.border-l-sky-400\/75 {
  border-left-color: rgb(56 189 248 / 0.75);
}
.border-l-sky-400\/80 {
  border-left-color: rgb(56 189 248 / 0.8);
}
.border-l-sky-400\/85 {
  border-left-color: rgb(56 189 248 / 0.85);
}
.border-l-sky-400\/90 {
  border-left-color: rgb(56 189 248 / 0.9);
}
.border-l-sky-400\/95 {
  border-left-color: rgb(56 189 248 / 0.95);
}
.border-l-sky-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-l-sky-50\/0 {
  border-left-color: rgb(240 249 255 / 0);
}
.border-l-sky-50\/10 {
  border-left-color: rgb(240 249 255 / 0.1);
}
.border-l-sky-50\/100 {
  border-left-color: rgb(240 249 255 / 1);
}
.border-l-sky-50\/15 {
  border-left-color: rgb(240 249 255 / 0.15);
}
.border-l-sky-50\/20 {
  border-left-color: rgb(240 249 255 / 0.2);
}
.border-l-sky-50\/25 {
  border-left-color: rgb(240 249 255 / 0.25);
}
.border-l-sky-50\/30 {
  border-left-color: rgb(240 249 255 / 0.3);
}
.border-l-sky-50\/35 {
  border-left-color: rgb(240 249 255 / 0.35);
}
.border-l-sky-50\/40 {
  border-left-color: rgb(240 249 255 / 0.4);
}
.border-l-sky-50\/45 {
  border-left-color: rgb(240 249 255 / 0.45);
}
.border-l-sky-50\/5 {
  border-left-color: rgb(240 249 255 / 0.05);
}
.border-l-sky-50\/50 {
  border-left-color: rgb(240 249 255 / 0.5);
}
.border-l-sky-50\/55 {
  border-left-color: rgb(240 249 255 / 0.55);
}
.border-l-sky-50\/60 {
  border-left-color: rgb(240 249 255 / 0.6);
}
.border-l-sky-50\/65 {
  border-left-color: rgb(240 249 255 / 0.65);
}
.border-l-sky-50\/70 {
  border-left-color: rgb(240 249 255 / 0.7);
}
.border-l-sky-50\/75 {
  border-left-color: rgb(240 249 255 / 0.75);
}
.border-l-sky-50\/80 {
  border-left-color: rgb(240 249 255 / 0.8);
}
.border-l-sky-50\/85 {
  border-left-color: rgb(240 249 255 / 0.85);
}
.border-l-sky-50\/90 {
  border-left-color: rgb(240 249 255 / 0.9);
}
.border-l-sky-50\/95 {
  border-left-color: rgb(240 249 255 / 0.95);
}
.border-l-sky-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-l-sky-500\/0 {
  border-left-color: rgb(14 165 233 / 0);
}
.border-l-sky-500\/10 {
  border-left-color: rgb(14 165 233 / 0.1);
}
.border-l-sky-500\/100 {
  border-left-color: rgb(14 165 233 / 1);
}
.border-l-sky-500\/15 {
  border-left-color: rgb(14 165 233 / 0.15);
}
.border-l-sky-500\/20 {
  border-left-color: rgb(14 165 233 / 0.2);
}
.border-l-sky-500\/25 {
  border-left-color: rgb(14 165 233 / 0.25);
}
.border-l-sky-500\/30 {
  border-left-color: rgb(14 165 233 / 0.3);
}
.border-l-sky-500\/35 {
  border-left-color: rgb(14 165 233 / 0.35);
}
.border-l-sky-500\/40 {
  border-left-color: rgb(14 165 233 / 0.4);
}
.border-l-sky-500\/45 {
  border-left-color: rgb(14 165 233 / 0.45);
}
.border-l-sky-500\/5 {
  border-left-color: rgb(14 165 233 / 0.05);
}
.border-l-sky-500\/50 {
  border-left-color: rgb(14 165 233 / 0.5);
}
.border-l-sky-500\/55 {
  border-left-color: rgb(14 165 233 / 0.55);
}
.border-l-sky-500\/60 {
  border-left-color: rgb(14 165 233 / 0.6);
}
.border-l-sky-500\/65 {
  border-left-color: rgb(14 165 233 / 0.65);
}
.border-l-sky-500\/70 {
  border-left-color: rgb(14 165 233 / 0.7);
}
.border-l-sky-500\/75 {
  border-left-color: rgb(14 165 233 / 0.75);
}
.border-l-sky-500\/80 {
  border-left-color: rgb(14 165 233 / 0.8);
}
.border-l-sky-500\/85 {
  border-left-color: rgb(14 165 233 / 0.85);
}
.border-l-sky-500\/90 {
  border-left-color: rgb(14 165 233 / 0.9);
}
.border-l-sky-500\/95 {
  border-left-color: rgb(14 165 233 / 0.95);
}
.border-l-sky-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-l-sky-600\/0 {
  border-left-color: rgb(2 132 199 / 0);
}
.border-l-sky-600\/10 {
  border-left-color: rgb(2 132 199 / 0.1);
}
.border-l-sky-600\/100 {
  border-left-color: rgb(2 132 199 / 1);
}
.border-l-sky-600\/15 {
  border-left-color: rgb(2 132 199 / 0.15);
}
.border-l-sky-600\/20 {
  border-left-color: rgb(2 132 199 / 0.2);
}
.border-l-sky-600\/25 {
  border-left-color: rgb(2 132 199 / 0.25);
}
.border-l-sky-600\/30 {
  border-left-color: rgb(2 132 199 / 0.3);
}
.border-l-sky-600\/35 {
  border-left-color: rgb(2 132 199 / 0.35);
}
.border-l-sky-600\/40 {
  border-left-color: rgb(2 132 199 / 0.4);
}
.border-l-sky-600\/45 {
  border-left-color: rgb(2 132 199 / 0.45);
}
.border-l-sky-600\/5 {
  border-left-color: rgb(2 132 199 / 0.05);
}
.border-l-sky-600\/50 {
  border-left-color: rgb(2 132 199 / 0.5);
}
.border-l-sky-600\/55 {
  border-left-color: rgb(2 132 199 / 0.55);
}
.border-l-sky-600\/60 {
  border-left-color: rgb(2 132 199 / 0.6);
}
.border-l-sky-600\/65 {
  border-left-color: rgb(2 132 199 / 0.65);
}
.border-l-sky-600\/70 {
  border-left-color: rgb(2 132 199 / 0.7);
}
.border-l-sky-600\/75 {
  border-left-color: rgb(2 132 199 / 0.75);
}
.border-l-sky-600\/80 {
  border-left-color: rgb(2 132 199 / 0.8);
}
.border-l-sky-600\/85 {
  border-left-color: rgb(2 132 199 / 0.85);
}
.border-l-sky-600\/90 {
  border-left-color: rgb(2 132 199 / 0.9);
}
.border-l-sky-600\/95 {
  border-left-color: rgb(2 132 199 / 0.95);
}
.border-l-sky-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-l-sky-700\/0 {
  border-left-color: rgb(3 105 161 / 0);
}
.border-l-sky-700\/10 {
  border-left-color: rgb(3 105 161 / 0.1);
}
.border-l-sky-700\/100 {
  border-left-color: rgb(3 105 161 / 1);
}
.border-l-sky-700\/15 {
  border-left-color: rgb(3 105 161 / 0.15);
}
.border-l-sky-700\/20 {
  border-left-color: rgb(3 105 161 / 0.2);
}
.border-l-sky-700\/25 {
  border-left-color: rgb(3 105 161 / 0.25);
}
.border-l-sky-700\/30 {
  border-left-color: rgb(3 105 161 / 0.3);
}
.border-l-sky-700\/35 {
  border-left-color: rgb(3 105 161 / 0.35);
}
.border-l-sky-700\/40 {
  border-left-color: rgb(3 105 161 / 0.4);
}
.border-l-sky-700\/45 {
  border-left-color: rgb(3 105 161 / 0.45);
}
.border-l-sky-700\/5 {
  border-left-color: rgb(3 105 161 / 0.05);
}
.border-l-sky-700\/50 {
  border-left-color: rgb(3 105 161 / 0.5);
}
.border-l-sky-700\/55 {
  border-left-color: rgb(3 105 161 / 0.55);
}
.border-l-sky-700\/60 {
  border-left-color: rgb(3 105 161 / 0.6);
}
.border-l-sky-700\/65 {
  border-left-color: rgb(3 105 161 / 0.65);
}
.border-l-sky-700\/70 {
  border-left-color: rgb(3 105 161 / 0.7);
}
.border-l-sky-700\/75 {
  border-left-color: rgb(3 105 161 / 0.75);
}
.border-l-sky-700\/80 {
  border-left-color: rgb(3 105 161 / 0.8);
}
.border-l-sky-700\/85 {
  border-left-color: rgb(3 105 161 / 0.85);
}
.border-l-sky-700\/90 {
  border-left-color: rgb(3 105 161 / 0.9);
}
.border-l-sky-700\/95 {
  border-left-color: rgb(3 105 161 / 0.95);
}
.border-l-sky-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-l-sky-800\/0 {
  border-left-color: rgb(7 89 133 / 0);
}
.border-l-sky-800\/10 {
  border-left-color: rgb(7 89 133 / 0.1);
}
.border-l-sky-800\/100 {
  border-left-color: rgb(7 89 133 / 1);
}
.border-l-sky-800\/15 {
  border-left-color: rgb(7 89 133 / 0.15);
}
.border-l-sky-800\/20 {
  border-left-color: rgb(7 89 133 / 0.2);
}
.border-l-sky-800\/25 {
  border-left-color: rgb(7 89 133 / 0.25);
}
.border-l-sky-800\/30 {
  border-left-color: rgb(7 89 133 / 0.3);
}
.border-l-sky-800\/35 {
  border-left-color: rgb(7 89 133 / 0.35);
}
.border-l-sky-800\/40 {
  border-left-color: rgb(7 89 133 / 0.4);
}
.border-l-sky-800\/45 {
  border-left-color: rgb(7 89 133 / 0.45);
}
.border-l-sky-800\/5 {
  border-left-color: rgb(7 89 133 / 0.05);
}
.border-l-sky-800\/50 {
  border-left-color: rgb(7 89 133 / 0.5);
}
.border-l-sky-800\/55 {
  border-left-color: rgb(7 89 133 / 0.55);
}
.border-l-sky-800\/60 {
  border-left-color: rgb(7 89 133 / 0.6);
}
.border-l-sky-800\/65 {
  border-left-color: rgb(7 89 133 / 0.65);
}
.border-l-sky-800\/70 {
  border-left-color: rgb(7 89 133 / 0.7);
}
.border-l-sky-800\/75 {
  border-left-color: rgb(7 89 133 / 0.75);
}
.border-l-sky-800\/80 {
  border-left-color: rgb(7 89 133 / 0.8);
}
.border-l-sky-800\/85 {
  border-left-color: rgb(7 89 133 / 0.85);
}
.border-l-sky-800\/90 {
  border-left-color: rgb(7 89 133 / 0.9);
}
.border-l-sky-800\/95 {
  border-left-color: rgb(7 89 133 / 0.95);
}
.border-l-sky-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-l-sky-900\/0 {
  border-left-color: rgb(12 74 110 / 0);
}
.border-l-sky-900\/10 {
  border-left-color: rgb(12 74 110 / 0.1);
}
.border-l-sky-900\/100 {
  border-left-color: rgb(12 74 110 / 1);
}
.border-l-sky-900\/15 {
  border-left-color: rgb(12 74 110 / 0.15);
}
.border-l-sky-900\/20 {
  border-left-color: rgb(12 74 110 / 0.2);
}
.border-l-sky-900\/25 {
  border-left-color: rgb(12 74 110 / 0.25);
}
.border-l-sky-900\/30 {
  border-left-color: rgb(12 74 110 / 0.3);
}
.border-l-sky-900\/35 {
  border-left-color: rgb(12 74 110 / 0.35);
}
.border-l-sky-900\/40 {
  border-left-color: rgb(12 74 110 / 0.4);
}
.border-l-sky-900\/45 {
  border-left-color: rgb(12 74 110 / 0.45);
}
.border-l-sky-900\/5 {
  border-left-color: rgb(12 74 110 / 0.05);
}
.border-l-sky-900\/50 {
  border-left-color: rgb(12 74 110 / 0.5);
}
.border-l-sky-900\/55 {
  border-left-color: rgb(12 74 110 / 0.55);
}
.border-l-sky-900\/60 {
  border-left-color: rgb(12 74 110 / 0.6);
}
.border-l-sky-900\/65 {
  border-left-color: rgb(12 74 110 / 0.65);
}
.border-l-sky-900\/70 {
  border-left-color: rgb(12 74 110 / 0.7);
}
.border-l-sky-900\/75 {
  border-left-color: rgb(12 74 110 / 0.75);
}
.border-l-sky-900\/80 {
  border-left-color: rgb(12 74 110 / 0.8);
}
.border-l-sky-900\/85 {
  border-left-color: rgb(12 74 110 / 0.85);
}
.border-l-sky-900\/90 {
  border-left-color: rgb(12 74 110 / 0.9);
}
.border-l-sky-900\/95 {
  border-left-color: rgb(12 74 110 / 0.95);
}
.border-l-sky-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-l-sky-950\/0 {
  border-left-color: rgb(8 47 73 / 0);
}
.border-l-sky-950\/10 {
  border-left-color: rgb(8 47 73 / 0.1);
}
.border-l-sky-950\/100 {
  border-left-color: rgb(8 47 73 / 1);
}
.border-l-sky-950\/15 {
  border-left-color: rgb(8 47 73 / 0.15);
}
.border-l-sky-950\/20 {
  border-left-color: rgb(8 47 73 / 0.2);
}
.border-l-sky-950\/25 {
  border-left-color: rgb(8 47 73 / 0.25);
}
.border-l-sky-950\/30 {
  border-left-color: rgb(8 47 73 / 0.3);
}
.border-l-sky-950\/35 {
  border-left-color: rgb(8 47 73 / 0.35);
}
.border-l-sky-950\/40 {
  border-left-color: rgb(8 47 73 / 0.4);
}
.border-l-sky-950\/45 {
  border-left-color: rgb(8 47 73 / 0.45);
}
.border-l-sky-950\/5 {
  border-left-color: rgb(8 47 73 / 0.05);
}
.border-l-sky-950\/50 {
  border-left-color: rgb(8 47 73 / 0.5);
}
.border-l-sky-950\/55 {
  border-left-color: rgb(8 47 73 / 0.55);
}
.border-l-sky-950\/60 {
  border-left-color: rgb(8 47 73 / 0.6);
}
.border-l-sky-950\/65 {
  border-left-color: rgb(8 47 73 / 0.65);
}
.border-l-sky-950\/70 {
  border-left-color: rgb(8 47 73 / 0.7);
}
.border-l-sky-950\/75 {
  border-left-color: rgb(8 47 73 / 0.75);
}
.border-l-sky-950\/80 {
  border-left-color: rgb(8 47 73 / 0.8);
}
.border-l-sky-950\/85 {
  border-left-color: rgb(8 47 73 / 0.85);
}
.border-l-sky-950\/90 {
  border-left-color: rgb(8 47 73 / 0.9);
}
.border-l-sky-950\/95 {
  border-left-color: rgb(8 47 73 / 0.95);
}
.border-l-slate-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-l-slate-100\/0 {
  border-left-color: rgb(241 245 249 / 0);
}
.border-l-slate-100\/10 {
  border-left-color: rgb(241 245 249 / 0.1);
}
.border-l-slate-100\/100 {
  border-left-color: rgb(241 245 249 / 1);
}
.border-l-slate-100\/15 {
  border-left-color: rgb(241 245 249 / 0.15);
}
.border-l-slate-100\/20 {
  border-left-color: rgb(241 245 249 / 0.2);
}
.border-l-slate-100\/25 {
  border-left-color: rgb(241 245 249 / 0.25);
}
.border-l-slate-100\/30 {
  border-left-color: rgb(241 245 249 / 0.3);
}
.border-l-slate-100\/35 {
  border-left-color: rgb(241 245 249 / 0.35);
}
.border-l-slate-100\/40 {
  border-left-color: rgb(241 245 249 / 0.4);
}
.border-l-slate-100\/45 {
  border-left-color: rgb(241 245 249 / 0.45);
}
.border-l-slate-100\/5 {
  border-left-color: rgb(241 245 249 / 0.05);
}
.border-l-slate-100\/50 {
  border-left-color: rgb(241 245 249 / 0.5);
}
.border-l-slate-100\/55 {
  border-left-color: rgb(241 245 249 / 0.55);
}
.border-l-slate-100\/60 {
  border-left-color: rgb(241 245 249 / 0.6);
}
.border-l-slate-100\/65 {
  border-left-color: rgb(241 245 249 / 0.65);
}
.border-l-slate-100\/70 {
  border-left-color: rgb(241 245 249 / 0.7);
}
.border-l-slate-100\/75 {
  border-left-color: rgb(241 245 249 / 0.75);
}
.border-l-slate-100\/80 {
  border-left-color: rgb(241 245 249 / 0.8);
}
.border-l-slate-100\/85 {
  border-left-color: rgb(241 245 249 / 0.85);
}
.border-l-slate-100\/90 {
  border-left-color: rgb(241 245 249 / 0.9);
}
.border-l-slate-100\/95 {
  border-left-color: rgb(241 245 249 / 0.95);
}
.border-l-slate-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-l-slate-200\/0 {
  border-left-color: rgb(226 232 240 / 0);
}
.border-l-slate-200\/10 {
  border-left-color: rgb(226 232 240 / 0.1);
}
.border-l-slate-200\/100 {
  border-left-color: rgb(226 232 240 / 1);
}
.border-l-slate-200\/15 {
  border-left-color: rgb(226 232 240 / 0.15);
}
.border-l-slate-200\/20 {
  border-left-color: rgb(226 232 240 / 0.2);
}
.border-l-slate-200\/25 {
  border-left-color: rgb(226 232 240 / 0.25);
}
.border-l-slate-200\/30 {
  border-left-color: rgb(226 232 240 / 0.3);
}
.border-l-slate-200\/35 {
  border-left-color: rgb(226 232 240 / 0.35);
}
.border-l-slate-200\/40 {
  border-left-color: rgb(226 232 240 / 0.4);
}
.border-l-slate-200\/45 {
  border-left-color: rgb(226 232 240 / 0.45);
}
.border-l-slate-200\/5 {
  border-left-color: rgb(226 232 240 / 0.05);
}
.border-l-slate-200\/50 {
  border-left-color: rgb(226 232 240 / 0.5);
}
.border-l-slate-200\/55 {
  border-left-color: rgb(226 232 240 / 0.55);
}
.border-l-slate-200\/60 {
  border-left-color: rgb(226 232 240 / 0.6);
}
.border-l-slate-200\/65 {
  border-left-color: rgb(226 232 240 / 0.65);
}
.border-l-slate-200\/70 {
  border-left-color: rgb(226 232 240 / 0.7);
}
.border-l-slate-200\/75 {
  border-left-color: rgb(226 232 240 / 0.75);
}
.border-l-slate-200\/80 {
  border-left-color: rgb(226 232 240 / 0.8);
}
.border-l-slate-200\/85 {
  border-left-color: rgb(226 232 240 / 0.85);
}
.border-l-slate-200\/90 {
  border-left-color: rgb(226 232 240 / 0.9);
}
.border-l-slate-200\/95 {
  border-left-color: rgb(226 232 240 / 0.95);
}
.border-l-slate-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-l-slate-300\/0 {
  border-left-color: rgb(203 213 225 / 0);
}
.border-l-slate-300\/10 {
  border-left-color: rgb(203 213 225 / 0.1);
}
.border-l-slate-300\/100 {
  border-left-color: rgb(203 213 225 / 1);
}
.border-l-slate-300\/15 {
  border-left-color: rgb(203 213 225 / 0.15);
}
.border-l-slate-300\/20 {
  border-left-color: rgb(203 213 225 / 0.2);
}
.border-l-slate-300\/25 {
  border-left-color: rgb(203 213 225 / 0.25);
}
.border-l-slate-300\/30 {
  border-left-color: rgb(203 213 225 / 0.3);
}
.border-l-slate-300\/35 {
  border-left-color: rgb(203 213 225 / 0.35);
}
.border-l-slate-300\/40 {
  border-left-color: rgb(203 213 225 / 0.4);
}
.border-l-slate-300\/45 {
  border-left-color: rgb(203 213 225 / 0.45);
}
.border-l-slate-300\/5 {
  border-left-color: rgb(203 213 225 / 0.05);
}
.border-l-slate-300\/50 {
  border-left-color: rgb(203 213 225 / 0.5);
}
.border-l-slate-300\/55 {
  border-left-color: rgb(203 213 225 / 0.55);
}
.border-l-slate-300\/60 {
  border-left-color: rgb(203 213 225 / 0.6);
}
.border-l-slate-300\/65 {
  border-left-color: rgb(203 213 225 / 0.65);
}
.border-l-slate-300\/70 {
  border-left-color: rgb(203 213 225 / 0.7);
}
.border-l-slate-300\/75 {
  border-left-color: rgb(203 213 225 / 0.75);
}
.border-l-slate-300\/80 {
  border-left-color: rgb(203 213 225 / 0.8);
}
.border-l-slate-300\/85 {
  border-left-color: rgb(203 213 225 / 0.85);
}
.border-l-slate-300\/90 {
  border-left-color: rgb(203 213 225 / 0.9);
}
.border-l-slate-300\/95 {
  border-left-color: rgb(203 213 225 / 0.95);
}
.border-l-slate-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-l-slate-400\/0 {
  border-left-color: rgb(148 163 184 / 0);
}
.border-l-slate-400\/10 {
  border-left-color: rgb(148 163 184 / 0.1);
}
.border-l-slate-400\/100 {
  border-left-color: rgb(148 163 184 / 1);
}
.border-l-slate-400\/15 {
  border-left-color: rgb(148 163 184 / 0.15);
}
.border-l-slate-400\/20 {
  border-left-color: rgb(148 163 184 / 0.2);
}
.border-l-slate-400\/25 {
  border-left-color: rgb(148 163 184 / 0.25);
}
.border-l-slate-400\/30 {
  border-left-color: rgb(148 163 184 / 0.3);
}
.border-l-slate-400\/35 {
  border-left-color: rgb(148 163 184 / 0.35);
}
.border-l-slate-400\/40 {
  border-left-color: rgb(148 163 184 / 0.4);
}
.border-l-slate-400\/45 {
  border-left-color: rgb(148 163 184 / 0.45);
}
.border-l-slate-400\/5 {
  border-left-color: rgb(148 163 184 / 0.05);
}
.border-l-slate-400\/50 {
  border-left-color: rgb(148 163 184 / 0.5);
}
.border-l-slate-400\/55 {
  border-left-color: rgb(148 163 184 / 0.55);
}
.border-l-slate-400\/60 {
  border-left-color: rgb(148 163 184 / 0.6);
}
.border-l-slate-400\/65 {
  border-left-color: rgb(148 163 184 / 0.65);
}
.border-l-slate-400\/70 {
  border-left-color: rgb(148 163 184 / 0.7);
}
.border-l-slate-400\/75 {
  border-left-color: rgb(148 163 184 / 0.75);
}
.border-l-slate-400\/80 {
  border-left-color: rgb(148 163 184 / 0.8);
}
.border-l-slate-400\/85 {
  border-left-color: rgb(148 163 184 / 0.85);
}
.border-l-slate-400\/90 {
  border-left-color: rgb(148 163 184 / 0.9);
}
.border-l-slate-400\/95 {
  border-left-color: rgb(148 163 184 / 0.95);
}
.border-l-slate-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-l-slate-50\/0 {
  border-left-color: rgb(248 250 252 / 0);
}
.border-l-slate-50\/10 {
  border-left-color: rgb(248 250 252 / 0.1);
}
.border-l-slate-50\/100 {
  border-left-color: rgb(248 250 252 / 1);
}
.border-l-slate-50\/15 {
  border-left-color: rgb(248 250 252 / 0.15);
}
.border-l-slate-50\/20 {
  border-left-color: rgb(248 250 252 / 0.2);
}
.border-l-slate-50\/25 {
  border-left-color: rgb(248 250 252 / 0.25);
}
.border-l-slate-50\/30 {
  border-left-color: rgb(248 250 252 / 0.3);
}
.border-l-slate-50\/35 {
  border-left-color: rgb(248 250 252 / 0.35);
}
.border-l-slate-50\/40 {
  border-left-color: rgb(248 250 252 / 0.4);
}
.border-l-slate-50\/45 {
  border-left-color: rgb(248 250 252 / 0.45);
}
.border-l-slate-50\/5 {
  border-left-color: rgb(248 250 252 / 0.05);
}
.border-l-slate-50\/50 {
  border-left-color: rgb(248 250 252 / 0.5);
}
.border-l-slate-50\/55 {
  border-left-color: rgb(248 250 252 / 0.55);
}
.border-l-slate-50\/60 {
  border-left-color: rgb(248 250 252 / 0.6);
}
.border-l-slate-50\/65 {
  border-left-color: rgb(248 250 252 / 0.65);
}
.border-l-slate-50\/70 {
  border-left-color: rgb(248 250 252 / 0.7);
}
.border-l-slate-50\/75 {
  border-left-color: rgb(248 250 252 / 0.75);
}
.border-l-slate-50\/80 {
  border-left-color: rgb(248 250 252 / 0.8);
}
.border-l-slate-50\/85 {
  border-left-color: rgb(248 250 252 / 0.85);
}
.border-l-slate-50\/90 {
  border-left-color: rgb(248 250 252 / 0.9);
}
.border-l-slate-50\/95 {
  border-left-color: rgb(248 250 252 / 0.95);
}
.border-l-slate-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-l-slate-500\/0 {
  border-left-color: rgb(100 116 139 / 0);
}
.border-l-slate-500\/10 {
  border-left-color: rgb(100 116 139 / 0.1);
}
.border-l-slate-500\/100 {
  border-left-color: rgb(100 116 139 / 1);
}
.border-l-slate-500\/15 {
  border-left-color: rgb(100 116 139 / 0.15);
}
.border-l-slate-500\/20 {
  border-left-color: rgb(100 116 139 / 0.2);
}
.border-l-slate-500\/25 {
  border-left-color: rgb(100 116 139 / 0.25);
}
.border-l-slate-500\/30 {
  border-left-color: rgb(100 116 139 / 0.3);
}
.border-l-slate-500\/35 {
  border-left-color: rgb(100 116 139 / 0.35);
}
.border-l-slate-500\/40 {
  border-left-color: rgb(100 116 139 / 0.4);
}
.border-l-slate-500\/45 {
  border-left-color: rgb(100 116 139 / 0.45);
}
.border-l-slate-500\/5 {
  border-left-color: rgb(100 116 139 / 0.05);
}
.border-l-slate-500\/50 {
  border-left-color: rgb(100 116 139 / 0.5);
}
.border-l-slate-500\/55 {
  border-left-color: rgb(100 116 139 / 0.55);
}
.border-l-slate-500\/60 {
  border-left-color: rgb(100 116 139 / 0.6);
}
.border-l-slate-500\/65 {
  border-left-color: rgb(100 116 139 / 0.65);
}
.border-l-slate-500\/70 {
  border-left-color: rgb(100 116 139 / 0.7);
}
.border-l-slate-500\/75 {
  border-left-color: rgb(100 116 139 / 0.75);
}
.border-l-slate-500\/80 {
  border-left-color: rgb(100 116 139 / 0.8);
}
.border-l-slate-500\/85 {
  border-left-color: rgb(100 116 139 / 0.85);
}
.border-l-slate-500\/90 {
  border-left-color: rgb(100 116 139 / 0.9);
}
.border-l-slate-500\/95 {
  border-left-color: rgb(100 116 139 / 0.95);
}
.border-l-slate-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-l-slate-600\/0 {
  border-left-color: rgb(71 85 105 / 0);
}
.border-l-slate-600\/10 {
  border-left-color: rgb(71 85 105 / 0.1);
}
.border-l-slate-600\/100 {
  border-left-color: rgb(71 85 105 / 1);
}
.border-l-slate-600\/15 {
  border-left-color: rgb(71 85 105 / 0.15);
}
.border-l-slate-600\/20 {
  border-left-color: rgb(71 85 105 / 0.2);
}
.border-l-slate-600\/25 {
  border-left-color: rgb(71 85 105 / 0.25);
}
.border-l-slate-600\/30 {
  border-left-color: rgb(71 85 105 / 0.3);
}
.border-l-slate-600\/35 {
  border-left-color: rgb(71 85 105 / 0.35);
}
.border-l-slate-600\/40 {
  border-left-color: rgb(71 85 105 / 0.4);
}
.border-l-slate-600\/45 {
  border-left-color: rgb(71 85 105 / 0.45);
}
.border-l-slate-600\/5 {
  border-left-color: rgb(71 85 105 / 0.05);
}
.border-l-slate-600\/50 {
  border-left-color: rgb(71 85 105 / 0.5);
}
.border-l-slate-600\/55 {
  border-left-color: rgb(71 85 105 / 0.55);
}
.border-l-slate-600\/60 {
  border-left-color: rgb(71 85 105 / 0.6);
}
.border-l-slate-600\/65 {
  border-left-color: rgb(71 85 105 / 0.65);
}
.border-l-slate-600\/70 {
  border-left-color: rgb(71 85 105 / 0.7);
}
.border-l-slate-600\/75 {
  border-left-color: rgb(71 85 105 / 0.75);
}
.border-l-slate-600\/80 {
  border-left-color: rgb(71 85 105 / 0.8);
}
.border-l-slate-600\/85 {
  border-left-color: rgb(71 85 105 / 0.85);
}
.border-l-slate-600\/90 {
  border-left-color: rgb(71 85 105 / 0.9);
}
.border-l-slate-600\/95 {
  border-left-color: rgb(71 85 105 / 0.95);
}
.border-l-slate-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-l-slate-700\/0 {
  border-left-color: rgb(51 65 85 / 0);
}
.border-l-slate-700\/10 {
  border-left-color: rgb(51 65 85 / 0.1);
}
.border-l-slate-700\/100 {
  border-left-color: rgb(51 65 85 / 1);
}
.border-l-slate-700\/15 {
  border-left-color: rgb(51 65 85 / 0.15);
}
.border-l-slate-700\/20 {
  border-left-color: rgb(51 65 85 / 0.2);
}
.border-l-slate-700\/25 {
  border-left-color: rgb(51 65 85 / 0.25);
}
.border-l-slate-700\/30 {
  border-left-color: rgb(51 65 85 / 0.3);
}
.border-l-slate-700\/35 {
  border-left-color: rgb(51 65 85 / 0.35);
}
.border-l-slate-700\/40 {
  border-left-color: rgb(51 65 85 / 0.4);
}
.border-l-slate-700\/45 {
  border-left-color: rgb(51 65 85 / 0.45);
}
.border-l-slate-700\/5 {
  border-left-color: rgb(51 65 85 / 0.05);
}
.border-l-slate-700\/50 {
  border-left-color: rgb(51 65 85 / 0.5);
}
.border-l-slate-700\/55 {
  border-left-color: rgb(51 65 85 / 0.55);
}
.border-l-slate-700\/60 {
  border-left-color: rgb(51 65 85 / 0.6);
}
.border-l-slate-700\/65 {
  border-left-color: rgb(51 65 85 / 0.65);
}
.border-l-slate-700\/70 {
  border-left-color: rgb(51 65 85 / 0.7);
}
.border-l-slate-700\/75 {
  border-left-color: rgb(51 65 85 / 0.75);
}
.border-l-slate-700\/80 {
  border-left-color: rgb(51 65 85 / 0.8);
}
.border-l-slate-700\/85 {
  border-left-color: rgb(51 65 85 / 0.85);
}
.border-l-slate-700\/90 {
  border-left-color: rgb(51 65 85 / 0.9);
}
.border-l-slate-700\/95 {
  border-left-color: rgb(51 65 85 / 0.95);
}
.border-l-slate-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-l-slate-800\/0 {
  border-left-color: rgb(30 41 59 / 0);
}
.border-l-slate-800\/10 {
  border-left-color: rgb(30 41 59 / 0.1);
}
.border-l-slate-800\/100 {
  border-left-color: rgb(30 41 59 / 1);
}
.border-l-slate-800\/15 {
  border-left-color: rgb(30 41 59 / 0.15);
}
.border-l-slate-800\/20 {
  border-left-color: rgb(30 41 59 / 0.2);
}
.border-l-slate-800\/25 {
  border-left-color: rgb(30 41 59 / 0.25);
}
.border-l-slate-800\/30 {
  border-left-color: rgb(30 41 59 / 0.3);
}
.border-l-slate-800\/35 {
  border-left-color: rgb(30 41 59 / 0.35);
}
.border-l-slate-800\/40 {
  border-left-color: rgb(30 41 59 / 0.4);
}
.border-l-slate-800\/45 {
  border-left-color: rgb(30 41 59 / 0.45);
}
.border-l-slate-800\/5 {
  border-left-color: rgb(30 41 59 / 0.05);
}
.border-l-slate-800\/50 {
  border-left-color: rgb(30 41 59 / 0.5);
}
.border-l-slate-800\/55 {
  border-left-color: rgb(30 41 59 / 0.55);
}
.border-l-slate-800\/60 {
  border-left-color: rgb(30 41 59 / 0.6);
}
.border-l-slate-800\/65 {
  border-left-color: rgb(30 41 59 / 0.65);
}
.border-l-slate-800\/70 {
  border-left-color: rgb(30 41 59 / 0.7);
}
.border-l-slate-800\/75 {
  border-left-color: rgb(30 41 59 / 0.75);
}
.border-l-slate-800\/80 {
  border-left-color: rgb(30 41 59 / 0.8);
}
.border-l-slate-800\/85 {
  border-left-color: rgb(30 41 59 / 0.85);
}
.border-l-slate-800\/90 {
  border-left-color: rgb(30 41 59 / 0.9);
}
.border-l-slate-800\/95 {
  border-left-color: rgb(30 41 59 / 0.95);
}
.border-l-slate-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-l-slate-900\/0 {
  border-left-color: rgb(15 23 42 / 0);
}
.border-l-slate-900\/10 {
  border-left-color: rgb(15 23 42 / 0.1);
}
.border-l-slate-900\/100 {
  border-left-color: rgb(15 23 42 / 1);
}
.border-l-slate-900\/15 {
  border-left-color: rgb(15 23 42 / 0.15);
}
.border-l-slate-900\/20 {
  border-left-color: rgb(15 23 42 / 0.2);
}
.border-l-slate-900\/25 {
  border-left-color: rgb(15 23 42 / 0.25);
}
.border-l-slate-900\/30 {
  border-left-color: rgb(15 23 42 / 0.3);
}
.border-l-slate-900\/35 {
  border-left-color: rgb(15 23 42 / 0.35);
}
.border-l-slate-900\/40 {
  border-left-color: rgb(15 23 42 / 0.4);
}
.border-l-slate-900\/45 {
  border-left-color: rgb(15 23 42 / 0.45);
}
.border-l-slate-900\/5 {
  border-left-color: rgb(15 23 42 / 0.05);
}
.border-l-slate-900\/50 {
  border-left-color: rgb(15 23 42 / 0.5);
}
.border-l-slate-900\/55 {
  border-left-color: rgb(15 23 42 / 0.55);
}
.border-l-slate-900\/60 {
  border-left-color: rgb(15 23 42 / 0.6);
}
.border-l-slate-900\/65 {
  border-left-color: rgb(15 23 42 / 0.65);
}
.border-l-slate-900\/70 {
  border-left-color: rgb(15 23 42 / 0.7);
}
.border-l-slate-900\/75 {
  border-left-color: rgb(15 23 42 / 0.75);
}
.border-l-slate-900\/80 {
  border-left-color: rgb(15 23 42 / 0.8);
}
.border-l-slate-900\/85 {
  border-left-color: rgb(15 23 42 / 0.85);
}
.border-l-slate-900\/90 {
  border-left-color: rgb(15 23 42 / 0.9);
}
.border-l-slate-900\/95 {
  border-left-color: rgb(15 23 42 / 0.95);
}
.border-l-slate-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-l-slate-950\/0 {
  border-left-color: rgb(2 6 23 / 0);
}
.border-l-slate-950\/10 {
  border-left-color: rgb(2 6 23 / 0.1);
}
.border-l-slate-950\/100 {
  border-left-color: rgb(2 6 23 / 1);
}
.border-l-slate-950\/15 {
  border-left-color: rgb(2 6 23 / 0.15);
}
.border-l-slate-950\/20 {
  border-left-color: rgb(2 6 23 / 0.2);
}
.border-l-slate-950\/25 {
  border-left-color: rgb(2 6 23 / 0.25);
}
.border-l-slate-950\/30 {
  border-left-color: rgb(2 6 23 / 0.3);
}
.border-l-slate-950\/35 {
  border-left-color: rgb(2 6 23 / 0.35);
}
.border-l-slate-950\/40 {
  border-left-color: rgb(2 6 23 / 0.4);
}
.border-l-slate-950\/45 {
  border-left-color: rgb(2 6 23 / 0.45);
}
.border-l-slate-950\/5 {
  border-left-color: rgb(2 6 23 / 0.05);
}
.border-l-slate-950\/50 {
  border-left-color: rgb(2 6 23 / 0.5);
}
.border-l-slate-950\/55 {
  border-left-color: rgb(2 6 23 / 0.55);
}
.border-l-slate-950\/60 {
  border-left-color: rgb(2 6 23 / 0.6);
}
.border-l-slate-950\/65 {
  border-left-color: rgb(2 6 23 / 0.65);
}
.border-l-slate-950\/70 {
  border-left-color: rgb(2 6 23 / 0.7);
}
.border-l-slate-950\/75 {
  border-left-color: rgb(2 6 23 / 0.75);
}
.border-l-slate-950\/80 {
  border-left-color: rgb(2 6 23 / 0.8);
}
.border-l-slate-950\/85 {
  border-left-color: rgb(2 6 23 / 0.85);
}
.border-l-slate-950\/90 {
  border-left-color: rgb(2 6 23 / 0.9);
}
.border-l-slate-950\/95 {
  border-left-color: rgb(2 6 23 / 0.95);
}
.border-l-stone-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-l-stone-100\/0 {
  border-left-color: rgb(245 245 244 / 0);
}
.border-l-stone-100\/10 {
  border-left-color: rgb(245 245 244 / 0.1);
}
.border-l-stone-100\/100 {
  border-left-color: rgb(245 245 244 / 1);
}
.border-l-stone-100\/15 {
  border-left-color: rgb(245 245 244 / 0.15);
}
.border-l-stone-100\/20 {
  border-left-color: rgb(245 245 244 / 0.2);
}
.border-l-stone-100\/25 {
  border-left-color: rgb(245 245 244 / 0.25);
}
.border-l-stone-100\/30 {
  border-left-color: rgb(245 245 244 / 0.3);
}
.border-l-stone-100\/35 {
  border-left-color: rgb(245 245 244 / 0.35);
}
.border-l-stone-100\/40 {
  border-left-color: rgb(245 245 244 / 0.4);
}
.border-l-stone-100\/45 {
  border-left-color: rgb(245 245 244 / 0.45);
}
.border-l-stone-100\/5 {
  border-left-color: rgb(245 245 244 / 0.05);
}
.border-l-stone-100\/50 {
  border-left-color: rgb(245 245 244 / 0.5);
}
.border-l-stone-100\/55 {
  border-left-color: rgb(245 245 244 / 0.55);
}
.border-l-stone-100\/60 {
  border-left-color: rgb(245 245 244 / 0.6);
}
.border-l-stone-100\/65 {
  border-left-color: rgb(245 245 244 / 0.65);
}
.border-l-stone-100\/70 {
  border-left-color: rgb(245 245 244 / 0.7);
}
.border-l-stone-100\/75 {
  border-left-color: rgb(245 245 244 / 0.75);
}
.border-l-stone-100\/80 {
  border-left-color: rgb(245 245 244 / 0.8);
}
.border-l-stone-100\/85 {
  border-left-color: rgb(245 245 244 / 0.85);
}
.border-l-stone-100\/90 {
  border-left-color: rgb(245 245 244 / 0.9);
}
.border-l-stone-100\/95 {
  border-left-color: rgb(245 245 244 / 0.95);
}
.border-l-stone-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-l-stone-200\/0 {
  border-left-color: rgb(231 229 228 / 0);
}
.border-l-stone-200\/10 {
  border-left-color: rgb(231 229 228 / 0.1);
}
.border-l-stone-200\/100 {
  border-left-color: rgb(231 229 228 / 1);
}
.border-l-stone-200\/15 {
  border-left-color: rgb(231 229 228 / 0.15);
}
.border-l-stone-200\/20 {
  border-left-color: rgb(231 229 228 / 0.2);
}
.border-l-stone-200\/25 {
  border-left-color: rgb(231 229 228 / 0.25);
}
.border-l-stone-200\/30 {
  border-left-color: rgb(231 229 228 / 0.3);
}
.border-l-stone-200\/35 {
  border-left-color: rgb(231 229 228 / 0.35);
}
.border-l-stone-200\/40 {
  border-left-color: rgb(231 229 228 / 0.4);
}
.border-l-stone-200\/45 {
  border-left-color: rgb(231 229 228 / 0.45);
}
.border-l-stone-200\/5 {
  border-left-color: rgb(231 229 228 / 0.05);
}
.border-l-stone-200\/50 {
  border-left-color: rgb(231 229 228 / 0.5);
}
.border-l-stone-200\/55 {
  border-left-color: rgb(231 229 228 / 0.55);
}
.border-l-stone-200\/60 {
  border-left-color: rgb(231 229 228 / 0.6);
}
.border-l-stone-200\/65 {
  border-left-color: rgb(231 229 228 / 0.65);
}
.border-l-stone-200\/70 {
  border-left-color: rgb(231 229 228 / 0.7);
}
.border-l-stone-200\/75 {
  border-left-color: rgb(231 229 228 / 0.75);
}
.border-l-stone-200\/80 {
  border-left-color: rgb(231 229 228 / 0.8);
}
.border-l-stone-200\/85 {
  border-left-color: rgb(231 229 228 / 0.85);
}
.border-l-stone-200\/90 {
  border-left-color: rgb(231 229 228 / 0.9);
}
.border-l-stone-200\/95 {
  border-left-color: rgb(231 229 228 / 0.95);
}
.border-l-stone-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-l-stone-300\/0 {
  border-left-color: rgb(214 211 209 / 0);
}
.border-l-stone-300\/10 {
  border-left-color: rgb(214 211 209 / 0.1);
}
.border-l-stone-300\/100 {
  border-left-color: rgb(214 211 209 / 1);
}
.border-l-stone-300\/15 {
  border-left-color: rgb(214 211 209 / 0.15);
}
.border-l-stone-300\/20 {
  border-left-color: rgb(214 211 209 / 0.2);
}
.border-l-stone-300\/25 {
  border-left-color: rgb(214 211 209 / 0.25);
}
.border-l-stone-300\/30 {
  border-left-color: rgb(214 211 209 / 0.3);
}
.border-l-stone-300\/35 {
  border-left-color: rgb(214 211 209 / 0.35);
}
.border-l-stone-300\/40 {
  border-left-color: rgb(214 211 209 / 0.4);
}
.border-l-stone-300\/45 {
  border-left-color: rgb(214 211 209 / 0.45);
}
.border-l-stone-300\/5 {
  border-left-color: rgb(214 211 209 / 0.05);
}
.border-l-stone-300\/50 {
  border-left-color: rgb(214 211 209 / 0.5);
}
.border-l-stone-300\/55 {
  border-left-color: rgb(214 211 209 / 0.55);
}
.border-l-stone-300\/60 {
  border-left-color: rgb(214 211 209 / 0.6);
}
.border-l-stone-300\/65 {
  border-left-color: rgb(214 211 209 / 0.65);
}
.border-l-stone-300\/70 {
  border-left-color: rgb(214 211 209 / 0.7);
}
.border-l-stone-300\/75 {
  border-left-color: rgb(214 211 209 / 0.75);
}
.border-l-stone-300\/80 {
  border-left-color: rgb(214 211 209 / 0.8);
}
.border-l-stone-300\/85 {
  border-left-color: rgb(214 211 209 / 0.85);
}
.border-l-stone-300\/90 {
  border-left-color: rgb(214 211 209 / 0.9);
}
.border-l-stone-300\/95 {
  border-left-color: rgb(214 211 209 / 0.95);
}
.border-l-stone-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-l-stone-400\/0 {
  border-left-color: rgb(168 162 158 / 0);
}
.border-l-stone-400\/10 {
  border-left-color: rgb(168 162 158 / 0.1);
}
.border-l-stone-400\/100 {
  border-left-color: rgb(168 162 158 / 1);
}
.border-l-stone-400\/15 {
  border-left-color: rgb(168 162 158 / 0.15);
}
.border-l-stone-400\/20 {
  border-left-color: rgb(168 162 158 / 0.2);
}
.border-l-stone-400\/25 {
  border-left-color: rgb(168 162 158 / 0.25);
}
.border-l-stone-400\/30 {
  border-left-color: rgb(168 162 158 / 0.3);
}
.border-l-stone-400\/35 {
  border-left-color: rgb(168 162 158 / 0.35);
}
.border-l-stone-400\/40 {
  border-left-color: rgb(168 162 158 / 0.4);
}
.border-l-stone-400\/45 {
  border-left-color: rgb(168 162 158 / 0.45);
}
.border-l-stone-400\/5 {
  border-left-color: rgb(168 162 158 / 0.05);
}
.border-l-stone-400\/50 {
  border-left-color: rgb(168 162 158 / 0.5);
}
.border-l-stone-400\/55 {
  border-left-color: rgb(168 162 158 / 0.55);
}
.border-l-stone-400\/60 {
  border-left-color: rgb(168 162 158 / 0.6);
}
.border-l-stone-400\/65 {
  border-left-color: rgb(168 162 158 / 0.65);
}
.border-l-stone-400\/70 {
  border-left-color: rgb(168 162 158 / 0.7);
}
.border-l-stone-400\/75 {
  border-left-color: rgb(168 162 158 / 0.75);
}
.border-l-stone-400\/80 {
  border-left-color: rgb(168 162 158 / 0.8);
}
.border-l-stone-400\/85 {
  border-left-color: rgb(168 162 158 / 0.85);
}
.border-l-stone-400\/90 {
  border-left-color: rgb(168 162 158 / 0.9);
}
.border-l-stone-400\/95 {
  border-left-color: rgb(168 162 158 / 0.95);
}
.border-l-stone-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-l-stone-50\/0 {
  border-left-color: rgb(250 250 249 / 0);
}
.border-l-stone-50\/10 {
  border-left-color: rgb(250 250 249 / 0.1);
}
.border-l-stone-50\/100 {
  border-left-color: rgb(250 250 249 / 1);
}
.border-l-stone-50\/15 {
  border-left-color: rgb(250 250 249 / 0.15);
}
.border-l-stone-50\/20 {
  border-left-color: rgb(250 250 249 / 0.2);
}
.border-l-stone-50\/25 {
  border-left-color: rgb(250 250 249 / 0.25);
}
.border-l-stone-50\/30 {
  border-left-color: rgb(250 250 249 / 0.3);
}
.border-l-stone-50\/35 {
  border-left-color: rgb(250 250 249 / 0.35);
}
.border-l-stone-50\/40 {
  border-left-color: rgb(250 250 249 / 0.4);
}
.border-l-stone-50\/45 {
  border-left-color: rgb(250 250 249 / 0.45);
}
.border-l-stone-50\/5 {
  border-left-color: rgb(250 250 249 / 0.05);
}
.border-l-stone-50\/50 {
  border-left-color: rgb(250 250 249 / 0.5);
}
.border-l-stone-50\/55 {
  border-left-color: rgb(250 250 249 / 0.55);
}
.border-l-stone-50\/60 {
  border-left-color: rgb(250 250 249 / 0.6);
}
.border-l-stone-50\/65 {
  border-left-color: rgb(250 250 249 / 0.65);
}
.border-l-stone-50\/70 {
  border-left-color: rgb(250 250 249 / 0.7);
}
.border-l-stone-50\/75 {
  border-left-color: rgb(250 250 249 / 0.75);
}
.border-l-stone-50\/80 {
  border-left-color: rgb(250 250 249 / 0.8);
}
.border-l-stone-50\/85 {
  border-left-color: rgb(250 250 249 / 0.85);
}
.border-l-stone-50\/90 {
  border-left-color: rgb(250 250 249 / 0.9);
}
.border-l-stone-50\/95 {
  border-left-color: rgb(250 250 249 / 0.95);
}
.border-l-stone-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-l-stone-500\/0 {
  border-left-color: rgb(120 113 108 / 0);
}
.border-l-stone-500\/10 {
  border-left-color: rgb(120 113 108 / 0.1);
}
.border-l-stone-500\/100 {
  border-left-color: rgb(120 113 108 / 1);
}
.border-l-stone-500\/15 {
  border-left-color: rgb(120 113 108 / 0.15);
}
.border-l-stone-500\/20 {
  border-left-color: rgb(120 113 108 / 0.2);
}
.border-l-stone-500\/25 {
  border-left-color: rgb(120 113 108 / 0.25);
}
.border-l-stone-500\/30 {
  border-left-color: rgb(120 113 108 / 0.3);
}
.border-l-stone-500\/35 {
  border-left-color: rgb(120 113 108 / 0.35);
}
.border-l-stone-500\/40 {
  border-left-color: rgb(120 113 108 / 0.4);
}
.border-l-stone-500\/45 {
  border-left-color: rgb(120 113 108 / 0.45);
}
.border-l-stone-500\/5 {
  border-left-color: rgb(120 113 108 / 0.05);
}
.border-l-stone-500\/50 {
  border-left-color: rgb(120 113 108 / 0.5);
}
.border-l-stone-500\/55 {
  border-left-color: rgb(120 113 108 / 0.55);
}
.border-l-stone-500\/60 {
  border-left-color: rgb(120 113 108 / 0.6);
}
.border-l-stone-500\/65 {
  border-left-color: rgb(120 113 108 / 0.65);
}
.border-l-stone-500\/70 {
  border-left-color: rgb(120 113 108 / 0.7);
}
.border-l-stone-500\/75 {
  border-left-color: rgb(120 113 108 / 0.75);
}
.border-l-stone-500\/80 {
  border-left-color: rgb(120 113 108 / 0.8);
}
.border-l-stone-500\/85 {
  border-left-color: rgb(120 113 108 / 0.85);
}
.border-l-stone-500\/90 {
  border-left-color: rgb(120 113 108 / 0.9);
}
.border-l-stone-500\/95 {
  border-left-color: rgb(120 113 108 / 0.95);
}
.border-l-stone-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-l-stone-600\/0 {
  border-left-color: rgb(87 83 78 / 0);
}
.border-l-stone-600\/10 {
  border-left-color: rgb(87 83 78 / 0.1);
}
.border-l-stone-600\/100 {
  border-left-color: rgb(87 83 78 / 1);
}
.border-l-stone-600\/15 {
  border-left-color: rgb(87 83 78 / 0.15);
}
.border-l-stone-600\/20 {
  border-left-color: rgb(87 83 78 / 0.2);
}
.border-l-stone-600\/25 {
  border-left-color: rgb(87 83 78 / 0.25);
}
.border-l-stone-600\/30 {
  border-left-color: rgb(87 83 78 / 0.3);
}
.border-l-stone-600\/35 {
  border-left-color: rgb(87 83 78 / 0.35);
}
.border-l-stone-600\/40 {
  border-left-color: rgb(87 83 78 / 0.4);
}
.border-l-stone-600\/45 {
  border-left-color: rgb(87 83 78 / 0.45);
}
.border-l-stone-600\/5 {
  border-left-color: rgb(87 83 78 / 0.05);
}
.border-l-stone-600\/50 {
  border-left-color: rgb(87 83 78 / 0.5);
}
.border-l-stone-600\/55 {
  border-left-color: rgb(87 83 78 / 0.55);
}
.border-l-stone-600\/60 {
  border-left-color: rgb(87 83 78 / 0.6);
}
.border-l-stone-600\/65 {
  border-left-color: rgb(87 83 78 / 0.65);
}
.border-l-stone-600\/70 {
  border-left-color: rgb(87 83 78 / 0.7);
}
.border-l-stone-600\/75 {
  border-left-color: rgb(87 83 78 / 0.75);
}
.border-l-stone-600\/80 {
  border-left-color: rgb(87 83 78 / 0.8);
}
.border-l-stone-600\/85 {
  border-left-color: rgb(87 83 78 / 0.85);
}
.border-l-stone-600\/90 {
  border-left-color: rgb(87 83 78 / 0.9);
}
.border-l-stone-600\/95 {
  border-left-color: rgb(87 83 78 / 0.95);
}
.border-l-stone-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-l-stone-700\/0 {
  border-left-color: rgb(68 64 60 / 0);
}
.border-l-stone-700\/10 {
  border-left-color: rgb(68 64 60 / 0.1);
}
.border-l-stone-700\/100 {
  border-left-color: rgb(68 64 60 / 1);
}
.border-l-stone-700\/15 {
  border-left-color: rgb(68 64 60 / 0.15);
}
.border-l-stone-700\/20 {
  border-left-color: rgb(68 64 60 / 0.2);
}
.border-l-stone-700\/25 {
  border-left-color: rgb(68 64 60 / 0.25);
}
.border-l-stone-700\/30 {
  border-left-color: rgb(68 64 60 / 0.3);
}
.border-l-stone-700\/35 {
  border-left-color: rgb(68 64 60 / 0.35);
}
.border-l-stone-700\/40 {
  border-left-color: rgb(68 64 60 / 0.4);
}
.border-l-stone-700\/45 {
  border-left-color: rgb(68 64 60 / 0.45);
}
.border-l-stone-700\/5 {
  border-left-color: rgb(68 64 60 / 0.05);
}
.border-l-stone-700\/50 {
  border-left-color: rgb(68 64 60 / 0.5);
}
.border-l-stone-700\/55 {
  border-left-color: rgb(68 64 60 / 0.55);
}
.border-l-stone-700\/60 {
  border-left-color: rgb(68 64 60 / 0.6);
}
.border-l-stone-700\/65 {
  border-left-color: rgb(68 64 60 / 0.65);
}
.border-l-stone-700\/70 {
  border-left-color: rgb(68 64 60 / 0.7);
}
.border-l-stone-700\/75 {
  border-left-color: rgb(68 64 60 / 0.75);
}
.border-l-stone-700\/80 {
  border-left-color: rgb(68 64 60 / 0.8);
}
.border-l-stone-700\/85 {
  border-left-color: rgb(68 64 60 / 0.85);
}
.border-l-stone-700\/90 {
  border-left-color: rgb(68 64 60 / 0.9);
}
.border-l-stone-700\/95 {
  border-left-color: rgb(68 64 60 / 0.95);
}
.border-l-stone-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-l-stone-800\/0 {
  border-left-color: rgb(41 37 36 / 0);
}
.border-l-stone-800\/10 {
  border-left-color: rgb(41 37 36 / 0.1);
}
.border-l-stone-800\/100 {
  border-left-color: rgb(41 37 36 / 1);
}
.border-l-stone-800\/15 {
  border-left-color: rgb(41 37 36 / 0.15);
}
.border-l-stone-800\/20 {
  border-left-color: rgb(41 37 36 / 0.2);
}
.border-l-stone-800\/25 {
  border-left-color: rgb(41 37 36 / 0.25);
}
.border-l-stone-800\/30 {
  border-left-color: rgb(41 37 36 / 0.3);
}
.border-l-stone-800\/35 {
  border-left-color: rgb(41 37 36 / 0.35);
}
.border-l-stone-800\/40 {
  border-left-color: rgb(41 37 36 / 0.4);
}
.border-l-stone-800\/45 {
  border-left-color: rgb(41 37 36 / 0.45);
}
.border-l-stone-800\/5 {
  border-left-color: rgb(41 37 36 / 0.05);
}
.border-l-stone-800\/50 {
  border-left-color: rgb(41 37 36 / 0.5);
}
.border-l-stone-800\/55 {
  border-left-color: rgb(41 37 36 / 0.55);
}
.border-l-stone-800\/60 {
  border-left-color: rgb(41 37 36 / 0.6);
}
.border-l-stone-800\/65 {
  border-left-color: rgb(41 37 36 / 0.65);
}
.border-l-stone-800\/70 {
  border-left-color: rgb(41 37 36 / 0.7);
}
.border-l-stone-800\/75 {
  border-left-color: rgb(41 37 36 / 0.75);
}
.border-l-stone-800\/80 {
  border-left-color: rgb(41 37 36 / 0.8);
}
.border-l-stone-800\/85 {
  border-left-color: rgb(41 37 36 / 0.85);
}
.border-l-stone-800\/90 {
  border-left-color: rgb(41 37 36 / 0.9);
}
.border-l-stone-800\/95 {
  border-left-color: rgb(41 37 36 / 0.95);
}
.border-l-stone-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-l-stone-900\/0 {
  border-left-color: rgb(28 25 23 / 0);
}
.border-l-stone-900\/10 {
  border-left-color: rgb(28 25 23 / 0.1);
}
.border-l-stone-900\/100 {
  border-left-color: rgb(28 25 23 / 1);
}
.border-l-stone-900\/15 {
  border-left-color: rgb(28 25 23 / 0.15);
}
.border-l-stone-900\/20 {
  border-left-color: rgb(28 25 23 / 0.2);
}
.border-l-stone-900\/25 {
  border-left-color: rgb(28 25 23 / 0.25);
}
.border-l-stone-900\/30 {
  border-left-color: rgb(28 25 23 / 0.3);
}
.border-l-stone-900\/35 {
  border-left-color: rgb(28 25 23 / 0.35);
}
.border-l-stone-900\/40 {
  border-left-color: rgb(28 25 23 / 0.4);
}
.border-l-stone-900\/45 {
  border-left-color: rgb(28 25 23 / 0.45);
}
.border-l-stone-900\/5 {
  border-left-color: rgb(28 25 23 / 0.05);
}
.border-l-stone-900\/50 {
  border-left-color: rgb(28 25 23 / 0.5);
}
.border-l-stone-900\/55 {
  border-left-color: rgb(28 25 23 / 0.55);
}
.border-l-stone-900\/60 {
  border-left-color: rgb(28 25 23 / 0.6);
}
.border-l-stone-900\/65 {
  border-left-color: rgb(28 25 23 / 0.65);
}
.border-l-stone-900\/70 {
  border-left-color: rgb(28 25 23 / 0.7);
}
.border-l-stone-900\/75 {
  border-left-color: rgb(28 25 23 / 0.75);
}
.border-l-stone-900\/80 {
  border-left-color: rgb(28 25 23 / 0.8);
}
.border-l-stone-900\/85 {
  border-left-color: rgb(28 25 23 / 0.85);
}
.border-l-stone-900\/90 {
  border-left-color: rgb(28 25 23 / 0.9);
}
.border-l-stone-900\/95 {
  border-left-color: rgb(28 25 23 / 0.95);
}
.border-l-stone-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-l-stone-950\/0 {
  border-left-color: rgb(12 10 9 / 0);
}
.border-l-stone-950\/10 {
  border-left-color: rgb(12 10 9 / 0.1);
}
.border-l-stone-950\/100 {
  border-left-color: rgb(12 10 9 / 1);
}
.border-l-stone-950\/15 {
  border-left-color: rgb(12 10 9 / 0.15);
}
.border-l-stone-950\/20 {
  border-left-color: rgb(12 10 9 / 0.2);
}
.border-l-stone-950\/25 {
  border-left-color: rgb(12 10 9 / 0.25);
}
.border-l-stone-950\/30 {
  border-left-color: rgb(12 10 9 / 0.3);
}
.border-l-stone-950\/35 {
  border-left-color: rgb(12 10 9 / 0.35);
}
.border-l-stone-950\/40 {
  border-left-color: rgb(12 10 9 / 0.4);
}
.border-l-stone-950\/45 {
  border-left-color: rgb(12 10 9 / 0.45);
}
.border-l-stone-950\/5 {
  border-left-color: rgb(12 10 9 / 0.05);
}
.border-l-stone-950\/50 {
  border-left-color: rgb(12 10 9 / 0.5);
}
.border-l-stone-950\/55 {
  border-left-color: rgb(12 10 9 / 0.55);
}
.border-l-stone-950\/60 {
  border-left-color: rgb(12 10 9 / 0.6);
}
.border-l-stone-950\/65 {
  border-left-color: rgb(12 10 9 / 0.65);
}
.border-l-stone-950\/70 {
  border-left-color: rgb(12 10 9 / 0.7);
}
.border-l-stone-950\/75 {
  border-left-color: rgb(12 10 9 / 0.75);
}
.border-l-stone-950\/80 {
  border-left-color: rgb(12 10 9 / 0.8);
}
.border-l-stone-950\/85 {
  border-left-color: rgb(12 10 9 / 0.85);
}
.border-l-stone-950\/90 {
  border-left-color: rgb(12 10 9 / 0.9);
}
.border-l-stone-950\/95 {
  border-left-color: rgb(12 10 9 / 0.95);
}
.border-l-supporting {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-l-supporting-foreground {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-l-supporting-foreground\/0 {
  border-left-color: hsl(var(--supporting) / 0);
}
.border-l-supporting-foreground\/10 {
  border-left-color: hsl(var(--supporting) / 0.1);
}
.border-l-supporting-foreground\/100 {
  border-left-color: hsl(var(--supporting) / 1);
}
.border-l-supporting-foreground\/15 {
  border-left-color: hsl(var(--supporting) / 0.15);
}
.border-l-supporting-foreground\/20 {
  border-left-color: hsl(var(--supporting) / 0.2);
}
.border-l-supporting-foreground\/25 {
  border-left-color: hsl(var(--supporting) / 0.25);
}
.border-l-supporting-foreground\/30 {
  border-left-color: hsl(var(--supporting) / 0.3);
}
.border-l-supporting-foreground\/35 {
  border-left-color: hsl(var(--supporting) / 0.35);
}
.border-l-supporting-foreground\/40 {
  border-left-color: hsl(var(--supporting) / 0.4);
}
.border-l-supporting-foreground\/45 {
  border-left-color: hsl(var(--supporting) / 0.45);
}
.border-l-supporting-foreground\/5 {
  border-left-color: hsl(var(--supporting) / 0.05);
}
.border-l-supporting-foreground\/50 {
  border-left-color: hsl(var(--supporting) / 0.5);
}
.border-l-supporting-foreground\/55 {
  border-left-color: hsl(var(--supporting) / 0.55);
}
.border-l-supporting-foreground\/60 {
  border-left-color: hsl(var(--supporting) / 0.6);
}
.border-l-supporting-foreground\/65 {
  border-left-color: hsl(var(--supporting) / 0.65);
}
.border-l-supporting-foreground\/70 {
  border-left-color: hsl(var(--supporting) / 0.7);
}
.border-l-supporting-foreground\/75 {
  border-left-color: hsl(var(--supporting) / 0.75);
}
.border-l-supporting-foreground\/80 {
  border-left-color: hsl(var(--supporting) / 0.8);
}
.border-l-supporting-foreground\/85 {
  border-left-color: hsl(var(--supporting) / 0.85);
}
.border-l-supporting-foreground\/90 {
  border-left-color: hsl(var(--supporting) / 0.9);
}
.border-l-supporting-foreground\/95 {
  border-left-color: hsl(var(--supporting) / 0.95);
}
.border-l-supporting\/0 {
  border-left-color: hsl(var(--supporting) / 0);
}
.border-l-supporting\/10 {
  border-left-color: hsl(var(--supporting) / 0.1);
}
.border-l-supporting\/100 {
  border-left-color: hsl(var(--supporting) / 1);
}
.border-l-supporting\/15 {
  border-left-color: hsl(var(--supporting) / 0.15);
}
.border-l-supporting\/20 {
  border-left-color: hsl(var(--supporting) / 0.2);
}
.border-l-supporting\/25 {
  border-left-color: hsl(var(--supporting) / 0.25);
}
.border-l-supporting\/30 {
  border-left-color: hsl(var(--supporting) / 0.3);
}
.border-l-supporting\/35 {
  border-left-color: hsl(var(--supporting) / 0.35);
}
.border-l-supporting\/40 {
  border-left-color: hsl(var(--supporting) / 0.4);
}
.border-l-supporting\/45 {
  border-left-color: hsl(var(--supporting) / 0.45);
}
.border-l-supporting\/5 {
  border-left-color: hsl(var(--supporting) / 0.05);
}
.border-l-supporting\/50 {
  border-left-color: hsl(var(--supporting) / 0.5);
}
.border-l-supporting\/55 {
  border-left-color: hsl(var(--supporting) / 0.55);
}
.border-l-supporting\/60 {
  border-left-color: hsl(var(--supporting) / 0.6);
}
.border-l-supporting\/65 {
  border-left-color: hsl(var(--supporting) / 0.65);
}
.border-l-supporting\/70 {
  border-left-color: hsl(var(--supporting) / 0.7);
}
.border-l-supporting\/75 {
  border-left-color: hsl(var(--supporting) / 0.75);
}
.border-l-supporting\/80 {
  border-left-color: hsl(var(--supporting) / 0.8);
}
.border-l-supporting\/85 {
  border-left-color: hsl(var(--supporting) / 0.85);
}
.border-l-supporting\/90 {
  border-left-color: hsl(var(--supporting) / 0.9);
}
.border-l-supporting\/95 {
  border-left-color: hsl(var(--supporting) / 0.95);
}
.border-l-teal-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-l-teal-100\/0 {
  border-left-color: rgb(204 251 241 / 0);
}
.border-l-teal-100\/10 {
  border-left-color: rgb(204 251 241 / 0.1);
}
.border-l-teal-100\/100 {
  border-left-color: rgb(204 251 241 / 1);
}
.border-l-teal-100\/15 {
  border-left-color: rgb(204 251 241 / 0.15);
}
.border-l-teal-100\/20 {
  border-left-color: rgb(204 251 241 / 0.2);
}
.border-l-teal-100\/25 {
  border-left-color: rgb(204 251 241 / 0.25);
}
.border-l-teal-100\/30 {
  border-left-color: rgb(204 251 241 / 0.3);
}
.border-l-teal-100\/35 {
  border-left-color: rgb(204 251 241 / 0.35);
}
.border-l-teal-100\/40 {
  border-left-color: rgb(204 251 241 / 0.4);
}
.border-l-teal-100\/45 {
  border-left-color: rgb(204 251 241 / 0.45);
}
.border-l-teal-100\/5 {
  border-left-color: rgb(204 251 241 / 0.05);
}
.border-l-teal-100\/50 {
  border-left-color: rgb(204 251 241 / 0.5);
}
.border-l-teal-100\/55 {
  border-left-color: rgb(204 251 241 / 0.55);
}
.border-l-teal-100\/60 {
  border-left-color: rgb(204 251 241 / 0.6);
}
.border-l-teal-100\/65 {
  border-left-color: rgb(204 251 241 / 0.65);
}
.border-l-teal-100\/70 {
  border-left-color: rgb(204 251 241 / 0.7);
}
.border-l-teal-100\/75 {
  border-left-color: rgb(204 251 241 / 0.75);
}
.border-l-teal-100\/80 {
  border-left-color: rgb(204 251 241 / 0.8);
}
.border-l-teal-100\/85 {
  border-left-color: rgb(204 251 241 / 0.85);
}
.border-l-teal-100\/90 {
  border-left-color: rgb(204 251 241 / 0.9);
}
.border-l-teal-100\/95 {
  border-left-color: rgb(204 251 241 / 0.95);
}
.border-l-teal-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-l-teal-200\/0 {
  border-left-color: rgb(153 246 228 / 0);
}
.border-l-teal-200\/10 {
  border-left-color: rgb(153 246 228 / 0.1);
}
.border-l-teal-200\/100 {
  border-left-color: rgb(153 246 228 / 1);
}
.border-l-teal-200\/15 {
  border-left-color: rgb(153 246 228 / 0.15);
}
.border-l-teal-200\/20 {
  border-left-color: rgb(153 246 228 / 0.2);
}
.border-l-teal-200\/25 {
  border-left-color: rgb(153 246 228 / 0.25);
}
.border-l-teal-200\/30 {
  border-left-color: rgb(153 246 228 / 0.3);
}
.border-l-teal-200\/35 {
  border-left-color: rgb(153 246 228 / 0.35);
}
.border-l-teal-200\/40 {
  border-left-color: rgb(153 246 228 / 0.4);
}
.border-l-teal-200\/45 {
  border-left-color: rgb(153 246 228 / 0.45);
}
.border-l-teal-200\/5 {
  border-left-color: rgb(153 246 228 / 0.05);
}
.border-l-teal-200\/50 {
  border-left-color: rgb(153 246 228 / 0.5);
}
.border-l-teal-200\/55 {
  border-left-color: rgb(153 246 228 / 0.55);
}
.border-l-teal-200\/60 {
  border-left-color: rgb(153 246 228 / 0.6);
}
.border-l-teal-200\/65 {
  border-left-color: rgb(153 246 228 / 0.65);
}
.border-l-teal-200\/70 {
  border-left-color: rgb(153 246 228 / 0.7);
}
.border-l-teal-200\/75 {
  border-left-color: rgb(153 246 228 / 0.75);
}
.border-l-teal-200\/80 {
  border-left-color: rgb(153 246 228 / 0.8);
}
.border-l-teal-200\/85 {
  border-left-color: rgb(153 246 228 / 0.85);
}
.border-l-teal-200\/90 {
  border-left-color: rgb(153 246 228 / 0.9);
}
.border-l-teal-200\/95 {
  border-left-color: rgb(153 246 228 / 0.95);
}
.border-l-teal-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-l-teal-300\/0 {
  border-left-color: rgb(94 234 212 / 0);
}
.border-l-teal-300\/10 {
  border-left-color: rgb(94 234 212 / 0.1);
}
.border-l-teal-300\/100 {
  border-left-color: rgb(94 234 212 / 1);
}
.border-l-teal-300\/15 {
  border-left-color: rgb(94 234 212 / 0.15);
}
.border-l-teal-300\/20 {
  border-left-color: rgb(94 234 212 / 0.2);
}
.border-l-teal-300\/25 {
  border-left-color: rgb(94 234 212 / 0.25);
}
.border-l-teal-300\/30 {
  border-left-color: rgb(94 234 212 / 0.3);
}
.border-l-teal-300\/35 {
  border-left-color: rgb(94 234 212 / 0.35);
}
.border-l-teal-300\/40 {
  border-left-color: rgb(94 234 212 / 0.4);
}
.border-l-teal-300\/45 {
  border-left-color: rgb(94 234 212 / 0.45);
}
.border-l-teal-300\/5 {
  border-left-color: rgb(94 234 212 / 0.05);
}
.border-l-teal-300\/50 {
  border-left-color: rgb(94 234 212 / 0.5);
}
.border-l-teal-300\/55 {
  border-left-color: rgb(94 234 212 / 0.55);
}
.border-l-teal-300\/60 {
  border-left-color: rgb(94 234 212 / 0.6);
}
.border-l-teal-300\/65 {
  border-left-color: rgb(94 234 212 / 0.65);
}
.border-l-teal-300\/70 {
  border-left-color: rgb(94 234 212 / 0.7);
}
.border-l-teal-300\/75 {
  border-left-color: rgb(94 234 212 / 0.75);
}
.border-l-teal-300\/80 {
  border-left-color: rgb(94 234 212 / 0.8);
}
.border-l-teal-300\/85 {
  border-left-color: rgb(94 234 212 / 0.85);
}
.border-l-teal-300\/90 {
  border-left-color: rgb(94 234 212 / 0.9);
}
.border-l-teal-300\/95 {
  border-left-color: rgb(94 234 212 / 0.95);
}
.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-l-teal-400\/0 {
  border-left-color: rgb(45 212 191 / 0);
}
.border-l-teal-400\/10 {
  border-left-color: rgb(45 212 191 / 0.1);
}
.border-l-teal-400\/100 {
  border-left-color: rgb(45 212 191 / 1);
}
.border-l-teal-400\/15 {
  border-left-color: rgb(45 212 191 / 0.15);
}
.border-l-teal-400\/20 {
  border-left-color: rgb(45 212 191 / 0.2);
}
.border-l-teal-400\/25 {
  border-left-color: rgb(45 212 191 / 0.25);
}
.border-l-teal-400\/30 {
  border-left-color: rgb(45 212 191 / 0.3);
}
.border-l-teal-400\/35 {
  border-left-color: rgb(45 212 191 / 0.35);
}
.border-l-teal-400\/40 {
  border-left-color: rgb(45 212 191 / 0.4);
}
.border-l-teal-400\/45 {
  border-left-color: rgb(45 212 191 / 0.45);
}
.border-l-teal-400\/5 {
  border-left-color: rgb(45 212 191 / 0.05);
}
.border-l-teal-400\/50 {
  border-left-color: rgb(45 212 191 / 0.5);
}
.border-l-teal-400\/55 {
  border-left-color: rgb(45 212 191 / 0.55);
}
.border-l-teal-400\/60 {
  border-left-color: rgb(45 212 191 / 0.6);
}
.border-l-teal-400\/65 {
  border-left-color: rgb(45 212 191 / 0.65);
}
.border-l-teal-400\/70 {
  border-left-color: rgb(45 212 191 / 0.7);
}
.border-l-teal-400\/75 {
  border-left-color: rgb(45 212 191 / 0.75);
}
.border-l-teal-400\/80 {
  border-left-color: rgb(45 212 191 / 0.8);
}
.border-l-teal-400\/85 {
  border-left-color: rgb(45 212 191 / 0.85);
}
.border-l-teal-400\/90 {
  border-left-color: rgb(45 212 191 / 0.9);
}
.border-l-teal-400\/95 {
  border-left-color: rgb(45 212 191 / 0.95);
}
.border-l-teal-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-l-teal-50\/0 {
  border-left-color: rgb(240 253 250 / 0);
}
.border-l-teal-50\/10 {
  border-left-color: rgb(240 253 250 / 0.1);
}
.border-l-teal-50\/100 {
  border-left-color: rgb(240 253 250 / 1);
}
.border-l-teal-50\/15 {
  border-left-color: rgb(240 253 250 / 0.15);
}
.border-l-teal-50\/20 {
  border-left-color: rgb(240 253 250 / 0.2);
}
.border-l-teal-50\/25 {
  border-left-color: rgb(240 253 250 / 0.25);
}
.border-l-teal-50\/30 {
  border-left-color: rgb(240 253 250 / 0.3);
}
.border-l-teal-50\/35 {
  border-left-color: rgb(240 253 250 / 0.35);
}
.border-l-teal-50\/40 {
  border-left-color: rgb(240 253 250 / 0.4);
}
.border-l-teal-50\/45 {
  border-left-color: rgb(240 253 250 / 0.45);
}
.border-l-teal-50\/5 {
  border-left-color: rgb(240 253 250 / 0.05);
}
.border-l-teal-50\/50 {
  border-left-color: rgb(240 253 250 / 0.5);
}
.border-l-teal-50\/55 {
  border-left-color: rgb(240 253 250 / 0.55);
}
.border-l-teal-50\/60 {
  border-left-color: rgb(240 253 250 / 0.6);
}
.border-l-teal-50\/65 {
  border-left-color: rgb(240 253 250 / 0.65);
}
.border-l-teal-50\/70 {
  border-left-color: rgb(240 253 250 / 0.7);
}
.border-l-teal-50\/75 {
  border-left-color: rgb(240 253 250 / 0.75);
}
.border-l-teal-50\/80 {
  border-left-color: rgb(240 253 250 / 0.8);
}
.border-l-teal-50\/85 {
  border-left-color: rgb(240 253 250 / 0.85);
}
.border-l-teal-50\/90 {
  border-left-color: rgb(240 253 250 / 0.9);
}
.border-l-teal-50\/95 {
  border-left-color: rgb(240 253 250 / 0.95);
}
.border-l-teal-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-l-teal-500\/0 {
  border-left-color: rgb(20 184 166 / 0);
}
.border-l-teal-500\/10 {
  border-left-color: rgb(20 184 166 / 0.1);
}
.border-l-teal-500\/100 {
  border-left-color: rgb(20 184 166 / 1);
}
.border-l-teal-500\/15 {
  border-left-color: rgb(20 184 166 / 0.15);
}
.border-l-teal-500\/20 {
  border-left-color: rgb(20 184 166 / 0.2);
}
.border-l-teal-500\/25 {
  border-left-color: rgb(20 184 166 / 0.25);
}
.border-l-teal-500\/30 {
  border-left-color: rgb(20 184 166 / 0.3);
}
.border-l-teal-500\/35 {
  border-left-color: rgb(20 184 166 / 0.35);
}
.border-l-teal-500\/40 {
  border-left-color: rgb(20 184 166 / 0.4);
}
.border-l-teal-500\/45 {
  border-left-color: rgb(20 184 166 / 0.45);
}
.border-l-teal-500\/5 {
  border-left-color: rgb(20 184 166 / 0.05);
}
.border-l-teal-500\/50 {
  border-left-color: rgb(20 184 166 / 0.5);
}
.border-l-teal-500\/55 {
  border-left-color: rgb(20 184 166 / 0.55);
}
.border-l-teal-500\/60 {
  border-left-color: rgb(20 184 166 / 0.6);
}
.border-l-teal-500\/65 {
  border-left-color: rgb(20 184 166 / 0.65);
}
.border-l-teal-500\/70 {
  border-left-color: rgb(20 184 166 / 0.7);
}
.border-l-teal-500\/75 {
  border-left-color: rgb(20 184 166 / 0.75);
}
.border-l-teal-500\/80 {
  border-left-color: rgb(20 184 166 / 0.8);
}
.border-l-teal-500\/85 {
  border-left-color: rgb(20 184 166 / 0.85);
}
.border-l-teal-500\/90 {
  border-left-color: rgb(20 184 166 / 0.9);
}
.border-l-teal-500\/95 {
  border-left-color: rgb(20 184 166 / 0.95);
}
.border-l-teal-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-l-teal-600\/0 {
  border-left-color: rgb(13 148 136 / 0);
}
.border-l-teal-600\/10 {
  border-left-color: rgb(13 148 136 / 0.1);
}
.border-l-teal-600\/100 {
  border-left-color: rgb(13 148 136 / 1);
}
.border-l-teal-600\/15 {
  border-left-color: rgb(13 148 136 / 0.15);
}
.border-l-teal-600\/20 {
  border-left-color: rgb(13 148 136 / 0.2);
}
.border-l-teal-600\/25 {
  border-left-color: rgb(13 148 136 / 0.25);
}
.border-l-teal-600\/30 {
  border-left-color: rgb(13 148 136 / 0.3);
}
.border-l-teal-600\/35 {
  border-left-color: rgb(13 148 136 / 0.35);
}
.border-l-teal-600\/40 {
  border-left-color: rgb(13 148 136 / 0.4);
}
.border-l-teal-600\/45 {
  border-left-color: rgb(13 148 136 / 0.45);
}
.border-l-teal-600\/5 {
  border-left-color: rgb(13 148 136 / 0.05);
}
.border-l-teal-600\/50 {
  border-left-color: rgb(13 148 136 / 0.5);
}
.border-l-teal-600\/55 {
  border-left-color: rgb(13 148 136 / 0.55);
}
.border-l-teal-600\/60 {
  border-left-color: rgb(13 148 136 / 0.6);
}
.border-l-teal-600\/65 {
  border-left-color: rgb(13 148 136 / 0.65);
}
.border-l-teal-600\/70 {
  border-left-color: rgb(13 148 136 / 0.7);
}
.border-l-teal-600\/75 {
  border-left-color: rgb(13 148 136 / 0.75);
}
.border-l-teal-600\/80 {
  border-left-color: rgb(13 148 136 / 0.8);
}
.border-l-teal-600\/85 {
  border-left-color: rgb(13 148 136 / 0.85);
}
.border-l-teal-600\/90 {
  border-left-color: rgb(13 148 136 / 0.9);
}
.border-l-teal-600\/95 {
  border-left-color: rgb(13 148 136 / 0.95);
}
.border-l-teal-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-l-teal-700\/0 {
  border-left-color: rgb(15 118 110 / 0);
}
.border-l-teal-700\/10 {
  border-left-color: rgb(15 118 110 / 0.1);
}
.border-l-teal-700\/100 {
  border-left-color: rgb(15 118 110 / 1);
}
.border-l-teal-700\/15 {
  border-left-color: rgb(15 118 110 / 0.15);
}
.border-l-teal-700\/20 {
  border-left-color: rgb(15 118 110 / 0.2);
}
.border-l-teal-700\/25 {
  border-left-color: rgb(15 118 110 / 0.25);
}
.border-l-teal-700\/30 {
  border-left-color: rgb(15 118 110 / 0.3);
}
.border-l-teal-700\/35 {
  border-left-color: rgb(15 118 110 / 0.35);
}
.border-l-teal-700\/40 {
  border-left-color: rgb(15 118 110 / 0.4);
}
.border-l-teal-700\/45 {
  border-left-color: rgb(15 118 110 / 0.45);
}
.border-l-teal-700\/5 {
  border-left-color: rgb(15 118 110 / 0.05);
}
.border-l-teal-700\/50 {
  border-left-color: rgb(15 118 110 / 0.5);
}
.border-l-teal-700\/55 {
  border-left-color: rgb(15 118 110 / 0.55);
}
.border-l-teal-700\/60 {
  border-left-color: rgb(15 118 110 / 0.6);
}
.border-l-teal-700\/65 {
  border-left-color: rgb(15 118 110 / 0.65);
}
.border-l-teal-700\/70 {
  border-left-color: rgb(15 118 110 / 0.7);
}
.border-l-teal-700\/75 {
  border-left-color: rgb(15 118 110 / 0.75);
}
.border-l-teal-700\/80 {
  border-left-color: rgb(15 118 110 / 0.8);
}
.border-l-teal-700\/85 {
  border-left-color: rgb(15 118 110 / 0.85);
}
.border-l-teal-700\/90 {
  border-left-color: rgb(15 118 110 / 0.9);
}
.border-l-teal-700\/95 {
  border-left-color: rgb(15 118 110 / 0.95);
}
.border-l-teal-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-l-teal-800\/0 {
  border-left-color: rgb(17 94 89 / 0);
}
.border-l-teal-800\/10 {
  border-left-color: rgb(17 94 89 / 0.1);
}
.border-l-teal-800\/100 {
  border-left-color: rgb(17 94 89 / 1);
}
.border-l-teal-800\/15 {
  border-left-color: rgb(17 94 89 / 0.15);
}
.border-l-teal-800\/20 {
  border-left-color: rgb(17 94 89 / 0.2);
}
.border-l-teal-800\/25 {
  border-left-color: rgb(17 94 89 / 0.25);
}
.border-l-teal-800\/30 {
  border-left-color: rgb(17 94 89 / 0.3);
}
.border-l-teal-800\/35 {
  border-left-color: rgb(17 94 89 / 0.35);
}
.border-l-teal-800\/40 {
  border-left-color: rgb(17 94 89 / 0.4);
}
.border-l-teal-800\/45 {
  border-left-color: rgb(17 94 89 / 0.45);
}
.border-l-teal-800\/5 {
  border-left-color: rgb(17 94 89 / 0.05);
}
.border-l-teal-800\/50 {
  border-left-color: rgb(17 94 89 / 0.5);
}
.border-l-teal-800\/55 {
  border-left-color: rgb(17 94 89 / 0.55);
}
.border-l-teal-800\/60 {
  border-left-color: rgb(17 94 89 / 0.6);
}
.border-l-teal-800\/65 {
  border-left-color: rgb(17 94 89 / 0.65);
}
.border-l-teal-800\/70 {
  border-left-color: rgb(17 94 89 / 0.7);
}
.border-l-teal-800\/75 {
  border-left-color: rgb(17 94 89 / 0.75);
}
.border-l-teal-800\/80 {
  border-left-color: rgb(17 94 89 / 0.8);
}
.border-l-teal-800\/85 {
  border-left-color: rgb(17 94 89 / 0.85);
}
.border-l-teal-800\/90 {
  border-left-color: rgb(17 94 89 / 0.9);
}
.border-l-teal-800\/95 {
  border-left-color: rgb(17 94 89 / 0.95);
}
.border-l-teal-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-l-teal-900\/0 {
  border-left-color: rgb(19 78 74 / 0);
}
.border-l-teal-900\/10 {
  border-left-color: rgb(19 78 74 / 0.1);
}
.border-l-teal-900\/100 {
  border-left-color: rgb(19 78 74 / 1);
}
.border-l-teal-900\/15 {
  border-left-color: rgb(19 78 74 / 0.15);
}
.border-l-teal-900\/20 {
  border-left-color: rgb(19 78 74 / 0.2);
}
.border-l-teal-900\/25 {
  border-left-color: rgb(19 78 74 / 0.25);
}
.border-l-teal-900\/30 {
  border-left-color: rgb(19 78 74 / 0.3);
}
.border-l-teal-900\/35 {
  border-left-color: rgb(19 78 74 / 0.35);
}
.border-l-teal-900\/40 {
  border-left-color: rgb(19 78 74 / 0.4);
}
.border-l-teal-900\/45 {
  border-left-color: rgb(19 78 74 / 0.45);
}
.border-l-teal-900\/5 {
  border-left-color: rgb(19 78 74 / 0.05);
}
.border-l-teal-900\/50 {
  border-left-color: rgb(19 78 74 / 0.5);
}
.border-l-teal-900\/55 {
  border-left-color: rgb(19 78 74 / 0.55);
}
.border-l-teal-900\/60 {
  border-left-color: rgb(19 78 74 / 0.6);
}
.border-l-teal-900\/65 {
  border-left-color: rgb(19 78 74 / 0.65);
}
.border-l-teal-900\/70 {
  border-left-color: rgb(19 78 74 / 0.7);
}
.border-l-teal-900\/75 {
  border-left-color: rgb(19 78 74 / 0.75);
}
.border-l-teal-900\/80 {
  border-left-color: rgb(19 78 74 / 0.8);
}
.border-l-teal-900\/85 {
  border-left-color: rgb(19 78 74 / 0.85);
}
.border-l-teal-900\/90 {
  border-left-color: rgb(19 78 74 / 0.9);
}
.border-l-teal-900\/95 {
  border-left-color: rgb(19 78 74 / 0.95);
}
.border-l-teal-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-l-teal-950\/0 {
  border-left-color: rgb(4 47 46 / 0);
}
.border-l-teal-950\/10 {
  border-left-color: rgb(4 47 46 / 0.1);
}
.border-l-teal-950\/100 {
  border-left-color: rgb(4 47 46 / 1);
}
.border-l-teal-950\/15 {
  border-left-color: rgb(4 47 46 / 0.15);
}
.border-l-teal-950\/20 {
  border-left-color: rgb(4 47 46 / 0.2);
}
.border-l-teal-950\/25 {
  border-left-color: rgb(4 47 46 / 0.25);
}
.border-l-teal-950\/30 {
  border-left-color: rgb(4 47 46 / 0.3);
}
.border-l-teal-950\/35 {
  border-left-color: rgb(4 47 46 / 0.35);
}
.border-l-teal-950\/40 {
  border-left-color: rgb(4 47 46 / 0.4);
}
.border-l-teal-950\/45 {
  border-left-color: rgb(4 47 46 / 0.45);
}
.border-l-teal-950\/5 {
  border-left-color: rgb(4 47 46 / 0.05);
}
.border-l-teal-950\/50 {
  border-left-color: rgb(4 47 46 / 0.5);
}
.border-l-teal-950\/55 {
  border-left-color: rgb(4 47 46 / 0.55);
}
.border-l-teal-950\/60 {
  border-left-color: rgb(4 47 46 / 0.6);
}
.border-l-teal-950\/65 {
  border-left-color: rgb(4 47 46 / 0.65);
}
.border-l-teal-950\/70 {
  border-left-color: rgb(4 47 46 / 0.7);
}
.border-l-teal-950\/75 {
  border-left-color: rgb(4 47 46 / 0.75);
}
.border-l-teal-950\/80 {
  border-left-color: rgb(4 47 46 / 0.8);
}
.border-l-teal-950\/85 {
  border-left-color: rgb(4 47 46 / 0.85);
}
.border-l-teal-950\/90 {
  border-left-color: rgb(4 47 46 / 0.9);
}
.border-l-teal-950\/95 {
  border-left-color: rgb(4 47 46 / 0.95);
}
.border-l-tertiary {
  --tw-border-opacity: 1;
  border-left-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
}
.border-l-tertiary\/0 {
  border-left-color: hsl(var(--tertiary) / 0);
}
.border-l-tertiary\/10 {
  border-left-color: hsl(var(--tertiary) / 0.1);
}
.border-l-tertiary\/100 {
  border-left-color: hsl(var(--tertiary) / 1);
}
.border-l-tertiary\/15 {
  border-left-color: hsl(var(--tertiary) / 0.15);
}
.border-l-tertiary\/20 {
  border-left-color: hsl(var(--tertiary) / 0.2);
}
.border-l-tertiary\/25 {
  border-left-color: hsl(var(--tertiary) / 0.25);
}
.border-l-tertiary\/30 {
  border-left-color: hsl(var(--tertiary) / 0.3);
}
.border-l-tertiary\/35 {
  border-left-color: hsl(var(--tertiary) / 0.35);
}
.border-l-tertiary\/40 {
  border-left-color: hsl(var(--tertiary) / 0.4);
}
.border-l-tertiary\/45 {
  border-left-color: hsl(var(--tertiary) / 0.45);
}
.border-l-tertiary\/5 {
  border-left-color: hsl(var(--tertiary) / 0.05);
}
.border-l-tertiary\/50 {
  border-left-color: hsl(var(--tertiary) / 0.5);
}
.border-l-tertiary\/55 {
  border-left-color: hsl(var(--tertiary) / 0.55);
}
.border-l-tertiary\/60 {
  border-left-color: hsl(var(--tertiary) / 0.6);
}
.border-l-tertiary\/65 {
  border-left-color: hsl(var(--tertiary) / 0.65);
}
.border-l-tertiary\/70 {
  border-left-color: hsl(var(--tertiary) / 0.7);
}
.border-l-tertiary\/75 {
  border-left-color: hsl(var(--tertiary) / 0.75);
}
.border-l-tertiary\/80 {
  border-left-color: hsl(var(--tertiary) / 0.8);
}
.border-l-tertiary\/85 {
  border-left-color: hsl(var(--tertiary) / 0.85);
}
.border-l-tertiary\/90 {
  border-left-color: hsl(var(--tertiary) / 0.9);
}
.border-l-tertiary\/95 {
  border-left-color: hsl(var(--tertiary) / 0.95);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-violet-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-l-violet-100\/0 {
  border-left-color: rgb(237 233 254 / 0);
}
.border-l-violet-100\/10 {
  border-left-color: rgb(237 233 254 / 0.1);
}
.border-l-violet-100\/100 {
  border-left-color: rgb(237 233 254 / 1);
}
.border-l-violet-100\/15 {
  border-left-color: rgb(237 233 254 / 0.15);
}
.border-l-violet-100\/20 {
  border-left-color: rgb(237 233 254 / 0.2);
}
.border-l-violet-100\/25 {
  border-left-color: rgb(237 233 254 / 0.25);
}
.border-l-violet-100\/30 {
  border-left-color: rgb(237 233 254 / 0.3);
}
.border-l-violet-100\/35 {
  border-left-color: rgb(237 233 254 / 0.35);
}
.border-l-violet-100\/40 {
  border-left-color: rgb(237 233 254 / 0.4);
}
.border-l-violet-100\/45 {
  border-left-color: rgb(237 233 254 / 0.45);
}
.border-l-violet-100\/5 {
  border-left-color: rgb(237 233 254 / 0.05);
}
.border-l-violet-100\/50 {
  border-left-color: rgb(237 233 254 / 0.5);
}
.border-l-violet-100\/55 {
  border-left-color: rgb(237 233 254 / 0.55);
}
.border-l-violet-100\/60 {
  border-left-color: rgb(237 233 254 / 0.6);
}
.border-l-violet-100\/65 {
  border-left-color: rgb(237 233 254 / 0.65);
}
.border-l-violet-100\/70 {
  border-left-color: rgb(237 233 254 / 0.7);
}
.border-l-violet-100\/75 {
  border-left-color: rgb(237 233 254 / 0.75);
}
.border-l-violet-100\/80 {
  border-left-color: rgb(237 233 254 / 0.8);
}
.border-l-violet-100\/85 {
  border-left-color: rgb(237 233 254 / 0.85);
}
.border-l-violet-100\/90 {
  border-left-color: rgb(237 233 254 / 0.9);
}
.border-l-violet-100\/95 {
  border-left-color: rgb(237 233 254 / 0.95);
}
.border-l-violet-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-l-violet-200\/0 {
  border-left-color: rgb(221 214 254 / 0);
}
.border-l-violet-200\/10 {
  border-left-color: rgb(221 214 254 / 0.1);
}
.border-l-violet-200\/100 {
  border-left-color: rgb(221 214 254 / 1);
}
.border-l-violet-200\/15 {
  border-left-color: rgb(221 214 254 / 0.15);
}
.border-l-violet-200\/20 {
  border-left-color: rgb(221 214 254 / 0.2);
}
.border-l-violet-200\/25 {
  border-left-color: rgb(221 214 254 / 0.25);
}
.border-l-violet-200\/30 {
  border-left-color: rgb(221 214 254 / 0.3);
}
.border-l-violet-200\/35 {
  border-left-color: rgb(221 214 254 / 0.35);
}
.border-l-violet-200\/40 {
  border-left-color: rgb(221 214 254 / 0.4);
}
.border-l-violet-200\/45 {
  border-left-color: rgb(221 214 254 / 0.45);
}
.border-l-violet-200\/5 {
  border-left-color: rgb(221 214 254 / 0.05);
}
.border-l-violet-200\/50 {
  border-left-color: rgb(221 214 254 / 0.5);
}
.border-l-violet-200\/55 {
  border-left-color: rgb(221 214 254 / 0.55);
}
.border-l-violet-200\/60 {
  border-left-color: rgb(221 214 254 / 0.6);
}
.border-l-violet-200\/65 {
  border-left-color: rgb(221 214 254 / 0.65);
}
.border-l-violet-200\/70 {
  border-left-color: rgb(221 214 254 / 0.7);
}
.border-l-violet-200\/75 {
  border-left-color: rgb(221 214 254 / 0.75);
}
.border-l-violet-200\/80 {
  border-left-color: rgb(221 214 254 / 0.8);
}
.border-l-violet-200\/85 {
  border-left-color: rgb(221 214 254 / 0.85);
}
.border-l-violet-200\/90 {
  border-left-color: rgb(221 214 254 / 0.9);
}
.border-l-violet-200\/95 {
  border-left-color: rgb(221 214 254 / 0.95);
}
.border-l-violet-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-l-violet-300\/0 {
  border-left-color: rgb(196 181 253 / 0);
}
.border-l-violet-300\/10 {
  border-left-color: rgb(196 181 253 / 0.1);
}
.border-l-violet-300\/100 {
  border-left-color: rgb(196 181 253 / 1);
}
.border-l-violet-300\/15 {
  border-left-color: rgb(196 181 253 / 0.15);
}
.border-l-violet-300\/20 {
  border-left-color: rgb(196 181 253 / 0.2);
}
.border-l-violet-300\/25 {
  border-left-color: rgb(196 181 253 / 0.25);
}
.border-l-violet-300\/30 {
  border-left-color: rgb(196 181 253 / 0.3);
}
.border-l-violet-300\/35 {
  border-left-color: rgb(196 181 253 / 0.35);
}
.border-l-violet-300\/40 {
  border-left-color: rgb(196 181 253 / 0.4);
}
.border-l-violet-300\/45 {
  border-left-color: rgb(196 181 253 / 0.45);
}
.border-l-violet-300\/5 {
  border-left-color: rgb(196 181 253 / 0.05);
}
.border-l-violet-300\/50 {
  border-left-color: rgb(196 181 253 / 0.5);
}
.border-l-violet-300\/55 {
  border-left-color: rgb(196 181 253 / 0.55);
}
.border-l-violet-300\/60 {
  border-left-color: rgb(196 181 253 / 0.6);
}
.border-l-violet-300\/65 {
  border-left-color: rgb(196 181 253 / 0.65);
}
.border-l-violet-300\/70 {
  border-left-color: rgb(196 181 253 / 0.7);
}
.border-l-violet-300\/75 {
  border-left-color: rgb(196 181 253 / 0.75);
}
.border-l-violet-300\/80 {
  border-left-color: rgb(196 181 253 / 0.8);
}
.border-l-violet-300\/85 {
  border-left-color: rgb(196 181 253 / 0.85);
}
.border-l-violet-300\/90 {
  border-left-color: rgb(196 181 253 / 0.9);
}
.border-l-violet-300\/95 {
  border-left-color: rgb(196 181 253 / 0.95);
}
.border-l-violet-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-l-violet-400\/0 {
  border-left-color: rgb(167 139 250 / 0);
}
.border-l-violet-400\/10 {
  border-left-color: rgb(167 139 250 / 0.1);
}
.border-l-violet-400\/100 {
  border-left-color: rgb(167 139 250 / 1);
}
.border-l-violet-400\/15 {
  border-left-color: rgb(167 139 250 / 0.15);
}
.border-l-violet-400\/20 {
  border-left-color: rgb(167 139 250 / 0.2);
}
.border-l-violet-400\/25 {
  border-left-color: rgb(167 139 250 / 0.25);
}
.border-l-violet-400\/30 {
  border-left-color: rgb(167 139 250 / 0.3);
}
.border-l-violet-400\/35 {
  border-left-color: rgb(167 139 250 / 0.35);
}
.border-l-violet-400\/40 {
  border-left-color: rgb(167 139 250 / 0.4);
}
.border-l-violet-400\/45 {
  border-left-color: rgb(167 139 250 / 0.45);
}
.border-l-violet-400\/5 {
  border-left-color: rgb(167 139 250 / 0.05);
}
.border-l-violet-400\/50 {
  border-left-color: rgb(167 139 250 / 0.5);
}
.border-l-violet-400\/55 {
  border-left-color: rgb(167 139 250 / 0.55);
}
.border-l-violet-400\/60 {
  border-left-color: rgb(167 139 250 / 0.6);
}
.border-l-violet-400\/65 {
  border-left-color: rgb(167 139 250 / 0.65);
}
.border-l-violet-400\/70 {
  border-left-color: rgb(167 139 250 / 0.7);
}
.border-l-violet-400\/75 {
  border-left-color: rgb(167 139 250 / 0.75);
}
.border-l-violet-400\/80 {
  border-left-color: rgb(167 139 250 / 0.8);
}
.border-l-violet-400\/85 {
  border-left-color: rgb(167 139 250 / 0.85);
}
.border-l-violet-400\/90 {
  border-left-color: rgb(167 139 250 / 0.9);
}
.border-l-violet-400\/95 {
  border-left-color: rgb(167 139 250 / 0.95);
}
.border-l-violet-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-l-violet-50\/0 {
  border-left-color: rgb(245 243 255 / 0);
}
.border-l-violet-50\/10 {
  border-left-color: rgb(245 243 255 / 0.1);
}
.border-l-violet-50\/100 {
  border-left-color: rgb(245 243 255 / 1);
}
.border-l-violet-50\/15 {
  border-left-color: rgb(245 243 255 / 0.15);
}
.border-l-violet-50\/20 {
  border-left-color: rgb(245 243 255 / 0.2);
}
.border-l-violet-50\/25 {
  border-left-color: rgb(245 243 255 / 0.25);
}
.border-l-violet-50\/30 {
  border-left-color: rgb(245 243 255 / 0.3);
}
.border-l-violet-50\/35 {
  border-left-color: rgb(245 243 255 / 0.35);
}
.border-l-violet-50\/40 {
  border-left-color: rgb(245 243 255 / 0.4);
}
.border-l-violet-50\/45 {
  border-left-color: rgb(245 243 255 / 0.45);
}
.border-l-violet-50\/5 {
  border-left-color: rgb(245 243 255 / 0.05);
}
.border-l-violet-50\/50 {
  border-left-color: rgb(245 243 255 / 0.5);
}
.border-l-violet-50\/55 {
  border-left-color: rgb(245 243 255 / 0.55);
}
.border-l-violet-50\/60 {
  border-left-color: rgb(245 243 255 / 0.6);
}
.border-l-violet-50\/65 {
  border-left-color: rgb(245 243 255 / 0.65);
}
.border-l-violet-50\/70 {
  border-left-color: rgb(245 243 255 / 0.7);
}
.border-l-violet-50\/75 {
  border-left-color: rgb(245 243 255 / 0.75);
}
.border-l-violet-50\/80 {
  border-left-color: rgb(245 243 255 / 0.8);
}
.border-l-violet-50\/85 {
  border-left-color: rgb(245 243 255 / 0.85);
}
.border-l-violet-50\/90 {
  border-left-color: rgb(245 243 255 / 0.9);
}
.border-l-violet-50\/95 {
  border-left-color: rgb(245 243 255 / 0.95);
}
.border-l-violet-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-l-violet-500\/0 {
  border-left-color: rgb(139 92 246 / 0);
}
.border-l-violet-500\/10 {
  border-left-color: rgb(139 92 246 / 0.1);
}
.border-l-violet-500\/100 {
  border-left-color: rgb(139 92 246 / 1);
}
.border-l-violet-500\/15 {
  border-left-color: rgb(139 92 246 / 0.15);
}
.border-l-violet-500\/20 {
  border-left-color: rgb(139 92 246 / 0.2);
}
.border-l-violet-500\/25 {
  border-left-color: rgb(139 92 246 / 0.25);
}
.border-l-violet-500\/30 {
  border-left-color: rgb(139 92 246 / 0.3);
}
.border-l-violet-500\/35 {
  border-left-color: rgb(139 92 246 / 0.35);
}
.border-l-violet-500\/40 {
  border-left-color: rgb(139 92 246 / 0.4);
}
.border-l-violet-500\/45 {
  border-left-color: rgb(139 92 246 / 0.45);
}
.border-l-violet-500\/5 {
  border-left-color: rgb(139 92 246 / 0.05);
}
.border-l-violet-500\/50 {
  border-left-color: rgb(139 92 246 / 0.5);
}
.border-l-violet-500\/55 {
  border-left-color: rgb(139 92 246 / 0.55);
}
.border-l-violet-500\/60 {
  border-left-color: rgb(139 92 246 / 0.6);
}
.border-l-violet-500\/65 {
  border-left-color: rgb(139 92 246 / 0.65);
}
.border-l-violet-500\/70 {
  border-left-color: rgb(139 92 246 / 0.7);
}
.border-l-violet-500\/75 {
  border-left-color: rgb(139 92 246 / 0.75);
}
.border-l-violet-500\/80 {
  border-left-color: rgb(139 92 246 / 0.8);
}
.border-l-violet-500\/85 {
  border-left-color: rgb(139 92 246 / 0.85);
}
.border-l-violet-500\/90 {
  border-left-color: rgb(139 92 246 / 0.9);
}
.border-l-violet-500\/95 {
  border-left-color: rgb(139 92 246 / 0.95);
}
.border-l-violet-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-l-violet-600\/0 {
  border-left-color: rgb(124 58 237 / 0);
}
.border-l-violet-600\/10 {
  border-left-color: rgb(124 58 237 / 0.1);
}
.border-l-violet-600\/100 {
  border-left-color: rgb(124 58 237 / 1);
}
.border-l-violet-600\/15 {
  border-left-color: rgb(124 58 237 / 0.15);
}
.border-l-violet-600\/20 {
  border-left-color: rgb(124 58 237 / 0.2);
}
.border-l-violet-600\/25 {
  border-left-color: rgb(124 58 237 / 0.25);
}
.border-l-violet-600\/30 {
  border-left-color: rgb(124 58 237 / 0.3);
}
.border-l-violet-600\/35 {
  border-left-color: rgb(124 58 237 / 0.35);
}
.border-l-violet-600\/40 {
  border-left-color: rgb(124 58 237 / 0.4);
}
.border-l-violet-600\/45 {
  border-left-color: rgb(124 58 237 / 0.45);
}
.border-l-violet-600\/5 {
  border-left-color: rgb(124 58 237 / 0.05);
}
.border-l-violet-600\/50 {
  border-left-color: rgb(124 58 237 / 0.5);
}
.border-l-violet-600\/55 {
  border-left-color: rgb(124 58 237 / 0.55);
}
.border-l-violet-600\/60 {
  border-left-color: rgb(124 58 237 / 0.6);
}
.border-l-violet-600\/65 {
  border-left-color: rgb(124 58 237 / 0.65);
}
.border-l-violet-600\/70 {
  border-left-color: rgb(124 58 237 / 0.7);
}
.border-l-violet-600\/75 {
  border-left-color: rgb(124 58 237 / 0.75);
}
.border-l-violet-600\/80 {
  border-left-color: rgb(124 58 237 / 0.8);
}
.border-l-violet-600\/85 {
  border-left-color: rgb(124 58 237 / 0.85);
}
.border-l-violet-600\/90 {
  border-left-color: rgb(124 58 237 / 0.9);
}
.border-l-violet-600\/95 {
  border-left-color: rgb(124 58 237 / 0.95);
}
.border-l-violet-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-l-violet-700\/0 {
  border-left-color: rgb(109 40 217 / 0);
}
.border-l-violet-700\/10 {
  border-left-color: rgb(109 40 217 / 0.1);
}
.border-l-violet-700\/100 {
  border-left-color: rgb(109 40 217 / 1);
}
.border-l-violet-700\/15 {
  border-left-color: rgb(109 40 217 / 0.15);
}
.border-l-violet-700\/20 {
  border-left-color: rgb(109 40 217 / 0.2);
}
.border-l-violet-700\/25 {
  border-left-color: rgb(109 40 217 / 0.25);
}
.border-l-violet-700\/30 {
  border-left-color: rgb(109 40 217 / 0.3);
}
.border-l-violet-700\/35 {
  border-left-color: rgb(109 40 217 / 0.35);
}
.border-l-violet-700\/40 {
  border-left-color: rgb(109 40 217 / 0.4);
}
.border-l-violet-700\/45 {
  border-left-color: rgb(109 40 217 / 0.45);
}
.border-l-violet-700\/5 {
  border-left-color: rgb(109 40 217 / 0.05);
}
.border-l-violet-700\/50 {
  border-left-color: rgb(109 40 217 / 0.5);
}
.border-l-violet-700\/55 {
  border-left-color: rgb(109 40 217 / 0.55);
}
.border-l-violet-700\/60 {
  border-left-color: rgb(109 40 217 / 0.6);
}
.border-l-violet-700\/65 {
  border-left-color: rgb(109 40 217 / 0.65);
}
.border-l-violet-700\/70 {
  border-left-color: rgb(109 40 217 / 0.7);
}
.border-l-violet-700\/75 {
  border-left-color: rgb(109 40 217 / 0.75);
}
.border-l-violet-700\/80 {
  border-left-color: rgb(109 40 217 / 0.8);
}
.border-l-violet-700\/85 {
  border-left-color: rgb(109 40 217 / 0.85);
}
.border-l-violet-700\/90 {
  border-left-color: rgb(109 40 217 / 0.9);
}
.border-l-violet-700\/95 {
  border-left-color: rgb(109 40 217 / 0.95);
}
.border-l-violet-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-l-violet-800\/0 {
  border-left-color: rgb(91 33 182 / 0);
}
.border-l-violet-800\/10 {
  border-left-color: rgb(91 33 182 / 0.1);
}
.border-l-violet-800\/100 {
  border-left-color: rgb(91 33 182 / 1);
}
.border-l-violet-800\/15 {
  border-left-color: rgb(91 33 182 / 0.15);
}
.border-l-violet-800\/20 {
  border-left-color: rgb(91 33 182 / 0.2);
}
.border-l-violet-800\/25 {
  border-left-color: rgb(91 33 182 / 0.25);
}
.border-l-violet-800\/30 {
  border-left-color: rgb(91 33 182 / 0.3);
}
.border-l-violet-800\/35 {
  border-left-color: rgb(91 33 182 / 0.35);
}
.border-l-violet-800\/40 {
  border-left-color: rgb(91 33 182 / 0.4);
}
.border-l-violet-800\/45 {
  border-left-color: rgb(91 33 182 / 0.45);
}
.border-l-violet-800\/5 {
  border-left-color: rgb(91 33 182 / 0.05);
}
.border-l-violet-800\/50 {
  border-left-color: rgb(91 33 182 / 0.5);
}
.border-l-violet-800\/55 {
  border-left-color: rgb(91 33 182 / 0.55);
}
.border-l-violet-800\/60 {
  border-left-color: rgb(91 33 182 / 0.6);
}
.border-l-violet-800\/65 {
  border-left-color: rgb(91 33 182 / 0.65);
}
.border-l-violet-800\/70 {
  border-left-color: rgb(91 33 182 / 0.7);
}
.border-l-violet-800\/75 {
  border-left-color: rgb(91 33 182 / 0.75);
}
.border-l-violet-800\/80 {
  border-left-color: rgb(91 33 182 / 0.8);
}
.border-l-violet-800\/85 {
  border-left-color: rgb(91 33 182 / 0.85);
}
.border-l-violet-800\/90 {
  border-left-color: rgb(91 33 182 / 0.9);
}
.border-l-violet-800\/95 {
  border-left-color: rgb(91 33 182 / 0.95);
}
.border-l-violet-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-l-violet-900\/0 {
  border-left-color: rgb(76 29 149 / 0);
}
.border-l-violet-900\/10 {
  border-left-color: rgb(76 29 149 / 0.1);
}
.border-l-violet-900\/100 {
  border-left-color: rgb(76 29 149 / 1);
}
.border-l-violet-900\/15 {
  border-left-color: rgb(76 29 149 / 0.15);
}
.border-l-violet-900\/20 {
  border-left-color: rgb(76 29 149 / 0.2);
}
.border-l-violet-900\/25 {
  border-left-color: rgb(76 29 149 / 0.25);
}
.border-l-violet-900\/30 {
  border-left-color: rgb(76 29 149 / 0.3);
}
.border-l-violet-900\/35 {
  border-left-color: rgb(76 29 149 / 0.35);
}
.border-l-violet-900\/40 {
  border-left-color: rgb(76 29 149 / 0.4);
}
.border-l-violet-900\/45 {
  border-left-color: rgb(76 29 149 / 0.45);
}
.border-l-violet-900\/5 {
  border-left-color: rgb(76 29 149 / 0.05);
}
.border-l-violet-900\/50 {
  border-left-color: rgb(76 29 149 / 0.5);
}
.border-l-violet-900\/55 {
  border-left-color: rgb(76 29 149 / 0.55);
}
.border-l-violet-900\/60 {
  border-left-color: rgb(76 29 149 / 0.6);
}
.border-l-violet-900\/65 {
  border-left-color: rgb(76 29 149 / 0.65);
}
.border-l-violet-900\/70 {
  border-left-color: rgb(76 29 149 / 0.7);
}
.border-l-violet-900\/75 {
  border-left-color: rgb(76 29 149 / 0.75);
}
.border-l-violet-900\/80 {
  border-left-color: rgb(76 29 149 / 0.8);
}
.border-l-violet-900\/85 {
  border-left-color: rgb(76 29 149 / 0.85);
}
.border-l-violet-900\/90 {
  border-left-color: rgb(76 29 149 / 0.9);
}
.border-l-violet-900\/95 {
  border-left-color: rgb(76 29 149 / 0.95);
}
.border-l-violet-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-l-violet-950\/0 {
  border-left-color: rgb(46 16 101 / 0);
}
.border-l-violet-950\/10 {
  border-left-color: rgb(46 16 101 / 0.1);
}
.border-l-violet-950\/100 {
  border-left-color: rgb(46 16 101 / 1);
}
.border-l-violet-950\/15 {
  border-left-color: rgb(46 16 101 / 0.15);
}
.border-l-violet-950\/20 {
  border-left-color: rgb(46 16 101 / 0.2);
}
.border-l-violet-950\/25 {
  border-left-color: rgb(46 16 101 / 0.25);
}
.border-l-violet-950\/30 {
  border-left-color: rgb(46 16 101 / 0.3);
}
.border-l-violet-950\/35 {
  border-left-color: rgb(46 16 101 / 0.35);
}
.border-l-violet-950\/40 {
  border-left-color: rgb(46 16 101 / 0.4);
}
.border-l-violet-950\/45 {
  border-left-color: rgb(46 16 101 / 0.45);
}
.border-l-violet-950\/5 {
  border-left-color: rgb(46 16 101 / 0.05);
}
.border-l-violet-950\/50 {
  border-left-color: rgb(46 16 101 / 0.5);
}
.border-l-violet-950\/55 {
  border-left-color: rgb(46 16 101 / 0.55);
}
.border-l-violet-950\/60 {
  border-left-color: rgb(46 16 101 / 0.6);
}
.border-l-violet-950\/65 {
  border-left-color: rgb(46 16 101 / 0.65);
}
.border-l-violet-950\/70 {
  border-left-color: rgb(46 16 101 / 0.7);
}
.border-l-violet-950\/75 {
  border-left-color: rgb(46 16 101 / 0.75);
}
.border-l-violet-950\/80 {
  border-left-color: rgb(46 16 101 / 0.8);
}
.border-l-violet-950\/85 {
  border-left-color: rgb(46 16 101 / 0.85);
}
.border-l-violet-950\/90 {
  border-left-color: rgb(46 16 101 / 0.9);
}
.border-l-violet-950\/95 {
  border-left-color: rgb(46 16 101 / 0.95);
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}
.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}
.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}
.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}
.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}
.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}
.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}
.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}
.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}
.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}
.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}
.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}
.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}
.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}
.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}
.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}
.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}
.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}
.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}
.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}
.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}
.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}
.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}
.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}
.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}
.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}
.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}
.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}
.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}
.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}
.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}
.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}
.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}
.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}
.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}
.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}
.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}
.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}
.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}
.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}
.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}
.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}
.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}
.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}
.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}
.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}
.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}
.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}
.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}
.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}
.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}
.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}
.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}
.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}
.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}
.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}
.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}
.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}
.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}
.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}
.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}
.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}
.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}
.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}
.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}
.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}
.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}
.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}
.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}
.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}
.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}
.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}
.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}
.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}
.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}
.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}
.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}
.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}
.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}
.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}
.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}
.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}
.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}
.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}
.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}
.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}
.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}
.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}
.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}
.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}
.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}
.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}
.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}
.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}
.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}
.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}
.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}
.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}
.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}
.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}
.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}
.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}
.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}
.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}
.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}
.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}
.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}
.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}
.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}
.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}
.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}
.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}
.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}
.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}
.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}
.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}
.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}
.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}
.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}
.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}
.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}
.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}
.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}
.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}
.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}
.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}
.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}
.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}
.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}
.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}
.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}
.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}
.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}
.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}
.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}
.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}
.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}
.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}
.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}
.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}
.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}
.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}
.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}
.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}
.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}
.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}
.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}
.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}
.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}
.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}
.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}
.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}
.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}
.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}
.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}
.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}
.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}
.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}
.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}
.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}
.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}
.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}
.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}
.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}
.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}
.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}
.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}
.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}
.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}
.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}
.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}
.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}
.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}
.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}
.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}
.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}
.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}
.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}
.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}
.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}
.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}
.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}
.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}
.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}
.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}
.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}
.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}
.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}
.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}
.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}
.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}
.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}
.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}
.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}
.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}
.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}
.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}
.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}
.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}
.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}
.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}
.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}
.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}
.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}
.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}
.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}
.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}
.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}
.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}
.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}
.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
}
.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
}
.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
}
.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}
.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
}
.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
}
.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
}
.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}
.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}
.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}
.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
}
.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
}
.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}
.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}
.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}
.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
}
.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
}
.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
}
.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}
.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
}
.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
}
.border-l-zinc-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-l-zinc-100\/0 {
  border-left-color: rgb(244 244 245 / 0);
}
.border-l-zinc-100\/10 {
  border-left-color: rgb(244 244 245 / 0.1);
}
.border-l-zinc-100\/100 {
  border-left-color: rgb(244 244 245 / 1);
}
.border-l-zinc-100\/15 {
  border-left-color: rgb(244 244 245 / 0.15);
}
.border-l-zinc-100\/20 {
  border-left-color: rgb(244 244 245 / 0.2);
}
.border-l-zinc-100\/25 {
  border-left-color: rgb(244 244 245 / 0.25);
}
.border-l-zinc-100\/30 {
  border-left-color: rgb(244 244 245 / 0.3);
}
.border-l-zinc-100\/35 {
  border-left-color: rgb(244 244 245 / 0.35);
}
.border-l-zinc-100\/40 {
  border-left-color: rgb(244 244 245 / 0.4);
}
.border-l-zinc-100\/45 {
  border-left-color: rgb(244 244 245 / 0.45);
}
.border-l-zinc-100\/5 {
  border-left-color: rgb(244 244 245 / 0.05);
}
.border-l-zinc-100\/50 {
  border-left-color: rgb(244 244 245 / 0.5);
}
.border-l-zinc-100\/55 {
  border-left-color: rgb(244 244 245 / 0.55);
}
.border-l-zinc-100\/60 {
  border-left-color: rgb(244 244 245 / 0.6);
}
.border-l-zinc-100\/65 {
  border-left-color: rgb(244 244 245 / 0.65);
}
.border-l-zinc-100\/70 {
  border-left-color: rgb(244 244 245 / 0.7);
}
.border-l-zinc-100\/75 {
  border-left-color: rgb(244 244 245 / 0.75);
}
.border-l-zinc-100\/80 {
  border-left-color: rgb(244 244 245 / 0.8);
}
.border-l-zinc-100\/85 {
  border-left-color: rgb(244 244 245 / 0.85);
}
.border-l-zinc-100\/90 {
  border-left-color: rgb(244 244 245 / 0.9);
}
.border-l-zinc-100\/95 {
  border-left-color: rgb(244 244 245 / 0.95);
}
.border-l-zinc-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-l-zinc-200\/0 {
  border-left-color: rgb(228 228 231 / 0);
}
.border-l-zinc-200\/10 {
  border-left-color: rgb(228 228 231 / 0.1);
}
.border-l-zinc-200\/100 {
  border-left-color: rgb(228 228 231 / 1);
}
.border-l-zinc-200\/15 {
  border-left-color: rgb(228 228 231 / 0.15);
}
.border-l-zinc-200\/20 {
  border-left-color: rgb(228 228 231 / 0.2);
}
.border-l-zinc-200\/25 {
  border-left-color: rgb(228 228 231 / 0.25);
}
.border-l-zinc-200\/30 {
  border-left-color: rgb(228 228 231 / 0.3);
}
.border-l-zinc-200\/35 {
  border-left-color: rgb(228 228 231 / 0.35);
}
.border-l-zinc-200\/40 {
  border-left-color: rgb(228 228 231 / 0.4);
}
.border-l-zinc-200\/45 {
  border-left-color: rgb(228 228 231 / 0.45);
}
.border-l-zinc-200\/5 {
  border-left-color: rgb(228 228 231 / 0.05);
}
.border-l-zinc-200\/50 {
  border-left-color: rgb(228 228 231 / 0.5);
}
.border-l-zinc-200\/55 {
  border-left-color: rgb(228 228 231 / 0.55);
}
.border-l-zinc-200\/60 {
  border-left-color: rgb(228 228 231 / 0.6);
}
.border-l-zinc-200\/65 {
  border-left-color: rgb(228 228 231 / 0.65);
}
.border-l-zinc-200\/70 {
  border-left-color: rgb(228 228 231 / 0.7);
}
.border-l-zinc-200\/75 {
  border-left-color: rgb(228 228 231 / 0.75);
}
.border-l-zinc-200\/80 {
  border-left-color: rgb(228 228 231 / 0.8);
}
.border-l-zinc-200\/85 {
  border-left-color: rgb(228 228 231 / 0.85);
}
.border-l-zinc-200\/90 {
  border-left-color: rgb(228 228 231 / 0.9);
}
.border-l-zinc-200\/95 {
  border-left-color: rgb(228 228 231 / 0.95);
}
.border-l-zinc-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-l-zinc-300\/0 {
  border-left-color: rgb(212 212 216 / 0);
}
.border-l-zinc-300\/10 {
  border-left-color: rgb(212 212 216 / 0.1);
}
.border-l-zinc-300\/100 {
  border-left-color: rgb(212 212 216 / 1);
}
.border-l-zinc-300\/15 {
  border-left-color: rgb(212 212 216 / 0.15);
}
.border-l-zinc-300\/20 {
  border-left-color: rgb(212 212 216 / 0.2);
}
.border-l-zinc-300\/25 {
  border-left-color: rgb(212 212 216 / 0.25);
}
.border-l-zinc-300\/30 {
  border-left-color: rgb(212 212 216 / 0.3);
}
.border-l-zinc-300\/35 {
  border-left-color: rgb(212 212 216 / 0.35);
}
.border-l-zinc-300\/40 {
  border-left-color: rgb(212 212 216 / 0.4);
}
.border-l-zinc-300\/45 {
  border-left-color: rgb(212 212 216 / 0.45);
}
.border-l-zinc-300\/5 {
  border-left-color: rgb(212 212 216 / 0.05);
}
.border-l-zinc-300\/50 {
  border-left-color: rgb(212 212 216 / 0.5);
}
.border-l-zinc-300\/55 {
  border-left-color: rgb(212 212 216 / 0.55);
}
.border-l-zinc-300\/60 {
  border-left-color: rgb(212 212 216 / 0.6);
}
.border-l-zinc-300\/65 {
  border-left-color: rgb(212 212 216 / 0.65);
}
.border-l-zinc-300\/70 {
  border-left-color: rgb(212 212 216 / 0.7);
}
.border-l-zinc-300\/75 {
  border-left-color: rgb(212 212 216 / 0.75);
}
.border-l-zinc-300\/80 {
  border-left-color: rgb(212 212 216 / 0.8);
}
.border-l-zinc-300\/85 {
  border-left-color: rgb(212 212 216 / 0.85);
}
.border-l-zinc-300\/90 {
  border-left-color: rgb(212 212 216 / 0.9);
}
.border-l-zinc-300\/95 {
  border-left-color: rgb(212 212 216 / 0.95);
}
.border-l-zinc-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-l-zinc-400\/0 {
  border-left-color: rgb(161 161 170 / 0);
}
.border-l-zinc-400\/10 {
  border-left-color: rgb(161 161 170 / 0.1);
}
.border-l-zinc-400\/100 {
  border-left-color: rgb(161 161 170 / 1);
}
.border-l-zinc-400\/15 {
  border-left-color: rgb(161 161 170 / 0.15);
}
.border-l-zinc-400\/20 {
  border-left-color: rgb(161 161 170 / 0.2);
}
.border-l-zinc-400\/25 {
  border-left-color: rgb(161 161 170 / 0.25);
}
.border-l-zinc-400\/30 {
  border-left-color: rgb(161 161 170 / 0.3);
}
.border-l-zinc-400\/35 {
  border-left-color: rgb(161 161 170 / 0.35);
}
.border-l-zinc-400\/40 {
  border-left-color: rgb(161 161 170 / 0.4);
}
.border-l-zinc-400\/45 {
  border-left-color: rgb(161 161 170 / 0.45);
}
.border-l-zinc-400\/5 {
  border-left-color: rgb(161 161 170 / 0.05);
}
.border-l-zinc-400\/50 {
  border-left-color: rgb(161 161 170 / 0.5);
}
.border-l-zinc-400\/55 {
  border-left-color: rgb(161 161 170 / 0.55);
}
.border-l-zinc-400\/60 {
  border-left-color: rgb(161 161 170 / 0.6);
}
.border-l-zinc-400\/65 {
  border-left-color: rgb(161 161 170 / 0.65);
}
.border-l-zinc-400\/70 {
  border-left-color: rgb(161 161 170 / 0.7);
}
.border-l-zinc-400\/75 {
  border-left-color: rgb(161 161 170 / 0.75);
}
.border-l-zinc-400\/80 {
  border-left-color: rgb(161 161 170 / 0.8);
}
.border-l-zinc-400\/85 {
  border-left-color: rgb(161 161 170 / 0.85);
}
.border-l-zinc-400\/90 {
  border-left-color: rgb(161 161 170 / 0.9);
}
.border-l-zinc-400\/95 {
  border-left-color: rgb(161 161 170 / 0.95);
}
.border-l-zinc-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-l-zinc-50\/0 {
  border-left-color: rgb(250 250 250 / 0);
}
.border-l-zinc-50\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}
.border-l-zinc-50\/100 {
  border-left-color: rgb(250 250 250 / 1);
}
.border-l-zinc-50\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}
.border-l-zinc-50\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}
.border-l-zinc-50\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}
.border-l-zinc-50\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}
.border-l-zinc-50\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}
.border-l-zinc-50\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}
.border-l-zinc-50\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}
.border-l-zinc-50\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}
.border-l-zinc-50\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}
.border-l-zinc-50\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}
.border-l-zinc-50\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}
.border-l-zinc-50\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}
.border-l-zinc-50\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}
.border-l-zinc-50\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}
.border-l-zinc-50\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}
.border-l-zinc-50\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}
.border-l-zinc-50\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}
.border-l-zinc-50\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}
.border-l-zinc-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-l-zinc-500\/0 {
  border-left-color: rgb(113 113 122 / 0);
}
.border-l-zinc-500\/10 {
  border-left-color: rgb(113 113 122 / 0.1);
}
.border-l-zinc-500\/100 {
  border-left-color: rgb(113 113 122 / 1);
}
.border-l-zinc-500\/15 {
  border-left-color: rgb(113 113 122 / 0.15);
}
.border-l-zinc-500\/20 {
  border-left-color: rgb(113 113 122 / 0.2);
}
.border-l-zinc-500\/25 {
  border-left-color: rgb(113 113 122 / 0.25);
}
.border-l-zinc-500\/30 {
  border-left-color: rgb(113 113 122 / 0.3);
}
.border-l-zinc-500\/35 {
  border-left-color: rgb(113 113 122 / 0.35);
}
.border-l-zinc-500\/40 {
  border-left-color: rgb(113 113 122 / 0.4);
}
.border-l-zinc-500\/45 {
  border-left-color: rgb(113 113 122 / 0.45);
}
.border-l-zinc-500\/5 {
  border-left-color: rgb(113 113 122 / 0.05);
}
.border-l-zinc-500\/50 {
  border-left-color: rgb(113 113 122 / 0.5);
}
.border-l-zinc-500\/55 {
  border-left-color: rgb(113 113 122 / 0.55);
}
.border-l-zinc-500\/60 {
  border-left-color: rgb(113 113 122 / 0.6);
}
.border-l-zinc-500\/65 {
  border-left-color: rgb(113 113 122 / 0.65);
}
.border-l-zinc-500\/70 {
  border-left-color: rgb(113 113 122 / 0.7);
}
.border-l-zinc-500\/75 {
  border-left-color: rgb(113 113 122 / 0.75);
}
.border-l-zinc-500\/80 {
  border-left-color: rgb(113 113 122 / 0.8);
}
.border-l-zinc-500\/85 {
  border-left-color: rgb(113 113 122 / 0.85);
}
.border-l-zinc-500\/90 {
  border-left-color: rgb(113 113 122 / 0.9);
}
.border-l-zinc-500\/95 {
  border-left-color: rgb(113 113 122 / 0.95);
}
.border-l-zinc-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-l-zinc-600\/0 {
  border-left-color: rgb(82 82 91 / 0);
}
.border-l-zinc-600\/10 {
  border-left-color: rgb(82 82 91 / 0.1);
}
.border-l-zinc-600\/100 {
  border-left-color: rgb(82 82 91 / 1);
}
.border-l-zinc-600\/15 {
  border-left-color: rgb(82 82 91 / 0.15);
}
.border-l-zinc-600\/20 {
  border-left-color: rgb(82 82 91 / 0.2);
}
.border-l-zinc-600\/25 {
  border-left-color: rgb(82 82 91 / 0.25);
}
.border-l-zinc-600\/30 {
  border-left-color: rgb(82 82 91 / 0.3);
}
.border-l-zinc-600\/35 {
  border-left-color: rgb(82 82 91 / 0.35);
}
.border-l-zinc-600\/40 {
  border-left-color: rgb(82 82 91 / 0.4);
}
.border-l-zinc-600\/45 {
  border-left-color: rgb(82 82 91 / 0.45);
}
.border-l-zinc-600\/5 {
  border-left-color: rgb(82 82 91 / 0.05);
}
.border-l-zinc-600\/50 {
  border-left-color: rgb(82 82 91 / 0.5);
}
.border-l-zinc-600\/55 {
  border-left-color: rgb(82 82 91 / 0.55);
}
.border-l-zinc-600\/60 {
  border-left-color: rgb(82 82 91 / 0.6);
}
.border-l-zinc-600\/65 {
  border-left-color: rgb(82 82 91 / 0.65);
}
.border-l-zinc-600\/70 {
  border-left-color: rgb(82 82 91 / 0.7);
}
.border-l-zinc-600\/75 {
  border-left-color: rgb(82 82 91 / 0.75);
}
.border-l-zinc-600\/80 {
  border-left-color: rgb(82 82 91 / 0.8);
}
.border-l-zinc-600\/85 {
  border-left-color: rgb(82 82 91 / 0.85);
}
.border-l-zinc-600\/90 {
  border-left-color: rgb(82 82 91 / 0.9);
}
.border-l-zinc-600\/95 {
  border-left-color: rgb(82 82 91 / 0.95);
}
.border-l-zinc-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-l-zinc-700\/0 {
  border-left-color: rgb(63 63 70 / 0);
}
.border-l-zinc-700\/10 {
  border-left-color: rgb(63 63 70 / 0.1);
}
.border-l-zinc-700\/100 {
  border-left-color: rgb(63 63 70 / 1);
}
.border-l-zinc-700\/15 {
  border-left-color: rgb(63 63 70 / 0.15);
}
.border-l-zinc-700\/20 {
  border-left-color: rgb(63 63 70 / 0.2);
}
.border-l-zinc-700\/25 {
  border-left-color: rgb(63 63 70 / 0.25);
}
.border-l-zinc-700\/30 {
  border-left-color: rgb(63 63 70 / 0.3);
}
.border-l-zinc-700\/35 {
  border-left-color: rgb(63 63 70 / 0.35);
}
.border-l-zinc-700\/40 {
  border-left-color: rgb(63 63 70 / 0.4);
}
.border-l-zinc-700\/45 {
  border-left-color: rgb(63 63 70 / 0.45);
}
.border-l-zinc-700\/5 {
  border-left-color: rgb(63 63 70 / 0.05);
}
.border-l-zinc-700\/50 {
  border-left-color: rgb(63 63 70 / 0.5);
}
.border-l-zinc-700\/55 {
  border-left-color: rgb(63 63 70 / 0.55);
}
.border-l-zinc-700\/60 {
  border-left-color: rgb(63 63 70 / 0.6);
}
.border-l-zinc-700\/65 {
  border-left-color: rgb(63 63 70 / 0.65);
}
.border-l-zinc-700\/70 {
  border-left-color: rgb(63 63 70 / 0.7);
}
.border-l-zinc-700\/75 {
  border-left-color: rgb(63 63 70 / 0.75);
}
.border-l-zinc-700\/80 {
  border-left-color: rgb(63 63 70 / 0.8);
}
.border-l-zinc-700\/85 {
  border-left-color: rgb(63 63 70 / 0.85);
}
.border-l-zinc-700\/90 {
  border-left-color: rgb(63 63 70 / 0.9);
}
.border-l-zinc-700\/95 {
  border-left-color: rgb(63 63 70 / 0.95);
}
.border-l-zinc-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-l-zinc-800\/0 {
  border-left-color: rgb(39 39 42 / 0);
}
.border-l-zinc-800\/10 {
  border-left-color: rgb(39 39 42 / 0.1);
}
.border-l-zinc-800\/100 {
  border-left-color: rgb(39 39 42 / 1);
}
.border-l-zinc-800\/15 {
  border-left-color: rgb(39 39 42 / 0.15);
}
.border-l-zinc-800\/20 {
  border-left-color: rgb(39 39 42 / 0.2);
}
.border-l-zinc-800\/25 {
  border-left-color: rgb(39 39 42 / 0.25);
}
.border-l-zinc-800\/30 {
  border-left-color: rgb(39 39 42 / 0.3);
}
.border-l-zinc-800\/35 {
  border-left-color: rgb(39 39 42 / 0.35);
}
.border-l-zinc-800\/40 {
  border-left-color: rgb(39 39 42 / 0.4);
}
.border-l-zinc-800\/45 {
  border-left-color: rgb(39 39 42 / 0.45);
}
.border-l-zinc-800\/5 {
  border-left-color: rgb(39 39 42 / 0.05);
}
.border-l-zinc-800\/50 {
  border-left-color: rgb(39 39 42 / 0.5);
}
.border-l-zinc-800\/55 {
  border-left-color: rgb(39 39 42 / 0.55);
}
.border-l-zinc-800\/60 {
  border-left-color: rgb(39 39 42 / 0.6);
}
.border-l-zinc-800\/65 {
  border-left-color: rgb(39 39 42 / 0.65);
}
.border-l-zinc-800\/70 {
  border-left-color: rgb(39 39 42 / 0.7);
}
.border-l-zinc-800\/75 {
  border-left-color: rgb(39 39 42 / 0.75);
}
.border-l-zinc-800\/80 {
  border-left-color: rgb(39 39 42 / 0.8);
}
.border-l-zinc-800\/85 {
  border-left-color: rgb(39 39 42 / 0.85);
}
.border-l-zinc-800\/90 {
  border-left-color: rgb(39 39 42 / 0.9);
}
.border-l-zinc-800\/95 {
  border-left-color: rgb(39 39 42 / 0.95);
}
.border-l-zinc-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-l-zinc-900\/0 {
  border-left-color: rgb(24 24 27 / 0);
}
.border-l-zinc-900\/10 {
  border-left-color: rgb(24 24 27 / 0.1);
}
.border-l-zinc-900\/100 {
  border-left-color: rgb(24 24 27 / 1);
}
.border-l-zinc-900\/15 {
  border-left-color: rgb(24 24 27 / 0.15);
}
.border-l-zinc-900\/20 {
  border-left-color: rgb(24 24 27 / 0.2);
}
.border-l-zinc-900\/25 {
  border-left-color: rgb(24 24 27 / 0.25);
}
.border-l-zinc-900\/30 {
  border-left-color: rgb(24 24 27 / 0.3);
}
.border-l-zinc-900\/35 {
  border-left-color: rgb(24 24 27 / 0.35);
}
.border-l-zinc-900\/40 {
  border-left-color: rgb(24 24 27 / 0.4);
}
.border-l-zinc-900\/45 {
  border-left-color: rgb(24 24 27 / 0.45);
}
.border-l-zinc-900\/5 {
  border-left-color: rgb(24 24 27 / 0.05);
}
.border-l-zinc-900\/50 {
  border-left-color: rgb(24 24 27 / 0.5);
}
.border-l-zinc-900\/55 {
  border-left-color: rgb(24 24 27 / 0.55);
}
.border-l-zinc-900\/60 {
  border-left-color: rgb(24 24 27 / 0.6);
}
.border-l-zinc-900\/65 {
  border-left-color: rgb(24 24 27 / 0.65);
}
.border-l-zinc-900\/70 {
  border-left-color: rgb(24 24 27 / 0.7);
}
.border-l-zinc-900\/75 {
  border-left-color: rgb(24 24 27 / 0.75);
}
.border-l-zinc-900\/80 {
  border-left-color: rgb(24 24 27 / 0.8);
}
.border-l-zinc-900\/85 {
  border-left-color: rgb(24 24 27 / 0.85);
}
.border-l-zinc-900\/90 {
  border-left-color: rgb(24 24 27 / 0.9);
}
.border-l-zinc-900\/95 {
  border-left-color: rgb(24 24 27 / 0.95);
}
.border-l-zinc-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-l-zinc-950\/0 {
  border-left-color: rgb(9 9 11 / 0);
}
.border-l-zinc-950\/10 {
  border-left-color: rgb(9 9 11 / 0.1);
}
.border-l-zinc-950\/100 {
  border-left-color: rgb(9 9 11 / 1);
}
.border-l-zinc-950\/15 {
  border-left-color: rgb(9 9 11 / 0.15);
}
.border-l-zinc-950\/20 {
  border-left-color: rgb(9 9 11 / 0.2);
}
.border-l-zinc-950\/25 {
  border-left-color: rgb(9 9 11 / 0.25);
}
.border-l-zinc-950\/30 {
  border-left-color: rgb(9 9 11 / 0.3);
}
.border-l-zinc-950\/35 {
  border-left-color: rgb(9 9 11 / 0.35);
}
.border-l-zinc-950\/40 {
  border-left-color: rgb(9 9 11 / 0.4);
}
.border-l-zinc-950\/45 {
  border-left-color: rgb(9 9 11 / 0.45);
}
.border-l-zinc-950\/5 {
  border-left-color: rgb(9 9 11 / 0.05);
}
.border-l-zinc-950\/50 {
  border-left-color: rgb(9 9 11 / 0.5);
}
.border-l-zinc-950\/55 {
  border-left-color: rgb(9 9 11 / 0.55);
}
.border-l-zinc-950\/60 {
  border-left-color: rgb(9 9 11 / 0.6);
}
.border-l-zinc-950\/65 {
  border-left-color: rgb(9 9 11 / 0.65);
}
.border-l-zinc-950\/70 {
  border-left-color: rgb(9 9 11 / 0.7);
}
.border-l-zinc-950\/75 {
  border-left-color: rgb(9 9 11 / 0.75);
}
.border-l-zinc-950\/80 {
  border-left-color: rgb(9 9 11 / 0.8);
}
.border-l-zinc-950\/85 {
  border-left-color: rgb(9 9 11 / 0.85);
}
.border-l-zinc-950\/90 {
  border-left-color: rgb(9 9 11 / 0.9);
}
.border-l-zinc-950\/95 {
  border-left-color: rgb(9 9 11 / 0.95);
}
.border-r-accent {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
}
.border-r-accent-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
}
.border-r-accent-foreground\/0 {
  border-right-color: hsl(var(--accent-foreground) / 0);
}
.border-r-accent-foreground\/10 {
  border-right-color: hsl(var(--accent-foreground) / 0.1);
}
.border-r-accent-foreground\/100 {
  border-right-color: hsl(var(--accent-foreground) / 1);
}
.border-r-accent-foreground\/15 {
  border-right-color: hsl(var(--accent-foreground) / 0.15);
}
.border-r-accent-foreground\/20 {
  border-right-color: hsl(var(--accent-foreground) / 0.2);
}
.border-r-accent-foreground\/25 {
  border-right-color: hsl(var(--accent-foreground) / 0.25);
}
.border-r-accent-foreground\/30 {
  border-right-color: hsl(var(--accent-foreground) / 0.3);
}
.border-r-accent-foreground\/35 {
  border-right-color: hsl(var(--accent-foreground) / 0.35);
}
.border-r-accent-foreground\/40 {
  border-right-color: hsl(var(--accent-foreground) / 0.4);
}
.border-r-accent-foreground\/45 {
  border-right-color: hsl(var(--accent-foreground) / 0.45);
}
.border-r-accent-foreground\/5 {
  border-right-color: hsl(var(--accent-foreground) / 0.05);
}
.border-r-accent-foreground\/50 {
  border-right-color: hsl(var(--accent-foreground) / 0.5);
}
.border-r-accent-foreground\/55 {
  border-right-color: hsl(var(--accent-foreground) / 0.55);
}
.border-r-accent-foreground\/60 {
  border-right-color: hsl(var(--accent-foreground) / 0.6);
}
.border-r-accent-foreground\/65 {
  border-right-color: hsl(var(--accent-foreground) / 0.65);
}
.border-r-accent-foreground\/70 {
  border-right-color: hsl(var(--accent-foreground) / 0.7);
}
.border-r-accent-foreground\/75 {
  border-right-color: hsl(var(--accent-foreground) / 0.75);
}
.border-r-accent-foreground\/80 {
  border-right-color: hsl(var(--accent-foreground) / 0.8);
}
.border-r-accent-foreground\/85 {
  border-right-color: hsl(var(--accent-foreground) / 0.85);
}
.border-r-accent-foreground\/90 {
  border-right-color: hsl(var(--accent-foreground) / 0.9);
}
.border-r-accent-foreground\/95 {
  border-right-color: hsl(var(--accent-foreground) / 0.95);
}
.border-r-accent\/0 {
  border-right-color: hsl(var(--accent) / 0);
}
.border-r-accent\/10 {
  border-right-color: hsl(var(--accent) / 0.1);
}
.border-r-accent\/100 {
  border-right-color: hsl(var(--accent) / 1);
}
.border-r-accent\/15 {
  border-right-color: hsl(var(--accent) / 0.15);
}
.border-r-accent\/20 {
  border-right-color: hsl(var(--accent) / 0.2);
}
.border-r-accent\/25 {
  border-right-color: hsl(var(--accent) / 0.25);
}
.border-r-accent\/30 {
  border-right-color: hsl(var(--accent) / 0.3);
}
.border-r-accent\/35 {
  border-right-color: hsl(var(--accent) / 0.35);
}
.border-r-accent\/40 {
  border-right-color: hsl(var(--accent) / 0.4);
}
.border-r-accent\/45 {
  border-right-color: hsl(var(--accent) / 0.45);
}
.border-r-accent\/5 {
  border-right-color: hsl(var(--accent) / 0.05);
}
.border-r-accent\/50 {
  border-right-color: hsl(var(--accent) / 0.5);
}
.border-r-accent\/55 {
  border-right-color: hsl(var(--accent) / 0.55);
}
.border-r-accent\/60 {
  border-right-color: hsl(var(--accent) / 0.6);
}
.border-r-accent\/65 {
  border-right-color: hsl(var(--accent) / 0.65);
}
.border-r-accent\/70 {
  border-right-color: hsl(var(--accent) / 0.7);
}
.border-r-accent\/75 {
  border-right-color: hsl(var(--accent) / 0.75);
}
.border-r-accent\/80 {
  border-right-color: hsl(var(--accent) / 0.8);
}
.border-r-accent\/85 {
  border-right-color: hsl(var(--accent) / 0.85);
}
.border-r-accent\/90 {
  border-right-color: hsl(var(--accent) / 0.9);
}
.border-r-accent\/95 {
  border-right-color: hsl(var(--accent) / 0.95);
}
.border-r-amber-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-r-amber-100\/0 {
  border-right-color: rgb(254 243 199 / 0);
}
.border-r-amber-100\/10 {
  border-right-color: rgb(254 243 199 / 0.1);
}
.border-r-amber-100\/100 {
  border-right-color: rgb(254 243 199 / 1);
}
.border-r-amber-100\/15 {
  border-right-color: rgb(254 243 199 / 0.15);
}
.border-r-amber-100\/20 {
  border-right-color: rgb(254 243 199 / 0.2);
}
.border-r-amber-100\/25 {
  border-right-color: rgb(254 243 199 / 0.25);
}
.border-r-amber-100\/30 {
  border-right-color: rgb(254 243 199 / 0.3);
}
.border-r-amber-100\/35 {
  border-right-color: rgb(254 243 199 / 0.35);
}
.border-r-amber-100\/40 {
  border-right-color: rgb(254 243 199 / 0.4);
}
.border-r-amber-100\/45 {
  border-right-color: rgb(254 243 199 / 0.45);
}
.border-r-amber-100\/5 {
  border-right-color: rgb(254 243 199 / 0.05);
}
.border-r-amber-100\/50 {
  border-right-color: rgb(254 243 199 / 0.5);
}
.border-r-amber-100\/55 {
  border-right-color: rgb(254 243 199 / 0.55);
}
.border-r-amber-100\/60 {
  border-right-color: rgb(254 243 199 / 0.6);
}
.border-r-amber-100\/65 {
  border-right-color: rgb(254 243 199 / 0.65);
}
.border-r-amber-100\/70 {
  border-right-color: rgb(254 243 199 / 0.7);
}
.border-r-amber-100\/75 {
  border-right-color: rgb(254 243 199 / 0.75);
}
.border-r-amber-100\/80 {
  border-right-color: rgb(254 243 199 / 0.8);
}
.border-r-amber-100\/85 {
  border-right-color: rgb(254 243 199 / 0.85);
}
.border-r-amber-100\/90 {
  border-right-color: rgb(254 243 199 / 0.9);
}
.border-r-amber-100\/95 {
  border-right-color: rgb(254 243 199 / 0.95);
}
.border-r-amber-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-r-amber-200\/0 {
  border-right-color: rgb(253 230 138 / 0);
}
.border-r-amber-200\/10 {
  border-right-color: rgb(253 230 138 / 0.1);
}
.border-r-amber-200\/100 {
  border-right-color: rgb(253 230 138 / 1);
}
.border-r-amber-200\/15 {
  border-right-color: rgb(253 230 138 / 0.15);
}
.border-r-amber-200\/20 {
  border-right-color: rgb(253 230 138 / 0.2);
}
.border-r-amber-200\/25 {
  border-right-color: rgb(253 230 138 / 0.25);
}
.border-r-amber-200\/30 {
  border-right-color: rgb(253 230 138 / 0.3);
}
.border-r-amber-200\/35 {
  border-right-color: rgb(253 230 138 / 0.35);
}
.border-r-amber-200\/40 {
  border-right-color: rgb(253 230 138 / 0.4);
}
.border-r-amber-200\/45 {
  border-right-color: rgb(253 230 138 / 0.45);
}
.border-r-amber-200\/5 {
  border-right-color: rgb(253 230 138 / 0.05);
}
.border-r-amber-200\/50 {
  border-right-color: rgb(253 230 138 / 0.5);
}
.border-r-amber-200\/55 {
  border-right-color: rgb(253 230 138 / 0.55);
}
.border-r-amber-200\/60 {
  border-right-color: rgb(253 230 138 / 0.6);
}
.border-r-amber-200\/65 {
  border-right-color: rgb(253 230 138 / 0.65);
}
.border-r-amber-200\/70 {
  border-right-color: rgb(253 230 138 / 0.7);
}
.border-r-amber-200\/75 {
  border-right-color: rgb(253 230 138 / 0.75);
}
.border-r-amber-200\/80 {
  border-right-color: rgb(253 230 138 / 0.8);
}
.border-r-amber-200\/85 {
  border-right-color: rgb(253 230 138 / 0.85);
}
.border-r-amber-200\/90 {
  border-right-color: rgb(253 230 138 / 0.9);
}
.border-r-amber-200\/95 {
  border-right-color: rgb(253 230 138 / 0.95);
}
.border-r-amber-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-r-amber-300\/0 {
  border-right-color: rgb(252 211 77 / 0);
}
.border-r-amber-300\/10 {
  border-right-color: rgb(252 211 77 / 0.1);
}
.border-r-amber-300\/100 {
  border-right-color: rgb(252 211 77 / 1);
}
.border-r-amber-300\/15 {
  border-right-color: rgb(252 211 77 / 0.15);
}
.border-r-amber-300\/20 {
  border-right-color: rgb(252 211 77 / 0.2);
}
.border-r-amber-300\/25 {
  border-right-color: rgb(252 211 77 / 0.25);
}
.border-r-amber-300\/30 {
  border-right-color: rgb(252 211 77 / 0.3);
}
.border-r-amber-300\/35 {
  border-right-color: rgb(252 211 77 / 0.35);
}
.border-r-amber-300\/40 {
  border-right-color: rgb(252 211 77 / 0.4);
}
.border-r-amber-300\/45 {
  border-right-color: rgb(252 211 77 / 0.45);
}
.border-r-amber-300\/5 {
  border-right-color: rgb(252 211 77 / 0.05);
}
.border-r-amber-300\/50 {
  border-right-color: rgb(252 211 77 / 0.5);
}
.border-r-amber-300\/55 {
  border-right-color: rgb(252 211 77 / 0.55);
}
.border-r-amber-300\/60 {
  border-right-color: rgb(252 211 77 / 0.6);
}
.border-r-amber-300\/65 {
  border-right-color: rgb(252 211 77 / 0.65);
}
.border-r-amber-300\/70 {
  border-right-color: rgb(252 211 77 / 0.7);
}
.border-r-amber-300\/75 {
  border-right-color: rgb(252 211 77 / 0.75);
}
.border-r-amber-300\/80 {
  border-right-color: rgb(252 211 77 / 0.8);
}
.border-r-amber-300\/85 {
  border-right-color: rgb(252 211 77 / 0.85);
}
.border-r-amber-300\/90 {
  border-right-color: rgb(252 211 77 / 0.9);
}
.border-r-amber-300\/95 {
  border-right-color: rgb(252 211 77 / 0.95);
}
.border-r-amber-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-r-amber-400\/0 {
  border-right-color: rgb(251 191 36 / 0);
}
.border-r-amber-400\/10 {
  border-right-color: rgb(251 191 36 / 0.1);
}
.border-r-amber-400\/100 {
  border-right-color: rgb(251 191 36 / 1);
}
.border-r-amber-400\/15 {
  border-right-color: rgb(251 191 36 / 0.15);
}
.border-r-amber-400\/20 {
  border-right-color: rgb(251 191 36 / 0.2);
}
.border-r-amber-400\/25 {
  border-right-color: rgb(251 191 36 / 0.25);
}
.border-r-amber-400\/30 {
  border-right-color: rgb(251 191 36 / 0.3);
}
.border-r-amber-400\/35 {
  border-right-color: rgb(251 191 36 / 0.35);
}
.border-r-amber-400\/40 {
  border-right-color: rgb(251 191 36 / 0.4);
}
.border-r-amber-400\/45 {
  border-right-color: rgb(251 191 36 / 0.45);
}
.border-r-amber-400\/5 {
  border-right-color: rgb(251 191 36 / 0.05);
}
.border-r-amber-400\/50 {
  border-right-color: rgb(251 191 36 / 0.5);
}
.border-r-amber-400\/55 {
  border-right-color: rgb(251 191 36 / 0.55);
}
.border-r-amber-400\/60 {
  border-right-color: rgb(251 191 36 / 0.6);
}
.border-r-amber-400\/65 {
  border-right-color: rgb(251 191 36 / 0.65);
}
.border-r-amber-400\/70 {
  border-right-color: rgb(251 191 36 / 0.7);
}
.border-r-amber-400\/75 {
  border-right-color: rgb(251 191 36 / 0.75);
}
.border-r-amber-400\/80 {
  border-right-color: rgb(251 191 36 / 0.8);
}
.border-r-amber-400\/85 {
  border-right-color: rgb(251 191 36 / 0.85);
}
.border-r-amber-400\/90 {
  border-right-color: rgb(251 191 36 / 0.9);
}
.border-r-amber-400\/95 {
  border-right-color: rgb(251 191 36 / 0.95);
}
.border-r-amber-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-r-amber-50\/0 {
  border-right-color: rgb(255 251 235 / 0);
}
.border-r-amber-50\/10 {
  border-right-color: rgb(255 251 235 / 0.1);
}
.border-r-amber-50\/100 {
  border-right-color: rgb(255 251 235 / 1);
}
.border-r-amber-50\/15 {
  border-right-color: rgb(255 251 235 / 0.15);
}
.border-r-amber-50\/20 {
  border-right-color: rgb(255 251 235 / 0.2);
}
.border-r-amber-50\/25 {
  border-right-color: rgb(255 251 235 / 0.25);
}
.border-r-amber-50\/30 {
  border-right-color: rgb(255 251 235 / 0.3);
}
.border-r-amber-50\/35 {
  border-right-color: rgb(255 251 235 / 0.35);
}
.border-r-amber-50\/40 {
  border-right-color: rgb(255 251 235 / 0.4);
}
.border-r-amber-50\/45 {
  border-right-color: rgb(255 251 235 / 0.45);
}
.border-r-amber-50\/5 {
  border-right-color: rgb(255 251 235 / 0.05);
}
.border-r-amber-50\/50 {
  border-right-color: rgb(255 251 235 / 0.5);
}
.border-r-amber-50\/55 {
  border-right-color: rgb(255 251 235 / 0.55);
}
.border-r-amber-50\/60 {
  border-right-color: rgb(255 251 235 / 0.6);
}
.border-r-amber-50\/65 {
  border-right-color: rgb(255 251 235 / 0.65);
}
.border-r-amber-50\/70 {
  border-right-color: rgb(255 251 235 / 0.7);
}
.border-r-amber-50\/75 {
  border-right-color: rgb(255 251 235 / 0.75);
}
.border-r-amber-50\/80 {
  border-right-color: rgb(255 251 235 / 0.8);
}
.border-r-amber-50\/85 {
  border-right-color: rgb(255 251 235 / 0.85);
}
.border-r-amber-50\/90 {
  border-right-color: rgb(255 251 235 / 0.9);
}
.border-r-amber-50\/95 {
  border-right-color: rgb(255 251 235 / 0.95);
}
.border-r-amber-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-r-amber-500\/0 {
  border-right-color: rgb(245 158 11 / 0);
}
.border-r-amber-500\/10 {
  border-right-color: rgb(245 158 11 / 0.1);
}
.border-r-amber-500\/100 {
  border-right-color: rgb(245 158 11 / 1);
}
.border-r-amber-500\/15 {
  border-right-color: rgb(245 158 11 / 0.15);
}
.border-r-amber-500\/20 {
  border-right-color: rgb(245 158 11 / 0.2);
}
.border-r-amber-500\/25 {
  border-right-color: rgb(245 158 11 / 0.25);
}
.border-r-amber-500\/30 {
  border-right-color: rgb(245 158 11 / 0.3);
}
.border-r-amber-500\/35 {
  border-right-color: rgb(245 158 11 / 0.35);
}
.border-r-amber-500\/40 {
  border-right-color: rgb(245 158 11 / 0.4);
}
.border-r-amber-500\/45 {
  border-right-color: rgb(245 158 11 / 0.45);
}
.border-r-amber-500\/5 {
  border-right-color: rgb(245 158 11 / 0.05);
}
.border-r-amber-500\/50 {
  border-right-color: rgb(245 158 11 / 0.5);
}
.border-r-amber-500\/55 {
  border-right-color: rgb(245 158 11 / 0.55);
}
.border-r-amber-500\/60 {
  border-right-color: rgb(245 158 11 / 0.6);
}
.border-r-amber-500\/65 {
  border-right-color: rgb(245 158 11 / 0.65);
}
.border-r-amber-500\/70 {
  border-right-color: rgb(245 158 11 / 0.7);
}
.border-r-amber-500\/75 {
  border-right-color: rgb(245 158 11 / 0.75);
}
.border-r-amber-500\/80 {
  border-right-color: rgb(245 158 11 / 0.8);
}
.border-r-amber-500\/85 {
  border-right-color: rgb(245 158 11 / 0.85);
}
.border-r-amber-500\/90 {
  border-right-color: rgb(245 158 11 / 0.9);
}
.border-r-amber-500\/95 {
  border-right-color: rgb(245 158 11 / 0.95);
}
.border-r-amber-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-r-amber-600\/0 {
  border-right-color: rgb(217 119 6 / 0);
}
.border-r-amber-600\/10 {
  border-right-color: rgb(217 119 6 / 0.1);
}
.border-r-amber-600\/100 {
  border-right-color: rgb(217 119 6 / 1);
}
.border-r-amber-600\/15 {
  border-right-color: rgb(217 119 6 / 0.15);
}
.border-r-amber-600\/20 {
  border-right-color: rgb(217 119 6 / 0.2);
}
.border-r-amber-600\/25 {
  border-right-color: rgb(217 119 6 / 0.25);
}
.border-r-amber-600\/30 {
  border-right-color: rgb(217 119 6 / 0.3);
}
.border-r-amber-600\/35 {
  border-right-color: rgb(217 119 6 / 0.35);
}
.border-r-amber-600\/40 {
  border-right-color: rgb(217 119 6 / 0.4);
}
.border-r-amber-600\/45 {
  border-right-color: rgb(217 119 6 / 0.45);
}
.border-r-amber-600\/5 {
  border-right-color: rgb(217 119 6 / 0.05);
}
.border-r-amber-600\/50 {
  border-right-color: rgb(217 119 6 / 0.5);
}
.border-r-amber-600\/55 {
  border-right-color: rgb(217 119 6 / 0.55);
}
.border-r-amber-600\/60 {
  border-right-color: rgb(217 119 6 / 0.6);
}
.border-r-amber-600\/65 {
  border-right-color: rgb(217 119 6 / 0.65);
}
.border-r-amber-600\/70 {
  border-right-color: rgb(217 119 6 / 0.7);
}
.border-r-amber-600\/75 {
  border-right-color: rgb(217 119 6 / 0.75);
}
.border-r-amber-600\/80 {
  border-right-color: rgb(217 119 6 / 0.8);
}
.border-r-amber-600\/85 {
  border-right-color: rgb(217 119 6 / 0.85);
}
.border-r-amber-600\/90 {
  border-right-color: rgb(217 119 6 / 0.9);
}
.border-r-amber-600\/95 {
  border-right-color: rgb(217 119 6 / 0.95);
}
.border-r-amber-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-r-amber-700\/0 {
  border-right-color: rgb(180 83 9 / 0);
}
.border-r-amber-700\/10 {
  border-right-color: rgb(180 83 9 / 0.1);
}
.border-r-amber-700\/100 {
  border-right-color: rgb(180 83 9 / 1);
}
.border-r-amber-700\/15 {
  border-right-color: rgb(180 83 9 / 0.15);
}
.border-r-amber-700\/20 {
  border-right-color: rgb(180 83 9 / 0.2);
}
.border-r-amber-700\/25 {
  border-right-color: rgb(180 83 9 / 0.25);
}
.border-r-amber-700\/30 {
  border-right-color: rgb(180 83 9 / 0.3);
}
.border-r-amber-700\/35 {
  border-right-color: rgb(180 83 9 / 0.35);
}
.border-r-amber-700\/40 {
  border-right-color: rgb(180 83 9 / 0.4);
}
.border-r-amber-700\/45 {
  border-right-color: rgb(180 83 9 / 0.45);
}
.border-r-amber-700\/5 {
  border-right-color: rgb(180 83 9 / 0.05);
}
.border-r-amber-700\/50 {
  border-right-color: rgb(180 83 9 / 0.5);
}
.border-r-amber-700\/55 {
  border-right-color: rgb(180 83 9 / 0.55);
}
.border-r-amber-700\/60 {
  border-right-color: rgb(180 83 9 / 0.6);
}
.border-r-amber-700\/65 {
  border-right-color: rgb(180 83 9 / 0.65);
}
.border-r-amber-700\/70 {
  border-right-color: rgb(180 83 9 / 0.7);
}
.border-r-amber-700\/75 {
  border-right-color: rgb(180 83 9 / 0.75);
}
.border-r-amber-700\/80 {
  border-right-color: rgb(180 83 9 / 0.8);
}
.border-r-amber-700\/85 {
  border-right-color: rgb(180 83 9 / 0.85);
}
.border-r-amber-700\/90 {
  border-right-color: rgb(180 83 9 / 0.9);
}
.border-r-amber-700\/95 {
  border-right-color: rgb(180 83 9 / 0.95);
}
.border-r-amber-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-r-amber-800\/0 {
  border-right-color: rgb(146 64 14 / 0);
}
.border-r-amber-800\/10 {
  border-right-color: rgb(146 64 14 / 0.1);
}
.border-r-amber-800\/100 {
  border-right-color: rgb(146 64 14 / 1);
}
.border-r-amber-800\/15 {
  border-right-color: rgb(146 64 14 / 0.15);
}
.border-r-amber-800\/20 {
  border-right-color: rgb(146 64 14 / 0.2);
}
.border-r-amber-800\/25 {
  border-right-color: rgb(146 64 14 / 0.25);
}
.border-r-amber-800\/30 {
  border-right-color: rgb(146 64 14 / 0.3);
}
.border-r-amber-800\/35 {
  border-right-color: rgb(146 64 14 / 0.35);
}
.border-r-amber-800\/40 {
  border-right-color: rgb(146 64 14 / 0.4);
}
.border-r-amber-800\/45 {
  border-right-color: rgb(146 64 14 / 0.45);
}
.border-r-amber-800\/5 {
  border-right-color: rgb(146 64 14 / 0.05);
}
.border-r-amber-800\/50 {
  border-right-color: rgb(146 64 14 / 0.5);
}
.border-r-amber-800\/55 {
  border-right-color: rgb(146 64 14 / 0.55);
}
.border-r-amber-800\/60 {
  border-right-color: rgb(146 64 14 / 0.6);
}
.border-r-amber-800\/65 {
  border-right-color: rgb(146 64 14 / 0.65);
}
.border-r-amber-800\/70 {
  border-right-color: rgb(146 64 14 / 0.7);
}
.border-r-amber-800\/75 {
  border-right-color: rgb(146 64 14 / 0.75);
}
.border-r-amber-800\/80 {
  border-right-color: rgb(146 64 14 / 0.8);
}
.border-r-amber-800\/85 {
  border-right-color: rgb(146 64 14 / 0.85);
}
.border-r-amber-800\/90 {
  border-right-color: rgb(146 64 14 / 0.9);
}
.border-r-amber-800\/95 {
  border-right-color: rgb(146 64 14 / 0.95);
}
.border-r-amber-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-r-amber-900\/0 {
  border-right-color: rgb(120 53 15 / 0);
}
.border-r-amber-900\/10 {
  border-right-color: rgb(120 53 15 / 0.1);
}
.border-r-amber-900\/100 {
  border-right-color: rgb(120 53 15 / 1);
}
.border-r-amber-900\/15 {
  border-right-color: rgb(120 53 15 / 0.15);
}
.border-r-amber-900\/20 {
  border-right-color: rgb(120 53 15 / 0.2);
}
.border-r-amber-900\/25 {
  border-right-color: rgb(120 53 15 / 0.25);
}
.border-r-amber-900\/30 {
  border-right-color: rgb(120 53 15 / 0.3);
}
.border-r-amber-900\/35 {
  border-right-color: rgb(120 53 15 / 0.35);
}
.border-r-amber-900\/40 {
  border-right-color: rgb(120 53 15 / 0.4);
}
.border-r-amber-900\/45 {
  border-right-color: rgb(120 53 15 / 0.45);
}
.border-r-amber-900\/5 {
  border-right-color: rgb(120 53 15 / 0.05);
}
.border-r-amber-900\/50 {
  border-right-color: rgb(120 53 15 / 0.5);
}
.border-r-amber-900\/55 {
  border-right-color: rgb(120 53 15 / 0.55);
}
.border-r-amber-900\/60 {
  border-right-color: rgb(120 53 15 / 0.6);
}
.border-r-amber-900\/65 {
  border-right-color: rgb(120 53 15 / 0.65);
}
.border-r-amber-900\/70 {
  border-right-color: rgb(120 53 15 / 0.7);
}
.border-r-amber-900\/75 {
  border-right-color: rgb(120 53 15 / 0.75);
}
.border-r-amber-900\/80 {
  border-right-color: rgb(120 53 15 / 0.8);
}
.border-r-amber-900\/85 {
  border-right-color: rgb(120 53 15 / 0.85);
}
.border-r-amber-900\/90 {
  border-right-color: rgb(120 53 15 / 0.9);
}
.border-r-amber-900\/95 {
  border-right-color: rgb(120 53 15 / 0.95);
}
.border-r-amber-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-r-amber-950\/0 {
  border-right-color: rgb(69 26 3 / 0);
}
.border-r-amber-950\/10 {
  border-right-color: rgb(69 26 3 / 0.1);
}
.border-r-amber-950\/100 {
  border-right-color: rgb(69 26 3 / 1);
}
.border-r-amber-950\/15 {
  border-right-color: rgb(69 26 3 / 0.15);
}
.border-r-amber-950\/20 {
  border-right-color: rgb(69 26 3 / 0.2);
}
.border-r-amber-950\/25 {
  border-right-color: rgb(69 26 3 / 0.25);
}
.border-r-amber-950\/30 {
  border-right-color: rgb(69 26 3 / 0.3);
}
.border-r-amber-950\/35 {
  border-right-color: rgb(69 26 3 / 0.35);
}
.border-r-amber-950\/40 {
  border-right-color: rgb(69 26 3 / 0.4);
}
.border-r-amber-950\/45 {
  border-right-color: rgb(69 26 3 / 0.45);
}
.border-r-amber-950\/5 {
  border-right-color: rgb(69 26 3 / 0.05);
}
.border-r-amber-950\/50 {
  border-right-color: rgb(69 26 3 / 0.5);
}
.border-r-amber-950\/55 {
  border-right-color: rgb(69 26 3 / 0.55);
}
.border-r-amber-950\/60 {
  border-right-color: rgb(69 26 3 / 0.6);
}
.border-r-amber-950\/65 {
  border-right-color: rgb(69 26 3 / 0.65);
}
.border-r-amber-950\/70 {
  border-right-color: rgb(69 26 3 / 0.7);
}
.border-r-amber-950\/75 {
  border-right-color: rgb(69 26 3 / 0.75);
}
.border-r-amber-950\/80 {
  border-right-color: rgb(69 26 3 / 0.8);
}
.border-r-amber-950\/85 {
  border-right-color: rgb(69 26 3 / 0.85);
}
.border-r-amber-950\/90 {
  border-right-color: rgb(69 26 3 / 0.9);
}
.border-r-amber-950\/95 {
  border-right-color: rgb(69 26 3 / 0.95);
}
.border-r-background {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}
.border-r-background\/0 {
  border-right-color: hsl(var(--background) / 0);
}
.border-r-background\/10 {
  border-right-color: hsl(var(--background) / 0.1);
}
.border-r-background\/100 {
  border-right-color: hsl(var(--background) / 1);
}
.border-r-background\/15 {
  border-right-color: hsl(var(--background) / 0.15);
}
.border-r-background\/20 {
  border-right-color: hsl(var(--background) / 0.2);
}
.border-r-background\/25 {
  border-right-color: hsl(var(--background) / 0.25);
}
.border-r-background\/30 {
  border-right-color: hsl(var(--background) / 0.3);
}
.border-r-background\/35 {
  border-right-color: hsl(var(--background) / 0.35);
}
.border-r-background\/40 {
  border-right-color: hsl(var(--background) / 0.4);
}
.border-r-background\/45 {
  border-right-color: hsl(var(--background) / 0.45);
}
.border-r-background\/5 {
  border-right-color: hsl(var(--background) / 0.05);
}
.border-r-background\/50 {
  border-right-color: hsl(var(--background) / 0.5);
}
.border-r-background\/55 {
  border-right-color: hsl(var(--background) / 0.55);
}
.border-r-background\/60 {
  border-right-color: hsl(var(--background) / 0.6);
}
.border-r-background\/65 {
  border-right-color: hsl(var(--background) / 0.65);
}
.border-r-background\/70 {
  border-right-color: hsl(var(--background) / 0.7);
}
.border-r-background\/75 {
  border-right-color: hsl(var(--background) / 0.75);
}
.border-r-background\/80 {
  border-right-color: hsl(var(--background) / 0.8);
}
.border-r-background\/85 {
  border-right-color: hsl(var(--background) / 0.85);
}
.border-r-background\/90 {
  border-right-color: hsl(var(--background) / 0.9);
}
.border-r-background\/95 {
  border-right-color: hsl(var(--background) / 0.95);
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-black\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-black\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-black\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-black\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-blue-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-100\/0 {
  border-right-color: rgb(219 234 254 / 0);
}
.border-r-blue-100\/10 {
  border-right-color: rgb(219 234 254 / 0.1);
}
.border-r-blue-100\/100 {
  border-right-color: rgb(219 234 254 / 1);
}
.border-r-blue-100\/15 {
  border-right-color: rgb(219 234 254 / 0.15);
}
.border-r-blue-100\/20 {
  border-right-color: rgb(219 234 254 / 0.2);
}
.border-r-blue-100\/25 {
  border-right-color: rgb(219 234 254 / 0.25);
}
.border-r-blue-100\/30 {
  border-right-color: rgb(219 234 254 / 0.3);
}
.border-r-blue-100\/35 {
  border-right-color: rgb(219 234 254 / 0.35);
}
.border-r-blue-100\/40 {
  border-right-color: rgb(219 234 254 / 0.4);
}
.border-r-blue-100\/45 {
  border-right-color: rgb(219 234 254 / 0.45);
}
.border-r-blue-100\/5 {
  border-right-color: rgb(219 234 254 / 0.05);
}
.border-r-blue-100\/50 {
  border-right-color: rgb(219 234 254 / 0.5);
}
.border-r-blue-100\/55 {
  border-right-color: rgb(219 234 254 / 0.55);
}
.border-r-blue-100\/60 {
  border-right-color: rgb(219 234 254 / 0.6);
}
.border-r-blue-100\/65 {
  border-right-color: rgb(219 234 254 / 0.65);
}
.border-r-blue-100\/70 {
  border-right-color: rgb(219 234 254 / 0.7);
}
.border-r-blue-100\/75 {
  border-right-color: rgb(219 234 254 / 0.75);
}
.border-r-blue-100\/80 {
  border-right-color: rgb(219 234 254 / 0.8);
}
.border-r-blue-100\/85 {
  border-right-color: rgb(219 234 254 / 0.85);
}
.border-r-blue-100\/90 {
  border-right-color: rgb(219 234 254 / 0.9);
}
.border-r-blue-100\/95 {
  border-right-color: rgb(219 234 254 / 0.95);
}
.border-r-blue-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-r-blue-200\/0 {
  border-right-color: rgb(191 219 254 / 0);
}
.border-r-blue-200\/10 {
  border-right-color: rgb(191 219 254 / 0.1);
}
.border-r-blue-200\/100 {
  border-right-color: rgb(191 219 254 / 1);
}
.border-r-blue-200\/15 {
  border-right-color: rgb(191 219 254 / 0.15);
}
.border-r-blue-200\/20 {
  border-right-color: rgb(191 219 254 / 0.2);
}
.border-r-blue-200\/25 {
  border-right-color: rgb(191 219 254 / 0.25);
}
.border-r-blue-200\/30 {
  border-right-color: rgb(191 219 254 / 0.3);
}
.border-r-blue-200\/35 {
  border-right-color: rgb(191 219 254 / 0.35);
}
.border-r-blue-200\/40 {
  border-right-color: rgb(191 219 254 / 0.4);
}
.border-r-blue-200\/45 {
  border-right-color: rgb(191 219 254 / 0.45);
}
.border-r-blue-200\/5 {
  border-right-color: rgb(191 219 254 / 0.05);
}
.border-r-blue-200\/50 {
  border-right-color: rgb(191 219 254 / 0.5);
}
.border-r-blue-200\/55 {
  border-right-color: rgb(191 219 254 / 0.55);
}
.border-r-blue-200\/60 {
  border-right-color: rgb(191 219 254 / 0.6);
}
.border-r-blue-200\/65 {
  border-right-color: rgb(191 219 254 / 0.65);
}
.border-r-blue-200\/70 {
  border-right-color: rgb(191 219 254 / 0.7);
}
.border-r-blue-200\/75 {
  border-right-color: rgb(191 219 254 / 0.75);
}
.border-r-blue-200\/80 {
  border-right-color: rgb(191 219 254 / 0.8);
}
.border-r-blue-200\/85 {
  border-right-color: rgb(191 219 254 / 0.85);
}
.border-r-blue-200\/90 {
  border-right-color: rgb(191 219 254 / 0.9);
}
.border-r-blue-200\/95 {
  border-right-color: rgb(191 219 254 / 0.95);
}
.border-r-blue-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-r-blue-300\/0 {
  border-right-color: rgb(147 197 253 / 0);
}
.border-r-blue-300\/10 {
  border-right-color: rgb(147 197 253 / 0.1);
}
.border-r-blue-300\/100 {
  border-right-color: rgb(147 197 253 / 1);
}
.border-r-blue-300\/15 {
  border-right-color: rgb(147 197 253 / 0.15);
}
.border-r-blue-300\/20 {
  border-right-color: rgb(147 197 253 / 0.2);
}
.border-r-blue-300\/25 {
  border-right-color: rgb(147 197 253 / 0.25);
}
.border-r-blue-300\/30 {
  border-right-color: rgb(147 197 253 / 0.3);
}
.border-r-blue-300\/35 {
  border-right-color: rgb(147 197 253 / 0.35);
}
.border-r-blue-300\/40 {
  border-right-color: rgb(147 197 253 / 0.4);
}
.border-r-blue-300\/45 {
  border-right-color: rgb(147 197 253 / 0.45);
}
.border-r-blue-300\/5 {
  border-right-color: rgb(147 197 253 / 0.05);
}
.border-r-blue-300\/50 {
  border-right-color: rgb(147 197 253 / 0.5);
}
.border-r-blue-300\/55 {
  border-right-color: rgb(147 197 253 / 0.55);
}
.border-r-blue-300\/60 {
  border-right-color: rgb(147 197 253 / 0.6);
}
.border-r-blue-300\/65 {
  border-right-color: rgb(147 197 253 / 0.65);
}
.border-r-blue-300\/70 {
  border-right-color: rgb(147 197 253 / 0.7);
}
.border-r-blue-300\/75 {
  border-right-color: rgb(147 197 253 / 0.75);
}
.border-r-blue-300\/80 {
  border-right-color: rgb(147 197 253 / 0.8);
}
.border-r-blue-300\/85 {
  border-right-color: rgb(147 197 253 / 0.85);
}
.border-r-blue-300\/90 {
  border-right-color: rgb(147 197 253 / 0.9);
}
.border-r-blue-300\/95 {
  border-right-color: rgb(147 197 253 / 0.95);
}
.border-r-blue-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-r-blue-400\/0 {
  border-right-color: rgb(96 165 250 / 0);
}
.border-r-blue-400\/10 {
  border-right-color: rgb(96 165 250 / 0.1);
}
.border-r-blue-400\/100 {
  border-right-color: rgb(96 165 250 / 1);
}
.border-r-blue-400\/15 {
  border-right-color: rgb(96 165 250 / 0.15);
}
.border-r-blue-400\/20 {
  border-right-color: rgb(96 165 250 / 0.2);
}
.border-r-blue-400\/25 {
  border-right-color: rgb(96 165 250 / 0.25);
}
.border-r-blue-400\/30 {
  border-right-color: rgb(96 165 250 / 0.3);
}
.border-r-blue-400\/35 {
  border-right-color: rgb(96 165 250 / 0.35);
}
.border-r-blue-400\/40 {
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-r-blue-400\/45 {
  border-right-color: rgb(96 165 250 / 0.45);
}
.border-r-blue-400\/5 {
  border-right-color: rgb(96 165 250 / 0.05);
}
.border-r-blue-400\/50 {
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-r-blue-400\/55 {
  border-right-color: rgb(96 165 250 / 0.55);
}
.border-r-blue-400\/60 {
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-r-blue-400\/65 {
  border-right-color: rgb(96 165 250 / 0.65);
}
.border-r-blue-400\/70 {
  border-right-color: rgb(96 165 250 / 0.7);
}
.border-r-blue-400\/75 {
  border-right-color: rgb(96 165 250 / 0.75);
}
.border-r-blue-400\/80 {
  border-right-color: rgb(96 165 250 / 0.8);
}
.border-r-blue-400\/85 {
  border-right-color: rgb(96 165 250 / 0.85);
}
.border-r-blue-400\/90 {
  border-right-color: rgb(96 165 250 / 0.9);
}
.border-r-blue-400\/95 {
  border-right-color: rgb(96 165 250 / 0.95);
}
.border-r-blue-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-r-blue-50\/0 {
  border-right-color: rgb(239 246 255 / 0);
}
.border-r-blue-50\/10 {
  border-right-color: rgb(239 246 255 / 0.1);
}
.border-r-blue-50\/100 {
  border-right-color: rgb(239 246 255 / 1);
}
.border-r-blue-50\/15 {
  border-right-color: rgb(239 246 255 / 0.15);
}
.border-r-blue-50\/20 {
  border-right-color: rgb(239 246 255 / 0.2);
}
.border-r-blue-50\/25 {
  border-right-color: rgb(239 246 255 / 0.25);
}
.border-r-blue-50\/30 {
  border-right-color: rgb(239 246 255 / 0.3);
}
.border-r-blue-50\/35 {
  border-right-color: rgb(239 246 255 / 0.35);
}
.border-r-blue-50\/40 {
  border-right-color: rgb(239 246 255 / 0.4);
}
.border-r-blue-50\/45 {
  border-right-color: rgb(239 246 255 / 0.45);
}
.border-r-blue-50\/5 {
  border-right-color: rgb(239 246 255 / 0.05);
}
.border-r-blue-50\/50 {
  border-right-color: rgb(239 246 255 / 0.5);
}
.border-r-blue-50\/55 {
  border-right-color: rgb(239 246 255 / 0.55);
}
.border-r-blue-50\/60 {
  border-right-color: rgb(239 246 255 / 0.6);
}
.border-r-blue-50\/65 {
  border-right-color: rgb(239 246 255 / 0.65);
}
.border-r-blue-50\/70 {
  border-right-color: rgb(239 246 255 / 0.7);
}
.border-r-blue-50\/75 {
  border-right-color: rgb(239 246 255 / 0.75);
}
.border-r-blue-50\/80 {
  border-right-color: rgb(239 246 255 / 0.8);
}
.border-r-blue-50\/85 {
  border-right-color: rgb(239 246 255 / 0.85);
}
.border-r-blue-50\/90 {
  border-right-color: rgb(239 246 255 / 0.9);
}
.border-r-blue-50\/95 {
  border-right-color: rgb(239 246 255 / 0.95);
}
.border-r-blue-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-r-blue-500\/0 {
  border-right-color: rgb(59 130 246 / 0);
}
.border-r-blue-500\/10 {
  border-right-color: rgb(59 130 246 / 0.1);
}
.border-r-blue-500\/100 {
  border-right-color: rgb(59 130 246 / 1);
}
.border-r-blue-500\/15 {
  border-right-color: rgb(59 130 246 / 0.15);
}
.border-r-blue-500\/20 {
  border-right-color: rgb(59 130 246 / 0.2);
}
.border-r-blue-500\/25 {
  border-right-color: rgb(59 130 246 / 0.25);
}
.border-r-blue-500\/30 {
  border-right-color: rgb(59 130 246 / 0.3);
}
.border-r-blue-500\/35 {
  border-right-color: rgb(59 130 246 / 0.35);
}
.border-r-blue-500\/40 {
  border-right-color: rgb(59 130 246 / 0.4);
}
.border-r-blue-500\/45 {
  border-right-color: rgb(59 130 246 / 0.45);
}
.border-r-blue-500\/5 {
  border-right-color: rgb(59 130 246 / 0.05);
}
.border-r-blue-500\/50 {
  border-right-color: rgb(59 130 246 / 0.5);
}
.border-r-blue-500\/55 {
  border-right-color: rgb(59 130 246 / 0.55);
}
.border-r-blue-500\/60 {
  border-right-color: rgb(59 130 246 / 0.6);
}
.border-r-blue-500\/65 {
  border-right-color: rgb(59 130 246 / 0.65);
}
.border-r-blue-500\/70 {
  border-right-color: rgb(59 130 246 / 0.7);
}
.border-r-blue-500\/75 {
  border-right-color: rgb(59 130 246 / 0.75);
}
.border-r-blue-500\/80 {
  border-right-color: rgb(59 130 246 / 0.8);
}
.border-r-blue-500\/85 {
  border-right-color: rgb(59 130 246 / 0.85);
}
.border-r-blue-500\/90 {
  border-right-color: rgb(59 130 246 / 0.9);
}
.border-r-blue-500\/95 {
  border-right-color: rgb(59 130 246 / 0.95);
}
.border-r-blue-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-r-blue-600\/0 {
  border-right-color: rgb(37 99 235 / 0);
}
.border-r-blue-600\/10 {
  border-right-color: rgb(37 99 235 / 0.1);
}
.border-r-blue-600\/100 {
  border-right-color: rgb(37 99 235 / 1);
}
.border-r-blue-600\/15 {
  border-right-color: rgb(37 99 235 / 0.15);
}
.border-r-blue-600\/20 {
  border-right-color: rgb(37 99 235 / 0.2);
}
.border-r-blue-600\/25 {
  border-right-color: rgb(37 99 235 / 0.25);
}
.border-r-blue-600\/30 {
  border-right-color: rgb(37 99 235 / 0.3);
}
.border-r-blue-600\/35 {
  border-right-color: rgb(37 99 235 / 0.35);
}
.border-r-blue-600\/40 {
  border-right-color: rgb(37 99 235 / 0.4);
}
.border-r-blue-600\/45 {
  border-right-color: rgb(37 99 235 / 0.45);
}
.border-r-blue-600\/5 {
  border-right-color: rgb(37 99 235 / 0.05);
}
.border-r-blue-600\/50 {
  border-right-color: rgb(37 99 235 / 0.5);
}
.border-r-blue-600\/55 {
  border-right-color: rgb(37 99 235 / 0.55);
}
.border-r-blue-600\/60 {
  border-right-color: rgb(37 99 235 / 0.6);
}
.border-r-blue-600\/65 {
  border-right-color: rgb(37 99 235 / 0.65);
}
.border-r-blue-600\/70 {
  border-right-color: rgb(37 99 235 / 0.7);
}
.border-r-blue-600\/75 {
  border-right-color: rgb(37 99 235 / 0.75);
}
.border-r-blue-600\/80 {
  border-right-color: rgb(37 99 235 / 0.8);
}
.border-r-blue-600\/85 {
  border-right-color: rgb(37 99 235 / 0.85);
}
.border-r-blue-600\/90 {
  border-right-color: rgb(37 99 235 / 0.9);
}
.border-r-blue-600\/95 {
  border-right-color: rgb(37 99 235 / 0.95);
}
.border-r-blue-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-r-blue-700\/0 {
  border-right-color: rgb(29 78 216 / 0);
}
.border-r-blue-700\/10 {
  border-right-color: rgb(29 78 216 / 0.1);
}
.border-r-blue-700\/100 {
  border-right-color: rgb(29 78 216 / 1);
}
.border-r-blue-700\/15 {
  border-right-color: rgb(29 78 216 / 0.15);
}
.border-r-blue-700\/20 {
  border-right-color: rgb(29 78 216 / 0.2);
}
.border-r-blue-700\/25 {
  border-right-color: rgb(29 78 216 / 0.25);
}
.border-r-blue-700\/30 {
  border-right-color: rgb(29 78 216 / 0.3);
}
.border-r-blue-700\/35 {
  border-right-color: rgb(29 78 216 / 0.35);
}
.border-r-blue-700\/40 {
  border-right-color: rgb(29 78 216 / 0.4);
}
.border-r-blue-700\/45 {
  border-right-color: rgb(29 78 216 / 0.45);
}
.border-r-blue-700\/5 {
  border-right-color: rgb(29 78 216 / 0.05);
}
.border-r-blue-700\/50 {
  border-right-color: rgb(29 78 216 / 0.5);
}
.border-r-blue-700\/55 {
  border-right-color: rgb(29 78 216 / 0.55);
}
.border-r-blue-700\/60 {
  border-right-color: rgb(29 78 216 / 0.6);
}
.border-r-blue-700\/65 {
  border-right-color: rgb(29 78 216 / 0.65);
}
.border-r-blue-700\/70 {
  border-right-color: rgb(29 78 216 / 0.7);
}
.border-r-blue-700\/75 {
  border-right-color: rgb(29 78 216 / 0.75);
}
.border-r-blue-700\/80 {
  border-right-color: rgb(29 78 216 / 0.8);
}
.border-r-blue-700\/85 {
  border-right-color: rgb(29 78 216 / 0.85);
}
.border-r-blue-700\/90 {
  border-right-color: rgb(29 78 216 / 0.9);
}
.border-r-blue-700\/95 {
  border-right-color: rgb(29 78 216 / 0.95);
}
.border-r-blue-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-r-blue-800\/0 {
  border-right-color: rgb(30 64 175 / 0);
}
.border-r-blue-800\/10 {
  border-right-color: rgb(30 64 175 / 0.1);
}
.border-r-blue-800\/100 {
  border-right-color: rgb(30 64 175 / 1);
}
.border-r-blue-800\/15 {
  border-right-color: rgb(30 64 175 / 0.15);
}
.border-r-blue-800\/20 {
  border-right-color: rgb(30 64 175 / 0.2);
}
.border-r-blue-800\/25 {
  border-right-color: rgb(30 64 175 / 0.25);
}
.border-r-blue-800\/30 {
  border-right-color: rgb(30 64 175 / 0.3);
}
.border-r-blue-800\/35 {
  border-right-color: rgb(30 64 175 / 0.35);
}
.border-r-blue-800\/40 {
  border-right-color: rgb(30 64 175 / 0.4);
}
.border-r-blue-800\/45 {
  border-right-color: rgb(30 64 175 / 0.45);
}
.border-r-blue-800\/5 {
  border-right-color: rgb(30 64 175 / 0.05);
}
.border-r-blue-800\/50 {
  border-right-color: rgb(30 64 175 / 0.5);
}
.border-r-blue-800\/55 {
  border-right-color: rgb(30 64 175 / 0.55);
}
.border-r-blue-800\/60 {
  border-right-color: rgb(30 64 175 / 0.6);
}
.border-r-blue-800\/65 {
  border-right-color: rgb(30 64 175 / 0.65);
}
.border-r-blue-800\/70 {
  border-right-color: rgb(30 64 175 / 0.7);
}
.border-r-blue-800\/75 {
  border-right-color: rgb(30 64 175 / 0.75);
}
.border-r-blue-800\/80 {
  border-right-color: rgb(30 64 175 / 0.8);
}
.border-r-blue-800\/85 {
  border-right-color: rgb(30 64 175 / 0.85);
}
.border-r-blue-800\/90 {
  border-right-color: rgb(30 64 175 / 0.9);
}
.border-r-blue-800\/95 {
  border-right-color: rgb(30 64 175 / 0.95);
}
.border-r-blue-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-r-blue-900\/0 {
  border-right-color: rgb(30 58 138 / 0);
}
.border-r-blue-900\/10 {
  border-right-color: rgb(30 58 138 / 0.1);
}
.border-r-blue-900\/100 {
  border-right-color: rgb(30 58 138 / 1);
}
.border-r-blue-900\/15 {
  border-right-color: rgb(30 58 138 / 0.15);
}
.border-r-blue-900\/20 {
  border-right-color: rgb(30 58 138 / 0.2);
}
.border-r-blue-900\/25 {
  border-right-color: rgb(30 58 138 / 0.25);
}
.border-r-blue-900\/30 {
  border-right-color: rgb(30 58 138 / 0.3);
}
.border-r-blue-900\/35 {
  border-right-color: rgb(30 58 138 / 0.35);
}
.border-r-blue-900\/40 {
  border-right-color: rgb(30 58 138 / 0.4);
}
.border-r-blue-900\/45 {
  border-right-color: rgb(30 58 138 / 0.45);
}
.border-r-blue-900\/5 {
  border-right-color: rgb(30 58 138 / 0.05);
}
.border-r-blue-900\/50 {
  border-right-color: rgb(30 58 138 / 0.5);
}
.border-r-blue-900\/55 {
  border-right-color: rgb(30 58 138 / 0.55);
}
.border-r-blue-900\/60 {
  border-right-color: rgb(30 58 138 / 0.6);
}
.border-r-blue-900\/65 {
  border-right-color: rgb(30 58 138 / 0.65);
}
.border-r-blue-900\/70 {
  border-right-color: rgb(30 58 138 / 0.7);
}
.border-r-blue-900\/75 {
  border-right-color: rgb(30 58 138 / 0.75);
}
.border-r-blue-900\/80 {
  border-right-color: rgb(30 58 138 / 0.8);
}
.border-r-blue-900\/85 {
  border-right-color: rgb(30 58 138 / 0.85);
}
.border-r-blue-900\/90 {
  border-right-color: rgb(30 58 138 / 0.9);
}
.border-r-blue-900\/95 {
  border-right-color: rgb(30 58 138 / 0.95);
}
.border-r-blue-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-r-blue-950\/0 {
  border-right-color: rgb(23 37 84 / 0);
}
.border-r-blue-950\/10 {
  border-right-color: rgb(23 37 84 / 0.1);
}
.border-r-blue-950\/100 {
  border-right-color: rgb(23 37 84 / 1);
}
.border-r-blue-950\/15 {
  border-right-color: rgb(23 37 84 / 0.15);
}
.border-r-blue-950\/20 {
  border-right-color: rgb(23 37 84 / 0.2);
}
.border-r-blue-950\/25 {
  border-right-color: rgb(23 37 84 / 0.25);
}
.border-r-blue-950\/30 {
  border-right-color: rgb(23 37 84 / 0.3);
}
.border-r-blue-950\/35 {
  border-right-color: rgb(23 37 84 / 0.35);
}
.border-r-blue-950\/40 {
  border-right-color: rgb(23 37 84 / 0.4);
}
.border-r-blue-950\/45 {
  border-right-color: rgb(23 37 84 / 0.45);
}
.border-r-blue-950\/5 {
  border-right-color: rgb(23 37 84 / 0.05);
}
.border-r-blue-950\/50 {
  border-right-color: rgb(23 37 84 / 0.5);
}
.border-r-blue-950\/55 {
  border-right-color: rgb(23 37 84 / 0.55);
}
.border-r-blue-950\/60 {
  border-right-color: rgb(23 37 84 / 0.6);
}
.border-r-blue-950\/65 {
  border-right-color: rgb(23 37 84 / 0.65);
}
.border-r-blue-950\/70 {
  border-right-color: rgb(23 37 84 / 0.7);
}
.border-r-blue-950\/75 {
  border-right-color: rgb(23 37 84 / 0.75);
}
.border-r-blue-950\/80 {
  border-right-color: rgb(23 37 84 / 0.8);
}
.border-r-blue-950\/85 {
  border-right-color: rgb(23 37 84 / 0.85);
}
.border-r-blue-950\/90 {
  border-right-color: rgb(23 37 84 / 0.9);
}
.border-r-blue-950\/95 {
  border-right-color: rgb(23 37 84 / 0.95);
}
.border-r-border {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}
.border-r-border\/0 {
  border-right-color: hsl(var(--border) / 0);
}
.border-r-border\/10 {
  border-right-color: hsl(var(--border) / 0.1);
}
.border-r-border\/100 {
  border-right-color: hsl(var(--border) / 1);
}
.border-r-border\/15 {
  border-right-color: hsl(var(--border) / 0.15);
}
.border-r-border\/20 {
  border-right-color: hsl(var(--border) / 0.2);
}
.border-r-border\/25 {
  border-right-color: hsl(var(--border) / 0.25);
}
.border-r-border\/30 {
  border-right-color: hsl(var(--border) / 0.3);
}
.border-r-border\/35 {
  border-right-color: hsl(var(--border) / 0.35);
}
.border-r-border\/40 {
  border-right-color: hsl(var(--border) / 0.4);
}
.border-r-border\/45 {
  border-right-color: hsl(var(--border) / 0.45);
}
.border-r-border\/5 {
  border-right-color: hsl(var(--border) / 0.05);
}
.border-r-border\/50 {
  border-right-color: hsl(var(--border) / 0.5);
}
.border-r-border\/55 {
  border-right-color: hsl(var(--border) / 0.55);
}
.border-r-border\/60 {
  border-right-color: hsl(var(--border) / 0.6);
}
.border-r-border\/65 {
  border-right-color: hsl(var(--border) / 0.65);
}
.border-r-border\/70 {
  border-right-color: hsl(var(--border) / 0.7);
}
.border-r-border\/75 {
  border-right-color: hsl(var(--border) / 0.75);
}
.border-r-border\/80 {
  border-right-color: hsl(var(--border) / 0.8);
}
.border-r-border\/85 {
  border-right-color: hsl(var(--border) / 0.85);
}
.border-r-border\/90 {
  border-right-color: hsl(var(--border) / 0.9);
}
.border-r-border\/95 {
  border-right-color: hsl(var(--border) / 0.95);
}
.border-r-card {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--card) / var(--tw-border-opacity, 1));
}
.border-r-card-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
}
.border-r-card-foreground\/0 {
  border-right-color: hsl(var(--card-foreground) / 0);
}
.border-r-card-foreground\/10 {
  border-right-color: hsl(var(--card-foreground) / 0.1);
}
.border-r-card-foreground\/100 {
  border-right-color: hsl(var(--card-foreground) / 1);
}
.border-r-card-foreground\/15 {
  border-right-color: hsl(var(--card-foreground) / 0.15);
}
.border-r-card-foreground\/20 {
  border-right-color: hsl(var(--card-foreground) / 0.2);
}
.border-r-card-foreground\/25 {
  border-right-color: hsl(var(--card-foreground) / 0.25);
}
.border-r-card-foreground\/30 {
  border-right-color: hsl(var(--card-foreground) / 0.3);
}
.border-r-card-foreground\/35 {
  border-right-color: hsl(var(--card-foreground) / 0.35);
}
.border-r-card-foreground\/40 {
  border-right-color: hsl(var(--card-foreground) / 0.4);
}
.border-r-card-foreground\/45 {
  border-right-color: hsl(var(--card-foreground) / 0.45);
}
.border-r-card-foreground\/5 {
  border-right-color: hsl(var(--card-foreground) / 0.05);
}
.border-r-card-foreground\/50 {
  border-right-color: hsl(var(--card-foreground) / 0.5);
}
.border-r-card-foreground\/55 {
  border-right-color: hsl(var(--card-foreground) / 0.55);
}
.border-r-card-foreground\/60 {
  border-right-color: hsl(var(--card-foreground) / 0.6);
}
.border-r-card-foreground\/65 {
  border-right-color: hsl(var(--card-foreground) / 0.65);
}
.border-r-card-foreground\/70 {
  border-right-color: hsl(var(--card-foreground) / 0.7);
}
.border-r-card-foreground\/75 {
  border-right-color: hsl(var(--card-foreground) / 0.75);
}
.border-r-card-foreground\/80 {
  border-right-color: hsl(var(--card-foreground) / 0.8);
}
.border-r-card-foreground\/85 {
  border-right-color: hsl(var(--card-foreground) / 0.85);
}
.border-r-card-foreground\/90 {
  border-right-color: hsl(var(--card-foreground) / 0.9);
}
.border-r-card-foreground\/95 {
  border-right-color: hsl(var(--card-foreground) / 0.95);
}
.border-r-card\/0 {
  border-right-color: hsl(var(--card) / 0);
}
.border-r-card\/10 {
  border-right-color: hsl(var(--card) / 0.1);
}
.border-r-card\/100 {
  border-right-color: hsl(var(--card) / 1);
}
.border-r-card\/15 {
  border-right-color: hsl(var(--card) / 0.15);
}
.border-r-card\/20 {
  border-right-color: hsl(var(--card) / 0.2);
}
.border-r-card\/25 {
  border-right-color: hsl(var(--card) / 0.25);
}
.border-r-card\/30 {
  border-right-color: hsl(var(--card) / 0.3);
}
.border-r-card\/35 {
  border-right-color: hsl(var(--card) / 0.35);
}
.border-r-card\/40 {
  border-right-color: hsl(var(--card) / 0.4);
}
.border-r-card\/45 {
  border-right-color: hsl(var(--card) / 0.45);
}
.border-r-card\/5 {
  border-right-color: hsl(var(--card) / 0.05);
}
.border-r-card\/50 {
  border-right-color: hsl(var(--card) / 0.5);
}
.border-r-card\/55 {
  border-right-color: hsl(var(--card) / 0.55);
}
.border-r-card\/60 {
  border-right-color: hsl(var(--card) / 0.6);
}
.border-r-card\/65 {
  border-right-color: hsl(var(--card) / 0.65);
}
.border-r-card\/70 {
  border-right-color: hsl(var(--card) / 0.7);
}
.border-r-card\/75 {
  border-right-color: hsl(var(--card) / 0.75);
}
.border-r-card\/80 {
  border-right-color: hsl(var(--card) / 0.8);
}
.border-r-card\/85 {
  border-right-color: hsl(var(--card) / 0.85);
}
.border-r-card\/90 {
  border-right-color: hsl(var(--card) / 0.9);
}
.border-r-card\/95 {
  border-right-color: hsl(var(--card) / 0.95);
}
.border-r-current {
  border-right-color: currentColor;
}
.border-r-cyan-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-r-cyan-100\/0 {
  border-right-color: rgb(207 250 254 / 0);
}
.border-r-cyan-100\/10 {
  border-right-color: rgb(207 250 254 / 0.1);
}
.border-r-cyan-100\/100 {
  border-right-color: rgb(207 250 254 / 1);
}
.border-r-cyan-100\/15 {
  border-right-color: rgb(207 250 254 / 0.15);
}
.border-r-cyan-100\/20 {
  border-right-color: rgb(207 250 254 / 0.2);
}
.border-r-cyan-100\/25 {
  border-right-color: rgb(207 250 254 / 0.25);
}
.border-r-cyan-100\/30 {
  border-right-color: rgb(207 250 254 / 0.3);
}
.border-r-cyan-100\/35 {
  border-right-color: rgb(207 250 254 / 0.35);
}
.border-r-cyan-100\/40 {
  border-right-color: rgb(207 250 254 / 0.4);
}
.border-r-cyan-100\/45 {
  border-right-color: rgb(207 250 254 / 0.45);
}
.border-r-cyan-100\/5 {
  border-right-color: rgb(207 250 254 / 0.05);
}
.border-r-cyan-100\/50 {
  border-right-color: rgb(207 250 254 / 0.5);
}
.border-r-cyan-100\/55 {
  border-right-color: rgb(207 250 254 / 0.55);
}
.border-r-cyan-100\/60 {
  border-right-color: rgb(207 250 254 / 0.6);
}
.border-r-cyan-100\/65 {
  border-right-color: rgb(207 250 254 / 0.65);
}
.border-r-cyan-100\/70 {
  border-right-color: rgb(207 250 254 / 0.7);
}
.border-r-cyan-100\/75 {
  border-right-color: rgb(207 250 254 / 0.75);
}
.border-r-cyan-100\/80 {
  border-right-color: rgb(207 250 254 / 0.8);
}
.border-r-cyan-100\/85 {
  border-right-color: rgb(207 250 254 / 0.85);
}
.border-r-cyan-100\/90 {
  border-right-color: rgb(207 250 254 / 0.9);
}
.border-r-cyan-100\/95 {
  border-right-color: rgb(207 250 254 / 0.95);
}
.border-r-cyan-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-r-cyan-200\/0 {
  border-right-color: rgb(165 243 252 / 0);
}
.border-r-cyan-200\/10 {
  border-right-color: rgb(165 243 252 / 0.1);
}
.border-r-cyan-200\/100 {
  border-right-color: rgb(165 243 252 / 1);
}
.border-r-cyan-200\/15 {
  border-right-color: rgb(165 243 252 / 0.15);
}
.border-r-cyan-200\/20 {
  border-right-color: rgb(165 243 252 / 0.2);
}
.border-r-cyan-200\/25 {
  border-right-color: rgb(165 243 252 / 0.25);
}
.border-r-cyan-200\/30 {
  border-right-color: rgb(165 243 252 / 0.3);
}
.border-r-cyan-200\/35 {
  border-right-color: rgb(165 243 252 / 0.35);
}
.border-r-cyan-200\/40 {
  border-right-color: rgb(165 243 252 / 0.4);
}
.border-r-cyan-200\/45 {
  border-right-color: rgb(165 243 252 / 0.45);
}
.border-r-cyan-200\/5 {
  border-right-color: rgb(165 243 252 / 0.05);
}
.border-r-cyan-200\/50 {
  border-right-color: rgb(165 243 252 / 0.5);
}
.border-r-cyan-200\/55 {
  border-right-color: rgb(165 243 252 / 0.55);
}
.border-r-cyan-200\/60 {
  border-right-color: rgb(165 243 252 / 0.6);
}
.border-r-cyan-200\/65 {
  border-right-color: rgb(165 243 252 / 0.65);
}
.border-r-cyan-200\/70 {
  border-right-color: rgb(165 243 252 / 0.7);
}
.border-r-cyan-200\/75 {
  border-right-color: rgb(165 243 252 / 0.75);
}
.border-r-cyan-200\/80 {
  border-right-color: rgb(165 243 252 / 0.8);
}
.border-r-cyan-200\/85 {
  border-right-color: rgb(165 243 252 / 0.85);
}
.border-r-cyan-200\/90 {
  border-right-color: rgb(165 243 252 / 0.9);
}
.border-r-cyan-200\/95 {
  border-right-color: rgb(165 243 252 / 0.95);
}
.border-r-cyan-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-r-cyan-300\/0 {
  border-right-color: rgb(103 232 249 / 0);
}
.border-r-cyan-300\/10 {
  border-right-color: rgb(103 232 249 / 0.1);
}
.border-r-cyan-300\/100 {
  border-right-color: rgb(103 232 249 / 1);
}
.border-r-cyan-300\/15 {
  border-right-color: rgb(103 232 249 / 0.15);
}
.border-r-cyan-300\/20 {
  border-right-color: rgb(103 232 249 / 0.2);
}
.border-r-cyan-300\/25 {
  border-right-color: rgb(103 232 249 / 0.25);
}
.border-r-cyan-300\/30 {
  border-right-color: rgb(103 232 249 / 0.3);
}
.border-r-cyan-300\/35 {
  border-right-color: rgb(103 232 249 / 0.35);
}
.border-r-cyan-300\/40 {
  border-right-color: rgb(103 232 249 / 0.4);
}
.border-r-cyan-300\/45 {
  border-right-color: rgb(103 232 249 / 0.45);
}
.border-r-cyan-300\/5 {
  border-right-color: rgb(103 232 249 / 0.05);
}
.border-r-cyan-300\/50 {
  border-right-color: rgb(103 232 249 / 0.5);
}
.border-r-cyan-300\/55 {
  border-right-color: rgb(103 232 249 / 0.55);
}
.border-r-cyan-300\/60 {
  border-right-color: rgb(103 232 249 / 0.6);
}
.border-r-cyan-300\/65 {
  border-right-color: rgb(103 232 249 / 0.65);
}
.border-r-cyan-300\/70 {
  border-right-color: rgb(103 232 249 / 0.7);
}
.border-r-cyan-300\/75 {
  border-right-color: rgb(103 232 249 / 0.75);
}
.border-r-cyan-300\/80 {
  border-right-color: rgb(103 232 249 / 0.8);
}
.border-r-cyan-300\/85 {
  border-right-color: rgb(103 232 249 / 0.85);
}
.border-r-cyan-300\/90 {
  border-right-color: rgb(103 232 249 / 0.9);
}
.border-r-cyan-300\/95 {
  border-right-color: rgb(103 232 249 / 0.95);
}
.border-r-cyan-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-r-cyan-400\/0 {
  border-right-color: rgb(34 211 238 / 0);
}
.border-r-cyan-400\/10 {
  border-right-color: rgb(34 211 238 / 0.1);
}
.border-r-cyan-400\/100 {
  border-right-color: rgb(34 211 238 / 1);
}
.border-r-cyan-400\/15 {
  border-right-color: rgb(34 211 238 / 0.15);
}
.border-r-cyan-400\/20 {
  border-right-color: rgb(34 211 238 / 0.2);
}
.border-r-cyan-400\/25 {
  border-right-color: rgb(34 211 238 / 0.25);
}
.border-r-cyan-400\/30 {
  border-right-color: rgb(34 211 238 / 0.3);
}
.border-r-cyan-400\/35 {
  border-right-color: rgb(34 211 238 / 0.35);
}
.border-r-cyan-400\/40 {
  border-right-color: rgb(34 211 238 / 0.4);
}
.border-r-cyan-400\/45 {
  border-right-color: rgb(34 211 238 / 0.45);
}
.border-r-cyan-400\/5 {
  border-right-color: rgb(34 211 238 / 0.05);
}
.border-r-cyan-400\/50 {
  border-right-color: rgb(34 211 238 / 0.5);
}
.border-r-cyan-400\/55 {
  border-right-color: rgb(34 211 238 / 0.55);
}
.border-r-cyan-400\/60 {
  border-right-color: rgb(34 211 238 / 0.6);
}
.border-r-cyan-400\/65 {
  border-right-color: rgb(34 211 238 / 0.65);
}
.border-r-cyan-400\/70 {
  border-right-color: rgb(34 211 238 / 0.7);
}
.border-r-cyan-400\/75 {
  border-right-color: rgb(34 211 238 / 0.75);
}
.border-r-cyan-400\/80 {
  border-right-color: rgb(34 211 238 / 0.8);
}
.border-r-cyan-400\/85 {
  border-right-color: rgb(34 211 238 / 0.85);
}
.border-r-cyan-400\/90 {
  border-right-color: rgb(34 211 238 / 0.9);
}
.border-r-cyan-400\/95 {
  border-right-color: rgb(34 211 238 / 0.95);
}
.border-r-cyan-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-r-cyan-50\/0 {
  border-right-color: rgb(236 254 255 / 0);
}
.border-r-cyan-50\/10 {
  border-right-color: rgb(236 254 255 / 0.1);
}
.border-r-cyan-50\/100 {
  border-right-color: rgb(236 254 255 / 1);
}
.border-r-cyan-50\/15 {
  border-right-color: rgb(236 254 255 / 0.15);
}
.border-r-cyan-50\/20 {
  border-right-color: rgb(236 254 255 / 0.2);
}
.border-r-cyan-50\/25 {
  border-right-color: rgb(236 254 255 / 0.25);
}
.border-r-cyan-50\/30 {
  border-right-color: rgb(236 254 255 / 0.3);
}
.border-r-cyan-50\/35 {
  border-right-color: rgb(236 254 255 / 0.35);
}
.border-r-cyan-50\/40 {
  border-right-color: rgb(236 254 255 / 0.4);
}
.border-r-cyan-50\/45 {
  border-right-color: rgb(236 254 255 / 0.45);
}
.border-r-cyan-50\/5 {
  border-right-color: rgb(236 254 255 / 0.05);
}
.border-r-cyan-50\/50 {
  border-right-color: rgb(236 254 255 / 0.5);
}
.border-r-cyan-50\/55 {
  border-right-color: rgb(236 254 255 / 0.55);
}
.border-r-cyan-50\/60 {
  border-right-color: rgb(236 254 255 / 0.6);
}
.border-r-cyan-50\/65 {
  border-right-color: rgb(236 254 255 / 0.65);
}
.border-r-cyan-50\/70 {
  border-right-color: rgb(236 254 255 / 0.7);
}
.border-r-cyan-50\/75 {
  border-right-color: rgb(236 254 255 / 0.75);
}
.border-r-cyan-50\/80 {
  border-right-color: rgb(236 254 255 / 0.8);
}
.border-r-cyan-50\/85 {
  border-right-color: rgb(236 254 255 / 0.85);
}
.border-r-cyan-50\/90 {
  border-right-color: rgb(236 254 255 / 0.9);
}
.border-r-cyan-50\/95 {
  border-right-color: rgb(236 254 255 / 0.95);
}
.border-r-cyan-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-r-cyan-500\/0 {
  border-right-color: rgb(6 182 212 / 0);
}
.border-r-cyan-500\/10 {
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-r-cyan-500\/100 {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-cyan-500\/15 {
  border-right-color: rgb(6 182 212 / 0.15);
}
.border-r-cyan-500\/20 {
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-r-cyan-500\/25 {
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-r-cyan-500\/30 {
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-r-cyan-500\/35 {
  border-right-color: rgb(6 182 212 / 0.35);
}
.border-r-cyan-500\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-cyan-500\/45 {
  border-right-color: rgb(6 182 212 / 0.45);
}
.border-r-cyan-500\/5 {
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-r-cyan-500\/50 {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-cyan-500\/55 {
  border-right-color: rgb(6 182 212 / 0.55);
}
.border-r-cyan-500\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-cyan-500\/65 {
  border-right-color: rgb(6 182 212 / 0.65);
}
.border-r-cyan-500\/70 {
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-r-cyan-500\/75 {
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-r-cyan-500\/80 {
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-r-cyan-500\/85 {
  border-right-color: rgb(6 182 212 / 0.85);
}
.border-r-cyan-500\/90 {
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-r-cyan-500\/95 {
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-r-cyan-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-r-cyan-600\/0 {
  border-right-color: rgb(8 145 178 / 0);
}
.border-r-cyan-600\/10 {
  border-right-color: rgb(8 145 178 / 0.1);
}
.border-r-cyan-600\/100 {
  border-right-color: rgb(8 145 178 / 1);
}
.border-r-cyan-600\/15 {
  border-right-color: rgb(8 145 178 / 0.15);
}
.border-r-cyan-600\/20 {
  border-right-color: rgb(8 145 178 / 0.2);
}
.border-r-cyan-600\/25 {
  border-right-color: rgb(8 145 178 / 0.25);
}
.border-r-cyan-600\/30 {
  border-right-color: rgb(8 145 178 / 0.3);
}
.border-r-cyan-600\/35 {
  border-right-color: rgb(8 145 178 / 0.35);
}
.border-r-cyan-600\/40 {
  border-right-color: rgb(8 145 178 / 0.4);
}
.border-r-cyan-600\/45 {
  border-right-color: rgb(8 145 178 / 0.45);
}
.border-r-cyan-600\/5 {
  border-right-color: rgb(8 145 178 / 0.05);
}
.border-r-cyan-600\/50 {
  border-right-color: rgb(8 145 178 / 0.5);
}
.border-r-cyan-600\/55 {
  border-right-color: rgb(8 145 178 / 0.55);
}
.border-r-cyan-600\/60 {
  border-right-color: rgb(8 145 178 / 0.6);
}
.border-r-cyan-600\/65 {
  border-right-color: rgb(8 145 178 / 0.65);
}
.border-r-cyan-600\/70 {
  border-right-color: rgb(8 145 178 / 0.7);
}
.border-r-cyan-600\/75 {
  border-right-color: rgb(8 145 178 / 0.75);
}
.border-r-cyan-600\/80 {
  border-right-color: rgb(8 145 178 / 0.8);
}
.border-r-cyan-600\/85 {
  border-right-color: rgb(8 145 178 / 0.85);
}
.border-r-cyan-600\/90 {
  border-right-color: rgb(8 145 178 / 0.9);
}
.border-r-cyan-600\/95 {
  border-right-color: rgb(8 145 178 / 0.95);
}
.border-r-cyan-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-r-cyan-700\/0 {
  border-right-color: rgb(14 116 144 / 0);
}
.border-r-cyan-700\/10 {
  border-right-color: rgb(14 116 144 / 0.1);
}
.border-r-cyan-700\/100 {
  border-right-color: rgb(14 116 144 / 1);
}
.border-r-cyan-700\/15 {
  border-right-color: rgb(14 116 144 / 0.15);
}
.border-r-cyan-700\/20 {
  border-right-color: rgb(14 116 144 / 0.2);
}
.border-r-cyan-700\/25 {
  border-right-color: rgb(14 116 144 / 0.25);
}
.border-r-cyan-700\/30 {
  border-right-color: rgb(14 116 144 / 0.3);
}
.border-r-cyan-700\/35 {
  border-right-color: rgb(14 116 144 / 0.35);
}
.border-r-cyan-700\/40 {
  border-right-color: rgb(14 116 144 / 0.4);
}
.border-r-cyan-700\/45 {
  border-right-color: rgb(14 116 144 / 0.45);
}
.border-r-cyan-700\/5 {
  border-right-color: rgb(14 116 144 / 0.05);
}
.border-r-cyan-700\/50 {
  border-right-color: rgb(14 116 144 / 0.5);
}
.border-r-cyan-700\/55 {
  border-right-color: rgb(14 116 144 / 0.55);
}
.border-r-cyan-700\/60 {
  border-right-color: rgb(14 116 144 / 0.6);
}
.border-r-cyan-700\/65 {
  border-right-color: rgb(14 116 144 / 0.65);
}
.border-r-cyan-700\/70 {
  border-right-color: rgb(14 116 144 / 0.7);
}
.border-r-cyan-700\/75 {
  border-right-color: rgb(14 116 144 / 0.75);
}
.border-r-cyan-700\/80 {
  border-right-color: rgb(14 116 144 / 0.8);
}
.border-r-cyan-700\/85 {
  border-right-color: rgb(14 116 144 / 0.85);
}
.border-r-cyan-700\/90 {
  border-right-color: rgb(14 116 144 / 0.9);
}
.border-r-cyan-700\/95 {
  border-right-color: rgb(14 116 144 / 0.95);
}
.border-r-cyan-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-r-cyan-800\/0 {
  border-right-color: rgb(21 94 117 / 0);
}
.border-r-cyan-800\/10 {
  border-right-color: rgb(21 94 117 / 0.1);
}
.border-r-cyan-800\/100 {
  border-right-color: rgb(21 94 117 / 1);
}
.border-r-cyan-800\/15 {
  border-right-color: rgb(21 94 117 / 0.15);
}
.border-r-cyan-800\/20 {
  border-right-color: rgb(21 94 117 / 0.2);
}
.border-r-cyan-800\/25 {
  border-right-color: rgb(21 94 117 / 0.25);
}
.border-r-cyan-800\/30 {
  border-right-color: rgb(21 94 117 / 0.3);
}
.border-r-cyan-800\/35 {
  border-right-color: rgb(21 94 117 / 0.35);
}
.border-r-cyan-800\/40 {
  border-right-color: rgb(21 94 117 / 0.4);
}
.border-r-cyan-800\/45 {
  border-right-color: rgb(21 94 117 / 0.45);
}
.border-r-cyan-800\/5 {
  border-right-color: rgb(21 94 117 / 0.05);
}
.border-r-cyan-800\/50 {
  border-right-color: rgb(21 94 117 / 0.5);
}
.border-r-cyan-800\/55 {
  border-right-color: rgb(21 94 117 / 0.55);
}
.border-r-cyan-800\/60 {
  border-right-color: rgb(21 94 117 / 0.6);
}
.border-r-cyan-800\/65 {
  border-right-color: rgb(21 94 117 / 0.65);
}
.border-r-cyan-800\/70 {
  border-right-color: rgb(21 94 117 / 0.7);
}
.border-r-cyan-800\/75 {
  border-right-color: rgb(21 94 117 / 0.75);
}
.border-r-cyan-800\/80 {
  border-right-color: rgb(21 94 117 / 0.8);
}
.border-r-cyan-800\/85 {
  border-right-color: rgb(21 94 117 / 0.85);
}
.border-r-cyan-800\/90 {
  border-right-color: rgb(21 94 117 / 0.9);
}
.border-r-cyan-800\/95 {
  border-right-color: rgb(21 94 117 / 0.95);
}
.border-r-cyan-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-r-cyan-900\/0 {
  border-right-color: rgb(22 78 99 / 0);
}
.border-r-cyan-900\/10 {
  border-right-color: rgb(22 78 99 / 0.1);
}
.border-r-cyan-900\/100 {
  border-right-color: rgb(22 78 99 / 1);
}
.border-r-cyan-900\/15 {
  border-right-color: rgb(22 78 99 / 0.15);
}
.border-r-cyan-900\/20 {
  border-right-color: rgb(22 78 99 / 0.2);
}
.border-r-cyan-900\/25 {
  border-right-color: rgb(22 78 99 / 0.25);
}
.border-r-cyan-900\/30 {
  border-right-color: rgb(22 78 99 / 0.3);
}
.border-r-cyan-900\/35 {
  border-right-color: rgb(22 78 99 / 0.35);
}
.border-r-cyan-900\/40 {
  border-right-color: rgb(22 78 99 / 0.4);
}
.border-r-cyan-900\/45 {
  border-right-color: rgb(22 78 99 / 0.45);
}
.border-r-cyan-900\/5 {
  border-right-color: rgb(22 78 99 / 0.05);
}
.border-r-cyan-900\/50 {
  border-right-color: rgb(22 78 99 / 0.5);
}
.border-r-cyan-900\/55 {
  border-right-color: rgb(22 78 99 / 0.55);
}
.border-r-cyan-900\/60 {
  border-right-color: rgb(22 78 99 / 0.6);
}
.border-r-cyan-900\/65 {
  border-right-color: rgb(22 78 99 / 0.65);
}
.border-r-cyan-900\/70 {
  border-right-color: rgb(22 78 99 / 0.7);
}
.border-r-cyan-900\/75 {
  border-right-color: rgb(22 78 99 / 0.75);
}
.border-r-cyan-900\/80 {
  border-right-color: rgb(22 78 99 / 0.8);
}
.border-r-cyan-900\/85 {
  border-right-color: rgb(22 78 99 / 0.85);
}
.border-r-cyan-900\/90 {
  border-right-color: rgb(22 78 99 / 0.9);
}
.border-r-cyan-900\/95 {
  border-right-color: rgb(22 78 99 / 0.95);
}
.border-r-cyan-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-r-cyan-950\/0 {
  border-right-color: rgb(8 51 68 / 0);
}
.border-r-cyan-950\/10 {
  border-right-color: rgb(8 51 68 / 0.1);
}
.border-r-cyan-950\/100 {
  border-right-color: rgb(8 51 68 / 1);
}
.border-r-cyan-950\/15 {
  border-right-color: rgb(8 51 68 / 0.15);
}
.border-r-cyan-950\/20 {
  border-right-color: rgb(8 51 68 / 0.2);
}
.border-r-cyan-950\/25 {
  border-right-color: rgb(8 51 68 / 0.25);
}
.border-r-cyan-950\/30 {
  border-right-color: rgb(8 51 68 / 0.3);
}
.border-r-cyan-950\/35 {
  border-right-color: rgb(8 51 68 / 0.35);
}
.border-r-cyan-950\/40 {
  border-right-color: rgb(8 51 68 / 0.4);
}
.border-r-cyan-950\/45 {
  border-right-color: rgb(8 51 68 / 0.45);
}
.border-r-cyan-950\/5 {
  border-right-color: rgb(8 51 68 / 0.05);
}
.border-r-cyan-950\/50 {
  border-right-color: rgb(8 51 68 / 0.5);
}
.border-r-cyan-950\/55 {
  border-right-color: rgb(8 51 68 / 0.55);
}
.border-r-cyan-950\/60 {
  border-right-color: rgb(8 51 68 / 0.6);
}
.border-r-cyan-950\/65 {
  border-right-color: rgb(8 51 68 / 0.65);
}
.border-r-cyan-950\/70 {
  border-right-color: rgb(8 51 68 / 0.7);
}
.border-r-cyan-950\/75 {
  border-right-color: rgb(8 51 68 / 0.75);
}
.border-r-cyan-950\/80 {
  border-right-color: rgb(8 51 68 / 0.8);
}
.border-r-cyan-950\/85 {
  border-right-color: rgb(8 51 68 / 0.85);
}
.border-r-cyan-950\/90 {
  border-right-color: rgb(8 51 68 / 0.9);
}
.border-r-cyan-950\/95 {
  border-right-color: rgb(8 51 68 / 0.95);
}
.border-r-destructive {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
}
.border-r-destructive-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
}
.border-r-destructive-foreground\/0 {
  border-right-color: hsl(var(--destructive-foreground) / 0);
}
.border-r-destructive-foreground\/10 {
  border-right-color: hsl(var(--destructive-foreground) / 0.1);
}
.border-r-destructive-foreground\/100 {
  border-right-color: hsl(var(--destructive-foreground) / 1);
}
.border-r-destructive-foreground\/15 {
  border-right-color: hsl(var(--destructive-foreground) / 0.15);
}
.border-r-destructive-foreground\/20 {
  border-right-color: hsl(var(--destructive-foreground) / 0.2);
}
.border-r-destructive-foreground\/25 {
  border-right-color: hsl(var(--destructive-foreground) / 0.25);
}
.border-r-destructive-foreground\/30 {
  border-right-color: hsl(var(--destructive-foreground) / 0.3);
}
.border-r-destructive-foreground\/35 {
  border-right-color: hsl(var(--destructive-foreground) / 0.35);
}
.border-r-destructive-foreground\/40 {
  border-right-color: hsl(var(--destructive-foreground) / 0.4);
}
.border-r-destructive-foreground\/45 {
  border-right-color: hsl(var(--destructive-foreground) / 0.45);
}
.border-r-destructive-foreground\/5 {
  border-right-color: hsl(var(--destructive-foreground) / 0.05);
}
.border-r-destructive-foreground\/50 {
  border-right-color: hsl(var(--destructive-foreground) / 0.5);
}
.border-r-destructive-foreground\/55 {
  border-right-color: hsl(var(--destructive-foreground) / 0.55);
}
.border-r-destructive-foreground\/60 {
  border-right-color: hsl(var(--destructive-foreground) / 0.6);
}
.border-r-destructive-foreground\/65 {
  border-right-color: hsl(var(--destructive-foreground) / 0.65);
}
.border-r-destructive-foreground\/70 {
  border-right-color: hsl(var(--destructive-foreground) / 0.7);
}
.border-r-destructive-foreground\/75 {
  border-right-color: hsl(var(--destructive-foreground) / 0.75);
}
.border-r-destructive-foreground\/80 {
  border-right-color: hsl(var(--destructive-foreground) / 0.8);
}
.border-r-destructive-foreground\/85 {
  border-right-color: hsl(var(--destructive-foreground) / 0.85);
}
.border-r-destructive-foreground\/90 {
  border-right-color: hsl(var(--destructive-foreground) / 0.9);
}
.border-r-destructive-foreground\/95 {
  border-right-color: hsl(var(--destructive-foreground) / 0.95);
}
.border-r-destructive\/0 {
  border-right-color: hsl(var(--destructive) / 0);
}
.border-r-destructive\/10 {
  border-right-color: hsl(var(--destructive) / 0.1);
}
.border-r-destructive\/100 {
  border-right-color: hsl(var(--destructive) / 1);
}
.border-r-destructive\/15 {
  border-right-color: hsl(var(--destructive) / 0.15);
}
.border-r-destructive\/20 {
  border-right-color: hsl(var(--destructive) / 0.2);
}
.border-r-destructive\/25 {
  border-right-color: hsl(var(--destructive) / 0.25);
}
.border-r-destructive\/30 {
  border-right-color: hsl(var(--destructive) / 0.3);
}
.border-r-destructive\/35 {
  border-right-color: hsl(var(--destructive) / 0.35);
}
.border-r-destructive\/40 {
  border-right-color: hsl(var(--destructive) / 0.4);
}
.border-r-destructive\/45 {
  border-right-color: hsl(var(--destructive) / 0.45);
}
.border-r-destructive\/5 {
  border-right-color: hsl(var(--destructive) / 0.05);
}
.border-r-destructive\/50 {
  border-right-color: hsl(var(--destructive) / 0.5);
}
.border-r-destructive\/55 {
  border-right-color: hsl(var(--destructive) / 0.55);
}
.border-r-destructive\/60 {
  border-right-color: hsl(var(--destructive) / 0.6);
}
.border-r-destructive\/65 {
  border-right-color: hsl(var(--destructive) / 0.65);
}
.border-r-destructive\/70 {
  border-right-color: hsl(var(--destructive) / 0.7);
}
.border-r-destructive\/75 {
  border-right-color: hsl(var(--destructive) / 0.75);
}
.border-r-destructive\/80 {
  border-right-color: hsl(var(--destructive) / 0.8);
}
.border-r-destructive\/85 {
  border-right-color: hsl(var(--destructive) / 0.85);
}
.border-r-destructive\/90 {
  border-right-color: hsl(var(--destructive) / 0.9);
}
.border-r-destructive\/95 {
  border-right-color: hsl(var(--destructive) / 0.95);
}
.border-r-emerald-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-r-emerald-100\/0 {
  border-right-color: rgb(209 250 229 / 0);
}
.border-r-emerald-100\/10 {
  border-right-color: rgb(209 250 229 / 0.1);
}
.border-r-emerald-100\/100 {
  border-right-color: rgb(209 250 229 / 1);
}
.border-r-emerald-100\/15 {
  border-right-color: rgb(209 250 229 / 0.15);
}
.border-r-emerald-100\/20 {
  border-right-color: rgb(209 250 229 / 0.2);
}
.border-r-emerald-100\/25 {
  border-right-color: rgb(209 250 229 / 0.25);
}
.border-r-emerald-100\/30 {
  border-right-color: rgb(209 250 229 / 0.3);
}
.border-r-emerald-100\/35 {
  border-right-color: rgb(209 250 229 / 0.35);
}
.border-r-emerald-100\/40 {
  border-right-color: rgb(209 250 229 / 0.4);
}
.border-r-emerald-100\/45 {
  border-right-color: rgb(209 250 229 / 0.45);
}
.border-r-emerald-100\/5 {
  border-right-color: rgb(209 250 229 / 0.05);
}
.border-r-emerald-100\/50 {
  border-right-color: rgb(209 250 229 / 0.5);
}
.border-r-emerald-100\/55 {
  border-right-color: rgb(209 250 229 / 0.55);
}
.border-r-emerald-100\/60 {
  border-right-color: rgb(209 250 229 / 0.6);
}
.border-r-emerald-100\/65 {
  border-right-color: rgb(209 250 229 / 0.65);
}
.border-r-emerald-100\/70 {
  border-right-color: rgb(209 250 229 / 0.7);
}
.border-r-emerald-100\/75 {
  border-right-color: rgb(209 250 229 / 0.75);
}
.border-r-emerald-100\/80 {
  border-right-color: rgb(209 250 229 / 0.8);
}
.border-r-emerald-100\/85 {
  border-right-color: rgb(209 250 229 / 0.85);
}
.border-r-emerald-100\/90 {
  border-right-color: rgb(209 250 229 / 0.9);
}
.border-r-emerald-100\/95 {
  border-right-color: rgb(209 250 229 / 0.95);
}
.border-r-emerald-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-r-emerald-200\/0 {
  border-right-color: rgb(167 243 208 / 0);
}
.border-r-emerald-200\/10 {
  border-right-color: rgb(167 243 208 / 0.1);
}
.border-r-emerald-200\/100 {
  border-right-color: rgb(167 243 208 / 1);
}
.border-r-emerald-200\/15 {
  border-right-color: rgb(167 243 208 / 0.15);
}
.border-r-emerald-200\/20 {
  border-right-color: rgb(167 243 208 / 0.2);
}
.border-r-emerald-200\/25 {
  border-right-color: rgb(167 243 208 / 0.25);
}
.border-r-emerald-200\/30 {
  border-right-color: rgb(167 243 208 / 0.3);
}
.border-r-emerald-200\/35 {
  border-right-color: rgb(167 243 208 / 0.35);
}
.border-r-emerald-200\/40 {
  border-right-color: rgb(167 243 208 / 0.4);
}
.border-r-emerald-200\/45 {
  border-right-color: rgb(167 243 208 / 0.45);
}
.border-r-emerald-200\/5 {
  border-right-color: rgb(167 243 208 / 0.05);
}
.border-r-emerald-200\/50 {
  border-right-color: rgb(167 243 208 / 0.5);
}
.border-r-emerald-200\/55 {
  border-right-color: rgb(167 243 208 / 0.55);
}
.border-r-emerald-200\/60 {
  border-right-color: rgb(167 243 208 / 0.6);
}
.border-r-emerald-200\/65 {
  border-right-color: rgb(167 243 208 / 0.65);
}
.border-r-emerald-200\/70 {
  border-right-color: rgb(167 243 208 / 0.7);
}
.border-r-emerald-200\/75 {
  border-right-color: rgb(167 243 208 / 0.75);
}
.border-r-emerald-200\/80 {
  border-right-color: rgb(167 243 208 / 0.8);
}
.border-r-emerald-200\/85 {
  border-right-color: rgb(167 243 208 / 0.85);
}
.border-r-emerald-200\/90 {
  border-right-color: rgb(167 243 208 / 0.9);
}
.border-r-emerald-200\/95 {
  border-right-color: rgb(167 243 208 / 0.95);
}
.border-r-emerald-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-r-emerald-300\/0 {
  border-right-color: rgb(110 231 183 / 0);
}
.border-r-emerald-300\/10 {
  border-right-color: rgb(110 231 183 / 0.1);
}
.border-r-emerald-300\/100 {
  border-right-color: rgb(110 231 183 / 1);
}
.border-r-emerald-300\/15 {
  border-right-color: rgb(110 231 183 / 0.15);
}
.border-r-emerald-300\/20 {
  border-right-color: rgb(110 231 183 / 0.2);
}
.border-r-emerald-300\/25 {
  border-right-color: rgb(110 231 183 / 0.25);
}
.border-r-emerald-300\/30 {
  border-right-color: rgb(110 231 183 / 0.3);
}
.border-r-emerald-300\/35 {
  border-right-color: rgb(110 231 183 / 0.35);
}
.border-r-emerald-300\/40 {
  border-right-color: rgb(110 231 183 / 0.4);
}
.border-r-emerald-300\/45 {
  border-right-color: rgb(110 231 183 / 0.45);
}
.border-r-emerald-300\/5 {
  border-right-color: rgb(110 231 183 / 0.05);
}
.border-r-emerald-300\/50 {
  border-right-color: rgb(110 231 183 / 0.5);
}
.border-r-emerald-300\/55 {
  border-right-color: rgb(110 231 183 / 0.55);
}
.border-r-emerald-300\/60 {
  border-right-color: rgb(110 231 183 / 0.6);
}
.border-r-emerald-300\/65 {
  border-right-color: rgb(110 231 183 / 0.65);
}
.border-r-emerald-300\/70 {
  border-right-color: rgb(110 231 183 / 0.7);
}
.border-r-emerald-300\/75 {
  border-right-color: rgb(110 231 183 / 0.75);
}
.border-r-emerald-300\/80 {
  border-right-color: rgb(110 231 183 / 0.8);
}
.border-r-emerald-300\/85 {
  border-right-color: rgb(110 231 183 / 0.85);
}
.border-r-emerald-300\/90 {
  border-right-color: rgb(110 231 183 / 0.9);
}
.border-r-emerald-300\/95 {
  border-right-color: rgb(110 231 183 / 0.95);
}
.border-r-emerald-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-r-emerald-400\/0 {
  border-right-color: rgb(52 211 153 / 0);
}
.border-r-emerald-400\/10 {
  border-right-color: rgb(52 211 153 / 0.1);
}
.border-r-emerald-400\/100 {
  border-right-color: rgb(52 211 153 / 1);
}
.border-r-emerald-400\/15 {
  border-right-color: rgb(52 211 153 / 0.15);
}
.border-r-emerald-400\/20 {
  border-right-color: rgb(52 211 153 / 0.2);
}
.border-r-emerald-400\/25 {
  border-right-color: rgb(52 211 153 / 0.25);
}
.border-r-emerald-400\/30 {
  border-right-color: rgb(52 211 153 / 0.3);
}
.border-r-emerald-400\/35 {
  border-right-color: rgb(52 211 153 / 0.35);
}
.border-r-emerald-400\/40 {
  border-right-color: rgb(52 211 153 / 0.4);
}
.border-r-emerald-400\/45 {
  border-right-color: rgb(52 211 153 / 0.45);
}
.border-r-emerald-400\/5 {
  border-right-color: rgb(52 211 153 / 0.05);
}
.border-r-emerald-400\/50 {
  border-right-color: rgb(52 211 153 / 0.5);
}
.border-r-emerald-400\/55 {
  border-right-color: rgb(52 211 153 / 0.55);
}
.border-r-emerald-400\/60 {
  border-right-color: rgb(52 211 153 / 0.6);
}
.border-r-emerald-400\/65 {
  border-right-color: rgb(52 211 153 / 0.65);
}
.border-r-emerald-400\/70 {
  border-right-color: rgb(52 211 153 / 0.7);
}
.border-r-emerald-400\/75 {
  border-right-color: rgb(52 211 153 / 0.75);
}
.border-r-emerald-400\/80 {
  border-right-color: rgb(52 211 153 / 0.8);
}
.border-r-emerald-400\/85 {
  border-right-color: rgb(52 211 153 / 0.85);
}
.border-r-emerald-400\/90 {
  border-right-color: rgb(52 211 153 / 0.9);
}
.border-r-emerald-400\/95 {
  border-right-color: rgb(52 211 153 / 0.95);
}
.border-r-emerald-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-r-emerald-50\/0 {
  border-right-color: rgb(236 253 245 / 0);
}
.border-r-emerald-50\/10 {
  border-right-color: rgb(236 253 245 / 0.1);
}
.border-r-emerald-50\/100 {
  border-right-color: rgb(236 253 245 / 1);
}
.border-r-emerald-50\/15 {
  border-right-color: rgb(236 253 245 / 0.15);
}
.border-r-emerald-50\/20 {
  border-right-color: rgb(236 253 245 / 0.2);
}
.border-r-emerald-50\/25 {
  border-right-color: rgb(236 253 245 / 0.25);
}
.border-r-emerald-50\/30 {
  border-right-color: rgb(236 253 245 / 0.3);
}
.border-r-emerald-50\/35 {
  border-right-color: rgb(236 253 245 / 0.35);
}
.border-r-emerald-50\/40 {
  border-right-color: rgb(236 253 245 / 0.4);
}
.border-r-emerald-50\/45 {
  border-right-color: rgb(236 253 245 / 0.45);
}
.border-r-emerald-50\/5 {
  border-right-color: rgb(236 253 245 / 0.05);
}
.border-r-emerald-50\/50 {
  border-right-color: rgb(236 253 245 / 0.5);
}
.border-r-emerald-50\/55 {
  border-right-color: rgb(236 253 245 / 0.55);
}
.border-r-emerald-50\/60 {
  border-right-color: rgb(236 253 245 / 0.6);
}
.border-r-emerald-50\/65 {
  border-right-color: rgb(236 253 245 / 0.65);
}
.border-r-emerald-50\/70 {
  border-right-color: rgb(236 253 245 / 0.7);
}
.border-r-emerald-50\/75 {
  border-right-color: rgb(236 253 245 / 0.75);
}
.border-r-emerald-50\/80 {
  border-right-color: rgb(236 253 245 / 0.8);
}
.border-r-emerald-50\/85 {
  border-right-color: rgb(236 253 245 / 0.85);
}
.border-r-emerald-50\/90 {
  border-right-color: rgb(236 253 245 / 0.9);
}
.border-r-emerald-50\/95 {
  border-right-color: rgb(236 253 245 / 0.95);
}
.border-r-emerald-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-r-emerald-500\/0 {
  border-right-color: rgb(16 185 129 / 0);
}
.border-r-emerald-500\/10 {
  border-right-color: rgb(16 185 129 / 0.1);
}
.border-r-emerald-500\/100 {
  border-right-color: rgb(16 185 129 / 1);
}
.border-r-emerald-500\/15 {
  border-right-color: rgb(16 185 129 / 0.15);
}
.border-r-emerald-500\/20 {
  border-right-color: rgb(16 185 129 / 0.2);
}
.border-r-emerald-500\/25 {
  border-right-color: rgb(16 185 129 / 0.25);
}
.border-r-emerald-500\/30 {
  border-right-color: rgb(16 185 129 / 0.3);
}
.border-r-emerald-500\/35 {
  border-right-color: rgb(16 185 129 / 0.35);
}
.border-r-emerald-500\/40 {
  border-right-color: rgb(16 185 129 / 0.4);
}
.border-r-emerald-500\/45 {
  border-right-color: rgb(16 185 129 / 0.45);
}
.border-r-emerald-500\/5 {
  border-right-color: rgb(16 185 129 / 0.05);
}
.border-r-emerald-500\/50 {
  border-right-color: rgb(16 185 129 / 0.5);
}
.border-r-emerald-500\/55 {
  border-right-color: rgb(16 185 129 / 0.55);
}
.border-r-emerald-500\/60 {
  border-right-color: rgb(16 185 129 / 0.6);
}
.border-r-emerald-500\/65 {
  border-right-color: rgb(16 185 129 / 0.65);
}
.border-r-emerald-500\/70 {
  border-right-color: rgb(16 185 129 / 0.7);
}
.border-r-emerald-500\/75 {
  border-right-color: rgb(16 185 129 / 0.75);
}
.border-r-emerald-500\/80 {
  border-right-color: rgb(16 185 129 / 0.8);
}
.border-r-emerald-500\/85 {
  border-right-color: rgb(16 185 129 / 0.85);
}
.border-r-emerald-500\/90 {
  border-right-color: rgb(16 185 129 / 0.9);
}
.border-r-emerald-500\/95 {
  border-right-color: rgb(16 185 129 / 0.95);
}
.border-r-emerald-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-r-emerald-600\/0 {
  border-right-color: rgb(5 150 105 / 0);
}
.border-r-emerald-600\/10 {
  border-right-color: rgb(5 150 105 / 0.1);
}
.border-r-emerald-600\/100 {
  border-right-color: rgb(5 150 105 / 1);
}
.border-r-emerald-600\/15 {
  border-right-color: rgb(5 150 105 / 0.15);
}
.border-r-emerald-600\/20 {
  border-right-color: rgb(5 150 105 / 0.2);
}
.border-r-emerald-600\/25 {
  border-right-color: rgb(5 150 105 / 0.25);
}
.border-r-emerald-600\/30 {
  border-right-color: rgb(5 150 105 / 0.3);
}
.border-r-emerald-600\/35 {
  border-right-color: rgb(5 150 105 / 0.35);
}
.border-r-emerald-600\/40 {
  border-right-color: rgb(5 150 105 / 0.4);
}
.border-r-emerald-600\/45 {
  border-right-color: rgb(5 150 105 / 0.45);
}
.border-r-emerald-600\/5 {
  border-right-color: rgb(5 150 105 / 0.05);
}
.border-r-emerald-600\/50 {
  border-right-color: rgb(5 150 105 / 0.5);
}
.border-r-emerald-600\/55 {
  border-right-color: rgb(5 150 105 / 0.55);
}
.border-r-emerald-600\/60 {
  border-right-color: rgb(5 150 105 / 0.6);
}
.border-r-emerald-600\/65 {
  border-right-color: rgb(5 150 105 / 0.65);
}
.border-r-emerald-600\/70 {
  border-right-color: rgb(5 150 105 / 0.7);
}
.border-r-emerald-600\/75 {
  border-right-color: rgb(5 150 105 / 0.75);
}
.border-r-emerald-600\/80 {
  border-right-color: rgb(5 150 105 / 0.8);
}
.border-r-emerald-600\/85 {
  border-right-color: rgb(5 150 105 / 0.85);
}
.border-r-emerald-600\/90 {
  border-right-color: rgb(5 150 105 / 0.9);
}
.border-r-emerald-600\/95 {
  border-right-color: rgb(5 150 105 / 0.95);
}
.border-r-emerald-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-r-emerald-700\/0 {
  border-right-color: rgb(4 120 87 / 0);
}
.border-r-emerald-700\/10 {
  border-right-color: rgb(4 120 87 / 0.1);
}
.border-r-emerald-700\/100 {
  border-right-color: rgb(4 120 87 / 1);
}
.border-r-emerald-700\/15 {
  border-right-color: rgb(4 120 87 / 0.15);
}
.border-r-emerald-700\/20 {
  border-right-color: rgb(4 120 87 / 0.2);
}
.border-r-emerald-700\/25 {
  border-right-color: rgb(4 120 87 / 0.25);
}
.border-r-emerald-700\/30 {
  border-right-color: rgb(4 120 87 / 0.3);
}
.border-r-emerald-700\/35 {
  border-right-color: rgb(4 120 87 / 0.35);
}
.border-r-emerald-700\/40 {
  border-right-color: rgb(4 120 87 / 0.4);
}
.border-r-emerald-700\/45 {
  border-right-color: rgb(4 120 87 / 0.45);
}
.border-r-emerald-700\/5 {
  border-right-color: rgb(4 120 87 / 0.05);
}
.border-r-emerald-700\/50 {
  border-right-color: rgb(4 120 87 / 0.5);
}
.border-r-emerald-700\/55 {
  border-right-color: rgb(4 120 87 / 0.55);
}
.border-r-emerald-700\/60 {
  border-right-color: rgb(4 120 87 / 0.6);
}
.border-r-emerald-700\/65 {
  border-right-color: rgb(4 120 87 / 0.65);
}
.border-r-emerald-700\/70 {
  border-right-color: rgb(4 120 87 / 0.7);
}
.border-r-emerald-700\/75 {
  border-right-color: rgb(4 120 87 / 0.75);
}
.border-r-emerald-700\/80 {
  border-right-color: rgb(4 120 87 / 0.8);
}
.border-r-emerald-700\/85 {
  border-right-color: rgb(4 120 87 / 0.85);
}
.border-r-emerald-700\/90 {
  border-right-color: rgb(4 120 87 / 0.9);
}
.border-r-emerald-700\/95 {
  border-right-color: rgb(4 120 87 / 0.95);
}
.border-r-emerald-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-r-emerald-800\/0 {
  border-right-color: rgb(6 95 70 / 0);
}
.border-r-emerald-800\/10 {
  border-right-color: rgb(6 95 70 / 0.1);
}
.border-r-emerald-800\/100 {
  border-right-color: rgb(6 95 70 / 1);
}
.border-r-emerald-800\/15 {
  border-right-color: rgb(6 95 70 / 0.15);
}
.border-r-emerald-800\/20 {
  border-right-color: rgb(6 95 70 / 0.2);
}
.border-r-emerald-800\/25 {
  border-right-color: rgb(6 95 70 / 0.25);
}
.border-r-emerald-800\/30 {
  border-right-color: rgb(6 95 70 / 0.3);
}
.border-r-emerald-800\/35 {
  border-right-color: rgb(6 95 70 / 0.35);
}
.border-r-emerald-800\/40 {
  border-right-color: rgb(6 95 70 / 0.4);
}
.border-r-emerald-800\/45 {
  border-right-color: rgb(6 95 70 / 0.45);
}
.border-r-emerald-800\/5 {
  border-right-color: rgb(6 95 70 / 0.05);
}
.border-r-emerald-800\/50 {
  border-right-color: rgb(6 95 70 / 0.5);
}
.border-r-emerald-800\/55 {
  border-right-color: rgb(6 95 70 / 0.55);
}
.border-r-emerald-800\/60 {
  border-right-color: rgb(6 95 70 / 0.6);
}
.border-r-emerald-800\/65 {
  border-right-color: rgb(6 95 70 / 0.65);
}
.border-r-emerald-800\/70 {
  border-right-color: rgb(6 95 70 / 0.7);
}
.border-r-emerald-800\/75 {
  border-right-color: rgb(6 95 70 / 0.75);
}
.border-r-emerald-800\/80 {
  border-right-color: rgb(6 95 70 / 0.8);
}
.border-r-emerald-800\/85 {
  border-right-color: rgb(6 95 70 / 0.85);
}
.border-r-emerald-800\/90 {
  border-right-color: rgb(6 95 70 / 0.9);
}
.border-r-emerald-800\/95 {
  border-right-color: rgb(6 95 70 / 0.95);
}
.border-r-emerald-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-r-emerald-900\/0 {
  border-right-color: rgb(6 78 59 / 0);
}
.border-r-emerald-900\/10 {
  border-right-color: rgb(6 78 59 / 0.1);
}
.border-r-emerald-900\/100 {
  border-right-color: rgb(6 78 59 / 1);
}
.border-r-emerald-900\/15 {
  border-right-color: rgb(6 78 59 / 0.15);
}
.border-r-emerald-900\/20 {
  border-right-color: rgb(6 78 59 / 0.2);
}
.border-r-emerald-900\/25 {
  border-right-color: rgb(6 78 59 / 0.25);
}
.border-r-emerald-900\/30 {
  border-right-color: rgb(6 78 59 / 0.3);
}
.border-r-emerald-900\/35 {
  border-right-color: rgb(6 78 59 / 0.35);
}
.border-r-emerald-900\/40 {
  border-right-color: rgb(6 78 59 / 0.4);
}
.border-r-emerald-900\/45 {
  border-right-color: rgb(6 78 59 / 0.45);
}
.border-r-emerald-900\/5 {
  border-right-color: rgb(6 78 59 / 0.05);
}
.border-r-emerald-900\/50 {
  border-right-color: rgb(6 78 59 / 0.5);
}
.border-r-emerald-900\/55 {
  border-right-color: rgb(6 78 59 / 0.55);
}
.border-r-emerald-900\/60 {
  border-right-color: rgb(6 78 59 / 0.6);
}
.border-r-emerald-900\/65 {
  border-right-color: rgb(6 78 59 / 0.65);
}
.border-r-emerald-900\/70 {
  border-right-color: rgb(6 78 59 / 0.7);
}
.border-r-emerald-900\/75 {
  border-right-color: rgb(6 78 59 / 0.75);
}
.border-r-emerald-900\/80 {
  border-right-color: rgb(6 78 59 / 0.8);
}
.border-r-emerald-900\/85 {
  border-right-color: rgb(6 78 59 / 0.85);
}
.border-r-emerald-900\/90 {
  border-right-color: rgb(6 78 59 / 0.9);
}
.border-r-emerald-900\/95 {
  border-right-color: rgb(6 78 59 / 0.95);
}
.border-r-emerald-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-r-emerald-950\/0 {
  border-right-color: rgb(2 44 34 / 0);
}
.border-r-emerald-950\/10 {
  border-right-color: rgb(2 44 34 / 0.1);
}
.border-r-emerald-950\/100 {
  border-right-color: rgb(2 44 34 / 1);
}
.border-r-emerald-950\/15 {
  border-right-color: rgb(2 44 34 / 0.15);
}
.border-r-emerald-950\/20 {
  border-right-color: rgb(2 44 34 / 0.2);
}
.border-r-emerald-950\/25 {
  border-right-color: rgb(2 44 34 / 0.25);
}
.border-r-emerald-950\/30 {
  border-right-color: rgb(2 44 34 / 0.3);
}
.border-r-emerald-950\/35 {
  border-right-color: rgb(2 44 34 / 0.35);
}
.border-r-emerald-950\/40 {
  border-right-color: rgb(2 44 34 / 0.4);
}
.border-r-emerald-950\/45 {
  border-right-color: rgb(2 44 34 / 0.45);
}
.border-r-emerald-950\/5 {
  border-right-color: rgb(2 44 34 / 0.05);
}
.border-r-emerald-950\/50 {
  border-right-color: rgb(2 44 34 / 0.5);
}
.border-r-emerald-950\/55 {
  border-right-color: rgb(2 44 34 / 0.55);
}
.border-r-emerald-950\/60 {
  border-right-color: rgb(2 44 34 / 0.6);
}
.border-r-emerald-950\/65 {
  border-right-color: rgb(2 44 34 / 0.65);
}
.border-r-emerald-950\/70 {
  border-right-color: rgb(2 44 34 / 0.7);
}
.border-r-emerald-950\/75 {
  border-right-color: rgb(2 44 34 / 0.75);
}
.border-r-emerald-950\/80 {
  border-right-color: rgb(2 44 34 / 0.8);
}
.border-r-emerald-950\/85 {
  border-right-color: rgb(2 44 34 / 0.85);
}
.border-r-emerald-950\/90 {
  border-right-color: rgb(2 44 34 / 0.9);
}
.border-r-emerald-950\/95 {
  border-right-color: rgb(2 44 34 / 0.95);
}
.border-r-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
}
.border-r-foreground\/0 {
  border-right-color: hsl(var(--foreground) / 0);
}
.border-r-foreground\/10 {
  border-right-color: hsl(var(--foreground) / 0.1);
}
.border-r-foreground\/100 {
  border-right-color: hsl(var(--foreground) / 1);
}
.border-r-foreground\/15 {
  border-right-color: hsl(var(--foreground) / 0.15);
}
.border-r-foreground\/20 {
  border-right-color: hsl(var(--foreground) / 0.2);
}
.border-r-foreground\/25 {
  border-right-color: hsl(var(--foreground) / 0.25);
}
.border-r-foreground\/30 {
  border-right-color: hsl(var(--foreground) / 0.3);
}
.border-r-foreground\/35 {
  border-right-color: hsl(var(--foreground) / 0.35);
}
.border-r-foreground\/40 {
  border-right-color: hsl(var(--foreground) / 0.4);
}
.border-r-foreground\/45 {
  border-right-color: hsl(var(--foreground) / 0.45);
}
.border-r-foreground\/5 {
  border-right-color: hsl(var(--foreground) / 0.05);
}
.border-r-foreground\/50 {
  border-right-color: hsl(var(--foreground) / 0.5);
}
.border-r-foreground\/55 {
  border-right-color: hsl(var(--foreground) / 0.55);
}
.border-r-foreground\/60 {
  border-right-color: hsl(var(--foreground) / 0.6);
}
.border-r-foreground\/65 {
  border-right-color: hsl(var(--foreground) / 0.65);
}
.border-r-foreground\/70 {
  border-right-color: hsl(var(--foreground) / 0.7);
}
.border-r-foreground\/75 {
  border-right-color: hsl(var(--foreground) / 0.75);
}
.border-r-foreground\/80 {
  border-right-color: hsl(var(--foreground) / 0.8);
}
.border-r-foreground\/85 {
  border-right-color: hsl(var(--foreground) / 0.85);
}
.border-r-foreground\/90 {
  border-right-color: hsl(var(--foreground) / 0.9);
}
.border-r-foreground\/95 {
  border-right-color: hsl(var(--foreground) / 0.95);
}
.border-r-fuchsia-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-100\/0 {
  border-right-color: rgb(250 232 255 / 0);
}
.border-r-fuchsia-100\/10 {
  border-right-color: rgb(250 232 255 / 0.1);
}
.border-r-fuchsia-100\/100 {
  border-right-color: rgb(250 232 255 / 1);
}
.border-r-fuchsia-100\/15 {
  border-right-color: rgb(250 232 255 / 0.15);
}
.border-r-fuchsia-100\/20 {
  border-right-color: rgb(250 232 255 / 0.2);
}
.border-r-fuchsia-100\/25 {
  border-right-color: rgb(250 232 255 / 0.25);
}
.border-r-fuchsia-100\/30 {
  border-right-color: rgb(250 232 255 / 0.3);
}
.border-r-fuchsia-100\/35 {
  border-right-color: rgb(250 232 255 / 0.35);
}
.border-r-fuchsia-100\/40 {
  border-right-color: rgb(250 232 255 / 0.4);
}
.border-r-fuchsia-100\/45 {
  border-right-color: rgb(250 232 255 / 0.45);
}
.border-r-fuchsia-100\/5 {
  border-right-color: rgb(250 232 255 / 0.05);
}
.border-r-fuchsia-100\/50 {
  border-right-color: rgb(250 232 255 / 0.5);
}
.border-r-fuchsia-100\/55 {
  border-right-color: rgb(250 232 255 / 0.55);
}
.border-r-fuchsia-100\/60 {
  border-right-color: rgb(250 232 255 / 0.6);
}
.border-r-fuchsia-100\/65 {
  border-right-color: rgb(250 232 255 / 0.65);
}
.border-r-fuchsia-100\/70 {
  border-right-color: rgb(250 232 255 / 0.7);
}
.border-r-fuchsia-100\/75 {
  border-right-color: rgb(250 232 255 / 0.75);
}
.border-r-fuchsia-100\/80 {
  border-right-color: rgb(250 232 255 / 0.8);
}
.border-r-fuchsia-100\/85 {
  border-right-color: rgb(250 232 255 / 0.85);
}
.border-r-fuchsia-100\/90 {
  border-right-color: rgb(250 232 255 / 0.9);
}
.border-r-fuchsia-100\/95 {
  border-right-color: rgb(250 232 255 / 0.95);
}
.border-r-fuchsia-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-200\/0 {
  border-right-color: rgb(245 208 254 / 0);
}
.border-r-fuchsia-200\/10 {
  border-right-color: rgb(245 208 254 / 0.1);
}
.border-r-fuchsia-200\/100 {
  border-right-color: rgb(245 208 254 / 1);
}
.border-r-fuchsia-200\/15 {
  border-right-color: rgb(245 208 254 / 0.15);
}
.border-r-fuchsia-200\/20 {
  border-right-color: rgb(245 208 254 / 0.2);
}
.border-r-fuchsia-200\/25 {
  border-right-color: rgb(245 208 254 / 0.25);
}
.border-r-fuchsia-200\/30 {
  border-right-color: rgb(245 208 254 / 0.3);
}
.border-r-fuchsia-200\/35 {
  border-right-color: rgb(245 208 254 / 0.35);
}
.border-r-fuchsia-200\/40 {
  border-right-color: rgb(245 208 254 / 0.4);
}
.border-r-fuchsia-200\/45 {
  border-right-color: rgb(245 208 254 / 0.45);
}
.border-r-fuchsia-200\/5 {
  border-right-color: rgb(245 208 254 / 0.05);
}
.border-r-fuchsia-200\/50 {
  border-right-color: rgb(245 208 254 / 0.5);
}
.border-r-fuchsia-200\/55 {
  border-right-color: rgb(245 208 254 / 0.55);
}
.border-r-fuchsia-200\/60 {
  border-right-color: rgb(245 208 254 / 0.6);
}
.border-r-fuchsia-200\/65 {
  border-right-color: rgb(245 208 254 / 0.65);
}
.border-r-fuchsia-200\/70 {
  border-right-color: rgb(245 208 254 / 0.7);
}
.border-r-fuchsia-200\/75 {
  border-right-color: rgb(245 208 254 / 0.75);
}
.border-r-fuchsia-200\/80 {
  border-right-color: rgb(245 208 254 / 0.8);
}
.border-r-fuchsia-200\/85 {
  border-right-color: rgb(245 208 254 / 0.85);
}
.border-r-fuchsia-200\/90 {
  border-right-color: rgb(245 208 254 / 0.9);
}
.border-r-fuchsia-200\/95 {
  border-right-color: rgb(245 208 254 / 0.95);
}
.border-r-fuchsia-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-300\/0 {
  border-right-color: rgb(240 171 252 / 0);
}
.border-r-fuchsia-300\/10 {
  border-right-color: rgb(240 171 252 / 0.1);
}
.border-r-fuchsia-300\/100 {
  border-right-color: rgb(240 171 252 / 1);
}
.border-r-fuchsia-300\/15 {
  border-right-color: rgb(240 171 252 / 0.15);
}
.border-r-fuchsia-300\/20 {
  border-right-color: rgb(240 171 252 / 0.2);
}
.border-r-fuchsia-300\/25 {
  border-right-color: rgb(240 171 252 / 0.25);
}
.border-r-fuchsia-300\/30 {
  border-right-color: rgb(240 171 252 / 0.3);
}
.border-r-fuchsia-300\/35 {
  border-right-color: rgb(240 171 252 / 0.35);
}
.border-r-fuchsia-300\/40 {
  border-right-color: rgb(240 171 252 / 0.4);
}
.border-r-fuchsia-300\/45 {
  border-right-color: rgb(240 171 252 / 0.45);
}
.border-r-fuchsia-300\/5 {
  border-right-color: rgb(240 171 252 / 0.05);
}
.border-r-fuchsia-300\/50 {
  border-right-color: rgb(240 171 252 / 0.5);
}
.border-r-fuchsia-300\/55 {
  border-right-color: rgb(240 171 252 / 0.55);
}
.border-r-fuchsia-300\/60 {
  border-right-color: rgb(240 171 252 / 0.6);
}
.border-r-fuchsia-300\/65 {
  border-right-color: rgb(240 171 252 / 0.65);
}
.border-r-fuchsia-300\/70 {
  border-right-color: rgb(240 171 252 / 0.7);
}
.border-r-fuchsia-300\/75 {
  border-right-color: rgb(240 171 252 / 0.75);
}
.border-r-fuchsia-300\/80 {
  border-right-color: rgb(240 171 252 / 0.8);
}
.border-r-fuchsia-300\/85 {
  border-right-color: rgb(240 171 252 / 0.85);
}
.border-r-fuchsia-300\/90 {
  border-right-color: rgb(240 171 252 / 0.9);
}
.border-r-fuchsia-300\/95 {
  border-right-color: rgb(240 171 252 / 0.95);
}
.border-r-fuchsia-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-400\/0 {
  border-right-color: rgb(232 121 249 / 0);
}
.border-r-fuchsia-400\/10 {
  border-right-color: rgb(232 121 249 / 0.1);
}
.border-r-fuchsia-400\/100 {
  border-right-color: rgb(232 121 249 / 1);
}
.border-r-fuchsia-400\/15 {
  border-right-color: rgb(232 121 249 / 0.15);
}
.border-r-fuchsia-400\/20 {
  border-right-color: rgb(232 121 249 / 0.2);
}
.border-r-fuchsia-400\/25 {
  border-right-color: rgb(232 121 249 / 0.25);
}
.border-r-fuchsia-400\/30 {
  border-right-color: rgb(232 121 249 / 0.3);
}
.border-r-fuchsia-400\/35 {
  border-right-color: rgb(232 121 249 / 0.35);
}
.border-r-fuchsia-400\/40 {
  border-right-color: rgb(232 121 249 / 0.4);
}
.border-r-fuchsia-400\/45 {
  border-right-color: rgb(232 121 249 / 0.45);
}
.border-r-fuchsia-400\/5 {
  border-right-color: rgb(232 121 249 / 0.05);
}
.border-r-fuchsia-400\/50 {
  border-right-color: rgb(232 121 249 / 0.5);
}
.border-r-fuchsia-400\/55 {
  border-right-color: rgb(232 121 249 / 0.55);
}
.border-r-fuchsia-400\/60 {
  border-right-color: rgb(232 121 249 / 0.6);
}
.border-r-fuchsia-400\/65 {
  border-right-color: rgb(232 121 249 / 0.65);
}
.border-r-fuchsia-400\/70 {
  border-right-color: rgb(232 121 249 / 0.7);
}
.border-r-fuchsia-400\/75 {
  border-right-color: rgb(232 121 249 / 0.75);
}
.border-r-fuchsia-400\/80 {
  border-right-color: rgb(232 121 249 / 0.8);
}
.border-r-fuchsia-400\/85 {
  border-right-color: rgb(232 121 249 / 0.85);
}
.border-r-fuchsia-400\/90 {
  border-right-color: rgb(232 121 249 / 0.9);
}
.border-r-fuchsia-400\/95 {
  border-right-color: rgb(232 121 249 / 0.95);
}
.border-r-fuchsia-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-50\/0 {
  border-right-color: rgb(253 244 255 / 0);
}
.border-r-fuchsia-50\/10 {
  border-right-color: rgb(253 244 255 / 0.1);
}
.border-r-fuchsia-50\/100 {
  border-right-color: rgb(253 244 255 / 1);
}
.border-r-fuchsia-50\/15 {
  border-right-color: rgb(253 244 255 / 0.15);
}
.border-r-fuchsia-50\/20 {
  border-right-color: rgb(253 244 255 / 0.2);
}
.border-r-fuchsia-50\/25 {
  border-right-color: rgb(253 244 255 / 0.25);
}
.border-r-fuchsia-50\/30 {
  border-right-color: rgb(253 244 255 / 0.3);
}
.border-r-fuchsia-50\/35 {
  border-right-color: rgb(253 244 255 / 0.35);
}
.border-r-fuchsia-50\/40 {
  border-right-color: rgb(253 244 255 / 0.4);
}
.border-r-fuchsia-50\/45 {
  border-right-color: rgb(253 244 255 / 0.45);
}
.border-r-fuchsia-50\/5 {
  border-right-color: rgb(253 244 255 / 0.05);
}
.border-r-fuchsia-50\/50 {
  border-right-color: rgb(253 244 255 / 0.5);
}
.border-r-fuchsia-50\/55 {
  border-right-color: rgb(253 244 255 / 0.55);
}
.border-r-fuchsia-50\/60 {
  border-right-color: rgb(253 244 255 / 0.6);
}
.border-r-fuchsia-50\/65 {
  border-right-color: rgb(253 244 255 / 0.65);
}
.border-r-fuchsia-50\/70 {
  border-right-color: rgb(253 244 255 / 0.7);
}
.border-r-fuchsia-50\/75 {
  border-right-color: rgb(253 244 255 / 0.75);
}
.border-r-fuchsia-50\/80 {
  border-right-color: rgb(253 244 255 / 0.8);
}
.border-r-fuchsia-50\/85 {
  border-right-color: rgb(253 244 255 / 0.85);
}
.border-r-fuchsia-50\/90 {
  border-right-color: rgb(253 244 255 / 0.9);
}
.border-r-fuchsia-50\/95 {
  border-right-color: rgb(253 244 255 / 0.95);
}
.border-r-fuchsia-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-500\/0 {
  border-right-color: rgb(217 70 239 / 0);
}
.border-r-fuchsia-500\/10 {
  border-right-color: rgb(217 70 239 / 0.1);
}
.border-r-fuchsia-500\/100 {
  border-right-color: rgb(217 70 239 / 1);
}
.border-r-fuchsia-500\/15 {
  border-right-color: rgb(217 70 239 / 0.15);
}
.border-r-fuchsia-500\/20 {
  border-right-color: rgb(217 70 239 / 0.2);
}
.border-r-fuchsia-500\/25 {
  border-right-color: rgb(217 70 239 / 0.25);
}
.border-r-fuchsia-500\/30 {
  border-right-color: rgb(217 70 239 / 0.3);
}
.border-r-fuchsia-500\/35 {
  border-right-color: rgb(217 70 239 / 0.35);
}
.border-r-fuchsia-500\/40 {
  border-right-color: rgb(217 70 239 / 0.4);
}
.border-r-fuchsia-500\/45 {
  border-right-color: rgb(217 70 239 / 0.45);
}
.border-r-fuchsia-500\/5 {
  border-right-color: rgb(217 70 239 / 0.05);
}
.border-r-fuchsia-500\/50 {
  border-right-color: rgb(217 70 239 / 0.5);
}
.border-r-fuchsia-500\/55 {
  border-right-color: rgb(217 70 239 / 0.55);
}
.border-r-fuchsia-500\/60 {
  border-right-color: rgb(217 70 239 / 0.6);
}
.border-r-fuchsia-500\/65 {
  border-right-color: rgb(217 70 239 / 0.65);
}
.border-r-fuchsia-500\/70 {
  border-right-color: rgb(217 70 239 / 0.7);
}
.border-r-fuchsia-500\/75 {
  border-right-color: rgb(217 70 239 / 0.75);
}
.border-r-fuchsia-500\/80 {
  border-right-color: rgb(217 70 239 / 0.8);
}
.border-r-fuchsia-500\/85 {
  border-right-color: rgb(217 70 239 / 0.85);
}
.border-r-fuchsia-500\/90 {
  border-right-color: rgb(217 70 239 / 0.9);
}
.border-r-fuchsia-500\/95 {
  border-right-color: rgb(217 70 239 / 0.95);
}
.border-r-fuchsia-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-600\/0 {
  border-right-color: rgb(192 38 211 / 0);
}
.border-r-fuchsia-600\/10 {
  border-right-color: rgb(192 38 211 / 0.1);
}
.border-r-fuchsia-600\/100 {
  border-right-color: rgb(192 38 211 / 1);
}
.border-r-fuchsia-600\/15 {
  border-right-color: rgb(192 38 211 / 0.15);
}
.border-r-fuchsia-600\/20 {
  border-right-color: rgb(192 38 211 / 0.2);
}
.border-r-fuchsia-600\/25 {
  border-right-color: rgb(192 38 211 / 0.25);
}
.border-r-fuchsia-600\/30 {
  border-right-color: rgb(192 38 211 / 0.3);
}
.border-r-fuchsia-600\/35 {
  border-right-color: rgb(192 38 211 / 0.35);
}
.border-r-fuchsia-600\/40 {
  border-right-color: rgb(192 38 211 / 0.4);
}
.border-r-fuchsia-600\/45 {
  border-right-color: rgb(192 38 211 / 0.45);
}
.border-r-fuchsia-600\/5 {
  border-right-color: rgb(192 38 211 / 0.05);
}
.border-r-fuchsia-600\/50 {
  border-right-color: rgb(192 38 211 / 0.5);
}
.border-r-fuchsia-600\/55 {
  border-right-color: rgb(192 38 211 / 0.55);
}
.border-r-fuchsia-600\/60 {
  border-right-color: rgb(192 38 211 / 0.6);
}
.border-r-fuchsia-600\/65 {
  border-right-color: rgb(192 38 211 / 0.65);
}
.border-r-fuchsia-600\/70 {
  border-right-color: rgb(192 38 211 / 0.7);
}
.border-r-fuchsia-600\/75 {
  border-right-color: rgb(192 38 211 / 0.75);
}
.border-r-fuchsia-600\/80 {
  border-right-color: rgb(192 38 211 / 0.8);
}
.border-r-fuchsia-600\/85 {
  border-right-color: rgb(192 38 211 / 0.85);
}
.border-r-fuchsia-600\/90 {
  border-right-color: rgb(192 38 211 / 0.9);
}
.border-r-fuchsia-600\/95 {
  border-right-color: rgb(192 38 211 / 0.95);
}
.border-r-fuchsia-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-700\/0 {
  border-right-color: rgb(162 28 175 / 0);
}
.border-r-fuchsia-700\/10 {
  border-right-color: rgb(162 28 175 / 0.1);
}
.border-r-fuchsia-700\/100 {
  border-right-color: rgb(162 28 175 / 1);
}
.border-r-fuchsia-700\/15 {
  border-right-color: rgb(162 28 175 / 0.15);
}
.border-r-fuchsia-700\/20 {
  border-right-color: rgb(162 28 175 / 0.2);
}
.border-r-fuchsia-700\/25 {
  border-right-color: rgb(162 28 175 / 0.25);
}
.border-r-fuchsia-700\/30 {
  border-right-color: rgb(162 28 175 / 0.3);
}
.border-r-fuchsia-700\/35 {
  border-right-color: rgb(162 28 175 / 0.35);
}
.border-r-fuchsia-700\/40 {
  border-right-color: rgb(162 28 175 / 0.4);
}
.border-r-fuchsia-700\/45 {
  border-right-color: rgb(162 28 175 / 0.45);
}
.border-r-fuchsia-700\/5 {
  border-right-color: rgb(162 28 175 / 0.05);
}
.border-r-fuchsia-700\/50 {
  border-right-color: rgb(162 28 175 / 0.5);
}
.border-r-fuchsia-700\/55 {
  border-right-color: rgb(162 28 175 / 0.55);
}
.border-r-fuchsia-700\/60 {
  border-right-color: rgb(162 28 175 / 0.6);
}
.border-r-fuchsia-700\/65 {
  border-right-color: rgb(162 28 175 / 0.65);
}
.border-r-fuchsia-700\/70 {
  border-right-color: rgb(162 28 175 / 0.7);
}
.border-r-fuchsia-700\/75 {
  border-right-color: rgb(162 28 175 / 0.75);
}
.border-r-fuchsia-700\/80 {
  border-right-color: rgb(162 28 175 / 0.8);
}
.border-r-fuchsia-700\/85 {
  border-right-color: rgb(162 28 175 / 0.85);
}
.border-r-fuchsia-700\/90 {
  border-right-color: rgb(162 28 175 / 0.9);
}
.border-r-fuchsia-700\/95 {
  border-right-color: rgb(162 28 175 / 0.95);
}
.border-r-fuchsia-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-800\/0 {
  border-right-color: rgb(134 25 143 / 0);
}
.border-r-fuchsia-800\/10 {
  border-right-color: rgb(134 25 143 / 0.1);
}
.border-r-fuchsia-800\/100 {
  border-right-color: rgb(134 25 143 / 1);
}
.border-r-fuchsia-800\/15 {
  border-right-color: rgb(134 25 143 / 0.15);
}
.border-r-fuchsia-800\/20 {
  border-right-color: rgb(134 25 143 / 0.2);
}
.border-r-fuchsia-800\/25 {
  border-right-color: rgb(134 25 143 / 0.25);
}
.border-r-fuchsia-800\/30 {
  border-right-color: rgb(134 25 143 / 0.3);
}
.border-r-fuchsia-800\/35 {
  border-right-color: rgb(134 25 143 / 0.35);
}
.border-r-fuchsia-800\/40 {
  border-right-color: rgb(134 25 143 / 0.4);
}
.border-r-fuchsia-800\/45 {
  border-right-color: rgb(134 25 143 / 0.45);
}
.border-r-fuchsia-800\/5 {
  border-right-color: rgb(134 25 143 / 0.05);
}
.border-r-fuchsia-800\/50 {
  border-right-color: rgb(134 25 143 / 0.5);
}
.border-r-fuchsia-800\/55 {
  border-right-color: rgb(134 25 143 / 0.55);
}
.border-r-fuchsia-800\/60 {
  border-right-color: rgb(134 25 143 / 0.6);
}
.border-r-fuchsia-800\/65 {
  border-right-color: rgb(134 25 143 / 0.65);
}
.border-r-fuchsia-800\/70 {
  border-right-color: rgb(134 25 143 / 0.7);
}
.border-r-fuchsia-800\/75 {
  border-right-color: rgb(134 25 143 / 0.75);
}
.border-r-fuchsia-800\/80 {
  border-right-color: rgb(134 25 143 / 0.8);
}
.border-r-fuchsia-800\/85 {
  border-right-color: rgb(134 25 143 / 0.85);
}
.border-r-fuchsia-800\/90 {
  border-right-color: rgb(134 25 143 / 0.9);
}
.border-r-fuchsia-800\/95 {
  border-right-color: rgb(134 25 143 / 0.95);
}
.border-r-fuchsia-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-900\/0 {
  border-right-color: rgb(112 26 117 / 0);
}
.border-r-fuchsia-900\/10 {
  border-right-color: rgb(112 26 117 / 0.1);
}
.border-r-fuchsia-900\/100 {
  border-right-color: rgb(112 26 117 / 1);
}
.border-r-fuchsia-900\/15 {
  border-right-color: rgb(112 26 117 / 0.15);
}
.border-r-fuchsia-900\/20 {
  border-right-color: rgb(112 26 117 / 0.2);
}
.border-r-fuchsia-900\/25 {
  border-right-color: rgb(112 26 117 / 0.25);
}
.border-r-fuchsia-900\/30 {
  border-right-color: rgb(112 26 117 / 0.3);
}
.border-r-fuchsia-900\/35 {
  border-right-color: rgb(112 26 117 / 0.35);
}
.border-r-fuchsia-900\/40 {
  border-right-color: rgb(112 26 117 / 0.4);
}
.border-r-fuchsia-900\/45 {
  border-right-color: rgb(112 26 117 / 0.45);
}
.border-r-fuchsia-900\/5 {
  border-right-color: rgb(112 26 117 / 0.05);
}
.border-r-fuchsia-900\/50 {
  border-right-color: rgb(112 26 117 / 0.5);
}
.border-r-fuchsia-900\/55 {
  border-right-color: rgb(112 26 117 / 0.55);
}
.border-r-fuchsia-900\/60 {
  border-right-color: rgb(112 26 117 / 0.6);
}
.border-r-fuchsia-900\/65 {
  border-right-color: rgb(112 26 117 / 0.65);
}
.border-r-fuchsia-900\/70 {
  border-right-color: rgb(112 26 117 / 0.7);
}
.border-r-fuchsia-900\/75 {
  border-right-color: rgb(112 26 117 / 0.75);
}
.border-r-fuchsia-900\/80 {
  border-right-color: rgb(112 26 117 / 0.8);
}
.border-r-fuchsia-900\/85 {
  border-right-color: rgb(112 26 117 / 0.85);
}
.border-r-fuchsia-900\/90 {
  border-right-color: rgb(112 26 117 / 0.9);
}
.border-r-fuchsia-900\/95 {
  border-right-color: rgb(112 26 117 / 0.95);
}
.border-r-fuchsia-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-r-fuchsia-950\/0 {
  border-right-color: rgb(74 4 78 / 0);
}
.border-r-fuchsia-950\/10 {
  border-right-color: rgb(74 4 78 / 0.1);
}
.border-r-fuchsia-950\/100 {
  border-right-color: rgb(74 4 78 / 1);
}
.border-r-fuchsia-950\/15 {
  border-right-color: rgb(74 4 78 / 0.15);
}
.border-r-fuchsia-950\/20 {
  border-right-color: rgb(74 4 78 / 0.2);
}
.border-r-fuchsia-950\/25 {
  border-right-color: rgb(74 4 78 / 0.25);
}
.border-r-fuchsia-950\/30 {
  border-right-color: rgb(74 4 78 / 0.3);
}
.border-r-fuchsia-950\/35 {
  border-right-color: rgb(74 4 78 / 0.35);
}
.border-r-fuchsia-950\/40 {
  border-right-color: rgb(74 4 78 / 0.4);
}
.border-r-fuchsia-950\/45 {
  border-right-color: rgb(74 4 78 / 0.45);
}
.border-r-fuchsia-950\/5 {
  border-right-color: rgb(74 4 78 / 0.05);
}
.border-r-fuchsia-950\/50 {
  border-right-color: rgb(74 4 78 / 0.5);
}
.border-r-fuchsia-950\/55 {
  border-right-color: rgb(74 4 78 / 0.55);
}
.border-r-fuchsia-950\/60 {
  border-right-color: rgb(74 4 78 / 0.6);
}
.border-r-fuchsia-950\/65 {
  border-right-color: rgb(74 4 78 / 0.65);
}
.border-r-fuchsia-950\/70 {
  border-right-color: rgb(74 4 78 / 0.7);
}
.border-r-fuchsia-950\/75 {
  border-right-color: rgb(74 4 78 / 0.75);
}
.border-r-fuchsia-950\/80 {
  border-right-color: rgb(74 4 78 / 0.8);
}
.border-r-fuchsia-950\/85 {
  border-right-color: rgb(74 4 78 / 0.85);
}
.border-r-fuchsia-950\/90 {
  border-right-color: rgb(74 4 78 / 0.9);
}
.border-r-fuchsia-950\/95 {
  border-right-color: rgb(74 4 78 / 0.95);
}
.border-r-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-r-gray-100\/0 {
  border-right-color: rgb(243 244 246 / 0);
}
.border-r-gray-100\/10 {
  border-right-color: rgb(243 244 246 / 0.1);
}
.border-r-gray-100\/100 {
  border-right-color: rgb(243 244 246 / 1);
}
.border-r-gray-100\/15 {
  border-right-color: rgb(243 244 246 / 0.15);
}
.border-r-gray-100\/20 {
  border-right-color: rgb(243 244 246 / 0.2);
}
.border-r-gray-100\/25 {
  border-right-color: rgb(243 244 246 / 0.25);
}
.border-r-gray-100\/30 {
  border-right-color: rgb(243 244 246 / 0.3);
}
.border-r-gray-100\/35 {
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-r-gray-100\/40 {
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-r-gray-100\/45 {
  border-right-color: rgb(243 244 246 / 0.45);
}
.border-r-gray-100\/5 {
  border-right-color: rgb(243 244 246 / 0.05);
}
.border-r-gray-100\/50 {
  border-right-color: rgb(243 244 246 / 0.5);
}
.border-r-gray-100\/55 {
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-r-gray-100\/60 {
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-r-gray-100\/65 {
  border-right-color: rgb(243 244 246 / 0.65);
}
.border-r-gray-100\/70 {
  border-right-color: rgb(243 244 246 / 0.7);
}
.border-r-gray-100\/75 {
  border-right-color: rgb(243 244 246 / 0.75);
}
.border-r-gray-100\/80 {
  border-right-color: rgb(243 244 246 / 0.8);
}
.border-r-gray-100\/85 {
  border-right-color: rgb(243 244 246 / 0.85);
}
.border-r-gray-100\/90 {
  border-right-color: rgb(243 244 246 / 0.9);
}
.border-r-gray-100\/95 {
  border-right-color: rgb(243 244 246 / 0.95);
}
.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-r-gray-200\/0 {
  border-right-color: rgb(229 231 235 / 0);
}
.border-r-gray-200\/10 {
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-gray-200\/100 {
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-gray-200\/15 {
  border-right-color: rgb(229 231 235 / 0.15);
}
.border-r-gray-200\/20 {
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-gray-200\/25 {
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-gray-200\/30 {
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-gray-200\/35 {
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-r-gray-200\/40 {
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/45 {
  border-right-color: rgb(229 231 235 / 0.45);
}
.border-r-gray-200\/5 {
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-gray-200\/50 {
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-gray-200\/55 {
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-r-gray-200\/60 {
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/65 {
  border-right-color: rgb(229 231 235 / 0.65);
}
.border-r-gray-200\/70 {
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-gray-200\/75 {
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-gray-200\/80 {
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-gray-200\/85 {
  border-right-color: rgb(229 231 235 / 0.85);
}
.border-r-gray-200\/90 {
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-gray-200\/95 {
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-300\/0 {
  border-right-color: rgb(209 213 219 / 0);
}
.border-r-gray-300\/10 {
  border-right-color: rgb(209 213 219 / 0.1);
}
.border-r-gray-300\/100 {
  border-right-color: rgb(209 213 219 / 1);
}
.border-r-gray-300\/15 {
  border-right-color: rgb(209 213 219 / 0.15);
}
.border-r-gray-300\/20 {
  border-right-color: rgb(209 213 219 / 0.2);
}
.border-r-gray-300\/25 {
  border-right-color: rgb(209 213 219 / 0.25);
}
.border-r-gray-300\/30 {
  border-right-color: rgb(209 213 219 / 0.3);
}
.border-r-gray-300\/35 {
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-r-gray-300\/40 {
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-r-gray-300\/45 {
  border-right-color: rgb(209 213 219 / 0.45);
}
.border-r-gray-300\/5 {
  border-right-color: rgb(209 213 219 / 0.05);
}
.border-r-gray-300\/50 {
  border-right-color: rgb(209 213 219 / 0.5);
}
.border-r-gray-300\/55 {
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-r-gray-300\/60 {
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-r-gray-300\/65 {
  border-right-color: rgb(209 213 219 / 0.65);
}
.border-r-gray-300\/70 {
  border-right-color: rgb(209 213 219 / 0.7);
}
.border-r-gray-300\/75 {
  border-right-color: rgb(209 213 219 / 0.75);
}
.border-r-gray-300\/80 {
  border-right-color: rgb(209 213 219 / 0.8);
}
.border-r-gray-300\/85 {
  border-right-color: rgb(209 213 219 / 0.85);
}
.border-r-gray-300\/90 {
  border-right-color: rgb(209 213 219 / 0.9);
}
.border-r-gray-300\/95 {
  border-right-color: rgb(209 213 219 / 0.95);
}
.border-r-gray-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-r-gray-400\/0 {
  border-right-color: rgb(156 163 175 / 0);
}
.border-r-gray-400\/10 {
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-gray-400\/100 {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-gray-400\/15 {
  border-right-color: rgb(156 163 175 / 0.15);
}
.border-r-gray-400\/20 {
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-gray-400\/25 {
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-gray-400\/30 {
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-gray-400\/35 {
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-r-gray-400\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-gray-400\/45 {
  border-right-color: rgb(156 163 175 / 0.45);
}
.border-r-gray-400\/5 {
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-gray-400\/50 {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-gray-400\/55 {
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-r-gray-400\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-gray-400\/65 {
  border-right-color: rgb(156 163 175 / 0.65);
}
.border-r-gray-400\/70 {
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-gray-400\/75 {
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-gray-400\/80 {
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-gray-400\/85 {
  border-right-color: rgb(156 163 175 / 0.85);
}
.border-r-gray-400\/90 {
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-gray-400\/95 {
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-gray-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-r-gray-50\/0 {
  border-right-color: rgb(249 250 251 / 0);
}
.border-r-gray-50\/10 {
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-r-gray-50\/100 {
  border-right-color: rgb(249 250 251 / 1);
}
.border-r-gray-50\/15 {
  border-right-color: rgb(249 250 251 / 0.15);
}
.border-r-gray-50\/20 {
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-r-gray-50\/25 {
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-r-gray-50\/30 {
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-r-gray-50\/35 {
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-r-gray-50\/40 {
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/45 {
  border-right-color: rgb(249 250 251 / 0.45);
}
.border-r-gray-50\/5 {
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-r-gray-50\/50 {
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-r-gray-50\/55 {
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-r-gray-50\/60 {
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/65 {
  border-right-color: rgb(249 250 251 / 0.65);
}
.border-r-gray-50\/70 {
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-r-gray-50\/75 {
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-r-gray-50\/80 {
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-r-gray-50\/85 {
  border-right-color: rgb(249 250 251 / 0.85);
}
.border-r-gray-50\/90 {
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-r-gray-50\/95 {
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-r-gray-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-r-gray-500\/0 {
  border-right-color: rgb(107 114 128 / 0);
}
.border-r-gray-500\/10 {
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-r-gray-500\/100 {
  border-right-color: rgb(107 114 128 / 1);
}
.border-r-gray-500\/15 {
  border-right-color: rgb(107 114 128 / 0.15);
}
.border-r-gray-500\/20 {
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-r-gray-500\/25 {
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-r-gray-500\/30 {
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-r-gray-500\/35 {
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-r-gray-500\/40 {
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/45 {
  border-right-color: rgb(107 114 128 / 0.45);
}
.border-r-gray-500\/5 {
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-r-gray-500\/50 {
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-r-gray-500\/55 {
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-r-gray-500\/60 {
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/65 {
  border-right-color: rgb(107 114 128 / 0.65);
}
.border-r-gray-500\/70 {
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-r-gray-500\/75 {
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-r-gray-500\/80 {
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-r-gray-500\/85 {
  border-right-color: rgb(107 114 128 / 0.85);
}
.border-r-gray-500\/90 {
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-r-gray-500\/95 {
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-r-gray-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-r-gray-600\/0 {
  border-right-color: rgb(75 85 99 / 0);
}
.border-r-gray-600\/10 {
  border-right-color: rgb(75 85 99 / 0.1);
}
.border-r-gray-600\/100 {
  border-right-color: rgb(75 85 99 / 1);
}
.border-r-gray-600\/15 {
  border-right-color: rgb(75 85 99 / 0.15);
}
.border-r-gray-600\/20 {
  border-right-color: rgb(75 85 99 / 0.2);
}
.border-r-gray-600\/25 {
  border-right-color: rgb(75 85 99 / 0.25);
}
.border-r-gray-600\/30 {
  border-right-color: rgb(75 85 99 / 0.3);
}
.border-r-gray-600\/35 {
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-r-gray-600\/40 {
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-r-gray-600\/45 {
  border-right-color: rgb(75 85 99 / 0.45);
}
.border-r-gray-600\/5 {
  border-right-color: rgb(75 85 99 / 0.05);
}
.border-r-gray-600\/50 {
  border-right-color: rgb(75 85 99 / 0.5);
}
.border-r-gray-600\/55 {
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-r-gray-600\/60 {
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-r-gray-600\/65 {
  border-right-color: rgb(75 85 99 / 0.65);
}
.border-r-gray-600\/70 {
  border-right-color: rgb(75 85 99 / 0.7);
}
.border-r-gray-600\/75 {
  border-right-color: rgb(75 85 99 / 0.75);
}
.border-r-gray-600\/80 {
  border-right-color: rgb(75 85 99 / 0.8);
}
.border-r-gray-600\/85 {
  border-right-color: rgb(75 85 99 / 0.85);
}
.border-r-gray-600\/90 {
  border-right-color: rgb(75 85 99 / 0.9);
}
.border-r-gray-600\/95 {
  border-right-color: rgb(75 85 99 / 0.95);
}
.border-r-gray-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-r-gray-700\/0 {
  border-right-color: rgb(55 65 81 / 0);
}
.border-r-gray-700\/10 {
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-r-gray-700\/100 {
  border-right-color: rgb(55 65 81 / 1);
}
.border-r-gray-700\/15 {
  border-right-color: rgb(55 65 81 / 0.15);
}
.border-r-gray-700\/20 {
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-r-gray-700\/25 {
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-r-gray-700\/30 {
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-r-gray-700\/35 {
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-r-gray-700\/40 {
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-gray-700\/45 {
  border-right-color: rgb(55 65 81 / 0.45);
}
.border-r-gray-700\/5 {
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-r-gray-700\/50 {
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-gray-700\/55 {
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-r-gray-700\/60 {
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-gray-700\/65 {
  border-right-color: rgb(55 65 81 / 0.65);
}
.border-r-gray-700\/70 {
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-r-gray-700\/75 {
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-r-gray-700\/80 {
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-r-gray-700\/85 {
  border-right-color: rgb(55 65 81 / 0.85);
}
.border-r-gray-700\/90 {
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-r-gray-700\/95 {
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-r-gray-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-r-gray-800\/0 {
  border-right-color: rgb(31 41 55 / 0);
}
.border-r-gray-800\/10 {
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-r-gray-800\/100 {
  border-right-color: rgb(31 41 55 / 1);
}
.border-r-gray-800\/15 {
  border-right-color: rgb(31 41 55 / 0.15);
}
.border-r-gray-800\/20 {
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-r-gray-800\/25 {
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-r-gray-800\/30 {
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-r-gray-800\/35 {
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-r-gray-800\/40 {
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/45 {
  border-right-color: rgb(31 41 55 / 0.45);
}
.border-r-gray-800\/5 {
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-r-gray-800\/50 {
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-r-gray-800\/55 {
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-r-gray-800\/60 {
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/65 {
  border-right-color: rgb(31 41 55 / 0.65);
}
.border-r-gray-800\/70 {
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-r-gray-800\/75 {
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-r-gray-800\/80 {
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-r-gray-800\/85 {
  border-right-color: rgb(31 41 55 / 0.85);
}
.border-r-gray-800\/90 {
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-r-gray-800\/95 {
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-r-gray-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-r-gray-900\/0 {
  border-right-color: rgb(17 24 39 / 0);
}
.border-r-gray-900\/10 {
  border-right-color: rgb(17 24 39 / 0.1);
}
.border-r-gray-900\/100 {
  border-right-color: rgb(17 24 39 / 1);
}
.border-r-gray-900\/15 {
  border-right-color: rgb(17 24 39 / 0.15);
}
.border-r-gray-900\/20 {
  border-right-color: rgb(17 24 39 / 0.2);
}
.border-r-gray-900\/25 {
  border-right-color: rgb(17 24 39 / 0.25);
}
.border-r-gray-900\/30 {
  border-right-color: rgb(17 24 39 / 0.3);
}
.border-r-gray-900\/35 {
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-r-gray-900\/40 {
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-r-gray-900\/45 {
  border-right-color: rgb(17 24 39 / 0.45);
}
.border-r-gray-900\/5 {
  border-right-color: rgb(17 24 39 / 0.05);
}
.border-r-gray-900\/50 {
  border-right-color: rgb(17 24 39 / 0.5);
}
.border-r-gray-900\/55 {
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-r-gray-900\/60 {
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-r-gray-900\/65 {
  border-right-color: rgb(17 24 39 / 0.65);
}
.border-r-gray-900\/70 {
  border-right-color: rgb(17 24 39 / 0.7);
}
.border-r-gray-900\/75 {
  border-right-color: rgb(17 24 39 / 0.75);
}
.border-r-gray-900\/80 {
  border-right-color: rgb(17 24 39 / 0.8);
}
.border-r-gray-900\/85 {
  border-right-color: rgb(17 24 39 / 0.85);
}
.border-r-gray-900\/90 {
  border-right-color: rgb(17 24 39 / 0.9);
}
.border-r-gray-900\/95 {
  border-right-color: rgb(17 24 39 / 0.95);
}
.border-r-gray-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-r-gray-950\/0 {
  border-right-color: rgb(3 7 18 / 0);
}
.border-r-gray-950\/10 {
  border-right-color: rgb(3 7 18 / 0.1);
}
.border-r-gray-950\/100 {
  border-right-color: rgb(3 7 18 / 1);
}
.border-r-gray-950\/15 {
  border-right-color: rgb(3 7 18 / 0.15);
}
.border-r-gray-950\/20 {
  border-right-color: rgb(3 7 18 / 0.2);
}
.border-r-gray-950\/25 {
  border-right-color: rgb(3 7 18 / 0.25);
}
.border-r-gray-950\/30 {
  border-right-color: rgb(3 7 18 / 0.3);
}
.border-r-gray-950\/35 {
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-r-gray-950\/40 {
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-r-gray-950\/45 {
  border-right-color: rgb(3 7 18 / 0.45);
}
.border-r-gray-950\/5 {
  border-right-color: rgb(3 7 18 / 0.05);
}
.border-r-gray-950\/50 {
  border-right-color: rgb(3 7 18 / 0.5);
}
.border-r-gray-950\/55 {
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-r-gray-950\/60 {
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-r-gray-950\/65 {
  border-right-color: rgb(3 7 18 / 0.65);
}
.border-r-gray-950\/70 {
  border-right-color: rgb(3 7 18 / 0.7);
}
.border-r-gray-950\/75 {
  border-right-color: rgb(3 7 18 / 0.75);
}
.border-r-gray-950\/80 {
  border-right-color: rgb(3 7 18 / 0.8);
}
.border-r-gray-950\/85 {
  border-right-color: rgb(3 7 18 / 0.85);
}
.border-r-gray-950\/90 {
  border-right-color: rgb(3 7 18 / 0.9);
}
.border-r-gray-950\/95 {
  border-right-color: rgb(3 7 18 / 0.95);
}
.border-r-green-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-r-green-100\/0 {
  border-right-color: rgb(220 252 231 / 0);
}
.border-r-green-100\/10 {
  border-right-color: rgb(220 252 231 / 0.1);
}
.border-r-green-100\/100 {
  border-right-color: rgb(220 252 231 / 1);
}
.border-r-green-100\/15 {
  border-right-color: rgb(220 252 231 / 0.15);
}
.border-r-green-100\/20 {
  border-right-color: rgb(220 252 231 / 0.2);
}
.border-r-green-100\/25 {
  border-right-color: rgb(220 252 231 / 0.25);
}
.border-r-green-100\/30 {
  border-right-color: rgb(220 252 231 / 0.3);
}
.border-r-green-100\/35 {
  border-right-color: rgb(220 252 231 / 0.35);
}
.border-r-green-100\/40 {
  border-right-color: rgb(220 252 231 / 0.4);
}
.border-r-green-100\/45 {
  border-right-color: rgb(220 252 231 / 0.45);
}
.border-r-green-100\/5 {
  border-right-color: rgb(220 252 231 / 0.05);
}
.border-r-green-100\/50 {
  border-right-color: rgb(220 252 231 / 0.5);
}
.border-r-green-100\/55 {
  border-right-color: rgb(220 252 231 / 0.55);
}
.border-r-green-100\/60 {
  border-right-color: rgb(220 252 231 / 0.6);
}
.border-r-green-100\/65 {
  border-right-color: rgb(220 252 231 / 0.65);
}
.border-r-green-100\/70 {
  border-right-color: rgb(220 252 231 / 0.7);
}
.border-r-green-100\/75 {
  border-right-color: rgb(220 252 231 / 0.75);
}
.border-r-green-100\/80 {
  border-right-color: rgb(220 252 231 / 0.8);
}
.border-r-green-100\/85 {
  border-right-color: rgb(220 252 231 / 0.85);
}
.border-r-green-100\/90 {
  border-right-color: rgb(220 252 231 / 0.9);
}
.border-r-green-100\/95 {
  border-right-color: rgb(220 252 231 / 0.95);
}
.border-r-green-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-r-green-200\/0 {
  border-right-color: rgb(187 247 208 / 0);
}
.border-r-green-200\/10 {
  border-right-color: rgb(187 247 208 / 0.1);
}
.border-r-green-200\/100 {
  border-right-color: rgb(187 247 208 / 1);
}
.border-r-green-200\/15 {
  border-right-color: rgb(187 247 208 / 0.15);
}
.border-r-green-200\/20 {
  border-right-color: rgb(187 247 208 / 0.2);
}
.border-r-green-200\/25 {
  border-right-color: rgb(187 247 208 / 0.25);
}
.border-r-green-200\/30 {
  border-right-color: rgb(187 247 208 / 0.3);
}
.border-r-green-200\/35 {
  border-right-color: rgb(187 247 208 / 0.35);
}
.border-r-green-200\/40 {
  border-right-color: rgb(187 247 208 / 0.4);
}
.border-r-green-200\/45 {
  border-right-color: rgb(187 247 208 / 0.45);
}
.border-r-green-200\/5 {
  border-right-color: rgb(187 247 208 / 0.05);
}
.border-r-green-200\/50 {
  border-right-color: rgb(187 247 208 / 0.5);
}
.border-r-green-200\/55 {
  border-right-color: rgb(187 247 208 / 0.55);
}
.border-r-green-200\/60 {
  border-right-color: rgb(187 247 208 / 0.6);
}
.border-r-green-200\/65 {
  border-right-color: rgb(187 247 208 / 0.65);
}
.border-r-green-200\/70 {
  border-right-color: rgb(187 247 208 / 0.7);
}
.border-r-green-200\/75 {
  border-right-color: rgb(187 247 208 / 0.75);
}
.border-r-green-200\/80 {
  border-right-color: rgb(187 247 208 / 0.8);
}
.border-r-green-200\/85 {
  border-right-color: rgb(187 247 208 / 0.85);
}
.border-r-green-200\/90 {
  border-right-color: rgb(187 247 208 / 0.9);
}
.border-r-green-200\/95 {
  border-right-color: rgb(187 247 208 / 0.95);
}
.border-r-green-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-r-green-300\/0 {
  border-right-color: rgb(134 239 172 / 0);
}
.border-r-green-300\/10 {
  border-right-color: rgb(134 239 172 / 0.1);
}
.border-r-green-300\/100 {
  border-right-color: rgb(134 239 172 / 1);
}
.border-r-green-300\/15 {
  border-right-color: rgb(134 239 172 / 0.15);
}
.border-r-green-300\/20 {
  border-right-color: rgb(134 239 172 / 0.2);
}
.border-r-green-300\/25 {
  border-right-color: rgb(134 239 172 / 0.25);
}
.border-r-green-300\/30 {
  border-right-color: rgb(134 239 172 / 0.3);
}
.border-r-green-300\/35 {
  border-right-color: rgb(134 239 172 / 0.35);
}
.border-r-green-300\/40 {
  border-right-color: rgb(134 239 172 / 0.4);
}
.border-r-green-300\/45 {
  border-right-color: rgb(134 239 172 / 0.45);
}
.border-r-green-300\/5 {
  border-right-color: rgb(134 239 172 / 0.05);
}
.border-r-green-300\/50 {
  border-right-color: rgb(134 239 172 / 0.5);
}
.border-r-green-300\/55 {
  border-right-color: rgb(134 239 172 / 0.55);
}
.border-r-green-300\/60 {
  border-right-color: rgb(134 239 172 / 0.6);
}
.border-r-green-300\/65 {
  border-right-color: rgb(134 239 172 / 0.65);
}
.border-r-green-300\/70 {
  border-right-color: rgb(134 239 172 / 0.7);
}
.border-r-green-300\/75 {
  border-right-color: rgb(134 239 172 / 0.75);
}
.border-r-green-300\/80 {
  border-right-color: rgb(134 239 172 / 0.8);
}
.border-r-green-300\/85 {
  border-right-color: rgb(134 239 172 / 0.85);
}
.border-r-green-300\/90 {
  border-right-color: rgb(134 239 172 / 0.9);
}
.border-r-green-300\/95 {
  border-right-color: rgb(134 239 172 / 0.95);
}
.border-r-green-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-r-green-400\/0 {
  border-right-color: rgb(74 222 128 / 0);
}
.border-r-green-400\/10 {
  border-right-color: rgb(74 222 128 / 0.1);
}
.border-r-green-400\/100 {
  border-right-color: rgb(74 222 128 / 1);
}
.border-r-green-400\/15 {
  border-right-color: rgb(74 222 128 / 0.15);
}
.border-r-green-400\/20 {
  border-right-color: rgb(74 222 128 / 0.2);
}
.border-r-green-400\/25 {
  border-right-color: rgb(74 222 128 / 0.25);
}
.border-r-green-400\/30 {
  border-right-color: rgb(74 222 128 / 0.3);
}
.border-r-green-400\/35 {
  border-right-color: rgb(74 222 128 / 0.35);
}
.border-r-green-400\/40 {
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-r-green-400\/45 {
  border-right-color: rgb(74 222 128 / 0.45);
}
.border-r-green-400\/5 {
  border-right-color: rgb(74 222 128 / 0.05);
}
.border-r-green-400\/50 {
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-r-green-400\/55 {
  border-right-color: rgb(74 222 128 / 0.55);
}
.border-r-green-400\/60 {
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-r-green-400\/65 {
  border-right-color: rgb(74 222 128 / 0.65);
}
.border-r-green-400\/70 {
  border-right-color: rgb(74 222 128 / 0.7);
}
.border-r-green-400\/75 {
  border-right-color: rgb(74 222 128 / 0.75);
}
.border-r-green-400\/80 {
  border-right-color: rgb(74 222 128 / 0.8);
}
.border-r-green-400\/85 {
  border-right-color: rgb(74 222 128 / 0.85);
}
.border-r-green-400\/90 {
  border-right-color: rgb(74 222 128 / 0.9);
}
.border-r-green-400\/95 {
  border-right-color: rgb(74 222 128 / 0.95);
}
.border-r-green-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-r-green-50\/0 {
  border-right-color: rgb(240 253 244 / 0);
}
.border-r-green-50\/10 {
  border-right-color: rgb(240 253 244 / 0.1);
}
.border-r-green-50\/100 {
  border-right-color: rgb(240 253 244 / 1);
}
.border-r-green-50\/15 {
  border-right-color: rgb(240 253 244 / 0.15);
}
.border-r-green-50\/20 {
  border-right-color: rgb(240 253 244 / 0.2);
}
.border-r-green-50\/25 {
  border-right-color: rgb(240 253 244 / 0.25);
}
.border-r-green-50\/30 {
  border-right-color: rgb(240 253 244 / 0.3);
}
.border-r-green-50\/35 {
  border-right-color: rgb(240 253 244 / 0.35);
}
.border-r-green-50\/40 {
  border-right-color: rgb(240 253 244 / 0.4);
}
.border-r-green-50\/45 {
  border-right-color: rgb(240 253 244 / 0.45);
}
.border-r-green-50\/5 {
  border-right-color: rgb(240 253 244 / 0.05);
}
.border-r-green-50\/50 {
  border-right-color: rgb(240 253 244 / 0.5);
}
.border-r-green-50\/55 {
  border-right-color: rgb(240 253 244 / 0.55);
}
.border-r-green-50\/60 {
  border-right-color: rgb(240 253 244 / 0.6);
}
.border-r-green-50\/65 {
  border-right-color: rgb(240 253 244 / 0.65);
}
.border-r-green-50\/70 {
  border-right-color: rgb(240 253 244 / 0.7);
}
.border-r-green-50\/75 {
  border-right-color: rgb(240 253 244 / 0.75);
}
.border-r-green-50\/80 {
  border-right-color: rgb(240 253 244 / 0.8);
}
.border-r-green-50\/85 {
  border-right-color: rgb(240 253 244 / 0.85);
}
.border-r-green-50\/90 {
  border-right-color: rgb(240 253 244 / 0.9);
}
.border-r-green-50\/95 {
  border-right-color: rgb(240 253 244 / 0.95);
}
.border-r-green-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-r-green-500\/0 {
  border-right-color: rgb(34 197 94 / 0);
}
.border-r-green-500\/10 {
  border-right-color: rgb(34 197 94 / 0.1);
}
.border-r-green-500\/100 {
  border-right-color: rgb(34 197 94 / 1);
}
.border-r-green-500\/15 {
  border-right-color: rgb(34 197 94 / 0.15);
}
.border-r-green-500\/20 {
  border-right-color: rgb(34 197 94 / 0.2);
}
.border-r-green-500\/25 {
  border-right-color: rgb(34 197 94 / 0.25);
}
.border-r-green-500\/30 {
  border-right-color: rgb(34 197 94 / 0.3);
}
.border-r-green-500\/35 {
  border-right-color: rgb(34 197 94 / 0.35);
}
.border-r-green-500\/40 {
  border-right-color: rgb(34 197 94 / 0.4);
}
.border-r-green-500\/45 {
  border-right-color: rgb(34 197 94 / 0.45);
}
.border-r-green-500\/5 {
  border-right-color: rgb(34 197 94 / 0.05);
}
.border-r-green-500\/50 {
  border-right-color: rgb(34 197 94 / 0.5);
}
.border-r-green-500\/55 {
  border-right-color: rgb(34 197 94 / 0.55);
}
.border-r-green-500\/60 {
  border-right-color: rgb(34 197 94 / 0.6);
}
.border-r-green-500\/65 {
  border-right-color: rgb(34 197 94 / 0.65);
}
.border-r-green-500\/70 {
  border-right-color: rgb(34 197 94 / 0.7);
}
.border-r-green-500\/75 {
  border-right-color: rgb(34 197 94 / 0.75);
}
.border-r-green-500\/80 {
  border-right-color: rgb(34 197 94 / 0.8);
}
.border-r-green-500\/85 {
  border-right-color: rgb(34 197 94 / 0.85);
}
.border-r-green-500\/90 {
  border-right-color: rgb(34 197 94 / 0.9);
}
.border-r-green-500\/95 {
  border-right-color: rgb(34 197 94 / 0.95);
}
.border-r-green-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-r-green-600\/0 {
  border-right-color: rgb(22 163 74 / 0);
}
.border-r-green-600\/10 {
  border-right-color: rgb(22 163 74 / 0.1);
}
.border-r-green-600\/100 {
  border-right-color: rgb(22 163 74 / 1);
}
.border-r-green-600\/15 {
  border-right-color: rgb(22 163 74 / 0.15);
}
.border-r-green-600\/20 {
  border-right-color: rgb(22 163 74 / 0.2);
}
.border-r-green-600\/25 {
  border-right-color: rgb(22 163 74 / 0.25);
}
.border-r-green-600\/30 {
  border-right-color: rgb(22 163 74 / 0.3);
}
.border-r-green-600\/35 {
  border-right-color: rgb(22 163 74 / 0.35);
}
.border-r-green-600\/40 {
  border-right-color: rgb(22 163 74 / 0.4);
}
.border-r-green-600\/45 {
  border-right-color: rgb(22 163 74 / 0.45);
}
.border-r-green-600\/5 {
  border-right-color: rgb(22 163 74 / 0.05);
}
.border-r-green-600\/50 {
  border-right-color: rgb(22 163 74 / 0.5);
}
.border-r-green-600\/55 {
  border-right-color: rgb(22 163 74 / 0.55);
}
.border-r-green-600\/60 {
  border-right-color: rgb(22 163 74 / 0.6);
}
.border-r-green-600\/65 {
  border-right-color: rgb(22 163 74 / 0.65);
}
.border-r-green-600\/70 {
  border-right-color: rgb(22 163 74 / 0.7);
}
.border-r-green-600\/75 {
  border-right-color: rgb(22 163 74 / 0.75);
}
.border-r-green-600\/80 {
  border-right-color: rgb(22 163 74 / 0.8);
}
.border-r-green-600\/85 {
  border-right-color: rgb(22 163 74 / 0.85);
}
.border-r-green-600\/90 {
  border-right-color: rgb(22 163 74 / 0.9);
}
.border-r-green-600\/95 {
  border-right-color: rgb(22 163 74 / 0.95);
}
.border-r-green-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-r-green-700\/0 {
  border-right-color: rgb(21 128 61 / 0);
}
.border-r-green-700\/10 {
  border-right-color: rgb(21 128 61 / 0.1);
}
.border-r-green-700\/100 {
  border-right-color: rgb(21 128 61 / 1);
}
.border-r-green-700\/15 {
  border-right-color: rgb(21 128 61 / 0.15);
}
.border-r-green-700\/20 {
  border-right-color: rgb(21 128 61 / 0.2);
}
.border-r-green-700\/25 {
  border-right-color: rgb(21 128 61 / 0.25);
}
.border-r-green-700\/30 {
  border-right-color: rgb(21 128 61 / 0.3);
}
.border-r-green-700\/35 {
  border-right-color: rgb(21 128 61 / 0.35);
}
.border-r-green-700\/40 {
  border-right-color: rgb(21 128 61 / 0.4);
}
.border-r-green-700\/45 {
  border-right-color: rgb(21 128 61 / 0.45);
}
.border-r-green-700\/5 {
  border-right-color: rgb(21 128 61 / 0.05);
}
.border-r-green-700\/50 {
  border-right-color: rgb(21 128 61 / 0.5);
}
.border-r-green-700\/55 {
  border-right-color: rgb(21 128 61 / 0.55);
}
.border-r-green-700\/60 {
  border-right-color: rgb(21 128 61 / 0.6);
}
.border-r-green-700\/65 {
  border-right-color: rgb(21 128 61 / 0.65);
}
.border-r-green-700\/70 {
  border-right-color: rgb(21 128 61 / 0.7);
}
.border-r-green-700\/75 {
  border-right-color: rgb(21 128 61 / 0.75);
}
.border-r-green-700\/80 {
  border-right-color: rgb(21 128 61 / 0.8);
}
.border-r-green-700\/85 {
  border-right-color: rgb(21 128 61 / 0.85);
}
.border-r-green-700\/90 {
  border-right-color: rgb(21 128 61 / 0.9);
}
.border-r-green-700\/95 {
  border-right-color: rgb(21 128 61 / 0.95);
}
.border-r-green-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-r-green-800\/0 {
  border-right-color: rgb(22 101 52 / 0);
}
.border-r-green-800\/10 {
  border-right-color: rgb(22 101 52 / 0.1);
}
.border-r-green-800\/100 {
  border-right-color: rgb(22 101 52 / 1);
}
.border-r-green-800\/15 {
  border-right-color: rgb(22 101 52 / 0.15);
}
.border-r-green-800\/20 {
  border-right-color: rgb(22 101 52 / 0.2);
}
.border-r-green-800\/25 {
  border-right-color: rgb(22 101 52 / 0.25);
}
.border-r-green-800\/30 {
  border-right-color: rgb(22 101 52 / 0.3);
}
.border-r-green-800\/35 {
  border-right-color: rgb(22 101 52 / 0.35);
}
.border-r-green-800\/40 {
  border-right-color: rgb(22 101 52 / 0.4);
}
.border-r-green-800\/45 {
  border-right-color: rgb(22 101 52 / 0.45);
}
.border-r-green-800\/5 {
  border-right-color: rgb(22 101 52 / 0.05);
}
.border-r-green-800\/50 {
  border-right-color: rgb(22 101 52 / 0.5);
}
.border-r-green-800\/55 {
  border-right-color: rgb(22 101 52 / 0.55);
}
.border-r-green-800\/60 {
  border-right-color: rgb(22 101 52 / 0.6);
}
.border-r-green-800\/65 {
  border-right-color: rgb(22 101 52 / 0.65);
}
.border-r-green-800\/70 {
  border-right-color: rgb(22 101 52 / 0.7);
}
.border-r-green-800\/75 {
  border-right-color: rgb(22 101 52 / 0.75);
}
.border-r-green-800\/80 {
  border-right-color: rgb(22 101 52 / 0.8);
}
.border-r-green-800\/85 {
  border-right-color: rgb(22 101 52 / 0.85);
}
.border-r-green-800\/90 {
  border-right-color: rgb(22 101 52 / 0.9);
}
.border-r-green-800\/95 {
  border-right-color: rgb(22 101 52 / 0.95);
}
.border-r-green-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-r-green-900\/0 {
  border-right-color: rgb(20 83 45 / 0);
}
.border-r-green-900\/10 {
  border-right-color: rgb(20 83 45 / 0.1);
}
.border-r-green-900\/100 {
  border-right-color: rgb(20 83 45 / 1);
}
.border-r-green-900\/15 {
  border-right-color: rgb(20 83 45 / 0.15);
}
.border-r-green-900\/20 {
  border-right-color: rgb(20 83 45 / 0.2);
}
.border-r-green-900\/25 {
  border-right-color: rgb(20 83 45 / 0.25);
}
.border-r-green-900\/30 {
  border-right-color: rgb(20 83 45 / 0.3);
}
.border-r-green-900\/35 {
  border-right-color: rgb(20 83 45 / 0.35);
}
.border-r-green-900\/40 {
  border-right-color: rgb(20 83 45 / 0.4);
}
.border-r-green-900\/45 {
  border-right-color: rgb(20 83 45 / 0.45);
}
.border-r-green-900\/5 {
  border-right-color: rgb(20 83 45 / 0.05);
}
.border-r-green-900\/50 {
  border-right-color: rgb(20 83 45 / 0.5);
}
.border-r-green-900\/55 {
  border-right-color: rgb(20 83 45 / 0.55);
}
.border-r-green-900\/60 {
  border-right-color: rgb(20 83 45 / 0.6);
}
.border-r-green-900\/65 {
  border-right-color: rgb(20 83 45 / 0.65);
}
.border-r-green-900\/70 {
  border-right-color: rgb(20 83 45 / 0.7);
}
.border-r-green-900\/75 {
  border-right-color: rgb(20 83 45 / 0.75);
}
.border-r-green-900\/80 {
  border-right-color: rgb(20 83 45 / 0.8);
}
.border-r-green-900\/85 {
  border-right-color: rgb(20 83 45 / 0.85);
}
.border-r-green-900\/90 {
  border-right-color: rgb(20 83 45 / 0.9);
}
.border-r-green-900\/95 {
  border-right-color: rgb(20 83 45 / 0.95);
}
.border-r-green-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-r-green-950\/0 {
  border-right-color: rgb(5 46 22 / 0);
}
.border-r-green-950\/10 {
  border-right-color: rgb(5 46 22 / 0.1);
}
.border-r-green-950\/100 {
  border-right-color: rgb(5 46 22 / 1);
}
.border-r-green-950\/15 {
  border-right-color: rgb(5 46 22 / 0.15);
}
.border-r-green-950\/20 {
  border-right-color: rgb(5 46 22 / 0.2);
}
.border-r-green-950\/25 {
  border-right-color: rgb(5 46 22 / 0.25);
}
.border-r-green-950\/30 {
  border-right-color: rgb(5 46 22 / 0.3);
}
.border-r-green-950\/35 {
  border-right-color: rgb(5 46 22 / 0.35);
}
.border-r-green-950\/40 {
  border-right-color: rgb(5 46 22 / 0.4);
}
.border-r-green-950\/45 {
  border-right-color: rgb(5 46 22 / 0.45);
}
.border-r-green-950\/5 {
  border-right-color: rgb(5 46 22 / 0.05);
}
.border-r-green-950\/50 {
  border-right-color: rgb(5 46 22 / 0.5);
}
.border-r-green-950\/55 {
  border-right-color: rgb(5 46 22 / 0.55);
}
.border-r-green-950\/60 {
  border-right-color: rgb(5 46 22 / 0.6);
}
.border-r-green-950\/65 {
  border-right-color: rgb(5 46 22 / 0.65);
}
.border-r-green-950\/70 {
  border-right-color: rgb(5 46 22 / 0.7);
}
.border-r-green-950\/75 {
  border-right-color: rgb(5 46 22 / 0.75);
}
.border-r-green-950\/80 {
  border-right-color: rgb(5 46 22 / 0.8);
}
.border-r-green-950\/85 {
  border-right-color: rgb(5 46 22 / 0.85);
}
.border-r-green-950\/90 {
  border-right-color: rgb(5 46 22 / 0.9);
}
.border-r-green-950\/95 {
  border-right-color: rgb(5 46 22 / 0.95);
}
.border-r-indigo-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-100\/0 {
  border-right-color: rgb(224 231 255 / 0);
}
.border-r-indigo-100\/10 {
  border-right-color: rgb(224 231 255 / 0.1);
}
.border-r-indigo-100\/100 {
  border-right-color: rgb(224 231 255 / 1);
}
.border-r-indigo-100\/15 {
  border-right-color: rgb(224 231 255 / 0.15);
}
.border-r-indigo-100\/20 {
  border-right-color: rgb(224 231 255 / 0.2);
}
.border-r-indigo-100\/25 {
  border-right-color: rgb(224 231 255 / 0.25);
}
.border-r-indigo-100\/30 {
  border-right-color: rgb(224 231 255 / 0.3);
}
.border-r-indigo-100\/35 {
  border-right-color: rgb(224 231 255 / 0.35);
}
.border-r-indigo-100\/40 {
  border-right-color: rgb(224 231 255 / 0.4);
}
.border-r-indigo-100\/45 {
  border-right-color: rgb(224 231 255 / 0.45);
}
.border-r-indigo-100\/5 {
  border-right-color: rgb(224 231 255 / 0.05);
}
.border-r-indigo-100\/50 {
  border-right-color: rgb(224 231 255 / 0.5);
}
.border-r-indigo-100\/55 {
  border-right-color: rgb(224 231 255 / 0.55);
}
.border-r-indigo-100\/60 {
  border-right-color: rgb(224 231 255 / 0.6);
}
.border-r-indigo-100\/65 {
  border-right-color: rgb(224 231 255 / 0.65);
}
.border-r-indigo-100\/70 {
  border-right-color: rgb(224 231 255 / 0.7);
}
.border-r-indigo-100\/75 {
  border-right-color: rgb(224 231 255 / 0.75);
}
.border-r-indigo-100\/80 {
  border-right-color: rgb(224 231 255 / 0.8);
}
.border-r-indigo-100\/85 {
  border-right-color: rgb(224 231 255 / 0.85);
}
.border-r-indigo-100\/90 {
  border-right-color: rgb(224 231 255 / 0.9);
}
.border-r-indigo-100\/95 {
  border-right-color: rgb(224 231 255 / 0.95);
}
.border-r-indigo-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-r-indigo-200\/0 {
  border-right-color: rgb(199 210 254 / 0);
}
.border-r-indigo-200\/10 {
  border-right-color: rgb(199 210 254 / 0.1);
}
.border-r-indigo-200\/100 {
  border-right-color: rgb(199 210 254 / 1);
}
.border-r-indigo-200\/15 {
  border-right-color: rgb(199 210 254 / 0.15);
}
.border-r-indigo-200\/20 {
  border-right-color: rgb(199 210 254 / 0.2);
}
.border-r-indigo-200\/25 {
  border-right-color: rgb(199 210 254 / 0.25);
}
.border-r-indigo-200\/30 {
  border-right-color: rgb(199 210 254 / 0.3);
}
.border-r-indigo-200\/35 {
  border-right-color: rgb(199 210 254 / 0.35);
}
.border-r-indigo-200\/40 {
  border-right-color: rgb(199 210 254 / 0.4);
}
.border-r-indigo-200\/45 {
  border-right-color: rgb(199 210 254 / 0.45);
}
.border-r-indigo-200\/5 {
  border-right-color: rgb(199 210 254 / 0.05);
}
.border-r-indigo-200\/50 {
  border-right-color: rgb(199 210 254 / 0.5);
}
.border-r-indigo-200\/55 {
  border-right-color: rgb(199 210 254 / 0.55);
}
.border-r-indigo-200\/60 {
  border-right-color: rgb(199 210 254 / 0.6);
}
.border-r-indigo-200\/65 {
  border-right-color: rgb(199 210 254 / 0.65);
}
.border-r-indigo-200\/70 {
  border-right-color: rgb(199 210 254 / 0.7);
}
.border-r-indigo-200\/75 {
  border-right-color: rgb(199 210 254 / 0.75);
}
.border-r-indigo-200\/80 {
  border-right-color: rgb(199 210 254 / 0.8);
}
.border-r-indigo-200\/85 {
  border-right-color: rgb(199 210 254 / 0.85);
}
.border-r-indigo-200\/90 {
  border-right-color: rgb(199 210 254 / 0.9);
}
.border-r-indigo-200\/95 {
  border-right-color: rgb(199 210 254 / 0.95);
}
.border-r-indigo-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-r-indigo-300\/0 {
  border-right-color: rgb(165 180 252 / 0);
}
.border-r-indigo-300\/10 {
  border-right-color: rgb(165 180 252 / 0.1);
}
.border-r-indigo-300\/100 {
  border-right-color: rgb(165 180 252 / 1);
}
.border-r-indigo-300\/15 {
  border-right-color: rgb(165 180 252 / 0.15);
}
.border-r-indigo-300\/20 {
  border-right-color: rgb(165 180 252 / 0.2);
}
.border-r-indigo-300\/25 {
  border-right-color: rgb(165 180 252 / 0.25);
}
.border-r-indigo-300\/30 {
  border-right-color: rgb(165 180 252 / 0.3);
}
.border-r-indigo-300\/35 {
  border-right-color: rgb(165 180 252 / 0.35);
}
.border-r-indigo-300\/40 {
  border-right-color: rgb(165 180 252 / 0.4);
}
.border-r-indigo-300\/45 {
  border-right-color: rgb(165 180 252 / 0.45);
}
.border-r-indigo-300\/5 {
  border-right-color: rgb(165 180 252 / 0.05);
}
.border-r-indigo-300\/50 {
  border-right-color: rgb(165 180 252 / 0.5);
}
.border-r-indigo-300\/55 {
  border-right-color: rgb(165 180 252 / 0.55);
}
.border-r-indigo-300\/60 {
  border-right-color: rgb(165 180 252 / 0.6);
}
.border-r-indigo-300\/65 {
  border-right-color: rgb(165 180 252 / 0.65);
}
.border-r-indigo-300\/70 {
  border-right-color: rgb(165 180 252 / 0.7);
}
.border-r-indigo-300\/75 {
  border-right-color: rgb(165 180 252 / 0.75);
}
.border-r-indigo-300\/80 {
  border-right-color: rgb(165 180 252 / 0.8);
}
.border-r-indigo-300\/85 {
  border-right-color: rgb(165 180 252 / 0.85);
}
.border-r-indigo-300\/90 {
  border-right-color: rgb(165 180 252 / 0.9);
}
.border-r-indigo-300\/95 {
  border-right-color: rgb(165 180 252 / 0.95);
}
.border-r-indigo-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-r-indigo-400\/0 {
  border-right-color: rgb(129 140 248 / 0);
}
.border-r-indigo-400\/10 {
  border-right-color: rgb(129 140 248 / 0.1);
}
.border-r-indigo-400\/100 {
  border-right-color: rgb(129 140 248 / 1);
}
.border-r-indigo-400\/15 {
  border-right-color: rgb(129 140 248 / 0.15);
}
.border-r-indigo-400\/20 {
  border-right-color: rgb(129 140 248 / 0.2);
}
.border-r-indigo-400\/25 {
  border-right-color: rgb(129 140 248 / 0.25);
}
.border-r-indigo-400\/30 {
  border-right-color: rgb(129 140 248 / 0.3);
}
.border-r-indigo-400\/35 {
  border-right-color: rgb(129 140 248 / 0.35);
}
.border-r-indigo-400\/40 {
  border-right-color: rgb(129 140 248 / 0.4);
}
.border-r-indigo-400\/45 {
  border-right-color: rgb(129 140 248 / 0.45);
}
.border-r-indigo-400\/5 {
  border-right-color: rgb(129 140 248 / 0.05);
}
.border-r-indigo-400\/50 {
  border-right-color: rgb(129 140 248 / 0.5);
}
.border-r-indigo-400\/55 {
  border-right-color: rgb(129 140 248 / 0.55);
}
.border-r-indigo-400\/60 {
  border-right-color: rgb(129 140 248 / 0.6);
}
.border-r-indigo-400\/65 {
  border-right-color: rgb(129 140 248 / 0.65);
}
.border-r-indigo-400\/70 {
  border-right-color: rgb(129 140 248 / 0.7);
}
.border-r-indigo-400\/75 {
  border-right-color: rgb(129 140 248 / 0.75);
}
.border-r-indigo-400\/80 {
  border-right-color: rgb(129 140 248 / 0.8);
}
.border-r-indigo-400\/85 {
  border-right-color: rgb(129 140 248 / 0.85);
}
.border-r-indigo-400\/90 {
  border-right-color: rgb(129 140 248 / 0.9);
}
.border-r-indigo-400\/95 {
  border-right-color: rgb(129 140 248 / 0.95);
}
.border-r-indigo-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-r-indigo-50\/0 {
  border-right-color: rgb(238 242 255 / 0);
}
.border-r-indigo-50\/10 {
  border-right-color: rgb(238 242 255 / 0.1);
}
.border-r-indigo-50\/100 {
  border-right-color: rgb(238 242 255 / 1);
}
.border-r-indigo-50\/15 {
  border-right-color: rgb(238 242 255 / 0.15);
}
.border-r-indigo-50\/20 {
  border-right-color: rgb(238 242 255 / 0.2);
}
.border-r-indigo-50\/25 {
  border-right-color: rgb(238 242 255 / 0.25);
}
.border-r-indigo-50\/30 {
  border-right-color: rgb(238 242 255 / 0.3);
}
.border-r-indigo-50\/35 {
  border-right-color: rgb(238 242 255 / 0.35);
}
.border-r-indigo-50\/40 {
  border-right-color: rgb(238 242 255 / 0.4);
}
.border-r-indigo-50\/45 {
  border-right-color: rgb(238 242 255 / 0.45);
}
.border-r-indigo-50\/5 {
  border-right-color: rgb(238 242 255 / 0.05);
}
.border-r-indigo-50\/50 {
  border-right-color: rgb(238 242 255 / 0.5);
}
.border-r-indigo-50\/55 {
  border-right-color: rgb(238 242 255 / 0.55);
}
.border-r-indigo-50\/60 {
  border-right-color: rgb(238 242 255 / 0.6);
}
.border-r-indigo-50\/65 {
  border-right-color: rgb(238 242 255 / 0.65);
}
.border-r-indigo-50\/70 {
  border-right-color: rgb(238 242 255 / 0.7);
}
.border-r-indigo-50\/75 {
  border-right-color: rgb(238 242 255 / 0.75);
}
.border-r-indigo-50\/80 {
  border-right-color: rgb(238 242 255 / 0.8);
}
.border-r-indigo-50\/85 {
  border-right-color: rgb(238 242 255 / 0.85);
}
.border-r-indigo-50\/90 {
  border-right-color: rgb(238 242 255 / 0.9);
}
.border-r-indigo-50\/95 {
  border-right-color: rgb(238 242 255 / 0.95);
}
.border-r-indigo-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-r-indigo-500\/0 {
  border-right-color: rgb(99 102 241 / 0);
}
.border-r-indigo-500\/10 {
  border-right-color: rgb(99 102 241 / 0.1);
}
.border-r-indigo-500\/100 {
  border-right-color: rgb(99 102 241 / 1);
}
.border-r-indigo-500\/15 {
  border-right-color: rgb(99 102 241 / 0.15);
}
.border-r-indigo-500\/20 {
  border-right-color: rgb(99 102 241 / 0.2);
}
.border-r-indigo-500\/25 {
  border-right-color: rgb(99 102 241 / 0.25);
}
.border-r-indigo-500\/30 {
  border-right-color: rgb(99 102 241 / 0.3);
}
.border-r-indigo-500\/35 {
  border-right-color: rgb(99 102 241 / 0.35);
}
.border-r-indigo-500\/40 {
  border-right-color: rgb(99 102 241 / 0.4);
}
.border-r-indigo-500\/45 {
  border-right-color: rgb(99 102 241 / 0.45);
}
.border-r-indigo-500\/5 {
  border-right-color: rgb(99 102 241 / 0.05);
}
.border-r-indigo-500\/50 {
  border-right-color: rgb(99 102 241 / 0.5);
}
.border-r-indigo-500\/55 {
  border-right-color: rgb(99 102 241 / 0.55);
}
.border-r-indigo-500\/60 {
  border-right-color: rgb(99 102 241 / 0.6);
}
.border-r-indigo-500\/65 {
  border-right-color: rgb(99 102 241 / 0.65);
}
.border-r-indigo-500\/70 {
  border-right-color: rgb(99 102 241 / 0.7);
}
.border-r-indigo-500\/75 {
  border-right-color: rgb(99 102 241 / 0.75);
}
.border-r-indigo-500\/80 {
  border-right-color: rgb(99 102 241 / 0.8);
}
.border-r-indigo-500\/85 {
  border-right-color: rgb(99 102 241 / 0.85);
}
.border-r-indigo-500\/90 {
  border-right-color: rgb(99 102 241 / 0.9);
}
.border-r-indigo-500\/95 {
  border-right-color: rgb(99 102 241 / 0.95);
}
.border-r-indigo-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-r-indigo-600\/0 {
  border-right-color: rgb(79 70 229 / 0);
}
.border-r-indigo-600\/10 {
  border-right-color: rgb(79 70 229 / 0.1);
}
.border-r-indigo-600\/100 {
  border-right-color: rgb(79 70 229 / 1);
}
.border-r-indigo-600\/15 {
  border-right-color: rgb(79 70 229 / 0.15);
}
.border-r-indigo-600\/20 {
  border-right-color: rgb(79 70 229 / 0.2);
}
.border-r-indigo-600\/25 {
  border-right-color: rgb(79 70 229 / 0.25);
}
.border-r-indigo-600\/30 {
  border-right-color: rgb(79 70 229 / 0.3);
}
.border-r-indigo-600\/35 {
  border-right-color: rgb(79 70 229 / 0.35);
}
.border-r-indigo-600\/40 {
  border-right-color: rgb(79 70 229 / 0.4);
}
.border-r-indigo-600\/45 {
  border-right-color: rgb(79 70 229 / 0.45);
}
.border-r-indigo-600\/5 {
  border-right-color: rgb(79 70 229 / 0.05);
}
.border-r-indigo-600\/50 {
  border-right-color: rgb(79 70 229 / 0.5);
}
.border-r-indigo-600\/55 {
  border-right-color: rgb(79 70 229 / 0.55);
}
.border-r-indigo-600\/60 {
  border-right-color: rgb(79 70 229 / 0.6);
}
.border-r-indigo-600\/65 {
  border-right-color: rgb(79 70 229 / 0.65);
}
.border-r-indigo-600\/70 {
  border-right-color: rgb(79 70 229 / 0.7);
}
.border-r-indigo-600\/75 {
  border-right-color: rgb(79 70 229 / 0.75);
}
.border-r-indigo-600\/80 {
  border-right-color: rgb(79 70 229 / 0.8);
}
.border-r-indigo-600\/85 {
  border-right-color: rgb(79 70 229 / 0.85);
}
.border-r-indigo-600\/90 {
  border-right-color: rgb(79 70 229 / 0.9);
}
.border-r-indigo-600\/95 {
  border-right-color: rgb(79 70 229 / 0.95);
}
.border-r-indigo-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-r-indigo-700\/0 {
  border-right-color: rgb(67 56 202 / 0);
}
.border-r-indigo-700\/10 {
  border-right-color: rgb(67 56 202 / 0.1);
}
.border-r-indigo-700\/100 {
  border-right-color: rgb(67 56 202 / 1);
}
.border-r-indigo-700\/15 {
  border-right-color: rgb(67 56 202 / 0.15);
}
.border-r-indigo-700\/20 {
  border-right-color: rgb(67 56 202 / 0.2);
}
.border-r-indigo-700\/25 {
  border-right-color: rgb(67 56 202 / 0.25);
}
.border-r-indigo-700\/30 {
  border-right-color: rgb(67 56 202 / 0.3);
}
.border-r-indigo-700\/35 {
  border-right-color: rgb(67 56 202 / 0.35);
}
.border-r-indigo-700\/40 {
  border-right-color: rgb(67 56 202 / 0.4);
}
.border-r-indigo-700\/45 {
  border-right-color: rgb(67 56 202 / 0.45);
}
.border-r-indigo-700\/5 {
  border-right-color: rgb(67 56 202 / 0.05);
}
.border-r-indigo-700\/50 {
  border-right-color: rgb(67 56 202 / 0.5);
}
.border-r-indigo-700\/55 {
  border-right-color: rgb(67 56 202 / 0.55);
}
.border-r-indigo-700\/60 {
  border-right-color: rgb(67 56 202 / 0.6);
}
.border-r-indigo-700\/65 {
  border-right-color: rgb(67 56 202 / 0.65);
}
.border-r-indigo-700\/70 {
  border-right-color: rgb(67 56 202 / 0.7);
}
.border-r-indigo-700\/75 {
  border-right-color: rgb(67 56 202 / 0.75);
}
.border-r-indigo-700\/80 {
  border-right-color: rgb(67 56 202 / 0.8);
}
.border-r-indigo-700\/85 {
  border-right-color: rgb(67 56 202 / 0.85);
}
.border-r-indigo-700\/90 {
  border-right-color: rgb(67 56 202 / 0.9);
}
.border-r-indigo-700\/95 {
  border-right-color: rgb(67 56 202 / 0.95);
}
.border-r-indigo-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-r-indigo-800\/0 {
  border-right-color: rgb(55 48 163 / 0);
}
.border-r-indigo-800\/10 {
  border-right-color: rgb(55 48 163 / 0.1);
}
.border-r-indigo-800\/100 {
  border-right-color: rgb(55 48 163 / 1);
}
.border-r-indigo-800\/15 {
  border-right-color: rgb(55 48 163 / 0.15);
}
.border-r-indigo-800\/20 {
  border-right-color: rgb(55 48 163 / 0.2);
}
.border-r-indigo-800\/25 {
  border-right-color: rgb(55 48 163 / 0.25);
}
.border-r-indigo-800\/30 {
  border-right-color: rgb(55 48 163 / 0.3);
}
.border-r-indigo-800\/35 {
  border-right-color: rgb(55 48 163 / 0.35);
}
.border-r-indigo-800\/40 {
  border-right-color: rgb(55 48 163 / 0.4);
}
.border-r-indigo-800\/45 {
  border-right-color: rgb(55 48 163 / 0.45);
}
.border-r-indigo-800\/5 {
  border-right-color: rgb(55 48 163 / 0.05);
}
.border-r-indigo-800\/50 {
  border-right-color: rgb(55 48 163 / 0.5);
}
.border-r-indigo-800\/55 {
  border-right-color: rgb(55 48 163 / 0.55);
}
.border-r-indigo-800\/60 {
  border-right-color: rgb(55 48 163 / 0.6);
}
.border-r-indigo-800\/65 {
  border-right-color: rgb(55 48 163 / 0.65);
}
.border-r-indigo-800\/70 {
  border-right-color: rgb(55 48 163 / 0.7);
}
.border-r-indigo-800\/75 {
  border-right-color: rgb(55 48 163 / 0.75);
}
.border-r-indigo-800\/80 {
  border-right-color: rgb(55 48 163 / 0.8);
}
.border-r-indigo-800\/85 {
  border-right-color: rgb(55 48 163 / 0.85);
}
.border-r-indigo-800\/90 {
  border-right-color: rgb(55 48 163 / 0.9);
}
.border-r-indigo-800\/95 {
  border-right-color: rgb(55 48 163 / 0.95);
}
.border-r-indigo-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-r-indigo-900\/0 {
  border-right-color: rgb(49 46 129 / 0);
}
.border-r-indigo-900\/10 {
  border-right-color: rgb(49 46 129 / 0.1);
}
.border-r-indigo-900\/100 {
  border-right-color: rgb(49 46 129 / 1);
}
.border-r-indigo-900\/15 {
  border-right-color: rgb(49 46 129 / 0.15);
}
.border-r-indigo-900\/20 {
  border-right-color: rgb(49 46 129 / 0.2);
}
.border-r-indigo-900\/25 {
  border-right-color: rgb(49 46 129 / 0.25);
}
.border-r-indigo-900\/30 {
  border-right-color: rgb(49 46 129 / 0.3);
}
.border-r-indigo-900\/35 {
  border-right-color: rgb(49 46 129 / 0.35);
}
.border-r-indigo-900\/40 {
  border-right-color: rgb(49 46 129 / 0.4);
}
.border-r-indigo-900\/45 {
  border-right-color: rgb(49 46 129 / 0.45);
}
.border-r-indigo-900\/5 {
  border-right-color: rgb(49 46 129 / 0.05);
}
.border-r-indigo-900\/50 {
  border-right-color: rgb(49 46 129 / 0.5);
}
.border-r-indigo-900\/55 {
  border-right-color: rgb(49 46 129 / 0.55);
}
.border-r-indigo-900\/60 {
  border-right-color: rgb(49 46 129 / 0.6);
}
.border-r-indigo-900\/65 {
  border-right-color: rgb(49 46 129 / 0.65);
}
.border-r-indigo-900\/70 {
  border-right-color: rgb(49 46 129 / 0.7);
}
.border-r-indigo-900\/75 {
  border-right-color: rgb(49 46 129 / 0.75);
}
.border-r-indigo-900\/80 {
  border-right-color: rgb(49 46 129 / 0.8);
}
.border-r-indigo-900\/85 {
  border-right-color: rgb(49 46 129 / 0.85);
}
.border-r-indigo-900\/90 {
  border-right-color: rgb(49 46 129 / 0.9);
}
.border-r-indigo-900\/95 {
  border-right-color: rgb(49 46 129 / 0.95);
}
.border-r-indigo-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-r-indigo-950\/0 {
  border-right-color: rgb(30 27 75 / 0);
}
.border-r-indigo-950\/10 {
  border-right-color: rgb(30 27 75 / 0.1);
}
.border-r-indigo-950\/100 {
  border-right-color: rgb(30 27 75 / 1);
}
.border-r-indigo-950\/15 {
  border-right-color: rgb(30 27 75 / 0.15);
}
.border-r-indigo-950\/20 {
  border-right-color: rgb(30 27 75 / 0.2);
}
.border-r-indigo-950\/25 {
  border-right-color: rgb(30 27 75 / 0.25);
}
.border-r-indigo-950\/30 {
  border-right-color: rgb(30 27 75 / 0.3);
}
.border-r-indigo-950\/35 {
  border-right-color: rgb(30 27 75 / 0.35);
}
.border-r-indigo-950\/40 {
  border-right-color: rgb(30 27 75 / 0.4);
}
.border-r-indigo-950\/45 {
  border-right-color: rgb(30 27 75 / 0.45);
}
.border-r-indigo-950\/5 {
  border-right-color: rgb(30 27 75 / 0.05);
}
.border-r-indigo-950\/50 {
  border-right-color: rgb(30 27 75 / 0.5);
}
.border-r-indigo-950\/55 {
  border-right-color: rgb(30 27 75 / 0.55);
}
.border-r-indigo-950\/60 {
  border-right-color: rgb(30 27 75 / 0.6);
}
.border-r-indigo-950\/65 {
  border-right-color: rgb(30 27 75 / 0.65);
}
.border-r-indigo-950\/70 {
  border-right-color: rgb(30 27 75 / 0.7);
}
.border-r-indigo-950\/75 {
  border-right-color: rgb(30 27 75 / 0.75);
}
.border-r-indigo-950\/80 {
  border-right-color: rgb(30 27 75 / 0.8);
}
.border-r-indigo-950\/85 {
  border-right-color: rgb(30 27 75 / 0.85);
}
.border-r-indigo-950\/90 {
  border-right-color: rgb(30 27 75 / 0.9);
}
.border-r-indigo-950\/95 {
  border-right-color: rgb(30 27 75 / 0.95);
}
.border-r-inherit {
  border-right-color: inherit;
}
.border-r-input {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}
.border-r-input\/0 {
  border-right-color: hsl(var(--input) / 0);
}
.border-r-input\/10 {
  border-right-color: hsl(var(--input) / 0.1);
}
.border-r-input\/100 {
  border-right-color: hsl(var(--input) / 1);
}
.border-r-input\/15 {
  border-right-color: hsl(var(--input) / 0.15);
}
.border-r-input\/20 {
  border-right-color: hsl(var(--input) / 0.2);
}
.border-r-input\/25 {
  border-right-color: hsl(var(--input) / 0.25);
}
.border-r-input\/30 {
  border-right-color: hsl(var(--input) / 0.3);
}
.border-r-input\/35 {
  border-right-color: hsl(var(--input) / 0.35);
}
.border-r-input\/40 {
  border-right-color: hsl(var(--input) / 0.4);
}
.border-r-input\/45 {
  border-right-color: hsl(var(--input) / 0.45);
}
.border-r-input\/5 {
  border-right-color: hsl(var(--input) / 0.05);
}
.border-r-input\/50 {
  border-right-color: hsl(var(--input) / 0.5);
}
.border-r-input\/55 {
  border-right-color: hsl(var(--input) / 0.55);
}
.border-r-input\/60 {
  border-right-color: hsl(var(--input) / 0.6);
}
.border-r-input\/65 {
  border-right-color: hsl(var(--input) / 0.65);
}
.border-r-input\/70 {
  border-right-color: hsl(var(--input) / 0.7);
}
.border-r-input\/75 {
  border-right-color: hsl(var(--input) / 0.75);
}
.border-r-input\/80 {
  border-right-color: hsl(var(--input) / 0.8);
}
.border-r-input\/85 {
  border-right-color: hsl(var(--input) / 0.85);
}
.border-r-input\/90 {
  border-right-color: hsl(var(--input) / 0.9);
}
.border-r-input\/95 {
  border-right-color: hsl(var(--input) / 0.95);
}
.border-r-lime-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-r-lime-100\/0 {
  border-right-color: rgb(236 252 203 / 0);
}
.border-r-lime-100\/10 {
  border-right-color: rgb(236 252 203 / 0.1);
}
.border-r-lime-100\/100 {
  border-right-color: rgb(236 252 203 / 1);
}
.border-r-lime-100\/15 {
  border-right-color: rgb(236 252 203 / 0.15);
}
.border-r-lime-100\/20 {
  border-right-color: rgb(236 252 203 / 0.2);
}
.border-r-lime-100\/25 {
  border-right-color: rgb(236 252 203 / 0.25);
}
.border-r-lime-100\/30 {
  border-right-color: rgb(236 252 203 / 0.3);
}
.border-r-lime-100\/35 {
  border-right-color: rgb(236 252 203 / 0.35);
}
.border-r-lime-100\/40 {
  border-right-color: rgb(236 252 203 / 0.4);
}
.border-r-lime-100\/45 {
  border-right-color: rgb(236 252 203 / 0.45);
}
.border-r-lime-100\/5 {
  border-right-color: rgb(236 252 203 / 0.05);
}
.border-r-lime-100\/50 {
  border-right-color: rgb(236 252 203 / 0.5);
}
.border-r-lime-100\/55 {
  border-right-color: rgb(236 252 203 / 0.55);
}
.border-r-lime-100\/60 {
  border-right-color: rgb(236 252 203 / 0.6);
}
.border-r-lime-100\/65 {
  border-right-color: rgb(236 252 203 / 0.65);
}
.border-r-lime-100\/70 {
  border-right-color: rgb(236 252 203 / 0.7);
}
.border-r-lime-100\/75 {
  border-right-color: rgb(236 252 203 / 0.75);
}
.border-r-lime-100\/80 {
  border-right-color: rgb(236 252 203 / 0.8);
}
.border-r-lime-100\/85 {
  border-right-color: rgb(236 252 203 / 0.85);
}
.border-r-lime-100\/90 {
  border-right-color: rgb(236 252 203 / 0.9);
}
.border-r-lime-100\/95 {
  border-right-color: rgb(236 252 203 / 0.95);
}
.border-r-lime-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-r-lime-200\/0 {
  border-right-color: rgb(217 249 157 / 0);
}
.border-r-lime-200\/10 {
  border-right-color: rgb(217 249 157 / 0.1);
}
.border-r-lime-200\/100 {
  border-right-color: rgb(217 249 157 / 1);
}
.border-r-lime-200\/15 {
  border-right-color: rgb(217 249 157 / 0.15);
}
.border-r-lime-200\/20 {
  border-right-color: rgb(217 249 157 / 0.2);
}
.border-r-lime-200\/25 {
  border-right-color: rgb(217 249 157 / 0.25);
}
.border-r-lime-200\/30 {
  border-right-color: rgb(217 249 157 / 0.3);
}
.border-r-lime-200\/35 {
  border-right-color: rgb(217 249 157 / 0.35);
}
.border-r-lime-200\/40 {
  border-right-color: rgb(217 249 157 / 0.4);
}
.border-r-lime-200\/45 {
  border-right-color: rgb(217 249 157 / 0.45);
}
.border-r-lime-200\/5 {
  border-right-color: rgb(217 249 157 / 0.05);
}
.border-r-lime-200\/50 {
  border-right-color: rgb(217 249 157 / 0.5);
}
.border-r-lime-200\/55 {
  border-right-color: rgb(217 249 157 / 0.55);
}
.border-r-lime-200\/60 {
  border-right-color: rgb(217 249 157 / 0.6);
}
.border-r-lime-200\/65 {
  border-right-color: rgb(217 249 157 / 0.65);
}
.border-r-lime-200\/70 {
  border-right-color: rgb(217 249 157 / 0.7);
}
.border-r-lime-200\/75 {
  border-right-color: rgb(217 249 157 / 0.75);
}
.border-r-lime-200\/80 {
  border-right-color: rgb(217 249 157 / 0.8);
}
.border-r-lime-200\/85 {
  border-right-color: rgb(217 249 157 / 0.85);
}
.border-r-lime-200\/90 {
  border-right-color: rgb(217 249 157 / 0.9);
}
.border-r-lime-200\/95 {
  border-right-color: rgb(217 249 157 / 0.95);
}
.border-r-lime-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-r-lime-300\/0 {
  border-right-color: rgb(190 242 100 / 0);
}
.border-r-lime-300\/10 {
  border-right-color: rgb(190 242 100 / 0.1);
}
.border-r-lime-300\/100 {
  border-right-color: rgb(190 242 100 / 1);
}
.border-r-lime-300\/15 {
  border-right-color: rgb(190 242 100 / 0.15);
}
.border-r-lime-300\/20 {
  border-right-color: rgb(190 242 100 / 0.2);
}
.border-r-lime-300\/25 {
  border-right-color: rgb(190 242 100 / 0.25);
}
.border-r-lime-300\/30 {
  border-right-color: rgb(190 242 100 / 0.3);
}
.border-r-lime-300\/35 {
  border-right-color: rgb(190 242 100 / 0.35);
}
.border-r-lime-300\/40 {
  border-right-color: rgb(190 242 100 / 0.4);
}
.border-r-lime-300\/45 {
  border-right-color: rgb(190 242 100 / 0.45);
}
.border-r-lime-300\/5 {
  border-right-color: rgb(190 242 100 / 0.05);
}
.border-r-lime-300\/50 {
  border-right-color: rgb(190 242 100 / 0.5);
}
.border-r-lime-300\/55 {
  border-right-color: rgb(190 242 100 / 0.55);
}
.border-r-lime-300\/60 {
  border-right-color: rgb(190 242 100 / 0.6);
}
.border-r-lime-300\/65 {
  border-right-color: rgb(190 242 100 / 0.65);
}
.border-r-lime-300\/70 {
  border-right-color: rgb(190 242 100 / 0.7);
}
.border-r-lime-300\/75 {
  border-right-color: rgb(190 242 100 / 0.75);
}
.border-r-lime-300\/80 {
  border-right-color: rgb(190 242 100 / 0.8);
}
.border-r-lime-300\/85 {
  border-right-color: rgb(190 242 100 / 0.85);
}
.border-r-lime-300\/90 {
  border-right-color: rgb(190 242 100 / 0.9);
}
.border-r-lime-300\/95 {
  border-right-color: rgb(190 242 100 / 0.95);
}
.border-r-lime-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-r-lime-400\/0 {
  border-right-color: rgb(163 230 53 / 0);
}
.border-r-lime-400\/10 {
  border-right-color: rgb(163 230 53 / 0.1);
}
.border-r-lime-400\/100 {
  border-right-color: rgb(163 230 53 / 1);
}
.border-r-lime-400\/15 {
  border-right-color: rgb(163 230 53 / 0.15);
}
.border-r-lime-400\/20 {
  border-right-color: rgb(163 230 53 / 0.2);
}
.border-r-lime-400\/25 {
  border-right-color: rgb(163 230 53 / 0.25);
}
.border-r-lime-400\/30 {
  border-right-color: rgb(163 230 53 / 0.3);
}
.border-r-lime-400\/35 {
  border-right-color: rgb(163 230 53 / 0.35);
}
.border-r-lime-400\/40 {
  border-right-color: rgb(163 230 53 / 0.4);
}
.border-r-lime-400\/45 {
  border-right-color: rgb(163 230 53 / 0.45);
}
.border-r-lime-400\/5 {
  border-right-color: rgb(163 230 53 / 0.05);
}
.border-r-lime-400\/50 {
  border-right-color: rgb(163 230 53 / 0.5);
}
.border-r-lime-400\/55 {
  border-right-color: rgb(163 230 53 / 0.55);
}
.border-r-lime-400\/60 {
  border-right-color: rgb(163 230 53 / 0.6);
}
.border-r-lime-400\/65 {
  border-right-color: rgb(163 230 53 / 0.65);
}
.border-r-lime-400\/70 {
  border-right-color: rgb(163 230 53 / 0.7);
}
.border-r-lime-400\/75 {
  border-right-color: rgb(163 230 53 / 0.75);
}
.border-r-lime-400\/80 {
  border-right-color: rgb(163 230 53 / 0.8);
}
.border-r-lime-400\/85 {
  border-right-color: rgb(163 230 53 / 0.85);
}
.border-r-lime-400\/90 {
  border-right-color: rgb(163 230 53 / 0.9);
}
.border-r-lime-400\/95 {
  border-right-color: rgb(163 230 53 / 0.95);
}
.border-r-lime-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-r-lime-50\/0 {
  border-right-color: rgb(247 254 231 / 0);
}
.border-r-lime-50\/10 {
  border-right-color: rgb(247 254 231 / 0.1);
}
.border-r-lime-50\/100 {
  border-right-color: rgb(247 254 231 / 1);
}
.border-r-lime-50\/15 {
  border-right-color: rgb(247 254 231 / 0.15);
}
.border-r-lime-50\/20 {
  border-right-color: rgb(247 254 231 / 0.2);
}
.border-r-lime-50\/25 {
  border-right-color: rgb(247 254 231 / 0.25);
}
.border-r-lime-50\/30 {
  border-right-color: rgb(247 254 231 / 0.3);
}
.border-r-lime-50\/35 {
  border-right-color: rgb(247 254 231 / 0.35);
}
.border-r-lime-50\/40 {
  border-right-color: rgb(247 254 231 / 0.4);
}
.border-r-lime-50\/45 {
  border-right-color: rgb(247 254 231 / 0.45);
}
.border-r-lime-50\/5 {
  border-right-color: rgb(247 254 231 / 0.05);
}
.border-r-lime-50\/50 {
  border-right-color: rgb(247 254 231 / 0.5);
}
.border-r-lime-50\/55 {
  border-right-color: rgb(247 254 231 / 0.55);
}
.border-r-lime-50\/60 {
  border-right-color: rgb(247 254 231 / 0.6);
}
.border-r-lime-50\/65 {
  border-right-color: rgb(247 254 231 / 0.65);
}
.border-r-lime-50\/70 {
  border-right-color: rgb(247 254 231 / 0.7);
}
.border-r-lime-50\/75 {
  border-right-color: rgb(247 254 231 / 0.75);
}
.border-r-lime-50\/80 {
  border-right-color: rgb(247 254 231 / 0.8);
}
.border-r-lime-50\/85 {
  border-right-color: rgb(247 254 231 / 0.85);
}
.border-r-lime-50\/90 {
  border-right-color: rgb(247 254 231 / 0.9);
}
.border-r-lime-50\/95 {
  border-right-color: rgb(247 254 231 / 0.95);
}
.border-r-lime-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-r-lime-500\/0 {
  border-right-color: rgb(132 204 22 / 0);
}
.border-r-lime-500\/10 {
  border-right-color: rgb(132 204 22 / 0.1);
}
.border-r-lime-500\/100 {
  border-right-color: rgb(132 204 22 / 1);
}
.border-r-lime-500\/15 {
  border-right-color: rgb(132 204 22 / 0.15);
}
.border-r-lime-500\/20 {
  border-right-color: rgb(132 204 22 / 0.2);
}
.border-r-lime-500\/25 {
  border-right-color: rgb(132 204 22 / 0.25);
}
.border-r-lime-500\/30 {
  border-right-color: rgb(132 204 22 / 0.3);
}
.border-r-lime-500\/35 {
  border-right-color: rgb(132 204 22 / 0.35);
}
.border-r-lime-500\/40 {
  border-right-color: rgb(132 204 22 / 0.4);
}
.border-r-lime-500\/45 {
  border-right-color: rgb(132 204 22 / 0.45);
}
.border-r-lime-500\/5 {
  border-right-color: rgb(132 204 22 / 0.05);
}
.border-r-lime-500\/50 {
  border-right-color: rgb(132 204 22 / 0.5);
}
.border-r-lime-500\/55 {
  border-right-color: rgb(132 204 22 / 0.55);
}
.border-r-lime-500\/60 {
  border-right-color: rgb(132 204 22 / 0.6);
}
.border-r-lime-500\/65 {
  border-right-color: rgb(132 204 22 / 0.65);
}
.border-r-lime-500\/70 {
  border-right-color: rgb(132 204 22 / 0.7);
}
.border-r-lime-500\/75 {
  border-right-color: rgb(132 204 22 / 0.75);
}
.border-r-lime-500\/80 {
  border-right-color: rgb(132 204 22 / 0.8);
}
.border-r-lime-500\/85 {
  border-right-color: rgb(132 204 22 / 0.85);
}
.border-r-lime-500\/90 {
  border-right-color: rgb(132 204 22 / 0.9);
}
.border-r-lime-500\/95 {
  border-right-color: rgb(132 204 22 / 0.95);
}
.border-r-lime-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-r-lime-600\/0 {
  border-right-color: rgb(101 163 13 / 0);
}
.border-r-lime-600\/10 {
  border-right-color: rgb(101 163 13 / 0.1);
}
.border-r-lime-600\/100 {
  border-right-color: rgb(101 163 13 / 1);
}
.border-r-lime-600\/15 {
  border-right-color: rgb(101 163 13 / 0.15);
}
.border-r-lime-600\/20 {
  border-right-color: rgb(101 163 13 / 0.2);
}
.border-r-lime-600\/25 {
  border-right-color: rgb(101 163 13 / 0.25);
}
.border-r-lime-600\/30 {
  border-right-color: rgb(101 163 13 / 0.3);
}
.border-r-lime-600\/35 {
  border-right-color: rgb(101 163 13 / 0.35);
}
.border-r-lime-600\/40 {
  border-right-color: rgb(101 163 13 / 0.4);
}
.border-r-lime-600\/45 {
  border-right-color: rgb(101 163 13 / 0.45);
}
.border-r-lime-600\/5 {
  border-right-color: rgb(101 163 13 / 0.05);
}
.border-r-lime-600\/50 {
  border-right-color: rgb(101 163 13 / 0.5);
}
.border-r-lime-600\/55 {
  border-right-color: rgb(101 163 13 / 0.55);
}
.border-r-lime-600\/60 {
  border-right-color: rgb(101 163 13 / 0.6);
}
.border-r-lime-600\/65 {
  border-right-color: rgb(101 163 13 / 0.65);
}
.border-r-lime-600\/70 {
  border-right-color: rgb(101 163 13 / 0.7);
}
.border-r-lime-600\/75 {
  border-right-color: rgb(101 163 13 / 0.75);
}
.border-r-lime-600\/80 {
  border-right-color: rgb(101 163 13 / 0.8);
}
.border-r-lime-600\/85 {
  border-right-color: rgb(101 163 13 / 0.85);
}
.border-r-lime-600\/90 {
  border-right-color: rgb(101 163 13 / 0.9);
}
.border-r-lime-600\/95 {
  border-right-color: rgb(101 163 13 / 0.95);
}
.border-r-lime-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-r-lime-700\/0 {
  border-right-color: rgb(77 124 15 / 0);
}
.border-r-lime-700\/10 {
  border-right-color: rgb(77 124 15 / 0.1);
}
.border-r-lime-700\/100 {
  border-right-color: rgb(77 124 15 / 1);
}
.border-r-lime-700\/15 {
  border-right-color: rgb(77 124 15 / 0.15);
}
.border-r-lime-700\/20 {
  border-right-color: rgb(77 124 15 / 0.2);
}
.border-r-lime-700\/25 {
  border-right-color: rgb(77 124 15 / 0.25);
}
.border-r-lime-700\/30 {
  border-right-color: rgb(77 124 15 / 0.3);
}
.border-r-lime-700\/35 {
  border-right-color: rgb(77 124 15 / 0.35);
}
.border-r-lime-700\/40 {
  border-right-color: rgb(77 124 15 / 0.4);
}
.border-r-lime-700\/45 {
  border-right-color: rgb(77 124 15 / 0.45);
}
.border-r-lime-700\/5 {
  border-right-color: rgb(77 124 15 / 0.05);
}
.border-r-lime-700\/50 {
  border-right-color: rgb(77 124 15 / 0.5);
}
.border-r-lime-700\/55 {
  border-right-color: rgb(77 124 15 / 0.55);
}
.border-r-lime-700\/60 {
  border-right-color: rgb(77 124 15 / 0.6);
}
.border-r-lime-700\/65 {
  border-right-color: rgb(77 124 15 / 0.65);
}
.border-r-lime-700\/70 {
  border-right-color: rgb(77 124 15 / 0.7);
}
.border-r-lime-700\/75 {
  border-right-color: rgb(77 124 15 / 0.75);
}
.border-r-lime-700\/80 {
  border-right-color: rgb(77 124 15 / 0.8);
}
.border-r-lime-700\/85 {
  border-right-color: rgb(77 124 15 / 0.85);
}
.border-r-lime-700\/90 {
  border-right-color: rgb(77 124 15 / 0.9);
}
.border-r-lime-700\/95 {
  border-right-color: rgb(77 124 15 / 0.95);
}
.border-r-lime-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-r-lime-800\/0 {
  border-right-color: rgb(63 98 18 / 0);
}
.border-r-lime-800\/10 {
  border-right-color: rgb(63 98 18 / 0.1);
}
.border-r-lime-800\/100 {
  border-right-color: rgb(63 98 18 / 1);
}
.border-r-lime-800\/15 {
  border-right-color: rgb(63 98 18 / 0.15);
}
.border-r-lime-800\/20 {
  border-right-color: rgb(63 98 18 / 0.2);
}
.border-r-lime-800\/25 {
  border-right-color: rgb(63 98 18 / 0.25);
}
.border-r-lime-800\/30 {
  border-right-color: rgb(63 98 18 / 0.3);
}
.border-r-lime-800\/35 {
  border-right-color: rgb(63 98 18 / 0.35);
}
.border-r-lime-800\/40 {
  border-right-color: rgb(63 98 18 / 0.4);
}
.border-r-lime-800\/45 {
  border-right-color: rgb(63 98 18 / 0.45);
}
.border-r-lime-800\/5 {
  border-right-color: rgb(63 98 18 / 0.05);
}
.border-r-lime-800\/50 {
  border-right-color: rgb(63 98 18 / 0.5);
}
.border-r-lime-800\/55 {
  border-right-color: rgb(63 98 18 / 0.55);
}
.border-r-lime-800\/60 {
  border-right-color: rgb(63 98 18 / 0.6);
}
.border-r-lime-800\/65 {
  border-right-color: rgb(63 98 18 / 0.65);
}
.border-r-lime-800\/70 {
  border-right-color: rgb(63 98 18 / 0.7);
}
.border-r-lime-800\/75 {
  border-right-color: rgb(63 98 18 / 0.75);
}
.border-r-lime-800\/80 {
  border-right-color: rgb(63 98 18 / 0.8);
}
.border-r-lime-800\/85 {
  border-right-color: rgb(63 98 18 / 0.85);
}
.border-r-lime-800\/90 {
  border-right-color: rgb(63 98 18 / 0.9);
}
.border-r-lime-800\/95 {
  border-right-color: rgb(63 98 18 / 0.95);
}
.border-r-lime-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-r-lime-900\/0 {
  border-right-color: rgb(54 83 20 / 0);
}
.border-r-lime-900\/10 {
  border-right-color: rgb(54 83 20 / 0.1);
}
.border-r-lime-900\/100 {
  border-right-color: rgb(54 83 20 / 1);
}
.border-r-lime-900\/15 {
  border-right-color: rgb(54 83 20 / 0.15);
}
.border-r-lime-900\/20 {
  border-right-color: rgb(54 83 20 / 0.2);
}
.border-r-lime-900\/25 {
  border-right-color: rgb(54 83 20 / 0.25);
}
.border-r-lime-900\/30 {
  border-right-color: rgb(54 83 20 / 0.3);
}
.border-r-lime-900\/35 {
  border-right-color: rgb(54 83 20 / 0.35);
}
.border-r-lime-900\/40 {
  border-right-color: rgb(54 83 20 / 0.4);
}
.border-r-lime-900\/45 {
  border-right-color: rgb(54 83 20 / 0.45);
}
.border-r-lime-900\/5 {
  border-right-color: rgb(54 83 20 / 0.05);
}
.border-r-lime-900\/50 {
  border-right-color: rgb(54 83 20 / 0.5);
}
.border-r-lime-900\/55 {
  border-right-color: rgb(54 83 20 / 0.55);
}
.border-r-lime-900\/60 {
  border-right-color: rgb(54 83 20 / 0.6);
}
.border-r-lime-900\/65 {
  border-right-color: rgb(54 83 20 / 0.65);
}
.border-r-lime-900\/70 {
  border-right-color: rgb(54 83 20 / 0.7);
}
.border-r-lime-900\/75 {
  border-right-color: rgb(54 83 20 / 0.75);
}
.border-r-lime-900\/80 {
  border-right-color: rgb(54 83 20 / 0.8);
}
.border-r-lime-900\/85 {
  border-right-color: rgb(54 83 20 / 0.85);
}
.border-r-lime-900\/90 {
  border-right-color: rgb(54 83 20 / 0.9);
}
.border-r-lime-900\/95 {
  border-right-color: rgb(54 83 20 / 0.95);
}
.border-r-lime-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-r-lime-950\/0 {
  border-right-color: rgb(26 46 5 / 0);
}
.border-r-lime-950\/10 {
  border-right-color: rgb(26 46 5 / 0.1);
}
.border-r-lime-950\/100 {
  border-right-color: rgb(26 46 5 / 1);
}
.border-r-lime-950\/15 {
  border-right-color: rgb(26 46 5 / 0.15);
}
.border-r-lime-950\/20 {
  border-right-color: rgb(26 46 5 / 0.2);
}
.border-r-lime-950\/25 {
  border-right-color: rgb(26 46 5 / 0.25);
}
.border-r-lime-950\/30 {
  border-right-color: rgb(26 46 5 / 0.3);
}
.border-r-lime-950\/35 {
  border-right-color: rgb(26 46 5 / 0.35);
}
.border-r-lime-950\/40 {
  border-right-color: rgb(26 46 5 / 0.4);
}
.border-r-lime-950\/45 {
  border-right-color: rgb(26 46 5 / 0.45);
}
.border-r-lime-950\/5 {
  border-right-color: rgb(26 46 5 / 0.05);
}
.border-r-lime-950\/50 {
  border-right-color: rgb(26 46 5 / 0.5);
}
.border-r-lime-950\/55 {
  border-right-color: rgb(26 46 5 / 0.55);
}
.border-r-lime-950\/60 {
  border-right-color: rgb(26 46 5 / 0.6);
}
.border-r-lime-950\/65 {
  border-right-color: rgb(26 46 5 / 0.65);
}
.border-r-lime-950\/70 {
  border-right-color: rgb(26 46 5 / 0.7);
}
.border-r-lime-950\/75 {
  border-right-color: rgb(26 46 5 / 0.75);
}
.border-r-lime-950\/80 {
  border-right-color: rgb(26 46 5 / 0.8);
}
.border-r-lime-950\/85 {
  border-right-color: rgb(26 46 5 / 0.85);
}
.border-r-lime-950\/90 {
  border-right-color: rgb(26 46 5 / 0.9);
}
.border-r-lime-950\/95 {
  border-right-color: rgb(26 46 5 / 0.95);
}
.border-r-muted {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
}
.border-r-muted-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
}
.border-r-muted-foreground\/0 {
  border-right-color: hsl(var(--muted-foreground) / 0);
}
.border-r-muted-foreground\/10 {
  border-right-color: hsl(var(--muted-foreground) / 0.1);
}
.border-r-muted-foreground\/100 {
  border-right-color: hsl(var(--muted-foreground) / 1);
}
.border-r-muted-foreground\/15 {
  border-right-color: hsl(var(--muted-foreground) / 0.15);
}
.border-r-muted-foreground\/20 {
  border-right-color: hsl(var(--muted-foreground) / 0.2);
}
.border-r-muted-foreground\/25 {
  border-right-color: hsl(var(--muted-foreground) / 0.25);
}
.border-r-muted-foreground\/30 {
  border-right-color: hsl(var(--muted-foreground) / 0.3);
}
.border-r-muted-foreground\/35 {
  border-right-color: hsl(var(--muted-foreground) / 0.35);
}
.border-r-muted-foreground\/40 {
  border-right-color: hsl(var(--muted-foreground) / 0.4);
}
.border-r-muted-foreground\/45 {
  border-right-color: hsl(var(--muted-foreground) / 0.45);
}
.border-r-muted-foreground\/5 {
  border-right-color: hsl(var(--muted-foreground) / 0.05);
}
.border-r-muted-foreground\/50 {
  border-right-color: hsl(var(--muted-foreground) / 0.5);
}
.border-r-muted-foreground\/55 {
  border-right-color: hsl(var(--muted-foreground) / 0.55);
}
.border-r-muted-foreground\/60 {
  border-right-color: hsl(var(--muted-foreground) / 0.6);
}
.border-r-muted-foreground\/65 {
  border-right-color: hsl(var(--muted-foreground) / 0.65);
}
.border-r-muted-foreground\/70 {
  border-right-color: hsl(var(--muted-foreground) / 0.7);
}
.border-r-muted-foreground\/75 {
  border-right-color: hsl(var(--muted-foreground) / 0.75);
}
.border-r-muted-foreground\/80 {
  border-right-color: hsl(var(--muted-foreground) / 0.8);
}
.border-r-muted-foreground\/85 {
  border-right-color: hsl(var(--muted-foreground) / 0.85);
}
.border-r-muted-foreground\/90 {
  border-right-color: hsl(var(--muted-foreground) / 0.9);
}
.border-r-muted-foreground\/95 {
  border-right-color: hsl(var(--muted-foreground) / 0.95);
}
.border-r-muted\/0 {
  border-right-color: hsl(var(--muted) / 0);
}
.border-r-muted\/10 {
  border-right-color: hsl(var(--muted) / 0.1);
}
.border-r-muted\/100 {
  border-right-color: hsl(var(--muted) / 1);
}
.border-r-muted\/15 {
  border-right-color: hsl(var(--muted) / 0.15);
}
.border-r-muted\/20 {
  border-right-color: hsl(var(--muted) / 0.2);
}
.border-r-muted\/25 {
  border-right-color: hsl(var(--muted) / 0.25);
}
.border-r-muted\/30 {
  border-right-color: hsl(var(--muted) / 0.3);
}
.border-r-muted\/35 {
  border-right-color: hsl(var(--muted) / 0.35);
}
.border-r-muted\/40 {
  border-right-color: hsl(var(--muted) / 0.4);
}
.border-r-muted\/45 {
  border-right-color: hsl(var(--muted) / 0.45);
}
.border-r-muted\/5 {
  border-right-color: hsl(var(--muted) / 0.05);
}
.border-r-muted\/50 {
  border-right-color: hsl(var(--muted) / 0.5);
}
.border-r-muted\/55 {
  border-right-color: hsl(var(--muted) / 0.55);
}
.border-r-muted\/60 {
  border-right-color: hsl(var(--muted) / 0.6);
}
.border-r-muted\/65 {
  border-right-color: hsl(var(--muted) / 0.65);
}
.border-r-muted\/70 {
  border-right-color: hsl(var(--muted) / 0.7);
}
.border-r-muted\/75 {
  border-right-color: hsl(var(--muted) / 0.75);
}
.border-r-muted\/80 {
  border-right-color: hsl(var(--muted) / 0.8);
}
.border-r-muted\/85 {
  border-right-color: hsl(var(--muted) / 0.85);
}
.border-r-muted\/90 {
  border-right-color: hsl(var(--muted) / 0.9);
}
.border-r-muted\/95 {
  border-right-color: hsl(var(--muted) / 0.95);
}
.border-r-neutral-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-r-neutral-100\/0 {
  border-right-color: rgb(245 245 245 / 0);
}
.border-r-neutral-100\/10 {
  border-right-color: rgb(245 245 245 / 0.1);
}
.border-r-neutral-100\/100 {
  border-right-color: rgb(245 245 245 / 1);
}
.border-r-neutral-100\/15 {
  border-right-color: rgb(245 245 245 / 0.15);
}
.border-r-neutral-100\/20 {
  border-right-color: rgb(245 245 245 / 0.2);
}
.border-r-neutral-100\/25 {
  border-right-color: rgb(245 245 245 / 0.25);
}
.border-r-neutral-100\/30 {
  border-right-color: rgb(245 245 245 / 0.3);
}
.border-r-neutral-100\/35 {
  border-right-color: rgb(245 245 245 / 0.35);
}
.border-r-neutral-100\/40 {
  border-right-color: rgb(245 245 245 / 0.4);
}
.border-r-neutral-100\/45 {
  border-right-color: rgb(245 245 245 / 0.45);
}
.border-r-neutral-100\/5 {
  border-right-color: rgb(245 245 245 / 0.05);
}
.border-r-neutral-100\/50 {
  border-right-color: rgb(245 245 245 / 0.5);
}
.border-r-neutral-100\/55 {
  border-right-color: rgb(245 245 245 / 0.55);
}
.border-r-neutral-100\/60 {
  border-right-color: rgb(245 245 245 / 0.6);
}
.border-r-neutral-100\/65 {
  border-right-color: rgb(245 245 245 / 0.65);
}
.border-r-neutral-100\/70 {
  border-right-color: rgb(245 245 245 / 0.7);
}
.border-r-neutral-100\/75 {
  border-right-color: rgb(245 245 245 / 0.75);
}
.border-r-neutral-100\/80 {
  border-right-color: rgb(245 245 245 / 0.8);
}
.border-r-neutral-100\/85 {
  border-right-color: rgb(245 245 245 / 0.85);
}
.border-r-neutral-100\/90 {
  border-right-color: rgb(245 245 245 / 0.9);
}
.border-r-neutral-100\/95 {
  border-right-color: rgb(245 245 245 / 0.95);
}
.border-r-neutral-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-r-neutral-200\/0 {
  border-right-color: rgb(229 229 229 / 0);
}
.border-r-neutral-200\/10 {
  border-right-color: rgb(229 229 229 / 0.1);
}
.border-r-neutral-200\/100 {
  border-right-color: rgb(229 229 229 / 1);
}
.border-r-neutral-200\/15 {
  border-right-color: rgb(229 229 229 / 0.15);
}
.border-r-neutral-200\/20 {
  border-right-color: rgb(229 229 229 / 0.2);
}
.border-r-neutral-200\/25 {
  border-right-color: rgb(229 229 229 / 0.25);
}
.border-r-neutral-200\/30 {
  border-right-color: rgb(229 229 229 / 0.3);
}
.border-r-neutral-200\/35 {
  border-right-color: rgb(229 229 229 / 0.35);
}
.border-r-neutral-200\/40 {
  border-right-color: rgb(229 229 229 / 0.4);
}
.border-r-neutral-200\/45 {
  border-right-color: rgb(229 229 229 / 0.45);
}
.border-r-neutral-200\/5 {
  border-right-color: rgb(229 229 229 / 0.05);
}
.border-r-neutral-200\/50 {
  border-right-color: rgb(229 229 229 / 0.5);
}
.border-r-neutral-200\/55 {
  border-right-color: rgb(229 229 229 / 0.55);
}
.border-r-neutral-200\/60 {
  border-right-color: rgb(229 229 229 / 0.6);
}
.border-r-neutral-200\/65 {
  border-right-color: rgb(229 229 229 / 0.65);
}
.border-r-neutral-200\/70 {
  border-right-color: rgb(229 229 229 / 0.7);
}
.border-r-neutral-200\/75 {
  border-right-color: rgb(229 229 229 / 0.75);
}
.border-r-neutral-200\/80 {
  border-right-color: rgb(229 229 229 / 0.8);
}
.border-r-neutral-200\/85 {
  border-right-color: rgb(229 229 229 / 0.85);
}
.border-r-neutral-200\/90 {
  border-right-color: rgb(229 229 229 / 0.9);
}
.border-r-neutral-200\/95 {
  border-right-color: rgb(229 229 229 / 0.95);
}
.border-r-neutral-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-r-neutral-300\/0 {
  border-right-color: rgb(212 212 212 / 0);
}
.border-r-neutral-300\/10 {
  border-right-color: rgb(212 212 212 / 0.1);
}
.border-r-neutral-300\/100 {
  border-right-color: rgb(212 212 212 / 1);
}
.border-r-neutral-300\/15 {
  border-right-color: rgb(212 212 212 / 0.15);
}
.border-r-neutral-300\/20 {
  border-right-color: rgb(212 212 212 / 0.2);
}
.border-r-neutral-300\/25 {
  border-right-color: rgb(212 212 212 / 0.25);
}
.border-r-neutral-300\/30 {
  border-right-color: rgb(212 212 212 / 0.3);
}
.border-r-neutral-300\/35 {
  border-right-color: rgb(212 212 212 / 0.35);
}
.border-r-neutral-300\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}
.border-r-neutral-300\/45 {
  border-right-color: rgb(212 212 212 / 0.45);
}
.border-r-neutral-300\/5 {
  border-right-color: rgb(212 212 212 / 0.05);
}
.border-r-neutral-300\/50 {
  border-right-color: rgb(212 212 212 / 0.5);
}
.border-r-neutral-300\/55 {
  border-right-color: rgb(212 212 212 / 0.55);
}
.border-r-neutral-300\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}
.border-r-neutral-300\/65 {
  border-right-color: rgb(212 212 212 / 0.65);
}
.border-r-neutral-300\/70 {
  border-right-color: rgb(212 212 212 / 0.7);
}
.border-r-neutral-300\/75 {
  border-right-color: rgb(212 212 212 / 0.75);
}
.border-r-neutral-300\/80 {
  border-right-color: rgb(212 212 212 / 0.8);
}
.border-r-neutral-300\/85 {
  border-right-color: rgb(212 212 212 / 0.85);
}
.border-r-neutral-300\/90 {
  border-right-color: rgb(212 212 212 / 0.9);
}
.border-r-neutral-300\/95 {
  border-right-color: rgb(212 212 212 / 0.95);
}
.border-r-neutral-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-r-neutral-400\/0 {
  border-right-color: rgb(163 163 163 / 0);
}
.border-r-neutral-400\/10 {
  border-right-color: rgb(163 163 163 / 0.1);
}
.border-r-neutral-400\/100 {
  border-right-color: rgb(163 163 163 / 1);
}
.border-r-neutral-400\/15 {
  border-right-color: rgb(163 163 163 / 0.15);
}
.border-r-neutral-400\/20 {
  border-right-color: rgb(163 163 163 / 0.2);
}
.border-r-neutral-400\/25 {
  border-right-color: rgb(163 163 163 / 0.25);
}
.border-r-neutral-400\/30 {
  border-right-color: rgb(163 163 163 / 0.3);
}
.border-r-neutral-400\/35 {
  border-right-color: rgb(163 163 163 / 0.35);
}
.border-r-neutral-400\/40 {
  border-right-color: rgb(163 163 163 / 0.4);
}
.border-r-neutral-400\/45 {
  border-right-color: rgb(163 163 163 / 0.45);
}
.border-r-neutral-400\/5 {
  border-right-color: rgb(163 163 163 / 0.05);
}
.border-r-neutral-400\/50 {
  border-right-color: rgb(163 163 163 / 0.5);
}
.border-r-neutral-400\/55 {
  border-right-color: rgb(163 163 163 / 0.55);
}
.border-r-neutral-400\/60 {
  border-right-color: rgb(163 163 163 / 0.6);
}
.border-r-neutral-400\/65 {
  border-right-color: rgb(163 163 163 / 0.65);
}
.border-r-neutral-400\/70 {
  border-right-color: rgb(163 163 163 / 0.7);
}
.border-r-neutral-400\/75 {
  border-right-color: rgb(163 163 163 / 0.75);
}
.border-r-neutral-400\/80 {
  border-right-color: rgb(163 163 163 / 0.8);
}
.border-r-neutral-400\/85 {
  border-right-color: rgb(163 163 163 / 0.85);
}
.border-r-neutral-400\/90 {
  border-right-color: rgb(163 163 163 / 0.9);
}
.border-r-neutral-400\/95 {
  border-right-color: rgb(163 163 163 / 0.95);
}
.border-r-neutral-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-neutral-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-neutral-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-neutral-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-neutral-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-neutral-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-neutral-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-neutral-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-neutral-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-neutral-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-neutral-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-neutral-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-neutral-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-neutral-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-neutral-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-neutral-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-neutral-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-neutral-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-neutral-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-neutral-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-neutral-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-neutral-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-neutral-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-r-neutral-500\/0 {
  border-right-color: rgb(115 115 115 / 0);
}
.border-r-neutral-500\/10 {
  border-right-color: rgb(115 115 115 / 0.1);
}
.border-r-neutral-500\/100 {
  border-right-color: rgb(115 115 115 / 1);
}
.border-r-neutral-500\/15 {
  border-right-color: rgb(115 115 115 / 0.15);
}
.border-r-neutral-500\/20 {
  border-right-color: rgb(115 115 115 / 0.2);
}
.border-r-neutral-500\/25 {
  border-right-color: rgb(115 115 115 / 0.25);
}
.border-r-neutral-500\/30 {
  border-right-color: rgb(115 115 115 / 0.3);
}
.border-r-neutral-500\/35 {
  border-right-color: rgb(115 115 115 / 0.35);
}
.border-r-neutral-500\/40 {
  border-right-color: rgb(115 115 115 / 0.4);
}
.border-r-neutral-500\/45 {
  border-right-color: rgb(115 115 115 / 0.45);
}
.border-r-neutral-500\/5 {
  border-right-color: rgb(115 115 115 / 0.05);
}
.border-r-neutral-500\/50 {
  border-right-color: rgb(115 115 115 / 0.5);
}
.border-r-neutral-500\/55 {
  border-right-color: rgb(115 115 115 / 0.55);
}
.border-r-neutral-500\/60 {
  border-right-color: rgb(115 115 115 / 0.6);
}
.border-r-neutral-500\/65 {
  border-right-color: rgb(115 115 115 / 0.65);
}
.border-r-neutral-500\/70 {
  border-right-color: rgb(115 115 115 / 0.7);
}
.border-r-neutral-500\/75 {
  border-right-color: rgb(115 115 115 / 0.75);
}
.border-r-neutral-500\/80 {
  border-right-color: rgb(115 115 115 / 0.8);
}
.border-r-neutral-500\/85 {
  border-right-color: rgb(115 115 115 / 0.85);
}
.border-r-neutral-500\/90 {
  border-right-color: rgb(115 115 115 / 0.9);
}
.border-r-neutral-500\/95 {
  border-right-color: rgb(115 115 115 / 0.95);
}
.border-r-neutral-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-r-neutral-600\/0 {
  border-right-color: rgb(82 82 82 / 0);
}
.border-r-neutral-600\/10 {
  border-right-color: rgb(82 82 82 / 0.1);
}
.border-r-neutral-600\/100 {
  border-right-color: rgb(82 82 82 / 1);
}
.border-r-neutral-600\/15 {
  border-right-color: rgb(82 82 82 / 0.15);
}
.border-r-neutral-600\/20 {
  border-right-color: rgb(82 82 82 / 0.2);
}
.border-r-neutral-600\/25 {
  border-right-color: rgb(82 82 82 / 0.25);
}
.border-r-neutral-600\/30 {
  border-right-color: rgb(82 82 82 / 0.3);
}
.border-r-neutral-600\/35 {
  border-right-color: rgb(82 82 82 / 0.35);
}
.border-r-neutral-600\/40 {
  border-right-color: rgb(82 82 82 / 0.4);
}
.border-r-neutral-600\/45 {
  border-right-color: rgb(82 82 82 / 0.45);
}
.border-r-neutral-600\/5 {
  border-right-color: rgb(82 82 82 / 0.05);
}
.border-r-neutral-600\/50 {
  border-right-color: rgb(82 82 82 / 0.5);
}
.border-r-neutral-600\/55 {
  border-right-color: rgb(82 82 82 / 0.55);
}
.border-r-neutral-600\/60 {
  border-right-color: rgb(82 82 82 / 0.6);
}
.border-r-neutral-600\/65 {
  border-right-color: rgb(82 82 82 / 0.65);
}
.border-r-neutral-600\/70 {
  border-right-color: rgb(82 82 82 / 0.7);
}
.border-r-neutral-600\/75 {
  border-right-color: rgb(82 82 82 / 0.75);
}
.border-r-neutral-600\/80 {
  border-right-color: rgb(82 82 82 / 0.8);
}
.border-r-neutral-600\/85 {
  border-right-color: rgb(82 82 82 / 0.85);
}
.border-r-neutral-600\/90 {
  border-right-color: rgb(82 82 82 / 0.9);
}
.border-r-neutral-600\/95 {
  border-right-color: rgb(82 82 82 / 0.95);
}
.border-r-neutral-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-r-neutral-700\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-neutral-700\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-neutral-700\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-neutral-700\/15 {
  border-right-color: rgb(64 64 64 / 0.15);
}
.border-r-neutral-700\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-neutral-700\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-neutral-700\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-neutral-700\/35 {
  border-right-color: rgb(64 64 64 / 0.35);
}
.border-r-neutral-700\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-neutral-700\/45 {
  border-right-color: rgb(64 64 64 / 0.45);
}
.border-r-neutral-700\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-neutral-700\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-neutral-700\/55 {
  border-right-color: rgb(64 64 64 / 0.55);
}
.border-r-neutral-700\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-neutral-700\/65 {
  border-right-color: rgb(64 64 64 / 0.65);
}
.border-r-neutral-700\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-neutral-700\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-neutral-700\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-neutral-700\/85 {
  border-right-color: rgb(64 64 64 / 0.85);
}
.border-r-neutral-700\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-neutral-700\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-neutral-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-r-neutral-800\/0 {
  border-right-color: rgb(38 38 38 / 0);
}
.border-r-neutral-800\/10 {
  border-right-color: rgb(38 38 38 / 0.1);
}
.border-r-neutral-800\/100 {
  border-right-color: rgb(38 38 38 / 1);
}
.border-r-neutral-800\/15 {
  border-right-color: rgb(38 38 38 / 0.15);
}
.border-r-neutral-800\/20 {
  border-right-color: rgb(38 38 38 / 0.2);
}
.border-r-neutral-800\/25 {
  border-right-color: rgb(38 38 38 / 0.25);
}
.border-r-neutral-800\/30 {
  border-right-color: rgb(38 38 38 / 0.3);
}
.border-r-neutral-800\/35 {
  border-right-color: rgb(38 38 38 / 0.35);
}
.border-r-neutral-800\/40 {
  border-right-color: rgb(38 38 38 / 0.4);
}
.border-r-neutral-800\/45 {
  border-right-color: rgb(38 38 38 / 0.45);
}
.border-r-neutral-800\/5 {
  border-right-color: rgb(38 38 38 / 0.05);
}
.border-r-neutral-800\/50 {
  border-right-color: rgb(38 38 38 / 0.5);
}
.border-r-neutral-800\/55 {
  border-right-color: rgb(38 38 38 / 0.55);
}
.border-r-neutral-800\/60 {
  border-right-color: rgb(38 38 38 / 0.6);
}
.border-r-neutral-800\/65 {
  border-right-color: rgb(38 38 38 / 0.65);
}
.border-r-neutral-800\/70 {
  border-right-color: rgb(38 38 38 / 0.7);
}
.border-r-neutral-800\/75 {
  border-right-color: rgb(38 38 38 / 0.75);
}
.border-r-neutral-800\/80 {
  border-right-color: rgb(38 38 38 / 0.8);
}
.border-r-neutral-800\/85 {
  border-right-color: rgb(38 38 38 / 0.85);
}
.border-r-neutral-800\/90 {
  border-right-color: rgb(38 38 38 / 0.9);
}
.border-r-neutral-800\/95 {
  border-right-color: rgb(38 38 38 / 0.95);
}
.border-r-neutral-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-r-neutral-900\/0 {
  border-right-color: rgb(23 23 23 / 0);
}
.border-r-neutral-900\/10 {
  border-right-color: rgb(23 23 23 / 0.1);
}
.border-r-neutral-900\/100 {
  border-right-color: rgb(23 23 23 / 1);
}
.border-r-neutral-900\/15 {
  border-right-color: rgb(23 23 23 / 0.15);
}
.border-r-neutral-900\/20 {
  border-right-color: rgb(23 23 23 / 0.2);
}
.border-r-neutral-900\/25 {
  border-right-color: rgb(23 23 23 / 0.25);
}
.border-r-neutral-900\/30 {
  border-right-color: rgb(23 23 23 / 0.3);
}
.border-r-neutral-900\/35 {
  border-right-color: rgb(23 23 23 / 0.35);
}
.border-r-neutral-900\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-r-neutral-900\/45 {
  border-right-color: rgb(23 23 23 / 0.45);
}
.border-r-neutral-900\/5 {
  border-right-color: rgb(23 23 23 / 0.05);
}
.border-r-neutral-900\/50 {
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-r-neutral-900\/55 {
  border-right-color: rgb(23 23 23 / 0.55);
}
.border-r-neutral-900\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-r-neutral-900\/65 {
  border-right-color: rgb(23 23 23 / 0.65);
}
.border-r-neutral-900\/70 {
  border-right-color: rgb(23 23 23 / 0.7);
}
.border-r-neutral-900\/75 {
  border-right-color: rgb(23 23 23 / 0.75);
}
.border-r-neutral-900\/80 {
  border-right-color: rgb(23 23 23 / 0.8);
}
.border-r-neutral-900\/85 {
  border-right-color: rgb(23 23 23 / 0.85);
}
.border-r-neutral-900\/90 {
  border-right-color: rgb(23 23 23 / 0.9);
}
.border-r-neutral-900\/95 {
  border-right-color: rgb(23 23 23 / 0.95);
}
.border-r-neutral-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-r-neutral-950\/0 {
  border-right-color: rgb(10 10 10 / 0);
}
.border-r-neutral-950\/10 {
  border-right-color: rgb(10 10 10 / 0.1);
}
.border-r-neutral-950\/100 {
  border-right-color: rgb(10 10 10 / 1);
}
.border-r-neutral-950\/15 {
  border-right-color: rgb(10 10 10 / 0.15);
}
.border-r-neutral-950\/20 {
  border-right-color: rgb(10 10 10 / 0.2);
}
.border-r-neutral-950\/25 {
  border-right-color: rgb(10 10 10 / 0.25);
}
.border-r-neutral-950\/30 {
  border-right-color: rgb(10 10 10 / 0.3);
}
.border-r-neutral-950\/35 {
  border-right-color: rgb(10 10 10 / 0.35);
}
.border-r-neutral-950\/40 {
  border-right-color: rgb(10 10 10 / 0.4);
}
.border-r-neutral-950\/45 {
  border-right-color: rgb(10 10 10 / 0.45);
}
.border-r-neutral-950\/5 {
  border-right-color: rgb(10 10 10 / 0.05);
}
.border-r-neutral-950\/50 {
  border-right-color: rgb(10 10 10 / 0.5);
}
.border-r-neutral-950\/55 {
  border-right-color: rgb(10 10 10 / 0.55);
}
.border-r-neutral-950\/60 {
  border-right-color: rgb(10 10 10 / 0.6);
}
.border-r-neutral-950\/65 {
  border-right-color: rgb(10 10 10 / 0.65);
}
.border-r-neutral-950\/70 {
  border-right-color: rgb(10 10 10 / 0.7);
}
.border-r-neutral-950\/75 {
  border-right-color: rgb(10 10 10 / 0.75);
}
.border-r-neutral-950\/80 {
  border-right-color: rgb(10 10 10 / 0.8);
}
.border-r-neutral-950\/85 {
  border-right-color: rgb(10 10 10 / 0.85);
}
.border-r-neutral-950\/90 {
  border-right-color: rgb(10 10 10 / 0.9);
}
.border-r-neutral-950\/95 {
  border-right-color: rgb(10 10 10 / 0.95);
}
.border-r-orange-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-r-orange-100\/0 {
  border-right-color: rgb(255 237 213 / 0);
}
.border-r-orange-100\/10 {
  border-right-color: rgb(255 237 213 / 0.1);
}
.border-r-orange-100\/100 {
  border-right-color: rgb(255 237 213 / 1);
}
.border-r-orange-100\/15 {
  border-right-color: rgb(255 237 213 / 0.15);
}
.border-r-orange-100\/20 {
  border-right-color: rgb(255 237 213 / 0.2);
}
.border-r-orange-100\/25 {
  border-right-color: rgb(255 237 213 / 0.25);
}
.border-r-orange-100\/30 {
  border-right-color: rgb(255 237 213 / 0.3);
}
.border-r-orange-100\/35 {
  border-right-color: rgb(255 237 213 / 0.35);
}
.border-r-orange-100\/40 {
  border-right-color: rgb(255 237 213 / 0.4);
}
.border-r-orange-100\/45 {
  border-right-color: rgb(255 237 213 / 0.45);
}
.border-r-orange-100\/5 {
  border-right-color: rgb(255 237 213 / 0.05);
}
.border-r-orange-100\/50 {
  border-right-color: rgb(255 237 213 / 0.5);
}
.border-r-orange-100\/55 {
  border-right-color: rgb(255 237 213 / 0.55);
}
.border-r-orange-100\/60 {
  border-right-color: rgb(255 237 213 / 0.6);
}
.border-r-orange-100\/65 {
  border-right-color: rgb(255 237 213 / 0.65);
}
.border-r-orange-100\/70 {
  border-right-color: rgb(255 237 213 / 0.7);
}
.border-r-orange-100\/75 {
  border-right-color: rgb(255 237 213 / 0.75);
}
.border-r-orange-100\/80 {
  border-right-color: rgb(255 237 213 / 0.8);
}
.border-r-orange-100\/85 {
  border-right-color: rgb(255 237 213 / 0.85);
}
.border-r-orange-100\/90 {
  border-right-color: rgb(255 237 213 / 0.9);
}
.border-r-orange-100\/95 {
  border-right-color: rgb(255 237 213 / 0.95);
}
.border-r-orange-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-r-orange-200\/0 {
  border-right-color: rgb(254 215 170 / 0);
}
.border-r-orange-200\/10 {
  border-right-color: rgb(254 215 170 / 0.1);
}
.border-r-orange-200\/100 {
  border-right-color: rgb(254 215 170 / 1);
}
.border-r-orange-200\/15 {
  border-right-color: rgb(254 215 170 / 0.15);
}
.border-r-orange-200\/20 {
  border-right-color: rgb(254 215 170 / 0.2);
}
.border-r-orange-200\/25 {
  border-right-color: rgb(254 215 170 / 0.25);
}
.border-r-orange-200\/30 {
  border-right-color: rgb(254 215 170 / 0.3);
}
.border-r-orange-200\/35 {
  border-right-color: rgb(254 215 170 / 0.35);
}
.border-r-orange-200\/40 {
  border-right-color: rgb(254 215 170 / 0.4);
}
.border-r-orange-200\/45 {
  border-right-color: rgb(254 215 170 / 0.45);
}
.border-r-orange-200\/5 {
  border-right-color: rgb(254 215 170 / 0.05);
}
.border-r-orange-200\/50 {
  border-right-color: rgb(254 215 170 / 0.5);
}
.border-r-orange-200\/55 {
  border-right-color: rgb(254 215 170 / 0.55);
}
.border-r-orange-200\/60 {
  border-right-color: rgb(254 215 170 / 0.6);
}
.border-r-orange-200\/65 {
  border-right-color: rgb(254 215 170 / 0.65);
}
.border-r-orange-200\/70 {
  border-right-color: rgb(254 215 170 / 0.7);
}
.border-r-orange-200\/75 {
  border-right-color: rgb(254 215 170 / 0.75);
}
.border-r-orange-200\/80 {
  border-right-color: rgb(254 215 170 / 0.8);
}
.border-r-orange-200\/85 {
  border-right-color: rgb(254 215 170 / 0.85);
}
.border-r-orange-200\/90 {
  border-right-color: rgb(254 215 170 / 0.9);
}
.border-r-orange-200\/95 {
  border-right-color: rgb(254 215 170 / 0.95);
}
.border-r-orange-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-r-orange-300\/0 {
  border-right-color: rgb(253 186 116 / 0);
}
.border-r-orange-300\/10 {
  border-right-color: rgb(253 186 116 / 0.1);
}
.border-r-orange-300\/100 {
  border-right-color: rgb(253 186 116 / 1);
}
.border-r-orange-300\/15 {
  border-right-color: rgb(253 186 116 / 0.15);
}
.border-r-orange-300\/20 {
  border-right-color: rgb(253 186 116 / 0.2);
}
.border-r-orange-300\/25 {
  border-right-color: rgb(253 186 116 / 0.25);
}
.border-r-orange-300\/30 {
  border-right-color: rgb(253 186 116 / 0.3);
}
.border-r-orange-300\/35 {
  border-right-color: rgb(253 186 116 / 0.35);
}
.border-r-orange-300\/40 {
  border-right-color: rgb(253 186 116 / 0.4);
}
.border-r-orange-300\/45 {
  border-right-color: rgb(253 186 116 / 0.45);
}
.border-r-orange-300\/5 {
  border-right-color: rgb(253 186 116 / 0.05);
}
.border-r-orange-300\/50 {
  border-right-color: rgb(253 186 116 / 0.5);
}
.border-r-orange-300\/55 {
  border-right-color: rgb(253 186 116 / 0.55);
}
.border-r-orange-300\/60 {
  border-right-color: rgb(253 186 116 / 0.6);
}
.border-r-orange-300\/65 {
  border-right-color: rgb(253 186 116 / 0.65);
}
.border-r-orange-300\/70 {
  border-right-color: rgb(253 186 116 / 0.7);
}
.border-r-orange-300\/75 {
  border-right-color: rgb(253 186 116 / 0.75);
}
.border-r-orange-300\/80 {
  border-right-color: rgb(253 186 116 / 0.8);
}
.border-r-orange-300\/85 {
  border-right-color: rgb(253 186 116 / 0.85);
}
.border-r-orange-300\/90 {
  border-right-color: rgb(253 186 116 / 0.9);
}
.border-r-orange-300\/95 {
  border-right-color: rgb(253 186 116 / 0.95);
}
.border-r-orange-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-r-orange-400\/0 {
  border-right-color: rgb(251 146 60 / 0);
}
.border-r-orange-400\/10 {
  border-right-color: rgb(251 146 60 / 0.1);
}
.border-r-orange-400\/100 {
  border-right-color: rgb(251 146 60 / 1);
}
.border-r-orange-400\/15 {
  border-right-color: rgb(251 146 60 / 0.15);
}
.border-r-orange-400\/20 {
  border-right-color: rgb(251 146 60 / 0.2);
}
.border-r-orange-400\/25 {
  border-right-color: rgb(251 146 60 / 0.25);
}
.border-r-orange-400\/30 {
  border-right-color: rgb(251 146 60 / 0.3);
}
.border-r-orange-400\/35 {
  border-right-color: rgb(251 146 60 / 0.35);
}
.border-r-orange-400\/40 {
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-r-orange-400\/45 {
  border-right-color: rgb(251 146 60 / 0.45);
}
.border-r-orange-400\/5 {
  border-right-color: rgb(251 146 60 / 0.05);
}
.border-r-orange-400\/50 {
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-r-orange-400\/55 {
  border-right-color: rgb(251 146 60 / 0.55);
}
.border-r-orange-400\/60 {
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-r-orange-400\/65 {
  border-right-color: rgb(251 146 60 / 0.65);
}
.border-r-orange-400\/70 {
  border-right-color: rgb(251 146 60 / 0.7);
}
.border-r-orange-400\/75 {
  border-right-color: rgb(251 146 60 / 0.75);
}
.border-r-orange-400\/80 {
  border-right-color: rgb(251 146 60 / 0.8);
}
.border-r-orange-400\/85 {
  border-right-color: rgb(251 146 60 / 0.85);
}
.border-r-orange-400\/90 {
  border-right-color: rgb(251 146 60 / 0.9);
}
.border-r-orange-400\/95 {
  border-right-color: rgb(251 146 60 / 0.95);
}
.border-r-orange-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-r-orange-50\/0 {
  border-right-color: rgb(255 247 237 / 0);
}
.border-r-orange-50\/10 {
  border-right-color: rgb(255 247 237 / 0.1);
}
.border-r-orange-50\/100 {
  border-right-color: rgb(255 247 237 / 1);
}
.border-r-orange-50\/15 {
  border-right-color: rgb(255 247 237 / 0.15);
}
.border-r-orange-50\/20 {
  border-right-color: rgb(255 247 237 / 0.2);
}
.border-r-orange-50\/25 {
  border-right-color: rgb(255 247 237 / 0.25);
}
.border-r-orange-50\/30 {
  border-right-color: rgb(255 247 237 / 0.3);
}
.border-r-orange-50\/35 {
  border-right-color: rgb(255 247 237 / 0.35);
}
.border-r-orange-50\/40 {
  border-right-color: rgb(255 247 237 / 0.4);
}
.border-r-orange-50\/45 {
  border-right-color: rgb(255 247 237 / 0.45);
}
.border-r-orange-50\/5 {
  border-right-color: rgb(255 247 237 / 0.05);
}
.border-r-orange-50\/50 {
  border-right-color: rgb(255 247 237 / 0.5);
}
.border-r-orange-50\/55 {
  border-right-color: rgb(255 247 237 / 0.55);
}
.border-r-orange-50\/60 {
  border-right-color: rgb(255 247 237 / 0.6);
}
.border-r-orange-50\/65 {
  border-right-color: rgb(255 247 237 / 0.65);
}
.border-r-orange-50\/70 {
  border-right-color: rgb(255 247 237 / 0.7);
}
.border-r-orange-50\/75 {
  border-right-color: rgb(255 247 237 / 0.75);
}
.border-r-orange-50\/80 {
  border-right-color: rgb(255 247 237 / 0.8);
}
.border-r-orange-50\/85 {
  border-right-color: rgb(255 247 237 / 0.85);
}
.border-r-orange-50\/90 {
  border-right-color: rgb(255 247 237 / 0.9);
}
.border-r-orange-50\/95 {
  border-right-color: rgb(255 247 237 / 0.95);
}
.border-r-orange-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-r-orange-500\/0 {
  border-right-color: rgb(249 115 22 / 0);
}
.border-r-orange-500\/10 {
  border-right-color: rgb(249 115 22 / 0.1);
}
.border-r-orange-500\/100 {
  border-right-color: rgb(249 115 22 / 1);
}
.border-r-orange-500\/15 {
  border-right-color: rgb(249 115 22 / 0.15);
}
.border-r-orange-500\/20 {
  border-right-color: rgb(249 115 22 / 0.2);
}
.border-r-orange-500\/25 {
  border-right-color: rgb(249 115 22 / 0.25);
}
.border-r-orange-500\/30 {
  border-right-color: rgb(249 115 22 / 0.3);
}
.border-r-orange-500\/35 {
  border-right-color: rgb(249 115 22 / 0.35);
}
.border-r-orange-500\/40 {
  border-right-color: rgb(249 115 22 / 0.4);
}
.border-r-orange-500\/45 {
  border-right-color: rgb(249 115 22 / 0.45);
}
.border-r-orange-500\/5 {
  border-right-color: rgb(249 115 22 / 0.05);
}
.border-r-orange-500\/50 {
  border-right-color: rgb(249 115 22 / 0.5);
}
.border-r-orange-500\/55 {
  border-right-color: rgb(249 115 22 / 0.55);
}
.border-r-orange-500\/60 {
  border-right-color: rgb(249 115 22 / 0.6);
}
.border-r-orange-500\/65 {
  border-right-color: rgb(249 115 22 / 0.65);
}
.border-r-orange-500\/70 {
  border-right-color: rgb(249 115 22 / 0.7);
}
.border-r-orange-500\/75 {
  border-right-color: rgb(249 115 22 / 0.75);
}
.border-r-orange-500\/80 {
  border-right-color: rgb(249 115 22 / 0.8);
}
.border-r-orange-500\/85 {
  border-right-color: rgb(249 115 22 / 0.85);
}
.border-r-orange-500\/90 {
  border-right-color: rgb(249 115 22 / 0.9);
}
.border-r-orange-500\/95 {
  border-right-color: rgb(249 115 22 / 0.95);
}
.border-r-orange-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-r-orange-600\/0 {
  border-right-color: rgb(234 88 12 / 0);
}
.border-r-orange-600\/10 {
  border-right-color: rgb(234 88 12 / 0.1);
}
.border-r-orange-600\/100 {
  border-right-color: rgb(234 88 12 / 1);
}
.border-r-orange-600\/15 {
  border-right-color: rgb(234 88 12 / 0.15);
}
.border-r-orange-600\/20 {
  border-right-color: rgb(234 88 12 / 0.2);
}
.border-r-orange-600\/25 {
  border-right-color: rgb(234 88 12 / 0.25);
}
.border-r-orange-600\/30 {
  border-right-color: rgb(234 88 12 / 0.3);
}
.border-r-orange-600\/35 {
  border-right-color: rgb(234 88 12 / 0.35);
}
.border-r-orange-600\/40 {
  border-right-color: rgb(234 88 12 / 0.4);
}
.border-r-orange-600\/45 {
  border-right-color: rgb(234 88 12 / 0.45);
}
.border-r-orange-600\/5 {
  border-right-color: rgb(234 88 12 / 0.05);
}
.border-r-orange-600\/50 {
  border-right-color: rgb(234 88 12 / 0.5);
}
.border-r-orange-600\/55 {
  border-right-color: rgb(234 88 12 / 0.55);
}
.border-r-orange-600\/60 {
  border-right-color: rgb(234 88 12 / 0.6);
}
.border-r-orange-600\/65 {
  border-right-color: rgb(234 88 12 / 0.65);
}
.border-r-orange-600\/70 {
  border-right-color: rgb(234 88 12 / 0.7);
}
.border-r-orange-600\/75 {
  border-right-color: rgb(234 88 12 / 0.75);
}
.border-r-orange-600\/80 {
  border-right-color: rgb(234 88 12 / 0.8);
}
.border-r-orange-600\/85 {
  border-right-color: rgb(234 88 12 / 0.85);
}
.border-r-orange-600\/90 {
  border-right-color: rgb(234 88 12 / 0.9);
}
.border-r-orange-600\/95 {
  border-right-color: rgb(234 88 12 / 0.95);
}
.border-r-orange-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-r-orange-700\/0 {
  border-right-color: rgb(194 65 12 / 0);
}
.border-r-orange-700\/10 {
  border-right-color: rgb(194 65 12 / 0.1);
}
.border-r-orange-700\/100 {
  border-right-color: rgb(194 65 12 / 1);
}
.border-r-orange-700\/15 {
  border-right-color: rgb(194 65 12 / 0.15);
}
.border-r-orange-700\/20 {
  border-right-color: rgb(194 65 12 / 0.2);
}
.border-r-orange-700\/25 {
  border-right-color: rgb(194 65 12 / 0.25);
}
.border-r-orange-700\/30 {
  border-right-color: rgb(194 65 12 / 0.3);
}
.border-r-orange-700\/35 {
  border-right-color: rgb(194 65 12 / 0.35);
}
.border-r-orange-700\/40 {
  border-right-color: rgb(194 65 12 / 0.4);
}
.border-r-orange-700\/45 {
  border-right-color: rgb(194 65 12 / 0.45);
}
.border-r-orange-700\/5 {
  border-right-color: rgb(194 65 12 / 0.05);
}
.border-r-orange-700\/50 {
  border-right-color: rgb(194 65 12 / 0.5);
}
.border-r-orange-700\/55 {
  border-right-color: rgb(194 65 12 / 0.55);
}
.border-r-orange-700\/60 {
  border-right-color: rgb(194 65 12 / 0.6);
}
.border-r-orange-700\/65 {
  border-right-color: rgb(194 65 12 / 0.65);
}
.border-r-orange-700\/70 {
  border-right-color: rgb(194 65 12 / 0.7);
}
.border-r-orange-700\/75 {
  border-right-color: rgb(194 65 12 / 0.75);
}
.border-r-orange-700\/80 {
  border-right-color: rgb(194 65 12 / 0.8);
}
.border-r-orange-700\/85 {
  border-right-color: rgb(194 65 12 / 0.85);
}
.border-r-orange-700\/90 {
  border-right-color: rgb(194 65 12 / 0.9);
}
.border-r-orange-700\/95 {
  border-right-color: rgb(194 65 12 / 0.95);
}
.border-r-orange-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-r-orange-800\/0 {
  border-right-color: rgb(154 52 18 / 0);
}
.border-r-orange-800\/10 {
  border-right-color: rgb(154 52 18 / 0.1);
}
.border-r-orange-800\/100 {
  border-right-color: rgb(154 52 18 / 1);
}
.border-r-orange-800\/15 {
  border-right-color: rgb(154 52 18 / 0.15);
}
.border-r-orange-800\/20 {
  border-right-color: rgb(154 52 18 / 0.2);
}
.border-r-orange-800\/25 {
  border-right-color: rgb(154 52 18 / 0.25);
}
.border-r-orange-800\/30 {
  border-right-color: rgb(154 52 18 / 0.3);
}
.border-r-orange-800\/35 {
  border-right-color: rgb(154 52 18 / 0.35);
}
.border-r-orange-800\/40 {
  border-right-color: rgb(154 52 18 / 0.4);
}
.border-r-orange-800\/45 {
  border-right-color: rgb(154 52 18 / 0.45);
}
.border-r-orange-800\/5 {
  border-right-color: rgb(154 52 18 / 0.05);
}
.border-r-orange-800\/50 {
  border-right-color: rgb(154 52 18 / 0.5);
}
.border-r-orange-800\/55 {
  border-right-color: rgb(154 52 18 / 0.55);
}
.border-r-orange-800\/60 {
  border-right-color: rgb(154 52 18 / 0.6);
}
.border-r-orange-800\/65 {
  border-right-color: rgb(154 52 18 / 0.65);
}
.border-r-orange-800\/70 {
  border-right-color: rgb(154 52 18 / 0.7);
}
.border-r-orange-800\/75 {
  border-right-color: rgb(154 52 18 / 0.75);
}
.border-r-orange-800\/80 {
  border-right-color: rgb(154 52 18 / 0.8);
}
.border-r-orange-800\/85 {
  border-right-color: rgb(154 52 18 / 0.85);
}
.border-r-orange-800\/90 {
  border-right-color: rgb(154 52 18 / 0.9);
}
.border-r-orange-800\/95 {
  border-right-color: rgb(154 52 18 / 0.95);
}
.border-r-orange-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-r-orange-900\/0 {
  border-right-color: rgb(124 45 18 / 0);
}
.border-r-orange-900\/10 {
  border-right-color: rgb(124 45 18 / 0.1);
}
.border-r-orange-900\/100 {
  border-right-color: rgb(124 45 18 / 1);
}
.border-r-orange-900\/15 {
  border-right-color: rgb(124 45 18 / 0.15);
}
.border-r-orange-900\/20 {
  border-right-color: rgb(124 45 18 / 0.2);
}
.border-r-orange-900\/25 {
  border-right-color: rgb(124 45 18 / 0.25);
}
.border-r-orange-900\/30 {
  border-right-color: rgb(124 45 18 / 0.3);
}
.border-r-orange-900\/35 {
  border-right-color: rgb(124 45 18 / 0.35);
}
.border-r-orange-900\/40 {
  border-right-color: rgb(124 45 18 / 0.4);
}
.border-r-orange-900\/45 {
  border-right-color: rgb(124 45 18 / 0.45);
}
.border-r-orange-900\/5 {
  border-right-color: rgb(124 45 18 / 0.05);
}
.border-r-orange-900\/50 {
  border-right-color: rgb(124 45 18 / 0.5);
}
.border-r-orange-900\/55 {
  border-right-color: rgb(124 45 18 / 0.55);
}
.border-r-orange-900\/60 {
  border-right-color: rgb(124 45 18 / 0.6);
}
.border-r-orange-900\/65 {
  border-right-color: rgb(124 45 18 / 0.65);
}
.border-r-orange-900\/70 {
  border-right-color: rgb(124 45 18 / 0.7);
}
.border-r-orange-900\/75 {
  border-right-color: rgb(124 45 18 / 0.75);
}
.border-r-orange-900\/80 {
  border-right-color: rgb(124 45 18 / 0.8);
}
.border-r-orange-900\/85 {
  border-right-color: rgb(124 45 18 / 0.85);
}
.border-r-orange-900\/90 {
  border-right-color: rgb(124 45 18 / 0.9);
}
.border-r-orange-900\/95 {
  border-right-color: rgb(124 45 18 / 0.95);
}
.border-r-orange-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-r-orange-950\/0 {
  border-right-color: rgb(67 20 7 / 0);
}
.border-r-orange-950\/10 {
  border-right-color: rgb(67 20 7 / 0.1);
}
.border-r-orange-950\/100 {
  border-right-color: rgb(67 20 7 / 1);
}
.border-r-orange-950\/15 {
  border-right-color: rgb(67 20 7 / 0.15);
}
.border-r-orange-950\/20 {
  border-right-color: rgb(67 20 7 / 0.2);
}
.border-r-orange-950\/25 {
  border-right-color: rgb(67 20 7 / 0.25);
}
.border-r-orange-950\/30 {
  border-right-color: rgb(67 20 7 / 0.3);
}
.border-r-orange-950\/35 {
  border-right-color: rgb(67 20 7 / 0.35);
}
.border-r-orange-950\/40 {
  border-right-color: rgb(67 20 7 / 0.4);
}
.border-r-orange-950\/45 {
  border-right-color: rgb(67 20 7 / 0.45);
}
.border-r-orange-950\/5 {
  border-right-color: rgb(67 20 7 / 0.05);
}
.border-r-orange-950\/50 {
  border-right-color: rgb(67 20 7 / 0.5);
}
.border-r-orange-950\/55 {
  border-right-color: rgb(67 20 7 / 0.55);
}
.border-r-orange-950\/60 {
  border-right-color: rgb(67 20 7 / 0.6);
}
.border-r-orange-950\/65 {
  border-right-color: rgb(67 20 7 / 0.65);
}
.border-r-orange-950\/70 {
  border-right-color: rgb(67 20 7 / 0.7);
}
.border-r-orange-950\/75 {
  border-right-color: rgb(67 20 7 / 0.75);
}
.border-r-orange-950\/80 {
  border-right-color: rgb(67 20 7 / 0.8);
}
.border-r-orange-950\/85 {
  border-right-color: rgb(67 20 7 / 0.85);
}
.border-r-orange-950\/90 {
  border-right-color: rgb(67 20 7 / 0.9);
}
.border-r-orange-950\/95 {
  border-right-color: rgb(67 20 7 / 0.95);
}
.border-r-pink-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-r-pink-100\/0 {
  border-right-color: rgb(252 231 243 / 0);
}
.border-r-pink-100\/10 {
  border-right-color: rgb(252 231 243 / 0.1);
}
.border-r-pink-100\/100 {
  border-right-color: rgb(252 231 243 / 1);
}
.border-r-pink-100\/15 {
  border-right-color: rgb(252 231 243 / 0.15);
}
.border-r-pink-100\/20 {
  border-right-color: rgb(252 231 243 / 0.2);
}
.border-r-pink-100\/25 {
  border-right-color: rgb(252 231 243 / 0.25);
}
.border-r-pink-100\/30 {
  border-right-color: rgb(252 231 243 / 0.3);
}
.border-r-pink-100\/35 {
  border-right-color: rgb(252 231 243 / 0.35);
}
.border-r-pink-100\/40 {
  border-right-color: rgb(252 231 243 / 0.4);
}
.border-r-pink-100\/45 {
  border-right-color: rgb(252 231 243 / 0.45);
}
.border-r-pink-100\/5 {
  border-right-color: rgb(252 231 243 / 0.05);
}
.border-r-pink-100\/50 {
  border-right-color: rgb(252 231 243 / 0.5);
}
.border-r-pink-100\/55 {
  border-right-color: rgb(252 231 243 / 0.55);
}
.border-r-pink-100\/60 {
  border-right-color: rgb(252 231 243 / 0.6);
}
.border-r-pink-100\/65 {
  border-right-color: rgb(252 231 243 / 0.65);
}
.border-r-pink-100\/70 {
  border-right-color: rgb(252 231 243 / 0.7);
}
.border-r-pink-100\/75 {
  border-right-color: rgb(252 231 243 / 0.75);
}
.border-r-pink-100\/80 {
  border-right-color: rgb(252 231 243 / 0.8);
}
.border-r-pink-100\/85 {
  border-right-color: rgb(252 231 243 / 0.85);
}
.border-r-pink-100\/90 {
  border-right-color: rgb(252 231 243 / 0.9);
}
.border-r-pink-100\/95 {
  border-right-color: rgb(252 231 243 / 0.95);
}
.border-r-pink-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-r-pink-200\/0 {
  border-right-color: rgb(251 207 232 / 0);
}
.border-r-pink-200\/10 {
  border-right-color: rgb(251 207 232 / 0.1);
}
.border-r-pink-200\/100 {
  border-right-color: rgb(251 207 232 / 1);
}
.border-r-pink-200\/15 {
  border-right-color: rgb(251 207 232 / 0.15);
}
.border-r-pink-200\/20 {
  border-right-color: rgb(251 207 232 / 0.2);
}
.border-r-pink-200\/25 {
  border-right-color: rgb(251 207 232 / 0.25);
}
.border-r-pink-200\/30 {
  border-right-color: rgb(251 207 232 / 0.3);
}
.border-r-pink-200\/35 {
  border-right-color: rgb(251 207 232 / 0.35);
}
.border-r-pink-200\/40 {
  border-right-color: rgb(251 207 232 / 0.4);
}
.border-r-pink-200\/45 {
  border-right-color: rgb(251 207 232 / 0.45);
}
.border-r-pink-200\/5 {
  border-right-color: rgb(251 207 232 / 0.05);
}
.border-r-pink-200\/50 {
  border-right-color: rgb(251 207 232 / 0.5);
}
.border-r-pink-200\/55 {
  border-right-color: rgb(251 207 232 / 0.55);
}
.border-r-pink-200\/60 {
  border-right-color: rgb(251 207 232 / 0.6);
}
.border-r-pink-200\/65 {
  border-right-color: rgb(251 207 232 / 0.65);
}
.border-r-pink-200\/70 {
  border-right-color: rgb(251 207 232 / 0.7);
}
.border-r-pink-200\/75 {
  border-right-color: rgb(251 207 232 / 0.75);
}
.border-r-pink-200\/80 {
  border-right-color: rgb(251 207 232 / 0.8);
}
.border-r-pink-200\/85 {
  border-right-color: rgb(251 207 232 / 0.85);
}
.border-r-pink-200\/90 {
  border-right-color: rgb(251 207 232 / 0.9);
}
.border-r-pink-200\/95 {
  border-right-color: rgb(251 207 232 / 0.95);
}
.border-r-pink-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-r-pink-300\/0 {
  border-right-color: rgb(249 168 212 / 0);
}
.border-r-pink-300\/10 {
  border-right-color: rgb(249 168 212 / 0.1);
}
.border-r-pink-300\/100 {
  border-right-color: rgb(249 168 212 / 1);
}
.border-r-pink-300\/15 {
  border-right-color: rgb(249 168 212 / 0.15);
}
.border-r-pink-300\/20 {
  border-right-color: rgb(249 168 212 / 0.2);
}
.border-r-pink-300\/25 {
  border-right-color: rgb(249 168 212 / 0.25);
}
.border-r-pink-300\/30 {
  border-right-color: rgb(249 168 212 / 0.3);
}
.border-r-pink-300\/35 {
  border-right-color: rgb(249 168 212 / 0.35);
}
.border-r-pink-300\/40 {
  border-right-color: rgb(249 168 212 / 0.4);
}
.border-r-pink-300\/45 {
  border-right-color: rgb(249 168 212 / 0.45);
}
.border-r-pink-300\/5 {
  border-right-color: rgb(249 168 212 / 0.05);
}
.border-r-pink-300\/50 {
  border-right-color: rgb(249 168 212 / 0.5);
}
.border-r-pink-300\/55 {
  border-right-color: rgb(249 168 212 / 0.55);
}
.border-r-pink-300\/60 {
  border-right-color: rgb(249 168 212 / 0.6);
}
.border-r-pink-300\/65 {
  border-right-color: rgb(249 168 212 / 0.65);
}
.border-r-pink-300\/70 {
  border-right-color: rgb(249 168 212 / 0.7);
}
.border-r-pink-300\/75 {
  border-right-color: rgb(249 168 212 / 0.75);
}
.border-r-pink-300\/80 {
  border-right-color: rgb(249 168 212 / 0.8);
}
.border-r-pink-300\/85 {
  border-right-color: rgb(249 168 212 / 0.85);
}
.border-r-pink-300\/90 {
  border-right-color: rgb(249 168 212 / 0.9);
}
.border-r-pink-300\/95 {
  border-right-color: rgb(249 168 212 / 0.95);
}
.border-r-pink-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-r-pink-400\/0 {
  border-right-color: rgb(244 114 182 / 0);
}
.border-r-pink-400\/10 {
  border-right-color: rgb(244 114 182 / 0.1);
}
.border-r-pink-400\/100 {
  border-right-color: rgb(244 114 182 / 1);
}
.border-r-pink-400\/15 {
  border-right-color: rgb(244 114 182 / 0.15);
}
.border-r-pink-400\/20 {
  border-right-color: rgb(244 114 182 / 0.2);
}
.border-r-pink-400\/25 {
  border-right-color: rgb(244 114 182 / 0.25);
}
.border-r-pink-400\/30 {
  border-right-color: rgb(244 114 182 / 0.3);
}
.border-r-pink-400\/35 {
  border-right-color: rgb(244 114 182 / 0.35);
}
.border-r-pink-400\/40 {
  border-right-color: rgb(244 114 182 / 0.4);
}
.border-r-pink-400\/45 {
  border-right-color: rgb(244 114 182 / 0.45);
}
.border-r-pink-400\/5 {
  border-right-color: rgb(244 114 182 / 0.05);
}
.border-r-pink-400\/50 {
  border-right-color: rgb(244 114 182 / 0.5);
}
.border-r-pink-400\/55 {
  border-right-color: rgb(244 114 182 / 0.55);
}
.border-r-pink-400\/60 {
  border-right-color: rgb(244 114 182 / 0.6);
}
.border-r-pink-400\/65 {
  border-right-color: rgb(244 114 182 / 0.65);
}
.border-r-pink-400\/70 {
  border-right-color: rgb(244 114 182 / 0.7);
}
.border-r-pink-400\/75 {
  border-right-color: rgb(244 114 182 / 0.75);
}
.border-r-pink-400\/80 {
  border-right-color: rgb(244 114 182 / 0.8);
}
.border-r-pink-400\/85 {
  border-right-color: rgb(244 114 182 / 0.85);
}
.border-r-pink-400\/90 {
  border-right-color: rgb(244 114 182 / 0.9);
}
.border-r-pink-400\/95 {
  border-right-color: rgb(244 114 182 / 0.95);
}
.border-r-pink-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-r-pink-50\/0 {
  border-right-color: rgb(253 242 248 / 0);
}
.border-r-pink-50\/10 {
  border-right-color: rgb(253 242 248 / 0.1);
}
.border-r-pink-50\/100 {
  border-right-color: rgb(253 242 248 / 1);
}
.border-r-pink-50\/15 {
  border-right-color: rgb(253 242 248 / 0.15);
}
.border-r-pink-50\/20 {
  border-right-color: rgb(253 242 248 / 0.2);
}
.border-r-pink-50\/25 {
  border-right-color: rgb(253 242 248 / 0.25);
}
.border-r-pink-50\/30 {
  border-right-color: rgb(253 242 248 / 0.3);
}
.border-r-pink-50\/35 {
  border-right-color: rgb(253 242 248 / 0.35);
}
.border-r-pink-50\/40 {
  border-right-color: rgb(253 242 248 / 0.4);
}
.border-r-pink-50\/45 {
  border-right-color: rgb(253 242 248 / 0.45);
}
.border-r-pink-50\/5 {
  border-right-color: rgb(253 242 248 / 0.05);
}
.border-r-pink-50\/50 {
  border-right-color: rgb(253 242 248 / 0.5);
}
.border-r-pink-50\/55 {
  border-right-color: rgb(253 242 248 / 0.55);
}
.border-r-pink-50\/60 {
  border-right-color: rgb(253 242 248 / 0.6);
}
.border-r-pink-50\/65 {
  border-right-color: rgb(253 242 248 / 0.65);
}
.border-r-pink-50\/70 {
  border-right-color: rgb(253 242 248 / 0.7);
}
.border-r-pink-50\/75 {
  border-right-color: rgb(253 242 248 / 0.75);
}
.border-r-pink-50\/80 {
  border-right-color: rgb(253 242 248 / 0.8);
}
.border-r-pink-50\/85 {
  border-right-color: rgb(253 242 248 / 0.85);
}
.border-r-pink-50\/90 {
  border-right-color: rgb(253 242 248 / 0.9);
}
.border-r-pink-50\/95 {
  border-right-color: rgb(253 242 248 / 0.95);
}
.border-r-pink-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-r-pink-500\/0 {
  border-right-color: rgb(236 72 153 / 0);
}
.border-r-pink-500\/10 {
  border-right-color: rgb(236 72 153 / 0.1);
}
.border-r-pink-500\/100 {
  border-right-color: rgb(236 72 153 / 1);
}
.border-r-pink-500\/15 {
  border-right-color: rgb(236 72 153 / 0.15);
}
.border-r-pink-500\/20 {
  border-right-color: rgb(236 72 153 / 0.2);
}
.border-r-pink-500\/25 {
  border-right-color: rgb(236 72 153 / 0.25);
}
.border-r-pink-500\/30 {
  border-right-color: rgb(236 72 153 / 0.3);
}
.border-r-pink-500\/35 {
  border-right-color: rgb(236 72 153 / 0.35);
}
.border-r-pink-500\/40 {
  border-right-color: rgb(236 72 153 / 0.4);
}
.border-r-pink-500\/45 {
  border-right-color: rgb(236 72 153 / 0.45);
}
.border-r-pink-500\/5 {
  border-right-color: rgb(236 72 153 / 0.05);
}
.border-r-pink-500\/50 {
  border-right-color: rgb(236 72 153 / 0.5);
}
.border-r-pink-500\/55 {
  border-right-color: rgb(236 72 153 / 0.55);
}
.border-r-pink-500\/60 {
  border-right-color: rgb(236 72 153 / 0.6);
}
.border-r-pink-500\/65 {
  border-right-color: rgb(236 72 153 / 0.65);
}
.border-r-pink-500\/70 {
  border-right-color: rgb(236 72 153 / 0.7);
}
.border-r-pink-500\/75 {
  border-right-color: rgb(236 72 153 / 0.75);
}
.border-r-pink-500\/80 {
  border-right-color: rgb(236 72 153 / 0.8);
}
.border-r-pink-500\/85 {
  border-right-color: rgb(236 72 153 / 0.85);
}
.border-r-pink-500\/90 {
  border-right-color: rgb(236 72 153 / 0.9);
}
.border-r-pink-500\/95 {
  border-right-color: rgb(236 72 153 / 0.95);
}
.border-r-pink-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-r-pink-600\/0 {
  border-right-color: rgb(219 39 119 / 0);
}
.border-r-pink-600\/10 {
  border-right-color: rgb(219 39 119 / 0.1);
}
.border-r-pink-600\/100 {
  border-right-color: rgb(219 39 119 / 1);
}
.border-r-pink-600\/15 {
  border-right-color: rgb(219 39 119 / 0.15);
}
.border-r-pink-600\/20 {
  border-right-color: rgb(219 39 119 / 0.2);
}
.border-r-pink-600\/25 {
  border-right-color: rgb(219 39 119 / 0.25);
}
.border-r-pink-600\/30 {
  border-right-color: rgb(219 39 119 / 0.3);
}
.border-r-pink-600\/35 {
  border-right-color: rgb(219 39 119 / 0.35);
}
.border-r-pink-600\/40 {
  border-right-color: rgb(219 39 119 / 0.4);
}
.border-r-pink-600\/45 {
  border-right-color: rgb(219 39 119 / 0.45);
}
.border-r-pink-600\/5 {
  border-right-color: rgb(219 39 119 / 0.05);
}
.border-r-pink-600\/50 {
  border-right-color: rgb(219 39 119 / 0.5);
}
.border-r-pink-600\/55 {
  border-right-color: rgb(219 39 119 / 0.55);
}
.border-r-pink-600\/60 {
  border-right-color: rgb(219 39 119 / 0.6);
}
.border-r-pink-600\/65 {
  border-right-color: rgb(219 39 119 / 0.65);
}
.border-r-pink-600\/70 {
  border-right-color: rgb(219 39 119 / 0.7);
}
.border-r-pink-600\/75 {
  border-right-color: rgb(219 39 119 / 0.75);
}
.border-r-pink-600\/80 {
  border-right-color: rgb(219 39 119 / 0.8);
}
.border-r-pink-600\/85 {
  border-right-color: rgb(219 39 119 / 0.85);
}
.border-r-pink-600\/90 {
  border-right-color: rgb(219 39 119 / 0.9);
}
.border-r-pink-600\/95 {
  border-right-color: rgb(219 39 119 / 0.95);
}
.border-r-pink-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-r-pink-700\/0 {
  border-right-color: rgb(190 24 93 / 0);
}
.border-r-pink-700\/10 {
  border-right-color: rgb(190 24 93 / 0.1);
}
.border-r-pink-700\/100 {
  border-right-color: rgb(190 24 93 / 1);
}
.border-r-pink-700\/15 {
  border-right-color: rgb(190 24 93 / 0.15);
}
.border-r-pink-700\/20 {
  border-right-color: rgb(190 24 93 / 0.2);
}
.border-r-pink-700\/25 {
  border-right-color: rgb(190 24 93 / 0.25);
}
.border-r-pink-700\/30 {
  border-right-color: rgb(190 24 93 / 0.3);
}
.border-r-pink-700\/35 {
  border-right-color: rgb(190 24 93 / 0.35);
}
.border-r-pink-700\/40 {
  border-right-color: rgb(190 24 93 / 0.4);
}
.border-r-pink-700\/45 {
  border-right-color: rgb(190 24 93 / 0.45);
}
.border-r-pink-700\/5 {
  border-right-color: rgb(190 24 93 / 0.05);
}
.border-r-pink-700\/50 {
  border-right-color: rgb(190 24 93 / 0.5);
}
.border-r-pink-700\/55 {
  border-right-color: rgb(190 24 93 / 0.55);
}
.border-r-pink-700\/60 {
  border-right-color: rgb(190 24 93 / 0.6);
}
.border-r-pink-700\/65 {
  border-right-color: rgb(190 24 93 / 0.65);
}
.border-r-pink-700\/70 {
  border-right-color: rgb(190 24 93 / 0.7);
}
.border-r-pink-700\/75 {
  border-right-color: rgb(190 24 93 / 0.75);
}
.border-r-pink-700\/80 {
  border-right-color: rgb(190 24 93 / 0.8);
}
.border-r-pink-700\/85 {
  border-right-color: rgb(190 24 93 / 0.85);
}
.border-r-pink-700\/90 {
  border-right-color: rgb(190 24 93 / 0.9);
}
.border-r-pink-700\/95 {
  border-right-color: rgb(190 24 93 / 0.95);
}
.border-r-pink-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-r-pink-800\/0 {
  border-right-color: rgb(157 23 77 / 0);
}
.border-r-pink-800\/10 {
  border-right-color: rgb(157 23 77 / 0.1);
}
.border-r-pink-800\/100 {
  border-right-color: rgb(157 23 77 / 1);
}
.border-r-pink-800\/15 {
  border-right-color: rgb(157 23 77 / 0.15);
}
.border-r-pink-800\/20 {
  border-right-color: rgb(157 23 77 / 0.2);
}
.border-r-pink-800\/25 {
  border-right-color: rgb(157 23 77 / 0.25);
}
.border-r-pink-800\/30 {
  border-right-color: rgb(157 23 77 / 0.3);
}
.border-r-pink-800\/35 {
  border-right-color: rgb(157 23 77 / 0.35);
}
.border-r-pink-800\/40 {
  border-right-color: rgb(157 23 77 / 0.4);
}
.border-r-pink-800\/45 {
  border-right-color: rgb(157 23 77 / 0.45);
}
.border-r-pink-800\/5 {
  border-right-color: rgb(157 23 77 / 0.05);
}
.border-r-pink-800\/50 {
  border-right-color: rgb(157 23 77 / 0.5);
}
.border-r-pink-800\/55 {
  border-right-color: rgb(157 23 77 / 0.55);
}
.border-r-pink-800\/60 {
  border-right-color: rgb(157 23 77 / 0.6);
}
.border-r-pink-800\/65 {
  border-right-color: rgb(157 23 77 / 0.65);
}
.border-r-pink-800\/70 {
  border-right-color: rgb(157 23 77 / 0.7);
}
.border-r-pink-800\/75 {
  border-right-color: rgb(157 23 77 / 0.75);
}
.border-r-pink-800\/80 {
  border-right-color: rgb(157 23 77 / 0.8);
}
.border-r-pink-800\/85 {
  border-right-color: rgb(157 23 77 / 0.85);
}
.border-r-pink-800\/90 {
  border-right-color: rgb(157 23 77 / 0.9);
}
.border-r-pink-800\/95 {
  border-right-color: rgb(157 23 77 / 0.95);
}
.border-r-pink-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-r-pink-900\/0 {
  border-right-color: rgb(131 24 67 / 0);
}
.border-r-pink-900\/10 {
  border-right-color: rgb(131 24 67 / 0.1);
}
.border-r-pink-900\/100 {
  border-right-color: rgb(131 24 67 / 1);
}
.border-r-pink-900\/15 {
  border-right-color: rgb(131 24 67 / 0.15);
}
.border-r-pink-900\/20 {
  border-right-color: rgb(131 24 67 / 0.2);
}
.border-r-pink-900\/25 {
  border-right-color: rgb(131 24 67 / 0.25);
}
.border-r-pink-900\/30 {
  border-right-color: rgb(131 24 67 / 0.3);
}
.border-r-pink-900\/35 {
  border-right-color: rgb(131 24 67 / 0.35);
}
.border-r-pink-900\/40 {
  border-right-color: rgb(131 24 67 / 0.4);
}
.border-r-pink-900\/45 {
  border-right-color: rgb(131 24 67 / 0.45);
}
.border-r-pink-900\/5 {
  border-right-color: rgb(131 24 67 / 0.05);
}
.border-r-pink-900\/50 {
  border-right-color: rgb(131 24 67 / 0.5);
}
.border-r-pink-900\/55 {
  border-right-color: rgb(131 24 67 / 0.55);
}
.border-r-pink-900\/60 {
  border-right-color: rgb(131 24 67 / 0.6);
}
.border-r-pink-900\/65 {
  border-right-color: rgb(131 24 67 / 0.65);
}
.border-r-pink-900\/70 {
  border-right-color: rgb(131 24 67 / 0.7);
}
.border-r-pink-900\/75 {
  border-right-color: rgb(131 24 67 / 0.75);
}
.border-r-pink-900\/80 {
  border-right-color: rgb(131 24 67 / 0.8);
}
.border-r-pink-900\/85 {
  border-right-color: rgb(131 24 67 / 0.85);
}
.border-r-pink-900\/90 {
  border-right-color: rgb(131 24 67 / 0.9);
}
.border-r-pink-900\/95 {
  border-right-color: rgb(131 24 67 / 0.95);
}
.border-r-pink-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-r-pink-950\/0 {
  border-right-color: rgb(80 7 36 / 0);
}
.border-r-pink-950\/10 {
  border-right-color: rgb(80 7 36 / 0.1);
}
.border-r-pink-950\/100 {
  border-right-color: rgb(80 7 36 / 1);
}
.border-r-pink-950\/15 {
  border-right-color: rgb(80 7 36 / 0.15);
}
.border-r-pink-950\/20 {
  border-right-color: rgb(80 7 36 / 0.2);
}
.border-r-pink-950\/25 {
  border-right-color: rgb(80 7 36 / 0.25);
}
.border-r-pink-950\/30 {
  border-right-color: rgb(80 7 36 / 0.3);
}
.border-r-pink-950\/35 {
  border-right-color: rgb(80 7 36 / 0.35);
}
.border-r-pink-950\/40 {
  border-right-color: rgb(80 7 36 / 0.4);
}
.border-r-pink-950\/45 {
  border-right-color: rgb(80 7 36 / 0.45);
}
.border-r-pink-950\/5 {
  border-right-color: rgb(80 7 36 / 0.05);
}
.border-r-pink-950\/50 {
  border-right-color: rgb(80 7 36 / 0.5);
}
.border-r-pink-950\/55 {
  border-right-color: rgb(80 7 36 / 0.55);
}
.border-r-pink-950\/60 {
  border-right-color: rgb(80 7 36 / 0.6);
}
.border-r-pink-950\/65 {
  border-right-color: rgb(80 7 36 / 0.65);
}
.border-r-pink-950\/70 {
  border-right-color: rgb(80 7 36 / 0.7);
}
.border-r-pink-950\/75 {
  border-right-color: rgb(80 7 36 / 0.75);
}
.border-r-pink-950\/80 {
  border-right-color: rgb(80 7 36 / 0.8);
}
.border-r-pink-950\/85 {
  border-right-color: rgb(80 7 36 / 0.85);
}
.border-r-pink-950\/90 {
  border-right-color: rgb(80 7 36 / 0.9);
}
.border-r-pink-950\/95 {
  border-right-color: rgb(80 7 36 / 0.95);
}
.border-r-popover {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
}
.border-r-popover-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
}
.border-r-popover-foreground\/0 {
  border-right-color: hsl(var(--popover-foreground) / 0);
}
.border-r-popover-foreground\/10 {
  border-right-color: hsl(var(--popover-foreground) / 0.1);
}
.border-r-popover-foreground\/100 {
  border-right-color: hsl(var(--popover-foreground) / 1);
}
.border-r-popover-foreground\/15 {
  border-right-color: hsl(var(--popover-foreground) / 0.15);
}
.border-r-popover-foreground\/20 {
  border-right-color: hsl(var(--popover-foreground) / 0.2);
}
.border-r-popover-foreground\/25 {
  border-right-color: hsl(var(--popover-foreground) / 0.25);
}
.border-r-popover-foreground\/30 {
  border-right-color: hsl(var(--popover-foreground) / 0.3);
}
.border-r-popover-foreground\/35 {
  border-right-color: hsl(var(--popover-foreground) / 0.35);
}
.border-r-popover-foreground\/40 {
  border-right-color: hsl(var(--popover-foreground) / 0.4);
}
.border-r-popover-foreground\/45 {
  border-right-color: hsl(var(--popover-foreground) / 0.45);
}
.border-r-popover-foreground\/5 {
  border-right-color: hsl(var(--popover-foreground) / 0.05);
}
.border-r-popover-foreground\/50 {
  border-right-color: hsl(var(--popover-foreground) / 0.5);
}
.border-r-popover-foreground\/55 {
  border-right-color: hsl(var(--popover-foreground) / 0.55);
}
.border-r-popover-foreground\/60 {
  border-right-color: hsl(var(--popover-foreground) / 0.6);
}
.border-r-popover-foreground\/65 {
  border-right-color: hsl(var(--popover-foreground) / 0.65);
}
.border-r-popover-foreground\/70 {
  border-right-color: hsl(var(--popover-foreground) / 0.7);
}
.border-r-popover-foreground\/75 {
  border-right-color: hsl(var(--popover-foreground) / 0.75);
}
.border-r-popover-foreground\/80 {
  border-right-color: hsl(var(--popover-foreground) / 0.8);
}
.border-r-popover-foreground\/85 {
  border-right-color: hsl(var(--popover-foreground) / 0.85);
}
.border-r-popover-foreground\/90 {
  border-right-color: hsl(var(--popover-foreground) / 0.9);
}
.border-r-popover-foreground\/95 {
  border-right-color: hsl(var(--popover-foreground) / 0.95);
}
.border-r-popover\/0 {
  border-right-color: hsl(var(--popover) / 0);
}
.border-r-popover\/10 {
  border-right-color: hsl(var(--popover) / 0.1);
}
.border-r-popover\/100 {
  border-right-color: hsl(var(--popover) / 1);
}
.border-r-popover\/15 {
  border-right-color: hsl(var(--popover) / 0.15);
}
.border-r-popover\/20 {
  border-right-color: hsl(var(--popover) / 0.2);
}
.border-r-popover\/25 {
  border-right-color: hsl(var(--popover) / 0.25);
}
.border-r-popover\/30 {
  border-right-color: hsl(var(--popover) / 0.3);
}
.border-r-popover\/35 {
  border-right-color: hsl(var(--popover) / 0.35);
}
.border-r-popover\/40 {
  border-right-color: hsl(var(--popover) / 0.4);
}
.border-r-popover\/45 {
  border-right-color: hsl(var(--popover) / 0.45);
}
.border-r-popover\/5 {
  border-right-color: hsl(var(--popover) / 0.05);
}
.border-r-popover\/50 {
  border-right-color: hsl(var(--popover) / 0.5);
}
.border-r-popover\/55 {
  border-right-color: hsl(var(--popover) / 0.55);
}
.border-r-popover\/60 {
  border-right-color: hsl(var(--popover) / 0.6);
}
.border-r-popover\/65 {
  border-right-color: hsl(var(--popover) / 0.65);
}
.border-r-popover\/70 {
  border-right-color: hsl(var(--popover) / 0.7);
}
.border-r-popover\/75 {
  border-right-color: hsl(var(--popover) / 0.75);
}
.border-r-popover\/80 {
  border-right-color: hsl(var(--popover) / 0.8);
}
.border-r-popover\/85 {
  border-right-color: hsl(var(--popover) / 0.85);
}
.border-r-popover\/90 {
  border-right-color: hsl(var(--popover) / 0.9);
}
.border-r-popover\/95 {
  border-right-color: hsl(var(--popover) / 0.95);
}
.border-r-primary {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}
.border-r-primary-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
}
.border-r-primary-foreground\/0 {
  border-right-color: hsl(var(--primary-foreground) / 0);
}
.border-r-primary-foreground\/10 {
  border-right-color: hsl(var(--primary-foreground) / 0.1);
}
.border-r-primary-foreground\/100 {
  border-right-color: hsl(var(--primary-foreground) / 1);
}
.border-r-primary-foreground\/15 {
  border-right-color: hsl(var(--primary-foreground) / 0.15);
}
.border-r-primary-foreground\/20 {
  border-right-color: hsl(var(--primary-foreground) / 0.2);
}
.border-r-primary-foreground\/25 {
  border-right-color: hsl(var(--primary-foreground) / 0.25);
}
.border-r-primary-foreground\/30 {
  border-right-color: hsl(var(--primary-foreground) / 0.3);
}
.border-r-primary-foreground\/35 {
  border-right-color: hsl(var(--primary-foreground) / 0.35);
}
.border-r-primary-foreground\/40 {
  border-right-color: hsl(var(--primary-foreground) / 0.4);
}
.border-r-primary-foreground\/45 {
  border-right-color: hsl(var(--primary-foreground) / 0.45);
}
.border-r-primary-foreground\/5 {
  border-right-color: hsl(var(--primary-foreground) / 0.05);
}
.border-r-primary-foreground\/50 {
  border-right-color: hsl(var(--primary-foreground) / 0.5);
}
.border-r-primary-foreground\/55 {
  border-right-color: hsl(var(--primary-foreground) / 0.55);
}
.border-r-primary-foreground\/60 {
  border-right-color: hsl(var(--primary-foreground) / 0.6);
}
.border-r-primary-foreground\/65 {
  border-right-color: hsl(var(--primary-foreground) / 0.65);
}
.border-r-primary-foreground\/70 {
  border-right-color: hsl(var(--primary-foreground) / 0.7);
}
.border-r-primary-foreground\/75 {
  border-right-color: hsl(var(--primary-foreground) / 0.75);
}
.border-r-primary-foreground\/80 {
  border-right-color: hsl(var(--primary-foreground) / 0.8);
}
.border-r-primary-foreground\/85 {
  border-right-color: hsl(var(--primary-foreground) / 0.85);
}
.border-r-primary-foreground\/90 {
  border-right-color: hsl(var(--primary-foreground) / 0.9);
}
.border-r-primary-foreground\/95 {
  border-right-color: hsl(var(--primary-foreground) / 0.95);
}
.border-r-primary\/0 {
  border-right-color: hsl(var(--primary) / 0);
}
.border-r-primary\/10 {
  border-right-color: hsl(var(--primary) / 0.1);
}
.border-r-primary\/100 {
  border-right-color: hsl(var(--primary) / 1);
}
.border-r-primary\/15 {
  border-right-color: hsl(var(--primary) / 0.15);
}
.border-r-primary\/20 {
  border-right-color: hsl(var(--primary) / 0.2);
}
.border-r-primary\/25 {
  border-right-color: hsl(var(--primary) / 0.25);
}
.border-r-primary\/30 {
  border-right-color: hsl(var(--primary) / 0.3);
}
.border-r-primary\/35 {
  border-right-color: hsl(var(--primary) / 0.35);
}
.border-r-primary\/40 {
  border-right-color: hsl(var(--primary) / 0.4);
}
.border-r-primary\/45 {
  border-right-color: hsl(var(--primary) / 0.45);
}
.border-r-primary\/5 {
  border-right-color: hsl(var(--primary) / 0.05);
}
.border-r-primary\/50 {
  border-right-color: hsl(var(--primary) / 0.5);
}
.border-r-primary\/55 {
  border-right-color: hsl(var(--primary) / 0.55);
}
.border-r-primary\/60 {
  border-right-color: hsl(var(--primary) / 0.6);
}
.border-r-primary\/65 {
  border-right-color: hsl(var(--primary) / 0.65);
}
.border-r-primary\/70 {
  border-right-color: hsl(var(--primary) / 0.7);
}
.border-r-primary\/75 {
  border-right-color: hsl(var(--primary) / 0.75);
}
.border-r-primary\/80 {
  border-right-color: hsl(var(--primary) / 0.8);
}
.border-r-primary\/85 {
  border-right-color: hsl(var(--primary) / 0.85);
}
.border-r-primary\/90 {
  border-right-color: hsl(var(--primary) / 0.9);
}
.border-r-primary\/95 {
  border-right-color: hsl(var(--primary) / 0.95);
}
.border-r-purple-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-100\/0 {
  border-right-color: rgb(243 232 255 / 0);
}
.border-r-purple-100\/10 {
  border-right-color: rgb(243 232 255 / 0.1);
}
.border-r-purple-100\/100 {
  border-right-color: rgb(243 232 255 / 1);
}
.border-r-purple-100\/15 {
  border-right-color: rgb(243 232 255 / 0.15);
}
.border-r-purple-100\/20 {
  border-right-color: rgb(243 232 255 / 0.2);
}
.border-r-purple-100\/25 {
  border-right-color: rgb(243 232 255 / 0.25);
}
.border-r-purple-100\/30 {
  border-right-color: rgb(243 232 255 / 0.3);
}
.border-r-purple-100\/35 {
  border-right-color: rgb(243 232 255 / 0.35);
}
.border-r-purple-100\/40 {
  border-right-color: rgb(243 232 255 / 0.4);
}
.border-r-purple-100\/45 {
  border-right-color: rgb(243 232 255 / 0.45);
}
.border-r-purple-100\/5 {
  border-right-color: rgb(243 232 255 / 0.05);
}
.border-r-purple-100\/50 {
  border-right-color: rgb(243 232 255 / 0.5);
}
.border-r-purple-100\/55 {
  border-right-color: rgb(243 232 255 / 0.55);
}
.border-r-purple-100\/60 {
  border-right-color: rgb(243 232 255 / 0.6);
}
.border-r-purple-100\/65 {
  border-right-color: rgb(243 232 255 / 0.65);
}
.border-r-purple-100\/70 {
  border-right-color: rgb(243 232 255 / 0.7);
}
.border-r-purple-100\/75 {
  border-right-color: rgb(243 232 255 / 0.75);
}
.border-r-purple-100\/80 {
  border-right-color: rgb(243 232 255 / 0.8);
}
.border-r-purple-100\/85 {
  border-right-color: rgb(243 232 255 / 0.85);
}
.border-r-purple-100\/90 {
  border-right-color: rgb(243 232 255 / 0.9);
}
.border-r-purple-100\/95 {
  border-right-color: rgb(243 232 255 / 0.95);
}
.border-r-purple-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-200\/0 {
  border-right-color: rgb(233 213 255 / 0);
}
.border-r-purple-200\/10 {
  border-right-color: rgb(233 213 255 / 0.1);
}
.border-r-purple-200\/100 {
  border-right-color: rgb(233 213 255 / 1);
}
.border-r-purple-200\/15 {
  border-right-color: rgb(233 213 255 / 0.15);
}
.border-r-purple-200\/20 {
  border-right-color: rgb(233 213 255 / 0.2);
}
.border-r-purple-200\/25 {
  border-right-color: rgb(233 213 255 / 0.25);
}
.border-r-purple-200\/30 {
  border-right-color: rgb(233 213 255 / 0.3);
}
.border-r-purple-200\/35 {
  border-right-color: rgb(233 213 255 / 0.35);
}
.border-r-purple-200\/40 {
  border-right-color: rgb(233 213 255 / 0.4);
}
.border-r-purple-200\/45 {
  border-right-color: rgb(233 213 255 / 0.45);
}
.border-r-purple-200\/5 {
  border-right-color: rgb(233 213 255 / 0.05);
}
.border-r-purple-200\/50 {
  border-right-color: rgb(233 213 255 / 0.5);
}
.border-r-purple-200\/55 {
  border-right-color: rgb(233 213 255 / 0.55);
}
.border-r-purple-200\/60 {
  border-right-color: rgb(233 213 255 / 0.6);
}
.border-r-purple-200\/65 {
  border-right-color: rgb(233 213 255 / 0.65);
}
.border-r-purple-200\/70 {
  border-right-color: rgb(233 213 255 / 0.7);
}
.border-r-purple-200\/75 {
  border-right-color: rgb(233 213 255 / 0.75);
}
.border-r-purple-200\/80 {
  border-right-color: rgb(233 213 255 / 0.8);
}
.border-r-purple-200\/85 {
  border-right-color: rgb(233 213 255 / 0.85);
}
.border-r-purple-200\/90 {
  border-right-color: rgb(233 213 255 / 0.9);
}
.border-r-purple-200\/95 {
  border-right-color: rgb(233 213 255 / 0.95);
}
.border-r-purple-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-r-purple-300\/0 {
  border-right-color: rgb(216 180 254 / 0);
}
.border-r-purple-300\/10 {
  border-right-color: rgb(216 180 254 / 0.1);
}
.border-r-purple-300\/100 {
  border-right-color: rgb(216 180 254 / 1);
}
.border-r-purple-300\/15 {
  border-right-color: rgb(216 180 254 / 0.15);
}
.border-r-purple-300\/20 {
  border-right-color: rgb(216 180 254 / 0.2);
}
.border-r-purple-300\/25 {
  border-right-color: rgb(216 180 254 / 0.25);
}
.border-r-purple-300\/30 {
  border-right-color: rgb(216 180 254 / 0.3);
}
.border-r-purple-300\/35 {
  border-right-color: rgb(216 180 254 / 0.35);
}
.border-r-purple-300\/40 {
  border-right-color: rgb(216 180 254 / 0.4);
}
.border-r-purple-300\/45 {
  border-right-color: rgb(216 180 254 / 0.45);
}
.border-r-purple-300\/5 {
  border-right-color: rgb(216 180 254 / 0.05);
}
.border-r-purple-300\/50 {
  border-right-color: rgb(216 180 254 / 0.5);
}
.border-r-purple-300\/55 {
  border-right-color: rgb(216 180 254 / 0.55);
}
.border-r-purple-300\/60 {
  border-right-color: rgb(216 180 254 / 0.6);
}
.border-r-purple-300\/65 {
  border-right-color: rgb(216 180 254 / 0.65);
}
.border-r-purple-300\/70 {
  border-right-color: rgb(216 180 254 / 0.7);
}
.border-r-purple-300\/75 {
  border-right-color: rgb(216 180 254 / 0.75);
}
.border-r-purple-300\/80 {
  border-right-color: rgb(216 180 254 / 0.8);
}
.border-r-purple-300\/85 {
  border-right-color: rgb(216 180 254 / 0.85);
}
.border-r-purple-300\/90 {
  border-right-color: rgb(216 180 254 / 0.9);
}
.border-r-purple-300\/95 {
  border-right-color: rgb(216 180 254 / 0.95);
}
.border-r-purple-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-r-purple-400\/0 {
  border-right-color: rgb(192 132 252 / 0);
}
.border-r-purple-400\/10 {
  border-right-color: rgb(192 132 252 / 0.1);
}
.border-r-purple-400\/100 {
  border-right-color: rgb(192 132 252 / 1);
}
.border-r-purple-400\/15 {
  border-right-color: rgb(192 132 252 / 0.15);
}
.border-r-purple-400\/20 {
  border-right-color: rgb(192 132 252 / 0.2);
}
.border-r-purple-400\/25 {
  border-right-color: rgb(192 132 252 / 0.25);
}
.border-r-purple-400\/30 {
  border-right-color: rgb(192 132 252 / 0.3);
}
.border-r-purple-400\/35 {
  border-right-color: rgb(192 132 252 / 0.35);
}
.border-r-purple-400\/40 {
  border-right-color: rgb(192 132 252 / 0.4);
}
.border-r-purple-400\/45 {
  border-right-color: rgb(192 132 252 / 0.45);
}
.border-r-purple-400\/5 {
  border-right-color: rgb(192 132 252 / 0.05);
}
.border-r-purple-400\/50 {
  border-right-color: rgb(192 132 252 / 0.5);
}
.border-r-purple-400\/55 {
  border-right-color: rgb(192 132 252 / 0.55);
}
.border-r-purple-400\/60 {
  border-right-color: rgb(192 132 252 / 0.6);
}
.border-r-purple-400\/65 {
  border-right-color: rgb(192 132 252 / 0.65);
}
.border-r-purple-400\/70 {
  border-right-color: rgb(192 132 252 / 0.7);
}
.border-r-purple-400\/75 {
  border-right-color: rgb(192 132 252 / 0.75);
}
.border-r-purple-400\/80 {
  border-right-color: rgb(192 132 252 / 0.8);
}
.border-r-purple-400\/85 {
  border-right-color: rgb(192 132 252 / 0.85);
}
.border-r-purple-400\/90 {
  border-right-color: rgb(192 132 252 / 0.9);
}
.border-r-purple-400\/95 {
  border-right-color: rgb(192 132 252 / 0.95);
}
.border-r-purple-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-r-purple-50\/0 {
  border-right-color: rgb(250 245 255 / 0);
}
.border-r-purple-50\/10 {
  border-right-color: rgb(250 245 255 / 0.1);
}
.border-r-purple-50\/100 {
  border-right-color: rgb(250 245 255 / 1);
}
.border-r-purple-50\/15 {
  border-right-color: rgb(250 245 255 / 0.15);
}
.border-r-purple-50\/20 {
  border-right-color: rgb(250 245 255 / 0.2);
}
.border-r-purple-50\/25 {
  border-right-color: rgb(250 245 255 / 0.25);
}
.border-r-purple-50\/30 {
  border-right-color: rgb(250 245 255 / 0.3);
}
.border-r-purple-50\/35 {
  border-right-color: rgb(250 245 255 / 0.35);
}
.border-r-purple-50\/40 {
  border-right-color: rgb(250 245 255 / 0.4);
}
.border-r-purple-50\/45 {
  border-right-color: rgb(250 245 255 / 0.45);
}
.border-r-purple-50\/5 {
  border-right-color: rgb(250 245 255 / 0.05);
}
.border-r-purple-50\/50 {
  border-right-color: rgb(250 245 255 / 0.5);
}
.border-r-purple-50\/55 {
  border-right-color: rgb(250 245 255 / 0.55);
}
.border-r-purple-50\/60 {
  border-right-color: rgb(250 245 255 / 0.6);
}
.border-r-purple-50\/65 {
  border-right-color: rgb(250 245 255 / 0.65);
}
.border-r-purple-50\/70 {
  border-right-color: rgb(250 245 255 / 0.7);
}
.border-r-purple-50\/75 {
  border-right-color: rgb(250 245 255 / 0.75);
}
.border-r-purple-50\/80 {
  border-right-color: rgb(250 245 255 / 0.8);
}
.border-r-purple-50\/85 {
  border-right-color: rgb(250 245 255 / 0.85);
}
.border-r-purple-50\/90 {
  border-right-color: rgb(250 245 255 / 0.9);
}
.border-r-purple-50\/95 {
  border-right-color: rgb(250 245 255 / 0.95);
}
.border-r-purple-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-r-purple-500\/0 {
  border-right-color: rgb(168 85 247 / 0);
}
.border-r-purple-500\/10 {
  border-right-color: rgb(168 85 247 / 0.1);
}
.border-r-purple-500\/100 {
  border-right-color: rgb(168 85 247 / 1);
}
.border-r-purple-500\/15 {
  border-right-color: rgb(168 85 247 / 0.15);
}
.border-r-purple-500\/20 {
  border-right-color: rgb(168 85 247 / 0.2);
}
.border-r-purple-500\/25 {
  border-right-color: rgb(168 85 247 / 0.25);
}
.border-r-purple-500\/30 {
  border-right-color: rgb(168 85 247 / 0.3);
}
.border-r-purple-500\/35 {
  border-right-color: rgb(168 85 247 / 0.35);
}
.border-r-purple-500\/40 {
  border-right-color: rgb(168 85 247 / 0.4);
}
.border-r-purple-500\/45 {
  border-right-color: rgb(168 85 247 / 0.45);
}
.border-r-purple-500\/5 {
  border-right-color: rgb(168 85 247 / 0.05);
}
.border-r-purple-500\/50 {
  border-right-color: rgb(168 85 247 / 0.5);
}
.border-r-purple-500\/55 {
  border-right-color: rgb(168 85 247 / 0.55);
}
.border-r-purple-500\/60 {
  border-right-color: rgb(168 85 247 / 0.6);
}
.border-r-purple-500\/65 {
  border-right-color: rgb(168 85 247 / 0.65);
}
.border-r-purple-500\/70 {
  border-right-color: rgb(168 85 247 / 0.7);
}
.border-r-purple-500\/75 {
  border-right-color: rgb(168 85 247 / 0.75);
}
.border-r-purple-500\/80 {
  border-right-color: rgb(168 85 247 / 0.8);
}
.border-r-purple-500\/85 {
  border-right-color: rgb(168 85 247 / 0.85);
}
.border-r-purple-500\/90 {
  border-right-color: rgb(168 85 247 / 0.9);
}
.border-r-purple-500\/95 {
  border-right-color: rgb(168 85 247 / 0.95);
}
.border-r-purple-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-r-purple-600\/0 {
  border-right-color: rgb(147 51 234 / 0);
}
.border-r-purple-600\/10 {
  border-right-color: rgb(147 51 234 / 0.1);
}
.border-r-purple-600\/100 {
  border-right-color: rgb(147 51 234 / 1);
}
.border-r-purple-600\/15 {
  border-right-color: rgb(147 51 234 / 0.15);
}
.border-r-purple-600\/20 {
  border-right-color: rgb(147 51 234 / 0.2);
}
.border-r-purple-600\/25 {
  border-right-color: rgb(147 51 234 / 0.25);
}
.border-r-purple-600\/30 {
  border-right-color: rgb(147 51 234 / 0.3);
}
.border-r-purple-600\/35 {
  border-right-color: rgb(147 51 234 / 0.35);
}
.border-r-purple-600\/40 {
  border-right-color: rgb(147 51 234 / 0.4);
}
.border-r-purple-600\/45 {
  border-right-color: rgb(147 51 234 / 0.45);
}
.border-r-purple-600\/5 {
  border-right-color: rgb(147 51 234 / 0.05);
}
.border-r-purple-600\/50 {
  border-right-color: rgb(147 51 234 / 0.5);
}
.border-r-purple-600\/55 {
  border-right-color: rgb(147 51 234 / 0.55);
}
.border-r-purple-600\/60 {
  border-right-color: rgb(147 51 234 / 0.6);
}
.border-r-purple-600\/65 {
  border-right-color: rgb(147 51 234 / 0.65);
}
.border-r-purple-600\/70 {
  border-right-color: rgb(147 51 234 / 0.7);
}
.border-r-purple-600\/75 {
  border-right-color: rgb(147 51 234 / 0.75);
}
.border-r-purple-600\/80 {
  border-right-color: rgb(147 51 234 / 0.8);
}
.border-r-purple-600\/85 {
  border-right-color: rgb(147 51 234 / 0.85);
}
.border-r-purple-600\/90 {
  border-right-color: rgb(147 51 234 / 0.9);
}
.border-r-purple-600\/95 {
  border-right-color: rgb(147 51 234 / 0.95);
}
.border-r-purple-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-r-purple-700\/0 {
  border-right-color: rgb(126 34 206 / 0);
}
.border-r-purple-700\/10 {
  border-right-color: rgb(126 34 206 / 0.1);
}
.border-r-purple-700\/100 {
  border-right-color: rgb(126 34 206 / 1);
}
.border-r-purple-700\/15 {
  border-right-color: rgb(126 34 206 / 0.15);
}
.border-r-purple-700\/20 {
  border-right-color: rgb(126 34 206 / 0.2);
}
.border-r-purple-700\/25 {
  border-right-color: rgb(126 34 206 / 0.25);
}
.border-r-purple-700\/30 {
  border-right-color: rgb(126 34 206 / 0.3);
}
.border-r-purple-700\/35 {
  border-right-color: rgb(126 34 206 / 0.35);
}
.border-r-purple-700\/40 {
  border-right-color: rgb(126 34 206 / 0.4);
}
.border-r-purple-700\/45 {
  border-right-color: rgb(126 34 206 / 0.45);
}
.border-r-purple-700\/5 {
  border-right-color: rgb(126 34 206 / 0.05);
}
.border-r-purple-700\/50 {
  border-right-color: rgb(126 34 206 / 0.5);
}
.border-r-purple-700\/55 {
  border-right-color: rgb(126 34 206 / 0.55);
}
.border-r-purple-700\/60 {
  border-right-color: rgb(126 34 206 / 0.6);
}
.border-r-purple-700\/65 {
  border-right-color: rgb(126 34 206 / 0.65);
}
.border-r-purple-700\/70 {
  border-right-color: rgb(126 34 206 / 0.7);
}
.border-r-purple-700\/75 {
  border-right-color: rgb(126 34 206 / 0.75);
}
.border-r-purple-700\/80 {
  border-right-color: rgb(126 34 206 / 0.8);
}
.border-r-purple-700\/85 {
  border-right-color: rgb(126 34 206 / 0.85);
}
.border-r-purple-700\/90 {
  border-right-color: rgb(126 34 206 / 0.9);
}
.border-r-purple-700\/95 {
  border-right-color: rgb(126 34 206 / 0.95);
}
.border-r-purple-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-r-purple-800\/0 {
  border-right-color: rgb(107 33 168 / 0);
}
.border-r-purple-800\/10 {
  border-right-color: rgb(107 33 168 / 0.1);
}
.border-r-purple-800\/100 {
  border-right-color: rgb(107 33 168 / 1);
}
.border-r-purple-800\/15 {
  border-right-color: rgb(107 33 168 / 0.15);
}
.border-r-purple-800\/20 {
  border-right-color: rgb(107 33 168 / 0.2);
}
.border-r-purple-800\/25 {
  border-right-color: rgb(107 33 168 / 0.25);
}
.border-r-purple-800\/30 {
  border-right-color: rgb(107 33 168 / 0.3);
}
.border-r-purple-800\/35 {
  border-right-color: rgb(107 33 168 / 0.35);
}
.border-r-purple-800\/40 {
  border-right-color: rgb(107 33 168 / 0.4);
}
.border-r-purple-800\/45 {
  border-right-color: rgb(107 33 168 / 0.45);
}
.border-r-purple-800\/5 {
  border-right-color: rgb(107 33 168 / 0.05);
}
.border-r-purple-800\/50 {
  border-right-color: rgb(107 33 168 / 0.5);
}
.border-r-purple-800\/55 {
  border-right-color: rgb(107 33 168 / 0.55);
}
.border-r-purple-800\/60 {
  border-right-color: rgb(107 33 168 / 0.6);
}
.border-r-purple-800\/65 {
  border-right-color: rgb(107 33 168 / 0.65);
}
.border-r-purple-800\/70 {
  border-right-color: rgb(107 33 168 / 0.7);
}
.border-r-purple-800\/75 {
  border-right-color: rgb(107 33 168 / 0.75);
}
.border-r-purple-800\/80 {
  border-right-color: rgb(107 33 168 / 0.8);
}
.border-r-purple-800\/85 {
  border-right-color: rgb(107 33 168 / 0.85);
}
.border-r-purple-800\/90 {
  border-right-color: rgb(107 33 168 / 0.9);
}
.border-r-purple-800\/95 {
  border-right-color: rgb(107 33 168 / 0.95);
}
.border-r-purple-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-r-purple-900\/0 {
  border-right-color: rgb(88 28 135 / 0);
}
.border-r-purple-900\/10 {
  border-right-color: rgb(88 28 135 / 0.1);
}
.border-r-purple-900\/100 {
  border-right-color: rgb(88 28 135 / 1);
}
.border-r-purple-900\/15 {
  border-right-color: rgb(88 28 135 / 0.15);
}
.border-r-purple-900\/20 {
  border-right-color: rgb(88 28 135 / 0.2);
}
.border-r-purple-900\/25 {
  border-right-color: rgb(88 28 135 / 0.25);
}
.border-r-purple-900\/30 {
  border-right-color: rgb(88 28 135 / 0.3);
}
.border-r-purple-900\/35 {
  border-right-color: rgb(88 28 135 / 0.35);
}
.border-r-purple-900\/40 {
  border-right-color: rgb(88 28 135 / 0.4);
}
.border-r-purple-900\/45 {
  border-right-color: rgb(88 28 135 / 0.45);
}
.border-r-purple-900\/5 {
  border-right-color: rgb(88 28 135 / 0.05);
}
.border-r-purple-900\/50 {
  border-right-color: rgb(88 28 135 / 0.5);
}
.border-r-purple-900\/55 {
  border-right-color: rgb(88 28 135 / 0.55);
}
.border-r-purple-900\/60 {
  border-right-color: rgb(88 28 135 / 0.6);
}
.border-r-purple-900\/65 {
  border-right-color: rgb(88 28 135 / 0.65);
}
.border-r-purple-900\/70 {
  border-right-color: rgb(88 28 135 / 0.7);
}
.border-r-purple-900\/75 {
  border-right-color: rgb(88 28 135 / 0.75);
}
.border-r-purple-900\/80 {
  border-right-color: rgb(88 28 135 / 0.8);
}
.border-r-purple-900\/85 {
  border-right-color: rgb(88 28 135 / 0.85);
}
.border-r-purple-900\/90 {
  border-right-color: rgb(88 28 135 / 0.9);
}
.border-r-purple-900\/95 {
  border-right-color: rgb(88 28 135 / 0.95);
}
.border-r-purple-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-r-purple-950\/0 {
  border-right-color: rgb(59 7 100 / 0);
}
.border-r-purple-950\/10 {
  border-right-color: rgb(59 7 100 / 0.1);
}
.border-r-purple-950\/100 {
  border-right-color: rgb(59 7 100 / 1);
}
.border-r-purple-950\/15 {
  border-right-color: rgb(59 7 100 / 0.15);
}
.border-r-purple-950\/20 {
  border-right-color: rgb(59 7 100 / 0.2);
}
.border-r-purple-950\/25 {
  border-right-color: rgb(59 7 100 / 0.25);
}
.border-r-purple-950\/30 {
  border-right-color: rgb(59 7 100 / 0.3);
}
.border-r-purple-950\/35 {
  border-right-color: rgb(59 7 100 / 0.35);
}
.border-r-purple-950\/40 {
  border-right-color: rgb(59 7 100 / 0.4);
}
.border-r-purple-950\/45 {
  border-right-color: rgb(59 7 100 / 0.45);
}
.border-r-purple-950\/5 {
  border-right-color: rgb(59 7 100 / 0.05);
}
.border-r-purple-950\/50 {
  border-right-color: rgb(59 7 100 / 0.5);
}
.border-r-purple-950\/55 {
  border-right-color: rgb(59 7 100 / 0.55);
}
.border-r-purple-950\/60 {
  border-right-color: rgb(59 7 100 / 0.6);
}
.border-r-purple-950\/65 {
  border-right-color: rgb(59 7 100 / 0.65);
}
.border-r-purple-950\/70 {
  border-right-color: rgb(59 7 100 / 0.7);
}
.border-r-purple-950\/75 {
  border-right-color: rgb(59 7 100 / 0.75);
}
.border-r-purple-950\/80 {
  border-right-color: rgb(59 7 100 / 0.8);
}
.border-r-purple-950\/85 {
  border-right-color: rgb(59 7 100 / 0.85);
}
.border-r-purple-950\/90 {
  border-right-color: rgb(59 7 100 / 0.9);
}
.border-r-purple-950\/95 {
  border-right-color: rgb(59 7 100 / 0.95);
}
.border-r-red-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-r-red-100\/0 {
  border-right-color: rgb(254 226 226 / 0);
}
.border-r-red-100\/10 {
  border-right-color: rgb(254 226 226 / 0.1);
}
.border-r-red-100\/100 {
  border-right-color: rgb(254 226 226 / 1);
}
.border-r-red-100\/15 {
  border-right-color: rgb(254 226 226 / 0.15);
}
.border-r-red-100\/20 {
  border-right-color: rgb(254 226 226 / 0.2);
}
.border-r-red-100\/25 {
  border-right-color: rgb(254 226 226 / 0.25);
}
.border-r-red-100\/30 {
  border-right-color: rgb(254 226 226 / 0.3);
}
.border-r-red-100\/35 {
  border-right-color: rgb(254 226 226 / 0.35);
}
.border-r-red-100\/40 {
  border-right-color: rgb(254 226 226 / 0.4);
}
.border-r-red-100\/45 {
  border-right-color: rgb(254 226 226 / 0.45);
}
.border-r-red-100\/5 {
  border-right-color: rgb(254 226 226 / 0.05);
}
.border-r-red-100\/50 {
  border-right-color: rgb(254 226 226 / 0.5);
}
.border-r-red-100\/55 {
  border-right-color: rgb(254 226 226 / 0.55);
}
.border-r-red-100\/60 {
  border-right-color: rgb(254 226 226 / 0.6);
}
.border-r-red-100\/65 {
  border-right-color: rgb(254 226 226 / 0.65);
}
.border-r-red-100\/70 {
  border-right-color: rgb(254 226 226 / 0.7);
}
.border-r-red-100\/75 {
  border-right-color: rgb(254 226 226 / 0.75);
}
.border-r-red-100\/80 {
  border-right-color: rgb(254 226 226 / 0.8);
}
.border-r-red-100\/85 {
  border-right-color: rgb(254 226 226 / 0.85);
}
.border-r-red-100\/90 {
  border-right-color: rgb(254 226 226 / 0.9);
}
.border-r-red-100\/95 {
  border-right-color: rgb(254 226 226 / 0.95);
}
.border-r-red-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-r-red-200\/0 {
  border-right-color: rgb(254 202 202 / 0);
}
.border-r-red-200\/10 {
  border-right-color: rgb(254 202 202 / 0.1);
}
.border-r-red-200\/100 {
  border-right-color: rgb(254 202 202 / 1);
}
.border-r-red-200\/15 {
  border-right-color: rgb(254 202 202 / 0.15);
}
.border-r-red-200\/20 {
  border-right-color: rgb(254 202 202 / 0.2);
}
.border-r-red-200\/25 {
  border-right-color: rgb(254 202 202 / 0.25);
}
.border-r-red-200\/30 {
  border-right-color: rgb(254 202 202 / 0.3);
}
.border-r-red-200\/35 {
  border-right-color: rgb(254 202 202 / 0.35);
}
.border-r-red-200\/40 {
  border-right-color: rgb(254 202 202 / 0.4);
}
.border-r-red-200\/45 {
  border-right-color: rgb(254 202 202 / 0.45);
}
.border-r-red-200\/5 {
  border-right-color: rgb(254 202 202 / 0.05);
}
.border-r-red-200\/50 {
  border-right-color: rgb(254 202 202 / 0.5);
}
.border-r-red-200\/55 {
  border-right-color: rgb(254 202 202 / 0.55);
}
.border-r-red-200\/60 {
  border-right-color: rgb(254 202 202 / 0.6);
}
.border-r-red-200\/65 {
  border-right-color: rgb(254 202 202 / 0.65);
}
.border-r-red-200\/70 {
  border-right-color: rgb(254 202 202 / 0.7);
}
.border-r-red-200\/75 {
  border-right-color: rgb(254 202 202 / 0.75);
}
.border-r-red-200\/80 {
  border-right-color: rgb(254 202 202 / 0.8);
}
.border-r-red-200\/85 {
  border-right-color: rgb(254 202 202 / 0.85);
}
.border-r-red-200\/90 {
  border-right-color: rgb(254 202 202 / 0.9);
}
.border-r-red-200\/95 {
  border-right-color: rgb(254 202 202 / 0.95);
}
.border-r-red-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-r-red-300\/0 {
  border-right-color: rgb(252 165 165 / 0);
}
.border-r-red-300\/10 {
  border-right-color: rgb(252 165 165 / 0.1);
}
.border-r-red-300\/100 {
  border-right-color: rgb(252 165 165 / 1);
}
.border-r-red-300\/15 {
  border-right-color: rgb(252 165 165 / 0.15);
}
.border-r-red-300\/20 {
  border-right-color: rgb(252 165 165 / 0.2);
}
.border-r-red-300\/25 {
  border-right-color: rgb(252 165 165 / 0.25);
}
.border-r-red-300\/30 {
  border-right-color: rgb(252 165 165 / 0.3);
}
.border-r-red-300\/35 {
  border-right-color: rgb(252 165 165 / 0.35);
}
.border-r-red-300\/40 {
  border-right-color: rgb(252 165 165 / 0.4);
}
.border-r-red-300\/45 {
  border-right-color: rgb(252 165 165 / 0.45);
}
.border-r-red-300\/5 {
  border-right-color: rgb(252 165 165 / 0.05);
}
.border-r-red-300\/50 {
  border-right-color: rgb(252 165 165 / 0.5);
}
.border-r-red-300\/55 {
  border-right-color: rgb(252 165 165 / 0.55);
}
.border-r-red-300\/60 {
  border-right-color: rgb(252 165 165 / 0.6);
}
.border-r-red-300\/65 {
  border-right-color: rgb(252 165 165 / 0.65);
}
.border-r-red-300\/70 {
  border-right-color: rgb(252 165 165 / 0.7);
}
.border-r-red-300\/75 {
  border-right-color: rgb(252 165 165 / 0.75);
}
.border-r-red-300\/80 {
  border-right-color: rgb(252 165 165 / 0.8);
}
.border-r-red-300\/85 {
  border-right-color: rgb(252 165 165 / 0.85);
}
.border-r-red-300\/90 {
  border-right-color: rgb(252 165 165 / 0.9);
}
.border-r-red-300\/95 {
  border-right-color: rgb(252 165 165 / 0.95);
}
.border-r-red-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-r-red-400\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-red-400\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-red-400\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-red-400\/15 {
  border-right-color: rgb(248 113 113 / 0.15);
}
.border-r-red-400\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-red-400\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-red-400\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-red-400\/35 {
  border-right-color: rgb(248 113 113 / 0.35);
}
.border-r-red-400\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-red-400\/45 {
  border-right-color: rgb(248 113 113 / 0.45);
}
.border-r-red-400\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-red-400\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-red-400\/55 {
  border-right-color: rgb(248 113 113 / 0.55);
}
.border-r-red-400\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-red-400\/65 {
  border-right-color: rgb(248 113 113 / 0.65);
}
.border-r-red-400\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-red-400\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-red-400\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-red-400\/85 {
  border-right-color: rgb(248 113 113 / 0.85);
}
.border-r-red-400\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-red-400\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-red-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-r-red-50\/0 {
  border-right-color: rgb(254 242 242 / 0);
}
.border-r-red-50\/10 {
  border-right-color: rgb(254 242 242 / 0.1);
}
.border-r-red-50\/100 {
  border-right-color: rgb(254 242 242 / 1);
}
.border-r-red-50\/15 {
  border-right-color: rgb(254 242 242 / 0.15);
}
.border-r-red-50\/20 {
  border-right-color: rgb(254 242 242 / 0.2);
}
.border-r-red-50\/25 {
  border-right-color: rgb(254 242 242 / 0.25);
}
.border-r-red-50\/30 {
  border-right-color: rgb(254 242 242 / 0.3);
}
.border-r-red-50\/35 {
  border-right-color: rgb(254 242 242 / 0.35);
}
.border-r-red-50\/40 {
  border-right-color: rgb(254 242 242 / 0.4);
}
.border-r-red-50\/45 {
  border-right-color: rgb(254 242 242 / 0.45);
}
.border-r-red-50\/5 {
  border-right-color: rgb(254 242 242 / 0.05);
}
.border-r-red-50\/50 {
  border-right-color: rgb(254 242 242 / 0.5);
}
.border-r-red-50\/55 {
  border-right-color: rgb(254 242 242 / 0.55);
}
.border-r-red-50\/60 {
  border-right-color: rgb(254 242 242 / 0.6);
}
.border-r-red-50\/65 {
  border-right-color: rgb(254 242 242 / 0.65);
}
.border-r-red-50\/70 {
  border-right-color: rgb(254 242 242 / 0.7);
}
.border-r-red-50\/75 {
  border-right-color: rgb(254 242 242 / 0.75);
}
.border-r-red-50\/80 {
  border-right-color: rgb(254 242 242 / 0.8);
}
.border-r-red-50\/85 {
  border-right-color: rgb(254 242 242 / 0.85);
}
.border-r-red-50\/90 {
  border-right-color: rgb(254 242 242 / 0.9);
}
.border-r-red-50\/95 {
  border-right-color: rgb(254 242 242 / 0.95);
}
.border-r-red-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-r-red-500\/0 {
  border-right-color: rgb(239 68 68 / 0);
}
.border-r-red-500\/10 {
  border-right-color: rgb(239 68 68 / 0.1);
}
.border-r-red-500\/100 {
  border-right-color: rgb(239 68 68 / 1);
}
.border-r-red-500\/15 {
  border-right-color: rgb(239 68 68 / 0.15);
}
.border-r-red-500\/20 {
  border-right-color: rgb(239 68 68 / 0.2);
}
.border-r-red-500\/25 {
  border-right-color: rgb(239 68 68 / 0.25);
}
.border-r-red-500\/30 {
  border-right-color: rgb(239 68 68 / 0.3);
}
.border-r-red-500\/35 {
  border-right-color: rgb(239 68 68 / 0.35);
}
.border-r-red-500\/40 {
  border-right-color: rgb(239 68 68 / 0.4);
}
.border-r-red-500\/45 {
  border-right-color: rgb(239 68 68 / 0.45);
}
.border-r-red-500\/5 {
  border-right-color: rgb(239 68 68 / 0.05);
}
.border-r-red-500\/50 {
  border-right-color: rgb(239 68 68 / 0.5);
}
.border-r-red-500\/55 {
  border-right-color: rgb(239 68 68 / 0.55);
}
.border-r-red-500\/60 {
  border-right-color: rgb(239 68 68 / 0.6);
}
.border-r-red-500\/65 {
  border-right-color: rgb(239 68 68 / 0.65);
}
.border-r-red-500\/70 {
  border-right-color: rgb(239 68 68 / 0.7);
}
.border-r-red-500\/75 {
  border-right-color: rgb(239 68 68 / 0.75);
}
.border-r-red-500\/80 {
  border-right-color: rgb(239 68 68 / 0.8);
}
.border-r-red-500\/85 {
  border-right-color: rgb(239 68 68 / 0.85);
}
.border-r-red-500\/90 {
  border-right-color: rgb(239 68 68 / 0.9);
}
.border-r-red-500\/95 {
  border-right-color: rgb(239 68 68 / 0.95);
}
.border-r-red-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-r-red-600\/0 {
  border-right-color: rgb(220 38 38 / 0);
}
.border-r-red-600\/10 {
  border-right-color: rgb(220 38 38 / 0.1);
}
.border-r-red-600\/100 {
  border-right-color: rgb(220 38 38 / 1);
}
.border-r-red-600\/15 {
  border-right-color: rgb(220 38 38 / 0.15);
}
.border-r-red-600\/20 {
  border-right-color: rgb(220 38 38 / 0.2);
}
.border-r-red-600\/25 {
  border-right-color: rgb(220 38 38 / 0.25);
}
.border-r-red-600\/30 {
  border-right-color: rgb(220 38 38 / 0.3);
}
.border-r-red-600\/35 {
  border-right-color: rgb(220 38 38 / 0.35);
}
.border-r-red-600\/40 {
  border-right-color: rgb(220 38 38 / 0.4);
}
.border-r-red-600\/45 {
  border-right-color: rgb(220 38 38 / 0.45);
}
.border-r-red-600\/5 {
  border-right-color: rgb(220 38 38 / 0.05);
}
.border-r-red-600\/50 {
  border-right-color: rgb(220 38 38 / 0.5);
}
.border-r-red-600\/55 {
  border-right-color: rgb(220 38 38 / 0.55);
}
.border-r-red-600\/60 {
  border-right-color: rgb(220 38 38 / 0.6);
}
.border-r-red-600\/65 {
  border-right-color: rgb(220 38 38 / 0.65);
}
.border-r-red-600\/70 {
  border-right-color: rgb(220 38 38 / 0.7);
}
.border-r-red-600\/75 {
  border-right-color: rgb(220 38 38 / 0.75);
}
.border-r-red-600\/80 {
  border-right-color: rgb(220 38 38 / 0.8);
}
.border-r-red-600\/85 {
  border-right-color: rgb(220 38 38 / 0.85);
}
.border-r-red-600\/90 {
  border-right-color: rgb(220 38 38 / 0.9);
}
.border-r-red-600\/95 {
  border-right-color: rgb(220 38 38 / 0.95);
}
.border-r-red-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-r-red-700\/0 {
  border-right-color: rgb(185 28 28 / 0);
}
.border-r-red-700\/10 {
  border-right-color: rgb(185 28 28 / 0.1);
}
.border-r-red-700\/100 {
  border-right-color: rgb(185 28 28 / 1);
}
.border-r-red-700\/15 {
  border-right-color: rgb(185 28 28 / 0.15);
}
.border-r-red-700\/20 {
  border-right-color: rgb(185 28 28 / 0.2);
}
.border-r-red-700\/25 {
  border-right-color: rgb(185 28 28 / 0.25);
}
.border-r-red-700\/30 {
  border-right-color: rgb(185 28 28 / 0.3);
}
.border-r-red-700\/35 {
  border-right-color: rgb(185 28 28 / 0.35);
}
.border-r-red-700\/40 {
  border-right-color: rgb(185 28 28 / 0.4);
}
.border-r-red-700\/45 {
  border-right-color: rgb(185 28 28 / 0.45);
}
.border-r-red-700\/5 {
  border-right-color: rgb(185 28 28 / 0.05);
}
.border-r-red-700\/50 {
  border-right-color: rgb(185 28 28 / 0.5);
}
.border-r-red-700\/55 {
  border-right-color: rgb(185 28 28 / 0.55);
}
.border-r-red-700\/60 {
  border-right-color: rgb(185 28 28 / 0.6);
}
.border-r-red-700\/65 {
  border-right-color: rgb(185 28 28 / 0.65);
}
.border-r-red-700\/70 {
  border-right-color: rgb(185 28 28 / 0.7);
}
.border-r-red-700\/75 {
  border-right-color: rgb(185 28 28 / 0.75);
}
.border-r-red-700\/80 {
  border-right-color: rgb(185 28 28 / 0.8);
}
.border-r-red-700\/85 {
  border-right-color: rgb(185 28 28 / 0.85);
}
.border-r-red-700\/90 {
  border-right-color: rgb(185 28 28 / 0.9);
}
.border-r-red-700\/95 {
  border-right-color: rgb(185 28 28 / 0.95);
}
.border-r-red-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-r-red-800\/0 {
  border-right-color: rgb(153 27 27 / 0);
}
.border-r-red-800\/10 {
  border-right-color: rgb(153 27 27 / 0.1);
}
.border-r-red-800\/100 {
  border-right-color: rgb(153 27 27 / 1);
}
.border-r-red-800\/15 {
  border-right-color: rgb(153 27 27 / 0.15);
}
.border-r-red-800\/20 {
  border-right-color: rgb(153 27 27 / 0.2);
}
.border-r-red-800\/25 {
  border-right-color: rgb(153 27 27 / 0.25);
}
.border-r-red-800\/30 {
  border-right-color: rgb(153 27 27 / 0.3);
}
.border-r-red-800\/35 {
  border-right-color: rgb(153 27 27 / 0.35);
}
.border-r-red-800\/40 {
  border-right-color: rgb(153 27 27 / 0.4);
}
.border-r-red-800\/45 {
  border-right-color: rgb(153 27 27 / 0.45);
}
.border-r-red-800\/5 {
  border-right-color: rgb(153 27 27 / 0.05);
}
.border-r-red-800\/50 {
  border-right-color: rgb(153 27 27 / 0.5);
}
.border-r-red-800\/55 {
  border-right-color: rgb(153 27 27 / 0.55);
}
.border-r-red-800\/60 {
  border-right-color: rgb(153 27 27 / 0.6);
}
.border-r-red-800\/65 {
  border-right-color: rgb(153 27 27 / 0.65);
}
.border-r-red-800\/70 {
  border-right-color: rgb(153 27 27 / 0.7);
}
.border-r-red-800\/75 {
  border-right-color: rgb(153 27 27 / 0.75);
}
.border-r-red-800\/80 {
  border-right-color: rgb(153 27 27 / 0.8);
}
.border-r-red-800\/85 {
  border-right-color: rgb(153 27 27 / 0.85);
}
.border-r-red-800\/90 {
  border-right-color: rgb(153 27 27 / 0.9);
}
.border-r-red-800\/95 {
  border-right-color: rgb(153 27 27 / 0.95);
}
.border-r-red-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-r-red-900\/0 {
  border-right-color: rgb(127 29 29 / 0);
}
.border-r-red-900\/10 {
  border-right-color: rgb(127 29 29 / 0.1);
}
.border-r-red-900\/100 {
  border-right-color: rgb(127 29 29 / 1);
}
.border-r-red-900\/15 {
  border-right-color: rgb(127 29 29 / 0.15);
}
.border-r-red-900\/20 {
  border-right-color: rgb(127 29 29 / 0.2);
}
.border-r-red-900\/25 {
  border-right-color: rgb(127 29 29 / 0.25);
}
.border-r-red-900\/30 {
  border-right-color: rgb(127 29 29 / 0.3);
}
.border-r-red-900\/35 {
  border-right-color: rgb(127 29 29 / 0.35);
}
.border-r-red-900\/40 {
  border-right-color: rgb(127 29 29 / 0.4);
}
.border-r-red-900\/45 {
  border-right-color: rgb(127 29 29 / 0.45);
}
.border-r-red-900\/5 {
  border-right-color: rgb(127 29 29 / 0.05);
}
.border-r-red-900\/50 {
  border-right-color: rgb(127 29 29 / 0.5);
}
.border-r-red-900\/55 {
  border-right-color: rgb(127 29 29 / 0.55);
}
.border-r-red-900\/60 {
  border-right-color: rgb(127 29 29 / 0.6);
}
.border-r-red-900\/65 {
  border-right-color: rgb(127 29 29 / 0.65);
}
.border-r-red-900\/70 {
  border-right-color: rgb(127 29 29 / 0.7);
}
.border-r-red-900\/75 {
  border-right-color: rgb(127 29 29 / 0.75);
}
.border-r-red-900\/80 {
  border-right-color: rgb(127 29 29 / 0.8);
}
.border-r-red-900\/85 {
  border-right-color: rgb(127 29 29 / 0.85);
}
.border-r-red-900\/90 {
  border-right-color: rgb(127 29 29 / 0.9);
}
.border-r-red-900\/95 {
  border-right-color: rgb(127 29 29 / 0.95);
}
.border-r-red-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-r-red-950\/0 {
  border-right-color: rgb(69 10 10 / 0);
}
.border-r-red-950\/10 {
  border-right-color: rgb(69 10 10 / 0.1);
}
.border-r-red-950\/100 {
  border-right-color: rgb(69 10 10 / 1);
}
.border-r-red-950\/15 {
  border-right-color: rgb(69 10 10 / 0.15);
}
.border-r-red-950\/20 {
  border-right-color: rgb(69 10 10 / 0.2);
}
.border-r-red-950\/25 {
  border-right-color: rgb(69 10 10 / 0.25);
}
.border-r-red-950\/30 {
  border-right-color: rgb(69 10 10 / 0.3);
}
.border-r-red-950\/35 {
  border-right-color: rgb(69 10 10 / 0.35);
}
.border-r-red-950\/40 {
  border-right-color: rgb(69 10 10 / 0.4);
}
.border-r-red-950\/45 {
  border-right-color: rgb(69 10 10 / 0.45);
}
.border-r-red-950\/5 {
  border-right-color: rgb(69 10 10 / 0.05);
}
.border-r-red-950\/50 {
  border-right-color: rgb(69 10 10 / 0.5);
}
.border-r-red-950\/55 {
  border-right-color: rgb(69 10 10 / 0.55);
}
.border-r-red-950\/60 {
  border-right-color: rgb(69 10 10 / 0.6);
}
.border-r-red-950\/65 {
  border-right-color: rgb(69 10 10 / 0.65);
}
.border-r-red-950\/70 {
  border-right-color: rgb(69 10 10 / 0.7);
}
.border-r-red-950\/75 {
  border-right-color: rgb(69 10 10 / 0.75);
}
.border-r-red-950\/80 {
  border-right-color: rgb(69 10 10 / 0.8);
}
.border-r-red-950\/85 {
  border-right-color: rgb(69 10 10 / 0.85);
}
.border-r-red-950\/90 {
  border-right-color: rgb(69 10 10 / 0.9);
}
.border-r-red-950\/95 {
  border-right-color: rgb(69 10 10 / 0.95);
}
.border-r-ring {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
}
.border-r-ring\/0 {
  border-right-color: hsl(var(--ring) / 0);
}
.border-r-ring\/10 {
  border-right-color: hsl(var(--ring) / 0.1);
}
.border-r-ring\/100 {
  border-right-color: hsl(var(--ring) / 1);
}
.border-r-ring\/15 {
  border-right-color: hsl(var(--ring) / 0.15);
}
.border-r-ring\/20 {
  border-right-color: hsl(var(--ring) / 0.2);
}
.border-r-ring\/25 {
  border-right-color: hsl(var(--ring) / 0.25);
}
.border-r-ring\/30 {
  border-right-color: hsl(var(--ring) / 0.3);
}
.border-r-ring\/35 {
  border-right-color: hsl(var(--ring) / 0.35);
}
.border-r-ring\/40 {
  border-right-color: hsl(var(--ring) / 0.4);
}
.border-r-ring\/45 {
  border-right-color: hsl(var(--ring) / 0.45);
}
.border-r-ring\/5 {
  border-right-color: hsl(var(--ring) / 0.05);
}
.border-r-ring\/50 {
  border-right-color: hsl(var(--ring) / 0.5);
}
.border-r-ring\/55 {
  border-right-color: hsl(var(--ring) / 0.55);
}
.border-r-ring\/60 {
  border-right-color: hsl(var(--ring) / 0.6);
}
.border-r-ring\/65 {
  border-right-color: hsl(var(--ring) / 0.65);
}
.border-r-ring\/70 {
  border-right-color: hsl(var(--ring) / 0.7);
}
.border-r-ring\/75 {
  border-right-color: hsl(var(--ring) / 0.75);
}
.border-r-ring\/80 {
  border-right-color: hsl(var(--ring) / 0.8);
}
.border-r-ring\/85 {
  border-right-color: hsl(var(--ring) / 0.85);
}
.border-r-ring\/90 {
  border-right-color: hsl(var(--ring) / 0.9);
}
.border-r-ring\/95 {
  border-right-color: hsl(var(--ring) / 0.95);
}
.border-r-rose-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-r-rose-100\/0 {
  border-right-color: rgb(255 228 230 / 0);
}
.border-r-rose-100\/10 {
  border-right-color: rgb(255 228 230 / 0.1);
}
.border-r-rose-100\/100 {
  border-right-color: rgb(255 228 230 / 1);
}
.border-r-rose-100\/15 {
  border-right-color: rgb(255 228 230 / 0.15);
}
.border-r-rose-100\/20 {
  border-right-color: rgb(255 228 230 / 0.2);
}
.border-r-rose-100\/25 {
  border-right-color: rgb(255 228 230 / 0.25);
}
.border-r-rose-100\/30 {
  border-right-color: rgb(255 228 230 / 0.3);
}
.border-r-rose-100\/35 {
  border-right-color: rgb(255 228 230 / 0.35);
}
.border-r-rose-100\/40 {
  border-right-color: rgb(255 228 230 / 0.4);
}
.border-r-rose-100\/45 {
  border-right-color: rgb(255 228 230 / 0.45);
}
.border-r-rose-100\/5 {
  border-right-color: rgb(255 228 230 / 0.05);
}
.border-r-rose-100\/50 {
  border-right-color: rgb(255 228 230 / 0.5);
}
.border-r-rose-100\/55 {
  border-right-color: rgb(255 228 230 / 0.55);
}
.border-r-rose-100\/60 {
  border-right-color: rgb(255 228 230 / 0.6);
}
.border-r-rose-100\/65 {
  border-right-color: rgb(255 228 230 / 0.65);
}
.border-r-rose-100\/70 {
  border-right-color: rgb(255 228 230 / 0.7);
}
.border-r-rose-100\/75 {
  border-right-color: rgb(255 228 230 / 0.75);
}
.border-r-rose-100\/80 {
  border-right-color: rgb(255 228 230 / 0.8);
}
.border-r-rose-100\/85 {
  border-right-color: rgb(255 228 230 / 0.85);
}
.border-r-rose-100\/90 {
  border-right-color: rgb(255 228 230 / 0.9);
}
.border-r-rose-100\/95 {
  border-right-color: rgb(255 228 230 / 0.95);
}
.border-r-rose-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-r-rose-200\/0 {
  border-right-color: rgb(254 205 211 / 0);
}
.border-r-rose-200\/10 {
  border-right-color: rgb(254 205 211 / 0.1);
}
.border-r-rose-200\/100 {
  border-right-color: rgb(254 205 211 / 1);
}
.border-r-rose-200\/15 {
  border-right-color: rgb(254 205 211 / 0.15);
}
.border-r-rose-200\/20 {
  border-right-color: rgb(254 205 211 / 0.2);
}
.border-r-rose-200\/25 {
  border-right-color: rgb(254 205 211 / 0.25);
}
.border-r-rose-200\/30 {
  border-right-color: rgb(254 205 211 / 0.3);
}
.border-r-rose-200\/35 {
  border-right-color: rgb(254 205 211 / 0.35);
}
.border-r-rose-200\/40 {
  border-right-color: rgb(254 205 211 / 0.4);
}
.border-r-rose-200\/45 {
  border-right-color: rgb(254 205 211 / 0.45);
}
.border-r-rose-200\/5 {
  border-right-color: rgb(254 205 211 / 0.05);
}
.border-r-rose-200\/50 {
  border-right-color: rgb(254 205 211 / 0.5);
}
.border-r-rose-200\/55 {
  border-right-color: rgb(254 205 211 / 0.55);
}
.border-r-rose-200\/60 {
  border-right-color: rgb(254 205 211 / 0.6);
}
.border-r-rose-200\/65 {
  border-right-color: rgb(254 205 211 / 0.65);
}
.border-r-rose-200\/70 {
  border-right-color: rgb(254 205 211 / 0.7);
}
.border-r-rose-200\/75 {
  border-right-color: rgb(254 205 211 / 0.75);
}
.border-r-rose-200\/80 {
  border-right-color: rgb(254 205 211 / 0.8);
}
.border-r-rose-200\/85 {
  border-right-color: rgb(254 205 211 / 0.85);
}
.border-r-rose-200\/90 {
  border-right-color: rgb(254 205 211 / 0.9);
}
.border-r-rose-200\/95 {
  border-right-color: rgb(254 205 211 / 0.95);
}
.border-r-rose-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-r-rose-300\/0 {
  border-right-color: rgb(253 164 175 / 0);
}
.border-r-rose-300\/10 {
  border-right-color: rgb(253 164 175 / 0.1);
}
.border-r-rose-300\/100 {
  border-right-color: rgb(253 164 175 / 1);
}
.border-r-rose-300\/15 {
  border-right-color: rgb(253 164 175 / 0.15);
}
.border-r-rose-300\/20 {
  border-right-color: rgb(253 164 175 / 0.2);
}
.border-r-rose-300\/25 {
  border-right-color: rgb(253 164 175 / 0.25);
}
.border-r-rose-300\/30 {
  border-right-color: rgb(253 164 175 / 0.3);
}
.border-r-rose-300\/35 {
  border-right-color: rgb(253 164 175 / 0.35);
}
.border-r-rose-300\/40 {
  border-right-color: rgb(253 164 175 / 0.4);
}
.border-r-rose-300\/45 {
  border-right-color: rgb(253 164 175 / 0.45);
}
.border-r-rose-300\/5 {
  border-right-color: rgb(253 164 175 / 0.05);
}
.border-r-rose-300\/50 {
  border-right-color: rgb(253 164 175 / 0.5);
}
.border-r-rose-300\/55 {
  border-right-color: rgb(253 164 175 / 0.55);
}
.border-r-rose-300\/60 {
  border-right-color: rgb(253 164 175 / 0.6);
}
.border-r-rose-300\/65 {
  border-right-color: rgb(253 164 175 / 0.65);
}
.border-r-rose-300\/70 {
  border-right-color: rgb(253 164 175 / 0.7);
}
.border-r-rose-300\/75 {
  border-right-color: rgb(253 164 175 / 0.75);
}
.border-r-rose-300\/80 {
  border-right-color: rgb(253 164 175 / 0.8);
}
.border-r-rose-300\/85 {
  border-right-color: rgb(253 164 175 / 0.85);
}
.border-r-rose-300\/90 {
  border-right-color: rgb(253 164 175 / 0.9);
}
.border-r-rose-300\/95 {
  border-right-color: rgb(253 164 175 / 0.95);
}
.border-r-rose-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-r-rose-400\/0 {
  border-right-color: rgb(251 113 133 / 0);
}
.border-r-rose-400\/10 {
  border-right-color: rgb(251 113 133 / 0.1);
}
.border-r-rose-400\/100 {
  border-right-color: rgb(251 113 133 / 1);
}
.border-r-rose-400\/15 {
  border-right-color: rgb(251 113 133 / 0.15);
}
.border-r-rose-400\/20 {
  border-right-color: rgb(251 113 133 / 0.2);
}
.border-r-rose-400\/25 {
  border-right-color: rgb(251 113 133 / 0.25);
}
.border-r-rose-400\/30 {
  border-right-color: rgb(251 113 133 / 0.3);
}
.border-r-rose-400\/35 {
  border-right-color: rgb(251 113 133 / 0.35);
}
.border-r-rose-400\/40 {
  border-right-color: rgb(251 113 133 / 0.4);
}
.border-r-rose-400\/45 {
  border-right-color: rgb(251 113 133 / 0.45);
}
.border-r-rose-400\/5 {
  border-right-color: rgb(251 113 133 / 0.05);
}
.border-r-rose-400\/50 {
  border-right-color: rgb(251 113 133 / 0.5);
}
.border-r-rose-400\/55 {
  border-right-color: rgb(251 113 133 / 0.55);
}
.border-r-rose-400\/60 {
  border-right-color: rgb(251 113 133 / 0.6);
}
.border-r-rose-400\/65 {
  border-right-color: rgb(251 113 133 / 0.65);
}
.border-r-rose-400\/70 {
  border-right-color: rgb(251 113 133 / 0.7);
}
.border-r-rose-400\/75 {
  border-right-color: rgb(251 113 133 / 0.75);
}
.border-r-rose-400\/80 {
  border-right-color: rgb(251 113 133 / 0.8);
}
.border-r-rose-400\/85 {
  border-right-color: rgb(251 113 133 / 0.85);
}
.border-r-rose-400\/90 {
  border-right-color: rgb(251 113 133 / 0.9);
}
.border-r-rose-400\/95 {
  border-right-color: rgb(251 113 133 / 0.95);
}
.border-r-rose-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-r-rose-50\/0 {
  border-right-color: rgb(255 241 242 / 0);
}
.border-r-rose-50\/10 {
  border-right-color: rgb(255 241 242 / 0.1);
}
.border-r-rose-50\/100 {
  border-right-color: rgb(255 241 242 / 1);
}
.border-r-rose-50\/15 {
  border-right-color: rgb(255 241 242 / 0.15);
}
.border-r-rose-50\/20 {
  border-right-color: rgb(255 241 242 / 0.2);
}
.border-r-rose-50\/25 {
  border-right-color: rgb(255 241 242 / 0.25);
}
.border-r-rose-50\/30 {
  border-right-color: rgb(255 241 242 / 0.3);
}
.border-r-rose-50\/35 {
  border-right-color: rgb(255 241 242 / 0.35);
}
.border-r-rose-50\/40 {
  border-right-color: rgb(255 241 242 / 0.4);
}
.border-r-rose-50\/45 {
  border-right-color: rgb(255 241 242 / 0.45);
}
.border-r-rose-50\/5 {
  border-right-color: rgb(255 241 242 / 0.05);
}
.border-r-rose-50\/50 {
  border-right-color: rgb(255 241 242 / 0.5);
}
.border-r-rose-50\/55 {
  border-right-color: rgb(255 241 242 / 0.55);
}
.border-r-rose-50\/60 {
  border-right-color: rgb(255 241 242 / 0.6);
}
.border-r-rose-50\/65 {
  border-right-color: rgb(255 241 242 / 0.65);
}
.border-r-rose-50\/70 {
  border-right-color: rgb(255 241 242 / 0.7);
}
.border-r-rose-50\/75 {
  border-right-color: rgb(255 241 242 / 0.75);
}
.border-r-rose-50\/80 {
  border-right-color: rgb(255 241 242 / 0.8);
}
.border-r-rose-50\/85 {
  border-right-color: rgb(255 241 242 / 0.85);
}
.border-r-rose-50\/90 {
  border-right-color: rgb(255 241 242 / 0.9);
}
.border-r-rose-50\/95 {
  border-right-color: rgb(255 241 242 / 0.95);
}
.border-r-rose-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-r-rose-500\/0 {
  border-right-color: rgb(244 63 94 / 0);
}
.border-r-rose-500\/10 {
  border-right-color: rgb(244 63 94 / 0.1);
}
.border-r-rose-500\/100 {
  border-right-color: rgb(244 63 94 / 1);
}
.border-r-rose-500\/15 {
  border-right-color: rgb(244 63 94 / 0.15);
}
.border-r-rose-500\/20 {
  border-right-color: rgb(244 63 94 / 0.2);
}
.border-r-rose-500\/25 {
  border-right-color: rgb(244 63 94 / 0.25);
}
.border-r-rose-500\/30 {
  border-right-color: rgb(244 63 94 / 0.3);
}
.border-r-rose-500\/35 {
  border-right-color: rgb(244 63 94 / 0.35);
}
.border-r-rose-500\/40 {
  border-right-color: rgb(244 63 94 / 0.4);
}
.border-r-rose-500\/45 {
  border-right-color: rgb(244 63 94 / 0.45);
}
.border-r-rose-500\/5 {
  border-right-color: rgb(244 63 94 / 0.05);
}
.border-r-rose-500\/50 {
  border-right-color: rgb(244 63 94 / 0.5);
}
.border-r-rose-500\/55 {
  border-right-color: rgb(244 63 94 / 0.55);
}
.border-r-rose-500\/60 {
  border-right-color: rgb(244 63 94 / 0.6);
}
.border-r-rose-500\/65 {
  border-right-color: rgb(244 63 94 / 0.65);
}
.border-r-rose-500\/70 {
  border-right-color: rgb(244 63 94 / 0.7);
}
.border-r-rose-500\/75 {
  border-right-color: rgb(244 63 94 / 0.75);
}
.border-r-rose-500\/80 {
  border-right-color: rgb(244 63 94 / 0.8);
}
.border-r-rose-500\/85 {
  border-right-color: rgb(244 63 94 / 0.85);
}
.border-r-rose-500\/90 {
  border-right-color: rgb(244 63 94 / 0.9);
}
.border-r-rose-500\/95 {
  border-right-color: rgb(244 63 94 / 0.95);
}
.border-r-rose-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-r-rose-600\/0 {
  border-right-color: rgb(225 29 72 / 0);
}
.border-r-rose-600\/10 {
  border-right-color: rgb(225 29 72 / 0.1);
}
.border-r-rose-600\/100 {
  border-right-color: rgb(225 29 72 / 1);
}
.border-r-rose-600\/15 {
  border-right-color: rgb(225 29 72 / 0.15);
}
.border-r-rose-600\/20 {
  border-right-color: rgb(225 29 72 / 0.2);
}
.border-r-rose-600\/25 {
  border-right-color: rgb(225 29 72 / 0.25);
}
.border-r-rose-600\/30 {
  border-right-color: rgb(225 29 72 / 0.3);
}
.border-r-rose-600\/35 {
  border-right-color: rgb(225 29 72 / 0.35);
}
.border-r-rose-600\/40 {
  border-right-color: rgb(225 29 72 / 0.4);
}
.border-r-rose-600\/45 {
  border-right-color: rgb(225 29 72 / 0.45);
}
.border-r-rose-600\/5 {
  border-right-color: rgb(225 29 72 / 0.05);
}
.border-r-rose-600\/50 {
  border-right-color: rgb(225 29 72 / 0.5);
}
.border-r-rose-600\/55 {
  border-right-color: rgb(225 29 72 / 0.55);
}
.border-r-rose-600\/60 {
  border-right-color: rgb(225 29 72 / 0.6);
}
.border-r-rose-600\/65 {
  border-right-color: rgb(225 29 72 / 0.65);
}
.border-r-rose-600\/70 {
  border-right-color: rgb(225 29 72 / 0.7);
}
.border-r-rose-600\/75 {
  border-right-color: rgb(225 29 72 / 0.75);
}
.border-r-rose-600\/80 {
  border-right-color: rgb(225 29 72 / 0.8);
}
.border-r-rose-600\/85 {
  border-right-color: rgb(225 29 72 / 0.85);
}
.border-r-rose-600\/90 {
  border-right-color: rgb(225 29 72 / 0.9);
}
.border-r-rose-600\/95 {
  border-right-color: rgb(225 29 72 / 0.95);
}
.border-r-rose-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-r-rose-700\/0 {
  border-right-color: rgb(190 18 60 / 0);
}
.border-r-rose-700\/10 {
  border-right-color: rgb(190 18 60 / 0.1);
}
.border-r-rose-700\/100 {
  border-right-color: rgb(190 18 60 / 1);
}
.border-r-rose-700\/15 {
  border-right-color: rgb(190 18 60 / 0.15);
}
.border-r-rose-700\/20 {
  border-right-color: rgb(190 18 60 / 0.2);
}
.border-r-rose-700\/25 {
  border-right-color: rgb(190 18 60 / 0.25);
}
.border-r-rose-700\/30 {
  border-right-color: rgb(190 18 60 / 0.3);
}
.border-r-rose-700\/35 {
  border-right-color: rgb(190 18 60 / 0.35);
}
.border-r-rose-700\/40 {
  border-right-color: rgb(190 18 60 / 0.4);
}
.border-r-rose-700\/45 {
  border-right-color: rgb(190 18 60 / 0.45);
}
.border-r-rose-700\/5 {
  border-right-color: rgb(190 18 60 / 0.05);
}
.border-r-rose-700\/50 {
  border-right-color: rgb(190 18 60 / 0.5);
}
.border-r-rose-700\/55 {
  border-right-color: rgb(190 18 60 / 0.55);
}
.border-r-rose-700\/60 {
  border-right-color: rgb(190 18 60 / 0.6);
}
.border-r-rose-700\/65 {
  border-right-color: rgb(190 18 60 / 0.65);
}
.border-r-rose-700\/70 {
  border-right-color: rgb(190 18 60 / 0.7);
}
.border-r-rose-700\/75 {
  border-right-color: rgb(190 18 60 / 0.75);
}
.border-r-rose-700\/80 {
  border-right-color: rgb(190 18 60 / 0.8);
}
.border-r-rose-700\/85 {
  border-right-color: rgb(190 18 60 / 0.85);
}
.border-r-rose-700\/90 {
  border-right-color: rgb(190 18 60 / 0.9);
}
.border-r-rose-700\/95 {
  border-right-color: rgb(190 18 60 / 0.95);
}
.border-r-rose-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-r-rose-800\/0 {
  border-right-color: rgb(159 18 57 / 0);
}
.border-r-rose-800\/10 {
  border-right-color: rgb(159 18 57 / 0.1);
}
.border-r-rose-800\/100 {
  border-right-color: rgb(159 18 57 / 1);
}
.border-r-rose-800\/15 {
  border-right-color: rgb(159 18 57 / 0.15);
}
.border-r-rose-800\/20 {
  border-right-color: rgb(159 18 57 / 0.2);
}
.border-r-rose-800\/25 {
  border-right-color: rgb(159 18 57 / 0.25);
}
.border-r-rose-800\/30 {
  border-right-color: rgb(159 18 57 / 0.3);
}
.border-r-rose-800\/35 {
  border-right-color: rgb(159 18 57 / 0.35);
}
.border-r-rose-800\/40 {
  border-right-color: rgb(159 18 57 / 0.4);
}
.border-r-rose-800\/45 {
  border-right-color: rgb(159 18 57 / 0.45);
}
.border-r-rose-800\/5 {
  border-right-color: rgb(159 18 57 / 0.05);
}
.border-r-rose-800\/50 {
  border-right-color: rgb(159 18 57 / 0.5);
}
.border-r-rose-800\/55 {
  border-right-color: rgb(159 18 57 / 0.55);
}
.border-r-rose-800\/60 {
  border-right-color: rgb(159 18 57 / 0.6);
}
.border-r-rose-800\/65 {
  border-right-color: rgb(159 18 57 / 0.65);
}
.border-r-rose-800\/70 {
  border-right-color: rgb(159 18 57 / 0.7);
}
.border-r-rose-800\/75 {
  border-right-color: rgb(159 18 57 / 0.75);
}
.border-r-rose-800\/80 {
  border-right-color: rgb(159 18 57 / 0.8);
}
.border-r-rose-800\/85 {
  border-right-color: rgb(159 18 57 / 0.85);
}
.border-r-rose-800\/90 {
  border-right-color: rgb(159 18 57 / 0.9);
}
.border-r-rose-800\/95 {
  border-right-color: rgb(159 18 57 / 0.95);
}
.border-r-rose-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-r-rose-900\/0 {
  border-right-color: rgb(136 19 55 / 0);
}
.border-r-rose-900\/10 {
  border-right-color: rgb(136 19 55 / 0.1);
}
.border-r-rose-900\/100 {
  border-right-color: rgb(136 19 55 / 1);
}
.border-r-rose-900\/15 {
  border-right-color: rgb(136 19 55 / 0.15);
}
.border-r-rose-900\/20 {
  border-right-color: rgb(136 19 55 / 0.2);
}
.border-r-rose-900\/25 {
  border-right-color: rgb(136 19 55 / 0.25);
}
.border-r-rose-900\/30 {
  border-right-color: rgb(136 19 55 / 0.3);
}
.border-r-rose-900\/35 {
  border-right-color: rgb(136 19 55 / 0.35);
}
.border-r-rose-900\/40 {
  border-right-color: rgb(136 19 55 / 0.4);
}
.border-r-rose-900\/45 {
  border-right-color: rgb(136 19 55 / 0.45);
}
.border-r-rose-900\/5 {
  border-right-color: rgb(136 19 55 / 0.05);
}
.border-r-rose-900\/50 {
  border-right-color: rgb(136 19 55 / 0.5);
}
.border-r-rose-900\/55 {
  border-right-color: rgb(136 19 55 / 0.55);
}
.border-r-rose-900\/60 {
  border-right-color: rgb(136 19 55 / 0.6);
}
.border-r-rose-900\/65 {
  border-right-color: rgb(136 19 55 / 0.65);
}
.border-r-rose-900\/70 {
  border-right-color: rgb(136 19 55 / 0.7);
}
.border-r-rose-900\/75 {
  border-right-color: rgb(136 19 55 / 0.75);
}
.border-r-rose-900\/80 {
  border-right-color: rgb(136 19 55 / 0.8);
}
.border-r-rose-900\/85 {
  border-right-color: rgb(136 19 55 / 0.85);
}
.border-r-rose-900\/90 {
  border-right-color: rgb(136 19 55 / 0.9);
}
.border-r-rose-900\/95 {
  border-right-color: rgb(136 19 55 / 0.95);
}
.border-r-rose-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-r-rose-950\/0 {
  border-right-color: rgb(76 5 25 / 0);
}
.border-r-rose-950\/10 {
  border-right-color: rgb(76 5 25 / 0.1);
}
.border-r-rose-950\/100 {
  border-right-color: rgb(76 5 25 / 1);
}
.border-r-rose-950\/15 {
  border-right-color: rgb(76 5 25 / 0.15);
}
.border-r-rose-950\/20 {
  border-right-color: rgb(76 5 25 / 0.2);
}
.border-r-rose-950\/25 {
  border-right-color: rgb(76 5 25 / 0.25);
}
.border-r-rose-950\/30 {
  border-right-color: rgb(76 5 25 / 0.3);
}
.border-r-rose-950\/35 {
  border-right-color: rgb(76 5 25 / 0.35);
}
.border-r-rose-950\/40 {
  border-right-color: rgb(76 5 25 / 0.4);
}
.border-r-rose-950\/45 {
  border-right-color: rgb(76 5 25 / 0.45);
}
.border-r-rose-950\/5 {
  border-right-color: rgb(76 5 25 / 0.05);
}
.border-r-rose-950\/50 {
  border-right-color: rgb(76 5 25 / 0.5);
}
.border-r-rose-950\/55 {
  border-right-color: rgb(76 5 25 / 0.55);
}
.border-r-rose-950\/60 {
  border-right-color: rgb(76 5 25 / 0.6);
}
.border-r-rose-950\/65 {
  border-right-color: rgb(76 5 25 / 0.65);
}
.border-r-rose-950\/70 {
  border-right-color: rgb(76 5 25 / 0.7);
}
.border-r-rose-950\/75 {
  border-right-color: rgb(76 5 25 / 0.75);
}
.border-r-rose-950\/80 {
  border-right-color: rgb(76 5 25 / 0.8);
}
.border-r-rose-950\/85 {
  border-right-color: rgb(76 5 25 / 0.85);
}
.border-r-rose-950\/90 {
  border-right-color: rgb(76 5 25 / 0.9);
}
.border-r-rose-950\/95 {
  border-right-color: rgb(76 5 25 / 0.95);
}
.border-r-secondary {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
}
.border-r-secondary-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
}
.border-r-secondary-foreground\/0 {
  border-right-color: hsl(var(--secondary-foreground) / 0);
}
.border-r-secondary-foreground\/10 {
  border-right-color: hsl(var(--secondary-foreground) / 0.1);
}
.border-r-secondary-foreground\/100 {
  border-right-color: hsl(var(--secondary-foreground) / 1);
}
.border-r-secondary-foreground\/15 {
  border-right-color: hsl(var(--secondary-foreground) / 0.15);
}
.border-r-secondary-foreground\/20 {
  border-right-color: hsl(var(--secondary-foreground) / 0.2);
}
.border-r-secondary-foreground\/25 {
  border-right-color: hsl(var(--secondary-foreground) / 0.25);
}
.border-r-secondary-foreground\/30 {
  border-right-color: hsl(var(--secondary-foreground) / 0.3);
}
.border-r-secondary-foreground\/35 {
  border-right-color: hsl(var(--secondary-foreground) / 0.35);
}
.border-r-secondary-foreground\/40 {
  border-right-color: hsl(var(--secondary-foreground) / 0.4);
}
.border-r-secondary-foreground\/45 {
  border-right-color: hsl(var(--secondary-foreground) / 0.45);
}
.border-r-secondary-foreground\/5 {
  border-right-color: hsl(var(--secondary-foreground) / 0.05);
}
.border-r-secondary-foreground\/50 {
  border-right-color: hsl(var(--secondary-foreground) / 0.5);
}
.border-r-secondary-foreground\/55 {
  border-right-color: hsl(var(--secondary-foreground) / 0.55);
}
.border-r-secondary-foreground\/60 {
  border-right-color: hsl(var(--secondary-foreground) / 0.6);
}
.border-r-secondary-foreground\/65 {
  border-right-color: hsl(var(--secondary-foreground) / 0.65);
}
.border-r-secondary-foreground\/70 {
  border-right-color: hsl(var(--secondary-foreground) / 0.7);
}
.border-r-secondary-foreground\/75 {
  border-right-color: hsl(var(--secondary-foreground) / 0.75);
}
.border-r-secondary-foreground\/80 {
  border-right-color: hsl(var(--secondary-foreground) / 0.8);
}
.border-r-secondary-foreground\/85 {
  border-right-color: hsl(var(--secondary-foreground) / 0.85);
}
.border-r-secondary-foreground\/90 {
  border-right-color: hsl(var(--secondary-foreground) / 0.9);
}
.border-r-secondary-foreground\/95 {
  border-right-color: hsl(var(--secondary-foreground) / 0.95);
}
.border-r-secondary\/0 {
  border-right-color: hsl(var(--secondary) / 0);
}
.border-r-secondary\/10 {
  border-right-color: hsl(var(--secondary) / 0.1);
}
.border-r-secondary\/100 {
  border-right-color: hsl(var(--secondary) / 1);
}
.border-r-secondary\/15 {
  border-right-color: hsl(var(--secondary) / 0.15);
}
.border-r-secondary\/20 {
  border-right-color: hsl(var(--secondary) / 0.2);
}
.border-r-secondary\/25 {
  border-right-color: hsl(var(--secondary) / 0.25);
}
.border-r-secondary\/30 {
  border-right-color: hsl(var(--secondary) / 0.3);
}
.border-r-secondary\/35 {
  border-right-color: hsl(var(--secondary) / 0.35);
}
.border-r-secondary\/40 {
  border-right-color: hsl(var(--secondary) / 0.4);
}
.border-r-secondary\/45 {
  border-right-color: hsl(var(--secondary) / 0.45);
}
.border-r-secondary\/5 {
  border-right-color: hsl(var(--secondary) / 0.05);
}
.border-r-secondary\/50 {
  border-right-color: hsl(var(--secondary) / 0.5);
}
.border-r-secondary\/55 {
  border-right-color: hsl(var(--secondary) / 0.55);
}
.border-r-secondary\/60 {
  border-right-color: hsl(var(--secondary) / 0.6);
}
.border-r-secondary\/65 {
  border-right-color: hsl(var(--secondary) / 0.65);
}
.border-r-secondary\/70 {
  border-right-color: hsl(var(--secondary) / 0.7);
}
.border-r-secondary\/75 {
  border-right-color: hsl(var(--secondary) / 0.75);
}
.border-r-secondary\/80 {
  border-right-color: hsl(var(--secondary) / 0.8);
}
.border-r-secondary\/85 {
  border-right-color: hsl(var(--secondary) / 0.85);
}
.border-r-secondary\/90 {
  border-right-color: hsl(var(--secondary) / 0.9);
}
.border-r-secondary\/95 {
  border-right-color: hsl(var(--secondary) / 0.95);
}
.border-r-sidebar {
  border-right-color: hsl(var(--sidebar-background));
}
.border-r-sidebar-accent {
  border-right-color: hsl(var(--sidebar-accent));
}
.border-r-sidebar-accent-foreground {
  border-right-color: hsl(var(--sidebar-accent-foreground));
}
.border-r-sidebar-accent-foreground\/0 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0);
}
.border-r-sidebar-accent-foreground\/10 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.1);
}
.border-r-sidebar-accent-foreground\/100 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 1);
}
.border-r-sidebar-accent-foreground\/15 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.15);
}
.border-r-sidebar-accent-foreground\/20 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.2);
}
.border-r-sidebar-accent-foreground\/25 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.25);
}
.border-r-sidebar-accent-foreground\/30 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.3);
}
.border-r-sidebar-accent-foreground\/35 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.35);
}
.border-r-sidebar-accent-foreground\/40 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.4);
}
.border-r-sidebar-accent-foreground\/45 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.45);
}
.border-r-sidebar-accent-foreground\/5 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.05);
}
.border-r-sidebar-accent-foreground\/50 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.5);
}
.border-r-sidebar-accent-foreground\/55 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.55);
}
.border-r-sidebar-accent-foreground\/60 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.6);
}
.border-r-sidebar-accent-foreground\/65 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.65);
}
.border-r-sidebar-accent-foreground\/70 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.7);
}
.border-r-sidebar-accent-foreground\/75 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.75);
}
.border-r-sidebar-accent-foreground\/80 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.8);
}
.border-r-sidebar-accent-foreground\/85 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.85);
}
.border-r-sidebar-accent-foreground\/90 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.9);
}
.border-r-sidebar-accent-foreground\/95 {
  border-right-color: hsl(var(--sidebar-accent-foreground) / 0.95);
}
.border-r-sidebar-accent\/0 {
  border-right-color: hsl(var(--sidebar-accent) / 0);
}
.border-r-sidebar-accent\/10 {
  border-right-color: hsl(var(--sidebar-accent) / 0.1);
}
.border-r-sidebar-accent\/100 {
  border-right-color: hsl(var(--sidebar-accent) / 1);
}
.border-r-sidebar-accent\/15 {
  border-right-color: hsl(var(--sidebar-accent) / 0.15);
}
.border-r-sidebar-accent\/20 {
  border-right-color: hsl(var(--sidebar-accent) / 0.2);
}
.border-r-sidebar-accent\/25 {
  border-right-color: hsl(var(--sidebar-accent) / 0.25);
}
.border-r-sidebar-accent\/30 {
  border-right-color: hsl(var(--sidebar-accent) / 0.3);
}
.border-r-sidebar-accent\/35 {
  border-right-color: hsl(var(--sidebar-accent) / 0.35);
}
.border-r-sidebar-accent\/40 {
  border-right-color: hsl(var(--sidebar-accent) / 0.4);
}
.border-r-sidebar-accent\/45 {
  border-right-color: hsl(var(--sidebar-accent) / 0.45);
}
.border-r-sidebar-accent\/5 {
  border-right-color: hsl(var(--sidebar-accent) / 0.05);
}
.border-r-sidebar-accent\/50 {
  border-right-color: hsl(var(--sidebar-accent) / 0.5);
}
.border-r-sidebar-accent\/55 {
  border-right-color: hsl(var(--sidebar-accent) / 0.55);
}
.border-r-sidebar-accent\/60 {
  border-right-color: hsl(var(--sidebar-accent) / 0.6);
}
.border-r-sidebar-accent\/65 {
  border-right-color: hsl(var(--sidebar-accent) / 0.65);
}
.border-r-sidebar-accent\/70 {
  border-right-color: hsl(var(--sidebar-accent) / 0.7);
}
.border-r-sidebar-accent\/75 {
  border-right-color: hsl(var(--sidebar-accent) / 0.75);
}
.border-r-sidebar-accent\/80 {
  border-right-color: hsl(var(--sidebar-accent) / 0.8);
}
.border-r-sidebar-accent\/85 {
  border-right-color: hsl(var(--sidebar-accent) / 0.85);
}
.border-r-sidebar-accent\/90 {
  border-right-color: hsl(var(--sidebar-accent) / 0.9);
}
.border-r-sidebar-accent\/95 {
  border-right-color: hsl(var(--sidebar-accent) / 0.95);
}
.border-r-sidebar-border {
  border-right-color: hsl(var(--sidebar-border));
}
.border-r-sidebar-border\/0 {
  border-right-color: hsl(var(--sidebar-border) / 0);
}
.border-r-sidebar-border\/10 {
  border-right-color: hsl(var(--sidebar-border) / 0.1);
}
.border-r-sidebar-border\/100 {
  border-right-color: hsl(var(--sidebar-border) / 1);
}
.border-r-sidebar-border\/15 {
  border-right-color: hsl(var(--sidebar-border) / 0.15);
}
.border-r-sidebar-border\/20 {
  border-right-color: hsl(var(--sidebar-border) / 0.2);
}
.border-r-sidebar-border\/25 {
  border-right-color: hsl(var(--sidebar-border) / 0.25);
}
.border-r-sidebar-border\/30 {
  border-right-color: hsl(var(--sidebar-border) / 0.3);
}
.border-r-sidebar-border\/35 {
  border-right-color: hsl(var(--sidebar-border) / 0.35);
}
.border-r-sidebar-border\/40 {
  border-right-color: hsl(var(--sidebar-border) / 0.4);
}
.border-r-sidebar-border\/45 {
  border-right-color: hsl(var(--sidebar-border) / 0.45);
}
.border-r-sidebar-border\/5 {
  border-right-color: hsl(var(--sidebar-border) / 0.05);
}
.border-r-sidebar-border\/50 {
  border-right-color: hsl(var(--sidebar-border) / 0.5);
}
.border-r-sidebar-border\/55 {
  border-right-color: hsl(var(--sidebar-border) / 0.55);
}
.border-r-sidebar-border\/60 {
  border-right-color: hsl(var(--sidebar-border) / 0.6);
}
.border-r-sidebar-border\/65 {
  border-right-color: hsl(var(--sidebar-border) / 0.65);
}
.border-r-sidebar-border\/70 {
  border-right-color: hsl(var(--sidebar-border) / 0.7);
}
.border-r-sidebar-border\/75 {
  border-right-color: hsl(var(--sidebar-border) / 0.75);
}
.border-r-sidebar-border\/80 {
  border-right-color: hsl(var(--sidebar-border) / 0.8);
}
.border-r-sidebar-border\/85 {
  border-right-color: hsl(var(--sidebar-border) / 0.85);
}
.border-r-sidebar-border\/90 {
  border-right-color: hsl(var(--sidebar-border) / 0.9);
}
.border-r-sidebar-border\/95 {
  border-right-color: hsl(var(--sidebar-border) / 0.95);
}
.border-r-sidebar-foreground {
  border-right-color: hsl(var(--sidebar-foreground));
}
.border-r-sidebar-foreground\/0 {
  border-right-color: hsl(var(--sidebar-foreground) / 0);
}
.border-r-sidebar-foreground\/10 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.1);
}
.border-r-sidebar-foreground\/100 {
  border-right-color: hsl(var(--sidebar-foreground) / 1);
}
.border-r-sidebar-foreground\/15 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.15);
}
.border-r-sidebar-foreground\/20 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.2);
}
.border-r-sidebar-foreground\/25 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.25);
}
.border-r-sidebar-foreground\/30 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.3);
}
.border-r-sidebar-foreground\/35 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.35);
}
.border-r-sidebar-foreground\/40 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.4);
}
.border-r-sidebar-foreground\/45 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.45);
}
.border-r-sidebar-foreground\/5 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.05);
}
.border-r-sidebar-foreground\/50 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.5);
}
.border-r-sidebar-foreground\/55 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.55);
}
.border-r-sidebar-foreground\/60 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.6);
}
.border-r-sidebar-foreground\/65 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.65);
}
.border-r-sidebar-foreground\/70 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.7);
}
.border-r-sidebar-foreground\/75 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.75);
}
.border-r-sidebar-foreground\/80 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.8);
}
.border-r-sidebar-foreground\/85 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.85);
}
.border-r-sidebar-foreground\/90 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.9);
}
.border-r-sidebar-foreground\/95 {
  border-right-color: hsl(var(--sidebar-foreground) / 0.95);
}
.border-r-sidebar-primary {
  border-right-color: hsl(var(--sidebar-primary));
}
.border-r-sidebar-primary-foreground {
  border-right-color: hsl(var(--sidebar-primary-foreground));
}
.border-r-sidebar-primary-foreground\/0 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0);
}
.border-r-sidebar-primary-foreground\/10 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.1);
}
.border-r-sidebar-primary-foreground\/100 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 1);
}
.border-r-sidebar-primary-foreground\/15 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.15);
}
.border-r-sidebar-primary-foreground\/20 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.2);
}
.border-r-sidebar-primary-foreground\/25 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.25);
}
.border-r-sidebar-primary-foreground\/30 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.3);
}
.border-r-sidebar-primary-foreground\/35 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.35);
}
.border-r-sidebar-primary-foreground\/40 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.4);
}
.border-r-sidebar-primary-foreground\/45 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.45);
}
.border-r-sidebar-primary-foreground\/5 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.05);
}
.border-r-sidebar-primary-foreground\/50 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.5);
}
.border-r-sidebar-primary-foreground\/55 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.55);
}
.border-r-sidebar-primary-foreground\/60 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.6);
}
.border-r-sidebar-primary-foreground\/65 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.65);
}
.border-r-sidebar-primary-foreground\/70 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.7);
}
.border-r-sidebar-primary-foreground\/75 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.75);
}
.border-r-sidebar-primary-foreground\/80 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.8);
}
.border-r-sidebar-primary-foreground\/85 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.85);
}
.border-r-sidebar-primary-foreground\/90 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.9);
}
.border-r-sidebar-primary-foreground\/95 {
  border-right-color: hsl(var(--sidebar-primary-foreground) / 0.95);
}
.border-r-sidebar-primary\/0 {
  border-right-color: hsl(var(--sidebar-primary) / 0);
}
.border-r-sidebar-primary\/10 {
  border-right-color: hsl(var(--sidebar-primary) / 0.1);
}
.border-r-sidebar-primary\/100 {
  border-right-color: hsl(var(--sidebar-primary) / 1);
}
.border-r-sidebar-primary\/15 {
  border-right-color: hsl(var(--sidebar-primary) / 0.15);
}
.border-r-sidebar-primary\/20 {
  border-right-color: hsl(var(--sidebar-primary) / 0.2);
}
.border-r-sidebar-primary\/25 {
  border-right-color: hsl(var(--sidebar-primary) / 0.25);
}
.border-r-sidebar-primary\/30 {
  border-right-color: hsl(var(--sidebar-primary) / 0.3);
}
.border-r-sidebar-primary\/35 {
  border-right-color: hsl(var(--sidebar-primary) / 0.35);
}
.border-r-sidebar-primary\/40 {
  border-right-color: hsl(var(--sidebar-primary) / 0.4);
}
.border-r-sidebar-primary\/45 {
  border-right-color: hsl(var(--sidebar-primary) / 0.45);
}
.border-r-sidebar-primary\/5 {
  border-right-color: hsl(var(--sidebar-primary) / 0.05);
}
.border-r-sidebar-primary\/50 {
  border-right-color: hsl(var(--sidebar-primary) / 0.5);
}
.border-r-sidebar-primary\/55 {
  border-right-color: hsl(var(--sidebar-primary) / 0.55);
}
.border-r-sidebar-primary\/60 {
  border-right-color: hsl(var(--sidebar-primary) / 0.6);
}
.border-r-sidebar-primary\/65 {
  border-right-color: hsl(var(--sidebar-primary) / 0.65);
}
.border-r-sidebar-primary\/70 {
  border-right-color: hsl(var(--sidebar-primary) / 0.7);
}
.border-r-sidebar-primary\/75 {
  border-right-color: hsl(var(--sidebar-primary) / 0.75);
}
.border-r-sidebar-primary\/80 {
  border-right-color: hsl(var(--sidebar-primary) / 0.8);
}
.border-r-sidebar-primary\/85 {
  border-right-color: hsl(var(--sidebar-primary) / 0.85);
}
.border-r-sidebar-primary\/90 {
  border-right-color: hsl(var(--sidebar-primary) / 0.9);
}
.border-r-sidebar-primary\/95 {
  border-right-color: hsl(var(--sidebar-primary) / 0.95);
}
.border-r-sidebar-ring {
  border-right-color: hsl(var(--sidebar-ring));
}
.border-r-sidebar-ring\/0 {
  border-right-color: hsl(var(--sidebar-ring) / 0);
}
.border-r-sidebar-ring\/10 {
  border-right-color: hsl(var(--sidebar-ring) / 0.1);
}
.border-r-sidebar-ring\/100 {
  border-right-color: hsl(var(--sidebar-ring) / 1);
}
.border-r-sidebar-ring\/15 {
  border-right-color: hsl(var(--sidebar-ring) / 0.15);
}
.border-r-sidebar-ring\/20 {
  border-right-color: hsl(var(--sidebar-ring) / 0.2);
}
.border-r-sidebar-ring\/25 {
  border-right-color: hsl(var(--sidebar-ring) / 0.25);
}
.border-r-sidebar-ring\/30 {
  border-right-color: hsl(var(--sidebar-ring) / 0.3);
}
.border-r-sidebar-ring\/35 {
  border-right-color: hsl(var(--sidebar-ring) / 0.35);
}
.border-r-sidebar-ring\/40 {
  border-right-color: hsl(var(--sidebar-ring) / 0.4);
}
.border-r-sidebar-ring\/45 {
  border-right-color: hsl(var(--sidebar-ring) / 0.45);
}
.border-r-sidebar-ring\/5 {
  border-right-color: hsl(var(--sidebar-ring) / 0.05);
}
.border-r-sidebar-ring\/50 {
  border-right-color: hsl(var(--sidebar-ring) / 0.5);
}
.border-r-sidebar-ring\/55 {
  border-right-color: hsl(var(--sidebar-ring) / 0.55);
}
.border-r-sidebar-ring\/60 {
  border-right-color: hsl(var(--sidebar-ring) / 0.6);
}
.border-r-sidebar-ring\/65 {
  border-right-color: hsl(var(--sidebar-ring) / 0.65);
}
.border-r-sidebar-ring\/70 {
  border-right-color: hsl(var(--sidebar-ring) / 0.7);
}
.border-r-sidebar-ring\/75 {
  border-right-color: hsl(var(--sidebar-ring) / 0.75);
}
.border-r-sidebar-ring\/80 {
  border-right-color: hsl(var(--sidebar-ring) / 0.8);
}
.border-r-sidebar-ring\/85 {
  border-right-color: hsl(var(--sidebar-ring) / 0.85);
}
.border-r-sidebar-ring\/90 {
  border-right-color: hsl(var(--sidebar-ring) / 0.9);
}
.border-r-sidebar-ring\/95 {
  border-right-color: hsl(var(--sidebar-ring) / 0.95);
}
.border-r-sidebar\/0 {
  border-right-color: hsl(var(--sidebar-background) / 0);
}
.border-r-sidebar\/10 {
  border-right-color: hsl(var(--sidebar-background) / 0.1);
}
.border-r-sidebar\/100 {
  border-right-color: hsl(var(--sidebar-background) / 1);
}
.border-r-sidebar\/15 {
  border-right-color: hsl(var(--sidebar-background) / 0.15);
}
.border-r-sidebar\/20 {
  border-right-color: hsl(var(--sidebar-background) / 0.2);
}
.border-r-sidebar\/25 {
  border-right-color: hsl(var(--sidebar-background) / 0.25);
}
.border-r-sidebar\/30 {
  border-right-color: hsl(var(--sidebar-background) / 0.3);
}
.border-r-sidebar\/35 {
  border-right-color: hsl(var(--sidebar-background) / 0.35);
}
.border-r-sidebar\/40 {
  border-right-color: hsl(var(--sidebar-background) / 0.4);
}
.border-r-sidebar\/45 {
  border-right-color: hsl(var(--sidebar-background) / 0.45);
}
.border-r-sidebar\/5 {
  border-right-color: hsl(var(--sidebar-background) / 0.05);
}
.border-r-sidebar\/50 {
  border-right-color: hsl(var(--sidebar-background) / 0.5);
}
.border-r-sidebar\/55 {
  border-right-color: hsl(var(--sidebar-background) / 0.55);
}
.border-r-sidebar\/60 {
  border-right-color: hsl(var(--sidebar-background) / 0.6);
}
.border-r-sidebar\/65 {
  border-right-color: hsl(var(--sidebar-background) / 0.65);
}
.border-r-sidebar\/70 {
  border-right-color: hsl(var(--sidebar-background) / 0.7);
}
.border-r-sidebar\/75 {
  border-right-color: hsl(var(--sidebar-background) / 0.75);
}
.border-r-sidebar\/80 {
  border-right-color: hsl(var(--sidebar-background) / 0.8);
}
.border-r-sidebar\/85 {
  border-right-color: hsl(var(--sidebar-background) / 0.85);
}
.border-r-sidebar\/90 {
  border-right-color: hsl(var(--sidebar-background) / 0.9);
}
.border-r-sidebar\/95 {
  border-right-color: hsl(var(--sidebar-background) / 0.95);
}
.border-r-sky-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-r-sky-100\/0 {
  border-right-color: rgb(224 242 254 / 0);
}
.border-r-sky-100\/10 {
  border-right-color: rgb(224 242 254 / 0.1);
}
.border-r-sky-100\/100 {
  border-right-color: rgb(224 242 254 / 1);
}
.border-r-sky-100\/15 {
  border-right-color: rgb(224 242 254 / 0.15);
}
.border-r-sky-100\/20 {
  border-right-color: rgb(224 242 254 / 0.2);
}
.border-r-sky-100\/25 {
  border-right-color: rgb(224 242 254 / 0.25);
}
.border-r-sky-100\/30 {
  border-right-color: rgb(224 242 254 / 0.3);
}
.border-r-sky-100\/35 {
  border-right-color: rgb(224 242 254 / 0.35);
}
.border-r-sky-100\/40 {
  border-right-color: rgb(224 242 254 / 0.4);
}
.border-r-sky-100\/45 {
  border-right-color: rgb(224 242 254 / 0.45);
}
.border-r-sky-100\/5 {
  border-right-color: rgb(224 242 254 / 0.05);
}
.border-r-sky-100\/50 {
  border-right-color: rgb(224 242 254 / 0.5);
}
.border-r-sky-100\/55 {
  border-right-color: rgb(224 242 254 / 0.55);
}
.border-r-sky-100\/60 {
  border-right-color: rgb(224 242 254 / 0.6);
}
.border-r-sky-100\/65 {
  border-right-color: rgb(224 242 254 / 0.65);
}
.border-r-sky-100\/70 {
  border-right-color: rgb(224 242 254 / 0.7);
}
.border-r-sky-100\/75 {
  border-right-color: rgb(224 242 254 / 0.75);
}
.border-r-sky-100\/80 {
  border-right-color: rgb(224 242 254 / 0.8);
}
.border-r-sky-100\/85 {
  border-right-color: rgb(224 242 254 / 0.85);
}
.border-r-sky-100\/90 {
  border-right-color: rgb(224 242 254 / 0.9);
}
.border-r-sky-100\/95 {
  border-right-color: rgb(224 242 254 / 0.95);
}
.border-r-sky-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-r-sky-200\/0 {
  border-right-color: rgb(186 230 253 / 0);
}
.border-r-sky-200\/10 {
  border-right-color: rgb(186 230 253 / 0.1);
}
.border-r-sky-200\/100 {
  border-right-color: rgb(186 230 253 / 1);
}
.border-r-sky-200\/15 {
  border-right-color: rgb(186 230 253 / 0.15);
}
.border-r-sky-200\/20 {
  border-right-color: rgb(186 230 253 / 0.2);
}
.border-r-sky-200\/25 {
  border-right-color: rgb(186 230 253 / 0.25);
}
.border-r-sky-200\/30 {
  border-right-color: rgb(186 230 253 / 0.3);
}
.border-r-sky-200\/35 {
  border-right-color: rgb(186 230 253 / 0.35);
}
.border-r-sky-200\/40 {
  border-right-color: rgb(186 230 253 / 0.4);
}
.border-r-sky-200\/45 {
  border-right-color: rgb(186 230 253 / 0.45);
}
.border-r-sky-200\/5 {
  border-right-color: rgb(186 230 253 / 0.05);
}
.border-r-sky-200\/50 {
  border-right-color: rgb(186 230 253 / 0.5);
}
.border-r-sky-200\/55 {
  border-right-color: rgb(186 230 253 / 0.55);
}
.border-r-sky-200\/60 {
  border-right-color: rgb(186 230 253 / 0.6);
}
.border-r-sky-200\/65 {
  border-right-color: rgb(186 230 253 / 0.65);
}
.border-r-sky-200\/70 {
  border-right-color: rgb(186 230 253 / 0.7);
}
.border-r-sky-200\/75 {
  border-right-color: rgb(186 230 253 / 0.75);
}
.border-r-sky-200\/80 {
  border-right-color: rgb(186 230 253 / 0.8);
}
.border-r-sky-200\/85 {
  border-right-color: rgb(186 230 253 / 0.85);
}
.border-r-sky-200\/90 {
  border-right-color: rgb(186 230 253 / 0.9);
}
.border-r-sky-200\/95 {
  border-right-color: rgb(186 230 253 / 0.95);
}
.border-r-sky-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-r-sky-300\/0 {
  border-right-color: rgb(125 211 252 / 0);
}
.border-r-sky-300\/10 {
  border-right-color: rgb(125 211 252 / 0.1);
}
.border-r-sky-300\/100 {
  border-right-color: rgb(125 211 252 / 1);
}
.border-r-sky-300\/15 {
  border-right-color: rgb(125 211 252 / 0.15);
}
.border-r-sky-300\/20 {
  border-right-color: rgb(125 211 252 / 0.2);
}
.border-r-sky-300\/25 {
  border-right-color: rgb(125 211 252 / 0.25);
}
.border-r-sky-300\/30 {
  border-right-color: rgb(125 211 252 / 0.3);
}
.border-r-sky-300\/35 {
  border-right-color: rgb(125 211 252 / 0.35);
}
.border-r-sky-300\/40 {
  border-right-color: rgb(125 211 252 / 0.4);
}
.border-r-sky-300\/45 {
  border-right-color: rgb(125 211 252 / 0.45);
}
.border-r-sky-300\/5 {
  border-right-color: rgb(125 211 252 / 0.05);
}
.border-r-sky-300\/50 {
  border-right-color: rgb(125 211 252 / 0.5);
}
.border-r-sky-300\/55 {
  border-right-color: rgb(125 211 252 / 0.55);
}
.border-r-sky-300\/60 {
  border-right-color: rgb(125 211 252 / 0.6);
}
.border-r-sky-300\/65 {
  border-right-color: rgb(125 211 252 / 0.65);
}
.border-r-sky-300\/70 {
  border-right-color: rgb(125 211 252 / 0.7);
}
.border-r-sky-300\/75 {
  border-right-color: rgb(125 211 252 / 0.75);
}
.border-r-sky-300\/80 {
  border-right-color: rgb(125 211 252 / 0.8);
}
.border-r-sky-300\/85 {
  border-right-color: rgb(125 211 252 / 0.85);
}
.border-r-sky-300\/90 {
  border-right-color: rgb(125 211 252 / 0.9);
}
.border-r-sky-300\/95 {
  border-right-color: rgb(125 211 252 / 0.95);
}
.border-r-sky-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-r-sky-400\/0 {
  border-right-color: rgb(56 189 248 / 0);
}
.border-r-sky-400\/10 {
  border-right-color: rgb(56 189 248 / 0.1);
}
.border-r-sky-400\/100 {
  border-right-color: rgb(56 189 248 / 1);
}
.border-r-sky-400\/15 {
  border-right-color: rgb(56 189 248 / 0.15);
}
.border-r-sky-400\/20 {
  border-right-color: rgb(56 189 248 / 0.2);
}
.border-r-sky-400\/25 {
  border-right-color: rgb(56 189 248 / 0.25);
}
.border-r-sky-400\/30 {
  border-right-color: rgb(56 189 248 / 0.3);
}
.border-r-sky-400\/35 {
  border-right-color: rgb(56 189 248 / 0.35);
}
.border-r-sky-400\/40 {
  border-right-color: rgb(56 189 248 / 0.4);
}
.border-r-sky-400\/45 {
  border-right-color: rgb(56 189 248 / 0.45);
}
.border-r-sky-400\/5 {
  border-right-color: rgb(56 189 248 / 0.05);
}
.border-r-sky-400\/50 {
  border-right-color: rgb(56 189 248 / 0.5);
}
.border-r-sky-400\/55 {
  border-right-color: rgb(56 189 248 / 0.55);
}
.border-r-sky-400\/60 {
  border-right-color: rgb(56 189 248 / 0.6);
}
.border-r-sky-400\/65 {
  border-right-color: rgb(56 189 248 / 0.65);
}
.border-r-sky-400\/70 {
  border-right-color: rgb(56 189 248 / 0.7);
}
.border-r-sky-400\/75 {
  border-right-color: rgb(56 189 248 / 0.75);
}
.border-r-sky-400\/80 {
  border-right-color: rgb(56 189 248 / 0.8);
}
.border-r-sky-400\/85 {
  border-right-color: rgb(56 189 248 / 0.85);
}
.border-r-sky-400\/90 {
  border-right-color: rgb(56 189 248 / 0.9);
}
.border-r-sky-400\/95 {
  border-right-color: rgb(56 189 248 / 0.95);
}
.border-r-sky-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-r-sky-50\/0 {
  border-right-color: rgb(240 249 255 / 0);
}
.border-r-sky-50\/10 {
  border-right-color: rgb(240 249 255 / 0.1);
}
.border-r-sky-50\/100 {
  border-right-color: rgb(240 249 255 / 1);
}
.border-r-sky-50\/15 {
  border-right-color: rgb(240 249 255 / 0.15);
}
.border-r-sky-50\/20 {
  border-right-color: rgb(240 249 255 / 0.2);
}
.border-r-sky-50\/25 {
  border-right-color: rgb(240 249 255 / 0.25);
}
.border-r-sky-50\/30 {
  border-right-color: rgb(240 249 255 / 0.3);
}
.border-r-sky-50\/35 {
  border-right-color: rgb(240 249 255 / 0.35);
}
.border-r-sky-50\/40 {
  border-right-color: rgb(240 249 255 / 0.4);
}
.border-r-sky-50\/45 {
  border-right-color: rgb(240 249 255 / 0.45);
}
.border-r-sky-50\/5 {
  border-right-color: rgb(240 249 255 / 0.05);
}
.border-r-sky-50\/50 {
  border-right-color: rgb(240 249 255 / 0.5);
}
.border-r-sky-50\/55 {
  border-right-color: rgb(240 249 255 / 0.55);
}
.border-r-sky-50\/60 {
  border-right-color: rgb(240 249 255 / 0.6);
}
.border-r-sky-50\/65 {
  border-right-color: rgb(240 249 255 / 0.65);
}
.border-r-sky-50\/70 {
  border-right-color: rgb(240 249 255 / 0.7);
}
.border-r-sky-50\/75 {
  border-right-color: rgb(240 249 255 / 0.75);
}
.border-r-sky-50\/80 {
  border-right-color: rgb(240 249 255 / 0.8);
}
.border-r-sky-50\/85 {
  border-right-color: rgb(240 249 255 / 0.85);
}
.border-r-sky-50\/90 {
  border-right-color: rgb(240 249 255 / 0.9);
}
.border-r-sky-50\/95 {
  border-right-color: rgb(240 249 255 / 0.95);
}
.border-r-sky-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-r-sky-500\/0 {
  border-right-color: rgb(14 165 233 / 0);
}
.border-r-sky-500\/10 {
  border-right-color: rgb(14 165 233 / 0.1);
}
.border-r-sky-500\/100 {
  border-right-color: rgb(14 165 233 / 1);
}
.border-r-sky-500\/15 {
  border-right-color: rgb(14 165 233 / 0.15);
}
.border-r-sky-500\/20 {
  border-right-color: rgb(14 165 233 / 0.2);
}
.border-r-sky-500\/25 {
  border-right-color: rgb(14 165 233 / 0.25);
}
.border-r-sky-500\/30 {
  border-right-color: rgb(14 165 233 / 0.3);
}
.border-r-sky-500\/35 {
  border-right-color: rgb(14 165 233 / 0.35);
}
.border-r-sky-500\/40 {
  border-right-color: rgb(14 165 233 / 0.4);
}
.border-r-sky-500\/45 {
  border-right-color: rgb(14 165 233 / 0.45);
}
.border-r-sky-500\/5 {
  border-right-color: rgb(14 165 233 / 0.05);
}
.border-r-sky-500\/50 {
  border-right-color: rgb(14 165 233 / 0.5);
}
.border-r-sky-500\/55 {
  border-right-color: rgb(14 165 233 / 0.55);
}
.border-r-sky-500\/60 {
  border-right-color: rgb(14 165 233 / 0.6);
}
.border-r-sky-500\/65 {
  border-right-color: rgb(14 165 233 / 0.65);
}
.border-r-sky-500\/70 {
  border-right-color: rgb(14 165 233 / 0.7);
}
.border-r-sky-500\/75 {
  border-right-color: rgb(14 165 233 / 0.75);
}
.border-r-sky-500\/80 {
  border-right-color: rgb(14 165 233 / 0.8);
}
.border-r-sky-500\/85 {
  border-right-color: rgb(14 165 233 / 0.85);
}
.border-r-sky-500\/90 {
  border-right-color: rgb(14 165 233 / 0.9);
}
.border-r-sky-500\/95 {
  border-right-color: rgb(14 165 233 / 0.95);
}
.border-r-sky-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-r-sky-600\/0 {
  border-right-color: rgb(2 132 199 / 0);
}
.border-r-sky-600\/10 {
  border-right-color: rgb(2 132 199 / 0.1);
}
.border-r-sky-600\/100 {
  border-right-color: rgb(2 132 199 / 1);
}
.border-r-sky-600\/15 {
  border-right-color: rgb(2 132 199 / 0.15);
}
.border-r-sky-600\/20 {
  border-right-color: rgb(2 132 199 / 0.2);
}
.border-r-sky-600\/25 {
  border-right-color: rgb(2 132 199 / 0.25);
}
.border-r-sky-600\/30 {
  border-right-color: rgb(2 132 199 / 0.3);
}
.border-r-sky-600\/35 {
  border-right-color: rgb(2 132 199 / 0.35);
}
.border-r-sky-600\/40 {
  border-right-color: rgb(2 132 199 / 0.4);
}
.border-r-sky-600\/45 {
  border-right-color: rgb(2 132 199 / 0.45);
}
.border-r-sky-600\/5 {
  border-right-color: rgb(2 132 199 / 0.05);
}
.border-r-sky-600\/50 {
  border-right-color: rgb(2 132 199 / 0.5);
}
.border-r-sky-600\/55 {
  border-right-color: rgb(2 132 199 / 0.55);
}
.border-r-sky-600\/60 {
  border-right-color: rgb(2 132 199 / 0.6);
}
.border-r-sky-600\/65 {
  border-right-color: rgb(2 132 199 / 0.65);
}
.border-r-sky-600\/70 {
  border-right-color: rgb(2 132 199 / 0.7);
}
.border-r-sky-600\/75 {
  border-right-color: rgb(2 132 199 / 0.75);
}
.border-r-sky-600\/80 {
  border-right-color: rgb(2 132 199 / 0.8);
}
.border-r-sky-600\/85 {
  border-right-color: rgb(2 132 199 / 0.85);
}
.border-r-sky-600\/90 {
  border-right-color: rgb(2 132 199 / 0.9);
}
.border-r-sky-600\/95 {
  border-right-color: rgb(2 132 199 / 0.95);
}
.border-r-sky-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-r-sky-700\/0 {
  border-right-color: rgb(3 105 161 / 0);
}
.border-r-sky-700\/10 {
  border-right-color: rgb(3 105 161 / 0.1);
}
.border-r-sky-700\/100 {
  border-right-color: rgb(3 105 161 / 1);
}
.border-r-sky-700\/15 {
  border-right-color: rgb(3 105 161 / 0.15);
}
.border-r-sky-700\/20 {
  border-right-color: rgb(3 105 161 / 0.2);
}
.border-r-sky-700\/25 {
  border-right-color: rgb(3 105 161 / 0.25);
}
.border-r-sky-700\/30 {
  border-right-color: rgb(3 105 161 / 0.3);
}
.border-r-sky-700\/35 {
  border-right-color: rgb(3 105 161 / 0.35);
}
.border-r-sky-700\/40 {
  border-right-color: rgb(3 105 161 / 0.4);
}
.border-r-sky-700\/45 {
  border-right-color: rgb(3 105 161 / 0.45);
}
.border-r-sky-700\/5 {
  border-right-color: rgb(3 105 161 / 0.05);
}
.border-r-sky-700\/50 {
  border-right-color: rgb(3 105 161 / 0.5);
}
.border-r-sky-700\/55 {
  border-right-color: rgb(3 105 161 / 0.55);
}
.border-r-sky-700\/60 {
  border-right-color: rgb(3 105 161 / 0.6);
}
.border-r-sky-700\/65 {
  border-right-color: rgb(3 105 161 / 0.65);
}
.border-r-sky-700\/70 {
  border-right-color: rgb(3 105 161 / 0.7);
}
.border-r-sky-700\/75 {
  border-right-color: rgb(3 105 161 / 0.75);
}
.border-r-sky-700\/80 {
  border-right-color: rgb(3 105 161 / 0.8);
}
.border-r-sky-700\/85 {
  border-right-color: rgb(3 105 161 / 0.85);
}
.border-r-sky-700\/90 {
  border-right-color: rgb(3 105 161 / 0.9);
}
.border-r-sky-700\/95 {
  border-right-color: rgb(3 105 161 / 0.95);
}
.border-r-sky-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-r-sky-800\/0 {
  border-right-color: rgb(7 89 133 / 0);
}
.border-r-sky-800\/10 {
  border-right-color: rgb(7 89 133 / 0.1);
}
.border-r-sky-800\/100 {
  border-right-color: rgb(7 89 133 / 1);
}
.border-r-sky-800\/15 {
  border-right-color: rgb(7 89 133 / 0.15);
}
.border-r-sky-800\/20 {
  border-right-color: rgb(7 89 133 / 0.2);
}
.border-r-sky-800\/25 {
  border-right-color: rgb(7 89 133 / 0.25);
}
.border-r-sky-800\/30 {
  border-right-color: rgb(7 89 133 / 0.3);
}
.border-r-sky-800\/35 {
  border-right-color: rgb(7 89 133 / 0.35);
}
.border-r-sky-800\/40 {
  border-right-color: rgb(7 89 133 / 0.4);
}
.border-r-sky-800\/45 {
  border-right-color: rgb(7 89 133 / 0.45);
}
.border-r-sky-800\/5 {
  border-right-color: rgb(7 89 133 / 0.05);
}
.border-r-sky-800\/50 {
  border-right-color: rgb(7 89 133 / 0.5);
}
.border-r-sky-800\/55 {
  border-right-color: rgb(7 89 133 / 0.55);
}
.border-r-sky-800\/60 {
  border-right-color: rgb(7 89 133 / 0.6);
}
.border-r-sky-800\/65 {
  border-right-color: rgb(7 89 133 / 0.65);
}
.border-r-sky-800\/70 {
  border-right-color: rgb(7 89 133 / 0.7);
}
.border-r-sky-800\/75 {
  border-right-color: rgb(7 89 133 / 0.75);
}
.border-r-sky-800\/80 {
  border-right-color: rgb(7 89 133 / 0.8);
}
.border-r-sky-800\/85 {
  border-right-color: rgb(7 89 133 / 0.85);
}
.border-r-sky-800\/90 {
  border-right-color: rgb(7 89 133 / 0.9);
}
.border-r-sky-800\/95 {
  border-right-color: rgb(7 89 133 / 0.95);
}
.border-r-sky-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-r-sky-900\/0 {
  border-right-color: rgb(12 74 110 / 0);
}
.border-r-sky-900\/10 {
  border-right-color: rgb(12 74 110 / 0.1);
}
.border-r-sky-900\/100 {
  border-right-color: rgb(12 74 110 / 1);
}
.border-r-sky-900\/15 {
  border-right-color: rgb(12 74 110 / 0.15);
}
.border-r-sky-900\/20 {
  border-right-color: rgb(12 74 110 / 0.2);
}
.border-r-sky-900\/25 {
  border-right-color: rgb(12 74 110 / 0.25);
}
.border-r-sky-900\/30 {
  border-right-color: rgb(12 74 110 / 0.3);
}
.border-r-sky-900\/35 {
  border-right-color: rgb(12 74 110 / 0.35);
}
.border-r-sky-900\/40 {
  border-right-color: rgb(12 74 110 / 0.4);
}
.border-r-sky-900\/45 {
  border-right-color: rgb(12 74 110 / 0.45);
}
.border-r-sky-900\/5 {
  border-right-color: rgb(12 74 110 / 0.05);
}
.border-r-sky-900\/50 {
  border-right-color: rgb(12 74 110 / 0.5);
}
.border-r-sky-900\/55 {
  border-right-color: rgb(12 74 110 / 0.55);
}
.border-r-sky-900\/60 {
  border-right-color: rgb(12 74 110 / 0.6);
}
.border-r-sky-900\/65 {
  border-right-color: rgb(12 74 110 / 0.65);
}
.border-r-sky-900\/70 {
  border-right-color: rgb(12 74 110 / 0.7);
}
.border-r-sky-900\/75 {
  border-right-color: rgb(12 74 110 / 0.75);
}
.border-r-sky-900\/80 {
  border-right-color: rgb(12 74 110 / 0.8);
}
.border-r-sky-900\/85 {
  border-right-color: rgb(12 74 110 / 0.85);
}
.border-r-sky-900\/90 {
  border-right-color: rgb(12 74 110 / 0.9);
}
.border-r-sky-900\/95 {
  border-right-color: rgb(12 74 110 / 0.95);
}
.border-r-sky-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-r-sky-950\/0 {
  border-right-color: rgb(8 47 73 / 0);
}
.border-r-sky-950\/10 {
  border-right-color: rgb(8 47 73 / 0.1);
}
.border-r-sky-950\/100 {
  border-right-color: rgb(8 47 73 / 1);
}
.border-r-sky-950\/15 {
  border-right-color: rgb(8 47 73 / 0.15);
}
.border-r-sky-950\/20 {
  border-right-color: rgb(8 47 73 / 0.2);
}
.border-r-sky-950\/25 {
  border-right-color: rgb(8 47 73 / 0.25);
}
.border-r-sky-950\/30 {
  border-right-color: rgb(8 47 73 / 0.3);
}
.border-r-sky-950\/35 {
  border-right-color: rgb(8 47 73 / 0.35);
}
.border-r-sky-950\/40 {
  border-right-color: rgb(8 47 73 / 0.4);
}
.border-r-sky-950\/45 {
  border-right-color: rgb(8 47 73 / 0.45);
}
.border-r-sky-950\/5 {
  border-right-color: rgb(8 47 73 / 0.05);
}
.border-r-sky-950\/50 {
  border-right-color: rgb(8 47 73 / 0.5);
}
.border-r-sky-950\/55 {
  border-right-color: rgb(8 47 73 / 0.55);
}
.border-r-sky-950\/60 {
  border-right-color: rgb(8 47 73 / 0.6);
}
.border-r-sky-950\/65 {
  border-right-color: rgb(8 47 73 / 0.65);
}
.border-r-sky-950\/70 {
  border-right-color: rgb(8 47 73 / 0.7);
}
.border-r-sky-950\/75 {
  border-right-color: rgb(8 47 73 / 0.75);
}
.border-r-sky-950\/80 {
  border-right-color: rgb(8 47 73 / 0.8);
}
.border-r-sky-950\/85 {
  border-right-color: rgb(8 47 73 / 0.85);
}
.border-r-sky-950\/90 {
  border-right-color: rgb(8 47 73 / 0.9);
}
.border-r-sky-950\/95 {
  border-right-color: rgb(8 47 73 / 0.95);
}
.border-r-slate-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-r-slate-100\/0 {
  border-right-color: rgb(241 245 249 / 0);
}
.border-r-slate-100\/10 {
  border-right-color: rgb(241 245 249 / 0.1);
}
.border-r-slate-100\/100 {
  border-right-color: rgb(241 245 249 / 1);
}
.border-r-slate-100\/15 {
  border-right-color: rgb(241 245 249 / 0.15);
}
.border-r-slate-100\/20 {
  border-right-color: rgb(241 245 249 / 0.2);
}
.border-r-slate-100\/25 {
  border-right-color: rgb(241 245 249 / 0.25);
}
.border-r-slate-100\/30 {
  border-right-color: rgb(241 245 249 / 0.3);
}
.border-r-slate-100\/35 {
  border-right-color: rgb(241 245 249 / 0.35);
}
.border-r-slate-100\/40 {
  border-right-color: rgb(241 245 249 / 0.4);
}
.border-r-slate-100\/45 {
  border-right-color: rgb(241 245 249 / 0.45);
}
.border-r-slate-100\/5 {
  border-right-color: rgb(241 245 249 / 0.05);
}
.border-r-slate-100\/50 {
  border-right-color: rgb(241 245 249 / 0.5);
}
.border-r-slate-100\/55 {
  border-right-color: rgb(241 245 249 / 0.55);
}
.border-r-slate-100\/60 {
  border-right-color: rgb(241 245 249 / 0.6);
}
.border-r-slate-100\/65 {
  border-right-color: rgb(241 245 249 / 0.65);
}
.border-r-slate-100\/70 {
  border-right-color: rgb(241 245 249 / 0.7);
}
.border-r-slate-100\/75 {
  border-right-color: rgb(241 245 249 / 0.75);
}
.border-r-slate-100\/80 {
  border-right-color: rgb(241 245 249 / 0.8);
}
.border-r-slate-100\/85 {
  border-right-color: rgb(241 245 249 / 0.85);
}
.border-r-slate-100\/90 {
  border-right-color: rgb(241 245 249 / 0.9);
}
.border-r-slate-100\/95 {
  border-right-color: rgb(241 245 249 / 0.95);
}
.border-r-slate-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-r-slate-200\/0 {
  border-right-color: rgb(226 232 240 / 0);
}
.border-r-slate-200\/10 {
  border-right-color: rgb(226 232 240 / 0.1);
}
.border-r-slate-200\/100 {
  border-right-color: rgb(226 232 240 / 1);
}
.border-r-slate-200\/15 {
  border-right-color: rgb(226 232 240 / 0.15);
}
.border-r-slate-200\/20 {
  border-right-color: rgb(226 232 240 / 0.2);
}
.border-r-slate-200\/25 {
  border-right-color: rgb(226 232 240 / 0.25);
}
.border-r-slate-200\/30 {
  border-right-color: rgb(226 232 240 / 0.3);
}
.border-r-slate-200\/35 {
  border-right-color: rgb(226 232 240 / 0.35);
}
.border-r-slate-200\/40 {
  border-right-color: rgb(226 232 240 / 0.4);
}
.border-r-slate-200\/45 {
  border-right-color: rgb(226 232 240 / 0.45);
}
.border-r-slate-200\/5 {
  border-right-color: rgb(226 232 240 / 0.05);
}
.border-r-slate-200\/50 {
  border-right-color: rgb(226 232 240 / 0.5);
}
.border-r-slate-200\/55 {
  border-right-color: rgb(226 232 240 / 0.55);
}
.border-r-slate-200\/60 {
  border-right-color: rgb(226 232 240 / 0.6);
}
.border-r-slate-200\/65 {
  border-right-color: rgb(226 232 240 / 0.65);
}
.border-r-slate-200\/70 {
  border-right-color: rgb(226 232 240 / 0.7);
}
.border-r-slate-200\/75 {
  border-right-color: rgb(226 232 240 / 0.75);
}
.border-r-slate-200\/80 {
  border-right-color: rgb(226 232 240 / 0.8);
}
.border-r-slate-200\/85 {
  border-right-color: rgb(226 232 240 / 0.85);
}
.border-r-slate-200\/90 {
  border-right-color: rgb(226 232 240 / 0.9);
}
.border-r-slate-200\/95 {
  border-right-color: rgb(226 232 240 / 0.95);
}
.border-r-slate-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-r-slate-300\/0 {
  border-right-color: rgb(203 213 225 / 0);
}
.border-r-slate-300\/10 {
  border-right-color: rgb(203 213 225 / 0.1);
}
.border-r-slate-300\/100 {
  border-right-color: rgb(203 213 225 / 1);
}
.border-r-slate-300\/15 {
  border-right-color: rgb(203 213 225 / 0.15);
}
.border-r-slate-300\/20 {
  border-right-color: rgb(203 213 225 / 0.2);
}
.border-r-slate-300\/25 {
  border-right-color: rgb(203 213 225 / 0.25);
}
.border-r-slate-300\/30 {
  border-right-color: rgb(203 213 225 / 0.3);
}
.border-r-slate-300\/35 {
  border-right-color: rgb(203 213 225 / 0.35);
}
.border-r-slate-300\/40 {
  border-right-color: rgb(203 213 225 / 0.4);
}
.border-r-slate-300\/45 {
  border-right-color: rgb(203 213 225 / 0.45);
}
.border-r-slate-300\/5 {
  border-right-color: rgb(203 213 225 / 0.05);
}
.border-r-slate-300\/50 {
  border-right-color: rgb(203 213 225 / 0.5);
}
.border-r-slate-300\/55 {
  border-right-color: rgb(203 213 225 / 0.55);
}
.border-r-slate-300\/60 {
  border-right-color: rgb(203 213 225 / 0.6);
}
.border-r-slate-300\/65 {
  border-right-color: rgb(203 213 225 / 0.65);
}
.border-r-slate-300\/70 {
  border-right-color: rgb(203 213 225 / 0.7);
}
.border-r-slate-300\/75 {
  border-right-color: rgb(203 213 225 / 0.75);
}
.border-r-slate-300\/80 {
  border-right-color: rgb(203 213 225 / 0.8);
}
.border-r-slate-300\/85 {
  border-right-color: rgb(203 213 225 / 0.85);
}
.border-r-slate-300\/90 {
  border-right-color: rgb(203 213 225 / 0.9);
}
.border-r-slate-300\/95 {
  border-right-color: rgb(203 213 225 / 0.95);
}
.border-r-slate-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-r-slate-400\/0 {
  border-right-color: rgb(148 163 184 / 0);
}
.border-r-slate-400\/10 {
  border-right-color: rgb(148 163 184 / 0.1);
}
.border-r-slate-400\/100 {
  border-right-color: rgb(148 163 184 / 1);
}
.border-r-slate-400\/15 {
  border-right-color: rgb(148 163 184 / 0.15);
}
.border-r-slate-400\/20 {
  border-right-color: rgb(148 163 184 / 0.2);
}
.border-r-slate-400\/25 {
  border-right-color: rgb(148 163 184 / 0.25);
}
.border-r-slate-400\/30 {
  border-right-color: rgb(148 163 184 / 0.3);
}
.border-r-slate-400\/35 {
  border-right-color: rgb(148 163 184 / 0.35);
}
.border-r-slate-400\/40 {
  border-right-color: rgb(148 163 184 / 0.4);
}
.border-r-slate-400\/45 {
  border-right-color: rgb(148 163 184 / 0.45);
}
.border-r-slate-400\/5 {
  border-right-color: rgb(148 163 184 / 0.05);
}
.border-r-slate-400\/50 {
  border-right-color: rgb(148 163 184 / 0.5);
}
.border-r-slate-400\/55 {
  border-right-color: rgb(148 163 184 / 0.55);
}
.border-r-slate-400\/60 {
  border-right-color: rgb(148 163 184 / 0.6);
}
.border-r-slate-400\/65 {
  border-right-color: rgb(148 163 184 / 0.65);
}
.border-r-slate-400\/70 {
  border-right-color: rgb(148 163 184 / 0.7);
}
.border-r-slate-400\/75 {
  border-right-color: rgb(148 163 184 / 0.75);
}
.border-r-slate-400\/80 {
  border-right-color: rgb(148 163 184 / 0.8);
}
.border-r-slate-400\/85 {
  border-right-color: rgb(148 163 184 / 0.85);
}
.border-r-slate-400\/90 {
  border-right-color: rgb(148 163 184 / 0.9);
}
.border-r-slate-400\/95 {
  border-right-color: rgb(148 163 184 / 0.95);
}
.border-r-slate-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-r-slate-50\/0 {
  border-right-color: rgb(248 250 252 / 0);
}
.border-r-slate-50\/10 {
  border-right-color: rgb(248 250 252 / 0.1);
}
.border-r-slate-50\/100 {
  border-right-color: rgb(248 250 252 / 1);
}
.border-r-slate-50\/15 {
  border-right-color: rgb(248 250 252 / 0.15);
}
.border-r-slate-50\/20 {
  border-right-color: rgb(248 250 252 / 0.2);
}
.border-r-slate-50\/25 {
  border-right-color: rgb(248 250 252 / 0.25);
}
.border-r-slate-50\/30 {
  border-right-color: rgb(248 250 252 / 0.3);
}
.border-r-slate-50\/35 {
  border-right-color: rgb(248 250 252 / 0.35);
}
.border-r-slate-50\/40 {
  border-right-color: rgb(248 250 252 / 0.4);
}
.border-r-slate-50\/45 {
  border-right-color: rgb(248 250 252 / 0.45);
}
.border-r-slate-50\/5 {
  border-right-color: rgb(248 250 252 / 0.05);
}
.border-r-slate-50\/50 {
  border-right-color: rgb(248 250 252 / 0.5);
}
.border-r-slate-50\/55 {
  border-right-color: rgb(248 250 252 / 0.55);
}
.border-r-slate-50\/60 {
  border-right-color: rgb(248 250 252 / 0.6);
}
.border-r-slate-50\/65 {
  border-right-color: rgb(248 250 252 / 0.65);
}
.border-r-slate-50\/70 {
  border-right-color: rgb(248 250 252 / 0.7);
}
.border-r-slate-50\/75 {
  border-right-color: rgb(248 250 252 / 0.75);
}
.border-r-slate-50\/80 {
  border-right-color: rgb(248 250 252 / 0.8);
}
.border-r-slate-50\/85 {
  border-right-color: rgb(248 250 252 / 0.85);
}
.border-r-slate-50\/90 {
  border-right-color: rgb(248 250 252 / 0.9);
}
.border-r-slate-50\/95 {
  border-right-color: rgb(248 250 252 / 0.95);
}
.border-r-slate-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-r-slate-500\/0 {
  border-right-color: rgb(100 116 139 / 0);
}
.border-r-slate-500\/10 {
  border-right-color: rgb(100 116 139 / 0.1);
}
.border-r-slate-500\/100 {
  border-right-color: rgb(100 116 139 / 1);
}
.border-r-slate-500\/15 {
  border-right-color: rgb(100 116 139 / 0.15);
}
.border-r-slate-500\/20 {
  border-right-color: rgb(100 116 139 / 0.2);
}
.border-r-slate-500\/25 {
  border-right-color: rgb(100 116 139 / 0.25);
}
.border-r-slate-500\/30 {
  border-right-color: rgb(100 116 139 / 0.3);
}
.border-r-slate-500\/35 {
  border-right-color: rgb(100 116 139 / 0.35);
}
.border-r-slate-500\/40 {
  border-right-color: rgb(100 116 139 / 0.4);
}
.border-r-slate-500\/45 {
  border-right-color: rgb(100 116 139 / 0.45);
}
.border-r-slate-500\/5 {
  border-right-color: rgb(100 116 139 / 0.05);
}
.border-r-slate-500\/50 {
  border-right-color: rgb(100 116 139 / 0.5);
}
.border-r-slate-500\/55 {
  border-right-color: rgb(100 116 139 / 0.55);
}
.border-r-slate-500\/60 {
  border-right-color: rgb(100 116 139 / 0.6);
}
.border-r-slate-500\/65 {
  border-right-color: rgb(100 116 139 / 0.65);
}
.border-r-slate-500\/70 {
  border-right-color: rgb(100 116 139 / 0.7);
}
.border-r-slate-500\/75 {
  border-right-color: rgb(100 116 139 / 0.75);
}
.border-r-slate-500\/80 {
  border-right-color: rgb(100 116 139 / 0.8);
}
.border-r-slate-500\/85 {
  border-right-color: rgb(100 116 139 / 0.85);
}
.border-r-slate-500\/90 {
  border-right-color: rgb(100 116 139 / 0.9);
}
.border-r-slate-500\/95 {
  border-right-color: rgb(100 116 139 / 0.95);
}
.border-r-slate-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-r-slate-600\/0 {
  border-right-color: rgb(71 85 105 / 0);
}
.border-r-slate-600\/10 {
  border-right-color: rgb(71 85 105 / 0.1);
}
.border-r-slate-600\/100 {
  border-right-color: rgb(71 85 105 / 1);
}
.border-r-slate-600\/15 {
  border-right-color: rgb(71 85 105 / 0.15);
}
.border-r-slate-600\/20 {
  border-right-color: rgb(71 85 105 / 0.2);
}
.border-r-slate-600\/25 {
  border-right-color: rgb(71 85 105 / 0.25);
}
.border-r-slate-600\/30 {
  border-right-color: rgb(71 85 105 / 0.3);
}
.border-r-slate-600\/35 {
  border-right-color: rgb(71 85 105 / 0.35);
}
.border-r-slate-600\/40 {
  border-right-color: rgb(71 85 105 / 0.4);
}
.border-r-slate-600\/45 {
  border-right-color: rgb(71 85 105 / 0.45);
}
.border-r-slate-600\/5 {
  border-right-color: rgb(71 85 105 / 0.05);
}
.border-r-slate-600\/50 {
  border-right-color: rgb(71 85 105 / 0.5);
}
.border-r-slate-600\/55 {
  border-right-color: rgb(71 85 105 / 0.55);
}
.border-r-slate-600\/60 {
  border-right-color: rgb(71 85 105 / 0.6);
}
.border-r-slate-600\/65 {
  border-right-color: rgb(71 85 105 / 0.65);
}
.border-r-slate-600\/70 {
  border-right-color: rgb(71 85 105 / 0.7);
}
.border-r-slate-600\/75 {
  border-right-color: rgb(71 85 105 / 0.75);
}
.border-r-slate-600\/80 {
  border-right-color: rgb(71 85 105 / 0.8);
}
.border-r-slate-600\/85 {
  border-right-color: rgb(71 85 105 / 0.85);
}
.border-r-slate-600\/90 {
  border-right-color: rgb(71 85 105 / 0.9);
}
.border-r-slate-600\/95 {
  border-right-color: rgb(71 85 105 / 0.95);
}
.border-r-slate-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-r-slate-700\/0 {
  border-right-color: rgb(51 65 85 / 0);
}
.border-r-slate-700\/10 {
  border-right-color: rgb(51 65 85 / 0.1);
}
.border-r-slate-700\/100 {
  border-right-color: rgb(51 65 85 / 1);
}
.border-r-slate-700\/15 {
  border-right-color: rgb(51 65 85 / 0.15);
}
.border-r-slate-700\/20 {
  border-right-color: rgb(51 65 85 / 0.2);
}
.border-r-slate-700\/25 {
  border-right-color: rgb(51 65 85 / 0.25);
}
.border-r-slate-700\/30 {
  border-right-color: rgb(51 65 85 / 0.3);
}
.border-r-slate-700\/35 {
  border-right-color: rgb(51 65 85 / 0.35);
}
.border-r-slate-700\/40 {
  border-right-color: rgb(51 65 85 / 0.4);
}
.border-r-slate-700\/45 {
  border-right-color: rgb(51 65 85 / 0.45);
}
.border-r-slate-700\/5 {
  border-right-color: rgb(51 65 85 / 0.05);
}
.border-r-slate-700\/50 {
  border-right-color: rgb(51 65 85 / 0.5);
}
.border-r-slate-700\/55 {
  border-right-color: rgb(51 65 85 / 0.55);
}
.border-r-slate-700\/60 {
  border-right-color: rgb(51 65 85 / 0.6);
}
.border-r-slate-700\/65 {
  border-right-color: rgb(51 65 85 / 0.65);
}
.border-r-slate-700\/70 {
  border-right-color: rgb(51 65 85 / 0.7);
}
.border-r-slate-700\/75 {
  border-right-color: rgb(51 65 85 / 0.75);
}
.border-r-slate-700\/80 {
  border-right-color: rgb(51 65 85 / 0.8);
}
.border-r-slate-700\/85 {
  border-right-color: rgb(51 65 85 / 0.85);
}
.border-r-slate-700\/90 {
  border-right-color: rgb(51 65 85 / 0.9);
}
.border-r-slate-700\/95 {
  border-right-color: rgb(51 65 85 / 0.95);
}
.border-r-slate-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-r-slate-800\/0 {
  border-right-color: rgb(30 41 59 / 0);
}
.border-r-slate-800\/10 {
  border-right-color: rgb(30 41 59 / 0.1);
}
.border-r-slate-800\/100 {
  border-right-color: rgb(30 41 59 / 1);
}
.border-r-slate-800\/15 {
  border-right-color: rgb(30 41 59 / 0.15);
}
.border-r-slate-800\/20 {
  border-right-color: rgb(30 41 59 / 0.2);
}
.border-r-slate-800\/25 {
  border-right-color: rgb(30 41 59 / 0.25);
}
.border-r-slate-800\/30 {
  border-right-color: rgb(30 41 59 / 0.3);
}
.border-r-slate-800\/35 {
  border-right-color: rgb(30 41 59 / 0.35);
}
.border-r-slate-800\/40 {
  border-right-color: rgb(30 41 59 / 0.4);
}
.border-r-slate-800\/45 {
  border-right-color: rgb(30 41 59 / 0.45);
}
.border-r-slate-800\/5 {
  border-right-color: rgb(30 41 59 / 0.05);
}
.border-r-slate-800\/50 {
  border-right-color: rgb(30 41 59 / 0.5);
}
.border-r-slate-800\/55 {
  border-right-color: rgb(30 41 59 / 0.55);
}
.border-r-slate-800\/60 {
  border-right-color: rgb(30 41 59 / 0.6);
}
.border-r-slate-800\/65 {
  border-right-color: rgb(30 41 59 / 0.65);
}
.border-r-slate-800\/70 {
  border-right-color: rgb(30 41 59 / 0.7);
}
.border-r-slate-800\/75 {
  border-right-color: rgb(30 41 59 / 0.75);
}
.border-r-slate-800\/80 {
  border-right-color: rgb(30 41 59 / 0.8);
}
.border-r-slate-800\/85 {
  border-right-color: rgb(30 41 59 / 0.85);
}
.border-r-slate-800\/90 {
  border-right-color: rgb(30 41 59 / 0.9);
}
.border-r-slate-800\/95 {
  border-right-color: rgb(30 41 59 / 0.95);
}
.border-r-slate-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-r-slate-900\/0 {
  border-right-color: rgb(15 23 42 / 0);
}
.border-r-slate-900\/10 {
  border-right-color: rgb(15 23 42 / 0.1);
}
.border-r-slate-900\/100 {
  border-right-color: rgb(15 23 42 / 1);
}
.border-r-slate-900\/15 {
  border-right-color: rgb(15 23 42 / 0.15);
}
.border-r-slate-900\/20 {
  border-right-color: rgb(15 23 42 / 0.2);
}
.border-r-slate-900\/25 {
  border-right-color: rgb(15 23 42 / 0.25);
}
.border-r-slate-900\/30 {
  border-right-color: rgb(15 23 42 / 0.3);
}
.border-r-slate-900\/35 {
  border-right-color: rgb(15 23 42 / 0.35);
}
.border-r-slate-900\/40 {
  border-right-color: rgb(15 23 42 / 0.4);
}
.border-r-slate-900\/45 {
  border-right-color: rgb(15 23 42 / 0.45);
}
.border-r-slate-900\/5 {
  border-right-color: rgb(15 23 42 / 0.05);
}
.border-r-slate-900\/50 {
  border-right-color: rgb(15 23 42 / 0.5);
}
.border-r-slate-900\/55 {
  border-right-color: rgb(15 23 42 / 0.55);
}
.border-r-slate-900\/60 {
  border-right-color: rgb(15 23 42 / 0.6);
}
.border-r-slate-900\/65 {
  border-right-color: rgb(15 23 42 / 0.65);
}
.border-r-slate-900\/70 {
  border-right-color: rgb(15 23 42 / 0.7);
}
.border-r-slate-900\/75 {
  border-right-color: rgb(15 23 42 / 0.75);
}
.border-r-slate-900\/80 {
  border-right-color: rgb(15 23 42 / 0.8);
}
.border-r-slate-900\/85 {
  border-right-color: rgb(15 23 42 / 0.85);
}
.border-r-slate-900\/90 {
  border-right-color: rgb(15 23 42 / 0.9);
}
.border-r-slate-900\/95 {
  border-right-color: rgb(15 23 42 / 0.95);
}
.border-r-slate-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-r-slate-950\/0 {
  border-right-color: rgb(2 6 23 / 0);
}
.border-r-slate-950\/10 {
  border-right-color: rgb(2 6 23 / 0.1);
}
.border-r-slate-950\/100 {
  border-right-color: rgb(2 6 23 / 1);
}
.border-r-slate-950\/15 {
  border-right-color: rgb(2 6 23 / 0.15);
}
.border-r-slate-950\/20 {
  border-right-color: rgb(2 6 23 / 0.2);
}
.border-r-slate-950\/25 {
  border-right-color: rgb(2 6 23 / 0.25);
}
.border-r-slate-950\/30 {
  border-right-color: rgb(2 6 23 / 0.3);
}
.border-r-slate-950\/35 {
  border-right-color: rgb(2 6 23 / 0.35);
}
.border-r-slate-950\/40 {
  border-right-color: rgb(2 6 23 / 0.4);
}
.border-r-slate-950\/45 {
  border-right-color: rgb(2 6 23 / 0.45);
}
.border-r-slate-950\/5 {
  border-right-color: rgb(2 6 23 / 0.05);
}
.border-r-slate-950\/50 {
  border-right-color: rgb(2 6 23 / 0.5);
}
.border-r-slate-950\/55 {
  border-right-color: rgb(2 6 23 / 0.55);
}
.border-r-slate-950\/60 {
  border-right-color: rgb(2 6 23 / 0.6);
}
.border-r-slate-950\/65 {
  border-right-color: rgb(2 6 23 / 0.65);
}
.border-r-slate-950\/70 {
  border-right-color: rgb(2 6 23 / 0.7);
}
.border-r-slate-950\/75 {
  border-right-color: rgb(2 6 23 / 0.75);
}
.border-r-slate-950\/80 {
  border-right-color: rgb(2 6 23 / 0.8);
}
.border-r-slate-950\/85 {
  border-right-color: rgb(2 6 23 / 0.85);
}
.border-r-slate-950\/90 {
  border-right-color: rgb(2 6 23 / 0.9);
}
.border-r-slate-950\/95 {
  border-right-color: rgb(2 6 23 / 0.95);
}
.border-r-stone-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-r-stone-100\/0 {
  border-right-color: rgb(245 245 244 / 0);
}
.border-r-stone-100\/10 {
  border-right-color: rgb(245 245 244 / 0.1);
}
.border-r-stone-100\/100 {
  border-right-color: rgb(245 245 244 / 1);
}
.border-r-stone-100\/15 {
  border-right-color: rgb(245 245 244 / 0.15);
}
.border-r-stone-100\/20 {
  border-right-color: rgb(245 245 244 / 0.2);
}
.border-r-stone-100\/25 {
  border-right-color: rgb(245 245 244 / 0.25);
}
.border-r-stone-100\/30 {
  border-right-color: rgb(245 245 244 / 0.3);
}
.border-r-stone-100\/35 {
  border-right-color: rgb(245 245 244 / 0.35);
}
.border-r-stone-100\/40 {
  border-right-color: rgb(245 245 244 / 0.4);
}
.border-r-stone-100\/45 {
  border-right-color: rgb(245 245 244 / 0.45);
}
.border-r-stone-100\/5 {
  border-right-color: rgb(245 245 244 / 0.05);
}
.border-r-stone-100\/50 {
  border-right-color: rgb(245 245 244 / 0.5);
}
.border-r-stone-100\/55 {
  border-right-color: rgb(245 245 244 / 0.55);
}
.border-r-stone-100\/60 {
  border-right-color: rgb(245 245 244 / 0.6);
}
.border-r-stone-100\/65 {
  border-right-color: rgb(245 245 244 / 0.65);
}
.border-r-stone-100\/70 {
  border-right-color: rgb(245 245 244 / 0.7);
}
.border-r-stone-100\/75 {
  border-right-color: rgb(245 245 244 / 0.75);
}
.border-r-stone-100\/80 {
  border-right-color: rgb(245 245 244 / 0.8);
}
.border-r-stone-100\/85 {
  border-right-color: rgb(245 245 244 / 0.85);
}
.border-r-stone-100\/90 {
  border-right-color: rgb(245 245 244 / 0.9);
}
.border-r-stone-100\/95 {
  border-right-color: rgb(245 245 244 / 0.95);
}
.border-r-stone-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-r-stone-200\/0 {
  border-right-color: rgb(231 229 228 / 0);
}
.border-r-stone-200\/10 {
  border-right-color: rgb(231 229 228 / 0.1);
}
.border-r-stone-200\/100 {
  border-right-color: rgb(231 229 228 / 1);
}
.border-r-stone-200\/15 {
  border-right-color: rgb(231 229 228 / 0.15);
}
.border-r-stone-200\/20 {
  border-right-color: rgb(231 229 228 / 0.2);
}
.border-r-stone-200\/25 {
  border-right-color: rgb(231 229 228 / 0.25);
}
.border-r-stone-200\/30 {
  border-right-color: rgb(231 229 228 / 0.3);
}
.border-r-stone-200\/35 {
  border-right-color: rgb(231 229 228 / 0.35);
}
.border-r-stone-200\/40 {
  border-right-color: rgb(231 229 228 / 0.4);
}
.border-r-stone-200\/45 {
  border-right-color: rgb(231 229 228 / 0.45);
}
.border-r-stone-200\/5 {
  border-right-color: rgb(231 229 228 / 0.05);
}
.border-r-stone-200\/50 {
  border-right-color: rgb(231 229 228 / 0.5);
}
.border-r-stone-200\/55 {
  border-right-color: rgb(231 229 228 / 0.55);
}
.border-r-stone-200\/60 {
  border-right-color: rgb(231 229 228 / 0.6);
}
.border-r-stone-200\/65 {
  border-right-color: rgb(231 229 228 / 0.65);
}
.border-r-stone-200\/70 {
  border-right-color: rgb(231 229 228 / 0.7);
}
.border-r-stone-200\/75 {
  border-right-color: rgb(231 229 228 / 0.75);
}
.border-r-stone-200\/80 {
  border-right-color: rgb(231 229 228 / 0.8);
}
.border-r-stone-200\/85 {
  border-right-color: rgb(231 229 228 / 0.85);
}
.border-r-stone-200\/90 {
  border-right-color: rgb(231 229 228 / 0.9);
}
.border-r-stone-200\/95 {
  border-right-color: rgb(231 229 228 / 0.95);
}
.border-r-stone-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-r-stone-300\/0 {
  border-right-color: rgb(214 211 209 / 0);
}
.border-r-stone-300\/10 {
  border-right-color: rgb(214 211 209 / 0.1);
}
.border-r-stone-300\/100 {
  border-right-color: rgb(214 211 209 / 1);
}
.border-r-stone-300\/15 {
  border-right-color: rgb(214 211 209 / 0.15);
}
.border-r-stone-300\/20 {
  border-right-color: rgb(214 211 209 / 0.2);
}
.border-r-stone-300\/25 {
  border-right-color: rgb(214 211 209 / 0.25);
}
.border-r-stone-300\/30 {
  border-right-color: rgb(214 211 209 / 0.3);
}
.border-r-stone-300\/35 {
  border-right-color: rgb(214 211 209 / 0.35);
}
.border-r-stone-300\/40 {
  border-right-color: rgb(214 211 209 / 0.4);
}
.border-r-stone-300\/45 {
  border-right-color: rgb(214 211 209 / 0.45);
}
.border-r-stone-300\/5 {
  border-right-color: rgb(214 211 209 / 0.05);
}
.border-r-stone-300\/50 {
  border-right-color: rgb(214 211 209 / 0.5);
}
.border-r-stone-300\/55 {
  border-right-color: rgb(214 211 209 / 0.55);
}
.border-r-stone-300\/60 {
  border-right-color: rgb(214 211 209 / 0.6);
}
.border-r-stone-300\/65 {
  border-right-color: rgb(214 211 209 / 0.65);
}
.border-r-stone-300\/70 {
  border-right-color: rgb(214 211 209 / 0.7);
}
.border-r-stone-300\/75 {
  border-right-color: rgb(214 211 209 / 0.75);
}
.border-r-stone-300\/80 {
  border-right-color: rgb(214 211 209 / 0.8);
}
.border-r-stone-300\/85 {
  border-right-color: rgb(214 211 209 / 0.85);
}
.border-r-stone-300\/90 {
  border-right-color: rgb(214 211 209 / 0.9);
}
.border-r-stone-300\/95 {
  border-right-color: rgb(214 211 209 / 0.95);
}
.border-r-stone-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-r-stone-400\/0 {
  border-right-color: rgb(168 162 158 / 0);
}
.border-r-stone-400\/10 {
  border-right-color: rgb(168 162 158 / 0.1);
}
.border-r-stone-400\/100 {
  border-right-color: rgb(168 162 158 / 1);
}
.border-r-stone-400\/15 {
  border-right-color: rgb(168 162 158 / 0.15);
}
.border-r-stone-400\/20 {
  border-right-color: rgb(168 162 158 / 0.2);
}
.border-r-stone-400\/25 {
  border-right-color: rgb(168 162 158 / 0.25);
}
.border-r-stone-400\/30 {
  border-right-color: rgb(168 162 158 / 0.3);
}
.border-r-stone-400\/35 {
  border-right-color: rgb(168 162 158 / 0.35);
}
.border-r-stone-400\/40 {
  border-right-color: rgb(168 162 158 / 0.4);
}
.border-r-stone-400\/45 {
  border-right-color: rgb(168 162 158 / 0.45);
}
.border-r-stone-400\/5 {
  border-right-color: rgb(168 162 158 / 0.05);
}
.border-r-stone-400\/50 {
  border-right-color: rgb(168 162 158 / 0.5);
}
.border-r-stone-400\/55 {
  border-right-color: rgb(168 162 158 / 0.55);
}
.border-r-stone-400\/60 {
  border-right-color: rgb(168 162 158 / 0.6);
}
.border-r-stone-400\/65 {
  border-right-color: rgb(168 162 158 / 0.65);
}
.border-r-stone-400\/70 {
  border-right-color: rgb(168 162 158 / 0.7);
}
.border-r-stone-400\/75 {
  border-right-color: rgb(168 162 158 / 0.75);
}
.border-r-stone-400\/80 {
  border-right-color: rgb(168 162 158 / 0.8);
}
.border-r-stone-400\/85 {
  border-right-color: rgb(168 162 158 / 0.85);
}
.border-r-stone-400\/90 {
  border-right-color: rgb(168 162 158 / 0.9);
}
.border-r-stone-400\/95 {
  border-right-color: rgb(168 162 158 / 0.95);
}
.border-r-stone-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-r-stone-50\/0 {
  border-right-color: rgb(250 250 249 / 0);
}
.border-r-stone-50\/10 {
  border-right-color: rgb(250 250 249 / 0.1);
}
.border-r-stone-50\/100 {
  border-right-color: rgb(250 250 249 / 1);
}
.border-r-stone-50\/15 {
  border-right-color: rgb(250 250 249 / 0.15);
}
.border-r-stone-50\/20 {
  border-right-color: rgb(250 250 249 / 0.2);
}
.border-r-stone-50\/25 {
  border-right-color: rgb(250 250 249 / 0.25);
}
.border-r-stone-50\/30 {
  border-right-color: rgb(250 250 249 / 0.3);
}
.border-r-stone-50\/35 {
  border-right-color: rgb(250 250 249 / 0.35);
}
.border-r-stone-50\/40 {
  border-right-color: rgb(250 250 249 / 0.4);
}
.border-r-stone-50\/45 {
  border-right-color: rgb(250 250 249 / 0.45);
}
.border-r-stone-50\/5 {
  border-right-color: rgb(250 250 249 / 0.05);
}
.border-r-stone-50\/50 {
  border-right-color: rgb(250 250 249 / 0.5);
}
.border-r-stone-50\/55 {
  border-right-color: rgb(250 250 249 / 0.55);
}
.border-r-stone-50\/60 {
  border-right-color: rgb(250 250 249 / 0.6);
}
.border-r-stone-50\/65 {
  border-right-color: rgb(250 250 249 / 0.65);
}
.border-r-stone-50\/70 {
  border-right-color: rgb(250 250 249 / 0.7);
}
.border-r-stone-50\/75 {
  border-right-color: rgb(250 250 249 / 0.75);
}
.border-r-stone-50\/80 {
  border-right-color: rgb(250 250 249 / 0.8);
}
.border-r-stone-50\/85 {
  border-right-color: rgb(250 250 249 / 0.85);
}
.border-r-stone-50\/90 {
  border-right-color: rgb(250 250 249 / 0.9);
}
.border-r-stone-50\/95 {
  border-right-color: rgb(250 250 249 / 0.95);
}
.border-r-stone-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-r-stone-500\/0 {
  border-right-color: rgb(120 113 108 / 0);
}
.border-r-stone-500\/10 {
  border-right-color: rgb(120 113 108 / 0.1);
}
.border-r-stone-500\/100 {
  border-right-color: rgb(120 113 108 / 1);
}
.border-r-stone-500\/15 {
  border-right-color: rgb(120 113 108 / 0.15);
}
.border-r-stone-500\/20 {
  border-right-color: rgb(120 113 108 / 0.2);
}
.border-r-stone-500\/25 {
  border-right-color: rgb(120 113 108 / 0.25);
}
.border-r-stone-500\/30 {
  border-right-color: rgb(120 113 108 / 0.3);
}
.border-r-stone-500\/35 {
  border-right-color: rgb(120 113 108 / 0.35);
}
.border-r-stone-500\/40 {
  border-right-color: rgb(120 113 108 / 0.4);
}
.border-r-stone-500\/45 {
  border-right-color: rgb(120 113 108 / 0.45);
}
.border-r-stone-500\/5 {
  border-right-color: rgb(120 113 108 / 0.05);
}
.border-r-stone-500\/50 {
  border-right-color: rgb(120 113 108 / 0.5);
}
.border-r-stone-500\/55 {
  border-right-color: rgb(120 113 108 / 0.55);
}
.border-r-stone-500\/60 {
  border-right-color: rgb(120 113 108 / 0.6);
}
.border-r-stone-500\/65 {
  border-right-color: rgb(120 113 108 / 0.65);
}
.border-r-stone-500\/70 {
  border-right-color: rgb(120 113 108 / 0.7);
}
.border-r-stone-500\/75 {
  border-right-color: rgb(120 113 108 / 0.75);
}
.border-r-stone-500\/80 {
  border-right-color: rgb(120 113 108 / 0.8);
}
.border-r-stone-500\/85 {
  border-right-color: rgb(120 113 108 / 0.85);
}
.border-r-stone-500\/90 {
  border-right-color: rgb(120 113 108 / 0.9);
}
.border-r-stone-500\/95 {
  border-right-color: rgb(120 113 108 / 0.95);
}
.border-r-stone-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-r-stone-600\/0 {
  border-right-color: rgb(87 83 78 / 0);
}
.border-r-stone-600\/10 {
  border-right-color: rgb(87 83 78 / 0.1);
}
.border-r-stone-600\/100 {
  border-right-color: rgb(87 83 78 / 1);
}
.border-r-stone-600\/15 {
  border-right-color: rgb(87 83 78 / 0.15);
}
.border-r-stone-600\/20 {
  border-right-color: rgb(87 83 78 / 0.2);
}
.border-r-stone-600\/25 {
  border-right-color: rgb(87 83 78 / 0.25);
}
.border-r-stone-600\/30 {
  border-right-color: rgb(87 83 78 / 0.3);
}
.border-r-stone-600\/35 {
  border-right-color: rgb(87 83 78 / 0.35);
}
.border-r-stone-600\/40 {
  border-right-color: rgb(87 83 78 / 0.4);
}
.border-r-stone-600\/45 {
  border-right-color: rgb(87 83 78 / 0.45);
}
.border-r-stone-600\/5 {
  border-right-color: rgb(87 83 78 / 0.05);
}
.border-r-stone-600\/50 {
  border-right-color: rgb(87 83 78 / 0.5);
}
.border-r-stone-600\/55 {
  border-right-color: rgb(87 83 78 / 0.55);
}
.border-r-stone-600\/60 {
  border-right-color: rgb(87 83 78 / 0.6);
}
.border-r-stone-600\/65 {
  border-right-color: rgb(87 83 78 / 0.65);
}
.border-r-stone-600\/70 {
  border-right-color: rgb(87 83 78 / 0.7);
}
.border-r-stone-600\/75 {
  border-right-color: rgb(87 83 78 / 0.75);
}
.border-r-stone-600\/80 {
  border-right-color: rgb(87 83 78 / 0.8);
}
.border-r-stone-600\/85 {
  border-right-color: rgb(87 83 78 / 0.85);
}
.border-r-stone-600\/90 {
  border-right-color: rgb(87 83 78 / 0.9);
}
.border-r-stone-600\/95 {
  border-right-color: rgb(87 83 78 / 0.95);
}
.border-r-stone-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-r-stone-700\/0 {
  border-right-color: rgb(68 64 60 / 0);
}
.border-r-stone-700\/10 {
  border-right-color: rgb(68 64 60 / 0.1);
}
.border-r-stone-700\/100 {
  border-right-color: rgb(68 64 60 / 1);
}
.border-r-stone-700\/15 {
  border-right-color: rgb(68 64 60 / 0.15);
}
.border-r-stone-700\/20 {
  border-right-color: rgb(68 64 60 / 0.2);
}
.border-r-stone-700\/25 {
  border-right-color: rgb(68 64 60 / 0.25);
}
.border-r-stone-700\/30 {
  border-right-color: rgb(68 64 60 / 0.3);
}
.border-r-stone-700\/35 {
  border-right-color: rgb(68 64 60 / 0.35);
}
.border-r-stone-700\/40 {
  border-right-color: rgb(68 64 60 / 0.4);
}
.border-r-stone-700\/45 {
  border-right-color: rgb(68 64 60 / 0.45);
}
.border-r-stone-700\/5 {
  border-right-color: rgb(68 64 60 / 0.05);
}
.border-r-stone-700\/50 {
  border-right-color: rgb(68 64 60 / 0.5);
}
.border-r-stone-700\/55 {
  border-right-color: rgb(68 64 60 / 0.55);
}
.border-r-stone-700\/60 {
  border-right-color: rgb(68 64 60 / 0.6);
}
.border-r-stone-700\/65 {
  border-right-color: rgb(68 64 60 / 0.65);
}
.border-r-stone-700\/70 {
  border-right-color: rgb(68 64 60 / 0.7);
}
.border-r-stone-700\/75 {
  border-right-color: rgb(68 64 60 / 0.75);
}
.border-r-stone-700\/80 {
  border-right-color: rgb(68 64 60 / 0.8);
}
.border-r-stone-700\/85 {
  border-right-color: rgb(68 64 60 / 0.85);
}
.border-r-stone-700\/90 {
  border-right-color: rgb(68 64 60 / 0.9);
}
.border-r-stone-700\/95 {
  border-right-color: rgb(68 64 60 / 0.95);
}
.border-r-stone-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-r-stone-800\/0 {
  border-right-color: rgb(41 37 36 / 0);
}
.border-r-stone-800\/10 {
  border-right-color: rgb(41 37 36 / 0.1);
}
.border-r-stone-800\/100 {
  border-right-color: rgb(41 37 36 / 1);
}
.border-r-stone-800\/15 {
  border-right-color: rgb(41 37 36 / 0.15);
}
.border-r-stone-800\/20 {
  border-right-color: rgb(41 37 36 / 0.2);
}
.border-r-stone-800\/25 {
  border-right-color: rgb(41 37 36 / 0.25);
}
.border-r-stone-800\/30 {
  border-right-color: rgb(41 37 36 / 0.3);
}
.border-r-stone-800\/35 {
  border-right-color: rgb(41 37 36 / 0.35);
}
.border-r-stone-800\/40 {
  border-right-color: rgb(41 37 36 / 0.4);
}
.border-r-stone-800\/45 {
  border-right-color: rgb(41 37 36 / 0.45);
}
.border-r-stone-800\/5 {
  border-right-color: rgb(41 37 36 / 0.05);
}
.border-r-stone-800\/50 {
  border-right-color: rgb(41 37 36 / 0.5);
}
.border-r-stone-800\/55 {
  border-right-color: rgb(41 37 36 / 0.55);
}
.border-r-stone-800\/60 {
  border-right-color: rgb(41 37 36 / 0.6);
}
.border-r-stone-800\/65 {
  border-right-color: rgb(41 37 36 / 0.65);
}
.border-r-stone-800\/70 {
  border-right-color: rgb(41 37 36 / 0.7);
}
.border-r-stone-800\/75 {
  border-right-color: rgb(41 37 36 / 0.75);
}
.border-r-stone-800\/80 {
  border-right-color: rgb(41 37 36 / 0.8);
}
.border-r-stone-800\/85 {
  border-right-color: rgb(41 37 36 / 0.85);
}
.border-r-stone-800\/90 {
  border-right-color: rgb(41 37 36 / 0.9);
}
.border-r-stone-800\/95 {
  border-right-color: rgb(41 37 36 / 0.95);
}
.border-r-stone-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-r-stone-900\/0 {
  border-right-color: rgb(28 25 23 / 0);
}
.border-r-stone-900\/10 {
  border-right-color: rgb(28 25 23 / 0.1);
}
.border-r-stone-900\/100 {
  border-right-color: rgb(28 25 23 / 1);
}
.border-r-stone-900\/15 {
  border-right-color: rgb(28 25 23 / 0.15);
}
.border-r-stone-900\/20 {
  border-right-color: rgb(28 25 23 / 0.2);
}
.border-r-stone-900\/25 {
  border-right-color: rgb(28 25 23 / 0.25);
}
.border-r-stone-900\/30 {
  border-right-color: rgb(28 25 23 / 0.3);
}
.border-r-stone-900\/35 {
  border-right-color: rgb(28 25 23 / 0.35);
}
.border-r-stone-900\/40 {
  border-right-color: rgb(28 25 23 / 0.4);
}
.border-r-stone-900\/45 {
  border-right-color: rgb(28 25 23 / 0.45);
}
.border-r-stone-900\/5 {
  border-right-color: rgb(28 25 23 / 0.05);
}
.border-r-stone-900\/50 {
  border-right-color: rgb(28 25 23 / 0.5);
}
.border-r-stone-900\/55 {
  border-right-color: rgb(28 25 23 / 0.55);
}
.border-r-stone-900\/60 {
  border-right-color: rgb(28 25 23 / 0.6);
}
.border-r-stone-900\/65 {
  border-right-color: rgb(28 25 23 / 0.65);
}
.border-r-stone-900\/70 {
  border-right-color: rgb(28 25 23 / 0.7);
}
.border-r-stone-900\/75 {
  border-right-color: rgb(28 25 23 / 0.75);
}
.border-r-stone-900\/80 {
  border-right-color: rgb(28 25 23 / 0.8);
}
.border-r-stone-900\/85 {
  border-right-color: rgb(28 25 23 / 0.85);
}
.border-r-stone-900\/90 {
  border-right-color: rgb(28 25 23 / 0.9);
}
.border-r-stone-900\/95 {
  border-right-color: rgb(28 25 23 / 0.95);
}
.border-r-stone-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-r-stone-950\/0 {
  border-right-color: rgb(12 10 9 / 0);
}
.border-r-stone-950\/10 {
  border-right-color: rgb(12 10 9 / 0.1);
}
.border-r-stone-950\/100 {
  border-right-color: rgb(12 10 9 / 1);
}
.border-r-stone-950\/15 {
  border-right-color: rgb(12 10 9 / 0.15);
}
.border-r-stone-950\/20 {
  border-right-color: rgb(12 10 9 / 0.2);
}
.border-r-stone-950\/25 {
  border-right-color: rgb(12 10 9 / 0.25);
}
.border-r-stone-950\/30 {
  border-right-color: rgb(12 10 9 / 0.3);
}
.border-r-stone-950\/35 {
  border-right-color: rgb(12 10 9 / 0.35);
}
.border-r-stone-950\/40 {
  border-right-color: rgb(12 10 9 / 0.4);
}
.border-r-stone-950\/45 {
  border-right-color: rgb(12 10 9 / 0.45);
}
.border-r-stone-950\/5 {
  border-right-color: rgb(12 10 9 / 0.05);
}
.border-r-stone-950\/50 {
  border-right-color: rgb(12 10 9 / 0.5);
}
.border-r-stone-950\/55 {
  border-right-color: rgb(12 10 9 / 0.55);
}
.border-r-stone-950\/60 {
  border-right-color: rgb(12 10 9 / 0.6);
}
.border-r-stone-950\/65 {
  border-right-color: rgb(12 10 9 / 0.65);
}
.border-r-stone-950\/70 {
  border-right-color: rgb(12 10 9 / 0.7);
}
.border-r-stone-950\/75 {
  border-right-color: rgb(12 10 9 / 0.75);
}
.border-r-stone-950\/80 {
  border-right-color: rgb(12 10 9 / 0.8);
}
.border-r-stone-950\/85 {
  border-right-color: rgb(12 10 9 / 0.85);
}
.border-r-stone-950\/90 {
  border-right-color: rgb(12 10 9 / 0.9);
}
.border-r-stone-950\/95 {
  border-right-color: rgb(12 10 9 / 0.95);
}
.border-r-supporting {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-r-supporting-foreground {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-r-supporting-foreground\/0 {
  border-right-color: hsl(var(--supporting) / 0);
}
.border-r-supporting-foreground\/10 {
  border-right-color: hsl(var(--supporting) / 0.1);
}
.border-r-supporting-foreground\/100 {
  border-right-color: hsl(var(--supporting) / 1);
}
.border-r-supporting-foreground\/15 {
  border-right-color: hsl(var(--supporting) / 0.15);
}
.border-r-supporting-foreground\/20 {
  border-right-color: hsl(var(--supporting) / 0.2);
}
.border-r-supporting-foreground\/25 {
  border-right-color: hsl(var(--supporting) / 0.25);
}
.border-r-supporting-foreground\/30 {
  border-right-color: hsl(var(--supporting) / 0.3);
}
.border-r-supporting-foreground\/35 {
  border-right-color: hsl(var(--supporting) / 0.35);
}
.border-r-supporting-foreground\/40 {
  border-right-color: hsl(var(--supporting) / 0.4);
}
.border-r-supporting-foreground\/45 {
  border-right-color: hsl(var(--supporting) / 0.45);
}
.border-r-supporting-foreground\/5 {
  border-right-color: hsl(var(--supporting) / 0.05);
}
.border-r-supporting-foreground\/50 {
  border-right-color: hsl(var(--supporting) / 0.5);
}
.border-r-supporting-foreground\/55 {
  border-right-color: hsl(var(--supporting) / 0.55);
}
.border-r-supporting-foreground\/60 {
  border-right-color: hsl(var(--supporting) / 0.6);
}
.border-r-supporting-foreground\/65 {
  border-right-color: hsl(var(--supporting) / 0.65);
}
.border-r-supporting-foreground\/70 {
  border-right-color: hsl(var(--supporting) / 0.7);
}
.border-r-supporting-foreground\/75 {
  border-right-color: hsl(var(--supporting) / 0.75);
}
.border-r-supporting-foreground\/80 {
  border-right-color: hsl(var(--supporting) / 0.8);
}
.border-r-supporting-foreground\/85 {
  border-right-color: hsl(var(--supporting) / 0.85);
}
.border-r-supporting-foreground\/90 {
  border-right-color: hsl(var(--supporting) / 0.9);
}
.border-r-supporting-foreground\/95 {
  border-right-color: hsl(var(--supporting) / 0.95);
}
.border-r-supporting\/0 {
  border-right-color: hsl(var(--supporting) / 0);
}
.border-r-supporting\/10 {
  border-right-color: hsl(var(--supporting) / 0.1);
}
.border-r-supporting\/100 {
  border-right-color: hsl(var(--supporting) / 1);
}
.border-r-supporting\/15 {
  border-right-color: hsl(var(--supporting) / 0.15);
}
.border-r-supporting\/20 {
  border-right-color: hsl(var(--supporting) / 0.2);
}
.border-r-supporting\/25 {
  border-right-color: hsl(var(--supporting) / 0.25);
}
.border-r-supporting\/30 {
  border-right-color: hsl(var(--supporting) / 0.3);
}
.border-r-supporting\/35 {
  border-right-color: hsl(var(--supporting) / 0.35);
}
.border-r-supporting\/40 {
  border-right-color: hsl(var(--supporting) / 0.4);
}
.border-r-supporting\/45 {
  border-right-color: hsl(var(--supporting) / 0.45);
}
.border-r-supporting\/5 {
  border-right-color: hsl(var(--supporting) / 0.05);
}
.border-r-supporting\/50 {
  border-right-color: hsl(var(--supporting) / 0.5);
}
.border-r-supporting\/55 {
  border-right-color: hsl(var(--supporting) / 0.55);
}
.border-r-supporting\/60 {
  border-right-color: hsl(var(--supporting) / 0.6);
}
.border-r-supporting\/65 {
  border-right-color: hsl(var(--supporting) / 0.65);
}
.border-r-supporting\/70 {
  border-right-color: hsl(var(--supporting) / 0.7);
}
.border-r-supporting\/75 {
  border-right-color: hsl(var(--supporting) / 0.75);
}
.border-r-supporting\/80 {
  border-right-color: hsl(var(--supporting) / 0.8);
}
.border-r-supporting\/85 {
  border-right-color: hsl(var(--supporting) / 0.85);
}
.border-r-supporting\/90 {
  border-right-color: hsl(var(--supporting) / 0.9);
}
.border-r-supporting\/95 {
  border-right-color: hsl(var(--supporting) / 0.95);
}
.border-r-teal-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-r-teal-100\/0 {
  border-right-color: rgb(204 251 241 / 0);
}
.border-r-teal-100\/10 {
  border-right-color: rgb(204 251 241 / 0.1);
}
.border-r-teal-100\/100 {
  border-right-color: rgb(204 251 241 / 1);
}
.border-r-teal-100\/15 {
  border-right-color: rgb(204 251 241 / 0.15);
}
.border-r-teal-100\/20 {
  border-right-color: rgb(204 251 241 / 0.2);
}
.border-r-teal-100\/25 {
  border-right-color: rgb(204 251 241 / 0.25);
}
.border-r-teal-100\/30 {
  border-right-color: rgb(204 251 241 / 0.3);
}
.border-r-teal-100\/35 {
  border-right-color: rgb(204 251 241 / 0.35);
}
.border-r-teal-100\/40 {
  border-right-color: rgb(204 251 241 / 0.4);
}
.border-r-teal-100\/45 {
  border-right-color: rgb(204 251 241 / 0.45);
}
.border-r-teal-100\/5 {
  border-right-color: rgb(204 251 241 / 0.05);
}
.border-r-teal-100\/50 {
  border-right-color: rgb(204 251 241 / 0.5);
}
.border-r-teal-100\/55 {
  border-right-color: rgb(204 251 241 / 0.55);
}
.border-r-teal-100\/60 {
  border-right-color: rgb(204 251 241 / 0.6);
}
.border-r-teal-100\/65 {
  border-right-color: rgb(204 251 241 / 0.65);
}
.border-r-teal-100\/70 {
  border-right-color: rgb(204 251 241 / 0.7);
}
.border-r-teal-100\/75 {
  border-right-color: rgb(204 251 241 / 0.75);
}
.border-r-teal-100\/80 {
  border-right-color: rgb(204 251 241 / 0.8);
}
.border-r-teal-100\/85 {
  border-right-color: rgb(204 251 241 / 0.85);
}
.border-r-teal-100\/90 {
  border-right-color: rgb(204 251 241 / 0.9);
}
.border-r-teal-100\/95 {
  border-right-color: rgb(204 251 241 / 0.95);
}
.border-r-teal-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-r-teal-200\/0 {
  border-right-color: rgb(153 246 228 / 0);
}
.border-r-teal-200\/10 {
  border-right-color: rgb(153 246 228 / 0.1);
}
.border-r-teal-200\/100 {
  border-right-color: rgb(153 246 228 / 1);
}
.border-r-teal-200\/15 {
  border-right-color: rgb(153 246 228 / 0.15);
}
.border-r-teal-200\/20 {
  border-right-color: rgb(153 246 228 / 0.2);
}
.border-r-teal-200\/25 {
  border-right-color: rgb(153 246 228 / 0.25);
}
.border-r-teal-200\/30 {
  border-right-color: rgb(153 246 228 / 0.3);
}
.border-r-teal-200\/35 {
  border-right-color: rgb(153 246 228 / 0.35);
}
.border-r-teal-200\/40 {
  border-right-color: rgb(153 246 228 / 0.4);
}
.border-r-teal-200\/45 {
  border-right-color: rgb(153 246 228 / 0.45);
}
.border-r-teal-200\/5 {
  border-right-color: rgb(153 246 228 / 0.05);
}
.border-r-teal-200\/50 {
  border-right-color: rgb(153 246 228 / 0.5);
}
.border-r-teal-200\/55 {
  border-right-color: rgb(153 246 228 / 0.55);
}
.border-r-teal-200\/60 {
  border-right-color: rgb(153 246 228 / 0.6);
}
.border-r-teal-200\/65 {
  border-right-color: rgb(153 246 228 / 0.65);
}
.border-r-teal-200\/70 {
  border-right-color: rgb(153 246 228 / 0.7);
}
.border-r-teal-200\/75 {
  border-right-color: rgb(153 246 228 / 0.75);
}
.border-r-teal-200\/80 {
  border-right-color: rgb(153 246 228 / 0.8);
}
.border-r-teal-200\/85 {
  border-right-color: rgb(153 246 228 / 0.85);
}
.border-r-teal-200\/90 {
  border-right-color: rgb(153 246 228 / 0.9);
}
.border-r-teal-200\/95 {
  border-right-color: rgb(153 246 228 / 0.95);
}
.border-r-teal-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-r-teal-300\/0 {
  border-right-color: rgb(94 234 212 / 0);
}
.border-r-teal-300\/10 {
  border-right-color: rgb(94 234 212 / 0.1);
}
.border-r-teal-300\/100 {
  border-right-color: rgb(94 234 212 / 1);
}
.border-r-teal-300\/15 {
  border-right-color: rgb(94 234 212 / 0.15);
}
.border-r-teal-300\/20 {
  border-right-color: rgb(94 234 212 / 0.2);
}
.border-r-teal-300\/25 {
  border-right-color: rgb(94 234 212 / 0.25);
}
.border-r-teal-300\/30 {
  border-right-color: rgb(94 234 212 / 0.3);
}
.border-r-teal-300\/35 {
  border-right-color: rgb(94 234 212 / 0.35);
}
.border-r-teal-300\/40 {
  border-right-color: rgb(94 234 212 / 0.4);
}
.border-r-teal-300\/45 {
  border-right-color: rgb(94 234 212 / 0.45);
}
.border-r-teal-300\/5 {
  border-right-color: rgb(94 234 212 / 0.05);
}
.border-r-teal-300\/50 {
  border-right-color: rgb(94 234 212 / 0.5);
}
.border-r-teal-300\/55 {
  border-right-color: rgb(94 234 212 / 0.55);
}
.border-r-teal-300\/60 {
  border-right-color: rgb(94 234 212 / 0.6);
}
.border-r-teal-300\/65 {
  border-right-color: rgb(94 234 212 / 0.65);
}
.border-r-teal-300\/70 {
  border-right-color: rgb(94 234 212 / 0.7);
}
.border-r-teal-300\/75 {
  border-right-color: rgb(94 234 212 / 0.75);
}
.border-r-teal-300\/80 {
  border-right-color: rgb(94 234 212 / 0.8);
}
.border-r-teal-300\/85 {
  border-right-color: rgb(94 234 212 / 0.85);
}
.border-r-teal-300\/90 {
  border-right-color: rgb(94 234 212 / 0.9);
}
.border-r-teal-300\/95 {
  border-right-color: rgb(94 234 212 / 0.95);
}
.border-r-teal-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-r-teal-400\/0 {
  border-right-color: rgb(45 212 191 / 0);
}
.border-r-teal-400\/10 {
  border-right-color: rgb(45 212 191 / 0.1);
}
.border-r-teal-400\/100 {
  border-right-color: rgb(45 212 191 / 1);
}
.border-r-teal-400\/15 {
  border-right-color: rgb(45 212 191 / 0.15);
}
.border-r-teal-400\/20 {
  border-right-color: rgb(45 212 191 / 0.2);
}
.border-r-teal-400\/25 {
  border-right-color: rgb(45 212 191 / 0.25);
}
.border-r-teal-400\/30 {
  border-right-color: rgb(45 212 191 / 0.3);
}
.border-r-teal-400\/35 {
  border-right-color: rgb(45 212 191 / 0.35);
}
.border-r-teal-400\/40 {
  border-right-color: rgb(45 212 191 / 0.4);
}
.border-r-teal-400\/45 {
  border-right-color: rgb(45 212 191 / 0.45);
}
.border-r-teal-400\/5 {
  border-right-color: rgb(45 212 191 / 0.05);
}
.border-r-teal-400\/50 {
  border-right-color: rgb(45 212 191 / 0.5);
}
.border-r-teal-400\/55 {
  border-right-color: rgb(45 212 191 / 0.55);
}
.border-r-teal-400\/60 {
  border-right-color: rgb(45 212 191 / 0.6);
}
.border-r-teal-400\/65 {
  border-right-color: rgb(45 212 191 / 0.65);
}
.border-r-teal-400\/70 {
  border-right-color: rgb(45 212 191 / 0.7);
}
.border-r-teal-400\/75 {
  border-right-color: rgb(45 212 191 / 0.75);
}
.border-r-teal-400\/80 {
  border-right-color: rgb(45 212 191 / 0.8);
}
.border-r-teal-400\/85 {
  border-right-color: rgb(45 212 191 / 0.85);
}
.border-r-teal-400\/90 {
  border-right-color: rgb(45 212 191 / 0.9);
}
.border-r-teal-400\/95 {
  border-right-color: rgb(45 212 191 / 0.95);
}
.border-r-teal-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-r-teal-50\/0 {
  border-right-color: rgb(240 253 250 / 0);
}
.border-r-teal-50\/10 {
  border-right-color: rgb(240 253 250 / 0.1);
}
.border-r-teal-50\/100 {
  border-right-color: rgb(240 253 250 / 1);
}
.border-r-teal-50\/15 {
  border-right-color: rgb(240 253 250 / 0.15);
}
.border-r-teal-50\/20 {
  border-right-color: rgb(240 253 250 / 0.2);
}
.border-r-teal-50\/25 {
  border-right-color: rgb(240 253 250 / 0.25);
}
.border-r-teal-50\/30 {
  border-right-color: rgb(240 253 250 / 0.3);
}
.border-r-teal-50\/35 {
  border-right-color: rgb(240 253 250 / 0.35);
}
.border-r-teal-50\/40 {
  border-right-color: rgb(240 253 250 / 0.4);
}
.border-r-teal-50\/45 {
  border-right-color: rgb(240 253 250 / 0.45);
}
.border-r-teal-50\/5 {
  border-right-color: rgb(240 253 250 / 0.05);
}
.border-r-teal-50\/50 {
  border-right-color: rgb(240 253 250 / 0.5);
}
.border-r-teal-50\/55 {
  border-right-color: rgb(240 253 250 / 0.55);
}
.border-r-teal-50\/60 {
  border-right-color: rgb(240 253 250 / 0.6);
}
.border-r-teal-50\/65 {
  border-right-color: rgb(240 253 250 / 0.65);
}
.border-r-teal-50\/70 {
  border-right-color: rgb(240 253 250 / 0.7);
}
.border-r-teal-50\/75 {
  border-right-color: rgb(240 253 250 / 0.75);
}
.border-r-teal-50\/80 {
  border-right-color: rgb(240 253 250 / 0.8);
}
.border-r-teal-50\/85 {
  border-right-color: rgb(240 253 250 / 0.85);
}
.border-r-teal-50\/90 {
  border-right-color: rgb(240 253 250 / 0.9);
}
.border-r-teal-50\/95 {
  border-right-color: rgb(240 253 250 / 0.95);
}
.border-r-teal-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-r-teal-500\/0 {
  border-right-color: rgb(20 184 166 / 0);
}
.border-r-teal-500\/10 {
  border-right-color: rgb(20 184 166 / 0.1);
}
.border-r-teal-500\/100 {
  border-right-color: rgb(20 184 166 / 1);
}
.border-r-teal-500\/15 {
  border-right-color: rgb(20 184 166 / 0.15);
}
.border-r-teal-500\/20 {
  border-right-color: rgb(20 184 166 / 0.2);
}
.border-r-teal-500\/25 {
  border-right-color: rgb(20 184 166 / 0.25);
}
.border-r-teal-500\/30 {
  border-right-color: rgb(20 184 166 / 0.3);
}
.border-r-teal-500\/35 {
  border-right-color: rgb(20 184 166 / 0.35);
}
.border-r-teal-500\/40 {
  border-right-color: rgb(20 184 166 / 0.4);
}
.border-r-teal-500\/45 {
  border-right-color: rgb(20 184 166 / 0.45);
}
.border-r-teal-500\/5 {
  border-right-color: rgb(20 184 166 / 0.05);
}
.border-r-teal-500\/50 {
  border-right-color: rgb(20 184 166 / 0.5);
}
.border-r-teal-500\/55 {
  border-right-color: rgb(20 184 166 / 0.55);
}
.border-r-teal-500\/60 {
  border-right-color: rgb(20 184 166 / 0.6);
}
.border-r-teal-500\/65 {
  border-right-color: rgb(20 184 166 / 0.65);
}
.border-r-teal-500\/70 {
  border-right-color: rgb(20 184 166 / 0.7);
}
.border-r-teal-500\/75 {
  border-right-color: rgb(20 184 166 / 0.75);
}
.border-r-teal-500\/80 {
  border-right-color: rgb(20 184 166 / 0.8);
}
.border-r-teal-500\/85 {
  border-right-color: rgb(20 184 166 / 0.85);
}
.border-r-teal-500\/90 {
  border-right-color: rgb(20 184 166 / 0.9);
}
.border-r-teal-500\/95 {
  border-right-color: rgb(20 184 166 / 0.95);
}
.border-r-teal-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-r-teal-600\/0 {
  border-right-color: rgb(13 148 136 / 0);
}
.border-r-teal-600\/10 {
  border-right-color: rgb(13 148 136 / 0.1);
}
.border-r-teal-600\/100 {
  border-right-color: rgb(13 148 136 / 1);
}
.border-r-teal-600\/15 {
  border-right-color: rgb(13 148 136 / 0.15);
}
.border-r-teal-600\/20 {
  border-right-color: rgb(13 148 136 / 0.2);
}
.border-r-teal-600\/25 {
  border-right-color: rgb(13 148 136 / 0.25);
}
.border-r-teal-600\/30 {
  border-right-color: rgb(13 148 136 / 0.3);
}
.border-r-teal-600\/35 {
  border-right-color: rgb(13 148 136 / 0.35);
}
.border-r-teal-600\/40 {
  border-right-color: rgb(13 148 136 / 0.4);
}
.border-r-teal-600\/45 {
  border-right-color: rgb(13 148 136 / 0.45);
}
.border-r-teal-600\/5 {
  border-right-color: rgb(13 148 136 / 0.05);
}
.border-r-teal-600\/50 {
  border-right-color: rgb(13 148 136 / 0.5);
}
.border-r-teal-600\/55 {
  border-right-color: rgb(13 148 136 / 0.55);
}
.border-r-teal-600\/60 {
  border-right-color: rgb(13 148 136 / 0.6);
}
.border-r-teal-600\/65 {
  border-right-color: rgb(13 148 136 / 0.65);
}
.border-r-teal-600\/70 {
  border-right-color: rgb(13 148 136 / 0.7);
}
.border-r-teal-600\/75 {
  border-right-color: rgb(13 148 136 / 0.75);
}
.border-r-teal-600\/80 {
  border-right-color: rgb(13 148 136 / 0.8);
}
.border-r-teal-600\/85 {
  border-right-color: rgb(13 148 136 / 0.85);
}
.border-r-teal-600\/90 {
  border-right-color: rgb(13 148 136 / 0.9);
}
.border-r-teal-600\/95 {
  border-right-color: rgb(13 148 136 / 0.95);
}
.border-r-teal-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-r-teal-700\/0 {
  border-right-color: rgb(15 118 110 / 0);
}
.border-r-teal-700\/10 {
  border-right-color: rgb(15 118 110 / 0.1);
}
.border-r-teal-700\/100 {
  border-right-color: rgb(15 118 110 / 1);
}
.border-r-teal-700\/15 {
  border-right-color: rgb(15 118 110 / 0.15);
}
.border-r-teal-700\/20 {
  border-right-color: rgb(15 118 110 / 0.2);
}
.border-r-teal-700\/25 {
  border-right-color: rgb(15 118 110 / 0.25);
}
.border-r-teal-700\/30 {
  border-right-color: rgb(15 118 110 / 0.3);
}
.border-r-teal-700\/35 {
  border-right-color: rgb(15 118 110 / 0.35);
}
.border-r-teal-700\/40 {
  border-right-color: rgb(15 118 110 / 0.4);
}
.border-r-teal-700\/45 {
  border-right-color: rgb(15 118 110 / 0.45);
}
.border-r-teal-700\/5 {
  border-right-color: rgb(15 118 110 / 0.05);
}
.border-r-teal-700\/50 {
  border-right-color: rgb(15 118 110 / 0.5);
}
.border-r-teal-700\/55 {
  border-right-color: rgb(15 118 110 / 0.55);
}
.border-r-teal-700\/60 {
  border-right-color: rgb(15 118 110 / 0.6);
}
.border-r-teal-700\/65 {
  border-right-color: rgb(15 118 110 / 0.65);
}
.border-r-teal-700\/70 {
  border-right-color: rgb(15 118 110 / 0.7);
}
.border-r-teal-700\/75 {
  border-right-color: rgb(15 118 110 / 0.75);
}
.border-r-teal-700\/80 {
  border-right-color: rgb(15 118 110 / 0.8);
}
.border-r-teal-700\/85 {
  border-right-color: rgb(15 118 110 / 0.85);
}
.border-r-teal-700\/90 {
  border-right-color: rgb(15 118 110 / 0.9);
}
.border-r-teal-700\/95 {
  border-right-color: rgb(15 118 110 / 0.95);
}
.border-r-teal-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-r-teal-800\/0 {
  border-right-color: rgb(17 94 89 / 0);
}
.border-r-teal-800\/10 {
  border-right-color: rgb(17 94 89 / 0.1);
}
.border-r-teal-800\/100 {
  border-right-color: rgb(17 94 89 / 1);
}
.border-r-teal-800\/15 {
  border-right-color: rgb(17 94 89 / 0.15);
}
.border-r-teal-800\/20 {
  border-right-color: rgb(17 94 89 / 0.2);
}
.border-r-teal-800\/25 {
  border-right-color: rgb(17 94 89 / 0.25);
}
.border-r-teal-800\/30 {
  border-right-color: rgb(17 94 89 / 0.3);
}
.border-r-teal-800\/35 {
  border-right-color: rgb(17 94 89 / 0.35);
}
.border-r-teal-800\/40 {
  border-right-color: rgb(17 94 89 / 0.4);
}
.border-r-teal-800\/45 {
  border-right-color: rgb(17 94 89 / 0.45);
}
.border-r-teal-800\/5 {
  border-right-color: rgb(17 94 89 / 0.05);
}
.border-r-teal-800\/50 {
  border-right-color: rgb(17 94 89 / 0.5);
}
.border-r-teal-800\/55 {
  border-right-color: rgb(17 94 89 / 0.55);
}
.border-r-teal-800\/60 {
  border-right-color: rgb(17 94 89 / 0.6);
}
.border-r-teal-800\/65 {
  border-right-color: rgb(17 94 89 / 0.65);
}
.border-r-teal-800\/70 {
  border-right-color: rgb(17 94 89 / 0.7);
}
.border-r-teal-800\/75 {
  border-right-color: rgb(17 94 89 / 0.75);
}
.border-r-teal-800\/80 {
  border-right-color: rgb(17 94 89 / 0.8);
}
.border-r-teal-800\/85 {
  border-right-color: rgb(17 94 89 / 0.85);
}
.border-r-teal-800\/90 {
  border-right-color: rgb(17 94 89 / 0.9);
}
.border-r-teal-800\/95 {
  border-right-color: rgb(17 94 89 / 0.95);
}
.border-r-teal-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-r-teal-900\/0 {
  border-right-color: rgb(19 78 74 / 0);
}
.border-r-teal-900\/10 {
  border-right-color: rgb(19 78 74 / 0.1);
}
.border-r-teal-900\/100 {
  border-right-color: rgb(19 78 74 / 1);
}
.border-r-teal-900\/15 {
  border-right-color: rgb(19 78 74 / 0.15);
}
.border-r-teal-900\/20 {
  border-right-color: rgb(19 78 74 / 0.2);
}
.border-r-teal-900\/25 {
  border-right-color: rgb(19 78 74 / 0.25);
}
.border-r-teal-900\/30 {
  border-right-color: rgb(19 78 74 / 0.3);
}
.border-r-teal-900\/35 {
  border-right-color: rgb(19 78 74 / 0.35);
}
.border-r-teal-900\/40 {
  border-right-color: rgb(19 78 74 / 0.4);
}
.border-r-teal-900\/45 {
  border-right-color: rgb(19 78 74 / 0.45);
}
.border-r-teal-900\/5 {
  border-right-color: rgb(19 78 74 / 0.05);
}
.border-r-teal-900\/50 {
  border-right-color: rgb(19 78 74 / 0.5);
}
.border-r-teal-900\/55 {
  border-right-color: rgb(19 78 74 / 0.55);
}
.border-r-teal-900\/60 {
  border-right-color: rgb(19 78 74 / 0.6);
}
.border-r-teal-900\/65 {
  border-right-color: rgb(19 78 74 / 0.65);
}
.border-r-teal-900\/70 {
  border-right-color: rgb(19 78 74 / 0.7);
}
.border-r-teal-900\/75 {
  border-right-color: rgb(19 78 74 / 0.75);
}
.border-r-teal-900\/80 {
  border-right-color: rgb(19 78 74 / 0.8);
}
.border-r-teal-900\/85 {
  border-right-color: rgb(19 78 74 / 0.85);
}
.border-r-teal-900\/90 {
  border-right-color: rgb(19 78 74 / 0.9);
}
.border-r-teal-900\/95 {
  border-right-color: rgb(19 78 74 / 0.95);
}
.border-r-teal-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-r-teal-950\/0 {
  border-right-color: rgb(4 47 46 / 0);
}
.border-r-teal-950\/10 {
  border-right-color: rgb(4 47 46 / 0.1);
}
.border-r-teal-950\/100 {
  border-right-color: rgb(4 47 46 / 1);
}
.border-r-teal-950\/15 {
  border-right-color: rgb(4 47 46 / 0.15);
}
.border-r-teal-950\/20 {
  border-right-color: rgb(4 47 46 / 0.2);
}
.border-r-teal-950\/25 {
  border-right-color: rgb(4 47 46 / 0.25);
}
.border-r-teal-950\/30 {
  border-right-color: rgb(4 47 46 / 0.3);
}
.border-r-teal-950\/35 {
  border-right-color: rgb(4 47 46 / 0.35);
}
.border-r-teal-950\/40 {
  border-right-color: rgb(4 47 46 / 0.4);
}
.border-r-teal-950\/45 {
  border-right-color: rgb(4 47 46 / 0.45);
}
.border-r-teal-950\/5 {
  border-right-color: rgb(4 47 46 / 0.05);
}
.border-r-teal-950\/50 {
  border-right-color: rgb(4 47 46 / 0.5);
}
.border-r-teal-950\/55 {
  border-right-color: rgb(4 47 46 / 0.55);
}
.border-r-teal-950\/60 {
  border-right-color: rgb(4 47 46 / 0.6);
}
.border-r-teal-950\/65 {
  border-right-color: rgb(4 47 46 / 0.65);
}
.border-r-teal-950\/70 {
  border-right-color: rgb(4 47 46 / 0.7);
}
.border-r-teal-950\/75 {
  border-right-color: rgb(4 47 46 / 0.75);
}
.border-r-teal-950\/80 {
  border-right-color: rgb(4 47 46 / 0.8);
}
.border-r-teal-950\/85 {
  border-right-color: rgb(4 47 46 / 0.85);
}
.border-r-teal-950\/90 {
  border-right-color: rgb(4 47 46 / 0.9);
}
.border-r-teal-950\/95 {
  border-right-color: rgb(4 47 46 / 0.95);
}
.border-r-tertiary {
  --tw-border-opacity: 1;
  border-right-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
}
.border-r-tertiary\/0 {
  border-right-color: hsl(var(--tertiary) / 0);
}
.border-r-tertiary\/10 {
  border-right-color: hsl(var(--tertiary) / 0.1);
}
.border-r-tertiary\/100 {
  border-right-color: hsl(var(--tertiary) / 1);
}
.border-r-tertiary\/15 {
  border-right-color: hsl(var(--tertiary) / 0.15);
}
.border-r-tertiary\/20 {
  border-right-color: hsl(var(--tertiary) / 0.2);
}
.border-r-tertiary\/25 {
  border-right-color: hsl(var(--tertiary) / 0.25);
}
.border-r-tertiary\/30 {
  border-right-color: hsl(var(--tertiary) / 0.3);
}
.border-r-tertiary\/35 {
  border-right-color: hsl(var(--tertiary) / 0.35);
}
.border-r-tertiary\/40 {
  border-right-color: hsl(var(--tertiary) / 0.4);
}
.border-r-tertiary\/45 {
  border-right-color: hsl(var(--tertiary) / 0.45);
}
.border-r-tertiary\/5 {
  border-right-color: hsl(var(--tertiary) / 0.05);
}
.border-r-tertiary\/50 {
  border-right-color: hsl(var(--tertiary) / 0.5);
}
.border-r-tertiary\/55 {
  border-right-color: hsl(var(--tertiary) / 0.55);
}
.border-r-tertiary\/60 {
  border-right-color: hsl(var(--tertiary) / 0.6);
}
.border-r-tertiary\/65 {
  border-right-color: hsl(var(--tertiary) / 0.65);
}
.border-r-tertiary\/70 {
  border-right-color: hsl(var(--tertiary) / 0.7);
}
.border-r-tertiary\/75 {
  border-right-color: hsl(var(--tertiary) / 0.75);
}
.border-r-tertiary\/80 {
  border-right-color: hsl(var(--tertiary) / 0.8);
}
.border-r-tertiary\/85 {
  border-right-color: hsl(var(--tertiary) / 0.85);
}
.border-r-tertiary\/90 {
  border-right-color: hsl(var(--tertiary) / 0.9);
}
.border-r-tertiary\/95 {
  border-right-color: hsl(var(--tertiary) / 0.95);
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-violet-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-r-violet-100\/0 {
  border-right-color: rgb(237 233 254 / 0);
}
.border-r-violet-100\/10 {
  border-right-color: rgb(237 233 254 / 0.1);
}
.border-r-violet-100\/100 {
  border-right-color: rgb(237 233 254 / 1);
}
.border-r-violet-100\/15 {
  border-right-color: rgb(237 233 254 / 0.15);
}
.border-r-violet-100\/20 {
  border-right-color: rgb(237 233 254 / 0.2);
}
.border-r-violet-100\/25 {
  border-right-color: rgb(237 233 254 / 0.25);
}
.border-r-violet-100\/30 {
  border-right-color: rgb(237 233 254 / 0.3);
}
.border-r-violet-100\/35 {
  border-right-color: rgb(237 233 254 / 0.35);
}
.border-r-violet-100\/40 {
  border-right-color: rgb(237 233 254 / 0.4);
}
.border-r-violet-100\/45 {
  border-right-color: rgb(237 233 254 / 0.45);
}
.border-r-violet-100\/5 {
  border-right-color: rgb(237 233 254 / 0.05);
}
.border-r-violet-100\/50 {
  border-right-color: rgb(237 233 254 / 0.5);
}
.border-r-violet-100\/55 {
  border-right-color: rgb(237 233 254 / 0.55);
}
.border-r-violet-100\/60 {
  border-right-color: rgb(237 233 254 / 0.6);
}
.border-r-violet-100\/65 {
  border-right-color: rgb(237 233 254 / 0.65);
}
.border-r-violet-100\/70 {
  border-right-color: rgb(237 233 254 / 0.7);
}
.border-r-violet-100\/75 {
  border-right-color: rgb(237 233 254 / 0.75);
}
.border-r-violet-100\/80 {
  border-right-color: rgb(237 233 254 / 0.8);
}
.border-r-violet-100\/85 {
  border-right-color: rgb(237 233 254 / 0.85);
}
.border-r-violet-100\/90 {
  border-right-color: rgb(237 233 254 / 0.9);
}
.border-r-violet-100\/95 {
  border-right-color: rgb(237 233 254 / 0.95);
}
.border-r-violet-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-r-violet-200\/0 {
  border-right-color: rgb(221 214 254 / 0);
}
.border-r-violet-200\/10 {
  border-right-color: rgb(221 214 254 / 0.1);
}
.border-r-violet-200\/100 {
  border-right-color: rgb(221 214 254 / 1);
}
.border-r-violet-200\/15 {
  border-right-color: rgb(221 214 254 / 0.15);
}
.border-r-violet-200\/20 {
  border-right-color: rgb(221 214 254 / 0.2);
}
.border-r-violet-200\/25 {
  border-right-color: rgb(221 214 254 / 0.25);
}
.border-r-violet-200\/30 {
  border-right-color: rgb(221 214 254 / 0.3);
}
.border-r-violet-200\/35 {
  border-right-color: rgb(221 214 254 / 0.35);
}
.border-r-violet-200\/40 {
  border-right-color: rgb(221 214 254 / 0.4);
}
.border-r-violet-200\/45 {
  border-right-color: rgb(221 214 254 / 0.45);
}
.border-r-violet-200\/5 {
  border-right-color: rgb(221 214 254 / 0.05);
}
.border-r-violet-200\/50 {
  border-right-color: rgb(221 214 254 / 0.5);
}
.border-r-violet-200\/55 {
  border-right-color: rgb(221 214 254 / 0.55);
}
.border-r-violet-200\/60 {
  border-right-color: rgb(221 214 254 / 0.6);
}
.border-r-violet-200\/65 {
  border-right-color: rgb(221 214 254 / 0.65);
}
.border-r-violet-200\/70 {
  border-right-color: rgb(221 214 254 / 0.7);
}
.border-r-violet-200\/75 {
  border-right-color: rgb(221 214 254 / 0.75);
}
.border-r-violet-200\/80 {
  border-right-color: rgb(221 214 254 / 0.8);
}
.border-r-violet-200\/85 {
  border-right-color: rgb(221 214 254 / 0.85);
}
.border-r-violet-200\/90 {
  border-right-color: rgb(221 214 254 / 0.9);
}
.border-r-violet-200\/95 {
  border-right-color: rgb(221 214 254 / 0.95);
}
.border-r-violet-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-r-violet-300\/0 {
  border-right-color: rgb(196 181 253 / 0);
}
.border-r-violet-300\/10 {
  border-right-color: rgb(196 181 253 / 0.1);
}
.border-r-violet-300\/100 {
  border-right-color: rgb(196 181 253 / 1);
}
.border-r-violet-300\/15 {
  border-right-color: rgb(196 181 253 / 0.15);
}
.border-r-violet-300\/20 {
  border-right-color: rgb(196 181 253 / 0.2);
}
.border-r-violet-300\/25 {
  border-right-color: rgb(196 181 253 / 0.25);
}
.border-r-violet-300\/30 {
  border-right-color: rgb(196 181 253 / 0.3);
}
.border-r-violet-300\/35 {
  border-right-color: rgb(196 181 253 / 0.35);
}
.border-r-violet-300\/40 {
  border-right-color: rgb(196 181 253 / 0.4);
}
.border-r-violet-300\/45 {
  border-right-color: rgb(196 181 253 / 0.45);
}
.border-r-violet-300\/5 {
  border-right-color: rgb(196 181 253 / 0.05);
}
.border-r-violet-300\/50 {
  border-right-color: rgb(196 181 253 / 0.5);
}
.border-r-violet-300\/55 {
  border-right-color: rgb(196 181 253 / 0.55);
}
.border-r-violet-300\/60 {
  border-right-color: rgb(196 181 253 / 0.6);
}
.border-r-violet-300\/65 {
  border-right-color: rgb(196 181 253 / 0.65);
}
.border-r-violet-300\/70 {
  border-right-color: rgb(196 181 253 / 0.7);
}
.border-r-violet-300\/75 {
  border-right-color: rgb(196 181 253 / 0.75);
}
.border-r-violet-300\/80 {
  border-right-color: rgb(196 181 253 / 0.8);
}
.border-r-violet-300\/85 {
  border-right-color: rgb(196 181 253 / 0.85);
}
.border-r-violet-300\/90 {
  border-right-color: rgb(196 181 253 / 0.9);
}
.border-r-violet-300\/95 {
  border-right-color: rgb(196 181 253 / 0.95);
}
.border-r-violet-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-r-violet-400\/0 {
  border-right-color: rgb(167 139 250 / 0);
}
.border-r-violet-400\/10 {
  border-right-color: rgb(167 139 250 / 0.1);
}
.border-r-violet-400\/100 {
  border-right-color: rgb(167 139 250 / 1);
}
.border-r-violet-400\/15 {
  border-right-color: rgb(167 139 250 / 0.15);
}
.border-r-violet-400\/20 {
  border-right-color: rgb(167 139 250 / 0.2);
}
.border-r-violet-400\/25 {
  border-right-color: rgb(167 139 250 / 0.25);
}
.border-r-violet-400\/30 {
  border-right-color: rgb(167 139 250 / 0.3);
}
.border-r-violet-400\/35 {
  border-right-color: rgb(167 139 250 / 0.35);
}
.border-r-violet-400\/40 {
  border-right-color: rgb(167 139 250 / 0.4);
}
.border-r-violet-400\/45 {
  border-right-color: rgb(167 139 250 / 0.45);
}
.border-r-violet-400\/5 {
  border-right-color: rgb(167 139 250 / 0.05);
}
.border-r-violet-400\/50 {
  border-right-color: rgb(167 139 250 / 0.5);
}
.border-r-violet-400\/55 {
  border-right-color: rgb(167 139 250 / 0.55);
}
.border-r-violet-400\/60 {
  border-right-color: rgb(167 139 250 / 0.6);
}
.border-r-violet-400\/65 {
  border-right-color: rgb(167 139 250 / 0.65);
}
.border-r-violet-400\/70 {
  border-right-color: rgb(167 139 250 / 0.7);
}
.border-r-violet-400\/75 {
  border-right-color: rgb(167 139 250 / 0.75);
}
.border-r-violet-400\/80 {
  border-right-color: rgb(167 139 250 / 0.8);
}
.border-r-violet-400\/85 {
  border-right-color: rgb(167 139 250 / 0.85);
}
.border-r-violet-400\/90 {
  border-right-color: rgb(167 139 250 / 0.9);
}
.border-r-violet-400\/95 {
  border-right-color: rgb(167 139 250 / 0.95);
}
.border-r-violet-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-r-violet-50\/0 {
  border-right-color: rgb(245 243 255 / 0);
}
.border-r-violet-50\/10 {
  border-right-color: rgb(245 243 255 / 0.1);
}
.border-r-violet-50\/100 {
  border-right-color: rgb(245 243 255 / 1);
}
.border-r-violet-50\/15 {
  border-right-color: rgb(245 243 255 / 0.15);
}
.border-r-violet-50\/20 {
  border-right-color: rgb(245 243 255 / 0.2);
}
.border-r-violet-50\/25 {
  border-right-color: rgb(245 243 255 / 0.25);
}
.border-r-violet-50\/30 {
  border-right-color: rgb(245 243 255 / 0.3);
}
.border-r-violet-50\/35 {
  border-right-color: rgb(245 243 255 / 0.35);
}
.border-r-violet-50\/40 {
  border-right-color: rgb(245 243 255 / 0.4);
}
.border-r-violet-50\/45 {
  border-right-color: rgb(245 243 255 / 0.45);
}
.border-r-violet-50\/5 {
  border-right-color: rgb(245 243 255 / 0.05);
}
.border-r-violet-50\/50 {
  border-right-color: rgb(245 243 255 / 0.5);
}
.border-r-violet-50\/55 {
  border-right-color: rgb(245 243 255 / 0.55);
}
.border-r-violet-50\/60 {
  border-right-color: rgb(245 243 255 / 0.6);
}
.border-r-violet-50\/65 {
  border-right-color: rgb(245 243 255 / 0.65);
}
.border-r-violet-50\/70 {
  border-right-color: rgb(245 243 255 / 0.7);
}
.border-r-violet-50\/75 {
  border-right-color: rgb(245 243 255 / 0.75);
}
.border-r-violet-50\/80 {
  border-right-color: rgb(245 243 255 / 0.8);
}
.border-r-violet-50\/85 {
  border-right-color: rgb(245 243 255 / 0.85);
}
.border-r-violet-50\/90 {
  border-right-color: rgb(245 243 255 / 0.9);
}
.border-r-violet-50\/95 {
  border-right-color: rgb(245 243 255 / 0.95);
}
.border-r-violet-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-r-violet-500\/0 {
  border-right-color: rgb(139 92 246 / 0);
}
.border-r-violet-500\/10 {
  border-right-color: rgb(139 92 246 / 0.1);
}
.border-r-violet-500\/100 {
  border-right-color: rgb(139 92 246 / 1);
}
.border-r-violet-500\/15 {
  border-right-color: rgb(139 92 246 / 0.15);
}
.border-r-violet-500\/20 {
  border-right-color: rgb(139 92 246 / 0.2);
}
.border-r-violet-500\/25 {
  border-right-color: rgb(139 92 246 / 0.25);
}
.border-r-violet-500\/30 {
  border-right-color: rgb(139 92 246 / 0.3);
}
.border-r-violet-500\/35 {
  border-right-color: rgb(139 92 246 / 0.35);
}
.border-r-violet-500\/40 {
  border-right-color: rgb(139 92 246 / 0.4);
}
.border-r-violet-500\/45 {
  border-right-color: rgb(139 92 246 / 0.45);
}
.border-r-violet-500\/5 {
  border-right-color: rgb(139 92 246 / 0.05);
}
.border-r-violet-500\/50 {
  border-right-color: rgb(139 92 246 / 0.5);
}
.border-r-violet-500\/55 {
  border-right-color: rgb(139 92 246 / 0.55);
}
.border-r-violet-500\/60 {
  border-right-color: rgb(139 92 246 / 0.6);
}
.border-r-violet-500\/65 {
  border-right-color: rgb(139 92 246 / 0.65);
}
.border-r-violet-500\/70 {
  border-right-color: rgb(139 92 246 / 0.7);
}
.border-r-violet-500\/75 {
  border-right-color: rgb(139 92 246 / 0.75);
}
.border-r-violet-500\/80 {
  border-right-color: rgb(139 92 246 / 0.8);
}
.border-r-violet-500\/85 {
  border-right-color: rgb(139 92 246 / 0.85);
}
.border-r-violet-500\/90 {
  border-right-color: rgb(139 92 246 / 0.9);
}
.border-r-violet-500\/95 {
  border-right-color: rgb(139 92 246 / 0.95);
}
.border-r-violet-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-r-violet-600\/0 {
  border-right-color: rgb(124 58 237 / 0);
}
.border-r-violet-600\/10 {
  border-right-color: rgb(124 58 237 / 0.1);
}
.border-r-violet-600\/100 {
  border-right-color: rgb(124 58 237 / 1);
}
.border-r-violet-600\/15 {
  border-right-color: rgb(124 58 237 / 0.15);
}
.border-r-violet-600\/20 {
  border-right-color: rgb(124 58 237 / 0.2);
}
.border-r-violet-600\/25 {
  border-right-color: rgb(124 58 237 / 0.25);
}
.border-r-violet-600\/30 {
  border-right-color: rgb(124 58 237 / 0.3);
}
.border-r-violet-600\/35 {
  border-right-color: rgb(124 58 237 / 0.35);
}
.border-r-violet-600\/40 {
  border-right-color: rgb(124 58 237 / 0.4);
}
.border-r-violet-600\/45 {
  border-right-color: rgb(124 58 237 / 0.45);
}
.border-r-violet-600\/5 {
  border-right-color: rgb(124 58 237 / 0.05);
}
.border-r-violet-600\/50 {
  border-right-color: rgb(124 58 237 / 0.5);
}
.border-r-violet-600\/55 {
  border-right-color: rgb(124 58 237 / 0.55);
}
.border-r-violet-600\/60 {
  border-right-color: rgb(124 58 237 / 0.6);
}
.border-r-violet-600\/65 {
  border-right-color: rgb(124 58 237 / 0.65);
}
.border-r-violet-600\/70 {
  border-right-color: rgb(124 58 237 / 0.7);
}
.border-r-violet-600\/75 {
  border-right-color: rgb(124 58 237 / 0.75);
}
.border-r-violet-600\/80 {
  border-right-color: rgb(124 58 237 / 0.8);
}
.border-r-violet-600\/85 {
  border-right-color: rgb(124 58 237 / 0.85);
}
.border-r-violet-600\/90 {
  border-right-color: rgb(124 58 237 / 0.9);
}
.border-r-violet-600\/95 {
  border-right-color: rgb(124 58 237 / 0.95);
}
.border-r-violet-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-r-violet-700\/0 {
  border-right-color: rgb(109 40 217 / 0);
}
.border-r-violet-700\/10 {
  border-right-color: rgb(109 40 217 / 0.1);
}
.border-r-violet-700\/100 {
  border-right-color: rgb(109 40 217 / 1);
}
.border-r-violet-700\/15 {
  border-right-color: rgb(109 40 217 / 0.15);
}
.border-r-violet-700\/20 {
  border-right-color: rgb(109 40 217 / 0.2);
}
.border-r-violet-700\/25 {
  border-right-color: rgb(109 40 217 / 0.25);
}
.border-r-violet-700\/30 {
  border-right-color: rgb(109 40 217 / 0.3);
}
.border-r-violet-700\/35 {
  border-right-color: rgb(109 40 217 / 0.35);
}
.border-r-violet-700\/40 {
  border-right-color: rgb(109 40 217 / 0.4);
}
.border-r-violet-700\/45 {
  border-right-color: rgb(109 40 217 / 0.45);
}
.border-r-violet-700\/5 {
  border-right-color: rgb(109 40 217 / 0.05);
}
.border-r-violet-700\/50 {
  border-right-color: rgb(109 40 217 / 0.5);
}
.border-r-violet-700\/55 {
  border-right-color: rgb(109 40 217 / 0.55);
}
.border-r-violet-700\/60 {
  border-right-color: rgb(109 40 217 / 0.6);
}
.border-r-violet-700\/65 {
  border-right-color: rgb(109 40 217 / 0.65);
}
.border-r-violet-700\/70 {
  border-right-color: rgb(109 40 217 / 0.7);
}
.border-r-violet-700\/75 {
  border-right-color: rgb(109 40 217 / 0.75);
}
.border-r-violet-700\/80 {
  border-right-color: rgb(109 40 217 / 0.8);
}
.border-r-violet-700\/85 {
  border-right-color: rgb(109 40 217 / 0.85);
}
.border-r-violet-700\/90 {
  border-right-color: rgb(109 40 217 / 0.9);
}
.border-r-violet-700\/95 {
  border-right-color: rgb(109 40 217 / 0.95);
}
.border-r-violet-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-r-violet-800\/0 {
  border-right-color: rgb(91 33 182 / 0);
}
.border-r-violet-800\/10 {
  border-right-color: rgb(91 33 182 / 0.1);
}
.border-r-violet-800\/100 {
  border-right-color: rgb(91 33 182 / 1);
}
.border-r-violet-800\/15 {
  border-right-color: rgb(91 33 182 / 0.15);
}
.border-r-violet-800\/20 {
  border-right-color: rgb(91 33 182 / 0.2);
}
.border-r-violet-800\/25 {
  border-right-color: rgb(91 33 182 / 0.25);
}
.border-r-violet-800\/30 {
  border-right-color: rgb(91 33 182 / 0.3);
}
.border-r-violet-800\/35 {
  border-right-color: rgb(91 33 182 / 0.35);
}
.border-r-violet-800\/40 {
  border-right-color: rgb(91 33 182 / 0.4);
}
.border-r-violet-800\/45 {
  border-right-color: rgb(91 33 182 / 0.45);
}
.border-r-violet-800\/5 {
  border-right-color: rgb(91 33 182 / 0.05);
}
.border-r-violet-800\/50 {
  border-right-color: rgb(91 33 182 / 0.5);
}
.border-r-violet-800\/55 {
  border-right-color: rgb(91 33 182 / 0.55);
}
.border-r-violet-800\/60 {
  border-right-color: rgb(91 33 182 / 0.6);
}
.border-r-violet-800\/65 {
  border-right-color: rgb(91 33 182 / 0.65);
}
.border-r-violet-800\/70 {
  border-right-color: rgb(91 33 182 / 0.7);
}
.border-r-violet-800\/75 {
  border-right-color: rgb(91 33 182 / 0.75);
}
.border-r-violet-800\/80 {
  border-right-color: rgb(91 33 182 / 0.8);
}
.border-r-violet-800\/85 {
  border-right-color: rgb(91 33 182 / 0.85);
}
.border-r-violet-800\/90 {
  border-right-color: rgb(91 33 182 / 0.9);
}
.border-r-violet-800\/95 {
  border-right-color: rgb(91 33 182 / 0.95);
}
.border-r-violet-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-r-violet-900\/0 {
  border-right-color: rgb(76 29 149 / 0);
}
.border-r-violet-900\/10 {
  border-right-color: rgb(76 29 149 / 0.1);
}
.border-r-violet-900\/100 {
  border-right-color: rgb(76 29 149 / 1);
}
.border-r-violet-900\/15 {
  border-right-color: rgb(76 29 149 / 0.15);
}
.border-r-violet-900\/20 {
  border-right-color: rgb(76 29 149 / 0.2);
}
.border-r-violet-900\/25 {
  border-right-color: rgb(76 29 149 / 0.25);
}
.border-r-violet-900\/30 {
  border-right-color: rgb(76 29 149 / 0.3);
}
.border-r-violet-900\/35 {
  border-right-color: rgb(76 29 149 / 0.35);
}
.border-r-violet-900\/40 {
  border-right-color: rgb(76 29 149 / 0.4);
}
.border-r-violet-900\/45 {
  border-right-color: rgb(76 29 149 / 0.45);
}
.border-r-violet-900\/5 {
  border-right-color: rgb(76 29 149 / 0.05);
}
.border-r-violet-900\/50 {
  border-right-color: rgb(76 29 149 / 0.5);
}
.border-r-violet-900\/55 {
  border-right-color: rgb(76 29 149 / 0.55);
}
.border-r-violet-900\/60 {
  border-right-color: rgb(76 29 149 / 0.6);
}
.border-r-violet-900\/65 {
  border-right-color: rgb(76 29 149 / 0.65);
}
.border-r-violet-900\/70 {
  border-right-color: rgb(76 29 149 / 0.7);
}
.border-r-violet-900\/75 {
  border-right-color: rgb(76 29 149 / 0.75);
}
.border-r-violet-900\/80 {
  border-right-color: rgb(76 29 149 / 0.8);
}
.border-r-violet-900\/85 {
  border-right-color: rgb(76 29 149 / 0.85);
}
.border-r-violet-900\/90 {
  border-right-color: rgb(76 29 149 / 0.9);
}
.border-r-violet-900\/95 {
  border-right-color: rgb(76 29 149 / 0.95);
}
.border-r-violet-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-r-violet-950\/0 {
  border-right-color: rgb(46 16 101 / 0);
}
.border-r-violet-950\/10 {
  border-right-color: rgb(46 16 101 / 0.1);
}
.border-r-violet-950\/100 {
  border-right-color: rgb(46 16 101 / 1);
}
.border-r-violet-950\/15 {
  border-right-color: rgb(46 16 101 / 0.15);
}
.border-r-violet-950\/20 {
  border-right-color: rgb(46 16 101 / 0.2);
}
.border-r-violet-950\/25 {
  border-right-color: rgb(46 16 101 / 0.25);
}
.border-r-violet-950\/30 {
  border-right-color: rgb(46 16 101 / 0.3);
}
.border-r-violet-950\/35 {
  border-right-color: rgb(46 16 101 / 0.35);
}
.border-r-violet-950\/40 {
  border-right-color: rgb(46 16 101 / 0.4);
}
.border-r-violet-950\/45 {
  border-right-color: rgb(46 16 101 / 0.45);
}
.border-r-violet-950\/5 {
  border-right-color: rgb(46 16 101 / 0.05);
}
.border-r-violet-950\/50 {
  border-right-color: rgb(46 16 101 / 0.5);
}
.border-r-violet-950\/55 {
  border-right-color: rgb(46 16 101 / 0.55);
}
.border-r-violet-950\/60 {
  border-right-color: rgb(46 16 101 / 0.6);
}
.border-r-violet-950\/65 {
  border-right-color: rgb(46 16 101 / 0.65);
}
.border-r-violet-950\/70 {
  border-right-color: rgb(46 16 101 / 0.7);
}
.border-r-violet-950\/75 {
  border-right-color: rgb(46 16 101 / 0.75);
}
.border-r-violet-950\/80 {
  border-right-color: rgb(46 16 101 / 0.8);
}
.border-r-violet-950\/85 {
  border-right-color: rgb(46 16 101 / 0.85);
}
.border-r-violet-950\/90 {
  border-right-color: rgb(46 16 101 / 0.9);
}
.border-r-violet-950\/95 {
  border-right-color: rgb(46 16 101 / 0.95);
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}
.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}
.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}
.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}
.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}
.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}
.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}
.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}
.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}
.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}
.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}
.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}
.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}
.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}
.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}
.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}
.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}
.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}
.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}
.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}
.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}
.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}
.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}
.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}
.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}
.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}
.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}
.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}
.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}
.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}
.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}
.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}
.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}
.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}
.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}
.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}
.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}
.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}
.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}
.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}
.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}
.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}
.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}
.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}
.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}
.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}
.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}
.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}
.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}
.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}
.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}
.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}
.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}
.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}
.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}
.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}
.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}
.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}
.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}
.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}
.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}
.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}
.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}
.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}
.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}
.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}
.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}
.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}
.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}
.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}
.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}
.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}
.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}
.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}
.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}
.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}
.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}
.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}
.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}
.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}
.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}
.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}
.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}
.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}
.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}
.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}
.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}
.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}
.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}
.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}
.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}
.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}
.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}
.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}
.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}
.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}
.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}
.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}
.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}
.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}
.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}
.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}
.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}
.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}
.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}
.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}
.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}
.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}
.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}
.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}
.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}
.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}
.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}
.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}
.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}
.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}
.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}
.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}
.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}
.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}
.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}
.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}
.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}
.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}
.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}
.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}
.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}
.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}
.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}
.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}
.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}
.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}
.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}
.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}
.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}
.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}
.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}
.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}
.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}
.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}
.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}
.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}
.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}
.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}
.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}
.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}
.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}
.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}
.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}
.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}
.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}
.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}
.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}
.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}
.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}
.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}
.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}
.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}
.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}
.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}
.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}
.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}
.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}
.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}
.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}
.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}
.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}
.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}
.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}
.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}
.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}
.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}
.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}
.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}
.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}
.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}
.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}
.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}
.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}
.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}
.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}
.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}
.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}
.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}
.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}
.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}
.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}
.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}
.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}
.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}
.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}
.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}
.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}
.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}
.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}
.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}
.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}
.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}
.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}
.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}
.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}
.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}
.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}
.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}
.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}
.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}
.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}
.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}
.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}
.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}
.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0);
}
.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1);
}
.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1);
}
.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}
.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2);
}
.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25);
}
.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3);
}
.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}
.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}
.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}
.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05);
}
.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5);
}
.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}
.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}
.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}
.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7);
}
.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75);
}
.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8);
}
.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}
.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9);
}
.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95);
}
.border-r-zinc-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-r-zinc-100\/0 {
  border-right-color: rgb(244 244 245 / 0);
}
.border-r-zinc-100\/10 {
  border-right-color: rgb(244 244 245 / 0.1);
}
.border-r-zinc-100\/100 {
  border-right-color: rgb(244 244 245 / 1);
}
.border-r-zinc-100\/15 {
  border-right-color: rgb(244 244 245 / 0.15);
}
.border-r-zinc-100\/20 {
  border-right-color: rgb(244 244 245 / 0.2);
}
.border-r-zinc-100\/25 {
  border-right-color: rgb(244 244 245 / 0.25);
}
.border-r-zinc-100\/30 {
  border-right-color: rgb(244 244 245 / 0.3);
}
.border-r-zinc-100\/35 {
  border-right-color: rgb(244 244 245 / 0.35);
}
.border-r-zinc-100\/40 {
  border-right-color: rgb(244 244 245 / 0.4);
}
.border-r-zinc-100\/45 {
  border-right-color: rgb(244 244 245 / 0.45);
}
.border-r-zinc-100\/5 {
  border-right-color: rgb(244 244 245 / 0.05);
}
.border-r-zinc-100\/50 {
  border-right-color: rgb(244 244 245 / 0.5);
}
.border-r-zinc-100\/55 {
  border-right-color: rgb(244 244 245 / 0.55);
}
.border-r-zinc-100\/60 {
  border-right-color: rgb(244 244 245 / 0.6);
}
.border-r-zinc-100\/65 {
  border-right-color: rgb(244 244 245 / 0.65);
}
.border-r-zinc-100\/70 {
  border-right-color: rgb(244 244 245 / 0.7);
}
.border-r-zinc-100\/75 {
  border-right-color: rgb(244 244 245 / 0.75);
}
.border-r-zinc-100\/80 {
  border-right-color: rgb(244 244 245 / 0.8);
}
.border-r-zinc-100\/85 {
  border-right-color: rgb(244 244 245 / 0.85);
}
.border-r-zinc-100\/90 {
  border-right-color: rgb(244 244 245 / 0.9);
}
.border-r-zinc-100\/95 {
  border-right-color: rgb(244 244 245 / 0.95);
}
.border-r-zinc-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-r-zinc-200\/0 {
  border-right-color: rgb(228 228 231 / 0);
}
.border-r-zinc-200\/10 {
  border-right-color: rgb(228 228 231 / 0.1);
}
.border-r-zinc-200\/100 {
  border-right-color: rgb(228 228 231 / 1);
}
.border-r-zinc-200\/15 {
  border-right-color: rgb(228 228 231 / 0.15);
}
.border-r-zinc-200\/20 {
  border-right-color: rgb(228 228 231 / 0.2);
}
.border-r-zinc-200\/25 {
  border-right-color: rgb(228 228 231 / 0.25);
}
.border-r-zinc-200\/30 {
  border-right-color: rgb(228 228 231 / 0.3);
}
.border-r-zinc-200\/35 {
  border-right-color: rgb(228 228 231 / 0.35);
}
.border-r-zinc-200\/40 {
  border-right-color: rgb(228 228 231 / 0.4);
}
.border-r-zinc-200\/45 {
  border-right-color: rgb(228 228 231 / 0.45);
}
.border-r-zinc-200\/5 {
  border-right-color: rgb(228 228 231 / 0.05);
}
.border-r-zinc-200\/50 {
  border-right-color: rgb(228 228 231 / 0.5);
}
.border-r-zinc-200\/55 {
  border-right-color: rgb(228 228 231 / 0.55);
}
.border-r-zinc-200\/60 {
  border-right-color: rgb(228 228 231 / 0.6);
}
.border-r-zinc-200\/65 {
  border-right-color: rgb(228 228 231 / 0.65);
}
.border-r-zinc-200\/70 {
  border-right-color: rgb(228 228 231 / 0.7);
}
.border-r-zinc-200\/75 {
  border-right-color: rgb(228 228 231 / 0.75);
}
.border-r-zinc-200\/80 {
  border-right-color: rgb(228 228 231 / 0.8);
}
.border-r-zinc-200\/85 {
  border-right-color: rgb(228 228 231 / 0.85);
}
.border-r-zinc-200\/90 {
  border-right-color: rgb(228 228 231 / 0.9);
}
.border-r-zinc-200\/95 {
  border-right-color: rgb(228 228 231 / 0.95);
}
.border-r-zinc-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-r-zinc-300\/0 {
  border-right-color: rgb(212 212 216 / 0);
}
.border-r-zinc-300\/10 {
  border-right-color: rgb(212 212 216 / 0.1);
}
.border-r-zinc-300\/100 {
  border-right-color: rgb(212 212 216 / 1);
}
.border-r-zinc-300\/15 {
  border-right-color: rgb(212 212 216 / 0.15);
}
.border-r-zinc-300\/20 {
  border-right-color: rgb(212 212 216 / 0.2);
}
.border-r-zinc-300\/25 {
  border-right-color: rgb(212 212 216 / 0.25);
}
.border-r-zinc-300\/30 {
  border-right-color: rgb(212 212 216 / 0.3);
}
.border-r-zinc-300\/35 {
  border-right-color: rgb(212 212 216 / 0.35);
}
.border-r-zinc-300\/40 {
  border-right-color: rgb(212 212 216 / 0.4);
}
.border-r-zinc-300\/45 {
  border-right-color: rgb(212 212 216 / 0.45);
}
.border-r-zinc-300\/5 {
  border-right-color: rgb(212 212 216 / 0.05);
}
.border-r-zinc-300\/50 {
  border-right-color: rgb(212 212 216 / 0.5);
}
.border-r-zinc-300\/55 {
  border-right-color: rgb(212 212 216 / 0.55);
}
.border-r-zinc-300\/60 {
  border-right-color: rgb(212 212 216 / 0.6);
}
.border-r-zinc-300\/65 {
  border-right-color: rgb(212 212 216 / 0.65);
}
.border-r-zinc-300\/70 {
  border-right-color: rgb(212 212 216 / 0.7);
}
.border-r-zinc-300\/75 {
  border-right-color: rgb(212 212 216 / 0.75);
}
.border-r-zinc-300\/80 {
  border-right-color: rgb(212 212 216 / 0.8);
}
.border-r-zinc-300\/85 {
  border-right-color: rgb(212 212 216 / 0.85);
}
.border-r-zinc-300\/90 {
  border-right-color: rgb(212 212 216 / 0.9);
}
.border-r-zinc-300\/95 {
  border-right-color: rgb(212 212 216 / 0.95);
}
.border-r-zinc-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-r-zinc-400\/0 {
  border-right-color: rgb(161 161 170 / 0);
}
.border-r-zinc-400\/10 {
  border-right-color: rgb(161 161 170 / 0.1);
}
.border-r-zinc-400\/100 {
  border-right-color: rgb(161 161 170 / 1);
}
.border-r-zinc-400\/15 {
  border-right-color: rgb(161 161 170 / 0.15);
}
.border-r-zinc-400\/20 {
  border-right-color: rgb(161 161 170 / 0.2);
}
.border-r-zinc-400\/25 {
  border-right-color: rgb(161 161 170 / 0.25);
}
.border-r-zinc-400\/30 {
  border-right-color: rgb(161 161 170 / 0.3);
}
.border-r-zinc-400\/35 {
  border-right-color: rgb(161 161 170 / 0.35);
}
.border-r-zinc-400\/40 {
  border-right-color: rgb(161 161 170 / 0.4);
}
.border-r-zinc-400\/45 {
  border-right-color: rgb(161 161 170 / 0.45);
}
.border-r-zinc-400\/5 {
  border-right-color: rgb(161 161 170 / 0.05);
}
.border-r-zinc-400\/50 {
  border-right-color: rgb(161 161 170 / 0.5);
}
.border-r-zinc-400\/55 {
  border-right-color: rgb(161 161 170 / 0.55);
}
.border-r-zinc-400\/60 {
  border-right-color: rgb(161 161 170 / 0.6);
}
.border-r-zinc-400\/65 {
  border-right-color: rgb(161 161 170 / 0.65);
}
.border-r-zinc-400\/70 {
  border-right-color: rgb(161 161 170 / 0.7);
}
.border-r-zinc-400\/75 {
  border-right-color: rgb(161 161 170 / 0.75);
}
.border-r-zinc-400\/80 {
  border-right-color: rgb(161 161 170 / 0.8);
}
.border-r-zinc-400\/85 {
  border-right-color: rgb(161 161 170 / 0.85);
}
.border-r-zinc-400\/90 {
  border-right-color: rgb(161 161 170 / 0.9);
}
.border-r-zinc-400\/95 {
  border-right-color: rgb(161 161 170 / 0.95);
}
.border-r-zinc-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-r-zinc-50\/0 {
  border-right-color: rgb(250 250 250 / 0);
}
.border-r-zinc-50\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}
.border-r-zinc-50\/100 {
  border-right-color: rgb(250 250 250 / 1);
}
.border-r-zinc-50\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}
.border-r-zinc-50\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}
.border-r-zinc-50\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}
.border-r-zinc-50\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}
.border-r-zinc-50\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}
.border-r-zinc-50\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}
.border-r-zinc-50\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}
.border-r-zinc-50\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}
.border-r-zinc-50\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}
.border-r-zinc-50\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}
.border-r-zinc-50\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}
.border-r-zinc-50\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}
.border-r-zinc-50\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}
.border-r-zinc-50\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}
.border-r-zinc-50\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}
.border-r-zinc-50\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}
.border-r-zinc-50\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}
.border-r-zinc-50\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}
.border-r-zinc-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-r-zinc-500\/0 {
  border-right-color: rgb(113 113 122 / 0);
}
.border-r-zinc-500\/10 {
  border-right-color: rgb(113 113 122 / 0.1);
}
.border-r-zinc-500\/100 {
  border-right-color: rgb(113 113 122 / 1);
}
.border-r-zinc-500\/15 {
  border-right-color: rgb(113 113 122 / 0.15);
}
.border-r-zinc-500\/20 {
  border-right-color: rgb(113 113 122 / 0.2);
}
.border-r-zinc-500\/25 {
  border-right-color: rgb(113 113 122 / 0.25);
}
.border-r-zinc-500\/30 {
  border-right-color: rgb(113 113 122 / 0.3);
}
.border-r-zinc-500\/35 {
  border-right-color: rgb(113 113 122 / 0.35);
}
.border-r-zinc-500\/40 {
  border-right-color: rgb(113 113 122 / 0.4);
}
.border-r-zinc-500\/45 {
  border-right-color: rgb(113 113 122 / 0.45);
}
.border-r-zinc-500\/5 {
  border-right-color: rgb(113 113 122 / 0.05);
}
.border-r-zinc-500\/50 {
  border-right-color: rgb(113 113 122 / 0.5);
}
.border-r-zinc-500\/55 {
  border-right-color: rgb(113 113 122 / 0.55);
}
.border-r-zinc-500\/60 {
  border-right-color: rgb(113 113 122 / 0.6);
}
.border-r-zinc-500\/65 {
  border-right-color: rgb(113 113 122 / 0.65);
}
.border-r-zinc-500\/70 {
  border-right-color: rgb(113 113 122 / 0.7);
}
.border-r-zinc-500\/75 {
  border-right-color: rgb(113 113 122 / 0.75);
}
.border-r-zinc-500\/80 {
  border-right-color: rgb(113 113 122 / 0.8);
}
.border-r-zinc-500\/85 {
  border-right-color: rgb(113 113 122 / 0.85);
}
.border-r-zinc-500\/90 {
  border-right-color: rgb(113 113 122 / 0.9);
}
.border-r-zinc-500\/95 {
  border-right-color: rgb(113 113 122 / 0.95);
}
.border-r-zinc-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-r-zinc-600\/0 {
  border-right-color: rgb(82 82 91 / 0);
}
.border-r-zinc-600\/10 {
  border-right-color: rgb(82 82 91 / 0.1);
}
.border-r-zinc-600\/100 {
  border-right-color: rgb(82 82 91 / 1);
}
.border-r-zinc-600\/15 {
  border-right-color: rgb(82 82 91 / 0.15);
}
.border-r-zinc-600\/20 {
  border-right-color: rgb(82 82 91 / 0.2);
}
.border-r-zinc-600\/25 {
  border-right-color: rgb(82 82 91 / 0.25);
}
.border-r-zinc-600\/30 {
  border-right-color: rgb(82 82 91 / 0.3);
}
.border-r-zinc-600\/35 {
  border-right-color: rgb(82 82 91 / 0.35);
}
.border-r-zinc-600\/40 {
  border-right-color: rgb(82 82 91 / 0.4);
}
.border-r-zinc-600\/45 {
  border-right-color: rgb(82 82 91 / 0.45);
}
.border-r-zinc-600\/5 {
  border-right-color: rgb(82 82 91 / 0.05);
}
.border-r-zinc-600\/50 {
  border-right-color: rgb(82 82 91 / 0.5);
}
.border-r-zinc-600\/55 {
  border-right-color: rgb(82 82 91 / 0.55);
}
.border-r-zinc-600\/60 {
  border-right-color: rgb(82 82 91 / 0.6);
}
.border-r-zinc-600\/65 {
  border-right-color: rgb(82 82 91 / 0.65);
}
.border-r-zinc-600\/70 {
  border-right-color: rgb(82 82 91 / 0.7);
}
.border-r-zinc-600\/75 {
  border-right-color: rgb(82 82 91 / 0.75);
}
.border-r-zinc-600\/80 {
  border-right-color: rgb(82 82 91 / 0.8);
}
.border-r-zinc-600\/85 {
  border-right-color: rgb(82 82 91 / 0.85);
}
.border-r-zinc-600\/90 {
  border-right-color: rgb(82 82 91 / 0.9);
}
.border-r-zinc-600\/95 {
  border-right-color: rgb(82 82 91 / 0.95);
}
.border-r-zinc-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-r-zinc-700\/0 {
  border-right-color: rgb(63 63 70 / 0);
}
.border-r-zinc-700\/10 {
  border-right-color: rgb(63 63 70 / 0.1);
}
.border-r-zinc-700\/100 {
  border-right-color: rgb(63 63 70 / 1);
}
.border-r-zinc-700\/15 {
  border-right-color: rgb(63 63 70 / 0.15);
}
.border-r-zinc-700\/20 {
  border-right-color: rgb(63 63 70 / 0.2);
}
.border-r-zinc-700\/25 {
  border-right-color: rgb(63 63 70 / 0.25);
}
.border-r-zinc-700\/30 {
  border-right-color: rgb(63 63 70 / 0.3);
}
.border-r-zinc-700\/35 {
  border-right-color: rgb(63 63 70 / 0.35);
}
.border-r-zinc-700\/40 {
  border-right-color: rgb(63 63 70 / 0.4);
}
.border-r-zinc-700\/45 {
  border-right-color: rgb(63 63 70 / 0.45);
}
.border-r-zinc-700\/5 {
  border-right-color: rgb(63 63 70 / 0.05);
}
.border-r-zinc-700\/50 {
  border-right-color: rgb(63 63 70 / 0.5);
}
.border-r-zinc-700\/55 {
  border-right-color: rgb(63 63 70 / 0.55);
}
.border-r-zinc-700\/60 {
  border-right-color: rgb(63 63 70 / 0.6);
}
.border-r-zinc-700\/65 {
  border-right-color: rgb(63 63 70 / 0.65);
}
.border-r-zinc-700\/70 {
  border-right-color: rgb(63 63 70 / 0.7);
}
.border-r-zinc-700\/75 {
  border-right-color: rgb(63 63 70 / 0.75);
}
.border-r-zinc-700\/80 {
  border-right-color: rgb(63 63 70 / 0.8);
}
.border-r-zinc-700\/85 {
  border-right-color: rgb(63 63 70 / 0.85);
}
.border-r-zinc-700\/90 {
  border-right-color: rgb(63 63 70 / 0.9);
}
.border-r-zinc-700\/95 {
  border-right-color: rgb(63 63 70 / 0.95);
}
.border-r-zinc-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-r-zinc-800\/0 {
  border-right-color: rgb(39 39 42 / 0);
}
.border-r-zinc-800\/10 {
  border-right-color: rgb(39 39 42 / 0.1);
}
.border-r-zinc-800\/100 {
  border-right-color: rgb(39 39 42 / 1);
}
.border-r-zinc-800\/15 {
  border-right-color: rgb(39 39 42 / 0.15);
}
.border-r-zinc-800\/20 {
  border-right-color: rgb(39 39 42 / 0.2);
}
.border-r-zinc-800\/25 {
  border-right-color: rgb(39 39 42 / 0.25);
}
.border-r-zinc-800\/30 {
  border-right-color: rgb(39 39 42 / 0.3);
}
.border-r-zinc-800\/35 {
  border-right-color: rgb(39 39 42 / 0.35);
}
.border-r-zinc-800\/40 {
  border-right-color: rgb(39 39 42 / 0.4);
}
.border-r-zinc-800\/45 {
  border-right-color: rgb(39 39 42 / 0.45);
}
.border-r-zinc-800\/5 {
  border-right-color: rgb(39 39 42 / 0.05);
}
.border-r-zinc-800\/50 {
  border-right-color: rgb(39 39 42 / 0.5);
}
.border-r-zinc-800\/55 {
  border-right-color: rgb(39 39 42 / 0.55);
}
.border-r-zinc-800\/60 {
  border-right-color: rgb(39 39 42 / 0.6);
}
.border-r-zinc-800\/65 {
  border-right-color: rgb(39 39 42 / 0.65);
}
.border-r-zinc-800\/70 {
  border-right-color: rgb(39 39 42 / 0.7);
}
.border-r-zinc-800\/75 {
  border-right-color: rgb(39 39 42 / 0.75);
}
.border-r-zinc-800\/80 {
  border-right-color: rgb(39 39 42 / 0.8);
}
.border-r-zinc-800\/85 {
  border-right-color: rgb(39 39 42 / 0.85);
}
.border-r-zinc-800\/90 {
  border-right-color: rgb(39 39 42 / 0.9);
}
.border-r-zinc-800\/95 {
  border-right-color: rgb(39 39 42 / 0.95);
}
.border-r-zinc-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-r-zinc-900\/0 {
  border-right-color: rgb(24 24 27 / 0);
}
.border-r-zinc-900\/10 {
  border-right-color: rgb(24 24 27 / 0.1);
}
.border-r-zinc-900\/100 {
  border-right-color: rgb(24 24 27 / 1);
}
.border-r-zinc-900\/15 {
  border-right-color: rgb(24 24 27 / 0.15);
}
.border-r-zinc-900\/20 {
  border-right-color: rgb(24 24 27 / 0.2);
}
.border-r-zinc-900\/25 {
  border-right-color: rgb(24 24 27 / 0.25);
}
.border-r-zinc-900\/30 {
  border-right-color: rgb(24 24 27 / 0.3);
}
.border-r-zinc-900\/35 {
  border-right-color: rgb(24 24 27 / 0.35);
}
.border-r-zinc-900\/40 {
  border-right-color: rgb(24 24 27 / 0.4);
}
.border-r-zinc-900\/45 {
  border-right-color: rgb(24 24 27 / 0.45);
}
.border-r-zinc-900\/5 {
  border-right-color: rgb(24 24 27 / 0.05);
}
.border-r-zinc-900\/50 {
  border-right-color: rgb(24 24 27 / 0.5);
}
.border-r-zinc-900\/55 {
  border-right-color: rgb(24 24 27 / 0.55);
}
.border-r-zinc-900\/60 {
  border-right-color: rgb(24 24 27 / 0.6);
}
.border-r-zinc-900\/65 {
  border-right-color: rgb(24 24 27 / 0.65);
}
.border-r-zinc-900\/70 {
  border-right-color: rgb(24 24 27 / 0.7);
}
.border-r-zinc-900\/75 {
  border-right-color: rgb(24 24 27 / 0.75);
}
.border-r-zinc-900\/80 {
  border-right-color: rgb(24 24 27 / 0.8);
}
.border-r-zinc-900\/85 {
  border-right-color: rgb(24 24 27 / 0.85);
}
.border-r-zinc-900\/90 {
  border-right-color: rgb(24 24 27 / 0.9);
}
.border-r-zinc-900\/95 {
  border-right-color: rgb(24 24 27 / 0.95);
}
.border-r-zinc-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-r-zinc-950\/0 {
  border-right-color: rgb(9 9 11 / 0);
}
.border-r-zinc-950\/10 {
  border-right-color: rgb(9 9 11 / 0.1);
}
.border-r-zinc-950\/100 {
  border-right-color: rgb(9 9 11 / 1);
}
.border-r-zinc-950\/15 {
  border-right-color: rgb(9 9 11 / 0.15);
}
.border-r-zinc-950\/20 {
  border-right-color: rgb(9 9 11 / 0.2);
}
.border-r-zinc-950\/25 {
  border-right-color: rgb(9 9 11 / 0.25);
}
.border-r-zinc-950\/30 {
  border-right-color: rgb(9 9 11 / 0.3);
}
.border-r-zinc-950\/35 {
  border-right-color: rgb(9 9 11 / 0.35);
}
.border-r-zinc-950\/40 {
  border-right-color: rgb(9 9 11 / 0.4);
}
.border-r-zinc-950\/45 {
  border-right-color: rgb(9 9 11 / 0.45);
}
.border-r-zinc-950\/5 {
  border-right-color: rgb(9 9 11 / 0.05);
}
.border-r-zinc-950\/50 {
  border-right-color: rgb(9 9 11 / 0.5);
}
.border-r-zinc-950\/55 {
  border-right-color: rgb(9 9 11 / 0.55);
}
.border-r-zinc-950\/60 {
  border-right-color: rgb(9 9 11 / 0.6);
}
.border-r-zinc-950\/65 {
  border-right-color: rgb(9 9 11 / 0.65);
}
.border-r-zinc-950\/70 {
  border-right-color: rgb(9 9 11 / 0.7);
}
.border-r-zinc-950\/75 {
  border-right-color: rgb(9 9 11 / 0.75);
}
.border-r-zinc-950\/80 {
  border-right-color: rgb(9 9 11 / 0.8);
}
.border-r-zinc-950\/85 {
  border-right-color: rgb(9 9 11 / 0.85);
}
.border-r-zinc-950\/90 {
  border-right-color: rgb(9 9 11 / 0.9);
}
.border-r-zinc-950\/95 {
  border-right-color: rgb(9 9 11 / 0.95);
}
.border-t-accent {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
}
.border-t-accent-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
}
.border-t-accent-foreground\/0 {
  border-top-color: hsl(var(--accent-foreground) / 0);
}
.border-t-accent-foreground\/10 {
  border-top-color: hsl(var(--accent-foreground) / 0.1);
}
.border-t-accent-foreground\/100 {
  border-top-color: hsl(var(--accent-foreground) / 1);
}
.border-t-accent-foreground\/15 {
  border-top-color: hsl(var(--accent-foreground) / 0.15);
}
.border-t-accent-foreground\/20 {
  border-top-color: hsl(var(--accent-foreground) / 0.2);
}
.border-t-accent-foreground\/25 {
  border-top-color: hsl(var(--accent-foreground) / 0.25);
}
.border-t-accent-foreground\/30 {
  border-top-color: hsl(var(--accent-foreground) / 0.3);
}
.border-t-accent-foreground\/35 {
  border-top-color: hsl(var(--accent-foreground) / 0.35);
}
.border-t-accent-foreground\/40 {
  border-top-color: hsl(var(--accent-foreground) / 0.4);
}
.border-t-accent-foreground\/45 {
  border-top-color: hsl(var(--accent-foreground) / 0.45);
}
.border-t-accent-foreground\/5 {
  border-top-color: hsl(var(--accent-foreground) / 0.05);
}
.border-t-accent-foreground\/50 {
  border-top-color: hsl(var(--accent-foreground) / 0.5);
}
.border-t-accent-foreground\/55 {
  border-top-color: hsl(var(--accent-foreground) / 0.55);
}
.border-t-accent-foreground\/60 {
  border-top-color: hsl(var(--accent-foreground) / 0.6);
}
.border-t-accent-foreground\/65 {
  border-top-color: hsl(var(--accent-foreground) / 0.65);
}
.border-t-accent-foreground\/70 {
  border-top-color: hsl(var(--accent-foreground) / 0.7);
}
.border-t-accent-foreground\/75 {
  border-top-color: hsl(var(--accent-foreground) / 0.75);
}
.border-t-accent-foreground\/80 {
  border-top-color: hsl(var(--accent-foreground) / 0.8);
}
.border-t-accent-foreground\/85 {
  border-top-color: hsl(var(--accent-foreground) / 0.85);
}
.border-t-accent-foreground\/90 {
  border-top-color: hsl(var(--accent-foreground) / 0.9);
}
.border-t-accent-foreground\/95 {
  border-top-color: hsl(var(--accent-foreground) / 0.95);
}
.border-t-accent\/0 {
  border-top-color: hsl(var(--accent) / 0);
}
.border-t-accent\/10 {
  border-top-color: hsl(var(--accent) / 0.1);
}
.border-t-accent\/100 {
  border-top-color: hsl(var(--accent) / 1);
}
.border-t-accent\/15 {
  border-top-color: hsl(var(--accent) / 0.15);
}
.border-t-accent\/20 {
  border-top-color: hsl(var(--accent) / 0.2);
}
.border-t-accent\/25 {
  border-top-color: hsl(var(--accent) / 0.25);
}
.border-t-accent\/30 {
  border-top-color: hsl(var(--accent) / 0.3);
}
.border-t-accent\/35 {
  border-top-color: hsl(var(--accent) / 0.35);
}
.border-t-accent\/40 {
  border-top-color: hsl(var(--accent) / 0.4);
}
.border-t-accent\/45 {
  border-top-color: hsl(var(--accent) / 0.45);
}
.border-t-accent\/5 {
  border-top-color: hsl(var(--accent) / 0.05);
}
.border-t-accent\/50 {
  border-top-color: hsl(var(--accent) / 0.5);
}
.border-t-accent\/55 {
  border-top-color: hsl(var(--accent) / 0.55);
}
.border-t-accent\/60 {
  border-top-color: hsl(var(--accent) / 0.6);
}
.border-t-accent\/65 {
  border-top-color: hsl(var(--accent) / 0.65);
}
.border-t-accent\/70 {
  border-top-color: hsl(var(--accent) / 0.7);
}
.border-t-accent\/75 {
  border-top-color: hsl(var(--accent) / 0.75);
}
.border-t-accent\/80 {
  border-top-color: hsl(var(--accent) / 0.8);
}
.border-t-accent\/85 {
  border-top-color: hsl(var(--accent) / 0.85);
}
.border-t-accent\/90 {
  border-top-color: hsl(var(--accent) / 0.9);
}
.border-t-accent\/95 {
  border-top-color: hsl(var(--accent) / 0.95);
}
.border-t-amber-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-t-amber-100\/0 {
  border-top-color: rgb(254 243 199 / 0);
}
.border-t-amber-100\/10 {
  border-top-color: rgb(254 243 199 / 0.1);
}
.border-t-amber-100\/100 {
  border-top-color: rgb(254 243 199 / 1);
}
.border-t-amber-100\/15 {
  border-top-color: rgb(254 243 199 / 0.15);
}
.border-t-amber-100\/20 {
  border-top-color: rgb(254 243 199 / 0.2);
}
.border-t-amber-100\/25 {
  border-top-color: rgb(254 243 199 / 0.25);
}
.border-t-amber-100\/30 {
  border-top-color: rgb(254 243 199 / 0.3);
}
.border-t-amber-100\/35 {
  border-top-color: rgb(254 243 199 / 0.35);
}
.border-t-amber-100\/40 {
  border-top-color: rgb(254 243 199 / 0.4);
}
.border-t-amber-100\/45 {
  border-top-color: rgb(254 243 199 / 0.45);
}
.border-t-amber-100\/5 {
  border-top-color: rgb(254 243 199 / 0.05);
}
.border-t-amber-100\/50 {
  border-top-color: rgb(254 243 199 / 0.5);
}
.border-t-amber-100\/55 {
  border-top-color: rgb(254 243 199 / 0.55);
}
.border-t-amber-100\/60 {
  border-top-color: rgb(254 243 199 / 0.6);
}
.border-t-amber-100\/65 {
  border-top-color: rgb(254 243 199 / 0.65);
}
.border-t-amber-100\/70 {
  border-top-color: rgb(254 243 199 / 0.7);
}
.border-t-amber-100\/75 {
  border-top-color: rgb(254 243 199 / 0.75);
}
.border-t-amber-100\/80 {
  border-top-color: rgb(254 243 199 / 0.8);
}
.border-t-amber-100\/85 {
  border-top-color: rgb(254 243 199 / 0.85);
}
.border-t-amber-100\/90 {
  border-top-color: rgb(254 243 199 / 0.9);
}
.border-t-amber-100\/95 {
  border-top-color: rgb(254 243 199 / 0.95);
}
.border-t-amber-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-t-amber-200\/0 {
  border-top-color: rgb(253 230 138 / 0);
}
.border-t-amber-200\/10 {
  border-top-color: rgb(253 230 138 / 0.1);
}
.border-t-amber-200\/100 {
  border-top-color: rgb(253 230 138 / 1);
}
.border-t-amber-200\/15 {
  border-top-color: rgb(253 230 138 / 0.15);
}
.border-t-amber-200\/20 {
  border-top-color: rgb(253 230 138 / 0.2);
}
.border-t-amber-200\/25 {
  border-top-color: rgb(253 230 138 / 0.25);
}
.border-t-amber-200\/30 {
  border-top-color: rgb(253 230 138 / 0.3);
}
.border-t-amber-200\/35 {
  border-top-color: rgb(253 230 138 / 0.35);
}
.border-t-amber-200\/40 {
  border-top-color: rgb(253 230 138 / 0.4);
}
.border-t-amber-200\/45 {
  border-top-color: rgb(253 230 138 / 0.45);
}
.border-t-amber-200\/5 {
  border-top-color: rgb(253 230 138 / 0.05);
}
.border-t-amber-200\/50 {
  border-top-color: rgb(253 230 138 / 0.5);
}
.border-t-amber-200\/55 {
  border-top-color: rgb(253 230 138 / 0.55);
}
.border-t-amber-200\/60 {
  border-top-color: rgb(253 230 138 / 0.6);
}
.border-t-amber-200\/65 {
  border-top-color: rgb(253 230 138 / 0.65);
}
.border-t-amber-200\/70 {
  border-top-color: rgb(253 230 138 / 0.7);
}
.border-t-amber-200\/75 {
  border-top-color: rgb(253 230 138 / 0.75);
}
.border-t-amber-200\/80 {
  border-top-color: rgb(253 230 138 / 0.8);
}
.border-t-amber-200\/85 {
  border-top-color: rgb(253 230 138 / 0.85);
}
.border-t-amber-200\/90 {
  border-top-color: rgb(253 230 138 / 0.9);
}
.border-t-amber-200\/95 {
  border-top-color: rgb(253 230 138 / 0.95);
}
.border-t-amber-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-t-amber-300\/0 {
  border-top-color: rgb(252 211 77 / 0);
}
.border-t-amber-300\/10 {
  border-top-color: rgb(252 211 77 / 0.1);
}
.border-t-amber-300\/100 {
  border-top-color: rgb(252 211 77 / 1);
}
.border-t-amber-300\/15 {
  border-top-color: rgb(252 211 77 / 0.15);
}
.border-t-amber-300\/20 {
  border-top-color: rgb(252 211 77 / 0.2);
}
.border-t-amber-300\/25 {
  border-top-color: rgb(252 211 77 / 0.25);
}
.border-t-amber-300\/30 {
  border-top-color: rgb(252 211 77 / 0.3);
}
.border-t-amber-300\/35 {
  border-top-color: rgb(252 211 77 / 0.35);
}
.border-t-amber-300\/40 {
  border-top-color: rgb(252 211 77 / 0.4);
}
.border-t-amber-300\/45 {
  border-top-color: rgb(252 211 77 / 0.45);
}
.border-t-amber-300\/5 {
  border-top-color: rgb(252 211 77 / 0.05);
}
.border-t-amber-300\/50 {
  border-top-color: rgb(252 211 77 / 0.5);
}
.border-t-amber-300\/55 {
  border-top-color: rgb(252 211 77 / 0.55);
}
.border-t-amber-300\/60 {
  border-top-color: rgb(252 211 77 / 0.6);
}
.border-t-amber-300\/65 {
  border-top-color: rgb(252 211 77 / 0.65);
}
.border-t-amber-300\/70 {
  border-top-color: rgb(252 211 77 / 0.7);
}
.border-t-amber-300\/75 {
  border-top-color: rgb(252 211 77 / 0.75);
}
.border-t-amber-300\/80 {
  border-top-color: rgb(252 211 77 / 0.8);
}
.border-t-amber-300\/85 {
  border-top-color: rgb(252 211 77 / 0.85);
}
.border-t-amber-300\/90 {
  border-top-color: rgb(252 211 77 / 0.9);
}
.border-t-amber-300\/95 {
  border-top-color: rgb(252 211 77 / 0.95);
}
.border-t-amber-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-t-amber-400\/0 {
  border-top-color: rgb(251 191 36 / 0);
}
.border-t-amber-400\/10 {
  border-top-color: rgb(251 191 36 / 0.1);
}
.border-t-amber-400\/100 {
  border-top-color: rgb(251 191 36 / 1);
}
.border-t-amber-400\/15 {
  border-top-color: rgb(251 191 36 / 0.15);
}
.border-t-amber-400\/20 {
  border-top-color: rgb(251 191 36 / 0.2);
}
.border-t-amber-400\/25 {
  border-top-color: rgb(251 191 36 / 0.25);
}
.border-t-amber-400\/30 {
  border-top-color: rgb(251 191 36 / 0.3);
}
.border-t-amber-400\/35 {
  border-top-color: rgb(251 191 36 / 0.35);
}
.border-t-amber-400\/40 {
  border-top-color: rgb(251 191 36 / 0.4);
}
.border-t-amber-400\/45 {
  border-top-color: rgb(251 191 36 / 0.45);
}
.border-t-amber-400\/5 {
  border-top-color: rgb(251 191 36 / 0.05);
}
.border-t-amber-400\/50 {
  border-top-color: rgb(251 191 36 / 0.5);
}
.border-t-amber-400\/55 {
  border-top-color: rgb(251 191 36 / 0.55);
}
.border-t-amber-400\/60 {
  border-top-color: rgb(251 191 36 / 0.6);
}
.border-t-amber-400\/65 {
  border-top-color: rgb(251 191 36 / 0.65);
}
.border-t-amber-400\/70 {
  border-top-color: rgb(251 191 36 / 0.7);
}
.border-t-amber-400\/75 {
  border-top-color: rgb(251 191 36 / 0.75);
}
.border-t-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8);
}
.border-t-amber-400\/85 {
  border-top-color: rgb(251 191 36 / 0.85);
}
.border-t-amber-400\/90 {
  border-top-color: rgb(251 191 36 / 0.9);
}
.border-t-amber-400\/95 {
  border-top-color: rgb(251 191 36 / 0.95);
}
.border-t-amber-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}
.border-t-amber-50\/0 {
  border-top-color: rgb(255 251 235 / 0);
}
.border-t-amber-50\/10 {
  border-top-color: rgb(255 251 235 / 0.1);
}
.border-t-amber-50\/100 {
  border-top-color: rgb(255 251 235 / 1);
}
.border-t-amber-50\/15 {
  border-top-color: rgb(255 251 235 / 0.15);
}
.border-t-amber-50\/20 {
  border-top-color: rgb(255 251 235 / 0.2);
}
.border-t-amber-50\/25 {
  border-top-color: rgb(255 251 235 / 0.25);
}
.border-t-amber-50\/30 {
  border-top-color: rgb(255 251 235 / 0.3);
}
.border-t-amber-50\/35 {
  border-top-color: rgb(255 251 235 / 0.35);
}
.border-t-amber-50\/40 {
  border-top-color: rgb(255 251 235 / 0.4);
}
.border-t-amber-50\/45 {
  border-top-color: rgb(255 251 235 / 0.45);
}
.border-t-amber-50\/5 {
  border-top-color: rgb(255 251 235 / 0.05);
}
.border-t-amber-50\/50 {
  border-top-color: rgb(255 251 235 / 0.5);
}
.border-t-amber-50\/55 {
  border-top-color: rgb(255 251 235 / 0.55);
}
.border-t-amber-50\/60 {
  border-top-color: rgb(255 251 235 / 0.6);
}
.border-t-amber-50\/65 {
  border-top-color: rgb(255 251 235 / 0.65);
}
.border-t-amber-50\/70 {
  border-top-color: rgb(255 251 235 / 0.7);
}
.border-t-amber-50\/75 {
  border-top-color: rgb(255 251 235 / 0.75);
}
.border-t-amber-50\/80 {
  border-top-color: rgb(255 251 235 / 0.8);
}
.border-t-amber-50\/85 {
  border-top-color: rgb(255 251 235 / 0.85);
}
.border-t-amber-50\/90 {
  border-top-color: rgb(255 251 235 / 0.9);
}
.border-t-amber-50\/95 {
  border-top-color: rgb(255 251 235 / 0.95);
}
.border-t-amber-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-t-amber-500\/0 {
  border-top-color: rgb(245 158 11 / 0);
}
.border-t-amber-500\/10 {
  border-top-color: rgb(245 158 11 / 0.1);
}
.border-t-amber-500\/100 {
  border-top-color: rgb(245 158 11 / 1);
}
.border-t-amber-500\/15 {
  border-top-color: rgb(245 158 11 / 0.15);
}
.border-t-amber-500\/20 {
  border-top-color: rgb(245 158 11 / 0.2);
}
.border-t-amber-500\/25 {
  border-top-color: rgb(245 158 11 / 0.25);
}
.border-t-amber-500\/30 {
  border-top-color: rgb(245 158 11 / 0.3);
}
.border-t-amber-500\/35 {
  border-top-color: rgb(245 158 11 / 0.35);
}
.border-t-amber-500\/40 {
  border-top-color: rgb(245 158 11 / 0.4);
}
.border-t-amber-500\/45 {
  border-top-color: rgb(245 158 11 / 0.45);
}
.border-t-amber-500\/5 {
  border-top-color: rgb(245 158 11 / 0.05);
}
.border-t-amber-500\/50 {
  border-top-color: rgb(245 158 11 / 0.5);
}
.border-t-amber-500\/55 {
  border-top-color: rgb(245 158 11 / 0.55);
}
.border-t-amber-500\/60 {
  border-top-color: rgb(245 158 11 / 0.6);
}
.border-t-amber-500\/65 {
  border-top-color: rgb(245 158 11 / 0.65);
}
.border-t-amber-500\/70 {
  border-top-color: rgb(245 158 11 / 0.7);
}
.border-t-amber-500\/75 {
  border-top-color: rgb(245 158 11 / 0.75);
}
.border-t-amber-500\/80 {
  border-top-color: rgb(245 158 11 / 0.8);
}
.border-t-amber-500\/85 {
  border-top-color: rgb(245 158 11 / 0.85);
}
.border-t-amber-500\/90 {
  border-top-color: rgb(245 158 11 / 0.9);
}
.border-t-amber-500\/95 {
  border-top-color: rgb(245 158 11 / 0.95);
}
.border-t-amber-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-t-amber-600\/0 {
  border-top-color: rgb(217 119 6 / 0);
}
.border-t-amber-600\/10 {
  border-top-color: rgb(217 119 6 / 0.1);
}
.border-t-amber-600\/100 {
  border-top-color: rgb(217 119 6 / 1);
}
.border-t-amber-600\/15 {
  border-top-color: rgb(217 119 6 / 0.15);
}
.border-t-amber-600\/20 {
  border-top-color: rgb(217 119 6 / 0.2);
}
.border-t-amber-600\/25 {
  border-top-color: rgb(217 119 6 / 0.25);
}
.border-t-amber-600\/30 {
  border-top-color: rgb(217 119 6 / 0.3);
}
.border-t-amber-600\/35 {
  border-top-color: rgb(217 119 6 / 0.35);
}
.border-t-amber-600\/40 {
  border-top-color: rgb(217 119 6 / 0.4);
}
.border-t-amber-600\/45 {
  border-top-color: rgb(217 119 6 / 0.45);
}
.border-t-amber-600\/5 {
  border-top-color: rgb(217 119 6 / 0.05);
}
.border-t-amber-600\/50 {
  border-top-color: rgb(217 119 6 / 0.5);
}
.border-t-amber-600\/55 {
  border-top-color: rgb(217 119 6 / 0.55);
}
.border-t-amber-600\/60 {
  border-top-color: rgb(217 119 6 / 0.6);
}
.border-t-amber-600\/65 {
  border-top-color: rgb(217 119 6 / 0.65);
}
.border-t-amber-600\/70 {
  border-top-color: rgb(217 119 6 / 0.7);
}
.border-t-amber-600\/75 {
  border-top-color: rgb(217 119 6 / 0.75);
}
.border-t-amber-600\/80 {
  border-top-color: rgb(217 119 6 / 0.8);
}
.border-t-amber-600\/85 {
  border-top-color: rgb(217 119 6 / 0.85);
}
.border-t-amber-600\/90 {
  border-top-color: rgb(217 119 6 / 0.9);
}
.border-t-amber-600\/95 {
  border-top-color: rgb(217 119 6 / 0.95);
}
.border-t-amber-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}
.border-t-amber-700\/0 {
  border-top-color: rgb(180 83 9 / 0);
}
.border-t-amber-700\/10 {
  border-top-color: rgb(180 83 9 / 0.1);
}
.border-t-amber-700\/100 {
  border-top-color: rgb(180 83 9 / 1);
}
.border-t-amber-700\/15 {
  border-top-color: rgb(180 83 9 / 0.15);
}
.border-t-amber-700\/20 {
  border-top-color: rgb(180 83 9 / 0.2);
}
.border-t-amber-700\/25 {
  border-top-color: rgb(180 83 9 / 0.25);
}
.border-t-amber-700\/30 {
  border-top-color: rgb(180 83 9 / 0.3);
}
.border-t-amber-700\/35 {
  border-top-color: rgb(180 83 9 / 0.35);
}
.border-t-amber-700\/40 {
  border-top-color: rgb(180 83 9 / 0.4);
}
.border-t-amber-700\/45 {
  border-top-color: rgb(180 83 9 / 0.45);
}
.border-t-amber-700\/5 {
  border-top-color: rgb(180 83 9 / 0.05);
}
.border-t-amber-700\/50 {
  border-top-color: rgb(180 83 9 / 0.5);
}
.border-t-amber-700\/55 {
  border-top-color: rgb(180 83 9 / 0.55);
}
.border-t-amber-700\/60 {
  border-top-color: rgb(180 83 9 / 0.6);
}
.border-t-amber-700\/65 {
  border-top-color: rgb(180 83 9 / 0.65);
}
.border-t-amber-700\/70 {
  border-top-color: rgb(180 83 9 / 0.7);
}
.border-t-amber-700\/75 {
  border-top-color: rgb(180 83 9 / 0.75);
}
.border-t-amber-700\/80 {
  border-top-color: rgb(180 83 9 / 0.8);
}
.border-t-amber-700\/85 {
  border-top-color: rgb(180 83 9 / 0.85);
}
.border-t-amber-700\/90 {
  border-top-color: rgb(180 83 9 / 0.9);
}
.border-t-amber-700\/95 {
  border-top-color: rgb(180 83 9 / 0.95);
}
.border-t-amber-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}
.border-t-amber-800\/0 {
  border-top-color: rgb(146 64 14 / 0);
}
.border-t-amber-800\/10 {
  border-top-color: rgb(146 64 14 / 0.1);
}
.border-t-amber-800\/100 {
  border-top-color: rgb(146 64 14 / 1);
}
.border-t-amber-800\/15 {
  border-top-color: rgb(146 64 14 / 0.15);
}
.border-t-amber-800\/20 {
  border-top-color: rgb(146 64 14 / 0.2);
}
.border-t-amber-800\/25 {
  border-top-color: rgb(146 64 14 / 0.25);
}
.border-t-amber-800\/30 {
  border-top-color: rgb(146 64 14 / 0.3);
}
.border-t-amber-800\/35 {
  border-top-color: rgb(146 64 14 / 0.35);
}
.border-t-amber-800\/40 {
  border-top-color: rgb(146 64 14 / 0.4);
}
.border-t-amber-800\/45 {
  border-top-color: rgb(146 64 14 / 0.45);
}
.border-t-amber-800\/5 {
  border-top-color: rgb(146 64 14 / 0.05);
}
.border-t-amber-800\/50 {
  border-top-color: rgb(146 64 14 / 0.5);
}
.border-t-amber-800\/55 {
  border-top-color: rgb(146 64 14 / 0.55);
}
.border-t-amber-800\/60 {
  border-top-color: rgb(146 64 14 / 0.6);
}
.border-t-amber-800\/65 {
  border-top-color: rgb(146 64 14 / 0.65);
}
.border-t-amber-800\/70 {
  border-top-color: rgb(146 64 14 / 0.7);
}
.border-t-amber-800\/75 {
  border-top-color: rgb(146 64 14 / 0.75);
}
.border-t-amber-800\/80 {
  border-top-color: rgb(146 64 14 / 0.8);
}
.border-t-amber-800\/85 {
  border-top-color: rgb(146 64 14 / 0.85);
}
.border-t-amber-800\/90 {
  border-top-color: rgb(146 64 14 / 0.9);
}
.border-t-amber-800\/95 {
  border-top-color: rgb(146 64 14 / 0.95);
}
.border-t-amber-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}
.border-t-amber-900\/0 {
  border-top-color: rgb(120 53 15 / 0);
}
.border-t-amber-900\/10 {
  border-top-color: rgb(120 53 15 / 0.1);
}
.border-t-amber-900\/100 {
  border-top-color: rgb(120 53 15 / 1);
}
.border-t-amber-900\/15 {
  border-top-color: rgb(120 53 15 / 0.15);
}
.border-t-amber-900\/20 {
  border-top-color: rgb(120 53 15 / 0.2);
}
.border-t-amber-900\/25 {
  border-top-color: rgb(120 53 15 / 0.25);
}
.border-t-amber-900\/30 {
  border-top-color: rgb(120 53 15 / 0.3);
}
.border-t-amber-900\/35 {
  border-top-color: rgb(120 53 15 / 0.35);
}
.border-t-amber-900\/40 {
  border-top-color: rgb(120 53 15 / 0.4);
}
.border-t-amber-900\/45 {
  border-top-color: rgb(120 53 15 / 0.45);
}
.border-t-amber-900\/5 {
  border-top-color: rgb(120 53 15 / 0.05);
}
.border-t-amber-900\/50 {
  border-top-color: rgb(120 53 15 / 0.5);
}
.border-t-amber-900\/55 {
  border-top-color: rgb(120 53 15 / 0.55);
}
.border-t-amber-900\/60 {
  border-top-color: rgb(120 53 15 / 0.6);
}
.border-t-amber-900\/65 {
  border-top-color: rgb(120 53 15 / 0.65);
}
.border-t-amber-900\/70 {
  border-top-color: rgb(120 53 15 / 0.7);
}
.border-t-amber-900\/75 {
  border-top-color: rgb(120 53 15 / 0.75);
}
.border-t-amber-900\/80 {
  border-top-color: rgb(120 53 15 / 0.8);
}
.border-t-amber-900\/85 {
  border-top-color: rgb(120 53 15 / 0.85);
}
.border-t-amber-900\/90 {
  border-top-color: rgb(120 53 15 / 0.9);
}
.border-t-amber-900\/95 {
  border-top-color: rgb(120 53 15 / 0.95);
}
.border-t-amber-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}
.border-t-amber-950\/0 {
  border-top-color: rgb(69 26 3 / 0);
}
.border-t-amber-950\/10 {
  border-top-color: rgb(69 26 3 / 0.1);
}
.border-t-amber-950\/100 {
  border-top-color: rgb(69 26 3 / 1);
}
.border-t-amber-950\/15 {
  border-top-color: rgb(69 26 3 / 0.15);
}
.border-t-amber-950\/20 {
  border-top-color: rgb(69 26 3 / 0.2);
}
.border-t-amber-950\/25 {
  border-top-color: rgb(69 26 3 / 0.25);
}
.border-t-amber-950\/30 {
  border-top-color: rgb(69 26 3 / 0.3);
}
.border-t-amber-950\/35 {
  border-top-color: rgb(69 26 3 / 0.35);
}
.border-t-amber-950\/40 {
  border-top-color: rgb(69 26 3 / 0.4);
}
.border-t-amber-950\/45 {
  border-top-color: rgb(69 26 3 / 0.45);
}
.border-t-amber-950\/5 {
  border-top-color: rgb(69 26 3 / 0.05);
}
.border-t-amber-950\/50 {
  border-top-color: rgb(69 26 3 / 0.5);
}
.border-t-amber-950\/55 {
  border-top-color: rgb(69 26 3 / 0.55);
}
.border-t-amber-950\/60 {
  border-top-color: rgb(69 26 3 / 0.6);
}
.border-t-amber-950\/65 {
  border-top-color: rgb(69 26 3 / 0.65);
}
.border-t-amber-950\/70 {
  border-top-color: rgb(69 26 3 / 0.7);
}
.border-t-amber-950\/75 {
  border-top-color: rgb(69 26 3 / 0.75);
}
.border-t-amber-950\/80 {
  border-top-color: rgb(69 26 3 / 0.8);
}
.border-t-amber-950\/85 {
  border-top-color: rgb(69 26 3 / 0.85);
}
.border-t-amber-950\/90 {
  border-top-color: rgb(69 26 3 / 0.9);
}
.border-t-amber-950\/95 {
  border-top-color: rgb(69 26 3 / 0.95);
}
.border-t-background {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--background) / var(--tw-border-opacity, 1));
}
.border-t-background\/0 {
  border-top-color: hsl(var(--background) / 0);
}
.border-t-background\/10 {
  border-top-color: hsl(var(--background) / 0.1);
}
.border-t-background\/100 {
  border-top-color: hsl(var(--background) / 1);
}
.border-t-background\/15 {
  border-top-color: hsl(var(--background) / 0.15);
}
.border-t-background\/20 {
  border-top-color: hsl(var(--background) / 0.2);
}
.border-t-background\/25 {
  border-top-color: hsl(var(--background) / 0.25);
}
.border-t-background\/30 {
  border-top-color: hsl(var(--background) / 0.3);
}
.border-t-background\/35 {
  border-top-color: hsl(var(--background) / 0.35);
}
.border-t-background\/40 {
  border-top-color: hsl(var(--background) / 0.4);
}
.border-t-background\/45 {
  border-top-color: hsl(var(--background) / 0.45);
}
.border-t-background\/5 {
  border-top-color: hsl(var(--background) / 0.05);
}
.border-t-background\/50 {
  border-top-color: hsl(var(--background) / 0.5);
}
.border-t-background\/55 {
  border-top-color: hsl(var(--background) / 0.55);
}
.border-t-background\/60 {
  border-top-color: hsl(var(--background) / 0.6);
}
.border-t-background\/65 {
  border-top-color: hsl(var(--background) / 0.65);
}
.border-t-background\/70 {
  border-top-color: hsl(var(--background) / 0.7);
}
.border-t-background\/75 {
  border-top-color: hsl(var(--background) / 0.75);
}
.border-t-background\/80 {
  border-top-color: hsl(var(--background) / 0.8);
}
.border-t-background\/85 {
  border-top-color: hsl(var(--background) / 0.85);
}
.border-t-background\/90 {
  border-top-color: hsl(var(--background) / 0.9);
}
.border-t-background\/95 {
  border-top-color: hsl(var(--background) / 0.95);
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-blue-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-100\/0 {
  border-top-color: rgb(219 234 254 / 0);
}
.border-t-blue-100\/10 {
  border-top-color: rgb(219 234 254 / 0.1);
}
.border-t-blue-100\/100 {
  border-top-color: rgb(219 234 254 / 1);
}
.border-t-blue-100\/15 {
  border-top-color: rgb(219 234 254 / 0.15);
}
.border-t-blue-100\/20 {
  border-top-color: rgb(219 234 254 / 0.2);
}
.border-t-blue-100\/25 {
  border-top-color: rgb(219 234 254 / 0.25);
}
.border-t-blue-100\/30 {
  border-top-color: rgb(219 234 254 / 0.3);
}
.border-t-blue-100\/35 {
  border-top-color: rgb(219 234 254 / 0.35);
}
.border-t-blue-100\/40 {
  border-top-color: rgb(219 234 254 / 0.4);
}
.border-t-blue-100\/45 {
  border-top-color: rgb(219 234 254 / 0.45);
}
.border-t-blue-100\/5 {
  border-top-color: rgb(219 234 254 / 0.05);
}
.border-t-blue-100\/50 {
  border-top-color: rgb(219 234 254 / 0.5);
}
.border-t-blue-100\/55 {
  border-top-color: rgb(219 234 254 / 0.55);
}
.border-t-blue-100\/60 {
  border-top-color: rgb(219 234 254 / 0.6);
}
.border-t-blue-100\/65 {
  border-top-color: rgb(219 234 254 / 0.65);
}
.border-t-blue-100\/70 {
  border-top-color: rgb(219 234 254 / 0.7);
}
.border-t-blue-100\/75 {
  border-top-color: rgb(219 234 254 / 0.75);
}
.border-t-blue-100\/80 {
  border-top-color: rgb(219 234 254 / 0.8);
}
.border-t-blue-100\/85 {
  border-top-color: rgb(219 234 254 / 0.85);
}
.border-t-blue-100\/90 {
  border-top-color: rgb(219 234 254 / 0.9);
}
.border-t-blue-100\/95 {
  border-top-color: rgb(219 234 254 / 0.95);
}
.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-t-blue-200\/0 {
  border-top-color: rgb(191 219 254 / 0);
}
.border-t-blue-200\/10 {
  border-top-color: rgb(191 219 254 / 0.1);
}
.border-t-blue-200\/100 {
  border-top-color: rgb(191 219 254 / 1);
}
.border-t-blue-200\/15 {
  border-top-color: rgb(191 219 254 / 0.15);
}
.border-t-blue-200\/20 {
  border-top-color: rgb(191 219 254 / 0.2);
}
.border-t-blue-200\/25 {
  border-top-color: rgb(191 219 254 / 0.25);
}
.border-t-blue-200\/30 {
  border-top-color: rgb(191 219 254 / 0.3);
}
.border-t-blue-200\/35 {
  border-top-color: rgb(191 219 254 / 0.35);
}
.border-t-blue-200\/40 {
  border-top-color: rgb(191 219 254 / 0.4);
}
.border-t-blue-200\/45 {
  border-top-color: rgb(191 219 254 / 0.45);
}
.border-t-blue-200\/5 {
  border-top-color: rgb(191 219 254 / 0.05);
}
.border-t-blue-200\/50 {
  border-top-color: rgb(191 219 254 / 0.5);
}
.border-t-blue-200\/55 {
  border-top-color: rgb(191 219 254 / 0.55);
}
.border-t-blue-200\/60 {
  border-top-color: rgb(191 219 254 / 0.6);
}
.border-t-blue-200\/65 {
  border-top-color: rgb(191 219 254 / 0.65);
}
.border-t-blue-200\/70 {
  border-top-color: rgb(191 219 254 / 0.7);
}
.border-t-blue-200\/75 {
  border-top-color: rgb(191 219 254 / 0.75);
}
.border-t-blue-200\/80 {
  border-top-color: rgb(191 219 254 / 0.8);
}
.border-t-blue-200\/85 {
  border-top-color: rgb(191 219 254 / 0.85);
}
.border-t-blue-200\/90 {
  border-top-color: rgb(191 219 254 / 0.9);
}
.border-t-blue-200\/95 {
  border-top-color: rgb(191 219 254 / 0.95);
}
.border-t-blue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-t-blue-300\/0 {
  border-top-color: rgb(147 197 253 / 0);
}
.border-t-blue-300\/10 {
  border-top-color: rgb(147 197 253 / 0.1);
}
.border-t-blue-300\/100 {
  border-top-color: rgb(147 197 253 / 1);
}
.border-t-blue-300\/15 {
  border-top-color: rgb(147 197 253 / 0.15);
}
.border-t-blue-300\/20 {
  border-top-color: rgb(147 197 253 / 0.2);
}
.border-t-blue-300\/25 {
  border-top-color: rgb(147 197 253 / 0.25);
}
.border-t-blue-300\/30 {
  border-top-color: rgb(147 197 253 / 0.3);
}
.border-t-blue-300\/35 {
  border-top-color: rgb(147 197 253 / 0.35);
}
.border-t-blue-300\/40 {
  border-top-color: rgb(147 197 253 / 0.4);
}
.border-t-blue-300\/45 {
  border-top-color: rgb(147 197 253 / 0.45);
}
.border-t-blue-300\/5 {
  border-top-color: rgb(147 197 253 / 0.05);
}
.border-t-blue-300\/50 {
  border-top-color: rgb(147 197 253 / 0.5);
}
.border-t-blue-300\/55 {
  border-top-color: rgb(147 197 253 / 0.55);
}
.border-t-blue-300\/60 {
  border-top-color: rgb(147 197 253 / 0.6);
}
.border-t-blue-300\/65 {
  border-top-color: rgb(147 197 253 / 0.65);
}
.border-t-blue-300\/70 {
  border-top-color: rgb(147 197 253 / 0.7);
}
.border-t-blue-300\/75 {
  border-top-color: rgb(147 197 253 / 0.75);
}
.border-t-blue-300\/80 {
  border-top-color: rgb(147 197 253 / 0.8);
}
.border-t-blue-300\/85 {
  border-top-color: rgb(147 197 253 / 0.85);
}
.border-t-blue-300\/90 {
  border-top-color: rgb(147 197 253 / 0.9);
}
.border-t-blue-300\/95 {
  border-top-color: rgb(147 197 253 / 0.95);
}
.border-t-blue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-t-blue-400\/0 {
  border-top-color: rgb(96 165 250 / 0);
}
.border-t-blue-400\/10 {
  border-top-color: rgb(96 165 250 / 0.1);
}
.border-t-blue-400\/100 {
  border-top-color: rgb(96 165 250 / 1);
}
.border-t-blue-400\/15 {
  border-top-color: rgb(96 165 250 / 0.15);
}
.border-t-blue-400\/20 {
  border-top-color: rgb(96 165 250 / 0.2);
}
.border-t-blue-400\/25 {
  border-top-color: rgb(96 165 250 / 0.25);
}
.border-t-blue-400\/30 {
  border-top-color: rgb(96 165 250 / 0.3);
}
.border-t-blue-400\/35 {
  border-top-color: rgb(96 165 250 / 0.35);
}
.border-t-blue-400\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
}
.border-t-blue-400\/45 {
  border-top-color: rgb(96 165 250 / 0.45);
}
.border-t-blue-400\/5 {
  border-top-color: rgb(96 165 250 / 0.05);
}
.border-t-blue-400\/50 {
  border-top-color: rgb(96 165 250 / 0.5);
}
.border-t-blue-400\/55 {
  border-top-color: rgb(96 165 250 / 0.55);
}
.border-t-blue-400\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
}
.border-t-blue-400\/65 {
  border-top-color: rgb(96 165 250 / 0.65);
}
.border-t-blue-400\/70 {
  border-top-color: rgb(96 165 250 / 0.7);
}
.border-t-blue-400\/75 {
  border-top-color: rgb(96 165 250 / 0.75);
}
.border-t-blue-400\/80 {
  border-top-color: rgb(96 165 250 / 0.8);
}
.border-t-blue-400\/85 {
  border-top-color: rgb(96 165 250 / 0.85);
}
.border-t-blue-400\/90 {
  border-top-color: rgb(96 165 250 / 0.9);
}
.border-t-blue-400\/95 {
  border-top-color: rgb(96 165 250 / 0.95);
}
.border-t-blue-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-t-blue-50\/0 {
  border-top-color: rgb(239 246 255 / 0);
}
.border-t-blue-50\/10 {
  border-top-color: rgb(239 246 255 / 0.1);
}
.border-t-blue-50\/100 {
  border-top-color: rgb(239 246 255 / 1);
}
.border-t-blue-50\/15 {
  border-top-color: rgb(239 246 255 / 0.15);
}
.border-t-blue-50\/20 {
  border-top-color: rgb(239 246 255 / 0.2);
}
.border-t-blue-50\/25 {
  border-top-color: rgb(239 246 255 / 0.25);
}
.border-t-blue-50\/30 {
  border-top-color: rgb(239 246 255 / 0.3);
}
.border-t-blue-50\/35 {
  border-top-color: rgb(239 246 255 / 0.35);
}
.border-t-blue-50\/40 {
  border-top-color: rgb(239 246 255 / 0.4);
}
.border-t-blue-50\/45 {
  border-top-color: rgb(239 246 255 / 0.45);
}
.border-t-blue-50\/5 {
  border-top-color: rgb(239 246 255 / 0.05);
}
.border-t-blue-50\/50 {
  border-top-color: rgb(239 246 255 / 0.5);
}
.border-t-blue-50\/55 {
  border-top-color: rgb(239 246 255 / 0.55);
}
.border-t-blue-50\/60 {
  border-top-color: rgb(239 246 255 / 0.6);
}
.border-t-blue-50\/65 {
  border-top-color: rgb(239 246 255 / 0.65);
}
.border-t-blue-50\/70 {
  border-top-color: rgb(239 246 255 / 0.7);
}
.border-t-blue-50\/75 {
  border-top-color: rgb(239 246 255 / 0.75);
}
.border-t-blue-50\/80 {
  border-top-color: rgb(239 246 255 / 0.8);
}
.border-t-blue-50\/85 {
  border-top-color: rgb(239 246 255 / 0.85);
}
.border-t-blue-50\/90 {
  border-top-color: rgb(239 246 255 / 0.9);
}
.border-t-blue-50\/95 {
  border-top-color: rgb(239 246 255 / 0.95);
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-t-blue-500\/0 {
  border-top-color: rgb(59 130 246 / 0);
}
.border-t-blue-500\/10 {
  border-top-color: rgb(59 130 246 / 0.1);
}
.border-t-blue-500\/100 {
  border-top-color: rgb(59 130 246 / 1);
}
.border-t-blue-500\/15 {
  border-top-color: rgb(59 130 246 / 0.15);
}
.border-t-blue-500\/20 {
  border-top-color: rgb(59 130 246 / 0.2);
}
.border-t-blue-500\/25 {
  border-top-color: rgb(59 130 246 / 0.25);
}
.border-t-blue-500\/30 {
  border-top-color: rgb(59 130 246 / 0.3);
}
.border-t-blue-500\/35 {
  border-top-color: rgb(59 130 246 / 0.35);
}
.border-t-blue-500\/40 {
  border-top-color: rgb(59 130 246 / 0.4);
}
.border-t-blue-500\/45 {
  border-top-color: rgb(59 130 246 / 0.45);
}
.border-t-blue-500\/5 {
  border-top-color: rgb(59 130 246 / 0.05);
}
.border-t-blue-500\/50 {
  border-top-color: rgb(59 130 246 / 0.5);
}
.border-t-blue-500\/55 {
  border-top-color: rgb(59 130 246 / 0.55);
}
.border-t-blue-500\/60 {
  border-top-color: rgb(59 130 246 / 0.6);
}
.border-t-blue-500\/65 {
  border-top-color: rgb(59 130 246 / 0.65);
}
.border-t-blue-500\/70 {
  border-top-color: rgb(59 130 246 / 0.7);
}
.border-t-blue-500\/75 {
  border-top-color: rgb(59 130 246 / 0.75);
}
.border-t-blue-500\/80 {
  border-top-color: rgb(59 130 246 / 0.8);
}
.border-t-blue-500\/85 {
  border-top-color: rgb(59 130 246 / 0.85);
}
.border-t-blue-500\/90 {
  border-top-color: rgb(59 130 246 / 0.9);
}
.border-t-blue-500\/95 {
  border-top-color: rgb(59 130 246 / 0.95);
}
.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-t-blue-600\/0 {
  border-top-color: rgb(37 99 235 / 0);
}
.border-t-blue-600\/10 {
  border-top-color: rgb(37 99 235 / 0.1);
}
.border-t-blue-600\/100 {
  border-top-color: rgb(37 99 235 / 1);
}
.border-t-blue-600\/15 {
  border-top-color: rgb(37 99 235 / 0.15);
}
.border-t-blue-600\/20 {
  border-top-color: rgb(37 99 235 / 0.2);
}
.border-t-blue-600\/25 {
  border-top-color: rgb(37 99 235 / 0.25);
}
.border-t-blue-600\/30 {
  border-top-color: rgb(37 99 235 / 0.3);
}
.border-t-blue-600\/35 {
  border-top-color: rgb(37 99 235 / 0.35);
}
.border-t-blue-600\/40 {
  border-top-color: rgb(37 99 235 / 0.4);
}
.border-t-blue-600\/45 {
  border-top-color: rgb(37 99 235 / 0.45);
}
.border-t-blue-600\/5 {
  border-top-color: rgb(37 99 235 / 0.05);
}
.border-t-blue-600\/50 {
  border-top-color: rgb(37 99 235 / 0.5);
}
.border-t-blue-600\/55 {
  border-top-color: rgb(37 99 235 / 0.55);
}
.border-t-blue-600\/60 {
  border-top-color: rgb(37 99 235 / 0.6);
}
.border-t-blue-600\/65 {
  border-top-color: rgb(37 99 235 / 0.65);
}
.border-t-blue-600\/70 {
  border-top-color: rgb(37 99 235 / 0.7);
}
.border-t-blue-600\/75 {
  border-top-color: rgb(37 99 235 / 0.75);
}
.border-t-blue-600\/80 {
  border-top-color: rgb(37 99 235 / 0.8);
}
.border-t-blue-600\/85 {
  border-top-color: rgb(37 99 235 / 0.85);
}
.border-t-blue-600\/90 {
  border-top-color: rgb(37 99 235 / 0.9);
}
.border-t-blue-600\/95 {
  border-top-color: rgb(37 99 235 / 0.95);
}
.border-t-blue-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-t-blue-700\/0 {
  border-top-color: rgb(29 78 216 / 0);
}
.border-t-blue-700\/10 {
  border-top-color: rgb(29 78 216 / 0.1);
}
.border-t-blue-700\/100 {
  border-top-color: rgb(29 78 216 / 1);
}
.border-t-blue-700\/15 {
  border-top-color: rgb(29 78 216 / 0.15);
}
.border-t-blue-700\/20 {
  border-top-color: rgb(29 78 216 / 0.2);
}
.border-t-blue-700\/25 {
  border-top-color: rgb(29 78 216 / 0.25);
}
.border-t-blue-700\/30 {
  border-top-color: rgb(29 78 216 / 0.3);
}
.border-t-blue-700\/35 {
  border-top-color: rgb(29 78 216 / 0.35);
}
.border-t-blue-700\/40 {
  border-top-color: rgb(29 78 216 / 0.4);
}
.border-t-blue-700\/45 {
  border-top-color: rgb(29 78 216 / 0.45);
}
.border-t-blue-700\/5 {
  border-top-color: rgb(29 78 216 / 0.05);
}
.border-t-blue-700\/50 {
  border-top-color: rgb(29 78 216 / 0.5);
}
.border-t-blue-700\/55 {
  border-top-color: rgb(29 78 216 / 0.55);
}
.border-t-blue-700\/60 {
  border-top-color: rgb(29 78 216 / 0.6);
}
.border-t-blue-700\/65 {
  border-top-color: rgb(29 78 216 / 0.65);
}
.border-t-blue-700\/70 {
  border-top-color: rgb(29 78 216 / 0.7);
}
.border-t-blue-700\/75 {
  border-top-color: rgb(29 78 216 / 0.75);
}
.border-t-blue-700\/80 {
  border-top-color: rgb(29 78 216 / 0.8);
}
.border-t-blue-700\/85 {
  border-top-color: rgb(29 78 216 / 0.85);
}
.border-t-blue-700\/90 {
  border-top-color: rgb(29 78 216 / 0.9);
}
.border-t-blue-700\/95 {
  border-top-color: rgb(29 78 216 / 0.95);
}
.border-t-blue-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}
.border-t-blue-800\/0 {
  border-top-color: rgb(30 64 175 / 0);
}
.border-t-blue-800\/10 {
  border-top-color: rgb(30 64 175 / 0.1);
}
.border-t-blue-800\/100 {
  border-top-color: rgb(30 64 175 / 1);
}
.border-t-blue-800\/15 {
  border-top-color: rgb(30 64 175 / 0.15);
}
.border-t-blue-800\/20 {
  border-top-color: rgb(30 64 175 / 0.2);
}
.border-t-blue-800\/25 {
  border-top-color: rgb(30 64 175 / 0.25);
}
.border-t-blue-800\/30 {
  border-top-color: rgb(30 64 175 / 0.3);
}
.border-t-blue-800\/35 {
  border-top-color: rgb(30 64 175 / 0.35);
}
.border-t-blue-800\/40 {
  border-top-color: rgb(30 64 175 / 0.4);
}
.border-t-blue-800\/45 {
  border-top-color: rgb(30 64 175 / 0.45);
}
.border-t-blue-800\/5 {
  border-top-color: rgb(30 64 175 / 0.05);
}
.border-t-blue-800\/50 {
  border-top-color: rgb(30 64 175 / 0.5);
}
.border-t-blue-800\/55 {
  border-top-color: rgb(30 64 175 / 0.55);
}
.border-t-blue-800\/60 {
  border-top-color: rgb(30 64 175 / 0.6);
}
.border-t-blue-800\/65 {
  border-top-color: rgb(30 64 175 / 0.65);
}
.border-t-blue-800\/70 {
  border-top-color: rgb(30 64 175 / 0.7);
}
.border-t-blue-800\/75 {
  border-top-color: rgb(30 64 175 / 0.75);
}
.border-t-blue-800\/80 {
  border-top-color: rgb(30 64 175 / 0.8);
}
.border-t-blue-800\/85 {
  border-top-color: rgb(30 64 175 / 0.85);
}
.border-t-blue-800\/90 {
  border-top-color: rgb(30 64 175 / 0.9);
}
.border-t-blue-800\/95 {
  border-top-color: rgb(30 64 175 / 0.95);
}
.border-t-blue-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-t-blue-900\/0 {
  border-top-color: rgb(30 58 138 / 0);
}
.border-t-blue-900\/10 {
  border-top-color: rgb(30 58 138 / 0.1);
}
.border-t-blue-900\/100 {
  border-top-color: rgb(30 58 138 / 1);
}
.border-t-blue-900\/15 {
  border-top-color: rgb(30 58 138 / 0.15);
}
.border-t-blue-900\/20 {
  border-top-color: rgb(30 58 138 / 0.2);
}
.border-t-blue-900\/25 {
  border-top-color: rgb(30 58 138 / 0.25);
}
.border-t-blue-900\/30 {
  border-top-color: rgb(30 58 138 / 0.3);
}
.border-t-blue-900\/35 {
  border-top-color: rgb(30 58 138 / 0.35);
}
.border-t-blue-900\/40 {
  border-top-color: rgb(30 58 138 / 0.4);
}
.border-t-blue-900\/45 {
  border-top-color: rgb(30 58 138 / 0.45);
}
.border-t-blue-900\/5 {
  border-top-color: rgb(30 58 138 / 0.05);
}
.border-t-blue-900\/50 {
  border-top-color: rgb(30 58 138 / 0.5);
}
.border-t-blue-900\/55 {
  border-top-color: rgb(30 58 138 / 0.55);
}
.border-t-blue-900\/60 {
  border-top-color: rgb(30 58 138 / 0.6);
}
.border-t-blue-900\/65 {
  border-top-color: rgb(30 58 138 / 0.65);
}
.border-t-blue-900\/70 {
  border-top-color: rgb(30 58 138 / 0.7);
}
.border-t-blue-900\/75 {
  border-top-color: rgb(30 58 138 / 0.75);
}
.border-t-blue-900\/80 {
  border-top-color: rgb(30 58 138 / 0.8);
}
.border-t-blue-900\/85 {
  border-top-color: rgb(30 58 138 / 0.85);
}
.border-t-blue-900\/90 {
  border-top-color: rgb(30 58 138 / 0.9);
}
.border-t-blue-900\/95 {
  border-top-color: rgb(30 58 138 / 0.95);
}
.border-t-blue-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}
.border-t-blue-950\/0 {
  border-top-color: rgb(23 37 84 / 0);
}
.border-t-blue-950\/10 {
  border-top-color: rgb(23 37 84 / 0.1);
}
.border-t-blue-950\/100 {
  border-top-color: rgb(23 37 84 / 1);
}
.border-t-blue-950\/15 {
  border-top-color: rgb(23 37 84 / 0.15);
}
.border-t-blue-950\/20 {
  border-top-color: rgb(23 37 84 / 0.2);
}
.border-t-blue-950\/25 {
  border-top-color: rgb(23 37 84 / 0.25);
}
.border-t-blue-950\/30 {
  border-top-color: rgb(23 37 84 / 0.3);
}
.border-t-blue-950\/35 {
  border-top-color: rgb(23 37 84 / 0.35);
}
.border-t-blue-950\/40 {
  border-top-color: rgb(23 37 84 / 0.4);
}
.border-t-blue-950\/45 {
  border-top-color: rgb(23 37 84 / 0.45);
}
.border-t-blue-950\/5 {
  border-top-color: rgb(23 37 84 / 0.05);
}
.border-t-blue-950\/50 {
  border-top-color: rgb(23 37 84 / 0.5);
}
.border-t-blue-950\/55 {
  border-top-color: rgb(23 37 84 / 0.55);
}
.border-t-blue-950\/60 {
  border-top-color: rgb(23 37 84 / 0.6);
}
.border-t-blue-950\/65 {
  border-top-color: rgb(23 37 84 / 0.65);
}
.border-t-blue-950\/70 {
  border-top-color: rgb(23 37 84 / 0.7);
}
.border-t-blue-950\/75 {
  border-top-color: rgb(23 37 84 / 0.75);
}
.border-t-blue-950\/80 {
  border-top-color: rgb(23 37 84 / 0.8);
}
.border-t-blue-950\/85 {
  border-top-color: rgb(23 37 84 / 0.85);
}
.border-t-blue-950\/90 {
  border-top-color: rgb(23 37 84 / 0.9);
}
.border-t-blue-950\/95 {
  border-top-color: rgb(23 37 84 / 0.95);
}
.border-t-border {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}
.border-t-border\/0 {
  border-top-color: hsl(var(--border) / 0);
}
.border-t-border\/10 {
  border-top-color: hsl(var(--border) / 0.1);
}
.border-t-border\/100 {
  border-top-color: hsl(var(--border) / 1);
}
.border-t-border\/15 {
  border-top-color: hsl(var(--border) / 0.15);
}
.border-t-border\/20 {
  border-top-color: hsl(var(--border) / 0.2);
}
.border-t-border\/25 {
  border-top-color: hsl(var(--border) / 0.25);
}
.border-t-border\/30 {
  border-top-color: hsl(var(--border) / 0.3);
}
.border-t-border\/35 {
  border-top-color: hsl(var(--border) / 0.35);
}
.border-t-border\/40 {
  border-top-color: hsl(var(--border) / 0.4);
}
.border-t-border\/45 {
  border-top-color: hsl(var(--border) / 0.45);
}
.border-t-border\/5 {
  border-top-color: hsl(var(--border) / 0.05);
}
.border-t-border\/50 {
  border-top-color: hsl(var(--border) / 0.5);
}
.border-t-border\/55 {
  border-top-color: hsl(var(--border) / 0.55);
}
.border-t-border\/60 {
  border-top-color: hsl(var(--border) / 0.6);
}
.border-t-border\/65 {
  border-top-color: hsl(var(--border) / 0.65);
}
.border-t-border\/70 {
  border-top-color: hsl(var(--border) / 0.7);
}
.border-t-border\/75 {
  border-top-color: hsl(var(--border) / 0.75);
}
.border-t-border\/80 {
  border-top-color: hsl(var(--border) / 0.8);
}
.border-t-border\/85 {
  border-top-color: hsl(var(--border) / 0.85);
}
.border-t-border\/90 {
  border-top-color: hsl(var(--border) / 0.9);
}
.border-t-border\/95 {
  border-top-color: hsl(var(--border) / 0.95);
}
.border-t-card {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--card) / var(--tw-border-opacity, 1));
}
.border-t-card-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
}
.border-t-card-foreground\/0 {
  border-top-color: hsl(var(--card-foreground) / 0);
}
.border-t-card-foreground\/10 {
  border-top-color: hsl(var(--card-foreground) / 0.1);
}
.border-t-card-foreground\/100 {
  border-top-color: hsl(var(--card-foreground) / 1);
}
.border-t-card-foreground\/15 {
  border-top-color: hsl(var(--card-foreground) / 0.15);
}
.border-t-card-foreground\/20 {
  border-top-color: hsl(var(--card-foreground) / 0.2);
}
.border-t-card-foreground\/25 {
  border-top-color: hsl(var(--card-foreground) / 0.25);
}
.border-t-card-foreground\/30 {
  border-top-color: hsl(var(--card-foreground) / 0.3);
}
.border-t-card-foreground\/35 {
  border-top-color: hsl(var(--card-foreground) / 0.35);
}
.border-t-card-foreground\/40 {
  border-top-color: hsl(var(--card-foreground) / 0.4);
}
.border-t-card-foreground\/45 {
  border-top-color: hsl(var(--card-foreground) / 0.45);
}
.border-t-card-foreground\/5 {
  border-top-color: hsl(var(--card-foreground) / 0.05);
}
.border-t-card-foreground\/50 {
  border-top-color: hsl(var(--card-foreground) / 0.5);
}
.border-t-card-foreground\/55 {
  border-top-color: hsl(var(--card-foreground) / 0.55);
}
.border-t-card-foreground\/60 {
  border-top-color: hsl(var(--card-foreground) / 0.6);
}
.border-t-card-foreground\/65 {
  border-top-color: hsl(var(--card-foreground) / 0.65);
}
.border-t-card-foreground\/70 {
  border-top-color: hsl(var(--card-foreground) / 0.7);
}
.border-t-card-foreground\/75 {
  border-top-color: hsl(var(--card-foreground) / 0.75);
}
.border-t-card-foreground\/80 {
  border-top-color: hsl(var(--card-foreground) / 0.8);
}
.border-t-card-foreground\/85 {
  border-top-color: hsl(var(--card-foreground) / 0.85);
}
.border-t-card-foreground\/90 {
  border-top-color: hsl(var(--card-foreground) / 0.9);
}
.border-t-card-foreground\/95 {
  border-top-color: hsl(var(--card-foreground) / 0.95);
}
.border-t-card\/0 {
  border-top-color: hsl(var(--card) / 0);
}
.border-t-card\/10 {
  border-top-color: hsl(var(--card) / 0.1);
}
.border-t-card\/100 {
  border-top-color: hsl(var(--card) / 1);
}
.border-t-card\/15 {
  border-top-color: hsl(var(--card) / 0.15);
}
.border-t-card\/20 {
  border-top-color: hsl(var(--card) / 0.2);
}
.border-t-card\/25 {
  border-top-color: hsl(var(--card) / 0.25);
}
.border-t-card\/30 {
  border-top-color: hsl(var(--card) / 0.3);
}
.border-t-card\/35 {
  border-top-color: hsl(var(--card) / 0.35);
}
.border-t-card\/40 {
  border-top-color: hsl(var(--card) / 0.4);
}
.border-t-card\/45 {
  border-top-color: hsl(var(--card) / 0.45);
}
.border-t-card\/5 {
  border-top-color: hsl(var(--card) / 0.05);
}
.border-t-card\/50 {
  border-top-color: hsl(var(--card) / 0.5);
}
.border-t-card\/55 {
  border-top-color: hsl(var(--card) / 0.55);
}
.border-t-card\/60 {
  border-top-color: hsl(var(--card) / 0.6);
}
.border-t-card\/65 {
  border-top-color: hsl(var(--card) / 0.65);
}
.border-t-card\/70 {
  border-top-color: hsl(var(--card) / 0.7);
}
.border-t-card\/75 {
  border-top-color: hsl(var(--card) / 0.75);
}
.border-t-card\/80 {
  border-top-color: hsl(var(--card) / 0.8);
}
.border-t-card\/85 {
  border-top-color: hsl(var(--card) / 0.85);
}
.border-t-card\/90 {
  border-top-color: hsl(var(--card) / 0.9);
}
.border-t-card\/95 {
  border-top-color: hsl(var(--card) / 0.95);
}
.border-t-current {
  border-top-color: currentColor;
}
.border-t-cyan-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-t-cyan-100\/0 {
  border-top-color: rgb(207 250 254 / 0);
}
.border-t-cyan-100\/10 {
  border-top-color: rgb(207 250 254 / 0.1);
}
.border-t-cyan-100\/100 {
  border-top-color: rgb(207 250 254 / 1);
}
.border-t-cyan-100\/15 {
  border-top-color: rgb(207 250 254 / 0.15);
}
.border-t-cyan-100\/20 {
  border-top-color: rgb(207 250 254 / 0.2);
}
.border-t-cyan-100\/25 {
  border-top-color: rgb(207 250 254 / 0.25);
}
.border-t-cyan-100\/30 {
  border-top-color: rgb(207 250 254 / 0.3);
}
.border-t-cyan-100\/35 {
  border-top-color: rgb(207 250 254 / 0.35);
}
.border-t-cyan-100\/40 {
  border-top-color: rgb(207 250 254 / 0.4);
}
.border-t-cyan-100\/45 {
  border-top-color: rgb(207 250 254 / 0.45);
}
.border-t-cyan-100\/5 {
  border-top-color: rgb(207 250 254 / 0.05);
}
.border-t-cyan-100\/50 {
  border-top-color: rgb(207 250 254 / 0.5);
}
.border-t-cyan-100\/55 {
  border-top-color: rgb(207 250 254 / 0.55);
}
.border-t-cyan-100\/60 {
  border-top-color: rgb(207 250 254 / 0.6);
}
.border-t-cyan-100\/65 {
  border-top-color: rgb(207 250 254 / 0.65);
}
.border-t-cyan-100\/70 {
  border-top-color: rgb(207 250 254 / 0.7);
}
.border-t-cyan-100\/75 {
  border-top-color: rgb(207 250 254 / 0.75);
}
.border-t-cyan-100\/80 {
  border-top-color: rgb(207 250 254 / 0.8);
}
.border-t-cyan-100\/85 {
  border-top-color: rgb(207 250 254 / 0.85);
}
.border-t-cyan-100\/90 {
  border-top-color: rgb(207 250 254 / 0.9);
}
.border-t-cyan-100\/95 {
  border-top-color: rgb(207 250 254 / 0.95);
}
.border-t-cyan-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-t-cyan-200\/0 {
  border-top-color: rgb(165 243 252 / 0);
}
.border-t-cyan-200\/10 {
  border-top-color: rgb(165 243 252 / 0.1);
}
.border-t-cyan-200\/100 {
  border-top-color: rgb(165 243 252 / 1);
}
.border-t-cyan-200\/15 {
  border-top-color: rgb(165 243 252 / 0.15);
}
.border-t-cyan-200\/20 {
  border-top-color: rgb(165 243 252 / 0.2);
}
.border-t-cyan-200\/25 {
  border-top-color: rgb(165 243 252 / 0.25);
}
.border-t-cyan-200\/30 {
  border-top-color: rgb(165 243 252 / 0.3);
}
.border-t-cyan-200\/35 {
  border-top-color: rgb(165 243 252 / 0.35);
}
.border-t-cyan-200\/40 {
  border-top-color: rgb(165 243 252 / 0.4);
}
.border-t-cyan-200\/45 {
  border-top-color: rgb(165 243 252 / 0.45);
}
.border-t-cyan-200\/5 {
  border-top-color: rgb(165 243 252 / 0.05);
}
.border-t-cyan-200\/50 {
  border-top-color: rgb(165 243 252 / 0.5);
}
.border-t-cyan-200\/55 {
  border-top-color: rgb(165 243 252 / 0.55);
}
.border-t-cyan-200\/60 {
  border-top-color: rgb(165 243 252 / 0.6);
}
.border-t-cyan-200\/65 {
  border-top-color: rgb(165 243 252 / 0.65);
}
.border-t-cyan-200\/70 {
  border-top-color: rgb(165 243 252 / 0.7);
}
.border-t-cyan-200\/75 {
  border-top-color: rgb(165 243 252 / 0.75);
}
.border-t-cyan-200\/80 {
  border-top-color: rgb(165 243 252 / 0.8);
}
.border-t-cyan-200\/85 {
  border-top-color: rgb(165 243 252 / 0.85);
}
.border-t-cyan-200\/90 {
  border-top-color: rgb(165 243 252 / 0.9);
}
.border-t-cyan-200\/95 {
  border-top-color: rgb(165 243 252 / 0.95);
}
.border-t-cyan-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-t-cyan-300\/0 {
  border-top-color: rgb(103 232 249 / 0);
}
.border-t-cyan-300\/10 {
  border-top-color: rgb(103 232 249 / 0.1);
}
.border-t-cyan-300\/100 {
  border-top-color: rgb(103 232 249 / 1);
}
.border-t-cyan-300\/15 {
  border-top-color: rgb(103 232 249 / 0.15);
}
.border-t-cyan-300\/20 {
  border-top-color: rgb(103 232 249 / 0.2);
}
.border-t-cyan-300\/25 {
  border-top-color: rgb(103 232 249 / 0.25);
}
.border-t-cyan-300\/30 {
  border-top-color: rgb(103 232 249 / 0.3);
}
.border-t-cyan-300\/35 {
  border-top-color: rgb(103 232 249 / 0.35);
}
.border-t-cyan-300\/40 {
  border-top-color: rgb(103 232 249 / 0.4);
}
.border-t-cyan-300\/45 {
  border-top-color: rgb(103 232 249 / 0.45);
}
.border-t-cyan-300\/5 {
  border-top-color: rgb(103 232 249 / 0.05);
}
.border-t-cyan-300\/50 {
  border-top-color: rgb(103 232 249 / 0.5);
}
.border-t-cyan-300\/55 {
  border-top-color: rgb(103 232 249 / 0.55);
}
.border-t-cyan-300\/60 {
  border-top-color: rgb(103 232 249 / 0.6);
}
.border-t-cyan-300\/65 {
  border-top-color: rgb(103 232 249 / 0.65);
}
.border-t-cyan-300\/70 {
  border-top-color: rgb(103 232 249 / 0.7);
}
.border-t-cyan-300\/75 {
  border-top-color: rgb(103 232 249 / 0.75);
}
.border-t-cyan-300\/80 {
  border-top-color: rgb(103 232 249 / 0.8);
}
.border-t-cyan-300\/85 {
  border-top-color: rgb(103 232 249 / 0.85);
}
.border-t-cyan-300\/90 {
  border-top-color: rgb(103 232 249 / 0.9);
}
.border-t-cyan-300\/95 {
  border-top-color: rgb(103 232 249 / 0.95);
}
.border-t-cyan-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-t-cyan-400\/0 {
  border-top-color: rgb(34 211 238 / 0);
}
.border-t-cyan-400\/10 {
  border-top-color: rgb(34 211 238 / 0.1);
}
.border-t-cyan-400\/100 {
  border-top-color: rgb(34 211 238 / 1);
}
.border-t-cyan-400\/15 {
  border-top-color: rgb(34 211 238 / 0.15);
}
.border-t-cyan-400\/20 {
  border-top-color: rgb(34 211 238 / 0.2);
}
.border-t-cyan-400\/25 {
  border-top-color: rgb(34 211 238 / 0.25);
}
.border-t-cyan-400\/30 {
  border-top-color: rgb(34 211 238 / 0.3);
}
.border-t-cyan-400\/35 {
  border-top-color: rgb(34 211 238 / 0.35);
}
.border-t-cyan-400\/40 {
  border-top-color: rgb(34 211 238 / 0.4);
}
.border-t-cyan-400\/45 {
  border-top-color: rgb(34 211 238 / 0.45);
}
.border-t-cyan-400\/5 {
  border-top-color: rgb(34 211 238 / 0.05);
}
.border-t-cyan-400\/50 {
  border-top-color: rgb(34 211 238 / 0.5);
}
.border-t-cyan-400\/55 {
  border-top-color: rgb(34 211 238 / 0.55);
}
.border-t-cyan-400\/60 {
  border-top-color: rgb(34 211 238 / 0.6);
}
.border-t-cyan-400\/65 {
  border-top-color: rgb(34 211 238 / 0.65);
}
.border-t-cyan-400\/70 {
  border-top-color: rgb(34 211 238 / 0.7);
}
.border-t-cyan-400\/75 {
  border-top-color: rgb(34 211 238 / 0.75);
}
.border-t-cyan-400\/80 {
  border-top-color: rgb(34 211 238 / 0.8);
}
.border-t-cyan-400\/85 {
  border-top-color: rgb(34 211 238 / 0.85);
}
.border-t-cyan-400\/90 {
  border-top-color: rgb(34 211 238 / 0.9);
}
.border-t-cyan-400\/95 {
  border-top-color: rgb(34 211 238 / 0.95);
}
.border-t-cyan-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}
.border-t-cyan-50\/0 {
  border-top-color: rgb(236 254 255 / 0);
}
.border-t-cyan-50\/10 {
  border-top-color: rgb(236 254 255 / 0.1);
}
.border-t-cyan-50\/100 {
  border-top-color: rgb(236 254 255 / 1);
}
.border-t-cyan-50\/15 {
  border-top-color: rgb(236 254 255 / 0.15);
}
.border-t-cyan-50\/20 {
  border-top-color: rgb(236 254 255 / 0.2);
}
.border-t-cyan-50\/25 {
  border-top-color: rgb(236 254 255 / 0.25);
}
.border-t-cyan-50\/30 {
  border-top-color: rgb(236 254 255 / 0.3);
}
.border-t-cyan-50\/35 {
  border-top-color: rgb(236 254 255 / 0.35);
}
.border-t-cyan-50\/40 {
  border-top-color: rgb(236 254 255 / 0.4);
}
.border-t-cyan-50\/45 {
  border-top-color: rgb(236 254 255 / 0.45);
}
.border-t-cyan-50\/5 {
  border-top-color: rgb(236 254 255 / 0.05);
}
.border-t-cyan-50\/50 {
  border-top-color: rgb(236 254 255 / 0.5);
}
.border-t-cyan-50\/55 {
  border-top-color: rgb(236 254 255 / 0.55);
}
.border-t-cyan-50\/60 {
  border-top-color: rgb(236 254 255 / 0.6);
}
.border-t-cyan-50\/65 {
  border-top-color: rgb(236 254 255 / 0.65);
}
.border-t-cyan-50\/70 {
  border-top-color: rgb(236 254 255 / 0.7);
}
.border-t-cyan-50\/75 {
  border-top-color: rgb(236 254 255 / 0.75);
}
.border-t-cyan-50\/80 {
  border-top-color: rgb(236 254 255 / 0.8);
}
.border-t-cyan-50\/85 {
  border-top-color: rgb(236 254 255 / 0.85);
}
.border-t-cyan-50\/90 {
  border-top-color: rgb(236 254 255 / 0.9);
}
.border-t-cyan-50\/95 {
  border-top-color: rgb(236 254 255 / 0.95);
}
.border-t-cyan-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-t-cyan-500\/0 {
  border-top-color: rgb(6 182 212 / 0);
}
.border-t-cyan-500\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
}
.border-t-cyan-500\/100 {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-cyan-500\/15 {
  border-top-color: rgb(6 182 212 / 0.15);
}
.border-t-cyan-500\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
}
.border-t-cyan-500\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
}
.border-t-cyan-500\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
}
.border-t-cyan-500\/35 {
  border-top-color: rgb(6 182 212 / 0.35);
}
.border-t-cyan-500\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-cyan-500\/45 {
  border-top-color: rgb(6 182 212 / 0.45);
}
.border-t-cyan-500\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
}
.border-t-cyan-500\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-cyan-500\/55 {
  border-top-color: rgb(6 182 212 / 0.55);
}
.border-t-cyan-500\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-cyan-500\/65 {
  border-top-color: rgb(6 182 212 / 0.65);
}
.border-t-cyan-500\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
}
.border-t-cyan-500\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
}
.border-t-cyan-500\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
}
.border-t-cyan-500\/85 {
  border-top-color: rgb(6 182 212 / 0.85);
}
.border-t-cyan-500\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
}
.border-t-cyan-500\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
}
.border-t-cyan-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-t-cyan-600\/0 {
  border-top-color: rgb(8 145 178 / 0);
}
.border-t-cyan-600\/10 {
  border-top-color: rgb(8 145 178 / 0.1);
}
.border-t-cyan-600\/100 {
  border-top-color: rgb(8 145 178 / 1);
}
.border-t-cyan-600\/15 {
  border-top-color: rgb(8 145 178 / 0.15);
}
.border-t-cyan-600\/20 {
  border-top-color: rgb(8 145 178 / 0.2);
}
.border-t-cyan-600\/25 {
  border-top-color: rgb(8 145 178 / 0.25);
}
.border-t-cyan-600\/30 {
  border-top-color: rgb(8 145 178 / 0.3);
}
.border-t-cyan-600\/35 {
  border-top-color: rgb(8 145 178 / 0.35);
}
.border-t-cyan-600\/40 {
  border-top-color: rgb(8 145 178 / 0.4);
}
.border-t-cyan-600\/45 {
  border-top-color: rgb(8 145 178 / 0.45);
}
.border-t-cyan-600\/5 {
  border-top-color: rgb(8 145 178 / 0.05);
}
.border-t-cyan-600\/50 {
  border-top-color: rgb(8 145 178 / 0.5);
}
.border-t-cyan-600\/55 {
  border-top-color: rgb(8 145 178 / 0.55);
}
.border-t-cyan-600\/60 {
  border-top-color: rgb(8 145 178 / 0.6);
}
.border-t-cyan-600\/65 {
  border-top-color: rgb(8 145 178 / 0.65);
}
.border-t-cyan-600\/70 {
  border-top-color: rgb(8 145 178 / 0.7);
}
.border-t-cyan-600\/75 {
  border-top-color: rgb(8 145 178 / 0.75);
}
.border-t-cyan-600\/80 {
  border-top-color: rgb(8 145 178 / 0.8);
}
.border-t-cyan-600\/85 {
  border-top-color: rgb(8 145 178 / 0.85);
}
.border-t-cyan-600\/90 {
  border-top-color: rgb(8 145 178 / 0.9);
}
.border-t-cyan-600\/95 {
  border-top-color: rgb(8 145 178 / 0.95);
}
.border-t-cyan-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}
.border-t-cyan-700\/0 {
  border-top-color: rgb(14 116 144 / 0);
}
.border-t-cyan-700\/10 {
  border-top-color: rgb(14 116 144 / 0.1);
}
.border-t-cyan-700\/100 {
  border-top-color: rgb(14 116 144 / 1);
}
.border-t-cyan-700\/15 {
  border-top-color: rgb(14 116 144 / 0.15);
}
.border-t-cyan-700\/20 {
  border-top-color: rgb(14 116 144 / 0.2);
}
.border-t-cyan-700\/25 {
  border-top-color: rgb(14 116 144 / 0.25);
}
.border-t-cyan-700\/30 {
  border-top-color: rgb(14 116 144 / 0.3);
}
.border-t-cyan-700\/35 {
  border-top-color: rgb(14 116 144 / 0.35);
}
.border-t-cyan-700\/40 {
  border-top-color: rgb(14 116 144 / 0.4);
}
.border-t-cyan-700\/45 {
  border-top-color: rgb(14 116 144 / 0.45);
}
.border-t-cyan-700\/5 {
  border-top-color: rgb(14 116 144 / 0.05);
}
.border-t-cyan-700\/50 {
  border-top-color: rgb(14 116 144 / 0.5);
}
.border-t-cyan-700\/55 {
  border-top-color: rgb(14 116 144 / 0.55);
}
.border-t-cyan-700\/60 {
  border-top-color: rgb(14 116 144 / 0.6);
}
.border-t-cyan-700\/65 {
  border-top-color: rgb(14 116 144 / 0.65);
}
.border-t-cyan-700\/70 {
  border-top-color: rgb(14 116 144 / 0.7);
}
.border-t-cyan-700\/75 {
  border-top-color: rgb(14 116 144 / 0.75);
}
.border-t-cyan-700\/80 {
  border-top-color: rgb(14 116 144 / 0.8);
}
.border-t-cyan-700\/85 {
  border-top-color: rgb(14 116 144 / 0.85);
}
.border-t-cyan-700\/90 {
  border-top-color: rgb(14 116 144 / 0.9);
}
.border-t-cyan-700\/95 {
  border-top-color: rgb(14 116 144 / 0.95);
}
.border-t-cyan-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}
.border-t-cyan-800\/0 {
  border-top-color: rgb(21 94 117 / 0);
}
.border-t-cyan-800\/10 {
  border-top-color: rgb(21 94 117 / 0.1);
}
.border-t-cyan-800\/100 {
  border-top-color: rgb(21 94 117 / 1);
}
.border-t-cyan-800\/15 {
  border-top-color: rgb(21 94 117 / 0.15);
}
.border-t-cyan-800\/20 {
  border-top-color: rgb(21 94 117 / 0.2);
}
.border-t-cyan-800\/25 {
  border-top-color: rgb(21 94 117 / 0.25);
}
.border-t-cyan-800\/30 {
  border-top-color: rgb(21 94 117 / 0.3);
}
.border-t-cyan-800\/35 {
  border-top-color: rgb(21 94 117 / 0.35);
}
.border-t-cyan-800\/40 {
  border-top-color: rgb(21 94 117 / 0.4);
}
.border-t-cyan-800\/45 {
  border-top-color: rgb(21 94 117 / 0.45);
}
.border-t-cyan-800\/5 {
  border-top-color: rgb(21 94 117 / 0.05);
}
.border-t-cyan-800\/50 {
  border-top-color: rgb(21 94 117 / 0.5);
}
.border-t-cyan-800\/55 {
  border-top-color: rgb(21 94 117 / 0.55);
}
.border-t-cyan-800\/60 {
  border-top-color: rgb(21 94 117 / 0.6);
}
.border-t-cyan-800\/65 {
  border-top-color: rgb(21 94 117 / 0.65);
}
.border-t-cyan-800\/70 {
  border-top-color: rgb(21 94 117 / 0.7);
}
.border-t-cyan-800\/75 {
  border-top-color: rgb(21 94 117 / 0.75);
}
.border-t-cyan-800\/80 {
  border-top-color: rgb(21 94 117 / 0.8);
}
.border-t-cyan-800\/85 {
  border-top-color: rgb(21 94 117 / 0.85);
}
.border-t-cyan-800\/90 {
  border-top-color: rgb(21 94 117 / 0.9);
}
.border-t-cyan-800\/95 {
  border-top-color: rgb(21 94 117 / 0.95);
}
.border-t-cyan-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}
.border-t-cyan-900\/0 {
  border-top-color: rgb(22 78 99 / 0);
}
.border-t-cyan-900\/10 {
  border-top-color: rgb(22 78 99 / 0.1);
}
.border-t-cyan-900\/100 {
  border-top-color: rgb(22 78 99 / 1);
}
.border-t-cyan-900\/15 {
  border-top-color: rgb(22 78 99 / 0.15);
}
.border-t-cyan-900\/20 {
  border-top-color: rgb(22 78 99 / 0.2);
}
.border-t-cyan-900\/25 {
  border-top-color: rgb(22 78 99 / 0.25);
}
.border-t-cyan-900\/30 {
  border-top-color: rgb(22 78 99 / 0.3);
}
.border-t-cyan-900\/35 {
  border-top-color: rgb(22 78 99 / 0.35);
}
.border-t-cyan-900\/40 {
  border-top-color: rgb(22 78 99 / 0.4);
}
.border-t-cyan-900\/45 {
  border-top-color: rgb(22 78 99 / 0.45);
}
.border-t-cyan-900\/5 {
  border-top-color: rgb(22 78 99 / 0.05);
}
.border-t-cyan-900\/50 {
  border-top-color: rgb(22 78 99 / 0.5);
}
.border-t-cyan-900\/55 {
  border-top-color: rgb(22 78 99 / 0.55);
}
.border-t-cyan-900\/60 {
  border-top-color: rgb(22 78 99 / 0.6);
}
.border-t-cyan-900\/65 {
  border-top-color: rgb(22 78 99 / 0.65);
}
.border-t-cyan-900\/70 {
  border-top-color: rgb(22 78 99 / 0.7);
}
.border-t-cyan-900\/75 {
  border-top-color: rgb(22 78 99 / 0.75);
}
.border-t-cyan-900\/80 {
  border-top-color: rgb(22 78 99 / 0.8);
}
.border-t-cyan-900\/85 {
  border-top-color: rgb(22 78 99 / 0.85);
}
.border-t-cyan-900\/90 {
  border-top-color: rgb(22 78 99 / 0.9);
}
.border-t-cyan-900\/95 {
  border-top-color: rgb(22 78 99 / 0.95);
}
.border-t-cyan-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}
.border-t-cyan-950\/0 {
  border-top-color: rgb(8 51 68 / 0);
}
.border-t-cyan-950\/10 {
  border-top-color: rgb(8 51 68 / 0.1);
}
.border-t-cyan-950\/100 {
  border-top-color: rgb(8 51 68 / 1);
}
.border-t-cyan-950\/15 {
  border-top-color: rgb(8 51 68 / 0.15);
}
.border-t-cyan-950\/20 {
  border-top-color: rgb(8 51 68 / 0.2);
}
.border-t-cyan-950\/25 {
  border-top-color: rgb(8 51 68 / 0.25);
}
.border-t-cyan-950\/30 {
  border-top-color: rgb(8 51 68 / 0.3);
}
.border-t-cyan-950\/35 {
  border-top-color: rgb(8 51 68 / 0.35);
}
.border-t-cyan-950\/40 {
  border-top-color: rgb(8 51 68 / 0.4);
}
.border-t-cyan-950\/45 {
  border-top-color: rgb(8 51 68 / 0.45);
}
.border-t-cyan-950\/5 {
  border-top-color: rgb(8 51 68 / 0.05);
}
.border-t-cyan-950\/50 {
  border-top-color: rgb(8 51 68 / 0.5);
}
.border-t-cyan-950\/55 {
  border-top-color: rgb(8 51 68 / 0.55);
}
.border-t-cyan-950\/60 {
  border-top-color: rgb(8 51 68 / 0.6);
}
.border-t-cyan-950\/65 {
  border-top-color: rgb(8 51 68 / 0.65);
}
.border-t-cyan-950\/70 {
  border-top-color: rgb(8 51 68 / 0.7);
}
.border-t-cyan-950\/75 {
  border-top-color: rgb(8 51 68 / 0.75);
}
.border-t-cyan-950\/80 {
  border-top-color: rgb(8 51 68 / 0.8);
}
.border-t-cyan-950\/85 {
  border-top-color: rgb(8 51 68 / 0.85);
}
.border-t-cyan-950\/90 {
  border-top-color: rgb(8 51 68 / 0.9);
}
.border-t-cyan-950\/95 {
  border-top-color: rgb(8 51 68 / 0.95);
}
.border-t-destructive {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
}
.border-t-destructive-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
}
.border-t-destructive-foreground\/0 {
  border-top-color: hsl(var(--destructive-foreground) / 0);
}
.border-t-destructive-foreground\/10 {
  border-top-color: hsl(var(--destructive-foreground) / 0.1);
}
.border-t-destructive-foreground\/100 {
  border-top-color: hsl(var(--destructive-foreground) / 1);
}
.border-t-destructive-foreground\/15 {
  border-top-color: hsl(var(--destructive-foreground) / 0.15);
}
.border-t-destructive-foreground\/20 {
  border-top-color: hsl(var(--destructive-foreground) / 0.2);
}
.border-t-destructive-foreground\/25 {
  border-top-color: hsl(var(--destructive-foreground) / 0.25);
}
.border-t-destructive-foreground\/30 {
  border-top-color: hsl(var(--destructive-foreground) / 0.3);
}
.border-t-destructive-foreground\/35 {
  border-top-color: hsl(var(--destructive-foreground) / 0.35);
}
.border-t-destructive-foreground\/40 {
  border-top-color: hsl(var(--destructive-foreground) / 0.4);
}
.border-t-destructive-foreground\/45 {
  border-top-color: hsl(var(--destructive-foreground) / 0.45);
}
.border-t-destructive-foreground\/5 {
  border-top-color: hsl(var(--destructive-foreground) / 0.05);
}
.border-t-destructive-foreground\/50 {
  border-top-color: hsl(var(--destructive-foreground) / 0.5);
}
.border-t-destructive-foreground\/55 {
  border-top-color: hsl(var(--destructive-foreground) / 0.55);
}
.border-t-destructive-foreground\/60 {
  border-top-color: hsl(var(--destructive-foreground) / 0.6);
}
.border-t-destructive-foreground\/65 {
  border-top-color: hsl(var(--destructive-foreground) / 0.65);
}
.border-t-destructive-foreground\/70 {
  border-top-color: hsl(var(--destructive-foreground) / 0.7);
}
.border-t-destructive-foreground\/75 {
  border-top-color: hsl(var(--destructive-foreground) / 0.75);
}
.border-t-destructive-foreground\/80 {
  border-top-color: hsl(var(--destructive-foreground) / 0.8);
}
.border-t-destructive-foreground\/85 {
  border-top-color: hsl(var(--destructive-foreground) / 0.85);
}
.border-t-destructive-foreground\/90 {
  border-top-color: hsl(var(--destructive-foreground) / 0.9);
}
.border-t-destructive-foreground\/95 {
  border-top-color: hsl(var(--destructive-foreground) / 0.95);
}
.border-t-destructive\/0 {
  border-top-color: hsl(var(--destructive) / 0);
}
.border-t-destructive\/10 {
  border-top-color: hsl(var(--destructive) / 0.1);
}
.border-t-destructive\/100 {
  border-top-color: hsl(var(--destructive) / 1);
}
.border-t-destructive\/15 {
  border-top-color: hsl(var(--destructive) / 0.15);
}
.border-t-destructive\/20 {
  border-top-color: hsl(var(--destructive) / 0.2);
}
.border-t-destructive\/25 {
  border-top-color: hsl(var(--destructive) / 0.25);
}
.border-t-destructive\/30 {
  border-top-color: hsl(var(--destructive) / 0.3);
}
.border-t-destructive\/35 {
  border-top-color: hsl(var(--destructive) / 0.35);
}
.border-t-destructive\/40 {
  border-top-color: hsl(var(--destructive) / 0.4);
}
.border-t-destructive\/45 {
  border-top-color: hsl(var(--destructive) / 0.45);
}
.border-t-destructive\/5 {
  border-top-color: hsl(var(--destructive) / 0.05);
}
.border-t-destructive\/50 {
  border-top-color: hsl(var(--destructive) / 0.5);
}
.border-t-destructive\/55 {
  border-top-color: hsl(var(--destructive) / 0.55);
}
.border-t-destructive\/60 {
  border-top-color: hsl(var(--destructive) / 0.6);
}
.border-t-destructive\/65 {
  border-top-color: hsl(var(--destructive) / 0.65);
}
.border-t-destructive\/70 {
  border-top-color: hsl(var(--destructive) / 0.7);
}
.border-t-destructive\/75 {
  border-top-color: hsl(var(--destructive) / 0.75);
}
.border-t-destructive\/80 {
  border-top-color: hsl(var(--destructive) / 0.8);
}
.border-t-destructive\/85 {
  border-top-color: hsl(var(--destructive) / 0.85);
}
.border-t-destructive\/90 {
  border-top-color: hsl(var(--destructive) / 0.9);
}
.border-t-destructive\/95 {
  border-top-color: hsl(var(--destructive) / 0.95);
}
.border-t-emerald-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-t-emerald-100\/0 {
  border-top-color: rgb(209 250 229 / 0);
}
.border-t-emerald-100\/10 {
  border-top-color: rgb(209 250 229 / 0.1);
}
.border-t-emerald-100\/100 {
  border-top-color: rgb(209 250 229 / 1);
}
.border-t-emerald-100\/15 {
  border-top-color: rgb(209 250 229 / 0.15);
}
.border-t-emerald-100\/20 {
  border-top-color: rgb(209 250 229 / 0.2);
}
.border-t-emerald-100\/25 {
  border-top-color: rgb(209 250 229 / 0.25);
}
.border-t-emerald-100\/30 {
  border-top-color: rgb(209 250 229 / 0.3);
}
.border-t-emerald-100\/35 {
  border-top-color: rgb(209 250 229 / 0.35);
}
.border-t-emerald-100\/40 {
  border-top-color: rgb(209 250 229 / 0.4);
}
.border-t-emerald-100\/45 {
  border-top-color: rgb(209 250 229 / 0.45);
}
.border-t-emerald-100\/5 {
  border-top-color: rgb(209 250 229 / 0.05);
}
.border-t-emerald-100\/50 {
  border-top-color: rgb(209 250 229 / 0.5);
}
.border-t-emerald-100\/55 {
  border-top-color: rgb(209 250 229 / 0.55);
}
.border-t-emerald-100\/60 {
  border-top-color: rgb(209 250 229 / 0.6);
}
.border-t-emerald-100\/65 {
  border-top-color: rgb(209 250 229 / 0.65);
}
.border-t-emerald-100\/70 {
  border-top-color: rgb(209 250 229 / 0.7);
}
.border-t-emerald-100\/75 {
  border-top-color: rgb(209 250 229 / 0.75);
}
.border-t-emerald-100\/80 {
  border-top-color: rgb(209 250 229 / 0.8);
}
.border-t-emerald-100\/85 {
  border-top-color: rgb(209 250 229 / 0.85);
}
.border-t-emerald-100\/90 {
  border-top-color: rgb(209 250 229 / 0.9);
}
.border-t-emerald-100\/95 {
  border-top-color: rgb(209 250 229 / 0.95);
}
.border-t-emerald-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-t-emerald-200\/0 {
  border-top-color: rgb(167 243 208 / 0);
}
.border-t-emerald-200\/10 {
  border-top-color: rgb(167 243 208 / 0.1);
}
.border-t-emerald-200\/100 {
  border-top-color: rgb(167 243 208 / 1);
}
.border-t-emerald-200\/15 {
  border-top-color: rgb(167 243 208 / 0.15);
}
.border-t-emerald-200\/20 {
  border-top-color: rgb(167 243 208 / 0.2);
}
.border-t-emerald-200\/25 {
  border-top-color: rgb(167 243 208 / 0.25);
}
.border-t-emerald-200\/30 {
  border-top-color: rgb(167 243 208 / 0.3);
}
.border-t-emerald-200\/35 {
  border-top-color: rgb(167 243 208 / 0.35);
}
.border-t-emerald-200\/40 {
  border-top-color: rgb(167 243 208 / 0.4);
}
.border-t-emerald-200\/45 {
  border-top-color: rgb(167 243 208 / 0.45);
}
.border-t-emerald-200\/5 {
  border-top-color: rgb(167 243 208 / 0.05);
}
.border-t-emerald-200\/50 {
  border-top-color: rgb(167 243 208 / 0.5);
}
.border-t-emerald-200\/55 {
  border-top-color: rgb(167 243 208 / 0.55);
}
.border-t-emerald-200\/60 {
  border-top-color: rgb(167 243 208 / 0.6);
}
.border-t-emerald-200\/65 {
  border-top-color: rgb(167 243 208 / 0.65);
}
.border-t-emerald-200\/70 {
  border-top-color: rgb(167 243 208 / 0.7);
}
.border-t-emerald-200\/75 {
  border-top-color: rgb(167 243 208 / 0.75);
}
.border-t-emerald-200\/80 {
  border-top-color: rgb(167 243 208 / 0.8);
}
.border-t-emerald-200\/85 {
  border-top-color: rgb(167 243 208 / 0.85);
}
.border-t-emerald-200\/90 {
  border-top-color: rgb(167 243 208 / 0.9);
}
.border-t-emerald-200\/95 {
  border-top-color: rgb(167 243 208 / 0.95);
}
.border-t-emerald-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-t-emerald-300\/0 {
  border-top-color: rgb(110 231 183 / 0);
}
.border-t-emerald-300\/10 {
  border-top-color: rgb(110 231 183 / 0.1);
}
.border-t-emerald-300\/100 {
  border-top-color: rgb(110 231 183 / 1);
}
.border-t-emerald-300\/15 {
  border-top-color: rgb(110 231 183 / 0.15);
}
.border-t-emerald-300\/20 {
  border-top-color: rgb(110 231 183 / 0.2);
}
.border-t-emerald-300\/25 {
  border-top-color: rgb(110 231 183 / 0.25);
}
.border-t-emerald-300\/30 {
  border-top-color: rgb(110 231 183 / 0.3);
}
.border-t-emerald-300\/35 {
  border-top-color: rgb(110 231 183 / 0.35);
}
.border-t-emerald-300\/40 {
  border-top-color: rgb(110 231 183 / 0.4);
}
.border-t-emerald-300\/45 {
  border-top-color: rgb(110 231 183 / 0.45);
}
.border-t-emerald-300\/5 {
  border-top-color: rgb(110 231 183 / 0.05);
}
.border-t-emerald-300\/50 {
  border-top-color: rgb(110 231 183 / 0.5);
}
.border-t-emerald-300\/55 {
  border-top-color: rgb(110 231 183 / 0.55);
}
.border-t-emerald-300\/60 {
  border-top-color: rgb(110 231 183 / 0.6);
}
.border-t-emerald-300\/65 {
  border-top-color: rgb(110 231 183 / 0.65);
}
.border-t-emerald-300\/70 {
  border-top-color: rgb(110 231 183 / 0.7);
}
.border-t-emerald-300\/75 {
  border-top-color: rgb(110 231 183 / 0.75);
}
.border-t-emerald-300\/80 {
  border-top-color: rgb(110 231 183 / 0.8);
}
.border-t-emerald-300\/85 {
  border-top-color: rgb(110 231 183 / 0.85);
}
.border-t-emerald-300\/90 {
  border-top-color: rgb(110 231 183 / 0.9);
}
.border-t-emerald-300\/95 {
  border-top-color: rgb(110 231 183 / 0.95);
}
.border-t-emerald-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-t-emerald-400\/0 {
  border-top-color: rgb(52 211 153 / 0);
}
.border-t-emerald-400\/10 {
  border-top-color: rgb(52 211 153 / 0.1);
}
.border-t-emerald-400\/100 {
  border-top-color: rgb(52 211 153 / 1);
}
.border-t-emerald-400\/15 {
  border-top-color: rgb(52 211 153 / 0.15);
}
.border-t-emerald-400\/20 {
  border-top-color: rgb(52 211 153 / 0.2);
}
.border-t-emerald-400\/25 {
  border-top-color: rgb(52 211 153 / 0.25);
}
.border-t-emerald-400\/30 {
  border-top-color: rgb(52 211 153 / 0.3);
}
.border-t-emerald-400\/35 {
  border-top-color: rgb(52 211 153 / 0.35);
}
.border-t-emerald-400\/40 {
  border-top-color: rgb(52 211 153 / 0.4);
}
.border-t-emerald-400\/45 {
  border-top-color: rgb(52 211 153 / 0.45);
}
.border-t-emerald-400\/5 {
  border-top-color: rgb(52 211 153 / 0.05);
}
.border-t-emerald-400\/50 {
  border-top-color: rgb(52 211 153 / 0.5);
}
.border-t-emerald-400\/55 {
  border-top-color: rgb(52 211 153 / 0.55);
}
.border-t-emerald-400\/60 {
  border-top-color: rgb(52 211 153 / 0.6);
}
.border-t-emerald-400\/65 {
  border-top-color: rgb(52 211 153 / 0.65);
}
.border-t-emerald-400\/70 {
  border-top-color: rgb(52 211 153 / 0.7);
}
.border-t-emerald-400\/75 {
  border-top-color: rgb(52 211 153 / 0.75);
}
.border-t-emerald-400\/80 {
  border-top-color: rgb(52 211 153 / 0.8);
}
.border-t-emerald-400\/85 {
  border-top-color: rgb(52 211 153 / 0.85);
}
.border-t-emerald-400\/90 {
  border-top-color: rgb(52 211 153 / 0.9);
}
.border-t-emerald-400\/95 {
  border-top-color: rgb(52 211 153 / 0.95);
}
.border-t-emerald-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}
.border-t-emerald-50\/0 {
  border-top-color: rgb(236 253 245 / 0);
}
.border-t-emerald-50\/10 {
  border-top-color: rgb(236 253 245 / 0.1);
}
.border-t-emerald-50\/100 {
  border-top-color: rgb(236 253 245 / 1);
}
.border-t-emerald-50\/15 {
  border-top-color: rgb(236 253 245 / 0.15);
}
.border-t-emerald-50\/20 {
  border-top-color: rgb(236 253 245 / 0.2);
}
.border-t-emerald-50\/25 {
  border-top-color: rgb(236 253 245 / 0.25);
}
.border-t-emerald-50\/30 {
  border-top-color: rgb(236 253 245 / 0.3);
}
.border-t-emerald-50\/35 {
  border-top-color: rgb(236 253 245 / 0.35);
}
.border-t-emerald-50\/40 {
  border-top-color: rgb(236 253 245 / 0.4);
}
.border-t-emerald-50\/45 {
  border-top-color: rgb(236 253 245 / 0.45);
}
.border-t-emerald-50\/5 {
  border-top-color: rgb(236 253 245 / 0.05);
}
.border-t-emerald-50\/50 {
  border-top-color: rgb(236 253 245 / 0.5);
}
.border-t-emerald-50\/55 {
  border-top-color: rgb(236 253 245 / 0.55);
}
.border-t-emerald-50\/60 {
  border-top-color: rgb(236 253 245 / 0.6);
}
.border-t-emerald-50\/65 {
  border-top-color: rgb(236 253 245 / 0.65);
}
.border-t-emerald-50\/70 {
  border-top-color: rgb(236 253 245 / 0.7);
}
.border-t-emerald-50\/75 {
  border-top-color: rgb(236 253 245 / 0.75);
}
.border-t-emerald-50\/80 {
  border-top-color: rgb(236 253 245 / 0.8);
}
.border-t-emerald-50\/85 {
  border-top-color: rgb(236 253 245 / 0.85);
}
.border-t-emerald-50\/90 {
  border-top-color: rgb(236 253 245 / 0.9);
}
.border-t-emerald-50\/95 {
  border-top-color: rgb(236 253 245 / 0.95);
}
.border-t-emerald-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-t-emerald-500\/0 {
  border-top-color: rgb(16 185 129 / 0);
}
.border-t-emerald-500\/10 {
  border-top-color: rgb(16 185 129 / 0.1);
}
.border-t-emerald-500\/100 {
  border-top-color: rgb(16 185 129 / 1);
}
.border-t-emerald-500\/15 {
  border-top-color: rgb(16 185 129 / 0.15);
}
.border-t-emerald-500\/20 {
  border-top-color: rgb(16 185 129 / 0.2);
}
.border-t-emerald-500\/25 {
  border-top-color: rgb(16 185 129 / 0.25);
}
.border-t-emerald-500\/30 {
  border-top-color: rgb(16 185 129 / 0.3);
}
.border-t-emerald-500\/35 {
  border-top-color: rgb(16 185 129 / 0.35);
}
.border-t-emerald-500\/40 {
  border-top-color: rgb(16 185 129 / 0.4);
}
.border-t-emerald-500\/45 {
  border-top-color: rgb(16 185 129 / 0.45);
}
.border-t-emerald-500\/5 {
  border-top-color: rgb(16 185 129 / 0.05);
}
.border-t-emerald-500\/50 {
  border-top-color: rgb(16 185 129 / 0.5);
}
.border-t-emerald-500\/55 {
  border-top-color: rgb(16 185 129 / 0.55);
}
.border-t-emerald-500\/60 {
  border-top-color: rgb(16 185 129 / 0.6);
}
.border-t-emerald-500\/65 {
  border-top-color: rgb(16 185 129 / 0.65);
}
.border-t-emerald-500\/70 {
  border-top-color: rgb(16 185 129 / 0.7);
}
.border-t-emerald-500\/75 {
  border-top-color: rgb(16 185 129 / 0.75);
}
.border-t-emerald-500\/80 {
  border-top-color: rgb(16 185 129 / 0.8);
}
.border-t-emerald-500\/85 {
  border-top-color: rgb(16 185 129 / 0.85);
}
.border-t-emerald-500\/90 {
  border-top-color: rgb(16 185 129 / 0.9);
}
.border-t-emerald-500\/95 {
  border-top-color: rgb(16 185 129 / 0.95);
}
.border-t-emerald-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-t-emerald-600\/0 {
  border-top-color: rgb(5 150 105 / 0);
}
.border-t-emerald-600\/10 {
  border-top-color: rgb(5 150 105 / 0.1);
}
.border-t-emerald-600\/100 {
  border-top-color: rgb(5 150 105 / 1);
}
.border-t-emerald-600\/15 {
  border-top-color: rgb(5 150 105 / 0.15);
}
.border-t-emerald-600\/20 {
  border-top-color: rgb(5 150 105 / 0.2);
}
.border-t-emerald-600\/25 {
  border-top-color: rgb(5 150 105 / 0.25);
}
.border-t-emerald-600\/30 {
  border-top-color: rgb(5 150 105 / 0.3);
}
.border-t-emerald-600\/35 {
  border-top-color: rgb(5 150 105 / 0.35);
}
.border-t-emerald-600\/40 {
  border-top-color: rgb(5 150 105 / 0.4);
}
.border-t-emerald-600\/45 {
  border-top-color: rgb(5 150 105 / 0.45);
}
.border-t-emerald-600\/5 {
  border-top-color: rgb(5 150 105 / 0.05);
}
.border-t-emerald-600\/50 {
  border-top-color: rgb(5 150 105 / 0.5);
}
.border-t-emerald-600\/55 {
  border-top-color: rgb(5 150 105 / 0.55);
}
.border-t-emerald-600\/60 {
  border-top-color: rgb(5 150 105 / 0.6);
}
.border-t-emerald-600\/65 {
  border-top-color: rgb(5 150 105 / 0.65);
}
.border-t-emerald-600\/70 {
  border-top-color: rgb(5 150 105 / 0.7);
}
.border-t-emerald-600\/75 {
  border-top-color: rgb(5 150 105 / 0.75);
}
.border-t-emerald-600\/80 {
  border-top-color: rgb(5 150 105 / 0.8);
}
.border-t-emerald-600\/85 {
  border-top-color: rgb(5 150 105 / 0.85);
}
.border-t-emerald-600\/90 {
  border-top-color: rgb(5 150 105 / 0.9);
}
.border-t-emerald-600\/95 {
  border-top-color: rgb(5 150 105 / 0.95);
}
.border-t-emerald-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}
.border-t-emerald-700\/0 {
  border-top-color: rgb(4 120 87 / 0);
}
.border-t-emerald-700\/10 {
  border-top-color: rgb(4 120 87 / 0.1);
}
.border-t-emerald-700\/100 {
  border-top-color: rgb(4 120 87 / 1);
}
.border-t-emerald-700\/15 {
  border-top-color: rgb(4 120 87 / 0.15);
}
.border-t-emerald-700\/20 {
  border-top-color: rgb(4 120 87 / 0.2);
}
.border-t-emerald-700\/25 {
  border-top-color: rgb(4 120 87 / 0.25);
}
.border-t-emerald-700\/30 {
  border-top-color: rgb(4 120 87 / 0.3);
}
.border-t-emerald-700\/35 {
  border-top-color: rgb(4 120 87 / 0.35);
}
.border-t-emerald-700\/40 {
  border-top-color: rgb(4 120 87 / 0.4);
}
.border-t-emerald-700\/45 {
  border-top-color: rgb(4 120 87 / 0.45);
}
.border-t-emerald-700\/5 {
  border-top-color: rgb(4 120 87 / 0.05);
}
.border-t-emerald-700\/50 {
  border-top-color: rgb(4 120 87 / 0.5);
}
.border-t-emerald-700\/55 {
  border-top-color: rgb(4 120 87 / 0.55);
}
.border-t-emerald-700\/60 {
  border-top-color: rgb(4 120 87 / 0.6);
}
.border-t-emerald-700\/65 {
  border-top-color: rgb(4 120 87 / 0.65);
}
.border-t-emerald-700\/70 {
  border-top-color: rgb(4 120 87 / 0.7);
}
.border-t-emerald-700\/75 {
  border-top-color: rgb(4 120 87 / 0.75);
}
.border-t-emerald-700\/80 {
  border-top-color: rgb(4 120 87 / 0.8);
}
.border-t-emerald-700\/85 {
  border-top-color: rgb(4 120 87 / 0.85);
}
.border-t-emerald-700\/90 {
  border-top-color: rgb(4 120 87 / 0.9);
}
.border-t-emerald-700\/95 {
  border-top-color: rgb(4 120 87 / 0.95);
}
.border-t-emerald-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}
.border-t-emerald-800\/0 {
  border-top-color: rgb(6 95 70 / 0);
}
.border-t-emerald-800\/10 {
  border-top-color: rgb(6 95 70 / 0.1);
}
.border-t-emerald-800\/100 {
  border-top-color: rgb(6 95 70 / 1);
}
.border-t-emerald-800\/15 {
  border-top-color: rgb(6 95 70 / 0.15);
}
.border-t-emerald-800\/20 {
  border-top-color: rgb(6 95 70 / 0.2);
}
.border-t-emerald-800\/25 {
  border-top-color: rgb(6 95 70 / 0.25);
}
.border-t-emerald-800\/30 {
  border-top-color: rgb(6 95 70 / 0.3);
}
.border-t-emerald-800\/35 {
  border-top-color: rgb(6 95 70 / 0.35);
}
.border-t-emerald-800\/40 {
  border-top-color: rgb(6 95 70 / 0.4);
}
.border-t-emerald-800\/45 {
  border-top-color: rgb(6 95 70 / 0.45);
}
.border-t-emerald-800\/5 {
  border-top-color: rgb(6 95 70 / 0.05);
}
.border-t-emerald-800\/50 {
  border-top-color: rgb(6 95 70 / 0.5);
}
.border-t-emerald-800\/55 {
  border-top-color: rgb(6 95 70 / 0.55);
}
.border-t-emerald-800\/60 {
  border-top-color: rgb(6 95 70 / 0.6);
}
.border-t-emerald-800\/65 {
  border-top-color: rgb(6 95 70 / 0.65);
}
.border-t-emerald-800\/70 {
  border-top-color: rgb(6 95 70 / 0.7);
}
.border-t-emerald-800\/75 {
  border-top-color: rgb(6 95 70 / 0.75);
}
.border-t-emerald-800\/80 {
  border-top-color: rgb(6 95 70 / 0.8);
}
.border-t-emerald-800\/85 {
  border-top-color: rgb(6 95 70 / 0.85);
}
.border-t-emerald-800\/90 {
  border-top-color: rgb(6 95 70 / 0.9);
}
.border-t-emerald-800\/95 {
  border-top-color: rgb(6 95 70 / 0.95);
}
.border-t-emerald-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-t-emerald-900\/0 {
  border-top-color: rgb(6 78 59 / 0);
}
.border-t-emerald-900\/10 {
  border-top-color: rgb(6 78 59 / 0.1);
}
.border-t-emerald-900\/100 {
  border-top-color: rgb(6 78 59 / 1);
}
.border-t-emerald-900\/15 {
  border-top-color: rgb(6 78 59 / 0.15);
}
.border-t-emerald-900\/20 {
  border-top-color: rgb(6 78 59 / 0.2);
}
.border-t-emerald-900\/25 {
  border-top-color: rgb(6 78 59 / 0.25);
}
.border-t-emerald-900\/30 {
  border-top-color: rgb(6 78 59 / 0.3);
}
.border-t-emerald-900\/35 {
  border-top-color: rgb(6 78 59 / 0.35);
}
.border-t-emerald-900\/40 {
  border-top-color: rgb(6 78 59 / 0.4);
}
.border-t-emerald-900\/45 {
  border-top-color: rgb(6 78 59 / 0.45);
}
.border-t-emerald-900\/5 {
  border-top-color: rgb(6 78 59 / 0.05);
}
.border-t-emerald-900\/50 {
  border-top-color: rgb(6 78 59 / 0.5);
}
.border-t-emerald-900\/55 {
  border-top-color: rgb(6 78 59 / 0.55);
}
.border-t-emerald-900\/60 {
  border-top-color: rgb(6 78 59 / 0.6);
}
.border-t-emerald-900\/65 {
  border-top-color: rgb(6 78 59 / 0.65);
}
.border-t-emerald-900\/70 {
  border-top-color: rgb(6 78 59 / 0.7);
}
.border-t-emerald-900\/75 {
  border-top-color: rgb(6 78 59 / 0.75);
}
.border-t-emerald-900\/80 {
  border-top-color: rgb(6 78 59 / 0.8);
}
.border-t-emerald-900\/85 {
  border-top-color: rgb(6 78 59 / 0.85);
}
.border-t-emerald-900\/90 {
  border-top-color: rgb(6 78 59 / 0.9);
}
.border-t-emerald-900\/95 {
  border-top-color: rgb(6 78 59 / 0.95);
}
.border-t-emerald-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}
.border-t-emerald-950\/0 {
  border-top-color: rgb(2 44 34 / 0);
}
.border-t-emerald-950\/10 {
  border-top-color: rgb(2 44 34 / 0.1);
}
.border-t-emerald-950\/100 {
  border-top-color: rgb(2 44 34 / 1);
}
.border-t-emerald-950\/15 {
  border-top-color: rgb(2 44 34 / 0.15);
}
.border-t-emerald-950\/20 {
  border-top-color: rgb(2 44 34 / 0.2);
}
.border-t-emerald-950\/25 {
  border-top-color: rgb(2 44 34 / 0.25);
}
.border-t-emerald-950\/30 {
  border-top-color: rgb(2 44 34 / 0.3);
}
.border-t-emerald-950\/35 {
  border-top-color: rgb(2 44 34 / 0.35);
}
.border-t-emerald-950\/40 {
  border-top-color: rgb(2 44 34 / 0.4);
}
.border-t-emerald-950\/45 {
  border-top-color: rgb(2 44 34 / 0.45);
}
.border-t-emerald-950\/5 {
  border-top-color: rgb(2 44 34 / 0.05);
}
.border-t-emerald-950\/50 {
  border-top-color: rgb(2 44 34 / 0.5);
}
.border-t-emerald-950\/55 {
  border-top-color: rgb(2 44 34 / 0.55);
}
.border-t-emerald-950\/60 {
  border-top-color: rgb(2 44 34 / 0.6);
}
.border-t-emerald-950\/65 {
  border-top-color: rgb(2 44 34 / 0.65);
}
.border-t-emerald-950\/70 {
  border-top-color: rgb(2 44 34 / 0.7);
}
.border-t-emerald-950\/75 {
  border-top-color: rgb(2 44 34 / 0.75);
}
.border-t-emerald-950\/80 {
  border-top-color: rgb(2 44 34 / 0.8);
}
.border-t-emerald-950\/85 {
  border-top-color: rgb(2 44 34 / 0.85);
}
.border-t-emerald-950\/90 {
  border-top-color: rgb(2 44 34 / 0.9);
}
.border-t-emerald-950\/95 {
  border-top-color: rgb(2 44 34 / 0.95);
}
.border-t-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
}
.border-t-foreground\/0 {
  border-top-color: hsl(var(--foreground) / 0);
}
.border-t-foreground\/10 {
  border-top-color: hsl(var(--foreground) / 0.1);
}
.border-t-foreground\/100 {
  border-top-color: hsl(var(--foreground) / 1);
}
.border-t-foreground\/15 {
  border-top-color: hsl(var(--foreground) / 0.15);
}
.border-t-foreground\/20 {
  border-top-color: hsl(var(--foreground) / 0.2);
}
.border-t-foreground\/25 {
  border-top-color: hsl(var(--foreground) / 0.25);
}
.border-t-foreground\/30 {
  border-top-color: hsl(var(--foreground) / 0.3);
}
.border-t-foreground\/35 {
  border-top-color: hsl(var(--foreground) / 0.35);
}
.border-t-foreground\/40 {
  border-top-color: hsl(var(--foreground) / 0.4);
}
.border-t-foreground\/45 {
  border-top-color: hsl(var(--foreground) / 0.45);
}
.border-t-foreground\/5 {
  border-top-color: hsl(var(--foreground) / 0.05);
}
.border-t-foreground\/50 {
  border-top-color: hsl(var(--foreground) / 0.5);
}
.border-t-foreground\/55 {
  border-top-color: hsl(var(--foreground) / 0.55);
}
.border-t-foreground\/60 {
  border-top-color: hsl(var(--foreground) / 0.6);
}
.border-t-foreground\/65 {
  border-top-color: hsl(var(--foreground) / 0.65);
}
.border-t-foreground\/70 {
  border-top-color: hsl(var(--foreground) / 0.7);
}
.border-t-foreground\/75 {
  border-top-color: hsl(var(--foreground) / 0.75);
}
.border-t-foreground\/80 {
  border-top-color: hsl(var(--foreground) / 0.8);
}
.border-t-foreground\/85 {
  border-top-color: hsl(var(--foreground) / 0.85);
}
.border-t-foreground\/90 {
  border-top-color: hsl(var(--foreground) / 0.9);
}
.border-t-foreground\/95 {
  border-top-color: hsl(var(--foreground) / 0.95);
}
.border-t-fuchsia-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-100\/0 {
  border-top-color: rgb(250 232 255 / 0);
}
.border-t-fuchsia-100\/10 {
  border-top-color: rgb(250 232 255 / 0.1);
}
.border-t-fuchsia-100\/100 {
  border-top-color: rgb(250 232 255 / 1);
}
.border-t-fuchsia-100\/15 {
  border-top-color: rgb(250 232 255 / 0.15);
}
.border-t-fuchsia-100\/20 {
  border-top-color: rgb(250 232 255 / 0.2);
}
.border-t-fuchsia-100\/25 {
  border-top-color: rgb(250 232 255 / 0.25);
}
.border-t-fuchsia-100\/30 {
  border-top-color: rgb(250 232 255 / 0.3);
}
.border-t-fuchsia-100\/35 {
  border-top-color: rgb(250 232 255 / 0.35);
}
.border-t-fuchsia-100\/40 {
  border-top-color: rgb(250 232 255 / 0.4);
}
.border-t-fuchsia-100\/45 {
  border-top-color: rgb(250 232 255 / 0.45);
}
.border-t-fuchsia-100\/5 {
  border-top-color: rgb(250 232 255 / 0.05);
}
.border-t-fuchsia-100\/50 {
  border-top-color: rgb(250 232 255 / 0.5);
}
.border-t-fuchsia-100\/55 {
  border-top-color: rgb(250 232 255 / 0.55);
}
.border-t-fuchsia-100\/60 {
  border-top-color: rgb(250 232 255 / 0.6);
}
.border-t-fuchsia-100\/65 {
  border-top-color: rgb(250 232 255 / 0.65);
}
.border-t-fuchsia-100\/70 {
  border-top-color: rgb(250 232 255 / 0.7);
}
.border-t-fuchsia-100\/75 {
  border-top-color: rgb(250 232 255 / 0.75);
}
.border-t-fuchsia-100\/80 {
  border-top-color: rgb(250 232 255 / 0.8);
}
.border-t-fuchsia-100\/85 {
  border-top-color: rgb(250 232 255 / 0.85);
}
.border-t-fuchsia-100\/90 {
  border-top-color: rgb(250 232 255 / 0.9);
}
.border-t-fuchsia-100\/95 {
  border-top-color: rgb(250 232 255 / 0.95);
}
.border-t-fuchsia-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-200\/0 {
  border-top-color: rgb(245 208 254 / 0);
}
.border-t-fuchsia-200\/10 {
  border-top-color: rgb(245 208 254 / 0.1);
}
.border-t-fuchsia-200\/100 {
  border-top-color: rgb(245 208 254 / 1);
}
.border-t-fuchsia-200\/15 {
  border-top-color: rgb(245 208 254 / 0.15);
}
.border-t-fuchsia-200\/20 {
  border-top-color: rgb(245 208 254 / 0.2);
}
.border-t-fuchsia-200\/25 {
  border-top-color: rgb(245 208 254 / 0.25);
}
.border-t-fuchsia-200\/30 {
  border-top-color: rgb(245 208 254 / 0.3);
}
.border-t-fuchsia-200\/35 {
  border-top-color: rgb(245 208 254 / 0.35);
}
.border-t-fuchsia-200\/40 {
  border-top-color: rgb(245 208 254 / 0.4);
}
.border-t-fuchsia-200\/45 {
  border-top-color: rgb(245 208 254 / 0.45);
}
.border-t-fuchsia-200\/5 {
  border-top-color: rgb(245 208 254 / 0.05);
}
.border-t-fuchsia-200\/50 {
  border-top-color: rgb(245 208 254 / 0.5);
}
.border-t-fuchsia-200\/55 {
  border-top-color: rgb(245 208 254 / 0.55);
}
.border-t-fuchsia-200\/60 {
  border-top-color: rgb(245 208 254 / 0.6);
}
.border-t-fuchsia-200\/65 {
  border-top-color: rgb(245 208 254 / 0.65);
}
.border-t-fuchsia-200\/70 {
  border-top-color: rgb(245 208 254 / 0.7);
}
.border-t-fuchsia-200\/75 {
  border-top-color: rgb(245 208 254 / 0.75);
}
.border-t-fuchsia-200\/80 {
  border-top-color: rgb(245 208 254 / 0.8);
}
.border-t-fuchsia-200\/85 {
  border-top-color: rgb(245 208 254 / 0.85);
}
.border-t-fuchsia-200\/90 {
  border-top-color: rgb(245 208 254 / 0.9);
}
.border-t-fuchsia-200\/95 {
  border-top-color: rgb(245 208 254 / 0.95);
}
.border-t-fuchsia-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-300\/0 {
  border-top-color: rgb(240 171 252 / 0);
}
.border-t-fuchsia-300\/10 {
  border-top-color: rgb(240 171 252 / 0.1);
}
.border-t-fuchsia-300\/100 {
  border-top-color: rgb(240 171 252 / 1);
}
.border-t-fuchsia-300\/15 {
  border-top-color: rgb(240 171 252 / 0.15);
}
.border-t-fuchsia-300\/20 {
  border-top-color: rgb(240 171 252 / 0.2);
}
.border-t-fuchsia-300\/25 {
  border-top-color: rgb(240 171 252 / 0.25);
}
.border-t-fuchsia-300\/30 {
  border-top-color: rgb(240 171 252 / 0.3);
}
.border-t-fuchsia-300\/35 {
  border-top-color: rgb(240 171 252 / 0.35);
}
.border-t-fuchsia-300\/40 {
  border-top-color: rgb(240 171 252 / 0.4);
}
.border-t-fuchsia-300\/45 {
  border-top-color: rgb(240 171 252 / 0.45);
}
.border-t-fuchsia-300\/5 {
  border-top-color: rgb(240 171 252 / 0.05);
}
.border-t-fuchsia-300\/50 {
  border-top-color: rgb(240 171 252 / 0.5);
}
.border-t-fuchsia-300\/55 {
  border-top-color: rgb(240 171 252 / 0.55);
}
.border-t-fuchsia-300\/60 {
  border-top-color: rgb(240 171 252 / 0.6);
}
.border-t-fuchsia-300\/65 {
  border-top-color: rgb(240 171 252 / 0.65);
}
.border-t-fuchsia-300\/70 {
  border-top-color: rgb(240 171 252 / 0.7);
}
.border-t-fuchsia-300\/75 {
  border-top-color: rgb(240 171 252 / 0.75);
}
.border-t-fuchsia-300\/80 {
  border-top-color: rgb(240 171 252 / 0.8);
}
.border-t-fuchsia-300\/85 {
  border-top-color: rgb(240 171 252 / 0.85);
}
.border-t-fuchsia-300\/90 {
  border-top-color: rgb(240 171 252 / 0.9);
}
.border-t-fuchsia-300\/95 {
  border-top-color: rgb(240 171 252 / 0.95);
}
.border-t-fuchsia-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-400\/0 {
  border-top-color: rgb(232 121 249 / 0);
}
.border-t-fuchsia-400\/10 {
  border-top-color: rgb(232 121 249 / 0.1);
}
.border-t-fuchsia-400\/100 {
  border-top-color: rgb(232 121 249 / 1);
}
.border-t-fuchsia-400\/15 {
  border-top-color: rgb(232 121 249 / 0.15);
}
.border-t-fuchsia-400\/20 {
  border-top-color: rgb(232 121 249 / 0.2);
}
.border-t-fuchsia-400\/25 {
  border-top-color: rgb(232 121 249 / 0.25);
}
.border-t-fuchsia-400\/30 {
  border-top-color: rgb(232 121 249 / 0.3);
}
.border-t-fuchsia-400\/35 {
  border-top-color: rgb(232 121 249 / 0.35);
}
.border-t-fuchsia-400\/40 {
  border-top-color: rgb(232 121 249 / 0.4);
}
.border-t-fuchsia-400\/45 {
  border-top-color: rgb(232 121 249 / 0.45);
}
.border-t-fuchsia-400\/5 {
  border-top-color: rgb(232 121 249 / 0.05);
}
.border-t-fuchsia-400\/50 {
  border-top-color: rgb(232 121 249 / 0.5);
}
.border-t-fuchsia-400\/55 {
  border-top-color: rgb(232 121 249 / 0.55);
}
.border-t-fuchsia-400\/60 {
  border-top-color: rgb(232 121 249 / 0.6);
}
.border-t-fuchsia-400\/65 {
  border-top-color: rgb(232 121 249 / 0.65);
}
.border-t-fuchsia-400\/70 {
  border-top-color: rgb(232 121 249 / 0.7);
}
.border-t-fuchsia-400\/75 {
  border-top-color: rgb(232 121 249 / 0.75);
}
.border-t-fuchsia-400\/80 {
  border-top-color: rgb(232 121 249 / 0.8);
}
.border-t-fuchsia-400\/85 {
  border-top-color: rgb(232 121 249 / 0.85);
}
.border-t-fuchsia-400\/90 {
  border-top-color: rgb(232 121 249 / 0.9);
}
.border-t-fuchsia-400\/95 {
  border-top-color: rgb(232 121 249 / 0.95);
}
.border-t-fuchsia-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-50\/0 {
  border-top-color: rgb(253 244 255 / 0);
}
.border-t-fuchsia-50\/10 {
  border-top-color: rgb(253 244 255 / 0.1);
}
.border-t-fuchsia-50\/100 {
  border-top-color: rgb(253 244 255 / 1);
}
.border-t-fuchsia-50\/15 {
  border-top-color: rgb(253 244 255 / 0.15);
}
.border-t-fuchsia-50\/20 {
  border-top-color: rgb(253 244 255 / 0.2);
}
.border-t-fuchsia-50\/25 {
  border-top-color: rgb(253 244 255 / 0.25);
}
.border-t-fuchsia-50\/30 {
  border-top-color: rgb(253 244 255 / 0.3);
}
.border-t-fuchsia-50\/35 {
  border-top-color: rgb(253 244 255 / 0.35);
}
.border-t-fuchsia-50\/40 {
  border-top-color: rgb(253 244 255 / 0.4);
}
.border-t-fuchsia-50\/45 {
  border-top-color: rgb(253 244 255 / 0.45);
}
.border-t-fuchsia-50\/5 {
  border-top-color: rgb(253 244 255 / 0.05);
}
.border-t-fuchsia-50\/50 {
  border-top-color: rgb(253 244 255 / 0.5);
}
.border-t-fuchsia-50\/55 {
  border-top-color: rgb(253 244 255 / 0.55);
}
.border-t-fuchsia-50\/60 {
  border-top-color: rgb(253 244 255 / 0.6);
}
.border-t-fuchsia-50\/65 {
  border-top-color: rgb(253 244 255 / 0.65);
}
.border-t-fuchsia-50\/70 {
  border-top-color: rgb(253 244 255 / 0.7);
}
.border-t-fuchsia-50\/75 {
  border-top-color: rgb(253 244 255 / 0.75);
}
.border-t-fuchsia-50\/80 {
  border-top-color: rgb(253 244 255 / 0.8);
}
.border-t-fuchsia-50\/85 {
  border-top-color: rgb(253 244 255 / 0.85);
}
.border-t-fuchsia-50\/90 {
  border-top-color: rgb(253 244 255 / 0.9);
}
.border-t-fuchsia-50\/95 {
  border-top-color: rgb(253 244 255 / 0.95);
}
.border-t-fuchsia-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-500\/0 {
  border-top-color: rgb(217 70 239 / 0);
}
.border-t-fuchsia-500\/10 {
  border-top-color: rgb(217 70 239 / 0.1);
}
.border-t-fuchsia-500\/100 {
  border-top-color: rgb(217 70 239 / 1);
}
.border-t-fuchsia-500\/15 {
  border-top-color: rgb(217 70 239 / 0.15);
}
.border-t-fuchsia-500\/20 {
  border-top-color: rgb(217 70 239 / 0.2);
}
.border-t-fuchsia-500\/25 {
  border-top-color: rgb(217 70 239 / 0.25);
}
.border-t-fuchsia-500\/30 {
  border-top-color: rgb(217 70 239 / 0.3);
}
.border-t-fuchsia-500\/35 {
  border-top-color: rgb(217 70 239 / 0.35);
}
.border-t-fuchsia-500\/40 {
  border-top-color: rgb(217 70 239 / 0.4);
}
.border-t-fuchsia-500\/45 {
  border-top-color: rgb(217 70 239 / 0.45);
}
.border-t-fuchsia-500\/5 {
  border-top-color: rgb(217 70 239 / 0.05);
}
.border-t-fuchsia-500\/50 {
  border-top-color: rgb(217 70 239 / 0.5);
}
.border-t-fuchsia-500\/55 {
  border-top-color: rgb(217 70 239 / 0.55);
}
.border-t-fuchsia-500\/60 {
  border-top-color: rgb(217 70 239 / 0.6);
}
.border-t-fuchsia-500\/65 {
  border-top-color: rgb(217 70 239 / 0.65);
}
.border-t-fuchsia-500\/70 {
  border-top-color: rgb(217 70 239 / 0.7);
}
.border-t-fuchsia-500\/75 {
  border-top-color: rgb(217 70 239 / 0.75);
}
.border-t-fuchsia-500\/80 {
  border-top-color: rgb(217 70 239 / 0.8);
}
.border-t-fuchsia-500\/85 {
  border-top-color: rgb(217 70 239 / 0.85);
}
.border-t-fuchsia-500\/90 {
  border-top-color: rgb(217 70 239 / 0.9);
}
.border-t-fuchsia-500\/95 {
  border-top-color: rgb(217 70 239 / 0.95);
}
.border-t-fuchsia-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-600\/0 {
  border-top-color: rgb(192 38 211 / 0);
}
.border-t-fuchsia-600\/10 {
  border-top-color: rgb(192 38 211 / 0.1);
}
.border-t-fuchsia-600\/100 {
  border-top-color: rgb(192 38 211 / 1);
}
.border-t-fuchsia-600\/15 {
  border-top-color: rgb(192 38 211 / 0.15);
}
.border-t-fuchsia-600\/20 {
  border-top-color: rgb(192 38 211 / 0.2);
}
.border-t-fuchsia-600\/25 {
  border-top-color: rgb(192 38 211 / 0.25);
}
.border-t-fuchsia-600\/30 {
  border-top-color: rgb(192 38 211 / 0.3);
}
.border-t-fuchsia-600\/35 {
  border-top-color: rgb(192 38 211 / 0.35);
}
.border-t-fuchsia-600\/40 {
  border-top-color: rgb(192 38 211 / 0.4);
}
.border-t-fuchsia-600\/45 {
  border-top-color: rgb(192 38 211 / 0.45);
}
.border-t-fuchsia-600\/5 {
  border-top-color: rgb(192 38 211 / 0.05);
}
.border-t-fuchsia-600\/50 {
  border-top-color: rgb(192 38 211 / 0.5);
}
.border-t-fuchsia-600\/55 {
  border-top-color: rgb(192 38 211 / 0.55);
}
.border-t-fuchsia-600\/60 {
  border-top-color: rgb(192 38 211 / 0.6);
}
.border-t-fuchsia-600\/65 {
  border-top-color: rgb(192 38 211 / 0.65);
}
.border-t-fuchsia-600\/70 {
  border-top-color: rgb(192 38 211 / 0.7);
}
.border-t-fuchsia-600\/75 {
  border-top-color: rgb(192 38 211 / 0.75);
}
.border-t-fuchsia-600\/80 {
  border-top-color: rgb(192 38 211 / 0.8);
}
.border-t-fuchsia-600\/85 {
  border-top-color: rgb(192 38 211 / 0.85);
}
.border-t-fuchsia-600\/90 {
  border-top-color: rgb(192 38 211 / 0.9);
}
.border-t-fuchsia-600\/95 {
  border-top-color: rgb(192 38 211 / 0.95);
}
.border-t-fuchsia-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-700\/0 {
  border-top-color: rgb(162 28 175 / 0);
}
.border-t-fuchsia-700\/10 {
  border-top-color: rgb(162 28 175 / 0.1);
}
.border-t-fuchsia-700\/100 {
  border-top-color: rgb(162 28 175 / 1);
}
.border-t-fuchsia-700\/15 {
  border-top-color: rgb(162 28 175 / 0.15);
}
.border-t-fuchsia-700\/20 {
  border-top-color: rgb(162 28 175 / 0.2);
}
.border-t-fuchsia-700\/25 {
  border-top-color: rgb(162 28 175 / 0.25);
}
.border-t-fuchsia-700\/30 {
  border-top-color: rgb(162 28 175 / 0.3);
}
.border-t-fuchsia-700\/35 {
  border-top-color: rgb(162 28 175 / 0.35);
}
.border-t-fuchsia-700\/40 {
  border-top-color: rgb(162 28 175 / 0.4);
}
.border-t-fuchsia-700\/45 {
  border-top-color: rgb(162 28 175 / 0.45);
}
.border-t-fuchsia-700\/5 {
  border-top-color: rgb(162 28 175 / 0.05);
}
.border-t-fuchsia-700\/50 {
  border-top-color: rgb(162 28 175 / 0.5);
}
.border-t-fuchsia-700\/55 {
  border-top-color: rgb(162 28 175 / 0.55);
}
.border-t-fuchsia-700\/60 {
  border-top-color: rgb(162 28 175 / 0.6);
}
.border-t-fuchsia-700\/65 {
  border-top-color: rgb(162 28 175 / 0.65);
}
.border-t-fuchsia-700\/70 {
  border-top-color: rgb(162 28 175 / 0.7);
}
.border-t-fuchsia-700\/75 {
  border-top-color: rgb(162 28 175 / 0.75);
}
.border-t-fuchsia-700\/80 {
  border-top-color: rgb(162 28 175 / 0.8);
}
.border-t-fuchsia-700\/85 {
  border-top-color: rgb(162 28 175 / 0.85);
}
.border-t-fuchsia-700\/90 {
  border-top-color: rgb(162 28 175 / 0.9);
}
.border-t-fuchsia-700\/95 {
  border-top-color: rgb(162 28 175 / 0.95);
}
.border-t-fuchsia-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-800\/0 {
  border-top-color: rgb(134 25 143 / 0);
}
.border-t-fuchsia-800\/10 {
  border-top-color: rgb(134 25 143 / 0.1);
}
.border-t-fuchsia-800\/100 {
  border-top-color: rgb(134 25 143 / 1);
}
.border-t-fuchsia-800\/15 {
  border-top-color: rgb(134 25 143 / 0.15);
}
.border-t-fuchsia-800\/20 {
  border-top-color: rgb(134 25 143 / 0.2);
}
.border-t-fuchsia-800\/25 {
  border-top-color: rgb(134 25 143 / 0.25);
}
.border-t-fuchsia-800\/30 {
  border-top-color: rgb(134 25 143 / 0.3);
}
.border-t-fuchsia-800\/35 {
  border-top-color: rgb(134 25 143 / 0.35);
}
.border-t-fuchsia-800\/40 {
  border-top-color: rgb(134 25 143 / 0.4);
}
.border-t-fuchsia-800\/45 {
  border-top-color: rgb(134 25 143 / 0.45);
}
.border-t-fuchsia-800\/5 {
  border-top-color: rgb(134 25 143 / 0.05);
}
.border-t-fuchsia-800\/50 {
  border-top-color: rgb(134 25 143 / 0.5);
}
.border-t-fuchsia-800\/55 {
  border-top-color: rgb(134 25 143 / 0.55);
}
.border-t-fuchsia-800\/60 {
  border-top-color: rgb(134 25 143 / 0.6);
}
.border-t-fuchsia-800\/65 {
  border-top-color: rgb(134 25 143 / 0.65);
}
.border-t-fuchsia-800\/70 {
  border-top-color: rgb(134 25 143 / 0.7);
}
.border-t-fuchsia-800\/75 {
  border-top-color: rgb(134 25 143 / 0.75);
}
.border-t-fuchsia-800\/80 {
  border-top-color: rgb(134 25 143 / 0.8);
}
.border-t-fuchsia-800\/85 {
  border-top-color: rgb(134 25 143 / 0.85);
}
.border-t-fuchsia-800\/90 {
  border-top-color: rgb(134 25 143 / 0.9);
}
.border-t-fuchsia-800\/95 {
  border-top-color: rgb(134 25 143 / 0.95);
}
.border-t-fuchsia-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-900\/0 {
  border-top-color: rgb(112 26 117 / 0);
}
.border-t-fuchsia-900\/10 {
  border-top-color: rgb(112 26 117 / 0.1);
}
.border-t-fuchsia-900\/100 {
  border-top-color: rgb(112 26 117 / 1);
}
.border-t-fuchsia-900\/15 {
  border-top-color: rgb(112 26 117 / 0.15);
}
.border-t-fuchsia-900\/20 {
  border-top-color: rgb(112 26 117 / 0.2);
}
.border-t-fuchsia-900\/25 {
  border-top-color: rgb(112 26 117 / 0.25);
}
.border-t-fuchsia-900\/30 {
  border-top-color: rgb(112 26 117 / 0.3);
}
.border-t-fuchsia-900\/35 {
  border-top-color: rgb(112 26 117 / 0.35);
}
.border-t-fuchsia-900\/40 {
  border-top-color: rgb(112 26 117 / 0.4);
}
.border-t-fuchsia-900\/45 {
  border-top-color: rgb(112 26 117 / 0.45);
}
.border-t-fuchsia-900\/5 {
  border-top-color: rgb(112 26 117 / 0.05);
}
.border-t-fuchsia-900\/50 {
  border-top-color: rgb(112 26 117 / 0.5);
}
.border-t-fuchsia-900\/55 {
  border-top-color: rgb(112 26 117 / 0.55);
}
.border-t-fuchsia-900\/60 {
  border-top-color: rgb(112 26 117 / 0.6);
}
.border-t-fuchsia-900\/65 {
  border-top-color: rgb(112 26 117 / 0.65);
}
.border-t-fuchsia-900\/70 {
  border-top-color: rgb(112 26 117 / 0.7);
}
.border-t-fuchsia-900\/75 {
  border-top-color: rgb(112 26 117 / 0.75);
}
.border-t-fuchsia-900\/80 {
  border-top-color: rgb(112 26 117 / 0.8);
}
.border-t-fuchsia-900\/85 {
  border-top-color: rgb(112 26 117 / 0.85);
}
.border-t-fuchsia-900\/90 {
  border-top-color: rgb(112 26 117 / 0.9);
}
.border-t-fuchsia-900\/95 {
  border-top-color: rgb(112 26 117 / 0.95);
}
.border-t-fuchsia-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}
.border-t-fuchsia-950\/0 {
  border-top-color: rgb(74 4 78 / 0);
}
.border-t-fuchsia-950\/10 {
  border-top-color: rgb(74 4 78 / 0.1);
}
.border-t-fuchsia-950\/100 {
  border-top-color: rgb(74 4 78 / 1);
}
.border-t-fuchsia-950\/15 {
  border-top-color: rgb(74 4 78 / 0.15);
}
.border-t-fuchsia-950\/20 {
  border-top-color: rgb(74 4 78 / 0.2);
}
.border-t-fuchsia-950\/25 {
  border-top-color: rgb(74 4 78 / 0.25);
}
.border-t-fuchsia-950\/30 {
  border-top-color: rgb(74 4 78 / 0.3);
}
.border-t-fuchsia-950\/35 {
  border-top-color: rgb(74 4 78 / 0.35);
}
.border-t-fuchsia-950\/40 {
  border-top-color: rgb(74 4 78 / 0.4);
}
.border-t-fuchsia-950\/45 {
  border-top-color: rgb(74 4 78 / 0.45);
}
.border-t-fuchsia-950\/5 {
  border-top-color: rgb(74 4 78 / 0.05);
}
.border-t-fuchsia-950\/50 {
  border-top-color: rgb(74 4 78 / 0.5);
}
.border-t-fuchsia-950\/55 {
  border-top-color: rgb(74 4 78 / 0.55);
}
.border-t-fuchsia-950\/60 {
  border-top-color: rgb(74 4 78 / 0.6);
}
.border-t-fuchsia-950\/65 {
  border-top-color: rgb(74 4 78 / 0.65);
}
.border-t-fuchsia-950\/70 {
  border-top-color: rgb(74 4 78 / 0.7);
}
.border-t-fuchsia-950\/75 {
  border-top-color: rgb(74 4 78 / 0.75);
}
.border-t-fuchsia-950\/80 {
  border-top-color: rgb(74 4 78 / 0.8);
}
.border-t-fuchsia-950\/85 {
  border-top-color: rgb(74 4 78 / 0.85);
}
.border-t-fuchsia-950\/90 {
  border-top-color: rgb(74 4 78 / 0.9);
}
.border-t-fuchsia-950\/95 {
  border-top-color: rgb(74 4 78 / 0.95);
}
.border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-t-gray-100\/0 {
  border-top-color: rgb(243 244 246 / 0);
}
.border-t-gray-100\/10 {
  border-top-color: rgb(243 244 246 / 0.1);
}
.border-t-gray-100\/100 {
  border-top-color: rgb(243 244 246 / 1);
}
.border-t-gray-100\/15 {
  border-top-color: rgb(243 244 246 / 0.15);
}
.border-t-gray-100\/20 {
  border-top-color: rgb(243 244 246 / 0.2);
}
.border-t-gray-100\/25 {
  border-top-color: rgb(243 244 246 / 0.25);
}
.border-t-gray-100\/30 {
  border-top-color: rgb(243 244 246 / 0.3);
}
.border-t-gray-100\/35 {
  border-top-color: rgb(243 244 246 / 0.35);
}
.border-t-gray-100\/40 {
  border-top-color: rgb(243 244 246 / 0.4);
}
.border-t-gray-100\/45 {
  border-top-color: rgb(243 244 246 / 0.45);
}
.border-t-gray-100\/5 {
  border-top-color: rgb(243 244 246 / 0.05);
}
.border-t-gray-100\/50 {
  border-top-color: rgb(243 244 246 / 0.5);
}
.border-t-gray-100\/55 {
  border-top-color: rgb(243 244 246 / 0.55);
}
.border-t-gray-100\/60 {
  border-top-color: rgb(243 244 246 / 0.6);
}
.border-t-gray-100\/65 {
  border-top-color: rgb(243 244 246 / 0.65);
}
.border-t-gray-100\/70 {
  border-top-color: rgb(243 244 246 / 0.7);
}
.border-t-gray-100\/75 {
  border-top-color: rgb(243 244 246 / 0.75);
}
.border-t-gray-100\/80 {
  border-top-color: rgb(243 244 246 / 0.8);
}
.border-t-gray-100\/85 {
  border-top-color: rgb(243 244 246 / 0.85);
}
.border-t-gray-100\/90 {
  border-top-color: rgb(243 244 246 / 0.9);
}
.border-t-gray-100\/95 {
  border-top-color: rgb(243 244 246 / 0.95);
}
.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-gray-200\/0 {
  border-top-color: rgb(229 231 235 / 0);
}
.border-t-gray-200\/10 {
  border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-gray-200\/100 {
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-gray-200\/15 {
  border-top-color: rgb(229 231 235 / 0.15);
}
.border-t-gray-200\/20 {
  border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-gray-200\/25 {
  border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-gray-200\/30 {
  border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-gray-200\/35 {
  border-top-color: rgb(229 231 235 / 0.35);
}
.border-t-gray-200\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/45 {
  border-top-color: rgb(229 231 235 / 0.45);
}
.border-t-gray-200\/5 {
  border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-gray-200\/50 {
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-gray-200\/55 {
  border-top-color: rgb(229 231 235 / 0.55);
}
.border-t-gray-200\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/65 {
  border-top-color: rgb(229 231 235 / 0.65);
}
.border-t-gray-200\/70 {
  border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-gray-200\/75 {
  border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-gray-200\/80 {
  border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-gray-200\/85 {
  border-top-color: rgb(229 231 235 / 0.85);
}
.border-t-gray-200\/90 {
  border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-gray-200\/95 {
  border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-gray-300\/0 {
  border-top-color: rgb(209 213 219 / 0);
}
.border-t-gray-300\/10 {
  border-top-color: rgb(209 213 219 / 0.1);
}
.border-t-gray-300\/100 {
  border-top-color: rgb(209 213 219 / 1);
}
.border-t-gray-300\/15 {
  border-top-color: rgb(209 213 219 / 0.15);
}
.border-t-gray-300\/20 {
  border-top-color: rgb(209 213 219 / 0.2);
}
.border-t-gray-300\/25 {
  border-top-color: rgb(209 213 219 / 0.25);
}
.border-t-gray-300\/30 {
  border-top-color: rgb(209 213 219 / 0.3);
}
.border-t-gray-300\/35 {
  border-top-color: rgb(209 213 219 / 0.35);
}
.border-t-gray-300\/40 {
  border-top-color: rgb(209 213 219 / 0.4);
}
.border-t-gray-300\/45 {
  border-top-color: rgb(209 213 219 / 0.45);
}
.border-t-gray-300\/5 {
  border-top-color: rgb(209 213 219 / 0.05);
}
.border-t-gray-300\/50 {
  border-top-color: rgb(209 213 219 / 0.5);
}
.border-t-gray-300\/55 {
  border-top-color: rgb(209 213 219 / 0.55);
}
.border-t-gray-300\/60 {
  border-top-color: rgb(209 213 219 / 0.6);
}
.border-t-gray-300\/65 {
  border-top-color: rgb(209 213 219 / 0.65);
}
.border-t-gray-300\/70 {
  border-top-color: rgb(209 213 219 / 0.7);
}
.border-t-gray-300\/75 {
  border-top-color: rgb(209 213 219 / 0.75);
}
.border-t-gray-300\/80 {
  border-top-color: rgb(209 213 219 / 0.8);
}
.border-t-gray-300\/85 {
  border-top-color: rgb(209 213 219 / 0.85);
}
.border-t-gray-300\/90 {
  border-top-color: rgb(209 213 219 / 0.9);
}
.border-t-gray-300\/95 {
  border-top-color: rgb(209 213 219 / 0.95);
}
.border-t-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-t-gray-400\/0 {
  border-top-color: rgb(156 163 175 / 0);
}
.border-t-gray-400\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-gray-400\/100 {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-gray-400\/15 {
  border-top-color: rgb(156 163 175 / 0.15);
}
.border-t-gray-400\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-gray-400\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-gray-400\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-gray-400\/35 {
  border-top-color: rgb(156 163 175 / 0.35);
}
.border-t-gray-400\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-gray-400\/45 {
  border-top-color: rgb(156 163 175 / 0.45);
}
.border-t-gray-400\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-gray-400\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-gray-400\/55 {
  border-top-color: rgb(156 163 175 / 0.55);
}
.border-t-gray-400\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-gray-400\/65 {
  border-top-color: rgb(156 163 175 / 0.65);
}
.border-t-gray-400\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-gray-400\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-gray-400\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-gray-400\/85 {
  border-top-color: rgb(156 163 175 / 0.85);
}
.border-t-gray-400\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-gray-400\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-gray-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-gray-50\/0 {
  border-top-color: rgb(249 250 251 / 0);
}
.border-t-gray-50\/10 {
  border-top-color: rgb(249 250 251 / 0.1);
}
.border-t-gray-50\/100 {
  border-top-color: rgb(249 250 251 / 1);
}
.border-t-gray-50\/15 {
  border-top-color: rgb(249 250 251 / 0.15);
}
.border-t-gray-50\/20 {
  border-top-color: rgb(249 250 251 / 0.2);
}
.border-t-gray-50\/25 {
  border-top-color: rgb(249 250 251 / 0.25);
}
.border-t-gray-50\/30 {
  border-top-color: rgb(249 250 251 / 0.3);
}
.border-t-gray-50\/35 {
  border-top-color: rgb(249 250 251 / 0.35);
}
.border-t-gray-50\/40 {
  border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/45 {
  border-top-color: rgb(249 250 251 / 0.45);
}
.border-t-gray-50\/5 {
  border-top-color: rgb(249 250 251 / 0.05);
}
.border-t-gray-50\/50 {
  border-top-color: rgb(249 250 251 / 0.5);
}
.border-t-gray-50\/55 {
  border-top-color: rgb(249 250 251 / 0.55);
}
.border-t-gray-50\/60 {
  border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/65 {
  border-top-color: rgb(249 250 251 / 0.65);
}
.border-t-gray-50\/70 {
  border-top-color: rgb(249 250 251 / 0.7);
}
.border-t-gray-50\/75 {
  border-top-color: rgb(249 250 251 / 0.75);
}
.border-t-gray-50\/80 {
  border-top-color: rgb(249 250 251 / 0.8);
}
.border-t-gray-50\/85 {
  border-top-color: rgb(249 250 251 / 0.85);
}
.border-t-gray-50\/90 {
  border-top-color: rgb(249 250 251 / 0.9);
}
.border-t-gray-50\/95 {
  border-top-color: rgb(249 250 251 / 0.95);
}
.border-t-gray-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-t-gray-500\/0 {
  border-top-color: rgb(107 114 128 / 0);
}
.border-t-gray-500\/10 {
  border-top-color: rgb(107 114 128 / 0.1);
}
.border-t-gray-500\/100 {
  border-top-color: rgb(107 114 128 / 1);
}
.border-t-gray-500\/15 {
  border-top-color: rgb(107 114 128 / 0.15);
}
.border-t-gray-500\/20 {
  border-top-color: rgb(107 114 128 / 0.2);
}
.border-t-gray-500\/25 {
  border-top-color: rgb(107 114 128 / 0.25);
}
.border-t-gray-500\/30 {
  border-top-color: rgb(107 114 128 / 0.3);
}
.border-t-gray-500\/35 {
  border-top-color: rgb(107 114 128 / 0.35);
}
.border-t-gray-500\/40 {
  border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/45 {
  border-top-color: rgb(107 114 128 / 0.45);
}
.border-t-gray-500\/5 {
  border-top-color: rgb(107 114 128 / 0.05);
}
.border-t-gray-500\/50 {
  border-top-color: rgb(107 114 128 / 0.5);
}
.border-t-gray-500\/55 {
  border-top-color: rgb(107 114 128 / 0.55);
}
.border-t-gray-500\/60 {
  border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/65 {
  border-top-color: rgb(107 114 128 / 0.65);
}
.border-t-gray-500\/70 {
  border-top-color: rgb(107 114 128 / 0.7);
}
.border-t-gray-500\/75 {
  border-top-color: rgb(107 114 128 / 0.75);
}
.border-t-gray-500\/80 {
  border-top-color: rgb(107 114 128 / 0.8);
}
.border-t-gray-500\/85 {
  border-top-color: rgb(107 114 128 / 0.85);
}
.border-t-gray-500\/90 {
  border-top-color: rgb(107 114 128 / 0.9);
}
.border-t-gray-500\/95 {
  border-top-color: rgb(107 114 128 / 0.95);
}
.border-t-gray-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-t-gray-600\/0 {
  border-top-color: rgb(75 85 99 / 0);
}
.border-t-gray-600\/10 {
  border-top-color: rgb(75 85 99 / 0.1);
}
.border-t-gray-600\/100 {
  border-top-color: rgb(75 85 99 / 1);
}
.border-t-gray-600\/15 {
  border-top-color: rgb(75 85 99 / 0.15);
}
.border-t-gray-600\/20 {
  border-top-color: rgb(75 85 99 / 0.2);
}
.border-t-gray-600\/25 {
  border-top-color: rgb(75 85 99 / 0.25);
}
.border-t-gray-600\/30 {
  border-top-color: rgb(75 85 99 / 0.3);
}
.border-t-gray-600\/35 {
  border-top-color: rgb(75 85 99 / 0.35);
}
.border-t-gray-600\/40 {
  border-top-color: rgb(75 85 99 / 0.4);
}
.border-t-gray-600\/45 {
  border-top-color: rgb(75 85 99 / 0.45);
}
.border-t-gray-600\/5 {
  border-top-color: rgb(75 85 99 / 0.05);
}
.border-t-gray-600\/50 {
  border-top-color: rgb(75 85 99 / 0.5);
}
.border-t-gray-600\/55 {
  border-top-color: rgb(75 85 99 / 0.55);
}
.border-t-gray-600\/60 {
  border-top-color: rgb(75 85 99 / 0.6);
}
.border-t-gray-600\/65 {
  border-top-color: rgb(75 85 99 / 0.65);
}
.border-t-gray-600\/70 {
  border-top-color: rgb(75 85 99 / 0.7);
}
.border-t-gray-600\/75 {
  border-top-color: rgb(75 85 99 / 0.75);
}
.border-t-gray-600\/80 {
  border-top-color: rgb(75 85 99 / 0.8);
}
.border-t-gray-600\/85 {
  border-top-color: rgb(75 85 99 / 0.85);
}
.border-t-gray-600\/90 {
  border-top-color: rgb(75 85 99 / 0.9);
}
.border-t-gray-600\/95 {
  border-top-color: rgb(75 85 99 / 0.95);
}
.border-t-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-t-gray-700\/0 {
  border-top-color: rgb(55 65 81 / 0);
}
.border-t-gray-700\/10 {
  border-top-color: rgb(55 65 81 / 0.1);
}
.border-t-gray-700\/100 {
  border-top-color: rgb(55 65 81 / 1);
}
.border-t-gray-700\/15 {
  border-top-color: rgb(55 65 81 / 0.15);
}
.border-t-gray-700\/20 {
  border-top-color: rgb(55 65 81 / 0.2);
}
.border-t-gray-700\/25 {
  border-top-color: rgb(55 65 81 / 0.25);
}
.border-t-gray-700\/30 {
  border-top-color: rgb(55 65 81 / 0.3);
}
.border-t-gray-700\/35 {
  border-top-color: rgb(55 65 81 / 0.35);
}
.border-t-gray-700\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-gray-700\/45 {
  border-top-color: rgb(55 65 81 / 0.45);
}
.border-t-gray-700\/5 {
  border-top-color: rgb(55 65 81 / 0.05);
}
.border-t-gray-700\/50 {
  border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-gray-700\/55 {
  border-top-color: rgb(55 65 81 / 0.55);
}
.border-t-gray-700\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-gray-700\/65 {
  border-top-color: rgb(55 65 81 / 0.65);
}
.border-t-gray-700\/70 {
  border-top-color: rgb(55 65 81 / 0.7);
}
.border-t-gray-700\/75 {
  border-top-color: rgb(55 65 81 / 0.75);
}
.border-t-gray-700\/80 {
  border-top-color: rgb(55 65 81 / 0.8);
}
.border-t-gray-700\/85 {
  border-top-color: rgb(55 65 81 / 0.85);
}
.border-t-gray-700\/90 {
  border-top-color: rgb(55 65 81 / 0.9);
}
.border-t-gray-700\/95 {
  border-top-color: rgb(55 65 81 / 0.95);
}
.border-t-gray-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-t-gray-800\/0 {
  border-top-color: rgb(31 41 55 / 0);
}
.border-t-gray-800\/10 {
  border-top-color: rgb(31 41 55 / 0.1);
}
.border-t-gray-800\/100 {
  border-top-color: rgb(31 41 55 / 1);
}
.border-t-gray-800\/15 {
  border-top-color: rgb(31 41 55 / 0.15);
}
.border-t-gray-800\/20 {
  border-top-color: rgb(31 41 55 / 0.2);
}
.border-t-gray-800\/25 {
  border-top-color: rgb(31 41 55 / 0.25);
}
.border-t-gray-800\/30 {
  border-top-color: rgb(31 41 55 / 0.3);
}
.border-t-gray-800\/35 {
  border-top-color: rgb(31 41 55 / 0.35);
}
.border-t-gray-800\/40 {
  border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/45 {
  border-top-color: rgb(31 41 55 / 0.45);
}
.border-t-gray-800\/5 {
  border-top-color: rgb(31 41 55 / 0.05);
}
.border-t-gray-800\/50 {
  border-top-color: rgb(31 41 55 / 0.5);
}
.border-t-gray-800\/55 {
  border-top-color: rgb(31 41 55 / 0.55);
}
.border-t-gray-800\/60 {
  border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/65 {
  border-top-color: rgb(31 41 55 / 0.65);
}
.border-t-gray-800\/70 {
  border-top-color: rgb(31 41 55 / 0.7);
}
.border-t-gray-800\/75 {
  border-top-color: rgb(31 41 55 / 0.75);
}
.border-t-gray-800\/80 {
  border-top-color: rgb(31 41 55 / 0.8);
}
.border-t-gray-800\/85 {
  border-top-color: rgb(31 41 55 / 0.85);
}
.border-t-gray-800\/90 {
  border-top-color: rgb(31 41 55 / 0.9);
}
.border-t-gray-800\/95 {
  border-top-color: rgb(31 41 55 / 0.95);
}
.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-t-gray-900\/0 {
  border-top-color: rgb(17 24 39 / 0);
}
.border-t-gray-900\/10 {
  border-top-color: rgb(17 24 39 / 0.1);
}
.border-t-gray-900\/100 {
  border-top-color: rgb(17 24 39 / 1);
}
.border-t-gray-900\/15 {
  border-top-color: rgb(17 24 39 / 0.15);
}
.border-t-gray-900\/20 {
  border-top-color: rgb(17 24 39 / 0.2);
}
.border-t-gray-900\/25 {
  border-top-color: rgb(17 24 39 / 0.25);
}
.border-t-gray-900\/30 {
  border-top-color: rgb(17 24 39 / 0.3);
}
.border-t-gray-900\/35 {
  border-top-color: rgb(17 24 39 / 0.35);
}
.border-t-gray-900\/40 {
  border-top-color: rgb(17 24 39 / 0.4);
}
.border-t-gray-900\/45 {
  border-top-color: rgb(17 24 39 / 0.45);
}
.border-t-gray-900\/5 {
  border-top-color: rgb(17 24 39 / 0.05);
}
.border-t-gray-900\/50 {
  border-top-color: rgb(17 24 39 / 0.5);
}
.border-t-gray-900\/55 {
  border-top-color: rgb(17 24 39 / 0.55);
}
.border-t-gray-900\/60 {
  border-top-color: rgb(17 24 39 / 0.6);
}
.border-t-gray-900\/65 {
  border-top-color: rgb(17 24 39 / 0.65);
}
.border-t-gray-900\/70 {
  border-top-color: rgb(17 24 39 / 0.7);
}
.border-t-gray-900\/75 {
  border-top-color: rgb(17 24 39 / 0.75);
}
.border-t-gray-900\/80 {
  border-top-color: rgb(17 24 39 / 0.8);
}
.border-t-gray-900\/85 {
  border-top-color: rgb(17 24 39 / 0.85);
}
.border-t-gray-900\/90 {
  border-top-color: rgb(17 24 39 / 0.9);
}
.border-t-gray-900\/95 {
  border-top-color: rgb(17 24 39 / 0.95);
}
.border-t-gray-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-t-gray-950\/0 {
  border-top-color: rgb(3 7 18 / 0);
}
.border-t-gray-950\/10 {
  border-top-color: rgb(3 7 18 / 0.1);
}
.border-t-gray-950\/100 {
  border-top-color: rgb(3 7 18 / 1);
}
.border-t-gray-950\/15 {
  border-top-color: rgb(3 7 18 / 0.15);
}
.border-t-gray-950\/20 {
  border-top-color: rgb(3 7 18 / 0.2);
}
.border-t-gray-950\/25 {
  border-top-color: rgb(3 7 18 / 0.25);
}
.border-t-gray-950\/30 {
  border-top-color: rgb(3 7 18 / 0.3);
}
.border-t-gray-950\/35 {
  border-top-color: rgb(3 7 18 / 0.35);
}
.border-t-gray-950\/40 {
  border-top-color: rgb(3 7 18 / 0.4);
}
.border-t-gray-950\/45 {
  border-top-color: rgb(3 7 18 / 0.45);
}
.border-t-gray-950\/5 {
  border-top-color: rgb(3 7 18 / 0.05);
}
.border-t-gray-950\/50 {
  border-top-color: rgb(3 7 18 / 0.5);
}
.border-t-gray-950\/55 {
  border-top-color: rgb(3 7 18 / 0.55);
}
.border-t-gray-950\/60 {
  border-top-color: rgb(3 7 18 / 0.6);
}
.border-t-gray-950\/65 {
  border-top-color: rgb(3 7 18 / 0.65);
}
.border-t-gray-950\/70 {
  border-top-color: rgb(3 7 18 / 0.7);
}
.border-t-gray-950\/75 {
  border-top-color: rgb(3 7 18 / 0.75);
}
.border-t-gray-950\/80 {
  border-top-color: rgb(3 7 18 / 0.8);
}
.border-t-gray-950\/85 {
  border-top-color: rgb(3 7 18 / 0.85);
}
.border-t-gray-950\/90 {
  border-top-color: rgb(3 7 18 / 0.9);
}
.border-t-gray-950\/95 {
  border-top-color: rgb(3 7 18 / 0.95);
}
.border-t-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-t-green-100\/0 {
  border-top-color: rgb(220 252 231 / 0);
}
.border-t-green-100\/10 {
  border-top-color: rgb(220 252 231 / 0.1);
}
.border-t-green-100\/100 {
  border-top-color: rgb(220 252 231 / 1);
}
.border-t-green-100\/15 {
  border-top-color: rgb(220 252 231 / 0.15);
}
.border-t-green-100\/20 {
  border-top-color: rgb(220 252 231 / 0.2);
}
.border-t-green-100\/25 {
  border-top-color: rgb(220 252 231 / 0.25);
}
.border-t-green-100\/30 {
  border-top-color: rgb(220 252 231 / 0.3);
}
.border-t-green-100\/35 {
  border-top-color: rgb(220 252 231 / 0.35);
}
.border-t-green-100\/40 {
  border-top-color: rgb(220 252 231 / 0.4);
}
.border-t-green-100\/45 {
  border-top-color: rgb(220 252 231 / 0.45);
}
.border-t-green-100\/5 {
  border-top-color: rgb(220 252 231 / 0.05);
}
.border-t-green-100\/50 {
  border-top-color: rgb(220 252 231 / 0.5);
}
.border-t-green-100\/55 {
  border-top-color: rgb(220 252 231 / 0.55);
}
.border-t-green-100\/60 {
  border-top-color: rgb(220 252 231 / 0.6);
}
.border-t-green-100\/65 {
  border-top-color: rgb(220 252 231 / 0.65);
}
.border-t-green-100\/70 {
  border-top-color: rgb(220 252 231 / 0.7);
}
.border-t-green-100\/75 {
  border-top-color: rgb(220 252 231 / 0.75);
}
.border-t-green-100\/80 {
  border-top-color: rgb(220 252 231 / 0.8);
}
.border-t-green-100\/85 {
  border-top-color: rgb(220 252 231 / 0.85);
}
.border-t-green-100\/90 {
  border-top-color: rgb(220 252 231 / 0.9);
}
.border-t-green-100\/95 {
  border-top-color: rgb(220 252 231 / 0.95);
}
.border-t-green-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-t-green-200\/0 {
  border-top-color: rgb(187 247 208 / 0);
}
.border-t-green-200\/10 {
  border-top-color: rgb(187 247 208 / 0.1);
}
.border-t-green-200\/100 {
  border-top-color: rgb(187 247 208 / 1);
}
.border-t-green-200\/15 {
  border-top-color: rgb(187 247 208 / 0.15);
}
.border-t-green-200\/20 {
  border-top-color: rgb(187 247 208 / 0.2);
}
.border-t-green-200\/25 {
  border-top-color: rgb(187 247 208 / 0.25);
}
.border-t-green-200\/30 {
  border-top-color: rgb(187 247 208 / 0.3);
}
.border-t-green-200\/35 {
  border-top-color: rgb(187 247 208 / 0.35);
}
.border-t-green-200\/40 {
  border-top-color: rgb(187 247 208 / 0.4);
}
.border-t-green-200\/45 {
  border-top-color: rgb(187 247 208 / 0.45);
}
.border-t-green-200\/5 {
  border-top-color: rgb(187 247 208 / 0.05);
}
.border-t-green-200\/50 {
  border-top-color: rgb(187 247 208 / 0.5);
}
.border-t-green-200\/55 {
  border-top-color: rgb(187 247 208 / 0.55);
}
.border-t-green-200\/60 {
  border-top-color: rgb(187 247 208 / 0.6);
}
.border-t-green-200\/65 {
  border-top-color: rgb(187 247 208 / 0.65);
}
.border-t-green-200\/70 {
  border-top-color: rgb(187 247 208 / 0.7);
}
.border-t-green-200\/75 {
  border-top-color: rgb(187 247 208 / 0.75);
}
.border-t-green-200\/80 {
  border-top-color: rgb(187 247 208 / 0.8);
}
.border-t-green-200\/85 {
  border-top-color: rgb(187 247 208 / 0.85);
}
.border-t-green-200\/90 {
  border-top-color: rgb(187 247 208 / 0.9);
}
.border-t-green-200\/95 {
  border-top-color: rgb(187 247 208 / 0.95);
}
.border-t-green-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-t-green-300\/0 {
  border-top-color: rgb(134 239 172 / 0);
}
.border-t-green-300\/10 {
  border-top-color: rgb(134 239 172 / 0.1);
}
.border-t-green-300\/100 {
  border-top-color: rgb(134 239 172 / 1);
}
.border-t-green-300\/15 {
  border-top-color: rgb(134 239 172 / 0.15);
}
.border-t-green-300\/20 {
  border-top-color: rgb(134 239 172 / 0.2);
}
.border-t-green-300\/25 {
  border-top-color: rgb(134 239 172 / 0.25);
}
.border-t-green-300\/30 {
  border-top-color: rgb(134 239 172 / 0.3);
}
.border-t-green-300\/35 {
  border-top-color: rgb(134 239 172 / 0.35);
}
.border-t-green-300\/40 {
  border-top-color: rgb(134 239 172 / 0.4);
}
.border-t-green-300\/45 {
  border-top-color: rgb(134 239 172 / 0.45);
}
.border-t-green-300\/5 {
  border-top-color: rgb(134 239 172 / 0.05);
}
.border-t-green-300\/50 {
  border-top-color: rgb(134 239 172 / 0.5);
}
.border-t-green-300\/55 {
  border-top-color: rgb(134 239 172 / 0.55);
}
.border-t-green-300\/60 {
  border-top-color: rgb(134 239 172 / 0.6);
}
.border-t-green-300\/65 {
  border-top-color: rgb(134 239 172 / 0.65);
}
.border-t-green-300\/70 {
  border-top-color: rgb(134 239 172 / 0.7);
}
.border-t-green-300\/75 {
  border-top-color: rgb(134 239 172 / 0.75);
}
.border-t-green-300\/80 {
  border-top-color: rgb(134 239 172 / 0.8);
}
.border-t-green-300\/85 {
  border-top-color: rgb(134 239 172 / 0.85);
}
.border-t-green-300\/90 {
  border-top-color: rgb(134 239 172 / 0.9);
}
.border-t-green-300\/95 {
  border-top-color: rgb(134 239 172 / 0.95);
}
.border-t-green-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-t-green-400\/0 {
  border-top-color: rgb(74 222 128 / 0);
}
.border-t-green-400\/10 {
  border-top-color: rgb(74 222 128 / 0.1);
}
.border-t-green-400\/100 {
  border-top-color: rgb(74 222 128 / 1);
}
.border-t-green-400\/15 {
  border-top-color: rgb(74 222 128 / 0.15);
}
.border-t-green-400\/20 {
  border-top-color: rgb(74 222 128 / 0.2);
}
.border-t-green-400\/25 {
  border-top-color: rgb(74 222 128 / 0.25);
}
.border-t-green-400\/30 {
  border-top-color: rgb(74 222 128 / 0.3);
}
.border-t-green-400\/35 {
  border-top-color: rgb(74 222 128 / 0.35);
}
.border-t-green-400\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
}
.border-t-green-400\/45 {
  border-top-color: rgb(74 222 128 / 0.45);
}
.border-t-green-400\/5 {
  border-top-color: rgb(74 222 128 / 0.05);
}
.border-t-green-400\/50 {
  border-top-color: rgb(74 222 128 / 0.5);
}
.border-t-green-400\/55 {
  border-top-color: rgb(74 222 128 / 0.55);
}
.border-t-green-400\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
}
.border-t-green-400\/65 {
  border-top-color: rgb(74 222 128 / 0.65);
}
.border-t-green-400\/70 {
  border-top-color: rgb(74 222 128 / 0.7);
}
.border-t-green-400\/75 {
  border-top-color: rgb(74 222 128 / 0.75);
}
.border-t-green-400\/80 {
  border-top-color: rgb(74 222 128 / 0.8);
}
.border-t-green-400\/85 {
  border-top-color: rgb(74 222 128 / 0.85);
}
.border-t-green-400\/90 {
  border-top-color: rgb(74 222 128 / 0.9);
}
.border-t-green-400\/95 {
  border-top-color: rgb(74 222 128 / 0.95);
}
.border-t-green-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}
.border-t-green-50\/0 {
  border-top-color: rgb(240 253 244 / 0);
}
.border-t-green-50\/10 {
  border-top-color: rgb(240 253 244 / 0.1);
}
.border-t-green-50\/100 {
  border-top-color: rgb(240 253 244 / 1);
}
.border-t-green-50\/15 {
  border-top-color: rgb(240 253 244 / 0.15);
}
.border-t-green-50\/20 {
  border-top-color: rgb(240 253 244 / 0.2);
}
.border-t-green-50\/25 {
  border-top-color: rgb(240 253 244 / 0.25);
}
.border-t-green-50\/30 {
  border-top-color: rgb(240 253 244 / 0.3);
}
.border-t-green-50\/35 {
  border-top-color: rgb(240 253 244 / 0.35);
}
.border-t-green-50\/40 {
  border-top-color: rgb(240 253 244 / 0.4);
}
.border-t-green-50\/45 {
  border-top-color: rgb(240 253 244 / 0.45);
}
.border-t-green-50\/5 {
  border-top-color: rgb(240 253 244 / 0.05);
}
.border-t-green-50\/50 {
  border-top-color: rgb(240 253 244 / 0.5);
}
.border-t-green-50\/55 {
  border-top-color: rgb(240 253 244 / 0.55);
}
.border-t-green-50\/60 {
  border-top-color: rgb(240 253 244 / 0.6);
}
.border-t-green-50\/65 {
  border-top-color: rgb(240 253 244 / 0.65);
}
.border-t-green-50\/70 {
  border-top-color: rgb(240 253 244 / 0.7);
}
.border-t-green-50\/75 {
  border-top-color: rgb(240 253 244 / 0.75);
}
.border-t-green-50\/80 {
  border-top-color: rgb(240 253 244 / 0.8);
}
.border-t-green-50\/85 {
  border-top-color: rgb(240 253 244 / 0.85);
}
.border-t-green-50\/90 {
  border-top-color: rgb(240 253 244 / 0.9);
}
.border-t-green-50\/95 {
  border-top-color: rgb(240 253 244 / 0.95);
}
.border-t-green-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-t-green-500\/0 {
  border-top-color: rgb(34 197 94 / 0);
}
.border-t-green-500\/10 {
  border-top-color: rgb(34 197 94 / 0.1);
}
.border-t-green-500\/100 {
  border-top-color: rgb(34 197 94 / 1);
}
.border-t-green-500\/15 {
  border-top-color: rgb(34 197 94 / 0.15);
}
.border-t-green-500\/20 {
  border-top-color: rgb(34 197 94 / 0.2);
}
.border-t-green-500\/25 {
  border-top-color: rgb(34 197 94 / 0.25);
}
.border-t-green-500\/30 {
  border-top-color: rgb(34 197 94 / 0.3);
}
.border-t-green-500\/35 {
  border-top-color: rgb(34 197 94 / 0.35);
}
.border-t-green-500\/40 {
  border-top-color: rgb(34 197 94 / 0.4);
}
.border-t-green-500\/45 {
  border-top-color: rgb(34 197 94 / 0.45);
}
.border-t-green-500\/5 {
  border-top-color: rgb(34 197 94 / 0.05);
}
.border-t-green-500\/50 {
  border-top-color: rgb(34 197 94 / 0.5);
}
.border-t-green-500\/55 {
  border-top-color: rgb(34 197 94 / 0.55);
}
.border-t-green-500\/60 {
  border-top-color: rgb(34 197 94 / 0.6);
}
.border-t-green-500\/65 {
  border-top-color: rgb(34 197 94 / 0.65);
}
.border-t-green-500\/70 {
  border-top-color: rgb(34 197 94 / 0.7);
}
.border-t-green-500\/75 {
  border-top-color: rgb(34 197 94 / 0.75);
}
.border-t-green-500\/80 {
  border-top-color: rgb(34 197 94 / 0.8);
}
.border-t-green-500\/85 {
  border-top-color: rgb(34 197 94 / 0.85);
}
.border-t-green-500\/90 {
  border-top-color: rgb(34 197 94 / 0.9);
}
.border-t-green-500\/95 {
  border-top-color: rgb(34 197 94 / 0.95);
}
.border-t-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-t-green-600\/0 {
  border-top-color: rgb(22 163 74 / 0);
}
.border-t-green-600\/10 {
  border-top-color: rgb(22 163 74 / 0.1);
}
.border-t-green-600\/100 {
  border-top-color: rgb(22 163 74 / 1);
}
.border-t-green-600\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
}
.border-t-green-600\/20 {
  border-top-color: rgb(22 163 74 / 0.2);
}
.border-t-green-600\/25 {
  border-top-color: rgb(22 163 74 / 0.25);
}
.border-t-green-600\/30 {
  border-top-color: rgb(22 163 74 / 0.3);
}
.border-t-green-600\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
}
.border-t-green-600\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
}
.border-t-green-600\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
}
.border-t-green-600\/5 {
  border-top-color: rgb(22 163 74 / 0.05);
}
.border-t-green-600\/50 {
  border-top-color: rgb(22 163 74 / 0.5);
}
.border-t-green-600\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
}
.border-t-green-600\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
}
.border-t-green-600\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
}
.border-t-green-600\/70 {
  border-top-color: rgb(22 163 74 / 0.7);
}
.border-t-green-600\/75 {
  border-top-color: rgb(22 163 74 / 0.75);
}
.border-t-green-600\/80 {
  border-top-color: rgb(22 163 74 / 0.8);
}
.border-t-green-600\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
}
.border-t-green-600\/90 {
  border-top-color: rgb(22 163 74 / 0.9);
}
.border-t-green-600\/95 {
  border-top-color: rgb(22 163 74 / 0.95);
}
.border-t-green-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-t-green-700\/0 {
  border-top-color: rgb(21 128 61 / 0);
}
.border-t-green-700\/10 {
  border-top-color: rgb(21 128 61 / 0.1);
}
.border-t-green-700\/100 {
  border-top-color: rgb(21 128 61 / 1);
}
.border-t-green-700\/15 {
  border-top-color: rgb(21 128 61 / 0.15);
}
.border-t-green-700\/20 {
  border-top-color: rgb(21 128 61 / 0.2);
}
.border-t-green-700\/25 {
  border-top-color: rgb(21 128 61 / 0.25);
}
.border-t-green-700\/30 {
  border-top-color: rgb(21 128 61 / 0.3);
}
.border-t-green-700\/35 {
  border-top-color: rgb(21 128 61 / 0.35);
}
.border-t-green-700\/40 {
  border-top-color: rgb(21 128 61 / 0.4);
}
.border-t-green-700\/45 {
  border-top-color: rgb(21 128 61 / 0.45);
}
.border-t-green-700\/5 {
  border-top-color: rgb(21 128 61 / 0.05);
}
.border-t-green-700\/50 {
  border-top-color: rgb(21 128 61 / 0.5);
}
.border-t-green-700\/55 {
  border-top-color: rgb(21 128 61 / 0.55);
}
.border-t-green-700\/60 {
  border-top-color: rgb(21 128 61 / 0.6);
}
.border-t-green-700\/65 {
  border-top-color: rgb(21 128 61 / 0.65);
}
.border-t-green-700\/70 {
  border-top-color: rgb(21 128 61 / 0.7);
}
.border-t-green-700\/75 {
  border-top-color: rgb(21 128 61 / 0.75);
}
.border-t-green-700\/80 {
  border-top-color: rgb(21 128 61 / 0.8);
}
.border-t-green-700\/85 {
  border-top-color: rgb(21 128 61 / 0.85);
}
.border-t-green-700\/90 {
  border-top-color: rgb(21 128 61 / 0.9);
}
.border-t-green-700\/95 {
  border-top-color: rgb(21 128 61 / 0.95);
}
.border-t-green-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}
.border-t-green-800\/0 {
  border-top-color: rgb(22 101 52 / 0);
}
.border-t-green-800\/10 {
  border-top-color: rgb(22 101 52 / 0.1);
}
.border-t-green-800\/100 {
  border-top-color: rgb(22 101 52 / 1);
}
.border-t-green-800\/15 {
  border-top-color: rgb(22 101 52 / 0.15);
}
.border-t-green-800\/20 {
  border-top-color: rgb(22 101 52 / 0.2);
}
.border-t-green-800\/25 {
  border-top-color: rgb(22 101 52 / 0.25);
}
.border-t-green-800\/30 {
  border-top-color: rgb(22 101 52 / 0.3);
}
.border-t-green-800\/35 {
  border-top-color: rgb(22 101 52 / 0.35);
}
.border-t-green-800\/40 {
  border-top-color: rgb(22 101 52 / 0.4);
}
.border-t-green-800\/45 {
  border-top-color: rgb(22 101 52 / 0.45);
}
.border-t-green-800\/5 {
  border-top-color: rgb(22 101 52 / 0.05);
}
.border-t-green-800\/50 {
  border-top-color: rgb(22 101 52 / 0.5);
}
.border-t-green-800\/55 {
  border-top-color: rgb(22 101 52 / 0.55);
}
.border-t-green-800\/60 {
  border-top-color: rgb(22 101 52 / 0.6);
}
.border-t-green-800\/65 {
  border-top-color: rgb(22 101 52 / 0.65);
}
.border-t-green-800\/70 {
  border-top-color: rgb(22 101 52 / 0.7);
}
.border-t-green-800\/75 {
  border-top-color: rgb(22 101 52 / 0.75);
}
.border-t-green-800\/80 {
  border-top-color: rgb(22 101 52 / 0.8);
}
.border-t-green-800\/85 {
  border-top-color: rgb(22 101 52 / 0.85);
}
.border-t-green-800\/90 {
  border-top-color: rgb(22 101 52 / 0.9);
}
.border-t-green-800\/95 {
  border-top-color: rgb(22 101 52 / 0.95);
}
.border-t-green-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}
.border-t-green-900\/0 {
  border-top-color: rgb(20 83 45 / 0);
}
.border-t-green-900\/10 {
  border-top-color: rgb(20 83 45 / 0.1);
}
.border-t-green-900\/100 {
  border-top-color: rgb(20 83 45 / 1);
}
.border-t-green-900\/15 {
  border-top-color: rgb(20 83 45 / 0.15);
}
.border-t-green-900\/20 {
  border-top-color: rgb(20 83 45 / 0.2);
}
.border-t-green-900\/25 {
  border-top-color: rgb(20 83 45 / 0.25);
}
.border-t-green-900\/30 {
  border-top-color: rgb(20 83 45 / 0.3);
}
.border-t-green-900\/35 {
  border-top-color: rgb(20 83 45 / 0.35);
}
.border-t-green-900\/40 {
  border-top-color: rgb(20 83 45 / 0.4);
}
.border-t-green-900\/45 {
  border-top-color: rgb(20 83 45 / 0.45);
}
.border-t-green-900\/5 {
  border-top-color: rgb(20 83 45 / 0.05);
}
.border-t-green-900\/50 {
  border-top-color: rgb(20 83 45 / 0.5);
}
.border-t-green-900\/55 {
  border-top-color: rgb(20 83 45 / 0.55);
}
.border-t-green-900\/60 {
  border-top-color: rgb(20 83 45 / 0.6);
}
.border-t-green-900\/65 {
  border-top-color: rgb(20 83 45 / 0.65);
}
.border-t-green-900\/70 {
  border-top-color: rgb(20 83 45 / 0.7);
}
.border-t-green-900\/75 {
  border-top-color: rgb(20 83 45 / 0.75);
}
.border-t-green-900\/80 {
  border-top-color: rgb(20 83 45 / 0.8);
}
.border-t-green-900\/85 {
  border-top-color: rgb(20 83 45 / 0.85);
}
.border-t-green-900\/90 {
  border-top-color: rgb(20 83 45 / 0.9);
}
.border-t-green-900\/95 {
  border-top-color: rgb(20 83 45 / 0.95);
}
.border-t-green-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}
.border-t-green-950\/0 {
  border-top-color: rgb(5 46 22 / 0);
}
.border-t-green-950\/10 {
  border-top-color: rgb(5 46 22 / 0.1);
}
.border-t-green-950\/100 {
  border-top-color: rgb(5 46 22 / 1);
}
.border-t-green-950\/15 {
  border-top-color: rgb(5 46 22 / 0.15);
}
.border-t-green-950\/20 {
  border-top-color: rgb(5 46 22 / 0.2);
}
.border-t-green-950\/25 {
  border-top-color: rgb(5 46 22 / 0.25);
}
.border-t-green-950\/30 {
  border-top-color: rgb(5 46 22 / 0.3);
}
.border-t-green-950\/35 {
  border-top-color: rgb(5 46 22 / 0.35);
}
.border-t-green-950\/40 {
  border-top-color: rgb(5 46 22 / 0.4);
}
.border-t-green-950\/45 {
  border-top-color: rgb(5 46 22 / 0.45);
}
.border-t-green-950\/5 {
  border-top-color: rgb(5 46 22 / 0.05);
}
.border-t-green-950\/50 {
  border-top-color: rgb(5 46 22 / 0.5);
}
.border-t-green-950\/55 {
  border-top-color: rgb(5 46 22 / 0.55);
}
.border-t-green-950\/60 {
  border-top-color: rgb(5 46 22 / 0.6);
}
.border-t-green-950\/65 {
  border-top-color: rgb(5 46 22 / 0.65);
}
.border-t-green-950\/70 {
  border-top-color: rgb(5 46 22 / 0.7);
}
.border-t-green-950\/75 {
  border-top-color: rgb(5 46 22 / 0.75);
}
.border-t-green-950\/80 {
  border-top-color: rgb(5 46 22 / 0.8);
}
.border-t-green-950\/85 {
  border-top-color: rgb(5 46 22 / 0.85);
}
.border-t-green-950\/90 {
  border-top-color: rgb(5 46 22 / 0.9);
}
.border-t-green-950\/95 {
  border-top-color: rgb(5 46 22 / 0.95);
}
.border-t-indigo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-100\/0 {
  border-top-color: rgb(224 231 255 / 0);
}
.border-t-indigo-100\/10 {
  border-top-color: rgb(224 231 255 / 0.1);
}
.border-t-indigo-100\/100 {
  border-top-color: rgb(224 231 255 / 1);
}
.border-t-indigo-100\/15 {
  border-top-color: rgb(224 231 255 / 0.15);
}
.border-t-indigo-100\/20 {
  border-top-color: rgb(224 231 255 / 0.2);
}
.border-t-indigo-100\/25 {
  border-top-color: rgb(224 231 255 / 0.25);
}
.border-t-indigo-100\/30 {
  border-top-color: rgb(224 231 255 / 0.3);
}
.border-t-indigo-100\/35 {
  border-top-color: rgb(224 231 255 / 0.35);
}
.border-t-indigo-100\/40 {
  border-top-color: rgb(224 231 255 / 0.4);
}
.border-t-indigo-100\/45 {
  border-top-color: rgb(224 231 255 / 0.45);
}
.border-t-indigo-100\/5 {
  border-top-color: rgb(224 231 255 / 0.05);
}
.border-t-indigo-100\/50 {
  border-top-color: rgb(224 231 255 / 0.5);
}
.border-t-indigo-100\/55 {
  border-top-color: rgb(224 231 255 / 0.55);
}
.border-t-indigo-100\/60 {
  border-top-color: rgb(224 231 255 / 0.6);
}
.border-t-indigo-100\/65 {
  border-top-color: rgb(224 231 255 / 0.65);
}
.border-t-indigo-100\/70 {
  border-top-color: rgb(224 231 255 / 0.7);
}
.border-t-indigo-100\/75 {
  border-top-color: rgb(224 231 255 / 0.75);
}
.border-t-indigo-100\/80 {
  border-top-color: rgb(224 231 255 / 0.8);
}
.border-t-indigo-100\/85 {
  border-top-color: rgb(224 231 255 / 0.85);
}
.border-t-indigo-100\/90 {
  border-top-color: rgb(224 231 255 / 0.9);
}
.border-t-indigo-100\/95 {
  border-top-color: rgb(224 231 255 / 0.95);
}
.border-t-indigo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-t-indigo-200\/0 {
  border-top-color: rgb(199 210 254 / 0);
}
.border-t-indigo-200\/10 {
  border-top-color: rgb(199 210 254 / 0.1);
}
.border-t-indigo-200\/100 {
  border-top-color: rgb(199 210 254 / 1);
}
.border-t-indigo-200\/15 {
  border-top-color: rgb(199 210 254 / 0.15);
}
.border-t-indigo-200\/20 {
  border-top-color: rgb(199 210 254 / 0.2);
}
.border-t-indigo-200\/25 {
  border-top-color: rgb(199 210 254 / 0.25);
}
.border-t-indigo-200\/30 {
  border-top-color: rgb(199 210 254 / 0.3);
}
.border-t-indigo-200\/35 {
  border-top-color: rgb(199 210 254 / 0.35);
}
.border-t-indigo-200\/40 {
  border-top-color: rgb(199 210 254 / 0.4);
}
.border-t-indigo-200\/45 {
  border-top-color: rgb(199 210 254 / 0.45);
}
.border-t-indigo-200\/5 {
  border-top-color: rgb(199 210 254 / 0.05);
}
.border-t-indigo-200\/50 {
  border-top-color: rgb(199 210 254 / 0.5);
}
.border-t-indigo-200\/55 {
  border-top-color: rgb(199 210 254 / 0.55);
}
.border-t-indigo-200\/60 {
  border-top-color: rgb(199 210 254 / 0.6);
}
.border-t-indigo-200\/65 {
  border-top-color: rgb(199 210 254 / 0.65);
}
.border-t-indigo-200\/70 {
  border-top-color: rgb(199 210 254 / 0.7);
}
.border-t-indigo-200\/75 {
  border-top-color: rgb(199 210 254 / 0.75);
}
.border-t-indigo-200\/80 {
  border-top-color: rgb(199 210 254 / 0.8);
}
.border-t-indigo-200\/85 {
  border-top-color: rgb(199 210 254 / 0.85);
}
.border-t-indigo-200\/90 {
  border-top-color: rgb(199 210 254 / 0.9);
}
.border-t-indigo-200\/95 {
  border-top-color: rgb(199 210 254 / 0.95);
}
.border-t-indigo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-t-indigo-300\/0 {
  border-top-color: rgb(165 180 252 / 0);
}
.border-t-indigo-300\/10 {
  border-top-color: rgb(165 180 252 / 0.1);
}
.border-t-indigo-300\/100 {
  border-top-color: rgb(165 180 252 / 1);
}
.border-t-indigo-300\/15 {
  border-top-color: rgb(165 180 252 / 0.15);
}
.border-t-indigo-300\/20 {
  border-top-color: rgb(165 180 252 / 0.2);
}
.border-t-indigo-300\/25 {
  border-top-color: rgb(165 180 252 / 0.25);
}
.border-t-indigo-300\/30 {
  border-top-color: rgb(165 180 252 / 0.3);
}
.border-t-indigo-300\/35 {
  border-top-color: rgb(165 180 252 / 0.35);
}
.border-t-indigo-300\/40 {
  border-top-color: rgb(165 180 252 / 0.4);
}
.border-t-indigo-300\/45 {
  border-top-color: rgb(165 180 252 / 0.45);
}
.border-t-indigo-300\/5 {
  border-top-color: rgb(165 180 252 / 0.05);
}
.border-t-indigo-300\/50 {
  border-top-color: rgb(165 180 252 / 0.5);
}
.border-t-indigo-300\/55 {
  border-top-color: rgb(165 180 252 / 0.55);
}
.border-t-indigo-300\/60 {
  border-top-color: rgb(165 180 252 / 0.6);
}
.border-t-indigo-300\/65 {
  border-top-color: rgb(165 180 252 / 0.65);
}
.border-t-indigo-300\/70 {
  border-top-color: rgb(165 180 252 / 0.7);
}
.border-t-indigo-300\/75 {
  border-top-color: rgb(165 180 252 / 0.75);
}
.border-t-indigo-300\/80 {
  border-top-color: rgb(165 180 252 / 0.8);
}
.border-t-indigo-300\/85 {
  border-top-color: rgb(165 180 252 / 0.85);
}
.border-t-indigo-300\/90 {
  border-top-color: rgb(165 180 252 / 0.9);
}
.border-t-indigo-300\/95 {
  border-top-color: rgb(165 180 252 / 0.95);
}
.border-t-indigo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-t-indigo-400\/0 {
  border-top-color: rgb(129 140 248 / 0);
}
.border-t-indigo-400\/10 {
  border-top-color: rgb(129 140 248 / 0.1);
}
.border-t-indigo-400\/100 {
  border-top-color: rgb(129 140 248 / 1);
}
.border-t-indigo-400\/15 {
  border-top-color: rgb(129 140 248 / 0.15);
}
.border-t-indigo-400\/20 {
  border-top-color: rgb(129 140 248 / 0.2);
}
.border-t-indigo-400\/25 {
  border-top-color: rgb(129 140 248 / 0.25);
}
.border-t-indigo-400\/30 {
  border-top-color: rgb(129 140 248 / 0.3);
}
.border-t-indigo-400\/35 {
  border-top-color: rgb(129 140 248 / 0.35);
}
.border-t-indigo-400\/40 {
  border-top-color: rgb(129 140 248 / 0.4);
}
.border-t-indigo-400\/45 {
  border-top-color: rgb(129 140 248 / 0.45);
}
.border-t-indigo-400\/5 {
  border-top-color: rgb(129 140 248 / 0.05);
}
.border-t-indigo-400\/50 {
  border-top-color: rgb(129 140 248 / 0.5);
}
.border-t-indigo-400\/55 {
  border-top-color: rgb(129 140 248 / 0.55);
}
.border-t-indigo-400\/60 {
  border-top-color: rgb(129 140 248 / 0.6);
}
.border-t-indigo-400\/65 {
  border-top-color: rgb(129 140 248 / 0.65);
}
.border-t-indigo-400\/70 {
  border-top-color: rgb(129 140 248 / 0.7);
}
.border-t-indigo-400\/75 {
  border-top-color: rgb(129 140 248 / 0.75);
}
.border-t-indigo-400\/80 {
  border-top-color: rgb(129 140 248 / 0.8);
}
.border-t-indigo-400\/85 {
  border-top-color: rgb(129 140 248 / 0.85);
}
.border-t-indigo-400\/90 {
  border-top-color: rgb(129 140 248 / 0.9);
}
.border-t-indigo-400\/95 {
  border-top-color: rgb(129 140 248 / 0.95);
}
.border-t-indigo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-t-indigo-50\/0 {
  border-top-color: rgb(238 242 255 / 0);
}
.border-t-indigo-50\/10 {
  border-top-color: rgb(238 242 255 / 0.1);
}
.border-t-indigo-50\/100 {
  border-top-color: rgb(238 242 255 / 1);
}
.border-t-indigo-50\/15 {
  border-top-color: rgb(238 242 255 / 0.15);
}
.border-t-indigo-50\/20 {
  border-top-color: rgb(238 242 255 / 0.2);
}
.border-t-indigo-50\/25 {
  border-top-color: rgb(238 242 255 / 0.25);
}
.border-t-indigo-50\/30 {
  border-top-color: rgb(238 242 255 / 0.3);
}
.border-t-indigo-50\/35 {
  border-top-color: rgb(238 242 255 / 0.35);
}
.border-t-indigo-50\/40 {
  border-top-color: rgb(238 242 255 / 0.4);
}
.border-t-indigo-50\/45 {
  border-top-color: rgb(238 242 255 / 0.45);
}
.border-t-indigo-50\/5 {
  border-top-color: rgb(238 242 255 / 0.05);
}
.border-t-indigo-50\/50 {
  border-top-color: rgb(238 242 255 / 0.5);
}
.border-t-indigo-50\/55 {
  border-top-color: rgb(238 242 255 / 0.55);
}
.border-t-indigo-50\/60 {
  border-top-color: rgb(238 242 255 / 0.6);
}
.border-t-indigo-50\/65 {
  border-top-color: rgb(238 242 255 / 0.65);
}
.border-t-indigo-50\/70 {
  border-top-color: rgb(238 242 255 / 0.7);
}
.border-t-indigo-50\/75 {
  border-top-color: rgb(238 242 255 / 0.75);
}
.border-t-indigo-50\/80 {
  border-top-color: rgb(238 242 255 / 0.8);
}
.border-t-indigo-50\/85 {
  border-top-color: rgb(238 242 255 / 0.85);
}
.border-t-indigo-50\/90 {
  border-top-color: rgb(238 242 255 / 0.9);
}
.border-t-indigo-50\/95 {
  border-top-color: rgb(238 242 255 / 0.95);
}
.border-t-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-t-indigo-500\/0 {
  border-top-color: rgb(99 102 241 / 0);
}
.border-t-indigo-500\/10 {
  border-top-color: rgb(99 102 241 / 0.1);
}
.border-t-indigo-500\/100 {
  border-top-color: rgb(99 102 241 / 1);
}
.border-t-indigo-500\/15 {
  border-top-color: rgb(99 102 241 / 0.15);
}
.border-t-indigo-500\/20 {
  border-top-color: rgb(99 102 241 / 0.2);
}
.border-t-indigo-500\/25 {
  border-top-color: rgb(99 102 241 / 0.25);
}
.border-t-indigo-500\/30 {
  border-top-color: rgb(99 102 241 / 0.3);
}
.border-t-indigo-500\/35 {
  border-top-color: rgb(99 102 241 / 0.35);
}
.border-t-indigo-500\/40 {
  border-top-color: rgb(99 102 241 / 0.4);
}
.border-t-indigo-500\/45 {
  border-top-color: rgb(99 102 241 / 0.45);
}
.border-t-indigo-500\/5 {
  border-top-color: rgb(99 102 241 / 0.05);
}
.border-t-indigo-500\/50 {
  border-top-color: rgb(99 102 241 / 0.5);
}
.border-t-indigo-500\/55 {
  border-top-color: rgb(99 102 241 / 0.55);
}
.border-t-indigo-500\/60 {
  border-top-color: rgb(99 102 241 / 0.6);
}
.border-t-indigo-500\/65 {
  border-top-color: rgb(99 102 241 / 0.65);
}
.border-t-indigo-500\/70 {
  border-top-color: rgb(99 102 241 / 0.7);
}
.border-t-indigo-500\/75 {
  border-top-color: rgb(99 102 241 / 0.75);
}
.border-t-indigo-500\/80 {
  border-top-color: rgb(99 102 241 / 0.8);
}
.border-t-indigo-500\/85 {
  border-top-color: rgb(99 102 241 / 0.85);
}
.border-t-indigo-500\/90 {
  border-top-color: rgb(99 102 241 / 0.9);
}
.border-t-indigo-500\/95 {
  border-top-color: rgb(99 102 241 / 0.95);
}
.border-t-indigo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-t-indigo-600\/0 {
  border-top-color: rgb(79 70 229 / 0);
}
.border-t-indigo-600\/10 {
  border-top-color: rgb(79 70 229 / 0.1);
}
.border-t-indigo-600\/100 {
  border-top-color: rgb(79 70 229 / 1);
}
.border-t-indigo-600\/15 {
  border-top-color: rgb(79 70 229 / 0.15);
}
.border-t-indigo-600\/20 {
  border-top-color: rgb(79 70 229 / 0.2);
}
.border-t-indigo-600\/25 {
  border-top-color: rgb(79 70 229 / 0.25);
}
.border-t-indigo-600\/30 {
  border-top-color: rgb(79 70 229 / 0.3);
}
.border-t-indigo-600\/35 {
  border-top-color: rgb(79 70 229 / 0.35);
}
.border-t-indigo-600\/40 {
  border-top-color: rgb(79 70 229 / 0.4);
}
.border-t-indigo-600\/45 {
  border-top-color: rgb(79 70 229 / 0.45);
}
.border-t-indigo-600\/5 {
  border-top-color: rgb(79 70 229 / 0.05);
}
.border-t-indigo-600\/50 {
  border-top-color: rgb(79 70 229 / 0.5);
}
.border-t-indigo-600\/55 {
  border-top-color: rgb(79 70 229 / 0.55);
}
.border-t-indigo-600\/60 {
  border-top-color: rgb(79 70 229 / 0.6);
}
.border-t-indigo-600\/65 {
  border-top-color: rgb(79 70 229 / 0.65);
}
.border-t-indigo-600\/70 {
  border-top-color: rgb(79 70 229 / 0.7);
}
.border-t-indigo-600\/75 {
  border-top-color: rgb(79 70 229 / 0.75);
}
.border-t-indigo-600\/80 {
  border-top-color: rgb(79 70 229 / 0.8);
}
.border-t-indigo-600\/85 {
  border-top-color: rgb(79 70 229 / 0.85);
}
.border-t-indigo-600\/90 {
  border-top-color: rgb(79 70 229 / 0.9);
}
.border-t-indigo-600\/95 {
  border-top-color: rgb(79 70 229 / 0.95);
}
.border-t-indigo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-t-indigo-700\/0 {
  border-top-color: rgb(67 56 202 / 0);
}
.border-t-indigo-700\/10 {
  border-top-color: rgb(67 56 202 / 0.1);
}
.border-t-indigo-700\/100 {
  border-top-color: rgb(67 56 202 / 1);
}
.border-t-indigo-700\/15 {
  border-top-color: rgb(67 56 202 / 0.15);
}
.border-t-indigo-700\/20 {
  border-top-color: rgb(67 56 202 / 0.2);
}
.border-t-indigo-700\/25 {
  border-top-color: rgb(67 56 202 / 0.25);
}
.border-t-indigo-700\/30 {
  border-top-color: rgb(67 56 202 / 0.3);
}
.border-t-indigo-700\/35 {
  border-top-color: rgb(67 56 202 / 0.35);
}
.border-t-indigo-700\/40 {
  border-top-color: rgb(67 56 202 / 0.4);
}
.border-t-indigo-700\/45 {
  border-top-color: rgb(67 56 202 / 0.45);
}
.border-t-indigo-700\/5 {
  border-top-color: rgb(67 56 202 / 0.05);
}
.border-t-indigo-700\/50 {
  border-top-color: rgb(67 56 202 / 0.5);
}
.border-t-indigo-700\/55 {
  border-top-color: rgb(67 56 202 / 0.55);
}
.border-t-indigo-700\/60 {
  border-top-color: rgb(67 56 202 / 0.6);
}
.border-t-indigo-700\/65 {
  border-top-color: rgb(67 56 202 / 0.65);
}
.border-t-indigo-700\/70 {
  border-top-color: rgb(67 56 202 / 0.7);
}
.border-t-indigo-700\/75 {
  border-top-color: rgb(67 56 202 / 0.75);
}
.border-t-indigo-700\/80 {
  border-top-color: rgb(67 56 202 / 0.8);
}
.border-t-indigo-700\/85 {
  border-top-color: rgb(67 56 202 / 0.85);
}
.border-t-indigo-700\/90 {
  border-top-color: rgb(67 56 202 / 0.9);
}
.border-t-indigo-700\/95 {
  border-top-color: rgb(67 56 202 / 0.95);
}
.border-t-indigo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-t-indigo-800\/0 {
  border-top-color: rgb(55 48 163 / 0);
}
.border-t-indigo-800\/10 {
  border-top-color: rgb(55 48 163 / 0.1);
}
.border-t-indigo-800\/100 {
  border-top-color: rgb(55 48 163 / 1);
}
.border-t-indigo-800\/15 {
  border-top-color: rgb(55 48 163 / 0.15);
}
.border-t-indigo-800\/20 {
  border-top-color: rgb(55 48 163 / 0.2);
}
.border-t-indigo-800\/25 {
  border-top-color: rgb(55 48 163 / 0.25);
}
.border-t-indigo-800\/30 {
  border-top-color: rgb(55 48 163 / 0.3);
}
.border-t-indigo-800\/35 {
  border-top-color: rgb(55 48 163 / 0.35);
}
.border-t-indigo-800\/40 {
  border-top-color: rgb(55 48 163 / 0.4);
}
.border-t-indigo-800\/45 {
  border-top-color: rgb(55 48 163 / 0.45);
}
.border-t-indigo-800\/5 {
  border-top-color: rgb(55 48 163 / 0.05);
}
.border-t-indigo-800\/50 {
  border-top-color: rgb(55 48 163 / 0.5);
}
.border-t-indigo-800\/55 {
  border-top-color: rgb(55 48 163 / 0.55);
}
.border-t-indigo-800\/60 {
  border-top-color: rgb(55 48 163 / 0.6);
}
.border-t-indigo-800\/65 {
  border-top-color: rgb(55 48 163 / 0.65);
}
.border-t-indigo-800\/70 {
  border-top-color: rgb(55 48 163 / 0.7);
}
.border-t-indigo-800\/75 {
  border-top-color: rgb(55 48 163 / 0.75);
}
.border-t-indigo-800\/80 {
  border-top-color: rgb(55 48 163 / 0.8);
}
.border-t-indigo-800\/85 {
  border-top-color: rgb(55 48 163 / 0.85);
}
.border-t-indigo-800\/90 {
  border-top-color: rgb(55 48 163 / 0.9);
}
.border-t-indigo-800\/95 {
  border-top-color: rgb(55 48 163 / 0.95);
}
.border-t-indigo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-t-indigo-900\/0 {
  border-top-color: rgb(49 46 129 / 0);
}
.border-t-indigo-900\/10 {
  border-top-color: rgb(49 46 129 / 0.1);
}
.border-t-indigo-900\/100 {
  border-top-color: rgb(49 46 129 / 1);
}
.border-t-indigo-900\/15 {
  border-top-color: rgb(49 46 129 / 0.15);
}
.border-t-indigo-900\/20 {
  border-top-color: rgb(49 46 129 / 0.2);
}
.border-t-indigo-900\/25 {
  border-top-color: rgb(49 46 129 / 0.25);
}
.border-t-indigo-900\/30 {
  border-top-color: rgb(49 46 129 / 0.3);
}
.border-t-indigo-900\/35 {
  border-top-color: rgb(49 46 129 / 0.35);
}
.border-t-indigo-900\/40 {
  border-top-color: rgb(49 46 129 / 0.4);
}
.border-t-indigo-900\/45 {
  border-top-color: rgb(49 46 129 / 0.45);
}
.border-t-indigo-900\/5 {
  border-top-color: rgb(49 46 129 / 0.05);
}
.border-t-indigo-900\/50 {
  border-top-color: rgb(49 46 129 / 0.5);
}
.border-t-indigo-900\/55 {
  border-top-color: rgb(49 46 129 / 0.55);
}
.border-t-indigo-900\/60 {
  border-top-color: rgb(49 46 129 / 0.6);
}
.border-t-indigo-900\/65 {
  border-top-color: rgb(49 46 129 / 0.65);
}
.border-t-indigo-900\/70 {
  border-top-color: rgb(49 46 129 / 0.7);
}
.border-t-indigo-900\/75 {
  border-top-color: rgb(49 46 129 / 0.75);
}
.border-t-indigo-900\/80 {
  border-top-color: rgb(49 46 129 / 0.8);
}
.border-t-indigo-900\/85 {
  border-top-color: rgb(49 46 129 / 0.85);
}
.border-t-indigo-900\/90 {
  border-top-color: rgb(49 46 129 / 0.9);
}
.border-t-indigo-900\/95 {
  border-top-color: rgb(49 46 129 / 0.95);
}
.border-t-indigo-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}
.border-t-indigo-950\/0 {
  border-top-color: rgb(30 27 75 / 0);
}
.border-t-indigo-950\/10 {
  border-top-color: rgb(30 27 75 / 0.1);
}
.border-t-indigo-950\/100 {
  border-top-color: rgb(30 27 75 / 1);
}
.border-t-indigo-950\/15 {
  border-top-color: rgb(30 27 75 / 0.15);
}
.border-t-indigo-950\/20 {
  border-top-color: rgb(30 27 75 / 0.2);
}
.border-t-indigo-950\/25 {
  border-top-color: rgb(30 27 75 / 0.25);
}
.border-t-indigo-950\/30 {
  border-top-color: rgb(30 27 75 / 0.3);
}
.border-t-indigo-950\/35 {
  border-top-color: rgb(30 27 75 / 0.35);
}
.border-t-indigo-950\/40 {
  border-top-color: rgb(30 27 75 / 0.4);
}
.border-t-indigo-950\/45 {
  border-top-color: rgb(30 27 75 / 0.45);
}
.border-t-indigo-950\/5 {
  border-top-color: rgb(30 27 75 / 0.05);
}
.border-t-indigo-950\/50 {
  border-top-color: rgb(30 27 75 / 0.5);
}
.border-t-indigo-950\/55 {
  border-top-color: rgb(30 27 75 / 0.55);
}
.border-t-indigo-950\/60 {
  border-top-color: rgb(30 27 75 / 0.6);
}
.border-t-indigo-950\/65 {
  border-top-color: rgb(30 27 75 / 0.65);
}
.border-t-indigo-950\/70 {
  border-top-color: rgb(30 27 75 / 0.7);
}
.border-t-indigo-950\/75 {
  border-top-color: rgb(30 27 75 / 0.75);
}
.border-t-indigo-950\/80 {
  border-top-color: rgb(30 27 75 / 0.8);
}
.border-t-indigo-950\/85 {
  border-top-color: rgb(30 27 75 / 0.85);
}
.border-t-indigo-950\/90 {
  border-top-color: rgb(30 27 75 / 0.9);
}
.border-t-indigo-950\/95 {
  border-top-color: rgb(30 27 75 / 0.95);
}
.border-t-inherit {
  border-top-color: inherit;
}
.border-t-input {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--input) / var(--tw-border-opacity, 1));
}
.border-t-input\/0 {
  border-top-color: hsl(var(--input) / 0);
}
.border-t-input\/10 {
  border-top-color: hsl(var(--input) / 0.1);
}
.border-t-input\/100 {
  border-top-color: hsl(var(--input) / 1);
}
.border-t-input\/15 {
  border-top-color: hsl(var(--input) / 0.15);
}
.border-t-input\/20 {
  border-top-color: hsl(var(--input) / 0.2);
}
.border-t-input\/25 {
  border-top-color: hsl(var(--input) / 0.25);
}
.border-t-input\/30 {
  border-top-color: hsl(var(--input) / 0.3);
}
.border-t-input\/35 {
  border-top-color: hsl(var(--input) / 0.35);
}
.border-t-input\/40 {
  border-top-color: hsl(var(--input) / 0.4);
}
.border-t-input\/45 {
  border-top-color: hsl(var(--input) / 0.45);
}
.border-t-input\/5 {
  border-top-color: hsl(var(--input) / 0.05);
}
.border-t-input\/50 {
  border-top-color: hsl(var(--input) / 0.5);
}
.border-t-input\/55 {
  border-top-color: hsl(var(--input) / 0.55);
}
.border-t-input\/60 {
  border-top-color: hsl(var(--input) / 0.6);
}
.border-t-input\/65 {
  border-top-color: hsl(var(--input) / 0.65);
}
.border-t-input\/70 {
  border-top-color: hsl(var(--input) / 0.7);
}
.border-t-input\/75 {
  border-top-color: hsl(var(--input) / 0.75);
}
.border-t-input\/80 {
  border-top-color: hsl(var(--input) / 0.8);
}
.border-t-input\/85 {
  border-top-color: hsl(var(--input) / 0.85);
}
.border-t-input\/90 {
  border-top-color: hsl(var(--input) / 0.9);
}
.border-t-input\/95 {
  border-top-color: hsl(var(--input) / 0.95);
}
.border-t-lime-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-t-lime-100\/0 {
  border-top-color: rgb(236 252 203 / 0);
}
.border-t-lime-100\/10 {
  border-top-color: rgb(236 252 203 / 0.1);
}
.border-t-lime-100\/100 {
  border-top-color: rgb(236 252 203 / 1);
}
.border-t-lime-100\/15 {
  border-top-color: rgb(236 252 203 / 0.15);
}
.border-t-lime-100\/20 {
  border-top-color: rgb(236 252 203 / 0.2);
}
.border-t-lime-100\/25 {
  border-top-color: rgb(236 252 203 / 0.25);
}
.border-t-lime-100\/30 {
  border-top-color: rgb(236 252 203 / 0.3);
}
.border-t-lime-100\/35 {
  border-top-color: rgb(236 252 203 / 0.35);
}
.border-t-lime-100\/40 {
  border-top-color: rgb(236 252 203 / 0.4);
}
.border-t-lime-100\/45 {
  border-top-color: rgb(236 252 203 / 0.45);
}
.border-t-lime-100\/5 {
  border-top-color: rgb(236 252 203 / 0.05);
}
.border-t-lime-100\/50 {
  border-top-color: rgb(236 252 203 / 0.5);
}
.border-t-lime-100\/55 {
  border-top-color: rgb(236 252 203 / 0.55);
}
.border-t-lime-100\/60 {
  border-top-color: rgb(236 252 203 / 0.6);
}
.border-t-lime-100\/65 {
  border-top-color: rgb(236 252 203 / 0.65);
}
.border-t-lime-100\/70 {
  border-top-color: rgb(236 252 203 / 0.7);
}
.border-t-lime-100\/75 {
  border-top-color: rgb(236 252 203 / 0.75);
}
.border-t-lime-100\/80 {
  border-top-color: rgb(236 252 203 / 0.8);
}
.border-t-lime-100\/85 {
  border-top-color: rgb(236 252 203 / 0.85);
}
.border-t-lime-100\/90 {
  border-top-color: rgb(236 252 203 / 0.9);
}
.border-t-lime-100\/95 {
  border-top-color: rgb(236 252 203 / 0.95);
}
.border-t-lime-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-t-lime-200\/0 {
  border-top-color: rgb(217 249 157 / 0);
}
.border-t-lime-200\/10 {
  border-top-color: rgb(217 249 157 / 0.1);
}
.border-t-lime-200\/100 {
  border-top-color: rgb(217 249 157 / 1);
}
.border-t-lime-200\/15 {
  border-top-color: rgb(217 249 157 / 0.15);
}
.border-t-lime-200\/20 {
  border-top-color: rgb(217 249 157 / 0.2);
}
.border-t-lime-200\/25 {
  border-top-color: rgb(217 249 157 / 0.25);
}
.border-t-lime-200\/30 {
  border-top-color: rgb(217 249 157 / 0.3);
}
.border-t-lime-200\/35 {
  border-top-color: rgb(217 249 157 / 0.35);
}
.border-t-lime-200\/40 {
  border-top-color: rgb(217 249 157 / 0.4);
}
.border-t-lime-200\/45 {
  border-top-color: rgb(217 249 157 / 0.45);
}
.border-t-lime-200\/5 {
  border-top-color: rgb(217 249 157 / 0.05);
}
.border-t-lime-200\/50 {
  border-top-color: rgb(217 249 157 / 0.5);
}
.border-t-lime-200\/55 {
  border-top-color: rgb(217 249 157 / 0.55);
}
.border-t-lime-200\/60 {
  border-top-color: rgb(217 249 157 / 0.6);
}
.border-t-lime-200\/65 {
  border-top-color: rgb(217 249 157 / 0.65);
}
.border-t-lime-200\/70 {
  border-top-color: rgb(217 249 157 / 0.7);
}
.border-t-lime-200\/75 {
  border-top-color: rgb(217 249 157 / 0.75);
}
.border-t-lime-200\/80 {
  border-top-color: rgb(217 249 157 / 0.8);
}
.border-t-lime-200\/85 {
  border-top-color: rgb(217 249 157 / 0.85);
}
.border-t-lime-200\/90 {
  border-top-color: rgb(217 249 157 / 0.9);
}
.border-t-lime-200\/95 {
  border-top-color: rgb(217 249 157 / 0.95);
}
.border-t-lime-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-t-lime-300\/0 {
  border-top-color: rgb(190 242 100 / 0);
}
.border-t-lime-300\/10 {
  border-top-color: rgb(190 242 100 / 0.1);
}
.border-t-lime-300\/100 {
  border-top-color: rgb(190 242 100 / 1);
}
.border-t-lime-300\/15 {
  border-top-color: rgb(190 242 100 / 0.15);
}
.border-t-lime-300\/20 {
  border-top-color: rgb(190 242 100 / 0.2);
}
.border-t-lime-300\/25 {
  border-top-color: rgb(190 242 100 / 0.25);
}
.border-t-lime-300\/30 {
  border-top-color: rgb(190 242 100 / 0.3);
}
.border-t-lime-300\/35 {
  border-top-color: rgb(190 242 100 / 0.35);
}
.border-t-lime-300\/40 {
  border-top-color: rgb(190 242 100 / 0.4);
}
.border-t-lime-300\/45 {
  border-top-color: rgb(190 242 100 / 0.45);
}
.border-t-lime-300\/5 {
  border-top-color: rgb(190 242 100 / 0.05);
}
.border-t-lime-300\/50 {
  border-top-color: rgb(190 242 100 / 0.5);
}
.border-t-lime-300\/55 {
  border-top-color: rgb(190 242 100 / 0.55);
}
.border-t-lime-300\/60 {
  border-top-color: rgb(190 242 100 / 0.6);
}
.border-t-lime-300\/65 {
  border-top-color: rgb(190 242 100 / 0.65);
}
.border-t-lime-300\/70 {
  border-top-color: rgb(190 242 100 / 0.7);
}
.border-t-lime-300\/75 {
  border-top-color: rgb(190 242 100 / 0.75);
}
.border-t-lime-300\/80 {
  border-top-color: rgb(190 242 100 / 0.8);
}
.border-t-lime-300\/85 {
  border-top-color: rgb(190 242 100 / 0.85);
}
.border-t-lime-300\/90 {
  border-top-color: rgb(190 242 100 / 0.9);
}
.border-t-lime-300\/95 {
  border-top-color: rgb(190 242 100 / 0.95);
}
.border-t-lime-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-t-lime-400\/0 {
  border-top-color: rgb(163 230 53 / 0);
}
.border-t-lime-400\/10 {
  border-top-color: rgb(163 230 53 / 0.1);
}
.border-t-lime-400\/100 {
  border-top-color: rgb(163 230 53 / 1);
}
.border-t-lime-400\/15 {
  border-top-color: rgb(163 230 53 / 0.15);
}
.border-t-lime-400\/20 {
  border-top-color: rgb(163 230 53 / 0.2);
}
.border-t-lime-400\/25 {
  border-top-color: rgb(163 230 53 / 0.25);
}
.border-t-lime-400\/30 {
  border-top-color: rgb(163 230 53 / 0.3);
}
.border-t-lime-400\/35 {
  border-top-color: rgb(163 230 53 / 0.35);
}
.border-t-lime-400\/40 {
  border-top-color: rgb(163 230 53 / 0.4);
}
.border-t-lime-400\/45 {
  border-top-color: rgb(163 230 53 / 0.45);
}
.border-t-lime-400\/5 {
  border-top-color: rgb(163 230 53 / 0.05);
}
.border-t-lime-400\/50 {
  border-top-color: rgb(163 230 53 / 0.5);
}
.border-t-lime-400\/55 {
  border-top-color: rgb(163 230 53 / 0.55);
}
.border-t-lime-400\/60 {
  border-top-color: rgb(163 230 53 / 0.6);
}
.border-t-lime-400\/65 {
  border-top-color: rgb(163 230 53 / 0.65);
}
.border-t-lime-400\/70 {
  border-top-color: rgb(163 230 53 / 0.7);
}
.border-t-lime-400\/75 {
  border-top-color: rgb(163 230 53 / 0.75);
}
.border-t-lime-400\/80 {
  border-top-color: rgb(163 230 53 / 0.8);
}
.border-t-lime-400\/85 {
  border-top-color: rgb(163 230 53 / 0.85);
}
.border-t-lime-400\/90 {
  border-top-color: rgb(163 230 53 / 0.9);
}
.border-t-lime-400\/95 {
  border-top-color: rgb(163 230 53 / 0.95);
}
.border-t-lime-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}
.border-t-lime-50\/0 {
  border-top-color: rgb(247 254 231 / 0);
}
.border-t-lime-50\/10 {
  border-top-color: rgb(247 254 231 / 0.1);
}
.border-t-lime-50\/100 {
  border-top-color: rgb(247 254 231 / 1);
}
.border-t-lime-50\/15 {
  border-top-color: rgb(247 254 231 / 0.15);
}
.border-t-lime-50\/20 {
  border-top-color: rgb(247 254 231 / 0.2);
}
.border-t-lime-50\/25 {
  border-top-color: rgb(247 254 231 / 0.25);
}
.border-t-lime-50\/30 {
  border-top-color: rgb(247 254 231 / 0.3);
}
.border-t-lime-50\/35 {
  border-top-color: rgb(247 254 231 / 0.35);
}
.border-t-lime-50\/40 {
  border-top-color: rgb(247 254 231 / 0.4);
}
.border-t-lime-50\/45 {
  border-top-color: rgb(247 254 231 / 0.45);
}
.border-t-lime-50\/5 {
  border-top-color: rgb(247 254 231 / 0.05);
}
.border-t-lime-50\/50 {
  border-top-color: rgb(247 254 231 / 0.5);
}
.border-t-lime-50\/55 {
  border-top-color: rgb(247 254 231 / 0.55);
}
.border-t-lime-50\/60 {
  border-top-color: rgb(247 254 231 / 0.6);
}
.border-t-lime-50\/65 {
  border-top-color: rgb(247 254 231 / 0.65);
}
.border-t-lime-50\/70 {
  border-top-color: rgb(247 254 231 / 0.7);
}
.border-t-lime-50\/75 {
  border-top-color: rgb(247 254 231 / 0.75);
}
.border-t-lime-50\/80 {
  border-top-color: rgb(247 254 231 / 0.8);
}
.border-t-lime-50\/85 {
  border-top-color: rgb(247 254 231 / 0.85);
}
.border-t-lime-50\/90 {
  border-top-color: rgb(247 254 231 / 0.9);
}
.border-t-lime-50\/95 {
  border-top-color: rgb(247 254 231 / 0.95);
}
.border-t-lime-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-t-lime-500\/0 {
  border-top-color: rgb(132 204 22 / 0);
}
.border-t-lime-500\/10 {
  border-top-color: rgb(132 204 22 / 0.1);
}
.border-t-lime-500\/100 {
  border-top-color: rgb(132 204 22 / 1);
}
.border-t-lime-500\/15 {
  border-top-color: rgb(132 204 22 / 0.15);
}
.border-t-lime-500\/20 {
  border-top-color: rgb(132 204 22 / 0.2);
}
.border-t-lime-500\/25 {
  border-top-color: rgb(132 204 22 / 0.25);
}
.border-t-lime-500\/30 {
  border-top-color: rgb(132 204 22 / 0.3);
}
.border-t-lime-500\/35 {
  border-top-color: rgb(132 204 22 / 0.35);
}
.border-t-lime-500\/40 {
  border-top-color: rgb(132 204 22 / 0.4);
}
.border-t-lime-500\/45 {
  border-top-color: rgb(132 204 22 / 0.45);
}
.border-t-lime-500\/5 {
  border-top-color: rgb(132 204 22 / 0.05);
}
.border-t-lime-500\/50 {
  border-top-color: rgb(132 204 22 / 0.5);
}
.border-t-lime-500\/55 {
  border-top-color: rgb(132 204 22 / 0.55);
}
.border-t-lime-500\/60 {
  border-top-color: rgb(132 204 22 / 0.6);
}
.border-t-lime-500\/65 {
  border-top-color: rgb(132 204 22 / 0.65);
}
.border-t-lime-500\/70 {
  border-top-color: rgb(132 204 22 / 0.7);
}
.border-t-lime-500\/75 {
  border-top-color: rgb(132 204 22 / 0.75);
}
.border-t-lime-500\/80 {
  border-top-color: rgb(132 204 22 / 0.8);
}
.border-t-lime-500\/85 {
  border-top-color: rgb(132 204 22 / 0.85);
}
.border-t-lime-500\/90 {
  border-top-color: rgb(132 204 22 / 0.9);
}
.border-t-lime-500\/95 {
  border-top-color: rgb(132 204 22 / 0.95);
}
.border-t-lime-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-t-lime-600\/0 {
  border-top-color: rgb(101 163 13 / 0);
}
.border-t-lime-600\/10 {
  border-top-color: rgb(101 163 13 / 0.1);
}
.border-t-lime-600\/100 {
  border-top-color: rgb(101 163 13 / 1);
}
.border-t-lime-600\/15 {
  border-top-color: rgb(101 163 13 / 0.15);
}
.border-t-lime-600\/20 {
  border-top-color: rgb(101 163 13 / 0.2);
}
.border-t-lime-600\/25 {
  border-top-color: rgb(101 163 13 / 0.25);
}
.border-t-lime-600\/30 {
  border-top-color: rgb(101 163 13 / 0.3);
}
.border-t-lime-600\/35 {
  border-top-color: rgb(101 163 13 / 0.35);
}
.border-t-lime-600\/40 {
  border-top-color: rgb(101 163 13 / 0.4);
}
.border-t-lime-600\/45 {
  border-top-color: rgb(101 163 13 / 0.45);
}
.border-t-lime-600\/5 {
  border-top-color: rgb(101 163 13 / 0.05);
}
.border-t-lime-600\/50 {
  border-top-color: rgb(101 163 13 / 0.5);
}
.border-t-lime-600\/55 {
  border-top-color: rgb(101 163 13 / 0.55);
}
.border-t-lime-600\/60 {
  border-top-color: rgb(101 163 13 / 0.6);
}
.border-t-lime-600\/65 {
  border-top-color: rgb(101 163 13 / 0.65);
}
.border-t-lime-600\/70 {
  border-top-color: rgb(101 163 13 / 0.7);
}
.border-t-lime-600\/75 {
  border-top-color: rgb(101 163 13 / 0.75);
}
.border-t-lime-600\/80 {
  border-top-color: rgb(101 163 13 / 0.8);
}
.border-t-lime-600\/85 {
  border-top-color: rgb(101 163 13 / 0.85);
}
.border-t-lime-600\/90 {
  border-top-color: rgb(101 163 13 / 0.9);
}
.border-t-lime-600\/95 {
  border-top-color: rgb(101 163 13 / 0.95);
}
.border-t-lime-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}
.border-t-lime-700\/0 {
  border-top-color: rgb(77 124 15 / 0);
}
.border-t-lime-700\/10 {
  border-top-color: rgb(77 124 15 / 0.1);
}
.border-t-lime-700\/100 {
  border-top-color: rgb(77 124 15 / 1);
}
.border-t-lime-700\/15 {
  border-top-color: rgb(77 124 15 / 0.15);
}
.border-t-lime-700\/20 {
  border-top-color: rgb(77 124 15 / 0.2);
}
.border-t-lime-700\/25 {
  border-top-color: rgb(77 124 15 / 0.25);
}
.border-t-lime-700\/30 {
  border-top-color: rgb(77 124 15 / 0.3);
}
.border-t-lime-700\/35 {
  border-top-color: rgb(77 124 15 / 0.35);
}
.border-t-lime-700\/40 {
  border-top-color: rgb(77 124 15 / 0.4);
}
.border-t-lime-700\/45 {
  border-top-color: rgb(77 124 15 / 0.45);
}
.border-t-lime-700\/5 {
  border-top-color: rgb(77 124 15 / 0.05);
}
.border-t-lime-700\/50 {
  border-top-color: rgb(77 124 15 / 0.5);
}
.border-t-lime-700\/55 {
  border-top-color: rgb(77 124 15 / 0.55);
}
.border-t-lime-700\/60 {
  border-top-color: rgb(77 124 15 / 0.6);
}
.border-t-lime-700\/65 {
  border-top-color: rgb(77 124 15 / 0.65);
}
.border-t-lime-700\/70 {
  border-top-color: rgb(77 124 15 / 0.7);
}
.border-t-lime-700\/75 {
  border-top-color: rgb(77 124 15 / 0.75);
}
.border-t-lime-700\/80 {
  border-top-color: rgb(77 124 15 / 0.8);
}
.border-t-lime-700\/85 {
  border-top-color: rgb(77 124 15 / 0.85);
}
.border-t-lime-700\/90 {
  border-top-color: rgb(77 124 15 / 0.9);
}
.border-t-lime-700\/95 {
  border-top-color: rgb(77 124 15 / 0.95);
}
.border-t-lime-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}
.border-t-lime-800\/0 {
  border-top-color: rgb(63 98 18 / 0);
}
.border-t-lime-800\/10 {
  border-top-color: rgb(63 98 18 / 0.1);
}
.border-t-lime-800\/100 {
  border-top-color: rgb(63 98 18 / 1);
}
.border-t-lime-800\/15 {
  border-top-color: rgb(63 98 18 / 0.15);
}
.border-t-lime-800\/20 {
  border-top-color: rgb(63 98 18 / 0.2);
}
.border-t-lime-800\/25 {
  border-top-color: rgb(63 98 18 / 0.25);
}
.border-t-lime-800\/30 {
  border-top-color: rgb(63 98 18 / 0.3);
}
.border-t-lime-800\/35 {
  border-top-color: rgb(63 98 18 / 0.35);
}
.border-t-lime-800\/40 {
  border-top-color: rgb(63 98 18 / 0.4);
}
.border-t-lime-800\/45 {
  border-top-color: rgb(63 98 18 / 0.45);
}
.border-t-lime-800\/5 {
  border-top-color: rgb(63 98 18 / 0.05);
}
.border-t-lime-800\/50 {
  border-top-color: rgb(63 98 18 / 0.5);
}
.border-t-lime-800\/55 {
  border-top-color: rgb(63 98 18 / 0.55);
}
.border-t-lime-800\/60 {
  border-top-color: rgb(63 98 18 / 0.6);
}
.border-t-lime-800\/65 {
  border-top-color: rgb(63 98 18 / 0.65);
}
.border-t-lime-800\/70 {
  border-top-color: rgb(63 98 18 / 0.7);
}
.border-t-lime-800\/75 {
  border-top-color: rgb(63 98 18 / 0.75);
}
.border-t-lime-800\/80 {
  border-top-color: rgb(63 98 18 / 0.8);
}
.border-t-lime-800\/85 {
  border-top-color: rgb(63 98 18 / 0.85);
}
.border-t-lime-800\/90 {
  border-top-color: rgb(63 98 18 / 0.9);
}
.border-t-lime-800\/95 {
  border-top-color: rgb(63 98 18 / 0.95);
}
.border-t-lime-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}
.border-t-lime-900\/0 {
  border-top-color: rgb(54 83 20 / 0);
}
.border-t-lime-900\/10 {
  border-top-color: rgb(54 83 20 / 0.1);
}
.border-t-lime-900\/100 {
  border-top-color: rgb(54 83 20 / 1);
}
.border-t-lime-900\/15 {
  border-top-color: rgb(54 83 20 / 0.15);
}
.border-t-lime-900\/20 {
  border-top-color: rgb(54 83 20 / 0.2);
}
.border-t-lime-900\/25 {
  border-top-color: rgb(54 83 20 / 0.25);
}
.border-t-lime-900\/30 {
  border-top-color: rgb(54 83 20 / 0.3);
}
.border-t-lime-900\/35 {
  border-top-color: rgb(54 83 20 / 0.35);
}
.border-t-lime-900\/40 {
  border-top-color: rgb(54 83 20 / 0.4);
}
.border-t-lime-900\/45 {
  border-top-color: rgb(54 83 20 / 0.45);
}
.border-t-lime-900\/5 {
  border-top-color: rgb(54 83 20 / 0.05);
}
.border-t-lime-900\/50 {
  border-top-color: rgb(54 83 20 / 0.5);
}
.border-t-lime-900\/55 {
  border-top-color: rgb(54 83 20 / 0.55);
}
.border-t-lime-900\/60 {
  border-top-color: rgb(54 83 20 / 0.6);
}
.border-t-lime-900\/65 {
  border-top-color: rgb(54 83 20 / 0.65);
}
.border-t-lime-900\/70 {
  border-top-color: rgb(54 83 20 / 0.7);
}
.border-t-lime-900\/75 {
  border-top-color: rgb(54 83 20 / 0.75);
}
.border-t-lime-900\/80 {
  border-top-color: rgb(54 83 20 / 0.8);
}
.border-t-lime-900\/85 {
  border-top-color: rgb(54 83 20 / 0.85);
}
.border-t-lime-900\/90 {
  border-top-color: rgb(54 83 20 / 0.9);
}
.border-t-lime-900\/95 {
  border-top-color: rgb(54 83 20 / 0.95);
}
.border-t-lime-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}
.border-t-lime-950\/0 {
  border-top-color: rgb(26 46 5 / 0);
}
.border-t-lime-950\/10 {
  border-top-color: rgb(26 46 5 / 0.1);
}
.border-t-lime-950\/100 {
  border-top-color: rgb(26 46 5 / 1);
}
.border-t-lime-950\/15 {
  border-top-color: rgb(26 46 5 / 0.15);
}
.border-t-lime-950\/20 {
  border-top-color: rgb(26 46 5 / 0.2);
}
.border-t-lime-950\/25 {
  border-top-color: rgb(26 46 5 / 0.25);
}
.border-t-lime-950\/30 {
  border-top-color: rgb(26 46 5 / 0.3);
}
.border-t-lime-950\/35 {
  border-top-color: rgb(26 46 5 / 0.35);
}
.border-t-lime-950\/40 {
  border-top-color: rgb(26 46 5 / 0.4);
}
.border-t-lime-950\/45 {
  border-top-color: rgb(26 46 5 / 0.45);
}
.border-t-lime-950\/5 {
  border-top-color: rgb(26 46 5 / 0.05);
}
.border-t-lime-950\/50 {
  border-top-color: rgb(26 46 5 / 0.5);
}
.border-t-lime-950\/55 {
  border-top-color: rgb(26 46 5 / 0.55);
}
.border-t-lime-950\/60 {
  border-top-color: rgb(26 46 5 / 0.6);
}
.border-t-lime-950\/65 {
  border-top-color: rgb(26 46 5 / 0.65);
}
.border-t-lime-950\/70 {
  border-top-color: rgb(26 46 5 / 0.7);
}
.border-t-lime-950\/75 {
  border-top-color: rgb(26 46 5 / 0.75);
}
.border-t-lime-950\/80 {
  border-top-color: rgb(26 46 5 / 0.8);
}
.border-t-lime-950\/85 {
  border-top-color: rgb(26 46 5 / 0.85);
}
.border-t-lime-950\/90 {
  border-top-color: rgb(26 46 5 / 0.9);
}
.border-t-lime-950\/95 {
  border-top-color: rgb(26 46 5 / 0.95);
}
.border-t-muted {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
}
.border-t-muted-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
}
.border-t-muted-foreground\/0 {
  border-top-color: hsl(var(--muted-foreground) / 0);
}
.border-t-muted-foreground\/10 {
  border-top-color: hsl(var(--muted-foreground) / 0.1);
}
.border-t-muted-foreground\/100 {
  border-top-color: hsl(var(--muted-foreground) / 1);
}
.border-t-muted-foreground\/15 {
  border-top-color: hsl(var(--muted-foreground) / 0.15);
}
.border-t-muted-foreground\/20 {
  border-top-color: hsl(var(--muted-foreground) / 0.2);
}
.border-t-muted-foreground\/25 {
  border-top-color: hsl(var(--muted-foreground) / 0.25);
}
.border-t-muted-foreground\/30 {
  border-top-color: hsl(var(--muted-foreground) / 0.3);
}
.border-t-muted-foreground\/35 {
  border-top-color: hsl(var(--muted-foreground) / 0.35);
}
.border-t-muted-foreground\/40 {
  border-top-color: hsl(var(--muted-foreground) / 0.4);
}
.border-t-muted-foreground\/45 {
  border-top-color: hsl(var(--muted-foreground) / 0.45);
}
.border-t-muted-foreground\/5 {
  border-top-color: hsl(var(--muted-foreground) / 0.05);
}
.border-t-muted-foreground\/50 {
  border-top-color: hsl(var(--muted-foreground) / 0.5);
}
.border-t-muted-foreground\/55 {
  border-top-color: hsl(var(--muted-foreground) / 0.55);
}
.border-t-muted-foreground\/60 {
  border-top-color: hsl(var(--muted-foreground) / 0.6);
}
.border-t-muted-foreground\/65 {
  border-top-color: hsl(var(--muted-foreground) / 0.65);
}
.border-t-muted-foreground\/70 {
  border-top-color: hsl(var(--muted-foreground) / 0.7);
}
.border-t-muted-foreground\/75 {
  border-top-color: hsl(var(--muted-foreground) / 0.75);
}
.border-t-muted-foreground\/80 {
  border-top-color: hsl(var(--muted-foreground) / 0.8);
}
.border-t-muted-foreground\/85 {
  border-top-color: hsl(var(--muted-foreground) / 0.85);
}
.border-t-muted-foreground\/90 {
  border-top-color: hsl(var(--muted-foreground) / 0.9);
}
.border-t-muted-foreground\/95 {
  border-top-color: hsl(var(--muted-foreground) / 0.95);
}
.border-t-muted\/0 {
  border-top-color: hsl(var(--muted) / 0);
}
.border-t-muted\/10 {
  border-top-color: hsl(var(--muted) / 0.1);
}
.border-t-muted\/100 {
  border-top-color: hsl(var(--muted) / 1);
}
.border-t-muted\/15 {
  border-top-color: hsl(var(--muted) / 0.15);
}
.border-t-muted\/20 {
  border-top-color: hsl(var(--muted) / 0.2);
}
.border-t-muted\/25 {
  border-top-color: hsl(var(--muted) / 0.25);
}
.border-t-muted\/30 {
  border-top-color: hsl(var(--muted) / 0.3);
}
.border-t-muted\/35 {
  border-top-color: hsl(var(--muted) / 0.35);
}
.border-t-muted\/40 {
  border-top-color: hsl(var(--muted) / 0.4);
}
.border-t-muted\/45 {
  border-top-color: hsl(var(--muted) / 0.45);
}
.border-t-muted\/5 {
  border-top-color: hsl(var(--muted) / 0.05);
}
.border-t-muted\/50 {
  border-top-color: hsl(var(--muted) / 0.5);
}
.border-t-muted\/55 {
  border-top-color: hsl(var(--muted) / 0.55);
}
.border-t-muted\/60 {
  border-top-color: hsl(var(--muted) / 0.6);
}
.border-t-muted\/65 {
  border-top-color: hsl(var(--muted) / 0.65);
}
.border-t-muted\/70 {
  border-top-color: hsl(var(--muted) / 0.7);
}
.border-t-muted\/75 {
  border-top-color: hsl(var(--muted) / 0.75);
}
.border-t-muted\/80 {
  border-top-color: hsl(var(--muted) / 0.8);
}
.border-t-muted\/85 {
  border-top-color: hsl(var(--muted) / 0.85);
}
.border-t-muted\/90 {
  border-top-color: hsl(var(--muted) / 0.9);
}
.border-t-muted\/95 {
  border-top-color: hsl(var(--muted) / 0.95);
}
.border-t-neutral-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-t-neutral-100\/0 {
  border-top-color: rgb(245 245 245 / 0);
}
.border-t-neutral-100\/10 {
  border-top-color: rgb(245 245 245 / 0.1);
}
.border-t-neutral-100\/100 {
  border-top-color: rgb(245 245 245 / 1);
}
.border-t-neutral-100\/15 {
  border-top-color: rgb(245 245 245 / 0.15);
}
.border-t-neutral-100\/20 {
  border-top-color: rgb(245 245 245 / 0.2);
}
.border-t-neutral-100\/25 {
  border-top-color: rgb(245 245 245 / 0.25);
}
.border-t-neutral-100\/30 {
  border-top-color: rgb(245 245 245 / 0.3);
}
.border-t-neutral-100\/35 {
  border-top-color: rgb(245 245 245 / 0.35);
}
.border-t-neutral-100\/40 {
  border-top-color: rgb(245 245 245 / 0.4);
}
.border-t-neutral-100\/45 {
  border-top-color: rgb(245 245 245 / 0.45);
}
.border-t-neutral-100\/5 {
  border-top-color: rgb(245 245 245 / 0.05);
}
.border-t-neutral-100\/50 {
  border-top-color: rgb(245 245 245 / 0.5);
}
.border-t-neutral-100\/55 {
  border-top-color: rgb(245 245 245 / 0.55);
}
.border-t-neutral-100\/60 {
  border-top-color: rgb(245 245 245 / 0.6);
}
.border-t-neutral-100\/65 {
  border-top-color: rgb(245 245 245 / 0.65);
}
.border-t-neutral-100\/70 {
  border-top-color: rgb(245 245 245 / 0.7);
}
.border-t-neutral-100\/75 {
  border-top-color: rgb(245 245 245 / 0.75);
}
.border-t-neutral-100\/80 {
  border-top-color: rgb(245 245 245 / 0.8);
}
.border-t-neutral-100\/85 {
  border-top-color: rgb(245 245 245 / 0.85);
}
.border-t-neutral-100\/90 {
  border-top-color: rgb(245 245 245 / 0.9);
}
.border-t-neutral-100\/95 {
  border-top-color: rgb(245 245 245 / 0.95);
}
.border-t-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-t-neutral-200\/0 {
  border-top-color: rgb(229 229 229 / 0);
}
.border-t-neutral-200\/10 {
  border-top-color: rgb(229 229 229 / 0.1);
}
.border-t-neutral-200\/100 {
  border-top-color: rgb(229 229 229 / 1);
}
.border-t-neutral-200\/15 {
  border-top-color: rgb(229 229 229 / 0.15);
}
.border-t-neutral-200\/20 {
  border-top-color: rgb(229 229 229 / 0.2);
}
.border-t-neutral-200\/25 {
  border-top-color: rgb(229 229 229 / 0.25);
}
.border-t-neutral-200\/30 {
  border-top-color: rgb(229 229 229 / 0.3);
}
.border-t-neutral-200\/35 {
  border-top-color: rgb(229 229 229 / 0.35);
}
.border-t-neutral-200\/40 {
  border-top-color: rgb(229 229 229 / 0.4);
}
.border-t-neutral-200\/45 {
  border-top-color: rgb(229 229 229 / 0.45);
}
.border-t-neutral-200\/5 {
  border-top-color: rgb(229 229 229 / 0.05);
}
.border-t-neutral-200\/50 {
  border-top-color: rgb(229 229 229 / 0.5);
}
.border-t-neutral-200\/55 {
  border-top-color: rgb(229 229 229 / 0.55);
}
.border-t-neutral-200\/60 {
  border-top-color: rgb(229 229 229 / 0.6);
}
.border-t-neutral-200\/65 {
  border-top-color: rgb(229 229 229 / 0.65);
}
.border-t-neutral-200\/70 {
  border-top-color: rgb(229 229 229 / 0.7);
}
.border-t-neutral-200\/75 {
  border-top-color: rgb(229 229 229 / 0.75);
}
.border-t-neutral-200\/80 {
  border-top-color: rgb(229 229 229 / 0.8);
}
.border-t-neutral-200\/85 {
  border-top-color: rgb(229 229 229 / 0.85);
}
.border-t-neutral-200\/90 {
  border-top-color: rgb(229 229 229 / 0.9);
}
.border-t-neutral-200\/95 {
  border-top-color: rgb(229 229 229 / 0.95);
}
.border-t-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-t-neutral-300\/0 {
  border-top-color: rgb(212 212 212 / 0);
}
.border-t-neutral-300\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
}
.border-t-neutral-300\/100 {
  border-top-color: rgb(212 212 212 / 1);
}
.border-t-neutral-300\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
}
.border-t-neutral-300\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
}
.border-t-neutral-300\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
}
.border-t-neutral-300\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
}
.border-t-neutral-300\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
}
.border-t-neutral-300\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}
.border-t-neutral-300\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
}
.border-t-neutral-300\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
}
.border-t-neutral-300\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
}
.border-t-neutral-300\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
}
.border-t-neutral-300\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}
.border-t-neutral-300\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
}
.border-t-neutral-300\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
}
.border-t-neutral-300\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
}
.border-t-neutral-300\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
}
.border-t-neutral-300\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
}
.border-t-neutral-300\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
}
.border-t-neutral-300\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
}
.border-t-neutral-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-t-neutral-400\/0 {
  border-top-color: rgb(163 163 163 / 0);
}
.border-t-neutral-400\/10 {
  border-top-color: rgb(163 163 163 / 0.1);
}
.border-t-neutral-400\/100 {
  border-top-color: rgb(163 163 163 / 1);
}
.border-t-neutral-400\/15 {
  border-top-color: rgb(163 163 163 / 0.15);
}
.border-t-neutral-400\/20 {
  border-top-color: rgb(163 163 163 / 0.2);
}
.border-t-neutral-400\/25 {
  border-top-color: rgb(163 163 163 / 0.25);
}
.border-t-neutral-400\/30 {
  border-top-color: rgb(163 163 163 / 0.3);
}
.border-t-neutral-400\/35 {
  border-top-color: rgb(163 163 163 / 0.35);
}
.border-t-neutral-400\/40 {
  border-top-color: rgb(163 163 163 / 0.4);
}
.border-t-neutral-400\/45 {
  border-top-color: rgb(163 163 163 / 0.45);
}
.border-t-neutral-400\/5 {
  border-top-color: rgb(163 163 163 / 0.05);
}
.border-t-neutral-400\/50 {
  border-top-color: rgb(163 163 163 / 0.5);
}
.border-t-neutral-400\/55 {
  border-top-color: rgb(163 163 163 / 0.55);
}
.border-t-neutral-400\/60 {
  border-top-color: rgb(163 163 163 / 0.6);
}
.border-t-neutral-400\/65 {
  border-top-color: rgb(163 163 163 / 0.65);
}
.border-t-neutral-400\/70 {
  border-top-color: rgb(163 163 163 / 0.7);
}
.border-t-neutral-400\/75 {
  border-top-color: rgb(163 163 163 / 0.75);
}
.border-t-neutral-400\/80 {
  border-top-color: rgb(163 163 163 / 0.8);
}
.border-t-neutral-400\/85 {
  border-top-color: rgb(163 163 163 / 0.85);
}
.border-t-neutral-400\/90 {
  border-top-color: rgb(163 163 163 / 0.9);
}
.border-t-neutral-400\/95 {
  border-top-color: rgb(163 163 163 / 0.95);
}
.border-t-neutral-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-neutral-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-neutral-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-neutral-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-neutral-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-neutral-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-neutral-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-neutral-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-neutral-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-neutral-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-neutral-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-neutral-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-neutral-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-neutral-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-neutral-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-neutral-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-neutral-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-neutral-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-neutral-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-neutral-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-neutral-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-neutral-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-neutral-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-t-neutral-500\/0 {
  border-top-color: rgb(115 115 115 / 0);
}
.border-t-neutral-500\/10 {
  border-top-color: rgb(115 115 115 / 0.1);
}
.border-t-neutral-500\/100 {
  border-top-color: rgb(115 115 115 / 1);
}
.border-t-neutral-500\/15 {
  border-top-color: rgb(115 115 115 / 0.15);
}
.border-t-neutral-500\/20 {
  border-top-color: rgb(115 115 115 / 0.2);
}
.border-t-neutral-500\/25 {
  border-top-color: rgb(115 115 115 / 0.25);
}
.border-t-neutral-500\/30 {
  border-top-color: rgb(115 115 115 / 0.3);
}
.border-t-neutral-500\/35 {
  border-top-color: rgb(115 115 115 / 0.35);
}
.border-t-neutral-500\/40 {
  border-top-color: rgb(115 115 115 / 0.4);
}
.border-t-neutral-500\/45 {
  border-top-color: rgb(115 115 115 / 0.45);
}
.border-t-neutral-500\/5 {
  border-top-color: rgb(115 115 115 / 0.05);
}
.border-t-neutral-500\/50 {
  border-top-color: rgb(115 115 115 / 0.5);
}
.border-t-neutral-500\/55 {
  border-top-color: rgb(115 115 115 / 0.55);
}
.border-t-neutral-500\/60 {
  border-top-color: rgb(115 115 115 / 0.6);
}
.border-t-neutral-500\/65 {
  border-top-color: rgb(115 115 115 / 0.65);
}
.border-t-neutral-500\/70 {
  border-top-color: rgb(115 115 115 / 0.7);
}
.border-t-neutral-500\/75 {
  border-top-color: rgb(115 115 115 / 0.75);
}
.border-t-neutral-500\/80 {
  border-top-color: rgb(115 115 115 / 0.8);
}
.border-t-neutral-500\/85 {
  border-top-color: rgb(115 115 115 / 0.85);
}
.border-t-neutral-500\/90 {
  border-top-color: rgb(115 115 115 / 0.9);
}
.border-t-neutral-500\/95 {
  border-top-color: rgb(115 115 115 / 0.95);
}
.border-t-neutral-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-t-neutral-600\/0 {
  border-top-color: rgb(82 82 82 / 0);
}
.border-t-neutral-600\/10 {
  border-top-color: rgb(82 82 82 / 0.1);
}
.border-t-neutral-600\/100 {
  border-top-color: rgb(82 82 82 / 1);
}
.border-t-neutral-600\/15 {
  border-top-color: rgb(82 82 82 / 0.15);
}
.border-t-neutral-600\/20 {
  border-top-color: rgb(82 82 82 / 0.2);
}
.border-t-neutral-600\/25 {
  border-top-color: rgb(82 82 82 / 0.25);
}
.border-t-neutral-600\/30 {
  border-top-color: rgb(82 82 82 / 0.3);
}
.border-t-neutral-600\/35 {
  border-top-color: rgb(82 82 82 / 0.35);
}
.border-t-neutral-600\/40 {
  border-top-color: rgb(82 82 82 / 0.4);
}
.border-t-neutral-600\/45 {
  border-top-color: rgb(82 82 82 / 0.45);
}
.border-t-neutral-600\/5 {
  border-top-color: rgb(82 82 82 / 0.05);
}
.border-t-neutral-600\/50 {
  border-top-color: rgb(82 82 82 / 0.5);
}
.border-t-neutral-600\/55 {
  border-top-color: rgb(82 82 82 / 0.55);
}
.border-t-neutral-600\/60 {
  border-top-color: rgb(82 82 82 / 0.6);
}
.border-t-neutral-600\/65 {
  border-top-color: rgb(82 82 82 / 0.65);
}
.border-t-neutral-600\/70 {
  border-top-color: rgb(82 82 82 / 0.7);
}
.border-t-neutral-600\/75 {
  border-top-color: rgb(82 82 82 / 0.75);
}
.border-t-neutral-600\/80 {
  border-top-color: rgb(82 82 82 / 0.8);
}
.border-t-neutral-600\/85 {
  border-top-color: rgb(82 82 82 / 0.85);
}
.border-t-neutral-600\/90 {
  border-top-color: rgb(82 82 82 / 0.9);
}
.border-t-neutral-600\/95 {
  border-top-color: rgb(82 82 82 / 0.95);
}
.border-t-neutral-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-t-neutral-700\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-neutral-700\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-neutral-700\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-neutral-700\/15 {
  border-top-color: rgb(64 64 64 / 0.15);
}
.border-t-neutral-700\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-neutral-700\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-neutral-700\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-neutral-700\/35 {
  border-top-color: rgb(64 64 64 / 0.35);
}
.border-t-neutral-700\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-neutral-700\/45 {
  border-top-color: rgb(64 64 64 / 0.45);
}
.border-t-neutral-700\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-neutral-700\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-neutral-700\/55 {
  border-top-color: rgb(64 64 64 / 0.55);
}
.border-t-neutral-700\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-neutral-700\/65 {
  border-top-color: rgb(64 64 64 / 0.65);
}
.border-t-neutral-700\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-neutral-700\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-neutral-700\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-neutral-700\/85 {
  border-top-color: rgb(64 64 64 / 0.85);
}
.border-t-neutral-700\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-neutral-700\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-neutral-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}
.border-t-neutral-800\/0 {
  border-top-color: rgb(38 38 38 / 0);
}
.border-t-neutral-800\/10 {
  border-top-color: rgb(38 38 38 / 0.1);
}
.border-t-neutral-800\/100 {
  border-top-color: rgb(38 38 38 / 1);
}
.border-t-neutral-800\/15 {
  border-top-color: rgb(38 38 38 / 0.15);
}
.border-t-neutral-800\/20 {
  border-top-color: rgb(38 38 38 / 0.2);
}
.border-t-neutral-800\/25 {
  border-top-color: rgb(38 38 38 / 0.25);
}
.border-t-neutral-800\/30 {
  border-top-color: rgb(38 38 38 / 0.3);
}
.border-t-neutral-800\/35 {
  border-top-color: rgb(38 38 38 / 0.35);
}
.border-t-neutral-800\/40 {
  border-top-color: rgb(38 38 38 / 0.4);
}
.border-t-neutral-800\/45 {
  border-top-color: rgb(38 38 38 / 0.45);
}
.border-t-neutral-800\/5 {
  border-top-color: rgb(38 38 38 / 0.05);
}
.border-t-neutral-800\/50 {
  border-top-color: rgb(38 38 38 / 0.5);
}
.border-t-neutral-800\/55 {
  border-top-color: rgb(38 38 38 / 0.55);
}
.border-t-neutral-800\/60 {
  border-top-color: rgb(38 38 38 / 0.6);
}
.border-t-neutral-800\/65 {
  border-top-color: rgb(38 38 38 / 0.65);
}
.border-t-neutral-800\/70 {
  border-top-color: rgb(38 38 38 / 0.7);
}
.border-t-neutral-800\/75 {
  border-top-color: rgb(38 38 38 / 0.75);
}
.border-t-neutral-800\/80 {
  border-top-color: rgb(38 38 38 / 0.8);
}
.border-t-neutral-800\/85 {
  border-top-color: rgb(38 38 38 / 0.85);
}
.border-t-neutral-800\/90 {
  border-top-color: rgb(38 38 38 / 0.9);
}
.border-t-neutral-800\/95 {
  border-top-color: rgb(38 38 38 / 0.95);
}
.border-t-neutral-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}
.border-t-neutral-900\/0 {
  border-top-color: rgb(23 23 23 / 0);
}
.border-t-neutral-900\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
}
.border-t-neutral-900\/100 {
  border-top-color: rgb(23 23 23 / 1);
}
.border-t-neutral-900\/15 {
  border-top-color: rgb(23 23 23 / 0.15);
}
.border-t-neutral-900\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
}
.border-t-neutral-900\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
}
.border-t-neutral-900\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
}
.border-t-neutral-900\/35 {
  border-top-color: rgb(23 23 23 / 0.35);
}
.border-t-neutral-900\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}
.border-t-neutral-900\/45 {
  border-top-color: rgb(23 23 23 / 0.45);
}
.border-t-neutral-900\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
}
.border-t-neutral-900\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
}
.border-t-neutral-900\/55 {
  border-top-color: rgb(23 23 23 / 0.55);
}
.border-t-neutral-900\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}
.border-t-neutral-900\/65 {
  border-top-color: rgb(23 23 23 / 0.65);
}
.border-t-neutral-900\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
}
.border-t-neutral-900\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
}
.border-t-neutral-900\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
}
.border-t-neutral-900\/85 {
  border-top-color: rgb(23 23 23 / 0.85);
}
.border-t-neutral-900\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
}
.border-t-neutral-900\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
}
.border-t-neutral-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}
.border-t-neutral-950\/0 {
  border-top-color: rgb(10 10 10 / 0);
}
.border-t-neutral-950\/10 {
  border-top-color: rgb(10 10 10 / 0.1);
}
.border-t-neutral-950\/100 {
  border-top-color: rgb(10 10 10 / 1);
}
.border-t-neutral-950\/15 {
  border-top-color: rgb(10 10 10 / 0.15);
}
.border-t-neutral-950\/20 {
  border-top-color: rgb(10 10 10 / 0.2);
}
.border-t-neutral-950\/25 {
  border-top-color: rgb(10 10 10 / 0.25);
}
.border-t-neutral-950\/30 {
  border-top-color: rgb(10 10 10 / 0.3);
}
.border-t-neutral-950\/35 {
  border-top-color: rgb(10 10 10 / 0.35);
}
.border-t-neutral-950\/40 {
  border-top-color: rgb(10 10 10 / 0.4);
}
.border-t-neutral-950\/45 {
  border-top-color: rgb(10 10 10 / 0.45);
}
.border-t-neutral-950\/5 {
  border-top-color: rgb(10 10 10 / 0.05);
}
.border-t-neutral-950\/50 {
  border-top-color: rgb(10 10 10 / 0.5);
}
.border-t-neutral-950\/55 {
  border-top-color: rgb(10 10 10 / 0.55);
}
.border-t-neutral-950\/60 {
  border-top-color: rgb(10 10 10 / 0.6);
}
.border-t-neutral-950\/65 {
  border-top-color: rgb(10 10 10 / 0.65);
}
.border-t-neutral-950\/70 {
  border-top-color: rgb(10 10 10 / 0.7);
}
.border-t-neutral-950\/75 {
  border-top-color: rgb(10 10 10 / 0.75);
}
.border-t-neutral-950\/80 {
  border-top-color: rgb(10 10 10 / 0.8);
}
.border-t-neutral-950\/85 {
  border-top-color: rgb(10 10 10 / 0.85);
}
.border-t-neutral-950\/90 {
  border-top-color: rgb(10 10 10 / 0.9);
}
.border-t-neutral-950\/95 {
  border-top-color: rgb(10 10 10 / 0.95);
}
.border-t-orange-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-t-orange-100\/0 {
  border-top-color: rgb(255 237 213 / 0);
}
.border-t-orange-100\/10 {
  border-top-color: rgb(255 237 213 / 0.1);
}
.border-t-orange-100\/100 {
  border-top-color: rgb(255 237 213 / 1);
}
.border-t-orange-100\/15 {
  border-top-color: rgb(255 237 213 / 0.15);
}
.border-t-orange-100\/20 {
  border-top-color: rgb(255 237 213 / 0.2);
}
.border-t-orange-100\/25 {
  border-top-color: rgb(255 237 213 / 0.25);
}
.border-t-orange-100\/30 {
  border-top-color: rgb(255 237 213 / 0.3);
}
.border-t-orange-100\/35 {
  border-top-color: rgb(255 237 213 / 0.35);
}
.border-t-orange-100\/40 {
  border-top-color: rgb(255 237 213 / 0.4);
}
.border-t-orange-100\/45 {
  border-top-color: rgb(255 237 213 / 0.45);
}
.border-t-orange-100\/5 {
  border-top-color: rgb(255 237 213 / 0.05);
}
.border-t-orange-100\/50 {
  border-top-color: rgb(255 237 213 / 0.5);
}
.border-t-orange-100\/55 {
  border-top-color: rgb(255 237 213 / 0.55);
}
.border-t-orange-100\/60 {
  border-top-color: rgb(255 237 213 / 0.6);
}
.border-t-orange-100\/65 {
  border-top-color: rgb(255 237 213 / 0.65);
}
.border-t-orange-100\/70 {
  border-top-color: rgb(255 237 213 / 0.7);
}
.border-t-orange-100\/75 {
  border-top-color: rgb(255 237 213 / 0.75);
}
.border-t-orange-100\/80 {
  border-top-color: rgb(255 237 213 / 0.8);
}
.border-t-orange-100\/85 {
  border-top-color: rgb(255 237 213 / 0.85);
}
.border-t-orange-100\/90 {
  border-top-color: rgb(255 237 213 / 0.9);
}
.border-t-orange-100\/95 {
  border-top-color: rgb(255 237 213 / 0.95);
}
.border-t-orange-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-t-orange-200\/0 {
  border-top-color: rgb(254 215 170 / 0);
}
.border-t-orange-200\/10 {
  border-top-color: rgb(254 215 170 / 0.1);
}
.border-t-orange-200\/100 {
  border-top-color: rgb(254 215 170 / 1);
}
.border-t-orange-200\/15 {
  border-top-color: rgb(254 215 170 / 0.15);
}
.border-t-orange-200\/20 {
  border-top-color: rgb(254 215 170 / 0.2);
}
.border-t-orange-200\/25 {
  border-top-color: rgb(254 215 170 / 0.25);
}
.border-t-orange-200\/30 {
  border-top-color: rgb(254 215 170 / 0.3);
}
.border-t-orange-200\/35 {
  border-top-color: rgb(254 215 170 / 0.35);
}
.border-t-orange-200\/40 {
  border-top-color: rgb(254 215 170 / 0.4);
}
.border-t-orange-200\/45 {
  border-top-color: rgb(254 215 170 / 0.45);
}
.border-t-orange-200\/5 {
  border-top-color: rgb(254 215 170 / 0.05);
}
.border-t-orange-200\/50 {
  border-top-color: rgb(254 215 170 / 0.5);
}
.border-t-orange-200\/55 {
  border-top-color: rgb(254 215 170 / 0.55);
}
.border-t-orange-200\/60 {
  border-top-color: rgb(254 215 170 / 0.6);
}
.border-t-orange-200\/65 {
  border-top-color: rgb(254 215 170 / 0.65);
}
.border-t-orange-200\/70 {
  border-top-color: rgb(254 215 170 / 0.7);
}
.border-t-orange-200\/75 {
  border-top-color: rgb(254 215 170 / 0.75);
}
.border-t-orange-200\/80 {
  border-top-color: rgb(254 215 170 / 0.8);
}
.border-t-orange-200\/85 {
  border-top-color: rgb(254 215 170 / 0.85);
}
.border-t-orange-200\/90 {
  border-top-color: rgb(254 215 170 / 0.9);
}
.border-t-orange-200\/95 {
  border-top-color: rgb(254 215 170 / 0.95);
}
.border-t-orange-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-t-orange-300\/0 {
  border-top-color: rgb(253 186 116 / 0);
}
.border-t-orange-300\/10 {
  border-top-color: rgb(253 186 116 / 0.1);
}
.border-t-orange-300\/100 {
  border-top-color: rgb(253 186 116 / 1);
}
.border-t-orange-300\/15 {
  border-top-color: rgb(253 186 116 / 0.15);
}
.border-t-orange-300\/20 {
  border-top-color: rgb(253 186 116 / 0.2);
}
.border-t-orange-300\/25 {
  border-top-color: rgb(253 186 116 / 0.25);
}
.border-t-orange-300\/30 {
  border-top-color: rgb(253 186 116 / 0.3);
}
.border-t-orange-300\/35 {
  border-top-color: rgb(253 186 116 / 0.35);
}
.border-t-orange-300\/40 {
  border-top-color: rgb(253 186 116 / 0.4);
}
.border-t-orange-300\/45 {
  border-top-color: rgb(253 186 116 / 0.45);
}
.border-t-orange-300\/5 {
  border-top-color: rgb(253 186 116 / 0.05);
}
.border-t-orange-300\/50 {
  border-top-color: rgb(253 186 116 / 0.5);
}
.border-t-orange-300\/55 {
  border-top-color: rgb(253 186 116 / 0.55);
}
.border-t-orange-300\/60 {
  border-top-color: rgb(253 186 116 / 0.6);
}
.border-t-orange-300\/65 {
  border-top-color: rgb(253 186 116 / 0.65);
}
.border-t-orange-300\/70 {
  border-top-color: rgb(253 186 116 / 0.7);
}
.border-t-orange-300\/75 {
  border-top-color: rgb(253 186 116 / 0.75);
}
.border-t-orange-300\/80 {
  border-top-color: rgb(253 186 116 / 0.8);
}
.border-t-orange-300\/85 {
  border-top-color: rgb(253 186 116 / 0.85);
}
.border-t-orange-300\/90 {
  border-top-color: rgb(253 186 116 / 0.9);
}
.border-t-orange-300\/95 {
  border-top-color: rgb(253 186 116 / 0.95);
}
.border-t-orange-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-t-orange-400\/0 {
  border-top-color: rgb(251 146 60 / 0);
}
.border-t-orange-400\/10 {
  border-top-color: rgb(251 146 60 / 0.1);
}
.border-t-orange-400\/100 {
  border-top-color: rgb(251 146 60 / 1);
}
.border-t-orange-400\/15 {
  border-top-color: rgb(251 146 60 / 0.15);
}
.border-t-orange-400\/20 {
  border-top-color: rgb(251 146 60 / 0.2);
}
.border-t-orange-400\/25 {
  border-top-color: rgb(251 146 60 / 0.25);
}
.border-t-orange-400\/30 {
  border-top-color: rgb(251 146 60 / 0.3);
}
.border-t-orange-400\/35 {
  border-top-color: rgb(251 146 60 / 0.35);
}
.border-t-orange-400\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
}
.border-t-orange-400\/45 {
  border-top-color: rgb(251 146 60 / 0.45);
}
.border-t-orange-400\/5 {
  border-top-color: rgb(251 146 60 / 0.05);
}
.border-t-orange-400\/50 {
  border-top-color: rgb(251 146 60 / 0.5);
}
.border-t-orange-400\/55 {
  border-top-color: rgb(251 146 60 / 0.55);
}
.border-t-orange-400\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
}
.border-t-orange-400\/65 {
  border-top-color: rgb(251 146 60 / 0.65);
}
.border-t-orange-400\/70 {
  border-top-color: rgb(251 146 60 / 0.7);
}
.border-t-orange-400\/75 {
  border-top-color: rgb(251 146 60 / 0.75);
}
.border-t-orange-400\/80 {
  border-top-color: rgb(251 146 60 / 0.8);
}
.border-t-orange-400\/85 {
  border-top-color: rgb(251 146 60 / 0.85);
}
.border-t-orange-400\/90 {
  border-top-color: rgb(251 146 60 / 0.9);
}
.border-t-orange-400\/95 {
  border-top-color: rgb(251 146 60 / 0.95);
}
.border-t-orange-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}
.border-t-orange-50\/0 {
  border-top-color: rgb(255 247 237 / 0);
}
.border-t-orange-50\/10 {
  border-top-color: rgb(255 247 237 / 0.1);
}
.border-t-orange-50\/100 {
  border-top-color: rgb(255 247 237 / 1);
}
.border-t-orange-50\/15 {
  border-top-color: rgb(255 247 237 / 0.15);
}
.border-t-orange-50\/20 {
  border-top-color: rgb(255 247 237 / 0.2);
}
.border-t-orange-50\/25 {
  border-top-color: rgb(255 247 237 / 0.25);
}
.border-t-orange-50\/30 {
  border-top-color: rgb(255 247 237 / 0.3);
}
.border-t-orange-50\/35 {
  border-top-color: rgb(255 247 237 / 0.35);
}
.border-t-orange-50\/40 {
  border-top-color: rgb(255 247 237 / 0.4);
}
.border-t-orange-50\/45 {
  border-top-color: rgb(255 247 237 / 0.45);
}
.border-t-orange-50\/5 {
  border-top-color: rgb(255 247 237 / 0.05);
}
.border-t-orange-50\/50 {
  border-top-color: rgb(255 247 237 / 0.5);
}
.border-t-orange-50\/55 {
  border-top-color: rgb(255 247 237 / 0.55);
}
.border-t-orange-50\/60 {
  border-top-color: rgb(255 247 237 / 0.6);
}
.border-t-orange-50\/65 {
  border-top-color: rgb(255 247 237 / 0.65);
}
.border-t-orange-50\/70 {
  border-top-color: rgb(255 247 237 / 0.7);
}
.border-t-orange-50\/75 {
  border-top-color: rgb(255 247 237 / 0.75);
}
.border-t-orange-50\/80 {
  border-top-color: rgb(255 247 237 / 0.8);
}
.border-t-orange-50\/85 {
  border-top-color: rgb(255 247 237 / 0.85);
}
.border-t-orange-50\/90 {
  border-top-color: rgb(255 247 237 / 0.9);
}
.border-t-orange-50\/95 {
  border-top-color: rgb(255 247 237 / 0.95);
}
.border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-t-orange-500\/0 {
  border-top-color: rgb(249 115 22 / 0);
}
.border-t-orange-500\/10 {
  border-top-color: rgb(249 115 22 / 0.1);
}
.border-t-orange-500\/100 {
  border-top-color: rgb(249 115 22 / 1);
}
.border-t-orange-500\/15 {
  border-top-color: rgb(249 115 22 / 0.15);
}
.border-t-orange-500\/20 {
  border-top-color: rgb(249 115 22 / 0.2);
}
.border-t-orange-500\/25 {
  border-top-color: rgb(249 115 22 / 0.25);
}
.border-t-orange-500\/30 {
  border-top-color: rgb(249 115 22 / 0.3);
}
.border-t-orange-500\/35 {
  border-top-color: rgb(249 115 22 / 0.35);
}
.border-t-orange-500\/40 {
  border-top-color: rgb(249 115 22 / 0.4);
}
.border-t-orange-500\/45 {
  border-top-color: rgb(249 115 22 / 0.45);
}
.border-t-orange-500\/5 {
  border-top-color: rgb(249 115 22 / 0.05);
}
.border-t-orange-500\/50 {
  border-top-color: rgb(249 115 22 / 0.5);
}
.border-t-orange-500\/55 {
  border-top-color: rgb(249 115 22 / 0.55);
}
.border-t-orange-500\/60 {
  border-top-color: rgb(249 115 22 / 0.6);
}
.border-t-orange-500\/65 {
  border-top-color: rgb(249 115 22 / 0.65);
}
.border-t-orange-500\/70 {
  border-top-color: rgb(249 115 22 / 0.7);
}
.border-t-orange-500\/75 {
  border-top-color: rgb(249 115 22 / 0.75);
}
.border-t-orange-500\/80 {
  border-top-color: rgb(249 115 22 / 0.8);
}
.border-t-orange-500\/85 {
  border-top-color: rgb(249 115 22 / 0.85);
}
.border-t-orange-500\/90 {
  border-top-color: rgb(249 115 22 / 0.9);
}
.border-t-orange-500\/95 {
  border-top-color: rgb(249 115 22 / 0.95);
}
.border-t-orange-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-t-orange-600\/0 {
  border-top-color: rgb(234 88 12 / 0);
}
.border-t-orange-600\/10 {
  border-top-color: rgb(234 88 12 / 0.1);
}
.border-t-orange-600\/100 {
  border-top-color: rgb(234 88 12 / 1);
}
.border-t-orange-600\/15 {
  border-top-color: rgb(234 88 12 / 0.15);
}
.border-t-orange-600\/20 {
  border-top-color: rgb(234 88 12 / 0.2);
}
.border-t-orange-600\/25 {
  border-top-color: rgb(234 88 12 / 0.25);
}
.border-t-orange-600\/30 {
  border-top-color: rgb(234 88 12 / 0.3);
}
.border-t-orange-600\/35 {
  border-top-color: rgb(234 88 12 / 0.35);
}
.border-t-orange-600\/40 {
  border-top-color: rgb(234 88 12 / 0.4);
}
.border-t-orange-600\/45 {
  border-top-color: rgb(234 88 12 / 0.45);
}
.border-t-orange-600\/5 {
  border-top-color: rgb(234 88 12 / 0.05);
}
.border-t-orange-600\/50 {
  border-top-color: rgb(234 88 12 / 0.5);
}
.border-t-orange-600\/55 {
  border-top-color: rgb(234 88 12 / 0.55);
}
.border-t-orange-600\/60 {
  border-top-color: rgb(234 88 12 / 0.6);
}
.border-t-orange-600\/65 {
  border-top-color: rgb(234 88 12 / 0.65);
}
.border-t-orange-600\/70 {
  border-top-color: rgb(234 88 12 / 0.7);
}
.border-t-orange-600\/75 {
  border-top-color: rgb(234 88 12 / 0.75);
}
.border-t-orange-600\/80 {
  border-top-color: rgb(234 88 12 / 0.8);
}
.border-t-orange-600\/85 {
  border-top-color: rgb(234 88 12 / 0.85);
}
.border-t-orange-600\/90 {
  border-top-color: rgb(234 88 12 / 0.9);
}
.border-t-orange-600\/95 {
  border-top-color: rgb(234 88 12 / 0.95);
}
.border-t-orange-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}
.border-t-orange-700\/0 {
  border-top-color: rgb(194 65 12 / 0);
}
.border-t-orange-700\/10 {
  border-top-color: rgb(194 65 12 / 0.1);
}
.border-t-orange-700\/100 {
  border-top-color: rgb(194 65 12 / 1);
}
.border-t-orange-700\/15 {
  border-top-color: rgb(194 65 12 / 0.15);
}
.border-t-orange-700\/20 {
  border-top-color: rgb(194 65 12 / 0.2);
}
.border-t-orange-700\/25 {
  border-top-color: rgb(194 65 12 / 0.25);
}
.border-t-orange-700\/30 {
  border-top-color: rgb(194 65 12 / 0.3);
}
.border-t-orange-700\/35 {
  border-top-color: rgb(194 65 12 / 0.35);
}
.border-t-orange-700\/40 {
  border-top-color: rgb(194 65 12 / 0.4);
}
.border-t-orange-700\/45 {
  border-top-color: rgb(194 65 12 / 0.45);
}
.border-t-orange-700\/5 {
  border-top-color: rgb(194 65 12 / 0.05);
}
.border-t-orange-700\/50 {
  border-top-color: rgb(194 65 12 / 0.5);
}
.border-t-orange-700\/55 {
  border-top-color: rgb(194 65 12 / 0.55);
}
.border-t-orange-700\/60 {
  border-top-color: rgb(194 65 12 / 0.6);
}
.border-t-orange-700\/65 {
  border-top-color: rgb(194 65 12 / 0.65);
}
.border-t-orange-700\/70 {
  border-top-color: rgb(194 65 12 / 0.7);
}
.border-t-orange-700\/75 {
  border-top-color: rgb(194 65 12 / 0.75);
}
.border-t-orange-700\/80 {
  border-top-color: rgb(194 65 12 / 0.8);
}
.border-t-orange-700\/85 {
  border-top-color: rgb(194 65 12 / 0.85);
}
.border-t-orange-700\/90 {
  border-top-color: rgb(194 65 12 / 0.9);
}
.border-t-orange-700\/95 {
  border-top-color: rgb(194 65 12 / 0.95);
}
.border-t-orange-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}
.border-t-orange-800\/0 {
  border-top-color: rgb(154 52 18 / 0);
}
.border-t-orange-800\/10 {
  border-top-color: rgb(154 52 18 / 0.1);
}
.border-t-orange-800\/100 {
  border-top-color: rgb(154 52 18 / 1);
}
.border-t-orange-800\/15 {
  border-top-color: rgb(154 52 18 / 0.15);
}
.border-t-orange-800\/20 {
  border-top-color: rgb(154 52 18 / 0.2);
}
.border-t-orange-800\/25 {
  border-top-color: rgb(154 52 18 / 0.25);
}
.border-t-orange-800\/30 {
  border-top-color: rgb(154 52 18 / 0.3);
}
.border-t-orange-800\/35 {
  border-top-color: rgb(154 52 18 / 0.35);
}
.border-t-orange-800\/40 {
  border-top-color: rgb(154 52 18 / 0.4);
}
.border-t-orange-800\/45 {
  border-top-color: rgb(154 52 18 / 0.45);
}
.border-t-orange-800\/5 {
  border-top-color: rgb(154 52 18 / 0.05);
}
.border-t-orange-800\/50 {
  border-top-color: rgb(154 52 18 / 0.5);
}
.border-t-orange-800\/55 {
  border-top-color: rgb(154 52 18 / 0.55);
}
.border-t-orange-800\/60 {
  border-top-color: rgb(154 52 18 / 0.6);
}
.border-t-orange-800\/65 {
  border-top-color: rgb(154 52 18 / 0.65);
}
.border-t-orange-800\/70 {
  border-top-color: rgb(154 52 18 / 0.7);
}
.border-t-orange-800\/75 {
  border-top-color: rgb(154 52 18 / 0.75);
}
.border-t-orange-800\/80 {
  border-top-color: rgb(154 52 18 / 0.8);
}
.border-t-orange-800\/85 {
  border-top-color: rgb(154 52 18 / 0.85);
}
.border-t-orange-800\/90 {
  border-top-color: rgb(154 52 18 / 0.9);
}
.border-t-orange-800\/95 {
  border-top-color: rgb(154 52 18 / 0.95);
}
.border-t-orange-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}
.border-t-orange-900\/0 {
  border-top-color: rgb(124 45 18 / 0);
}
.border-t-orange-900\/10 {
  border-top-color: rgb(124 45 18 / 0.1);
}
.border-t-orange-900\/100 {
  border-top-color: rgb(124 45 18 / 1);
}
.border-t-orange-900\/15 {
  border-top-color: rgb(124 45 18 / 0.15);
}
.border-t-orange-900\/20 {
  border-top-color: rgb(124 45 18 / 0.2);
}
.border-t-orange-900\/25 {
  border-top-color: rgb(124 45 18 / 0.25);
}
.border-t-orange-900\/30 {
  border-top-color: rgb(124 45 18 / 0.3);
}
.border-t-orange-900\/35 {
  border-top-color: rgb(124 45 18 / 0.35);
}
.border-t-orange-900\/40 {
  border-top-color: rgb(124 45 18 / 0.4);
}
.border-t-orange-900\/45 {
  border-top-color: rgb(124 45 18 / 0.45);
}
.border-t-orange-900\/5 {
  border-top-color: rgb(124 45 18 / 0.05);
}
.border-t-orange-900\/50 {
  border-top-color: rgb(124 45 18 / 0.5);
}
.border-t-orange-900\/55 {
  border-top-color: rgb(124 45 18 / 0.55);
}
.border-t-orange-900\/60 {
  border-top-color: rgb(124 45 18 / 0.6);
}
.border-t-orange-900\/65 {
  border-top-color: rgb(124 45 18 / 0.65);
}
.border-t-orange-900\/70 {
  border-top-color: rgb(124 45 18 / 0.7);
}
.border-t-orange-900\/75 {
  border-top-color: rgb(124 45 18 / 0.75);
}
.border-t-orange-900\/80 {
  border-top-color: rgb(124 45 18 / 0.8);
}
.border-t-orange-900\/85 {
  border-top-color: rgb(124 45 18 / 0.85);
}
.border-t-orange-900\/90 {
  border-top-color: rgb(124 45 18 / 0.9);
}
.border-t-orange-900\/95 {
  border-top-color: rgb(124 45 18 / 0.95);
}
.border-t-orange-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}
.border-t-orange-950\/0 {
  border-top-color: rgb(67 20 7 / 0);
}
.border-t-orange-950\/10 {
  border-top-color: rgb(67 20 7 / 0.1);
}
.border-t-orange-950\/100 {
  border-top-color: rgb(67 20 7 / 1);
}
.border-t-orange-950\/15 {
  border-top-color: rgb(67 20 7 / 0.15);
}
.border-t-orange-950\/20 {
  border-top-color: rgb(67 20 7 / 0.2);
}
.border-t-orange-950\/25 {
  border-top-color: rgb(67 20 7 / 0.25);
}
.border-t-orange-950\/30 {
  border-top-color: rgb(67 20 7 / 0.3);
}
.border-t-orange-950\/35 {
  border-top-color: rgb(67 20 7 / 0.35);
}
.border-t-orange-950\/40 {
  border-top-color: rgb(67 20 7 / 0.4);
}
.border-t-orange-950\/45 {
  border-top-color: rgb(67 20 7 / 0.45);
}
.border-t-orange-950\/5 {
  border-top-color: rgb(67 20 7 / 0.05);
}
.border-t-orange-950\/50 {
  border-top-color: rgb(67 20 7 / 0.5);
}
.border-t-orange-950\/55 {
  border-top-color: rgb(67 20 7 / 0.55);
}
.border-t-orange-950\/60 {
  border-top-color: rgb(67 20 7 / 0.6);
}
.border-t-orange-950\/65 {
  border-top-color: rgb(67 20 7 / 0.65);
}
.border-t-orange-950\/70 {
  border-top-color: rgb(67 20 7 / 0.7);
}
.border-t-orange-950\/75 {
  border-top-color: rgb(67 20 7 / 0.75);
}
.border-t-orange-950\/80 {
  border-top-color: rgb(67 20 7 / 0.8);
}
.border-t-orange-950\/85 {
  border-top-color: rgb(67 20 7 / 0.85);
}
.border-t-orange-950\/90 {
  border-top-color: rgb(67 20 7 / 0.9);
}
.border-t-orange-950\/95 {
  border-top-color: rgb(67 20 7 / 0.95);
}
.border-t-pink-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-t-pink-100\/0 {
  border-top-color: rgb(252 231 243 / 0);
}
.border-t-pink-100\/10 {
  border-top-color: rgb(252 231 243 / 0.1);
}
.border-t-pink-100\/100 {
  border-top-color: rgb(252 231 243 / 1);
}
.border-t-pink-100\/15 {
  border-top-color: rgb(252 231 243 / 0.15);
}
.border-t-pink-100\/20 {
  border-top-color: rgb(252 231 243 / 0.2);
}
.border-t-pink-100\/25 {
  border-top-color: rgb(252 231 243 / 0.25);
}
.border-t-pink-100\/30 {
  border-top-color: rgb(252 231 243 / 0.3);
}
.border-t-pink-100\/35 {
  border-top-color: rgb(252 231 243 / 0.35);
}
.border-t-pink-100\/40 {
  border-top-color: rgb(252 231 243 / 0.4);
}
.border-t-pink-100\/45 {
  border-top-color: rgb(252 231 243 / 0.45);
}
.border-t-pink-100\/5 {
  border-top-color: rgb(252 231 243 / 0.05);
}
.border-t-pink-100\/50 {
  border-top-color: rgb(252 231 243 / 0.5);
}
.border-t-pink-100\/55 {
  border-top-color: rgb(252 231 243 / 0.55);
}
.border-t-pink-100\/60 {
  border-top-color: rgb(252 231 243 / 0.6);
}
.border-t-pink-100\/65 {
  border-top-color: rgb(252 231 243 / 0.65);
}
.border-t-pink-100\/70 {
  border-top-color: rgb(252 231 243 / 0.7);
}
.border-t-pink-100\/75 {
  border-top-color: rgb(252 231 243 / 0.75);
}
.border-t-pink-100\/80 {
  border-top-color: rgb(252 231 243 / 0.8);
}
.border-t-pink-100\/85 {
  border-top-color: rgb(252 231 243 / 0.85);
}
.border-t-pink-100\/90 {
  border-top-color: rgb(252 231 243 / 0.9);
}
.border-t-pink-100\/95 {
  border-top-color: rgb(252 231 243 / 0.95);
}
.border-t-pink-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-t-pink-200\/0 {
  border-top-color: rgb(251 207 232 / 0);
}
.border-t-pink-200\/10 {
  border-top-color: rgb(251 207 232 / 0.1);
}
.border-t-pink-200\/100 {
  border-top-color: rgb(251 207 232 / 1);
}
.border-t-pink-200\/15 {
  border-top-color: rgb(251 207 232 / 0.15);
}
.border-t-pink-200\/20 {
  border-top-color: rgb(251 207 232 / 0.2);
}
.border-t-pink-200\/25 {
  border-top-color: rgb(251 207 232 / 0.25);
}
.border-t-pink-200\/30 {
  border-top-color: rgb(251 207 232 / 0.3);
}
.border-t-pink-200\/35 {
  border-top-color: rgb(251 207 232 / 0.35);
}
.border-t-pink-200\/40 {
  border-top-color: rgb(251 207 232 / 0.4);
}
.border-t-pink-200\/45 {
  border-top-color: rgb(251 207 232 / 0.45);
}
.border-t-pink-200\/5 {
  border-top-color: rgb(251 207 232 / 0.05);
}
.border-t-pink-200\/50 {
  border-top-color: rgb(251 207 232 / 0.5);
}
.border-t-pink-200\/55 {
  border-top-color: rgb(251 207 232 / 0.55);
}
.border-t-pink-200\/60 {
  border-top-color: rgb(251 207 232 / 0.6);
}
.border-t-pink-200\/65 {
  border-top-color: rgb(251 207 232 / 0.65);
}
.border-t-pink-200\/70 {
  border-top-color: rgb(251 207 232 / 0.7);
}
.border-t-pink-200\/75 {
  border-top-color: rgb(251 207 232 / 0.75);
}
.border-t-pink-200\/80 {
  border-top-color: rgb(251 207 232 / 0.8);
}
.border-t-pink-200\/85 {
  border-top-color: rgb(251 207 232 / 0.85);
}
.border-t-pink-200\/90 {
  border-top-color: rgb(251 207 232 / 0.9);
}
.border-t-pink-200\/95 {
  border-top-color: rgb(251 207 232 / 0.95);
}
.border-t-pink-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-t-pink-300\/0 {
  border-top-color: rgb(249 168 212 / 0);
}
.border-t-pink-300\/10 {
  border-top-color: rgb(249 168 212 / 0.1);
}
.border-t-pink-300\/100 {
  border-top-color: rgb(249 168 212 / 1);
}
.border-t-pink-300\/15 {
  border-top-color: rgb(249 168 212 / 0.15);
}
.border-t-pink-300\/20 {
  border-top-color: rgb(249 168 212 / 0.2);
}
.border-t-pink-300\/25 {
  border-top-color: rgb(249 168 212 / 0.25);
}
.border-t-pink-300\/30 {
  border-top-color: rgb(249 168 212 / 0.3);
}
.border-t-pink-300\/35 {
  border-top-color: rgb(249 168 212 / 0.35);
}
.border-t-pink-300\/40 {
  border-top-color: rgb(249 168 212 / 0.4);
}
.border-t-pink-300\/45 {
  border-top-color: rgb(249 168 212 / 0.45);
}
.border-t-pink-300\/5 {
  border-top-color: rgb(249 168 212 / 0.05);
}
.border-t-pink-300\/50 {
  border-top-color: rgb(249 168 212 / 0.5);
}
.border-t-pink-300\/55 {
  border-top-color: rgb(249 168 212 / 0.55);
}
.border-t-pink-300\/60 {
  border-top-color: rgb(249 168 212 / 0.6);
}
.border-t-pink-300\/65 {
  border-top-color: rgb(249 168 212 / 0.65);
}
.border-t-pink-300\/70 {
  border-top-color: rgb(249 168 212 / 0.7);
}
.border-t-pink-300\/75 {
  border-top-color: rgb(249 168 212 / 0.75);
}
.border-t-pink-300\/80 {
  border-top-color: rgb(249 168 212 / 0.8);
}
.border-t-pink-300\/85 {
  border-top-color: rgb(249 168 212 / 0.85);
}
.border-t-pink-300\/90 {
  border-top-color: rgb(249 168 212 / 0.9);
}
.border-t-pink-300\/95 {
  border-top-color: rgb(249 168 212 / 0.95);
}
.border-t-pink-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-t-pink-400\/0 {
  border-top-color: rgb(244 114 182 / 0);
}
.border-t-pink-400\/10 {
  border-top-color: rgb(244 114 182 / 0.1);
}
.border-t-pink-400\/100 {
  border-top-color: rgb(244 114 182 / 1);
}
.border-t-pink-400\/15 {
  border-top-color: rgb(244 114 182 / 0.15);
}
.border-t-pink-400\/20 {
  border-top-color: rgb(244 114 182 / 0.2);
}
.border-t-pink-400\/25 {
  border-top-color: rgb(244 114 182 / 0.25);
}
.border-t-pink-400\/30 {
  border-top-color: rgb(244 114 182 / 0.3);
}
.border-t-pink-400\/35 {
  border-top-color: rgb(244 114 182 / 0.35);
}
.border-t-pink-400\/40 {
  border-top-color: rgb(244 114 182 / 0.4);
}
.border-t-pink-400\/45 {
  border-top-color: rgb(244 114 182 / 0.45);
}
.border-t-pink-400\/5 {
  border-top-color: rgb(244 114 182 / 0.05);
}
.border-t-pink-400\/50 {
  border-top-color: rgb(244 114 182 / 0.5);
}
.border-t-pink-400\/55 {
  border-top-color: rgb(244 114 182 / 0.55);
}
.border-t-pink-400\/60 {
  border-top-color: rgb(244 114 182 / 0.6);
}
.border-t-pink-400\/65 {
  border-top-color: rgb(244 114 182 / 0.65);
}
.border-t-pink-400\/70 {
  border-top-color: rgb(244 114 182 / 0.7);
}
.border-t-pink-400\/75 {
  border-top-color: rgb(244 114 182 / 0.75);
}
.border-t-pink-400\/80 {
  border-top-color: rgb(244 114 182 / 0.8);
}
.border-t-pink-400\/85 {
  border-top-color: rgb(244 114 182 / 0.85);
}
.border-t-pink-400\/90 {
  border-top-color: rgb(244 114 182 / 0.9);
}
.border-t-pink-400\/95 {
  border-top-color: rgb(244 114 182 / 0.95);
}
.border-t-pink-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}
.border-t-pink-50\/0 {
  border-top-color: rgb(253 242 248 / 0);
}
.border-t-pink-50\/10 {
  border-top-color: rgb(253 242 248 / 0.1);
}
.border-t-pink-50\/100 {
  border-top-color: rgb(253 242 248 / 1);
}
.border-t-pink-50\/15 {
  border-top-color: rgb(253 242 248 / 0.15);
}
.border-t-pink-50\/20 {
  border-top-color: rgb(253 242 248 / 0.2);
}
.border-t-pink-50\/25 {
  border-top-color: rgb(253 242 248 / 0.25);
}
.border-t-pink-50\/30 {
  border-top-color: rgb(253 242 248 / 0.3);
}
.border-t-pink-50\/35 {
  border-top-color: rgb(253 242 248 / 0.35);
}
.border-t-pink-50\/40 {
  border-top-color: rgb(253 242 248 / 0.4);
}
.border-t-pink-50\/45 {
  border-top-color: rgb(253 242 248 / 0.45);
}
.border-t-pink-50\/5 {
  border-top-color: rgb(253 242 248 / 0.05);
}
.border-t-pink-50\/50 {
  border-top-color: rgb(253 242 248 / 0.5);
}
.border-t-pink-50\/55 {
  border-top-color: rgb(253 242 248 / 0.55);
}
.border-t-pink-50\/60 {
  border-top-color: rgb(253 242 248 / 0.6);
}
.border-t-pink-50\/65 {
  border-top-color: rgb(253 242 248 / 0.65);
}
.border-t-pink-50\/70 {
  border-top-color: rgb(253 242 248 / 0.7);
}
.border-t-pink-50\/75 {
  border-top-color: rgb(253 242 248 / 0.75);
}
.border-t-pink-50\/80 {
  border-top-color: rgb(253 242 248 / 0.8);
}
.border-t-pink-50\/85 {
  border-top-color: rgb(253 242 248 / 0.85);
}
.border-t-pink-50\/90 {
  border-top-color: rgb(253 242 248 / 0.9);
}
.border-t-pink-50\/95 {
  border-top-color: rgb(253 242 248 / 0.95);
}
.border-t-pink-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-t-pink-500\/0 {
  border-top-color: rgb(236 72 153 / 0);
}
.border-t-pink-500\/10 {
  border-top-color: rgb(236 72 153 / 0.1);
}
.border-t-pink-500\/100 {
  border-top-color: rgb(236 72 153 / 1);
}
.border-t-pink-500\/15 {
  border-top-color: rgb(236 72 153 / 0.15);
}
.border-t-pink-500\/20 {
  border-top-color: rgb(236 72 153 / 0.2);
}
.border-t-pink-500\/25 {
  border-top-color: rgb(236 72 153 / 0.25);
}
.border-t-pink-500\/30 {
  border-top-color: rgb(236 72 153 / 0.3);
}
.border-t-pink-500\/35 {
  border-top-color: rgb(236 72 153 / 0.35);
}
.border-t-pink-500\/40 {
  border-top-color: rgb(236 72 153 / 0.4);
}
.border-t-pink-500\/45 {
  border-top-color: rgb(236 72 153 / 0.45);
}
.border-t-pink-500\/5 {
  border-top-color: rgb(236 72 153 / 0.05);
}
.border-t-pink-500\/50 {
  border-top-color: rgb(236 72 153 / 0.5);
}
.border-t-pink-500\/55 {
  border-top-color: rgb(236 72 153 / 0.55);
}
.border-t-pink-500\/60 {
  border-top-color: rgb(236 72 153 / 0.6);
}
.border-t-pink-500\/65 {
  border-top-color: rgb(236 72 153 / 0.65);
}
.border-t-pink-500\/70 {
  border-top-color: rgb(236 72 153 / 0.7);
}
.border-t-pink-500\/75 {
  border-top-color: rgb(236 72 153 / 0.75);
}
.border-t-pink-500\/80 {
  border-top-color: rgb(236 72 153 / 0.8);
}
.border-t-pink-500\/85 {
  border-top-color: rgb(236 72 153 / 0.85);
}
.border-t-pink-500\/90 {
  border-top-color: rgb(236 72 153 / 0.9);
}
.border-t-pink-500\/95 {
  border-top-color: rgb(236 72 153 / 0.95);
}
.border-t-pink-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-t-pink-600\/0 {
  border-top-color: rgb(219 39 119 / 0);
}
.border-t-pink-600\/10 {
  border-top-color: rgb(219 39 119 / 0.1);
}
.border-t-pink-600\/100 {
  border-top-color: rgb(219 39 119 / 1);
}
.border-t-pink-600\/15 {
  border-top-color: rgb(219 39 119 / 0.15);
}
.border-t-pink-600\/20 {
  border-top-color: rgb(219 39 119 / 0.2);
}
.border-t-pink-600\/25 {
  border-top-color: rgb(219 39 119 / 0.25);
}
.border-t-pink-600\/30 {
  border-top-color: rgb(219 39 119 / 0.3);
}
.border-t-pink-600\/35 {
  border-top-color: rgb(219 39 119 / 0.35);
}
.border-t-pink-600\/40 {
  border-top-color: rgb(219 39 119 / 0.4);
}
.border-t-pink-600\/45 {
  border-top-color: rgb(219 39 119 / 0.45);
}
.border-t-pink-600\/5 {
  border-top-color: rgb(219 39 119 / 0.05);
}
.border-t-pink-600\/50 {
  border-top-color: rgb(219 39 119 / 0.5);
}
.border-t-pink-600\/55 {
  border-top-color: rgb(219 39 119 / 0.55);
}
.border-t-pink-600\/60 {
  border-top-color: rgb(219 39 119 / 0.6);
}
.border-t-pink-600\/65 {
  border-top-color: rgb(219 39 119 / 0.65);
}
.border-t-pink-600\/70 {
  border-top-color: rgb(219 39 119 / 0.7);
}
.border-t-pink-600\/75 {
  border-top-color: rgb(219 39 119 / 0.75);
}
.border-t-pink-600\/80 {
  border-top-color: rgb(219 39 119 / 0.8);
}
.border-t-pink-600\/85 {
  border-top-color: rgb(219 39 119 / 0.85);
}
.border-t-pink-600\/90 {
  border-top-color: rgb(219 39 119 / 0.9);
}
.border-t-pink-600\/95 {
  border-top-color: rgb(219 39 119 / 0.95);
}
.border-t-pink-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}
.border-t-pink-700\/0 {
  border-top-color: rgb(190 24 93 / 0);
}
.border-t-pink-700\/10 {
  border-top-color: rgb(190 24 93 / 0.1);
}
.border-t-pink-700\/100 {
  border-top-color: rgb(190 24 93 / 1);
}
.border-t-pink-700\/15 {
  border-top-color: rgb(190 24 93 / 0.15);
}
.border-t-pink-700\/20 {
  border-top-color: rgb(190 24 93 / 0.2);
}
.border-t-pink-700\/25 {
  border-top-color: rgb(190 24 93 / 0.25);
}
.border-t-pink-700\/30 {
  border-top-color: rgb(190 24 93 / 0.3);
}
.border-t-pink-700\/35 {
  border-top-color: rgb(190 24 93 / 0.35);
}
.border-t-pink-700\/40 {
  border-top-color: rgb(190 24 93 / 0.4);
}
.border-t-pink-700\/45 {
  border-top-color: rgb(190 24 93 / 0.45);
}
.border-t-pink-700\/5 {
  border-top-color: rgb(190 24 93 / 0.05);
}
.border-t-pink-700\/50 {
  border-top-color: rgb(190 24 93 / 0.5);
}
.border-t-pink-700\/55 {
  border-top-color: rgb(190 24 93 / 0.55);
}
.border-t-pink-700\/60 {
  border-top-color: rgb(190 24 93 / 0.6);
}
.border-t-pink-700\/65 {
  border-top-color: rgb(190 24 93 / 0.65);
}
.border-t-pink-700\/70 {
  border-top-color: rgb(190 24 93 / 0.7);
}
.border-t-pink-700\/75 {
  border-top-color: rgb(190 24 93 / 0.75);
}
.border-t-pink-700\/80 {
  border-top-color: rgb(190 24 93 / 0.8);
}
.border-t-pink-700\/85 {
  border-top-color: rgb(190 24 93 / 0.85);
}
.border-t-pink-700\/90 {
  border-top-color: rgb(190 24 93 / 0.9);
}
.border-t-pink-700\/95 {
  border-top-color: rgb(190 24 93 / 0.95);
}
.border-t-pink-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}
.border-t-pink-800\/0 {
  border-top-color: rgb(157 23 77 / 0);
}
.border-t-pink-800\/10 {
  border-top-color: rgb(157 23 77 / 0.1);
}
.border-t-pink-800\/100 {
  border-top-color: rgb(157 23 77 / 1);
}
.border-t-pink-800\/15 {
  border-top-color: rgb(157 23 77 / 0.15);
}
.border-t-pink-800\/20 {
  border-top-color: rgb(157 23 77 / 0.2);
}
.border-t-pink-800\/25 {
  border-top-color: rgb(157 23 77 / 0.25);
}
.border-t-pink-800\/30 {
  border-top-color: rgb(157 23 77 / 0.3);
}
.border-t-pink-800\/35 {
  border-top-color: rgb(157 23 77 / 0.35);
}
.border-t-pink-800\/40 {
  border-top-color: rgb(157 23 77 / 0.4);
}
.border-t-pink-800\/45 {
  border-top-color: rgb(157 23 77 / 0.45);
}
.border-t-pink-800\/5 {
  border-top-color: rgb(157 23 77 / 0.05);
}
.border-t-pink-800\/50 {
  border-top-color: rgb(157 23 77 / 0.5);
}
.border-t-pink-800\/55 {
  border-top-color: rgb(157 23 77 / 0.55);
}
.border-t-pink-800\/60 {
  border-top-color: rgb(157 23 77 / 0.6);
}
.border-t-pink-800\/65 {
  border-top-color: rgb(157 23 77 / 0.65);
}
.border-t-pink-800\/70 {
  border-top-color: rgb(157 23 77 / 0.7);
}
.border-t-pink-800\/75 {
  border-top-color: rgb(157 23 77 / 0.75);
}
.border-t-pink-800\/80 {
  border-top-color: rgb(157 23 77 / 0.8);
}
.border-t-pink-800\/85 {
  border-top-color: rgb(157 23 77 / 0.85);
}
.border-t-pink-800\/90 {
  border-top-color: rgb(157 23 77 / 0.9);
}
.border-t-pink-800\/95 {
  border-top-color: rgb(157 23 77 / 0.95);
}
.border-t-pink-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}
.border-t-pink-900\/0 {
  border-top-color: rgb(131 24 67 / 0);
}
.border-t-pink-900\/10 {
  border-top-color: rgb(131 24 67 / 0.1);
}
.border-t-pink-900\/100 {
  border-top-color: rgb(131 24 67 / 1);
}
.border-t-pink-900\/15 {
  border-top-color: rgb(131 24 67 / 0.15);
}
.border-t-pink-900\/20 {
  border-top-color: rgb(131 24 67 / 0.2);
}
.border-t-pink-900\/25 {
  border-top-color: rgb(131 24 67 / 0.25);
}
.border-t-pink-900\/30 {
  border-top-color: rgb(131 24 67 / 0.3);
}
.border-t-pink-900\/35 {
  border-top-color: rgb(131 24 67 / 0.35);
}
.border-t-pink-900\/40 {
  border-top-color: rgb(131 24 67 / 0.4);
}
.border-t-pink-900\/45 {
  border-top-color: rgb(131 24 67 / 0.45);
}
.border-t-pink-900\/5 {
  border-top-color: rgb(131 24 67 / 0.05);
}
.border-t-pink-900\/50 {
  border-top-color: rgb(131 24 67 / 0.5);
}
.border-t-pink-900\/55 {
  border-top-color: rgb(131 24 67 / 0.55);
}
.border-t-pink-900\/60 {
  border-top-color: rgb(131 24 67 / 0.6);
}
.border-t-pink-900\/65 {
  border-top-color: rgb(131 24 67 / 0.65);
}
.border-t-pink-900\/70 {
  border-top-color: rgb(131 24 67 / 0.7);
}
.border-t-pink-900\/75 {
  border-top-color: rgb(131 24 67 / 0.75);
}
.border-t-pink-900\/80 {
  border-top-color: rgb(131 24 67 / 0.8);
}
.border-t-pink-900\/85 {
  border-top-color: rgb(131 24 67 / 0.85);
}
.border-t-pink-900\/90 {
  border-top-color: rgb(131 24 67 / 0.9);
}
.border-t-pink-900\/95 {
  border-top-color: rgb(131 24 67 / 0.95);
}
.border-t-pink-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}
.border-t-pink-950\/0 {
  border-top-color: rgb(80 7 36 / 0);
}
.border-t-pink-950\/10 {
  border-top-color: rgb(80 7 36 / 0.1);
}
.border-t-pink-950\/100 {
  border-top-color: rgb(80 7 36 / 1);
}
.border-t-pink-950\/15 {
  border-top-color: rgb(80 7 36 / 0.15);
}
.border-t-pink-950\/20 {
  border-top-color: rgb(80 7 36 / 0.2);
}
.border-t-pink-950\/25 {
  border-top-color: rgb(80 7 36 / 0.25);
}
.border-t-pink-950\/30 {
  border-top-color: rgb(80 7 36 / 0.3);
}
.border-t-pink-950\/35 {
  border-top-color: rgb(80 7 36 / 0.35);
}
.border-t-pink-950\/40 {
  border-top-color: rgb(80 7 36 / 0.4);
}
.border-t-pink-950\/45 {
  border-top-color: rgb(80 7 36 / 0.45);
}
.border-t-pink-950\/5 {
  border-top-color: rgb(80 7 36 / 0.05);
}
.border-t-pink-950\/50 {
  border-top-color: rgb(80 7 36 / 0.5);
}
.border-t-pink-950\/55 {
  border-top-color: rgb(80 7 36 / 0.55);
}
.border-t-pink-950\/60 {
  border-top-color: rgb(80 7 36 / 0.6);
}
.border-t-pink-950\/65 {
  border-top-color: rgb(80 7 36 / 0.65);
}
.border-t-pink-950\/70 {
  border-top-color: rgb(80 7 36 / 0.7);
}
.border-t-pink-950\/75 {
  border-top-color: rgb(80 7 36 / 0.75);
}
.border-t-pink-950\/80 {
  border-top-color: rgb(80 7 36 / 0.8);
}
.border-t-pink-950\/85 {
  border-top-color: rgb(80 7 36 / 0.85);
}
.border-t-pink-950\/90 {
  border-top-color: rgb(80 7 36 / 0.9);
}
.border-t-pink-950\/95 {
  border-top-color: rgb(80 7 36 / 0.95);
}
.border-t-popover {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
}
.border-t-popover-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
}
.border-t-popover-foreground\/0 {
  border-top-color: hsl(var(--popover-foreground) / 0);
}
.border-t-popover-foreground\/10 {
  border-top-color: hsl(var(--popover-foreground) / 0.1);
}
.border-t-popover-foreground\/100 {
  border-top-color: hsl(var(--popover-foreground) / 1);
}
.border-t-popover-foreground\/15 {
  border-top-color: hsl(var(--popover-foreground) / 0.15);
}
.border-t-popover-foreground\/20 {
  border-top-color: hsl(var(--popover-foreground) / 0.2);
}
.border-t-popover-foreground\/25 {
  border-top-color: hsl(var(--popover-foreground) / 0.25);
}
.border-t-popover-foreground\/30 {
  border-top-color: hsl(var(--popover-foreground) / 0.3);
}
.border-t-popover-foreground\/35 {
  border-top-color: hsl(var(--popover-foreground) / 0.35);
}
.border-t-popover-foreground\/40 {
  border-top-color: hsl(var(--popover-foreground) / 0.4);
}
.border-t-popover-foreground\/45 {
  border-top-color: hsl(var(--popover-foreground) / 0.45);
}
.border-t-popover-foreground\/5 {
  border-top-color: hsl(var(--popover-foreground) / 0.05);
}
.border-t-popover-foreground\/50 {
  border-top-color: hsl(var(--popover-foreground) / 0.5);
}
.border-t-popover-foreground\/55 {
  border-top-color: hsl(var(--popover-foreground) / 0.55);
}
.border-t-popover-foreground\/60 {
  border-top-color: hsl(var(--popover-foreground) / 0.6);
}
.border-t-popover-foreground\/65 {
  border-top-color: hsl(var(--popover-foreground) / 0.65);
}
.border-t-popover-foreground\/70 {
  border-top-color: hsl(var(--popover-foreground) / 0.7);
}
.border-t-popover-foreground\/75 {
  border-top-color: hsl(var(--popover-foreground) / 0.75);
}
.border-t-popover-foreground\/80 {
  border-top-color: hsl(var(--popover-foreground) / 0.8);
}
.border-t-popover-foreground\/85 {
  border-top-color: hsl(var(--popover-foreground) / 0.85);
}
.border-t-popover-foreground\/90 {
  border-top-color: hsl(var(--popover-foreground) / 0.9);
}
.border-t-popover-foreground\/95 {
  border-top-color: hsl(var(--popover-foreground) / 0.95);
}
.border-t-popover\/0 {
  border-top-color: hsl(var(--popover) / 0);
}
.border-t-popover\/10 {
  border-top-color: hsl(var(--popover) / 0.1);
}
.border-t-popover\/100 {
  border-top-color: hsl(var(--popover) / 1);
}
.border-t-popover\/15 {
  border-top-color: hsl(var(--popover) / 0.15);
}
.border-t-popover\/20 {
  border-top-color: hsl(var(--popover) / 0.2);
}
.border-t-popover\/25 {
  border-top-color: hsl(var(--popover) / 0.25);
}
.border-t-popover\/30 {
  border-top-color: hsl(var(--popover) / 0.3);
}
.border-t-popover\/35 {
  border-top-color: hsl(var(--popover) / 0.35);
}
.border-t-popover\/40 {
  border-top-color: hsl(var(--popover) / 0.4);
}
.border-t-popover\/45 {
  border-top-color: hsl(var(--popover) / 0.45);
}
.border-t-popover\/5 {
  border-top-color: hsl(var(--popover) / 0.05);
}
.border-t-popover\/50 {
  border-top-color: hsl(var(--popover) / 0.5);
}
.border-t-popover\/55 {
  border-top-color: hsl(var(--popover) / 0.55);
}
.border-t-popover\/60 {
  border-top-color: hsl(var(--popover) / 0.6);
}
.border-t-popover\/65 {
  border-top-color: hsl(var(--popover) / 0.65);
}
.border-t-popover\/70 {
  border-top-color: hsl(var(--popover) / 0.7);
}
.border-t-popover\/75 {
  border-top-color: hsl(var(--popover) / 0.75);
}
.border-t-popover\/80 {
  border-top-color: hsl(var(--popover) / 0.8);
}
.border-t-popover\/85 {
  border-top-color: hsl(var(--popover) / 0.85);
}
.border-t-popover\/90 {
  border-top-color: hsl(var(--popover) / 0.9);
}
.border-t-popover\/95 {
  border-top-color: hsl(var(--popover) / 0.95);
}
.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
}
.border-t-primary-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
}
.border-t-primary-foreground\/0 {
  border-top-color: hsl(var(--primary-foreground) / 0);
}
.border-t-primary-foreground\/10 {
  border-top-color: hsl(var(--primary-foreground) / 0.1);
}
.border-t-primary-foreground\/100 {
  border-top-color: hsl(var(--primary-foreground) / 1);
}
.border-t-primary-foreground\/15 {
  border-top-color: hsl(var(--primary-foreground) / 0.15);
}
.border-t-primary-foreground\/20 {
  border-top-color: hsl(var(--primary-foreground) / 0.2);
}
.border-t-primary-foreground\/25 {
  border-top-color: hsl(var(--primary-foreground) / 0.25);
}
.border-t-primary-foreground\/30 {
  border-top-color: hsl(var(--primary-foreground) / 0.3);
}
.border-t-primary-foreground\/35 {
  border-top-color: hsl(var(--primary-foreground) / 0.35);
}
.border-t-primary-foreground\/40 {
  border-top-color: hsl(var(--primary-foreground) / 0.4);
}
.border-t-primary-foreground\/45 {
  border-top-color: hsl(var(--primary-foreground) / 0.45);
}
.border-t-primary-foreground\/5 {
  border-top-color: hsl(var(--primary-foreground) / 0.05);
}
.border-t-primary-foreground\/50 {
  border-top-color: hsl(var(--primary-foreground) / 0.5);
}
.border-t-primary-foreground\/55 {
  border-top-color: hsl(var(--primary-foreground) / 0.55);
}
.border-t-primary-foreground\/60 {
  border-top-color: hsl(var(--primary-foreground) / 0.6);
}
.border-t-primary-foreground\/65 {
  border-top-color: hsl(var(--primary-foreground) / 0.65);
}
.border-t-primary-foreground\/70 {
  border-top-color: hsl(var(--primary-foreground) / 0.7);
}
.border-t-primary-foreground\/75 {
  border-top-color: hsl(var(--primary-foreground) / 0.75);
}
.border-t-primary-foreground\/80 {
  border-top-color: hsl(var(--primary-foreground) / 0.8);
}
.border-t-primary-foreground\/85 {
  border-top-color: hsl(var(--primary-foreground) / 0.85);
}
.border-t-primary-foreground\/90 {
  border-top-color: hsl(var(--primary-foreground) / 0.9);
}
.border-t-primary-foreground\/95 {
  border-top-color: hsl(var(--primary-foreground) / 0.95);
}
.border-t-primary\/0 {
  border-top-color: hsl(var(--primary) / 0);
}
.border-t-primary\/10 {
  border-top-color: hsl(var(--primary) / 0.1);
}
.border-t-primary\/100 {
  border-top-color: hsl(var(--primary) / 1);
}
.border-t-primary\/15 {
  border-top-color: hsl(var(--primary) / 0.15);
}
.border-t-primary\/20 {
  border-top-color: hsl(var(--primary) / 0.2);
}
.border-t-primary\/25 {
  border-top-color: hsl(var(--primary) / 0.25);
}
.border-t-primary\/30 {
  border-top-color: hsl(var(--primary) / 0.3);
}
.border-t-primary\/35 {
  border-top-color: hsl(var(--primary) / 0.35);
}
.border-t-primary\/40 {
  border-top-color: hsl(var(--primary) / 0.4);
}
.border-t-primary\/45 {
  border-top-color: hsl(var(--primary) / 0.45);
}
.border-t-primary\/5 {
  border-top-color: hsl(var(--primary) / 0.05);
}
.border-t-primary\/50 {
  border-top-color: hsl(var(--primary) / 0.5);
}
.border-t-primary\/55 {
  border-top-color: hsl(var(--primary) / 0.55);
}
.border-t-primary\/60 {
  border-top-color: hsl(var(--primary) / 0.6);
}
.border-t-primary\/65 {
  border-top-color: hsl(var(--primary) / 0.65);
}
.border-t-primary\/70 {
  border-top-color: hsl(var(--primary) / 0.7);
}
.border-t-primary\/75 {
  border-top-color: hsl(var(--primary) / 0.75);
}
.border-t-primary\/80 {
  border-top-color: hsl(var(--primary) / 0.8);
}
.border-t-primary\/85 {
  border-top-color: hsl(var(--primary) / 0.85);
}
.border-t-primary\/90 {
  border-top-color: hsl(var(--primary) / 0.9);
}
.border-t-primary\/95 {
  border-top-color: hsl(var(--primary) / 0.95);
}
.border-t-purple-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-100\/0 {
  border-top-color: rgb(243 232 255 / 0);
}
.border-t-purple-100\/10 {
  border-top-color: rgb(243 232 255 / 0.1);
}
.border-t-purple-100\/100 {
  border-top-color: rgb(243 232 255 / 1);
}
.border-t-purple-100\/15 {
  border-top-color: rgb(243 232 255 / 0.15);
}
.border-t-purple-100\/20 {
  border-top-color: rgb(243 232 255 / 0.2);
}
.border-t-purple-100\/25 {
  border-top-color: rgb(243 232 255 / 0.25);
}
.border-t-purple-100\/30 {
  border-top-color: rgb(243 232 255 / 0.3);
}
.border-t-purple-100\/35 {
  border-top-color: rgb(243 232 255 / 0.35);
}
.border-t-purple-100\/40 {
  border-top-color: rgb(243 232 255 / 0.4);
}
.border-t-purple-100\/45 {
  border-top-color: rgb(243 232 255 / 0.45);
}
.border-t-purple-100\/5 {
  border-top-color: rgb(243 232 255 / 0.05);
}
.border-t-purple-100\/50 {
  border-top-color: rgb(243 232 255 / 0.5);
}
.border-t-purple-100\/55 {
  border-top-color: rgb(243 232 255 / 0.55);
}
.border-t-purple-100\/60 {
  border-top-color: rgb(243 232 255 / 0.6);
}
.border-t-purple-100\/65 {
  border-top-color: rgb(243 232 255 / 0.65);
}
.border-t-purple-100\/70 {
  border-top-color: rgb(243 232 255 / 0.7);
}
.border-t-purple-100\/75 {
  border-top-color: rgb(243 232 255 / 0.75);
}
.border-t-purple-100\/80 {
  border-top-color: rgb(243 232 255 / 0.8);
}
.border-t-purple-100\/85 {
  border-top-color: rgb(243 232 255 / 0.85);
}
.border-t-purple-100\/90 {
  border-top-color: rgb(243 232 255 / 0.9);
}
.border-t-purple-100\/95 {
  border-top-color: rgb(243 232 255 / 0.95);
}
.border-t-purple-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-200\/0 {
  border-top-color: rgb(233 213 255 / 0);
}
.border-t-purple-200\/10 {
  border-top-color: rgb(233 213 255 / 0.1);
}
.border-t-purple-200\/100 {
  border-top-color: rgb(233 213 255 / 1);
}
.border-t-purple-200\/15 {
  border-top-color: rgb(233 213 255 / 0.15);
}
.border-t-purple-200\/20 {
  border-top-color: rgb(233 213 255 / 0.2);
}
.border-t-purple-200\/25 {
  border-top-color: rgb(233 213 255 / 0.25);
}
.border-t-purple-200\/30 {
  border-top-color: rgb(233 213 255 / 0.3);
}
.border-t-purple-200\/35 {
  border-top-color: rgb(233 213 255 / 0.35);
}
.border-t-purple-200\/40 {
  border-top-color: rgb(233 213 255 / 0.4);
}
.border-t-purple-200\/45 {
  border-top-color: rgb(233 213 255 / 0.45);
}
.border-t-purple-200\/5 {
  border-top-color: rgb(233 213 255 / 0.05);
}
.border-t-purple-200\/50 {
  border-top-color: rgb(233 213 255 / 0.5);
}
.border-t-purple-200\/55 {
  border-top-color: rgb(233 213 255 / 0.55);
}
.border-t-purple-200\/60 {
  border-top-color: rgb(233 213 255 / 0.6);
}
.border-t-purple-200\/65 {
  border-top-color: rgb(233 213 255 / 0.65);
}
.border-t-purple-200\/70 {
  border-top-color: rgb(233 213 255 / 0.7);
}
.border-t-purple-200\/75 {
  border-top-color: rgb(233 213 255 / 0.75);
}
.border-t-purple-200\/80 {
  border-top-color: rgb(233 213 255 / 0.8);
}
.border-t-purple-200\/85 {
  border-top-color: rgb(233 213 255 / 0.85);
}
.border-t-purple-200\/90 {
  border-top-color: rgb(233 213 255 / 0.9);
}
.border-t-purple-200\/95 {
  border-top-color: rgb(233 213 255 / 0.95);
}
.border-t-purple-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-t-purple-300\/0 {
  border-top-color: rgb(216 180 254 / 0);
}
.border-t-purple-300\/10 {
  border-top-color: rgb(216 180 254 / 0.1);
}
.border-t-purple-300\/100 {
  border-top-color: rgb(216 180 254 / 1);
}
.border-t-purple-300\/15 {
  border-top-color: rgb(216 180 254 / 0.15);
}
.border-t-purple-300\/20 {
  border-top-color: rgb(216 180 254 / 0.2);
}
.border-t-purple-300\/25 {
  border-top-color: rgb(216 180 254 / 0.25);
}
.border-t-purple-300\/30 {
  border-top-color: rgb(216 180 254 / 0.3);
}
.border-t-purple-300\/35 {
  border-top-color: rgb(216 180 254 / 0.35);
}
.border-t-purple-300\/40 {
  border-top-color: rgb(216 180 254 / 0.4);
}
.border-t-purple-300\/45 {
  border-top-color: rgb(216 180 254 / 0.45);
}
.border-t-purple-300\/5 {
  border-top-color: rgb(216 180 254 / 0.05);
}
.border-t-purple-300\/50 {
  border-top-color: rgb(216 180 254 / 0.5);
}
.border-t-purple-300\/55 {
  border-top-color: rgb(216 180 254 / 0.55);
}
.border-t-purple-300\/60 {
  border-top-color: rgb(216 180 254 / 0.6);
}
.border-t-purple-300\/65 {
  border-top-color: rgb(216 180 254 / 0.65);
}
.border-t-purple-300\/70 {
  border-top-color: rgb(216 180 254 / 0.7);
}
.border-t-purple-300\/75 {
  border-top-color: rgb(216 180 254 / 0.75);
}
.border-t-purple-300\/80 {
  border-top-color: rgb(216 180 254 / 0.8);
}
.border-t-purple-300\/85 {
  border-top-color: rgb(216 180 254 / 0.85);
}
.border-t-purple-300\/90 {
  border-top-color: rgb(216 180 254 / 0.9);
}
.border-t-purple-300\/95 {
  border-top-color: rgb(216 180 254 / 0.95);
}
.border-t-purple-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-t-purple-400\/0 {
  border-top-color: rgb(192 132 252 / 0);
}
.border-t-purple-400\/10 {
  border-top-color: rgb(192 132 252 / 0.1);
}
.border-t-purple-400\/100 {
  border-top-color: rgb(192 132 252 / 1);
}
.border-t-purple-400\/15 {
  border-top-color: rgb(192 132 252 / 0.15);
}
.border-t-purple-400\/20 {
  border-top-color: rgb(192 132 252 / 0.2);
}
.border-t-purple-400\/25 {
  border-top-color: rgb(192 132 252 / 0.25);
}
.border-t-purple-400\/30 {
  border-top-color: rgb(192 132 252 / 0.3);
}
.border-t-purple-400\/35 {
  border-top-color: rgb(192 132 252 / 0.35);
}
.border-t-purple-400\/40 {
  border-top-color: rgb(192 132 252 / 0.4);
}
.border-t-purple-400\/45 {
  border-top-color: rgb(192 132 252 / 0.45);
}
.border-t-purple-400\/5 {
  border-top-color: rgb(192 132 252 / 0.05);
}
.border-t-purple-400\/50 {
  border-top-color: rgb(192 132 252 / 0.5);
}
.border-t-purple-400\/55 {
  border-top-color: rgb(192 132 252 / 0.55);
}
.border-t-purple-400\/60 {
  border-top-color: rgb(192 132 252 / 0.6);
}
.border-t-purple-400\/65 {
  border-top-color: rgb(192 132 252 / 0.65);
}
.border-t-purple-400\/70 {
  border-top-color: rgb(192 132 252 / 0.7);
}
.border-t-purple-400\/75 {
  border-top-color: rgb(192 132 252 / 0.75);
}
.border-t-purple-400\/80 {
  border-top-color: rgb(192 132 252 / 0.8);
}
.border-t-purple-400\/85 {
  border-top-color: rgb(192 132 252 / 0.85);
}
.border-t-purple-400\/90 {
  border-top-color: rgb(192 132 252 / 0.9);
}
.border-t-purple-400\/95 {
  border-top-color: rgb(192 132 252 / 0.95);
}
.border-t-purple-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}
.border-t-purple-50\/0 {
  border-top-color: rgb(250 245 255 / 0);
}
.border-t-purple-50\/10 {
  border-top-color: rgb(250 245 255 / 0.1);
}
.border-t-purple-50\/100 {
  border-top-color: rgb(250 245 255 / 1);
}
.border-t-purple-50\/15 {
  border-top-color: rgb(250 245 255 / 0.15);
}
.border-t-purple-50\/20 {
  border-top-color: rgb(250 245 255 / 0.2);
}
.border-t-purple-50\/25 {
  border-top-color: rgb(250 245 255 / 0.25);
}
.border-t-purple-50\/30 {
  border-top-color: rgb(250 245 255 / 0.3);
}
.border-t-purple-50\/35 {
  border-top-color: rgb(250 245 255 / 0.35);
}
.border-t-purple-50\/40 {
  border-top-color: rgb(250 245 255 / 0.4);
}
.border-t-purple-50\/45 {
  border-top-color: rgb(250 245 255 / 0.45);
}
.border-t-purple-50\/5 {
  border-top-color: rgb(250 245 255 / 0.05);
}
.border-t-purple-50\/50 {
  border-top-color: rgb(250 245 255 / 0.5);
}
.border-t-purple-50\/55 {
  border-top-color: rgb(250 245 255 / 0.55);
}
.border-t-purple-50\/60 {
  border-top-color: rgb(250 245 255 / 0.6);
}
.border-t-purple-50\/65 {
  border-top-color: rgb(250 245 255 / 0.65);
}
.border-t-purple-50\/70 {
  border-top-color: rgb(250 245 255 / 0.7);
}
.border-t-purple-50\/75 {
  border-top-color: rgb(250 245 255 / 0.75);
}
.border-t-purple-50\/80 {
  border-top-color: rgb(250 245 255 / 0.8);
}
.border-t-purple-50\/85 {
  border-top-color: rgb(250 245 255 / 0.85);
}
.border-t-purple-50\/90 {
  border-top-color: rgb(250 245 255 / 0.9);
}
.border-t-purple-50\/95 {
  border-top-color: rgb(250 245 255 / 0.95);
}
.border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-t-purple-500\/0 {
  border-top-color: rgb(168 85 247 / 0);
}
.border-t-purple-500\/10 {
  border-top-color: rgb(168 85 247 / 0.1);
}
.border-t-purple-500\/100 {
  border-top-color: rgb(168 85 247 / 1);
}
.border-t-purple-500\/15 {
  border-top-color: rgb(168 85 247 / 0.15);
}
.border-t-purple-500\/20 {
  border-top-color: rgb(168 85 247 / 0.2);
}
.border-t-purple-500\/25 {
  border-top-color: rgb(168 85 247 / 0.25);
}
.border-t-purple-500\/30 {
  border-top-color: rgb(168 85 247 / 0.3);
}
.border-t-purple-500\/35 {
  border-top-color: rgb(168 85 247 / 0.35);
}
.border-t-purple-500\/40 {
  border-top-color: rgb(168 85 247 / 0.4);
}
.border-t-purple-500\/45 {
  border-top-color: rgb(168 85 247 / 0.45);
}
.border-t-purple-500\/5 {
  border-top-color: rgb(168 85 247 / 0.05);
}
.border-t-purple-500\/50 {
  border-top-color: rgb(168 85 247 / 0.5);
}
.border-t-purple-500\/55 {
  border-top-color: rgb(168 85 247 / 0.55);
}
.border-t-purple-500\/60 {
  border-top-color: rgb(168 85 247 / 0.6);
}
.border-t-purple-500\/65 {
  border-top-color: rgb(168 85 247 / 0.65);
}
.border-t-purple-500\/70 {
  border-top-color: rgb(168 85 247 / 0.7);
}
.border-t-purple-500\/75 {
  border-top-color: rgb(168 85 247 / 0.75);
}
.border-t-purple-500\/80 {
  border-top-color: rgb(168 85 247 / 0.8);
}
.border-t-purple-500\/85 {
  border-top-color: rgb(168 85 247 / 0.85);
}
.border-t-purple-500\/90 {
  border-top-color: rgb(168 85 247 / 0.9);
}
.border-t-purple-500\/95 {
  border-top-color: rgb(168 85 247 / 0.95);
}
.border-t-purple-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-t-purple-600\/0 {
  border-top-color: rgb(147 51 234 / 0);
}
.border-t-purple-600\/10 {
  border-top-color: rgb(147 51 234 / 0.1);
}
.border-t-purple-600\/100 {
  border-top-color: rgb(147 51 234 / 1);
}
.border-t-purple-600\/15 {
  border-top-color: rgb(147 51 234 / 0.15);
}
.border-t-purple-600\/20 {
  border-top-color: rgb(147 51 234 / 0.2);
}
.border-t-purple-600\/25 {
  border-top-color: rgb(147 51 234 / 0.25);
}
.border-t-purple-600\/30 {
  border-top-color: rgb(147 51 234 / 0.3);
}
.border-t-purple-600\/35 {
  border-top-color: rgb(147 51 234 / 0.35);
}
.border-t-purple-600\/40 {
  border-top-color: rgb(147 51 234 / 0.4);
}
.border-t-purple-600\/45 {
  border-top-color: rgb(147 51 234 / 0.45);
}
.border-t-purple-600\/5 {
  border-top-color: rgb(147 51 234 / 0.05);
}
.border-t-purple-600\/50 {
  border-top-color: rgb(147 51 234 / 0.5);
}
.border-t-purple-600\/55 {
  border-top-color: rgb(147 51 234 / 0.55);
}
.border-t-purple-600\/60 {
  border-top-color: rgb(147 51 234 / 0.6);
}
.border-t-purple-600\/65 {
  border-top-color: rgb(147 51 234 / 0.65);
}
.border-t-purple-600\/70 {
  border-top-color: rgb(147 51 234 / 0.7);
}
.border-t-purple-600\/75 {
  border-top-color: rgb(147 51 234 / 0.75);
}
.border-t-purple-600\/80 {
  border-top-color: rgb(147 51 234 / 0.8);
}
.border-t-purple-600\/85 {
  border-top-color: rgb(147 51 234 / 0.85);
}
.border-t-purple-600\/90 {
  border-top-color: rgb(147 51 234 / 0.9);
}
.border-t-purple-600\/95 {
  border-top-color: rgb(147 51 234 / 0.95);
}
.border-t-purple-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}
.border-t-purple-700\/0 {
  border-top-color: rgb(126 34 206 / 0);
}
.border-t-purple-700\/10 {
  border-top-color: rgb(126 34 206 / 0.1);
}
.border-t-purple-700\/100 {
  border-top-color: rgb(126 34 206 / 1);
}
.border-t-purple-700\/15 {
  border-top-color: rgb(126 34 206 / 0.15);
}
.border-t-purple-700\/20 {
  border-top-color: rgb(126 34 206 / 0.2);
}
.border-t-purple-700\/25 {
  border-top-color: rgb(126 34 206 / 0.25);
}
.border-t-purple-700\/30 {
  border-top-color: rgb(126 34 206 / 0.3);
}
.border-t-purple-700\/35 {
  border-top-color: rgb(126 34 206 / 0.35);
}
.border-t-purple-700\/40 {
  border-top-color: rgb(126 34 206 / 0.4);
}
.border-t-purple-700\/45 {
  border-top-color: rgb(126 34 206 / 0.45);
}
.border-t-purple-700\/5 {
  border-top-color: rgb(126 34 206 / 0.05);
}
.border-t-purple-700\/50 {
  border-top-color: rgb(126 34 206 / 0.5);
}
.border-t-purple-700\/55 {
  border-top-color: rgb(126 34 206 / 0.55);
}
.border-t-purple-700\/60 {
  border-top-color: rgb(126 34 206 / 0.6);
}
.border-t-purple-700\/65 {
  border-top-color: rgb(126 34 206 / 0.65);
}
.border-t-purple-700\/70 {
  border-top-color: rgb(126 34 206 / 0.7);
}
.border-t-purple-700\/75 {
  border-top-color: rgb(126 34 206 / 0.75);
}
.border-t-purple-700\/80 {
  border-top-color: rgb(126 34 206 / 0.8);
}
.border-t-purple-700\/85 {
  border-top-color: rgb(126 34 206 / 0.85);
}
.border-t-purple-700\/90 {
  border-top-color: rgb(126 34 206 / 0.9);
}
.border-t-purple-700\/95 {
  border-top-color: rgb(126 34 206 / 0.95);
}
.border-t-purple-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}
.border-t-purple-800\/0 {
  border-top-color: rgb(107 33 168 / 0);
}
.border-t-purple-800\/10 {
  border-top-color: rgb(107 33 168 / 0.1);
}
.border-t-purple-800\/100 {
  border-top-color: rgb(107 33 168 / 1);
}
.border-t-purple-800\/15 {
  border-top-color: rgb(107 33 168 / 0.15);
}
.border-t-purple-800\/20 {
  border-top-color: rgb(107 33 168 / 0.2);
}
.border-t-purple-800\/25 {
  border-top-color: rgb(107 33 168 / 0.25);
}
.border-t-purple-800\/30 {
  border-top-color: rgb(107 33 168 / 0.3);
}
.border-t-purple-800\/35 {
  border-top-color: rgb(107 33 168 / 0.35);
}
.border-t-purple-800\/40 {
  border-top-color: rgb(107 33 168 / 0.4);
}
.border-t-purple-800\/45 {
  border-top-color: rgb(107 33 168 / 0.45);
}
.border-t-purple-800\/5 {
  border-top-color: rgb(107 33 168 / 0.05);
}
.border-t-purple-800\/50 {
  border-top-color: rgb(107 33 168 / 0.5);
}
.border-t-purple-800\/55 {
  border-top-color: rgb(107 33 168 / 0.55);
}
.border-t-purple-800\/60 {
  border-top-color: rgb(107 33 168 / 0.6);
}
.border-t-purple-800\/65 {
  border-top-color: rgb(107 33 168 / 0.65);
}
.border-t-purple-800\/70 {
  border-top-color: rgb(107 33 168 / 0.7);
}
.border-t-purple-800\/75 {
  border-top-color: rgb(107 33 168 / 0.75);
}
.border-t-purple-800\/80 {
  border-top-color: rgb(107 33 168 / 0.8);
}
.border-t-purple-800\/85 {
  border-top-color: rgb(107 33 168 / 0.85);
}
.border-t-purple-800\/90 {
  border-top-color: rgb(107 33 168 / 0.9);
}
.border-t-purple-800\/95 {
  border-top-color: rgb(107 33 168 / 0.95);
}
.border-t-purple-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}
.border-t-purple-900\/0 {
  border-top-color: rgb(88 28 135 / 0);
}
.border-t-purple-900\/10 {
  border-top-color: rgb(88 28 135 / 0.1);
}
.border-t-purple-900\/100 {
  border-top-color: rgb(88 28 135 / 1);
}
.border-t-purple-900\/15 {
  border-top-color: rgb(88 28 135 / 0.15);
}
.border-t-purple-900\/20 {
  border-top-color: rgb(88 28 135 / 0.2);
}
.border-t-purple-900\/25 {
  border-top-color: rgb(88 28 135 / 0.25);
}
.border-t-purple-900\/30 {
  border-top-color: rgb(88 28 135 / 0.3);
}
.border-t-purple-900\/35 {
  border-top-color: rgb(88 28 135 / 0.35);
}
.border-t-purple-900\/40 {
  border-top-color: rgb(88 28 135 / 0.4);
}
.border-t-purple-900\/45 {
  border-top-color: rgb(88 28 135 / 0.45);
}
.border-t-purple-900\/5 {
  border-top-color: rgb(88 28 135 / 0.05);
}
.border-t-purple-900\/50 {
  border-top-color: rgb(88 28 135 / 0.5);
}
.border-t-purple-900\/55 {
  border-top-color: rgb(88 28 135 / 0.55);
}
.border-t-purple-900\/60 {
  border-top-color: rgb(88 28 135 / 0.6);
}
.border-t-purple-900\/65 {
  border-top-color: rgb(88 28 135 / 0.65);
}
.border-t-purple-900\/70 {
  border-top-color: rgb(88 28 135 / 0.7);
}
.border-t-purple-900\/75 {
  border-top-color: rgb(88 28 135 / 0.75);
}
.border-t-purple-900\/80 {
  border-top-color: rgb(88 28 135 / 0.8);
}
.border-t-purple-900\/85 {
  border-top-color: rgb(88 28 135 / 0.85);
}
.border-t-purple-900\/90 {
  border-top-color: rgb(88 28 135 / 0.9);
}
.border-t-purple-900\/95 {
  border-top-color: rgb(88 28 135 / 0.95);
}
.border-t-purple-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}
.border-t-purple-950\/0 {
  border-top-color: rgb(59 7 100 / 0);
}
.border-t-purple-950\/10 {
  border-top-color: rgb(59 7 100 / 0.1);
}
.border-t-purple-950\/100 {
  border-top-color: rgb(59 7 100 / 1);
}
.border-t-purple-950\/15 {
  border-top-color: rgb(59 7 100 / 0.15);
}
.border-t-purple-950\/20 {
  border-top-color: rgb(59 7 100 / 0.2);
}
.border-t-purple-950\/25 {
  border-top-color: rgb(59 7 100 / 0.25);
}
.border-t-purple-950\/30 {
  border-top-color: rgb(59 7 100 / 0.3);
}
.border-t-purple-950\/35 {
  border-top-color: rgb(59 7 100 / 0.35);
}
.border-t-purple-950\/40 {
  border-top-color: rgb(59 7 100 / 0.4);
}
.border-t-purple-950\/45 {
  border-top-color: rgb(59 7 100 / 0.45);
}
.border-t-purple-950\/5 {
  border-top-color: rgb(59 7 100 / 0.05);
}
.border-t-purple-950\/50 {
  border-top-color: rgb(59 7 100 / 0.5);
}
.border-t-purple-950\/55 {
  border-top-color: rgb(59 7 100 / 0.55);
}
.border-t-purple-950\/60 {
  border-top-color: rgb(59 7 100 / 0.6);
}
.border-t-purple-950\/65 {
  border-top-color: rgb(59 7 100 / 0.65);
}
.border-t-purple-950\/70 {
  border-top-color: rgb(59 7 100 / 0.7);
}
.border-t-purple-950\/75 {
  border-top-color: rgb(59 7 100 / 0.75);
}
.border-t-purple-950\/80 {
  border-top-color: rgb(59 7 100 / 0.8);
}
.border-t-purple-950\/85 {
  border-top-color: rgb(59 7 100 / 0.85);
}
.border-t-purple-950\/90 {
  border-top-color: rgb(59 7 100 / 0.9);
}
.border-t-purple-950\/95 {
  border-top-color: rgb(59 7 100 / 0.95);
}
.border-t-red-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-t-red-100\/0 {
  border-top-color: rgb(254 226 226 / 0);
}
.border-t-red-100\/10 {
  border-top-color: rgb(254 226 226 / 0.1);
}
.border-t-red-100\/100 {
  border-top-color: rgb(254 226 226 / 1);
}
.border-t-red-100\/15 {
  border-top-color: rgb(254 226 226 / 0.15);
}
.border-t-red-100\/20 {
  border-top-color: rgb(254 226 226 / 0.2);
}
.border-t-red-100\/25 {
  border-top-color: rgb(254 226 226 / 0.25);
}
.border-t-red-100\/30 {
  border-top-color: rgb(254 226 226 / 0.3);
}
.border-t-red-100\/35 {
  border-top-color: rgb(254 226 226 / 0.35);
}
.border-t-red-100\/40 {
  border-top-color: rgb(254 226 226 / 0.4);
}
.border-t-red-100\/45 {
  border-top-color: rgb(254 226 226 / 0.45);
}
.border-t-red-100\/5 {
  border-top-color: rgb(254 226 226 / 0.05);
}
.border-t-red-100\/50 {
  border-top-color: rgb(254 226 226 / 0.5);
}
.border-t-red-100\/55 {
  border-top-color: rgb(254 226 226 / 0.55);
}
.border-t-red-100\/60 {
  border-top-color: rgb(254 226 226 / 0.6);
}
.border-t-red-100\/65 {
  border-top-color: rgb(254 226 226 / 0.65);
}
.border-t-red-100\/70 {
  border-top-color: rgb(254 226 226 / 0.7);
}
.border-t-red-100\/75 {
  border-top-color: rgb(254 226 226 / 0.75);
}
.border-t-red-100\/80 {
  border-top-color: rgb(254 226 226 / 0.8);
}
.border-t-red-100\/85 {
  border-top-color: rgb(254 226 226 / 0.85);
}
.border-t-red-100\/90 {
  border-top-color: rgb(254 226 226 / 0.9);
}
.border-t-red-100\/95 {
  border-top-color: rgb(254 226 226 / 0.95);
}
.border-t-red-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-t-red-200\/0 {
  border-top-color: rgb(254 202 202 / 0);
}
.border-t-red-200\/10 {
  border-top-color: rgb(254 202 202 / 0.1);
}
.border-t-red-200\/100 {
  border-top-color: rgb(254 202 202 / 1);
}
.border-t-red-200\/15 {
  border-top-color: rgb(254 202 202 / 0.15);
}
.border-t-red-200\/20 {
  border-top-color: rgb(254 202 202 / 0.2);
}
.border-t-red-200\/25 {
  border-top-color: rgb(254 202 202 / 0.25);
}
.border-t-red-200\/30 {
  border-top-color: rgb(254 202 202 / 0.3);
}
.border-t-red-200\/35 {
  border-top-color: rgb(254 202 202 / 0.35);
}
.border-t-red-200\/40 {
  border-top-color: rgb(254 202 202 / 0.4);
}
.border-t-red-200\/45 {
  border-top-color: rgb(254 202 202 / 0.45);
}
.border-t-red-200\/5 {
  border-top-color: rgb(254 202 202 / 0.05);
}
.border-t-red-200\/50 {
  border-top-color: rgb(254 202 202 / 0.5);
}
.border-t-red-200\/55 {
  border-top-color: rgb(254 202 202 / 0.55);
}
.border-t-red-200\/60 {
  border-top-color: rgb(254 202 202 / 0.6);
}
.border-t-red-200\/65 {
  border-top-color: rgb(254 202 202 / 0.65);
}
.border-t-red-200\/70 {
  border-top-color: rgb(254 202 202 / 0.7);
}
.border-t-red-200\/75 {
  border-top-color: rgb(254 202 202 / 0.75);
}
.border-t-red-200\/80 {
  border-top-color: rgb(254 202 202 / 0.8);
}
.border-t-red-200\/85 {
  border-top-color: rgb(254 202 202 / 0.85);
}
.border-t-red-200\/90 {
  border-top-color: rgb(254 202 202 / 0.9);
}
.border-t-red-200\/95 {
  border-top-color: rgb(254 202 202 / 0.95);
}
.border-t-red-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-t-red-300\/0 {
  border-top-color: rgb(252 165 165 / 0);
}
.border-t-red-300\/10 {
  border-top-color: rgb(252 165 165 / 0.1);
}
.border-t-red-300\/100 {
  border-top-color: rgb(252 165 165 / 1);
}
.border-t-red-300\/15 {
  border-top-color: rgb(252 165 165 / 0.15);
}
.border-t-red-300\/20 {
  border-top-color: rgb(252 165 165 / 0.2);
}
.border-t-red-300\/25 {
  border-top-color: rgb(252 165 165 / 0.25);
}
.border-t-red-300\/30 {
  border-top-color: rgb(252 165 165 / 0.3);
}
.border-t-red-300\/35 {
  border-top-color: rgb(252 165 165 / 0.35);
}
.border-t-red-300\/40 {
  border-top-color: rgb(252 165 165 / 0.4);
}
.border-t-red-300\/45 {
  border-top-color: rgb(252 165 165 / 0.45);
}
.border-t-red-300\/5 {
  border-top-color: rgb(252 165 165 / 0.05);
}
.border-t-red-300\/50 {
  border-top-color: rgb(252 165 165 / 0.5);
}
.border-t-red-300\/55 {
  border-top-color: rgb(252 165 165 / 0.55);
}
.border-t-red-300\/60 {
  border-top-color: rgb(252 165 165 / 0.6);
}
.border-t-red-300\/65 {
  border-top-color: rgb(252 165 165 / 0.65);
}
.border-t-red-300\/70 {
  border-top-color: rgb(252 165 165 / 0.7);
}
.border-t-red-300\/75 {
  border-top-color: rgb(252 165 165 / 0.75);
}
.border-t-red-300\/80 {
  border-top-color: rgb(252 165 165 / 0.8);
}
.border-t-red-300\/85 {
  border-top-color: rgb(252 165 165 / 0.85);
}
.border-t-red-300\/90 {
  border-top-color: rgb(252 165 165 / 0.9);
}
.border-t-red-300\/95 {
  border-top-color: rgb(252 165 165 / 0.95);
}
.border-t-red-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-t-red-400\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-red-400\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-red-400\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-red-400\/15 {
  border-top-color: rgb(248 113 113 / 0.15);
}
.border-t-red-400\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-red-400\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-red-400\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-red-400\/35 {
  border-top-color: rgb(248 113 113 / 0.35);
}
.border-t-red-400\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-red-400\/45 {
  border-top-color: rgb(248 113 113 / 0.45);
}
.border-t-red-400\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-red-400\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-red-400\/55 {
  border-top-color: rgb(248 113 113 / 0.55);
}
.border-t-red-400\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-red-400\/65 {
  border-top-color: rgb(248 113 113 / 0.65);
}
.border-t-red-400\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-red-400\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-red-400\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-red-400\/85 {
  border-top-color: rgb(248 113 113 / 0.85);
}
.border-t-red-400\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-red-400\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-red-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-t-red-50\/0 {
  border-top-color: rgb(254 242 242 / 0);
}
.border-t-red-50\/10 {
  border-top-color: rgb(254 242 242 / 0.1);
}
.border-t-red-50\/100 {
  border-top-color: rgb(254 242 242 / 1);
}
.border-t-red-50\/15 {
  border-top-color: rgb(254 242 242 / 0.15);
}
.border-t-red-50\/20 {
  border-top-color: rgb(254 242 242 / 0.2);
}
.border-t-red-50\/25 {
  border-top-color: rgb(254 242 242 / 0.25);
}
.border-t-red-50\/30 {
  border-top-color: rgb(254 242 242 / 0.3);
}
.border-t-red-50\/35 {
  border-top-color: rgb(254 242 242 / 0.35);
}
.border-t-red-50\/40 {
  border-top-color: rgb(254 242 242 / 0.4);
}
.border-t-red-50\/45 {
  border-top-color: rgb(254 242 242 / 0.45);
}
.border-t-red-50\/5 {
  border-top-color: rgb(254 242 242 / 0.05);
}
.border-t-red-50\/50 {
  border-top-color: rgb(254 242 242 / 0.5);
}
.border-t-red-50\/55 {
  border-top-color: rgb(254 242 242 / 0.55);
}
.border-t-red-50\/60 {
  border-top-color: rgb(254 242 242 / 0.6);
}
.border-t-red-50\/65 {
  border-top-color: rgb(254 242 242 / 0.65);
}
.border-t-red-50\/70 {
  border-top-color: rgb(254 242 242 / 0.7);
}
.border-t-red-50\/75 {
  border-top-color: rgb(254 242 242 / 0.75);
}
.border-t-red-50\/80 {
  border-top-color: rgb(254 242 242 / 0.8);
}
.border-t-red-50\/85 {
  border-top-color: rgb(254 242 242 / 0.85);
}
.border-t-red-50\/90 {
  border-top-color: rgb(254 242 242 / 0.9);
}
.border-t-red-50\/95 {
  border-top-color: rgb(254 242 242 / 0.95);
}
.border-t-red-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-t-red-500\/0 {
  border-top-color: rgb(239 68 68 / 0);
}
.border-t-red-500\/10 {
  border-top-color: rgb(239 68 68 / 0.1);
}
.border-t-red-500\/100 {
  border-top-color: rgb(239 68 68 / 1);
}
.border-t-red-500\/15 {
  border-top-color: rgb(239 68 68 / 0.15);
}
.border-t-red-500\/20 {
  border-top-color: rgb(239 68 68 / 0.2);
}
.border-t-red-500\/25 {
  border-top-color: rgb(239 68 68 / 0.25);
}
.border-t-red-500\/30 {
  border-top-color: rgb(239 68 68 / 0.3);
}
.border-t-red-500\/35 {
  border-top-color: rgb(239 68 68 / 0.35);
}
.border-t-red-500\/40 {
  border-top-color: rgb(239 68 68 / 0.4);
}
.border-t-red-500\/45 {
  border-top-color: rgb(239 68 68 / 0.45);
}
.border-t-red-500\/5 {
  border-top-color: rgb(239 68 68 / 0.05);
}
.border-t-red-500\/50 {
  border-top-color: rgb(239 68 68 / 0.5);
}
.border-t-red-500\/55 {
  border-top-color: rgb(239 68 68 / 0.55);
}
.border-t-red-500\/60 {
  border-top-color: rgb(239 68 68 / 0.6);
}
.border-t-red-500\/65 {
  border-top-color: rgb(239 68 68 / 0.65);
}
.border-t-red-500\/70 {
  border-top-color: rgb(239 68 68 / 0.7);
}
.border-t-red-500\/75 {
  border-top-color: rgb(239 68 68 / 0.75);
}
.border-t-red-500\/80 {
  border-top-color: rgb(239 68 68 / 0.8);
}
.border-t-red-500\/85 {
  border-top-color: rgb(239 68 68 / 0.85);
}
.border-t-red-500\/90 {
  border-top-color: rgb(239 68 68 / 0.9);
}
.border-t-red-500\/95 {
  border-top-color: rgb(239 68 68 / 0.95);
}
.border-t-red-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-t-red-600\/0 {
  border-top-color: rgb(220 38 38 / 0);
}
.border-t-red-600\/10 {
  border-top-color: rgb(220 38 38 / 0.1);
}
.border-t-red-600\/100 {
  border-top-color: rgb(220 38 38 / 1);
}
.border-t-red-600\/15 {
  border-top-color: rgb(220 38 38 / 0.15);
}
.border-t-red-600\/20 {
  border-top-color: rgb(220 38 38 / 0.2);
}
.border-t-red-600\/25 {
  border-top-color: rgb(220 38 38 / 0.25);
}
.border-t-red-600\/30 {
  border-top-color: rgb(220 38 38 / 0.3);
}
.border-t-red-600\/35 {
  border-top-color: rgb(220 38 38 / 0.35);
}
.border-t-red-600\/40 {
  border-top-color: rgb(220 38 38 / 0.4);
}
.border-t-red-600\/45 {
  border-top-color: rgb(220 38 38 / 0.45);
}
.border-t-red-600\/5 {
  border-top-color: rgb(220 38 38 / 0.05);
}
.border-t-red-600\/50 {
  border-top-color: rgb(220 38 38 / 0.5);
}
.border-t-red-600\/55 {
  border-top-color: rgb(220 38 38 / 0.55);
}
.border-t-red-600\/60 {
  border-top-color: rgb(220 38 38 / 0.6);
}
.border-t-red-600\/65 {
  border-top-color: rgb(220 38 38 / 0.65);
}
.border-t-red-600\/70 {
  border-top-color: rgb(220 38 38 / 0.7);
}
.border-t-red-600\/75 {
  border-top-color: rgb(220 38 38 / 0.75);
}
.border-t-red-600\/80 {
  border-top-color: rgb(220 38 38 / 0.8);
}
.border-t-red-600\/85 {
  border-top-color: rgb(220 38 38 / 0.85);
}
.border-t-red-600\/90 {
  border-top-color: rgb(220 38 38 / 0.9);
}
.border-t-red-600\/95 {
  border-top-color: rgb(220 38 38 / 0.95);
}
.border-t-red-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-t-red-700\/0 {
  border-top-color: rgb(185 28 28 / 0);
}
.border-t-red-700\/10 {
  border-top-color: rgb(185 28 28 / 0.1);
}
.border-t-red-700\/100 {
  border-top-color: rgb(185 28 28 / 1);
}
.border-t-red-700\/15 {
  border-top-color: rgb(185 28 28 / 0.15);
}
.border-t-red-700\/20 {
  border-top-color: rgb(185 28 28 / 0.2);
}
.border-t-red-700\/25 {
  border-top-color: rgb(185 28 28 / 0.25);
}
.border-t-red-700\/30 {
  border-top-color: rgb(185 28 28 / 0.3);
}
.border-t-red-700\/35 {
  border-top-color: rgb(185 28 28 / 0.35);
}
.border-t-red-700\/40 {
  border-top-color: rgb(185 28 28 / 0.4);
}
.border-t-red-700\/45 {
  border-top-color: rgb(185 28 28 / 0.45);
}
.border-t-red-700\/5 {
  border-top-color: rgb(185 28 28 / 0.05);
}
.border-t-red-700\/50 {
  border-top-color: rgb(185 28 28 / 0.5);
}
.border-t-red-700\/55 {
  border-top-color: rgb(185 28 28 / 0.55);
}
.border-t-red-700\/60 {
  border-top-color: rgb(185 28 28 / 0.6);
}
.border-t-red-700\/65 {
  border-top-color: rgb(185 28 28 / 0.65);
}
.border-t-red-700\/70 {
  border-top-color: rgb(185 28 28 / 0.7);
}
.border-t-red-700\/75 {
  border-top-color: rgb(185 28 28 / 0.75);
}
.border-t-red-700\/80 {
  border-top-color: rgb(185 28 28 / 0.8);
}
.border-t-red-700\/85 {
  border-top-color: rgb(185 28 28 / 0.85);
}
.border-t-red-700\/90 {
  border-top-color: rgb(185 28 28 / 0.9);
}
.border-t-red-700\/95 {
  border-top-color: rgb(185 28 28 / 0.95);
}
.border-t-red-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-t-red-800\/0 {
  border-top-color: rgb(153 27 27 / 0);
}
.border-t-red-800\/10 {
  border-top-color: rgb(153 27 27 / 0.1);
}
.border-t-red-800\/100 {
  border-top-color: rgb(153 27 27 / 1);
}
.border-t-red-800\/15 {
  border-top-color: rgb(153 27 27 / 0.15);
}
.border-t-red-800\/20 {
  border-top-color: rgb(153 27 27 / 0.2);
}
.border-t-red-800\/25 {
  border-top-color: rgb(153 27 27 / 0.25);
}
.border-t-red-800\/30 {
  border-top-color: rgb(153 27 27 / 0.3);
}
.border-t-red-800\/35 {
  border-top-color: rgb(153 27 27 / 0.35);
}
.border-t-red-800\/40 {
  border-top-color: rgb(153 27 27 / 0.4);
}
.border-t-red-800\/45 {
  border-top-color: rgb(153 27 27 / 0.45);
}
.border-t-red-800\/5 {
  border-top-color: rgb(153 27 27 / 0.05);
}
.border-t-red-800\/50 {
  border-top-color: rgb(153 27 27 / 0.5);
}
.border-t-red-800\/55 {
  border-top-color: rgb(153 27 27 / 0.55);
}
.border-t-red-800\/60 {
  border-top-color: rgb(153 27 27 / 0.6);
}
.border-t-red-800\/65 {
  border-top-color: rgb(153 27 27 / 0.65);
}
.border-t-red-800\/70 {
  border-top-color: rgb(153 27 27 / 0.7);
}
.border-t-red-800\/75 {
  border-top-color: rgb(153 27 27 / 0.75);
}
.border-t-red-800\/80 {
  border-top-color: rgb(153 27 27 / 0.8);
}
.border-t-red-800\/85 {
  border-top-color: rgb(153 27 27 / 0.85);
}
.border-t-red-800\/90 {
  border-top-color: rgb(153 27 27 / 0.9);
}
.border-t-red-800\/95 {
  border-top-color: rgb(153 27 27 / 0.95);
}
.border-t-red-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-t-red-900\/0 {
  border-top-color: rgb(127 29 29 / 0);
}
.border-t-red-900\/10 {
  border-top-color: rgb(127 29 29 / 0.1);
}
.border-t-red-900\/100 {
  border-top-color: rgb(127 29 29 / 1);
}
.border-t-red-900\/15 {
  border-top-color: rgb(127 29 29 / 0.15);
}
.border-t-red-900\/20 {
  border-top-color: rgb(127 29 29 / 0.2);
}
.border-t-red-900\/25 {
  border-top-color: rgb(127 29 29 / 0.25);
}
.border-t-red-900\/30 {
  border-top-color: rgb(127 29 29 / 0.3);
}
.border-t-red-900\/35 {
  border-top-color: rgb(127 29 29 / 0.35);
}
.border-t-red-900\/40 {
  border-top-color: rgb(127 29 29 / 0.4);
}
.border-t-red-900\/45 {
  border-top-color: rgb(127 29 29 / 0.45);
}
.border-t-red-900\/5 {
  border-top-color: rgb(127 29 29 / 0.05);
}
.border-t-red-900\/50 {
  border-top-color: rgb(127 29 29 / 0.5);
}
.border-t-red-900\/55 {
  border-top-color: rgb(127 29 29 / 0.55);
}
.border-t-red-900\/60 {
  border-top-color: rgb(127 29 29 / 0.6);
}
.border-t-red-900\/65 {
  border-top-color: rgb(127 29 29 / 0.65);
}
.border-t-red-900\/70 {
  border-top-color: rgb(127 29 29 / 0.7);
}
.border-t-red-900\/75 {
  border-top-color: rgb(127 29 29 / 0.75);
}
.border-t-red-900\/80 {
  border-top-color: rgb(127 29 29 / 0.8);
}
.border-t-red-900\/85 {
  border-top-color: rgb(127 29 29 / 0.85);
}
.border-t-red-900\/90 {
  border-top-color: rgb(127 29 29 / 0.9);
}
.border-t-red-900\/95 {
  border-top-color: rgb(127 29 29 / 0.95);
}
.border-t-red-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}
.border-t-red-950\/0 {
  border-top-color: rgb(69 10 10 / 0);
}
.border-t-red-950\/10 {
  border-top-color: rgb(69 10 10 / 0.1);
}
.border-t-red-950\/100 {
  border-top-color: rgb(69 10 10 / 1);
}
.border-t-red-950\/15 {
  border-top-color: rgb(69 10 10 / 0.15);
}
.border-t-red-950\/20 {
  border-top-color: rgb(69 10 10 / 0.2);
}
.border-t-red-950\/25 {
  border-top-color: rgb(69 10 10 / 0.25);
}
.border-t-red-950\/30 {
  border-top-color: rgb(69 10 10 / 0.3);
}
.border-t-red-950\/35 {
  border-top-color: rgb(69 10 10 / 0.35);
}
.border-t-red-950\/40 {
  border-top-color: rgb(69 10 10 / 0.4);
}
.border-t-red-950\/45 {
  border-top-color: rgb(69 10 10 / 0.45);
}
.border-t-red-950\/5 {
  border-top-color: rgb(69 10 10 / 0.05);
}
.border-t-red-950\/50 {
  border-top-color: rgb(69 10 10 / 0.5);
}
.border-t-red-950\/55 {
  border-top-color: rgb(69 10 10 / 0.55);
}
.border-t-red-950\/60 {
  border-top-color: rgb(69 10 10 / 0.6);
}
.border-t-red-950\/65 {
  border-top-color: rgb(69 10 10 / 0.65);
}
.border-t-red-950\/70 {
  border-top-color: rgb(69 10 10 / 0.7);
}
.border-t-red-950\/75 {
  border-top-color: rgb(69 10 10 / 0.75);
}
.border-t-red-950\/80 {
  border-top-color: rgb(69 10 10 / 0.8);
}
.border-t-red-950\/85 {
  border-top-color: rgb(69 10 10 / 0.85);
}
.border-t-red-950\/90 {
  border-top-color: rgb(69 10 10 / 0.9);
}
.border-t-red-950\/95 {
  border-top-color: rgb(69 10 10 / 0.95);
}
.border-t-ring {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
}
.border-t-ring\/0 {
  border-top-color: hsl(var(--ring) / 0);
}
.border-t-ring\/10 {
  border-top-color: hsl(var(--ring) / 0.1);
}
.border-t-ring\/100 {
  border-top-color: hsl(var(--ring) / 1);
}
.border-t-ring\/15 {
  border-top-color: hsl(var(--ring) / 0.15);
}
.border-t-ring\/20 {
  border-top-color: hsl(var(--ring) / 0.2);
}
.border-t-ring\/25 {
  border-top-color: hsl(var(--ring) / 0.25);
}
.border-t-ring\/30 {
  border-top-color: hsl(var(--ring) / 0.3);
}
.border-t-ring\/35 {
  border-top-color: hsl(var(--ring) / 0.35);
}
.border-t-ring\/40 {
  border-top-color: hsl(var(--ring) / 0.4);
}
.border-t-ring\/45 {
  border-top-color: hsl(var(--ring) / 0.45);
}
.border-t-ring\/5 {
  border-top-color: hsl(var(--ring) / 0.05);
}
.border-t-ring\/50 {
  border-top-color: hsl(var(--ring) / 0.5);
}
.border-t-ring\/55 {
  border-top-color: hsl(var(--ring) / 0.55);
}
.border-t-ring\/60 {
  border-top-color: hsl(var(--ring) / 0.6);
}
.border-t-ring\/65 {
  border-top-color: hsl(var(--ring) / 0.65);
}
.border-t-ring\/70 {
  border-top-color: hsl(var(--ring) / 0.7);
}
.border-t-ring\/75 {
  border-top-color: hsl(var(--ring) / 0.75);
}
.border-t-ring\/80 {
  border-top-color: hsl(var(--ring) / 0.8);
}
.border-t-ring\/85 {
  border-top-color: hsl(var(--ring) / 0.85);
}
.border-t-ring\/90 {
  border-top-color: hsl(var(--ring) / 0.9);
}
.border-t-ring\/95 {
  border-top-color: hsl(var(--ring) / 0.95);
}
.border-t-rose-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-t-rose-100\/0 {
  border-top-color: rgb(255 228 230 / 0);
}
.border-t-rose-100\/10 {
  border-top-color: rgb(255 228 230 / 0.1);
}
.border-t-rose-100\/100 {
  border-top-color: rgb(255 228 230 / 1);
}
.border-t-rose-100\/15 {
  border-top-color: rgb(255 228 230 / 0.15);
}
.border-t-rose-100\/20 {
  border-top-color: rgb(255 228 230 / 0.2);
}
.border-t-rose-100\/25 {
  border-top-color: rgb(255 228 230 / 0.25);
}
.border-t-rose-100\/30 {
  border-top-color: rgb(255 228 230 / 0.3);
}
.border-t-rose-100\/35 {
  border-top-color: rgb(255 228 230 / 0.35);
}
.border-t-rose-100\/40 {
  border-top-color: rgb(255 228 230 / 0.4);
}
.border-t-rose-100\/45 {
  border-top-color: rgb(255 228 230 / 0.45);
}
.border-t-rose-100\/5 {
  border-top-color: rgb(255 228 230 / 0.05);
}
.border-t-rose-100\/50 {
  border-top-color: rgb(255 228 230 / 0.5);
}
.border-t-rose-100\/55 {
  border-top-color: rgb(255 228 230 / 0.55);
}
.border-t-rose-100\/60 {
  border-top-color: rgb(255 228 230 / 0.6);
}
.border-t-rose-100\/65 {
  border-top-color: rgb(255 228 230 / 0.65);
}
.border-t-rose-100\/70 {
  border-top-color: rgb(255 228 230 / 0.7);
}
.border-t-rose-100\/75 {
  border-top-color: rgb(255 228 230 / 0.75);
}
.border-t-rose-100\/80 {
  border-top-color: rgb(255 228 230 / 0.8);
}
.border-t-rose-100\/85 {
  border-top-color: rgb(255 228 230 / 0.85);
}
.border-t-rose-100\/90 {
  border-top-color: rgb(255 228 230 / 0.9);
}
.border-t-rose-100\/95 {
  border-top-color: rgb(255 228 230 / 0.95);
}
.border-t-rose-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-t-rose-200\/0 {
  border-top-color: rgb(254 205 211 / 0);
}
.border-t-rose-200\/10 {
  border-top-color: rgb(254 205 211 / 0.1);
}
.border-t-rose-200\/100 {
  border-top-color: rgb(254 205 211 / 1);
}
.border-t-rose-200\/15 {
  border-top-color: rgb(254 205 211 / 0.15);
}
.border-t-rose-200\/20 {
  border-top-color: rgb(254 205 211 / 0.2);
}
.border-t-rose-200\/25 {
  border-top-color: rgb(254 205 211 / 0.25);
}
.border-t-rose-200\/30 {
  border-top-color: rgb(254 205 211 / 0.3);
}
.border-t-rose-200\/35 {
  border-top-color: rgb(254 205 211 / 0.35);
}
.border-t-rose-200\/40 {
  border-top-color: rgb(254 205 211 / 0.4);
}
.border-t-rose-200\/45 {
  border-top-color: rgb(254 205 211 / 0.45);
}
.border-t-rose-200\/5 {
  border-top-color: rgb(254 205 211 / 0.05);
}
.border-t-rose-200\/50 {
  border-top-color: rgb(254 205 211 / 0.5);
}
.border-t-rose-200\/55 {
  border-top-color: rgb(254 205 211 / 0.55);
}
.border-t-rose-200\/60 {
  border-top-color: rgb(254 205 211 / 0.6);
}
.border-t-rose-200\/65 {
  border-top-color: rgb(254 205 211 / 0.65);
}
.border-t-rose-200\/70 {
  border-top-color: rgb(254 205 211 / 0.7);
}
.border-t-rose-200\/75 {
  border-top-color: rgb(254 205 211 / 0.75);
}
.border-t-rose-200\/80 {
  border-top-color: rgb(254 205 211 / 0.8);
}
.border-t-rose-200\/85 {
  border-top-color: rgb(254 205 211 / 0.85);
}
.border-t-rose-200\/90 {
  border-top-color: rgb(254 205 211 / 0.9);
}
.border-t-rose-200\/95 {
  border-top-color: rgb(254 205 211 / 0.95);
}
.border-t-rose-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-t-rose-300\/0 {
  border-top-color: rgb(253 164 175 / 0);
}
.border-t-rose-300\/10 {
  border-top-color: rgb(253 164 175 / 0.1);
}
.border-t-rose-300\/100 {
  border-top-color: rgb(253 164 175 / 1);
}
.border-t-rose-300\/15 {
  border-top-color: rgb(253 164 175 / 0.15);
}
.border-t-rose-300\/20 {
  border-top-color: rgb(253 164 175 / 0.2);
}
.border-t-rose-300\/25 {
  border-top-color: rgb(253 164 175 / 0.25);
}
.border-t-rose-300\/30 {
  border-top-color: rgb(253 164 175 / 0.3);
}
.border-t-rose-300\/35 {
  border-top-color: rgb(253 164 175 / 0.35);
}
.border-t-rose-300\/40 {
  border-top-color: rgb(253 164 175 / 0.4);
}
.border-t-rose-300\/45 {
  border-top-color: rgb(253 164 175 / 0.45);
}
.border-t-rose-300\/5 {
  border-top-color: rgb(253 164 175 / 0.05);
}
.border-t-rose-300\/50 {
  border-top-color: rgb(253 164 175 / 0.5);
}
.border-t-rose-300\/55 {
  border-top-color: rgb(253 164 175 / 0.55);
}
.border-t-rose-300\/60 {
  border-top-color: rgb(253 164 175 / 0.6);
}
.border-t-rose-300\/65 {
  border-top-color: rgb(253 164 175 / 0.65);
}
.border-t-rose-300\/70 {
  border-top-color: rgb(253 164 175 / 0.7);
}
.border-t-rose-300\/75 {
  border-top-color: rgb(253 164 175 / 0.75);
}
.border-t-rose-300\/80 {
  border-top-color: rgb(253 164 175 / 0.8);
}
.border-t-rose-300\/85 {
  border-top-color: rgb(253 164 175 / 0.85);
}
.border-t-rose-300\/90 {
  border-top-color: rgb(253 164 175 / 0.9);
}
.border-t-rose-300\/95 {
  border-top-color: rgb(253 164 175 / 0.95);
}
.border-t-rose-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-t-rose-400\/0 {
  border-top-color: rgb(251 113 133 / 0);
}
.border-t-rose-400\/10 {
  border-top-color: rgb(251 113 133 / 0.1);
}
.border-t-rose-400\/100 {
  border-top-color: rgb(251 113 133 / 1);
}
.border-t-rose-400\/15 {
  border-top-color: rgb(251 113 133 / 0.15);
}
.border-t-rose-400\/20 {
  border-top-color: rgb(251 113 133 / 0.2);
}
.border-t-rose-400\/25 {
  border-top-color: rgb(251 113 133 / 0.25);
}
.border-t-rose-400\/30 {
  border-top-color: rgb(251 113 133 / 0.3);
}
.border-t-rose-400\/35 {
  border-top-color: rgb(251 113 133 / 0.35);
}
.border-t-rose-400\/40 {
  border-top-color: rgb(251 113 133 / 0.4);
}
.border-t-rose-400\/45 {
  border-top-color: rgb(251 113 133 / 0.45);
}
.border-t-rose-400\/5 {
  border-top-color: rgb(251 113 133 / 0.05);
}
.border-t-rose-400\/50 {
  border-top-color: rgb(251 113 133 / 0.5);
}
.border-t-rose-400\/55 {
  border-top-color: rgb(251 113 133 / 0.55);
}
.border-t-rose-400\/60 {
  border-top-color: rgb(251 113 133 / 0.6);
}
.border-t-rose-400\/65 {
  border-top-color: rgb(251 113 133 / 0.65);
}
.border-t-rose-400\/70 {
  border-top-color: rgb(251 113 133 / 0.7);
}
.border-t-rose-400\/75 {
  border-top-color: rgb(251 113 133 / 0.75);
}
.border-t-rose-400\/80 {
  border-top-color: rgb(251 113 133 / 0.8);
}
.border-t-rose-400\/85 {
  border-top-color: rgb(251 113 133 / 0.85);
}
.border-t-rose-400\/90 {
  border-top-color: rgb(251 113 133 / 0.9);
}
.border-t-rose-400\/95 {
  border-top-color: rgb(251 113 133 / 0.95);
}
.border-t-rose-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}
.border-t-rose-50\/0 {
  border-top-color: rgb(255 241 242 / 0);
}
.border-t-rose-50\/10 {
  border-top-color: rgb(255 241 242 / 0.1);
}
.border-t-rose-50\/100 {
  border-top-color: rgb(255 241 242 / 1);
}
.border-t-rose-50\/15 {
  border-top-color: rgb(255 241 242 / 0.15);
}
.border-t-rose-50\/20 {
  border-top-color: rgb(255 241 242 / 0.2);
}
.border-t-rose-50\/25 {
  border-top-color: rgb(255 241 242 / 0.25);
}
.border-t-rose-50\/30 {
  border-top-color: rgb(255 241 242 / 0.3);
}
.border-t-rose-50\/35 {
  border-top-color: rgb(255 241 242 / 0.35);
}
.border-t-rose-50\/40 {
  border-top-color: rgb(255 241 242 / 0.4);
}
.border-t-rose-50\/45 {
  border-top-color: rgb(255 241 242 / 0.45);
}
.border-t-rose-50\/5 {
  border-top-color: rgb(255 241 242 / 0.05);
}
.border-t-rose-50\/50 {
  border-top-color: rgb(255 241 242 / 0.5);
}
.border-t-rose-50\/55 {
  border-top-color: rgb(255 241 242 / 0.55);
}
.border-t-rose-50\/60 {
  border-top-color: rgb(255 241 242 / 0.6);
}
.border-t-rose-50\/65 {
  border-top-color: rgb(255 241 242 / 0.65);
}
.border-t-rose-50\/70 {
  border-top-color: rgb(255 241 242 / 0.7);
}
.border-t-rose-50\/75 {
  border-top-color: rgb(255 241 242 / 0.75);
}
.border-t-rose-50\/80 {
  border-top-color: rgb(255 241 242 / 0.8);
}
.border-t-rose-50\/85 {
  border-top-color: rgb(255 241 242 / 0.85);
}
.border-t-rose-50\/90 {
  border-top-color: rgb(255 241 242 / 0.9);
}
.border-t-rose-50\/95 {
  border-top-color: rgb(255 241 242 / 0.95);
}
.border-t-rose-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-t-rose-500\/0 {
  border-top-color: rgb(244 63 94 / 0);
}
.border-t-rose-500\/10 {
  border-top-color: rgb(244 63 94 / 0.1);
}
.border-t-rose-500\/100 {
  border-top-color: rgb(244 63 94 / 1);
}
.border-t-rose-500\/15 {
  border-top-color: rgb(244 63 94 / 0.15);
}
.border-t-rose-500\/20 {
  border-top-color: rgb(244 63 94 / 0.2);
}
.border-t-rose-500\/25 {
  border-top-color: rgb(244 63 94 / 0.25);
}
.border-t-rose-500\/30 {
  border-top-color: rgb(244 63 94 / 0.3);
}
.border-t-rose-500\/35 {
  border-top-color: rgb(244 63 94 / 0.35);
}
.border-t-rose-500\/40 {
  border-top-color: rgb(244 63 94 / 0.4);
}
.border-t-rose-500\/45 {
  border-top-color: rgb(244 63 94 / 0.45);
}
.border-t-rose-500\/5 {
  border-top-color: rgb(244 63 94 / 0.05);
}
.border-t-rose-500\/50 {
  border-top-color: rgb(244 63 94 / 0.5);
}
.border-t-rose-500\/55 {
  border-top-color: rgb(244 63 94 / 0.55);
}
.border-t-rose-500\/60 {
  border-top-color: rgb(244 63 94 / 0.6);
}
.border-t-rose-500\/65 {
  border-top-color: rgb(244 63 94 / 0.65);
}
.border-t-rose-500\/70 {
  border-top-color: rgb(244 63 94 / 0.7);
}
.border-t-rose-500\/75 {
  border-top-color: rgb(244 63 94 / 0.75);
}
.border-t-rose-500\/80 {
  border-top-color: rgb(244 63 94 / 0.8);
}
.border-t-rose-500\/85 {
  border-top-color: rgb(244 63 94 / 0.85);
}
.border-t-rose-500\/90 {
  border-top-color: rgb(244 63 94 / 0.9);
}
.border-t-rose-500\/95 {
  border-top-color: rgb(244 63 94 / 0.95);
}
.border-t-rose-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-t-rose-600\/0 {
  border-top-color: rgb(225 29 72 / 0);
}
.border-t-rose-600\/10 {
  border-top-color: rgb(225 29 72 / 0.1);
}
.border-t-rose-600\/100 {
  border-top-color: rgb(225 29 72 / 1);
}
.border-t-rose-600\/15 {
  border-top-color: rgb(225 29 72 / 0.15);
}
.border-t-rose-600\/20 {
  border-top-color: rgb(225 29 72 / 0.2);
}
.border-t-rose-600\/25 {
  border-top-color: rgb(225 29 72 / 0.25);
}
.border-t-rose-600\/30 {
  border-top-color: rgb(225 29 72 / 0.3);
}
.border-t-rose-600\/35 {
  border-top-color: rgb(225 29 72 / 0.35);
}
.border-t-rose-600\/40 {
  border-top-color: rgb(225 29 72 / 0.4);
}
.border-t-rose-600\/45 {
  border-top-color: rgb(225 29 72 / 0.45);
}
.border-t-rose-600\/5 {
  border-top-color: rgb(225 29 72 / 0.05);
}
.border-t-rose-600\/50 {
  border-top-color: rgb(225 29 72 / 0.5);
}
.border-t-rose-600\/55 {
  border-top-color: rgb(225 29 72 / 0.55);
}
.border-t-rose-600\/60 {
  border-top-color: rgb(225 29 72 / 0.6);
}
.border-t-rose-600\/65 {
  border-top-color: rgb(225 29 72 / 0.65);
}
.border-t-rose-600\/70 {
  border-top-color: rgb(225 29 72 / 0.7);
}
.border-t-rose-600\/75 {
  border-top-color: rgb(225 29 72 / 0.75);
}
.border-t-rose-600\/80 {
  border-top-color: rgb(225 29 72 / 0.8);
}
.border-t-rose-600\/85 {
  border-top-color: rgb(225 29 72 / 0.85);
}
.border-t-rose-600\/90 {
  border-top-color: rgb(225 29 72 / 0.9);
}
.border-t-rose-600\/95 {
  border-top-color: rgb(225 29 72 / 0.95);
}
.border-t-rose-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-t-rose-700\/0 {
  border-top-color: rgb(190 18 60 / 0);
}
.border-t-rose-700\/10 {
  border-top-color: rgb(190 18 60 / 0.1);
}
.border-t-rose-700\/100 {
  border-top-color: rgb(190 18 60 / 1);
}
.border-t-rose-700\/15 {
  border-top-color: rgb(190 18 60 / 0.15);
}
.border-t-rose-700\/20 {
  border-top-color: rgb(190 18 60 / 0.2);
}
.border-t-rose-700\/25 {
  border-top-color: rgb(190 18 60 / 0.25);
}
.border-t-rose-700\/30 {
  border-top-color: rgb(190 18 60 / 0.3);
}
.border-t-rose-700\/35 {
  border-top-color: rgb(190 18 60 / 0.35);
}
.border-t-rose-700\/40 {
  border-top-color: rgb(190 18 60 / 0.4);
}
.border-t-rose-700\/45 {
  border-top-color: rgb(190 18 60 / 0.45);
}
.border-t-rose-700\/5 {
  border-top-color: rgb(190 18 60 / 0.05);
}
.border-t-rose-700\/50 {
  border-top-color: rgb(190 18 60 / 0.5);
}
.border-t-rose-700\/55 {
  border-top-color: rgb(190 18 60 / 0.55);
}
.border-t-rose-700\/60 {
  border-top-color: rgb(190 18 60 / 0.6);
}
.border-t-rose-700\/65 {
  border-top-color: rgb(190 18 60 / 0.65);
}
.border-t-rose-700\/70 {
  border-top-color: rgb(190 18 60 / 0.7);
}
.border-t-rose-700\/75 {
  border-top-color: rgb(190 18 60 / 0.75);
}
.border-t-rose-700\/80 {
  border-top-color: rgb(190 18 60 / 0.8);
}
.border-t-rose-700\/85 {
  border-top-color: rgb(190 18 60 / 0.85);
}
.border-t-rose-700\/90 {
  border-top-color: rgb(190 18 60 / 0.9);
}
.border-t-rose-700\/95 {
  border-top-color: rgb(190 18 60 / 0.95);
}
.border-t-rose-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}
.border-t-rose-800\/0 {
  border-top-color: rgb(159 18 57 / 0);
}
.border-t-rose-800\/10 {
  border-top-color: rgb(159 18 57 / 0.1);
}
.border-t-rose-800\/100 {
  border-top-color: rgb(159 18 57 / 1);
}
.border-t-rose-800\/15 {
  border-top-color: rgb(159 18 57 / 0.15);
}
.border-t-rose-800\/20 {
  border-top-color: rgb(159 18 57 / 0.2);
}
.border-t-rose-800\/25 {
  border-top-color: rgb(159 18 57 / 0.25);
}
.border-t-rose-800\/30 {
  border-top-color: rgb(159 18 57 / 0.3);
}
.border-t-rose-800\/35 {
  border-top-color: rgb(159 18 57 / 0.35);
}
.border-t-rose-800\/40 {
  border-top-color: rgb(159 18 57 / 0.4);
}
.border-t-rose-800\/45 {
  border-top-color: rgb(159 18 57 / 0.45);
}
.border-t-rose-800\/5 {
  border-top-color: rgb(159 18 57 / 0.05);
}
.border-t-rose-800\/50 {
  border-top-color: rgb(159 18 57 / 0.5);
}
.border-t-rose-800\/55 {
  border-top-color: rgb(159 18 57 / 0.55);
}
.border-t-rose-800\/60 {
  border-top-color: rgb(159 18 57 / 0.6);
}
.border-t-rose-800\/65 {
  border-top-color: rgb(159 18 57 / 0.65);
}
.border-t-rose-800\/70 {
  border-top-color: rgb(159 18 57 / 0.7);
}
.border-t-rose-800\/75 {
  border-top-color: rgb(159 18 57 / 0.75);
}
.border-t-rose-800\/80 {
  border-top-color: rgb(159 18 57 / 0.8);
}
.border-t-rose-800\/85 {
  border-top-color: rgb(159 18 57 / 0.85);
}
.border-t-rose-800\/90 {
  border-top-color: rgb(159 18 57 / 0.9);
}
.border-t-rose-800\/95 {
  border-top-color: rgb(159 18 57 / 0.95);
}
.border-t-rose-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}
.border-t-rose-900\/0 {
  border-top-color: rgb(136 19 55 / 0);
}
.border-t-rose-900\/10 {
  border-top-color: rgb(136 19 55 / 0.1);
}
.border-t-rose-900\/100 {
  border-top-color: rgb(136 19 55 / 1);
}
.border-t-rose-900\/15 {
  border-top-color: rgb(136 19 55 / 0.15);
}
.border-t-rose-900\/20 {
  border-top-color: rgb(136 19 55 / 0.2);
}
.border-t-rose-900\/25 {
  border-top-color: rgb(136 19 55 / 0.25);
}
.border-t-rose-900\/30 {
  border-top-color: rgb(136 19 55 / 0.3);
}
.border-t-rose-900\/35 {
  border-top-color: rgb(136 19 55 / 0.35);
}
.border-t-rose-900\/40 {
  border-top-color: rgb(136 19 55 / 0.4);
}
.border-t-rose-900\/45 {
  border-top-color: rgb(136 19 55 / 0.45);
}
.border-t-rose-900\/5 {
  border-top-color: rgb(136 19 55 / 0.05);
}
.border-t-rose-900\/50 {
  border-top-color: rgb(136 19 55 / 0.5);
}
.border-t-rose-900\/55 {
  border-top-color: rgb(136 19 55 / 0.55);
}
.border-t-rose-900\/60 {
  border-top-color: rgb(136 19 55 / 0.6);
}
.border-t-rose-900\/65 {
  border-top-color: rgb(136 19 55 / 0.65);
}
.border-t-rose-900\/70 {
  border-top-color: rgb(136 19 55 / 0.7);
}
.border-t-rose-900\/75 {
  border-top-color: rgb(136 19 55 / 0.75);
}
.border-t-rose-900\/80 {
  border-top-color: rgb(136 19 55 / 0.8);
}
.border-t-rose-900\/85 {
  border-top-color: rgb(136 19 55 / 0.85);
}
.border-t-rose-900\/90 {
  border-top-color: rgb(136 19 55 / 0.9);
}
.border-t-rose-900\/95 {
  border-top-color: rgb(136 19 55 / 0.95);
}
.border-t-rose-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}
.border-t-rose-950\/0 {
  border-top-color: rgb(76 5 25 / 0);
}
.border-t-rose-950\/10 {
  border-top-color: rgb(76 5 25 / 0.1);
}
.border-t-rose-950\/100 {
  border-top-color: rgb(76 5 25 / 1);
}
.border-t-rose-950\/15 {
  border-top-color: rgb(76 5 25 / 0.15);
}
.border-t-rose-950\/20 {
  border-top-color: rgb(76 5 25 / 0.2);
}
.border-t-rose-950\/25 {
  border-top-color: rgb(76 5 25 / 0.25);
}
.border-t-rose-950\/30 {
  border-top-color: rgb(76 5 25 / 0.3);
}
.border-t-rose-950\/35 {
  border-top-color: rgb(76 5 25 / 0.35);
}
.border-t-rose-950\/40 {
  border-top-color: rgb(76 5 25 / 0.4);
}
.border-t-rose-950\/45 {
  border-top-color: rgb(76 5 25 / 0.45);
}
.border-t-rose-950\/5 {
  border-top-color: rgb(76 5 25 / 0.05);
}
.border-t-rose-950\/50 {
  border-top-color: rgb(76 5 25 / 0.5);
}
.border-t-rose-950\/55 {
  border-top-color: rgb(76 5 25 / 0.55);
}
.border-t-rose-950\/60 {
  border-top-color: rgb(76 5 25 / 0.6);
}
.border-t-rose-950\/65 {
  border-top-color: rgb(76 5 25 / 0.65);
}
.border-t-rose-950\/70 {
  border-top-color: rgb(76 5 25 / 0.7);
}
.border-t-rose-950\/75 {
  border-top-color: rgb(76 5 25 / 0.75);
}
.border-t-rose-950\/80 {
  border-top-color: rgb(76 5 25 / 0.8);
}
.border-t-rose-950\/85 {
  border-top-color: rgb(76 5 25 / 0.85);
}
.border-t-rose-950\/90 {
  border-top-color: rgb(76 5 25 / 0.9);
}
.border-t-rose-950\/95 {
  border-top-color: rgb(76 5 25 / 0.95);
}
.border-t-secondary {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
}
.border-t-secondary-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
}
.border-t-secondary-foreground\/0 {
  border-top-color: hsl(var(--secondary-foreground) / 0);
}
.border-t-secondary-foreground\/10 {
  border-top-color: hsl(var(--secondary-foreground) / 0.1);
}
.border-t-secondary-foreground\/100 {
  border-top-color: hsl(var(--secondary-foreground) / 1);
}
.border-t-secondary-foreground\/15 {
  border-top-color: hsl(var(--secondary-foreground) / 0.15);
}
.border-t-secondary-foreground\/20 {
  border-top-color: hsl(var(--secondary-foreground) / 0.2);
}
.border-t-secondary-foreground\/25 {
  border-top-color: hsl(var(--secondary-foreground) / 0.25);
}
.border-t-secondary-foreground\/30 {
  border-top-color: hsl(var(--secondary-foreground) / 0.3);
}
.border-t-secondary-foreground\/35 {
  border-top-color: hsl(var(--secondary-foreground) / 0.35);
}
.border-t-secondary-foreground\/40 {
  border-top-color: hsl(var(--secondary-foreground) / 0.4);
}
.border-t-secondary-foreground\/45 {
  border-top-color: hsl(var(--secondary-foreground) / 0.45);
}
.border-t-secondary-foreground\/5 {
  border-top-color: hsl(var(--secondary-foreground) / 0.05);
}
.border-t-secondary-foreground\/50 {
  border-top-color: hsl(var(--secondary-foreground) / 0.5);
}
.border-t-secondary-foreground\/55 {
  border-top-color: hsl(var(--secondary-foreground) / 0.55);
}
.border-t-secondary-foreground\/60 {
  border-top-color: hsl(var(--secondary-foreground) / 0.6);
}
.border-t-secondary-foreground\/65 {
  border-top-color: hsl(var(--secondary-foreground) / 0.65);
}
.border-t-secondary-foreground\/70 {
  border-top-color: hsl(var(--secondary-foreground) / 0.7);
}
.border-t-secondary-foreground\/75 {
  border-top-color: hsl(var(--secondary-foreground) / 0.75);
}
.border-t-secondary-foreground\/80 {
  border-top-color: hsl(var(--secondary-foreground) / 0.8);
}
.border-t-secondary-foreground\/85 {
  border-top-color: hsl(var(--secondary-foreground) / 0.85);
}
.border-t-secondary-foreground\/90 {
  border-top-color: hsl(var(--secondary-foreground) / 0.9);
}
.border-t-secondary-foreground\/95 {
  border-top-color: hsl(var(--secondary-foreground) / 0.95);
}
.border-t-secondary\/0 {
  border-top-color: hsl(var(--secondary) / 0);
}
.border-t-secondary\/10 {
  border-top-color: hsl(var(--secondary) / 0.1);
}
.border-t-secondary\/100 {
  border-top-color: hsl(var(--secondary) / 1);
}
.border-t-secondary\/15 {
  border-top-color: hsl(var(--secondary) / 0.15);
}
.border-t-secondary\/20 {
  border-top-color: hsl(var(--secondary) / 0.2);
}
.border-t-secondary\/25 {
  border-top-color: hsl(var(--secondary) / 0.25);
}
.border-t-secondary\/30 {
  border-top-color: hsl(var(--secondary) / 0.3);
}
.border-t-secondary\/35 {
  border-top-color: hsl(var(--secondary) / 0.35);
}
.border-t-secondary\/40 {
  border-top-color: hsl(var(--secondary) / 0.4);
}
.border-t-secondary\/45 {
  border-top-color: hsl(var(--secondary) / 0.45);
}
.border-t-secondary\/5 {
  border-top-color: hsl(var(--secondary) / 0.05);
}
.border-t-secondary\/50 {
  border-top-color: hsl(var(--secondary) / 0.5);
}
.border-t-secondary\/55 {
  border-top-color: hsl(var(--secondary) / 0.55);
}
.border-t-secondary\/60 {
  border-top-color: hsl(var(--secondary) / 0.6);
}
.border-t-secondary\/65 {
  border-top-color: hsl(var(--secondary) / 0.65);
}
.border-t-secondary\/70 {
  border-top-color: hsl(var(--secondary) / 0.7);
}
.border-t-secondary\/75 {
  border-top-color: hsl(var(--secondary) / 0.75);
}
.border-t-secondary\/80 {
  border-top-color: hsl(var(--secondary) / 0.8);
}
.border-t-secondary\/85 {
  border-top-color: hsl(var(--secondary) / 0.85);
}
.border-t-secondary\/90 {
  border-top-color: hsl(var(--secondary) / 0.9);
}
.border-t-secondary\/95 {
  border-top-color: hsl(var(--secondary) / 0.95);
}
.border-t-sidebar {
  border-top-color: hsl(var(--sidebar-background));
}
.border-t-sidebar-accent {
  border-top-color: hsl(var(--sidebar-accent));
}
.border-t-sidebar-accent-foreground {
  border-top-color: hsl(var(--sidebar-accent-foreground));
}
.border-t-sidebar-accent-foreground\/0 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0);
}
.border-t-sidebar-accent-foreground\/10 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.1);
}
.border-t-sidebar-accent-foreground\/100 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 1);
}
.border-t-sidebar-accent-foreground\/15 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.15);
}
.border-t-sidebar-accent-foreground\/20 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.2);
}
.border-t-sidebar-accent-foreground\/25 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.25);
}
.border-t-sidebar-accent-foreground\/30 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.3);
}
.border-t-sidebar-accent-foreground\/35 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.35);
}
.border-t-sidebar-accent-foreground\/40 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.4);
}
.border-t-sidebar-accent-foreground\/45 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.45);
}
.border-t-sidebar-accent-foreground\/5 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.05);
}
.border-t-sidebar-accent-foreground\/50 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.5);
}
.border-t-sidebar-accent-foreground\/55 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.55);
}
.border-t-sidebar-accent-foreground\/60 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.6);
}
.border-t-sidebar-accent-foreground\/65 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.65);
}
.border-t-sidebar-accent-foreground\/70 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.7);
}
.border-t-sidebar-accent-foreground\/75 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.75);
}
.border-t-sidebar-accent-foreground\/80 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.8);
}
.border-t-sidebar-accent-foreground\/85 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.85);
}
.border-t-sidebar-accent-foreground\/90 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.9);
}
.border-t-sidebar-accent-foreground\/95 {
  border-top-color: hsl(var(--sidebar-accent-foreground) / 0.95);
}
.border-t-sidebar-accent\/0 {
  border-top-color: hsl(var(--sidebar-accent) / 0);
}
.border-t-sidebar-accent\/10 {
  border-top-color: hsl(var(--sidebar-accent) / 0.1);
}
.border-t-sidebar-accent\/100 {
  border-top-color: hsl(var(--sidebar-accent) / 1);
}
.border-t-sidebar-accent\/15 {
  border-top-color: hsl(var(--sidebar-accent) / 0.15);
}
.border-t-sidebar-accent\/20 {
  border-top-color: hsl(var(--sidebar-accent) / 0.2);
}
.border-t-sidebar-accent\/25 {
  border-top-color: hsl(var(--sidebar-accent) / 0.25);
}
.border-t-sidebar-accent\/30 {
  border-top-color: hsl(var(--sidebar-accent) / 0.3);
}
.border-t-sidebar-accent\/35 {
  border-top-color: hsl(var(--sidebar-accent) / 0.35);
}
.border-t-sidebar-accent\/40 {
  border-top-color: hsl(var(--sidebar-accent) / 0.4);
}
.border-t-sidebar-accent\/45 {
  border-top-color: hsl(var(--sidebar-accent) / 0.45);
}
.border-t-sidebar-accent\/5 {
  border-top-color: hsl(var(--sidebar-accent) / 0.05);
}
.border-t-sidebar-accent\/50 {
  border-top-color: hsl(var(--sidebar-accent) / 0.5);
}
.border-t-sidebar-accent\/55 {
  border-top-color: hsl(var(--sidebar-accent) / 0.55);
}
.border-t-sidebar-accent\/60 {
  border-top-color: hsl(var(--sidebar-accent) / 0.6);
}
.border-t-sidebar-accent\/65 {
  border-top-color: hsl(var(--sidebar-accent) / 0.65);
}
.border-t-sidebar-accent\/70 {
  border-top-color: hsl(var(--sidebar-accent) / 0.7);
}
.border-t-sidebar-accent\/75 {
  border-top-color: hsl(var(--sidebar-accent) / 0.75);
}
.border-t-sidebar-accent\/80 {
  border-top-color: hsl(var(--sidebar-accent) / 0.8);
}
.border-t-sidebar-accent\/85 {
  border-top-color: hsl(var(--sidebar-accent) / 0.85);
}
.border-t-sidebar-accent\/90 {
  border-top-color: hsl(var(--sidebar-accent) / 0.9);
}
.border-t-sidebar-accent\/95 {
  border-top-color: hsl(var(--sidebar-accent) / 0.95);
}
.border-t-sidebar-border {
  border-top-color: hsl(var(--sidebar-border));
}
.border-t-sidebar-border\/0 {
  border-top-color: hsl(var(--sidebar-border) / 0);
}
.border-t-sidebar-border\/10 {
  border-top-color: hsl(var(--sidebar-border) / 0.1);
}
.border-t-sidebar-border\/100 {
  border-top-color: hsl(var(--sidebar-border) / 1);
}
.border-t-sidebar-border\/15 {
  border-top-color: hsl(var(--sidebar-border) / 0.15);
}
.border-t-sidebar-border\/20 {
  border-top-color: hsl(var(--sidebar-border) / 0.2);
}
.border-t-sidebar-border\/25 {
  border-top-color: hsl(var(--sidebar-border) / 0.25);
}
.border-t-sidebar-border\/30 {
  border-top-color: hsl(var(--sidebar-border) / 0.3);
}
.border-t-sidebar-border\/35 {
  border-top-color: hsl(var(--sidebar-border) / 0.35);
}
.border-t-sidebar-border\/40 {
  border-top-color: hsl(var(--sidebar-border) / 0.4);
}
.border-t-sidebar-border\/45 {
  border-top-color: hsl(var(--sidebar-border) / 0.45);
}
.border-t-sidebar-border\/5 {
  border-top-color: hsl(var(--sidebar-border) / 0.05);
}
.border-t-sidebar-border\/50 {
  border-top-color: hsl(var(--sidebar-border) / 0.5);
}
.border-t-sidebar-border\/55 {
  border-top-color: hsl(var(--sidebar-border) / 0.55);
}
.border-t-sidebar-border\/60 {
  border-top-color: hsl(var(--sidebar-border) / 0.6);
}
.border-t-sidebar-border\/65 {
  border-top-color: hsl(var(--sidebar-border) / 0.65);
}
.border-t-sidebar-border\/70 {
  border-top-color: hsl(var(--sidebar-border) / 0.7);
}
.border-t-sidebar-border\/75 {
  border-top-color: hsl(var(--sidebar-border) / 0.75);
}
.border-t-sidebar-border\/80 {
  border-top-color: hsl(var(--sidebar-border) / 0.8);
}
.border-t-sidebar-border\/85 {
  border-top-color: hsl(var(--sidebar-border) / 0.85);
}
.border-t-sidebar-border\/90 {
  border-top-color: hsl(var(--sidebar-border) / 0.9);
}
.border-t-sidebar-border\/95 {
  border-top-color: hsl(var(--sidebar-border) / 0.95);
}
.border-t-sidebar-foreground {
  border-top-color: hsl(var(--sidebar-foreground));
}
.border-t-sidebar-foreground\/0 {
  border-top-color: hsl(var(--sidebar-foreground) / 0);
}
.border-t-sidebar-foreground\/10 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.1);
}
.border-t-sidebar-foreground\/100 {
  border-top-color: hsl(var(--sidebar-foreground) / 1);
}
.border-t-sidebar-foreground\/15 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.15);
}
.border-t-sidebar-foreground\/20 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.2);
}
.border-t-sidebar-foreground\/25 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.25);
}
.border-t-sidebar-foreground\/30 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.3);
}
.border-t-sidebar-foreground\/35 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.35);
}
.border-t-sidebar-foreground\/40 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.4);
}
.border-t-sidebar-foreground\/45 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.45);
}
.border-t-sidebar-foreground\/5 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.05);
}
.border-t-sidebar-foreground\/50 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.5);
}
.border-t-sidebar-foreground\/55 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.55);
}
.border-t-sidebar-foreground\/60 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.6);
}
.border-t-sidebar-foreground\/65 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.65);
}
.border-t-sidebar-foreground\/70 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.7);
}
.border-t-sidebar-foreground\/75 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.75);
}
.border-t-sidebar-foreground\/80 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.8);
}
.border-t-sidebar-foreground\/85 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.85);
}
.border-t-sidebar-foreground\/90 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.9);
}
.border-t-sidebar-foreground\/95 {
  border-top-color: hsl(var(--sidebar-foreground) / 0.95);
}
.border-t-sidebar-primary {
  border-top-color: hsl(var(--sidebar-primary));
}
.border-t-sidebar-primary-foreground {
  border-top-color: hsl(var(--sidebar-primary-foreground));
}
.border-t-sidebar-primary-foreground\/0 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0);
}
.border-t-sidebar-primary-foreground\/10 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.1);
}
.border-t-sidebar-primary-foreground\/100 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 1);
}
.border-t-sidebar-primary-foreground\/15 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.15);
}
.border-t-sidebar-primary-foreground\/20 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.2);
}
.border-t-sidebar-primary-foreground\/25 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.25);
}
.border-t-sidebar-primary-foreground\/30 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.3);
}
.border-t-sidebar-primary-foreground\/35 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.35);
}
.border-t-sidebar-primary-foreground\/40 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.4);
}
.border-t-sidebar-primary-foreground\/45 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.45);
}
.border-t-sidebar-primary-foreground\/5 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.05);
}
.border-t-sidebar-primary-foreground\/50 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.5);
}
.border-t-sidebar-primary-foreground\/55 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.55);
}
.border-t-sidebar-primary-foreground\/60 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.6);
}
.border-t-sidebar-primary-foreground\/65 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.65);
}
.border-t-sidebar-primary-foreground\/70 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.7);
}
.border-t-sidebar-primary-foreground\/75 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.75);
}
.border-t-sidebar-primary-foreground\/80 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.8);
}
.border-t-sidebar-primary-foreground\/85 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.85);
}
.border-t-sidebar-primary-foreground\/90 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.9);
}
.border-t-sidebar-primary-foreground\/95 {
  border-top-color: hsl(var(--sidebar-primary-foreground) / 0.95);
}
.border-t-sidebar-primary\/0 {
  border-top-color: hsl(var(--sidebar-primary) / 0);
}
.border-t-sidebar-primary\/10 {
  border-top-color: hsl(var(--sidebar-primary) / 0.1);
}
.border-t-sidebar-primary\/100 {
  border-top-color: hsl(var(--sidebar-primary) / 1);
}
.border-t-sidebar-primary\/15 {
  border-top-color: hsl(var(--sidebar-primary) / 0.15);
}
.border-t-sidebar-primary\/20 {
  border-top-color: hsl(var(--sidebar-primary) / 0.2);
}
.border-t-sidebar-primary\/25 {
  border-top-color: hsl(var(--sidebar-primary) / 0.25);
}
.border-t-sidebar-primary\/30 {
  border-top-color: hsl(var(--sidebar-primary) / 0.3);
}
.border-t-sidebar-primary\/35 {
  border-top-color: hsl(var(--sidebar-primary) / 0.35);
}
.border-t-sidebar-primary\/40 {
  border-top-color: hsl(var(--sidebar-primary) / 0.4);
}
.border-t-sidebar-primary\/45 {
  border-top-color: hsl(var(--sidebar-primary) / 0.45);
}
.border-t-sidebar-primary\/5 {
  border-top-color: hsl(var(--sidebar-primary) / 0.05);
}
.border-t-sidebar-primary\/50 {
  border-top-color: hsl(var(--sidebar-primary) / 0.5);
}
.border-t-sidebar-primary\/55 {
  border-top-color: hsl(var(--sidebar-primary) / 0.55);
}
.border-t-sidebar-primary\/60 {
  border-top-color: hsl(var(--sidebar-primary) / 0.6);
}
.border-t-sidebar-primary\/65 {
  border-top-color: hsl(var(--sidebar-primary) / 0.65);
}
.border-t-sidebar-primary\/70 {
  border-top-color: hsl(var(--sidebar-primary) / 0.7);
}
.border-t-sidebar-primary\/75 {
  border-top-color: hsl(var(--sidebar-primary) / 0.75);
}
.border-t-sidebar-primary\/80 {
  border-top-color: hsl(var(--sidebar-primary) / 0.8);
}
.border-t-sidebar-primary\/85 {
  border-top-color: hsl(var(--sidebar-primary) / 0.85);
}
.border-t-sidebar-primary\/90 {
  border-top-color: hsl(var(--sidebar-primary) / 0.9);
}
.border-t-sidebar-primary\/95 {
  border-top-color: hsl(var(--sidebar-primary) / 0.95);
}
.border-t-sidebar-ring {
  border-top-color: hsl(var(--sidebar-ring));
}
.border-t-sidebar-ring\/0 {
  border-top-color: hsl(var(--sidebar-ring) / 0);
}
.border-t-sidebar-ring\/10 {
  border-top-color: hsl(var(--sidebar-ring) / 0.1);
}
.border-t-sidebar-ring\/100 {
  border-top-color: hsl(var(--sidebar-ring) / 1);
}
.border-t-sidebar-ring\/15 {
  border-top-color: hsl(var(--sidebar-ring) / 0.15);
}
.border-t-sidebar-ring\/20 {
  border-top-color: hsl(var(--sidebar-ring) / 0.2);
}
.border-t-sidebar-ring\/25 {
  border-top-color: hsl(var(--sidebar-ring) / 0.25);
}
.border-t-sidebar-ring\/30 {
  border-top-color: hsl(var(--sidebar-ring) / 0.3);
}
.border-t-sidebar-ring\/35 {
  border-top-color: hsl(var(--sidebar-ring) / 0.35);
}
.border-t-sidebar-ring\/40 {
  border-top-color: hsl(var(--sidebar-ring) / 0.4);
}
.border-t-sidebar-ring\/45 {
  border-top-color: hsl(var(--sidebar-ring) / 0.45);
}
.border-t-sidebar-ring\/5 {
  border-top-color: hsl(var(--sidebar-ring) / 0.05);
}
.border-t-sidebar-ring\/50 {
  border-top-color: hsl(var(--sidebar-ring) / 0.5);
}
.border-t-sidebar-ring\/55 {
  border-top-color: hsl(var(--sidebar-ring) / 0.55);
}
.border-t-sidebar-ring\/60 {
  border-top-color: hsl(var(--sidebar-ring) / 0.6);
}
.border-t-sidebar-ring\/65 {
  border-top-color: hsl(var(--sidebar-ring) / 0.65);
}
.border-t-sidebar-ring\/70 {
  border-top-color: hsl(var(--sidebar-ring) / 0.7);
}
.border-t-sidebar-ring\/75 {
  border-top-color: hsl(var(--sidebar-ring) / 0.75);
}
.border-t-sidebar-ring\/80 {
  border-top-color: hsl(var(--sidebar-ring) / 0.8);
}
.border-t-sidebar-ring\/85 {
  border-top-color: hsl(var(--sidebar-ring) / 0.85);
}
.border-t-sidebar-ring\/90 {
  border-top-color: hsl(var(--sidebar-ring) / 0.9);
}
.border-t-sidebar-ring\/95 {
  border-top-color: hsl(var(--sidebar-ring) / 0.95);
}
.border-t-sidebar\/0 {
  border-top-color: hsl(var(--sidebar-background) / 0);
}
.border-t-sidebar\/10 {
  border-top-color: hsl(var(--sidebar-background) / 0.1);
}
.border-t-sidebar\/100 {
  border-top-color: hsl(var(--sidebar-background) / 1);
}
.border-t-sidebar\/15 {
  border-top-color: hsl(var(--sidebar-background) / 0.15);
}
.border-t-sidebar\/20 {
  border-top-color: hsl(var(--sidebar-background) / 0.2);
}
.border-t-sidebar\/25 {
  border-top-color: hsl(var(--sidebar-background) / 0.25);
}
.border-t-sidebar\/30 {
  border-top-color: hsl(var(--sidebar-background) / 0.3);
}
.border-t-sidebar\/35 {
  border-top-color: hsl(var(--sidebar-background) / 0.35);
}
.border-t-sidebar\/40 {
  border-top-color: hsl(var(--sidebar-background) / 0.4);
}
.border-t-sidebar\/45 {
  border-top-color: hsl(var(--sidebar-background) / 0.45);
}
.border-t-sidebar\/5 {
  border-top-color: hsl(var(--sidebar-background) / 0.05);
}
.border-t-sidebar\/50 {
  border-top-color: hsl(var(--sidebar-background) / 0.5);
}
.border-t-sidebar\/55 {
  border-top-color: hsl(var(--sidebar-background) / 0.55);
}
.border-t-sidebar\/60 {
  border-top-color: hsl(var(--sidebar-background) / 0.6);
}
.border-t-sidebar\/65 {
  border-top-color: hsl(var(--sidebar-background) / 0.65);
}
.border-t-sidebar\/70 {
  border-top-color: hsl(var(--sidebar-background) / 0.7);
}
.border-t-sidebar\/75 {
  border-top-color: hsl(var(--sidebar-background) / 0.75);
}
.border-t-sidebar\/80 {
  border-top-color: hsl(var(--sidebar-background) / 0.8);
}
.border-t-sidebar\/85 {
  border-top-color: hsl(var(--sidebar-background) / 0.85);
}
.border-t-sidebar\/90 {
  border-top-color: hsl(var(--sidebar-background) / 0.9);
}
.border-t-sidebar\/95 {
  border-top-color: hsl(var(--sidebar-background) / 0.95);
}
.border-t-sky-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-t-sky-100\/0 {
  border-top-color: rgb(224 242 254 / 0);
}
.border-t-sky-100\/10 {
  border-top-color: rgb(224 242 254 / 0.1);
}
.border-t-sky-100\/100 {
  border-top-color: rgb(224 242 254 / 1);
}
.border-t-sky-100\/15 {
  border-top-color: rgb(224 242 254 / 0.15);
}
.border-t-sky-100\/20 {
  border-top-color: rgb(224 242 254 / 0.2);
}
.border-t-sky-100\/25 {
  border-top-color: rgb(224 242 254 / 0.25);
}
.border-t-sky-100\/30 {
  border-top-color: rgb(224 242 254 / 0.3);
}
.border-t-sky-100\/35 {
  border-top-color: rgb(224 242 254 / 0.35);
}
.border-t-sky-100\/40 {
  border-top-color: rgb(224 242 254 / 0.4);
}
.border-t-sky-100\/45 {
  border-top-color: rgb(224 242 254 / 0.45);
}
.border-t-sky-100\/5 {
  border-top-color: rgb(224 242 254 / 0.05);
}
.border-t-sky-100\/50 {
  border-top-color: rgb(224 242 254 / 0.5);
}
.border-t-sky-100\/55 {
  border-top-color: rgb(224 242 254 / 0.55);
}
.border-t-sky-100\/60 {
  border-top-color: rgb(224 242 254 / 0.6);
}
.border-t-sky-100\/65 {
  border-top-color: rgb(224 242 254 / 0.65);
}
.border-t-sky-100\/70 {
  border-top-color: rgb(224 242 254 / 0.7);
}
.border-t-sky-100\/75 {
  border-top-color: rgb(224 242 254 / 0.75);
}
.border-t-sky-100\/80 {
  border-top-color: rgb(224 242 254 / 0.8);
}
.border-t-sky-100\/85 {
  border-top-color: rgb(224 242 254 / 0.85);
}
.border-t-sky-100\/90 {
  border-top-color: rgb(224 242 254 / 0.9);
}
.border-t-sky-100\/95 {
  border-top-color: rgb(224 242 254 / 0.95);
}
.border-t-sky-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-t-sky-200\/0 {
  border-top-color: rgb(186 230 253 / 0);
}
.border-t-sky-200\/10 {
  border-top-color: rgb(186 230 253 / 0.1);
}
.border-t-sky-200\/100 {
  border-top-color: rgb(186 230 253 / 1);
}
.border-t-sky-200\/15 {
  border-top-color: rgb(186 230 253 / 0.15);
}
.border-t-sky-200\/20 {
  border-top-color: rgb(186 230 253 / 0.2);
}
.border-t-sky-200\/25 {
  border-top-color: rgb(186 230 253 / 0.25);
}
.border-t-sky-200\/30 {
  border-top-color: rgb(186 230 253 / 0.3);
}
.border-t-sky-200\/35 {
  border-top-color: rgb(186 230 253 / 0.35);
}
.border-t-sky-200\/40 {
  border-top-color: rgb(186 230 253 / 0.4);
}
.border-t-sky-200\/45 {
  border-top-color: rgb(186 230 253 / 0.45);
}
.border-t-sky-200\/5 {
  border-top-color: rgb(186 230 253 / 0.05);
}
.border-t-sky-200\/50 {
  border-top-color: rgb(186 230 253 / 0.5);
}
.border-t-sky-200\/55 {
  border-top-color: rgb(186 230 253 / 0.55);
}
.border-t-sky-200\/60 {
  border-top-color: rgb(186 230 253 / 0.6);
}
.border-t-sky-200\/65 {
  border-top-color: rgb(186 230 253 / 0.65);
}
.border-t-sky-200\/70 {
  border-top-color: rgb(186 230 253 / 0.7);
}
.border-t-sky-200\/75 {
  border-top-color: rgb(186 230 253 / 0.75);
}
.border-t-sky-200\/80 {
  border-top-color: rgb(186 230 253 / 0.8);
}
.border-t-sky-200\/85 {
  border-top-color: rgb(186 230 253 / 0.85);
}
.border-t-sky-200\/90 {
  border-top-color: rgb(186 230 253 / 0.9);
}
.border-t-sky-200\/95 {
  border-top-color: rgb(186 230 253 / 0.95);
}
.border-t-sky-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-t-sky-300\/0 {
  border-top-color: rgb(125 211 252 / 0);
}
.border-t-sky-300\/10 {
  border-top-color: rgb(125 211 252 / 0.1);
}
.border-t-sky-300\/100 {
  border-top-color: rgb(125 211 252 / 1);
}
.border-t-sky-300\/15 {
  border-top-color: rgb(125 211 252 / 0.15);
}
.border-t-sky-300\/20 {
  border-top-color: rgb(125 211 252 / 0.2);
}
.border-t-sky-300\/25 {
  border-top-color: rgb(125 211 252 / 0.25);
}
.border-t-sky-300\/30 {
  border-top-color: rgb(125 211 252 / 0.3);
}
.border-t-sky-300\/35 {
  border-top-color: rgb(125 211 252 / 0.35);
}
.border-t-sky-300\/40 {
  border-top-color: rgb(125 211 252 / 0.4);
}
.border-t-sky-300\/45 {
  border-top-color: rgb(125 211 252 / 0.45);
}
.border-t-sky-300\/5 {
  border-top-color: rgb(125 211 252 / 0.05);
}
.border-t-sky-300\/50 {
  border-top-color: rgb(125 211 252 / 0.5);
}
.border-t-sky-300\/55 {
  border-top-color: rgb(125 211 252 / 0.55);
}
.border-t-sky-300\/60 {
  border-top-color: rgb(125 211 252 / 0.6);
}
.border-t-sky-300\/65 {
  border-top-color: rgb(125 211 252 / 0.65);
}
.border-t-sky-300\/70 {
  border-top-color: rgb(125 211 252 / 0.7);
}
.border-t-sky-300\/75 {
  border-top-color: rgb(125 211 252 / 0.75);
}
.border-t-sky-300\/80 {
  border-top-color: rgb(125 211 252 / 0.8);
}
.border-t-sky-300\/85 {
  border-top-color: rgb(125 211 252 / 0.85);
}
.border-t-sky-300\/90 {
  border-top-color: rgb(125 211 252 / 0.9);
}
.border-t-sky-300\/95 {
  border-top-color: rgb(125 211 252 / 0.95);
}
.border-t-sky-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-t-sky-400\/0 {
  border-top-color: rgb(56 189 248 / 0);
}
.border-t-sky-400\/10 {
  border-top-color: rgb(56 189 248 / 0.1);
}
.border-t-sky-400\/100 {
  border-top-color: rgb(56 189 248 / 1);
}
.border-t-sky-400\/15 {
  border-top-color: rgb(56 189 248 / 0.15);
}
.border-t-sky-400\/20 {
  border-top-color: rgb(56 189 248 / 0.2);
}
.border-t-sky-400\/25 {
  border-top-color: rgb(56 189 248 / 0.25);
}
.border-t-sky-400\/30 {
  border-top-color: rgb(56 189 248 / 0.3);
}
.border-t-sky-400\/35 {
  border-top-color: rgb(56 189 248 / 0.35);
}
.border-t-sky-400\/40 {
  border-top-color: rgb(56 189 248 / 0.4);
}
.border-t-sky-400\/45 {
  border-top-color: rgb(56 189 248 / 0.45);
}
.border-t-sky-400\/5 {
  border-top-color: rgb(56 189 248 / 0.05);
}
.border-t-sky-400\/50 {
  border-top-color: rgb(56 189 248 / 0.5);
}
.border-t-sky-400\/55 {
  border-top-color: rgb(56 189 248 / 0.55);
}
.border-t-sky-400\/60 {
  border-top-color: rgb(56 189 248 / 0.6);
}
.border-t-sky-400\/65 {
  border-top-color: rgb(56 189 248 / 0.65);
}
.border-t-sky-400\/70 {
  border-top-color: rgb(56 189 248 / 0.7);
}
.border-t-sky-400\/75 {
  border-top-color: rgb(56 189 248 / 0.75);
}
.border-t-sky-400\/80 {
  border-top-color: rgb(56 189 248 / 0.8);
}
.border-t-sky-400\/85 {
  border-top-color: rgb(56 189 248 / 0.85);
}
.border-t-sky-400\/90 {
  border-top-color: rgb(56 189 248 / 0.9);
}
.border-t-sky-400\/95 {
  border-top-color: rgb(56 189 248 / 0.95);
}
.border-t-sky-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}
.border-t-sky-50\/0 {
  border-top-color: rgb(240 249 255 / 0);
}
.border-t-sky-50\/10 {
  border-top-color: rgb(240 249 255 / 0.1);
}
.border-t-sky-50\/100 {
  border-top-color: rgb(240 249 255 / 1);
}
.border-t-sky-50\/15 {
  border-top-color: rgb(240 249 255 / 0.15);
}
.border-t-sky-50\/20 {
  border-top-color: rgb(240 249 255 / 0.2);
}
.border-t-sky-50\/25 {
  border-top-color: rgb(240 249 255 / 0.25);
}
.border-t-sky-50\/30 {
  border-top-color: rgb(240 249 255 / 0.3);
}
.border-t-sky-50\/35 {
  border-top-color: rgb(240 249 255 / 0.35);
}
.border-t-sky-50\/40 {
  border-top-color: rgb(240 249 255 / 0.4);
}
.border-t-sky-50\/45 {
  border-top-color: rgb(240 249 255 / 0.45);
}
.border-t-sky-50\/5 {
  border-top-color: rgb(240 249 255 / 0.05);
}
.border-t-sky-50\/50 {
  border-top-color: rgb(240 249 255 / 0.5);
}
.border-t-sky-50\/55 {
  border-top-color: rgb(240 249 255 / 0.55);
}
.border-t-sky-50\/60 {
  border-top-color: rgb(240 249 255 / 0.6);
}
.border-t-sky-50\/65 {
  border-top-color: rgb(240 249 255 / 0.65);
}
.border-t-sky-50\/70 {
  border-top-color: rgb(240 249 255 / 0.7);
}
.border-t-sky-50\/75 {
  border-top-color: rgb(240 249 255 / 0.75);
}
.border-t-sky-50\/80 {
  border-top-color: rgb(240 249 255 / 0.8);
}
.border-t-sky-50\/85 {
  border-top-color: rgb(240 249 255 / 0.85);
}
.border-t-sky-50\/90 {
  border-top-color: rgb(240 249 255 / 0.9);
}
.border-t-sky-50\/95 {
  border-top-color: rgb(240 249 255 / 0.95);
}
.border-t-sky-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-t-sky-500\/0 {
  border-top-color: rgb(14 165 233 / 0);
}
.border-t-sky-500\/10 {
  border-top-color: rgb(14 165 233 / 0.1);
}
.border-t-sky-500\/100 {
  border-top-color: rgb(14 165 233 / 1);
}
.border-t-sky-500\/15 {
  border-top-color: rgb(14 165 233 / 0.15);
}
.border-t-sky-500\/20 {
  border-top-color: rgb(14 165 233 / 0.2);
}
.border-t-sky-500\/25 {
  border-top-color: rgb(14 165 233 / 0.25);
}
.border-t-sky-500\/30 {
  border-top-color: rgb(14 165 233 / 0.3);
}
.border-t-sky-500\/35 {
  border-top-color: rgb(14 165 233 / 0.35);
}
.border-t-sky-500\/40 {
  border-top-color: rgb(14 165 233 / 0.4);
}
.border-t-sky-500\/45 {
  border-top-color: rgb(14 165 233 / 0.45);
}
.border-t-sky-500\/5 {
  border-top-color: rgb(14 165 233 / 0.05);
}
.border-t-sky-500\/50 {
  border-top-color: rgb(14 165 233 / 0.5);
}
.border-t-sky-500\/55 {
  border-top-color: rgb(14 165 233 / 0.55);
}
.border-t-sky-500\/60 {
  border-top-color: rgb(14 165 233 / 0.6);
}
.border-t-sky-500\/65 {
  border-top-color: rgb(14 165 233 / 0.65);
}
.border-t-sky-500\/70 {
  border-top-color: rgb(14 165 233 / 0.7);
}
.border-t-sky-500\/75 {
  border-top-color: rgb(14 165 233 / 0.75);
}
.border-t-sky-500\/80 {
  border-top-color: rgb(14 165 233 / 0.8);
}
.border-t-sky-500\/85 {
  border-top-color: rgb(14 165 233 / 0.85);
}
.border-t-sky-500\/90 {
  border-top-color: rgb(14 165 233 / 0.9);
}
.border-t-sky-500\/95 {
  border-top-color: rgb(14 165 233 / 0.95);
}
.border-t-sky-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-t-sky-600\/0 {
  border-top-color: rgb(2 132 199 / 0);
}
.border-t-sky-600\/10 {
  border-top-color: rgb(2 132 199 / 0.1);
}
.border-t-sky-600\/100 {
  border-top-color: rgb(2 132 199 / 1);
}
.border-t-sky-600\/15 {
  border-top-color: rgb(2 132 199 / 0.15);
}
.border-t-sky-600\/20 {
  border-top-color: rgb(2 132 199 / 0.2);
}
.border-t-sky-600\/25 {
  border-top-color: rgb(2 132 199 / 0.25);
}
.border-t-sky-600\/30 {
  border-top-color: rgb(2 132 199 / 0.3);
}
.border-t-sky-600\/35 {
  border-top-color: rgb(2 132 199 / 0.35);
}
.border-t-sky-600\/40 {
  border-top-color: rgb(2 132 199 / 0.4);
}
.border-t-sky-600\/45 {
  border-top-color: rgb(2 132 199 / 0.45);
}
.border-t-sky-600\/5 {
  border-top-color: rgb(2 132 199 / 0.05);
}
.border-t-sky-600\/50 {
  border-top-color: rgb(2 132 199 / 0.5);
}
.border-t-sky-600\/55 {
  border-top-color: rgb(2 132 199 / 0.55);
}
.border-t-sky-600\/60 {
  border-top-color: rgb(2 132 199 / 0.6);
}
.border-t-sky-600\/65 {
  border-top-color: rgb(2 132 199 / 0.65);
}
.border-t-sky-600\/70 {
  border-top-color: rgb(2 132 199 / 0.7);
}
.border-t-sky-600\/75 {
  border-top-color: rgb(2 132 199 / 0.75);
}
.border-t-sky-600\/80 {
  border-top-color: rgb(2 132 199 / 0.8);
}
.border-t-sky-600\/85 {
  border-top-color: rgb(2 132 199 / 0.85);
}
.border-t-sky-600\/90 {
  border-top-color: rgb(2 132 199 / 0.9);
}
.border-t-sky-600\/95 {
  border-top-color: rgb(2 132 199 / 0.95);
}
.border-t-sky-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}
.border-t-sky-700\/0 {
  border-top-color: rgb(3 105 161 / 0);
}
.border-t-sky-700\/10 {
  border-top-color: rgb(3 105 161 / 0.1);
}
.border-t-sky-700\/100 {
  border-top-color: rgb(3 105 161 / 1);
}
.border-t-sky-700\/15 {
  border-top-color: rgb(3 105 161 / 0.15);
}
.border-t-sky-700\/20 {
  border-top-color: rgb(3 105 161 / 0.2);
}
.border-t-sky-700\/25 {
  border-top-color: rgb(3 105 161 / 0.25);
}
.border-t-sky-700\/30 {
  border-top-color: rgb(3 105 161 / 0.3);
}
.border-t-sky-700\/35 {
  border-top-color: rgb(3 105 161 / 0.35);
}
.border-t-sky-700\/40 {
  border-top-color: rgb(3 105 161 / 0.4);
}
.border-t-sky-700\/45 {
  border-top-color: rgb(3 105 161 / 0.45);
}
.border-t-sky-700\/5 {
  border-top-color: rgb(3 105 161 / 0.05);
}
.border-t-sky-700\/50 {
  border-top-color: rgb(3 105 161 / 0.5);
}
.border-t-sky-700\/55 {
  border-top-color: rgb(3 105 161 / 0.55);
}
.border-t-sky-700\/60 {
  border-top-color: rgb(3 105 161 / 0.6);
}
.border-t-sky-700\/65 {
  border-top-color: rgb(3 105 161 / 0.65);
}
.border-t-sky-700\/70 {
  border-top-color: rgb(3 105 161 / 0.7);
}
.border-t-sky-700\/75 {
  border-top-color: rgb(3 105 161 / 0.75);
}
.border-t-sky-700\/80 {
  border-top-color: rgb(3 105 161 / 0.8);
}
.border-t-sky-700\/85 {
  border-top-color: rgb(3 105 161 / 0.85);
}
.border-t-sky-700\/90 {
  border-top-color: rgb(3 105 161 / 0.9);
}
.border-t-sky-700\/95 {
  border-top-color: rgb(3 105 161 / 0.95);
}
.border-t-sky-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}
.border-t-sky-800\/0 {
  border-top-color: rgb(7 89 133 / 0);
}
.border-t-sky-800\/10 {
  border-top-color: rgb(7 89 133 / 0.1);
}
.border-t-sky-800\/100 {
  border-top-color: rgb(7 89 133 / 1);
}
.border-t-sky-800\/15 {
  border-top-color: rgb(7 89 133 / 0.15);
}
.border-t-sky-800\/20 {
  border-top-color: rgb(7 89 133 / 0.2);
}
.border-t-sky-800\/25 {
  border-top-color: rgb(7 89 133 / 0.25);
}
.border-t-sky-800\/30 {
  border-top-color: rgb(7 89 133 / 0.3);
}
.border-t-sky-800\/35 {
  border-top-color: rgb(7 89 133 / 0.35);
}
.border-t-sky-800\/40 {
  border-top-color: rgb(7 89 133 / 0.4);
}
.border-t-sky-800\/45 {
  border-top-color: rgb(7 89 133 / 0.45);
}
.border-t-sky-800\/5 {
  border-top-color: rgb(7 89 133 / 0.05);
}
.border-t-sky-800\/50 {
  border-top-color: rgb(7 89 133 / 0.5);
}
.border-t-sky-800\/55 {
  border-top-color: rgb(7 89 133 / 0.55);
}
.border-t-sky-800\/60 {
  border-top-color: rgb(7 89 133 / 0.6);
}
.border-t-sky-800\/65 {
  border-top-color: rgb(7 89 133 / 0.65);
}
.border-t-sky-800\/70 {
  border-top-color: rgb(7 89 133 / 0.7);
}
.border-t-sky-800\/75 {
  border-top-color: rgb(7 89 133 / 0.75);
}
.border-t-sky-800\/80 {
  border-top-color: rgb(7 89 133 / 0.8);
}
.border-t-sky-800\/85 {
  border-top-color: rgb(7 89 133 / 0.85);
}
.border-t-sky-800\/90 {
  border-top-color: rgb(7 89 133 / 0.9);
}
.border-t-sky-800\/95 {
  border-top-color: rgb(7 89 133 / 0.95);
}
.border-t-sky-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}
.border-t-sky-900\/0 {
  border-top-color: rgb(12 74 110 / 0);
}
.border-t-sky-900\/10 {
  border-top-color: rgb(12 74 110 / 0.1);
}
.border-t-sky-900\/100 {
  border-top-color: rgb(12 74 110 / 1);
}
.border-t-sky-900\/15 {
  border-top-color: rgb(12 74 110 / 0.15);
}
.border-t-sky-900\/20 {
  border-top-color: rgb(12 74 110 / 0.2);
}
.border-t-sky-900\/25 {
  border-top-color: rgb(12 74 110 / 0.25);
}
.border-t-sky-900\/30 {
  border-top-color: rgb(12 74 110 / 0.3);
}
.border-t-sky-900\/35 {
  border-top-color: rgb(12 74 110 / 0.35);
}
.border-t-sky-900\/40 {
  border-top-color: rgb(12 74 110 / 0.4);
}
.border-t-sky-900\/45 {
  border-top-color: rgb(12 74 110 / 0.45);
}
.border-t-sky-900\/5 {
  border-top-color: rgb(12 74 110 / 0.05);
}
.border-t-sky-900\/50 {
  border-top-color: rgb(12 74 110 / 0.5);
}
.border-t-sky-900\/55 {
  border-top-color: rgb(12 74 110 / 0.55);
}
.border-t-sky-900\/60 {
  border-top-color: rgb(12 74 110 / 0.6);
}
.border-t-sky-900\/65 {
  border-top-color: rgb(12 74 110 / 0.65);
}
.border-t-sky-900\/70 {
  border-top-color: rgb(12 74 110 / 0.7);
}
.border-t-sky-900\/75 {
  border-top-color: rgb(12 74 110 / 0.75);
}
.border-t-sky-900\/80 {
  border-top-color: rgb(12 74 110 / 0.8);
}
.border-t-sky-900\/85 {
  border-top-color: rgb(12 74 110 / 0.85);
}
.border-t-sky-900\/90 {
  border-top-color: rgb(12 74 110 / 0.9);
}
.border-t-sky-900\/95 {
  border-top-color: rgb(12 74 110 / 0.95);
}
.border-t-sky-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}
.border-t-sky-950\/0 {
  border-top-color: rgb(8 47 73 / 0);
}
.border-t-sky-950\/10 {
  border-top-color: rgb(8 47 73 / 0.1);
}
.border-t-sky-950\/100 {
  border-top-color: rgb(8 47 73 / 1);
}
.border-t-sky-950\/15 {
  border-top-color: rgb(8 47 73 / 0.15);
}
.border-t-sky-950\/20 {
  border-top-color: rgb(8 47 73 / 0.2);
}
.border-t-sky-950\/25 {
  border-top-color: rgb(8 47 73 / 0.25);
}
.border-t-sky-950\/30 {
  border-top-color: rgb(8 47 73 / 0.3);
}
.border-t-sky-950\/35 {
  border-top-color: rgb(8 47 73 / 0.35);
}
.border-t-sky-950\/40 {
  border-top-color: rgb(8 47 73 / 0.4);
}
.border-t-sky-950\/45 {
  border-top-color: rgb(8 47 73 / 0.45);
}
.border-t-sky-950\/5 {
  border-top-color: rgb(8 47 73 / 0.05);
}
.border-t-sky-950\/50 {
  border-top-color: rgb(8 47 73 / 0.5);
}
.border-t-sky-950\/55 {
  border-top-color: rgb(8 47 73 / 0.55);
}
.border-t-sky-950\/60 {
  border-top-color: rgb(8 47 73 / 0.6);
}
.border-t-sky-950\/65 {
  border-top-color: rgb(8 47 73 / 0.65);
}
.border-t-sky-950\/70 {
  border-top-color: rgb(8 47 73 / 0.7);
}
.border-t-sky-950\/75 {
  border-top-color: rgb(8 47 73 / 0.75);
}
.border-t-sky-950\/80 {
  border-top-color: rgb(8 47 73 / 0.8);
}
.border-t-sky-950\/85 {
  border-top-color: rgb(8 47 73 / 0.85);
}
.border-t-sky-950\/90 {
  border-top-color: rgb(8 47 73 / 0.9);
}
.border-t-sky-950\/95 {
  border-top-color: rgb(8 47 73 / 0.95);
}
.border-t-slate-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-t-slate-100\/0 {
  border-top-color: rgb(241 245 249 / 0);
}
.border-t-slate-100\/10 {
  border-top-color: rgb(241 245 249 / 0.1);
}
.border-t-slate-100\/100 {
  border-top-color: rgb(241 245 249 / 1);
}
.border-t-slate-100\/15 {
  border-top-color: rgb(241 245 249 / 0.15);
}
.border-t-slate-100\/20 {
  border-top-color: rgb(241 245 249 / 0.2);
}
.border-t-slate-100\/25 {
  border-top-color: rgb(241 245 249 / 0.25);
}
.border-t-slate-100\/30 {
  border-top-color: rgb(241 245 249 / 0.3);
}
.border-t-slate-100\/35 {
  border-top-color: rgb(241 245 249 / 0.35);
}
.border-t-slate-100\/40 {
  border-top-color: rgb(241 245 249 / 0.4);
}
.border-t-slate-100\/45 {
  border-top-color: rgb(241 245 249 / 0.45);
}
.border-t-slate-100\/5 {
  border-top-color: rgb(241 245 249 / 0.05);
}
.border-t-slate-100\/50 {
  border-top-color: rgb(241 245 249 / 0.5);
}
.border-t-slate-100\/55 {
  border-top-color: rgb(241 245 249 / 0.55);
}
.border-t-slate-100\/60 {
  border-top-color: rgb(241 245 249 / 0.6);
}
.border-t-slate-100\/65 {
  border-top-color: rgb(241 245 249 / 0.65);
}
.border-t-slate-100\/70 {
  border-top-color: rgb(241 245 249 / 0.7);
}
.border-t-slate-100\/75 {
  border-top-color: rgb(241 245 249 / 0.75);
}
.border-t-slate-100\/80 {
  border-top-color: rgb(241 245 249 / 0.8);
}
.border-t-slate-100\/85 {
  border-top-color: rgb(241 245 249 / 0.85);
}
.border-t-slate-100\/90 {
  border-top-color: rgb(241 245 249 / 0.9);
}
.border-t-slate-100\/95 {
  border-top-color: rgb(241 245 249 / 0.95);
}
.border-t-slate-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-t-slate-200\/0 {
  border-top-color: rgb(226 232 240 / 0);
}
.border-t-slate-200\/10 {
  border-top-color: rgb(226 232 240 / 0.1);
}
.border-t-slate-200\/100 {
  border-top-color: rgb(226 232 240 / 1);
}
.border-t-slate-200\/15 {
  border-top-color: rgb(226 232 240 / 0.15);
}
.border-t-slate-200\/20 {
  border-top-color: rgb(226 232 240 / 0.2);
}
.border-t-slate-200\/25 {
  border-top-color: rgb(226 232 240 / 0.25);
}
.border-t-slate-200\/30 {
  border-top-color: rgb(226 232 240 / 0.3);
}
.border-t-slate-200\/35 {
  border-top-color: rgb(226 232 240 / 0.35);
}
.border-t-slate-200\/40 {
  border-top-color: rgb(226 232 240 / 0.4);
}
.border-t-slate-200\/45 {
  border-top-color: rgb(226 232 240 / 0.45);
}
.border-t-slate-200\/5 {
  border-top-color: rgb(226 232 240 / 0.05);
}
.border-t-slate-200\/50 {
  border-top-color: rgb(226 232 240 / 0.5);
}
.border-t-slate-200\/55 {
  border-top-color: rgb(226 232 240 / 0.55);
}
.border-t-slate-200\/60 {
  border-top-color: rgb(226 232 240 / 0.6);
}
.border-t-slate-200\/65 {
  border-top-color: rgb(226 232 240 / 0.65);
}
.border-t-slate-200\/70 {
  border-top-color: rgb(226 232 240 / 0.7);
}
.border-t-slate-200\/75 {
  border-top-color: rgb(226 232 240 / 0.75);
}
.border-t-slate-200\/80 {
  border-top-color: rgb(226 232 240 / 0.8);
}
.border-t-slate-200\/85 {
  border-top-color: rgb(226 232 240 / 0.85);
}
.border-t-slate-200\/90 {
  border-top-color: rgb(226 232 240 / 0.9);
}
.border-t-slate-200\/95 {
  border-top-color: rgb(226 232 240 / 0.95);
}
.border-t-slate-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-t-slate-300\/0 {
  border-top-color: rgb(203 213 225 / 0);
}
.border-t-slate-300\/10 {
  border-top-color: rgb(203 213 225 / 0.1);
}
.border-t-slate-300\/100 {
  border-top-color: rgb(203 213 225 / 1);
}
.border-t-slate-300\/15 {
  border-top-color: rgb(203 213 225 / 0.15);
}
.border-t-slate-300\/20 {
  border-top-color: rgb(203 213 225 / 0.2);
}
.border-t-slate-300\/25 {
  border-top-color: rgb(203 213 225 / 0.25);
}
.border-t-slate-300\/30 {
  border-top-color: rgb(203 213 225 / 0.3);
}
.border-t-slate-300\/35 {
  border-top-color: rgb(203 213 225 / 0.35);
}
.border-t-slate-300\/40 {
  border-top-color: rgb(203 213 225 / 0.4);
}
.border-t-slate-300\/45 {
  border-top-color: rgb(203 213 225 / 0.45);
}
.border-t-slate-300\/5 {
  border-top-color: rgb(203 213 225 / 0.05);
}
.border-t-slate-300\/50 {
  border-top-color: rgb(203 213 225 / 0.5);
}
.border-t-slate-300\/55 {
  border-top-color: rgb(203 213 225 / 0.55);
}
.border-t-slate-300\/60 {
  border-top-color: rgb(203 213 225 / 0.6);
}
.border-t-slate-300\/65 {
  border-top-color: rgb(203 213 225 / 0.65);
}
.border-t-slate-300\/70 {
  border-top-color: rgb(203 213 225 / 0.7);
}
.border-t-slate-300\/75 {
  border-top-color: rgb(203 213 225 / 0.75);
}
.border-t-slate-300\/80 {
  border-top-color: rgb(203 213 225 / 0.8);
}
.border-t-slate-300\/85 {
  border-top-color: rgb(203 213 225 / 0.85);
}
.border-t-slate-300\/90 {
  border-top-color: rgb(203 213 225 / 0.9);
}
.border-t-slate-300\/95 {
  border-top-color: rgb(203 213 225 / 0.95);
}
.border-t-slate-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-t-slate-400\/0 {
  border-top-color: rgb(148 163 184 / 0);
}
.border-t-slate-400\/10 {
  border-top-color: rgb(148 163 184 / 0.1);
}
.border-t-slate-400\/100 {
  border-top-color: rgb(148 163 184 / 1);
}
.border-t-slate-400\/15 {
  border-top-color: rgb(148 163 184 / 0.15);
}
.border-t-slate-400\/20 {
  border-top-color: rgb(148 163 184 / 0.2);
}
.border-t-slate-400\/25 {
  border-top-color: rgb(148 163 184 / 0.25);
}
.border-t-slate-400\/30 {
  border-top-color: rgb(148 163 184 / 0.3);
}
.border-t-slate-400\/35 {
  border-top-color: rgb(148 163 184 / 0.35);
}
.border-t-slate-400\/40 {
  border-top-color: rgb(148 163 184 / 0.4);
}
.border-t-slate-400\/45 {
  border-top-color: rgb(148 163 184 / 0.45);
}
.border-t-slate-400\/5 {
  border-top-color: rgb(148 163 184 / 0.05);
}
.border-t-slate-400\/50 {
  border-top-color: rgb(148 163 184 / 0.5);
}
.border-t-slate-400\/55 {
  border-top-color: rgb(148 163 184 / 0.55);
}
.border-t-slate-400\/60 {
  border-top-color: rgb(148 163 184 / 0.6);
}
.border-t-slate-400\/65 {
  border-top-color: rgb(148 163 184 / 0.65);
}
.border-t-slate-400\/70 {
  border-top-color: rgb(148 163 184 / 0.7);
}
.border-t-slate-400\/75 {
  border-top-color: rgb(148 163 184 / 0.75);
}
.border-t-slate-400\/80 {
  border-top-color: rgb(148 163 184 / 0.8);
}
.border-t-slate-400\/85 {
  border-top-color: rgb(148 163 184 / 0.85);
}
.border-t-slate-400\/90 {
  border-top-color: rgb(148 163 184 / 0.9);
}
.border-t-slate-400\/95 {
  border-top-color: rgb(148 163 184 / 0.95);
}
.border-t-slate-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-t-slate-50\/0 {
  border-top-color: rgb(248 250 252 / 0);
}
.border-t-slate-50\/10 {
  border-top-color: rgb(248 250 252 / 0.1);
}
.border-t-slate-50\/100 {
  border-top-color: rgb(248 250 252 / 1);
}
.border-t-slate-50\/15 {
  border-top-color: rgb(248 250 252 / 0.15);
}
.border-t-slate-50\/20 {
  border-top-color: rgb(248 250 252 / 0.2);
}
.border-t-slate-50\/25 {
  border-top-color: rgb(248 250 252 / 0.25);
}
.border-t-slate-50\/30 {
  border-top-color: rgb(248 250 252 / 0.3);
}
.border-t-slate-50\/35 {
  border-top-color: rgb(248 250 252 / 0.35);
}
.border-t-slate-50\/40 {
  border-top-color: rgb(248 250 252 / 0.4);
}
.border-t-slate-50\/45 {
  border-top-color: rgb(248 250 252 / 0.45);
}
.border-t-slate-50\/5 {
  border-top-color: rgb(248 250 252 / 0.05);
}
.border-t-slate-50\/50 {
  border-top-color: rgb(248 250 252 / 0.5);
}
.border-t-slate-50\/55 {
  border-top-color: rgb(248 250 252 / 0.55);
}
.border-t-slate-50\/60 {
  border-top-color: rgb(248 250 252 / 0.6);
}
.border-t-slate-50\/65 {
  border-top-color: rgb(248 250 252 / 0.65);
}
.border-t-slate-50\/70 {
  border-top-color: rgb(248 250 252 / 0.7);
}
.border-t-slate-50\/75 {
  border-top-color: rgb(248 250 252 / 0.75);
}
.border-t-slate-50\/80 {
  border-top-color: rgb(248 250 252 / 0.8);
}
.border-t-slate-50\/85 {
  border-top-color: rgb(248 250 252 / 0.85);
}
.border-t-slate-50\/90 {
  border-top-color: rgb(248 250 252 / 0.9);
}
.border-t-slate-50\/95 {
  border-top-color: rgb(248 250 252 / 0.95);
}
.border-t-slate-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-t-slate-500\/0 {
  border-top-color: rgb(100 116 139 / 0);
}
.border-t-slate-500\/10 {
  border-top-color: rgb(100 116 139 / 0.1);
}
.border-t-slate-500\/100 {
  border-top-color: rgb(100 116 139 / 1);
}
.border-t-slate-500\/15 {
  border-top-color: rgb(100 116 139 / 0.15);
}
.border-t-slate-500\/20 {
  border-top-color: rgb(100 116 139 / 0.2);
}
.border-t-slate-500\/25 {
  border-top-color: rgb(100 116 139 / 0.25);
}
.border-t-slate-500\/30 {
  border-top-color: rgb(100 116 139 / 0.3);
}
.border-t-slate-500\/35 {
  border-top-color: rgb(100 116 139 / 0.35);
}
.border-t-slate-500\/40 {
  border-top-color: rgb(100 116 139 / 0.4);
}
.border-t-slate-500\/45 {
  border-top-color: rgb(100 116 139 / 0.45);
}
.border-t-slate-500\/5 {
  border-top-color: rgb(100 116 139 / 0.05);
}
.border-t-slate-500\/50 {
  border-top-color: rgb(100 116 139 / 0.5);
}
.border-t-slate-500\/55 {
  border-top-color: rgb(100 116 139 / 0.55);
}
.border-t-slate-500\/60 {
  border-top-color: rgb(100 116 139 / 0.6);
}
.border-t-slate-500\/65 {
  border-top-color: rgb(100 116 139 / 0.65);
}
.border-t-slate-500\/70 {
  border-top-color: rgb(100 116 139 / 0.7);
}
.border-t-slate-500\/75 {
  border-top-color: rgb(100 116 139 / 0.75);
}
.border-t-slate-500\/80 {
  border-top-color: rgb(100 116 139 / 0.8);
}
.border-t-slate-500\/85 {
  border-top-color: rgb(100 116 139 / 0.85);
}
.border-t-slate-500\/90 {
  border-top-color: rgb(100 116 139 / 0.9);
}
.border-t-slate-500\/95 {
  border-top-color: rgb(100 116 139 / 0.95);
}
.border-t-slate-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-t-slate-600\/0 {
  border-top-color: rgb(71 85 105 / 0);
}
.border-t-slate-600\/10 {
  border-top-color: rgb(71 85 105 / 0.1);
}
.border-t-slate-600\/100 {
  border-top-color: rgb(71 85 105 / 1);
}
.border-t-slate-600\/15 {
  border-top-color: rgb(71 85 105 / 0.15);
}
.border-t-slate-600\/20 {
  border-top-color: rgb(71 85 105 / 0.2);
}
.border-t-slate-600\/25 {
  border-top-color: rgb(71 85 105 / 0.25);
}
.border-t-slate-600\/30 {
  border-top-color: rgb(71 85 105 / 0.3);
}
.border-t-slate-600\/35 {
  border-top-color: rgb(71 85 105 / 0.35);
}
.border-t-slate-600\/40 {
  border-top-color: rgb(71 85 105 / 0.4);
}
.border-t-slate-600\/45 {
  border-top-color: rgb(71 85 105 / 0.45);
}
.border-t-slate-600\/5 {
  border-top-color: rgb(71 85 105 / 0.05);
}
.border-t-slate-600\/50 {
  border-top-color: rgb(71 85 105 / 0.5);
}
.border-t-slate-600\/55 {
  border-top-color: rgb(71 85 105 / 0.55);
}
.border-t-slate-600\/60 {
  border-top-color: rgb(71 85 105 / 0.6);
}
.border-t-slate-600\/65 {
  border-top-color: rgb(71 85 105 / 0.65);
}
.border-t-slate-600\/70 {
  border-top-color: rgb(71 85 105 / 0.7);
}
.border-t-slate-600\/75 {
  border-top-color: rgb(71 85 105 / 0.75);
}
.border-t-slate-600\/80 {
  border-top-color: rgb(71 85 105 / 0.8);
}
.border-t-slate-600\/85 {
  border-top-color: rgb(71 85 105 / 0.85);
}
.border-t-slate-600\/90 {
  border-top-color: rgb(71 85 105 / 0.9);
}
.border-t-slate-600\/95 {
  border-top-color: rgb(71 85 105 / 0.95);
}
.border-t-slate-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-t-slate-700\/0 {
  border-top-color: rgb(51 65 85 / 0);
}
.border-t-slate-700\/10 {
  border-top-color: rgb(51 65 85 / 0.1);
}
.border-t-slate-700\/100 {
  border-top-color: rgb(51 65 85 / 1);
}
.border-t-slate-700\/15 {
  border-top-color: rgb(51 65 85 / 0.15);
}
.border-t-slate-700\/20 {
  border-top-color: rgb(51 65 85 / 0.2);
}
.border-t-slate-700\/25 {
  border-top-color: rgb(51 65 85 / 0.25);
}
.border-t-slate-700\/30 {
  border-top-color: rgb(51 65 85 / 0.3);
}
.border-t-slate-700\/35 {
  border-top-color: rgb(51 65 85 / 0.35);
}
.border-t-slate-700\/40 {
  border-top-color: rgb(51 65 85 / 0.4);
}
.border-t-slate-700\/45 {
  border-top-color: rgb(51 65 85 / 0.45);
}
.border-t-slate-700\/5 {
  border-top-color: rgb(51 65 85 / 0.05);
}
.border-t-slate-700\/50 {
  border-top-color: rgb(51 65 85 / 0.5);
}
.border-t-slate-700\/55 {
  border-top-color: rgb(51 65 85 / 0.55);
}
.border-t-slate-700\/60 {
  border-top-color: rgb(51 65 85 / 0.6);
}
.border-t-slate-700\/65 {
  border-top-color: rgb(51 65 85 / 0.65);
}
.border-t-slate-700\/70 {
  border-top-color: rgb(51 65 85 / 0.7);
}
.border-t-slate-700\/75 {
  border-top-color: rgb(51 65 85 / 0.75);
}
.border-t-slate-700\/80 {
  border-top-color: rgb(51 65 85 / 0.8);
}
.border-t-slate-700\/85 {
  border-top-color: rgb(51 65 85 / 0.85);
}
.border-t-slate-700\/90 {
  border-top-color: rgb(51 65 85 / 0.9);
}
.border-t-slate-700\/95 {
  border-top-color: rgb(51 65 85 / 0.95);
}
.border-t-slate-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-t-slate-800\/0 {
  border-top-color: rgb(30 41 59 / 0);
}
.border-t-slate-800\/10 {
  border-top-color: rgb(30 41 59 / 0.1);
}
.border-t-slate-800\/100 {
  border-top-color: rgb(30 41 59 / 1);
}
.border-t-slate-800\/15 {
  border-top-color: rgb(30 41 59 / 0.15);
}
.border-t-slate-800\/20 {
  border-top-color: rgb(30 41 59 / 0.2);
}
.border-t-slate-800\/25 {
  border-top-color: rgb(30 41 59 / 0.25);
}
.border-t-slate-800\/30 {
  border-top-color: rgb(30 41 59 / 0.3);
}
.border-t-slate-800\/35 {
  border-top-color: rgb(30 41 59 / 0.35);
}
.border-t-slate-800\/40 {
  border-top-color: rgb(30 41 59 / 0.4);
}
.border-t-slate-800\/45 {
  border-top-color: rgb(30 41 59 / 0.45);
}
.border-t-slate-800\/5 {
  border-top-color: rgb(30 41 59 / 0.05);
}
.border-t-slate-800\/50 {
  border-top-color: rgb(30 41 59 / 0.5);
}
.border-t-slate-800\/55 {
  border-top-color: rgb(30 41 59 / 0.55);
}
.border-t-slate-800\/60 {
  border-top-color: rgb(30 41 59 / 0.6);
}
.border-t-slate-800\/65 {
  border-top-color: rgb(30 41 59 / 0.65);
}
.border-t-slate-800\/70 {
  border-top-color: rgb(30 41 59 / 0.7);
}
.border-t-slate-800\/75 {
  border-top-color: rgb(30 41 59 / 0.75);
}
.border-t-slate-800\/80 {
  border-top-color: rgb(30 41 59 / 0.8);
}
.border-t-slate-800\/85 {
  border-top-color: rgb(30 41 59 / 0.85);
}
.border-t-slate-800\/90 {
  border-top-color: rgb(30 41 59 / 0.9);
}
.border-t-slate-800\/95 {
  border-top-color: rgb(30 41 59 / 0.95);
}
.border-t-slate-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.border-t-slate-900\/0 {
  border-top-color: rgb(15 23 42 / 0);
}
.border-t-slate-900\/10 {
  border-top-color: rgb(15 23 42 / 0.1);
}
.border-t-slate-900\/100 {
  border-top-color: rgb(15 23 42 / 1);
}
.border-t-slate-900\/15 {
  border-top-color: rgb(15 23 42 / 0.15);
}
.border-t-slate-900\/20 {
  border-top-color: rgb(15 23 42 / 0.2);
}
.border-t-slate-900\/25 {
  border-top-color: rgb(15 23 42 / 0.25);
}
.border-t-slate-900\/30 {
  border-top-color: rgb(15 23 42 / 0.3);
}
.border-t-slate-900\/35 {
  border-top-color: rgb(15 23 42 / 0.35);
}
.border-t-slate-900\/40 {
  border-top-color: rgb(15 23 42 / 0.4);
}
.border-t-slate-900\/45 {
  border-top-color: rgb(15 23 42 / 0.45);
}
.border-t-slate-900\/5 {
  border-top-color: rgb(15 23 42 / 0.05);
}
.border-t-slate-900\/50 {
  border-top-color: rgb(15 23 42 / 0.5);
}
.border-t-slate-900\/55 {
  border-top-color: rgb(15 23 42 / 0.55);
}
.border-t-slate-900\/60 {
  border-top-color: rgb(15 23 42 / 0.6);
}
.border-t-slate-900\/65 {
  border-top-color: rgb(15 23 42 / 0.65);
}
.border-t-slate-900\/70 {
  border-top-color: rgb(15 23 42 / 0.7);
}
.border-t-slate-900\/75 {
  border-top-color: rgb(15 23 42 / 0.75);
}
.border-t-slate-900\/80 {
  border-top-color: rgb(15 23 42 / 0.8);
}
.border-t-slate-900\/85 {
  border-top-color: rgb(15 23 42 / 0.85);
}
.border-t-slate-900\/90 {
  border-top-color: rgb(15 23 42 / 0.9);
}
.border-t-slate-900\/95 {
  border-top-color: rgb(15 23 42 / 0.95);
}
.border-t-slate-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-t-slate-950\/0 {
  border-top-color: rgb(2 6 23 / 0);
}
.border-t-slate-950\/10 {
  border-top-color: rgb(2 6 23 / 0.1);
}
.border-t-slate-950\/100 {
  border-top-color: rgb(2 6 23 / 1);
}
.border-t-slate-950\/15 {
  border-top-color: rgb(2 6 23 / 0.15);
}
.border-t-slate-950\/20 {
  border-top-color: rgb(2 6 23 / 0.2);
}
.border-t-slate-950\/25 {
  border-top-color: rgb(2 6 23 / 0.25);
}
.border-t-slate-950\/30 {
  border-top-color: rgb(2 6 23 / 0.3);
}
.border-t-slate-950\/35 {
  border-top-color: rgb(2 6 23 / 0.35);
}
.border-t-slate-950\/40 {
  border-top-color: rgb(2 6 23 / 0.4);
}
.border-t-slate-950\/45 {
  border-top-color: rgb(2 6 23 / 0.45);
}
.border-t-slate-950\/5 {
  border-top-color: rgb(2 6 23 / 0.05);
}
.border-t-slate-950\/50 {
  border-top-color: rgb(2 6 23 / 0.5);
}
.border-t-slate-950\/55 {
  border-top-color: rgb(2 6 23 / 0.55);
}
.border-t-slate-950\/60 {
  border-top-color: rgb(2 6 23 / 0.6);
}
.border-t-slate-950\/65 {
  border-top-color: rgb(2 6 23 / 0.65);
}
.border-t-slate-950\/70 {
  border-top-color: rgb(2 6 23 / 0.7);
}
.border-t-slate-950\/75 {
  border-top-color: rgb(2 6 23 / 0.75);
}
.border-t-slate-950\/80 {
  border-top-color: rgb(2 6 23 / 0.8);
}
.border-t-slate-950\/85 {
  border-top-color: rgb(2 6 23 / 0.85);
}
.border-t-slate-950\/90 {
  border-top-color: rgb(2 6 23 / 0.9);
}
.border-t-slate-950\/95 {
  border-top-color: rgb(2 6 23 / 0.95);
}
.border-t-stone-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}
.border-t-stone-100\/0 {
  border-top-color: rgb(245 245 244 / 0);
}
.border-t-stone-100\/10 {
  border-top-color: rgb(245 245 244 / 0.1);
}
.border-t-stone-100\/100 {
  border-top-color: rgb(245 245 244 / 1);
}
.border-t-stone-100\/15 {
  border-top-color: rgb(245 245 244 / 0.15);
}
.border-t-stone-100\/20 {
  border-top-color: rgb(245 245 244 / 0.2);
}
.border-t-stone-100\/25 {
  border-top-color: rgb(245 245 244 / 0.25);
}
.border-t-stone-100\/30 {
  border-top-color: rgb(245 245 244 / 0.3);
}
.border-t-stone-100\/35 {
  border-top-color: rgb(245 245 244 / 0.35);
}
.border-t-stone-100\/40 {
  border-top-color: rgb(245 245 244 / 0.4);
}
.border-t-stone-100\/45 {
  border-top-color: rgb(245 245 244 / 0.45);
}
.border-t-stone-100\/5 {
  border-top-color: rgb(245 245 244 / 0.05);
}
.border-t-stone-100\/50 {
  border-top-color: rgb(245 245 244 / 0.5);
}
.border-t-stone-100\/55 {
  border-top-color: rgb(245 245 244 / 0.55);
}
.border-t-stone-100\/60 {
  border-top-color: rgb(245 245 244 / 0.6);
}
.border-t-stone-100\/65 {
  border-top-color: rgb(245 245 244 / 0.65);
}
.border-t-stone-100\/70 {
  border-top-color: rgb(245 245 244 / 0.7);
}
.border-t-stone-100\/75 {
  border-top-color: rgb(245 245 244 / 0.75);
}
.border-t-stone-100\/80 {
  border-top-color: rgb(245 245 244 / 0.8);
}
.border-t-stone-100\/85 {
  border-top-color: rgb(245 245 244 / 0.85);
}
.border-t-stone-100\/90 {
  border-top-color: rgb(245 245 244 / 0.9);
}
.border-t-stone-100\/95 {
  border-top-color: rgb(245 245 244 / 0.95);
}
.border-t-stone-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-t-stone-200\/0 {
  border-top-color: rgb(231 229 228 / 0);
}
.border-t-stone-200\/10 {
  border-top-color: rgb(231 229 228 / 0.1);
}
.border-t-stone-200\/100 {
  border-top-color: rgb(231 229 228 / 1);
}
.border-t-stone-200\/15 {
  border-top-color: rgb(231 229 228 / 0.15);
}
.border-t-stone-200\/20 {
  border-top-color: rgb(231 229 228 / 0.2);
}
.border-t-stone-200\/25 {
  border-top-color: rgb(231 229 228 / 0.25);
}
.border-t-stone-200\/30 {
  border-top-color: rgb(231 229 228 / 0.3);
}
.border-t-stone-200\/35 {
  border-top-color: rgb(231 229 228 / 0.35);
}
.border-t-stone-200\/40 {
  border-top-color: rgb(231 229 228 / 0.4);
}
.border-t-stone-200\/45 {
  border-top-color: rgb(231 229 228 / 0.45);
}
.border-t-stone-200\/5 {
  border-top-color: rgb(231 229 228 / 0.05);
}
.border-t-stone-200\/50 {
  border-top-color: rgb(231 229 228 / 0.5);
}
.border-t-stone-200\/55 {
  border-top-color: rgb(231 229 228 / 0.55);
}
.border-t-stone-200\/60 {
  border-top-color: rgb(231 229 228 / 0.6);
}
.border-t-stone-200\/65 {
  border-top-color: rgb(231 229 228 / 0.65);
}
.border-t-stone-200\/70 {
  border-top-color: rgb(231 229 228 / 0.7);
}
.border-t-stone-200\/75 {
  border-top-color: rgb(231 229 228 / 0.75);
}
.border-t-stone-200\/80 {
  border-top-color: rgb(231 229 228 / 0.8);
}
.border-t-stone-200\/85 {
  border-top-color: rgb(231 229 228 / 0.85);
}
.border-t-stone-200\/90 {
  border-top-color: rgb(231 229 228 / 0.9);
}
.border-t-stone-200\/95 {
  border-top-color: rgb(231 229 228 / 0.95);
}
.border-t-stone-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-t-stone-300\/0 {
  border-top-color: rgb(214 211 209 / 0);
}
.border-t-stone-300\/10 {
  border-top-color: rgb(214 211 209 / 0.1);
}
.border-t-stone-300\/100 {
  border-top-color: rgb(214 211 209 / 1);
}
.border-t-stone-300\/15 {
  border-top-color: rgb(214 211 209 / 0.15);
}
.border-t-stone-300\/20 {
  border-top-color: rgb(214 211 209 / 0.2);
}
.border-t-stone-300\/25 {
  border-top-color: rgb(214 211 209 / 0.25);
}
.border-t-stone-300\/30 {
  border-top-color: rgb(214 211 209 / 0.3);
}
.border-t-stone-300\/35 {
  border-top-color: rgb(214 211 209 / 0.35);
}
.border-t-stone-300\/40 {
  border-top-color: rgb(214 211 209 / 0.4);
}
.border-t-stone-300\/45 {
  border-top-color: rgb(214 211 209 / 0.45);
}
.border-t-stone-300\/5 {
  border-top-color: rgb(214 211 209 / 0.05);
}
.border-t-stone-300\/50 {
  border-top-color: rgb(214 211 209 / 0.5);
}
.border-t-stone-300\/55 {
  border-top-color: rgb(214 211 209 / 0.55);
}
.border-t-stone-300\/60 {
  border-top-color: rgb(214 211 209 / 0.6);
}
.border-t-stone-300\/65 {
  border-top-color: rgb(214 211 209 / 0.65);
}
.border-t-stone-300\/70 {
  border-top-color: rgb(214 211 209 / 0.7);
}
.border-t-stone-300\/75 {
  border-top-color: rgb(214 211 209 / 0.75);
}
.border-t-stone-300\/80 {
  border-top-color: rgb(214 211 209 / 0.8);
}
.border-t-stone-300\/85 {
  border-top-color: rgb(214 211 209 / 0.85);
}
.border-t-stone-300\/90 {
  border-top-color: rgb(214 211 209 / 0.9);
}
.border-t-stone-300\/95 {
  border-top-color: rgb(214 211 209 / 0.95);
}
.border-t-stone-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-t-stone-400\/0 {
  border-top-color: rgb(168 162 158 / 0);
}
.border-t-stone-400\/10 {
  border-top-color: rgb(168 162 158 / 0.1);
}
.border-t-stone-400\/100 {
  border-top-color: rgb(168 162 158 / 1);
}
.border-t-stone-400\/15 {
  border-top-color: rgb(168 162 158 / 0.15);
}
.border-t-stone-400\/20 {
  border-top-color: rgb(168 162 158 / 0.2);
}
.border-t-stone-400\/25 {
  border-top-color: rgb(168 162 158 / 0.25);
}
.border-t-stone-400\/30 {
  border-top-color: rgb(168 162 158 / 0.3);
}
.border-t-stone-400\/35 {
  border-top-color: rgb(168 162 158 / 0.35);
}
.border-t-stone-400\/40 {
  border-top-color: rgb(168 162 158 / 0.4);
}
.border-t-stone-400\/45 {
  border-top-color: rgb(168 162 158 / 0.45);
}
.border-t-stone-400\/5 {
  border-top-color: rgb(168 162 158 / 0.05);
}
.border-t-stone-400\/50 {
  border-top-color: rgb(168 162 158 / 0.5);
}
.border-t-stone-400\/55 {
  border-top-color: rgb(168 162 158 / 0.55);
}
.border-t-stone-400\/60 {
  border-top-color: rgb(168 162 158 / 0.6);
}
.border-t-stone-400\/65 {
  border-top-color: rgb(168 162 158 / 0.65);
}
.border-t-stone-400\/70 {
  border-top-color: rgb(168 162 158 / 0.7);
}
.border-t-stone-400\/75 {
  border-top-color: rgb(168 162 158 / 0.75);
}
.border-t-stone-400\/80 {
  border-top-color: rgb(168 162 158 / 0.8);
}
.border-t-stone-400\/85 {
  border-top-color: rgb(168 162 158 / 0.85);
}
.border-t-stone-400\/90 {
  border-top-color: rgb(168 162 158 / 0.9);
}
.border-t-stone-400\/95 {
  border-top-color: rgb(168 162 158 / 0.95);
}
.border-t-stone-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}
.border-t-stone-50\/0 {
  border-top-color: rgb(250 250 249 / 0);
}
.border-t-stone-50\/10 {
  border-top-color: rgb(250 250 249 / 0.1);
}
.border-t-stone-50\/100 {
  border-top-color: rgb(250 250 249 / 1);
}
.border-t-stone-50\/15 {
  border-top-color: rgb(250 250 249 / 0.15);
}
.border-t-stone-50\/20 {
  border-top-color: rgb(250 250 249 / 0.2);
}
.border-t-stone-50\/25 {
  border-top-color: rgb(250 250 249 / 0.25);
}
.border-t-stone-50\/30 {
  border-top-color: rgb(250 250 249 / 0.3);
}
.border-t-stone-50\/35 {
  border-top-color: rgb(250 250 249 / 0.35);
}
.border-t-stone-50\/40 {
  border-top-color: rgb(250 250 249 / 0.4);
}
.border-t-stone-50\/45 {
  border-top-color: rgb(250 250 249 / 0.45);
}
.border-t-stone-50\/5 {
  border-top-color: rgb(250 250 249 / 0.05);
}
.border-t-stone-50\/50 {
  border-top-color: rgb(250 250 249 / 0.5);
}
.border-t-stone-50\/55 {
  border-top-color: rgb(250 250 249 / 0.55);
}
.border-t-stone-50\/60 {
  border-top-color: rgb(250 250 249 / 0.6);
}
.border-t-stone-50\/65 {
  border-top-color: rgb(250 250 249 / 0.65);
}
.border-t-stone-50\/70 {
  border-top-color: rgb(250 250 249 / 0.7);
}
.border-t-stone-50\/75 {
  border-top-color: rgb(250 250 249 / 0.75);
}
.border-t-stone-50\/80 {
  border-top-color: rgb(250 250 249 / 0.8);
}
.border-t-stone-50\/85 {
  border-top-color: rgb(250 250 249 / 0.85);
}
.border-t-stone-50\/90 {
  border-top-color: rgb(250 250 249 / 0.9);
}
.border-t-stone-50\/95 {
  border-top-color: rgb(250 250 249 / 0.95);
}
.border-t-stone-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-t-stone-500\/0 {
  border-top-color: rgb(120 113 108 / 0);
}
.border-t-stone-500\/10 {
  border-top-color: rgb(120 113 108 / 0.1);
}
.border-t-stone-500\/100 {
  border-top-color: rgb(120 113 108 / 1);
}
.border-t-stone-500\/15 {
  border-top-color: rgb(120 113 108 / 0.15);
}
.border-t-stone-500\/20 {
  border-top-color: rgb(120 113 108 / 0.2);
}
.border-t-stone-500\/25 {
  border-top-color: rgb(120 113 108 / 0.25);
}
.border-t-stone-500\/30 {
  border-top-color: rgb(120 113 108 / 0.3);
}
.border-t-stone-500\/35 {
  border-top-color: rgb(120 113 108 / 0.35);
}
.border-t-stone-500\/40 {
  border-top-color: rgb(120 113 108 / 0.4);
}
.border-t-stone-500\/45 {
  border-top-color: rgb(120 113 108 / 0.45);
}
.border-t-stone-500\/5 {
  border-top-color: rgb(120 113 108 / 0.05);
}
.border-t-stone-500\/50 {
  border-top-color: rgb(120 113 108 / 0.5);
}
.border-t-stone-500\/55 {
  border-top-color: rgb(120 113 108 / 0.55);
}
.border-t-stone-500\/60 {
  border-top-color: rgb(120 113 108 / 0.6);
}
.border-t-stone-500\/65 {
  border-top-color: rgb(120 113 108 / 0.65);
}
.border-t-stone-500\/70 {
  border-top-color: rgb(120 113 108 / 0.7);
}
.border-t-stone-500\/75 {
  border-top-color: rgb(120 113 108 / 0.75);
}
.border-t-stone-500\/80 {
  border-top-color: rgb(120 113 108 / 0.8);
}
.border-t-stone-500\/85 {
  border-top-color: rgb(120 113 108 / 0.85);
}
.border-t-stone-500\/90 {
  border-top-color: rgb(120 113 108 / 0.9);
}
.border-t-stone-500\/95 {
  border-top-color: rgb(120 113 108 / 0.95);
}
.border-t-stone-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-t-stone-600\/0 {
  border-top-color: rgb(87 83 78 / 0);
}
.border-t-stone-600\/10 {
  border-top-color: rgb(87 83 78 / 0.1);
}
.border-t-stone-600\/100 {
  border-top-color: rgb(87 83 78 / 1);
}
.border-t-stone-600\/15 {
  border-top-color: rgb(87 83 78 / 0.15);
}
.border-t-stone-600\/20 {
  border-top-color: rgb(87 83 78 / 0.2);
}
.border-t-stone-600\/25 {
  border-top-color: rgb(87 83 78 / 0.25);
}
.border-t-stone-600\/30 {
  border-top-color: rgb(87 83 78 / 0.3);
}
.border-t-stone-600\/35 {
  border-top-color: rgb(87 83 78 / 0.35);
}
.border-t-stone-600\/40 {
  border-top-color: rgb(87 83 78 / 0.4);
}
.border-t-stone-600\/45 {
  border-top-color: rgb(87 83 78 / 0.45);
}
.border-t-stone-600\/5 {
  border-top-color: rgb(87 83 78 / 0.05);
}
.border-t-stone-600\/50 {
  border-top-color: rgb(87 83 78 / 0.5);
}
.border-t-stone-600\/55 {
  border-top-color: rgb(87 83 78 / 0.55);
}
.border-t-stone-600\/60 {
  border-top-color: rgb(87 83 78 / 0.6);
}
.border-t-stone-600\/65 {
  border-top-color: rgb(87 83 78 / 0.65);
}
.border-t-stone-600\/70 {
  border-top-color: rgb(87 83 78 / 0.7);
}
.border-t-stone-600\/75 {
  border-top-color: rgb(87 83 78 / 0.75);
}
.border-t-stone-600\/80 {
  border-top-color: rgb(87 83 78 / 0.8);
}
.border-t-stone-600\/85 {
  border-top-color: rgb(87 83 78 / 0.85);
}
.border-t-stone-600\/90 {
  border-top-color: rgb(87 83 78 / 0.9);
}
.border-t-stone-600\/95 {
  border-top-color: rgb(87 83 78 / 0.95);
}
.border-t-stone-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}
.border-t-stone-700\/0 {
  border-top-color: rgb(68 64 60 / 0);
}
.border-t-stone-700\/10 {
  border-top-color: rgb(68 64 60 / 0.1);
}
.border-t-stone-700\/100 {
  border-top-color: rgb(68 64 60 / 1);
}
.border-t-stone-700\/15 {
  border-top-color: rgb(68 64 60 / 0.15);
}
.border-t-stone-700\/20 {
  border-top-color: rgb(68 64 60 / 0.2);
}
.border-t-stone-700\/25 {
  border-top-color: rgb(68 64 60 / 0.25);
}
.border-t-stone-700\/30 {
  border-top-color: rgb(68 64 60 / 0.3);
}
.border-t-stone-700\/35 {
  border-top-color: rgb(68 64 60 / 0.35);
}
.border-t-stone-700\/40 {
  border-top-color: rgb(68 64 60 / 0.4);
}
.border-t-stone-700\/45 {
  border-top-color: rgb(68 64 60 / 0.45);
}
.border-t-stone-700\/5 {
  border-top-color: rgb(68 64 60 / 0.05);
}
.border-t-stone-700\/50 {
  border-top-color: rgb(68 64 60 / 0.5);
}
.border-t-stone-700\/55 {
  border-top-color: rgb(68 64 60 / 0.55);
}
.border-t-stone-700\/60 {
  border-top-color: rgb(68 64 60 / 0.6);
}
.border-t-stone-700\/65 {
  border-top-color: rgb(68 64 60 / 0.65);
}
.border-t-stone-700\/70 {
  border-top-color: rgb(68 64 60 / 0.7);
}
.border-t-stone-700\/75 {
  border-top-color: rgb(68 64 60 / 0.75);
}
.border-t-stone-700\/80 {
  border-top-color: rgb(68 64 60 / 0.8);
}
.border-t-stone-700\/85 {
  border-top-color: rgb(68 64 60 / 0.85);
}
.border-t-stone-700\/90 {
  border-top-color: rgb(68 64 60 / 0.9);
}
.border-t-stone-700\/95 {
  border-top-color: rgb(68 64 60 / 0.95);
}
.border-t-stone-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}
.border-t-stone-800\/0 {
  border-top-color: rgb(41 37 36 / 0);
}
.border-t-stone-800\/10 {
  border-top-color: rgb(41 37 36 / 0.1);
}
.border-t-stone-800\/100 {
  border-top-color: rgb(41 37 36 / 1);
}
.border-t-stone-800\/15 {
  border-top-color: rgb(41 37 36 / 0.15);
}
.border-t-stone-800\/20 {
  border-top-color: rgb(41 37 36 / 0.2);
}
.border-t-stone-800\/25 {
  border-top-color: rgb(41 37 36 / 0.25);
}
.border-t-stone-800\/30 {
  border-top-color: rgb(41 37 36 / 0.3);
}
.border-t-stone-800\/35 {
  border-top-color: rgb(41 37 36 / 0.35);
}
.border-t-stone-800\/40 {
  border-top-color: rgb(41 37 36 / 0.4);
}
.border-t-stone-800\/45 {
  border-top-color: rgb(41 37 36 / 0.45);
}
.border-t-stone-800\/5 {
  border-top-color: rgb(41 37 36 / 0.05);
}
.border-t-stone-800\/50 {
  border-top-color: rgb(41 37 36 / 0.5);
}
.border-t-stone-800\/55 {
  border-top-color: rgb(41 37 36 / 0.55);
}
.border-t-stone-800\/60 {
  border-top-color: rgb(41 37 36 / 0.6);
}
.border-t-stone-800\/65 {
  border-top-color: rgb(41 37 36 / 0.65);
}
.border-t-stone-800\/70 {
  border-top-color: rgb(41 37 36 / 0.7);
}
.border-t-stone-800\/75 {
  border-top-color: rgb(41 37 36 / 0.75);
}
.border-t-stone-800\/80 {
  border-top-color: rgb(41 37 36 / 0.8);
}
.border-t-stone-800\/85 {
  border-top-color: rgb(41 37 36 / 0.85);
}
.border-t-stone-800\/90 {
  border-top-color: rgb(41 37 36 / 0.9);
}
.border-t-stone-800\/95 {
  border-top-color: rgb(41 37 36 / 0.95);
}
.border-t-stone-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}
.border-t-stone-900\/0 {
  border-top-color: rgb(28 25 23 / 0);
}
.border-t-stone-900\/10 {
  border-top-color: rgb(28 25 23 / 0.1);
}
.border-t-stone-900\/100 {
  border-top-color: rgb(28 25 23 / 1);
}
.border-t-stone-900\/15 {
  border-top-color: rgb(28 25 23 / 0.15);
}
.border-t-stone-900\/20 {
  border-top-color: rgb(28 25 23 / 0.2);
}
.border-t-stone-900\/25 {
  border-top-color: rgb(28 25 23 / 0.25);
}
.border-t-stone-900\/30 {
  border-top-color: rgb(28 25 23 / 0.3);
}
.border-t-stone-900\/35 {
  border-top-color: rgb(28 25 23 / 0.35);
}
.border-t-stone-900\/40 {
  border-top-color: rgb(28 25 23 / 0.4);
}
.border-t-stone-900\/45 {
  border-top-color: rgb(28 25 23 / 0.45);
}
.border-t-stone-900\/5 {
  border-top-color: rgb(28 25 23 / 0.05);
}
.border-t-stone-900\/50 {
  border-top-color: rgb(28 25 23 / 0.5);
}
.border-t-stone-900\/55 {
  border-top-color: rgb(28 25 23 / 0.55);
}
.border-t-stone-900\/60 {
  border-top-color: rgb(28 25 23 / 0.6);
}
.border-t-stone-900\/65 {
  border-top-color: rgb(28 25 23 / 0.65);
}
.border-t-stone-900\/70 {
  border-top-color: rgb(28 25 23 / 0.7);
}
.border-t-stone-900\/75 {
  border-top-color: rgb(28 25 23 / 0.75);
}
.border-t-stone-900\/80 {
  border-top-color: rgb(28 25 23 / 0.8);
}
.border-t-stone-900\/85 {
  border-top-color: rgb(28 25 23 / 0.85);
}
.border-t-stone-900\/90 {
  border-top-color: rgb(28 25 23 / 0.9);
}
.border-t-stone-900\/95 {
  border-top-color: rgb(28 25 23 / 0.95);
}
.border-t-stone-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}
.border-t-stone-950\/0 {
  border-top-color: rgb(12 10 9 / 0);
}
.border-t-stone-950\/10 {
  border-top-color: rgb(12 10 9 / 0.1);
}
.border-t-stone-950\/100 {
  border-top-color: rgb(12 10 9 / 1);
}
.border-t-stone-950\/15 {
  border-top-color: rgb(12 10 9 / 0.15);
}
.border-t-stone-950\/20 {
  border-top-color: rgb(12 10 9 / 0.2);
}
.border-t-stone-950\/25 {
  border-top-color: rgb(12 10 9 / 0.25);
}
.border-t-stone-950\/30 {
  border-top-color: rgb(12 10 9 / 0.3);
}
.border-t-stone-950\/35 {
  border-top-color: rgb(12 10 9 / 0.35);
}
.border-t-stone-950\/40 {
  border-top-color: rgb(12 10 9 / 0.4);
}
.border-t-stone-950\/45 {
  border-top-color: rgb(12 10 9 / 0.45);
}
.border-t-stone-950\/5 {
  border-top-color: rgb(12 10 9 / 0.05);
}
.border-t-stone-950\/50 {
  border-top-color: rgb(12 10 9 / 0.5);
}
.border-t-stone-950\/55 {
  border-top-color: rgb(12 10 9 / 0.55);
}
.border-t-stone-950\/60 {
  border-top-color: rgb(12 10 9 / 0.6);
}
.border-t-stone-950\/65 {
  border-top-color: rgb(12 10 9 / 0.65);
}
.border-t-stone-950\/70 {
  border-top-color: rgb(12 10 9 / 0.7);
}
.border-t-stone-950\/75 {
  border-top-color: rgb(12 10 9 / 0.75);
}
.border-t-stone-950\/80 {
  border-top-color: rgb(12 10 9 / 0.8);
}
.border-t-stone-950\/85 {
  border-top-color: rgb(12 10 9 / 0.85);
}
.border-t-stone-950\/90 {
  border-top-color: rgb(12 10 9 / 0.9);
}
.border-t-stone-950\/95 {
  border-top-color: rgb(12 10 9 / 0.95);
}
.border-t-supporting {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-t-supporting-foreground {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
}
.border-t-supporting-foreground\/0 {
  border-top-color: hsl(var(--supporting) / 0);
}
.border-t-supporting-foreground\/10 {
  border-top-color: hsl(var(--supporting) / 0.1);
}
.border-t-supporting-foreground\/100 {
  border-top-color: hsl(var(--supporting) / 1);
}
.border-t-supporting-foreground\/15 {
  border-top-color: hsl(var(--supporting) / 0.15);
}
.border-t-supporting-foreground\/20 {
  border-top-color: hsl(var(--supporting) / 0.2);
}
.border-t-supporting-foreground\/25 {
  border-top-color: hsl(var(--supporting) / 0.25);
}
.border-t-supporting-foreground\/30 {
  border-top-color: hsl(var(--supporting) / 0.3);
}
.border-t-supporting-foreground\/35 {
  border-top-color: hsl(var(--supporting) / 0.35);
}
.border-t-supporting-foreground\/40 {
  border-top-color: hsl(var(--supporting) / 0.4);
}
.border-t-supporting-foreground\/45 {
  border-top-color: hsl(var(--supporting) / 0.45);
}
.border-t-supporting-foreground\/5 {
  border-top-color: hsl(var(--supporting) / 0.05);
}
.border-t-supporting-foreground\/50 {
  border-top-color: hsl(var(--supporting) / 0.5);
}
.border-t-supporting-foreground\/55 {
  border-top-color: hsl(var(--supporting) / 0.55);
}
.border-t-supporting-foreground\/60 {
  border-top-color: hsl(var(--supporting) / 0.6);
}
.border-t-supporting-foreground\/65 {
  border-top-color: hsl(var(--supporting) / 0.65);
}
.border-t-supporting-foreground\/70 {
  border-top-color: hsl(var(--supporting) / 0.7);
}
.border-t-supporting-foreground\/75 {
  border-top-color: hsl(var(--supporting) / 0.75);
}
.border-t-supporting-foreground\/80 {
  border-top-color: hsl(var(--supporting) / 0.8);
}
.border-t-supporting-foreground\/85 {
  border-top-color: hsl(var(--supporting) / 0.85);
}
.border-t-supporting-foreground\/90 {
  border-top-color: hsl(var(--supporting) / 0.9);
}
.border-t-supporting-foreground\/95 {
  border-top-color: hsl(var(--supporting) / 0.95);
}
.border-t-supporting\/0 {
  border-top-color: hsl(var(--supporting) / 0);
}
.border-t-supporting\/10 {
  border-top-color: hsl(var(--supporting) / 0.1);
}
.border-t-supporting\/100 {
  border-top-color: hsl(var(--supporting) / 1);
}
.border-t-supporting\/15 {
  border-top-color: hsl(var(--supporting) / 0.15);
}
.border-t-supporting\/20 {
  border-top-color: hsl(var(--supporting) / 0.2);
}
.border-t-supporting\/25 {
  border-top-color: hsl(var(--supporting) / 0.25);
}
.border-t-supporting\/30 {
  border-top-color: hsl(var(--supporting) / 0.3);
}
.border-t-supporting\/35 {
  border-top-color: hsl(var(--supporting) / 0.35);
}
.border-t-supporting\/40 {
  border-top-color: hsl(var(--supporting) / 0.4);
}
.border-t-supporting\/45 {
  border-top-color: hsl(var(--supporting) / 0.45);
}
.border-t-supporting\/5 {
  border-top-color: hsl(var(--supporting) / 0.05);
}
.border-t-supporting\/50 {
  border-top-color: hsl(var(--supporting) / 0.5);
}
.border-t-supporting\/55 {
  border-top-color: hsl(var(--supporting) / 0.55);
}
.border-t-supporting\/60 {
  border-top-color: hsl(var(--supporting) / 0.6);
}
.border-t-supporting\/65 {
  border-top-color: hsl(var(--supporting) / 0.65);
}
.border-t-supporting\/70 {
  border-top-color: hsl(var(--supporting) / 0.7);
}
.border-t-supporting\/75 {
  border-top-color: hsl(var(--supporting) / 0.75);
}
.border-t-supporting\/80 {
  border-top-color: hsl(var(--supporting) / 0.8);
}
.border-t-supporting\/85 {
  border-top-color: hsl(var(--supporting) / 0.85);
}
.border-t-supporting\/90 {
  border-top-color: hsl(var(--supporting) / 0.9);
}
.border-t-supporting\/95 {
  border-top-color: hsl(var(--supporting) / 0.95);
}
.border-t-teal-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-t-teal-100\/0 {
  border-top-color: rgb(204 251 241 / 0);
}
.border-t-teal-100\/10 {
  border-top-color: rgb(204 251 241 / 0.1);
}
.border-t-teal-100\/100 {
  border-top-color: rgb(204 251 241 / 1);
}
.border-t-teal-100\/15 {
  border-top-color: rgb(204 251 241 / 0.15);
}
.border-t-teal-100\/20 {
  border-top-color: rgb(204 251 241 / 0.2);
}
.border-t-teal-100\/25 {
  border-top-color: rgb(204 251 241 / 0.25);
}
.border-t-teal-100\/30 {
  border-top-color: rgb(204 251 241 / 0.3);
}
.border-t-teal-100\/35 {
  border-top-color: rgb(204 251 241 / 0.35);
}
.border-t-teal-100\/40 {
  border-top-color: rgb(204 251 241 / 0.4);
}
.border-t-teal-100\/45 {
  border-top-color: rgb(204 251 241 / 0.45);
}
.border-t-teal-100\/5 {
  border-top-color: rgb(204 251 241 / 0.05);
}
.border-t-teal-100\/50 {
  border-top-color: rgb(204 251 241 / 0.5);
}
.border-t-teal-100\/55 {
  border-top-color: rgb(204 251 241 / 0.55);
}
.border-t-teal-100\/60 {
  border-top-color: rgb(204 251 241 / 0.6);
}
.border-t-teal-100\/65 {
  border-top-color: rgb(204 251 241 / 0.65);
}
.border-t-teal-100\/70 {
  border-top-color: rgb(204 251 241 / 0.7);
}
.border-t-teal-100\/75 {
  border-top-color: rgb(204 251 241 / 0.75);
}
.border-t-teal-100\/80 {
  border-top-color: rgb(204 251 241 / 0.8);
}
.border-t-teal-100\/85 {
  border-top-color: rgb(204 251 241 / 0.85);
}
.border-t-teal-100\/90 {
  border-top-color: rgb(204 251 241 / 0.9);
}
.border-t-teal-100\/95 {
  border-top-color: rgb(204 251 241 / 0.95);
}
.border-t-teal-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-t-teal-200\/0 {
  border-top-color: rgb(153 246 228 / 0);
}
.border-t-teal-200\/10 {
  border-top-color: rgb(153 246 228 / 0.1);
}
.border-t-teal-200\/100 {
  border-top-color: rgb(153 246 228 / 1);
}
.border-t-teal-200\/15 {
  border-top-color: rgb(153 246 228 / 0.15);
}
.border-t-teal-200\/20 {
  border-top-color: rgb(153 246 228 / 0.2);
}
.border-t-teal-200\/25 {
  border-top-color: rgb(153 246 228 / 0.25);
}
.border-t-teal-200\/30 {
  border-top-color: rgb(153 246 228 / 0.3);
}
.border-t-teal-200\/35 {
  border-top-color: rgb(153 246 228 / 0.35);
}
.border-t-teal-200\/40 {
  border-top-color: rgb(153 246 228 / 0.4);
}
.border-t-teal-200\/45 {
  border-top-color: rgb(153 246 228 / 0.45);
}
.border-t-teal-200\/5 {
  border-top-color: rgb(153 246 228 / 0.05);
}
.border-t-teal-200\/50 {
  border-top-color: rgb(153 246 228 / 0.5);
}
.border-t-teal-200\/55 {
  border-top-color: rgb(153 246 228 / 0.55);
}
.border-t-teal-200\/60 {
  border-top-color: rgb(153 246 228 / 0.6);
}
.border-t-teal-200\/65 {
  border-top-color: rgb(153 246 228 / 0.65);
}
.border-t-teal-200\/70 {
  border-top-color: rgb(153 246 228 / 0.7);
}
.border-t-teal-200\/75 {
  border-top-color: rgb(153 246 228 / 0.75);
}
.border-t-teal-200\/80 {
  border-top-color: rgb(153 246 228 / 0.8);
}
.border-t-teal-200\/85 {
  border-top-color: rgb(153 246 228 / 0.85);
}
.border-t-teal-200\/90 {
  border-top-color: rgb(153 246 228 / 0.9);
}
.border-t-teal-200\/95 {
  border-top-color: rgb(153 246 228 / 0.95);
}
.border-t-teal-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-t-teal-300\/0 {
  border-top-color: rgb(94 234 212 / 0);
}
.border-t-teal-300\/10 {
  border-top-color: rgb(94 234 212 / 0.1);
}
.border-t-teal-300\/100 {
  border-top-color: rgb(94 234 212 / 1);
}
.border-t-teal-300\/15 {
  border-top-color: rgb(94 234 212 / 0.15);
}
.border-t-teal-300\/20 {
  border-top-color: rgb(94 234 212 / 0.2);
}
.border-t-teal-300\/25 {
  border-top-color: rgb(94 234 212 / 0.25);
}
.border-t-teal-300\/30 {
  border-top-color: rgb(94 234 212 / 0.3);
}
.border-t-teal-300\/35 {
  border-top-color: rgb(94 234 212 / 0.35);
}
.border-t-teal-300\/40 {
  border-top-color: rgb(94 234 212 / 0.4);
}
.border-t-teal-300\/45 {
  border-top-color: rgb(94 234 212 / 0.45);
}
.border-t-teal-300\/5 {
  border-top-color: rgb(94 234 212 / 0.05);
}
.border-t-teal-300\/50 {
  border-top-color: rgb(94 234 212 / 0.5);
}
.border-t-teal-300\/55 {
  border-top-color: rgb(94 234 212 / 0.55);
}
.border-t-teal-300\/60 {
  border-top-color: rgb(94 234 212 / 0.6);
}
.border-t-teal-300\/65 {
  border-top-color: rgb(94 234 212 / 0.65);
}
.border-t-teal-300\/70 {
  border-top-color: rgb(94 234 212 / 0.7);
}
.border-t-teal-300\/75 {
  border-top-color: rgb(94 234 212 / 0.75);
}
.border-t-teal-300\/80 {
  border-top-color: rgb(94 234 212 / 0.8);
}
.border-t-teal-300\/85 {
  border-top-color: rgb(94 234 212 / 0.85);
}
.border-t-teal-300\/90 {
  border-top-color: rgb(94 234 212 / 0.9);
}
.border-t-teal-300\/95 {
  border-top-color: rgb(94 234 212 / 0.95);
}
.border-t-teal-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-t-teal-400\/0 {
  border-top-color: rgb(45 212 191 / 0);
}
.border-t-teal-400\/10 {
  border-top-color: rgb(45 212 191 / 0.1);
}
.border-t-teal-400\/100 {
  border-top-color: rgb(45 212 191 / 1);
}
.border-t-teal-400\/15 {
  border-top-color: rgb(45 212 191 / 0.15);
}
.border-t-teal-400\/20 {
  border-top-color: rgb(45 212 191 / 0.2);
}
.border-t-teal-400\/25 {
  border-top-color: rgb(45 212 191 / 0.25);
}
.border-t-teal-400\/30 {
  border-top-color: rgb(45 212 191 / 0.3);
}
.border-t-teal-400\/35 {
  border-top-color: rgb(45 212 191 / 0.35);
}
.border-t-teal-400\/40 {
  border-top-color: rgb(45 212 191 / 0.4);
}
.border-t-teal-400\/45 {
  border-top-color: rgb(45 212 191 / 0.45);
}
.border-t-teal-400\/5 {
  border-top-color: rgb(45 212 191 / 0.05);
}
.border-t-teal-400\/50 {
  border-top-color: rgb(45 212 191 / 0.5);
}
.border-t-teal-400\/55 {
  border-top-color: rgb(45 212 191 / 0.55);
}
.border-t-teal-400\/60 {
  border-top-color: rgb(45 212 191 / 0.6);
}
.border-t-teal-400\/65 {
  border-top-color: rgb(45 212 191 / 0.65);
}
.border-t-teal-400\/70 {
  border-top-color: rgb(45 212 191 / 0.7);
}
.border-t-teal-400\/75 {
  border-top-color: rgb(45 212 191 / 0.75);
}
.border-t-teal-400\/80 {
  border-top-color: rgb(45 212 191 / 0.8);
}
.border-t-teal-400\/85 {
  border-top-color: rgb(45 212 191 / 0.85);
}
.border-t-teal-400\/90 {
  border-top-color: rgb(45 212 191 / 0.9);
}
.border-t-teal-400\/95 {
  border-top-color: rgb(45 212 191 / 0.95);
}
.border-t-teal-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}
.border-t-teal-50\/0 {
  border-top-color: rgb(240 253 250 / 0);
}
.border-t-teal-50\/10 {
  border-top-color: rgb(240 253 250 / 0.1);
}
.border-t-teal-50\/100 {
  border-top-color: rgb(240 253 250 / 1);
}
.border-t-teal-50\/15 {
  border-top-color: rgb(240 253 250 / 0.15);
}
.border-t-teal-50\/20 {
  border-top-color: rgb(240 253 250 / 0.2);
}
.border-t-teal-50\/25 {
  border-top-color: rgb(240 253 250 / 0.25);
}
.border-t-teal-50\/30 {
  border-top-color: rgb(240 253 250 / 0.3);
}
.border-t-teal-50\/35 {
  border-top-color: rgb(240 253 250 / 0.35);
}
.border-t-teal-50\/40 {
  border-top-color: rgb(240 253 250 / 0.4);
}
.border-t-teal-50\/45 {
  border-top-color: rgb(240 253 250 / 0.45);
}
.border-t-teal-50\/5 {
  border-top-color: rgb(240 253 250 / 0.05);
}
.border-t-teal-50\/50 {
  border-top-color: rgb(240 253 250 / 0.5);
}
.border-t-teal-50\/55 {
  border-top-color: rgb(240 253 250 / 0.55);
}
.border-t-teal-50\/60 {
  border-top-color: rgb(240 253 250 / 0.6);
}
.border-t-teal-50\/65 {
  border-top-color: rgb(240 253 250 / 0.65);
}
.border-t-teal-50\/70 {
  border-top-color: rgb(240 253 250 / 0.7);
}
.border-t-teal-50\/75 {
  border-top-color: rgb(240 253 250 / 0.75);
}
.border-t-teal-50\/80 {
  border-top-color: rgb(240 253 250 / 0.8);
}
.border-t-teal-50\/85 {
  border-top-color: rgb(240 253 250 / 0.85);
}
.border-t-teal-50\/90 {
  border-top-color: rgb(240 253 250 / 0.9);
}
.border-t-teal-50\/95 {
  border-top-color: rgb(240 253 250 / 0.95);
}
.border-t-teal-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-t-teal-500\/0 {
  border-top-color: rgb(20 184 166 / 0);
}
.border-t-teal-500\/10 {
  border-top-color: rgb(20 184 166 / 0.1);
}
.border-t-teal-500\/100 {
  border-top-color: rgb(20 184 166 / 1);
}
.border-t-teal-500\/15 {
  border-top-color: rgb(20 184 166 / 0.15);
}
.border-t-teal-500\/20 {
  border-top-color: rgb(20 184 166 / 0.2);
}
.border-t-teal-500\/25 {
  border-top-color: rgb(20 184 166 / 0.25);
}
.border-t-teal-500\/30 {
  border-top-color: rgb(20 184 166 / 0.3);
}
.border-t-teal-500\/35 {
  border-top-color: rgb(20 184 166 / 0.35);
}
.border-t-teal-500\/40 {
  border-top-color: rgb(20 184 166 / 0.4);
}
.border-t-teal-500\/45 {
  border-top-color: rgb(20 184 166 / 0.45);
}
.border-t-teal-500\/5 {
  border-top-color: rgb(20 184 166 / 0.05);
}
.border-t-teal-500\/50 {
  border-top-color: rgb(20 184 166 / 0.5);
}
.border-t-teal-500\/55 {
  border-top-color: rgb(20 184 166 / 0.55);
}
.border-t-teal-500\/60 {
  border-top-color: rgb(20 184 166 / 0.6);
}
.border-t-teal-500\/65 {
  border-top-color: rgb(20 184 166 / 0.65);
}
.border-t-teal-500\/70 {
  border-top-color: rgb(20 184 166 / 0.7);
}
.border-t-teal-500\/75 {
  border-top-color: rgb(20 184 166 / 0.75);
}
.border-t-teal-500\/80 {
  border-top-color: rgb(20 184 166 / 0.8);
}
.border-t-teal-500\/85 {
  border-top-color: rgb(20 184 166 / 0.85);
}
.border-t-teal-500\/90 {
  border-top-color: rgb(20 184 166 / 0.9);
}
.border-t-teal-500\/95 {
  border-top-color: rgb(20 184 166 / 0.95);
}
.border-t-teal-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-t-teal-600\/0 {
  border-top-color: rgb(13 148 136 / 0);
}
.border-t-teal-600\/10 {
  border-top-color: rgb(13 148 136 / 0.1);
}
.border-t-teal-600\/100 {
  border-top-color: rgb(13 148 136 / 1);
}
.border-t-teal-600\/15 {
  border-top-color: rgb(13 148 136 / 0.15);
}
.border-t-teal-600\/20 {
  border-top-color: rgb(13 148 136 / 0.2);
}
.border-t-teal-600\/25 {
  border-top-color: rgb(13 148 136 / 0.25);
}
.border-t-teal-600\/30 {
  border-top-color: rgb(13 148 136 / 0.3);
}
.border-t-teal-600\/35 {
  border-top-color: rgb(13 148 136 / 0.35);
}
.border-t-teal-600\/40 {
  border-top-color: rgb(13 148 136 / 0.4);
}
.border-t-teal-600\/45 {
  border-top-color: rgb(13 148 136 / 0.45);
}
.border-t-teal-600\/5 {
  border-top-color: rgb(13 148 136 / 0.05);
}
.border-t-teal-600\/50 {
  border-top-color: rgb(13 148 136 / 0.5);
}
.border-t-teal-600\/55 {
  border-top-color: rgb(13 148 136 / 0.55);
}
.border-t-teal-600\/60 {
  border-top-color: rgb(13 148 136 / 0.6);
}
.border-t-teal-600\/65 {
  border-top-color: rgb(13 148 136 / 0.65);
}
.border-t-teal-600\/70 {
  border-top-color: rgb(13 148 136 / 0.7);
}
.border-t-teal-600\/75 {
  border-top-color: rgb(13 148 136 / 0.75);
}
.border-t-teal-600\/80 {
  border-top-color: rgb(13 148 136 / 0.8);
}
.border-t-teal-600\/85 {
  border-top-color: rgb(13 148 136 / 0.85);
}
.border-t-teal-600\/90 {
  border-top-color: rgb(13 148 136 / 0.9);
}
.border-t-teal-600\/95 {
  border-top-color: rgb(13 148 136 / 0.95);
}
.border-t-teal-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.border-t-teal-700\/0 {
  border-top-color: rgb(15 118 110 / 0);
}
.border-t-teal-700\/10 {
  border-top-color: rgb(15 118 110 / 0.1);
}
.border-t-teal-700\/100 {
  border-top-color: rgb(15 118 110 / 1);
}
.border-t-teal-700\/15 {
  border-top-color: rgb(15 118 110 / 0.15);
}
.border-t-teal-700\/20 {
  border-top-color: rgb(15 118 110 / 0.2);
}
.border-t-teal-700\/25 {
  border-top-color: rgb(15 118 110 / 0.25);
}
.border-t-teal-700\/30 {
  border-top-color: rgb(15 118 110 / 0.3);
}
.border-t-teal-700\/35 {
  border-top-color: rgb(15 118 110 / 0.35);
}
.border-t-teal-700\/40 {
  border-top-color: rgb(15 118 110 / 0.4);
}
.border-t-teal-700\/45 {
  border-top-color: rgb(15 118 110 / 0.45);
}
.border-t-teal-700\/5 {
  border-top-color: rgb(15 118 110 / 0.05);
}
.border-t-teal-700\/50 {
  border-top-color: rgb(15 118 110 / 0.5);
}
.border-t-teal-700\/55 {
  border-top-color: rgb(15 118 110 / 0.55);
}
.border-t-teal-700\/60 {
  border-top-color: rgb(15 118 110 / 0.6);
}
.border-t-teal-700\/65 {
  border-top-color: rgb(15 118 110 / 0.65);
}
.border-t-teal-700\/70 {
  border-top-color: rgb(15 118 110 / 0.7);
}
.border-t-teal-700\/75 {
  border-top-color: rgb(15 118 110 / 0.75);
}
.border-t-teal-700\/80 {
  border-top-color: rgb(15 118 110 / 0.8);
}
.border-t-teal-700\/85 {
  border-top-color: rgb(15 118 110 / 0.85);
}
.border-t-teal-700\/90 {
  border-top-color: rgb(15 118 110 / 0.9);
}
.border-t-teal-700\/95 {
  border-top-color: rgb(15 118 110 / 0.95);
}
.border-t-teal-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}
.border-t-teal-800\/0 {
  border-top-color: rgb(17 94 89 / 0);
}
.border-t-teal-800\/10 {
  border-top-color: rgb(17 94 89 / 0.1);
}
.border-t-teal-800\/100 {
  border-top-color: rgb(17 94 89 / 1);
}
.border-t-teal-800\/15 {
  border-top-color: rgb(17 94 89 / 0.15);
}
.border-t-teal-800\/20 {
  border-top-color: rgb(17 94 89 / 0.2);
}
.border-t-teal-800\/25 {
  border-top-color: rgb(17 94 89 / 0.25);
}
.border-t-teal-800\/30 {
  border-top-color: rgb(17 94 89 / 0.3);
}
.border-t-teal-800\/35 {
  border-top-color: rgb(17 94 89 / 0.35);
}
.border-t-teal-800\/40 {
  border-top-color: rgb(17 94 89 / 0.4);
}
.border-t-teal-800\/45 {
  border-top-color: rgb(17 94 89 / 0.45);
}
.border-t-teal-800\/5 {
  border-top-color: rgb(17 94 89 / 0.05);
}
.border-t-teal-800\/50 {
  border-top-color: rgb(17 94 89 / 0.5);
}
.border-t-teal-800\/55 {
  border-top-color: rgb(17 94 89 / 0.55);
}
.border-t-teal-800\/60 {
  border-top-color: rgb(17 94 89 / 0.6);
}
.border-t-teal-800\/65 {
  border-top-color: rgb(17 94 89 / 0.65);
}
.border-t-teal-800\/70 {
  border-top-color: rgb(17 94 89 / 0.7);
}
.border-t-teal-800\/75 {
  border-top-color: rgb(17 94 89 / 0.75);
}
.border-t-teal-800\/80 {
  border-top-color: rgb(17 94 89 / 0.8);
}
.border-t-teal-800\/85 {
  border-top-color: rgb(17 94 89 / 0.85);
}
.border-t-teal-800\/90 {
  border-top-color: rgb(17 94 89 / 0.9);
}
.border-t-teal-800\/95 {
  border-top-color: rgb(17 94 89 / 0.95);
}
.border-t-teal-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}
.border-t-teal-900\/0 {
  border-top-color: rgb(19 78 74 / 0);
}
.border-t-teal-900\/10 {
  border-top-color: rgb(19 78 74 / 0.1);
}
.border-t-teal-900\/100 {
  border-top-color: rgb(19 78 74 / 1);
}
.border-t-teal-900\/15 {
  border-top-color: rgb(19 78 74 / 0.15);
}
.border-t-teal-900\/20 {
  border-top-color: rgb(19 78 74 / 0.2);
}
.border-t-teal-900\/25 {
  border-top-color: rgb(19 78 74 / 0.25);
}
.border-t-teal-900\/30 {
  border-top-color: rgb(19 78 74 / 0.3);
}
.border-t-teal-900\/35 {
  border-top-color: rgb(19 78 74 / 0.35);
}
.border-t-teal-900\/40 {
  border-top-color: rgb(19 78 74 / 0.4);
}
.border-t-teal-900\/45 {
  border-top-color: rgb(19 78 74 / 0.45);
}
.border-t-teal-900\/5 {
  border-top-color: rgb(19 78 74 / 0.05);
}
.border-t-teal-900\/50 {
  border-top-color: rgb(19 78 74 / 0.5);
}
.border-t-teal-900\/55 {
  border-top-color: rgb(19 78 74 / 0.55);
}
.border-t-teal-900\/60 {
  border-top-color: rgb(19 78 74 / 0.6);
}
.border-t-teal-900\/65 {
  border-top-color: rgb(19 78 74 / 0.65);
}
.border-t-teal-900\/70 {
  border-top-color: rgb(19 78 74 / 0.7);
}
.border-t-teal-900\/75 {
  border-top-color: rgb(19 78 74 / 0.75);
}
.border-t-teal-900\/80 {
  border-top-color: rgb(19 78 74 / 0.8);
}
.border-t-teal-900\/85 {
  border-top-color: rgb(19 78 74 / 0.85);
}
.border-t-teal-900\/90 {
  border-top-color: rgb(19 78 74 / 0.9);
}
.border-t-teal-900\/95 {
  border-top-color: rgb(19 78 74 / 0.95);
}
.border-t-teal-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}
.border-t-teal-950\/0 {
  border-top-color: rgb(4 47 46 / 0);
}
.border-t-teal-950\/10 {
  border-top-color: rgb(4 47 46 / 0.1);
}
.border-t-teal-950\/100 {
  border-top-color: rgb(4 47 46 / 1);
}
.border-t-teal-950\/15 {
  border-top-color: rgb(4 47 46 / 0.15);
}
.border-t-teal-950\/20 {
  border-top-color: rgb(4 47 46 / 0.2);
}
.border-t-teal-950\/25 {
  border-top-color: rgb(4 47 46 / 0.25);
}
.border-t-teal-950\/30 {
  border-top-color: rgb(4 47 46 / 0.3);
}
.border-t-teal-950\/35 {
  border-top-color: rgb(4 47 46 / 0.35);
}
.border-t-teal-950\/40 {
  border-top-color: rgb(4 47 46 / 0.4);
}
.border-t-teal-950\/45 {
  border-top-color: rgb(4 47 46 / 0.45);
}
.border-t-teal-950\/5 {
  border-top-color: rgb(4 47 46 / 0.05);
}
.border-t-teal-950\/50 {
  border-top-color: rgb(4 47 46 / 0.5);
}
.border-t-teal-950\/55 {
  border-top-color: rgb(4 47 46 / 0.55);
}
.border-t-teal-950\/60 {
  border-top-color: rgb(4 47 46 / 0.6);
}
.border-t-teal-950\/65 {
  border-top-color: rgb(4 47 46 / 0.65);
}
.border-t-teal-950\/70 {
  border-top-color: rgb(4 47 46 / 0.7);
}
.border-t-teal-950\/75 {
  border-top-color: rgb(4 47 46 / 0.75);
}
.border-t-teal-950\/80 {
  border-top-color: rgb(4 47 46 / 0.8);
}
.border-t-teal-950\/85 {
  border-top-color: rgb(4 47 46 / 0.85);
}
.border-t-teal-950\/90 {
  border-top-color: rgb(4 47 46 / 0.9);
}
.border-t-teal-950\/95 {
  border-top-color: rgb(4 47 46 / 0.95);
}
.border-t-tertiary {
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
}
.border-t-tertiary\/0 {
  border-top-color: hsl(var(--tertiary) / 0);
}
.border-t-tertiary\/10 {
  border-top-color: hsl(var(--tertiary) / 0.1);
}
.border-t-tertiary\/100 {
  border-top-color: hsl(var(--tertiary) / 1);
}
.border-t-tertiary\/15 {
  border-top-color: hsl(var(--tertiary) / 0.15);
}
.border-t-tertiary\/20 {
  border-top-color: hsl(var(--tertiary) / 0.2);
}
.border-t-tertiary\/25 {
  border-top-color: hsl(var(--tertiary) / 0.25);
}
.border-t-tertiary\/30 {
  border-top-color: hsl(var(--tertiary) / 0.3);
}
.border-t-tertiary\/35 {
  border-top-color: hsl(var(--tertiary) / 0.35);
}
.border-t-tertiary\/40 {
  border-top-color: hsl(var(--tertiary) / 0.4);
}
.border-t-tertiary\/45 {
  border-top-color: hsl(var(--tertiary) / 0.45);
}
.border-t-tertiary\/5 {
  border-top-color: hsl(var(--tertiary) / 0.05);
}
.border-t-tertiary\/50 {
  border-top-color: hsl(var(--tertiary) / 0.5);
}
.border-t-tertiary\/55 {
  border-top-color: hsl(var(--tertiary) / 0.55);
}
.border-t-tertiary\/60 {
  border-top-color: hsl(var(--tertiary) / 0.6);
}
.border-t-tertiary\/65 {
  border-top-color: hsl(var(--tertiary) / 0.65);
}
.border-t-tertiary\/70 {
  border-top-color: hsl(var(--tertiary) / 0.7);
}
.border-t-tertiary\/75 {
  border-top-color: hsl(var(--tertiary) / 0.75);
}
.border-t-tertiary\/80 {
  border-top-color: hsl(var(--tertiary) / 0.8);
}
.border-t-tertiary\/85 {
  border-top-color: hsl(var(--tertiary) / 0.85);
}
.border-t-tertiary\/90 {
  border-top-color: hsl(var(--tertiary) / 0.9);
}
.border-t-tertiary\/95 {
  border-top-color: hsl(var(--tertiary) / 0.95);
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-violet-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}
.border-t-violet-100\/0 {
  border-top-color: rgb(237 233 254 / 0);
}
.border-t-violet-100\/10 {
  border-top-color: rgb(237 233 254 / 0.1);
}
.border-t-violet-100\/100 {
  border-top-color: rgb(237 233 254 / 1);
}
.border-t-violet-100\/15 {
  border-top-color: rgb(237 233 254 / 0.15);
}
.border-t-violet-100\/20 {
  border-top-color: rgb(237 233 254 / 0.2);
}
.border-t-violet-100\/25 {
  border-top-color: rgb(237 233 254 / 0.25);
}
.border-t-violet-100\/30 {
  border-top-color: rgb(237 233 254 / 0.3);
}
.border-t-violet-100\/35 {
  border-top-color: rgb(237 233 254 / 0.35);
}
.border-t-violet-100\/40 {
  border-top-color: rgb(237 233 254 / 0.4);
}
.border-t-violet-100\/45 {
  border-top-color: rgb(237 233 254 / 0.45);
}
.border-t-violet-100\/5 {
  border-top-color: rgb(237 233 254 / 0.05);
}
.border-t-violet-100\/50 {
  border-top-color: rgb(237 233 254 / 0.5);
}
.border-t-violet-100\/55 {
  border-top-color: rgb(237 233 254 / 0.55);
}
.border-t-violet-100\/60 {
  border-top-color: rgb(237 233 254 / 0.6);
}
.border-t-violet-100\/65 {
  border-top-color: rgb(237 233 254 / 0.65);
}
.border-t-violet-100\/70 {
  border-top-color: rgb(237 233 254 / 0.7);
}
.border-t-violet-100\/75 {
  border-top-color: rgb(237 233 254 / 0.75);
}
.border-t-violet-100\/80 {
  border-top-color: rgb(237 233 254 / 0.8);
}
.border-t-violet-100\/85 {
  border-top-color: rgb(237 233 254 / 0.85);
}
.border-t-violet-100\/90 {
  border-top-color: rgb(237 233 254 / 0.9);
}
.border-t-violet-100\/95 {
  border-top-color: rgb(237 233 254 / 0.95);
}
.border-t-violet-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-t-violet-200\/0 {
  border-top-color: rgb(221 214 254 / 0);
}
.border-t-violet-200\/10 {
  border-top-color: rgb(221 214 254 / 0.1);
}
.border-t-violet-200\/100 {
  border-top-color: rgb(221 214 254 / 1);
}
.border-t-violet-200\/15 {
  border-top-color: rgb(221 214 254 / 0.15);
}
.border-t-violet-200\/20 {
  border-top-color: rgb(221 214 254 / 0.2);
}
.border-t-violet-200\/25 {
  border-top-color: rgb(221 214 254 / 0.25);
}
.border-t-violet-200\/30 {
  border-top-color: rgb(221 214 254 / 0.3);
}
.border-t-violet-200\/35 {
  border-top-color: rgb(221 214 254 / 0.35);
}
.border-t-violet-200\/40 {
  border-top-color: rgb(221 214 254 / 0.4);
}
.border-t-violet-200\/45 {
  border-top-color: rgb(221 214 254 / 0.45);
}
.border-t-violet-200\/5 {
  border-top-color: rgb(221 214 254 / 0.05);
}
.border-t-violet-200\/50 {
  border-top-color: rgb(221 214 254 / 0.5);
}
.border-t-violet-200\/55 {
  border-top-color: rgb(221 214 254 / 0.55);
}
.border-t-violet-200\/60 {
  border-top-color: rgb(221 214 254 / 0.6);
}
.border-t-violet-200\/65 {
  border-top-color: rgb(221 214 254 / 0.65);
}
.border-t-violet-200\/70 {
  border-top-color: rgb(221 214 254 / 0.7);
}
.border-t-violet-200\/75 {
  border-top-color: rgb(221 214 254 / 0.75);
}
.border-t-violet-200\/80 {
  border-top-color: rgb(221 214 254 / 0.8);
}
.border-t-violet-200\/85 {
  border-top-color: rgb(221 214 254 / 0.85);
}
.border-t-violet-200\/90 {
  border-top-color: rgb(221 214 254 / 0.9);
}
.border-t-violet-200\/95 {
  border-top-color: rgb(221 214 254 / 0.95);
}
.border-t-violet-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-t-violet-300\/0 {
  border-top-color: rgb(196 181 253 / 0);
}
.border-t-violet-300\/10 {
  border-top-color: rgb(196 181 253 / 0.1);
}
.border-t-violet-300\/100 {
  border-top-color: rgb(196 181 253 / 1);
}
.border-t-violet-300\/15 {
  border-top-color: rgb(196 181 253 / 0.15);
}
.border-t-violet-300\/20 {
  border-top-color: rgb(196 181 253 / 0.2);
}
.border-t-violet-300\/25 {
  border-top-color: rgb(196 181 253 / 0.25);
}
.border-t-violet-300\/30 {
  border-top-color: rgb(196 181 253 / 0.3);
}
.border-t-violet-300\/35 {
  border-top-color: rgb(196 181 253 / 0.35);
}
.border-t-violet-300\/40 {
  border-top-color: rgb(196 181 253 / 0.4);
}
.border-t-violet-300\/45 {
  border-top-color: rgb(196 181 253 / 0.45);
}
.border-t-violet-300\/5 {
  border-top-color: rgb(196 181 253 / 0.05);
}
.border-t-violet-300\/50 {
  border-top-color: rgb(196 181 253 / 0.5);
}
.border-t-violet-300\/55 {
  border-top-color: rgb(196 181 253 / 0.55);
}
.border-t-violet-300\/60 {
  border-top-color: rgb(196 181 253 / 0.6);
}
.border-t-violet-300\/65 {
  border-top-color: rgb(196 181 253 / 0.65);
}
.border-t-violet-300\/70 {
  border-top-color: rgb(196 181 253 / 0.7);
}
.border-t-violet-300\/75 {
  border-top-color: rgb(196 181 253 / 0.75);
}
.border-t-violet-300\/80 {
  border-top-color: rgb(196 181 253 / 0.8);
}
.border-t-violet-300\/85 {
  border-top-color: rgb(196 181 253 / 0.85);
}
.border-t-violet-300\/90 {
  border-top-color: rgb(196 181 253 / 0.9);
}
.border-t-violet-300\/95 {
  border-top-color: rgb(196 181 253 / 0.95);
}
.border-t-violet-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-t-violet-400\/0 {
  border-top-color: rgb(167 139 250 / 0);
}
.border-t-violet-400\/10 {
  border-top-color: rgb(167 139 250 / 0.1);
}
.border-t-violet-400\/100 {
  border-top-color: rgb(167 139 250 / 1);
}
.border-t-violet-400\/15 {
  border-top-color: rgb(167 139 250 / 0.15);
}
.border-t-violet-400\/20 {
  border-top-color: rgb(167 139 250 / 0.2);
}
.border-t-violet-400\/25 {
  border-top-color: rgb(167 139 250 / 0.25);
}
.border-t-violet-400\/30 {
  border-top-color: rgb(167 139 250 / 0.3);
}
.border-t-violet-400\/35 {
  border-top-color: rgb(167 139 250 / 0.35);
}
.border-t-violet-400\/40 {
  border-top-color: rgb(167 139 250 / 0.4);
}
.border-t-violet-400\/45 {
  border-top-color: rgb(167 139 250 / 0.45);
}
.border-t-violet-400\/5 {
  border-top-color: rgb(167 139 250 / 0.05);
}
.border-t-violet-400\/50 {
  border-top-color: rgb(167 139 250 / 0.5);
}
.border-t-violet-400\/55 {
  border-top-color: rgb(167 139 250 / 0.55);
}
.border-t-violet-400\/60 {
  border-top-color: rgb(167 139 250 / 0.6);
}
.border-t-violet-400\/65 {
  border-top-color: rgb(167 139 250 / 0.65);
}
.border-t-violet-400\/70 {
  border-top-color: rgb(167 139 250 / 0.7);
}
.border-t-violet-400\/75 {
  border-top-color: rgb(167 139 250 / 0.75);
}
.border-t-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8);
}
.border-t-violet-400\/85 {
  border-top-color: rgb(167 139 250 / 0.85);
}
.border-t-violet-400\/90 {
  border-top-color: rgb(167 139 250 / 0.9);
}
.border-t-violet-400\/95 {
  border-top-color: rgb(167 139 250 / 0.95);
}
.border-t-violet-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}
.border-t-violet-50\/0 {
  border-top-color: rgb(245 243 255 / 0);
}
.border-t-violet-50\/10 {
  border-top-color: rgb(245 243 255 / 0.1);
}
.border-t-violet-50\/100 {
  border-top-color: rgb(245 243 255 / 1);
}
.border-t-violet-50\/15 {
  border-top-color: rgb(245 243 255 / 0.15);
}
.border-t-violet-50\/20 {
  border-top-color: rgb(245 243 255 / 0.2);
}
.border-t-violet-50\/25 {
  border-top-color: rgb(245 243 255 / 0.25);
}
.border-t-violet-50\/30 {
  border-top-color: rgb(245 243 255 / 0.3);
}
.border-t-violet-50\/35 {
  border-top-color: rgb(245 243 255 / 0.35);
}
.border-t-violet-50\/40 {
  border-top-color: rgb(245 243 255 / 0.4);
}
.border-t-violet-50\/45 {
  border-top-color: rgb(245 243 255 / 0.45);
}
.border-t-violet-50\/5 {
  border-top-color: rgb(245 243 255 / 0.05);
}
.border-t-violet-50\/50 {
  border-top-color: rgb(245 243 255 / 0.5);
}
.border-t-violet-50\/55 {
  border-top-color: rgb(245 243 255 / 0.55);
}
.border-t-violet-50\/60 {
  border-top-color: rgb(245 243 255 / 0.6);
}
.border-t-violet-50\/65 {
  border-top-color: rgb(245 243 255 / 0.65);
}
.border-t-violet-50\/70 {
  border-top-color: rgb(245 243 255 / 0.7);
}
.border-t-violet-50\/75 {
  border-top-color: rgb(245 243 255 / 0.75);
}
.border-t-violet-50\/80 {
  border-top-color: rgb(245 243 255 / 0.8);
}
.border-t-violet-50\/85 {
  border-top-color: rgb(245 243 255 / 0.85);
}
.border-t-violet-50\/90 {
  border-top-color: rgb(245 243 255 / 0.9);
}
.border-t-violet-50\/95 {
  border-top-color: rgb(245 243 255 / 0.95);
}
.border-t-violet-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-t-violet-500\/0 {
  border-top-color: rgb(139 92 246 / 0);
}
.border-t-violet-500\/10 {
  border-top-color: rgb(139 92 246 / 0.1);
}
.border-t-violet-500\/100 {
  border-top-color: rgb(139 92 246 / 1);
}
.border-t-violet-500\/15 {
  border-top-color: rgb(139 92 246 / 0.15);
}
.border-t-violet-500\/20 {
  border-top-color: rgb(139 92 246 / 0.2);
}
.border-t-violet-500\/25 {
  border-top-color: rgb(139 92 246 / 0.25);
}
.border-t-violet-500\/30 {
  border-top-color: rgb(139 92 246 / 0.3);
}
.border-t-violet-500\/35 {
  border-top-color: rgb(139 92 246 / 0.35);
}
.border-t-violet-500\/40 {
  border-top-color: rgb(139 92 246 / 0.4);
}
.border-t-violet-500\/45 {
  border-top-color: rgb(139 92 246 / 0.45);
}
.border-t-violet-500\/5 {
  border-top-color: rgb(139 92 246 / 0.05);
}
.border-t-violet-500\/50 {
  border-top-color: rgb(139 92 246 / 0.5);
}
.border-t-violet-500\/55 {
  border-top-color: rgb(139 92 246 / 0.55);
}
.border-t-violet-500\/60 {
  border-top-color: rgb(139 92 246 / 0.6);
}
.border-t-violet-500\/65 {
  border-top-color: rgb(139 92 246 / 0.65);
}
.border-t-violet-500\/70 {
  border-top-color: rgb(139 92 246 / 0.7);
}
.border-t-violet-500\/75 {
  border-top-color: rgb(139 92 246 / 0.75);
}
.border-t-violet-500\/80 {
  border-top-color: rgb(139 92 246 / 0.8);
}
.border-t-violet-500\/85 {
  border-top-color: rgb(139 92 246 / 0.85);
}
.border-t-violet-500\/90 {
  border-top-color: rgb(139 92 246 / 0.9);
}
.border-t-violet-500\/95 {
  border-top-color: rgb(139 92 246 / 0.95);
}
.border-t-violet-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-t-violet-600\/0 {
  border-top-color: rgb(124 58 237 / 0);
}
.border-t-violet-600\/10 {
  border-top-color: rgb(124 58 237 / 0.1);
}
.border-t-violet-600\/100 {
  border-top-color: rgb(124 58 237 / 1);
}
.border-t-violet-600\/15 {
  border-top-color: rgb(124 58 237 / 0.15);
}
.border-t-violet-600\/20 {
  border-top-color: rgb(124 58 237 / 0.2);
}
.border-t-violet-600\/25 {
  border-top-color: rgb(124 58 237 / 0.25);
}
.border-t-violet-600\/30 {
  border-top-color: rgb(124 58 237 / 0.3);
}
.border-t-violet-600\/35 {
  border-top-color: rgb(124 58 237 / 0.35);
}
.border-t-violet-600\/40 {
  border-top-color: rgb(124 58 237 / 0.4);
}
.border-t-violet-600\/45 {
  border-top-color: rgb(124 58 237 / 0.45);
}
.border-t-violet-600\/5 {
  border-top-color: rgb(124 58 237 / 0.05);
}
.border-t-violet-600\/50 {
  border-top-color: rgb(124 58 237 / 0.5);
}
.border-t-violet-600\/55 {
  border-top-color: rgb(124 58 237 / 0.55);
}
.border-t-violet-600\/60 {
  border-top-color: rgb(124 58 237 / 0.6);
}
.border-t-violet-600\/65 {
  border-top-color: rgb(124 58 237 / 0.65);
}
.border-t-violet-600\/70 {
  border-top-color: rgb(124 58 237 / 0.7);
}
.border-t-violet-600\/75 {
  border-top-color: rgb(124 58 237 / 0.75);
}
.border-t-violet-600\/80 {
  border-top-color: rgb(124 58 237 / 0.8);
}
.border-t-violet-600\/85 {
  border-top-color: rgb(124 58 237 / 0.85);
}
.border-t-violet-600\/90 {
  border-top-color: rgb(124 58 237 / 0.9);
}
.border-t-violet-600\/95 {
  border-top-color: rgb(124 58 237 / 0.95);
}
.border-t-violet-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}
.border-t-violet-700\/0 {
  border-top-color: rgb(109 40 217 / 0);
}
.border-t-violet-700\/10 {
  border-top-color: rgb(109 40 217 / 0.1);
}
.border-t-violet-700\/100 {
  border-top-color: rgb(109 40 217 / 1);
}
.border-t-violet-700\/15 {
  border-top-color: rgb(109 40 217 / 0.15);
}
.border-t-violet-700\/20 {
  border-top-color: rgb(109 40 217 / 0.2);
}
.border-t-violet-700\/25 {
  border-top-color: rgb(109 40 217 / 0.25);
}
.border-t-violet-700\/30 {
  border-top-color: rgb(109 40 217 / 0.3);
}
.border-t-violet-700\/35 {
  border-top-color: rgb(109 40 217 / 0.35);
}
.border-t-violet-700\/40 {
  border-top-color: rgb(109 40 217 / 0.4);
}
.border-t-violet-700\/45 {
  border-top-color: rgb(109 40 217 / 0.45);
}
.border-t-violet-700\/5 {
  border-top-color: rgb(109 40 217 / 0.05);
}
.border-t-violet-700\/50 {
  border-top-color: rgb(109 40 217 / 0.5);
}
.border-t-violet-700\/55 {
  border-top-color: rgb(109 40 217 / 0.55);
}
.border-t-violet-700\/60 {
  border-top-color: rgb(109 40 217 / 0.6);
}
.border-t-violet-700\/65 {
  border-top-color: rgb(109 40 217 / 0.65);
}
.border-t-violet-700\/70 {
  border-top-color: rgb(109 40 217 / 0.7);
}
.border-t-violet-700\/75 {
  border-top-color: rgb(109 40 217 / 0.75);
}
.border-t-violet-700\/80 {
  border-top-color: rgb(109 40 217 / 0.8);
}
.border-t-violet-700\/85 {
  border-top-color: rgb(109 40 217 / 0.85);
}
.border-t-violet-700\/90 {
  border-top-color: rgb(109 40 217 / 0.9);
}
.border-t-violet-700\/95 {
  border-top-color: rgb(109 40 217 / 0.95);
}
.border-t-violet-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}
.border-t-violet-800\/0 {
  border-top-color: rgb(91 33 182 / 0);
}
.border-t-violet-800\/10 {
  border-top-color: rgb(91 33 182 / 0.1);
}
.border-t-violet-800\/100 {
  border-top-color: rgb(91 33 182 / 1);
}
.border-t-violet-800\/15 {
  border-top-color: rgb(91 33 182 / 0.15);
}
.border-t-violet-800\/20 {
  border-top-color: rgb(91 33 182 / 0.2);
}
.border-t-violet-800\/25 {
  border-top-color: rgb(91 33 182 / 0.25);
}
.border-t-violet-800\/30 {
  border-top-color: rgb(91 33 182 / 0.3);
}
.border-t-violet-800\/35 {
  border-top-color: rgb(91 33 182 / 0.35);
}
.border-t-violet-800\/40 {
  border-top-color: rgb(91 33 182 / 0.4);
}
.border-t-violet-800\/45 {
  border-top-color: rgb(91 33 182 / 0.45);
}
.border-t-violet-800\/5 {
  border-top-color: rgb(91 33 182 / 0.05);
}
.border-t-violet-800\/50 {
  border-top-color: rgb(91 33 182 / 0.5);
}
.border-t-violet-800\/55 {
  border-top-color: rgb(91 33 182 / 0.55);
}
.border-t-violet-800\/60 {
  border-top-color: rgb(91 33 182 / 0.6);
}
.border-t-violet-800\/65 {
  border-top-color: rgb(91 33 182 / 0.65);
}
.border-t-violet-800\/70 {
  border-top-color: rgb(91 33 182 / 0.7);
}
.border-t-violet-800\/75 {
  border-top-color: rgb(91 33 182 / 0.75);
}
.border-t-violet-800\/80 {
  border-top-color: rgb(91 33 182 / 0.8);
}
.border-t-violet-800\/85 {
  border-top-color: rgb(91 33 182 / 0.85);
}
.border-t-violet-800\/90 {
  border-top-color: rgb(91 33 182 / 0.9);
}
.border-t-violet-800\/95 {
  border-top-color: rgb(91 33 182 / 0.95);
}
.border-t-violet-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}
.border-t-violet-900\/0 {
  border-top-color: rgb(76 29 149 / 0);
}
.border-t-violet-900\/10 {
  border-top-color: rgb(76 29 149 / 0.1);
}
.border-t-violet-900\/100 {
  border-top-color: rgb(76 29 149 / 1);
}
.border-t-violet-900\/15 {
  border-top-color: rgb(76 29 149 / 0.15);
}
.border-t-violet-900\/20 {
  border-top-color: rgb(76 29 149 / 0.2);
}
.border-t-violet-900\/25 {
  border-top-color: rgb(76 29 149 / 0.25);
}
.border-t-violet-900\/30 {
  border-top-color: rgb(76 29 149 / 0.3);
}
.border-t-violet-900\/35 {
  border-top-color: rgb(76 29 149 / 0.35);
}
.border-t-violet-900\/40 {
  border-top-color: rgb(76 29 149 / 0.4);
}
.border-t-violet-900\/45 {
  border-top-color: rgb(76 29 149 / 0.45);
}
.border-t-violet-900\/5 {
  border-top-color: rgb(76 29 149 / 0.05);
}
.border-t-violet-900\/50 {
  border-top-color: rgb(76 29 149 / 0.5);
}
.border-t-violet-900\/55 {
  border-top-color: rgb(76 29 149 / 0.55);
}
.border-t-violet-900\/60 {
  border-top-color: rgb(76 29 149 / 0.6);
}
.border-t-violet-900\/65 {
  border-top-color: rgb(76 29 149 / 0.65);
}
.border-t-violet-900\/70 {
  border-top-color: rgb(76 29 149 / 0.7);
}
.border-t-violet-900\/75 {
  border-top-color: rgb(76 29 149 / 0.75);
}
.border-t-violet-900\/80 {
  border-top-color: rgb(76 29 149 / 0.8);
}
.border-t-violet-900\/85 {
  border-top-color: rgb(76 29 149 / 0.85);
}
.border-t-violet-900\/90 {
  border-top-color: rgb(76 29 149 / 0.9);
}
.border-t-violet-900\/95 {
  border-top-color: rgb(76 29 149 / 0.95);
}
.border-t-violet-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}
.border-t-violet-950\/0 {
  border-top-color: rgb(46 16 101 / 0);
}
.border-t-violet-950\/10 {
  border-top-color: rgb(46 16 101 / 0.1);
}
.border-t-violet-950\/100 {
  border-top-color: rgb(46 16 101 / 1);
}
.border-t-violet-950\/15 {
  border-top-color: rgb(46 16 101 / 0.15);
}
.border-t-violet-950\/20 {
  border-top-color: rgb(46 16 101 / 0.2);
}
.border-t-violet-950\/25 {
  border-top-color: rgb(46 16 101 / 0.25);
}
.border-t-violet-950\/30 {
  border-top-color: rgb(46 16 101 / 0.3);
}
.border-t-violet-950\/35 {
  border-top-color: rgb(46 16 101 / 0.35);
}
.border-t-violet-950\/40 {
  border-top-color: rgb(46 16 101 / 0.4);
}
.border-t-violet-950\/45 {
  border-top-color: rgb(46 16 101 / 0.45);
}
.border-t-violet-950\/5 {
  border-top-color: rgb(46 16 101 / 0.05);
}
.border-t-violet-950\/50 {
  border-top-color: rgb(46 16 101 / 0.5);
}
.border-t-violet-950\/55 {
  border-top-color: rgb(46 16 101 / 0.55);
}
.border-t-violet-950\/60 {
  border-top-color: rgb(46 16 101 / 0.6);
}
.border-t-violet-950\/65 {
  border-top-color: rgb(46 16 101 / 0.65);
}
.border-t-violet-950\/70 {
  border-top-color: rgb(46 16 101 / 0.7);
}
.border-t-violet-950\/75 {
  border-top-color: rgb(46 16 101 / 0.75);
}
.border-t-violet-950\/80 {
  border-top-color: rgb(46 16 101 / 0.8);
}
.border-t-violet-950\/85 {
  border-top-color: rgb(46 16 101 / 0.85);
}
.border-t-violet-950\/90 {
  border-top-color: rgb(46 16 101 / 0.9);
}
.border-t-violet-950\/95 {
  border-top-color: rgb(46 16 101 / 0.95);
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}
.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}
.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}
.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}
.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}
.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}
.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}
.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}
.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}
.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}
.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}
.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}
.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}
.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}
.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}
.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}
.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}
.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}
.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}
.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}
.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}
.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}
.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}
.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}
.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}
.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}
.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}
.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}
.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}
.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}
.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}
.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}
.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}
.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}
.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}
.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}
.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}
.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}
.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}
.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}
.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}
.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}
.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}
.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}
.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}
.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}
.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}
.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}
.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}
.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}
.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}
.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}
.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}
.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}
.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}
.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}
.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}
.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}
.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}
.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}
.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}
.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}
.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}
.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}
.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}
.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}
.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}
.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}
.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}
.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}
.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}
.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}
.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}
.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}
.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}
.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}
.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}
.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}
.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}
.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}
.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}
.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}
.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}
.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}
.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}
.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}
.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}
.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}
.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}
.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}
.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}
.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}
.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}
.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}
.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}
.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}
.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}
.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}
.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}
.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}
.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}
.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}
.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}
.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}
.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}
.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}
.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}
.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}
.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}
.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}
.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}
.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}
.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}
.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}
.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}
.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}
.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}
.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}
.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}
.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}
.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}
.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}
.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}
.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}
.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}
.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}
.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}
.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}
.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}
.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}
.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}
.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}
.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}
.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}
.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}
.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}
.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}
.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}
.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}
.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}
.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}
.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}
.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}
.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}
.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}
.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}
.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}
.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}
.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}
.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}
.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}
.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}
.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}
.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}
.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}
.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}
.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}
.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}
.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}
.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}
.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}
.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}
.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}
.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}
.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}
.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}
.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}
.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}
.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}
.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}
.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}
.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}
.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}
.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}
.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}
.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}
.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}
.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}
.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}
.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}
.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}
.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}
.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}
.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}
.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}
.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}
.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}
.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}
.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}
.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}
.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}
.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}
.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}
.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}
.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}
.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}
.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}
.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}
.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}
.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}
.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}
.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}
.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}
.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}
.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}
.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}
.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}
.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}
.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}
.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}
.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}
.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}
.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}
.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}
.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
}
.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
}
.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
}
.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}
.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
}
.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
}
.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
}
.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}
.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}
.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}
.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
}
.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
}
.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}
.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}
.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}
.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
}
.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
}
.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
}
.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}
.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
}
.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
}
.border-t-zinc-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-t-zinc-100\/0 {
  border-top-color: rgb(244 244 245 / 0);
}
.border-t-zinc-100\/10 {
  border-top-color: rgb(244 244 245 / 0.1);
}
.border-t-zinc-100\/100 {
  border-top-color: rgb(244 244 245 / 1);
}
.border-t-zinc-100\/15 {
  border-top-color: rgb(244 244 245 / 0.15);
}
.border-t-zinc-100\/20 {
  border-top-color: rgb(244 244 245 / 0.2);
}
.border-t-zinc-100\/25 {
  border-top-color: rgb(244 244 245 / 0.25);
}
.border-t-zinc-100\/30 {
  border-top-color: rgb(244 244 245 / 0.3);
}
.border-t-zinc-100\/35 {
  border-top-color: rgb(244 244 245 / 0.35);
}
.border-t-zinc-100\/40 {
  border-top-color: rgb(244 244 245 / 0.4);
}
.border-t-zinc-100\/45 {
  border-top-color: rgb(244 244 245 / 0.45);
}
.border-t-zinc-100\/5 {
  border-top-color: rgb(244 244 245 / 0.05);
}
.border-t-zinc-100\/50 {
  border-top-color: rgb(244 244 245 / 0.5);
}
.border-t-zinc-100\/55 {
  border-top-color: rgb(244 244 245 / 0.55);
}
.border-t-zinc-100\/60 {
  border-top-color: rgb(244 244 245 / 0.6);
}
.border-t-zinc-100\/65 {
  border-top-color: rgb(244 244 245 / 0.65);
}
.border-t-zinc-100\/70 {
  border-top-color: rgb(244 244 245 / 0.7);
}
.border-t-zinc-100\/75 {
  border-top-color: rgb(244 244 245 / 0.75);
}
.border-t-zinc-100\/80 {
  border-top-color: rgb(244 244 245 / 0.8);
}
.border-t-zinc-100\/85 {
  border-top-color: rgb(244 244 245 / 0.85);
}
.border-t-zinc-100\/90 {
  border-top-color: rgb(244 244 245 / 0.9);
}
.border-t-zinc-100\/95 {
  border-top-color: rgb(244 244 245 / 0.95);
}
.border-t-zinc-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-t-zinc-200\/0 {
  border-top-color: rgb(228 228 231 / 0);
}
.border-t-zinc-200\/10 {
  border-top-color: rgb(228 228 231 / 0.1);
}
.border-t-zinc-200\/100 {
  border-top-color: rgb(228 228 231 / 1);
}
.border-t-zinc-200\/15 {
  border-top-color: rgb(228 228 231 / 0.15);
}
.border-t-zinc-200\/20 {
  border-top-color: rgb(228 228 231 / 0.2);
}
.border-t-zinc-200\/25 {
  border-top-color: rgb(228 228 231 / 0.25);
}
.border-t-zinc-200\/30 {
  border-top-color: rgb(228 228 231 / 0.3);
}
.border-t-zinc-200\/35 {
  border-top-color: rgb(228 228 231 / 0.35);
}
.border-t-zinc-200\/40 {
  border-top-color: rgb(228 228 231 / 0.4);
}
.border-t-zinc-200\/45 {
  border-top-color: rgb(228 228 231 / 0.45);
}
.border-t-zinc-200\/5 {
  border-top-color: rgb(228 228 231 / 0.05);
}
.border-t-zinc-200\/50 {
  border-top-color: rgb(228 228 231 / 0.5);
}
.border-t-zinc-200\/55 {
  border-top-color: rgb(228 228 231 / 0.55);
}
.border-t-zinc-200\/60 {
  border-top-color: rgb(228 228 231 / 0.6);
}
.border-t-zinc-200\/65 {
  border-top-color: rgb(228 228 231 / 0.65);
}
.border-t-zinc-200\/70 {
  border-top-color: rgb(228 228 231 / 0.7);
}
.border-t-zinc-200\/75 {
  border-top-color: rgb(228 228 231 / 0.75);
}
.border-t-zinc-200\/80 {
  border-top-color: rgb(228 228 231 / 0.8);
}
.border-t-zinc-200\/85 {
  border-top-color: rgb(228 228 231 / 0.85);
}
.border-t-zinc-200\/90 {
  border-top-color: rgb(228 228 231 / 0.9);
}
.border-t-zinc-200\/95 {
  border-top-color: rgb(228 228 231 / 0.95);
}
.border-t-zinc-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-t-zinc-300\/0 {
  border-top-color: rgb(212 212 216 / 0);
}
.border-t-zinc-300\/10 {
  border-top-color: rgb(212 212 216 / 0.1);
}
.border-t-zinc-300\/100 {
  border-top-color: rgb(212 212 216 / 1);
}
.border-t-zinc-300\/15 {
  border-top-color: rgb(212 212 216 / 0.15);
}
.border-t-zinc-300\/20 {
  border-top-color: rgb(212 212 216 / 0.2);
}
.border-t-zinc-300\/25 {
  border-top-color: rgb(212 212 216 / 0.25);
}
.border-t-zinc-300\/30 {
  border-top-color: rgb(212 212 216 / 0.3);
}
.border-t-zinc-300\/35 {
  border-top-color: rgb(212 212 216 / 0.35);
}
.border-t-zinc-300\/40 {
  border-top-color: rgb(212 212 216 / 0.4);
}
.border-t-zinc-300\/45 {
  border-top-color: rgb(212 212 216 / 0.45);
}
.border-t-zinc-300\/5 {
  border-top-color: rgb(212 212 216 / 0.05);
}
.border-t-zinc-300\/50 {
  border-top-color: rgb(212 212 216 / 0.5);
}
.border-t-zinc-300\/55 {
  border-top-color: rgb(212 212 216 / 0.55);
}
.border-t-zinc-300\/60 {
  border-top-color: rgb(212 212 216 / 0.6);
}
.border-t-zinc-300\/65 {
  border-top-color: rgb(212 212 216 / 0.65);
}
.border-t-zinc-300\/70 {
  border-top-color: rgb(212 212 216 / 0.7);
}
.border-t-zinc-300\/75 {
  border-top-color: rgb(212 212 216 / 0.75);
}
.border-t-zinc-300\/80 {
  border-top-color: rgb(212 212 216 / 0.8);
}
.border-t-zinc-300\/85 {
  border-top-color: rgb(212 212 216 / 0.85);
}
.border-t-zinc-300\/90 {
  border-top-color: rgb(212 212 216 / 0.9);
}
.border-t-zinc-300\/95 {
  border-top-color: rgb(212 212 216 / 0.95);
}
.border-t-zinc-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-t-zinc-400\/0 {
  border-top-color: rgb(161 161 170 / 0);
}
.border-t-zinc-400\/10 {
  border-top-color: rgb(161 161 170 / 0.1);
}
.border-t-zinc-400\/100 {
  border-top-color: rgb(161 161 170 / 1);
}
.border-t-zinc-400\/15 {
  border-top-color: rgb(161 161 170 / 0.15);
}
.border-t-zinc-400\/20 {
  border-top-color: rgb(161 161 170 / 0.2);
}
.border-t-zinc-400\/25 {
  border-top-color: rgb(161 161 170 / 0.25);
}
.border-t-zinc-400\/30 {
  border-top-color: rgb(161 161 170 / 0.3);
}
.border-t-zinc-400\/35 {
  border-top-color: rgb(161 161 170 / 0.35);
}
.border-t-zinc-400\/40 {
  border-top-color: rgb(161 161 170 / 0.4);
}
.border-t-zinc-400\/45 {
  border-top-color: rgb(161 161 170 / 0.45);
}
.border-t-zinc-400\/5 {
  border-top-color: rgb(161 161 170 / 0.05);
}
.border-t-zinc-400\/50 {
  border-top-color: rgb(161 161 170 / 0.5);
}
.border-t-zinc-400\/55 {
  border-top-color: rgb(161 161 170 / 0.55);
}
.border-t-zinc-400\/60 {
  border-top-color: rgb(161 161 170 / 0.6);
}
.border-t-zinc-400\/65 {
  border-top-color: rgb(161 161 170 / 0.65);
}
.border-t-zinc-400\/70 {
  border-top-color: rgb(161 161 170 / 0.7);
}
.border-t-zinc-400\/75 {
  border-top-color: rgb(161 161 170 / 0.75);
}
.border-t-zinc-400\/80 {
  border-top-color: rgb(161 161 170 / 0.8);
}
.border-t-zinc-400\/85 {
  border-top-color: rgb(161 161 170 / 0.85);
}
.border-t-zinc-400\/90 {
  border-top-color: rgb(161 161 170 / 0.9);
}
.border-t-zinc-400\/95 {
  border-top-color: rgb(161 161 170 / 0.95);
}
.border-t-zinc-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-t-zinc-50\/0 {
  border-top-color: rgb(250 250 250 / 0);
}
.border-t-zinc-50\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}
.border-t-zinc-50\/100 {
  border-top-color: rgb(250 250 250 / 1);
}
.border-t-zinc-50\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}
.border-t-zinc-50\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}
.border-t-zinc-50\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}
.border-t-zinc-50\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}
.border-t-zinc-50\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}
.border-t-zinc-50\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}
.border-t-zinc-50\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}
.border-t-zinc-50\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}
.border-t-zinc-50\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}
.border-t-zinc-50\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}
.border-t-zinc-50\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}
.border-t-zinc-50\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}
.border-t-zinc-50\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}
.border-t-zinc-50\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}
.border-t-zinc-50\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}
.border-t-zinc-50\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}
.border-t-zinc-50\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}
.border-t-zinc-50\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}
.border-t-zinc-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-t-zinc-500\/0 {
  border-top-color: rgb(113 113 122 / 0);
}
.border-t-zinc-500\/10 {
  border-top-color: rgb(113 113 122 / 0.1);
}
.border-t-zinc-500\/100 {
  border-top-color: rgb(113 113 122 / 1);
}
.border-t-zinc-500\/15 {
  border-top-color: rgb(113 113 122 / 0.15);
}
.border-t-zinc-500\/20 {
  border-top-color: rgb(113 113 122 / 0.2);
}
.border-t-zinc-500\/25 {
  border-top-color: rgb(113 113 122 / 0.25);
}
.border-t-zinc-500\/30 {
  border-top-color: rgb(113 113 122 / 0.3);
}
.border-t-zinc-500\/35 {
  border-top-color: rgb(113 113 122 / 0.35);
}
.border-t-zinc-500\/40 {
  border-top-color: rgb(113 113 122 / 0.4);
}
.border-t-zinc-500\/45 {
  border-top-color: rgb(113 113 122 / 0.45);
}
.border-t-zinc-500\/5 {
  border-top-color: rgb(113 113 122 / 0.05);
}
.border-t-zinc-500\/50 {
  border-top-color: rgb(113 113 122 / 0.5);
}
.border-t-zinc-500\/55 {
  border-top-color: rgb(113 113 122 / 0.55);
}
.border-t-zinc-500\/60 {
  border-top-color: rgb(113 113 122 / 0.6);
}
.border-t-zinc-500\/65 {
  border-top-color: rgb(113 113 122 / 0.65);
}
.border-t-zinc-500\/70 {
  border-top-color: rgb(113 113 122 / 0.7);
}
.border-t-zinc-500\/75 {
  border-top-color: rgb(113 113 122 / 0.75);
}
.border-t-zinc-500\/80 {
  border-top-color: rgb(113 113 122 / 0.8);
}
.border-t-zinc-500\/85 {
  border-top-color: rgb(113 113 122 / 0.85);
}
.border-t-zinc-500\/90 {
  border-top-color: rgb(113 113 122 / 0.9);
}
.border-t-zinc-500\/95 {
  border-top-color: rgb(113 113 122 / 0.95);
}
.border-t-zinc-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-t-zinc-600\/0 {
  border-top-color: rgb(82 82 91 / 0);
}
.border-t-zinc-600\/10 {
  border-top-color: rgb(82 82 91 / 0.1);
}
.border-t-zinc-600\/100 {
  border-top-color: rgb(82 82 91 / 1);
}
.border-t-zinc-600\/15 {
  border-top-color: rgb(82 82 91 / 0.15);
}
.border-t-zinc-600\/20 {
  border-top-color: rgb(82 82 91 / 0.2);
}
.border-t-zinc-600\/25 {
  border-top-color: rgb(82 82 91 / 0.25);
}
.border-t-zinc-600\/30 {
  border-top-color: rgb(82 82 91 / 0.3);
}
.border-t-zinc-600\/35 {
  border-top-color: rgb(82 82 91 / 0.35);
}
.border-t-zinc-600\/40 {
  border-top-color: rgb(82 82 91 / 0.4);
}
.border-t-zinc-600\/45 {
  border-top-color: rgb(82 82 91 / 0.45);
}
.border-t-zinc-600\/5 {
  border-top-color: rgb(82 82 91 / 0.05);
}
.border-t-zinc-600\/50 {
  border-top-color: rgb(82 82 91 / 0.5);
}
.border-t-zinc-600\/55 {
  border-top-color: rgb(82 82 91 / 0.55);
}
.border-t-zinc-600\/60 {
  border-top-color: rgb(82 82 91 / 0.6);
}
.border-t-zinc-600\/65 {
  border-top-color: rgb(82 82 91 / 0.65);
}
.border-t-zinc-600\/70 {
  border-top-color: rgb(82 82 91 / 0.7);
}
.border-t-zinc-600\/75 {
  border-top-color: rgb(82 82 91 / 0.75);
}
.border-t-zinc-600\/80 {
  border-top-color: rgb(82 82 91 / 0.8);
}
.border-t-zinc-600\/85 {
  border-top-color: rgb(82 82 91 / 0.85);
}
.border-t-zinc-600\/90 {
  border-top-color: rgb(82 82 91 / 0.9);
}
.border-t-zinc-600\/95 {
  border-top-color: rgb(82 82 91 / 0.95);
}
.border-t-zinc-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.border-t-zinc-700\/0 {
  border-top-color: rgb(63 63 70 / 0);
}
.border-t-zinc-700\/10 {
  border-top-color: rgb(63 63 70 / 0.1);
}
.border-t-zinc-700\/100 {
  border-top-color: rgb(63 63 70 / 1);
}
.border-t-zinc-700\/15 {
  border-top-color: rgb(63 63 70 / 0.15);
}
.border-t-zinc-700\/20 {
  border-top-color: rgb(63 63 70 / 0.2);
}
.border-t-zinc-700\/25 {
  border-top-color: rgb(63 63 70 / 0.25);
}
.border-t-zinc-700\/30 {
  border-top-color: rgb(63 63 70 / 0.3);
}
.border-t-zinc-700\/35 {
  border-top-color: rgb(63 63 70 / 0.35);
}
.border-t-zinc-700\/40 {
  border-top-color: rgb(63 63 70 / 0.4);
}
.border-t-zinc-700\/45 {
  border-top-color: rgb(63 63 70 / 0.45);
}
.border-t-zinc-700\/5 {
  border-top-color: rgb(63 63 70 / 0.05);
}
.border-t-zinc-700\/50 {
  border-top-color: rgb(63 63 70 / 0.5);
}
.border-t-zinc-700\/55 {
  border-top-color: rgb(63 63 70 / 0.55);
}
.border-t-zinc-700\/60 {
  border-top-color: rgb(63 63 70 / 0.6);
}
.border-t-zinc-700\/65 {
  border-top-color: rgb(63 63 70 / 0.65);
}
.border-t-zinc-700\/70 {
  border-top-color: rgb(63 63 70 / 0.7);
}
.border-t-zinc-700\/75 {
  border-top-color: rgb(63 63 70 / 0.75);
}
.border-t-zinc-700\/80 {
  border-top-color: rgb(63 63 70 / 0.8);
}
.border-t-zinc-700\/85 {
  border-top-color: rgb(63 63 70 / 0.85);
}
.border-t-zinc-700\/90 {
  border-top-color: rgb(63 63 70 / 0.9);
}
.border-t-zinc-700\/95 {
  border-top-color: rgb(63 63 70 / 0.95);
}
.border-t-zinc-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}
.border-t-zinc-800\/0 {
  border-top-color: rgb(39 39 42 / 0);
}
.border-t-zinc-800\/10 {
  border-top-color: rgb(39 39 42 / 0.1);
}
.border-t-zinc-800\/100 {
  border-top-color: rgb(39 39 42 / 1);
}
.border-t-zinc-800\/15 {
  border-top-color: rgb(39 39 42 / 0.15);
}
.border-t-zinc-800\/20 {
  border-top-color: rgb(39 39 42 / 0.2);
}
.border-t-zinc-800\/25 {
  border-top-color: rgb(39 39 42 / 0.25);
}
.border-t-zinc-800\/30 {
  border-top-color: rgb(39 39 42 / 0.3);
}
.border-t-zinc-800\/35 {
  border-top-color: rgb(39 39 42 / 0.35);
}
.border-t-zinc-800\/40 {
  border-top-color: rgb(39 39 42 / 0.4);
}
.border-t-zinc-800\/45 {
  border-top-color: rgb(39 39 42 / 0.45);
}
.border-t-zinc-800\/5 {
  border-top-color: rgb(39 39 42 / 0.05);
}
.border-t-zinc-800\/50 {
  border-top-color: rgb(39 39 42 / 0.5);
}
.border-t-zinc-800\/55 {
  border-top-color: rgb(39 39 42 / 0.55);
}
.border-t-zinc-800\/60 {
  border-top-color: rgb(39 39 42 / 0.6);
}
.border-t-zinc-800\/65 {
  border-top-color: rgb(39 39 42 / 0.65);
}
.border-t-zinc-800\/70 {
  border-top-color: rgb(39 39 42 / 0.7);
}
.border-t-zinc-800\/75 {
  border-top-color: rgb(39 39 42 / 0.75);
}
.border-t-zinc-800\/80 {
  border-top-color: rgb(39 39 42 / 0.8);
}
.border-t-zinc-800\/85 {
  border-top-color: rgb(39 39 42 / 0.85);
}
.border-t-zinc-800\/90 {
  border-top-color: rgb(39 39 42 / 0.9);
}
.border-t-zinc-800\/95 {
  border-top-color: rgb(39 39 42 / 0.95);
}
.border-t-zinc-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}
.border-t-zinc-900\/0 {
  border-top-color: rgb(24 24 27 / 0);
}
.border-t-zinc-900\/10 {
  border-top-color: rgb(24 24 27 / 0.1);
}
.border-t-zinc-900\/100 {
  border-top-color: rgb(24 24 27 / 1);
}
.border-t-zinc-900\/15 {
  border-top-color: rgb(24 24 27 / 0.15);
}
.border-t-zinc-900\/20 {
  border-top-color: rgb(24 24 27 / 0.2);
}
.border-t-zinc-900\/25 {
  border-top-color: rgb(24 24 27 / 0.25);
}
.border-t-zinc-900\/30 {
  border-top-color: rgb(24 24 27 / 0.3);
}
.border-t-zinc-900\/35 {
  border-top-color: rgb(24 24 27 / 0.35);
}
.border-t-zinc-900\/40 {
  border-top-color: rgb(24 24 27 / 0.4);
}
.border-t-zinc-900\/45 {
  border-top-color: rgb(24 24 27 / 0.45);
}
.border-t-zinc-900\/5 {
  border-top-color: rgb(24 24 27 / 0.05);
}
.border-t-zinc-900\/50 {
  border-top-color: rgb(24 24 27 / 0.5);
}
.border-t-zinc-900\/55 {
  border-top-color: rgb(24 24 27 / 0.55);
}
.border-t-zinc-900\/60 {
  border-top-color: rgb(24 24 27 / 0.6);
}
.border-t-zinc-900\/65 {
  border-top-color: rgb(24 24 27 / 0.65);
}
.border-t-zinc-900\/70 {
  border-top-color: rgb(24 24 27 / 0.7);
}
.border-t-zinc-900\/75 {
  border-top-color: rgb(24 24 27 / 0.75);
}
.border-t-zinc-900\/80 {
  border-top-color: rgb(24 24 27 / 0.8);
}
.border-t-zinc-900\/85 {
  border-top-color: rgb(24 24 27 / 0.85);
}
.border-t-zinc-900\/90 {
  border-top-color: rgb(24 24 27 / 0.9);
}
.border-t-zinc-900\/95 {
  border-top-color: rgb(24 24 27 / 0.95);
}
.border-t-zinc-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}
.border-t-zinc-950\/0 {
  border-top-color: rgb(9 9 11 / 0);
}
.border-t-zinc-950\/10 {
  border-top-color: rgb(9 9 11 / 0.1);
}
.border-t-zinc-950\/100 {
  border-top-color: rgb(9 9 11 / 1);
}
.border-t-zinc-950\/15 {
  border-top-color: rgb(9 9 11 / 0.15);
}
.border-t-zinc-950\/20 {
  border-top-color: rgb(9 9 11 / 0.2);
}
.border-t-zinc-950\/25 {
  border-top-color: rgb(9 9 11 / 0.25);
}
.border-t-zinc-950\/30 {
  border-top-color: rgb(9 9 11 / 0.3);
}
.border-t-zinc-950\/35 {
  border-top-color: rgb(9 9 11 / 0.35);
}
.border-t-zinc-950\/40 {
  border-top-color: rgb(9 9 11 / 0.4);
}
.border-t-zinc-950\/45 {
  border-top-color: rgb(9 9 11 / 0.45);
}
.border-t-zinc-950\/5 {
  border-top-color: rgb(9 9 11 / 0.05);
}
.border-t-zinc-950\/50 {
  border-top-color: rgb(9 9 11 / 0.5);
}
.border-t-zinc-950\/55 {
  border-top-color: rgb(9 9 11 / 0.55);
}
.border-t-zinc-950\/60 {
  border-top-color: rgb(9 9 11 / 0.6);
}
.border-t-zinc-950\/65 {
  border-top-color: rgb(9 9 11 / 0.65);
}
.border-t-zinc-950\/70 {
  border-top-color: rgb(9 9 11 / 0.7);
}
.border-t-zinc-950\/75 {
  border-top-color: rgb(9 9 11 / 0.75);
}
.border-t-zinc-950\/80 {
  border-top-color: rgb(9 9 11 / 0.8);
}
.border-t-zinc-950\/85 {
  border-top-color: rgb(9 9 11 / 0.85);
}
.border-t-zinc-950\/90 {
  border-top-color: rgb(9 9 11 / 0.9);
}
.border-t-zinc-950\/95 {
  border-top-color: rgb(9 9 11 / 0.95);
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--background) / var(--tw-bg-opacity, 1));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-border {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--border) / var(--tw-bg-opacity, 1));
}
.bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--card) / var(--tw-bg-opacity, 1));
}
.bg-card-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--card-foreground) / var(--tw-bg-opacity, 1));
}
.bg-destructive {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--destructive) / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-inherit {
  background-color: inherit;
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--muted) / var(--tw-bg-opacity, 1));
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-popover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--popover) / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--primary) / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--secondary) / var(--tw-bg-opacity, 1));
}
.bg-sidebar {
  background-color: hsl(var(--sidebar-background));
}
.bg-sidebar-border {
  background-color: hsl(var(--sidebar-border));
}
.bg-supporting {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--supporting) / var(--tw-bg-opacity, 1));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--tertiary) / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.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-gray-950 {
  --tw-gradient-from: #030712 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);
}
.from-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-orange-400 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.to-\[84\%\] {
  --tw-gradient-to-position: 84%;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-\[var\(--color-border-muted\)\] {
  fill: var(--color-border-muted);
}
.fill-gray-400\/30 {
  fill: rgb(156 163 175 / 0.3);
}
.fill-muted-foreground {
  fill: hsl(var(--muted-foreground) / 1);
}
.stroke-blue-500 {
  stroke: #3b82f6;
}
.stroke-gray-400\/30 {
  stroke: rgb(156 163 175 / 0.3);
}
.stroke-inherit {
  stroke: inherit;
}
.stroke-neutral-500 {
  stroke: #737373;
}
.stroke-white {
  stroke: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-px {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-firacode {
  font-family: Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-mono {
  font-family: Fira Code Variable, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--card-foreground) / var(--tw-text-opacity, 1));
}
.text-destructive-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1));
}
.text-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--foreground) / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--popover-foreground) / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: hsl(var(--primary) / var(--tw-text-opacity, 1));
}
.text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--primary-foreground) / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  --tw-text-opacity: 1;
  color: hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1));
}
.text-sidebar-foreground {
  color: hsl(var(--sidebar-foreground));
}
.text-sidebar-foreground\/70 {
  color: hsl(var(--sidebar-foreground) / 0.7);
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}
.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-black {
  outline-color: #000;
}
.ring-sidebar-ring {
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background) / 1);
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\] {
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opa\] {
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\] {
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.\[mask-image\:radial-gradient\(300px_circle_at_center\2c white\2c transparent\)\] {
  -webkit-mask-image: radial-gradient(300px circle at center,white,transparent);
          mask-image: radial-gradient(300px circle at center,white,transparent);
}
.\[transform-origin\:var\(--radix-hover-card-content-transform-origin\)\] {
  transform-origin: var(--radix-hover-card-content-transform-origin);
}

/* NOTE: all the colors should be in HSL, or else they aren't guaranteed to work, since the tailwind config uses HSL for the most part */

.dark\:prose-invert:is(.dark *) {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

@media (min-width: 1024px) {

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

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

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

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

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

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

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

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

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

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

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }

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

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

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

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

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

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

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

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

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

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

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

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

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

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

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

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground::placeholder {
  --tw-text-opacity: 1;
  color: hsl(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after {
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--accent) / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-sidebar-accent:hover {
  background-color: hsl(var(--sidebar-accent));
}

.hover\:stroke-blue-500:hover {
  stroke: #3b82f6;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-accent-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--accent-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-background:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--background) / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-sidebar-accent-foreground:hover {
  color: hsl(var(--sidebar-accent-foreground));
}

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--tertiary) / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:after\:bg-sidebar-border:hover::after {
  content: var(--tw-content);
  background-color: hsl(var(--sidebar-border));
}

.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.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-ring:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-ring:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-sidebar-ring:focus-visible {
  --tw-ring-color: hsl(var(--sidebar-ring));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.active\:bg-sidebar-accent:active {
  background-color: hsl(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active {
  color: hsl(var(--sidebar-accent-foreground));
}

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
  opacity: 1;
}

.group\/spotlight:hover .group-hover\/spotlight\:opacity-100 {
  opacity: 1;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]) {
  background-color: hsl(var(--sidebar-background));
}

.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8 {
  padding-right: 2rem;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--secondary) / var(--tw-bg-opacity, 1));
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.data-\[state\=open\]\:opacity-100[data-state="open"] {
  opacity: 1;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0px;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top: -2rem;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8 {
  width: 2rem !important;
  height: 2rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\] {
  width: var(--sidebar-width-icon);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\: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));
}

.group[data-side="right"] .group-data-\[side\=right\]\: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));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius: var(--radius);
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0 {
  padding: 0px !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2 {
  padding: 0.5rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover {
  background-color: hsl(var(--sidebar-background));
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top: 0.25rem;
}

.peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
  min-height: calc(100svh - 1rem);
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:hidden {
    display: none;
  }
}

.dark\:inline-block:is(.dark *) {
  display: inline-block;
}

.dark\:hidden:is(.dark *) {
  display: none;
}

.dark\:border-border:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.dark\:bg-white:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dark\:to-yellow-400:is(.dark *) {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.dark\:stroke-neutral-400:is(.dark *) {
  stroke: #a3a3a3;
}

.dark\:stroke-sky-500:is(.dark *) {
  stroke: #0ea5e9;
}

.dark\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-white\/50:is(.dark *) {
  color: rgb(255 255 255 / 0.5);
}

.dark\:outline-white:is(.dark *) {
  outline-color: #fff;
}

.dark\:hover\:border-neutral-800:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.hover\:dark\:bg-sky-900:is(.dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.hover\:dark\:stroke-sky-500:is(.dark *):hover {
  stroke: #0ea5e9;
}

.dark\:hover\:text-background:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: hsl(var(--background) / var(--tw-text-opacity, 1));
}

.focus\:dark\:border-white:is(.dark *):focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:left-\[-3rem\] {
    left: -3rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

  .sm\:space-x-\[5\%\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .after\:md\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2 {
    margin: 0.5rem;
  }

  .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2 {
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left: 0px;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

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

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

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

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

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

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .lg\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }

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

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

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-7 {
    grid-row: span 7 / span 7;
  }

  .lg\:row-span-8 {
    grid-row: span 8 / span 8;
  }

  .lg\:row-span-9 {
    grid-row: span 9 / span 9;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

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

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

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

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

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

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

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

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-background {
    --tw-border-opacity: 1;
    border-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .lg\:border-background\/0 {
    border-color: hsl(var(--background) / 0);
  }

  .lg\:border-background\/10 {
    border-color: hsl(var(--background) / 0.1);
  }

  .lg\:border-background\/100 {
    border-color: hsl(var(--background) / 1);
  }

  .lg\:border-background\/15 {
    border-color: hsl(var(--background) / 0.15);
  }

  .lg\:border-background\/20 {
    border-color: hsl(var(--background) / 0.2);
  }

  .lg\:border-background\/25 {
    border-color: hsl(var(--background) / 0.25);
  }

  .lg\:border-background\/30 {
    border-color: hsl(var(--background) / 0.3);
  }

  .lg\:border-background\/35 {
    border-color: hsl(var(--background) / 0.35);
  }

  .lg\:border-background\/40 {
    border-color: hsl(var(--background) / 0.4);
  }

  .lg\:border-background\/45 {
    border-color: hsl(var(--background) / 0.45);
  }

  .lg\:border-background\/5 {
    border-color: hsl(var(--background) / 0.05);
  }

  .lg\:border-background\/50 {
    border-color: hsl(var(--background) / 0.5);
  }

  .lg\:border-background\/55 {
    border-color: hsl(var(--background) / 0.55);
  }

  .lg\:border-background\/60 {
    border-color: hsl(var(--background) / 0.6);
  }

  .lg\:border-background\/65 {
    border-color: hsl(var(--background) / 0.65);
  }

  .lg\:border-background\/70 {
    border-color: hsl(var(--background) / 0.7);
  }

  .lg\:border-background\/75 {
    border-color: hsl(var(--background) / 0.75);
  }

  .lg\:border-background\/80 {
    border-color: hsl(var(--background) / 0.8);
  }

  .lg\:border-background\/85 {
    border-color: hsl(var(--background) / 0.85);
  }

  .lg\:border-background\/90 {
    border-color: hsl(var(--background) / 0.9);
  }

  .lg\:border-background\/95 {
    border-color: hsl(var(--background) / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0);
  }

  .lg\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1);
  }

  .lg\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0);
  }

  .lg\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1);
  }

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

  .lg\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0);
  }

  .lg\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1);
  }

  .lg\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0);
  }

  .lg\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1);
  }

  .lg\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0);
  }

  .lg\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1);
  }

  .lg\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0);
  }

  .lg\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1);
  }

  .lg\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0);
  }

  .lg\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1);
  }

  .lg\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0);
  }

  .lg\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1);
  }

  .lg\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0);
  }

  .lg\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1);
  }

  .lg\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0);
  }

  .lg\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1);
  }

  .lg\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0);
  }

  .lg\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1);
  }

  .lg\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-border {
    --tw-border-opacity: 1;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .lg\:border-border\/0 {
    border-color: hsl(var(--border) / 0);
  }

  .lg\:border-border\/10 {
    border-color: hsl(var(--border) / 0.1);
  }

  .lg\:border-border\/100 {
    border-color: hsl(var(--border) / 1);
  }

  .lg\:border-border\/15 {
    border-color: hsl(var(--border) / 0.15);
  }

  .lg\:border-border\/20 {
    border-color: hsl(var(--border) / 0.2);
  }

  .lg\:border-border\/25 {
    border-color: hsl(var(--border) / 0.25);
  }

  .lg\:border-border\/30 {
    border-color: hsl(var(--border) / 0.3);
  }

  .lg\:border-border\/35 {
    border-color: hsl(var(--border) / 0.35);
  }

  .lg\:border-border\/40 {
    border-color: hsl(var(--border) / 0.4);
  }

  .lg\:border-border\/45 {
    border-color: hsl(var(--border) / 0.45);
  }

  .lg\:border-border\/5 {
    border-color: hsl(var(--border) / 0.05);
  }

  .lg\:border-border\/50 {
    border-color: hsl(var(--border) / 0.5);
  }

  .lg\:border-border\/55 {
    border-color: hsl(var(--border) / 0.55);
  }

  .lg\:border-border\/60 {
    border-color: hsl(var(--border) / 0.6);
  }

  .lg\:border-border\/65 {
    border-color: hsl(var(--border) / 0.65);
  }

  .lg\:border-border\/70 {
    border-color: hsl(var(--border) / 0.7);
  }

  .lg\:border-border\/75 {
    border-color: hsl(var(--border) / 0.75);
  }

  .lg\:border-border\/80 {
    border-color: hsl(var(--border) / 0.8);
  }

  .lg\:border-border\/85 {
    border-color: hsl(var(--border) / 0.85);
  }

  .lg\:border-border\/90 {
    border-color: hsl(var(--border) / 0.9);
  }

  .lg\:border-border\/95 {
    border-color: hsl(var(--border) / 0.95);
  }

  .lg\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0);
  }

  .lg\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1);
  }

  .lg\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0);
  }

  .lg\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1);
  }

  .lg\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0);
  }

  .lg\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1);
  }

  .lg\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0);
  }

  .lg\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1);
  }

  .lg\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0);
  }

  .lg\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1);
  }

  .lg\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0);
  }

  .lg\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1);
  }

  .lg\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0);
  }

  .lg\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1);
  }

  .lg\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0);
  }

  .lg\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1);
  }

  .lg\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0);
  }

  .lg\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1);
  }

  .lg\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0);
  }

  .lg\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1);
  }

  .lg\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-lime-950 {
    --tw-border-opacity: 1;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0);
  }

  .lg\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1);
  }

  .lg\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15);
  }

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

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

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

  .lg\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35);
  }

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

  .lg\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45);
  }

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

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

  .lg\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55);
  }

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

  .lg\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65);
  }

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

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

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

  .lg\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15);
  }

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

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

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

  .lg\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35);
  }

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

  .lg\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45);
  }

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

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

  .lg\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55);
  }

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

  .lg\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65);
  }

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

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

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

  .lg\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15);
  }

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

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

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

  .lg\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35);
  }

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

  .lg\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45);
  }

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

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

  .lg\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55);
  }

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

  .lg\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65);
  }

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

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

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

  .lg\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15);
  }

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

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

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

  .lg\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35);
  }

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

  .lg\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45);
  }

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

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

  .lg\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55);
  }

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

  .lg\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65);
  }

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

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

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

  .lg\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15);
  }

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

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

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

  .lg\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35);
  }

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

  .lg\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45);
  }

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

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

  .lg\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55);
  }

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

  .lg\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65);
  }

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

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

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

  .lg\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15);
  }

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

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

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

  .lg\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35);
  }

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

  .lg\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45);
  }

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

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

  .lg\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55);
  }

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

  .lg\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65);
  }

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

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

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

  .lg\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15);
  }

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

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

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

  .lg\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35);
  }

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

  .lg\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45);
  }

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

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

  .lg\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55);
  }

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

  .lg\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65);
  }

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

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

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

  .lg\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15);
  }

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

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

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

  .lg\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35);
  }

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

  .lg\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45);
  }

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

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

  .lg\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55);
  }

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

  .lg\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65);
  }

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

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

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

  .lg\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85);
  }

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

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

  .lg\:border-red-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0);
  }

  .lg\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1);
  }

  .lg\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-ring {
    --tw-border-opacity: 1;
    border-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .lg\:border-ring\/0 {
    border-color: hsl(var(--ring) / 0);
  }

  .lg\:border-ring\/10 {
    border-color: hsl(var(--ring) / 0.1);
  }

  .lg\:border-ring\/100 {
    border-color: hsl(var(--ring) / 1);
  }

  .lg\:border-ring\/15 {
    border-color: hsl(var(--ring) / 0.15);
  }

  .lg\:border-ring\/20 {
    border-color: hsl(var(--ring) / 0.2);
  }

  .lg\:border-ring\/25 {
    border-color: hsl(var(--ring) / 0.25);
  }

  .lg\:border-ring\/30 {
    border-color: hsl(var(--ring) / 0.3);
  }

  .lg\:border-ring\/35 {
    border-color: hsl(var(--ring) / 0.35);
  }

  .lg\:border-ring\/40 {
    border-color: hsl(var(--ring) / 0.4);
  }

  .lg\:border-ring\/45 {
    border-color: hsl(var(--ring) / 0.45);
  }

  .lg\:border-ring\/5 {
    border-color: hsl(var(--ring) / 0.05);
  }

  .lg\:border-ring\/50 {
    border-color: hsl(var(--ring) / 0.5);
  }

  .lg\:border-ring\/55 {
    border-color: hsl(var(--ring) / 0.55);
  }

  .lg\:border-ring\/60 {
    border-color: hsl(var(--ring) / 0.6);
  }

  .lg\:border-ring\/65 {
    border-color: hsl(var(--ring) / 0.65);
  }

  .lg\:border-ring\/70 {
    border-color: hsl(var(--ring) / 0.7);
  }

  .lg\:border-ring\/75 {
    border-color: hsl(var(--ring) / 0.75);
  }

  .lg\:border-ring\/80 {
    border-color: hsl(var(--ring) / 0.8);
  }

  .lg\:border-ring\/85 {
    border-color: hsl(var(--ring) / 0.85);
  }

  .lg\:border-ring\/90 {
    border-color: hsl(var(--ring) / 0.9);
  }

  .lg\:border-ring\/95 {
    border-color: hsl(var(--ring) / 0.95);
  }

  .lg\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0);
  }

  .lg\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1);
  }

  .lg\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0);
  }

  .lg\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1);
  }

  .lg\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0);
  }

  .lg\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1);
  }

  .lg\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0);
  }

  .lg\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1);
  }

  .lg\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0);
  }

  .lg\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1);
  }

  .lg\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0);
  }

  .lg\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1);
  }

  .lg\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0);
  }

  .lg\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1);
  }

  .lg\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0);
  }

  .lg\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1);
  }

  .lg\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0);
  }

  .lg\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1);
  }

  .lg\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0);
  }

  .lg\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1);
  }

  .lg\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-rose-950 {
    --tw-border-opacity: 1;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .lg\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0);
  }

  .lg\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1);
  }

  .lg\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0);
  }

  .lg\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1);
  }

  .lg\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0);
  }

  .lg\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1);
  }

  .lg\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0);
  }

  .lg\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1);
  }

  .lg\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0);
  }

  .lg\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1);
  }

  .lg\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0);
  }

  .lg\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1);
  }

  .lg\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0);
  }

  .lg\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1);
  }

  .lg\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0);
  }

  .lg\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1);
  }

  .lg\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0);
  }

  .lg\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1);
  }

  .lg\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0);
  }

  .lg\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1);
  }

  .lg\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0);
  }

  .lg\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1);
  }

  .lg\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-teal-950 {
    --tw-border-opacity: 1;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .lg\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0);
  }

  .lg\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1);
  }

  .lg\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-tertiary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-tertiary\/0 {
    border-color: hsl(var(--tertiary) / 0);
  }

  .lg\:border-tertiary\/10 {
    border-color: hsl(var(--tertiary) / 0.1);
  }

  .lg\:border-tertiary\/100 {
    border-color: hsl(var(--tertiary) / 1);
  }

  .lg\:border-tertiary\/15 {
    border-color: hsl(var(--tertiary) / 0.15);
  }

  .lg\:border-tertiary\/20 {
    border-color: hsl(var(--tertiary) / 0.2);
  }

  .lg\:border-tertiary\/25 {
    border-color: hsl(var(--tertiary) / 0.25);
  }

  .lg\:border-tertiary\/30 {
    border-color: hsl(var(--tertiary) / 0.3);
  }

  .lg\:border-tertiary\/35 {
    border-color: hsl(var(--tertiary) / 0.35);
  }

  .lg\:border-tertiary\/40 {
    border-color: hsl(var(--tertiary) / 0.4);
  }

  .lg\:border-tertiary\/45 {
    border-color: hsl(var(--tertiary) / 0.45);
  }

  .lg\:border-tertiary\/5 {
    border-color: hsl(var(--tertiary) / 0.05);
  }

  .lg\:border-tertiary\/50 {
    border-color: hsl(var(--tertiary) / 0.5);
  }

  .lg\:border-tertiary\/55 {
    border-color: hsl(var(--tertiary) / 0.55);
  }

  .lg\:border-tertiary\/60 {
    border-color: hsl(var(--tertiary) / 0.6);
  }

  .lg\:border-tertiary\/65 {
    border-color: hsl(var(--tertiary) / 0.65);
  }

  .lg\:border-tertiary\/70 {
    border-color: hsl(var(--tertiary) / 0.7);
  }

  .lg\:border-tertiary\/75 {
    border-color: hsl(var(--tertiary) / 0.75);
  }

  .lg\:border-tertiary\/80 {
    border-color: hsl(var(--tertiary) / 0.8);
  }

  .lg\:border-tertiary\/85 {
    border-color: hsl(var(--tertiary) / 0.85);
  }

  .lg\:border-tertiary\/90 {
    border-color: hsl(var(--tertiary) / 0.9);
  }

  .lg\:border-tertiary\/95 {
    border-color: hsl(var(--tertiary) / 0.95);
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

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

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

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

  .lg\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .lg\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

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

  .lg\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

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

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

  .lg\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

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

  .lg\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .lg\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

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

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

  .lg\:border-b-accent {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-accent-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-accent-foreground\/0 {
    border-bottom-color: hsl(var(--accent-foreground) / 0);
  }

  .lg\:border-b-accent-foreground\/10 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.1);
  }

  .lg\:border-b-accent-foreground\/100 {
    border-bottom-color: hsl(var(--accent-foreground) / 1);
  }

  .lg\:border-b-accent-foreground\/15 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.15);
  }

  .lg\:border-b-accent-foreground\/20 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.2);
  }

  .lg\:border-b-accent-foreground\/25 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.25);
  }

  .lg\:border-b-accent-foreground\/30 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.3);
  }

  .lg\:border-b-accent-foreground\/35 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.35);
  }

  .lg\:border-b-accent-foreground\/40 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.4);
  }

  .lg\:border-b-accent-foreground\/45 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.45);
  }

  .lg\:border-b-accent-foreground\/5 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.05);
  }

  .lg\:border-b-accent-foreground\/50 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.5);
  }

  .lg\:border-b-accent-foreground\/55 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.55);
  }

  .lg\:border-b-accent-foreground\/60 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.6);
  }

  .lg\:border-b-accent-foreground\/65 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.65);
  }

  .lg\:border-b-accent-foreground\/70 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.7);
  }

  .lg\:border-b-accent-foreground\/75 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.75);
  }

  .lg\:border-b-accent-foreground\/80 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.8);
  }

  .lg\:border-b-accent-foreground\/85 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.85);
  }

  .lg\:border-b-accent-foreground\/90 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.9);
  }

  .lg\:border-b-accent-foreground\/95 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.95);
  }

  .lg\:border-b-accent\/0 {
    border-bottom-color: hsl(var(--accent) / 0);
  }

  .lg\:border-b-accent\/10 {
    border-bottom-color: hsl(var(--accent) / 0.1);
  }

  .lg\:border-b-accent\/100 {
    border-bottom-color: hsl(var(--accent) / 1);
  }

  .lg\:border-b-accent\/15 {
    border-bottom-color: hsl(var(--accent) / 0.15);
  }

  .lg\:border-b-accent\/20 {
    border-bottom-color: hsl(var(--accent) / 0.2);
  }

  .lg\:border-b-accent\/25 {
    border-bottom-color: hsl(var(--accent) / 0.25);
  }

  .lg\:border-b-accent\/30 {
    border-bottom-color: hsl(var(--accent) / 0.3);
  }

  .lg\:border-b-accent\/35 {
    border-bottom-color: hsl(var(--accent) / 0.35);
  }

  .lg\:border-b-accent\/40 {
    border-bottom-color: hsl(var(--accent) / 0.4);
  }

  .lg\:border-b-accent\/45 {
    border-bottom-color: hsl(var(--accent) / 0.45);
  }

  .lg\:border-b-accent\/5 {
    border-bottom-color: hsl(var(--accent) / 0.05);
  }

  .lg\:border-b-accent\/50 {
    border-bottom-color: hsl(var(--accent) / 0.5);
  }

  .lg\:border-b-accent\/55 {
    border-bottom-color: hsl(var(--accent) / 0.55);
  }

  .lg\:border-b-accent\/60 {
    border-bottom-color: hsl(var(--accent) / 0.6);
  }

  .lg\:border-b-accent\/65 {
    border-bottom-color: hsl(var(--accent) / 0.65);
  }

  .lg\:border-b-accent\/70 {
    border-bottom-color: hsl(var(--accent) / 0.7);
  }

  .lg\:border-b-accent\/75 {
    border-bottom-color: hsl(var(--accent) / 0.75);
  }

  .lg\:border-b-accent\/80 {
    border-bottom-color: hsl(var(--accent) / 0.8);
  }

  .lg\:border-b-accent\/85 {
    border-bottom-color: hsl(var(--accent) / 0.85);
  }

  .lg\:border-b-accent\/90 {
    border-bottom-color: hsl(var(--accent) / 0.9);
  }

  .lg\:border-b-accent\/95 {
    border-bottom-color: hsl(var(--accent) / 0.95);
  }

  .lg\:border-b-amber-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .lg\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .lg\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-b-amber-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .lg\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .lg\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-b-amber-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .lg\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .lg\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-b-amber-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .lg\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .lg\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-b-amber-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .lg\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .lg\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-b-amber-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .lg\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .lg\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-b-amber-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .lg\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .lg\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-b-amber-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .lg\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .lg\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-b-amber-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .lg\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .lg\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-b-amber-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .lg\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .lg\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-b-amber-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .lg\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .lg\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-b-background {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-background\/0 {
    border-bottom-color: hsl(var(--background) / 0);
  }

  .lg\:border-b-background\/10 {
    border-bottom-color: hsl(var(--background) / 0.1);
  }

  .lg\:border-b-background\/100 {
    border-bottom-color: hsl(var(--background) / 1);
  }

  .lg\:border-b-background\/15 {
    border-bottom-color: hsl(var(--background) / 0.15);
  }

  .lg\:border-b-background\/20 {
    border-bottom-color: hsl(var(--background) / 0.2);
  }

  .lg\:border-b-background\/25 {
    border-bottom-color: hsl(var(--background) / 0.25);
  }

  .lg\:border-b-background\/30 {
    border-bottom-color: hsl(var(--background) / 0.3);
  }

  .lg\:border-b-background\/35 {
    border-bottom-color: hsl(var(--background) / 0.35);
  }

  .lg\:border-b-background\/40 {
    border-bottom-color: hsl(var(--background) / 0.4);
  }

  .lg\:border-b-background\/45 {
    border-bottom-color: hsl(var(--background) / 0.45);
  }

  .lg\:border-b-background\/5 {
    border-bottom-color: hsl(var(--background) / 0.05);
  }

  .lg\:border-b-background\/50 {
    border-bottom-color: hsl(var(--background) / 0.5);
  }

  .lg\:border-b-background\/55 {
    border-bottom-color: hsl(var(--background) / 0.55);
  }

  .lg\:border-b-background\/60 {
    border-bottom-color: hsl(var(--background) / 0.6);
  }

  .lg\:border-b-background\/65 {
    border-bottom-color: hsl(var(--background) / 0.65);
  }

  .lg\:border-b-background\/70 {
    border-bottom-color: hsl(var(--background) / 0.7);
  }

  .lg\:border-b-background\/75 {
    border-bottom-color: hsl(var(--background) / 0.75);
  }

  .lg\:border-b-background\/80 {
    border-bottom-color: hsl(var(--background) / 0.8);
  }

  .lg\:border-b-background\/85 {
    border-bottom-color: hsl(var(--background) / 0.85);
  }

  .lg\:border-b-background\/90 {
    border-bottom-color: hsl(var(--background) / 0.9);
  }

  .lg\:border-b-background\/95 {
    border-bottom-color: hsl(var(--background) / 0.95);
  }

  .lg\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

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

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

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

  .lg\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .lg\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

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

  .lg\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

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

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

  .lg\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

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

  .lg\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .lg\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

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

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

  .lg\:border-b-blue-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .lg\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .lg\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .lg\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .lg\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-b-blue-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .lg\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .lg\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-b-blue-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .lg\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .lg\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-b-blue-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .lg\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .lg\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-b-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .lg\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .lg\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-b-blue-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .lg\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .lg\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-b-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .lg\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .lg\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-b-blue-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .lg\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .lg\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-b-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .lg\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .lg\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-b-blue-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .lg\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .lg\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-b-border {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-border\/0 {
    border-bottom-color: hsl(var(--border) / 0);
  }

  .lg\:border-b-border\/10 {
    border-bottom-color: hsl(var(--border) / 0.1);
  }

  .lg\:border-b-border\/100 {
    border-bottom-color: hsl(var(--border) / 1);
  }

  .lg\:border-b-border\/15 {
    border-bottom-color: hsl(var(--border) / 0.15);
  }

  .lg\:border-b-border\/20 {
    border-bottom-color: hsl(var(--border) / 0.2);
  }

  .lg\:border-b-border\/25 {
    border-bottom-color: hsl(var(--border) / 0.25);
  }

  .lg\:border-b-border\/30 {
    border-bottom-color: hsl(var(--border) / 0.3);
  }

  .lg\:border-b-border\/35 {
    border-bottom-color: hsl(var(--border) / 0.35);
  }

  .lg\:border-b-border\/40 {
    border-bottom-color: hsl(var(--border) / 0.4);
  }

  .lg\:border-b-border\/45 {
    border-bottom-color: hsl(var(--border) / 0.45);
  }

  .lg\:border-b-border\/5 {
    border-bottom-color: hsl(var(--border) / 0.05);
  }

  .lg\:border-b-border\/50 {
    border-bottom-color: hsl(var(--border) / 0.5);
  }

  .lg\:border-b-border\/55 {
    border-bottom-color: hsl(var(--border) / 0.55);
  }

  .lg\:border-b-border\/60 {
    border-bottom-color: hsl(var(--border) / 0.6);
  }

  .lg\:border-b-border\/65 {
    border-bottom-color: hsl(var(--border) / 0.65);
  }

  .lg\:border-b-border\/70 {
    border-bottom-color: hsl(var(--border) / 0.7);
  }

  .lg\:border-b-border\/75 {
    border-bottom-color: hsl(var(--border) / 0.75);
  }

  .lg\:border-b-border\/80 {
    border-bottom-color: hsl(var(--border) / 0.8);
  }

  .lg\:border-b-border\/85 {
    border-bottom-color: hsl(var(--border) / 0.85);
  }

  .lg\:border-b-border\/90 {
    border-bottom-color: hsl(var(--border) / 0.9);
  }

  .lg\:border-b-border\/95 {
    border-bottom-color: hsl(var(--border) / 0.95);
  }

  .lg\:border-b-card {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-card-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-card-foreground\/0 {
    border-bottom-color: hsl(var(--card-foreground) / 0);
  }

  .lg\:border-b-card-foreground\/10 {
    border-bottom-color: hsl(var(--card-foreground) / 0.1);
  }

  .lg\:border-b-card-foreground\/100 {
    border-bottom-color: hsl(var(--card-foreground) / 1);
  }

  .lg\:border-b-card-foreground\/15 {
    border-bottom-color: hsl(var(--card-foreground) / 0.15);
  }

  .lg\:border-b-card-foreground\/20 {
    border-bottom-color: hsl(var(--card-foreground) / 0.2);
  }

  .lg\:border-b-card-foreground\/25 {
    border-bottom-color: hsl(var(--card-foreground) / 0.25);
  }

  .lg\:border-b-card-foreground\/30 {
    border-bottom-color: hsl(var(--card-foreground) / 0.3);
  }

  .lg\:border-b-card-foreground\/35 {
    border-bottom-color: hsl(var(--card-foreground) / 0.35);
  }

  .lg\:border-b-card-foreground\/40 {
    border-bottom-color: hsl(var(--card-foreground) / 0.4);
  }

  .lg\:border-b-card-foreground\/45 {
    border-bottom-color: hsl(var(--card-foreground) / 0.45);
  }

  .lg\:border-b-card-foreground\/5 {
    border-bottom-color: hsl(var(--card-foreground) / 0.05);
  }

  .lg\:border-b-card-foreground\/50 {
    border-bottom-color: hsl(var(--card-foreground) / 0.5);
  }

  .lg\:border-b-card-foreground\/55 {
    border-bottom-color: hsl(var(--card-foreground) / 0.55);
  }

  .lg\:border-b-card-foreground\/60 {
    border-bottom-color: hsl(var(--card-foreground) / 0.6);
  }

  .lg\:border-b-card-foreground\/65 {
    border-bottom-color: hsl(var(--card-foreground) / 0.65);
  }

  .lg\:border-b-card-foreground\/70 {
    border-bottom-color: hsl(var(--card-foreground) / 0.7);
  }

  .lg\:border-b-card-foreground\/75 {
    border-bottom-color: hsl(var(--card-foreground) / 0.75);
  }

  .lg\:border-b-card-foreground\/80 {
    border-bottom-color: hsl(var(--card-foreground) / 0.8);
  }

  .lg\:border-b-card-foreground\/85 {
    border-bottom-color: hsl(var(--card-foreground) / 0.85);
  }

  .lg\:border-b-card-foreground\/90 {
    border-bottom-color: hsl(var(--card-foreground) / 0.9);
  }

  .lg\:border-b-card-foreground\/95 {
    border-bottom-color: hsl(var(--card-foreground) / 0.95);
  }

  .lg\:border-b-card\/0 {
    border-bottom-color: hsl(var(--card) / 0);
  }

  .lg\:border-b-card\/10 {
    border-bottom-color: hsl(var(--card) / 0.1);
  }

  .lg\:border-b-card\/100 {
    border-bottom-color: hsl(var(--card) / 1);
  }

  .lg\:border-b-card\/15 {
    border-bottom-color: hsl(var(--card) / 0.15);
  }

  .lg\:border-b-card\/20 {
    border-bottom-color: hsl(var(--card) / 0.2);
  }

  .lg\:border-b-card\/25 {
    border-bottom-color: hsl(var(--card) / 0.25);
  }

  .lg\:border-b-card\/30 {
    border-bottom-color: hsl(var(--card) / 0.3);
  }

  .lg\:border-b-card\/35 {
    border-bottom-color: hsl(var(--card) / 0.35);
  }

  .lg\:border-b-card\/40 {
    border-bottom-color: hsl(var(--card) / 0.4);
  }

  .lg\:border-b-card\/45 {
    border-bottom-color: hsl(var(--card) / 0.45);
  }

  .lg\:border-b-card\/5 {
    border-bottom-color: hsl(var(--card) / 0.05);
  }

  .lg\:border-b-card\/50 {
    border-bottom-color: hsl(var(--card) / 0.5);
  }

  .lg\:border-b-card\/55 {
    border-bottom-color: hsl(var(--card) / 0.55);
  }

  .lg\:border-b-card\/60 {
    border-bottom-color: hsl(var(--card) / 0.6);
  }

  .lg\:border-b-card\/65 {
    border-bottom-color: hsl(var(--card) / 0.65);
  }

  .lg\:border-b-card\/70 {
    border-bottom-color: hsl(var(--card) / 0.7);
  }

  .lg\:border-b-card\/75 {
    border-bottom-color: hsl(var(--card) / 0.75);
  }

  .lg\:border-b-card\/80 {
    border-bottom-color: hsl(var(--card) / 0.8);
  }

  .lg\:border-b-card\/85 {
    border-bottom-color: hsl(var(--card) / 0.85);
  }

  .lg\:border-b-card\/90 {
    border-bottom-color: hsl(var(--card) / 0.9);
  }

  .lg\:border-b-card\/95 {
    border-bottom-color: hsl(var(--card) / 0.95);
  }

  .lg\:border-b-current {
    border-bottom-color: currentColor;
  }

  .lg\:border-b-cyan-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .lg\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .lg\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-b-cyan-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .lg\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .lg\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-b-cyan-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .lg\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .lg\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-b-cyan-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .lg\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .lg\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-b-cyan-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .lg\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .lg\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-b-cyan-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .lg\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .lg\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-b-cyan-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .lg\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .lg\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-b-cyan-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .lg\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .lg\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-b-cyan-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .lg\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .lg\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-b-cyan-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .lg\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .lg\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-b-cyan-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .lg\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .lg\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-b-destructive {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-destructive-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-destructive-foreground\/0 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0);
  }

  .lg\:border-b-destructive-foreground\/10 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .lg\:border-b-destructive-foreground\/100 {
    border-bottom-color: hsl(var(--destructive-foreground) / 1);
  }

  .lg\:border-b-destructive-foreground\/15 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .lg\:border-b-destructive-foreground\/20 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .lg\:border-b-destructive-foreground\/25 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .lg\:border-b-destructive-foreground\/30 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .lg\:border-b-destructive-foreground\/35 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .lg\:border-b-destructive-foreground\/40 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .lg\:border-b-destructive-foreground\/45 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .lg\:border-b-destructive-foreground\/5 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .lg\:border-b-destructive-foreground\/50 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .lg\:border-b-destructive-foreground\/55 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .lg\:border-b-destructive-foreground\/60 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .lg\:border-b-destructive-foreground\/65 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .lg\:border-b-destructive-foreground\/70 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .lg\:border-b-destructive-foreground\/75 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .lg\:border-b-destructive-foreground\/80 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .lg\:border-b-destructive-foreground\/85 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .lg\:border-b-destructive-foreground\/90 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .lg\:border-b-destructive-foreground\/95 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .lg\:border-b-destructive\/0 {
    border-bottom-color: hsl(var(--destructive) / 0);
  }

  .lg\:border-b-destructive\/10 {
    border-bottom-color: hsl(var(--destructive) / 0.1);
  }

  .lg\:border-b-destructive\/100 {
    border-bottom-color: hsl(var(--destructive) / 1);
  }

  .lg\:border-b-destructive\/15 {
    border-bottom-color: hsl(var(--destructive) / 0.15);
  }

  .lg\:border-b-destructive\/20 {
    border-bottom-color: hsl(var(--destructive) / 0.2);
  }

  .lg\:border-b-destructive\/25 {
    border-bottom-color: hsl(var(--destructive) / 0.25);
  }

  .lg\:border-b-destructive\/30 {
    border-bottom-color: hsl(var(--destructive) / 0.3);
  }

  .lg\:border-b-destructive\/35 {
    border-bottom-color: hsl(var(--destructive) / 0.35);
  }

  .lg\:border-b-destructive\/40 {
    border-bottom-color: hsl(var(--destructive) / 0.4);
  }

  .lg\:border-b-destructive\/45 {
    border-bottom-color: hsl(var(--destructive) / 0.45);
  }

  .lg\:border-b-destructive\/5 {
    border-bottom-color: hsl(var(--destructive) / 0.05);
  }

  .lg\:border-b-destructive\/50 {
    border-bottom-color: hsl(var(--destructive) / 0.5);
  }

  .lg\:border-b-destructive\/55 {
    border-bottom-color: hsl(var(--destructive) / 0.55);
  }

  .lg\:border-b-destructive\/60 {
    border-bottom-color: hsl(var(--destructive) / 0.6);
  }

  .lg\:border-b-destructive\/65 {
    border-bottom-color: hsl(var(--destructive) / 0.65);
  }

  .lg\:border-b-destructive\/70 {
    border-bottom-color: hsl(var(--destructive) / 0.7);
  }

  .lg\:border-b-destructive\/75 {
    border-bottom-color: hsl(var(--destructive) / 0.75);
  }

  .lg\:border-b-destructive\/80 {
    border-bottom-color: hsl(var(--destructive) / 0.8);
  }

  .lg\:border-b-destructive\/85 {
    border-bottom-color: hsl(var(--destructive) / 0.85);
  }

  .lg\:border-b-destructive\/90 {
    border-bottom-color: hsl(var(--destructive) / 0.9);
  }

  .lg\:border-b-destructive\/95 {
    border-bottom-color: hsl(var(--destructive) / 0.95);
  }

  .lg\:border-b-emerald-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .lg\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .lg\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-b-emerald-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .lg\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .lg\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-b-emerald-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .lg\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .lg\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-b-emerald-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .lg\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .lg\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-b-emerald-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .lg\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .lg\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-b-emerald-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .lg\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .lg\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-b-emerald-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .lg\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .lg\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-b-emerald-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .lg\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .lg\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-b-emerald-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .lg\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .lg\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-b-emerald-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .lg\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .lg\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-b-emerald-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .lg\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .lg\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-b-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-foreground\/0 {
    border-bottom-color: hsl(var(--foreground) / 0);
  }

  .lg\:border-b-foreground\/10 {
    border-bottom-color: hsl(var(--foreground) / 0.1);
  }

  .lg\:border-b-foreground\/100 {
    border-bottom-color: hsl(var(--foreground) / 1);
  }

  .lg\:border-b-foreground\/15 {
    border-bottom-color: hsl(var(--foreground) / 0.15);
  }

  .lg\:border-b-foreground\/20 {
    border-bottom-color: hsl(var(--foreground) / 0.2);
  }

  .lg\:border-b-foreground\/25 {
    border-bottom-color: hsl(var(--foreground) / 0.25);
  }

  .lg\:border-b-foreground\/30 {
    border-bottom-color: hsl(var(--foreground) / 0.3);
  }

  .lg\:border-b-foreground\/35 {
    border-bottom-color: hsl(var(--foreground) / 0.35);
  }

  .lg\:border-b-foreground\/40 {
    border-bottom-color: hsl(var(--foreground) / 0.4);
  }

  .lg\:border-b-foreground\/45 {
    border-bottom-color: hsl(var(--foreground) / 0.45);
  }

  .lg\:border-b-foreground\/5 {
    border-bottom-color: hsl(var(--foreground) / 0.05);
  }

  .lg\:border-b-foreground\/50 {
    border-bottom-color: hsl(var(--foreground) / 0.5);
  }

  .lg\:border-b-foreground\/55 {
    border-bottom-color: hsl(var(--foreground) / 0.55);
  }

  .lg\:border-b-foreground\/60 {
    border-bottom-color: hsl(var(--foreground) / 0.6);
  }

  .lg\:border-b-foreground\/65 {
    border-bottom-color: hsl(var(--foreground) / 0.65);
  }

  .lg\:border-b-foreground\/70 {
    border-bottom-color: hsl(var(--foreground) / 0.7);
  }

  .lg\:border-b-foreground\/75 {
    border-bottom-color: hsl(var(--foreground) / 0.75);
  }

  .lg\:border-b-foreground\/80 {
    border-bottom-color: hsl(var(--foreground) / 0.8);
  }

  .lg\:border-b-foreground\/85 {
    border-bottom-color: hsl(var(--foreground) / 0.85);
  }

  .lg\:border-b-foreground\/90 {
    border-bottom-color: hsl(var(--foreground) / 0.9);
  }

  .lg\:border-b-foreground\/95 {
    border-bottom-color: hsl(var(--foreground) / 0.95);
  }

  .lg\:border-b-fuchsia-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .lg\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .lg\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-b-fuchsia-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .lg\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .lg\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-b-fuchsia-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .lg\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .lg\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-b-fuchsia-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .lg\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .lg\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-b-fuchsia-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .lg\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .lg\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-b-fuchsia-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .lg\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .lg\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-b-fuchsia-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .lg\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .lg\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-b-fuchsia-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .lg\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .lg\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-b-fuchsia-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .lg\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .lg\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-b-fuchsia-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .lg\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .lg\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-b-fuchsia-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .lg\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .lg\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .lg\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .lg\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .lg\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .lg\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .lg\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .lg\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

  .lg\:border-b-gray-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .lg\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .lg\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

  .lg\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25);
  }

  .lg\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .lg\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .lg\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .lg\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .lg\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-b-gray-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .lg\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .lg\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-b-gray-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .lg\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .lg\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-b-gray-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .lg\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .lg\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-b-gray-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .lg\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .lg\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-b-gray-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0);
  }

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

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

  .lg\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

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

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

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

  .lg\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

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

  .lg\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

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

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

  .lg\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

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

  .lg\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

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

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

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

  .lg\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

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

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

  .lg\:border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .lg\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .lg\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-b-green-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .lg\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .lg\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-b-green-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .lg\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .lg\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-b-green-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .lg\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .lg\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .lg\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .lg\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-b-green-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .lg\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .lg\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-b-green-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .lg\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .lg\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-b-green-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .lg\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .lg\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-b-green-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .lg\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .lg\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-b-green-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .lg\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .lg\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-b-green-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .lg\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .lg\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-b-indigo-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .lg\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .lg\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-b-indigo-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .lg\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .lg\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-b-indigo-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .lg\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .lg\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-b-indigo-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .lg\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .lg\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-b-indigo-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .lg\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .lg\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-b-indigo-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .lg\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .lg\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-b-indigo-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .lg\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .lg\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-b-indigo-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .lg\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .lg\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-b-indigo-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .lg\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .lg\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-b-indigo-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .lg\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .lg\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-b-indigo-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .lg\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .lg\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-b-inherit {
    border-bottom-color: inherit;
  }

  .lg\:border-b-input {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-input\/0 {
    border-bottom-color: hsl(var(--input) / 0);
  }

  .lg\:border-b-input\/10 {
    border-bottom-color: hsl(var(--input) / 0.1);
  }

  .lg\:border-b-input\/100 {
    border-bottom-color: hsl(var(--input) / 1);
  }

  .lg\:border-b-input\/15 {
    border-bottom-color: hsl(var(--input) / 0.15);
  }

  .lg\:border-b-input\/20 {
    border-bottom-color: hsl(var(--input) / 0.2);
  }

  .lg\:border-b-input\/25 {
    border-bottom-color: hsl(var(--input) / 0.25);
  }

  .lg\:border-b-input\/30 {
    border-bottom-color: hsl(var(--input) / 0.3);
  }

  .lg\:border-b-input\/35 {
    border-bottom-color: hsl(var(--input) / 0.35);
  }

  .lg\:border-b-input\/40 {
    border-bottom-color: hsl(var(--input) / 0.4);
  }

  .lg\:border-b-input\/45 {
    border-bottom-color: hsl(var(--input) / 0.45);
  }

  .lg\:border-b-input\/5 {
    border-bottom-color: hsl(var(--input) / 0.05);
  }

  .lg\:border-b-input\/50 {
    border-bottom-color: hsl(var(--input) / 0.5);
  }

  .lg\:border-b-input\/55 {
    border-bottom-color: hsl(var(--input) / 0.55);
  }

  .lg\:border-b-input\/60 {
    border-bottom-color: hsl(var(--input) / 0.6);
  }

  .lg\:border-b-input\/65 {
    border-bottom-color: hsl(var(--input) / 0.65);
  }

  .lg\:border-b-input\/70 {
    border-bottom-color: hsl(var(--input) / 0.7);
  }

  .lg\:border-b-input\/75 {
    border-bottom-color: hsl(var(--input) / 0.75);
  }

  .lg\:border-b-input\/80 {
    border-bottom-color: hsl(var(--input) / 0.8);
  }

  .lg\:border-b-input\/85 {
    border-bottom-color: hsl(var(--input) / 0.85);
  }

  .lg\:border-b-input\/90 {
    border-bottom-color: hsl(var(--input) / 0.9);
  }

  .lg\:border-b-input\/95 {
    border-bottom-color: hsl(var(--input) / 0.95);
  }

  .lg\:border-b-lime-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .lg\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .lg\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-b-lime-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .lg\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .lg\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-b-lime-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .lg\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .lg\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-b-lime-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .lg\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .lg\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-b-lime-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .lg\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .lg\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-b-lime-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .lg\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .lg\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-b-lime-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .lg\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .lg\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-b-lime-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .lg\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .lg\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-b-lime-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .lg\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .lg\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-b-lime-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .lg\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .lg\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-b-lime-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .lg\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .lg\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-b-muted {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-muted-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-muted-foreground\/0 {
    border-bottom-color: hsl(var(--muted-foreground) / 0);
  }

  .lg\:border-b-muted-foreground\/10 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.1);
  }

  .lg\:border-b-muted-foreground\/100 {
    border-bottom-color: hsl(var(--muted-foreground) / 1);
  }

  .lg\:border-b-muted-foreground\/15 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.15);
  }

  .lg\:border-b-muted-foreground\/20 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.2);
  }

  .lg\:border-b-muted-foreground\/25 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.25);
  }

  .lg\:border-b-muted-foreground\/30 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.3);
  }

  .lg\:border-b-muted-foreground\/35 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.35);
  }

  .lg\:border-b-muted-foreground\/40 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.4);
  }

  .lg\:border-b-muted-foreground\/45 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.45);
  }

  .lg\:border-b-muted-foreground\/5 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.05);
  }

  .lg\:border-b-muted-foreground\/50 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.5);
  }

  .lg\:border-b-muted-foreground\/55 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.55);
  }

  .lg\:border-b-muted-foreground\/60 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.6);
  }

  .lg\:border-b-muted-foreground\/65 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.65);
  }

  .lg\:border-b-muted-foreground\/70 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.7);
  }

  .lg\:border-b-muted-foreground\/75 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.75);
  }

  .lg\:border-b-muted-foreground\/80 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.8);
  }

  .lg\:border-b-muted-foreground\/85 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.85);
  }

  .lg\:border-b-muted-foreground\/90 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.9);
  }

  .lg\:border-b-muted-foreground\/95 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.95);
  }

  .lg\:border-b-muted\/0 {
    border-bottom-color: hsl(var(--muted) / 0);
  }

  .lg\:border-b-muted\/10 {
    border-bottom-color: hsl(var(--muted) / 0.1);
  }

  .lg\:border-b-muted\/100 {
    border-bottom-color: hsl(var(--muted) / 1);
  }

  .lg\:border-b-muted\/15 {
    border-bottom-color: hsl(var(--muted) / 0.15);
  }

  .lg\:border-b-muted\/20 {
    border-bottom-color: hsl(var(--muted) / 0.2);
  }

  .lg\:border-b-muted\/25 {
    border-bottom-color: hsl(var(--muted) / 0.25);
  }

  .lg\:border-b-muted\/30 {
    border-bottom-color: hsl(var(--muted) / 0.3);
  }

  .lg\:border-b-muted\/35 {
    border-bottom-color: hsl(var(--muted) / 0.35);
  }

  .lg\:border-b-muted\/40 {
    border-bottom-color: hsl(var(--muted) / 0.4);
  }

  .lg\:border-b-muted\/45 {
    border-bottom-color: hsl(var(--muted) / 0.45);
  }

  .lg\:border-b-muted\/5 {
    border-bottom-color: hsl(var(--muted) / 0.05);
  }

  .lg\:border-b-muted\/50 {
    border-bottom-color: hsl(var(--muted) / 0.5);
  }

  .lg\:border-b-muted\/55 {
    border-bottom-color: hsl(var(--muted) / 0.55);
  }

  .lg\:border-b-muted\/60 {
    border-bottom-color: hsl(var(--muted) / 0.6);
  }

  .lg\:border-b-muted\/65 {
    border-bottom-color: hsl(var(--muted) / 0.65);
  }

  .lg\:border-b-muted\/70 {
    border-bottom-color: hsl(var(--muted) / 0.7);
  }

  .lg\:border-b-muted\/75 {
    border-bottom-color: hsl(var(--muted) / 0.75);
  }

  .lg\:border-b-muted\/80 {
    border-bottom-color: hsl(var(--muted) / 0.8);
  }

  .lg\:border-b-muted\/85 {
    border-bottom-color: hsl(var(--muted) / 0.85);
  }

  .lg\:border-b-muted\/90 {
    border-bottom-color: hsl(var(--muted) / 0.9);
  }

  .lg\:border-b-muted\/95 {
    border-bottom-color: hsl(var(--muted) / 0.95);
  }

  .lg\:border-b-neutral-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .lg\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .lg\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .lg\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .lg\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-b-neutral-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .lg\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .lg\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-b-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .lg\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .lg\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-b-neutral-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-b-neutral-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .lg\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .lg\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-b-neutral-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .lg\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .lg\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-b-neutral-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .lg\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .lg\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-b-neutral-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .lg\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .lg\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-b-neutral-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .lg\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .lg\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-b-neutral-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .lg\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .lg\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-b-orange-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .lg\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .lg\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-b-orange-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .lg\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .lg\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-b-orange-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .lg\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .lg\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-b-orange-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .lg\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .lg\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-b-orange-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .lg\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .lg\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-b-orange-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .lg\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .lg\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-b-orange-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .lg\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .lg\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-b-orange-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .lg\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .lg\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-b-orange-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .lg\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .lg\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-b-orange-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .lg\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .lg\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-b-orange-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .lg\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .lg\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-b-pink-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .lg\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .lg\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-b-pink-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .lg\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .lg\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-b-pink-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .lg\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .lg\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-b-pink-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .lg\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .lg\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-b-pink-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .lg\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .lg\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-b-pink-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .lg\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .lg\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-b-pink-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .lg\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .lg\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-b-pink-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .lg\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .lg\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-b-pink-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .lg\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .lg\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-b-pink-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .lg\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .lg\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-b-pink-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .lg\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .lg\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-b-popover {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-popover-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-popover-foreground\/0 {
    border-bottom-color: hsl(var(--popover-foreground) / 0);
  }

  .lg\:border-b-popover-foreground\/10 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.1);
  }

  .lg\:border-b-popover-foreground\/100 {
    border-bottom-color: hsl(var(--popover-foreground) / 1);
  }

  .lg\:border-b-popover-foreground\/15 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.15);
  }

  .lg\:border-b-popover-foreground\/20 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.2);
  }

  .lg\:border-b-popover-foreground\/25 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.25);
  }

  .lg\:border-b-popover-foreground\/30 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.3);
  }

  .lg\:border-b-popover-foreground\/35 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.35);
  }

  .lg\:border-b-popover-foreground\/40 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.4);
  }

  .lg\:border-b-popover-foreground\/45 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.45);
  }

  .lg\:border-b-popover-foreground\/5 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.05);
  }

  .lg\:border-b-popover-foreground\/50 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.5);
  }

  .lg\:border-b-popover-foreground\/55 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.55);
  }

  .lg\:border-b-popover-foreground\/60 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.6);
  }

  .lg\:border-b-popover-foreground\/65 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.65);
  }

  .lg\:border-b-popover-foreground\/70 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.7);
  }

  .lg\:border-b-popover-foreground\/75 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.75);
  }

  .lg\:border-b-popover-foreground\/80 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.8);
  }

  .lg\:border-b-popover-foreground\/85 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.85);
  }

  .lg\:border-b-popover-foreground\/90 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.9);
  }

  .lg\:border-b-popover-foreground\/95 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.95);
  }

  .lg\:border-b-popover\/0 {
    border-bottom-color: hsl(var(--popover) / 0);
  }

  .lg\:border-b-popover\/10 {
    border-bottom-color: hsl(var(--popover) / 0.1);
  }

  .lg\:border-b-popover\/100 {
    border-bottom-color: hsl(var(--popover) / 1);
  }

  .lg\:border-b-popover\/15 {
    border-bottom-color: hsl(var(--popover) / 0.15);
  }

  .lg\:border-b-popover\/20 {
    border-bottom-color: hsl(var(--popover) / 0.2);
  }

  .lg\:border-b-popover\/25 {
    border-bottom-color: hsl(var(--popover) / 0.25);
  }

  .lg\:border-b-popover\/30 {
    border-bottom-color: hsl(var(--popover) / 0.3);
  }

  .lg\:border-b-popover\/35 {
    border-bottom-color: hsl(var(--popover) / 0.35);
  }

  .lg\:border-b-popover\/40 {
    border-bottom-color: hsl(var(--popover) / 0.4);
  }

  .lg\:border-b-popover\/45 {
    border-bottom-color: hsl(var(--popover) / 0.45);
  }

  .lg\:border-b-popover\/5 {
    border-bottom-color: hsl(var(--popover) / 0.05);
  }

  .lg\:border-b-popover\/50 {
    border-bottom-color: hsl(var(--popover) / 0.5);
  }

  .lg\:border-b-popover\/55 {
    border-bottom-color: hsl(var(--popover) / 0.55);
  }

  .lg\:border-b-popover\/60 {
    border-bottom-color: hsl(var(--popover) / 0.6);
  }

  .lg\:border-b-popover\/65 {
    border-bottom-color: hsl(var(--popover) / 0.65);
  }

  .lg\:border-b-popover\/70 {
    border-bottom-color: hsl(var(--popover) / 0.7);
  }

  .lg\:border-b-popover\/75 {
    border-bottom-color: hsl(var(--popover) / 0.75);
  }

  .lg\:border-b-popover\/80 {
    border-bottom-color: hsl(var(--popover) / 0.8);
  }

  .lg\:border-b-popover\/85 {
    border-bottom-color: hsl(var(--popover) / 0.85);
  }

  .lg\:border-b-popover\/90 {
    border-bottom-color: hsl(var(--popover) / 0.9);
  }

  .lg\:border-b-popover\/95 {
    border-bottom-color: hsl(var(--popover) / 0.95);
  }

  .lg\:border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-primary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-primary-foreground\/0 {
    border-bottom-color: hsl(var(--primary-foreground) / 0);
  }

  .lg\:border-b-primary-foreground\/10 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.1);
  }

  .lg\:border-b-primary-foreground\/100 {
    border-bottom-color: hsl(var(--primary-foreground) / 1);
  }

  .lg\:border-b-primary-foreground\/15 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.15);
  }

  .lg\:border-b-primary-foreground\/20 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.2);
  }

  .lg\:border-b-primary-foreground\/25 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.25);
  }

  .lg\:border-b-primary-foreground\/30 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.3);
  }

  .lg\:border-b-primary-foreground\/35 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.35);
  }

  .lg\:border-b-primary-foreground\/40 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.4);
  }

  .lg\:border-b-primary-foreground\/45 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.45);
  }

  .lg\:border-b-primary-foreground\/5 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.05);
  }

  .lg\:border-b-primary-foreground\/50 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.5);
  }

  .lg\:border-b-primary-foreground\/55 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.55);
  }

  .lg\:border-b-primary-foreground\/60 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.6);
  }

  .lg\:border-b-primary-foreground\/65 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.65);
  }

  .lg\:border-b-primary-foreground\/70 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.7);
  }

  .lg\:border-b-primary-foreground\/75 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.75);
  }

  .lg\:border-b-primary-foreground\/80 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.8);
  }

  .lg\:border-b-primary-foreground\/85 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.85);
  }

  .lg\:border-b-primary-foreground\/90 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.9);
  }

  .lg\:border-b-primary-foreground\/95 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.95);
  }

  .lg\:border-b-primary\/0 {
    border-bottom-color: hsl(var(--primary) / 0);
  }

  .lg\:border-b-primary\/10 {
    border-bottom-color: hsl(var(--primary) / 0.1);
  }

  .lg\:border-b-primary\/100 {
    border-bottom-color: hsl(var(--primary) / 1);
  }

  .lg\:border-b-primary\/15 {
    border-bottom-color: hsl(var(--primary) / 0.15);
  }

  .lg\:border-b-primary\/20 {
    border-bottom-color: hsl(var(--primary) / 0.2);
  }

  .lg\:border-b-primary\/25 {
    border-bottom-color: hsl(var(--primary) / 0.25);
  }

  .lg\:border-b-primary\/30 {
    border-bottom-color: hsl(var(--primary) / 0.3);
  }

  .lg\:border-b-primary\/35 {
    border-bottom-color: hsl(var(--primary) / 0.35);
  }

  .lg\:border-b-primary\/40 {
    border-bottom-color: hsl(var(--primary) / 0.4);
  }

  .lg\:border-b-primary\/45 {
    border-bottom-color: hsl(var(--primary) / 0.45);
  }

  .lg\:border-b-primary\/5 {
    border-bottom-color: hsl(var(--primary) / 0.05);
  }

  .lg\:border-b-primary\/50 {
    border-bottom-color: hsl(var(--primary) / 0.5);
  }

  .lg\:border-b-primary\/55 {
    border-bottom-color: hsl(var(--primary) / 0.55);
  }

  .lg\:border-b-primary\/60 {
    border-bottom-color: hsl(var(--primary) / 0.6);
  }

  .lg\:border-b-primary\/65 {
    border-bottom-color: hsl(var(--primary) / 0.65);
  }

  .lg\:border-b-primary\/70 {
    border-bottom-color: hsl(var(--primary) / 0.7);
  }

  .lg\:border-b-primary\/75 {
    border-bottom-color: hsl(var(--primary) / 0.75);
  }

  .lg\:border-b-primary\/80 {
    border-bottom-color: hsl(var(--primary) / 0.8);
  }

  .lg\:border-b-primary\/85 {
    border-bottom-color: hsl(var(--primary) / 0.85);
  }

  .lg\:border-b-primary\/90 {
    border-bottom-color: hsl(var(--primary) / 0.9);
  }

  .lg\:border-b-primary\/95 {
    border-bottom-color: hsl(var(--primary) / 0.95);
  }

  .lg\:border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .lg\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .lg\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-b-purple-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .lg\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .lg\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-b-purple-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .lg\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .lg\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-b-purple-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .lg\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .lg\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .lg\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .lg\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-b-purple-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .lg\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .lg\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-b-purple-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .lg\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .lg\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-b-purple-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .lg\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .lg\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-b-purple-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .lg\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .lg\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-b-purple-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .lg\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .lg\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-b-purple-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .lg\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .lg\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

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

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

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

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

  .lg\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

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

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

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

  .lg\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

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

  .lg\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

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

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

  .lg\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

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

  .lg\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

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

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

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

  .lg\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

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

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

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

  .lg\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-b-red-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .lg\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .lg\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-b-red-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .lg\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .lg\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-b-red-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .lg\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .lg\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-b-red-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .lg\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .lg\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-b-red-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .lg\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .lg\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-b-red-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .lg\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .lg\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-b-red-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .lg\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .lg\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-b-red-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .lg\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .lg\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-b-red-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .lg\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .lg\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-b-ring {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-ring\/0 {
    border-bottom-color: hsl(var(--ring) / 0);
  }

  .lg\:border-b-ring\/10 {
    border-bottom-color: hsl(var(--ring) / 0.1);
  }

  .lg\:border-b-ring\/100 {
    border-bottom-color: hsl(var(--ring) / 1);
  }

  .lg\:border-b-ring\/15 {
    border-bottom-color: hsl(var(--ring) / 0.15);
  }

  .lg\:border-b-ring\/20 {
    border-bottom-color: hsl(var(--ring) / 0.2);
  }

  .lg\:border-b-ring\/25 {
    border-bottom-color: hsl(var(--ring) / 0.25);
  }

  .lg\:border-b-ring\/30 {
    border-bottom-color: hsl(var(--ring) / 0.3);
  }

  .lg\:border-b-ring\/35 {
    border-bottom-color: hsl(var(--ring) / 0.35);
  }

  .lg\:border-b-ring\/40 {
    border-bottom-color: hsl(var(--ring) / 0.4);
  }

  .lg\:border-b-ring\/45 {
    border-bottom-color: hsl(var(--ring) / 0.45);
  }

  .lg\:border-b-ring\/5 {
    border-bottom-color: hsl(var(--ring) / 0.05);
  }

  .lg\:border-b-ring\/50 {
    border-bottom-color: hsl(var(--ring) / 0.5);
  }

  .lg\:border-b-ring\/55 {
    border-bottom-color: hsl(var(--ring) / 0.55);
  }

  .lg\:border-b-ring\/60 {
    border-bottom-color: hsl(var(--ring) / 0.6);
  }

  .lg\:border-b-ring\/65 {
    border-bottom-color: hsl(var(--ring) / 0.65);
  }

  .lg\:border-b-ring\/70 {
    border-bottom-color: hsl(var(--ring) / 0.7);
  }

  .lg\:border-b-ring\/75 {
    border-bottom-color: hsl(var(--ring) / 0.75);
  }

  .lg\:border-b-ring\/80 {
    border-bottom-color: hsl(var(--ring) / 0.8);
  }

  .lg\:border-b-ring\/85 {
    border-bottom-color: hsl(var(--ring) / 0.85);
  }

  .lg\:border-b-ring\/90 {
    border-bottom-color: hsl(var(--ring) / 0.9);
  }

  .lg\:border-b-ring\/95 {
    border-bottom-color: hsl(var(--ring) / 0.95);
  }

  .lg\:border-b-rose-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .lg\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .lg\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-b-rose-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .lg\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .lg\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-b-rose-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .lg\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .lg\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-b-rose-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .lg\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .lg\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-b-rose-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .lg\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .lg\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-b-rose-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .lg\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .lg\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-b-rose-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .lg\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .lg\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-b-rose-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .lg\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .lg\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-b-rose-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .lg\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .lg\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-b-rose-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .lg\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .lg\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-b-rose-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .lg\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .lg\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-b-secondary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-secondary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-secondary-foreground\/0 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0);
  }

  .lg\:border-b-secondary-foreground\/10 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .lg\:border-b-secondary-foreground\/100 {
    border-bottom-color: hsl(var(--secondary-foreground) / 1);
  }

  .lg\:border-b-secondary-foreground\/15 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .lg\:border-b-secondary-foreground\/20 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .lg\:border-b-secondary-foreground\/25 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .lg\:border-b-secondary-foreground\/30 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .lg\:border-b-secondary-foreground\/35 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .lg\:border-b-secondary-foreground\/40 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .lg\:border-b-secondary-foreground\/45 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .lg\:border-b-secondary-foreground\/5 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .lg\:border-b-secondary-foreground\/50 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .lg\:border-b-secondary-foreground\/55 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .lg\:border-b-secondary-foreground\/60 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .lg\:border-b-secondary-foreground\/65 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .lg\:border-b-secondary-foreground\/70 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .lg\:border-b-secondary-foreground\/75 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .lg\:border-b-secondary-foreground\/80 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .lg\:border-b-secondary-foreground\/85 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .lg\:border-b-secondary-foreground\/90 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .lg\:border-b-secondary-foreground\/95 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .lg\:border-b-secondary\/0 {
    border-bottom-color: hsl(var(--secondary) / 0);
  }

  .lg\:border-b-secondary\/10 {
    border-bottom-color: hsl(var(--secondary) / 0.1);
  }

  .lg\:border-b-secondary\/100 {
    border-bottom-color: hsl(var(--secondary) / 1);
  }

  .lg\:border-b-secondary\/15 {
    border-bottom-color: hsl(var(--secondary) / 0.15);
  }

  .lg\:border-b-secondary\/20 {
    border-bottom-color: hsl(var(--secondary) / 0.2);
  }

  .lg\:border-b-secondary\/25 {
    border-bottom-color: hsl(var(--secondary) / 0.25);
  }

  .lg\:border-b-secondary\/30 {
    border-bottom-color: hsl(var(--secondary) / 0.3);
  }

  .lg\:border-b-secondary\/35 {
    border-bottom-color: hsl(var(--secondary) / 0.35);
  }

  .lg\:border-b-secondary\/40 {
    border-bottom-color: hsl(var(--secondary) / 0.4);
  }

  .lg\:border-b-secondary\/45 {
    border-bottom-color: hsl(var(--secondary) / 0.45);
  }

  .lg\:border-b-secondary\/5 {
    border-bottom-color: hsl(var(--secondary) / 0.05);
  }

  .lg\:border-b-secondary\/50 {
    border-bottom-color: hsl(var(--secondary) / 0.5);
  }

  .lg\:border-b-secondary\/55 {
    border-bottom-color: hsl(var(--secondary) / 0.55);
  }

  .lg\:border-b-secondary\/60 {
    border-bottom-color: hsl(var(--secondary) / 0.6);
  }

  .lg\:border-b-secondary\/65 {
    border-bottom-color: hsl(var(--secondary) / 0.65);
  }

  .lg\:border-b-secondary\/70 {
    border-bottom-color: hsl(var(--secondary) / 0.7);
  }

  .lg\:border-b-secondary\/75 {
    border-bottom-color: hsl(var(--secondary) / 0.75);
  }

  .lg\:border-b-secondary\/80 {
    border-bottom-color: hsl(var(--secondary) / 0.8);
  }

  .lg\:border-b-secondary\/85 {
    border-bottom-color: hsl(var(--secondary) / 0.85);
  }

  .lg\:border-b-secondary\/90 {
    border-bottom-color: hsl(var(--secondary) / 0.9);
  }

  .lg\:border-b-secondary\/95 {
    border-bottom-color: hsl(var(--secondary) / 0.95);
  }

  .lg\:border-b-sidebar {
    border-bottom-color: hsl(var(--sidebar-background));
  }

  .lg\:border-b-sidebar-accent {
    border-bottom-color: hsl(var(--sidebar-accent));
  }

  .lg\:border-b-sidebar-accent-foreground {
    border-bottom-color: hsl(var(--sidebar-accent-foreground));
  }

  .lg\:border-b-sidebar-accent-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .lg\:border-b-sidebar-accent-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .lg\:border-b-sidebar-accent-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .lg\:border-b-sidebar-accent-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .lg\:border-b-sidebar-accent-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .lg\:border-b-sidebar-accent-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .lg\:border-b-sidebar-accent-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .lg\:border-b-sidebar-accent-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .lg\:border-b-sidebar-accent-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .lg\:border-b-sidebar-accent-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .lg\:border-b-sidebar-accent-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .lg\:border-b-sidebar-accent-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .lg\:border-b-sidebar-accent-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .lg\:border-b-sidebar-accent-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .lg\:border-b-sidebar-accent-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .lg\:border-b-sidebar-accent-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .lg\:border-b-sidebar-accent-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .lg\:border-b-sidebar-accent-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .lg\:border-b-sidebar-accent-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .lg\:border-b-sidebar-accent-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .lg\:border-b-sidebar-accent-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .lg\:border-b-sidebar-accent\/0 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0);
  }

  .lg\:border-b-sidebar-accent\/10 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .lg\:border-b-sidebar-accent\/100 {
    border-bottom-color: hsl(var(--sidebar-accent) / 1);
  }

  .lg\:border-b-sidebar-accent\/15 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .lg\:border-b-sidebar-accent\/20 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .lg\:border-b-sidebar-accent\/25 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .lg\:border-b-sidebar-accent\/30 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .lg\:border-b-sidebar-accent\/35 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .lg\:border-b-sidebar-accent\/40 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .lg\:border-b-sidebar-accent\/45 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .lg\:border-b-sidebar-accent\/5 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .lg\:border-b-sidebar-accent\/50 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .lg\:border-b-sidebar-accent\/55 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .lg\:border-b-sidebar-accent\/60 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .lg\:border-b-sidebar-accent\/65 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .lg\:border-b-sidebar-accent\/70 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .lg\:border-b-sidebar-accent\/75 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .lg\:border-b-sidebar-accent\/80 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .lg\:border-b-sidebar-accent\/85 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .lg\:border-b-sidebar-accent\/90 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .lg\:border-b-sidebar-accent\/95 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .lg\:border-b-sidebar-border {
    border-bottom-color: hsl(var(--sidebar-border));
  }

  .lg\:border-b-sidebar-border\/0 {
    border-bottom-color: hsl(var(--sidebar-border) / 0);
  }

  .lg\:border-b-sidebar-border\/10 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.1);
  }

  .lg\:border-b-sidebar-border\/100 {
    border-bottom-color: hsl(var(--sidebar-border) / 1);
  }

  .lg\:border-b-sidebar-border\/15 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.15);
  }

  .lg\:border-b-sidebar-border\/20 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.2);
  }

  .lg\:border-b-sidebar-border\/25 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.25);
  }

  .lg\:border-b-sidebar-border\/30 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.3);
  }

  .lg\:border-b-sidebar-border\/35 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.35);
  }

  .lg\:border-b-sidebar-border\/40 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.4);
  }

  .lg\:border-b-sidebar-border\/45 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.45);
  }

  .lg\:border-b-sidebar-border\/5 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.05);
  }

  .lg\:border-b-sidebar-border\/50 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.5);
  }

  .lg\:border-b-sidebar-border\/55 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.55);
  }

  .lg\:border-b-sidebar-border\/60 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.6);
  }

  .lg\:border-b-sidebar-border\/65 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.65);
  }

  .lg\:border-b-sidebar-border\/70 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.7);
  }

  .lg\:border-b-sidebar-border\/75 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.75);
  }

  .lg\:border-b-sidebar-border\/80 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.8);
  }

  .lg\:border-b-sidebar-border\/85 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.85);
  }

  .lg\:border-b-sidebar-border\/90 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.9);
  }

  .lg\:border-b-sidebar-border\/95 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.95);
  }

  .lg\:border-b-sidebar-foreground {
    border-bottom-color: hsl(var(--sidebar-foreground));
  }

  .lg\:border-b-sidebar-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0);
  }

  .lg\:border-b-sidebar-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .lg\:border-b-sidebar-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 1);
  }

  .lg\:border-b-sidebar-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .lg\:border-b-sidebar-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .lg\:border-b-sidebar-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .lg\:border-b-sidebar-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .lg\:border-b-sidebar-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .lg\:border-b-sidebar-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .lg\:border-b-sidebar-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .lg\:border-b-sidebar-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .lg\:border-b-sidebar-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .lg\:border-b-sidebar-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .lg\:border-b-sidebar-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .lg\:border-b-sidebar-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .lg\:border-b-sidebar-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .lg\:border-b-sidebar-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .lg\:border-b-sidebar-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .lg\:border-b-sidebar-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .lg\:border-b-sidebar-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .lg\:border-b-sidebar-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .lg\:border-b-sidebar-primary {
    border-bottom-color: hsl(var(--sidebar-primary));
  }

  .lg\:border-b-sidebar-primary-foreground {
    border-bottom-color: hsl(var(--sidebar-primary-foreground));
  }

  .lg\:border-b-sidebar-primary-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .lg\:border-b-sidebar-primary-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .lg\:border-b-sidebar-primary-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .lg\:border-b-sidebar-primary-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .lg\:border-b-sidebar-primary-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .lg\:border-b-sidebar-primary-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .lg\:border-b-sidebar-primary-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .lg\:border-b-sidebar-primary-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .lg\:border-b-sidebar-primary-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .lg\:border-b-sidebar-primary-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .lg\:border-b-sidebar-primary-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .lg\:border-b-sidebar-primary-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .lg\:border-b-sidebar-primary-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .lg\:border-b-sidebar-primary-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .lg\:border-b-sidebar-primary-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .lg\:border-b-sidebar-primary-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .lg\:border-b-sidebar-primary-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .lg\:border-b-sidebar-primary-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .lg\:border-b-sidebar-primary-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .lg\:border-b-sidebar-primary-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .lg\:border-b-sidebar-primary-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .lg\:border-b-sidebar-primary\/0 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0);
  }

  .lg\:border-b-sidebar-primary\/10 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .lg\:border-b-sidebar-primary\/100 {
    border-bottom-color: hsl(var(--sidebar-primary) / 1);
  }

  .lg\:border-b-sidebar-primary\/15 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .lg\:border-b-sidebar-primary\/20 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .lg\:border-b-sidebar-primary\/25 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .lg\:border-b-sidebar-primary\/30 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .lg\:border-b-sidebar-primary\/35 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .lg\:border-b-sidebar-primary\/40 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .lg\:border-b-sidebar-primary\/45 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .lg\:border-b-sidebar-primary\/5 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .lg\:border-b-sidebar-primary\/50 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .lg\:border-b-sidebar-primary\/55 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .lg\:border-b-sidebar-primary\/60 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .lg\:border-b-sidebar-primary\/65 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .lg\:border-b-sidebar-primary\/70 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .lg\:border-b-sidebar-primary\/75 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .lg\:border-b-sidebar-primary\/80 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .lg\:border-b-sidebar-primary\/85 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .lg\:border-b-sidebar-primary\/90 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .lg\:border-b-sidebar-primary\/95 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .lg\:border-b-sidebar-ring {
    border-bottom-color: hsl(var(--sidebar-ring));
  }

  .lg\:border-b-sidebar-ring\/0 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0);
  }

  .lg\:border-b-sidebar-ring\/10 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .lg\:border-b-sidebar-ring\/100 {
    border-bottom-color: hsl(var(--sidebar-ring) / 1);
  }

  .lg\:border-b-sidebar-ring\/15 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .lg\:border-b-sidebar-ring\/20 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .lg\:border-b-sidebar-ring\/25 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .lg\:border-b-sidebar-ring\/30 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .lg\:border-b-sidebar-ring\/35 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .lg\:border-b-sidebar-ring\/40 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .lg\:border-b-sidebar-ring\/45 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .lg\:border-b-sidebar-ring\/5 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .lg\:border-b-sidebar-ring\/50 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .lg\:border-b-sidebar-ring\/55 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .lg\:border-b-sidebar-ring\/60 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .lg\:border-b-sidebar-ring\/65 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .lg\:border-b-sidebar-ring\/70 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .lg\:border-b-sidebar-ring\/75 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .lg\:border-b-sidebar-ring\/80 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .lg\:border-b-sidebar-ring\/85 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .lg\:border-b-sidebar-ring\/90 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .lg\:border-b-sidebar-ring\/95 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .lg\:border-b-sidebar\/0 {
    border-bottom-color: hsl(var(--sidebar-background) / 0);
  }

  .lg\:border-b-sidebar\/10 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.1);
  }

  .lg\:border-b-sidebar\/100 {
    border-bottom-color: hsl(var(--sidebar-background) / 1);
  }

  .lg\:border-b-sidebar\/15 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.15);
  }

  .lg\:border-b-sidebar\/20 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.2);
  }

  .lg\:border-b-sidebar\/25 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.25);
  }

  .lg\:border-b-sidebar\/30 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.3);
  }

  .lg\:border-b-sidebar\/35 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.35);
  }

  .lg\:border-b-sidebar\/40 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.4);
  }

  .lg\:border-b-sidebar\/45 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.45);
  }

  .lg\:border-b-sidebar\/5 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.05);
  }

  .lg\:border-b-sidebar\/50 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.5);
  }

  .lg\:border-b-sidebar\/55 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.55);
  }

  .lg\:border-b-sidebar\/60 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.6);
  }

  .lg\:border-b-sidebar\/65 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.65);
  }

  .lg\:border-b-sidebar\/70 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.7);
  }

  .lg\:border-b-sidebar\/75 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.75);
  }

  .lg\:border-b-sidebar\/80 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.8);
  }

  .lg\:border-b-sidebar\/85 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.85);
  }

  .lg\:border-b-sidebar\/90 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.9);
  }

  .lg\:border-b-sidebar\/95 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.95);
  }

  .lg\:border-b-sky-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .lg\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .lg\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-b-sky-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .lg\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .lg\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-b-sky-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .lg\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .lg\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-b-sky-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .lg\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .lg\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-b-sky-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .lg\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .lg\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-b-sky-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .lg\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .lg\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-b-sky-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .lg\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .lg\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-b-sky-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .lg\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .lg\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-b-sky-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .lg\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .lg\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-b-sky-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .lg\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .lg\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-b-sky-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .lg\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .lg\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-b-slate-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .lg\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .lg\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-b-slate-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .lg\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .lg\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-b-slate-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .lg\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .lg\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-b-slate-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .lg\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .lg\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-b-slate-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .lg\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .lg\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-b-slate-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .lg\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .lg\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-b-slate-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .lg\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .lg\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-b-slate-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .lg\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .lg\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-b-slate-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .lg\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .lg\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-b-slate-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .lg\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .lg\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-b-slate-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .lg\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .lg\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-b-stone-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .lg\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .lg\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-b-stone-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .lg\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .lg\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-b-stone-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .lg\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .lg\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-b-stone-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .lg\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .lg\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-b-stone-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .lg\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .lg\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-b-stone-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .lg\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .lg\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-b-stone-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .lg\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .lg\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-b-stone-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .lg\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .lg\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-b-stone-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .lg\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .lg\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-b-stone-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .lg\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .lg\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-b-stone-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .lg\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .lg\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-b-supporting {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-supporting-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-supporting-foreground\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-b-supporting-foreground\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-b-supporting-foreground\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-b-supporting-foreground\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-b-supporting-foreground\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-b-supporting-foreground\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-b-supporting-foreground\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-b-supporting-foreground\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-b-supporting-foreground\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-b-supporting-foreground\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-b-supporting-foreground\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-b-supporting-foreground\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-b-supporting-foreground\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-b-supporting-foreground\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-b-supporting-foreground\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-b-supporting-foreground\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-b-supporting-foreground\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-b-supporting-foreground\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-b-supporting-foreground\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-b-supporting-foreground\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-b-supporting-foreground\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-b-supporting\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-b-supporting\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-b-supporting\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-b-supporting\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-b-supporting\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-b-supporting\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-b-supporting\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-b-supporting\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-b-supporting\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-b-supporting\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-b-supporting\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-b-supporting\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-b-supporting\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-b-supporting\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-b-supporting\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-b-supporting\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-b-supporting\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-b-supporting\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-b-supporting\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-b-supporting\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-b-supporting\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-b-teal-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .lg\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .lg\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-b-teal-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .lg\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .lg\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-b-teal-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .lg\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .lg\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-b-teal-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .lg\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .lg\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-b-teal-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .lg\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .lg\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-b-teal-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .lg\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .lg\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-b-teal-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .lg\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .lg\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-b-teal-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .lg\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .lg\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-b-teal-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .lg\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .lg\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-b-teal-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .lg\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .lg\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-b-teal-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .lg\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .lg\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-b-tertiary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-tertiary\/0 {
    border-bottom-color: hsl(var(--tertiary) / 0);
  }

  .lg\:border-b-tertiary\/10 {
    border-bottom-color: hsl(var(--tertiary) / 0.1);
  }

  .lg\:border-b-tertiary\/100 {
    border-bottom-color: hsl(var(--tertiary) / 1);
  }

  .lg\:border-b-tertiary\/15 {
    border-bottom-color: hsl(var(--tertiary) / 0.15);
  }

  .lg\:border-b-tertiary\/20 {
    border-bottom-color: hsl(var(--tertiary) / 0.2);
  }

  .lg\:border-b-tertiary\/25 {
    border-bottom-color: hsl(var(--tertiary) / 0.25);
  }

  .lg\:border-b-tertiary\/30 {
    border-bottom-color: hsl(var(--tertiary) / 0.3);
  }

  .lg\:border-b-tertiary\/35 {
    border-bottom-color: hsl(var(--tertiary) / 0.35);
  }

  .lg\:border-b-tertiary\/40 {
    border-bottom-color: hsl(var(--tertiary) / 0.4);
  }

  .lg\:border-b-tertiary\/45 {
    border-bottom-color: hsl(var(--tertiary) / 0.45);
  }

  .lg\:border-b-tertiary\/5 {
    border-bottom-color: hsl(var(--tertiary) / 0.05);
  }

  .lg\:border-b-tertiary\/50 {
    border-bottom-color: hsl(var(--tertiary) / 0.5);
  }

  .lg\:border-b-tertiary\/55 {
    border-bottom-color: hsl(var(--tertiary) / 0.55);
  }

  .lg\:border-b-tertiary\/60 {
    border-bottom-color: hsl(var(--tertiary) / 0.6);
  }

  .lg\:border-b-tertiary\/65 {
    border-bottom-color: hsl(var(--tertiary) / 0.65);
  }

  .lg\:border-b-tertiary\/70 {
    border-bottom-color: hsl(var(--tertiary) / 0.7);
  }

  .lg\:border-b-tertiary\/75 {
    border-bottom-color: hsl(var(--tertiary) / 0.75);
  }

  .lg\:border-b-tertiary\/80 {
    border-bottom-color: hsl(var(--tertiary) / 0.8);
  }

  .lg\:border-b-tertiary\/85 {
    border-bottom-color: hsl(var(--tertiary) / 0.85);
  }

  .lg\:border-b-tertiary\/90 {
    border-bottom-color: hsl(var(--tertiary) / 0.9);
  }

  .lg\:border-b-tertiary\/95 {
    border-bottom-color: hsl(var(--tertiary) / 0.95);
  }

  .lg\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .lg\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .lg\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .lg\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-b-violet-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .lg\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .lg\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-b-violet-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .lg\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .lg\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-b-violet-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .lg\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .lg\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-b-violet-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .lg\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .lg\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-b-violet-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .lg\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .lg\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-b-violet-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .lg\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .lg\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-b-violet-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .lg\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .lg\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-b-violet-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .lg\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .lg\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-b-violet-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .lg\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .lg\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-b-violet-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .lg\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .lg\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-b-violet-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .lg\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .lg\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .lg\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .lg\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .lg\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .lg\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .lg\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .lg\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .lg\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .lg\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .lg\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .lg\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .lg\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .lg\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .lg\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .lg\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .lg\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .lg\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .lg\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .lg\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .lg\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .lg\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .lg\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .lg\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .lg\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .lg\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-b-zinc-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .lg\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .lg\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-b-zinc-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .lg\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .lg\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-b-zinc-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .lg\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .lg\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-b-zinc-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .lg\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .lg\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-b-zinc-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .lg\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .lg\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-b-zinc-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .lg\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .lg\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-b-zinc-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .lg\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .lg\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-b-zinc-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .lg\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .lg\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-b-zinc-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .lg\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .lg\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-b-zinc-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .lg\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .lg\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-b-zinc-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .lg\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .lg\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-l-accent {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-accent-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-accent-foreground\/0 {
    border-left-color: hsl(var(--accent-foreground) / 0);
  }

  .lg\:border-l-accent-foreground\/10 {
    border-left-color: hsl(var(--accent-foreground) / 0.1);
  }

  .lg\:border-l-accent-foreground\/100 {
    border-left-color: hsl(var(--accent-foreground) / 1);
  }

  .lg\:border-l-accent-foreground\/15 {
    border-left-color: hsl(var(--accent-foreground) / 0.15);
  }

  .lg\:border-l-accent-foreground\/20 {
    border-left-color: hsl(var(--accent-foreground) / 0.2);
  }

  .lg\:border-l-accent-foreground\/25 {
    border-left-color: hsl(var(--accent-foreground) / 0.25);
  }

  .lg\:border-l-accent-foreground\/30 {
    border-left-color: hsl(var(--accent-foreground) / 0.3);
  }

  .lg\:border-l-accent-foreground\/35 {
    border-left-color: hsl(var(--accent-foreground) / 0.35);
  }

  .lg\:border-l-accent-foreground\/40 {
    border-left-color: hsl(var(--accent-foreground) / 0.4);
  }

  .lg\:border-l-accent-foreground\/45 {
    border-left-color: hsl(var(--accent-foreground) / 0.45);
  }

  .lg\:border-l-accent-foreground\/5 {
    border-left-color: hsl(var(--accent-foreground) / 0.05);
  }

  .lg\:border-l-accent-foreground\/50 {
    border-left-color: hsl(var(--accent-foreground) / 0.5);
  }

  .lg\:border-l-accent-foreground\/55 {
    border-left-color: hsl(var(--accent-foreground) / 0.55);
  }

  .lg\:border-l-accent-foreground\/60 {
    border-left-color: hsl(var(--accent-foreground) / 0.6);
  }

  .lg\:border-l-accent-foreground\/65 {
    border-left-color: hsl(var(--accent-foreground) / 0.65);
  }

  .lg\:border-l-accent-foreground\/70 {
    border-left-color: hsl(var(--accent-foreground) / 0.7);
  }

  .lg\:border-l-accent-foreground\/75 {
    border-left-color: hsl(var(--accent-foreground) / 0.75);
  }

  .lg\:border-l-accent-foreground\/80 {
    border-left-color: hsl(var(--accent-foreground) / 0.8);
  }

  .lg\:border-l-accent-foreground\/85 {
    border-left-color: hsl(var(--accent-foreground) / 0.85);
  }

  .lg\:border-l-accent-foreground\/90 {
    border-left-color: hsl(var(--accent-foreground) / 0.9);
  }

  .lg\:border-l-accent-foreground\/95 {
    border-left-color: hsl(var(--accent-foreground) / 0.95);
  }

  .lg\:border-l-accent\/0 {
    border-left-color: hsl(var(--accent) / 0);
  }

  .lg\:border-l-accent\/10 {
    border-left-color: hsl(var(--accent) / 0.1);
  }

  .lg\:border-l-accent\/100 {
    border-left-color: hsl(var(--accent) / 1);
  }

  .lg\:border-l-accent\/15 {
    border-left-color: hsl(var(--accent) / 0.15);
  }

  .lg\:border-l-accent\/20 {
    border-left-color: hsl(var(--accent) / 0.2);
  }

  .lg\:border-l-accent\/25 {
    border-left-color: hsl(var(--accent) / 0.25);
  }

  .lg\:border-l-accent\/30 {
    border-left-color: hsl(var(--accent) / 0.3);
  }

  .lg\:border-l-accent\/35 {
    border-left-color: hsl(var(--accent) / 0.35);
  }

  .lg\:border-l-accent\/40 {
    border-left-color: hsl(var(--accent) / 0.4);
  }

  .lg\:border-l-accent\/45 {
    border-left-color: hsl(var(--accent) / 0.45);
  }

  .lg\:border-l-accent\/5 {
    border-left-color: hsl(var(--accent) / 0.05);
  }

  .lg\:border-l-accent\/50 {
    border-left-color: hsl(var(--accent) / 0.5);
  }

  .lg\:border-l-accent\/55 {
    border-left-color: hsl(var(--accent) / 0.55);
  }

  .lg\:border-l-accent\/60 {
    border-left-color: hsl(var(--accent) / 0.6);
  }

  .lg\:border-l-accent\/65 {
    border-left-color: hsl(var(--accent) / 0.65);
  }

  .lg\:border-l-accent\/70 {
    border-left-color: hsl(var(--accent) / 0.7);
  }

  .lg\:border-l-accent\/75 {
    border-left-color: hsl(var(--accent) / 0.75);
  }

  .lg\:border-l-accent\/80 {
    border-left-color: hsl(var(--accent) / 0.8);
  }

  .lg\:border-l-accent\/85 {
    border-left-color: hsl(var(--accent) / 0.85);
  }

  .lg\:border-l-accent\/90 {
    border-left-color: hsl(var(--accent) / 0.9);
  }

  .lg\:border-l-accent\/95 {
    border-left-color: hsl(var(--accent) / 0.95);
  }

  .lg\:border-l-amber-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
  }

  .lg\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
  }

  .lg\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-l-amber-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
  }

  .lg\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
  }

  .lg\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-l-amber-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
  }

  .lg\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
  }

  .lg\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-l-amber-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
  }

  .lg\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
  }

  .lg\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-l-amber-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
  }

  .lg\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
  }

  .lg\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-l-amber-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
  }

  .lg\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
  }

  .lg\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-l-amber-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
  }

  .lg\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
  }

  .lg\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-l-amber-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
  }

  .lg\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
  }

  .lg\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-l-amber-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
  }

  .lg\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
  }

  .lg\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-l-amber-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
  }

  .lg\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
  }

  .lg\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-l-amber-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
  }

  .lg\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
  }

  .lg\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-l-background {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-background\/0 {
    border-left-color: hsl(var(--background) / 0);
  }

  .lg\:border-l-background\/10 {
    border-left-color: hsl(var(--background) / 0.1);
  }

  .lg\:border-l-background\/100 {
    border-left-color: hsl(var(--background) / 1);
  }

  .lg\:border-l-background\/15 {
    border-left-color: hsl(var(--background) / 0.15);
  }

  .lg\:border-l-background\/20 {
    border-left-color: hsl(var(--background) / 0.2);
  }

  .lg\:border-l-background\/25 {
    border-left-color: hsl(var(--background) / 0.25);
  }

  .lg\:border-l-background\/30 {
    border-left-color: hsl(var(--background) / 0.3);
  }

  .lg\:border-l-background\/35 {
    border-left-color: hsl(var(--background) / 0.35);
  }

  .lg\:border-l-background\/40 {
    border-left-color: hsl(var(--background) / 0.4);
  }

  .lg\:border-l-background\/45 {
    border-left-color: hsl(var(--background) / 0.45);
  }

  .lg\:border-l-background\/5 {
    border-left-color: hsl(var(--background) / 0.05);
  }

  .lg\:border-l-background\/50 {
    border-left-color: hsl(var(--background) / 0.5);
  }

  .lg\:border-l-background\/55 {
    border-left-color: hsl(var(--background) / 0.55);
  }

  .lg\:border-l-background\/60 {
    border-left-color: hsl(var(--background) / 0.6);
  }

  .lg\:border-l-background\/65 {
    border-left-color: hsl(var(--background) / 0.65);
  }

  .lg\:border-l-background\/70 {
    border-left-color: hsl(var(--background) / 0.7);
  }

  .lg\:border-l-background\/75 {
    border-left-color: hsl(var(--background) / 0.75);
  }

  .lg\:border-l-background\/80 {
    border-left-color: hsl(var(--background) / 0.8);
  }

  .lg\:border-l-background\/85 {
    border-left-color: hsl(var(--background) / 0.85);
  }

  .lg\:border-l-background\/90 {
    border-left-color: hsl(var(--background) / 0.9);
  }

  .lg\:border-l-background\/95 {
    border-left-color: hsl(var(--background) / 0.95);
  }

  .lg\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

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

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

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

  .lg\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .lg\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

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

  .lg\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

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

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

  .lg\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

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

  .lg\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .lg\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

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

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

  .lg\:border-l-blue-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
  }

  .lg\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
  }

  .lg\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-l-blue-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
  }

  .lg\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
  }

  .lg\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-l-blue-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
  }

  .lg\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
  }

  .lg\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-l-blue-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
  }

  .lg\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
  }

  .lg\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-l-blue-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
  }

  .lg\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
  }

  .lg\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-l-blue-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
  }

  .lg\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
  }

  .lg\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-l-blue-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
  }

  .lg\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
  }

  .lg\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-l-blue-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
  }

  .lg\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
  }

  .lg\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-l-blue-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
  }

  .lg\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
  }

  .lg\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-l-blue-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
  }

  .lg\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
  }

  .lg\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-l-blue-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
  }

  .lg\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
  }

  .lg\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-l-border {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-border\/0 {
    border-left-color: hsl(var(--border) / 0);
  }

  .lg\:border-l-border\/10 {
    border-left-color: hsl(var(--border) / 0.1);
  }

  .lg\:border-l-border\/100 {
    border-left-color: hsl(var(--border) / 1);
  }

  .lg\:border-l-border\/15 {
    border-left-color: hsl(var(--border) / 0.15);
  }

  .lg\:border-l-border\/20 {
    border-left-color: hsl(var(--border) / 0.2);
  }

  .lg\:border-l-border\/25 {
    border-left-color: hsl(var(--border) / 0.25);
  }

  .lg\:border-l-border\/30 {
    border-left-color: hsl(var(--border) / 0.3);
  }

  .lg\:border-l-border\/35 {
    border-left-color: hsl(var(--border) / 0.35);
  }

  .lg\:border-l-border\/40 {
    border-left-color: hsl(var(--border) / 0.4);
  }

  .lg\:border-l-border\/45 {
    border-left-color: hsl(var(--border) / 0.45);
  }

  .lg\:border-l-border\/5 {
    border-left-color: hsl(var(--border) / 0.05);
  }

  .lg\:border-l-border\/50 {
    border-left-color: hsl(var(--border) / 0.5);
  }

  .lg\:border-l-border\/55 {
    border-left-color: hsl(var(--border) / 0.55);
  }

  .lg\:border-l-border\/60 {
    border-left-color: hsl(var(--border) / 0.6);
  }

  .lg\:border-l-border\/65 {
    border-left-color: hsl(var(--border) / 0.65);
  }

  .lg\:border-l-border\/70 {
    border-left-color: hsl(var(--border) / 0.7);
  }

  .lg\:border-l-border\/75 {
    border-left-color: hsl(var(--border) / 0.75);
  }

  .lg\:border-l-border\/80 {
    border-left-color: hsl(var(--border) / 0.8);
  }

  .lg\:border-l-border\/85 {
    border-left-color: hsl(var(--border) / 0.85);
  }

  .lg\:border-l-border\/90 {
    border-left-color: hsl(var(--border) / 0.9);
  }

  .lg\:border-l-border\/95 {
    border-left-color: hsl(var(--border) / 0.95);
  }

  .lg\:border-l-card {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-card-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-card-foreground\/0 {
    border-left-color: hsl(var(--card-foreground) / 0);
  }

  .lg\:border-l-card-foreground\/10 {
    border-left-color: hsl(var(--card-foreground) / 0.1);
  }

  .lg\:border-l-card-foreground\/100 {
    border-left-color: hsl(var(--card-foreground) / 1);
  }

  .lg\:border-l-card-foreground\/15 {
    border-left-color: hsl(var(--card-foreground) / 0.15);
  }

  .lg\:border-l-card-foreground\/20 {
    border-left-color: hsl(var(--card-foreground) / 0.2);
  }

  .lg\:border-l-card-foreground\/25 {
    border-left-color: hsl(var(--card-foreground) / 0.25);
  }

  .lg\:border-l-card-foreground\/30 {
    border-left-color: hsl(var(--card-foreground) / 0.3);
  }

  .lg\:border-l-card-foreground\/35 {
    border-left-color: hsl(var(--card-foreground) / 0.35);
  }

  .lg\:border-l-card-foreground\/40 {
    border-left-color: hsl(var(--card-foreground) / 0.4);
  }

  .lg\:border-l-card-foreground\/45 {
    border-left-color: hsl(var(--card-foreground) / 0.45);
  }

  .lg\:border-l-card-foreground\/5 {
    border-left-color: hsl(var(--card-foreground) / 0.05);
  }

  .lg\:border-l-card-foreground\/50 {
    border-left-color: hsl(var(--card-foreground) / 0.5);
  }

  .lg\:border-l-card-foreground\/55 {
    border-left-color: hsl(var(--card-foreground) / 0.55);
  }

  .lg\:border-l-card-foreground\/60 {
    border-left-color: hsl(var(--card-foreground) / 0.6);
  }

  .lg\:border-l-card-foreground\/65 {
    border-left-color: hsl(var(--card-foreground) / 0.65);
  }

  .lg\:border-l-card-foreground\/70 {
    border-left-color: hsl(var(--card-foreground) / 0.7);
  }

  .lg\:border-l-card-foreground\/75 {
    border-left-color: hsl(var(--card-foreground) / 0.75);
  }

  .lg\:border-l-card-foreground\/80 {
    border-left-color: hsl(var(--card-foreground) / 0.8);
  }

  .lg\:border-l-card-foreground\/85 {
    border-left-color: hsl(var(--card-foreground) / 0.85);
  }

  .lg\:border-l-card-foreground\/90 {
    border-left-color: hsl(var(--card-foreground) / 0.9);
  }

  .lg\:border-l-card-foreground\/95 {
    border-left-color: hsl(var(--card-foreground) / 0.95);
  }

  .lg\:border-l-card\/0 {
    border-left-color: hsl(var(--card) / 0);
  }

  .lg\:border-l-card\/10 {
    border-left-color: hsl(var(--card) / 0.1);
  }

  .lg\:border-l-card\/100 {
    border-left-color: hsl(var(--card) / 1);
  }

  .lg\:border-l-card\/15 {
    border-left-color: hsl(var(--card) / 0.15);
  }

  .lg\:border-l-card\/20 {
    border-left-color: hsl(var(--card) / 0.2);
  }

  .lg\:border-l-card\/25 {
    border-left-color: hsl(var(--card) / 0.25);
  }

  .lg\:border-l-card\/30 {
    border-left-color: hsl(var(--card) / 0.3);
  }

  .lg\:border-l-card\/35 {
    border-left-color: hsl(var(--card) / 0.35);
  }

  .lg\:border-l-card\/40 {
    border-left-color: hsl(var(--card) / 0.4);
  }

  .lg\:border-l-card\/45 {
    border-left-color: hsl(var(--card) / 0.45);
  }

  .lg\:border-l-card\/5 {
    border-left-color: hsl(var(--card) / 0.05);
  }

  .lg\:border-l-card\/50 {
    border-left-color: hsl(var(--card) / 0.5);
  }

  .lg\:border-l-card\/55 {
    border-left-color: hsl(var(--card) / 0.55);
  }

  .lg\:border-l-card\/60 {
    border-left-color: hsl(var(--card) / 0.6);
  }

  .lg\:border-l-card\/65 {
    border-left-color: hsl(var(--card) / 0.65);
  }

  .lg\:border-l-card\/70 {
    border-left-color: hsl(var(--card) / 0.7);
  }

  .lg\:border-l-card\/75 {
    border-left-color: hsl(var(--card) / 0.75);
  }

  .lg\:border-l-card\/80 {
    border-left-color: hsl(var(--card) / 0.8);
  }

  .lg\:border-l-card\/85 {
    border-left-color: hsl(var(--card) / 0.85);
  }

  .lg\:border-l-card\/90 {
    border-left-color: hsl(var(--card) / 0.9);
  }

  .lg\:border-l-card\/95 {
    border-left-color: hsl(var(--card) / 0.95);
  }

  .lg\:border-l-current {
    border-left-color: currentColor;
  }

  .lg\:border-l-cyan-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
  }

  .lg\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
  }

  .lg\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-l-cyan-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
  }

  .lg\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
  }

  .lg\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-l-cyan-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
  }

  .lg\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
  }

  .lg\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-l-cyan-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
  }

  .lg\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
  }

  .lg\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-l-cyan-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
  }

  .lg\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
  }

  .lg\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-l-cyan-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
  }

  .lg\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
  }

  .lg\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-l-cyan-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
  }

  .lg\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
  }

  .lg\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-l-cyan-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
  }

  .lg\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
  }

  .lg\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-l-cyan-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
  }

  .lg\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
  }

  .lg\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-l-cyan-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
  }

  .lg\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
  }

  .lg\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-l-cyan-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
  }

  .lg\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
  }

  .lg\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-l-destructive {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-destructive-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-destructive-foreground\/0 {
    border-left-color: hsl(var(--destructive-foreground) / 0);
  }

  .lg\:border-l-destructive-foreground\/10 {
    border-left-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .lg\:border-l-destructive-foreground\/100 {
    border-left-color: hsl(var(--destructive-foreground) / 1);
  }

  .lg\:border-l-destructive-foreground\/15 {
    border-left-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .lg\:border-l-destructive-foreground\/20 {
    border-left-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .lg\:border-l-destructive-foreground\/25 {
    border-left-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .lg\:border-l-destructive-foreground\/30 {
    border-left-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .lg\:border-l-destructive-foreground\/35 {
    border-left-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .lg\:border-l-destructive-foreground\/40 {
    border-left-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .lg\:border-l-destructive-foreground\/45 {
    border-left-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .lg\:border-l-destructive-foreground\/5 {
    border-left-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .lg\:border-l-destructive-foreground\/50 {
    border-left-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .lg\:border-l-destructive-foreground\/55 {
    border-left-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .lg\:border-l-destructive-foreground\/60 {
    border-left-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .lg\:border-l-destructive-foreground\/65 {
    border-left-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .lg\:border-l-destructive-foreground\/70 {
    border-left-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .lg\:border-l-destructive-foreground\/75 {
    border-left-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .lg\:border-l-destructive-foreground\/80 {
    border-left-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .lg\:border-l-destructive-foreground\/85 {
    border-left-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .lg\:border-l-destructive-foreground\/90 {
    border-left-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .lg\:border-l-destructive-foreground\/95 {
    border-left-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .lg\:border-l-destructive\/0 {
    border-left-color: hsl(var(--destructive) / 0);
  }

  .lg\:border-l-destructive\/10 {
    border-left-color: hsl(var(--destructive) / 0.1);
  }

  .lg\:border-l-destructive\/100 {
    border-left-color: hsl(var(--destructive) / 1);
  }

  .lg\:border-l-destructive\/15 {
    border-left-color: hsl(var(--destructive) / 0.15);
  }

  .lg\:border-l-destructive\/20 {
    border-left-color: hsl(var(--destructive) / 0.2);
  }

  .lg\:border-l-destructive\/25 {
    border-left-color: hsl(var(--destructive) / 0.25);
  }

  .lg\:border-l-destructive\/30 {
    border-left-color: hsl(var(--destructive) / 0.3);
  }

  .lg\:border-l-destructive\/35 {
    border-left-color: hsl(var(--destructive) / 0.35);
  }

  .lg\:border-l-destructive\/40 {
    border-left-color: hsl(var(--destructive) / 0.4);
  }

  .lg\:border-l-destructive\/45 {
    border-left-color: hsl(var(--destructive) / 0.45);
  }

  .lg\:border-l-destructive\/5 {
    border-left-color: hsl(var(--destructive) / 0.05);
  }

  .lg\:border-l-destructive\/50 {
    border-left-color: hsl(var(--destructive) / 0.5);
  }

  .lg\:border-l-destructive\/55 {
    border-left-color: hsl(var(--destructive) / 0.55);
  }

  .lg\:border-l-destructive\/60 {
    border-left-color: hsl(var(--destructive) / 0.6);
  }

  .lg\:border-l-destructive\/65 {
    border-left-color: hsl(var(--destructive) / 0.65);
  }

  .lg\:border-l-destructive\/70 {
    border-left-color: hsl(var(--destructive) / 0.7);
  }

  .lg\:border-l-destructive\/75 {
    border-left-color: hsl(var(--destructive) / 0.75);
  }

  .lg\:border-l-destructive\/80 {
    border-left-color: hsl(var(--destructive) / 0.8);
  }

  .lg\:border-l-destructive\/85 {
    border-left-color: hsl(var(--destructive) / 0.85);
  }

  .lg\:border-l-destructive\/90 {
    border-left-color: hsl(var(--destructive) / 0.9);
  }

  .lg\:border-l-destructive\/95 {
    border-left-color: hsl(var(--destructive) / 0.95);
  }

  .lg\:border-l-emerald-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
  }

  .lg\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
  }

  .lg\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-l-emerald-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
  }

  .lg\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
  }

  .lg\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-l-emerald-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
  }

  .lg\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
  }

  .lg\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-l-emerald-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
  }

  .lg\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
  }

  .lg\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-l-emerald-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
  }

  .lg\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
  }

  .lg\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-l-emerald-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
  }

  .lg\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
  }

  .lg\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-l-emerald-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
  }

  .lg\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
  }

  .lg\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-l-emerald-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
  }

  .lg\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
  }

  .lg\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-l-emerald-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
  }

  .lg\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
  }

  .lg\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-l-emerald-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
  }

  .lg\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
  }

  .lg\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-l-emerald-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
  }

  .lg\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
  }

  .lg\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-l-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-foreground\/0 {
    border-left-color: hsl(var(--foreground) / 0);
  }

  .lg\:border-l-foreground\/10 {
    border-left-color: hsl(var(--foreground) / 0.1);
  }

  .lg\:border-l-foreground\/100 {
    border-left-color: hsl(var(--foreground) / 1);
  }

  .lg\:border-l-foreground\/15 {
    border-left-color: hsl(var(--foreground) / 0.15);
  }

  .lg\:border-l-foreground\/20 {
    border-left-color: hsl(var(--foreground) / 0.2);
  }

  .lg\:border-l-foreground\/25 {
    border-left-color: hsl(var(--foreground) / 0.25);
  }

  .lg\:border-l-foreground\/30 {
    border-left-color: hsl(var(--foreground) / 0.3);
  }

  .lg\:border-l-foreground\/35 {
    border-left-color: hsl(var(--foreground) / 0.35);
  }

  .lg\:border-l-foreground\/40 {
    border-left-color: hsl(var(--foreground) / 0.4);
  }

  .lg\:border-l-foreground\/45 {
    border-left-color: hsl(var(--foreground) / 0.45);
  }

  .lg\:border-l-foreground\/5 {
    border-left-color: hsl(var(--foreground) / 0.05);
  }

  .lg\:border-l-foreground\/50 {
    border-left-color: hsl(var(--foreground) / 0.5);
  }

  .lg\:border-l-foreground\/55 {
    border-left-color: hsl(var(--foreground) / 0.55);
  }

  .lg\:border-l-foreground\/60 {
    border-left-color: hsl(var(--foreground) / 0.6);
  }

  .lg\:border-l-foreground\/65 {
    border-left-color: hsl(var(--foreground) / 0.65);
  }

  .lg\:border-l-foreground\/70 {
    border-left-color: hsl(var(--foreground) / 0.7);
  }

  .lg\:border-l-foreground\/75 {
    border-left-color: hsl(var(--foreground) / 0.75);
  }

  .lg\:border-l-foreground\/80 {
    border-left-color: hsl(var(--foreground) / 0.8);
  }

  .lg\:border-l-foreground\/85 {
    border-left-color: hsl(var(--foreground) / 0.85);
  }

  .lg\:border-l-foreground\/90 {
    border-left-color: hsl(var(--foreground) / 0.9);
  }

  .lg\:border-l-foreground\/95 {
    border-left-color: hsl(var(--foreground) / 0.95);
  }

  .lg\:border-l-fuchsia-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
  }

  .lg\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
  }

  .lg\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-l-fuchsia-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
  }

  .lg\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
  }

  .lg\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-l-fuchsia-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
  }

  .lg\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
  }

  .lg\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-l-fuchsia-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
  }

  .lg\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
  }

  .lg\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-l-fuchsia-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
  }

  .lg\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
  }

  .lg\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-l-fuchsia-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
  }

  .lg\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
  }

  .lg\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-l-fuchsia-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
  }

  .lg\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
  }

  .lg\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-l-fuchsia-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
  }

  .lg\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
  }

  .lg\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-l-fuchsia-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
  }

  .lg\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
  }

  .lg\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-l-fuchsia-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
  }

  .lg\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
  }

  .lg\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-l-fuchsia-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
  }

  .lg\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
  }

  .lg\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
  }

  .lg\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
  }

  .lg\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-l-gray-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
  }

  .lg\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
  }

  .lg\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-l-gray-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
  }

  .lg\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
  }

  .lg\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
  }

  .lg\:border-l-gray-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
  }

  .lg\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
  }

  .lg\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
  }

  .lg\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25);
  }

  .lg\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
  }

  .lg\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
  }

  .lg\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-l-gray-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
  }

  .lg\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
  }

  .lg\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-l-gray-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
  }

  .lg\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
  }

  .lg\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-l-gray-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
  }

  .lg\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
  }

  .lg\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-l-gray-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
  }

  .lg\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
  }

  .lg\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-l-gray-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
  }

  .lg\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
  }

  .lg\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-l-gray-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
  }

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

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

  .lg\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
  }

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

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

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

  .lg\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
  }

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

  .lg\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
  }

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

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

  .lg\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
  }

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

  .lg\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
  }

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

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

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

  .lg\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
  }

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

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

  .lg\:border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
  }

  .lg\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
  }

  .lg\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-l-green-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
  }

  .lg\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
  }

  .lg\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-l-green-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
  }

  .lg\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
  }

  .lg\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-l-green-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
  }

  .lg\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
  }

  .lg\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
  }

  .lg\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
  }

  .lg\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-l-green-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
  }

  .lg\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
  }

  .lg\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-l-green-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
  }

  .lg\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
  }

  .lg\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-l-green-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
  }

  .lg\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
  }

  .lg\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-l-green-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
  }

  .lg\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
  }

  .lg\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-l-green-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
  }

  .lg\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
  }

  .lg\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-l-green-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
  }

  .lg\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
  }

  .lg\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-l-indigo-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
  }

  .lg\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
  }

  .lg\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-l-indigo-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
  }

  .lg\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
  }

  .lg\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-l-indigo-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
  }

  .lg\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
  }

  .lg\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-l-indigo-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
  }

  .lg\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
  }

  .lg\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-l-indigo-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
  }

  .lg\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
  }

  .lg\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-l-indigo-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
  }

  .lg\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
  }

  .lg\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-l-indigo-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
  }

  .lg\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
  }

  .lg\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-l-indigo-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
  }

  .lg\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
  }

  .lg\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-l-indigo-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
  }

  .lg\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
  }

  .lg\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-l-indigo-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
  }

  .lg\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
  }

  .lg\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-l-indigo-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
  }

  .lg\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
  }

  .lg\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-l-inherit {
    border-left-color: inherit;
  }

  .lg\:border-l-input {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-input\/0 {
    border-left-color: hsl(var(--input) / 0);
  }

  .lg\:border-l-input\/10 {
    border-left-color: hsl(var(--input) / 0.1);
  }

  .lg\:border-l-input\/100 {
    border-left-color: hsl(var(--input) / 1);
  }

  .lg\:border-l-input\/15 {
    border-left-color: hsl(var(--input) / 0.15);
  }

  .lg\:border-l-input\/20 {
    border-left-color: hsl(var(--input) / 0.2);
  }

  .lg\:border-l-input\/25 {
    border-left-color: hsl(var(--input) / 0.25);
  }

  .lg\:border-l-input\/30 {
    border-left-color: hsl(var(--input) / 0.3);
  }

  .lg\:border-l-input\/35 {
    border-left-color: hsl(var(--input) / 0.35);
  }

  .lg\:border-l-input\/40 {
    border-left-color: hsl(var(--input) / 0.4);
  }

  .lg\:border-l-input\/45 {
    border-left-color: hsl(var(--input) / 0.45);
  }

  .lg\:border-l-input\/5 {
    border-left-color: hsl(var(--input) / 0.05);
  }

  .lg\:border-l-input\/50 {
    border-left-color: hsl(var(--input) / 0.5);
  }

  .lg\:border-l-input\/55 {
    border-left-color: hsl(var(--input) / 0.55);
  }

  .lg\:border-l-input\/60 {
    border-left-color: hsl(var(--input) / 0.6);
  }

  .lg\:border-l-input\/65 {
    border-left-color: hsl(var(--input) / 0.65);
  }

  .lg\:border-l-input\/70 {
    border-left-color: hsl(var(--input) / 0.7);
  }

  .lg\:border-l-input\/75 {
    border-left-color: hsl(var(--input) / 0.75);
  }

  .lg\:border-l-input\/80 {
    border-left-color: hsl(var(--input) / 0.8);
  }

  .lg\:border-l-input\/85 {
    border-left-color: hsl(var(--input) / 0.85);
  }

  .lg\:border-l-input\/90 {
    border-left-color: hsl(var(--input) / 0.9);
  }

  .lg\:border-l-input\/95 {
    border-left-color: hsl(var(--input) / 0.95);
  }

  .lg\:border-l-lime-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
  }

  .lg\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
  }

  .lg\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-l-lime-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
  }

  .lg\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
  }

  .lg\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-l-lime-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
  }

  .lg\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
  }

  .lg\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-l-lime-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
  }

  .lg\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
  }

  .lg\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-l-lime-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
  }

  .lg\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
  }

  .lg\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-l-lime-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
  }

  .lg\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
  }

  .lg\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-l-lime-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
  }

  .lg\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
  }

  .lg\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-l-lime-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
  }

  .lg\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
  }

  .lg\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-l-lime-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
  }

  .lg\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
  }

  .lg\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-l-lime-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
  }

  .lg\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
  }

  .lg\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-l-lime-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
  }

  .lg\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
  }

  .lg\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-l-muted {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-muted-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-muted-foreground\/0 {
    border-left-color: hsl(var(--muted-foreground) / 0);
  }

  .lg\:border-l-muted-foreground\/10 {
    border-left-color: hsl(var(--muted-foreground) / 0.1);
  }

  .lg\:border-l-muted-foreground\/100 {
    border-left-color: hsl(var(--muted-foreground) / 1);
  }

  .lg\:border-l-muted-foreground\/15 {
    border-left-color: hsl(var(--muted-foreground) / 0.15);
  }

  .lg\:border-l-muted-foreground\/20 {
    border-left-color: hsl(var(--muted-foreground) / 0.2);
  }

  .lg\:border-l-muted-foreground\/25 {
    border-left-color: hsl(var(--muted-foreground) / 0.25);
  }

  .lg\:border-l-muted-foreground\/30 {
    border-left-color: hsl(var(--muted-foreground) / 0.3);
  }

  .lg\:border-l-muted-foreground\/35 {
    border-left-color: hsl(var(--muted-foreground) / 0.35);
  }

  .lg\:border-l-muted-foreground\/40 {
    border-left-color: hsl(var(--muted-foreground) / 0.4);
  }

  .lg\:border-l-muted-foreground\/45 {
    border-left-color: hsl(var(--muted-foreground) / 0.45);
  }

  .lg\:border-l-muted-foreground\/5 {
    border-left-color: hsl(var(--muted-foreground) / 0.05);
  }

  .lg\:border-l-muted-foreground\/50 {
    border-left-color: hsl(var(--muted-foreground) / 0.5);
  }

  .lg\:border-l-muted-foreground\/55 {
    border-left-color: hsl(var(--muted-foreground) / 0.55);
  }

  .lg\:border-l-muted-foreground\/60 {
    border-left-color: hsl(var(--muted-foreground) / 0.6);
  }

  .lg\:border-l-muted-foreground\/65 {
    border-left-color: hsl(var(--muted-foreground) / 0.65);
  }

  .lg\:border-l-muted-foreground\/70 {
    border-left-color: hsl(var(--muted-foreground) / 0.7);
  }

  .lg\:border-l-muted-foreground\/75 {
    border-left-color: hsl(var(--muted-foreground) / 0.75);
  }

  .lg\:border-l-muted-foreground\/80 {
    border-left-color: hsl(var(--muted-foreground) / 0.8);
  }

  .lg\:border-l-muted-foreground\/85 {
    border-left-color: hsl(var(--muted-foreground) / 0.85);
  }

  .lg\:border-l-muted-foreground\/90 {
    border-left-color: hsl(var(--muted-foreground) / 0.9);
  }

  .lg\:border-l-muted-foreground\/95 {
    border-left-color: hsl(var(--muted-foreground) / 0.95);
  }

  .lg\:border-l-muted\/0 {
    border-left-color: hsl(var(--muted) / 0);
  }

  .lg\:border-l-muted\/10 {
    border-left-color: hsl(var(--muted) / 0.1);
  }

  .lg\:border-l-muted\/100 {
    border-left-color: hsl(var(--muted) / 1);
  }

  .lg\:border-l-muted\/15 {
    border-left-color: hsl(var(--muted) / 0.15);
  }

  .lg\:border-l-muted\/20 {
    border-left-color: hsl(var(--muted) / 0.2);
  }

  .lg\:border-l-muted\/25 {
    border-left-color: hsl(var(--muted) / 0.25);
  }

  .lg\:border-l-muted\/30 {
    border-left-color: hsl(var(--muted) / 0.3);
  }

  .lg\:border-l-muted\/35 {
    border-left-color: hsl(var(--muted) / 0.35);
  }

  .lg\:border-l-muted\/40 {
    border-left-color: hsl(var(--muted) / 0.4);
  }

  .lg\:border-l-muted\/45 {
    border-left-color: hsl(var(--muted) / 0.45);
  }

  .lg\:border-l-muted\/5 {
    border-left-color: hsl(var(--muted) / 0.05);
  }

  .lg\:border-l-muted\/50 {
    border-left-color: hsl(var(--muted) / 0.5);
  }

  .lg\:border-l-muted\/55 {
    border-left-color: hsl(var(--muted) / 0.55);
  }

  .lg\:border-l-muted\/60 {
    border-left-color: hsl(var(--muted) / 0.6);
  }

  .lg\:border-l-muted\/65 {
    border-left-color: hsl(var(--muted) / 0.65);
  }

  .lg\:border-l-muted\/70 {
    border-left-color: hsl(var(--muted) / 0.7);
  }

  .lg\:border-l-muted\/75 {
    border-left-color: hsl(var(--muted) / 0.75);
  }

  .lg\:border-l-muted\/80 {
    border-left-color: hsl(var(--muted) / 0.8);
  }

  .lg\:border-l-muted\/85 {
    border-left-color: hsl(var(--muted) / 0.85);
  }

  .lg\:border-l-muted\/90 {
    border-left-color: hsl(var(--muted) / 0.9);
  }

  .lg\:border-l-muted\/95 {
    border-left-color: hsl(var(--muted) / 0.95);
  }

  .lg\:border-l-neutral-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
  }

  .lg\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
  }

  .lg\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-l-neutral-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
  }

  .lg\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
  }

  .lg\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-l-neutral-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
  }

  .lg\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
  }

  .lg\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-l-neutral-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
  }

  .lg\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
  }

  .lg\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-l-neutral-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .lg\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .lg\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-l-neutral-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
  }

  .lg\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
  }

  .lg\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-l-neutral-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
  }

  .lg\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
  }

  .lg\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-l-neutral-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
  }

  .lg\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
  }

  .lg\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-l-neutral-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
  }

  .lg\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
  }

  .lg\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-l-neutral-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
  }

  .lg\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
  }

  .lg\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-l-neutral-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
  }

  .lg\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
  }

  .lg\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-l-orange-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
  }

  .lg\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
  }

  .lg\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-l-orange-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
  }

  .lg\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
  }

  .lg\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-l-orange-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
  }

  .lg\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
  }

  .lg\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-l-orange-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
  }

  .lg\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
  }

  .lg\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-l-orange-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
  }

  .lg\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
  }

  .lg\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-l-orange-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
  }

  .lg\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
  }

  .lg\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-l-orange-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
  }

  .lg\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
  }

  .lg\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-l-orange-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
  }

  .lg\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
  }

  .lg\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-l-orange-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
  }

  .lg\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
  }

  .lg\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-l-orange-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
  }

  .lg\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
  }

  .lg\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-l-orange-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
  }

  .lg\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
  }

  .lg\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-l-pink-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
  }

  .lg\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
  }

  .lg\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-l-pink-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
  }

  .lg\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
  }

  .lg\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-l-pink-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
  }

  .lg\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
  }

  .lg\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-l-pink-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
  }

  .lg\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
  }

  .lg\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-l-pink-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
  }

  .lg\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
  }

  .lg\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-l-pink-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
  }

  .lg\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
  }

  .lg\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-l-pink-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
  }

  .lg\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
  }

  .lg\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-l-pink-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
  }

  .lg\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
  }

  .lg\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-l-pink-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
  }

  .lg\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
  }

  .lg\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-l-pink-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
  }

  .lg\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
  }

  .lg\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-l-pink-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
  }

  .lg\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
  }

  .lg\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-l-popover {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-popover-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-popover-foreground\/0 {
    border-left-color: hsl(var(--popover-foreground) / 0);
  }

  .lg\:border-l-popover-foreground\/10 {
    border-left-color: hsl(var(--popover-foreground) / 0.1);
  }

  .lg\:border-l-popover-foreground\/100 {
    border-left-color: hsl(var(--popover-foreground) / 1);
  }

  .lg\:border-l-popover-foreground\/15 {
    border-left-color: hsl(var(--popover-foreground) / 0.15);
  }

  .lg\:border-l-popover-foreground\/20 {
    border-left-color: hsl(var(--popover-foreground) / 0.2);
  }

  .lg\:border-l-popover-foreground\/25 {
    border-left-color: hsl(var(--popover-foreground) / 0.25);
  }

  .lg\:border-l-popover-foreground\/30 {
    border-left-color: hsl(var(--popover-foreground) / 0.3);
  }

  .lg\:border-l-popover-foreground\/35 {
    border-left-color: hsl(var(--popover-foreground) / 0.35);
  }

  .lg\:border-l-popover-foreground\/40 {
    border-left-color: hsl(var(--popover-foreground) / 0.4);
  }

  .lg\:border-l-popover-foreground\/45 {
    border-left-color: hsl(var(--popover-foreground) / 0.45);
  }

  .lg\:border-l-popover-foreground\/5 {
    border-left-color: hsl(var(--popover-foreground) / 0.05);
  }

  .lg\:border-l-popover-foreground\/50 {
    border-left-color: hsl(var(--popover-foreground) / 0.5);
  }

  .lg\:border-l-popover-foreground\/55 {
    border-left-color: hsl(var(--popover-foreground) / 0.55);
  }

  .lg\:border-l-popover-foreground\/60 {
    border-left-color: hsl(var(--popover-foreground) / 0.6);
  }

  .lg\:border-l-popover-foreground\/65 {
    border-left-color: hsl(var(--popover-foreground) / 0.65);
  }

  .lg\:border-l-popover-foreground\/70 {
    border-left-color: hsl(var(--popover-foreground) / 0.7);
  }

  .lg\:border-l-popover-foreground\/75 {
    border-left-color: hsl(var(--popover-foreground) / 0.75);
  }

  .lg\:border-l-popover-foreground\/80 {
    border-left-color: hsl(var(--popover-foreground) / 0.8);
  }

  .lg\:border-l-popover-foreground\/85 {
    border-left-color: hsl(var(--popover-foreground) / 0.85);
  }

  .lg\:border-l-popover-foreground\/90 {
    border-left-color: hsl(var(--popover-foreground) / 0.9);
  }

  .lg\:border-l-popover-foreground\/95 {
    border-left-color: hsl(var(--popover-foreground) / 0.95);
  }

  .lg\:border-l-popover\/0 {
    border-left-color: hsl(var(--popover) / 0);
  }

  .lg\:border-l-popover\/10 {
    border-left-color: hsl(var(--popover) / 0.1);
  }

  .lg\:border-l-popover\/100 {
    border-left-color: hsl(var(--popover) / 1);
  }

  .lg\:border-l-popover\/15 {
    border-left-color: hsl(var(--popover) / 0.15);
  }

  .lg\:border-l-popover\/20 {
    border-left-color: hsl(var(--popover) / 0.2);
  }

  .lg\:border-l-popover\/25 {
    border-left-color: hsl(var(--popover) / 0.25);
  }

  .lg\:border-l-popover\/30 {
    border-left-color: hsl(var(--popover) / 0.3);
  }

  .lg\:border-l-popover\/35 {
    border-left-color: hsl(var(--popover) / 0.35);
  }

  .lg\:border-l-popover\/40 {
    border-left-color: hsl(var(--popover) / 0.4);
  }

  .lg\:border-l-popover\/45 {
    border-left-color: hsl(var(--popover) / 0.45);
  }

  .lg\:border-l-popover\/5 {
    border-left-color: hsl(var(--popover) / 0.05);
  }

  .lg\:border-l-popover\/50 {
    border-left-color: hsl(var(--popover) / 0.5);
  }

  .lg\:border-l-popover\/55 {
    border-left-color: hsl(var(--popover) / 0.55);
  }

  .lg\:border-l-popover\/60 {
    border-left-color: hsl(var(--popover) / 0.6);
  }

  .lg\:border-l-popover\/65 {
    border-left-color: hsl(var(--popover) / 0.65);
  }

  .lg\:border-l-popover\/70 {
    border-left-color: hsl(var(--popover) / 0.7);
  }

  .lg\:border-l-popover\/75 {
    border-left-color: hsl(var(--popover) / 0.75);
  }

  .lg\:border-l-popover\/80 {
    border-left-color: hsl(var(--popover) / 0.8);
  }

  .lg\:border-l-popover\/85 {
    border-left-color: hsl(var(--popover) / 0.85);
  }

  .lg\:border-l-popover\/90 {
    border-left-color: hsl(var(--popover) / 0.9);
  }

  .lg\:border-l-popover\/95 {
    border-left-color: hsl(var(--popover) / 0.95);
  }

  .lg\:border-l-primary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-primary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-primary-foreground\/0 {
    border-left-color: hsl(var(--primary-foreground) / 0);
  }

  .lg\:border-l-primary-foreground\/10 {
    border-left-color: hsl(var(--primary-foreground) / 0.1);
  }

  .lg\:border-l-primary-foreground\/100 {
    border-left-color: hsl(var(--primary-foreground) / 1);
  }

  .lg\:border-l-primary-foreground\/15 {
    border-left-color: hsl(var(--primary-foreground) / 0.15);
  }

  .lg\:border-l-primary-foreground\/20 {
    border-left-color: hsl(var(--primary-foreground) / 0.2);
  }

  .lg\:border-l-primary-foreground\/25 {
    border-left-color: hsl(var(--primary-foreground) / 0.25);
  }

  .lg\:border-l-primary-foreground\/30 {
    border-left-color: hsl(var(--primary-foreground) / 0.3);
  }

  .lg\:border-l-primary-foreground\/35 {
    border-left-color: hsl(var(--primary-foreground) / 0.35);
  }

  .lg\:border-l-primary-foreground\/40 {
    border-left-color: hsl(var(--primary-foreground) / 0.4);
  }

  .lg\:border-l-primary-foreground\/45 {
    border-left-color: hsl(var(--primary-foreground) / 0.45);
  }

  .lg\:border-l-primary-foreground\/5 {
    border-left-color: hsl(var(--primary-foreground) / 0.05);
  }

  .lg\:border-l-primary-foreground\/50 {
    border-left-color: hsl(var(--primary-foreground) / 0.5);
  }

  .lg\:border-l-primary-foreground\/55 {
    border-left-color: hsl(var(--primary-foreground) / 0.55);
  }

  .lg\:border-l-primary-foreground\/60 {
    border-left-color: hsl(var(--primary-foreground) / 0.6);
  }

  .lg\:border-l-primary-foreground\/65 {
    border-left-color: hsl(var(--primary-foreground) / 0.65);
  }

  .lg\:border-l-primary-foreground\/70 {
    border-left-color: hsl(var(--primary-foreground) / 0.7);
  }

  .lg\:border-l-primary-foreground\/75 {
    border-left-color: hsl(var(--primary-foreground) / 0.75);
  }

  .lg\:border-l-primary-foreground\/80 {
    border-left-color: hsl(var(--primary-foreground) / 0.8);
  }

  .lg\:border-l-primary-foreground\/85 {
    border-left-color: hsl(var(--primary-foreground) / 0.85);
  }

  .lg\:border-l-primary-foreground\/90 {
    border-left-color: hsl(var(--primary-foreground) / 0.9);
  }

  .lg\:border-l-primary-foreground\/95 {
    border-left-color: hsl(var(--primary-foreground) / 0.95);
  }

  .lg\:border-l-primary\/0 {
    border-left-color: hsl(var(--primary) / 0);
  }

  .lg\:border-l-primary\/10 {
    border-left-color: hsl(var(--primary) / 0.1);
  }

  .lg\:border-l-primary\/100 {
    border-left-color: hsl(var(--primary) / 1);
  }

  .lg\:border-l-primary\/15 {
    border-left-color: hsl(var(--primary) / 0.15);
  }

  .lg\:border-l-primary\/20 {
    border-left-color: hsl(var(--primary) / 0.2);
  }

  .lg\:border-l-primary\/25 {
    border-left-color: hsl(var(--primary) / 0.25);
  }

  .lg\:border-l-primary\/30 {
    border-left-color: hsl(var(--primary) / 0.3);
  }

  .lg\:border-l-primary\/35 {
    border-left-color: hsl(var(--primary) / 0.35);
  }

  .lg\:border-l-primary\/40 {
    border-left-color: hsl(var(--primary) / 0.4);
  }

  .lg\:border-l-primary\/45 {
    border-left-color: hsl(var(--primary) / 0.45);
  }

  .lg\:border-l-primary\/5 {
    border-left-color: hsl(var(--primary) / 0.05);
  }

  .lg\:border-l-primary\/50 {
    border-left-color: hsl(var(--primary) / 0.5);
  }

  .lg\:border-l-primary\/55 {
    border-left-color: hsl(var(--primary) / 0.55);
  }

  .lg\:border-l-primary\/60 {
    border-left-color: hsl(var(--primary) / 0.6);
  }

  .lg\:border-l-primary\/65 {
    border-left-color: hsl(var(--primary) / 0.65);
  }

  .lg\:border-l-primary\/70 {
    border-left-color: hsl(var(--primary) / 0.7);
  }

  .lg\:border-l-primary\/75 {
    border-left-color: hsl(var(--primary) / 0.75);
  }

  .lg\:border-l-primary\/80 {
    border-left-color: hsl(var(--primary) / 0.8);
  }

  .lg\:border-l-primary\/85 {
    border-left-color: hsl(var(--primary) / 0.85);
  }

  .lg\:border-l-primary\/90 {
    border-left-color: hsl(var(--primary) / 0.9);
  }

  .lg\:border-l-primary\/95 {
    border-left-color: hsl(var(--primary) / 0.95);
  }

  .lg\:border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
  }

  .lg\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
  }

  .lg\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-l-purple-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
  }

  .lg\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
  }

  .lg\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-l-purple-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
  }

  .lg\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
  }

  .lg\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-l-purple-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
  }

  .lg\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
  }

  .lg\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
  }

  .lg\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
  }

  .lg\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-l-purple-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
  }

  .lg\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
  }

  .lg\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-l-purple-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
  }

  .lg\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
  }

  .lg\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-l-purple-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
  }

  .lg\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
  }

  .lg\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-l-purple-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
  }

  .lg\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
  }

  .lg\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-l-purple-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
  }

  .lg\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
  }

  .lg\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-l-purple-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
  }

  .lg\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
  }

  .lg\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
  }

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

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

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

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

  .lg\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
  }

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

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

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

  .lg\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
  }

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

  .lg\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
  }

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

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

  .lg\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
  }

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

  .lg\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
  }

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

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

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

  .lg\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
  }

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

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

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

  .lg\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-l-red-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
  }

  .lg\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
  }

  .lg\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-l-red-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
  }

  .lg\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
  }

  .lg\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-l-red-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
  }

  .lg\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
  }

  .lg\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-l-red-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
  }

  .lg\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
  }

  .lg\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-l-red-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
  }

  .lg\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
  }

  .lg\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-l-red-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
  }

  .lg\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
  }

  .lg\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-l-red-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
  }

  .lg\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
  }

  .lg\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-l-red-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
  }

  .lg\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
  }

  .lg\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-l-red-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
  }

  .lg\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
  }

  .lg\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-l-ring {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-ring\/0 {
    border-left-color: hsl(var(--ring) / 0);
  }

  .lg\:border-l-ring\/10 {
    border-left-color: hsl(var(--ring) / 0.1);
  }

  .lg\:border-l-ring\/100 {
    border-left-color: hsl(var(--ring) / 1);
  }

  .lg\:border-l-ring\/15 {
    border-left-color: hsl(var(--ring) / 0.15);
  }

  .lg\:border-l-ring\/20 {
    border-left-color: hsl(var(--ring) / 0.2);
  }

  .lg\:border-l-ring\/25 {
    border-left-color: hsl(var(--ring) / 0.25);
  }

  .lg\:border-l-ring\/30 {
    border-left-color: hsl(var(--ring) / 0.3);
  }

  .lg\:border-l-ring\/35 {
    border-left-color: hsl(var(--ring) / 0.35);
  }

  .lg\:border-l-ring\/40 {
    border-left-color: hsl(var(--ring) / 0.4);
  }

  .lg\:border-l-ring\/45 {
    border-left-color: hsl(var(--ring) / 0.45);
  }

  .lg\:border-l-ring\/5 {
    border-left-color: hsl(var(--ring) / 0.05);
  }

  .lg\:border-l-ring\/50 {
    border-left-color: hsl(var(--ring) / 0.5);
  }

  .lg\:border-l-ring\/55 {
    border-left-color: hsl(var(--ring) / 0.55);
  }

  .lg\:border-l-ring\/60 {
    border-left-color: hsl(var(--ring) / 0.6);
  }

  .lg\:border-l-ring\/65 {
    border-left-color: hsl(var(--ring) / 0.65);
  }

  .lg\:border-l-ring\/70 {
    border-left-color: hsl(var(--ring) / 0.7);
  }

  .lg\:border-l-ring\/75 {
    border-left-color: hsl(var(--ring) / 0.75);
  }

  .lg\:border-l-ring\/80 {
    border-left-color: hsl(var(--ring) / 0.8);
  }

  .lg\:border-l-ring\/85 {
    border-left-color: hsl(var(--ring) / 0.85);
  }

  .lg\:border-l-ring\/90 {
    border-left-color: hsl(var(--ring) / 0.9);
  }

  .lg\:border-l-ring\/95 {
    border-left-color: hsl(var(--ring) / 0.95);
  }

  .lg\:border-l-rose-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
  }

  .lg\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
  }

  .lg\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-l-rose-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
  }

  .lg\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
  }

  .lg\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-l-rose-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
  }

  .lg\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
  }

  .lg\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-l-rose-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
  }

  .lg\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
  }

  .lg\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-l-rose-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
  }

  .lg\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
  }

  .lg\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-l-rose-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
  }

  .lg\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
  }

  .lg\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-l-rose-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
  }

  .lg\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
  }

  .lg\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-l-rose-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
  }

  .lg\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
  }

  .lg\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-l-rose-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
  }

  .lg\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
  }

  .lg\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-l-rose-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
  }

  .lg\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
  }

  .lg\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-l-rose-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
  }

  .lg\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
  }

  .lg\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-l-secondary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-secondary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-secondary-foreground\/0 {
    border-left-color: hsl(var(--secondary-foreground) / 0);
  }

  .lg\:border-l-secondary-foreground\/10 {
    border-left-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .lg\:border-l-secondary-foreground\/100 {
    border-left-color: hsl(var(--secondary-foreground) / 1);
  }

  .lg\:border-l-secondary-foreground\/15 {
    border-left-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .lg\:border-l-secondary-foreground\/20 {
    border-left-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .lg\:border-l-secondary-foreground\/25 {
    border-left-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .lg\:border-l-secondary-foreground\/30 {
    border-left-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .lg\:border-l-secondary-foreground\/35 {
    border-left-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .lg\:border-l-secondary-foreground\/40 {
    border-left-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .lg\:border-l-secondary-foreground\/45 {
    border-left-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .lg\:border-l-secondary-foreground\/5 {
    border-left-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .lg\:border-l-secondary-foreground\/50 {
    border-left-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .lg\:border-l-secondary-foreground\/55 {
    border-left-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .lg\:border-l-secondary-foreground\/60 {
    border-left-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .lg\:border-l-secondary-foreground\/65 {
    border-left-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .lg\:border-l-secondary-foreground\/70 {
    border-left-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .lg\:border-l-secondary-foreground\/75 {
    border-left-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .lg\:border-l-secondary-foreground\/80 {
    border-left-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .lg\:border-l-secondary-foreground\/85 {
    border-left-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .lg\:border-l-secondary-foreground\/90 {
    border-left-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .lg\:border-l-secondary-foreground\/95 {
    border-left-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .lg\:border-l-secondary\/0 {
    border-left-color: hsl(var(--secondary) / 0);
  }

  .lg\:border-l-secondary\/10 {
    border-left-color: hsl(var(--secondary) / 0.1);
  }

  .lg\:border-l-secondary\/100 {
    border-left-color: hsl(var(--secondary) / 1);
  }

  .lg\:border-l-secondary\/15 {
    border-left-color: hsl(var(--secondary) / 0.15);
  }

  .lg\:border-l-secondary\/20 {
    border-left-color: hsl(var(--secondary) / 0.2);
  }

  .lg\:border-l-secondary\/25 {
    border-left-color: hsl(var(--secondary) / 0.25);
  }

  .lg\:border-l-secondary\/30 {
    border-left-color: hsl(var(--secondary) / 0.3);
  }

  .lg\:border-l-secondary\/35 {
    border-left-color: hsl(var(--secondary) / 0.35);
  }

  .lg\:border-l-secondary\/40 {
    border-left-color: hsl(var(--secondary) / 0.4);
  }

  .lg\:border-l-secondary\/45 {
    border-left-color: hsl(var(--secondary) / 0.45);
  }

  .lg\:border-l-secondary\/5 {
    border-left-color: hsl(var(--secondary) / 0.05);
  }

  .lg\:border-l-secondary\/50 {
    border-left-color: hsl(var(--secondary) / 0.5);
  }

  .lg\:border-l-secondary\/55 {
    border-left-color: hsl(var(--secondary) / 0.55);
  }

  .lg\:border-l-secondary\/60 {
    border-left-color: hsl(var(--secondary) / 0.6);
  }

  .lg\:border-l-secondary\/65 {
    border-left-color: hsl(var(--secondary) / 0.65);
  }

  .lg\:border-l-secondary\/70 {
    border-left-color: hsl(var(--secondary) / 0.7);
  }

  .lg\:border-l-secondary\/75 {
    border-left-color: hsl(var(--secondary) / 0.75);
  }

  .lg\:border-l-secondary\/80 {
    border-left-color: hsl(var(--secondary) / 0.8);
  }

  .lg\:border-l-secondary\/85 {
    border-left-color: hsl(var(--secondary) / 0.85);
  }

  .lg\:border-l-secondary\/90 {
    border-left-color: hsl(var(--secondary) / 0.9);
  }

  .lg\:border-l-secondary\/95 {
    border-left-color: hsl(var(--secondary) / 0.95);
  }

  .lg\:border-l-sidebar {
    border-left-color: hsl(var(--sidebar-background));
  }

  .lg\:border-l-sidebar-accent {
    border-left-color: hsl(var(--sidebar-accent));
  }

  .lg\:border-l-sidebar-accent-foreground {
    border-left-color: hsl(var(--sidebar-accent-foreground));
  }

  .lg\:border-l-sidebar-accent-foreground\/0 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .lg\:border-l-sidebar-accent-foreground\/10 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .lg\:border-l-sidebar-accent-foreground\/100 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .lg\:border-l-sidebar-accent-foreground\/15 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .lg\:border-l-sidebar-accent-foreground\/20 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .lg\:border-l-sidebar-accent-foreground\/25 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .lg\:border-l-sidebar-accent-foreground\/30 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .lg\:border-l-sidebar-accent-foreground\/35 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .lg\:border-l-sidebar-accent-foreground\/40 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .lg\:border-l-sidebar-accent-foreground\/45 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .lg\:border-l-sidebar-accent-foreground\/5 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .lg\:border-l-sidebar-accent-foreground\/50 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .lg\:border-l-sidebar-accent-foreground\/55 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .lg\:border-l-sidebar-accent-foreground\/60 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .lg\:border-l-sidebar-accent-foreground\/65 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .lg\:border-l-sidebar-accent-foreground\/70 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .lg\:border-l-sidebar-accent-foreground\/75 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .lg\:border-l-sidebar-accent-foreground\/80 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .lg\:border-l-sidebar-accent-foreground\/85 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .lg\:border-l-sidebar-accent-foreground\/90 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .lg\:border-l-sidebar-accent-foreground\/95 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .lg\:border-l-sidebar-accent\/0 {
    border-left-color: hsl(var(--sidebar-accent) / 0);
  }

  .lg\:border-l-sidebar-accent\/10 {
    border-left-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .lg\:border-l-sidebar-accent\/100 {
    border-left-color: hsl(var(--sidebar-accent) / 1);
  }

  .lg\:border-l-sidebar-accent\/15 {
    border-left-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .lg\:border-l-sidebar-accent\/20 {
    border-left-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .lg\:border-l-sidebar-accent\/25 {
    border-left-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .lg\:border-l-sidebar-accent\/30 {
    border-left-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .lg\:border-l-sidebar-accent\/35 {
    border-left-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .lg\:border-l-sidebar-accent\/40 {
    border-left-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .lg\:border-l-sidebar-accent\/45 {
    border-left-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .lg\:border-l-sidebar-accent\/5 {
    border-left-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .lg\:border-l-sidebar-accent\/50 {
    border-left-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .lg\:border-l-sidebar-accent\/55 {
    border-left-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .lg\:border-l-sidebar-accent\/60 {
    border-left-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .lg\:border-l-sidebar-accent\/65 {
    border-left-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .lg\:border-l-sidebar-accent\/70 {
    border-left-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .lg\:border-l-sidebar-accent\/75 {
    border-left-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .lg\:border-l-sidebar-accent\/80 {
    border-left-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .lg\:border-l-sidebar-accent\/85 {
    border-left-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .lg\:border-l-sidebar-accent\/90 {
    border-left-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .lg\:border-l-sidebar-accent\/95 {
    border-left-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .lg\:border-l-sidebar-border {
    border-left-color: hsl(var(--sidebar-border));
  }

  .lg\:border-l-sidebar-border\/0 {
    border-left-color: hsl(var(--sidebar-border) / 0);
  }

  .lg\:border-l-sidebar-border\/10 {
    border-left-color: hsl(var(--sidebar-border) / 0.1);
  }

  .lg\:border-l-sidebar-border\/100 {
    border-left-color: hsl(var(--sidebar-border) / 1);
  }

  .lg\:border-l-sidebar-border\/15 {
    border-left-color: hsl(var(--sidebar-border) / 0.15);
  }

  .lg\:border-l-sidebar-border\/20 {
    border-left-color: hsl(var(--sidebar-border) / 0.2);
  }

  .lg\:border-l-sidebar-border\/25 {
    border-left-color: hsl(var(--sidebar-border) / 0.25);
  }

  .lg\:border-l-sidebar-border\/30 {
    border-left-color: hsl(var(--sidebar-border) / 0.3);
  }

  .lg\:border-l-sidebar-border\/35 {
    border-left-color: hsl(var(--sidebar-border) / 0.35);
  }

  .lg\:border-l-sidebar-border\/40 {
    border-left-color: hsl(var(--sidebar-border) / 0.4);
  }

  .lg\:border-l-sidebar-border\/45 {
    border-left-color: hsl(var(--sidebar-border) / 0.45);
  }

  .lg\:border-l-sidebar-border\/5 {
    border-left-color: hsl(var(--sidebar-border) / 0.05);
  }

  .lg\:border-l-sidebar-border\/50 {
    border-left-color: hsl(var(--sidebar-border) / 0.5);
  }

  .lg\:border-l-sidebar-border\/55 {
    border-left-color: hsl(var(--sidebar-border) / 0.55);
  }

  .lg\:border-l-sidebar-border\/60 {
    border-left-color: hsl(var(--sidebar-border) / 0.6);
  }

  .lg\:border-l-sidebar-border\/65 {
    border-left-color: hsl(var(--sidebar-border) / 0.65);
  }

  .lg\:border-l-sidebar-border\/70 {
    border-left-color: hsl(var(--sidebar-border) / 0.7);
  }

  .lg\:border-l-sidebar-border\/75 {
    border-left-color: hsl(var(--sidebar-border) / 0.75);
  }

  .lg\:border-l-sidebar-border\/80 {
    border-left-color: hsl(var(--sidebar-border) / 0.8);
  }

  .lg\:border-l-sidebar-border\/85 {
    border-left-color: hsl(var(--sidebar-border) / 0.85);
  }

  .lg\:border-l-sidebar-border\/90 {
    border-left-color: hsl(var(--sidebar-border) / 0.9);
  }

  .lg\:border-l-sidebar-border\/95 {
    border-left-color: hsl(var(--sidebar-border) / 0.95);
  }

  .lg\:border-l-sidebar-foreground {
    border-left-color: hsl(var(--sidebar-foreground));
  }

  .lg\:border-l-sidebar-foreground\/0 {
    border-left-color: hsl(var(--sidebar-foreground) / 0);
  }

  .lg\:border-l-sidebar-foreground\/10 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .lg\:border-l-sidebar-foreground\/100 {
    border-left-color: hsl(var(--sidebar-foreground) / 1);
  }

  .lg\:border-l-sidebar-foreground\/15 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .lg\:border-l-sidebar-foreground\/20 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .lg\:border-l-sidebar-foreground\/25 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .lg\:border-l-sidebar-foreground\/30 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .lg\:border-l-sidebar-foreground\/35 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .lg\:border-l-sidebar-foreground\/40 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .lg\:border-l-sidebar-foreground\/45 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .lg\:border-l-sidebar-foreground\/5 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .lg\:border-l-sidebar-foreground\/50 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .lg\:border-l-sidebar-foreground\/55 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .lg\:border-l-sidebar-foreground\/60 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .lg\:border-l-sidebar-foreground\/65 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .lg\:border-l-sidebar-foreground\/70 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .lg\:border-l-sidebar-foreground\/75 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .lg\:border-l-sidebar-foreground\/80 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .lg\:border-l-sidebar-foreground\/85 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .lg\:border-l-sidebar-foreground\/90 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .lg\:border-l-sidebar-foreground\/95 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .lg\:border-l-sidebar-primary {
    border-left-color: hsl(var(--sidebar-primary));
  }

  .lg\:border-l-sidebar-primary-foreground {
    border-left-color: hsl(var(--sidebar-primary-foreground));
  }

  .lg\:border-l-sidebar-primary-foreground\/0 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .lg\:border-l-sidebar-primary-foreground\/10 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .lg\:border-l-sidebar-primary-foreground\/100 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .lg\:border-l-sidebar-primary-foreground\/15 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .lg\:border-l-sidebar-primary-foreground\/20 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .lg\:border-l-sidebar-primary-foreground\/25 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .lg\:border-l-sidebar-primary-foreground\/30 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .lg\:border-l-sidebar-primary-foreground\/35 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .lg\:border-l-sidebar-primary-foreground\/40 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .lg\:border-l-sidebar-primary-foreground\/45 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .lg\:border-l-sidebar-primary-foreground\/5 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .lg\:border-l-sidebar-primary-foreground\/50 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .lg\:border-l-sidebar-primary-foreground\/55 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .lg\:border-l-sidebar-primary-foreground\/60 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .lg\:border-l-sidebar-primary-foreground\/65 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .lg\:border-l-sidebar-primary-foreground\/70 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .lg\:border-l-sidebar-primary-foreground\/75 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .lg\:border-l-sidebar-primary-foreground\/80 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .lg\:border-l-sidebar-primary-foreground\/85 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .lg\:border-l-sidebar-primary-foreground\/90 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .lg\:border-l-sidebar-primary-foreground\/95 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .lg\:border-l-sidebar-primary\/0 {
    border-left-color: hsl(var(--sidebar-primary) / 0);
  }

  .lg\:border-l-sidebar-primary\/10 {
    border-left-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .lg\:border-l-sidebar-primary\/100 {
    border-left-color: hsl(var(--sidebar-primary) / 1);
  }

  .lg\:border-l-sidebar-primary\/15 {
    border-left-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .lg\:border-l-sidebar-primary\/20 {
    border-left-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .lg\:border-l-sidebar-primary\/25 {
    border-left-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .lg\:border-l-sidebar-primary\/30 {
    border-left-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .lg\:border-l-sidebar-primary\/35 {
    border-left-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .lg\:border-l-sidebar-primary\/40 {
    border-left-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .lg\:border-l-sidebar-primary\/45 {
    border-left-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .lg\:border-l-sidebar-primary\/5 {
    border-left-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .lg\:border-l-sidebar-primary\/50 {
    border-left-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .lg\:border-l-sidebar-primary\/55 {
    border-left-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .lg\:border-l-sidebar-primary\/60 {
    border-left-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .lg\:border-l-sidebar-primary\/65 {
    border-left-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .lg\:border-l-sidebar-primary\/70 {
    border-left-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .lg\:border-l-sidebar-primary\/75 {
    border-left-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .lg\:border-l-sidebar-primary\/80 {
    border-left-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .lg\:border-l-sidebar-primary\/85 {
    border-left-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .lg\:border-l-sidebar-primary\/90 {
    border-left-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .lg\:border-l-sidebar-primary\/95 {
    border-left-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .lg\:border-l-sidebar-ring {
    border-left-color: hsl(var(--sidebar-ring));
  }

  .lg\:border-l-sidebar-ring\/0 {
    border-left-color: hsl(var(--sidebar-ring) / 0);
  }

  .lg\:border-l-sidebar-ring\/10 {
    border-left-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .lg\:border-l-sidebar-ring\/100 {
    border-left-color: hsl(var(--sidebar-ring) / 1);
  }

  .lg\:border-l-sidebar-ring\/15 {
    border-left-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .lg\:border-l-sidebar-ring\/20 {
    border-left-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .lg\:border-l-sidebar-ring\/25 {
    border-left-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .lg\:border-l-sidebar-ring\/30 {
    border-left-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .lg\:border-l-sidebar-ring\/35 {
    border-left-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .lg\:border-l-sidebar-ring\/40 {
    border-left-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .lg\:border-l-sidebar-ring\/45 {
    border-left-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .lg\:border-l-sidebar-ring\/5 {
    border-left-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .lg\:border-l-sidebar-ring\/50 {
    border-left-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .lg\:border-l-sidebar-ring\/55 {
    border-left-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .lg\:border-l-sidebar-ring\/60 {
    border-left-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .lg\:border-l-sidebar-ring\/65 {
    border-left-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .lg\:border-l-sidebar-ring\/70 {
    border-left-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .lg\:border-l-sidebar-ring\/75 {
    border-left-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .lg\:border-l-sidebar-ring\/80 {
    border-left-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .lg\:border-l-sidebar-ring\/85 {
    border-left-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .lg\:border-l-sidebar-ring\/90 {
    border-left-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .lg\:border-l-sidebar-ring\/95 {
    border-left-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .lg\:border-l-sidebar\/0 {
    border-left-color: hsl(var(--sidebar-background) / 0);
  }

  .lg\:border-l-sidebar\/10 {
    border-left-color: hsl(var(--sidebar-background) / 0.1);
  }

  .lg\:border-l-sidebar\/100 {
    border-left-color: hsl(var(--sidebar-background) / 1);
  }

  .lg\:border-l-sidebar\/15 {
    border-left-color: hsl(var(--sidebar-background) / 0.15);
  }

  .lg\:border-l-sidebar\/20 {
    border-left-color: hsl(var(--sidebar-background) / 0.2);
  }

  .lg\:border-l-sidebar\/25 {
    border-left-color: hsl(var(--sidebar-background) / 0.25);
  }

  .lg\:border-l-sidebar\/30 {
    border-left-color: hsl(var(--sidebar-background) / 0.3);
  }

  .lg\:border-l-sidebar\/35 {
    border-left-color: hsl(var(--sidebar-background) / 0.35);
  }

  .lg\:border-l-sidebar\/40 {
    border-left-color: hsl(var(--sidebar-background) / 0.4);
  }

  .lg\:border-l-sidebar\/45 {
    border-left-color: hsl(var(--sidebar-background) / 0.45);
  }

  .lg\:border-l-sidebar\/5 {
    border-left-color: hsl(var(--sidebar-background) / 0.05);
  }

  .lg\:border-l-sidebar\/50 {
    border-left-color: hsl(var(--sidebar-background) / 0.5);
  }

  .lg\:border-l-sidebar\/55 {
    border-left-color: hsl(var(--sidebar-background) / 0.55);
  }

  .lg\:border-l-sidebar\/60 {
    border-left-color: hsl(var(--sidebar-background) / 0.6);
  }

  .lg\:border-l-sidebar\/65 {
    border-left-color: hsl(var(--sidebar-background) / 0.65);
  }

  .lg\:border-l-sidebar\/70 {
    border-left-color: hsl(var(--sidebar-background) / 0.7);
  }

  .lg\:border-l-sidebar\/75 {
    border-left-color: hsl(var(--sidebar-background) / 0.75);
  }

  .lg\:border-l-sidebar\/80 {
    border-left-color: hsl(var(--sidebar-background) / 0.8);
  }

  .lg\:border-l-sidebar\/85 {
    border-left-color: hsl(var(--sidebar-background) / 0.85);
  }

  .lg\:border-l-sidebar\/90 {
    border-left-color: hsl(var(--sidebar-background) / 0.9);
  }

  .lg\:border-l-sidebar\/95 {
    border-left-color: hsl(var(--sidebar-background) / 0.95);
  }

  .lg\:border-l-sky-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
  }

  .lg\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
  }

  .lg\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-l-sky-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
  }

  .lg\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
  }

  .lg\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-l-sky-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
  }

  .lg\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
  }

  .lg\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-l-sky-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
  }

  .lg\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
  }

  .lg\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-l-sky-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
  }

  .lg\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
  }

  .lg\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-l-sky-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
  }

  .lg\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
  }

  .lg\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-l-sky-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
  }

  .lg\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
  }

  .lg\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-l-sky-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
  }

  .lg\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
  }

  .lg\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-l-sky-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
  }

  .lg\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
  }

  .lg\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-l-sky-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
  }

  .lg\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
  }

  .lg\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-l-sky-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
  }

  .lg\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
  }

  .lg\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-l-slate-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
  }

  .lg\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
  }

  .lg\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-l-slate-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
  }

  .lg\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
  }

  .lg\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-l-slate-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
  }

  .lg\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
  }

  .lg\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-l-slate-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
  }

  .lg\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
  }

  .lg\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-l-slate-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
  }

  .lg\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
  }

  .lg\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-l-slate-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
  }

  .lg\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
  }

  .lg\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-l-slate-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
  }

  .lg\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
  }

  .lg\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-l-slate-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
  }

  .lg\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
  }

  .lg\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-l-slate-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
  }

  .lg\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
  }

  .lg\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-l-slate-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
  }

  .lg\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
  }

  .lg\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-l-slate-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
  }

  .lg\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
  }

  .lg\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-l-stone-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
  }

  .lg\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
  }

  .lg\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-l-stone-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
  }

  .lg\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
  }

  .lg\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-l-stone-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
  }

  .lg\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
  }

  .lg\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-l-stone-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
  }

  .lg\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
  }

  .lg\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-l-stone-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
  }

  .lg\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
  }

  .lg\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-l-stone-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
  }

  .lg\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
  }

  .lg\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
  }

  .lg\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
  }

  .lg\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-l-stone-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
  }

  .lg\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
  }

  .lg\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-l-stone-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
  }

  .lg\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
  }

  .lg\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-l-stone-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
  }

  .lg\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
  }

  .lg\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-l-stone-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
  }

  .lg\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
  }

  .lg\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-l-supporting {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-supporting-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-supporting-foreground\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-l-supporting-foreground\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-l-supporting-foreground\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-l-supporting-foreground\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-l-supporting-foreground\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-l-supporting-foreground\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-l-supporting-foreground\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-l-supporting-foreground\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-l-supporting-foreground\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-l-supporting-foreground\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-l-supporting-foreground\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-l-supporting-foreground\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-l-supporting-foreground\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-l-supporting-foreground\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-l-supporting-foreground\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-l-supporting-foreground\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-l-supporting-foreground\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-l-supporting-foreground\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-l-supporting-foreground\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-l-supporting-foreground\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-l-supporting-foreground\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-l-supporting\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-l-supporting\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-l-supporting\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-l-supporting\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-l-supporting\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-l-supporting\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-l-supporting\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-l-supporting\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-l-supporting\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-l-supporting\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-l-supporting\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-l-supporting\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-l-supporting\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-l-supporting\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-l-supporting\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-l-supporting\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-l-supporting\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-l-supporting\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-l-supporting\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-l-supporting\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-l-supporting\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-l-teal-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
  }

  .lg\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
  }

  .lg\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-l-teal-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
  }

  .lg\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
  }

  .lg\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
  }

  .lg\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
  }

  .lg\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-l-teal-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
  }

  .lg\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
  }

  .lg\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-l-teal-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
  }

  .lg\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
  }

  .lg\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-l-teal-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
  }

  .lg\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
  }

  .lg\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-l-teal-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
  }

  .lg\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
  }

  .lg\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-l-teal-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
  }

  .lg\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
  }

  .lg\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-l-teal-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
  }

  .lg\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
  }

  .lg\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-l-teal-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
  }

  .lg\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
  }

  .lg\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-l-teal-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
  }

  .lg\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
  }

  .lg\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-l-tertiary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-tertiary\/0 {
    border-left-color: hsl(var(--tertiary) / 0);
  }

  .lg\:border-l-tertiary\/10 {
    border-left-color: hsl(var(--tertiary) / 0.1);
  }

  .lg\:border-l-tertiary\/100 {
    border-left-color: hsl(var(--tertiary) / 1);
  }

  .lg\:border-l-tertiary\/15 {
    border-left-color: hsl(var(--tertiary) / 0.15);
  }

  .lg\:border-l-tertiary\/20 {
    border-left-color: hsl(var(--tertiary) / 0.2);
  }

  .lg\:border-l-tertiary\/25 {
    border-left-color: hsl(var(--tertiary) / 0.25);
  }

  .lg\:border-l-tertiary\/30 {
    border-left-color: hsl(var(--tertiary) / 0.3);
  }

  .lg\:border-l-tertiary\/35 {
    border-left-color: hsl(var(--tertiary) / 0.35);
  }

  .lg\:border-l-tertiary\/40 {
    border-left-color: hsl(var(--tertiary) / 0.4);
  }

  .lg\:border-l-tertiary\/45 {
    border-left-color: hsl(var(--tertiary) / 0.45);
  }

  .lg\:border-l-tertiary\/5 {
    border-left-color: hsl(var(--tertiary) / 0.05);
  }

  .lg\:border-l-tertiary\/50 {
    border-left-color: hsl(var(--tertiary) / 0.5);
  }

  .lg\:border-l-tertiary\/55 {
    border-left-color: hsl(var(--tertiary) / 0.55);
  }

  .lg\:border-l-tertiary\/60 {
    border-left-color: hsl(var(--tertiary) / 0.6);
  }

  .lg\:border-l-tertiary\/65 {
    border-left-color: hsl(var(--tertiary) / 0.65);
  }

  .lg\:border-l-tertiary\/70 {
    border-left-color: hsl(var(--tertiary) / 0.7);
  }

  .lg\:border-l-tertiary\/75 {
    border-left-color: hsl(var(--tertiary) / 0.75);
  }

  .lg\:border-l-tertiary\/80 {
    border-left-color: hsl(var(--tertiary) / 0.8);
  }

  .lg\:border-l-tertiary\/85 {
    border-left-color: hsl(var(--tertiary) / 0.85);
  }

  .lg\:border-l-tertiary\/90 {
    border-left-color: hsl(var(--tertiary) / 0.9);
  }

  .lg\:border-l-tertiary\/95 {
    border-left-color: hsl(var(--tertiary) / 0.95);
  }

  .lg\:border-l-transparent {
    border-left-color: transparent;
  }

  .lg\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .lg\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .lg\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-l-violet-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
  }

  .lg\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
  }

  .lg\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-l-violet-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
  }

  .lg\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
  }

  .lg\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-l-violet-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
  }

  .lg\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
  }

  .lg\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-l-violet-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
  }

  .lg\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
  }

  .lg\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-l-violet-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
  }

  .lg\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
  }

  .lg\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-l-violet-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
  }

  .lg\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
  }

  .lg\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-l-violet-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
  }

  .lg\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
  }

  .lg\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-l-violet-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
  }

  .lg\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
  }

  .lg\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-l-violet-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
  }

  .lg\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
  }

  .lg\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-l-violet-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
  }

  .lg\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
  }

  .lg\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-l-violet-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
  }

  .lg\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
  }

  .lg\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .lg\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .lg\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .lg\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .lg\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .lg\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .lg\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .lg\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .lg\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .lg\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .lg\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .lg\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .lg\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .lg\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .lg\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .lg\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .lg\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .lg\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .lg\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .lg\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .lg\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .lg\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .lg\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .lg\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .lg\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-l-zinc-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
  }

  .lg\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
  }

  .lg\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-l-zinc-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
  }

  .lg\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
  }

  .lg\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-l-zinc-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
  }

  .lg\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
  }

  .lg\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-l-zinc-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
  }

  .lg\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
  }

  .lg\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-l-zinc-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .lg\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .lg\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-l-zinc-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
  }

  .lg\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
  }

  .lg\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-l-zinc-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
  }

  .lg\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
  }

  .lg\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-l-zinc-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
  }

  .lg\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
  }

  .lg\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-l-zinc-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
  }

  .lg\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
  }

  .lg\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-l-zinc-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
  }

  .lg\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
  }

  .lg\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-l-zinc-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
  }

  .lg\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
  }

  .lg\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-r-accent {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-accent-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-accent-foreground\/0 {
    border-right-color: hsl(var(--accent-foreground) / 0);
  }

  .lg\:border-r-accent-foreground\/10 {
    border-right-color: hsl(var(--accent-foreground) / 0.1);
  }

  .lg\:border-r-accent-foreground\/100 {
    border-right-color: hsl(var(--accent-foreground) / 1);
  }

  .lg\:border-r-accent-foreground\/15 {
    border-right-color: hsl(var(--accent-foreground) / 0.15);
  }

  .lg\:border-r-accent-foreground\/20 {
    border-right-color: hsl(var(--accent-foreground) / 0.2);
  }

  .lg\:border-r-accent-foreground\/25 {
    border-right-color: hsl(var(--accent-foreground) / 0.25);
  }

  .lg\:border-r-accent-foreground\/30 {
    border-right-color: hsl(var(--accent-foreground) / 0.3);
  }

  .lg\:border-r-accent-foreground\/35 {
    border-right-color: hsl(var(--accent-foreground) / 0.35);
  }

  .lg\:border-r-accent-foreground\/40 {
    border-right-color: hsl(var(--accent-foreground) / 0.4);
  }

  .lg\:border-r-accent-foreground\/45 {
    border-right-color: hsl(var(--accent-foreground) / 0.45);
  }

  .lg\:border-r-accent-foreground\/5 {
    border-right-color: hsl(var(--accent-foreground) / 0.05);
  }

  .lg\:border-r-accent-foreground\/50 {
    border-right-color: hsl(var(--accent-foreground) / 0.5);
  }

  .lg\:border-r-accent-foreground\/55 {
    border-right-color: hsl(var(--accent-foreground) / 0.55);
  }

  .lg\:border-r-accent-foreground\/60 {
    border-right-color: hsl(var(--accent-foreground) / 0.6);
  }

  .lg\:border-r-accent-foreground\/65 {
    border-right-color: hsl(var(--accent-foreground) / 0.65);
  }

  .lg\:border-r-accent-foreground\/70 {
    border-right-color: hsl(var(--accent-foreground) / 0.7);
  }

  .lg\:border-r-accent-foreground\/75 {
    border-right-color: hsl(var(--accent-foreground) / 0.75);
  }

  .lg\:border-r-accent-foreground\/80 {
    border-right-color: hsl(var(--accent-foreground) / 0.8);
  }

  .lg\:border-r-accent-foreground\/85 {
    border-right-color: hsl(var(--accent-foreground) / 0.85);
  }

  .lg\:border-r-accent-foreground\/90 {
    border-right-color: hsl(var(--accent-foreground) / 0.9);
  }

  .lg\:border-r-accent-foreground\/95 {
    border-right-color: hsl(var(--accent-foreground) / 0.95);
  }

  .lg\:border-r-accent\/0 {
    border-right-color: hsl(var(--accent) / 0);
  }

  .lg\:border-r-accent\/10 {
    border-right-color: hsl(var(--accent) / 0.1);
  }

  .lg\:border-r-accent\/100 {
    border-right-color: hsl(var(--accent) / 1);
  }

  .lg\:border-r-accent\/15 {
    border-right-color: hsl(var(--accent) / 0.15);
  }

  .lg\:border-r-accent\/20 {
    border-right-color: hsl(var(--accent) / 0.2);
  }

  .lg\:border-r-accent\/25 {
    border-right-color: hsl(var(--accent) / 0.25);
  }

  .lg\:border-r-accent\/30 {
    border-right-color: hsl(var(--accent) / 0.3);
  }

  .lg\:border-r-accent\/35 {
    border-right-color: hsl(var(--accent) / 0.35);
  }

  .lg\:border-r-accent\/40 {
    border-right-color: hsl(var(--accent) / 0.4);
  }

  .lg\:border-r-accent\/45 {
    border-right-color: hsl(var(--accent) / 0.45);
  }

  .lg\:border-r-accent\/5 {
    border-right-color: hsl(var(--accent) / 0.05);
  }

  .lg\:border-r-accent\/50 {
    border-right-color: hsl(var(--accent) / 0.5);
  }

  .lg\:border-r-accent\/55 {
    border-right-color: hsl(var(--accent) / 0.55);
  }

  .lg\:border-r-accent\/60 {
    border-right-color: hsl(var(--accent) / 0.6);
  }

  .lg\:border-r-accent\/65 {
    border-right-color: hsl(var(--accent) / 0.65);
  }

  .lg\:border-r-accent\/70 {
    border-right-color: hsl(var(--accent) / 0.7);
  }

  .lg\:border-r-accent\/75 {
    border-right-color: hsl(var(--accent) / 0.75);
  }

  .lg\:border-r-accent\/80 {
    border-right-color: hsl(var(--accent) / 0.8);
  }

  .lg\:border-r-accent\/85 {
    border-right-color: hsl(var(--accent) / 0.85);
  }

  .lg\:border-r-accent\/90 {
    border-right-color: hsl(var(--accent) / 0.9);
  }

  .lg\:border-r-accent\/95 {
    border-right-color: hsl(var(--accent) / 0.95);
  }

  .lg\:border-r-amber-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0);
  }

  .lg\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1);
  }

  .lg\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-r-amber-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0);
  }

  .lg\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1);
  }

  .lg\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-r-amber-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0);
  }

  .lg\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1);
  }

  .lg\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-r-amber-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0);
  }

  .lg\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1);
  }

  .lg\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-r-amber-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0);
  }

  .lg\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1);
  }

  .lg\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-r-amber-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0);
  }

  .lg\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1);
  }

  .lg\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-r-amber-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0);
  }

  .lg\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1);
  }

  .lg\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-r-amber-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0);
  }

  .lg\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1);
  }

  .lg\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-r-amber-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0);
  }

  .lg\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1);
  }

  .lg\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-r-amber-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0);
  }

  .lg\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1);
  }

  .lg\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-r-amber-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0);
  }

  .lg\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1);
  }

  .lg\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-r-background {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-background\/0 {
    border-right-color: hsl(var(--background) / 0);
  }

  .lg\:border-r-background\/10 {
    border-right-color: hsl(var(--background) / 0.1);
  }

  .lg\:border-r-background\/100 {
    border-right-color: hsl(var(--background) / 1);
  }

  .lg\:border-r-background\/15 {
    border-right-color: hsl(var(--background) / 0.15);
  }

  .lg\:border-r-background\/20 {
    border-right-color: hsl(var(--background) / 0.2);
  }

  .lg\:border-r-background\/25 {
    border-right-color: hsl(var(--background) / 0.25);
  }

  .lg\:border-r-background\/30 {
    border-right-color: hsl(var(--background) / 0.3);
  }

  .lg\:border-r-background\/35 {
    border-right-color: hsl(var(--background) / 0.35);
  }

  .lg\:border-r-background\/40 {
    border-right-color: hsl(var(--background) / 0.4);
  }

  .lg\:border-r-background\/45 {
    border-right-color: hsl(var(--background) / 0.45);
  }

  .lg\:border-r-background\/5 {
    border-right-color: hsl(var(--background) / 0.05);
  }

  .lg\:border-r-background\/50 {
    border-right-color: hsl(var(--background) / 0.5);
  }

  .lg\:border-r-background\/55 {
    border-right-color: hsl(var(--background) / 0.55);
  }

  .lg\:border-r-background\/60 {
    border-right-color: hsl(var(--background) / 0.6);
  }

  .lg\:border-r-background\/65 {
    border-right-color: hsl(var(--background) / 0.65);
  }

  .lg\:border-r-background\/70 {
    border-right-color: hsl(var(--background) / 0.7);
  }

  .lg\:border-r-background\/75 {
    border-right-color: hsl(var(--background) / 0.75);
  }

  .lg\:border-r-background\/80 {
    border-right-color: hsl(var(--background) / 0.8);
  }

  .lg\:border-r-background\/85 {
    border-right-color: hsl(var(--background) / 0.85);
  }

  .lg\:border-r-background\/90 {
    border-right-color: hsl(var(--background) / 0.9);
  }

  .lg\:border-r-background\/95 {
    border-right-color: hsl(var(--background) / 0.95);
  }

  .lg\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

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

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

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

  .lg\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .lg\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

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

  .lg\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

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

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

  .lg\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

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

  .lg\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .lg\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

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

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

  .lg\:border-r-blue-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0);
  }

  .lg\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1);
  }

  .lg\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-r-blue-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0);
  }

  .lg\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1);
  }

  .lg\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-r-blue-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0);
  }

  .lg\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1);
  }

  .lg\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-r-blue-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0);
  }

  .lg\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1);
  }

  .lg\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-r-blue-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0);
  }

  .lg\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1);
  }

  .lg\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-r-blue-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0);
  }

  .lg\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1);
  }

  .lg\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-r-blue-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0);
  }

  .lg\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1);
  }

  .lg\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-r-blue-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0);
  }

  .lg\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1);
  }

  .lg\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-r-blue-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0);
  }

  .lg\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1);
  }

  .lg\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-r-blue-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0);
  }

  .lg\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1);
  }

  .lg\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-r-blue-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0);
  }

  .lg\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1);
  }

  .lg\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-r-border {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-border\/0 {
    border-right-color: hsl(var(--border) / 0);
  }

  .lg\:border-r-border\/10 {
    border-right-color: hsl(var(--border) / 0.1);
  }

  .lg\:border-r-border\/100 {
    border-right-color: hsl(var(--border) / 1);
  }

  .lg\:border-r-border\/15 {
    border-right-color: hsl(var(--border) / 0.15);
  }

  .lg\:border-r-border\/20 {
    border-right-color: hsl(var(--border) / 0.2);
  }

  .lg\:border-r-border\/25 {
    border-right-color: hsl(var(--border) / 0.25);
  }

  .lg\:border-r-border\/30 {
    border-right-color: hsl(var(--border) / 0.3);
  }

  .lg\:border-r-border\/35 {
    border-right-color: hsl(var(--border) / 0.35);
  }

  .lg\:border-r-border\/40 {
    border-right-color: hsl(var(--border) / 0.4);
  }

  .lg\:border-r-border\/45 {
    border-right-color: hsl(var(--border) / 0.45);
  }

  .lg\:border-r-border\/5 {
    border-right-color: hsl(var(--border) / 0.05);
  }

  .lg\:border-r-border\/50 {
    border-right-color: hsl(var(--border) / 0.5);
  }

  .lg\:border-r-border\/55 {
    border-right-color: hsl(var(--border) / 0.55);
  }

  .lg\:border-r-border\/60 {
    border-right-color: hsl(var(--border) / 0.6);
  }

  .lg\:border-r-border\/65 {
    border-right-color: hsl(var(--border) / 0.65);
  }

  .lg\:border-r-border\/70 {
    border-right-color: hsl(var(--border) / 0.7);
  }

  .lg\:border-r-border\/75 {
    border-right-color: hsl(var(--border) / 0.75);
  }

  .lg\:border-r-border\/80 {
    border-right-color: hsl(var(--border) / 0.8);
  }

  .lg\:border-r-border\/85 {
    border-right-color: hsl(var(--border) / 0.85);
  }

  .lg\:border-r-border\/90 {
    border-right-color: hsl(var(--border) / 0.9);
  }

  .lg\:border-r-border\/95 {
    border-right-color: hsl(var(--border) / 0.95);
  }

  .lg\:border-r-card {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-card-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-card-foreground\/0 {
    border-right-color: hsl(var(--card-foreground) / 0);
  }

  .lg\:border-r-card-foreground\/10 {
    border-right-color: hsl(var(--card-foreground) / 0.1);
  }

  .lg\:border-r-card-foreground\/100 {
    border-right-color: hsl(var(--card-foreground) / 1);
  }

  .lg\:border-r-card-foreground\/15 {
    border-right-color: hsl(var(--card-foreground) / 0.15);
  }

  .lg\:border-r-card-foreground\/20 {
    border-right-color: hsl(var(--card-foreground) / 0.2);
  }

  .lg\:border-r-card-foreground\/25 {
    border-right-color: hsl(var(--card-foreground) / 0.25);
  }

  .lg\:border-r-card-foreground\/30 {
    border-right-color: hsl(var(--card-foreground) / 0.3);
  }

  .lg\:border-r-card-foreground\/35 {
    border-right-color: hsl(var(--card-foreground) / 0.35);
  }

  .lg\:border-r-card-foreground\/40 {
    border-right-color: hsl(var(--card-foreground) / 0.4);
  }

  .lg\:border-r-card-foreground\/45 {
    border-right-color: hsl(var(--card-foreground) / 0.45);
  }

  .lg\:border-r-card-foreground\/5 {
    border-right-color: hsl(var(--card-foreground) / 0.05);
  }

  .lg\:border-r-card-foreground\/50 {
    border-right-color: hsl(var(--card-foreground) / 0.5);
  }

  .lg\:border-r-card-foreground\/55 {
    border-right-color: hsl(var(--card-foreground) / 0.55);
  }

  .lg\:border-r-card-foreground\/60 {
    border-right-color: hsl(var(--card-foreground) / 0.6);
  }

  .lg\:border-r-card-foreground\/65 {
    border-right-color: hsl(var(--card-foreground) / 0.65);
  }

  .lg\:border-r-card-foreground\/70 {
    border-right-color: hsl(var(--card-foreground) / 0.7);
  }

  .lg\:border-r-card-foreground\/75 {
    border-right-color: hsl(var(--card-foreground) / 0.75);
  }

  .lg\:border-r-card-foreground\/80 {
    border-right-color: hsl(var(--card-foreground) / 0.8);
  }

  .lg\:border-r-card-foreground\/85 {
    border-right-color: hsl(var(--card-foreground) / 0.85);
  }

  .lg\:border-r-card-foreground\/90 {
    border-right-color: hsl(var(--card-foreground) / 0.9);
  }

  .lg\:border-r-card-foreground\/95 {
    border-right-color: hsl(var(--card-foreground) / 0.95);
  }

  .lg\:border-r-card\/0 {
    border-right-color: hsl(var(--card) / 0);
  }

  .lg\:border-r-card\/10 {
    border-right-color: hsl(var(--card) / 0.1);
  }

  .lg\:border-r-card\/100 {
    border-right-color: hsl(var(--card) / 1);
  }

  .lg\:border-r-card\/15 {
    border-right-color: hsl(var(--card) / 0.15);
  }

  .lg\:border-r-card\/20 {
    border-right-color: hsl(var(--card) / 0.2);
  }

  .lg\:border-r-card\/25 {
    border-right-color: hsl(var(--card) / 0.25);
  }

  .lg\:border-r-card\/30 {
    border-right-color: hsl(var(--card) / 0.3);
  }

  .lg\:border-r-card\/35 {
    border-right-color: hsl(var(--card) / 0.35);
  }

  .lg\:border-r-card\/40 {
    border-right-color: hsl(var(--card) / 0.4);
  }

  .lg\:border-r-card\/45 {
    border-right-color: hsl(var(--card) / 0.45);
  }

  .lg\:border-r-card\/5 {
    border-right-color: hsl(var(--card) / 0.05);
  }

  .lg\:border-r-card\/50 {
    border-right-color: hsl(var(--card) / 0.5);
  }

  .lg\:border-r-card\/55 {
    border-right-color: hsl(var(--card) / 0.55);
  }

  .lg\:border-r-card\/60 {
    border-right-color: hsl(var(--card) / 0.6);
  }

  .lg\:border-r-card\/65 {
    border-right-color: hsl(var(--card) / 0.65);
  }

  .lg\:border-r-card\/70 {
    border-right-color: hsl(var(--card) / 0.7);
  }

  .lg\:border-r-card\/75 {
    border-right-color: hsl(var(--card) / 0.75);
  }

  .lg\:border-r-card\/80 {
    border-right-color: hsl(var(--card) / 0.8);
  }

  .lg\:border-r-card\/85 {
    border-right-color: hsl(var(--card) / 0.85);
  }

  .lg\:border-r-card\/90 {
    border-right-color: hsl(var(--card) / 0.9);
  }

  .lg\:border-r-card\/95 {
    border-right-color: hsl(var(--card) / 0.95);
  }

  .lg\:border-r-current {
    border-right-color: currentColor;
  }

  .lg\:border-r-cyan-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0);
  }

  .lg\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1);
  }

  .lg\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-r-cyan-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0);
  }

  .lg\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1);
  }

  .lg\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-r-cyan-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0);
  }

  .lg\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1);
  }

  .lg\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-r-cyan-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0);
  }

  .lg\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1);
  }

  .lg\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-r-cyan-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0);
  }

  .lg\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1);
  }

  .lg\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-r-cyan-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0);
  }

  .lg\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1);
  }

  .lg\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-r-cyan-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0);
  }

  .lg\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1);
  }

  .lg\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-r-cyan-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0);
  }

  .lg\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1);
  }

  .lg\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-r-cyan-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0);
  }

  .lg\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1);
  }

  .lg\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-r-cyan-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0);
  }

  .lg\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1);
  }

  .lg\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-r-cyan-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0);
  }

  .lg\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1);
  }

  .lg\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-r-destructive {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-destructive-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-destructive-foreground\/0 {
    border-right-color: hsl(var(--destructive-foreground) / 0);
  }

  .lg\:border-r-destructive-foreground\/10 {
    border-right-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .lg\:border-r-destructive-foreground\/100 {
    border-right-color: hsl(var(--destructive-foreground) / 1);
  }

  .lg\:border-r-destructive-foreground\/15 {
    border-right-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .lg\:border-r-destructive-foreground\/20 {
    border-right-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .lg\:border-r-destructive-foreground\/25 {
    border-right-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .lg\:border-r-destructive-foreground\/30 {
    border-right-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .lg\:border-r-destructive-foreground\/35 {
    border-right-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .lg\:border-r-destructive-foreground\/40 {
    border-right-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .lg\:border-r-destructive-foreground\/45 {
    border-right-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .lg\:border-r-destructive-foreground\/5 {
    border-right-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .lg\:border-r-destructive-foreground\/50 {
    border-right-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .lg\:border-r-destructive-foreground\/55 {
    border-right-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .lg\:border-r-destructive-foreground\/60 {
    border-right-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .lg\:border-r-destructive-foreground\/65 {
    border-right-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .lg\:border-r-destructive-foreground\/70 {
    border-right-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .lg\:border-r-destructive-foreground\/75 {
    border-right-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .lg\:border-r-destructive-foreground\/80 {
    border-right-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .lg\:border-r-destructive-foreground\/85 {
    border-right-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .lg\:border-r-destructive-foreground\/90 {
    border-right-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .lg\:border-r-destructive-foreground\/95 {
    border-right-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .lg\:border-r-destructive\/0 {
    border-right-color: hsl(var(--destructive) / 0);
  }

  .lg\:border-r-destructive\/10 {
    border-right-color: hsl(var(--destructive) / 0.1);
  }

  .lg\:border-r-destructive\/100 {
    border-right-color: hsl(var(--destructive) / 1);
  }

  .lg\:border-r-destructive\/15 {
    border-right-color: hsl(var(--destructive) / 0.15);
  }

  .lg\:border-r-destructive\/20 {
    border-right-color: hsl(var(--destructive) / 0.2);
  }

  .lg\:border-r-destructive\/25 {
    border-right-color: hsl(var(--destructive) / 0.25);
  }

  .lg\:border-r-destructive\/30 {
    border-right-color: hsl(var(--destructive) / 0.3);
  }

  .lg\:border-r-destructive\/35 {
    border-right-color: hsl(var(--destructive) / 0.35);
  }

  .lg\:border-r-destructive\/40 {
    border-right-color: hsl(var(--destructive) / 0.4);
  }

  .lg\:border-r-destructive\/45 {
    border-right-color: hsl(var(--destructive) / 0.45);
  }

  .lg\:border-r-destructive\/5 {
    border-right-color: hsl(var(--destructive) / 0.05);
  }

  .lg\:border-r-destructive\/50 {
    border-right-color: hsl(var(--destructive) / 0.5);
  }

  .lg\:border-r-destructive\/55 {
    border-right-color: hsl(var(--destructive) / 0.55);
  }

  .lg\:border-r-destructive\/60 {
    border-right-color: hsl(var(--destructive) / 0.6);
  }

  .lg\:border-r-destructive\/65 {
    border-right-color: hsl(var(--destructive) / 0.65);
  }

  .lg\:border-r-destructive\/70 {
    border-right-color: hsl(var(--destructive) / 0.7);
  }

  .lg\:border-r-destructive\/75 {
    border-right-color: hsl(var(--destructive) / 0.75);
  }

  .lg\:border-r-destructive\/80 {
    border-right-color: hsl(var(--destructive) / 0.8);
  }

  .lg\:border-r-destructive\/85 {
    border-right-color: hsl(var(--destructive) / 0.85);
  }

  .lg\:border-r-destructive\/90 {
    border-right-color: hsl(var(--destructive) / 0.9);
  }

  .lg\:border-r-destructive\/95 {
    border-right-color: hsl(var(--destructive) / 0.95);
  }

  .lg\:border-r-emerald-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0);
  }

  .lg\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1);
  }

  .lg\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-r-emerald-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0);
  }

  .lg\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1);
  }

  .lg\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-r-emerald-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0);
  }

  .lg\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1);
  }

  .lg\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-r-emerald-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0);
  }

  .lg\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1);
  }

  .lg\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-r-emerald-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0);
  }

  .lg\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1);
  }

  .lg\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-r-emerald-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0);
  }

  .lg\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1);
  }

  .lg\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-r-emerald-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0);
  }

  .lg\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1);
  }

  .lg\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-r-emerald-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0);
  }

  .lg\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1);
  }

  .lg\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-r-emerald-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0);
  }

  .lg\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1);
  }

  .lg\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-r-emerald-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0);
  }

  .lg\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1);
  }

  .lg\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-r-emerald-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0);
  }

  .lg\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1);
  }

  .lg\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-r-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-foreground\/0 {
    border-right-color: hsl(var(--foreground) / 0);
  }

  .lg\:border-r-foreground\/10 {
    border-right-color: hsl(var(--foreground) / 0.1);
  }

  .lg\:border-r-foreground\/100 {
    border-right-color: hsl(var(--foreground) / 1);
  }

  .lg\:border-r-foreground\/15 {
    border-right-color: hsl(var(--foreground) / 0.15);
  }

  .lg\:border-r-foreground\/20 {
    border-right-color: hsl(var(--foreground) / 0.2);
  }

  .lg\:border-r-foreground\/25 {
    border-right-color: hsl(var(--foreground) / 0.25);
  }

  .lg\:border-r-foreground\/30 {
    border-right-color: hsl(var(--foreground) / 0.3);
  }

  .lg\:border-r-foreground\/35 {
    border-right-color: hsl(var(--foreground) / 0.35);
  }

  .lg\:border-r-foreground\/40 {
    border-right-color: hsl(var(--foreground) / 0.4);
  }

  .lg\:border-r-foreground\/45 {
    border-right-color: hsl(var(--foreground) / 0.45);
  }

  .lg\:border-r-foreground\/5 {
    border-right-color: hsl(var(--foreground) / 0.05);
  }

  .lg\:border-r-foreground\/50 {
    border-right-color: hsl(var(--foreground) / 0.5);
  }

  .lg\:border-r-foreground\/55 {
    border-right-color: hsl(var(--foreground) / 0.55);
  }

  .lg\:border-r-foreground\/60 {
    border-right-color: hsl(var(--foreground) / 0.6);
  }

  .lg\:border-r-foreground\/65 {
    border-right-color: hsl(var(--foreground) / 0.65);
  }

  .lg\:border-r-foreground\/70 {
    border-right-color: hsl(var(--foreground) / 0.7);
  }

  .lg\:border-r-foreground\/75 {
    border-right-color: hsl(var(--foreground) / 0.75);
  }

  .lg\:border-r-foreground\/80 {
    border-right-color: hsl(var(--foreground) / 0.8);
  }

  .lg\:border-r-foreground\/85 {
    border-right-color: hsl(var(--foreground) / 0.85);
  }

  .lg\:border-r-foreground\/90 {
    border-right-color: hsl(var(--foreground) / 0.9);
  }

  .lg\:border-r-foreground\/95 {
    border-right-color: hsl(var(--foreground) / 0.95);
  }

  .lg\:border-r-fuchsia-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0);
  }

  .lg\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1);
  }

  .lg\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-r-fuchsia-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0);
  }

  .lg\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1);
  }

  .lg\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-r-fuchsia-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0);
  }

  .lg\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1);
  }

  .lg\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-r-fuchsia-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0);
  }

  .lg\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1);
  }

  .lg\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-r-fuchsia-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0);
  }

  .lg\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1);
  }

  .lg\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-r-fuchsia-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0);
  }

  .lg\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1);
  }

  .lg\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-r-fuchsia-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0);
  }

  .lg\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1);
  }

  .lg\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-r-fuchsia-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0);
  }

  .lg\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1);
  }

  .lg\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-r-fuchsia-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0);
  }

  .lg\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1);
  }

  .lg\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-r-fuchsia-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0);
  }

  .lg\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1);
  }

  .lg\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-r-fuchsia-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0);
  }

  .lg\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1);
  }

  .lg\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0);
  }

  .lg\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1);
  }

  .lg\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0);
  }

  .lg\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1);
  }

  .lg\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0);
  }

  .lg\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1);
  }

  .lg\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95);
  }

  .lg\:border-r-gray-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0);
  }

  .lg\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1);
  }

  .lg\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2);
  }

  .lg\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25);
  }

  .lg\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0);
  }

  .lg\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1);
  }

  .lg\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-r-gray-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0);
  }

  .lg\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1);
  }

  .lg\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-r-gray-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0);
  }

  .lg\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1);
  }

  .lg\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0);
  }

  .lg\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1);
  }

  .lg\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-r-gray-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0);
  }

  .lg\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1);
  }

  .lg\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-r-gray-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0);
  }

  .lg\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1);
  }

  .lg\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-r-gray-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0);
  }

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

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

  .lg\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15);
  }

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

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

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

  .lg\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35);
  }

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

  .lg\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45);
  }

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

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

  .lg\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55);
  }

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

  .lg\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65);
  }

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

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

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

  .lg\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85);
  }

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

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

  .lg\:border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0);
  }

  .lg\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1);
  }

  .lg\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-r-green-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0);
  }

  .lg\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1);
  }

  .lg\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-r-green-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0);
  }

  .lg\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1);
  }

  .lg\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-r-green-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0);
  }

  .lg\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1);
  }

  .lg\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0);
  }

  .lg\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1);
  }

  .lg\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-r-green-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0);
  }

  .lg\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1);
  }

  .lg\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-r-green-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0);
  }

  .lg\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1);
  }

  .lg\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-r-green-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0);
  }

  .lg\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1);
  }

  .lg\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-r-green-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0);
  }

  .lg\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1);
  }

  .lg\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-r-green-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0);
  }

  .lg\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1);
  }

  .lg\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-r-green-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0);
  }

  .lg\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1);
  }

  .lg\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-r-indigo-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0);
  }

  .lg\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1);
  }

  .lg\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-r-indigo-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0);
  }

  .lg\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1);
  }

  .lg\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-r-indigo-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0);
  }

  .lg\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1);
  }

  .lg\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-r-indigo-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0);
  }

  .lg\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1);
  }

  .lg\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-r-indigo-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0);
  }

  .lg\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1);
  }

  .lg\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-r-indigo-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0);
  }

  .lg\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1);
  }

  .lg\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-r-indigo-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0);
  }

  .lg\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1);
  }

  .lg\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-r-indigo-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0);
  }

  .lg\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1);
  }

  .lg\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-r-indigo-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0);
  }

  .lg\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1);
  }

  .lg\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-r-indigo-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0);
  }

  .lg\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1);
  }

  .lg\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-r-indigo-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0);
  }

  .lg\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1);
  }

  .lg\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-r-inherit {
    border-right-color: inherit;
  }

  .lg\:border-r-input {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-input\/0 {
    border-right-color: hsl(var(--input) / 0);
  }

  .lg\:border-r-input\/10 {
    border-right-color: hsl(var(--input) / 0.1);
  }

  .lg\:border-r-input\/100 {
    border-right-color: hsl(var(--input) / 1);
  }

  .lg\:border-r-input\/15 {
    border-right-color: hsl(var(--input) / 0.15);
  }

  .lg\:border-r-input\/20 {
    border-right-color: hsl(var(--input) / 0.2);
  }

  .lg\:border-r-input\/25 {
    border-right-color: hsl(var(--input) / 0.25);
  }

  .lg\:border-r-input\/30 {
    border-right-color: hsl(var(--input) / 0.3);
  }

  .lg\:border-r-input\/35 {
    border-right-color: hsl(var(--input) / 0.35);
  }

  .lg\:border-r-input\/40 {
    border-right-color: hsl(var(--input) / 0.4);
  }

  .lg\:border-r-input\/45 {
    border-right-color: hsl(var(--input) / 0.45);
  }

  .lg\:border-r-input\/5 {
    border-right-color: hsl(var(--input) / 0.05);
  }

  .lg\:border-r-input\/50 {
    border-right-color: hsl(var(--input) / 0.5);
  }

  .lg\:border-r-input\/55 {
    border-right-color: hsl(var(--input) / 0.55);
  }

  .lg\:border-r-input\/60 {
    border-right-color: hsl(var(--input) / 0.6);
  }

  .lg\:border-r-input\/65 {
    border-right-color: hsl(var(--input) / 0.65);
  }

  .lg\:border-r-input\/70 {
    border-right-color: hsl(var(--input) / 0.7);
  }

  .lg\:border-r-input\/75 {
    border-right-color: hsl(var(--input) / 0.75);
  }

  .lg\:border-r-input\/80 {
    border-right-color: hsl(var(--input) / 0.8);
  }

  .lg\:border-r-input\/85 {
    border-right-color: hsl(var(--input) / 0.85);
  }

  .lg\:border-r-input\/90 {
    border-right-color: hsl(var(--input) / 0.9);
  }

  .lg\:border-r-input\/95 {
    border-right-color: hsl(var(--input) / 0.95);
  }

  .lg\:border-r-lime-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0);
  }

  .lg\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1);
  }

  .lg\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-r-lime-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0);
  }

  .lg\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1);
  }

  .lg\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-r-lime-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0);
  }

  .lg\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1);
  }

  .lg\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-r-lime-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0);
  }

  .lg\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1);
  }

  .lg\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-r-lime-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0);
  }

  .lg\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1);
  }

  .lg\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-r-lime-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0);
  }

  .lg\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1);
  }

  .lg\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-r-lime-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0);
  }

  .lg\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1);
  }

  .lg\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-r-lime-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0);
  }

  .lg\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1);
  }

  .lg\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-r-lime-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0);
  }

  .lg\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1);
  }

  .lg\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-r-lime-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0);
  }

  .lg\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1);
  }

  .lg\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-r-lime-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0);
  }

  .lg\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1);
  }

  .lg\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-r-muted {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-muted-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-muted-foreground\/0 {
    border-right-color: hsl(var(--muted-foreground) / 0);
  }

  .lg\:border-r-muted-foreground\/10 {
    border-right-color: hsl(var(--muted-foreground) / 0.1);
  }

  .lg\:border-r-muted-foreground\/100 {
    border-right-color: hsl(var(--muted-foreground) / 1);
  }

  .lg\:border-r-muted-foreground\/15 {
    border-right-color: hsl(var(--muted-foreground) / 0.15);
  }

  .lg\:border-r-muted-foreground\/20 {
    border-right-color: hsl(var(--muted-foreground) / 0.2);
  }

  .lg\:border-r-muted-foreground\/25 {
    border-right-color: hsl(var(--muted-foreground) / 0.25);
  }

  .lg\:border-r-muted-foreground\/30 {
    border-right-color: hsl(var(--muted-foreground) / 0.3);
  }

  .lg\:border-r-muted-foreground\/35 {
    border-right-color: hsl(var(--muted-foreground) / 0.35);
  }

  .lg\:border-r-muted-foreground\/40 {
    border-right-color: hsl(var(--muted-foreground) / 0.4);
  }

  .lg\:border-r-muted-foreground\/45 {
    border-right-color: hsl(var(--muted-foreground) / 0.45);
  }

  .lg\:border-r-muted-foreground\/5 {
    border-right-color: hsl(var(--muted-foreground) / 0.05);
  }

  .lg\:border-r-muted-foreground\/50 {
    border-right-color: hsl(var(--muted-foreground) / 0.5);
  }

  .lg\:border-r-muted-foreground\/55 {
    border-right-color: hsl(var(--muted-foreground) / 0.55);
  }

  .lg\:border-r-muted-foreground\/60 {
    border-right-color: hsl(var(--muted-foreground) / 0.6);
  }

  .lg\:border-r-muted-foreground\/65 {
    border-right-color: hsl(var(--muted-foreground) / 0.65);
  }

  .lg\:border-r-muted-foreground\/70 {
    border-right-color: hsl(var(--muted-foreground) / 0.7);
  }

  .lg\:border-r-muted-foreground\/75 {
    border-right-color: hsl(var(--muted-foreground) / 0.75);
  }

  .lg\:border-r-muted-foreground\/80 {
    border-right-color: hsl(var(--muted-foreground) / 0.8);
  }

  .lg\:border-r-muted-foreground\/85 {
    border-right-color: hsl(var(--muted-foreground) / 0.85);
  }

  .lg\:border-r-muted-foreground\/90 {
    border-right-color: hsl(var(--muted-foreground) / 0.9);
  }

  .lg\:border-r-muted-foreground\/95 {
    border-right-color: hsl(var(--muted-foreground) / 0.95);
  }

  .lg\:border-r-muted\/0 {
    border-right-color: hsl(var(--muted) / 0);
  }

  .lg\:border-r-muted\/10 {
    border-right-color: hsl(var(--muted) / 0.1);
  }

  .lg\:border-r-muted\/100 {
    border-right-color: hsl(var(--muted) / 1);
  }

  .lg\:border-r-muted\/15 {
    border-right-color: hsl(var(--muted) / 0.15);
  }

  .lg\:border-r-muted\/20 {
    border-right-color: hsl(var(--muted) / 0.2);
  }

  .lg\:border-r-muted\/25 {
    border-right-color: hsl(var(--muted) / 0.25);
  }

  .lg\:border-r-muted\/30 {
    border-right-color: hsl(var(--muted) / 0.3);
  }

  .lg\:border-r-muted\/35 {
    border-right-color: hsl(var(--muted) / 0.35);
  }

  .lg\:border-r-muted\/40 {
    border-right-color: hsl(var(--muted) / 0.4);
  }

  .lg\:border-r-muted\/45 {
    border-right-color: hsl(var(--muted) / 0.45);
  }

  .lg\:border-r-muted\/5 {
    border-right-color: hsl(var(--muted) / 0.05);
  }

  .lg\:border-r-muted\/50 {
    border-right-color: hsl(var(--muted) / 0.5);
  }

  .lg\:border-r-muted\/55 {
    border-right-color: hsl(var(--muted) / 0.55);
  }

  .lg\:border-r-muted\/60 {
    border-right-color: hsl(var(--muted) / 0.6);
  }

  .lg\:border-r-muted\/65 {
    border-right-color: hsl(var(--muted) / 0.65);
  }

  .lg\:border-r-muted\/70 {
    border-right-color: hsl(var(--muted) / 0.7);
  }

  .lg\:border-r-muted\/75 {
    border-right-color: hsl(var(--muted) / 0.75);
  }

  .lg\:border-r-muted\/80 {
    border-right-color: hsl(var(--muted) / 0.8);
  }

  .lg\:border-r-muted\/85 {
    border-right-color: hsl(var(--muted) / 0.85);
  }

  .lg\:border-r-muted\/90 {
    border-right-color: hsl(var(--muted) / 0.9);
  }

  .lg\:border-r-muted\/95 {
    border-right-color: hsl(var(--muted) / 0.95);
  }

  .lg\:border-r-neutral-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0);
  }

  .lg\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1);
  }

  .lg\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-r-neutral-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0);
  }

  .lg\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1);
  }

  .lg\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-r-neutral-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0);
  }

  .lg\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1);
  }

  .lg\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-r-neutral-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0);
  }

  .lg\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1);
  }

  .lg\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-r-neutral-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-r-neutral-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0);
  }

  .lg\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1);
  }

  .lg\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-r-neutral-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0);
  }

  .lg\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1);
  }

  .lg\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-r-neutral-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0);
  }

  .lg\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1);
  }

  .lg\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-r-neutral-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0);
  }

  .lg\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1);
  }

  .lg\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-r-neutral-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0);
  }

  .lg\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1);
  }

  .lg\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-r-neutral-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0);
  }

  .lg\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1);
  }

  .lg\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-r-orange-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0);
  }

  .lg\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1);
  }

  .lg\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-r-orange-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0);
  }

  .lg\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1);
  }

  .lg\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-r-orange-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0);
  }

  .lg\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1);
  }

  .lg\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-r-orange-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0);
  }

  .lg\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1);
  }

  .lg\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-r-orange-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0);
  }

  .lg\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1);
  }

  .lg\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-r-orange-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0);
  }

  .lg\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1);
  }

  .lg\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-r-orange-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0);
  }

  .lg\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1);
  }

  .lg\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-r-orange-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0);
  }

  .lg\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1);
  }

  .lg\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-r-orange-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0);
  }

  .lg\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1);
  }

  .lg\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-r-orange-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0);
  }

  .lg\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1);
  }

  .lg\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-r-orange-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0);
  }

  .lg\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1);
  }

  .lg\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-r-pink-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0);
  }

  .lg\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1);
  }

  .lg\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-r-pink-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0);
  }

  .lg\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1);
  }

  .lg\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-r-pink-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0);
  }

  .lg\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1);
  }

  .lg\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-r-pink-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0);
  }

  .lg\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1);
  }

  .lg\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-r-pink-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0);
  }

  .lg\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1);
  }

  .lg\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-r-pink-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0);
  }

  .lg\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1);
  }

  .lg\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-r-pink-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0);
  }

  .lg\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1);
  }

  .lg\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-r-pink-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0);
  }

  .lg\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1);
  }

  .lg\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-r-pink-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0);
  }

  .lg\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1);
  }

  .lg\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-r-pink-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0);
  }

  .lg\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1);
  }

  .lg\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-r-pink-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0);
  }

  .lg\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1);
  }

  .lg\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-r-popover {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-popover-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-popover-foreground\/0 {
    border-right-color: hsl(var(--popover-foreground) / 0);
  }

  .lg\:border-r-popover-foreground\/10 {
    border-right-color: hsl(var(--popover-foreground) / 0.1);
  }

  .lg\:border-r-popover-foreground\/100 {
    border-right-color: hsl(var(--popover-foreground) / 1);
  }

  .lg\:border-r-popover-foreground\/15 {
    border-right-color: hsl(var(--popover-foreground) / 0.15);
  }

  .lg\:border-r-popover-foreground\/20 {
    border-right-color: hsl(var(--popover-foreground) / 0.2);
  }

  .lg\:border-r-popover-foreground\/25 {
    border-right-color: hsl(var(--popover-foreground) / 0.25);
  }

  .lg\:border-r-popover-foreground\/30 {
    border-right-color: hsl(var(--popover-foreground) / 0.3);
  }

  .lg\:border-r-popover-foreground\/35 {
    border-right-color: hsl(var(--popover-foreground) / 0.35);
  }

  .lg\:border-r-popover-foreground\/40 {
    border-right-color: hsl(var(--popover-foreground) / 0.4);
  }

  .lg\:border-r-popover-foreground\/45 {
    border-right-color: hsl(var(--popover-foreground) / 0.45);
  }

  .lg\:border-r-popover-foreground\/5 {
    border-right-color: hsl(var(--popover-foreground) / 0.05);
  }

  .lg\:border-r-popover-foreground\/50 {
    border-right-color: hsl(var(--popover-foreground) / 0.5);
  }

  .lg\:border-r-popover-foreground\/55 {
    border-right-color: hsl(var(--popover-foreground) / 0.55);
  }

  .lg\:border-r-popover-foreground\/60 {
    border-right-color: hsl(var(--popover-foreground) / 0.6);
  }

  .lg\:border-r-popover-foreground\/65 {
    border-right-color: hsl(var(--popover-foreground) / 0.65);
  }

  .lg\:border-r-popover-foreground\/70 {
    border-right-color: hsl(var(--popover-foreground) / 0.7);
  }

  .lg\:border-r-popover-foreground\/75 {
    border-right-color: hsl(var(--popover-foreground) / 0.75);
  }

  .lg\:border-r-popover-foreground\/80 {
    border-right-color: hsl(var(--popover-foreground) / 0.8);
  }

  .lg\:border-r-popover-foreground\/85 {
    border-right-color: hsl(var(--popover-foreground) / 0.85);
  }

  .lg\:border-r-popover-foreground\/90 {
    border-right-color: hsl(var(--popover-foreground) / 0.9);
  }

  .lg\:border-r-popover-foreground\/95 {
    border-right-color: hsl(var(--popover-foreground) / 0.95);
  }

  .lg\:border-r-popover\/0 {
    border-right-color: hsl(var(--popover) / 0);
  }

  .lg\:border-r-popover\/10 {
    border-right-color: hsl(var(--popover) / 0.1);
  }

  .lg\:border-r-popover\/100 {
    border-right-color: hsl(var(--popover) / 1);
  }

  .lg\:border-r-popover\/15 {
    border-right-color: hsl(var(--popover) / 0.15);
  }

  .lg\:border-r-popover\/20 {
    border-right-color: hsl(var(--popover) / 0.2);
  }

  .lg\:border-r-popover\/25 {
    border-right-color: hsl(var(--popover) / 0.25);
  }

  .lg\:border-r-popover\/30 {
    border-right-color: hsl(var(--popover) / 0.3);
  }

  .lg\:border-r-popover\/35 {
    border-right-color: hsl(var(--popover) / 0.35);
  }

  .lg\:border-r-popover\/40 {
    border-right-color: hsl(var(--popover) / 0.4);
  }

  .lg\:border-r-popover\/45 {
    border-right-color: hsl(var(--popover) / 0.45);
  }

  .lg\:border-r-popover\/5 {
    border-right-color: hsl(var(--popover) / 0.05);
  }

  .lg\:border-r-popover\/50 {
    border-right-color: hsl(var(--popover) / 0.5);
  }

  .lg\:border-r-popover\/55 {
    border-right-color: hsl(var(--popover) / 0.55);
  }

  .lg\:border-r-popover\/60 {
    border-right-color: hsl(var(--popover) / 0.6);
  }

  .lg\:border-r-popover\/65 {
    border-right-color: hsl(var(--popover) / 0.65);
  }

  .lg\:border-r-popover\/70 {
    border-right-color: hsl(var(--popover) / 0.7);
  }

  .lg\:border-r-popover\/75 {
    border-right-color: hsl(var(--popover) / 0.75);
  }

  .lg\:border-r-popover\/80 {
    border-right-color: hsl(var(--popover) / 0.8);
  }

  .lg\:border-r-popover\/85 {
    border-right-color: hsl(var(--popover) / 0.85);
  }

  .lg\:border-r-popover\/90 {
    border-right-color: hsl(var(--popover) / 0.9);
  }

  .lg\:border-r-popover\/95 {
    border-right-color: hsl(var(--popover) / 0.95);
  }

  .lg\:border-r-primary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-primary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-primary-foreground\/0 {
    border-right-color: hsl(var(--primary-foreground) / 0);
  }

  .lg\:border-r-primary-foreground\/10 {
    border-right-color: hsl(var(--primary-foreground) / 0.1);
  }

  .lg\:border-r-primary-foreground\/100 {
    border-right-color: hsl(var(--primary-foreground) / 1);
  }

  .lg\:border-r-primary-foreground\/15 {
    border-right-color: hsl(var(--primary-foreground) / 0.15);
  }

  .lg\:border-r-primary-foreground\/20 {
    border-right-color: hsl(var(--primary-foreground) / 0.2);
  }

  .lg\:border-r-primary-foreground\/25 {
    border-right-color: hsl(var(--primary-foreground) / 0.25);
  }

  .lg\:border-r-primary-foreground\/30 {
    border-right-color: hsl(var(--primary-foreground) / 0.3);
  }

  .lg\:border-r-primary-foreground\/35 {
    border-right-color: hsl(var(--primary-foreground) / 0.35);
  }

  .lg\:border-r-primary-foreground\/40 {
    border-right-color: hsl(var(--primary-foreground) / 0.4);
  }

  .lg\:border-r-primary-foreground\/45 {
    border-right-color: hsl(var(--primary-foreground) / 0.45);
  }

  .lg\:border-r-primary-foreground\/5 {
    border-right-color: hsl(var(--primary-foreground) / 0.05);
  }

  .lg\:border-r-primary-foreground\/50 {
    border-right-color: hsl(var(--primary-foreground) / 0.5);
  }

  .lg\:border-r-primary-foreground\/55 {
    border-right-color: hsl(var(--primary-foreground) / 0.55);
  }

  .lg\:border-r-primary-foreground\/60 {
    border-right-color: hsl(var(--primary-foreground) / 0.6);
  }

  .lg\:border-r-primary-foreground\/65 {
    border-right-color: hsl(var(--primary-foreground) / 0.65);
  }

  .lg\:border-r-primary-foreground\/70 {
    border-right-color: hsl(var(--primary-foreground) / 0.7);
  }

  .lg\:border-r-primary-foreground\/75 {
    border-right-color: hsl(var(--primary-foreground) / 0.75);
  }

  .lg\:border-r-primary-foreground\/80 {
    border-right-color: hsl(var(--primary-foreground) / 0.8);
  }

  .lg\:border-r-primary-foreground\/85 {
    border-right-color: hsl(var(--primary-foreground) / 0.85);
  }

  .lg\:border-r-primary-foreground\/90 {
    border-right-color: hsl(var(--primary-foreground) / 0.9);
  }

  .lg\:border-r-primary-foreground\/95 {
    border-right-color: hsl(var(--primary-foreground) / 0.95);
  }

  .lg\:border-r-primary\/0 {
    border-right-color: hsl(var(--primary) / 0);
  }

  .lg\:border-r-primary\/10 {
    border-right-color: hsl(var(--primary) / 0.1);
  }

  .lg\:border-r-primary\/100 {
    border-right-color: hsl(var(--primary) / 1);
  }

  .lg\:border-r-primary\/15 {
    border-right-color: hsl(var(--primary) / 0.15);
  }

  .lg\:border-r-primary\/20 {
    border-right-color: hsl(var(--primary) / 0.2);
  }

  .lg\:border-r-primary\/25 {
    border-right-color: hsl(var(--primary) / 0.25);
  }

  .lg\:border-r-primary\/30 {
    border-right-color: hsl(var(--primary) / 0.3);
  }

  .lg\:border-r-primary\/35 {
    border-right-color: hsl(var(--primary) / 0.35);
  }

  .lg\:border-r-primary\/40 {
    border-right-color: hsl(var(--primary) / 0.4);
  }

  .lg\:border-r-primary\/45 {
    border-right-color: hsl(var(--primary) / 0.45);
  }

  .lg\:border-r-primary\/5 {
    border-right-color: hsl(var(--primary) / 0.05);
  }

  .lg\:border-r-primary\/50 {
    border-right-color: hsl(var(--primary) / 0.5);
  }

  .lg\:border-r-primary\/55 {
    border-right-color: hsl(var(--primary) / 0.55);
  }

  .lg\:border-r-primary\/60 {
    border-right-color: hsl(var(--primary) / 0.6);
  }

  .lg\:border-r-primary\/65 {
    border-right-color: hsl(var(--primary) / 0.65);
  }

  .lg\:border-r-primary\/70 {
    border-right-color: hsl(var(--primary) / 0.7);
  }

  .lg\:border-r-primary\/75 {
    border-right-color: hsl(var(--primary) / 0.75);
  }

  .lg\:border-r-primary\/80 {
    border-right-color: hsl(var(--primary) / 0.8);
  }

  .lg\:border-r-primary\/85 {
    border-right-color: hsl(var(--primary) / 0.85);
  }

  .lg\:border-r-primary\/90 {
    border-right-color: hsl(var(--primary) / 0.9);
  }

  .lg\:border-r-primary\/95 {
    border-right-color: hsl(var(--primary) / 0.95);
  }

  .lg\:border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0);
  }

  .lg\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1);
  }

  .lg\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-r-purple-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0);
  }

  .lg\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1);
  }

  .lg\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-r-purple-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0);
  }

  .lg\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1);
  }

  .lg\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-r-purple-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0);
  }

  .lg\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1);
  }

  .lg\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0);
  }

  .lg\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1);
  }

  .lg\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-r-purple-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0);
  }

  .lg\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1);
  }

  .lg\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-r-purple-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0);
  }

  .lg\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1);
  }

  .lg\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-r-purple-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0);
  }

  .lg\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1);
  }

  .lg\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-r-purple-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0);
  }

  .lg\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1);
  }

  .lg\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-r-purple-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0);
  }

  .lg\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1);
  }

  .lg\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-r-purple-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0);
  }

  .lg\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1);
  }

  .lg\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95);
  }

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

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

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

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

  .lg\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15);
  }

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

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

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

  .lg\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35);
  }

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

  .lg\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45);
  }

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

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

  .lg\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55);
  }

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

  .lg\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65);
  }

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

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

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

  .lg\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15);
  }

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

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

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

  .lg\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-r-red-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0);
  }

  .lg\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1);
  }

  .lg\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-r-red-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0);
  }

  .lg\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1);
  }

  .lg\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-r-red-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0);
  }

  .lg\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1);
  }

  .lg\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-r-red-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0);
  }

  .lg\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1);
  }

  .lg\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-r-red-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0);
  }

  .lg\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1);
  }

  .lg\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-r-red-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0);
  }

  .lg\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1);
  }

  .lg\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-r-red-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0);
  }

  .lg\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1);
  }

  .lg\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-r-red-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0);
  }

  .lg\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1);
  }

  .lg\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-r-red-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0);
  }

  .lg\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1);
  }

  .lg\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-r-ring {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-ring\/0 {
    border-right-color: hsl(var(--ring) / 0);
  }

  .lg\:border-r-ring\/10 {
    border-right-color: hsl(var(--ring) / 0.1);
  }

  .lg\:border-r-ring\/100 {
    border-right-color: hsl(var(--ring) / 1);
  }

  .lg\:border-r-ring\/15 {
    border-right-color: hsl(var(--ring) / 0.15);
  }

  .lg\:border-r-ring\/20 {
    border-right-color: hsl(var(--ring) / 0.2);
  }

  .lg\:border-r-ring\/25 {
    border-right-color: hsl(var(--ring) / 0.25);
  }

  .lg\:border-r-ring\/30 {
    border-right-color: hsl(var(--ring) / 0.3);
  }

  .lg\:border-r-ring\/35 {
    border-right-color: hsl(var(--ring) / 0.35);
  }

  .lg\:border-r-ring\/40 {
    border-right-color: hsl(var(--ring) / 0.4);
  }

  .lg\:border-r-ring\/45 {
    border-right-color: hsl(var(--ring) / 0.45);
  }

  .lg\:border-r-ring\/5 {
    border-right-color: hsl(var(--ring) / 0.05);
  }

  .lg\:border-r-ring\/50 {
    border-right-color: hsl(var(--ring) / 0.5);
  }

  .lg\:border-r-ring\/55 {
    border-right-color: hsl(var(--ring) / 0.55);
  }

  .lg\:border-r-ring\/60 {
    border-right-color: hsl(var(--ring) / 0.6);
  }

  .lg\:border-r-ring\/65 {
    border-right-color: hsl(var(--ring) / 0.65);
  }

  .lg\:border-r-ring\/70 {
    border-right-color: hsl(var(--ring) / 0.7);
  }

  .lg\:border-r-ring\/75 {
    border-right-color: hsl(var(--ring) / 0.75);
  }

  .lg\:border-r-ring\/80 {
    border-right-color: hsl(var(--ring) / 0.8);
  }

  .lg\:border-r-ring\/85 {
    border-right-color: hsl(var(--ring) / 0.85);
  }

  .lg\:border-r-ring\/90 {
    border-right-color: hsl(var(--ring) / 0.9);
  }

  .lg\:border-r-ring\/95 {
    border-right-color: hsl(var(--ring) / 0.95);
  }

  .lg\:border-r-rose-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0);
  }

  .lg\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1);
  }

  .lg\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-r-rose-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0);
  }

  .lg\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1);
  }

  .lg\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-r-rose-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0);
  }

  .lg\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1);
  }

  .lg\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-r-rose-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0);
  }

  .lg\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1);
  }

  .lg\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-r-rose-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0);
  }

  .lg\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1);
  }

  .lg\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-r-rose-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0);
  }

  .lg\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1);
  }

  .lg\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-r-rose-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0);
  }

  .lg\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1);
  }

  .lg\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-r-rose-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0);
  }

  .lg\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1);
  }

  .lg\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-r-rose-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0);
  }

  .lg\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1);
  }

  .lg\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-r-rose-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0);
  }

  .lg\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1);
  }

  .lg\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-r-rose-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0);
  }

  .lg\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1);
  }

  .lg\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-r-secondary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-secondary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-secondary-foreground\/0 {
    border-right-color: hsl(var(--secondary-foreground) / 0);
  }

  .lg\:border-r-secondary-foreground\/10 {
    border-right-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .lg\:border-r-secondary-foreground\/100 {
    border-right-color: hsl(var(--secondary-foreground) / 1);
  }

  .lg\:border-r-secondary-foreground\/15 {
    border-right-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .lg\:border-r-secondary-foreground\/20 {
    border-right-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .lg\:border-r-secondary-foreground\/25 {
    border-right-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .lg\:border-r-secondary-foreground\/30 {
    border-right-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .lg\:border-r-secondary-foreground\/35 {
    border-right-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .lg\:border-r-secondary-foreground\/40 {
    border-right-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .lg\:border-r-secondary-foreground\/45 {
    border-right-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .lg\:border-r-secondary-foreground\/5 {
    border-right-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .lg\:border-r-secondary-foreground\/50 {
    border-right-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .lg\:border-r-secondary-foreground\/55 {
    border-right-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .lg\:border-r-secondary-foreground\/60 {
    border-right-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .lg\:border-r-secondary-foreground\/65 {
    border-right-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .lg\:border-r-secondary-foreground\/70 {
    border-right-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .lg\:border-r-secondary-foreground\/75 {
    border-right-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .lg\:border-r-secondary-foreground\/80 {
    border-right-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .lg\:border-r-secondary-foreground\/85 {
    border-right-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .lg\:border-r-secondary-foreground\/90 {
    border-right-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .lg\:border-r-secondary-foreground\/95 {
    border-right-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .lg\:border-r-secondary\/0 {
    border-right-color: hsl(var(--secondary) / 0);
  }

  .lg\:border-r-secondary\/10 {
    border-right-color: hsl(var(--secondary) / 0.1);
  }

  .lg\:border-r-secondary\/100 {
    border-right-color: hsl(var(--secondary) / 1);
  }

  .lg\:border-r-secondary\/15 {
    border-right-color: hsl(var(--secondary) / 0.15);
  }

  .lg\:border-r-secondary\/20 {
    border-right-color: hsl(var(--secondary) / 0.2);
  }

  .lg\:border-r-secondary\/25 {
    border-right-color: hsl(var(--secondary) / 0.25);
  }

  .lg\:border-r-secondary\/30 {
    border-right-color: hsl(var(--secondary) / 0.3);
  }

  .lg\:border-r-secondary\/35 {
    border-right-color: hsl(var(--secondary) / 0.35);
  }

  .lg\:border-r-secondary\/40 {
    border-right-color: hsl(var(--secondary) / 0.4);
  }

  .lg\:border-r-secondary\/45 {
    border-right-color: hsl(var(--secondary) / 0.45);
  }

  .lg\:border-r-secondary\/5 {
    border-right-color: hsl(var(--secondary) / 0.05);
  }

  .lg\:border-r-secondary\/50 {
    border-right-color: hsl(var(--secondary) / 0.5);
  }

  .lg\:border-r-secondary\/55 {
    border-right-color: hsl(var(--secondary) / 0.55);
  }

  .lg\:border-r-secondary\/60 {
    border-right-color: hsl(var(--secondary) / 0.6);
  }

  .lg\:border-r-secondary\/65 {
    border-right-color: hsl(var(--secondary) / 0.65);
  }

  .lg\:border-r-secondary\/70 {
    border-right-color: hsl(var(--secondary) / 0.7);
  }

  .lg\:border-r-secondary\/75 {
    border-right-color: hsl(var(--secondary) / 0.75);
  }

  .lg\:border-r-secondary\/80 {
    border-right-color: hsl(var(--secondary) / 0.8);
  }

  .lg\:border-r-secondary\/85 {
    border-right-color: hsl(var(--secondary) / 0.85);
  }

  .lg\:border-r-secondary\/90 {
    border-right-color: hsl(var(--secondary) / 0.9);
  }

  .lg\:border-r-secondary\/95 {
    border-right-color: hsl(var(--secondary) / 0.95);
  }

  .lg\:border-r-sidebar {
    border-right-color: hsl(var(--sidebar-background));
  }

  .lg\:border-r-sidebar-accent {
    border-right-color: hsl(var(--sidebar-accent));
  }

  .lg\:border-r-sidebar-accent-foreground {
    border-right-color: hsl(var(--sidebar-accent-foreground));
  }

  .lg\:border-r-sidebar-accent-foreground\/0 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .lg\:border-r-sidebar-accent-foreground\/10 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .lg\:border-r-sidebar-accent-foreground\/100 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .lg\:border-r-sidebar-accent-foreground\/15 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .lg\:border-r-sidebar-accent-foreground\/20 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .lg\:border-r-sidebar-accent-foreground\/25 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .lg\:border-r-sidebar-accent-foreground\/30 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .lg\:border-r-sidebar-accent-foreground\/35 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .lg\:border-r-sidebar-accent-foreground\/40 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .lg\:border-r-sidebar-accent-foreground\/45 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .lg\:border-r-sidebar-accent-foreground\/5 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .lg\:border-r-sidebar-accent-foreground\/50 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .lg\:border-r-sidebar-accent-foreground\/55 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .lg\:border-r-sidebar-accent-foreground\/60 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .lg\:border-r-sidebar-accent-foreground\/65 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .lg\:border-r-sidebar-accent-foreground\/70 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .lg\:border-r-sidebar-accent-foreground\/75 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .lg\:border-r-sidebar-accent-foreground\/80 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .lg\:border-r-sidebar-accent-foreground\/85 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .lg\:border-r-sidebar-accent-foreground\/90 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .lg\:border-r-sidebar-accent-foreground\/95 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .lg\:border-r-sidebar-accent\/0 {
    border-right-color: hsl(var(--sidebar-accent) / 0);
  }

  .lg\:border-r-sidebar-accent\/10 {
    border-right-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .lg\:border-r-sidebar-accent\/100 {
    border-right-color: hsl(var(--sidebar-accent) / 1);
  }

  .lg\:border-r-sidebar-accent\/15 {
    border-right-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .lg\:border-r-sidebar-accent\/20 {
    border-right-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .lg\:border-r-sidebar-accent\/25 {
    border-right-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .lg\:border-r-sidebar-accent\/30 {
    border-right-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .lg\:border-r-sidebar-accent\/35 {
    border-right-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .lg\:border-r-sidebar-accent\/40 {
    border-right-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .lg\:border-r-sidebar-accent\/45 {
    border-right-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .lg\:border-r-sidebar-accent\/5 {
    border-right-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .lg\:border-r-sidebar-accent\/50 {
    border-right-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .lg\:border-r-sidebar-accent\/55 {
    border-right-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .lg\:border-r-sidebar-accent\/60 {
    border-right-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .lg\:border-r-sidebar-accent\/65 {
    border-right-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .lg\:border-r-sidebar-accent\/70 {
    border-right-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .lg\:border-r-sidebar-accent\/75 {
    border-right-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .lg\:border-r-sidebar-accent\/80 {
    border-right-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .lg\:border-r-sidebar-accent\/85 {
    border-right-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .lg\:border-r-sidebar-accent\/90 {
    border-right-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .lg\:border-r-sidebar-accent\/95 {
    border-right-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .lg\:border-r-sidebar-border {
    border-right-color: hsl(var(--sidebar-border));
  }

  .lg\:border-r-sidebar-border\/0 {
    border-right-color: hsl(var(--sidebar-border) / 0);
  }

  .lg\:border-r-sidebar-border\/10 {
    border-right-color: hsl(var(--sidebar-border) / 0.1);
  }

  .lg\:border-r-sidebar-border\/100 {
    border-right-color: hsl(var(--sidebar-border) / 1);
  }

  .lg\:border-r-sidebar-border\/15 {
    border-right-color: hsl(var(--sidebar-border) / 0.15);
  }

  .lg\:border-r-sidebar-border\/20 {
    border-right-color: hsl(var(--sidebar-border) / 0.2);
  }

  .lg\:border-r-sidebar-border\/25 {
    border-right-color: hsl(var(--sidebar-border) / 0.25);
  }

  .lg\:border-r-sidebar-border\/30 {
    border-right-color: hsl(var(--sidebar-border) / 0.3);
  }

  .lg\:border-r-sidebar-border\/35 {
    border-right-color: hsl(var(--sidebar-border) / 0.35);
  }

  .lg\:border-r-sidebar-border\/40 {
    border-right-color: hsl(var(--sidebar-border) / 0.4);
  }

  .lg\:border-r-sidebar-border\/45 {
    border-right-color: hsl(var(--sidebar-border) / 0.45);
  }

  .lg\:border-r-sidebar-border\/5 {
    border-right-color: hsl(var(--sidebar-border) / 0.05);
  }

  .lg\:border-r-sidebar-border\/50 {
    border-right-color: hsl(var(--sidebar-border) / 0.5);
  }

  .lg\:border-r-sidebar-border\/55 {
    border-right-color: hsl(var(--sidebar-border) / 0.55);
  }

  .lg\:border-r-sidebar-border\/60 {
    border-right-color: hsl(var(--sidebar-border) / 0.6);
  }

  .lg\:border-r-sidebar-border\/65 {
    border-right-color: hsl(var(--sidebar-border) / 0.65);
  }

  .lg\:border-r-sidebar-border\/70 {
    border-right-color: hsl(var(--sidebar-border) / 0.7);
  }

  .lg\:border-r-sidebar-border\/75 {
    border-right-color: hsl(var(--sidebar-border) / 0.75);
  }

  .lg\:border-r-sidebar-border\/80 {
    border-right-color: hsl(var(--sidebar-border) / 0.8);
  }

  .lg\:border-r-sidebar-border\/85 {
    border-right-color: hsl(var(--sidebar-border) / 0.85);
  }

  .lg\:border-r-sidebar-border\/90 {
    border-right-color: hsl(var(--sidebar-border) / 0.9);
  }

  .lg\:border-r-sidebar-border\/95 {
    border-right-color: hsl(var(--sidebar-border) / 0.95);
  }

  .lg\:border-r-sidebar-foreground {
    border-right-color: hsl(var(--sidebar-foreground));
  }

  .lg\:border-r-sidebar-foreground\/0 {
    border-right-color: hsl(var(--sidebar-foreground) / 0);
  }

  .lg\:border-r-sidebar-foreground\/10 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .lg\:border-r-sidebar-foreground\/100 {
    border-right-color: hsl(var(--sidebar-foreground) / 1);
  }

  .lg\:border-r-sidebar-foreground\/15 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .lg\:border-r-sidebar-foreground\/20 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .lg\:border-r-sidebar-foreground\/25 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .lg\:border-r-sidebar-foreground\/30 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .lg\:border-r-sidebar-foreground\/35 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .lg\:border-r-sidebar-foreground\/40 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .lg\:border-r-sidebar-foreground\/45 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .lg\:border-r-sidebar-foreground\/5 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .lg\:border-r-sidebar-foreground\/50 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .lg\:border-r-sidebar-foreground\/55 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .lg\:border-r-sidebar-foreground\/60 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .lg\:border-r-sidebar-foreground\/65 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .lg\:border-r-sidebar-foreground\/70 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .lg\:border-r-sidebar-foreground\/75 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .lg\:border-r-sidebar-foreground\/80 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .lg\:border-r-sidebar-foreground\/85 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .lg\:border-r-sidebar-foreground\/90 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .lg\:border-r-sidebar-foreground\/95 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .lg\:border-r-sidebar-primary {
    border-right-color: hsl(var(--sidebar-primary));
  }

  .lg\:border-r-sidebar-primary-foreground {
    border-right-color: hsl(var(--sidebar-primary-foreground));
  }

  .lg\:border-r-sidebar-primary-foreground\/0 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .lg\:border-r-sidebar-primary-foreground\/10 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .lg\:border-r-sidebar-primary-foreground\/100 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .lg\:border-r-sidebar-primary-foreground\/15 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .lg\:border-r-sidebar-primary-foreground\/20 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .lg\:border-r-sidebar-primary-foreground\/25 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .lg\:border-r-sidebar-primary-foreground\/30 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .lg\:border-r-sidebar-primary-foreground\/35 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .lg\:border-r-sidebar-primary-foreground\/40 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .lg\:border-r-sidebar-primary-foreground\/45 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .lg\:border-r-sidebar-primary-foreground\/5 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .lg\:border-r-sidebar-primary-foreground\/50 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .lg\:border-r-sidebar-primary-foreground\/55 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .lg\:border-r-sidebar-primary-foreground\/60 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .lg\:border-r-sidebar-primary-foreground\/65 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .lg\:border-r-sidebar-primary-foreground\/70 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .lg\:border-r-sidebar-primary-foreground\/75 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .lg\:border-r-sidebar-primary-foreground\/80 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .lg\:border-r-sidebar-primary-foreground\/85 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .lg\:border-r-sidebar-primary-foreground\/90 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .lg\:border-r-sidebar-primary-foreground\/95 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .lg\:border-r-sidebar-primary\/0 {
    border-right-color: hsl(var(--sidebar-primary) / 0);
  }

  .lg\:border-r-sidebar-primary\/10 {
    border-right-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .lg\:border-r-sidebar-primary\/100 {
    border-right-color: hsl(var(--sidebar-primary) / 1);
  }

  .lg\:border-r-sidebar-primary\/15 {
    border-right-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .lg\:border-r-sidebar-primary\/20 {
    border-right-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .lg\:border-r-sidebar-primary\/25 {
    border-right-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .lg\:border-r-sidebar-primary\/30 {
    border-right-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .lg\:border-r-sidebar-primary\/35 {
    border-right-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .lg\:border-r-sidebar-primary\/40 {
    border-right-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .lg\:border-r-sidebar-primary\/45 {
    border-right-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .lg\:border-r-sidebar-primary\/5 {
    border-right-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .lg\:border-r-sidebar-primary\/50 {
    border-right-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .lg\:border-r-sidebar-primary\/55 {
    border-right-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .lg\:border-r-sidebar-primary\/60 {
    border-right-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .lg\:border-r-sidebar-primary\/65 {
    border-right-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .lg\:border-r-sidebar-primary\/70 {
    border-right-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .lg\:border-r-sidebar-primary\/75 {
    border-right-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .lg\:border-r-sidebar-primary\/80 {
    border-right-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .lg\:border-r-sidebar-primary\/85 {
    border-right-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .lg\:border-r-sidebar-primary\/90 {
    border-right-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .lg\:border-r-sidebar-primary\/95 {
    border-right-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .lg\:border-r-sidebar-ring {
    border-right-color: hsl(var(--sidebar-ring));
  }

  .lg\:border-r-sidebar-ring\/0 {
    border-right-color: hsl(var(--sidebar-ring) / 0);
  }

  .lg\:border-r-sidebar-ring\/10 {
    border-right-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .lg\:border-r-sidebar-ring\/100 {
    border-right-color: hsl(var(--sidebar-ring) / 1);
  }

  .lg\:border-r-sidebar-ring\/15 {
    border-right-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .lg\:border-r-sidebar-ring\/20 {
    border-right-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .lg\:border-r-sidebar-ring\/25 {
    border-right-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .lg\:border-r-sidebar-ring\/30 {
    border-right-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .lg\:border-r-sidebar-ring\/35 {
    border-right-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .lg\:border-r-sidebar-ring\/40 {
    border-right-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .lg\:border-r-sidebar-ring\/45 {
    border-right-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .lg\:border-r-sidebar-ring\/5 {
    border-right-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .lg\:border-r-sidebar-ring\/50 {
    border-right-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .lg\:border-r-sidebar-ring\/55 {
    border-right-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .lg\:border-r-sidebar-ring\/60 {
    border-right-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .lg\:border-r-sidebar-ring\/65 {
    border-right-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .lg\:border-r-sidebar-ring\/70 {
    border-right-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .lg\:border-r-sidebar-ring\/75 {
    border-right-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .lg\:border-r-sidebar-ring\/80 {
    border-right-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .lg\:border-r-sidebar-ring\/85 {
    border-right-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .lg\:border-r-sidebar-ring\/90 {
    border-right-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .lg\:border-r-sidebar-ring\/95 {
    border-right-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .lg\:border-r-sidebar\/0 {
    border-right-color: hsl(var(--sidebar-background) / 0);
  }

  .lg\:border-r-sidebar\/10 {
    border-right-color: hsl(var(--sidebar-background) / 0.1);
  }

  .lg\:border-r-sidebar\/100 {
    border-right-color: hsl(var(--sidebar-background) / 1);
  }

  .lg\:border-r-sidebar\/15 {
    border-right-color: hsl(var(--sidebar-background) / 0.15);
  }

  .lg\:border-r-sidebar\/20 {
    border-right-color: hsl(var(--sidebar-background) / 0.2);
  }

  .lg\:border-r-sidebar\/25 {
    border-right-color: hsl(var(--sidebar-background) / 0.25);
  }

  .lg\:border-r-sidebar\/30 {
    border-right-color: hsl(var(--sidebar-background) / 0.3);
  }

  .lg\:border-r-sidebar\/35 {
    border-right-color: hsl(var(--sidebar-background) / 0.35);
  }

  .lg\:border-r-sidebar\/40 {
    border-right-color: hsl(var(--sidebar-background) / 0.4);
  }

  .lg\:border-r-sidebar\/45 {
    border-right-color: hsl(var(--sidebar-background) / 0.45);
  }

  .lg\:border-r-sidebar\/5 {
    border-right-color: hsl(var(--sidebar-background) / 0.05);
  }

  .lg\:border-r-sidebar\/50 {
    border-right-color: hsl(var(--sidebar-background) / 0.5);
  }

  .lg\:border-r-sidebar\/55 {
    border-right-color: hsl(var(--sidebar-background) / 0.55);
  }

  .lg\:border-r-sidebar\/60 {
    border-right-color: hsl(var(--sidebar-background) / 0.6);
  }

  .lg\:border-r-sidebar\/65 {
    border-right-color: hsl(var(--sidebar-background) / 0.65);
  }

  .lg\:border-r-sidebar\/70 {
    border-right-color: hsl(var(--sidebar-background) / 0.7);
  }

  .lg\:border-r-sidebar\/75 {
    border-right-color: hsl(var(--sidebar-background) / 0.75);
  }

  .lg\:border-r-sidebar\/80 {
    border-right-color: hsl(var(--sidebar-background) / 0.8);
  }

  .lg\:border-r-sidebar\/85 {
    border-right-color: hsl(var(--sidebar-background) / 0.85);
  }

  .lg\:border-r-sidebar\/90 {
    border-right-color: hsl(var(--sidebar-background) / 0.9);
  }

  .lg\:border-r-sidebar\/95 {
    border-right-color: hsl(var(--sidebar-background) / 0.95);
  }

  .lg\:border-r-sky-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0);
  }

  .lg\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1);
  }

  .lg\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-r-sky-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0);
  }

  .lg\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1);
  }

  .lg\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-r-sky-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0);
  }

  .lg\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1);
  }

  .lg\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-r-sky-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0);
  }

  .lg\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1);
  }

  .lg\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-r-sky-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0);
  }

  .lg\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1);
  }

  .lg\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-r-sky-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0);
  }

  .lg\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1);
  }

  .lg\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-r-sky-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0);
  }

  .lg\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1);
  }

  .lg\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-r-sky-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0);
  }

  .lg\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1);
  }

  .lg\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-r-sky-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0);
  }

  .lg\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1);
  }

  .lg\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-r-sky-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0);
  }

  .lg\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1);
  }

  .lg\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-r-sky-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0);
  }

  .lg\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1);
  }

  .lg\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-r-slate-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0);
  }

  .lg\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1);
  }

  .lg\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-r-slate-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0);
  }

  .lg\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1);
  }

  .lg\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-r-slate-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0);
  }

  .lg\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1);
  }

  .lg\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-r-slate-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0);
  }

  .lg\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1);
  }

  .lg\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-r-slate-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0);
  }

  .lg\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1);
  }

  .lg\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-r-slate-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0);
  }

  .lg\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1);
  }

  .lg\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-r-slate-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0);
  }

  .lg\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1);
  }

  .lg\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-r-slate-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0);
  }

  .lg\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1);
  }

  .lg\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-r-slate-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0);
  }

  .lg\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1);
  }

  .lg\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-r-slate-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0);
  }

  .lg\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1);
  }

  .lg\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-r-slate-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0);
  }

  .lg\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1);
  }

  .lg\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-r-stone-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0);
  }

  .lg\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1);
  }

  .lg\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-r-stone-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0);
  }

  .lg\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1);
  }

  .lg\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-r-stone-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0);
  }

  .lg\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1);
  }

  .lg\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-r-stone-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0);
  }

  .lg\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1);
  }

  .lg\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-r-stone-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0);
  }

  .lg\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1);
  }

  .lg\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-r-stone-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0);
  }

  .lg\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1);
  }

  .lg\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-r-stone-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0);
  }

  .lg\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1);
  }

  .lg\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-r-stone-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0);
  }

  .lg\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1);
  }

  .lg\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-r-stone-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0);
  }

  .lg\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1);
  }

  .lg\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-r-stone-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0);
  }

  .lg\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1);
  }

  .lg\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-r-stone-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0);
  }

  .lg\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1);
  }

  .lg\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-r-supporting {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-supporting-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-supporting-foreground\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-r-supporting-foreground\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-r-supporting-foreground\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-r-supporting-foreground\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-r-supporting-foreground\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-r-supporting-foreground\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-r-supporting-foreground\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-r-supporting-foreground\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-r-supporting-foreground\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-r-supporting-foreground\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-r-supporting-foreground\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-r-supporting-foreground\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-r-supporting-foreground\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-r-supporting-foreground\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-r-supporting-foreground\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-r-supporting-foreground\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-r-supporting-foreground\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-r-supporting-foreground\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-r-supporting-foreground\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-r-supporting-foreground\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-r-supporting-foreground\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-r-supporting\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-r-supporting\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-r-supporting\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-r-supporting\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-r-supporting\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-r-supporting\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-r-supporting\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-r-supporting\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-r-supporting\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-r-supporting\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-r-supporting\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-r-supporting\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-r-supporting\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-r-supporting\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-r-supporting\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-r-supporting\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-r-supporting\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-r-supporting\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-r-supporting\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-r-supporting\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-r-supporting\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-r-teal-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0);
  }

  .lg\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1);
  }

  .lg\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-r-teal-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0);
  }

  .lg\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1);
  }

  .lg\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-r-teal-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0);
  }

  .lg\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1);
  }

  .lg\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-r-teal-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0);
  }

  .lg\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1);
  }

  .lg\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-r-teal-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0);
  }

  .lg\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1);
  }

  .lg\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-r-teal-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0);
  }

  .lg\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1);
  }

  .lg\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-r-teal-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0);
  }

  .lg\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1);
  }

  .lg\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-r-teal-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0);
  }

  .lg\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1);
  }

  .lg\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-r-teal-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0);
  }

  .lg\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1);
  }

  .lg\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-r-teal-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0);
  }

  .lg\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1);
  }

  .lg\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-r-teal-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0);
  }

  .lg\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1);
  }

  .lg\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-r-tertiary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-tertiary\/0 {
    border-right-color: hsl(var(--tertiary) / 0);
  }

  .lg\:border-r-tertiary\/10 {
    border-right-color: hsl(var(--tertiary) / 0.1);
  }

  .lg\:border-r-tertiary\/100 {
    border-right-color: hsl(var(--tertiary) / 1);
  }

  .lg\:border-r-tertiary\/15 {
    border-right-color: hsl(var(--tertiary) / 0.15);
  }

  .lg\:border-r-tertiary\/20 {
    border-right-color: hsl(var(--tertiary) / 0.2);
  }

  .lg\:border-r-tertiary\/25 {
    border-right-color: hsl(var(--tertiary) / 0.25);
  }

  .lg\:border-r-tertiary\/30 {
    border-right-color: hsl(var(--tertiary) / 0.3);
  }

  .lg\:border-r-tertiary\/35 {
    border-right-color: hsl(var(--tertiary) / 0.35);
  }

  .lg\:border-r-tertiary\/40 {
    border-right-color: hsl(var(--tertiary) / 0.4);
  }

  .lg\:border-r-tertiary\/45 {
    border-right-color: hsl(var(--tertiary) / 0.45);
  }

  .lg\:border-r-tertiary\/5 {
    border-right-color: hsl(var(--tertiary) / 0.05);
  }

  .lg\:border-r-tertiary\/50 {
    border-right-color: hsl(var(--tertiary) / 0.5);
  }

  .lg\:border-r-tertiary\/55 {
    border-right-color: hsl(var(--tertiary) / 0.55);
  }

  .lg\:border-r-tertiary\/60 {
    border-right-color: hsl(var(--tertiary) / 0.6);
  }

  .lg\:border-r-tertiary\/65 {
    border-right-color: hsl(var(--tertiary) / 0.65);
  }

  .lg\:border-r-tertiary\/70 {
    border-right-color: hsl(var(--tertiary) / 0.7);
  }

  .lg\:border-r-tertiary\/75 {
    border-right-color: hsl(var(--tertiary) / 0.75);
  }

  .lg\:border-r-tertiary\/80 {
    border-right-color: hsl(var(--tertiary) / 0.8);
  }

  .lg\:border-r-tertiary\/85 {
    border-right-color: hsl(var(--tertiary) / 0.85);
  }

  .lg\:border-r-tertiary\/90 {
    border-right-color: hsl(var(--tertiary) / 0.9);
  }

  .lg\:border-r-tertiary\/95 {
    border-right-color: hsl(var(--tertiary) / 0.95);
  }

  .lg\:border-r-transparent {
    border-right-color: transparent;
  }

  .lg\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .lg\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .lg\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-r-violet-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0);
  }

  .lg\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1);
  }

  .lg\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-r-violet-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0);
  }

  .lg\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1);
  }

  .lg\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-r-violet-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0);
  }

  .lg\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1);
  }

  .lg\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-r-violet-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0);
  }

  .lg\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1);
  }

  .lg\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-r-violet-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0);
  }

  .lg\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1);
  }

  .lg\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-r-violet-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0);
  }

  .lg\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1);
  }

  .lg\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-r-violet-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0);
  }

  .lg\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1);
  }

  .lg\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-r-violet-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0);
  }

  .lg\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1);
  }

  .lg\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-r-violet-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0);
  }

  .lg\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1);
  }

  .lg\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-r-violet-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0);
  }

  .lg\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1);
  }

  .lg\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-r-violet-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0);
  }

  .lg\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1);
  }

  .lg\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .lg\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .lg\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .lg\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .lg\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .lg\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .lg\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .lg\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .lg\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .lg\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .lg\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .lg\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .lg\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .lg\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .lg\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .lg\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .lg\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .lg\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .lg\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .lg\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .lg\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .lg\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .lg\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .lg\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .lg\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-r-zinc-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0);
  }

  .lg\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1);
  }

  .lg\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-r-zinc-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0);
  }

  .lg\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1);
  }

  .lg\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-r-zinc-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0);
  }

  .lg\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1);
  }

  .lg\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-r-zinc-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0);
  }

  .lg\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1);
  }

  .lg\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-r-zinc-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .lg\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .lg\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-r-zinc-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0);
  }

  .lg\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1);
  }

  .lg\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-r-zinc-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0);
  }

  .lg\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1);
  }

  .lg\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-r-zinc-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0);
  }

  .lg\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1);
  }

  .lg\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-r-zinc-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0);
  }

  .lg\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1);
  }

  .lg\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-r-zinc-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0);
  }

  .lg\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1);
  }

  .lg\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-r-zinc-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0);
  }

  .lg\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1);
  }

  .lg\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .lg\:border-t-accent {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-accent-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-accent-foreground\/0 {
    border-top-color: hsl(var(--accent-foreground) / 0);
  }

  .lg\:border-t-accent-foreground\/10 {
    border-top-color: hsl(var(--accent-foreground) / 0.1);
  }

  .lg\:border-t-accent-foreground\/100 {
    border-top-color: hsl(var(--accent-foreground) / 1);
  }

  .lg\:border-t-accent-foreground\/15 {
    border-top-color: hsl(var(--accent-foreground) / 0.15);
  }

  .lg\:border-t-accent-foreground\/20 {
    border-top-color: hsl(var(--accent-foreground) / 0.2);
  }

  .lg\:border-t-accent-foreground\/25 {
    border-top-color: hsl(var(--accent-foreground) / 0.25);
  }

  .lg\:border-t-accent-foreground\/30 {
    border-top-color: hsl(var(--accent-foreground) / 0.3);
  }

  .lg\:border-t-accent-foreground\/35 {
    border-top-color: hsl(var(--accent-foreground) / 0.35);
  }

  .lg\:border-t-accent-foreground\/40 {
    border-top-color: hsl(var(--accent-foreground) / 0.4);
  }

  .lg\:border-t-accent-foreground\/45 {
    border-top-color: hsl(var(--accent-foreground) / 0.45);
  }

  .lg\:border-t-accent-foreground\/5 {
    border-top-color: hsl(var(--accent-foreground) / 0.05);
  }

  .lg\:border-t-accent-foreground\/50 {
    border-top-color: hsl(var(--accent-foreground) / 0.5);
  }

  .lg\:border-t-accent-foreground\/55 {
    border-top-color: hsl(var(--accent-foreground) / 0.55);
  }

  .lg\:border-t-accent-foreground\/60 {
    border-top-color: hsl(var(--accent-foreground) / 0.6);
  }

  .lg\:border-t-accent-foreground\/65 {
    border-top-color: hsl(var(--accent-foreground) / 0.65);
  }

  .lg\:border-t-accent-foreground\/70 {
    border-top-color: hsl(var(--accent-foreground) / 0.7);
  }

  .lg\:border-t-accent-foreground\/75 {
    border-top-color: hsl(var(--accent-foreground) / 0.75);
  }

  .lg\:border-t-accent-foreground\/80 {
    border-top-color: hsl(var(--accent-foreground) / 0.8);
  }

  .lg\:border-t-accent-foreground\/85 {
    border-top-color: hsl(var(--accent-foreground) / 0.85);
  }

  .lg\:border-t-accent-foreground\/90 {
    border-top-color: hsl(var(--accent-foreground) / 0.9);
  }

  .lg\:border-t-accent-foreground\/95 {
    border-top-color: hsl(var(--accent-foreground) / 0.95);
  }

  .lg\:border-t-accent\/0 {
    border-top-color: hsl(var(--accent) / 0);
  }

  .lg\:border-t-accent\/10 {
    border-top-color: hsl(var(--accent) / 0.1);
  }

  .lg\:border-t-accent\/100 {
    border-top-color: hsl(var(--accent) / 1);
  }

  .lg\:border-t-accent\/15 {
    border-top-color: hsl(var(--accent) / 0.15);
  }

  .lg\:border-t-accent\/20 {
    border-top-color: hsl(var(--accent) / 0.2);
  }

  .lg\:border-t-accent\/25 {
    border-top-color: hsl(var(--accent) / 0.25);
  }

  .lg\:border-t-accent\/30 {
    border-top-color: hsl(var(--accent) / 0.3);
  }

  .lg\:border-t-accent\/35 {
    border-top-color: hsl(var(--accent) / 0.35);
  }

  .lg\:border-t-accent\/40 {
    border-top-color: hsl(var(--accent) / 0.4);
  }

  .lg\:border-t-accent\/45 {
    border-top-color: hsl(var(--accent) / 0.45);
  }

  .lg\:border-t-accent\/5 {
    border-top-color: hsl(var(--accent) / 0.05);
  }

  .lg\:border-t-accent\/50 {
    border-top-color: hsl(var(--accent) / 0.5);
  }

  .lg\:border-t-accent\/55 {
    border-top-color: hsl(var(--accent) / 0.55);
  }

  .lg\:border-t-accent\/60 {
    border-top-color: hsl(var(--accent) / 0.6);
  }

  .lg\:border-t-accent\/65 {
    border-top-color: hsl(var(--accent) / 0.65);
  }

  .lg\:border-t-accent\/70 {
    border-top-color: hsl(var(--accent) / 0.7);
  }

  .lg\:border-t-accent\/75 {
    border-top-color: hsl(var(--accent) / 0.75);
  }

  .lg\:border-t-accent\/80 {
    border-top-color: hsl(var(--accent) / 0.8);
  }

  .lg\:border-t-accent\/85 {
    border-top-color: hsl(var(--accent) / 0.85);
  }

  .lg\:border-t-accent\/90 {
    border-top-color: hsl(var(--accent) / 0.9);
  }

  .lg\:border-t-accent\/95 {
    border-top-color: hsl(var(--accent) / 0.95);
  }

  .lg\:border-t-amber-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
  }

  .lg\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
  }

  .lg\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
  }

  .lg\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
  }

  .lg\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
  }

  .lg\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
  }

  .lg\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
  }

  .lg\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
  }

  .lg\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
  }

  .lg\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
  }

  .lg\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
  }

  .lg\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
  }

  .lg\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
  }

  .lg\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
  }

  .lg\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
  }

  .lg\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
  }

  .lg\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
  }

  .lg\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
  }

  .lg\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
  }

  .lg\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
  }

  .lg\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
  }

  .lg\:border-t-amber-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
  }

  .lg\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
  }

  .lg\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
  }

  .lg\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
  }

  .lg\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
  }

  .lg\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
  }

  .lg\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
  }

  .lg\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
  }

  .lg\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
  }

  .lg\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
  }

  .lg\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
  }

  .lg\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
  }

  .lg\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
  }

  .lg\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
  }

  .lg\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
  }

  .lg\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
  }

  .lg\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
  }

  .lg\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
  }

  .lg\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
  }

  .lg\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
  }

  .lg\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
  }

  .lg\:border-t-amber-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
  }

  .lg\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
  }

  .lg\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
  }

  .lg\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
  }

  .lg\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
  }

  .lg\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
  }

  .lg\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
  }

  .lg\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
  }

  .lg\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
  }

  .lg\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
  }

  .lg\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
  }

  .lg\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
  }

  .lg\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
  }

  .lg\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
  }

  .lg\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
  }

  .lg\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
  }

  .lg\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
  }

  .lg\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
  }

  .lg\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
  }

  .lg\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
  }

  .lg\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
  }

  .lg\:border-t-amber-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
  }

  .lg\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
  }

  .lg\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
  }

  .lg\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
  }

  .lg\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
  }

  .lg\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
  }

  .lg\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
  }

  .lg\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
  }

  .lg\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
  }

  .lg\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
  }

  .lg\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
  }

  .lg\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
  }

  .lg\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
  }

  .lg\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
  }

  .lg\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
  }

  .lg\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
  }

  .lg\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
  }

  .lg\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
  }

  .lg\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
  }

  .lg\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
  }

  .lg\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
  }

  .lg\:border-t-amber-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
  }

  .lg\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
  }

  .lg\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
  }

  .lg\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
  }

  .lg\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
  }

  .lg\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
  }

  .lg\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
  }

  .lg\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
  }

  .lg\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
  }

  .lg\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
  }

  .lg\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
  }

  .lg\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
  }

  .lg\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
  }

  .lg\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
  }

  .lg\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
  }

  .lg\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
  }

  .lg\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
  }

  .lg\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
  }

  .lg\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
  }

  .lg\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
  }

  .lg\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
  }

  .lg\:border-t-amber-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
  }

  .lg\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
  }

  .lg\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
  }

  .lg\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
  }

  .lg\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
  }

  .lg\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
  }

  .lg\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
  }

  .lg\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
  }

  .lg\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
  }

  .lg\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
  }

  .lg\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
  }

  .lg\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
  }

  .lg\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
  }

  .lg\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
  }

  .lg\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
  }

  .lg\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
  }

  .lg\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
  }

  .lg\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
  }

  .lg\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
  }

  .lg\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
  }

  .lg\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
  }

  .lg\:border-t-amber-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
  }

  .lg\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
  }

  .lg\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
  }

  .lg\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
  }

  .lg\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
  }

  .lg\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
  }

  .lg\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
  }

  .lg\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
  }

  .lg\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
  }

  .lg\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
  }

  .lg\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
  }

  .lg\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
  }

  .lg\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
  }

  .lg\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
  }

  .lg\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
  }

  .lg\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
  }

  .lg\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
  }

  .lg\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
  }

  .lg\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
  }

  .lg\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
  }

  .lg\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
  }

  .lg\:border-t-amber-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
  }

  .lg\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
  }

  .lg\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
  }

  .lg\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
  }

  .lg\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
  }

  .lg\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
  }

  .lg\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
  }

  .lg\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
  }

  .lg\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
  }

  .lg\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
  }

  .lg\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
  }

  .lg\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
  }

  .lg\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
  }

  .lg\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
  }

  .lg\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
  }

  .lg\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
  }

  .lg\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
  }

  .lg\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
  }

  .lg\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
  }

  .lg\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
  }

  .lg\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
  }

  .lg\:border-t-amber-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
  }

  .lg\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
  }

  .lg\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
  }

  .lg\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
  }

  .lg\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
  }

  .lg\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
  }

  .lg\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
  }

  .lg\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
  }

  .lg\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
  }

  .lg\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
  }

  .lg\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
  }

  .lg\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
  }

  .lg\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
  }

  .lg\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
  }

  .lg\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
  }

  .lg\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
  }

  .lg\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
  }

  .lg\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
  }

  .lg\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
  }

  .lg\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
  }

  .lg\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
  }

  .lg\:border-t-amber-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
  }

  .lg\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
  }

  .lg\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
  }

  .lg\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
  }

  .lg\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
  }

  .lg\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
  }

  .lg\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
  }

  .lg\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
  }

  .lg\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
  }

  .lg\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
  }

  .lg\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
  }

  .lg\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
  }

  .lg\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
  }

  .lg\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
  }

  .lg\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
  }

  .lg\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
  }

  .lg\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
  }

  .lg\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
  }

  .lg\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
  }

  .lg\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
  }

  .lg\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
  }

  .lg\:border-t-amber-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
  }

  .lg\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
  }

  .lg\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
  }

  .lg\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
  }

  .lg\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
  }

  .lg\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
  }

  .lg\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
  }

  .lg\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
  }

  .lg\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
  }

  .lg\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
  }

  .lg\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
  }

  .lg\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
  }

  .lg\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
  }

  .lg\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
  }

  .lg\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
  }

  .lg\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
  }

  .lg\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
  }

  .lg\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
  }

  .lg\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
  }

  .lg\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
  }

  .lg\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
  }

  .lg\:border-t-background {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-background\/0 {
    border-top-color: hsl(var(--background) / 0);
  }

  .lg\:border-t-background\/10 {
    border-top-color: hsl(var(--background) / 0.1);
  }

  .lg\:border-t-background\/100 {
    border-top-color: hsl(var(--background) / 1);
  }

  .lg\:border-t-background\/15 {
    border-top-color: hsl(var(--background) / 0.15);
  }

  .lg\:border-t-background\/20 {
    border-top-color: hsl(var(--background) / 0.2);
  }

  .lg\:border-t-background\/25 {
    border-top-color: hsl(var(--background) / 0.25);
  }

  .lg\:border-t-background\/30 {
    border-top-color: hsl(var(--background) / 0.3);
  }

  .lg\:border-t-background\/35 {
    border-top-color: hsl(var(--background) / 0.35);
  }

  .lg\:border-t-background\/40 {
    border-top-color: hsl(var(--background) / 0.4);
  }

  .lg\:border-t-background\/45 {
    border-top-color: hsl(var(--background) / 0.45);
  }

  .lg\:border-t-background\/5 {
    border-top-color: hsl(var(--background) / 0.05);
  }

  .lg\:border-t-background\/50 {
    border-top-color: hsl(var(--background) / 0.5);
  }

  .lg\:border-t-background\/55 {
    border-top-color: hsl(var(--background) / 0.55);
  }

  .lg\:border-t-background\/60 {
    border-top-color: hsl(var(--background) / 0.6);
  }

  .lg\:border-t-background\/65 {
    border-top-color: hsl(var(--background) / 0.65);
  }

  .lg\:border-t-background\/70 {
    border-top-color: hsl(var(--background) / 0.7);
  }

  .lg\:border-t-background\/75 {
    border-top-color: hsl(var(--background) / 0.75);
  }

  .lg\:border-t-background\/80 {
    border-top-color: hsl(var(--background) / 0.8);
  }

  .lg\:border-t-background\/85 {
    border-top-color: hsl(var(--background) / 0.85);
  }

  .lg\:border-t-background\/90 {
    border-top-color: hsl(var(--background) / 0.9);
  }

  .lg\:border-t-background\/95 {
    border-top-color: hsl(var(--background) / 0.95);
  }

  .lg\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

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

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

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

  .lg\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .lg\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

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

  .lg\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

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

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

  .lg\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

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

  .lg\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .lg\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

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

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

  .lg\:border-t-blue-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
  }

  .lg\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
  }

  .lg\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
  }

  .lg\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
  }

  .lg\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
  }

  .lg\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
  }

  .lg\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
  }

  .lg\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
  }

  .lg\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
  }

  .lg\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
  }

  .lg\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
  }

  .lg\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
  }

  .lg\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
  }

  .lg\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
  }

  .lg\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
  }

  .lg\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
  }

  .lg\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
  }

  .lg\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
  }

  .lg\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
  }

  .lg\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
  }

  .lg\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
  }

  .lg\:border-t-blue-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
  }

  .lg\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
  }

  .lg\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
  }

  .lg\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
  }

  .lg\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
  }

  .lg\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
  }

  .lg\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
  }

  .lg\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
  }

  .lg\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
  }

  .lg\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
  }

  .lg\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
  }

  .lg\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
  }

  .lg\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
  }

  .lg\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
  }

  .lg\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
  }

  .lg\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
  }

  .lg\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
  }

  .lg\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
  }

  .lg\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
  }

  .lg\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
  }

  .lg\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
  }

  .lg\:border-t-blue-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
  }

  .lg\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
  }

  .lg\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
  }

  .lg\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
  }

  .lg\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
  }

  .lg\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
  }

  .lg\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
  }

  .lg\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
  }

  .lg\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
  }

  .lg\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
  }

  .lg\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
  }

  .lg\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
  }

  .lg\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
  }

  .lg\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
  }

  .lg\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
  }

  .lg\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
  }

  .lg\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
  }

  .lg\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
  }

  .lg\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
  }

  .lg\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
  }

  .lg\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
  }

  .lg\:border-t-blue-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
  }

  .lg\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
  }

  .lg\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
  }

  .lg\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
  }

  .lg\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
  }

  .lg\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
  }

  .lg\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
  }

  .lg\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
  }

  .lg\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
  }

  .lg\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
  }

  .lg\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
  }

  .lg\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
  }

  .lg\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
  }

  .lg\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
  }

  .lg\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
  }

  .lg\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
  }

  .lg\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
  }

  .lg\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
  }

  .lg\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
  }

  .lg\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
  }

  .lg\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
  }

  .lg\:border-t-blue-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
  }

  .lg\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
  }

  .lg\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
  }

  .lg\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
  }

  .lg\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
  }

  .lg\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
  }

  .lg\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
  }

  .lg\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
  }

  .lg\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
  }

  .lg\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
  }

  .lg\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
  }

  .lg\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
  }

  .lg\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
  }

  .lg\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
  }

  .lg\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
  }

  .lg\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
  }

  .lg\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
  }

  .lg\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
  }

  .lg\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
  }

  .lg\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
  }

  .lg\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
  }

  .lg\:border-t-blue-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
  }

  .lg\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
  }

  .lg\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
  }

  .lg\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
  }

  .lg\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
  }

  .lg\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
  }

  .lg\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
  }

  .lg\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
  }

  .lg\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
  }

  .lg\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
  }

  .lg\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
  }

  .lg\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
  }

  .lg\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
  }

  .lg\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
  }

  .lg\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
  }

  .lg\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
  }

  .lg\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
  }

  .lg\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
  }

  .lg\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
  }

  .lg\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
  }

  .lg\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
  }

  .lg\:border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
  }

  .lg\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
  }

  .lg\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
  }

  .lg\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
  }

  .lg\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
  }

  .lg\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
  }

  .lg\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
  }

  .lg\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
  }

  .lg\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
  }

  .lg\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
  }

  .lg\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
  }

  .lg\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
  }

  .lg\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
  }

  .lg\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
  }

  .lg\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
  }

  .lg\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
  }

  .lg\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
  }

  .lg\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
  }

  .lg\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
  }

  .lg\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
  }

  .lg\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
  }

  .lg\:border-t-blue-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
  }

  .lg\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
  }

  .lg\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
  }

  .lg\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
  }

  .lg\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
  }

  .lg\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
  }

  .lg\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
  }

  .lg\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
  }

  .lg\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
  }

  .lg\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
  }

  .lg\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
  }

  .lg\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
  }

  .lg\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
  }

  .lg\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
  }

  .lg\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
  }

  .lg\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
  }

  .lg\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
  }

  .lg\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
  }

  .lg\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
  }

  .lg\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
  }

  .lg\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
  }

  .lg\:border-t-blue-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
  }

  .lg\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
  }

  .lg\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
  }

  .lg\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
  }

  .lg\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
  }

  .lg\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
  }

  .lg\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
  }

  .lg\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
  }

  .lg\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
  }

  .lg\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
  }

  .lg\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
  }

  .lg\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
  }

  .lg\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
  }

  .lg\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
  }

  .lg\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
  }

  .lg\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
  }

  .lg\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
  }

  .lg\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
  }

  .lg\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
  }

  .lg\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
  }

  .lg\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
  }

  .lg\:border-t-blue-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
  }

  .lg\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
  }

  .lg\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
  }

  .lg\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
  }

  .lg\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
  }

  .lg\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
  }

  .lg\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
  }

  .lg\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
  }

  .lg\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
  }

  .lg\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
  }

  .lg\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
  }

  .lg\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
  }

  .lg\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
  }

  .lg\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
  }

  .lg\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
  }

  .lg\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
  }

  .lg\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
  }

  .lg\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
  }

  .lg\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
  }

  .lg\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
  }

  .lg\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
  }

  .lg\:border-t-blue-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
  }

  .lg\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
  }

  .lg\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
  }

  .lg\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
  }

  .lg\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
  }

  .lg\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
  }

  .lg\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
  }

  .lg\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
  }

  .lg\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
  }

  .lg\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
  }

  .lg\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
  }

  .lg\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
  }

  .lg\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
  }

  .lg\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
  }

  .lg\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
  }

  .lg\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
  }

  .lg\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
  }

  .lg\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
  }

  .lg\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
  }

  .lg\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
  }

  .lg\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
  }

  .lg\:border-t-border {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-border\/0 {
    border-top-color: hsl(var(--border) / 0);
  }

  .lg\:border-t-border\/10 {
    border-top-color: hsl(var(--border) / 0.1);
  }

  .lg\:border-t-border\/100 {
    border-top-color: hsl(var(--border) / 1);
  }

  .lg\:border-t-border\/15 {
    border-top-color: hsl(var(--border) / 0.15);
  }

  .lg\:border-t-border\/20 {
    border-top-color: hsl(var(--border) / 0.2);
  }

  .lg\:border-t-border\/25 {
    border-top-color: hsl(var(--border) / 0.25);
  }

  .lg\:border-t-border\/30 {
    border-top-color: hsl(var(--border) / 0.3);
  }

  .lg\:border-t-border\/35 {
    border-top-color: hsl(var(--border) / 0.35);
  }

  .lg\:border-t-border\/40 {
    border-top-color: hsl(var(--border) / 0.4);
  }

  .lg\:border-t-border\/45 {
    border-top-color: hsl(var(--border) / 0.45);
  }

  .lg\:border-t-border\/5 {
    border-top-color: hsl(var(--border) / 0.05);
  }

  .lg\:border-t-border\/50 {
    border-top-color: hsl(var(--border) / 0.5);
  }

  .lg\:border-t-border\/55 {
    border-top-color: hsl(var(--border) / 0.55);
  }

  .lg\:border-t-border\/60 {
    border-top-color: hsl(var(--border) / 0.6);
  }

  .lg\:border-t-border\/65 {
    border-top-color: hsl(var(--border) / 0.65);
  }

  .lg\:border-t-border\/70 {
    border-top-color: hsl(var(--border) / 0.7);
  }

  .lg\:border-t-border\/75 {
    border-top-color: hsl(var(--border) / 0.75);
  }

  .lg\:border-t-border\/80 {
    border-top-color: hsl(var(--border) / 0.8);
  }

  .lg\:border-t-border\/85 {
    border-top-color: hsl(var(--border) / 0.85);
  }

  .lg\:border-t-border\/90 {
    border-top-color: hsl(var(--border) / 0.9);
  }

  .lg\:border-t-border\/95 {
    border-top-color: hsl(var(--border) / 0.95);
  }

  .lg\:border-t-card {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-card-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-card-foreground\/0 {
    border-top-color: hsl(var(--card-foreground) / 0);
  }

  .lg\:border-t-card-foreground\/10 {
    border-top-color: hsl(var(--card-foreground) / 0.1);
  }

  .lg\:border-t-card-foreground\/100 {
    border-top-color: hsl(var(--card-foreground) / 1);
  }

  .lg\:border-t-card-foreground\/15 {
    border-top-color: hsl(var(--card-foreground) / 0.15);
  }

  .lg\:border-t-card-foreground\/20 {
    border-top-color: hsl(var(--card-foreground) / 0.2);
  }

  .lg\:border-t-card-foreground\/25 {
    border-top-color: hsl(var(--card-foreground) / 0.25);
  }

  .lg\:border-t-card-foreground\/30 {
    border-top-color: hsl(var(--card-foreground) / 0.3);
  }

  .lg\:border-t-card-foreground\/35 {
    border-top-color: hsl(var(--card-foreground) / 0.35);
  }

  .lg\:border-t-card-foreground\/40 {
    border-top-color: hsl(var(--card-foreground) / 0.4);
  }

  .lg\:border-t-card-foreground\/45 {
    border-top-color: hsl(var(--card-foreground) / 0.45);
  }

  .lg\:border-t-card-foreground\/5 {
    border-top-color: hsl(var(--card-foreground) / 0.05);
  }

  .lg\:border-t-card-foreground\/50 {
    border-top-color: hsl(var(--card-foreground) / 0.5);
  }

  .lg\:border-t-card-foreground\/55 {
    border-top-color: hsl(var(--card-foreground) / 0.55);
  }

  .lg\:border-t-card-foreground\/60 {
    border-top-color: hsl(var(--card-foreground) / 0.6);
  }

  .lg\:border-t-card-foreground\/65 {
    border-top-color: hsl(var(--card-foreground) / 0.65);
  }

  .lg\:border-t-card-foreground\/70 {
    border-top-color: hsl(var(--card-foreground) / 0.7);
  }

  .lg\:border-t-card-foreground\/75 {
    border-top-color: hsl(var(--card-foreground) / 0.75);
  }

  .lg\:border-t-card-foreground\/80 {
    border-top-color: hsl(var(--card-foreground) / 0.8);
  }

  .lg\:border-t-card-foreground\/85 {
    border-top-color: hsl(var(--card-foreground) / 0.85);
  }

  .lg\:border-t-card-foreground\/90 {
    border-top-color: hsl(var(--card-foreground) / 0.9);
  }

  .lg\:border-t-card-foreground\/95 {
    border-top-color: hsl(var(--card-foreground) / 0.95);
  }

  .lg\:border-t-card\/0 {
    border-top-color: hsl(var(--card) / 0);
  }

  .lg\:border-t-card\/10 {
    border-top-color: hsl(var(--card) / 0.1);
  }

  .lg\:border-t-card\/100 {
    border-top-color: hsl(var(--card) / 1);
  }

  .lg\:border-t-card\/15 {
    border-top-color: hsl(var(--card) / 0.15);
  }

  .lg\:border-t-card\/20 {
    border-top-color: hsl(var(--card) / 0.2);
  }

  .lg\:border-t-card\/25 {
    border-top-color: hsl(var(--card) / 0.25);
  }

  .lg\:border-t-card\/30 {
    border-top-color: hsl(var(--card) / 0.3);
  }

  .lg\:border-t-card\/35 {
    border-top-color: hsl(var(--card) / 0.35);
  }

  .lg\:border-t-card\/40 {
    border-top-color: hsl(var(--card) / 0.4);
  }

  .lg\:border-t-card\/45 {
    border-top-color: hsl(var(--card) / 0.45);
  }

  .lg\:border-t-card\/5 {
    border-top-color: hsl(var(--card) / 0.05);
  }

  .lg\:border-t-card\/50 {
    border-top-color: hsl(var(--card) / 0.5);
  }

  .lg\:border-t-card\/55 {
    border-top-color: hsl(var(--card) / 0.55);
  }

  .lg\:border-t-card\/60 {
    border-top-color: hsl(var(--card) / 0.6);
  }

  .lg\:border-t-card\/65 {
    border-top-color: hsl(var(--card) / 0.65);
  }

  .lg\:border-t-card\/70 {
    border-top-color: hsl(var(--card) / 0.7);
  }

  .lg\:border-t-card\/75 {
    border-top-color: hsl(var(--card) / 0.75);
  }

  .lg\:border-t-card\/80 {
    border-top-color: hsl(var(--card) / 0.8);
  }

  .lg\:border-t-card\/85 {
    border-top-color: hsl(var(--card) / 0.85);
  }

  .lg\:border-t-card\/90 {
    border-top-color: hsl(var(--card) / 0.9);
  }

  .lg\:border-t-card\/95 {
    border-top-color: hsl(var(--card) / 0.95);
  }

  .lg\:border-t-current {
    border-top-color: currentColor;
  }

  .lg\:border-t-cyan-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
  }

  .lg\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
  }

  .lg\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
  }

  .lg\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
  }

  .lg\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
  }

  .lg\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
  }

  .lg\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
  }

  .lg\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
  }

  .lg\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
  }

  .lg\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
  }

  .lg\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
  }

  .lg\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
  }

  .lg\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
  }

  .lg\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
  }

  .lg\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
  }

  .lg\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
  }

  .lg\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
  }

  .lg\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
  }

  .lg\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
  }

  .lg\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
  }

  .lg\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
  }

  .lg\:border-t-cyan-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
  }

  .lg\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
  }

  .lg\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
  }

  .lg\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
  }

  .lg\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
  }

  .lg\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
  }

  .lg\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
  }

  .lg\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
  }

  .lg\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
  }

  .lg\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
  }

  .lg\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
  }

  .lg\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
  }

  .lg\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
  }

  .lg\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
  }

  .lg\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
  }

  .lg\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
  }

  .lg\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
  }

  .lg\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
  }

  .lg\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
  }

  .lg\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
  }

  .lg\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
  }

  .lg\:border-t-cyan-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
  }

  .lg\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
  }

  .lg\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
  }

  .lg\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
  }

  .lg\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
  }

  .lg\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
  }

  .lg\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
  }

  .lg\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
  }

  .lg\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
  }

  .lg\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
  }

  .lg\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
  }

  .lg\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
  }

  .lg\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
  }

  .lg\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
  }

  .lg\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
  }

  .lg\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
  }

  .lg\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
  }

  .lg\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
  }

  .lg\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
  }

  .lg\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
  }

  .lg\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
  }

  .lg\:border-t-cyan-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
  }

  .lg\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
  }

  .lg\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
  }

  .lg\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
  }

  .lg\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
  }

  .lg\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
  }

  .lg\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
  }

  .lg\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
  }

  .lg\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
  }

  .lg\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
  }

  .lg\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
  }

  .lg\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
  }

  .lg\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
  }

  .lg\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
  }

  .lg\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
  }

  .lg\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
  }

  .lg\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
  }

  .lg\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
  }

  .lg\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
  }

  .lg\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
  }

  .lg\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
  }

  .lg\:border-t-cyan-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
  }

  .lg\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
  }

  .lg\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
  }

  .lg\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
  }

  .lg\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
  }

  .lg\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
  }

  .lg\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
  }

  .lg\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
  }

  .lg\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
  }

  .lg\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
  }

  .lg\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
  }

  .lg\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
  }

  .lg\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
  }

  .lg\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
  }

  .lg\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
  }

  .lg\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
  }

  .lg\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
  }

  .lg\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
  }

  .lg\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
  }

  .lg\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
  }

  .lg\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
  }

  .lg\:border-t-cyan-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
  }

  .lg\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
  }

  .lg\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
  }

  .lg\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
  }

  .lg\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
  }

  .lg\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
  }

  .lg\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
  }

  .lg\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
  }

  .lg\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
  }

  .lg\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
  }

  .lg\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
  }

  .lg\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
  }

  .lg\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
  }

  .lg\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
  }

  .lg\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
  }

  .lg\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
  }

  .lg\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
  }

  .lg\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
  }

  .lg\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
  }

  .lg\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
  }

  .lg\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
  }

  .lg\:border-t-cyan-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
  }

  .lg\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
  }

  .lg\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
  }

  .lg\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
  }

  .lg\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
  }

  .lg\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
  }

  .lg\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
  }

  .lg\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
  }

  .lg\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
  }

  .lg\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
  }

  .lg\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
  }

  .lg\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
  }

  .lg\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
  }

  .lg\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
  }

  .lg\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
  }

  .lg\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
  }

  .lg\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
  }

  .lg\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
  }

  .lg\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
  }

  .lg\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
  }

  .lg\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
  }

  .lg\:border-t-cyan-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
  }

  .lg\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
  }

  .lg\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
  }

  .lg\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
  }

  .lg\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
  }

  .lg\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
  }

  .lg\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
  }

  .lg\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
  }

  .lg\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
  }

  .lg\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
  }

  .lg\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
  }

  .lg\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
  }

  .lg\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
  }

  .lg\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
  }

  .lg\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
  }

  .lg\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
  }

  .lg\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
  }

  .lg\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
  }

  .lg\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
  }

  .lg\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
  }

  .lg\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
  }

  .lg\:border-t-cyan-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
  }

  .lg\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
  }

  .lg\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
  }

  .lg\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
  }

  .lg\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
  }

  .lg\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
  }

  .lg\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
  }

  .lg\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
  }

  .lg\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
  }

  .lg\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
  }

  .lg\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
  }

  .lg\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
  }

  .lg\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
  }

  .lg\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
  }

  .lg\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
  }

  .lg\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
  }

  .lg\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
  }

  .lg\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
  }

  .lg\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
  }

  .lg\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
  }

  .lg\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
  }

  .lg\:border-t-cyan-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
  }

  .lg\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
  }

  .lg\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
  }

  .lg\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
  }

  .lg\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
  }

  .lg\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
  }

  .lg\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
  }

  .lg\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
  }

  .lg\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
  }

  .lg\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
  }

  .lg\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
  }

  .lg\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
  }

  .lg\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
  }

  .lg\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
  }

  .lg\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
  }

  .lg\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
  }

  .lg\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
  }

  .lg\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
  }

  .lg\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
  }

  .lg\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
  }

  .lg\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
  }

  .lg\:border-t-cyan-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
  }

  .lg\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
  }

  .lg\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
  }

  .lg\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
  }

  .lg\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
  }

  .lg\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
  }

  .lg\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
  }

  .lg\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
  }

  .lg\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
  }

  .lg\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
  }

  .lg\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
  }

  .lg\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
  }

  .lg\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
  }

  .lg\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
  }

  .lg\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
  }

  .lg\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
  }

  .lg\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
  }

  .lg\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
  }

  .lg\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
  }

  .lg\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
  }

  .lg\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
  }

  .lg\:border-t-destructive {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-destructive-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-destructive-foreground\/0 {
    border-top-color: hsl(var(--destructive-foreground) / 0);
  }

  .lg\:border-t-destructive-foreground\/10 {
    border-top-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .lg\:border-t-destructive-foreground\/100 {
    border-top-color: hsl(var(--destructive-foreground) / 1);
  }

  .lg\:border-t-destructive-foreground\/15 {
    border-top-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .lg\:border-t-destructive-foreground\/20 {
    border-top-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .lg\:border-t-destructive-foreground\/25 {
    border-top-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .lg\:border-t-destructive-foreground\/30 {
    border-top-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .lg\:border-t-destructive-foreground\/35 {
    border-top-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .lg\:border-t-destructive-foreground\/40 {
    border-top-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .lg\:border-t-destructive-foreground\/45 {
    border-top-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .lg\:border-t-destructive-foreground\/5 {
    border-top-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .lg\:border-t-destructive-foreground\/50 {
    border-top-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .lg\:border-t-destructive-foreground\/55 {
    border-top-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .lg\:border-t-destructive-foreground\/60 {
    border-top-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .lg\:border-t-destructive-foreground\/65 {
    border-top-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .lg\:border-t-destructive-foreground\/70 {
    border-top-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .lg\:border-t-destructive-foreground\/75 {
    border-top-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .lg\:border-t-destructive-foreground\/80 {
    border-top-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .lg\:border-t-destructive-foreground\/85 {
    border-top-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .lg\:border-t-destructive-foreground\/90 {
    border-top-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .lg\:border-t-destructive-foreground\/95 {
    border-top-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .lg\:border-t-destructive\/0 {
    border-top-color: hsl(var(--destructive) / 0);
  }

  .lg\:border-t-destructive\/10 {
    border-top-color: hsl(var(--destructive) / 0.1);
  }

  .lg\:border-t-destructive\/100 {
    border-top-color: hsl(var(--destructive) / 1);
  }

  .lg\:border-t-destructive\/15 {
    border-top-color: hsl(var(--destructive) / 0.15);
  }

  .lg\:border-t-destructive\/20 {
    border-top-color: hsl(var(--destructive) / 0.2);
  }

  .lg\:border-t-destructive\/25 {
    border-top-color: hsl(var(--destructive) / 0.25);
  }

  .lg\:border-t-destructive\/30 {
    border-top-color: hsl(var(--destructive) / 0.3);
  }

  .lg\:border-t-destructive\/35 {
    border-top-color: hsl(var(--destructive) / 0.35);
  }

  .lg\:border-t-destructive\/40 {
    border-top-color: hsl(var(--destructive) / 0.4);
  }

  .lg\:border-t-destructive\/45 {
    border-top-color: hsl(var(--destructive) / 0.45);
  }

  .lg\:border-t-destructive\/5 {
    border-top-color: hsl(var(--destructive) / 0.05);
  }

  .lg\:border-t-destructive\/50 {
    border-top-color: hsl(var(--destructive) / 0.5);
  }

  .lg\:border-t-destructive\/55 {
    border-top-color: hsl(var(--destructive) / 0.55);
  }

  .lg\:border-t-destructive\/60 {
    border-top-color: hsl(var(--destructive) / 0.6);
  }

  .lg\:border-t-destructive\/65 {
    border-top-color: hsl(var(--destructive) / 0.65);
  }

  .lg\:border-t-destructive\/70 {
    border-top-color: hsl(var(--destructive) / 0.7);
  }

  .lg\:border-t-destructive\/75 {
    border-top-color: hsl(var(--destructive) / 0.75);
  }

  .lg\:border-t-destructive\/80 {
    border-top-color: hsl(var(--destructive) / 0.8);
  }

  .lg\:border-t-destructive\/85 {
    border-top-color: hsl(var(--destructive) / 0.85);
  }

  .lg\:border-t-destructive\/90 {
    border-top-color: hsl(var(--destructive) / 0.9);
  }

  .lg\:border-t-destructive\/95 {
    border-top-color: hsl(var(--destructive) / 0.95);
  }

  .lg\:border-t-emerald-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
  }

  .lg\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
  }

  .lg\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
  }

  .lg\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
  }

  .lg\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
  }

  .lg\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
  }

  .lg\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
  }

  .lg\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
  }

  .lg\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
  }

  .lg\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
  }

  .lg\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
  }

  .lg\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
  }

  .lg\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
  }

  .lg\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
  }

  .lg\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
  }

  .lg\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
  }

  .lg\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
  }

  .lg\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
  }

  .lg\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
  }

  .lg\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
  }

  .lg\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
  }

  .lg\:border-t-emerald-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
  }

  .lg\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
  }

  .lg\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
  }

  .lg\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
  }

  .lg\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
  }

  .lg\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
  }

  .lg\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
  }

  .lg\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
  }

  .lg\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
  }

  .lg\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
  }

  .lg\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
  }

  .lg\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
  }

  .lg\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
  }

  .lg\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
  }

  .lg\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
  }

  .lg\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
  }

  .lg\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
  }

  .lg\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
  }

  .lg\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
  }

  .lg\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
  }

  .lg\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
  }

  .lg\:border-t-emerald-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
  }

  .lg\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
  }

  .lg\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
  }

  .lg\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
  }

  .lg\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
  }

  .lg\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
  }

  .lg\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
  }

  .lg\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
  }

  .lg\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
  }

  .lg\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
  }

  .lg\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
  }

  .lg\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
  }

  .lg\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
  }

  .lg\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
  }

  .lg\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
  }

  .lg\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
  }

  .lg\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
  }

  .lg\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
  }

  .lg\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
  }

  .lg\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
  }

  .lg\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
  }

  .lg\:border-t-emerald-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
  }

  .lg\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
  }

  .lg\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
  }

  .lg\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
  }

  .lg\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
  }

  .lg\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
  }

  .lg\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
  }

  .lg\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
  }

  .lg\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
  }

  .lg\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
  }

  .lg\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
  }

  .lg\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
  }

  .lg\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
  }

  .lg\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
  }

  .lg\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
  }

  .lg\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
  }

  .lg\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
  }

  .lg\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
  }

  .lg\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
  }

  .lg\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
  }

  .lg\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
  }

  .lg\:border-t-emerald-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
  }

  .lg\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
  }

  .lg\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
  }

  .lg\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
  }

  .lg\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
  }

  .lg\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
  }

  .lg\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
  }

  .lg\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
  }

  .lg\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
  }

  .lg\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
  }

  .lg\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
  }

  .lg\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
  }

  .lg\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
  }

  .lg\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
  }

  .lg\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
  }

  .lg\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
  }

  .lg\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
  }

  .lg\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
  }

  .lg\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
  }

  .lg\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
  }

  .lg\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
  }

  .lg\:border-t-emerald-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
  }

  .lg\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
  }

  .lg\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
  }

  .lg\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
  }

  .lg\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
  }

  .lg\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
  }

  .lg\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
  }

  .lg\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
  }

  .lg\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
  }

  .lg\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
  }

  .lg\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
  }

  .lg\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
  }

  .lg\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
  }

  .lg\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
  }

  .lg\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
  }

  .lg\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
  }

  .lg\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
  }

  .lg\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
  }

  .lg\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
  }

  .lg\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
  }

  .lg\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
  }

  .lg\:border-t-emerald-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
  }

  .lg\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
  }

  .lg\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
  }

  .lg\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
  }

  .lg\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
  }

  .lg\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
  }

  .lg\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
  }

  .lg\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
  }

  .lg\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
  }

  .lg\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
  }

  .lg\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
  }

  .lg\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
  }

  .lg\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
  }

  .lg\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
  }

  .lg\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
  }

  .lg\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
  }

  .lg\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
  }

  .lg\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
  }

  .lg\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
  }

  .lg\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
  }

  .lg\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
  }

  .lg\:border-t-emerald-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
  }

  .lg\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
  }

  .lg\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
  }

  .lg\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
  }

  .lg\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
  }

  .lg\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
  }

  .lg\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
  }

  .lg\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
  }

  .lg\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
  }

  .lg\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
  }

  .lg\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
  }

  .lg\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
  }

  .lg\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
  }

  .lg\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
  }

  .lg\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
  }

  .lg\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
  }

  .lg\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
  }

  .lg\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
  }

  .lg\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
  }

  .lg\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
  }

  .lg\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
  }

  .lg\:border-t-emerald-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
  }

  .lg\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
  }

  .lg\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
  }

  .lg\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
  }

  .lg\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
  }

  .lg\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
  }

  .lg\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
  }

  .lg\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
  }

  .lg\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
  }

  .lg\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
  }

  .lg\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
  }

  .lg\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
  }

  .lg\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
  }

  .lg\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
  }

  .lg\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
  }

  .lg\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
  }

  .lg\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
  }

  .lg\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
  }

  .lg\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
  }

  .lg\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
  }

  .lg\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
  }

  .lg\:border-t-emerald-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
  }

  .lg\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
  }

  .lg\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
  }

  .lg\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
  }

  .lg\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
  }

  .lg\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
  }

  .lg\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
  }

  .lg\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
  }

  .lg\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
  }

  .lg\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
  }

  .lg\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
  }

  .lg\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
  }

  .lg\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
  }

  .lg\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
  }

  .lg\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
  }

  .lg\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
  }

  .lg\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
  }

  .lg\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
  }

  .lg\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
  }

  .lg\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
  }

  .lg\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
  }

  .lg\:border-t-emerald-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
  }

  .lg\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
  }

  .lg\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
  }

  .lg\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
  }

  .lg\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
  }

  .lg\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
  }

  .lg\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
  }

  .lg\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
  }

  .lg\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
  }

  .lg\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
  }

  .lg\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
  }

  .lg\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
  }

  .lg\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
  }

  .lg\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
  }

  .lg\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
  }

  .lg\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
  }

  .lg\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
  }

  .lg\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
  }

  .lg\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
  }

  .lg\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
  }

  .lg\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
  }

  .lg\:border-t-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-foreground\/0 {
    border-top-color: hsl(var(--foreground) / 0);
  }

  .lg\:border-t-foreground\/10 {
    border-top-color: hsl(var(--foreground) / 0.1);
  }

  .lg\:border-t-foreground\/100 {
    border-top-color: hsl(var(--foreground) / 1);
  }

  .lg\:border-t-foreground\/15 {
    border-top-color: hsl(var(--foreground) / 0.15);
  }

  .lg\:border-t-foreground\/20 {
    border-top-color: hsl(var(--foreground) / 0.2);
  }

  .lg\:border-t-foreground\/25 {
    border-top-color: hsl(var(--foreground) / 0.25);
  }

  .lg\:border-t-foreground\/30 {
    border-top-color: hsl(var(--foreground) / 0.3);
  }

  .lg\:border-t-foreground\/35 {
    border-top-color: hsl(var(--foreground) / 0.35);
  }

  .lg\:border-t-foreground\/40 {
    border-top-color: hsl(var(--foreground) / 0.4);
  }

  .lg\:border-t-foreground\/45 {
    border-top-color: hsl(var(--foreground) / 0.45);
  }

  .lg\:border-t-foreground\/5 {
    border-top-color: hsl(var(--foreground) / 0.05);
  }

  .lg\:border-t-foreground\/50 {
    border-top-color: hsl(var(--foreground) / 0.5);
  }

  .lg\:border-t-foreground\/55 {
    border-top-color: hsl(var(--foreground) / 0.55);
  }

  .lg\:border-t-foreground\/60 {
    border-top-color: hsl(var(--foreground) / 0.6);
  }

  .lg\:border-t-foreground\/65 {
    border-top-color: hsl(var(--foreground) / 0.65);
  }

  .lg\:border-t-foreground\/70 {
    border-top-color: hsl(var(--foreground) / 0.7);
  }

  .lg\:border-t-foreground\/75 {
    border-top-color: hsl(var(--foreground) / 0.75);
  }

  .lg\:border-t-foreground\/80 {
    border-top-color: hsl(var(--foreground) / 0.8);
  }

  .lg\:border-t-foreground\/85 {
    border-top-color: hsl(var(--foreground) / 0.85);
  }

  .lg\:border-t-foreground\/90 {
    border-top-color: hsl(var(--foreground) / 0.9);
  }

  .lg\:border-t-foreground\/95 {
    border-top-color: hsl(var(--foreground) / 0.95);
  }

  .lg\:border-t-fuchsia-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
  }

  .lg\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
  }

  .lg\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
  }

  .lg\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
  }

  .lg\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
  }

  .lg\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
  }

  .lg\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
  }

  .lg\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
  }

  .lg\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
  }

  .lg\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
  }

  .lg\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
  }

  .lg\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
  }

  .lg\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
  }

  .lg\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
  }

  .lg\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
  }

  .lg\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
  }

  .lg\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
  }

  .lg\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
  }

  .lg\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
  }

  .lg\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
  }

  .lg\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
  }

  .lg\:border-t-fuchsia-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
  }

  .lg\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
  }

  .lg\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
  }

  .lg\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
  }

  .lg\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
  }

  .lg\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
  }

  .lg\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
  }

  .lg\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
  }

  .lg\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
  }

  .lg\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
  }

  .lg\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
  }

  .lg\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
  }

  .lg\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
  }

  .lg\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
  }

  .lg\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
  }

  .lg\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
  }

  .lg\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
  }

  .lg\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
  }

  .lg\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
  }

  .lg\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
  }

  .lg\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
  }

  .lg\:border-t-fuchsia-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
  }

  .lg\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
  }

  .lg\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
  }

  .lg\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
  }

  .lg\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
  }

  .lg\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
  }

  .lg\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
  }

  .lg\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
  }

  .lg\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
  }

  .lg\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
  }

  .lg\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
  }

  .lg\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
  }

  .lg\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
  }

  .lg\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
  }

  .lg\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
  }

  .lg\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
  }

  .lg\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
  }

  .lg\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
  }

  .lg\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
  }

  .lg\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
  }

  .lg\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
  }

  .lg\:border-t-fuchsia-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
  }

  .lg\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
  }

  .lg\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
  }

  .lg\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
  }

  .lg\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
  }

  .lg\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
  }

  .lg\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
  }

  .lg\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
  }

  .lg\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
  }

  .lg\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
  }

  .lg\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
  }

  .lg\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
  }

  .lg\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
  }

  .lg\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
  }

  .lg\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
  }

  .lg\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
  }

  .lg\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
  }

  .lg\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
  }

  .lg\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
  }

  .lg\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
  }

  .lg\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
  }

  .lg\:border-t-fuchsia-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
  }

  .lg\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
  }

  .lg\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
  }

  .lg\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
  }

  .lg\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
  }

  .lg\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
  }

  .lg\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
  }

  .lg\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
  }

  .lg\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
  }

  .lg\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
  }

  .lg\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
  }

  .lg\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
  }

  .lg\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
  }

  .lg\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
  }

  .lg\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
  }

  .lg\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
  }

  .lg\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
  }

  .lg\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
  }

  .lg\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
  }

  .lg\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
  }

  .lg\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
  }

  .lg\:border-t-fuchsia-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
  }

  .lg\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
  }

  .lg\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
  }

  .lg\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
  }

  .lg\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
  }

  .lg\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
  }

  .lg\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
  }

  .lg\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
  }

  .lg\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
  }

  .lg\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
  }

  .lg\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
  }

  .lg\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
  }

  .lg\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
  }

  .lg\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
  }

  .lg\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
  }

  .lg\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
  }

  .lg\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
  }

  .lg\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
  }

  .lg\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
  }

  .lg\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
  }

  .lg\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
  }

  .lg\:border-t-fuchsia-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
  }

  .lg\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
  }

  .lg\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
  }

  .lg\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
  }

  .lg\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
  }

  .lg\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
  }

  .lg\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
  }

  .lg\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
  }

  .lg\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
  }

  .lg\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
  }

  .lg\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
  }

  .lg\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
  }

  .lg\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
  }

  .lg\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
  }

  .lg\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
  }

  .lg\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
  }

  .lg\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
  }

  .lg\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
  }

  .lg\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
  }

  .lg\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
  }

  .lg\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
  }

  .lg\:border-t-fuchsia-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
  }

  .lg\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
  }

  .lg\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
  }

  .lg\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
  }

  .lg\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
  }

  .lg\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
  }

  .lg\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
  }

  .lg\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
  }

  .lg\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
  }

  .lg\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
  }

  .lg\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
  }

  .lg\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
  }

  .lg\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
  }

  .lg\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
  }

  .lg\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
  }

  .lg\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
  }

  .lg\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
  }

  .lg\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
  }

  .lg\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
  }

  .lg\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
  }

  .lg\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
  }

  .lg\:border-t-fuchsia-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
  }

  .lg\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
  }

  .lg\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
  }

  .lg\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
  }

  .lg\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
  }

  .lg\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
  }

  .lg\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
  }

  .lg\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
  }

  .lg\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
  }

  .lg\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
  }

  .lg\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
  }

  .lg\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
  }

  .lg\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
  }

  .lg\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
  }

  .lg\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
  }

  .lg\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
  }

  .lg\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
  }

  .lg\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
  }

  .lg\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
  }

  .lg\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
  }

  .lg\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
  }

  .lg\:border-t-fuchsia-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
  }

  .lg\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
  }

  .lg\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
  }

  .lg\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
  }

  .lg\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
  }

  .lg\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
  }

  .lg\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
  }

  .lg\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
  }

  .lg\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
  }

  .lg\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
  }

  .lg\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
  }

  .lg\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
  }

  .lg\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
  }

  .lg\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
  }

  .lg\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
  }

  .lg\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
  }

  .lg\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
  }

  .lg\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
  }

  .lg\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
  }

  .lg\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
  }

  .lg\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
  }

  .lg\:border-t-fuchsia-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
  }

  .lg\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
  }

  .lg\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
  }

  .lg\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
  }

  .lg\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
  }

  .lg\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
  }

  .lg\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
  }

  .lg\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
  }

  .lg\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
  }

  .lg\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
  }

  .lg\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
  }

  .lg\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
  }

  .lg\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
  }

  .lg\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
  }

  .lg\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
  }

  .lg\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
  }

  .lg\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
  }

  .lg\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
  }

  .lg\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
  }

  .lg\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
  }

  .lg\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
  }

  .lg\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
  }

  .lg\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
  }

  .lg\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
  }

  .lg\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
  }

  .lg\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
  }

  .lg\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
  }

  .lg\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
  }

  .lg\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
  }

  .lg\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
  }

  .lg\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
  }

  .lg\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
  }

  .lg\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
  }

  .lg\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
  }

  .lg\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
  }

  .lg\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
  }

  .lg\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
  }

  .lg\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
  }

  .lg\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
  }

  .lg\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
  }

  .lg\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
  }

  .lg\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
  }

  .lg\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
  }

  .lg\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
  }

  .lg\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
  }

  .lg\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
  }

  .lg\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
  }

  .lg\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
  }

  .lg\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
  }

  .lg\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
  }

  .lg\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
  }

  .lg\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
  }

  .lg\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
  }

  .lg\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
  }

  .lg\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
  }

  .lg\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
  }

  .lg\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
  }

  .lg\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
  }

  .lg\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
  }

  .lg\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
  }

  .lg\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
  }

  .lg\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
  }

  .lg\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
  }

  .lg\:border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
  }

  .lg\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
  }

  .lg\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
  }

  .lg\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
  }

  .lg\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
  }

  .lg\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
  }

  .lg\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
  }

  .lg\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
  }

  .lg\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
  }

  .lg\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
  }

  .lg\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
  }

  .lg\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
  }

  .lg\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
  }

  .lg\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
  }

  .lg\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
  }

  .lg\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
  }

  .lg\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
  }

  .lg\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
  }

  .lg\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
  }

  .lg\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
  }

  .lg\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
  }

  .lg\:border-t-gray-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
  }

  .lg\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
  }

  .lg\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
  }

  .lg\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
  }

  .lg\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
  }

  .lg\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25);
  }

  .lg\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
  }

  .lg\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
  }

  .lg\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
  }

  .lg\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
  }

  .lg\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
  }

  .lg\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
  }

  .lg\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
  }

  .lg\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
  }

  .lg\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
  }

  .lg\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
  }

  .lg\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
  }

  .lg\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
  }

  .lg\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
  }

  .lg\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
  }

  .lg\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
  }

  .lg\:border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
  }

  .lg\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
  }

  .lg\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
  }

  .lg\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
  }

  .lg\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
  }

  .lg\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
  }

  .lg\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
  }

  .lg\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
  }

  .lg\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
  }

  .lg\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
  }

  .lg\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
  }

  .lg\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
  }

  .lg\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
  }

  .lg\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
  }

  .lg\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
  }

  .lg\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
  }

  .lg\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
  }

  .lg\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
  }

  .lg\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
  }

  .lg\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
  }

  .lg\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
  }

  .lg\:border-t-gray-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
  }

  .lg\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
  }

  .lg\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
  }

  .lg\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
  }

  .lg\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
  }

  .lg\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
  }

  .lg\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
  }

  .lg\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
  }

  .lg\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
  }

  .lg\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
  }

  .lg\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
  }

  .lg\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
  }

  .lg\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
  }

  .lg\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
  }

  .lg\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
  }

  .lg\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
  }

  .lg\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
  }

  .lg\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
  }

  .lg\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
  }

  .lg\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
  }

  .lg\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
  }

  .lg\:border-t-gray-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
  }

  .lg\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
  }

  .lg\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
  }

  .lg\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
  }

  .lg\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
  }

  .lg\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
  }

  .lg\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
  }

  .lg\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
  }

  .lg\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
  }

  .lg\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
  }

  .lg\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
  }

  .lg\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
  }

  .lg\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
  }

  .lg\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
  }

  .lg\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
  }

  .lg\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
  }

  .lg\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
  }

  .lg\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
  }

  .lg\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
  }

  .lg\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
  }

  .lg\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
  }

  .lg\:border-t-gray-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
  }

  .lg\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
  }

  .lg\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
  }

  .lg\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
  }

  .lg\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
  }

  .lg\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
  }

  .lg\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
  }

  .lg\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
  }

  .lg\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
  }

  .lg\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
  }

  .lg\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
  }

  .lg\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
  }

  .lg\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
  }

  .lg\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
  }

  .lg\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
  }

  .lg\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
  }

  .lg\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
  }

  .lg\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
  }

  .lg\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
  }

  .lg\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
  }

  .lg\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
  }

  .lg\:border-t-gray-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
  }

  .lg\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
  }

  .lg\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
  }

  .lg\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
  }

  .lg\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
  }

  .lg\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
  }

  .lg\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
  }

  .lg\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
  }

  .lg\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
  }

  .lg\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
  }

  .lg\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
  }

  .lg\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
  }

  .lg\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
  }

  .lg\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
  }

  .lg\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
  }

  .lg\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
  }

  .lg\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
  }

  .lg\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
  }

  .lg\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
  }

  .lg\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
  }

  .lg\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
  }

  .lg\:border-t-gray-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
  }

  .lg\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
  }

  .lg\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
  }

  .lg\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
  }

  .lg\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
  }

  .lg\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
  }

  .lg\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
  }

  .lg\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
  }

  .lg\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
  }

  .lg\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
  }

  .lg\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
  }

  .lg\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
  }

  .lg\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
  }

  .lg\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
  }

  .lg\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
  }

  .lg\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
  }

  .lg\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
  }

  .lg\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
  }

  .lg\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
  }

  .lg\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
  }

  .lg\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
  }

  .lg\:border-t-gray-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
  }

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

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

  .lg\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
  }

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

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

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

  .lg\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
  }

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

  .lg\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
  }

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

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

  .lg\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
  }

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

  .lg\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
  }

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

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

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

  .lg\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
  }

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

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

  .lg\:border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
  }

  .lg\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
  }

  .lg\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
  }

  .lg\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
  }

  .lg\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
  }

  .lg\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
  }

  .lg\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
  }

  .lg\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
  }

  .lg\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
  }

  .lg\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
  }

  .lg\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
  }

  .lg\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
  }

  .lg\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
  }

  .lg\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
  }

  .lg\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
  }

  .lg\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
  }

  .lg\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
  }

  .lg\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
  }

  .lg\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
  }

  .lg\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
  }

  .lg\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
  }

  .lg\:border-t-green-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
  }

  .lg\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
  }

  .lg\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
  }

  .lg\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
  }

  .lg\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
  }

  .lg\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
  }

  .lg\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
  }

  .lg\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
  }

  .lg\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
  }

  .lg\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
  }

  .lg\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
  }

  .lg\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
  }

  .lg\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
  }

  .lg\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
  }

  .lg\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
  }

  .lg\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
  }

  .lg\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
  }

  .lg\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
  }

  .lg\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
  }

  .lg\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
  }

  .lg\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
  }

  .lg\:border-t-green-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
  }

  .lg\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
  }

  .lg\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
  }

  .lg\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
  }

  .lg\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
  }

  .lg\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
  }

  .lg\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
  }

  .lg\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
  }

  .lg\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
  }

  .lg\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
  }

  .lg\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
  }

  .lg\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
  }

  .lg\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
  }

  .lg\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
  }

  .lg\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
  }

  .lg\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
  }

  .lg\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
  }

  .lg\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
  }

  .lg\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
  }

  .lg\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
  }

  .lg\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
  }

  .lg\:border-t-green-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
  }

  .lg\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
  }

  .lg\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
  }

  .lg\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
  }

  .lg\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
  }

  .lg\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
  }

  .lg\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
  }

  .lg\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
  }

  .lg\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
  }

  .lg\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
  }

  .lg\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
  }

  .lg\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
  }

  .lg\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
  }

  .lg\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
  }

  .lg\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
  }

  .lg\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
  }

  .lg\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
  }

  .lg\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
  }

  .lg\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
  }

  .lg\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
  }

  .lg\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
  }

  .lg\:border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
  }

  .lg\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
  }

  .lg\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
  }

  .lg\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
  }

  .lg\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
  }

  .lg\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
  }

  .lg\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
  }

  .lg\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
  }

  .lg\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
  }

  .lg\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
  }

  .lg\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
  }

  .lg\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
  }

  .lg\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
  }

  .lg\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
  }

  .lg\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
  }

  .lg\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
  }

  .lg\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
  }

  .lg\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
  }

  .lg\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
  }

  .lg\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
  }

  .lg\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
  }

  .lg\:border-t-green-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
  }

  .lg\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
  }

  .lg\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
  }

  .lg\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
  }

  .lg\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
  }

  .lg\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
  }

  .lg\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
  }

  .lg\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
  }

  .lg\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
  }

  .lg\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
  }

  .lg\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
  }

  .lg\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
  }

  .lg\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
  }

  .lg\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
  }

  .lg\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
  }

  .lg\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
  }

  .lg\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
  }

  .lg\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
  }

  .lg\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
  }

  .lg\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
  }

  .lg\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
  }

  .lg\:border-t-green-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
  }

  .lg\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
  }

  .lg\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
  }

  .lg\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
  }

  .lg\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
  }

  .lg\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
  }

  .lg\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
  }

  .lg\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
  }

  .lg\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
  }

  .lg\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
  }

  .lg\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
  }

  .lg\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
  }

  .lg\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
  }

  .lg\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
  }

  .lg\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
  }

  .lg\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
  }

  .lg\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
  }

  .lg\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
  }

  .lg\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
  }

  .lg\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
  }

  .lg\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
  }

  .lg\:border-t-green-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
  }

  .lg\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
  }

  .lg\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
  }

  .lg\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
  }

  .lg\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
  }

  .lg\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
  }

  .lg\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
  }

  .lg\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
  }

  .lg\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
  }

  .lg\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
  }

  .lg\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
  }

  .lg\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
  }

  .lg\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
  }

  .lg\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
  }

  .lg\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
  }

  .lg\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
  }

  .lg\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
  }

  .lg\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
  }

  .lg\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
  }

  .lg\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
  }

  .lg\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
  }

  .lg\:border-t-green-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
  }

  .lg\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
  }

  .lg\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
  }

  .lg\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
  }

  .lg\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
  }

  .lg\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
  }

  .lg\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
  }

  .lg\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
  }

  .lg\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
  }

  .lg\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
  }

  .lg\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
  }

  .lg\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
  }

  .lg\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
  }

  .lg\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
  }

  .lg\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
  }

  .lg\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
  }

  .lg\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
  }

  .lg\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
  }

  .lg\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
  }

  .lg\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
  }

  .lg\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
  }

  .lg\:border-t-green-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
  }

  .lg\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
  }

  .lg\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
  }

  .lg\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
  }

  .lg\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
  }

  .lg\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
  }

  .lg\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
  }

  .lg\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
  }

  .lg\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
  }

  .lg\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
  }

  .lg\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
  }

  .lg\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
  }

  .lg\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
  }

  .lg\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
  }

  .lg\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
  }

  .lg\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
  }

  .lg\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
  }

  .lg\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
  }

  .lg\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
  }

  .lg\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
  }

  .lg\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
  }

  .lg\:border-t-green-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
  }

  .lg\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
  }

  .lg\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
  }

  .lg\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
  }

  .lg\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
  }

  .lg\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
  }

  .lg\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
  }

  .lg\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
  }

  .lg\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
  }

  .lg\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
  }

  .lg\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
  }

  .lg\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
  }

  .lg\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
  }

  .lg\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
  }

  .lg\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
  }

  .lg\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
  }

  .lg\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
  }

  .lg\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
  }

  .lg\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
  }

  .lg\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
  }

  .lg\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
  }

  .lg\:border-t-indigo-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
  }

  .lg\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
  }

  .lg\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
  }

  .lg\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
  }

  .lg\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
  }

  .lg\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
  }

  .lg\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
  }

  .lg\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
  }

  .lg\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
  }

  .lg\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
  }

  .lg\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
  }

  .lg\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
  }

  .lg\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
  }

  .lg\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
  }

  .lg\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
  }

  .lg\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
  }

  .lg\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
  }

  .lg\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
  }

  .lg\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
  }

  .lg\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
  }

  .lg\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
  }

  .lg\:border-t-indigo-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
  }

  .lg\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
  }

  .lg\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
  }

  .lg\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
  }

  .lg\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
  }

  .lg\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
  }

  .lg\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
  }

  .lg\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
  }

  .lg\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
  }

  .lg\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
  }

  .lg\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
  }

  .lg\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
  }

  .lg\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
  }

  .lg\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
  }

  .lg\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
  }

  .lg\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
  }

  .lg\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
  }

  .lg\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
  }

  .lg\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
  }

  .lg\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
  }

  .lg\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
  }

  .lg\:border-t-indigo-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
  }

  .lg\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
  }

  .lg\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
  }

  .lg\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
  }

  .lg\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
  }

  .lg\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
  }

  .lg\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
  }

  .lg\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
  }

  .lg\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
  }

  .lg\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
  }

  .lg\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
  }

  .lg\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
  }

  .lg\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
  }

  .lg\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
  }

  .lg\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
  }

  .lg\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
  }

  .lg\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
  }

  .lg\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
  }

  .lg\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
  }

  .lg\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
  }

  .lg\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
  }

  .lg\:border-t-indigo-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
  }

  .lg\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
  }

  .lg\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
  }

  .lg\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
  }

  .lg\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
  }

  .lg\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
  }

  .lg\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
  }

  .lg\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
  }

  .lg\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
  }

  .lg\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
  }

  .lg\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
  }

  .lg\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
  }

  .lg\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
  }

  .lg\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
  }

  .lg\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
  }

  .lg\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
  }

  .lg\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
  }

  .lg\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
  }

  .lg\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
  }

  .lg\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
  }

  .lg\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
  }

  .lg\:border-t-indigo-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
  }

  .lg\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
  }

  .lg\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
  }

  .lg\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
  }

  .lg\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
  }

  .lg\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
  }

  .lg\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
  }

  .lg\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
  }

  .lg\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
  }

  .lg\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
  }

  .lg\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
  }

  .lg\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
  }

  .lg\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
  }

  .lg\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
  }

  .lg\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
  }

  .lg\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
  }

  .lg\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
  }

  .lg\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
  }

  .lg\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
  }

  .lg\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
  }

  .lg\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
  }

  .lg\:border-t-indigo-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
  }

  .lg\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
  }

  .lg\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
  }

  .lg\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
  }

  .lg\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
  }

  .lg\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
  }

  .lg\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
  }

  .lg\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
  }

  .lg\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
  }

  .lg\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
  }

  .lg\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
  }

  .lg\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
  }

  .lg\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
  }

  .lg\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
  }

  .lg\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
  }

  .lg\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
  }

  .lg\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
  }

  .lg\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
  }

  .lg\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
  }

  .lg\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
  }

  .lg\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
  }

  .lg\:border-t-indigo-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
  }

  .lg\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
  }

  .lg\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
  }

  .lg\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
  }

  .lg\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
  }

  .lg\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
  }

  .lg\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
  }

  .lg\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
  }

  .lg\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
  }

  .lg\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
  }

  .lg\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
  }

  .lg\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
  }

  .lg\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
  }

  .lg\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
  }

  .lg\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
  }

  .lg\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
  }

  .lg\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
  }

  .lg\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
  }

  .lg\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
  }

  .lg\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
  }

  .lg\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
  }

  .lg\:border-t-indigo-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
  }

  .lg\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
  }

  .lg\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
  }

  .lg\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
  }

  .lg\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
  }

  .lg\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
  }

  .lg\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
  }

  .lg\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
  }

  .lg\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
  }

  .lg\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
  }

  .lg\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
  }

  .lg\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
  }

  .lg\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
  }

  .lg\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
  }

  .lg\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
  }

  .lg\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
  }

  .lg\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
  }

  .lg\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
  }

  .lg\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
  }

  .lg\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
  }

  .lg\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
  }

  .lg\:border-t-indigo-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
  }

  .lg\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
  }

  .lg\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
  }

  .lg\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
  }

  .lg\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
  }

  .lg\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
  }

  .lg\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
  }

  .lg\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
  }

  .lg\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
  }

  .lg\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
  }

  .lg\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
  }

  .lg\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
  }

  .lg\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
  }

  .lg\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
  }

  .lg\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
  }

  .lg\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
  }

  .lg\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
  }

  .lg\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
  }

  .lg\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
  }

  .lg\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
  }

  .lg\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
  }

  .lg\:border-t-indigo-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
  }

  .lg\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
  }

  .lg\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
  }

  .lg\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
  }

  .lg\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
  }

  .lg\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
  }

  .lg\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
  }

  .lg\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
  }

  .lg\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
  }

  .lg\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
  }

  .lg\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
  }

  .lg\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
  }

  .lg\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
  }

  .lg\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
  }

  .lg\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
  }

  .lg\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
  }

  .lg\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
  }

  .lg\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
  }

  .lg\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
  }

  .lg\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
  }

  .lg\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
  }

  .lg\:border-t-indigo-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
  }

  .lg\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
  }

  .lg\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
  }

  .lg\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
  }

  .lg\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
  }

  .lg\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
  }

  .lg\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
  }

  .lg\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
  }

  .lg\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
  }

  .lg\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
  }

  .lg\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
  }

  .lg\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
  }

  .lg\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
  }

  .lg\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
  }

  .lg\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
  }

  .lg\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
  }

  .lg\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
  }

  .lg\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
  }

  .lg\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
  }

  .lg\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
  }

  .lg\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
  }

  .lg\:border-t-inherit {
    border-top-color: inherit;
  }

  .lg\:border-t-input {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-input\/0 {
    border-top-color: hsl(var(--input) / 0);
  }

  .lg\:border-t-input\/10 {
    border-top-color: hsl(var(--input) / 0.1);
  }

  .lg\:border-t-input\/100 {
    border-top-color: hsl(var(--input) / 1);
  }

  .lg\:border-t-input\/15 {
    border-top-color: hsl(var(--input) / 0.15);
  }

  .lg\:border-t-input\/20 {
    border-top-color: hsl(var(--input) / 0.2);
  }

  .lg\:border-t-input\/25 {
    border-top-color: hsl(var(--input) / 0.25);
  }

  .lg\:border-t-input\/30 {
    border-top-color: hsl(var(--input) / 0.3);
  }

  .lg\:border-t-input\/35 {
    border-top-color: hsl(var(--input) / 0.35);
  }

  .lg\:border-t-input\/40 {
    border-top-color: hsl(var(--input) / 0.4);
  }

  .lg\:border-t-input\/45 {
    border-top-color: hsl(var(--input) / 0.45);
  }

  .lg\:border-t-input\/5 {
    border-top-color: hsl(var(--input) / 0.05);
  }

  .lg\:border-t-input\/50 {
    border-top-color: hsl(var(--input) / 0.5);
  }

  .lg\:border-t-input\/55 {
    border-top-color: hsl(var(--input) / 0.55);
  }

  .lg\:border-t-input\/60 {
    border-top-color: hsl(var(--input) / 0.6);
  }

  .lg\:border-t-input\/65 {
    border-top-color: hsl(var(--input) / 0.65);
  }

  .lg\:border-t-input\/70 {
    border-top-color: hsl(var(--input) / 0.7);
  }

  .lg\:border-t-input\/75 {
    border-top-color: hsl(var(--input) / 0.75);
  }

  .lg\:border-t-input\/80 {
    border-top-color: hsl(var(--input) / 0.8);
  }

  .lg\:border-t-input\/85 {
    border-top-color: hsl(var(--input) / 0.85);
  }

  .lg\:border-t-input\/90 {
    border-top-color: hsl(var(--input) / 0.9);
  }

  .lg\:border-t-input\/95 {
    border-top-color: hsl(var(--input) / 0.95);
  }

  .lg\:border-t-lime-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
  }

  .lg\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
  }

  .lg\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
  }

  .lg\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
  }

  .lg\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
  }

  .lg\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
  }

  .lg\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
  }

  .lg\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
  }

  .lg\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
  }

  .lg\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
  }

  .lg\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
  }

  .lg\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
  }

  .lg\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
  }

  .lg\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
  }

  .lg\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
  }

  .lg\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
  }

  .lg\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
  }

  .lg\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
  }

  .lg\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
  }

  .lg\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
  }

  .lg\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
  }

  .lg\:border-t-lime-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
  }

  .lg\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
  }

  .lg\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
  }

  .lg\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
  }

  .lg\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
  }

  .lg\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
  }

  .lg\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
  }

  .lg\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
  }

  .lg\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
  }

  .lg\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
  }

  .lg\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
  }

  .lg\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
  }

  .lg\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
  }

  .lg\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
  }

  .lg\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
  }

  .lg\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
  }

  .lg\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
  }

  .lg\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
  }

  .lg\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
  }

  .lg\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
  }

  .lg\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
  }

  .lg\:border-t-lime-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
  }

  .lg\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
  }

  .lg\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
  }

  .lg\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
  }

  .lg\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
  }

  .lg\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
  }

  .lg\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
  }

  .lg\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
  }

  .lg\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
  }

  .lg\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
  }

  .lg\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
  }

  .lg\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
  }

  .lg\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
  }

  .lg\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
  }

  .lg\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
  }

  .lg\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
  }

  .lg\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
  }

  .lg\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
  }

  .lg\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
  }

  .lg\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
  }

  .lg\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
  }

  .lg\:border-t-lime-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
  }

  .lg\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
  }

  .lg\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
  }

  .lg\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
  }

  .lg\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
  }

  .lg\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
  }

  .lg\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
  }

  .lg\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
  }

  .lg\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
  }

  .lg\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
  }

  .lg\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
  }

  .lg\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
  }

  .lg\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
  }

  .lg\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
  }

  .lg\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
  }

  .lg\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
  }

  .lg\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
  }

  .lg\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
  }

  .lg\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
  }

  .lg\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
  }

  .lg\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
  }

  .lg\:border-t-lime-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
  }

  .lg\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
  }

  .lg\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
  }

  .lg\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
  }

  .lg\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
  }

  .lg\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
  }

  .lg\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
  }

  .lg\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
  }

  .lg\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
  }

  .lg\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
  }

  .lg\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
  }

  .lg\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
  }

  .lg\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
  }

  .lg\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
  }

  .lg\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
  }

  .lg\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
  }

  .lg\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
  }

  .lg\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
  }

  .lg\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
  }

  .lg\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
  }

  .lg\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
  }

  .lg\:border-t-lime-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
  }

  .lg\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
  }

  .lg\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
  }

  .lg\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
  }

  .lg\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
  }

  .lg\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
  }

  .lg\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
  }

  .lg\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
  }

  .lg\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
  }

  .lg\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
  }

  .lg\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
  }

  .lg\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
  }

  .lg\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
  }

  .lg\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
  }

  .lg\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
  }

  .lg\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
  }

  .lg\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
  }

  .lg\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
  }

  .lg\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
  }

  .lg\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
  }

  .lg\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
  }

  .lg\:border-t-lime-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
  }

  .lg\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
  }

  .lg\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
  }

  .lg\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
  }

  .lg\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
  }

  .lg\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
  }

  .lg\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
  }

  .lg\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
  }

  .lg\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
  }

  .lg\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
  }

  .lg\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
  }

  .lg\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
  }

  .lg\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
  }

  .lg\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
  }

  .lg\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
  }

  .lg\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
  }

  .lg\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
  }

  .lg\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
  }

  .lg\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
  }

  .lg\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
  }

  .lg\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
  }

  .lg\:border-t-lime-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
  }

  .lg\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
  }

  .lg\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
  }

  .lg\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
  }

  .lg\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
  }

  .lg\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
  }

  .lg\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
  }

  .lg\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
  }

  .lg\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
  }

  .lg\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
  }

  .lg\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
  }

  .lg\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
  }

  .lg\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
  }

  .lg\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
  }

  .lg\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
  }

  .lg\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
  }

  .lg\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
  }

  .lg\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
  }

  .lg\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
  }

  .lg\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
  }

  .lg\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
  }

  .lg\:border-t-lime-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
  }

  .lg\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
  }

  .lg\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
  }

  .lg\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
  }

  .lg\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
  }

  .lg\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
  }

  .lg\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
  }

  .lg\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
  }

  .lg\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
  }

  .lg\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
  }

  .lg\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
  }

  .lg\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
  }

  .lg\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
  }

  .lg\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
  }

  .lg\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
  }

  .lg\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
  }

  .lg\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
  }

  .lg\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
  }

  .lg\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
  }

  .lg\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
  }

  .lg\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
  }

  .lg\:border-t-lime-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
  }

  .lg\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
  }

  .lg\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
  }

  .lg\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
  }

  .lg\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
  }

  .lg\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
  }

  .lg\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
  }

  .lg\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
  }

  .lg\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
  }

  .lg\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
  }

  .lg\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
  }

  .lg\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
  }

  .lg\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
  }

  .lg\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
  }

  .lg\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
  }

  .lg\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
  }

  .lg\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
  }

  .lg\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
  }

  .lg\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
  }

  .lg\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
  }

  .lg\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
  }

  .lg\:border-t-lime-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
  }

  .lg\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
  }

  .lg\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
  }

  .lg\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
  }

  .lg\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
  }

  .lg\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
  }

  .lg\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
  }

  .lg\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
  }

  .lg\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
  }

  .lg\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
  }

  .lg\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
  }

  .lg\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
  }

  .lg\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
  }

  .lg\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
  }

  .lg\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
  }

  .lg\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
  }

  .lg\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
  }

  .lg\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
  }

  .lg\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
  }

  .lg\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
  }

  .lg\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
  }

  .lg\:border-t-muted {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-muted-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-muted-foreground\/0 {
    border-top-color: hsl(var(--muted-foreground) / 0);
  }

  .lg\:border-t-muted-foreground\/10 {
    border-top-color: hsl(var(--muted-foreground) / 0.1);
  }

  .lg\:border-t-muted-foreground\/100 {
    border-top-color: hsl(var(--muted-foreground) / 1);
  }

  .lg\:border-t-muted-foreground\/15 {
    border-top-color: hsl(var(--muted-foreground) / 0.15);
  }

  .lg\:border-t-muted-foreground\/20 {
    border-top-color: hsl(var(--muted-foreground) / 0.2);
  }

  .lg\:border-t-muted-foreground\/25 {
    border-top-color: hsl(var(--muted-foreground) / 0.25);
  }

  .lg\:border-t-muted-foreground\/30 {
    border-top-color: hsl(var(--muted-foreground) / 0.3);
  }

  .lg\:border-t-muted-foreground\/35 {
    border-top-color: hsl(var(--muted-foreground) / 0.35);
  }

  .lg\:border-t-muted-foreground\/40 {
    border-top-color: hsl(var(--muted-foreground) / 0.4);
  }

  .lg\:border-t-muted-foreground\/45 {
    border-top-color: hsl(var(--muted-foreground) / 0.45);
  }

  .lg\:border-t-muted-foreground\/5 {
    border-top-color: hsl(var(--muted-foreground) / 0.05);
  }

  .lg\:border-t-muted-foreground\/50 {
    border-top-color: hsl(var(--muted-foreground) / 0.5);
  }

  .lg\:border-t-muted-foreground\/55 {
    border-top-color: hsl(var(--muted-foreground) / 0.55);
  }

  .lg\:border-t-muted-foreground\/60 {
    border-top-color: hsl(var(--muted-foreground) / 0.6);
  }

  .lg\:border-t-muted-foreground\/65 {
    border-top-color: hsl(var(--muted-foreground) / 0.65);
  }

  .lg\:border-t-muted-foreground\/70 {
    border-top-color: hsl(var(--muted-foreground) / 0.7);
  }

  .lg\:border-t-muted-foreground\/75 {
    border-top-color: hsl(var(--muted-foreground) / 0.75);
  }

  .lg\:border-t-muted-foreground\/80 {
    border-top-color: hsl(var(--muted-foreground) / 0.8);
  }

  .lg\:border-t-muted-foreground\/85 {
    border-top-color: hsl(var(--muted-foreground) / 0.85);
  }

  .lg\:border-t-muted-foreground\/90 {
    border-top-color: hsl(var(--muted-foreground) / 0.9);
  }

  .lg\:border-t-muted-foreground\/95 {
    border-top-color: hsl(var(--muted-foreground) / 0.95);
  }

  .lg\:border-t-muted\/0 {
    border-top-color: hsl(var(--muted) / 0);
  }

  .lg\:border-t-muted\/10 {
    border-top-color: hsl(var(--muted) / 0.1);
  }

  .lg\:border-t-muted\/100 {
    border-top-color: hsl(var(--muted) / 1);
  }

  .lg\:border-t-muted\/15 {
    border-top-color: hsl(var(--muted) / 0.15);
  }

  .lg\:border-t-muted\/20 {
    border-top-color: hsl(var(--muted) / 0.2);
  }

  .lg\:border-t-muted\/25 {
    border-top-color: hsl(var(--muted) / 0.25);
  }

  .lg\:border-t-muted\/30 {
    border-top-color: hsl(var(--muted) / 0.3);
  }

  .lg\:border-t-muted\/35 {
    border-top-color: hsl(var(--muted) / 0.35);
  }

  .lg\:border-t-muted\/40 {
    border-top-color: hsl(var(--muted) / 0.4);
  }

  .lg\:border-t-muted\/45 {
    border-top-color: hsl(var(--muted) / 0.45);
  }

  .lg\:border-t-muted\/5 {
    border-top-color: hsl(var(--muted) / 0.05);
  }

  .lg\:border-t-muted\/50 {
    border-top-color: hsl(var(--muted) / 0.5);
  }

  .lg\:border-t-muted\/55 {
    border-top-color: hsl(var(--muted) / 0.55);
  }

  .lg\:border-t-muted\/60 {
    border-top-color: hsl(var(--muted) / 0.6);
  }

  .lg\:border-t-muted\/65 {
    border-top-color: hsl(var(--muted) / 0.65);
  }

  .lg\:border-t-muted\/70 {
    border-top-color: hsl(var(--muted) / 0.7);
  }

  .lg\:border-t-muted\/75 {
    border-top-color: hsl(var(--muted) / 0.75);
  }

  .lg\:border-t-muted\/80 {
    border-top-color: hsl(var(--muted) / 0.8);
  }

  .lg\:border-t-muted\/85 {
    border-top-color: hsl(var(--muted) / 0.85);
  }

  .lg\:border-t-muted\/90 {
    border-top-color: hsl(var(--muted) / 0.9);
  }

  .lg\:border-t-muted\/95 {
    border-top-color: hsl(var(--muted) / 0.95);
  }

  .lg\:border-t-neutral-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
  }

  .lg\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
  }

  .lg\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
  }

  .lg\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
  }

  .lg\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
  }

  .lg\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
  }

  .lg\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
  }

  .lg\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
  }

  .lg\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
  }

  .lg\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
  }

  .lg\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
  }

  .lg\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
  }

  .lg\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
  }

  .lg\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
  }

  .lg\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
  }

  .lg\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
  }

  .lg\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
  }

  .lg\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
  }

  .lg\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
  }

  .lg\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
  }

  .lg\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
  }

  .lg\:border-t-neutral-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
  }

  .lg\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
  }

  .lg\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
  }

  .lg\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
  }

  .lg\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
  }

  .lg\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
  }

  .lg\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
  }

  .lg\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
  }

  .lg\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
  }

  .lg\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
  }

  .lg\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
  }

  .lg\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
  }

  .lg\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
  }

  .lg\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
  }

  .lg\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
  }

  .lg\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
  }

  .lg\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
  }

  .lg\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
  }

  .lg\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
  }

  .lg\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
  }

  .lg\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
  }

  .lg\:border-t-neutral-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
  }

  .lg\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
  }

  .lg\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
  }

  .lg\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
  }

  .lg\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
  }

  .lg\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
  }

  .lg\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
  }

  .lg\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
  }

  .lg\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
  }

  .lg\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
  }

  .lg\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
  }

  .lg\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
  }

  .lg\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
  }

  .lg\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
  }

  .lg\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
  }

  .lg\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
  }

  .lg\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
  }

  .lg\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
  }

  .lg\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
  }

  .lg\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
  }

  .lg\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
  }

  .lg\:border-t-neutral-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
  }

  .lg\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
  }

  .lg\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
  }

  .lg\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
  }

  .lg\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
  }

  .lg\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
  }

  .lg\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
  }

  .lg\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
  }

  .lg\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
  }

  .lg\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
  }

  .lg\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
  }

  .lg\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
  }

  .lg\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
  }

  .lg\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
  }

  .lg\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
  }

  .lg\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
  }

  .lg\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
  }

  .lg\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
  }

  .lg\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
  }

  .lg\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
  }

  .lg\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
  }

  .lg\:border-t-neutral-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .lg\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .lg\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-t-neutral-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
  }

  .lg\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
  }

  .lg\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
  }

  .lg\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
  }

  .lg\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
  }

  .lg\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
  }

  .lg\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
  }

  .lg\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
  }

  .lg\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
  }

  .lg\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
  }

  .lg\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
  }

  .lg\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
  }

  .lg\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
  }

  .lg\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
  }

  .lg\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
  }

  .lg\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
  }

  .lg\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
  }

  .lg\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
  }

  .lg\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
  }

  .lg\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
  }

  .lg\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
  }

  .lg\:border-t-neutral-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
  }

  .lg\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
  }

  .lg\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
  }

  .lg\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
  }

  .lg\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
  }

  .lg\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
  }

  .lg\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
  }

  .lg\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
  }

  .lg\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
  }

  .lg\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
  }

  .lg\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
  }

  .lg\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
  }

  .lg\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
  }

  .lg\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
  }

  .lg\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
  }

  .lg\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
  }

  .lg\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
  }

  .lg\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
  }

  .lg\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
  }

  .lg\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
  }

  .lg\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
  }

  .lg\:border-t-neutral-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
  }

  .lg\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
  }

  .lg\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
  }

  .lg\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
  }

  .lg\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
  }

  .lg\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
  }

  .lg\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
  }

  .lg\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
  }

  .lg\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
  }

  .lg\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
  }

  .lg\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
  }

  .lg\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
  }

  .lg\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
  }

  .lg\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
  }

  .lg\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
  }

  .lg\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
  }

  .lg\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
  }

  .lg\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
  }

  .lg\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
  }

  .lg\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
  }

  .lg\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
  }

  .lg\:border-t-neutral-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
  }

  .lg\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
  }

  .lg\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
  }

  .lg\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
  }

  .lg\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
  }

  .lg\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
  }

  .lg\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
  }

  .lg\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
  }

  .lg\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
  }

  .lg\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
  }

  .lg\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
  }

  .lg\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
  }

  .lg\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
  }

  .lg\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
  }

  .lg\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
  }

  .lg\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
  }

  .lg\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
  }

  .lg\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
  }

  .lg\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
  }

  .lg\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
  }

  .lg\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
  }

  .lg\:border-t-neutral-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
  }

  .lg\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
  }

  .lg\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
  }

  .lg\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
  }

  .lg\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
  }

  .lg\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
  }

  .lg\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
  }

  .lg\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
  }

  .lg\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
  }

  .lg\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
  }

  .lg\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
  }

  .lg\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
  }

  .lg\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
  }

  .lg\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
  }

  .lg\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
  }

  .lg\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
  }

  .lg\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
  }

  .lg\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
  }

  .lg\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
  }

  .lg\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
  }

  .lg\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
  }

  .lg\:border-t-neutral-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
  }

  .lg\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
  }

  .lg\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
  }

  .lg\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
  }

  .lg\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
  }

  .lg\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
  }

  .lg\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
  }

  .lg\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
  }

  .lg\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
  }

  .lg\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
  }

  .lg\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
  }

  .lg\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
  }

  .lg\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
  }

  .lg\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
  }

  .lg\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
  }

  .lg\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
  }

  .lg\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
  }

  .lg\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
  }

  .lg\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
  }

  .lg\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
  }

  .lg\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
  }

  .lg\:border-t-orange-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
  }

  .lg\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
  }

  .lg\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
  }

  .lg\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
  }

  .lg\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
  }

  .lg\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
  }

  .lg\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
  }

  .lg\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
  }

  .lg\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
  }

  .lg\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
  }

  .lg\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
  }

  .lg\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
  }

  .lg\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
  }

  .lg\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
  }

  .lg\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
  }

  .lg\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
  }

  .lg\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
  }

  .lg\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
  }

  .lg\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
  }

  .lg\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
  }

  .lg\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
  }

  .lg\:border-t-orange-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
  }

  .lg\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
  }

  .lg\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
  }

  .lg\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
  }

  .lg\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
  }

  .lg\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
  }

  .lg\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
  }

  .lg\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
  }

  .lg\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
  }

  .lg\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
  }

  .lg\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
  }

  .lg\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
  }

  .lg\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
  }

  .lg\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
  }

  .lg\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
  }

  .lg\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
  }

  .lg\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
  }

  .lg\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
  }

  .lg\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
  }

  .lg\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
  }

  .lg\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
  }

  .lg\:border-t-orange-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
  }

  .lg\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
  }

  .lg\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
  }

  .lg\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
  }

  .lg\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
  }

  .lg\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
  }

  .lg\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
  }

  .lg\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
  }

  .lg\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
  }

  .lg\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
  }

  .lg\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
  }

  .lg\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
  }

  .lg\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
  }

  .lg\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
  }

  .lg\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
  }

  .lg\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
  }

  .lg\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
  }

  .lg\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
  }

  .lg\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
  }

  .lg\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
  }

  .lg\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
  }

  .lg\:border-t-orange-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
  }

  .lg\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
  }

  .lg\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
  }

  .lg\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
  }

  .lg\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
  }

  .lg\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
  }

  .lg\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
  }

  .lg\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
  }

  .lg\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
  }

  .lg\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
  }

  .lg\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
  }

  .lg\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
  }

  .lg\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
  }

  .lg\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
  }

  .lg\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
  }

  .lg\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
  }

  .lg\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
  }

  .lg\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
  }

  .lg\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
  }

  .lg\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
  }

  .lg\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
  }

  .lg\:border-t-orange-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
  }

  .lg\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
  }

  .lg\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
  }

  .lg\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
  }

  .lg\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
  }

  .lg\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
  }

  .lg\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
  }

  .lg\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
  }

  .lg\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
  }

  .lg\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
  }

  .lg\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
  }

  .lg\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
  }

  .lg\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
  }

  .lg\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
  }

  .lg\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
  }

  .lg\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
  }

  .lg\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
  }

  .lg\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
  }

  .lg\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
  }

  .lg\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
  }

  .lg\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
  }

  .lg\:border-t-orange-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
  }

  .lg\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
  }

  .lg\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
  }

  .lg\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
  }

  .lg\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
  }

  .lg\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
  }

  .lg\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
  }

  .lg\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
  }

  .lg\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
  }

  .lg\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
  }

  .lg\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
  }

  .lg\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
  }

  .lg\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
  }

  .lg\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
  }

  .lg\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
  }

  .lg\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
  }

  .lg\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
  }

  .lg\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
  }

  .lg\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
  }

  .lg\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
  }

  .lg\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
  }

  .lg\:border-t-orange-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
  }

  .lg\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
  }

  .lg\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
  }

  .lg\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
  }

  .lg\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
  }

  .lg\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
  }

  .lg\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
  }

  .lg\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
  }

  .lg\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
  }

  .lg\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
  }

  .lg\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
  }

  .lg\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
  }

  .lg\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
  }

  .lg\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
  }

  .lg\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
  }

  .lg\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
  }

  .lg\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
  }

  .lg\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
  }

  .lg\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
  }

  .lg\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
  }

  .lg\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
  }

  .lg\:border-t-orange-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
  }

  .lg\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
  }

  .lg\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
  }

  .lg\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
  }

  .lg\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
  }

  .lg\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
  }

  .lg\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
  }

  .lg\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
  }

  .lg\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
  }

  .lg\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
  }

  .lg\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
  }

  .lg\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
  }

  .lg\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
  }

  .lg\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
  }

  .lg\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
  }

  .lg\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
  }

  .lg\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
  }

  .lg\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
  }

  .lg\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
  }

  .lg\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
  }

  .lg\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
  }

  .lg\:border-t-orange-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
  }

  .lg\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
  }

  .lg\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
  }

  .lg\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
  }

  .lg\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
  }

  .lg\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
  }

  .lg\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
  }

  .lg\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
  }

  .lg\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
  }

  .lg\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
  }

  .lg\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
  }

  .lg\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
  }

  .lg\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
  }

  .lg\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
  }

  .lg\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
  }

  .lg\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
  }

  .lg\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
  }

  .lg\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
  }

  .lg\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
  }

  .lg\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
  }

  .lg\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
  }

  .lg\:border-t-orange-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
  }

  .lg\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
  }

  .lg\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
  }

  .lg\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
  }

  .lg\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
  }

  .lg\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
  }

  .lg\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
  }

  .lg\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
  }

  .lg\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
  }

  .lg\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
  }

  .lg\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
  }

  .lg\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
  }

  .lg\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
  }

  .lg\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
  }

  .lg\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
  }

  .lg\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
  }

  .lg\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
  }

  .lg\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
  }

  .lg\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
  }

  .lg\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
  }

  .lg\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
  }

  .lg\:border-t-orange-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
  }

  .lg\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
  }

  .lg\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
  }

  .lg\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
  }

  .lg\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
  }

  .lg\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
  }

  .lg\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
  }

  .lg\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
  }

  .lg\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
  }

  .lg\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
  }

  .lg\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
  }

  .lg\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
  }

  .lg\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
  }

  .lg\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
  }

  .lg\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
  }

  .lg\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
  }

  .lg\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
  }

  .lg\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
  }

  .lg\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
  }

  .lg\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
  }

  .lg\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
  }

  .lg\:border-t-pink-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
  }

  .lg\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
  }

  .lg\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
  }

  .lg\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
  }

  .lg\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
  }

  .lg\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
  }

  .lg\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
  }

  .lg\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
  }

  .lg\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
  }

  .lg\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
  }

  .lg\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
  }

  .lg\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
  }

  .lg\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
  }

  .lg\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
  }

  .lg\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
  }

  .lg\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
  }

  .lg\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
  }

  .lg\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
  }

  .lg\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
  }

  .lg\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
  }

  .lg\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
  }

  .lg\:border-t-pink-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
  }

  .lg\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
  }

  .lg\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
  }

  .lg\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
  }

  .lg\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
  }

  .lg\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
  }

  .lg\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
  }

  .lg\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
  }

  .lg\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
  }

  .lg\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
  }

  .lg\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
  }

  .lg\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
  }

  .lg\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
  }

  .lg\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
  }

  .lg\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
  }

  .lg\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
  }

  .lg\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
  }

  .lg\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
  }

  .lg\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
  }

  .lg\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
  }

  .lg\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
  }

  .lg\:border-t-pink-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
  }

  .lg\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
  }

  .lg\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
  }

  .lg\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
  }

  .lg\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
  }

  .lg\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
  }

  .lg\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
  }

  .lg\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
  }

  .lg\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
  }

  .lg\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
  }

  .lg\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
  }

  .lg\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
  }

  .lg\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
  }

  .lg\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
  }

  .lg\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
  }

  .lg\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
  }

  .lg\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
  }

  .lg\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
  }

  .lg\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
  }

  .lg\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
  }

  .lg\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
  }

  .lg\:border-t-pink-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
  }

  .lg\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
  }

  .lg\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
  }

  .lg\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
  }

  .lg\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
  }

  .lg\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
  }

  .lg\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
  }

  .lg\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
  }

  .lg\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
  }

  .lg\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
  }

  .lg\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
  }

  .lg\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
  }

  .lg\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
  }

  .lg\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
  }

  .lg\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
  }

  .lg\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
  }

  .lg\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
  }

  .lg\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
  }

  .lg\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
  }

  .lg\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
  }

  .lg\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
  }

  .lg\:border-t-pink-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
  }

  .lg\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
  }

  .lg\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
  }

  .lg\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
  }

  .lg\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
  }

  .lg\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
  }

  .lg\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
  }

  .lg\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
  }

  .lg\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
  }

  .lg\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
  }

  .lg\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
  }

  .lg\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
  }

  .lg\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
  }

  .lg\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
  }

  .lg\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
  }

  .lg\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
  }

  .lg\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
  }

  .lg\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
  }

  .lg\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
  }

  .lg\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
  }

  .lg\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
  }

  .lg\:border-t-pink-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
  }

  .lg\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
  }

  .lg\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
  }

  .lg\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
  }

  .lg\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
  }

  .lg\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
  }

  .lg\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
  }

  .lg\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
  }

  .lg\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
  }

  .lg\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
  }

  .lg\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
  }

  .lg\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
  }

  .lg\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
  }

  .lg\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
  }

  .lg\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
  }

  .lg\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
  }

  .lg\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
  }

  .lg\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
  }

  .lg\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
  }

  .lg\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
  }

  .lg\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
  }

  .lg\:border-t-pink-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
  }

  .lg\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
  }

  .lg\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
  }

  .lg\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
  }

  .lg\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
  }

  .lg\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
  }

  .lg\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
  }

  .lg\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
  }

  .lg\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
  }

  .lg\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
  }

  .lg\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
  }

  .lg\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
  }

  .lg\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
  }

  .lg\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
  }

  .lg\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
  }

  .lg\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
  }

  .lg\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
  }

  .lg\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
  }

  .lg\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
  }

  .lg\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
  }

  .lg\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
  }

  .lg\:border-t-pink-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
  }

  .lg\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
  }

  .lg\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
  }

  .lg\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
  }

  .lg\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
  }

  .lg\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
  }

  .lg\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
  }

  .lg\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
  }

  .lg\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
  }

  .lg\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
  }

  .lg\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
  }

  .lg\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
  }

  .lg\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
  }

  .lg\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
  }

  .lg\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
  }

  .lg\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
  }

  .lg\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
  }

  .lg\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
  }

  .lg\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
  }

  .lg\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
  }

  .lg\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
  }

  .lg\:border-t-pink-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
  }

  .lg\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
  }

  .lg\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
  }

  .lg\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
  }

  .lg\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
  }

  .lg\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
  }

  .lg\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
  }

  .lg\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
  }

  .lg\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
  }

  .lg\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
  }

  .lg\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
  }

  .lg\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
  }

  .lg\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
  }

  .lg\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
  }

  .lg\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
  }

  .lg\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
  }

  .lg\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
  }

  .lg\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
  }

  .lg\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
  }

  .lg\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
  }

  .lg\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
  }

  .lg\:border-t-pink-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
  }

  .lg\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
  }

  .lg\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
  }

  .lg\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
  }

  .lg\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
  }

  .lg\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
  }

  .lg\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
  }

  .lg\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
  }

  .lg\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
  }

  .lg\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
  }

  .lg\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
  }

  .lg\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
  }

  .lg\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
  }

  .lg\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
  }

  .lg\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
  }

  .lg\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
  }

  .lg\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
  }

  .lg\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
  }

  .lg\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
  }

  .lg\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
  }

  .lg\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
  }

  .lg\:border-t-pink-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
  }

  .lg\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
  }

  .lg\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
  }

  .lg\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
  }

  .lg\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
  }

  .lg\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
  }

  .lg\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
  }

  .lg\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
  }

  .lg\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
  }

  .lg\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
  }

  .lg\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
  }

  .lg\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
  }

  .lg\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
  }

  .lg\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
  }

  .lg\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
  }

  .lg\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
  }

  .lg\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
  }

  .lg\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
  }

  .lg\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
  }

  .lg\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
  }

  .lg\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
  }

  .lg\:border-t-popover {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-popover-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-popover-foreground\/0 {
    border-top-color: hsl(var(--popover-foreground) / 0);
  }

  .lg\:border-t-popover-foreground\/10 {
    border-top-color: hsl(var(--popover-foreground) / 0.1);
  }

  .lg\:border-t-popover-foreground\/100 {
    border-top-color: hsl(var(--popover-foreground) / 1);
  }

  .lg\:border-t-popover-foreground\/15 {
    border-top-color: hsl(var(--popover-foreground) / 0.15);
  }

  .lg\:border-t-popover-foreground\/20 {
    border-top-color: hsl(var(--popover-foreground) / 0.2);
  }

  .lg\:border-t-popover-foreground\/25 {
    border-top-color: hsl(var(--popover-foreground) / 0.25);
  }

  .lg\:border-t-popover-foreground\/30 {
    border-top-color: hsl(var(--popover-foreground) / 0.3);
  }

  .lg\:border-t-popover-foreground\/35 {
    border-top-color: hsl(var(--popover-foreground) / 0.35);
  }

  .lg\:border-t-popover-foreground\/40 {
    border-top-color: hsl(var(--popover-foreground) / 0.4);
  }

  .lg\:border-t-popover-foreground\/45 {
    border-top-color: hsl(var(--popover-foreground) / 0.45);
  }

  .lg\:border-t-popover-foreground\/5 {
    border-top-color: hsl(var(--popover-foreground) / 0.05);
  }

  .lg\:border-t-popover-foreground\/50 {
    border-top-color: hsl(var(--popover-foreground) / 0.5);
  }

  .lg\:border-t-popover-foreground\/55 {
    border-top-color: hsl(var(--popover-foreground) / 0.55);
  }

  .lg\:border-t-popover-foreground\/60 {
    border-top-color: hsl(var(--popover-foreground) / 0.6);
  }

  .lg\:border-t-popover-foreground\/65 {
    border-top-color: hsl(var(--popover-foreground) / 0.65);
  }

  .lg\:border-t-popover-foreground\/70 {
    border-top-color: hsl(var(--popover-foreground) / 0.7);
  }

  .lg\:border-t-popover-foreground\/75 {
    border-top-color: hsl(var(--popover-foreground) / 0.75);
  }

  .lg\:border-t-popover-foreground\/80 {
    border-top-color: hsl(var(--popover-foreground) / 0.8);
  }

  .lg\:border-t-popover-foreground\/85 {
    border-top-color: hsl(var(--popover-foreground) / 0.85);
  }

  .lg\:border-t-popover-foreground\/90 {
    border-top-color: hsl(var(--popover-foreground) / 0.9);
  }

  .lg\:border-t-popover-foreground\/95 {
    border-top-color: hsl(var(--popover-foreground) / 0.95);
  }

  .lg\:border-t-popover\/0 {
    border-top-color: hsl(var(--popover) / 0);
  }

  .lg\:border-t-popover\/10 {
    border-top-color: hsl(var(--popover) / 0.1);
  }

  .lg\:border-t-popover\/100 {
    border-top-color: hsl(var(--popover) / 1);
  }

  .lg\:border-t-popover\/15 {
    border-top-color: hsl(var(--popover) / 0.15);
  }

  .lg\:border-t-popover\/20 {
    border-top-color: hsl(var(--popover) / 0.2);
  }

  .lg\:border-t-popover\/25 {
    border-top-color: hsl(var(--popover) / 0.25);
  }

  .lg\:border-t-popover\/30 {
    border-top-color: hsl(var(--popover) / 0.3);
  }

  .lg\:border-t-popover\/35 {
    border-top-color: hsl(var(--popover) / 0.35);
  }

  .lg\:border-t-popover\/40 {
    border-top-color: hsl(var(--popover) / 0.4);
  }

  .lg\:border-t-popover\/45 {
    border-top-color: hsl(var(--popover) / 0.45);
  }

  .lg\:border-t-popover\/5 {
    border-top-color: hsl(var(--popover) / 0.05);
  }

  .lg\:border-t-popover\/50 {
    border-top-color: hsl(var(--popover) / 0.5);
  }

  .lg\:border-t-popover\/55 {
    border-top-color: hsl(var(--popover) / 0.55);
  }

  .lg\:border-t-popover\/60 {
    border-top-color: hsl(var(--popover) / 0.6);
  }

  .lg\:border-t-popover\/65 {
    border-top-color: hsl(var(--popover) / 0.65);
  }

  .lg\:border-t-popover\/70 {
    border-top-color: hsl(var(--popover) / 0.7);
  }

  .lg\:border-t-popover\/75 {
    border-top-color: hsl(var(--popover) / 0.75);
  }

  .lg\:border-t-popover\/80 {
    border-top-color: hsl(var(--popover) / 0.8);
  }

  .lg\:border-t-popover\/85 {
    border-top-color: hsl(var(--popover) / 0.85);
  }

  .lg\:border-t-popover\/90 {
    border-top-color: hsl(var(--popover) / 0.9);
  }

  .lg\:border-t-popover\/95 {
    border-top-color: hsl(var(--popover) / 0.95);
  }

  .lg\:border-t-primary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-primary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-primary-foreground\/0 {
    border-top-color: hsl(var(--primary-foreground) / 0);
  }

  .lg\:border-t-primary-foreground\/10 {
    border-top-color: hsl(var(--primary-foreground) / 0.1);
  }

  .lg\:border-t-primary-foreground\/100 {
    border-top-color: hsl(var(--primary-foreground) / 1);
  }

  .lg\:border-t-primary-foreground\/15 {
    border-top-color: hsl(var(--primary-foreground) / 0.15);
  }

  .lg\:border-t-primary-foreground\/20 {
    border-top-color: hsl(var(--primary-foreground) / 0.2);
  }

  .lg\:border-t-primary-foreground\/25 {
    border-top-color: hsl(var(--primary-foreground) / 0.25);
  }

  .lg\:border-t-primary-foreground\/30 {
    border-top-color: hsl(var(--primary-foreground) / 0.3);
  }

  .lg\:border-t-primary-foreground\/35 {
    border-top-color: hsl(var(--primary-foreground) / 0.35);
  }

  .lg\:border-t-primary-foreground\/40 {
    border-top-color: hsl(var(--primary-foreground) / 0.4);
  }

  .lg\:border-t-primary-foreground\/45 {
    border-top-color: hsl(var(--primary-foreground) / 0.45);
  }

  .lg\:border-t-primary-foreground\/5 {
    border-top-color: hsl(var(--primary-foreground) / 0.05);
  }

  .lg\:border-t-primary-foreground\/50 {
    border-top-color: hsl(var(--primary-foreground) / 0.5);
  }

  .lg\:border-t-primary-foreground\/55 {
    border-top-color: hsl(var(--primary-foreground) / 0.55);
  }

  .lg\:border-t-primary-foreground\/60 {
    border-top-color: hsl(var(--primary-foreground) / 0.6);
  }

  .lg\:border-t-primary-foreground\/65 {
    border-top-color: hsl(var(--primary-foreground) / 0.65);
  }

  .lg\:border-t-primary-foreground\/70 {
    border-top-color: hsl(var(--primary-foreground) / 0.7);
  }

  .lg\:border-t-primary-foreground\/75 {
    border-top-color: hsl(var(--primary-foreground) / 0.75);
  }

  .lg\:border-t-primary-foreground\/80 {
    border-top-color: hsl(var(--primary-foreground) / 0.8);
  }

  .lg\:border-t-primary-foreground\/85 {
    border-top-color: hsl(var(--primary-foreground) / 0.85);
  }

  .lg\:border-t-primary-foreground\/90 {
    border-top-color: hsl(var(--primary-foreground) / 0.9);
  }

  .lg\:border-t-primary-foreground\/95 {
    border-top-color: hsl(var(--primary-foreground) / 0.95);
  }

  .lg\:border-t-primary\/0 {
    border-top-color: hsl(var(--primary) / 0);
  }

  .lg\:border-t-primary\/10 {
    border-top-color: hsl(var(--primary) / 0.1);
  }

  .lg\:border-t-primary\/100 {
    border-top-color: hsl(var(--primary) / 1);
  }

  .lg\:border-t-primary\/15 {
    border-top-color: hsl(var(--primary) / 0.15);
  }

  .lg\:border-t-primary\/20 {
    border-top-color: hsl(var(--primary) / 0.2);
  }

  .lg\:border-t-primary\/25 {
    border-top-color: hsl(var(--primary) / 0.25);
  }

  .lg\:border-t-primary\/30 {
    border-top-color: hsl(var(--primary) / 0.3);
  }

  .lg\:border-t-primary\/35 {
    border-top-color: hsl(var(--primary) / 0.35);
  }

  .lg\:border-t-primary\/40 {
    border-top-color: hsl(var(--primary) / 0.4);
  }

  .lg\:border-t-primary\/45 {
    border-top-color: hsl(var(--primary) / 0.45);
  }

  .lg\:border-t-primary\/5 {
    border-top-color: hsl(var(--primary) / 0.05);
  }

  .lg\:border-t-primary\/50 {
    border-top-color: hsl(var(--primary) / 0.5);
  }

  .lg\:border-t-primary\/55 {
    border-top-color: hsl(var(--primary) / 0.55);
  }

  .lg\:border-t-primary\/60 {
    border-top-color: hsl(var(--primary) / 0.6);
  }

  .lg\:border-t-primary\/65 {
    border-top-color: hsl(var(--primary) / 0.65);
  }

  .lg\:border-t-primary\/70 {
    border-top-color: hsl(var(--primary) / 0.7);
  }

  .lg\:border-t-primary\/75 {
    border-top-color: hsl(var(--primary) / 0.75);
  }

  .lg\:border-t-primary\/80 {
    border-top-color: hsl(var(--primary) / 0.8);
  }

  .lg\:border-t-primary\/85 {
    border-top-color: hsl(var(--primary) / 0.85);
  }

  .lg\:border-t-primary\/90 {
    border-top-color: hsl(var(--primary) / 0.9);
  }

  .lg\:border-t-primary\/95 {
    border-top-color: hsl(var(--primary) / 0.95);
  }

  .lg\:border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
  }

  .lg\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
  }

  .lg\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
  }

  .lg\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
  }

  .lg\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
  }

  .lg\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
  }

  .lg\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
  }

  .lg\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
  }

  .lg\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
  }

  .lg\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
  }

  .lg\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
  }

  .lg\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
  }

  .lg\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
  }

  .lg\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
  }

  .lg\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
  }

  .lg\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
  }

  .lg\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
  }

  .lg\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
  }

  .lg\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
  }

  .lg\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
  }

  .lg\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
  }

  .lg\:border-t-purple-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
  }

  .lg\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
  }

  .lg\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
  }

  .lg\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
  }

  .lg\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
  }

  .lg\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
  }

  .lg\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
  }

  .lg\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
  }

  .lg\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
  }

  .lg\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
  }

  .lg\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
  }

  .lg\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
  }

  .lg\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
  }

  .lg\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
  }

  .lg\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
  }

  .lg\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
  }

  .lg\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
  }

  .lg\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
  }

  .lg\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
  }

  .lg\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
  }

  .lg\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
  }

  .lg\:border-t-purple-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
  }

  .lg\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
  }

  .lg\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
  }

  .lg\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
  }

  .lg\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
  }

  .lg\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
  }

  .lg\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
  }

  .lg\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
  }

  .lg\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
  }

  .lg\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
  }

  .lg\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
  }

  .lg\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
  }

  .lg\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
  }

  .lg\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
  }

  .lg\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
  }

  .lg\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
  }

  .lg\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
  }

  .lg\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
  }

  .lg\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
  }

  .lg\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
  }

  .lg\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
  }

  .lg\:border-t-purple-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
  }

  .lg\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
  }

  .lg\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
  }

  .lg\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
  }

  .lg\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
  }

  .lg\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
  }

  .lg\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
  }

  .lg\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
  }

  .lg\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
  }

  .lg\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
  }

  .lg\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
  }

  .lg\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
  }

  .lg\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
  }

  .lg\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
  }

  .lg\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
  }

  .lg\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
  }

  .lg\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
  }

  .lg\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
  }

  .lg\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
  }

  .lg\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
  }

  .lg\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
  }

  .lg\:border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
  }

  .lg\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
  }

  .lg\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
  }

  .lg\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
  }

  .lg\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
  }

  .lg\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
  }

  .lg\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
  }

  .lg\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
  }

  .lg\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
  }

  .lg\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
  }

  .lg\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
  }

  .lg\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
  }

  .lg\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
  }

  .lg\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
  }

  .lg\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
  }

  .lg\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
  }

  .lg\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
  }

  .lg\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
  }

  .lg\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
  }

  .lg\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
  }

  .lg\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
  }

  .lg\:border-t-purple-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
  }

  .lg\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
  }

  .lg\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
  }

  .lg\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
  }

  .lg\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
  }

  .lg\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
  }

  .lg\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
  }

  .lg\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
  }

  .lg\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
  }

  .lg\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
  }

  .lg\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
  }

  .lg\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
  }

  .lg\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
  }

  .lg\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
  }

  .lg\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
  }

  .lg\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
  }

  .lg\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
  }

  .lg\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
  }

  .lg\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
  }

  .lg\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
  }

  .lg\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
  }

  .lg\:border-t-purple-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
  }

  .lg\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
  }

  .lg\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
  }

  .lg\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
  }

  .lg\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
  }

  .lg\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
  }

  .lg\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
  }

  .lg\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
  }

  .lg\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
  }

  .lg\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
  }

  .lg\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
  }

  .lg\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
  }

  .lg\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
  }

  .lg\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
  }

  .lg\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
  }

  .lg\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
  }

  .lg\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
  }

  .lg\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
  }

  .lg\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
  }

  .lg\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
  }

  .lg\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
  }

  .lg\:border-t-purple-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
  }

  .lg\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
  }

  .lg\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
  }

  .lg\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
  }

  .lg\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
  }

  .lg\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
  }

  .lg\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
  }

  .lg\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
  }

  .lg\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
  }

  .lg\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
  }

  .lg\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
  }

  .lg\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
  }

  .lg\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
  }

  .lg\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
  }

  .lg\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
  }

  .lg\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
  }

  .lg\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
  }

  .lg\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
  }

  .lg\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
  }

  .lg\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
  }

  .lg\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
  }

  .lg\:border-t-purple-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
  }

  .lg\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
  }

  .lg\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
  }

  .lg\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
  }

  .lg\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
  }

  .lg\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
  }

  .lg\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
  }

  .lg\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
  }

  .lg\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
  }

  .lg\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
  }

  .lg\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
  }

  .lg\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
  }

  .lg\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
  }

  .lg\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
  }

  .lg\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
  }

  .lg\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
  }

  .lg\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
  }

  .lg\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
  }

  .lg\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
  }

  .lg\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
  }

  .lg\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
  }

  .lg\:border-t-purple-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
  }

  .lg\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
  }

  .lg\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
  }

  .lg\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
  }

  .lg\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
  }

  .lg\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
  }

  .lg\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
  }

  .lg\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
  }

  .lg\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
  }

  .lg\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
  }

  .lg\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
  }

  .lg\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
  }

  .lg\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
  }

  .lg\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
  }

  .lg\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
  }

  .lg\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
  }

  .lg\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
  }

  .lg\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
  }

  .lg\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
  }

  .lg\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
  }

  .lg\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
  }

  .lg\:border-t-purple-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
  }

  .lg\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
  }

  .lg\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
  }

  .lg\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
  }

  .lg\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
  }

  .lg\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
  }

  .lg\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
  }

  .lg\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
  }

  .lg\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
  }

  .lg\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
  }

  .lg\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
  }

  .lg\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
  }

  .lg\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
  }

  .lg\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
  }

  .lg\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
  }

  .lg\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
  }

  .lg\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
  }

  .lg\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
  }

  .lg\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
  }

  .lg\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
  }

  .lg\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
  }

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

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

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

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

  .lg\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
  }

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

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

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

  .lg\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
  }

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

  .lg\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
  }

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

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

  .lg\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
  }

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

  .lg\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
  }

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

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

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

  .lg\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
  }

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

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

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

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

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

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

  .lg\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
  }

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

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

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

  .lg\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
  }

  .lg\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
  }

  .lg\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
  }

  .lg\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
  }

  .lg\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
  }

  .lg\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
  }

  .lg\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
  }

  .lg\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
  }

  .lg\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
  }

  .lg\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
  }

  .lg\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
  }

  .lg\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
  }

  .lg\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
  }

  .lg\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
  }

  .lg\:border-t-red-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
  }

  .lg\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
  }

  .lg\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
  }

  .lg\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
  }

  .lg\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
  }

  .lg\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
  }

  .lg\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
  }

  .lg\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
  }

  .lg\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
  }

  .lg\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
  }

  .lg\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
  }

  .lg\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
  }

  .lg\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
  }

  .lg\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
  }

  .lg\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
  }

  .lg\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
  }

  .lg\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
  }

  .lg\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
  }

  .lg\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
  }

  .lg\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
  }

  .lg\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
  }

  .lg\:border-t-red-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
  }

  .lg\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
  }

  .lg\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
  }

  .lg\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
  }

  .lg\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
  }

  .lg\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
  }

  .lg\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
  }

  .lg\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
  }

  .lg\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
  }

  .lg\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
  }

  .lg\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
  }

  .lg\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
  }

  .lg\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
  }

  .lg\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
  }

  .lg\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
  }

  .lg\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
  }

  .lg\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
  }

  .lg\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
  }

  .lg\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
  }

  .lg\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
  }

  .lg\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
  }

  .lg\:border-t-red-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
  }

  .lg\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
  }

  .lg\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
  }

  .lg\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
  }

  .lg\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
  }

  .lg\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
  }

  .lg\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
  }

  .lg\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
  }

  .lg\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
  }

  .lg\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
  }

  .lg\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
  }

  .lg\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
  }

  .lg\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
  }

  .lg\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
  }

  .lg\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
  }

  .lg\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
  }

  .lg\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
  }

  .lg\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
  }

  .lg\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
  }

  .lg\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
  }

  .lg\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
  }

  .lg\:border-t-red-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
  }

  .lg\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
  }

  .lg\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
  }

  .lg\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
  }

  .lg\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
  }

  .lg\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
  }

  .lg\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
  }

  .lg\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
  }

  .lg\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
  }

  .lg\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
  }

  .lg\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
  }

  .lg\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
  }

  .lg\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
  }

  .lg\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
  }

  .lg\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
  }

  .lg\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
  }

  .lg\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
  }

  .lg\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
  }

  .lg\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
  }

  .lg\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
  }

  .lg\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
  }

  .lg\:border-t-red-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
  }

  .lg\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
  }

  .lg\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
  }

  .lg\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
  }

  .lg\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
  }

  .lg\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
  }

  .lg\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
  }

  .lg\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
  }

  .lg\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
  }

  .lg\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
  }

  .lg\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
  }

  .lg\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
  }

  .lg\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
  }

  .lg\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
  }

  .lg\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
  }

  .lg\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
  }

  .lg\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
  }

  .lg\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
  }

  .lg\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
  }

  .lg\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
  }

  .lg\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
  }

  .lg\:border-t-red-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
  }

  .lg\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
  }

  .lg\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
  }

  .lg\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
  }

  .lg\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
  }

  .lg\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
  }

  .lg\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
  }

  .lg\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
  }

  .lg\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
  }

  .lg\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
  }

  .lg\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
  }

  .lg\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
  }

  .lg\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
  }

  .lg\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
  }

  .lg\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
  }

  .lg\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
  }

  .lg\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
  }

  .lg\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
  }

  .lg\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
  }

  .lg\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
  }

  .lg\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
  }

  .lg\:border-t-red-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
  }

  .lg\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
  }

  .lg\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
  }

  .lg\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
  }

  .lg\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
  }

  .lg\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
  }

  .lg\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
  }

  .lg\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
  }

  .lg\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
  }

  .lg\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
  }

  .lg\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
  }

  .lg\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
  }

  .lg\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
  }

  .lg\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
  }

  .lg\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
  }

  .lg\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
  }

  .lg\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
  }

  .lg\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
  }

  .lg\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
  }

  .lg\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
  }

  .lg\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
  }

  .lg\:border-t-red-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
  }

  .lg\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
  }

  .lg\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
  }

  .lg\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
  }

  .lg\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
  }

  .lg\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
  }

  .lg\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
  }

  .lg\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
  }

  .lg\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
  }

  .lg\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
  }

  .lg\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
  }

  .lg\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
  }

  .lg\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
  }

  .lg\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
  }

  .lg\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
  }

  .lg\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
  }

  .lg\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
  }

  .lg\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
  }

  .lg\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
  }

  .lg\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
  }

  .lg\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
  }

  .lg\:border-t-red-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
  }

  .lg\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
  }

  .lg\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
  }

  .lg\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
  }

  .lg\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
  }

  .lg\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
  }

  .lg\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
  }

  .lg\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
  }

  .lg\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
  }

  .lg\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
  }

  .lg\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
  }

  .lg\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
  }

  .lg\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
  }

  .lg\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
  }

  .lg\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
  }

  .lg\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
  }

  .lg\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
  }

  .lg\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
  }

  .lg\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
  }

  .lg\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
  }

  .lg\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
  }

  .lg\:border-t-ring {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-ring\/0 {
    border-top-color: hsl(var(--ring) / 0);
  }

  .lg\:border-t-ring\/10 {
    border-top-color: hsl(var(--ring) / 0.1);
  }

  .lg\:border-t-ring\/100 {
    border-top-color: hsl(var(--ring) / 1);
  }

  .lg\:border-t-ring\/15 {
    border-top-color: hsl(var(--ring) / 0.15);
  }

  .lg\:border-t-ring\/20 {
    border-top-color: hsl(var(--ring) / 0.2);
  }

  .lg\:border-t-ring\/25 {
    border-top-color: hsl(var(--ring) / 0.25);
  }

  .lg\:border-t-ring\/30 {
    border-top-color: hsl(var(--ring) / 0.3);
  }

  .lg\:border-t-ring\/35 {
    border-top-color: hsl(var(--ring) / 0.35);
  }

  .lg\:border-t-ring\/40 {
    border-top-color: hsl(var(--ring) / 0.4);
  }

  .lg\:border-t-ring\/45 {
    border-top-color: hsl(var(--ring) / 0.45);
  }

  .lg\:border-t-ring\/5 {
    border-top-color: hsl(var(--ring) / 0.05);
  }

  .lg\:border-t-ring\/50 {
    border-top-color: hsl(var(--ring) / 0.5);
  }

  .lg\:border-t-ring\/55 {
    border-top-color: hsl(var(--ring) / 0.55);
  }

  .lg\:border-t-ring\/60 {
    border-top-color: hsl(var(--ring) / 0.6);
  }

  .lg\:border-t-ring\/65 {
    border-top-color: hsl(var(--ring) / 0.65);
  }

  .lg\:border-t-ring\/70 {
    border-top-color: hsl(var(--ring) / 0.7);
  }

  .lg\:border-t-ring\/75 {
    border-top-color: hsl(var(--ring) / 0.75);
  }

  .lg\:border-t-ring\/80 {
    border-top-color: hsl(var(--ring) / 0.8);
  }

  .lg\:border-t-ring\/85 {
    border-top-color: hsl(var(--ring) / 0.85);
  }

  .lg\:border-t-ring\/90 {
    border-top-color: hsl(var(--ring) / 0.9);
  }

  .lg\:border-t-ring\/95 {
    border-top-color: hsl(var(--ring) / 0.95);
  }

  .lg\:border-t-rose-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
  }

  .lg\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
  }

  .lg\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
  }

  .lg\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
  }

  .lg\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
  }

  .lg\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
  }

  .lg\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
  }

  .lg\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
  }

  .lg\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
  }

  .lg\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
  }

  .lg\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
  }

  .lg\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
  }

  .lg\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
  }

  .lg\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
  }

  .lg\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
  }

  .lg\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
  }

  .lg\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
  }

  .lg\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
  }

  .lg\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
  }

  .lg\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
  }

  .lg\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
  }

  .lg\:border-t-rose-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
  }

  .lg\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
  }

  .lg\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
  }

  .lg\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
  }

  .lg\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
  }

  .lg\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
  }

  .lg\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
  }

  .lg\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
  }

  .lg\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
  }

  .lg\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
  }

  .lg\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
  }

  .lg\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
  }

  .lg\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
  }

  .lg\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
  }

  .lg\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
  }

  .lg\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
  }

  .lg\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
  }

  .lg\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
  }

  .lg\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
  }

  .lg\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
  }

  .lg\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
  }

  .lg\:border-t-rose-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
  }

  .lg\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
  }

  .lg\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
  }

  .lg\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
  }

  .lg\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
  }

  .lg\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
  }

  .lg\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
  }

  .lg\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
  }

  .lg\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
  }

  .lg\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
  }

  .lg\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
  }

  .lg\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
  }

  .lg\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
  }

  .lg\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
  }

  .lg\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
  }

  .lg\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
  }

  .lg\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
  }

  .lg\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
  }

  .lg\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
  }

  .lg\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
  }

  .lg\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
  }

  .lg\:border-t-rose-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
  }

  .lg\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
  }

  .lg\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
  }

  .lg\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
  }

  .lg\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
  }

  .lg\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
  }

  .lg\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
  }

  .lg\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
  }

  .lg\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
  }

  .lg\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
  }

  .lg\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
  }

  .lg\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
  }

  .lg\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
  }

  .lg\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
  }

  .lg\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
  }

  .lg\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
  }

  .lg\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
  }

  .lg\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
  }

  .lg\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
  }

  .lg\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
  }

  .lg\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
  }

  .lg\:border-t-rose-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
  }

  .lg\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
  }

  .lg\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
  }

  .lg\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
  }

  .lg\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
  }

  .lg\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
  }

  .lg\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
  }

  .lg\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
  }

  .lg\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
  }

  .lg\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
  }

  .lg\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
  }

  .lg\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
  }

  .lg\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
  }

  .lg\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
  }

  .lg\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
  }

  .lg\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
  }

  .lg\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
  }

  .lg\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
  }

  .lg\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
  }

  .lg\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
  }

  .lg\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
  }

  .lg\:border-t-rose-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
  }

  .lg\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
  }

  .lg\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
  }

  .lg\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
  }

  .lg\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
  }

  .lg\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
  }

  .lg\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
  }

  .lg\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
  }

  .lg\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
  }

  .lg\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
  }

  .lg\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
  }

  .lg\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
  }

  .lg\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
  }

  .lg\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
  }

  .lg\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
  }

  .lg\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
  }

  .lg\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
  }

  .lg\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
  }

  .lg\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
  }

  .lg\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
  }

  .lg\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
  }

  .lg\:border-t-rose-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
  }

  .lg\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
  }

  .lg\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
  }

  .lg\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
  }

  .lg\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
  }

  .lg\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
  }

  .lg\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
  }

  .lg\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
  }

  .lg\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
  }

  .lg\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
  }

  .lg\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
  }

  .lg\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
  }

  .lg\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
  }

  .lg\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
  }

  .lg\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
  }

  .lg\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
  }

  .lg\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
  }

  .lg\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
  }

  .lg\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
  }

  .lg\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
  }

  .lg\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
  }

  .lg\:border-t-rose-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
  }

  .lg\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
  }

  .lg\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
  }

  .lg\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
  }

  .lg\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
  }

  .lg\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
  }

  .lg\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
  }

  .lg\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
  }

  .lg\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
  }

  .lg\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
  }

  .lg\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
  }

  .lg\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
  }

  .lg\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
  }

  .lg\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
  }

  .lg\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
  }

  .lg\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
  }

  .lg\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
  }

  .lg\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
  }

  .lg\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
  }

  .lg\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
  }

  .lg\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
  }

  .lg\:border-t-rose-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
  }

  .lg\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
  }

  .lg\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
  }

  .lg\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
  }

  .lg\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
  }

  .lg\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
  }

  .lg\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
  }

  .lg\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
  }

  .lg\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
  }

  .lg\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
  }

  .lg\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
  }

  .lg\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
  }

  .lg\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
  }

  .lg\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
  }

  .lg\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
  }

  .lg\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
  }

  .lg\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
  }

  .lg\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
  }

  .lg\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
  }

  .lg\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
  }

  .lg\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
  }

  .lg\:border-t-rose-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
  }

  .lg\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
  }

  .lg\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
  }

  .lg\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
  }

  .lg\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
  }

  .lg\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
  }

  .lg\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
  }

  .lg\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
  }

  .lg\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
  }

  .lg\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
  }

  .lg\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
  }

  .lg\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
  }

  .lg\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
  }

  .lg\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
  }

  .lg\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
  }

  .lg\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
  }

  .lg\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
  }

  .lg\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
  }

  .lg\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
  }

  .lg\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
  }

  .lg\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
  }

  .lg\:border-t-rose-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
  }

  .lg\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
  }

  .lg\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
  }

  .lg\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
  }

  .lg\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
  }

  .lg\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
  }

  .lg\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
  }

  .lg\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
  }

  .lg\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
  }

  .lg\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
  }

  .lg\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
  }

  .lg\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
  }

  .lg\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
  }

  .lg\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
  }

  .lg\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
  }

  .lg\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
  }

  .lg\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
  }

  .lg\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
  }

  .lg\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
  }

  .lg\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
  }

  .lg\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
  }

  .lg\:border-t-secondary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-secondary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-secondary-foreground\/0 {
    border-top-color: hsl(var(--secondary-foreground) / 0);
  }

  .lg\:border-t-secondary-foreground\/10 {
    border-top-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .lg\:border-t-secondary-foreground\/100 {
    border-top-color: hsl(var(--secondary-foreground) / 1);
  }

  .lg\:border-t-secondary-foreground\/15 {
    border-top-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .lg\:border-t-secondary-foreground\/20 {
    border-top-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .lg\:border-t-secondary-foreground\/25 {
    border-top-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .lg\:border-t-secondary-foreground\/30 {
    border-top-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .lg\:border-t-secondary-foreground\/35 {
    border-top-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .lg\:border-t-secondary-foreground\/40 {
    border-top-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .lg\:border-t-secondary-foreground\/45 {
    border-top-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .lg\:border-t-secondary-foreground\/5 {
    border-top-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .lg\:border-t-secondary-foreground\/50 {
    border-top-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .lg\:border-t-secondary-foreground\/55 {
    border-top-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .lg\:border-t-secondary-foreground\/60 {
    border-top-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .lg\:border-t-secondary-foreground\/65 {
    border-top-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .lg\:border-t-secondary-foreground\/70 {
    border-top-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .lg\:border-t-secondary-foreground\/75 {
    border-top-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .lg\:border-t-secondary-foreground\/80 {
    border-top-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .lg\:border-t-secondary-foreground\/85 {
    border-top-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .lg\:border-t-secondary-foreground\/90 {
    border-top-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .lg\:border-t-secondary-foreground\/95 {
    border-top-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .lg\:border-t-secondary\/0 {
    border-top-color: hsl(var(--secondary) / 0);
  }

  .lg\:border-t-secondary\/10 {
    border-top-color: hsl(var(--secondary) / 0.1);
  }

  .lg\:border-t-secondary\/100 {
    border-top-color: hsl(var(--secondary) / 1);
  }

  .lg\:border-t-secondary\/15 {
    border-top-color: hsl(var(--secondary) / 0.15);
  }

  .lg\:border-t-secondary\/20 {
    border-top-color: hsl(var(--secondary) / 0.2);
  }

  .lg\:border-t-secondary\/25 {
    border-top-color: hsl(var(--secondary) / 0.25);
  }

  .lg\:border-t-secondary\/30 {
    border-top-color: hsl(var(--secondary) / 0.3);
  }

  .lg\:border-t-secondary\/35 {
    border-top-color: hsl(var(--secondary) / 0.35);
  }

  .lg\:border-t-secondary\/40 {
    border-top-color: hsl(var(--secondary) / 0.4);
  }

  .lg\:border-t-secondary\/45 {
    border-top-color: hsl(var(--secondary) / 0.45);
  }

  .lg\:border-t-secondary\/5 {
    border-top-color: hsl(var(--secondary) / 0.05);
  }

  .lg\:border-t-secondary\/50 {
    border-top-color: hsl(var(--secondary) / 0.5);
  }

  .lg\:border-t-secondary\/55 {
    border-top-color: hsl(var(--secondary) / 0.55);
  }

  .lg\:border-t-secondary\/60 {
    border-top-color: hsl(var(--secondary) / 0.6);
  }

  .lg\:border-t-secondary\/65 {
    border-top-color: hsl(var(--secondary) / 0.65);
  }

  .lg\:border-t-secondary\/70 {
    border-top-color: hsl(var(--secondary) / 0.7);
  }

  .lg\:border-t-secondary\/75 {
    border-top-color: hsl(var(--secondary) / 0.75);
  }

  .lg\:border-t-secondary\/80 {
    border-top-color: hsl(var(--secondary) / 0.8);
  }

  .lg\:border-t-secondary\/85 {
    border-top-color: hsl(var(--secondary) / 0.85);
  }

  .lg\:border-t-secondary\/90 {
    border-top-color: hsl(var(--secondary) / 0.9);
  }

  .lg\:border-t-secondary\/95 {
    border-top-color: hsl(var(--secondary) / 0.95);
  }

  .lg\:border-t-sidebar {
    border-top-color: hsl(var(--sidebar-background));
  }

  .lg\:border-t-sidebar-accent {
    border-top-color: hsl(var(--sidebar-accent));
  }

  .lg\:border-t-sidebar-accent-foreground {
    border-top-color: hsl(var(--sidebar-accent-foreground));
  }

  .lg\:border-t-sidebar-accent-foreground\/0 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .lg\:border-t-sidebar-accent-foreground\/10 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .lg\:border-t-sidebar-accent-foreground\/100 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .lg\:border-t-sidebar-accent-foreground\/15 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .lg\:border-t-sidebar-accent-foreground\/20 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .lg\:border-t-sidebar-accent-foreground\/25 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .lg\:border-t-sidebar-accent-foreground\/30 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .lg\:border-t-sidebar-accent-foreground\/35 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .lg\:border-t-sidebar-accent-foreground\/40 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .lg\:border-t-sidebar-accent-foreground\/45 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .lg\:border-t-sidebar-accent-foreground\/5 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .lg\:border-t-sidebar-accent-foreground\/50 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .lg\:border-t-sidebar-accent-foreground\/55 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .lg\:border-t-sidebar-accent-foreground\/60 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .lg\:border-t-sidebar-accent-foreground\/65 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .lg\:border-t-sidebar-accent-foreground\/70 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .lg\:border-t-sidebar-accent-foreground\/75 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .lg\:border-t-sidebar-accent-foreground\/80 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .lg\:border-t-sidebar-accent-foreground\/85 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .lg\:border-t-sidebar-accent-foreground\/90 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .lg\:border-t-sidebar-accent-foreground\/95 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .lg\:border-t-sidebar-accent\/0 {
    border-top-color: hsl(var(--sidebar-accent) / 0);
  }

  .lg\:border-t-sidebar-accent\/10 {
    border-top-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .lg\:border-t-sidebar-accent\/100 {
    border-top-color: hsl(var(--sidebar-accent) / 1);
  }

  .lg\:border-t-sidebar-accent\/15 {
    border-top-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .lg\:border-t-sidebar-accent\/20 {
    border-top-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .lg\:border-t-sidebar-accent\/25 {
    border-top-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .lg\:border-t-sidebar-accent\/30 {
    border-top-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .lg\:border-t-sidebar-accent\/35 {
    border-top-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .lg\:border-t-sidebar-accent\/40 {
    border-top-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .lg\:border-t-sidebar-accent\/45 {
    border-top-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .lg\:border-t-sidebar-accent\/5 {
    border-top-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .lg\:border-t-sidebar-accent\/50 {
    border-top-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .lg\:border-t-sidebar-accent\/55 {
    border-top-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .lg\:border-t-sidebar-accent\/60 {
    border-top-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .lg\:border-t-sidebar-accent\/65 {
    border-top-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .lg\:border-t-sidebar-accent\/70 {
    border-top-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .lg\:border-t-sidebar-accent\/75 {
    border-top-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .lg\:border-t-sidebar-accent\/80 {
    border-top-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .lg\:border-t-sidebar-accent\/85 {
    border-top-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .lg\:border-t-sidebar-accent\/90 {
    border-top-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .lg\:border-t-sidebar-accent\/95 {
    border-top-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .lg\:border-t-sidebar-border {
    border-top-color: hsl(var(--sidebar-border));
  }

  .lg\:border-t-sidebar-border\/0 {
    border-top-color: hsl(var(--sidebar-border) / 0);
  }

  .lg\:border-t-sidebar-border\/10 {
    border-top-color: hsl(var(--sidebar-border) / 0.1);
  }

  .lg\:border-t-sidebar-border\/100 {
    border-top-color: hsl(var(--sidebar-border) / 1);
  }

  .lg\:border-t-sidebar-border\/15 {
    border-top-color: hsl(var(--sidebar-border) / 0.15);
  }

  .lg\:border-t-sidebar-border\/20 {
    border-top-color: hsl(var(--sidebar-border) / 0.2);
  }

  .lg\:border-t-sidebar-border\/25 {
    border-top-color: hsl(var(--sidebar-border) / 0.25);
  }

  .lg\:border-t-sidebar-border\/30 {
    border-top-color: hsl(var(--sidebar-border) / 0.3);
  }

  .lg\:border-t-sidebar-border\/35 {
    border-top-color: hsl(var(--sidebar-border) / 0.35);
  }

  .lg\:border-t-sidebar-border\/40 {
    border-top-color: hsl(var(--sidebar-border) / 0.4);
  }

  .lg\:border-t-sidebar-border\/45 {
    border-top-color: hsl(var(--sidebar-border) / 0.45);
  }

  .lg\:border-t-sidebar-border\/5 {
    border-top-color: hsl(var(--sidebar-border) / 0.05);
  }

  .lg\:border-t-sidebar-border\/50 {
    border-top-color: hsl(var(--sidebar-border) / 0.5);
  }

  .lg\:border-t-sidebar-border\/55 {
    border-top-color: hsl(var(--sidebar-border) / 0.55);
  }

  .lg\:border-t-sidebar-border\/60 {
    border-top-color: hsl(var(--sidebar-border) / 0.6);
  }

  .lg\:border-t-sidebar-border\/65 {
    border-top-color: hsl(var(--sidebar-border) / 0.65);
  }

  .lg\:border-t-sidebar-border\/70 {
    border-top-color: hsl(var(--sidebar-border) / 0.7);
  }

  .lg\:border-t-sidebar-border\/75 {
    border-top-color: hsl(var(--sidebar-border) / 0.75);
  }

  .lg\:border-t-sidebar-border\/80 {
    border-top-color: hsl(var(--sidebar-border) / 0.8);
  }

  .lg\:border-t-sidebar-border\/85 {
    border-top-color: hsl(var(--sidebar-border) / 0.85);
  }

  .lg\:border-t-sidebar-border\/90 {
    border-top-color: hsl(var(--sidebar-border) / 0.9);
  }

  .lg\:border-t-sidebar-border\/95 {
    border-top-color: hsl(var(--sidebar-border) / 0.95);
  }

  .lg\:border-t-sidebar-foreground {
    border-top-color: hsl(var(--sidebar-foreground));
  }

  .lg\:border-t-sidebar-foreground\/0 {
    border-top-color: hsl(var(--sidebar-foreground) / 0);
  }

  .lg\:border-t-sidebar-foreground\/10 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .lg\:border-t-sidebar-foreground\/100 {
    border-top-color: hsl(var(--sidebar-foreground) / 1);
  }

  .lg\:border-t-sidebar-foreground\/15 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .lg\:border-t-sidebar-foreground\/20 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .lg\:border-t-sidebar-foreground\/25 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .lg\:border-t-sidebar-foreground\/30 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .lg\:border-t-sidebar-foreground\/35 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .lg\:border-t-sidebar-foreground\/40 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .lg\:border-t-sidebar-foreground\/45 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .lg\:border-t-sidebar-foreground\/5 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .lg\:border-t-sidebar-foreground\/50 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .lg\:border-t-sidebar-foreground\/55 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .lg\:border-t-sidebar-foreground\/60 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .lg\:border-t-sidebar-foreground\/65 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .lg\:border-t-sidebar-foreground\/70 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .lg\:border-t-sidebar-foreground\/75 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .lg\:border-t-sidebar-foreground\/80 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .lg\:border-t-sidebar-foreground\/85 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .lg\:border-t-sidebar-foreground\/90 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .lg\:border-t-sidebar-foreground\/95 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .lg\:border-t-sidebar-primary {
    border-top-color: hsl(var(--sidebar-primary));
  }

  .lg\:border-t-sidebar-primary-foreground {
    border-top-color: hsl(var(--sidebar-primary-foreground));
  }

  .lg\:border-t-sidebar-primary-foreground\/0 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .lg\:border-t-sidebar-primary-foreground\/10 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .lg\:border-t-sidebar-primary-foreground\/100 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .lg\:border-t-sidebar-primary-foreground\/15 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .lg\:border-t-sidebar-primary-foreground\/20 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .lg\:border-t-sidebar-primary-foreground\/25 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .lg\:border-t-sidebar-primary-foreground\/30 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .lg\:border-t-sidebar-primary-foreground\/35 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .lg\:border-t-sidebar-primary-foreground\/40 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .lg\:border-t-sidebar-primary-foreground\/45 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .lg\:border-t-sidebar-primary-foreground\/5 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .lg\:border-t-sidebar-primary-foreground\/50 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .lg\:border-t-sidebar-primary-foreground\/55 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .lg\:border-t-sidebar-primary-foreground\/60 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .lg\:border-t-sidebar-primary-foreground\/65 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .lg\:border-t-sidebar-primary-foreground\/70 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .lg\:border-t-sidebar-primary-foreground\/75 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .lg\:border-t-sidebar-primary-foreground\/80 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .lg\:border-t-sidebar-primary-foreground\/85 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .lg\:border-t-sidebar-primary-foreground\/90 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .lg\:border-t-sidebar-primary-foreground\/95 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .lg\:border-t-sidebar-primary\/0 {
    border-top-color: hsl(var(--sidebar-primary) / 0);
  }

  .lg\:border-t-sidebar-primary\/10 {
    border-top-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .lg\:border-t-sidebar-primary\/100 {
    border-top-color: hsl(var(--sidebar-primary) / 1);
  }

  .lg\:border-t-sidebar-primary\/15 {
    border-top-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .lg\:border-t-sidebar-primary\/20 {
    border-top-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .lg\:border-t-sidebar-primary\/25 {
    border-top-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .lg\:border-t-sidebar-primary\/30 {
    border-top-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .lg\:border-t-sidebar-primary\/35 {
    border-top-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .lg\:border-t-sidebar-primary\/40 {
    border-top-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .lg\:border-t-sidebar-primary\/45 {
    border-top-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .lg\:border-t-sidebar-primary\/5 {
    border-top-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .lg\:border-t-sidebar-primary\/50 {
    border-top-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .lg\:border-t-sidebar-primary\/55 {
    border-top-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .lg\:border-t-sidebar-primary\/60 {
    border-top-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .lg\:border-t-sidebar-primary\/65 {
    border-top-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .lg\:border-t-sidebar-primary\/70 {
    border-top-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .lg\:border-t-sidebar-primary\/75 {
    border-top-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .lg\:border-t-sidebar-primary\/80 {
    border-top-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .lg\:border-t-sidebar-primary\/85 {
    border-top-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .lg\:border-t-sidebar-primary\/90 {
    border-top-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .lg\:border-t-sidebar-primary\/95 {
    border-top-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .lg\:border-t-sidebar-ring {
    border-top-color: hsl(var(--sidebar-ring));
  }

  .lg\:border-t-sidebar-ring\/0 {
    border-top-color: hsl(var(--sidebar-ring) / 0);
  }

  .lg\:border-t-sidebar-ring\/10 {
    border-top-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .lg\:border-t-sidebar-ring\/100 {
    border-top-color: hsl(var(--sidebar-ring) / 1);
  }

  .lg\:border-t-sidebar-ring\/15 {
    border-top-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .lg\:border-t-sidebar-ring\/20 {
    border-top-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .lg\:border-t-sidebar-ring\/25 {
    border-top-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .lg\:border-t-sidebar-ring\/30 {
    border-top-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .lg\:border-t-sidebar-ring\/35 {
    border-top-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .lg\:border-t-sidebar-ring\/40 {
    border-top-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .lg\:border-t-sidebar-ring\/45 {
    border-top-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .lg\:border-t-sidebar-ring\/5 {
    border-top-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .lg\:border-t-sidebar-ring\/50 {
    border-top-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .lg\:border-t-sidebar-ring\/55 {
    border-top-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .lg\:border-t-sidebar-ring\/60 {
    border-top-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .lg\:border-t-sidebar-ring\/65 {
    border-top-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .lg\:border-t-sidebar-ring\/70 {
    border-top-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .lg\:border-t-sidebar-ring\/75 {
    border-top-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .lg\:border-t-sidebar-ring\/80 {
    border-top-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .lg\:border-t-sidebar-ring\/85 {
    border-top-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .lg\:border-t-sidebar-ring\/90 {
    border-top-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .lg\:border-t-sidebar-ring\/95 {
    border-top-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .lg\:border-t-sidebar\/0 {
    border-top-color: hsl(var(--sidebar-background) / 0);
  }

  .lg\:border-t-sidebar\/10 {
    border-top-color: hsl(var(--sidebar-background) / 0.1);
  }

  .lg\:border-t-sidebar\/100 {
    border-top-color: hsl(var(--sidebar-background) / 1);
  }

  .lg\:border-t-sidebar\/15 {
    border-top-color: hsl(var(--sidebar-background) / 0.15);
  }

  .lg\:border-t-sidebar\/20 {
    border-top-color: hsl(var(--sidebar-background) / 0.2);
  }

  .lg\:border-t-sidebar\/25 {
    border-top-color: hsl(var(--sidebar-background) / 0.25);
  }

  .lg\:border-t-sidebar\/30 {
    border-top-color: hsl(var(--sidebar-background) / 0.3);
  }

  .lg\:border-t-sidebar\/35 {
    border-top-color: hsl(var(--sidebar-background) / 0.35);
  }

  .lg\:border-t-sidebar\/40 {
    border-top-color: hsl(var(--sidebar-background) / 0.4);
  }

  .lg\:border-t-sidebar\/45 {
    border-top-color: hsl(var(--sidebar-background) / 0.45);
  }

  .lg\:border-t-sidebar\/5 {
    border-top-color: hsl(var(--sidebar-background) / 0.05);
  }

  .lg\:border-t-sidebar\/50 {
    border-top-color: hsl(var(--sidebar-background) / 0.5);
  }

  .lg\:border-t-sidebar\/55 {
    border-top-color: hsl(var(--sidebar-background) / 0.55);
  }

  .lg\:border-t-sidebar\/60 {
    border-top-color: hsl(var(--sidebar-background) / 0.6);
  }

  .lg\:border-t-sidebar\/65 {
    border-top-color: hsl(var(--sidebar-background) / 0.65);
  }

  .lg\:border-t-sidebar\/70 {
    border-top-color: hsl(var(--sidebar-background) / 0.7);
  }

  .lg\:border-t-sidebar\/75 {
    border-top-color: hsl(var(--sidebar-background) / 0.75);
  }

  .lg\:border-t-sidebar\/80 {
    border-top-color: hsl(var(--sidebar-background) / 0.8);
  }

  .lg\:border-t-sidebar\/85 {
    border-top-color: hsl(var(--sidebar-background) / 0.85);
  }

  .lg\:border-t-sidebar\/90 {
    border-top-color: hsl(var(--sidebar-background) / 0.9);
  }

  .lg\:border-t-sidebar\/95 {
    border-top-color: hsl(var(--sidebar-background) / 0.95);
  }

  .lg\:border-t-sky-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
  }

  .lg\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
  }

  .lg\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
  }

  .lg\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
  }

  .lg\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
  }

  .lg\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
  }

  .lg\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
  }

  .lg\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
  }

  .lg\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
  }

  .lg\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
  }

  .lg\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
  }

  .lg\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
  }

  .lg\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
  }

  .lg\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
  }

  .lg\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
  }

  .lg\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
  }

  .lg\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
  }

  .lg\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
  }

  .lg\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
  }

  .lg\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
  }

  .lg\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
  }

  .lg\:border-t-sky-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
  }

  .lg\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
  }

  .lg\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
  }

  .lg\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
  }

  .lg\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
  }

  .lg\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
  }

  .lg\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
  }

  .lg\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
  }

  .lg\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
  }

  .lg\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
  }

  .lg\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
  }

  .lg\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
  }

  .lg\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
  }

  .lg\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
  }

  .lg\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
  }

  .lg\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
  }

  .lg\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
  }

  .lg\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
  }

  .lg\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
  }

  .lg\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
  }

  .lg\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
  }

  .lg\:border-t-sky-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
  }

  .lg\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
  }

  .lg\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
  }

  .lg\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
  }

  .lg\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
  }

  .lg\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
  }

  .lg\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
  }

  .lg\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
  }

  .lg\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
  }

  .lg\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
  }

  .lg\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
  }

  .lg\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
  }

  .lg\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
  }

  .lg\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
  }

  .lg\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
  }

  .lg\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
  }

  .lg\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
  }

  .lg\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
  }

  .lg\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
  }

  .lg\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
  }

  .lg\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
  }

  .lg\:border-t-sky-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
  }

  .lg\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
  }

  .lg\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
  }

  .lg\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
  }

  .lg\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
  }

  .lg\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
  }

  .lg\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
  }

  .lg\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
  }

  .lg\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
  }

  .lg\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
  }

  .lg\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
  }

  .lg\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
  }

  .lg\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
  }

  .lg\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
  }

  .lg\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
  }

  .lg\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
  }

  .lg\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
  }

  .lg\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
  }

  .lg\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
  }

  .lg\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
  }

  .lg\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
  }

  .lg\:border-t-sky-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
  }

  .lg\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
  }

  .lg\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
  }

  .lg\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
  }

  .lg\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
  }

  .lg\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
  }

  .lg\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
  }

  .lg\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
  }

  .lg\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
  }

  .lg\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
  }

  .lg\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
  }

  .lg\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
  }

  .lg\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
  }

  .lg\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
  }

  .lg\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
  }

  .lg\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
  }

  .lg\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
  }

  .lg\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
  }

  .lg\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
  }

  .lg\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
  }

  .lg\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
  }

  .lg\:border-t-sky-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
  }

  .lg\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
  }

  .lg\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
  }

  .lg\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
  }

  .lg\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
  }

  .lg\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
  }

  .lg\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
  }

  .lg\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
  }

  .lg\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
  }

  .lg\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
  }

  .lg\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
  }

  .lg\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
  }

  .lg\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
  }

  .lg\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
  }

  .lg\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
  }

  .lg\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
  }

  .lg\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
  }

  .lg\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
  }

  .lg\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
  }

  .lg\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
  }

  .lg\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
  }

  .lg\:border-t-sky-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
  }

  .lg\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
  }

  .lg\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
  }

  .lg\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
  }

  .lg\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
  }

  .lg\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
  }

  .lg\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
  }

  .lg\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
  }

  .lg\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
  }

  .lg\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
  }

  .lg\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
  }

  .lg\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
  }

  .lg\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
  }

  .lg\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
  }

  .lg\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
  }

  .lg\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
  }

  .lg\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
  }

  .lg\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
  }

  .lg\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
  }

  .lg\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
  }

  .lg\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
  }

  .lg\:border-t-sky-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
  }

  .lg\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
  }

  .lg\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
  }

  .lg\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
  }

  .lg\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
  }

  .lg\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
  }

  .lg\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
  }

  .lg\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
  }

  .lg\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
  }

  .lg\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
  }

  .lg\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
  }

  .lg\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
  }

  .lg\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
  }

  .lg\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
  }

  .lg\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
  }

  .lg\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
  }

  .lg\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
  }

  .lg\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
  }

  .lg\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
  }

  .lg\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
  }

  .lg\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
  }

  .lg\:border-t-sky-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
  }

  .lg\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
  }

  .lg\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
  }

  .lg\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
  }

  .lg\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
  }

  .lg\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
  }

  .lg\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
  }

  .lg\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
  }

  .lg\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
  }

  .lg\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
  }

  .lg\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
  }

  .lg\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
  }

  .lg\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
  }

  .lg\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
  }

  .lg\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
  }

  .lg\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
  }

  .lg\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
  }

  .lg\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
  }

  .lg\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
  }

  .lg\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
  }

  .lg\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
  }

  .lg\:border-t-sky-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
  }

  .lg\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
  }

  .lg\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
  }

  .lg\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
  }

  .lg\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
  }

  .lg\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
  }

  .lg\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
  }

  .lg\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
  }

  .lg\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
  }

  .lg\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
  }

  .lg\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
  }

  .lg\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
  }

  .lg\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
  }

  .lg\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
  }

  .lg\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
  }

  .lg\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
  }

  .lg\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
  }

  .lg\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
  }

  .lg\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
  }

  .lg\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
  }

  .lg\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
  }

  .lg\:border-t-sky-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
  }

  .lg\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
  }

  .lg\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
  }

  .lg\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
  }

  .lg\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
  }

  .lg\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
  }

  .lg\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
  }

  .lg\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
  }

  .lg\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
  }

  .lg\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
  }

  .lg\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
  }

  .lg\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
  }

  .lg\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
  }

  .lg\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
  }

  .lg\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
  }

  .lg\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
  }

  .lg\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
  }

  .lg\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
  }

  .lg\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
  }

  .lg\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
  }

  .lg\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
  }

  .lg\:border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
  }

  .lg\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
  }

  .lg\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
  }

  .lg\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
  }

  .lg\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
  }

  .lg\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
  }

  .lg\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
  }

  .lg\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
  }

  .lg\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
  }

  .lg\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
  }

  .lg\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
  }

  .lg\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
  }

  .lg\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
  }

  .lg\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
  }

  .lg\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
  }

  .lg\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
  }

  .lg\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
  }

  .lg\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
  }

  .lg\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
  }

  .lg\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
  }

  .lg\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
  }

  .lg\:border-t-slate-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
  }

  .lg\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
  }

  .lg\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
  }

  .lg\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
  }

  .lg\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
  }

  .lg\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
  }

  .lg\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
  }

  .lg\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
  }

  .lg\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
  }

  .lg\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
  }

  .lg\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
  }

  .lg\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
  }

  .lg\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
  }

  .lg\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
  }

  .lg\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
  }

  .lg\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
  }

  .lg\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
  }

  .lg\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
  }

  .lg\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
  }

  .lg\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
  }

  .lg\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
  }

  .lg\:border-t-slate-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
  }

  .lg\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
  }

  .lg\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
  }

  .lg\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
  }

  .lg\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
  }

  .lg\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
  }

  .lg\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
  }

  .lg\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
  }

  .lg\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
  }

  .lg\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
  }

  .lg\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
  }

  .lg\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
  }

  .lg\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
  }

  .lg\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
  }

  .lg\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
  }

  .lg\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
  }

  .lg\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
  }

  .lg\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
  }

  .lg\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
  }

  .lg\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
  }

  .lg\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
  }

  .lg\:border-t-slate-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
  }

  .lg\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
  }

  .lg\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
  }

  .lg\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
  }

  .lg\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
  }

  .lg\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
  }

  .lg\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
  }

  .lg\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
  }

  .lg\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
  }

  .lg\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
  }

  .lg\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
  }

  .lg\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
  }

  .lg\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
  }

  .lg\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
  }

  .lg\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
  }

  .lg\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
  }

  .lg\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
  }

  .lg\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
  }

  .lg\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
  }

  .lg\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
  }

  .lg\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
  }

  .lg\:border-t-slate-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
  }

  .lg\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
  }

  .lg\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
  }

  .lg\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
  }

  .lg\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
  }

  .lg\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
  }

  .lg\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
  }

  .lg\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
  }

  .lg\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
  }

  .lg\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
  }

  .lg\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
  }

  .lg\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
  }

  .lg\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
  }

  .lg\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
  }

  .lg\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
  }

  .lg\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
  }

  .lg\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
  }

  .lg\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
  }

  .lg\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
  }

  .lg\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
  }

  .lg\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
  }

  .lg\:border-t-slate-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
  }

  .lg\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
  }

  .lg\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
  }

  .lg\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
  }

  .lg\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
  }

  .lg\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
  }

  .lg\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
  }

  .lg\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
  }

  .lg\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
  }

  .lg\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
  }

  .lg\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
  }

  .lg\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
  }

  .lg\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
  }

  .lg\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
  }

  .lg\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
  }

  .lg\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
  }

  .lg\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
  }

  .lg\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
  }

  .lg\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
  }

  .lg\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
  }

  .lg\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
  }

  .lg\:border-t-slate-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
  }

  .lg\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
  }

  .lg\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
  }

  .lg\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
  }

  .lg\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
  }

  .lg\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
  }

  .lg\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
  }

  .lg\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
  }

  .lg\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
  }

  .lg\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
  }

  .lg\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
  }

  .lg\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
  }

  .lg\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
  }

  .lg\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
  }

  .lg\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
  }

  .lg\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
  }

  .lg\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
  }

  .lg\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
  }

  .lg\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
  }

  .lg\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
  }

  .lg\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
  }

  .lg\:border-t-slate-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
  }

  .lg\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
  }

  .lg\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
  }

  .lg\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
  }

  .lg\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
  }

  .lg\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
  }

  .lg\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
  }

  .lg\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
  }

  .lg\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
  }

  .lg\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
  }

  .lg\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
  }

  .lg\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
  }

  .lg\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
  }

  .lg\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
  }

  .lg\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
  }

  .lg\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
  }

  .lg\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
  }

  .lg\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
  }

  .lg\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
  }

  .lg\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
  }

  .lg\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
  }

  .lg\:border-t-slate-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
  }

  .lg\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
  }

  .lg\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
  }

  .lg\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
  }

  .lg\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
  }

  .lg\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
  }

  .lg\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
  }

  .lg\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
  }

  .lg\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
  }

  .lg\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
  }

  .lg\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
  }

  .lg\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
  }

  .lg\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
  }

  .lg\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
  }

  .lg\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
  }

  .lg\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
  }

  .lg\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
  }

  .lg\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
  }

  .lg\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
  }

  .lg\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
  }

  .lg\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
  }

  .lg\:border-t-slate-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
  }

  .lg\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
  }

  .lg\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
  }

  .lg\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
  }

  .lg\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
  }

  .lg\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
  }

  .lg\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
  }

  .lg\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
  }

  .lg\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
  }

  .lg\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
  }

  .lg\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
  }

  .lg\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
  }

  .lg\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
  }

  .lg\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
  }

  .lg\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
  }

  .lg\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
  }

  .lg\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
  }

  .lg\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
  }

  .lg\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
  }

  .lg\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
  }

  .lg\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
  }

  .lg\:border-t-slate-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
  }

  .lg\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
  }

  .lg\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
  }

  .lg\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
  }

  .lg\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
  }

  .lg\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
  }

  .lg\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
  }

  .lg\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
  }

  .lg\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
  }

  .lg\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
  }

  .lg\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
  }

  .lg\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
  }

  .lg\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
  }

  .lg\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
  }

  .lg\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
  }

  .lg\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
  }

  .lg\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
  }

  .lg\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
  }

  .lg\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
  }

  .lg\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
  }

  .lg\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
  }

  .lg\:border-t-stone-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
  }

  .lg\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
  }

  .lg\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
  }

  .lg\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
  }

  .lg\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
  }

  .lg\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
  }

  .lg\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
  }

  .lg\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
  }

  .lg\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
  }

  .lg\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
  }

  .lg\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
  }

  .lg\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
  }

  .lg\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
  }

  .lg\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
  }

  .lg\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
  }

  .lg\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
  }

  .lg\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
  }

  .lg\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
  }

  .lg\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
  }

  .lg\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
  }

  .lg\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
  }

  .lg\:border-t-stone-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
  }

  .lg\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
  }

  .lg\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
  }

  .lg\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
  }

  .lg\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
  }

  .lg\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
  }

  .lg\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
  }

  .lg\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
  }

  .lg\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
  }

  .lg\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
  }

  .lg\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
  }

  .lg\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
  }

  .lg\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
  }

  .lg\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
  }

  .lg\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
  }

  .lg\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
  }

  .lg\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
  }

  .lg\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
  }

  .lg\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
  }

  .lg\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
  }

  .lg\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
  }

  .lg\:border-t-stone-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
  }

  .lg\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
  }

  .lg\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
  }

  .lg\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
  }

  .lg\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
  }

  .lg\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
  }

  .lg\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
  }

  .lg\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
  }

  .lg\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
  }

  .lg\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
  }

  .lg\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
  }

  .lg\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
  }

  .lg\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
  }

  .lg\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
  }

  .lg\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
  }

  .lg\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
  }

  .lg\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
  }

  .lg\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
  }

  .lg\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
  }

  .lg\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
  }

  .lg\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
  }

  .lg\:border-t-stone-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
  }

  .lg\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
  }

  .lg\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
  }

  .lg\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
  }

  .lg\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
  }

  .lg\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
  }

  .lg\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
  }

  .lg\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
  }

  .lg\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
  }

  .lg\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
  }

  .lg\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
  }

  .lg\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
  }

  .lg\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
  }

  .lg\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
  }

  .lg\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
  }

  .lg\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
  }

  .lg\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
  }

  .lg\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
  }

  .lg\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
  }

  .lg\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
  }

  .lg\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
  }

  .lg\:border-t-stone-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
  }

  .lg\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
  }

  .lg\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
  }

  .lg\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
  }

  .lg\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
  }

  .lg\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
  }

  .lg\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
  }

  .lg\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
  }

  .lg\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
  }

  .lg\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
  }

  .lg\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
  }

  .lg\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
  }

  .lg\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
  }

  .lg\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
  }

  .lg\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
  }

  .lg\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
  }

  .lg\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
  }

  .lg\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
  }

  .lg\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
  }

  .lg\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
  }

  .lg\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
  }

  .lg\:border-t-stone-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
  }

  .lg\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
  }

  .lg\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
  }

  .lg\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
  }

  .lg\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
  }

  .lg\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
  }

  .lg\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
  }

  .lg\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
  }

  .lg\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
  }

  .lg\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
  }

  .lg\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
  }

  .lg\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
  }

  .lg\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
  }

  .lg\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
  }

  .lg\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
  }

  .lg\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
  }

  .lg\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
  }

  .lg\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
  }

  .lg\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
  }

  .lg\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
  }

  .lg\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
  }

  .lg\:border-t-stone-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
  }

  .lg\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
  }

  .lg\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
  }

  .lg\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
  }

  .lg\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
  }

  .lg\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
  }

  .lg\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
  }

  .lg\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
  }

  .lg\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
  }

  .lg\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
  }

  .lg\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
  }

  .lg\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
  }

  .lg\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
  }

  .lg\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
  }

  .lg\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
  }

  .lg\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
  }

  .lg\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
  }

  .lg\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
  }

  .lg\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
  }

  .lg\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
  }

  .lg\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
  }

  .lg\:border-t-stone-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
  }

  .lg\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
  }

  .lg\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
  }

  .lg\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
  }

  .lg\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
  }

  .lg\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
  }

  .lg\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
  }

  .lg\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
  }

  .lg\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
  }

  .lg\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
  }

  .lg\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
  }

  .lg\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
  }

  .lg\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
  }

  .lg\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
  }

  .lg\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
  }

  .lg\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
  }

  .lg\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
  }

  .lg\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
  }

  .lg\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
  }

  .lg\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
  }

  .lg\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
  }

  .lg\:border-t-stone-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
  }

  .lg\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
  }

  .lg\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
  }

  .lg\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
  }

  .lg\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
  }

  .lg\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
  }

  .lg\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
  }

  .lg\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
  }

  .lg\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
  }

  .lg\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
  }

  .lg\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
  }

  .lg\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
  }

  .lg\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
  }

  .lg\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
  }

  .lg\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
  }

  .lg\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
  }

  .lg\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
  }

  .lg\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
  }

  .lg\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
  }

  .lg\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
  }

  .lg\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
  }

  .lg\:border-t-stone-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
  }

  .lg\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
  }

  .lg\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
  }

  .lg\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
  }

  .lg\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
  }

  .lg\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
  }

  .lg\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
  }

  .lg\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
  }

  .lg\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
  }

  .lg\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
  }

  .lg\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
  }

  .lg\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
  }

  .lg\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
  }

  .lg\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
  }

  .lg\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
  }

  .lg\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
  }

  .lg\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
  }

  .lg\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
  }

  .lg\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
  }

  .lg\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
  }

  .lg\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
  }

  .lg\:border-t-stone-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
  }

  .lg\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
  }

  .lg\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
  }

  .lg\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
  }

  .lg\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
  }

  .lg\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
  }

  .lg\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
  }

  .lg\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
  }

  .lg\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
  }

  .lg\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
  }

  .lg\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
  }

  .lg\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
  }

  .lg\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
  }

  .lg\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
  }

  .lg\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
  }

  .lg\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
  }

  .lg\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
  }

  .lg\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
  }

  .lg\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
  }

  .lg\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
  }

  .lg\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
  }

  .lg\:border-t-supporting {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-supporting-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-supporting-foreground\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-t-supporting-foreground\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-t-supporting-foreground\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-t-supporting-foreground\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-t-supporting-foreground\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-t-supporting-foreground\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-t-supporting-foreground\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-t-supporting-foreground\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-t-supporting-foreground\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-t-supporting-foreground\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-t-supporting-foreground\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-t-supporting-foreground\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-t-supporting-foreground\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-t-supporting-foreground\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-t-supporting-foreground\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-t-supporting-foreground\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-t-supporting-foreground\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-t-supporting-foreground\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-t-supporting-foreground\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-t-supporting-foreground\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-t-supporting-foreground\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-t-supporting\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .lg\:border-t-supporting\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .lg\:border-t-supporting\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .lg\:border-t-supporting\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .lg\:border-t-supporting\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .lg\:border-t-supporting\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .lg\:border-t-supporting\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .lg\:border-t-supporting\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .lg\:border-t-supporting\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .lg\:border-t-supporting\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .lg\:border-t-supporting\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .lg\:border-t-supporting\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .lg\:border-t-supporting\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .lg\:border-t-supporting\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .lg\:border-t-supporting\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .lg\:border-t-supporting\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .lg\:border-t-supporting\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .lg\:border-t-supporting\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .lg\:border-t-supporting\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .lg\:border-t-supporting\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .lg\:border-t-supporting\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .lg\:border-t-teal-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
  }

  .lg\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
  }

  .lg\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
  }

  .lg\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
  }

  .lg\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
  }

  .lg\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
  }

  .lg\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
  }

  .lg\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
  }

  .lg\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
  }

  .lg\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
  }

  .lg\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
  }

  .lg\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
  }

  .lg\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
  }

  .lg\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
  }

  .lg\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
  }

  .lg\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
  }

  .lg\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
  }

  .lg\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
  }

  .lg\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
  }

  .lg\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
  }

  .lg\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
  }

  .lg\:border-t-teal-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
  }

  .lg\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
  }

  .lg\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
  }

  .lg\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
  }

  .lg\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
  }

  .lg\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
  }

  .lg\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
  }

  .lg\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
  }

  .lg\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
  }

  .lg\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
  }

  .lg\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
  }

  .lg\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
  }

  .lg\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
  }

  .lg\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
  }

  .lg\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
  }

  .lg\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
  }

  .lg\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
  }

  .lg\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
  }

  .lg\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
  }

  .lg\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
  }

  .lg\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
  }

  .lg\:border-t-teal-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
  }

  .lg\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
  }

  .lg\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
  }

  .lg\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
  }

  .lg\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
  }

  .lg\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
  }

  .lg\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
  }

  .lg\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
  }

  .lg\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
  }

  .lg\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
  }

  .lg\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
  }

  .lg\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
  }

  .lg\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
  }

  .lg\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
  }

  .lg\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
  }

  .lg\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
  }

  .lg\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
  }

  .lg\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
  }

  .lg\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
  }

  .lg\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
  }

  .lg\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
  }

  .lg\:border-t-teal-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
  }

  .lg\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
  }

  .lg\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
  }

  .lg\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
  }

  .lg\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
  }

  .lg\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
  }

  .lg\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
  }

  .lg\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
  }

  .lg\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
  }

  .lg\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
  }

  .lg\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
  }

  .lg\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
  }

  .lg\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
  }

  .lg\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
  }

  .lg\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
  }

  .lg\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
  }

  .lg\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
  }

  .lg\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
  }

  .lg\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
  }

  .lg\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
  }

  .lg\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
  }

  .lg\:border-t-teal-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
  }

  .lg\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
  }

  .lg\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
  }

  .lg\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
  }

  .lg\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
  }

  .lg\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
  }

  .lg\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
  }

  .lg\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
  }

  .lg\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
  }

  .lg\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
  }

  .lg\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
  }

  .lg\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
  }

  .lg\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
  }

  .lg\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
  }

  .lg\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
  }

  .lg\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
  }

  .lg\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
  }

  .lg\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
  }

  .lg\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
  }

  .lg\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
  }

  .lg\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
  }

  .lg\:border-t-teal-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
  }

  .lg\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
  }

  .lg\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
  }

  .lg\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
  }

  .lg\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
  }

  .lg\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
  }

  .lg\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
  }

  .lg\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
  }

  .lg\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
  }

  .lg\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
  }

  .lg\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
  }

  .lg\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
  }

  .lg\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
  }

  .lg\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
  }

  .lg\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
  }

  .lg\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
  }

  .lg\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
  }

  .lg\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
  }

  .lg\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
  }

  .lg\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
  }

  .lg\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
  }

  .lg\:border-t-teal-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
  }

  .lg\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
  }

  .lg\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
  }

  .lg\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
  }

  .lg\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
  }

  .lg\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
  }

  .lg\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
  }

  .lg\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
  }

  .lg\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
  }

  .lg\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
  }

  .lg\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
  }

  .lg\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
  }

  .lg\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
  }

  .lg\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
  }

  .lg\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
  }

  .lg\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
  }

  .lg\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
  }

  .lg\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
  }

  .lg\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
  }

  .lg\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
  }

  .lg\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
  }

  .lg\:border-t-teal-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
  }

  .lg\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
  }

  .lg\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
  }

  .lg\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
  }

  .lg\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
  }

  .lg\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
  }

  .lg\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
  }

  .lg\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
  }

  .lg\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
  }

  .lg\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
  }

  .lg\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
  }

  .lg\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
  }

  .lg\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
  }

  .lg\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
  }

  .lg\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
  }

  .lg\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
  }

  .lg\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
  }

  .lg\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
  }

  .lg\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
  }

  .lg\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
  }

  .lg\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
  }

  .lg\:border-t-teal-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
  }

  .lg\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
  }

  .lg\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
  }

  .lg\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
  }

  .lg\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
  }

  .lg\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
  }

  .lg\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
  }

  .lg\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
  }

  .lg\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
  }

  .lg\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
  }

  .lg\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
  }

  .lg\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
  }

  .lg\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
  }

  .lg\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
  }

  .lg\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
  }

  .lg\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
  }

  .lg\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
  }

  .lg\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
  }

  .lg\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
  }

  .lg\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
  }

  .lg\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
  }

  .lg\:border-t-teal-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
  }

  .lg\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
  }

  .lg\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
  }

  .lg\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
  }

  .lg\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
  }

  .lg\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
  }

  .lg\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
  }

  .lg\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
  }

  .lg\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
  }

  .lg\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
  }

  .lg\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
  }

  .lg\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
  }

  .lg\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
  }

  .lg\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
  }

  .lg\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
  }

  .lg\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
  }

  .lg\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
  }

  .lg\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
  }

  .lg\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
  }

  .lg\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
  }

  .lg\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
  }

  .lg\:border-t-teal-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
  }

  .lg\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
  }

  .lg\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
  }

  .lg\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
  }

  .lg\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
  }

  .lg\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
  }

  .lg\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
  }

  .lg\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
  }

  .lg\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
  }

  .lg\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
  }

  .lg\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
  }

  .lg\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
  }

  .lg\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
  }

  .lg\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
  }

  .lg\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
  }

  .lg\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
  }

  .lg\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
  }

  .lg\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
  }

  .lg\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
  }

  .lg\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
  }

  .lg\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
  }

  .lg\:border-t-tertiary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-tertiary\/0 {
    border-top-color: hsl(var(--tertiary) / 0);
  }

  .lg\:border-t-tertiary\/10 {
    border-top-color: hsl(var(--tertiary) / 0.1);
  }

  .lg\:border-t-tertiary\/100 {
    border-top-color: hsl(var(--tertiary) / 1);
  }

  .lg\:border-t-tertiary\/15 {
    border-top-color: hsl(var(--tertiary) / 0.15);
  }

  .lg\:border-t-tertiary\/20 {
    border-top-color: hsl(var(--tertiary) / 0.2);
  }

  .lg\:border-t-tertiary\/25 {
    border-top-color: hsl(var(--tertiary) / 0.25);
  }

  .lg\:border-t-tertiary\/30 {
    border-top-color: hsl(var(--tertiary) / 0.3);
  }

  .lg\:border-t-tertiary\/35 {
    border-top-color: hsl(var(--tertiary) / 0.35);
  }

  .lg\:border-t-tertiary\/40 {
    border-top-color: hsl(var(--tertiary) / 0.4);
  }

  .lg\:border-t-tertiary\/45 {
    border-top-color: hsl(var(--tertiary) / 0.45);
  }

  .lg\:border-t-tertiary\/5 {
    border-top-color: hsl(var(--tertiary) / 0.05);
  }

  .lg\:border-t-tertiary\/50 {
    border-top-color: hsl(var(--tertiary) / 0.5);
  }

  .lg\:border-t-tertiary\/55 {
    border-top-color: hsl(var(--tertiary) / 0.55);
  }

  .lg\:border-t-tertiary\/60 {
    border-top-color: hsl(var(--tertiary) / 0.6);
  }

  .lg\:border-t-tertiary\/65 {
    border-top-color: hsl(var(--tertiary) / 0.65);
  }

  .lg\:border-t-tertiary\/70 {
    border-top-color: hsl(var(--tertiary) / 0.7);
  }

  .lg\:border-t-tertiary\/75 {
    border-top-color: hsl(var(--tertiary) / 0.75);
  }

  .lg\:border-t-tertiary\/80 {
    border-top-color: hsl(var(--tertiary) / 0.8);
  }

  .lg\:border-t-tertiary\/85 {
    border-top-color: hsl(var(--tertiary) / 0.85);
  }

  .lg\:border-t-tertiary\/90 {
    border-top-color: hsl(var(--tertiary) / 0.9);
  }

  .lg\:border-t-tertiary\/95 {
    border-top-color: hsl(var(--tertiary) / 0.95);
  }

  .lg\:border-t-transparent {
    border-top-color: transparent;
  }

  .lg\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .lg\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .lg\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-t-violet-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
  }

  .lg\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
  }

  .lg\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
  }

  .lg\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
  }

  .lg\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
  }

  .lg\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
  }

  .lg\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
  }

  .lg\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
  }

  .lg\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
  }

  .lg\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
  }

  .lg\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
  }

  .lg\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
  }

  .lg\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
  }

  .lg\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
  }

  .lg\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
  }

  .lg\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
  }

  .lg\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
  }

  .lg\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
  }

  .lg\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
  }

  .lg\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
  }

  .lg\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
  }

  .lg\:border-t-violet-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
  }

  .lg\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
  }

  .lg\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
  }

  .lg\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
  }

  .lg\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
  }

  .lg\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
  }

  .lg\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
  }

  .lg\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
  }

  .lg\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
  }

  .lg\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
  }

  .lg\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
  }

  .lg\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
  }

  .lg\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
  }

  .lg\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
  }

  .lg\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
  }

  .lg\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
  }

  .lg\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
  }

  .lg\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
  }

  .lg\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
  }

  .lg\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
  }

  .lg\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
  }

  .lg\:border-t-violet-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
  }

  .lg\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
  }

  .lg\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
  }

  .lg\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
  }

  .lg\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
  }

  .lg\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
  }

  .lg\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
  }

  .lg\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
  }

  .lg\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
  }

  .lg\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
  }

  .lg\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
  }

  .lg\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
  }

  .lg\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
  }

  .lg\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
  }

  .lg\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
  }

  .lg\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
  }

  .lg\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
  }

  .lg\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
  }

  .lg\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
  }

  .lg\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
  }

  .lg\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
  }

  .lg\:border-t-violet-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
  }

  .lg\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
  }

  .lg\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
  }

  .lg\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
  }

  .lg\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
  }

  .lg\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
  }

  .lg\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
  }

  .lg\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
  }

  .lg\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
  }

  .lg\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
  }

  .lg\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
  }

  .lg\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
  }

  .lg\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
  }

  .lg\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
  }

  .lg\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
  }

  .lg\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
  }

  .lg\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
  }

  .lg\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
  }

  .lg\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
  }

  .lg\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
  }

  .lg\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
  }

  .lg\:border-t-violet-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
  }

  .lg\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
  }

  .lg\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
  }

  .lg\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
  }

  .lg\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
  }

  .lg\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
  }

  .lg\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
  }

  .lg\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
  }

  .lg\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
  }

  .lg\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
  }

  .lg\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
  }

  .lg\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
  }

  .lg\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
  }

  .lg\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
  }

  .lg\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
  }

  .lg\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
  }

  .lg\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
  }

  .lg\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
  }

  .lg\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
  }

  .lg\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
  }

  .lg\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
  }

  .lg\:border-t-violet-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
  }

  .lg\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
  }

  .lg\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
  }

  .lg\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
  }

  .lg\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
  }

  .lg\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
  }

  .lg\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
  }

  .lg\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
  }

  .lg\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
  }

  .lg\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
  }

  .lg\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
  }

  .lg\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
  }

  .lg\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
  }

  .lg\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
  }

  .lg\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
  }

  .lg\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
  }

  .lg\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
  }

  .lg\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
  }

  .lg\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
  }

  .lg\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
  }

  .lg\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
  }

  .lg\:border-t-violet-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
  }

  .lg\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
  }

  .lg\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
  }

  .lg\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
  }

  .lg\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
  }

  .lg\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
  }

  .lg\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
  }

  .lg\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
  }

  .lg\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
  }

  .lg\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
  }

  .lg\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
  }

  .lg\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
  }

  .lg\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
  }

  .lg\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
  }

  .lg\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
  }

  .lg\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
  }

  .lg\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
  }

  .lg\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
  }

  .lg\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
  }

  .lg\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
  }

  .lg\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
  }

  .lg\:border-t-violet-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
  }

  .lg\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
  }

  .lg\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
  }

  .lg\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
  }

  .lg\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
  }

  .lg\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
  }

  .lg\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
  }

  .lg\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
  }

  .lg\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
  }

  .lg\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
  }

  .lg\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
  }

  .lg\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
  }

  .lg\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
  }

  .lg\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
  }

  .lg\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
  }

  .lg\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
  }

  .lg\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
  }

  .lg\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
  }

  .lg\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
  }

  .lg\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
  }

  .lg\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
  }

  .lg\:border-t-violet-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
  }

  .lg\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
  }

  .lg\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
  }

  .lg\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
  }

  .lg\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
  }

  .lg\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
  }

  .lg\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
  }

  .lg\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
  }

  .lg\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
  }

  .lg\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
  }

  .lg\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
  }

  .lg\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
  }

  .lg\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
  }

  .lg\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
  }

  .lg\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
  }

  .lg\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
  }

  .lg\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
  }

  .lg\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
  }

  .lg\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
  }

  .lg\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
  }

  .lg\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
  }

  .lg\:border-t-violet-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
  }

  .lg\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
  }

  .lg\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
  }

  .lg\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
  }

  .lg\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
  }

  .lg\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
  }

  .lg\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
  }

  .lg\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
  }

  .lg\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
  }

  .lg\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
  }

  .lg\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
  }

  .lg\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
  }

  .lg\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
  }

  .lg\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
  }

  .lg\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
  }

  .lg\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
  }

  .lg\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
  }

  .lg\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
  }

  .lg\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
  }

  .lg\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
  }

  .lg\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
  }

  .lg\:border-t-violet-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
  }

  .lg\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
  }

  .lg\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
  }

  .lg\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
  }

  .lg\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
  }

  .lg\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
  }

  .lg\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
  }

  .lg\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
  }

  .lg\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
  }

  .lg\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
  }

  .lg\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
  }

  .lg\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
  }

  .lg\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
  }

  .lg\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
  }

  .lg\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
  }

  .lg\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
  }

  .lg\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
  }

  .lg\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
  }

  .lg\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
  }

  .lg\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
  }

  .lg\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
  }

  .lg\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .lg\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .lg\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .lg\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .lg\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .lg\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .lg\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .lg\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .lg\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .lg\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .lg\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .lg\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .lg\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .lg\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .lg\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .lg\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .lg\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .lg\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .lg\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .lg\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .lg\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .lg\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .lg\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .lg\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .lg\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .lg\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .lg\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .lg\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .lg\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .lg\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .lg\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .lg\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .lg\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .lg\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .lg\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .lg\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .lg\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .lg\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .lg\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .lg\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
  }

  .lg\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .lg\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .lg\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .lg\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
  }

  .lg\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .lg\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
  }

  .lg\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .lg\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .lg\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
  }

  .lg\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .lg\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
  }

  .lg\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .lg\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .lg\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .lg\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
  }

  .lg\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .lg\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .lg\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .lg\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .lg\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .lg\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .lg\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .lg\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .lg\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .lg\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .lg\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .lg\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .lg\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .lg\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .lg\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .lg\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .lg\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .lg\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .lg\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .lg\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .lg\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .lg\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .lg\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .lg\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .lg\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .lg\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .lg\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .lg\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .lg\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .lg\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .lg\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .lg\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .lg\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .lg\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .lg\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .lg\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .lg\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .lg\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .lg\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .lg\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .lg\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .lg\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .lg\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .lg\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .lg\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .lg\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .lg\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .lg\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .lg\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .lg\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .lg\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .lg\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .lg\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .lg\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .lg\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .lg\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .lg\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .lg\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .lg\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .lg\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .lg\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .lg\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .lg\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .lg\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .lg\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .lg\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .lg\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .lg\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .lg\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .lg\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .lg\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .lg\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .lg\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .lg\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
  }

  .lg\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .lg\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .lg\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .lg\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
  }

  .lg\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .lg\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
  }

  .lg\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .lg\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .lg\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
  }

  .lg\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .lg\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
  }

  .lg\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .lg\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .lg\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .lg\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
  }

  .lg\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .lg\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .lg\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .lg\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .lg\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .lg\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .lg\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .lg\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .lg\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .lg\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .lg\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .lg\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .lg\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .lg\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .lg\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .lg\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .lg\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .lg\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .lg\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .lg\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .lg\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .lg\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .lg\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
  }

  .lg\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .lg\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .lg\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .lg\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
  }

  .lg\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .lg\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
  }

  .lg\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .lg\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .lg\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
  }

  .lg\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .lg\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
  }

  .lg\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .lg\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .lg\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .lg\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
  }

  .lg\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .lg\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .lg\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .lg\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .lg\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .lg\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
  }

  .lg\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .lg\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .lg\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .lg\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
  }

  .lg\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .lg\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
  }

  .lg\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .lg\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .lg\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
  }

  .lg\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .lg\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
  }

  .lg\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .lg\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .lg\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .lg\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
  }

  .lg\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .lg\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .lg\:border-t-zinc-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
  }

  .lg\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
  }

  .lg\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
  }

  .lg\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
  }

  .lg\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
  }

  .lg\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
  }

  .lg\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
  }

  .lg\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
  }

  .lg\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
  }

  .lg\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
  }

  .lg\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
  }

  .lg\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
  }

  .lg\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
  }

  .lg\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
  }

  .lg\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
  }

  .lg\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
  }

  .lg\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
  }

  .lg\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
  }

  .lg\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
  }

  .lg\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
  }

  .lg\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
  }

  .lg\:border-t-zinc-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
  }

  .lg\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
  }

  .lg\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
  }

  .lg\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
  }

  .lg\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
  }

  .lg\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
  }

  .lg\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
  }

  .lg\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
  }

  .lg\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
  }

  .lg\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
  }

  .lg\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
  }

  .lg\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
  }

  .lg\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
  }

  .lg\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
  }

  .lg\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
  }

  .lg\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
  }

  .lg\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
  }

  .lg\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
  }

  .lg\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
  }

  .lg\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
  }

  .lg\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
  }

  .lg\:border-t-zinc-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
  }

  .lg\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
  }

  .lg\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
  }

  .lg\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
  }

  .lg\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
  }

  .lg\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
  }

  .lg\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
  }

  .lg\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
  }

  .lg\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
  }

  .lg\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
  }

  .lg\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
  }

  .lg\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
  }

  .lg\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
  }

  .lg\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
  }

  .lg\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
  }

  .lg\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
  }

  .lg\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
  }

  .lg\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
  }

  .lg\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
  }

  .lg\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
  }

  .lg\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
  }

  .lg\:border-t-zinc-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
  }

  .lg\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
  }

  .lg\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
  }

  .lg\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
  }

  .lg\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
  }

  .lg\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
  }

  .lg\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
  }

  .lg\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
  }

  .lg\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
  }

  .lg\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
  }

  .lg\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
  }

  .lg\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
  }

  .lg\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
  }

  .lg\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
  }

  .lg\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
  }

  .lg\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
  }

  .lg\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
  }

  .lg\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
  }

  .lg\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
  }

  .lg\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
  }

  .lg\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
  }

  .lg\:border-t-zinc-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .lg\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .lg\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .lg\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .lg\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .lg\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .lg\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .lg\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .lg\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .lg\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .lg\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .lg\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .lg\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .lg\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .lg\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .lg\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .lg\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .lg\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .lg\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .lg\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .lg\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .lg\:border-t-zinc-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
  }

  .lg\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
  }

  .lg\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
  }

  .lg\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
  }

  .lg\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
  }

  .lg\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
  }

  .lg\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
  }

  .lg\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
  }

  .lg\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
  }

  .lg\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
  }

  .lg\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
  }

  .lg\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
  }

  .lg\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
  }

  .lg\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
  }

  .lg\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
  }

  .lg\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
  }

  .lg\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
  }

  .lg\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
  }

  .lg\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
  }

  .lg\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
  }

  .lg\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
  }

  .lg\:border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
  }

  .lg\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
  }

  .lg\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
  }

  .lg\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
  }

  .lg\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
  }

  .lg\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
  }

  .lg\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
  }

  .lg\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
  }

  .lg\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
  }

  .lg\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
  }

  .lg\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
  }

  .lg\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
  }

  .lg\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
  }

  .lg\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
  }

  .lg\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
  }

  .lg\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
  }

  .lg\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
  }

  .lg\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
  }

  .lg\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
  }

  .lg\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
  }

  .lg\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
  }

  .lg\:border-t-zinc-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
  }

  .lg\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
  }

  .lg\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
  }

  .lg\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
  }

  .lg\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
  }

  .lg\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
  }

  .lg\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
  }

  .lg\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
  }

  .lg\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
  }

  .lg\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
  }

  .lg\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
  }

  .lg\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
  }

  .lg\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
  }

  .lg\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
  }

  .lg\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
  }

  .lg\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
  }

  .lg\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
  }

  .lg\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
  }

  .lg\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
  }

  .lg\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
  }

  .lg\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
  }

  .lg\:border-t-zinc-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
  }

  .lg\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
  }

  .lg\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
  }

  .lg\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
  }

  .lg\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
  }

  .lg\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
  }

  .lg\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
  }

  .lg\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
  }

  .lg\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
  }

  .lg\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
  }

  .lg\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
  }

  .lg\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
  }

  .lg\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
  }

  .lg\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
  }

  .lg\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
  }

  .lg\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
  }

  .lg\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
  }

  .lg\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
  }

  .lg\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
  }

  .lg\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
  }

  .lg\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
  }

  .lg\:border-t-zinc-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
  }

  .lg\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
  }

  .lg\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
  }

  .lg\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
  }

  .lg\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
  }

  .lg\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
  }

  .lg\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
  }

  .lg\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
  }

  .lg\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
  }

  .lg\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
  }

  .lg\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
  }

  .lg\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
  }

  .lg\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
  }

  .lg\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
  }

  .lg\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
  }

  .lg\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
  }

  .lg\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
  }

  .lg\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
  }

  .lg\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
  }

  .lg\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
  }

  .lg\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
  }

  .lg\:border-t-zinc-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
  }

  .lg\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
  }

  .lg\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
  }

  .lg\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
  }

  .lg\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
  }

  .lg\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
  }

  .lg\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
  }

  .lg\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
  }

  .lg\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
  }

  .lg\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
  }

  .lg\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
  }

  .lg\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
  }

  .lg\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
  }

  .lg\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
  }

  .lg\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
  }

  .lg\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
  }

  .lg\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
  }

  .lg\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
  }

  .lg\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
  }

  .lg\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
  }

  .lg\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {

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

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

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

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

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

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .xl\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .xl\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .xl\:row-span-12 {
    grid-row: span 12 / span 12;
  }

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

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

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-7 {
    grid-row: span 7 / span 7;
  }

  .xl\:row-span-8 {
    grid-row: span 8 / span 8;
  }

  .xl\:row-span-9 {
    grid-row: span 9 / span 9;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

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

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

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

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

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

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

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

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-background {
    --tw-border-opacity: 1;
    border-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .xl\:border-background\/0 {
    border-color: hsl(var(--background) / 0);
  }

  .xl\:border-background\/10 {
    border-color: hsl(var(--background) / 0.1);
  }

  .xl\:border-background\/100 {
    border-color: hsl(var(--background) / 1);
  }

  .xl\:border-background\/15 {
    border-color: hsl(var(--background) / 0.15);
  }

  .xl\:border-background\/20 {
    border-color: hsl(var(--background) / 0.2);
  }

  .xl\:border-background\/25 {
    border-color: hsl(var(--background) / 0.25);
  }

  .xl\:border-background\/30 {
    border-color: hsl(var(--background) / 0.3);
  }

  .xl\:border-background\/35 {
    border-color: hsl(var(--background) / 0.35);
  }

  .xl\:border-background\/40 {
    border-color: hsl(var(--background) / 0.4);
  }

  .xl\:border-background\/45 {
    border-color: hsl(var(--background) / 0.45);
  }

  .xl\:border-background\/5 {
    border-color: hsl(var(--background) / 0.05);
  }

  .xl\:border-background\/50 {
    border-color: hsl(var(--background) / 0.5);
  }

  .xl\:border-background\/55 {
    border-color: hsl(var(--background) / 0.55);
  }

  .xl\:border-background\/60 {
    border-color: hsl(var(--background) / 0.6);
  }

  .xl\:border-background\/65 {
    border-color: hsl(var(--background) / 0.65);
  }

  .xl\:border-background\/70 {
    border-color: hsl(var(--background) / 0.7);
  }

  .xl\:border-background\/75 {
    border-color: hsl(var(--background) / 0.75);
  }

  .xl\:border-background\/80 {
    border-color: hsl(var(--background) / 0.8);
  }

  .xl\:border-background\/85 {
    border-color: hsl(var(--background) / 0.85);
  }

  .xl\:border-background\/90 {
    border-color: hsl(var(--background) / 0.9);
  }

  .xl\:border-background\/95 {
    border-color: hsl(var(--background) / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0);
  }

  .xl\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1);
  }

  .xl\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1);
  }

  .xl\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15);
  }

  .xl\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2);
  }

  .xl\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25);
  }

  .xl\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3);
  }

  .xl\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35);
  }

  .xl\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4);
  }

  .xl\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45);
  }

  .xl\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05);
  }

  .xl\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5);
  }

  .xl\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55);
  }

  .xl\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6);
  }

  .xl\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65);
  }

  .xl\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7);
  }

  .xl\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75);
  }

  .xl\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8);
  }

  .xl\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85);
  }

  .xl\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9);
  }

  .xl\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95);
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0);
  }

  .xl\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1);
  }

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

  .xl\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15);
  }

  .xl\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2);
  }

  .xl\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25);
  }

  .xl\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3);
  }

  .xl\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35);
  }

  .xl\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4);
  }

  .xl\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45);
  }

  .xl\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05);
  }

  .xl\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5);
  }

  .xl\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55);
  }

  .xl\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6);
  }

  .xl\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65);
  }

  .xl\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7);
  }

  .xl\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75);
  }

  .xl\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8);
  }

  .xl\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85);
  }

  .xl\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9);
  }

  .xl\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95);
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0);
  }

  .xl\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1);
  }

  .xl\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1);
  }

  .xl\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15);
  }

  .xl\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2);
  }

  .xl\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25);
  }

  .xl\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3);
  }

  .xl\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35);
  }

  .xl\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4);
  }

  .xl\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45);
  }

  .xl\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05);
  }

  .xl\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5);
  }

  .xl\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55);
  }

  .xl\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6);
  }

  .xl\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65);
  }

  .xl\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7);
  }

  .xl\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75);
  }

  .xl\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8);
  }

  .xl\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85);
  }

  .xl\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9);
  }

  .xl\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95);
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0);
  }

  .xl\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1);
  }

  .xl\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1);
  }

  .xl\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15);
  }

  .xl\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2);
  }

  .xl\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25);
  }

  .xl\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3);
  }

  .xl\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35);
  }

  .xl\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4);
  }

  .xl\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45);
  }

  .xl\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05);
  }

  .xl\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5);
  }

  .xl\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55);
  }

  .xl\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6);
  }

  .xl\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65);
  }

  .xl\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7);
  }

  .xl\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75);
  }

  .xl\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8);
  }

  .xl\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85);
  }

  .xl\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9);
  }

  .xl\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95);
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0);
  }

  .xl\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1);
  }

  .xl\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1);
  }

  .xl\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15);
  }

  .xl\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2);
  }

  .xl\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25);
  }

  .xl\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3);
  }

  .xl\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35);
  }

  .xl\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4);
  }

  .xl\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45);
  }

  .xl\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05);
  }

  .xl\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5);
  }

  .xl\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55);
  }

  .xl\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6);
  }

  .xl\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65);
  }

  .xl\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7);
  }

  .xl\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75);
  }

  .xl\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8);
  }

  .xl\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85);
  }

  .xl\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9);
  }

  .xl\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95);
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0);
  }

  .xl\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1);
  }

  .xl\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1);
  }

  .xl\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15);
  }

  .xl\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2);
  }

  .xl\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25);
  }

  .xl\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3);
  }

  .xl\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35);
  }

  .xl\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4);
  }

  .xl\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45);
  }

  .xl\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05);
  }

  .xl\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5);
  }

  .xl\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55);
  }

  .xl\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6);
  }

  .xl\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65);
  }

  .xl\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7);
  }

  .xl\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75);
  }

  .xl\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8);
  }

  .xl\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85);
  }

  .xl\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9);
  }

  .xl\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95);
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0);
  }

  .xl\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1);
  }

  .xl\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1);
  }

  .xl\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15);
  }

  .xl\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2);
  }

  .xl\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25);
  }

  .xl\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3);
  }

  .xl\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35);
  }

  .xl\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4);
  }

  .xl\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45);
  }

  .xl\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05);
  }

  .xl\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5);
  }

  .xl\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55);
  }

  .xl\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6);
  }

  .xl\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65);
  }

  .xl\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7);
  }

  .xl\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75);
  }

  .xl\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8);
  }

  .xl\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85);
  }

  .xl\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9);
  }

  .xl\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95);
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0);
  }

  .xl\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1);
  }

  .xl\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1);
  }

  .xl\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15);
  }

  .xl\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2);
  }

  .xl\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25);
  }

  .xl\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3);
  }

  .xl\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35);
  }

  .xl\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4);
  }

  .xl\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45);
  }

  .xl\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05);
  }

  .xl\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5);
  }

  .xl\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55);
  }

  .xl\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6);
  }

  .xl\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65);
  }

  .xl\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7);
  }

  .xl\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75);
  }

  .xl\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8);
  }

  .xl\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85);
  }

  .xl\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9);
  }

  .xl\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95);
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0);
  }

  .xl\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1);
  }

  .xl\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1);
  }

  .xl\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15);
  }

  .xl\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2);
  }

  .xl\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25);
  }

  .xl\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3);
  }

  .xl\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35);
  }

  .xl\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4);
  }

  .xl\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45);
  }

  .xl\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05);
  }

  .xl\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5);
  }

  .xl\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55);
  }

  .xl\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6);
  }

  .xl\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65);
  }

  .xl\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7);
  }

  .xl\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75);
  }

  .xl\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8);
  }

  .xl\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85);
  }

  .xl\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9);
  }

  .xl\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95);
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0);
  }

  .xl\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1);
  }

  .xl\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1);
  }

  .xl\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15);
  }

  .xl\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2);
  }

  .xl\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25);
  }

  .xl\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3);
  }

  .xl\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35);
  }

  .xl\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4);
  }

  .xl\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45);
  }

  .xl\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05);
  }

  .xl\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }

  .xl\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55);
  }

  .xl\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6);
  }

  .xl\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65);
  }

  .xl\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7);
  }

  .xl\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75);
  }

  .xl\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8);
  }

  .xl\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85);
  }

  .xl\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9);
  }

  .xl\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95);
  }

  .xl\:border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .xl\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0);
  }

  .xl\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1);
  }

  .xl\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1);
  }

  .xl\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15);
  }

  .xl\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2);
  }

  .xl\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25);
  }

  .xl\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3);
  }

  .xl\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35);
  }

  .xl\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4);
  }

  .xl\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45);
  }

  .xl\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05);
  }

  .xl\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5);
  }

  .xl\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55);
  }

  .xl\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6);
  }

  .xl\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65);
  }

  .xl\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7);
  }

  .xl\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75);
  }

  .xl\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8);
  }

  .xl\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85);
  }

  .xl\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9);
  }

  .xl\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95);
  }

  .xl\:border-border {
    --tw-border-opacity: 1;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .xl\:border-border\/0 {
    border-color: hsl(var(--border) / 0);
  }

  .xl\:border-border\/10 {
    border-color: hsl(var(--border) / 0.1);
  }

  .xl\:border-border\/100 {
    border-color: hsl(var(--border) / 1);
  }

  .xl\:border-border\/15 {
    border-color: hsl(var(--border) / 0.15);
  }

  .xl\:border-border\/20 {
    border-color: hsl(var(--border) / 0.2);
  }

  .xl\:border-border\/25 {
    border-color: hsl(var(--border) / 0.25);
  }

  .xl\:border-border\/30 {
    border-color: hsl(var(--border) / 0.3);
  }

  .xl\:border-border\/35 {
    border-color: hsl(var(--border) / 0.35);
  }

  .xl\:border-border\/40 {
    border-color: hsl(var(--border) / 0.4);
  }

  .xl\:border-border\/45 {
    border-color: hsl(var(--border) / 0.45);
  }

  .xl\:border-border\/5 {
    border-color: hsl(var(--border) / 0.05);
  }

  .xl\:border-border\/50 {
    border-color: hsl(var(--border) / 0.5);
  }

  .xl\:border-border\/55 {
    border-color: hsl(var(--border) / 0.55);
  }

  .xl\:border-border\/60 {
    border-color: hsl(var(--border) / 0.6);
  }

  .xl\:border-border\/65 {
    border-color: hsl(var(--border) / 0.65);
  }

  .xl\:border-border\/70 {
    border-color: hsl(var(--border) / 0.7);
  }

  .xl\:border-border\/75 {
    border-color: hsl(var(--border) / 0.75);
  }

  .xl\:border-border\/80 {
    border-color: hsl(var(--border) / 0.8);
  }

  .xl\:border-border\/85 {
    border-color: hsl(var(--border) / 0.85);
  }

  .xl\:border-border\/90 {
    border-color: hsl(var(--border) / 0.9);
  }

  .xl\:border-border\/95 {
    border-color: hsl(var(--border) / 0.95);
  }

  .xl\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0);
  }

  .xl\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1);
  }

  .xl\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1);
  }

  .xl\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15);
  }

  .xl\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2);
  }

  .xl\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25);
  }

  .xl\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3);
  }

  .xl\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35);
  }

  .xl\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4);
  }

  .xl\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45);
  }

  .xl\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05);
  }

  .xl\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5);
  }

  .xl\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55);
  }

  .xl\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6);
  }

  .xl\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65);
  }

  .xl\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7);
  }

  .xl\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75);
  }

  .xl\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8);
  }

  .xl\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85);
  }

  .xl\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9);
  }

  .xl\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95);
  }

  .xl\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0);
  }

  .xl\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1);
  }

  .xl\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1);
  }

  .xl\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15);
  }

  .xl\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2);
  }

  .xl\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25);
  }

  .xl\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3);
  }

  .xl\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35);
  }

  .xl\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4);
  }

  .xl\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45);
  }

  .xl\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05);
  }

  .xl\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5);
  }

  .xl\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55);
  }

  .xl\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6);
  }

  .xl\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65);
  }

  .xl\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7);
  }

  .xl\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75);
  }

  .xl\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8);
  }

  .xl\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85);
  }

  .xl\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9);
  }

  .xl\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95);
  }

  .xl\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0);
  }

  .xl\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1);
  }

  .xl\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1);
  }

  .xl\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15);
  }

  .xl\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2);
  }

  .xl\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25);
  }

  .xl\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3);
  }

  .xl\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35);
  }

  .xl\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4);
  }

  .xl\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45);
  }

  .xl\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05);
  }

  .xl\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5);
  }

  .xl\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55);
  }

  .xl\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6);
  }

  .xl\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65);
  }

  .xl\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7);
  }

  .xl\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75);
  }

  .xl\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8);
  }

  .xl\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85);
  }

  .xl\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9);
  }

  .xl\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95);
  }

  .xl\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0);
  }

  .xl\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1);
  }

  .xl\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1);
  }

  .xl\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15);
  }

  .xl\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2);
  }

  .xl\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25);
  }

  .xl\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3);
  }

  .xl\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35);
  }

  .xl\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4);
  }

  .xl\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45);
  }

  .xl\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05);
  }

  .xl\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5);
  }

  .xl\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55);
  }

  .xl\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6);
  }

  .xl\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65);
  }

  .xl\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7);
  }

  .xl\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75);
  }

  .xl\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8);
  }

  .xl\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85);
  }

  .xl\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9);
  }

  .xl\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95);
  }

  .xl\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0);
  }

  .xl\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1);
  }

  .xl\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1);
  }

  .xl\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15);
  }

  .xl\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2);
  }

  .xl\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25);
  }

  .xl\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3);
  }

  .xl\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35);
  }

  .xl\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4);
  }

  .xl\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45);
  }

  .xl\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05);
  }

  .xl\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5);
  }

  .xl\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55);
  }

  .xl\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6);
  }

  .xl\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65);
  }

  .xl\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7);
  }

  .xl\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75);
  }

  .xl\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8);
  }

  .xl\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85);
  }

  .xl\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9);
  }

  .xl\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95);
  }

  .xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0);
  }

  .xl\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1);
  }

  .xl\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1);
  }

  .xl\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15);
  }

  .xl\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2);
  }

  .xl\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25);
  }

  .xl\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3);
  }

  .xl\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35);
  }

  .xl\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4);
  }

  .xl\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45);
  }

  .xl\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05);
  }

  .xl\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5);
  }

  .xl\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55);
  }

  .xl\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6);
  }

  .xl\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65);
  }

  .xl\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7);
  }

  .xl\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75);
  }

  .xl\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8);
  }

  .xl\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85);
  }

  .xl\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9);
  }

  .xl\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95);
  }

  .xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0);
  }

  .xl\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1);
  }

  .xl\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1);
  }

  .xl\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15);
  }

  .xl\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2);
  }

  .xl\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25);
  }

  .xl\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3);
  }

  .xl\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35);
  }

  .xl\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4);
  }

  .xl\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45);
  }

  .xl\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05);
  }

  .xl\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5);
  }

  .xl\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55);
  }

  .xl\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6);
  }

  .xl\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65);
  }

  .xl\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7);
  }

  .xl\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75);
  }

  .xl\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8);
  }

  .xl\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85);
  }

  .xl\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9);
  }

  .xl\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95);
  }

  .xl\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0);
  }

  .xl\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1);
  }

  .xl\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1);
  }

  .xl\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15);
  }

  .xl\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2);
  }

  .xl\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25);
  }

  .xl\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3);
  }

  .xl\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35);
  }

  .xl\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4);
  }

  .xl\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45);
  }

  .xl\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05);
  }

  .xl\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5);
  }

  .xl\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55);
  }

  .xl\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6);
  }

  .xl\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65);
  }

  .xl\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7);
  }

  .xl\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75);
  }

  .xl\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8);
  }

  .xl\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85);
  }

  .xl\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9);
  }

  .xl\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95);
  }

  .xl\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0);
  }

  .xl\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1);
  }

  .xl\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1);
  }

  .xl\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15);
  }

  .xl\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2);
  }

  .xl\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25);
  }

  .xl\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3);
  }

  .xl\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35);
  }

  .xl\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4);
  }

  .xl\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45);
  }

  .xl\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05);
  }

  .xl\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5);
  }

  .xl\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55);
  }

  .xl\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6);
  }

  .xl\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65);
  }

  .xl\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7);
  }

  .xl\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75);
  }

  .xl\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8);
  }

  .xl\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85);
  }

  .xl\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9);
  }

  .xl\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95);
  }

  .xl\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0);
  }

  .xl\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1);
  }

  .xl\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1);
  }

  .xl\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15);
  }

  .xl\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2);
  }

  .xl\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25);
  }

  .xl\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3);
  }

  .xl\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35);
  }

  .xl\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4);
  }

  .xl\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45);
  }

  .xl\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05);
  }

  .xl\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5);
  }

  .xl\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55);
  }

  .xl\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6);
  }

  .xl\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65);
  }

  .xl\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7);
  }

  .xl\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75);
  }

  .xl\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8);
  }

  .xl\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85);
  }

  .xl\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9);
  }

  .xl\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95);
  }

  .xl\:border-lime-950 {
    --tw-border-opacity: 1;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .xl\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0);
  }

  .xl\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1);
  }

  .xl\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1);
  }

  .xl\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15);
  }

  .xl\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2);
  }

  .xl\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25);
  }

  .xl\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3);
  }

  .xl\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35);
  }

  .xl\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4);
  }

  .xl\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45);
  }

  .xl\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05);
  }

  .xl\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5);
  }

  .xl\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55);
  }

  .xl\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6);
  }

  .xl\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65);
  }

  .xl\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7);
  }

  .xl\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75);
  }

  .xl\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8);
  }

  .xl\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85);
  }

  .xl\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9);
  }

  .xl\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15);
  }

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

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

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

  .xl\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35);
  }

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

  .xl\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45);
  }

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

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

  .xl\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55);
  }

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

  .xl\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65);
  }

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

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

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

  .xl\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15);
  }

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

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

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

  .xl\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35);
  }

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

  .xl\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45);
  }

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

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

  .xl\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55);
  }

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

  .xl\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65);
  }

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

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

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

  .xl\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15);
  }

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

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

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

  .xl\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35);
  }

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

  .xl\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45);
  }

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

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

  .xl\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55);
  }

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

  .xl\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65);
  }

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

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

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

  .xl\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15);
  }

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

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

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

  .xl\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35);
  }

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

  .xl\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45);
  }

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

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

  .xl\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55);
  }

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

  .xl\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65);
  }

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

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

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

  .xl\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15);
  }

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

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

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

  .xl\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35);
  }

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

  .xl\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45);
  }

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

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

  .xl\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55);
  }

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

  .xl\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65);
  }

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

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

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

  .xl\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15);
  }

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

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

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

  .xl\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35);
  }

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

  .xl\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45);
  }

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

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

  .xl\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55);
  }

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

  .xl\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65);
  }

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

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

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

  .xl\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15);
  }

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

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

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

  .xl\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35);
  }

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

  .xl\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45);
  }

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

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

  .xl\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55);
  }

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

  .xl\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65);
  }

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

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

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

  .xl\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85);
  }

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

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

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

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

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

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

  .xl\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15);
  }

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

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

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

  .xl\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35);
  }

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

  .xl\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45);
  }

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

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

  .xl\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55);
  }

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

  .xl\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65);
  }

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

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

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

  .xl\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85);
  }

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

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

  .xl\:border-red-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0);
  }

  .xl\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1);
  }

  .xl\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1);
  }

  .xl\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15);
  }

  .xl\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2);
  }

  .xl\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25);
  }

  .xl\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3);
  }

  .xl\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35);
  }

  .xl\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4);
  }

  .xl\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45);
  }

  .xl\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05);
  }

  .xl\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5);
  }

  .xl\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55);
  }

  .xl\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6);
  }

  .xl\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65);
  }

  .xl\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7);
  }

  .xl\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75);
  }

  .xl\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8);
  }

  .xl\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85);
  }

  .xl\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9);
  }

  .xl\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95);
  }

  .xl\:border-ring {
    --tw-border-opacity: 1;
    border-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .xl\:border-ring\/0 {
    border-color: hsl(var(--ring) / 0);
  }

  .xl\:border-ring\/10 {
    border-color: hsl(var(--ring) / 0.1);
  }

  .xl\:border-ring\/100 {
    border-color: hsl(var(--ring) / 1);
  }

  .xl\:border-ring\/15 {
    border-color: hsl(var(--ring) / 0.15);
  }

  .xl\:border-ring\/20 {
    border-color: hsl(var(--ring) / 0.2);
  }

  .xl\:border-ring\/25 {
    border-color: hsl(var(--ring) / 0.25);
  }

  .xl\:border-ring\/30 {
    border-color: hsl(var(--ring) / 0.3);
  }

  .xl\:border-ring\/35 {
    border-color: hsl(var(--ring) / 0.35);
  }

  .xl\:border-ring\/40 {
    border-color: hsl(var(--ring) / 0.4);
  }

  .xl\:border-ring\/45 {
    border-color: hsl(var(--ring) / 0.45);
  }

  .xl\:border-ring\/5 {
    border-color: hsl(var(--ring) / 0.05);
  }

  .xl\:border-ring\/50 {
    border-color: hsl(var(--ring) / 0.5);
  }

  .xl\:border-ring\/55 {
    border-color: hsl(var(--ring) / 0.55);
  }

  .xl\:border-ring\/60 {
    border-color: hsl(var(--ring) / 0.6);
  }

  .xl\:border-ring\/65 {
    border-color: hsl(var(--ring) / 0.65);
  }

  .xl\:border-ring\/70 {
    border-color: hsl(var(--ring) / 0.7);
  }

  .xl\:border-ring\/75 {
    border-color: hsl(var(--ring) / 0.75);
  }

  .xl\:border-ring\/80 {
    border-color: hsl(var(--ring) / 0.8);
  }

  .xl\:border-ring\/85 {
    border-color: hsl(var(--ring) / 0.85);
  }

  .xl\:border-ring\/90 {
    border-color: hsl(var(--ring) / 0.9);
  }

  .xl\:border-ring\/95 {
    border-color: hsl(var(--ring) / 0.95);
  }

  .xl\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0);
  }

  .xl\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1);
  }

  .xl\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1);
  }

  .xl\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15);
  }

  .xl\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2);
  }

  .xl\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25);
  }

  .xl\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3);
  }

  .xl\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35);
  }

  .xl\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4);
  }

  .xl\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45);
  }

  .xl\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05);
  }

  .xl\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
  }

  .xl\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55);
  }

  .xl\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6);
  }

  .xl\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65);
  }

  .xl\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7);
  }

  .xl\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75);
  }

  .xl\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8);
  }

  .xl\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85);
  }

  .xl\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9);
  }

  .xl\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95);
  }

  .xl\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0);
  }

  .xl\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1);
  }

  .xl\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1);
  }

  .xl\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15);
  }

  .xl\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2);
  }

  .xl\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25);
  }

  .xl\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3);
  }

  .xl\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35);
  }

  .xl\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4);
  }

  .xl\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45);
  }

  .xl\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05);
  }

  .xl\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5);
  }

  .xl\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55);
  }

  .xl\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6);
  }

  .xl\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65);
  }

  .xl\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7);
  }

  .xl\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75);
  }

  .xl\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8);
  }

  .xl\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85);
  }

  .xl\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9);
  }

  .xl\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95);
  }

  .xl\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0);
  }

  .xl\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1);
  }

  .xl\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1);
  }

  .xl\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15);
  }

  .xl\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2);
  }

  .xl\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25);
  }

  .xl\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3);
  }

  .xl\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35);
  }

  .xl\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4);
  }

  .xl\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45);
  }

  .xl\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05);
  }

  .xl\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5);
  }

  .xl\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55);
  }

  .xl\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6);
  }

  .xl\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65);
  }

  .xl\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7);
  }

  .xl\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75);
  }

  .xl\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8);
  }

  .xl\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85);
  }

  .xl\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9);
  }

  .xl\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95);
  }

  .xl\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0);
  }

  .xl\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1);
  }

  .xl\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1);
  }

  .xl\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15);
  }

  .xl\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2);
  }

  .xl\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25);
  }

  .xl\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3);
  }

  .xl\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35);
  }

  .xl\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4);
  }

  .xl\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45);
  }

  .xl\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05);
  }

  .xl\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5);
  }

  .xl\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55);
  }

  .xl\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6);
  }

  .xl\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65);
  }

  .xl\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7);
  }

  .xl\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75);
  }

  .xl\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8);
  }

  .xl\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85);
  }

  .xl\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9);
  }

  .xl\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95);
  }

  .xl\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0);
  }

  .xl\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1);
  }

  .xl\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1);
  }

  .xl\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15);
  }

  .xl\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2);
  }

  .xl\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25);
  }

  .xl\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3);
  }

  .xl\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35);
  }

  .xl\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4);
  }

  .xl\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45);
  }

  .xl\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05);
  }

  .xl\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5);
  }

  .xl\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55);
  }

  .xl\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6);
  }

  .xl\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65);
  }

  .xl\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7);
  }

  .xl\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75);
  }

  .xl\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8);
  }

  .xl\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85);
  }

  .xl\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9);
  }

  .xl\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95);
  }

  .xl\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0);
  }

  .xl\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1);
  }

  .xl\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1);
  }

  .xl\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15);
  }

  .xl\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2);
  }

  .xl\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25);
  }

  .xl\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3);
  }

  .xl\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35);
  }

  .xl\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4);
  }

  .xl\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45);
  }

  .xl\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05);
  }

  .xl\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5);
  }

  .xl\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55);
  }

  .xl\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6);
  }

  .xl\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65);
  }

  .xl\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7);
  }

  .xl\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75);
  }

  .xl\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8);
  }

  .xl\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85);
  }

  .xl\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9);
  }

  .xl\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95);
  }

  .xl\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0);
  }

  .xl\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1);
  }

  .xl\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1);
  }

  .xl\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15);
  }

  .xl\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2);
  }

  .xl\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25);
  }

  .xl\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3);
  }

  .xl\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35);
  }

  .xl\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4);
  }

  .xl\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45);
  }

  .xl\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05);
  }

  .xl\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5);
  }

  .xl\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55);
  }

  .xl\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6);
  }

  .xl\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65);
  }

  .xl\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7);
  }

  .xl\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75);
  }

  .xl\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8);
  }

  .xl\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85);
  }

  .xl\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9);
  }

  .xl\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95);
  }

  .xl\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0);
  }

  .xl\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1);
  }

  .xl\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1);
  }

  .xl\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15);
  }

  .xl\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2);
  }

  .xl\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25);
  }

  .xl\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3);
  }

  .xl\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35);
  }

  .xl\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4);
  }

  .xl\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45);
  }

  .xl\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05);
  }

  .xl\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5);
  }

  .xl\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55);
  }

  .xl\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6);
  }

  .xl\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65);
  }

  .xl\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7);
  }

  .xl\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75);
  }

  .xl\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8);
  }

  .xl\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85);
  }

  .xl\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9);
  }

  .xl\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95);
  }

  .xl\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0);
  }

  .xl\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1);
  }

  .xl\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1);
  }

  .xl\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15);
  }

  .xl\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2);
  }

  .xl\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25);
  }

  .xl\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3);
  }

  .xl\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35);
  }

  .xl\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4);
  }

  .xl\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45);
  }

  .xl\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05);
  }

  .xl\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5);
  }

  .xl\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55);
  }

  .xl\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6);
  }

  .xl\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65);
  }

  .xl\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7);
  }

  .xl\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75);
  }

  .xl\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8);
  }

  .xl\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85);
  }

  .xl\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9);
  }

  .xl\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95);
  }

  .xl\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0);
  }

  .xl\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1);
  }

  .xl\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1);
  }

  .xl\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15);
  }

  .xl\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2);
  }

  .xl\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25);
  }

  .xl\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3);
  }

  .xl\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35);
  }

  .xl\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4);
  }

  .xl\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45);
  }

  .xl\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05);
  }

  .xl\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5);
  }

  .xl\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55);
  }

  .xl\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6);
  }

  .xl\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65);
  }

  .xl\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7);
  }

  .xl\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75);
  }

  .xl\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8);
  }

  .xl\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85);
  }

  .xl\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9);
  }

  .xl\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95);
  }

  .xl\:border-rose-950 {
    --tw-border-opacity: 1;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .xl\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0);
  }

  .xl\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1);
  }

  .xl\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1);
  }

  .xl\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15);
  }

  .xl\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2);
  }

  .xl\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25);
  }

  .xl\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3);
  }

  .xl\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35);
  }

  .xl\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4);
  }

  .xl\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45);
  }

  .xl\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05);
  }

  .xl\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5);
  }

  .xl\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55);
  }

  .xl\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6);
  }

  .xl\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65);
  }

  .xl\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7);
  }

  .xl\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75);
  }

  .xl\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8);
  }

  .xl\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85);
  }

  .xl\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9);
  }

  .xl\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95);
  }

  .xl\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0);
  }

  .xl\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1);
  }

  .xl\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1);
  }

  .xl\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15);
  }

  .xl\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2);
  }

  .xl\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25);
  }

  .xl\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3);
  }

  .xl\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35);
  }

  .xl\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4);
  }

  .xl\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45);
  }

  .xl\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05);
  }

  .xl\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5);
  }

  .xl\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55);
  }

  .xl\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6);
  }

  .xl\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65);
  }

  .xl\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7);
  }

  .xl\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75);
  }

  .xl\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8);
  }

  .xl\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85);
  }

  .xl\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9);
  }

  .xl\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95);
  }

  .xl\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0);
  }

  .xl\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1);
  }

  .xl\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1);
  }

  .xl\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15);
  }

  .xl\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2);
  }

  .xl\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25);
  }

  .xl\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3);
  }

  .xl\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35);
  }

  .xl\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4);
  }

  .xl\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45);
  }

  .xl\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05);
  }

  .xl\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5);
  }

  .xl\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55);
  }

  .xl\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6);
  }

  .xl\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65);
  }

  .xl\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7);
  }

  .xl\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75);
  }

  .xl\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8);
  }

  .xl\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85);
  }

  .xl\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9);
  }

  .xl\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95);
  }

  .xl\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0);
  }

  .xl\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1);
  }

  .xl\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1);
  }

  .xl\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15);
  }

  .xl\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2);
  }

  .xl\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25);
  }

  .xl\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3);
  }

  .xl\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35);
  }

  .xl\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4);
  }

  .xl\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45);
  }

  .xl\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05);
  }

  .xl\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5);
  }

  .xl\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55);
  }

  .xl\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6);
  }

  .xl\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65);
  }

  .xl\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7);
  }

  .xl\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75);
  }

  .xl\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8);
  }

  .xl\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85);
  }

  .xl\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9);
  }

  .xl\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95);
  }

  .xl\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0);
  }

  .xl\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1);
  }

  .xl\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1);
  }

  .xl\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15);
  }

  .xl\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2);
  }

  .xl\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25);
  }

  .xl\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3);
  }

  .xl\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35);
  }

  .xl\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4);
  }

  .xl\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45);
  }

  .xl\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05);
  }

  .xl\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5);
  }

  .xl\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55);
  }

  .xl\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6);
  }

  .xl\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65);
  }

  .xl\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7);
  }

  .xl\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75);
  }

  .xl\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8);
  }

  .xl\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85);
  }

  .xl\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9);
  }

  .xl\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95);
  }

  .xl\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0);
  }

  .xl\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1);
  }

  .xl\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1);
  }

  .xl\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15);
  }

  .xl\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2);
  }

  .xl\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25);
  }

  .xl\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3);
  }

  .xl\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35);
  }

  .xl\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4);
  }

  .xl\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45);
  }

  .xl\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05);
  }

  .xl\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5);
  }

  .xl\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55);
  }

  .xl\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6);
  }

  .xl\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65);
  }

  .xl\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7);
  }

  .xl\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75);
  }

  .xl\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8);
  }

  .xl\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85);
  }

  .xl\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9);
  }

  .xl\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95);
  }

  .xl\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0);
  }

  .xl\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1);
  }

  .xl\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1);
  }

  .xl\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15);
  }

  .xl\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2);
  }

  .xl\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25);
  }

  .xl\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3);
  }

  .xl\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35);
  }

  .xl\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4);
  }

  .xl\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45);
  }

  .xl\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05);
  }

  .xl\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5);
  }

  .xl\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55);
  }

  .xl\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6);
  }

  .xl\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65);
  }

  .xl\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7);
  }

  .xl\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75);
  }

  .xl\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8);
  }

  .xl\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85);
  }

  .xl\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9);
  }

  .xl\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95);
  }

  .xl\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0);
  }

  .xl\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1);
  }

  .xl\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1);
  }

  .xl\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15);
  }

  .xl\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2);
  }

  .xl\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25);
  }

  .xl\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3);
  }

  .xl\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35);
  }

  .xl\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4);
  }

  .xl\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45);
  }

  .xl\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05);
  }

  .xl\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5);
  }

  .xl\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55);
  }

  .xl\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6);
  }

  .xl\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65);
  }

  .xl\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7);
  }

  .xl\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75);
  }

  .xl\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8);
  }

  .xl\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85);
  }

  .xl\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9);
  }

  .xl\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95);
  }

  .xl\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0);
  }

  .xl\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1);
  }

  .xl\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1);
  }

  .xl\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15);
  }

  .xl\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2);
  }

  .xl\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25);
  }

  .xl\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3);
  }

  .xl\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35);
  }

  .xl\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4);
  }

  .xl\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45);
  }

  .xl\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05);
  }

  .xl\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5);
  }

  .xl\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55);
  }

  .xl\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6);
  }

  .xl\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65);
  }

  .xl\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7);
  }

  .xl\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75);
  }

  .xl\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8);
  }

  .xl\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85);
  }

  .xl\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9);
  }

  .xl\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95);
  }

  .xl\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0);
  }

  .xl\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1);
  }

  .xl\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1);
  }

  .xl\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15);
  }

  .xl\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2);
  }

  .xl\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25);
  }

  .xl\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3);
  }

  .xl\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35);
  }

  .xl\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4);
  }

  .xl\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45);
  }

  .xl\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05);
  }

  .xl\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5);
  }

  .xl\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55);
  }

  .xl\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6);
  }

  .xl\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65);
  }

  .xl\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7);
  }

  .xl\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75);
  }

  .xl\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8);
  }

  .xl\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85);
  }

  .xl\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9);
  }

  .xl\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95);
  }

  .xl\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0);
  }

  .xl\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1);
  }

  .xl\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1);
  }

  .xl\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15);
  }

  .xl\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2);
  }

  .xl\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25);
  }

  .xl\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3);
  }

  .xl\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35);
  }

  .xl\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4);
  }

  .xl\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45);
  }

  .xl\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05);
  }

  .xl\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5);
  }

  .xl\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55);
  }

  .xl\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6);
  }

  .xl\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65);
  }

  .xl\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7);
  }

  .xl\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75);
  }

  .xl\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8);
  }

  .xl\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85);
  }

  .xl\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9);
  }

  .xl\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95);
  }

  .xl\:border-teal-950 {
    --tw-border-opacity: 1;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .xl\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0);
  }

  .xl\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1);
  }

  .xl\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1);
  }

  .xl\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15);
  }

  .xl\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2);
  }

  .xl\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25);
  }

  .xl\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3);
  }

  .xl\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35);
  }

  .xl\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4);
  }

  .xl\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45);
  }

  .xl\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05);
  }

  .xl\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5);
  }

  .xl\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55);
  }

  .xl\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6);
  }

  .xl\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65);
  }

  .xl\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7);
  }

  .xl\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75);
  }

  .xl\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8);
  }

  .xl\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85);
  }

  .xl\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9);
  }

  .xl\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95);
  }

  .xl\:border-tertiary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-tertiary\/0 {
    border-color: hsl(var(--tertiary) / 0);
  }

  .xl\:border-tertiary\/10 {
    border-color: hsl(var(--tertiary) / 0.1);
  }

  .xl\:border-tertiary\/100 {
    border-color: hsl(var(--tertiary) / 1);
  }

  .xl\:border-tertiary\/15 {
    border-color: hsl(var(--tertiary) / 0.15);
  }

  .xl\:border-tertiary\/20 {
    border-color: hsl(var(--tertiary) / 0.2);
  }

  .xl\:border-tertiary\/25 {
    border-color: hsl(var(--tertiary) / 0.25);
  }

  .xl\:border-tertiary\/30 {
    border-color: hsl(var(--tertiary) / 0.3);
  }

  .xl\:border-tertiary\/35 {
    border-color: hsl(var(--tertiary) / 0.35);
  }

  .xl\:border-tertiary\/40 {
    border-color: hsl(var(--tertiary) / 0.4);
  }

  .xl\:border-tertiary\/45 {
    border-color: hsl(var(--tertiary) / 0.45);
  }

  .xl\:border-tertiary\/5 {
    border-color: hsl(var(--tertiary) / 0.05);
  }

  .xl\:border-tertiary\/50 {
    border-color: hsl(var(--tertiary) / 0.5);
  }

  .xl\:border-tertiary\/55 {
    border-color: hsl(var(--tertiary) / 0.55);
  }

  .xl\:border-tertiary\/60 {
    border-color: hsl(var(--tertiary) / 0.6);
  }

  .xl\:border-tertiary\/65 {
    border-color: hsl(var(--tertiary) / 0.65);
  }

  .xl\:border-tertiary\/70 {
    border-color: hsl(var(--tertiary) / 0.7);
  }

  .xl\:border-tertiary\/75 {
    border-color: hsl(var(--tertiary) / 0.75);
  }

  .xl\:border-tertiary\/80 {
    border-color: hsl(var(--tertiary) / 0.8);
  }

  .xl\:border-tertiary\/85 {
    border-color: hsl(var(--tertiary) / 0.85);
  }

  .xl\:border-tertiary\/90 {
    border-color: hsl(var(--tertiary) / 0.9);
  }

  .xl\:border-tertiary\/95 {
    border-color: hsl(var(--tertiary) / 0.95);
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

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

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

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

  .xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

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

  .xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

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

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

  .xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

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

  .xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

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

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

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

  .xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

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

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

  .xl\:border-b-accent {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-accent-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-accent-foreground\/0 {
    border-bottom-color: hsl(var(--accent-foreground) / 0);
  }

  .xl\:border-b-accent-foreground\/10 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.1);
  }

  .xl\:border-b-accent-foreground\/100 {
    border-bottom-color: hsl(var(--accent-foreground) / 1);
  }

  .xl\:border-b-accent-foreground\/15 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.15);
  }

  .xl\:border-b-accent-foreground\/20 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.2);
  }

  .xl\:border-b-accent-foreground\/25 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.25);
  }

  .xl\:border-b-accent-foreground\/30 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.3);
  }

  .xl\:border-b-accent-foreground\/35 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.35);
  }

  .xl\:border-b-accent-foreground\/40 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.4);
  }

  .xl\:border-b-accent-foreground\/45 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.45);
  }

  .xl\:border-b-accent-foreground\/5 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.05);
  }

  .xl\:border-b-accent-foreground\/50 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.5);
  }

  .xl\:border-b-accent-foreground\/55 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.55);
  }

  .xl\:border-b-accent-foreground\/60 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.6);
  }

  .xl\:border-b-accent-foreground\/65 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.65);
  }

  .xl\:border-b-accent-foreground\/70 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.7);
  }

  .xl\:border-b-accent-foreground\/75 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.75);
  }

  .xl\:border-b-accent-foreground\/80 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.8);
  }

  .xl\:border-b-accent-foreground\/85 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.85);
  }

  .xl\:border-b-accent-foreground\/90 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.9);
  }

  .xl\:border-b-accent-foreground\/95 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.95);
  }

  .xl\:border-b-accent\/0 {
    border-bottom-color: hsl(var(--accent) / 0);
  }

  .xl\:border-b-accent\/10 {
    border-bottom-color: hsl(var(--accent) / 0.1);
  }

  .xl\:border-b-accent\/100 {
    border-bottom-color: hsl(var(--accent) / 1);
  }

  .xl\:border-b-accent\/15 {
    border-bottom-color: hsl(var(--accent) / 0.15);
  }

  .xl\:border-b-accent\/20 {
    border-bottom-color: hsl(var(--accent) / 0.2);
  }

  .xl\:border-b-accent\/25 {
    border-bottom-color: hsl(var(--accent) / 0.25);
  }

  .xl\:border-b-accent\/30 {
    border-bottom-color: hsl(var(--accent) / 0.3);
  }

  .xl\:border-b-accent\/35 {
    border-bottom-color: hsl(var(--accent) / 0.35);
  }

  .xl\:border-b-accent\/40 {
    border-bottom-color: hsl(var(--accent) / 0.4);
  }

  .xl\:border-b-accent\/45 {
    border-bottom-color: hsl(var(--accent) / 0.45);
  }

  .xl\:border-b-accent\/5 {
    border-bottom-color: hsl(var(--accent) / 0.05);
  }

  .xl\:border-b-accent\/50 {
    border-bottom-color: hsl(var(--accent) / 0.5);
  }

  .xl\:border-b-accent\/55 {
    border-bottom-color: hsl(var(--accent) / 0.55);
  }

  .xl\:border-b-accent\/60 {
    border-bottom-color: hsl(var(--accent) / 0.6);
  }

  .xl\:border-b-accent\/65 {
    border-bottom-color: hsl(var(--accent) / 0.65);
  }

  .xl\:border-b-accent\/70 {
    border-bottom-color: hsl(var(--accent) / 0.7);
  }

  .xl\:border-b-accent\/75 {
    border-bottom-color: hsl(var(--accent) / 0.75);
  }

  .xl\:border-b-accent\/80 {
    border-bottom-color: hsl(var(--accent) / 0.8);
  }

  .xl\:border-b-accent\/85 {
    border-bottom-color: hsl(var(--accent) / 0.85);
  }

  .xl\:border-b-accent\/90 {
    border-bottom-color: hsl(var(--accent) / 0.9);
  }

  .xl\:border-b-accent\/95 {
    border-bottom-color: hsl(var(--accent) / 0.95);
  }

  .xl\:border-b-amber-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .xl\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .xl\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .xl\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .xl\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .xl\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .xl\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .xl\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .xl\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .xl\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .xl\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .xl\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .xl\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .xl\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .xl\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .xl\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .xl\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .xl\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .xl\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .xl\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .xl\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .xl\:border-b-amber-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .xl\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .xl\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .xl\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .xl\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .xl\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .xl\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .xl\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .xl\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .xl\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .xl\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .xl\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .xl\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .xl\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .xl\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .xl\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .xl\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .xl\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .xl\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .xl\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .xl\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .xl\:border-b-amber-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .xl\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .xl\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .xl\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .xl\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .xl\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .xl\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .xl\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .xl\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .xl\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .xl\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .xl\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .xl\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .xl\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .xl\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .xl\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .xl\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .xl\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .xl\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .xl\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .xl\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .xl\:border-b-amber-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .xl\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .xl\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .xl\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .xl\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .xl\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .xl\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .xl\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .xl\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .xl\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .xl\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .xl\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .xl\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .xl\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .xl\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .xl\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .xl\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .xl\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .xl\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .xl\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .xl\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .xl\:border-b-amber-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .xl\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .xl\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .xl\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .xl\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .xl\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .xl\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .xl\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .xl\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .xl\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .xl\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .xl\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .xl\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .xl\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .xl\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .xl\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .xl\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .xl\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .xl\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .xl\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .xl\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .xl\:border-b-amber-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .xl\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .xl\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .xl\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .xl\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .xl\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .xl\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .xl\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .xl\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .xl\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .xl\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .xl\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .xl\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .xl\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .xl\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .xl\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .xl\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .xl\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .xl\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .xl\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .xl\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .xl\:border-b-amber-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .xl\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .xl\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .xl\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .xl\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .xl\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .xl\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .xl\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .xl\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .xl\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .xl\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .xl\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .xl\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .xl\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .xl\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .xl\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .xl\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .xl\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .xl\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .xl\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .xl\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .xl\:border-b-amber-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .xl\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .xl\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .xl\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .xl\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .xl\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .xl\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .xl\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .xl\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .xl\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .xl\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .xl\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .xl\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .xl\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .xl\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .xl\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .xl\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .xl\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .xl\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .xl\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .xl\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .xl\:border-b-amber-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .xl\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .xl\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .xl\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .xl\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .xl\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .xl\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .xl\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .xl\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .xl\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .xl\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .xl\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .xl\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .xl\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .xl\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .xl\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .xl\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .xl\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .xl\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .xl\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .xl\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .xl\:border-b-amber-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .xl\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .xl\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .xl\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .xl\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .xl\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .xl\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .xl\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .xl\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .xl\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .xl\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .xl\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .xl\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .xl\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .xl\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .xl\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .xl\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .xl\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .xl\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .xl\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .xl\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .xl\:border-b-amber-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .xl\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .xl\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .xl\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .xl\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .xl\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .xl\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .xl\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .xl\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .xl\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .xl\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .xl\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .xl\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .xl\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .xl\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .xl\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .xl\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .xl\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .xl\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .xl\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .xl\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .xl\:border-b-background {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-background\/0 {
    border-bottom-color: hsl(var(--background) / 0);
  }

  .xl\:border-b-background\/10 {
    border-bottom-color: hsl(var(--background) / 0.1);
  }

  .xl\:border-b-background\/100 {
    border-bottom-color: hsl(var(--background) / 1);
  }

  .xl\:border-b-background\/15 {
    border-bottom-color: hsl(var(--background) / 0.15);
  }

  .xl\:border-b-background\/20 {
    border-bottom-color: hsl(var(--background) / 0.2);
  }

  .xl\:border-b-background\/25 {
    border-bottom-color: hsl(var(--background) / 0.25);
  }

  .xl\:border-b-background\/30 {
    border-bottom-color: hsl(var(--background) / 0.3);
  }

  .xl\:border-b-background\/35 {
    border-bottom-color: hsl(var(--background) / 0.35);
  }

  .xl\:border-b-background\/40 {
    border-bottom-color: hsl(var(--background) / 0.4);
  }

  .xl\:border-b-background\/45 {
    border-bottom-color: hsl(var(--background) / 0.45);
  }

  .xl\:border-b-background\/5 {
    border-bottom-color: hsl(var(--background) / 0.05);
  }

  .xl\:border-b-background\/50 {
    border-bottom-color: hsl(var(--background) / 0.5);
  }

  .xl\:border-b-background\/55 {
    border-bottom-color: hsl(var(--background) / 0.55);
  }

  .xl\:border-b-background\/60 {
    border-bottom-color: hsl(var(--background) / 0.6);
  }

  .xl\:border-b-background\/65 {
    border-bottom-color: hsl(var(--background) / 0.65);
  }

  .xl\:border-b-background\/70 {
    border-bottom-color: hsl(var(--background) / 0.7);
  }

  .xl\:border-b-background\/75 {
    border-bottom-color: hsl(var(--background) / 0.75);
  }

  .xl\:border-b-background\/80 {
    border-bottom-color: hsl(var(--background) / 0.8);
  }

  .xl\:border-b-background\/85 {
    border-bottom-color: hsl(var(--background) / 0.85);
  }

  .xl\:border-b-background\/90 {
    border-bottom-color: hsl(var(--background) / 0.9);
  }

  .xl\:border-b-background\/95 {
    border-bottom-color: hsl(var(--background) / 0.95);
  }

  .xl\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

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

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

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

  .xl\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

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

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

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

  .xl\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-b-blue-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .xl\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .xl\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .xl\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .xl\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .xl\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .xl\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .xl\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .xl\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .xl\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .xl\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .xl\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .xl\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .xl\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .xl\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .xl\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .xl\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .xl\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .xl\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .xl\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .xl\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .xl\:border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .xl\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .xl\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .xl\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .xl\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .xl\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .xl\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .xl\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .xl\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .xl\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .xl\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .xl\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .xl\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .xl\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .xl\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .xl\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .xl\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .xl\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .xl\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .xl\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .xl\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .xl\:border-b-blue-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .xl\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .xl\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .xl\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .xl\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .xl\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .xl\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .xl\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .xl\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .xl\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .xl\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .xl\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .xl\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .xl\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .xl\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .xl\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .xl\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .xl\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .xl\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .xl\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .xl\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .xl\:border-b-blue-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .xl\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .xl\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .xl\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .xl\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .xl\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .xl\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .xl\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .xl\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .xl\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .xl\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .xl\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .xl\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .xl\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .xl\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .xl\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .xl\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .xl\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .xl\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .xl\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .xl\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .xl\:border-b-blue-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .xl\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .xl\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .xl\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .xl\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .xl\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .xl\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .xl\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .xl\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .xl\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .xl\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .xl\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .xl\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .xl\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .xl\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .xl\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .xl\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .xl\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .xl\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .xl\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .xl\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .xl\:border-b-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .xl\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .xl\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .xl\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .xl\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .xl\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .xl\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .xl\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .xl\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .xl\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .xl\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .xl\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .xl\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .xl\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .xl\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .xl\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .xl\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .xl\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .xl\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .xl\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .xl\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .xl\:border-b-blue-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .xl\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .xl\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .xl\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .xl\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .xl\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .xl\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .xl\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .xl\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .xl\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .xl\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .xl\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .xl\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .xl\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .xl\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .xl\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .xl\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .xl\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .xl\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .xl\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .xl\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .xl\:border-b-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .xl\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .xl\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .xl\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .xl\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .xl\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .xl\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .xl\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .xl\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .xl\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .xl\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .xl\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .xl\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .xl\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .xl\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .xl\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .xl\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .xl\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .xl\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .xl\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .xl\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .xl\:border-b-blue-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .xl\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .xl\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .xl\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .xl\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .xl\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .xl\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .xl\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .xl\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .xl\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .xl\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .xl\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .xl\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .xl\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .xl\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .xl\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .xl\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .xl\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .xl\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .xl\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .xl\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .xl\:border-b-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .xl\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .xl\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .xl\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .xl\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .xl\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .xl\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .xl\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .xl\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .xl\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .xl\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .xl\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .xl\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .xl\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .xl\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .xl\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .xl\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .xl\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .xl\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .xl\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .xl\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .xl\:border-b-blue-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .xl\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .xl\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .xl\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .xl\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .xl\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .xl\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .xl\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .xl\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .xl\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .xl\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .xl\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .xl\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .xl\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .xl\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .xl\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .xl\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .xl\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .xl\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .xl\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .xl\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .xl\:border-b-border {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-border\/0 {
    border-bottom-color: hsl(var(--border) / 0);
  }

  .xl\:border-b-border\/10 {
    border-bottom-color: hsl(var(--border) / 0.1);
  }

  .xl\:border-b-border\/100 {
    border-bottom-color: hsl(var(--border) / 1);
  }

  .xl\:border-b-border\/15 {
    border-bottom-color: hsl(var(--border) / 0.15);
  }

  .xl\:border-b-border\/20 {
    border-bottom-color: hsl(var(--border) / 0.2);
  }

  .xl\:border-b-border\/25 {
    border-bottom-color: hsl(var(--border) / 0.25);
  }

  .xl\:border-b-border\/30 {
    border-bottom-color: hsl(var(--border) / 0.3);
  }

  .xl\:border-b-border\/35 {
    border-bottom-color: hsl(var(--border) / 0.35);
  }

  .xl\:border-b-border\/40 {
    border-bottom-color: hsl(var(--border) / 0.4);
  }

  .xl\:border-b-border\/45 {
    border-bottom-color: hsl(var(--border) / 0.45);
  }

  .xl\:border-b-border\/5 {
    border-bottom-color: hsl(var(--border) / 0.05);
  }

  .xl\:border-b-border\/50 {
    border-bottom-color: hsl(var(--border) / 0.5);
  }

  .xl\:border-b-border\/55 {
    border-bottom-color: hsl(var(--border) / 0.55);
  }

  .xl\:border-b-border\/60 {
    border-bottom-color: hsl(var(--border) / 0.6);
  }

  .xl\:border-b-border\/65 {
    border-bottom-color: hsl(var(--border) / 0.65);
  }

  .xl\:border-b-border\/70 {
    border-bottom-color: hsl(var(--border) / 0.7);
  }

  .xl\:border-b-border\/75 {
    border-bottom-color: hsl(var(--border) / 0.75);
  }

  .xl\:border-b-border\/80 {
    border-bottom-color: hsl(var(--border) / 0.8);
  }

  .xl\:border-b-border\/85 {
    border-bottom-color: hsl(var(--border) / 0.85);
  }

  .xl\:border-b-border\/90 {
    border-bottom-color: hsl(var(--border) / 0.9);
  }

  .xl\:border-b-border\/95 {
    border-bottom-color: hsl(var(--border) / 0.95);
  }

  .xl\:border-b-card {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-card-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-card-foreground\/0 {
    border-bottom-color: hsl(var(--card-foreground) / 0);
  }

  .xl\:border-b-card-foreground\/10 {
    border-bottom-color: hsl(var(--card-foreground) / 0.1);
  }

  .xl\:border-b-card-foreground\/100 {
    border-bottom-color: hsl(var(--card-foreground) / 1);
  }

  .xl\:border-b-card-foreground\/15 {
    border-bottom-color: hsl(var(--card-foreground) / 0.15);
  }

  .xl\:border-b-card-foreground\/20 {
    border-bottom-color: hsl(var(--card-foreground) / 0.2);
  }

  .xl\:border-b-card-foreground\/25 {
    border-bottom-color: hsl(var(--card-foreground) / 0.25);
  }

  .xl\:border-b-card-foreground\/30 {
    border-bottom-color: hsl(var(--card-foreground) / 0.3);
  }

  .xl\:border-b-card-foreground\/35 {
    border-bottom-color: hsl(var(--card-foreground) / 0.35);
  }

  .xl\:border-b-card-foreground\/40 {
    border-bottom-color: hsl(var(--card-foreground) / 0.4);
  }

  .xl\:border-b-card-foreground\/45 {
    border-bottom-color: hsl(var(--card-foreground) / 0.45);
  }

  .xl\:border-b-card-foreground\/5 {
    border-bottom-color: hsl(var(--card-foreground) / 0.05);
  }

  .xl\:border-b-card-foreground\/50 {
    border-bottom-color: hsl(var(--card-foreground) / 0.5);
  }

  .xl\:border-b-card-foreground\/55 {
    border-bottom-color: hsl(var(--card-foreground) / 0.55);
  }

  .xl\:border-b-card-foreground\/60 {
    border-bottom-color: hsl(var(--card-foreground) / 0.6);
  }

  .xl\:border-b-card-foreground\/65 {
    border-bottom-color: hsl(var(--card-foreground) / 0.65);
  }

  .xl\:border-b-card-foreground\/70 {
    border-bottom-color: hsl(var(--card-foreground) / 0.7);
  }

  .xl\:border-b-card-foreground\/75 {
    border-bottom-color: hsl(var(--card-foreground) / 0.75);
  }

  .xl\:border-b-card-foreground\/80 {
    border-bottom-color: hsl(var(--card-foreground) / 0.8);
  }

  .xl\:border-b-card-foreground\/85 {
    border-bottom-color: hsl(var(--card-foreground) / 0.85);
  }

  .xl\:border-b-card-foreground\/90 {
    border-bottom-color: hsl(var(--card-foreground) / 0.9);
  }

  .xl\:border-b-card-foreground\/95 {
    border-bottom-color: hsl(var(--card-foreground) / 0.95);
  }

  .xl\:border-b-card\/0 {
    border-bottom-color: hsl(var(--card) / 0);
  }

  .xl\:border-b-card\/10 {
    border-bottom-color: hsl(var(--card) / 0.1);
  }

  .xl\:border-b-card\/100 {
    border-bottom-color: hsl(var(--card) / 1);
  }

  .xl\:border-b-card\/15 {
    border-bottom-color: hsl(var(--card) / 0.15);
  }

  .xl\:border-b-card\/20 {
    border-bottom-color: hsl(var(--card) / 0.2);
  }

  .xl\:border-b-card\/25 {
    border-bottom-color: hsl(var(--card) / 0.25);
  }

  .xl\:border-b-card\/30 {
    border-bottom-color: hsl(var(--card) / 0.3);
  }

  .xl\:border-b-card\/35 {
    border-bottom-color: hsl(var(--card) / 0.35);
  }

  .xl\:border-b-card\/40 {
    border-bottom-color: hsl(var(--card) / 0.4);
  }

  .xl\:border-b-card\/45 {
    border-bottom-color: hsl(var(--card) / 0.45);
  }

  .xl\:border-b-card\/5 {
    border-bottom-color: hsl(var(--card) / 0.05);
  }

  .xl\:border-b-card\/50 {
    border-bottom-color: hsl(var(--card) / 0.5);
  }

  .xl\:border-b-card\/55 {
    border-bottom-color: hsl(var(--card) / 0.55);
  }

  .xl\:border-b-card\/60 {
    border-bottom-color: hsl(var(--card) / 0.6);
  }

  .xl\:border-b-card\/65 {
    border-bottom-color: hsl(var(--card) / 0.65);
  }

  .xl\:border-b-card\/70 {
    border-bottom-color: hsl(var(--card) / 0.7);
  }

  .xl\:border-b-card\/75 {
    border-bottom-color: hsl(var(--card) / 0.75);
  }

  .xl\:border-b-card\/80 {
    border-bottom-color: hsl(var(--card) / 0.8);
  }

  .xl\:border-b-card\/85 {
    border-bottom-color: hsl(var(--card) / 0.85);
  }

  .xl\:border-b-card\/90 {
    border-bottom-color: hsl(var(--card) / 0.9);
  }

  .xl\:border-b-card\/95 {
    border-bottom-color: hsl(var(--card) / 0.95);
  }

  .xl\:border-b-current {
    border-bottom-color: currentColor;
  }

  .xl\:border-b-cyan-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .xl\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .xl\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .xl\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .xl\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .xl\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .xl\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .xl\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .xl\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .xl\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .xl\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .xl\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .xl\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .xl\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .xl\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .xl\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .xl\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .xl\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .xl\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .xl\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .xl\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .xl\:border-b-cyan-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .xl\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .xl\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .xl\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .xl\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .xl\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .xl\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .xl\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .xl\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .xl\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .xl\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .xl\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .xl\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .xl\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .xl\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .xl\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .xl\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .xl\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .xl\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .xl\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .xl\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .xl\:border-b-cyan-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .xl\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .xl\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .xl\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .xl\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .xl\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .xl\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .xl\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .xl\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .xl\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .xl\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .xl\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .xl\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .xl\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .xl\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .xl\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .xl\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .xl\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .xl\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .xl\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .xl\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .xl\:border-b-cyan-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .xl\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .xl\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .xl\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .xl\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .xl\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .xl\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .xl\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .xl\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .xl\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .xl\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .xl\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .xl\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .xl\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .xl\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .xl\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .xl\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .xl\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .xl\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .xl\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .xl\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .xl\:border-b-cyan-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .xl\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .xl\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .xl\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .xl\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .xl\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .xl\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .xl\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .xl\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .xl\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .xl\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .xl\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .xl\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .xl\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .xl\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .xl\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .xl\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .xl\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .xl\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .xl\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .xl\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .xl\:border-b-cyan-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .xl\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .xl\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .xl\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .xl\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .xl\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .xl\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .xl\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .xl\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .xl\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .xl\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .xl\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .xl\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .xl\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .xl\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .xl\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .xl\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .xl\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .xl\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .xl\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .xl\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .xl\:border-b-cyan-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .xl\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .xl\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .xl\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .xl\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .xl\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .xl\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .xl\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .xl\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .xl\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .xl\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .xl\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .xl\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .xl\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .xl\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .xl\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .xl\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .xl\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .xl\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .xl\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .xl\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .xl\:border-b-cyan-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .xl\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .xl\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .xl\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .xl\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .xl\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .xl\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .xl\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .xl\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .xl\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .xl\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .xl\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .xl\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .xl\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .xl\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .xl\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .xl\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .xl\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .xl\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .xl\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .xl\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .xl\:border-b-cyan-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .xl\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .xl\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .xl\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .xl\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .xl\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .xl\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .xl\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .xl\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .xl\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .xl\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .xl\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .xl\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .xl\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .xl\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .xl\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .xl\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .xl\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .xl\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .xl\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .xl\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .xl\:border-b-cyan-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .xl\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .xl\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .xl\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .xl\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .xl\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .xl\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .xl\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .xl\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .xl\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .xl\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .xl\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .xl\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .xl\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .xl\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .xl\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .xl\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .xl\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .xl\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .xl\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .xl\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .xl\:border-b-cyan-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .xl\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .xl\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .xl\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .xl\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .xl\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .xl\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .xl\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .xl\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .xl\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .xl\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .xl\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .xl\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .xl\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .xl\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .xl\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .xl\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .xl\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .xl\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .xl\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .xl\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .xl\:border-b-destructive {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-destructive-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-destructive-foreground\/0 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0);
  }

  .xl\:border-b-destructive-foreground\/10 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .xl\:border-b-destructive-foreground\/100 {
    border-bottom-color: hsl(var(--destructive-foreground) / 1);
  }

  .xl\:border-b-destructive-foreground\/15 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .xl\:border-b-destructive-foreground\/20 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .xl\:border-b-destructive-foreground\/25 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .xl\:border-b-destructive-foreground\/30 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .xl\:border-b-destructive-foreground\/35 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .xl\:border-b-destructive-foreground\/40 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .xl\:border-b-destructive-foreground\/45 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .xl\:border-b-destructive-foreground\/5 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .xl\:border-b-destructive-foreground\/50 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .xl\:border-b-destructive-foreground\/55 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .xl\:border-b-destructive-foreground\/60 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .xl\:border-b-destructive-foreground\/65 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .xl\:border-b-destructive-foreground\/70 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .xl\:border-b-destructive-foreground\/75 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .xl\:border-b-destructive-foreground\/80 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .xl\:border-b-destructive-foreground\/85 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .xl\:border-b-destructive-foreground\/90 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .xl\:border-b-destructive-foreground\/95 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .xl\:border-b-destructive\/0 {
    border-bottom-color: hsl(var(--destructive) / 0);
  }

  .xl\:border-b-destructive\/10 {
    border-bottom-color: hsl(var(--destructive) / 0.1);
  }

  .xl\:border-b-destructive\/100 {
    border-bottom-color: hsl(var(--destructive) / 1);
  }

  .xl\:border-b-destructive\/15 {
    border-bottom-color: hsl(var(--destructive) / 0.15);
  }

  .xl\:border-b-destructive\/20 {
    border-bottom-color: hsl(var(--destructive) / 0.2);
  }

  .xl\:border-b-destructive\/25 {
    border-bottom-color: hsl(var(--destructive) / 0.25);
  }

  .xl\:border-b-destructive\/30 {
    border-bottom-color: hsl(var(--destructive) / 0.3);
  }

  .xl\:border-b-destructive\/35 {
    border-bottom-color: hsl(var(--destructive) / 0.35);
  }

  .xl\:border-b-destructive\/40 {
    border-bottom-color: hsl(var(--destructive) / 0.4);
  }

  .xl\:border-b-destructive\/45 {
    border-bottom-color: hsl(var(--destructive) / 0.45);
  }

  .xl\:border-b-destructive\/5 {
    border-bottom-color: hsl(var(--destructive) / 0.05);
  }

  .xl\:border-b-destructive\/50 {
    border-bottom-color: hsl(var(--destructive) / 0.5);
  }

  .xl\:border-b-destructive\/55 {
    border-bottom-color: hsl(var(--destructive) / 0.55);
  }

  .xl\:border-b-destructive\/60 {
    border-bottom-color: hsl(var(--destructive) / 0.6);
  }

  .xl\:border-b-destructive\/65 {
    border-bottom-color: hsl(var(--destructive) / 0.65);
  }

  .xl\:border-b-destructive\/70 {
    border-bottom-color: hsl(var(--destructive) / 0.7);
  }

  .xl\:border-b-destructive\/75 {
    border-bottom-color: hsl(var(--destructive) / 0.75);
  }

  .xl\:border-b-destructive\/80 {
    border-bottom-color: hsl(var(--destructive) / 0.8);
  }

  .xl\:border-b-destructive\/85 {
    border-bottom-color: hsl(var(--destructive) / 0.85);
  }

  .xl\:border-b-destructive\/90 {
    border-bottom-color: hsl(var(--destructive) / 0.9);
  }

  .xl\:border-b-destructive\/95 {
    border-bottom-color: hsl(var(--destructive) / 0.95);
  }

  .xl\:border-b-emerald-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .xl\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .xl\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .xl\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .xl\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .xl\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .xl\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .xl\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .xl\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .xl\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .xl\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .xl\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .xl\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .xl\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .xl\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .xl\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .xl\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .xl\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .xl\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .xl\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .xl\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .xl\:border-b-emerald-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .xl\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .xl\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .xl\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .xl\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .xl\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .xl\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .xl\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .xl\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .xl\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .xl\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .xl\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .xl\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .xl\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .xl\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .xl\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .xl\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .xl\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .xl\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .xl\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .xl\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .xl\:border-b-emerald-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .xl\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .xl\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .xl\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .xl\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .xl\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .xl\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .xl\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .xl\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .xl\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .xl\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .xl\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .xl\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .xl\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .xl\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .xl\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .xl\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .xl\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .xl\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .xl\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .xl\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .xl\:border-b-emerald-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .xl\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .xl\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .xl\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .xl\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .xl\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .xl\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .xl\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .xl\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .xl\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .xl\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .xl\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .xl\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .xl\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .xl\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .xl\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .xl\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .xl\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .xl\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .xl\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .xl\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .xl\:border-b-emerald-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .xl\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .xl\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .xl\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .xl\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .xl\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .xl\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .xl\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .xl\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .xl\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .xl\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .xl\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .xl\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .xl\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .xl\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .xl\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .xl\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .xl\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .xl\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .xl\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .xl\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .xl\:border-b-emerald-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .xl\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .xl\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .xl\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .xl\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .xl\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .xl\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .xl\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .xl\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .xl\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .xl\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .xl\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .xl\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .xl\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .xl\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .xl\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .xl\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .xl\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .xl\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .xl\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .xl\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .xl\:border-b-emerald-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .xl\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .xl\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .xl\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .xl\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .xl\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .xl\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .xl\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .xl\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .xl\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .xl\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .xl\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .xl\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .xl\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .xl\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .xl\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .xl\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .xl\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .xl\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .xl\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .xl\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .xl\:border-b-emerald-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .xl\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .xl\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .xl\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .xl\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .xl\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .xl\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .xl\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .xl\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .xl\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .xl\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .xl\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .xl\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .xl\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .xl\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .xl\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .xl\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .xl\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .xl\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .xl\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .xl\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .xl\:border-b-emerald-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .xl\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .xl\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .xl\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .xl\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .xl\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .xl\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .xl\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .xl\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .xl\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .xl\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .xl\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .xl\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .xl\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .xl\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .xl\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .xl\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .xl\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .xl\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .xl\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .xl\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .xl\:border-b-emerald-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .xl\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .xl\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .xl\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .xl\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .xl\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .xl\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .xl\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .xl\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .xl\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .xl\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .xl\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .xl\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .xl\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .xl\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .xl\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .xl\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .xl\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .xl\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .xl\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .xl\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .xl\:border-b-emerald-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .xl\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .xl\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .xl\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .xl\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .xl\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .xl\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .xl\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .xl\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .xl\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .xl\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .xl\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .xl\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .xl\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .xl\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .xl\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .xl\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .xl\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .xl\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .xl\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .xl\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .xl\:border-b-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-foreground\/0 {
    border-bottom-color: hsl(var(--foreground) / 0);
  }

  .xl\:border-b-foreground\/10 {
    border-bottom-color: hsl(var(--foreground) / 0.1);
  }

  .xl\:border-b-foreground\/100 {
    border-bottom-color: hsl(var(--foreground) / 1);
  }

  .xl\:border-b-foreground\/15 {
    border-bottom-color: hsl(var(--foreground) / 0.15);
  }

  .xl\:border-b-foreground\/20 {
    border-bottom-color: hsl(var(--foreground) / 0.2);
  }

  .xl\:border-b-foreground\/25 {
    border-bottom-color: hsl(var(--foreground) / 0.25);
  }

  .xl\:border-b-foreground\/30 {
    border-bottom-color: hsl(var(--foreground) / 0.3);
  }

  .xl\:border-b-foreground\/35 {
    border-bottom-color: hsl(var(--foreground) / 0.35);
  }

  .xl\:border-b-foreground\/40 {
    border-bottom-color: hsl(var(--foreground) / 0.4);
  }

  .xl\:border-b-foreground\/45 {
    border-bottom-color: hsl(var(--foreground) / 0.45);
  }

  .xl\:border-b-foreground\/5 {
    border-bottom-color: hsl(var(--foreground) / 0.05);
  }

  .xl\:border-b-foreground\/50 {
    border-bottom-color: hsl(var(--foreground) / 0.5);
  }

  .xl\:border-b-foreground\/55 {
    border-bottom-color: hsl(var(--foreground) / 0.55);
  }

  .xl\:border-b-foreground\/60 {
    border-bottom-color: hsl(var(--foreground) / 0.6);
  }

  .xl\:border-b-foreground\/65 {
    border-bottom-color: hsl(var(--foreground) / 0.65);
  }

  .xl\:border-b-foreground\/70 {
    border-bottom-color: hsl(var(--foreground) / 0.7);
  }

  .xl\:border-b-foreground\/75 {
    border-bottom-color: hsl(var(--foreground) / 0.75);
  }

  .xl\:border-b-foreground\/80 {
    border-bottom-color: hsl(var(--foreground) / 0.8);
  }

  .xl\:border-b-foreground\/85 {
    border-bottom-color: hsl(var(--foreground) / 0.85);
  }

  .xl\:border-b-foreground\/90 {
    border-bottom-color: hsl(var(--foreground) / 0.9);
  }

  .xl\:border-b-foreground\/95 {
    border-bottom-color: hsl(var(--foreground) / 0.95);
  }

  .xl\:border-b-fuchsia-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .xl\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .xl\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .xl\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .xl\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .xl\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .xl\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .xl\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .xl\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .xl\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .xl\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .xl\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .xl\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .xl\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .xl\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .xl\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .xl\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .xl\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .xl\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .xl\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .xl\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .xl\:border-b-fuchsia-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .xl\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .xl\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .xl\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .xl\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .xl\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .xl\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .xl\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .xl\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .xl\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .xl\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .xl\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .xl\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .xl\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .xl\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .xl\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .xl\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .xl\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .xl\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .xl\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .xl\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .xl\:border-b-fuchsia-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .xl\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .xl\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .xl\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .xl\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .xl\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .xl\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .xl\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .xl\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .xl\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .xl\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .xl\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .xl\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .xl\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .xl\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .xl\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .xl\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .xl\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .xl\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .xl\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .xl\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .xl\:border-b-fuchsia-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .xl\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .xl\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .xl\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .xl\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .xl\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .xl\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .xl\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .xl\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .xl\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .xl\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .xl\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .xl\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .xl\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .xl\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .xl\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .xl\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .xl\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .xl\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .xl\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .xl\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .xl\:border-b-fuchsia-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .xl\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .xl\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .xl\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .xl\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .xl\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .xl\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .xl\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .xl\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .xl\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .xl\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .xl\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .xl\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .xl\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .xl\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .xl\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .xl\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .xl\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .xl\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .xl\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .xl\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .xl\:border-b-fuchsia-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .xl\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .xl\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .xl\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .xl\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .xl\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .xl\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .xl\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .xl\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .xl\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .xl\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .xl\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .xl\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .xl\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .xl\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .xl\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .xl\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .xl\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .xl\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .xl\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .xl\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .xl\:border-b-fuchsia-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .xl\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .xl\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .xl\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .xl\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .xl\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .xl\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .xl\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .xl\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .xl\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .xl\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .xl\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .xl\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .xl\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .xl\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .xl\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .xl\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .xl\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .xl\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .xl\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .xl\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .xl\:border-b-fuchsia-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .xl\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .xl\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .xl\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .xl\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .xl\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .xl\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .xl\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .xl\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .xl\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .xl\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .xl\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .xl\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .xl\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .xl\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .xl\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .xl\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .xl\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .xl\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .xl\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .xl\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .xl\:border-b-fuchsia-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .xl\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .xl\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .xl\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .xl\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .xl\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .xl\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .xl\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .xl\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .xl\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .xl\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .xl\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .xl\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .xl\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .xl\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .xl\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .xl\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .xl\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .xl\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .xl\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .xl\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .xl\:border-b-fuchsia-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .xl\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .xl\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .xl\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .xl\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .xl\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .xl\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .xl\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .xl\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .xl\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .xl\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .xl\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .xl\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .xl\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .xl\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .xl\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .xl\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .xl\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .xl\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .xl\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .xl\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .xl\:border-b-fuchsia-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .xl\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .xl\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .xl\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .xl\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .xl\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .xl\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .xl\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .xl\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .xl\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .xl\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .xl\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .xl\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .xl\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .xl\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .xl\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .xl\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .xl\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .xl\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .xl\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .xl\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .xl\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .xl\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .xl\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .xl\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .xl\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .xl\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .xl\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .xl\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .xl\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .xl\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .xl\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .xl\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .xl\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .xl\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .xl\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .xl\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .xl\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .xl\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .xl\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .xl\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .xl\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .xl\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .xl\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .xl\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .xl\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .xl\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .xl\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .xl\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .xl\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .xl\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .xl\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .xl\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .xl\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .xl\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .xl\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .xl\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .xl\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .xl\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .xl\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .xl\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .xl\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .xl\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .xl\:border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .xl\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .xl\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .xl\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .xl\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .xl\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .xl\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .xl\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .xl\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .xl\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .xl\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .xl\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .xl\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .xl\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .xl\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .xl\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .xl\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .xl\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .xl\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .xl\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .xl\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

  .xl\:border-b-gray-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .xl\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .xl\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .xl\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .xl\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

  .xl\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25);
  }

  .xl\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .xl\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .xl\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .xl\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .xl\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .xl\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .xl\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .xl\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .xl\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .xl\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .xl\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .xl\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .xl\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .xl\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .xl\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .xl\:border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .xl\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .xl\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .xl\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .xl\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .xl\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .xl\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .xl\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .xl\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .xl\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .xl\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .xl\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .xl\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .xl\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .xl\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .xl\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .xl\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .xl\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .xl\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .xl\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .xl\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .xl\:border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .xl\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .xl\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .xl\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .xl\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .xl\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .xl\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .xl\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .xl\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .xl\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .xl\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .xl\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .xl\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .xl\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .xl\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .xl\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .xl\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .xl\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .xl\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .xl\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .xl\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .xl\:border-b-gray-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .xl\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .xl\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .xl\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .xl\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .xl\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .xl\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .xl\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .xl\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .xl\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .xl\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .xl\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .xl\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .xl\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .xl\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .xl\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .xl\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .xl\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .xl\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .xl\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .xl\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .xl\:border-b-gray-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .xl\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .xl\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .xl\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .xl\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .xl\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .xl\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .xl\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .xl\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .xl\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .xl\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .xl\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .xl\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .xl\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .xl\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .xl\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .xl\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .xl\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .xl\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .xl\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .xl\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .xl\:border-b-gray-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .xl\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .xl\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .xl\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .xl\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .xl\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .xl\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .xl\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .xl\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .xl\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .xl\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .xl\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .xl\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .xl\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .xl\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .xl\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .xl\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .xl\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .xl\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .xl\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .xl\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .xl\:border-b-gray-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .xl\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .xl\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .xl\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .xl\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .xl\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .xl\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .xl\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .xl\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .xl\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .xl\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .xl\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .xl\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .xl\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .xl\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .xl\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .xl\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .xl\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .xl\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .xl\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .xl\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .xl\:border-b-gray-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .xl\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .xl\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .xl\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .xl\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .xl\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .xl\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .xl\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .xl\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .xl\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .xl\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .xl\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .xl\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .xl\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .xl\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .xl\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .xl\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .xl\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .xl\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .xl\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .xl\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .xl\:border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .xl\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .xl\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .xl\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .xl\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .xl\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .xl\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .xl\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .xl\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .xl\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .xl\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .xl\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .xl\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .xl\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .xl\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .xl\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .xl\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .xl\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .xl\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .xl\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .xl\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .xl\:border-b-green-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .xl\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .xl\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .xl\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .xl\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .xl\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .xl\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .xl\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .xl\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .xl\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .xl\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .xl\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .xl\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .xl\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .xl\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .xl\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .xl\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .xl\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .xl\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .xl\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .xl\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .xl\:border-b-green-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .xl\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .xl\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .xl\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .xl\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .xl\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .xl\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .xl\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .xl\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .xl\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .xl\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .xl\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .xl\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .xl\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .xl\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .xl\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .xl\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .xl\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .xl\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .xl\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .xl\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .xl\:border-b-green-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .xl\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .xl\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .xl\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .xl\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .xl\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .xl\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .xl\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .xl\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .xl\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .xl\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .xl\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .xl\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .xl\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .xl\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .xl\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .xl\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .xl\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .xl\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .xl\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .xl\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .xl\:border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .xl\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .xl\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .xl\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .xl\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .xl\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .xl\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .xl\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .xl\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .xl\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .xl\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .xl\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .xl\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .xl\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .xl\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .xl\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .xl\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .xl\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .xl\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .xl\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .xl\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .xl\:border-b-green-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .xl\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .xl\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .xl\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .xl\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .xl\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .xl\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .xl\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .xl\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .xl\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .xl\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .xl\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .xl\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .xl\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .xl\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .xl\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .xl\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .xl\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .xl\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .xl\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .xl\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .xl\:border-b-green-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .xl\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .xl\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .xl\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .xl\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .xl\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .xl\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .xl\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .xl\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .xl\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .xl\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .xl\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .xl\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .xl\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .xl\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .xl\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .xl\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .xl\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .xl\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .xl\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .xl\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .xl\:border-b-green-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .xl\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .xl\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .xl\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .xl\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .xl\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .xl\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .xl\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .xl\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .xl\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .xl\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .xl\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .xl\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .xl\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .xl\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .xl\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .xl\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .xl\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .xl\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .xl\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .xl\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .xl\:border-b-green-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .xl\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .xl\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .xl\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .xl\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .xl\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .xl\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .xl\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .xl\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .xl\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .xl\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .xl\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .xl\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .xl\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .xl\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .xl\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .xl\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .xl\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .xl\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .xl\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .xl\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .xl\:border-b-green-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .xl\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .xl\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .xl\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .xl\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .xl\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .xl\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .xl\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .xl\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .xl\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .xl\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .xl\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .xl\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .xl\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .xl\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .xl\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .xl\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .xl\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .xl\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .xl\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .xl\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .xl\:border-b-green-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .xl\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .xl\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .xl\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .xl\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .xl\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .xl\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .xl\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .xl\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .xl\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .xl\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .xl\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .xl\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .xl\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .xl\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .xl\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .xl\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .xl\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .xl\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .xl\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .xl\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .xl\:border-b-indigo-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .xl\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .xl\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .xl\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .xl\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .xl\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .xl\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .xl\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .xl\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .xl\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .xl\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .xl\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .xl\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .xl\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .xl\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .xl\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .xl\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .xl\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .xl\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .xl\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .xl\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .xl\:border-b-indigo-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .xl\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .xl\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .xl\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .xl\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .xl\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .xl\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .xl\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .xl\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .xl\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .xl\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .xl\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .xl\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .xl\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .xl\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .xl\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .xl\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .xl\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .xl\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .xl\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .xl\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .xl\:border-b-indigo-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .xl\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .xl\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .xl\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .xl\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .xl\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .xl\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .xl\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .xl\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .xl\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .xl\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .xl\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .xl\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .xl\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .xl\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .xl\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .xl\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .xl\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .xl\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .xl\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .xl\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .xl\:border-b-indigo-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .xl\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .xl\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .xl\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .xl\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .xl\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .xl\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .xl\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .xl\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .xl\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .xl\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .xl\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .xl\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .xl\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .xl\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .xl\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .xl\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .xl\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .xl\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .xl\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .xl\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .xl\:border-b-indigo-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .xl\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .xl\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .xl\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .xl\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .xl\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .xl\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .xl\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .xl\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .xl\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .xl\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .xl\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .xl\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .xl\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .xl\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .xl\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .xl\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .xl\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .xl\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .xl\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .xl\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .xl\:border-b-indigo-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .xl\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .xl\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .xl\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .xl\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .xl\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .xl\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .xl\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .xl\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .xl\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .xl\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .xl\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .xl\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .xl\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .xl\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .xl\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .xl\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .xl\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .xl\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .xl\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .xl\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .xl\:border-b-indigo-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .xl\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .xl\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .xl\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .xl\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .xl\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .xl\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .xl\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .xl\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .xl\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .xl\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .xl\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .xl\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .xl\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .xl\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .xl\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .xl\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .xl\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .xl\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .xl\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .xl\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .xl\:border-b-indigo-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .xl\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .xl\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .xl\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .xl\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .xl\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .xl\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .xl\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .xl\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .xl\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .xl\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .xl\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .xl\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .xl\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .xl\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .xl\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .xl\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .xl\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .xl\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .xl\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .xl\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .xl\:border-b-indigo-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .xl\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .xl\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .xl\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .xl\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .xl\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .xl\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .xl\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .xl\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .xl\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .xl\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .xl\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .xl\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .xl\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .xl\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .xl\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .xl\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .xl\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .xl\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .xl\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .xl\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .xl\:border-b-indigo-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .xl\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .xl\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .xl\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .xl\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .xl\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .xl\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .xl\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .xl\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .xl\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .xl\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .xl\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .xl\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .xl\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .xl\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .xl\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .xl\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .xl\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .xl\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .xl\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .xl\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .xl\:border-b-indigo-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .xl\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .xl\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .xl\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .xl\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .xl\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .xl\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .xl\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .xl\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .xl\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .xl\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .xl\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .xl\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .xl\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .xl\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .xl\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .xl\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .xl\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .xl\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .xl\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .xl\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .xl\:border-b-inherit {
    border-bottom-color: inherit;
  }

  .xl\:border-b-input {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-input\/0 {
    border-bottom-color: hsl(var(--input) / 0);
  }

  .xl\:border-b-input\/10 {
    border-bottom-color: hsl(var(--input) / 0.1);
  }

  .xl\:border-b-input\/100 {
    border-bottom-color: hsl(var(--input) / 1);
  }

  .xl\:border-b-input\/15 {
    border-bottom-color: hsl(var(--input) / 0.15);
  }

  .xl\:border-b-input\/20 {
    border-bottom-color: hsl(var(--input) / 0.2);
  }

  .xl\:border-b-input\/25 {
    border-bottom-color: hsl(var(--input) / 0.25);
  }

  .xl\:border-b-input\/30 {
    border-bottom-color: hsl(var(--input) / 0.3);
  }

  .xl\:border-b-input\/35 {
    border-bottom-color: hsl(var(--input) / 0.35);
  }

  .xl\:border-b-input\/40 {
    border-bottom-color: hsl(var(--input) / 0.4);
  }

  .xl\:border-b-input\/45 {
    border-bottom-color: hsl(var(--input) / 0.45);
  }

  .xl\:border-b-input\/5 {
    border-bottom-color: hsl(var(--input) / 0.05);
  }

  .xl\:border-b-input\/50 {
    border-bottom-color: hsl(var(--input) / 0.5);
  }

  .xl\:border-b-input\/55 {
    border-bottom-color: hsl(var(--input) / 0.55);
  }

  .xl\:border-b-input\/60 {
    border-bottom-color: hsl(var(--input) / 0.6);
  }

  .xl\:border-b-input\/65 {
    border-bottom-color: hsl(var(--input) / 0.65);
  }

  .xl\:border-b-input\/70 {
    border-bottom-color: hsl(var(--input) / 0.7);
  }

  .xl\:border-b-input\/75 {
    border-bottom-color: hsl(var(--input) / 0.75);
  }

  .xl\:border-b-input\/80 {
    border-bottom-color: hsl(var(--input) / 0.8);
  }

  .xl\:border-b-input\/85 {
    border-bottom-color: hsl(var(--input) / 0.85);
  }

  .xl\:border-b-input\/90 {
    border-bottom-color: hsl(var(--input) / 0.9);
  }

  .xl\:border-b-input\/95 {
    border-bottom-color: hsl(var(--input) / 0.95);
  }

  .xl\:border-b-lime-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .xl\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .xl\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .xl\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .xl\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .xl\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .xl\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .xl\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .xl\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .xl\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .xl\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .xl\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .xl\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .xl\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .xl\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .xl\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .xl\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .xl\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .xl\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .xl\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .xl\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .xl\:border-b-lime-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .xl\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .xl\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .xl\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .xl\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .xl\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .xl\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .xl\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .xl\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .xl\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .xl\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .xl\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .xl\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .xl\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .xl\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .xl\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .xl\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .xl\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .xl\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .xl\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .xl\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .xl\:border-b-lime-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .xl\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .xl\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .xl\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .xl\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .xl\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .xl\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .xl\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .xl\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .xl\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .xl\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .xl\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .xl\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .xl\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .xl\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .xl\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .xl\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .xl\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .xl\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .xl\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .xl\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .xl\:border-b-lime-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .xl\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .xl\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .xl\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .xl\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .xl\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .xl\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .xl\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .xl\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .xl\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .xl\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .xl\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .xl\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .xl\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .xl\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .xl\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .xl\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .xl\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .xl\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .xl\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .xl\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .xl\:border-b-lime-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .xl\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .xl\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .xl\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .xl\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .xl\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .xl\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .xl\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .xl\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .xl\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .xl\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .xl\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .xl\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .xl\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .xl\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .xl\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .xl\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .xl\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .xl\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .xl\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .xl\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .xl\:border-b-lime-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .xl\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .xl\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .xl\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .xl\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .xl\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .xl\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .xl\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .xl\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .xl\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .xl\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .xl\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .xl\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .xl\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .xl\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .xl\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .xl\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .xl\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .xl\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .xl\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .xl\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .xl\:border-b-lime-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .xl\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .xl\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .xl\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .xl\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .xl\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .xl\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .xl\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .xl\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .xl\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .xl\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .xl\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .xl\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .xl\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .xl\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .xl\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .xl\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .xl\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .xl\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .xl\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .xl\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .xl\:border-b-lime-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .xl\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .xl\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .xl\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .xl\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .xl\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .xl\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .xl\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .xl\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .xl\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .xl\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .xl\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .xl\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .xl\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .xl\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .xl\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .xl\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .xl\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .xl\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .xl\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .xl\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .xl\:border-b-lime-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .xl\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .xl\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .xl\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .xl\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .xl\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .xl\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .xl\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .xl\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .xl\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .xl\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .xl\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .xl\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .xl\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .xl\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .xl\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .xl\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .xl\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .xl\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .xl\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .xl\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .xl\:border-b-lime-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .xl\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .xl\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .xl\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .xl\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .xl\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .xl\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .xl\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .xl\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .xl\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .xl\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .xl\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .xl\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .xl\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .xl\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .xl\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .xl\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .xl\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .xl\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .xl\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .xl\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .xl\:border-b-lime-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .xl\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .xl\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .xl\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .xl\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .xl\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .xl\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .xl\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .xl\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .xl\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .xl\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .xl\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .xl\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .xl\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .xl\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .xl\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .xl\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .xl\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .xl\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .xl\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .xl\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .xl\:border-b-muted {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-muted-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-muted-foreground\/0 {
    border-bottom-color: hsl(var(--muted-foreground) / 0);
  }

  .xl\:border-b-muted-foreground\/10 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.1);
  }

  .xl\:border-b-muted-foreground\/100 {
    border-bottom-color: hsl(var(--muted-foreground) / 1);
  }

  .xl\:border-b-muted-foreground\/15 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.15);
  }

  .xl\:border-b-muted-foreground\/20 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.2);
  }

  .xl\:border-b-muted-foreground\/25 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.25);
  }

  .xl\:border-b-muted-foreground\/30 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.3);
  }

  .xl\:border-b-muted-foreground\/35 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.35);
  }

  .xl\:border-b-muted-foreground\/40 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.4);
  }

  .xl\:border-b-muted-foreground\/45 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.45);
  }

  .xl\:border-b-muted-foreground\/5 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.05);
  }

  .xl\:border-b-muted-foreground\/50 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.5);
  }

  .xl\:border-b-muted-foreground\/55 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.55);
  }

  .xl\:border-b-muted-foreground\/60 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.6);
  }

  .xl\:border-b-muted-foreground\/65 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.65);
  }

  .xl\:border-b-muted-foreground\/70 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.7);
  }

  .xl\:border-b-muted-foreground\/75 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.75);
  }

  .xl\:border-b-muted-foreground\/80 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.8);
  }

  .xl\:border-b-muted-foreground\/85 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.85);
  }

  .xl\:border-b-muted-foreground\/90 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.9);
  }

  .xl\:border-b-muted-foreground\/95 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.95);
  }

  .xl\:border-b-muted\/0 {
    border-bottom-color: hsl(var(--muted) / 0);
  }

  .xl\:border-b-muted\/10 {
    border-bottom-color: hsl(var(--muted) / 0.1);
  }

  .xl\:border-b-muted\/100 {
    border-bottom-color: hsl(var(--muted) / 1);
  }

  .xl\:border-b-muted\/15 {
    border-bottom-color: hsl(var(--muted) / 0.15);
  }

  .xl\:border-b-muted\/20 {
    border-bottom-color: hsl(var(--muted) / 0.2);
  }

  .xl\:border-b-muted\/25 {
    border-bottom-color: hsl(var(--muted) / 0.25);
  }

  .xl\:border-b-muted\/30 {
    border-bottom-color: hsl(var(--muted) / 0.3);
  }

  .xl\:border-b-muted\/35 {
    border-bottom-color: hsl(var(--muted) / 0.35);
  }

  .xl\:border-b-muted\/40 {
    border-bottom-color: hsl(var(--muted) / 0.4);
  }

  .xl\:border-b-muted\/45 {
    border-bottom-color: hsl(var(--muted) / 0.45);
  }

  .xl\:border-b-muted\/5 {
    border-bottom-color: hsl(var(--muted) / 0.05);
  }

  .xl\:border-b-muted\/50 {
    border-bottom-color: hsl(var(--muted) / 0.5);
  }

  .xl\:border-b-muted\/55 {
    border-bottom-color: hsl(var(--muted) / 0.55);
  }

  .xl\:border-b-muted\/60 {
    border-bottom-color: hsl(var(--muted) / 0.6);
  }

  .xl\:border-b-muted\/65 {
    border-bottom-color: hsl(var(--muted) / 0.65);
  }

  .xl\:border-b-muted\/70 {
    border-bottom-color: hsl(var(--muted) / 0.7);
  }

  .xl\:border-b-muted\/75 {
    border-bottom-color: hsl(var(--muted) / 0.75);
  }

  .xl\:border-b-muted\/80 {
    border-bottom-color: hsl(var(--muted) / 0.8);
  }

  .xl\:border-b-muted\/85 {
    border-bottom-color: hsl(var(--muted) / 0.85);
  }

  .xl\:border-b-muted\/90 {
    border-bottom-color: hsl(var(--muted) / 0.9);
  }

  .xl\:border-b-muted\/95 {
    border-bottom-color: hsl(var(--muted) / 0.95);
  }

  .xl\:border-b-neutral-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .xl\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .xl\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .xl\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .xl\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .xl\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .xl\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .xl\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .xl\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .xl\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .xl\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .xl\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .xl\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .xl\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .xl\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .xl\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .xl\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .xl\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .xl\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .xl\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .xl\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .xl\:border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .xl\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .xl\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .xl\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .xl\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .xl\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .xl\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .xl\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .xl\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .xl\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .xl\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .xl\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .xl\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .xl\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .xl\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .xl\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .xl\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .xl\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .xl\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .xl\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .xl\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .xl\:border-b-neutral-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .xl\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .xl\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .xl\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .xl\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .xl\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .xl\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .xl\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .xl\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .xl\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .xl\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .xl\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .xl\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .xl\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .xl\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .xl\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .xl\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .xl\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .xl\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .xl\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .xl\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .xl\:border-b-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .xl\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .xl\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .xl\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .xl\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .xl\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .xl\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .xl\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .xl\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .xl\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .xl\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .xl\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .xl\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .xl\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .xl\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .xl\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .xl\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .xl\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .xl\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .xl\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .xl\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .xl\:border-b-neutral-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .xl\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .xl\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-b-neutral-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .xl\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .xl\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .xl\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .xl\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .xl\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .xl\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .xl\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .xl\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .xl\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .xl\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .xl\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .xl\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .xl\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .xl\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .xl\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .xl\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .xl\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .xl\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .xl\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .xl\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .xl\:border-b-neutral-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .xl\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .xl\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .xl\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .xl\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .xl\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .xl\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .xl\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .xl\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .xl\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .xl\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .xl\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .xl\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .xl\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .xl\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .xl\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .xl\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .xl\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .xl\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .xl\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .xl\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .xl\:border-b-neutral-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .xl\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .xl\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .xl\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .xl\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .xl\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .xl\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .xl\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .xl\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .xl\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .xl\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .xl\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .xl\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .xl\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .xl\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .xl\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .xl\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .xl\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .xl\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .xl\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .xl\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .xl\:border-b-neutral-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .xl\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .xl\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .xl\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .xl\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .xl\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .xl\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .xl\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .xl\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .xl\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .xl\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .xl\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .xl\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .xl\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .xl\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .xl\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .xl\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .xl\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .xl\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .xl\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .xl\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .xl\:border-b-neutral-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .xl\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .xl\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .xl\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .xl\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .xl\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .xl\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .xl\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .xl\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .xl\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .xl\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .xl\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .xl\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .xl\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .xl\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .xl\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .xl\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .xl\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .xl\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .xl\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .xl\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .xl\:border-b-neutral-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .xl\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .xl\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .xl\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .xl\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .xl\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .xl\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .xl\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .xl\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .xl\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .xl\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .xl\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .xl\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .xl\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .xl\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .xl\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .xl\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .xl\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .xl\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .xl\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .xl\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .xl\:border-b-orange-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .xl\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .xl\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .xl\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .xl\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .xl\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .xl\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .xl\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .xl\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .xl\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .xl\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .xl\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .xl\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .xl\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .xl\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .xl\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .xl\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .xl\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .xl\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .xl\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .xl\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .xl\:border-b-orange-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .xl\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .xl\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .xl\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .xl\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .xl\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .xl\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .xl\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .xl\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .xl\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .xl\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .xl\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .xl\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .xl\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .xl\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .xl\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .xl\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .xl\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .xl\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .xl\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .xl\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .xl\:border-b-orange-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .xl\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .xl\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .xl\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .xl\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .xl\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .xl\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .xl\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .xl\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .xl\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .xl\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .xl\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .xl\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .xl\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .xl\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .xl\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .xl\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .xl\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .xl\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .xl\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .xl\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .xl\:border-b-orange-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .xl\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .xl\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .xl\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .xl\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .xl\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .xl\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .xl\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .xl\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .xl\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .xl\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .xl\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .xl\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .xl\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .xl\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .xl\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .xl\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .xl\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .xl\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .xl\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .xl\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .xl\:border-b-orange-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .xl\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .xl\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .xl\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .xl\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .xl\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .xl\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .xl\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .xl\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .xl\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .xl\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .xl\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .xl\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .xl\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .xl\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .xl\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .xl\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .xl\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .xl\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .xl\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .xl\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .xl\:border-b-orange-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .xl\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .xl\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .xl\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .xl\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .xl\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .xl\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .xl\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .xl\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .xl\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .xl\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .xl\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .xl\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .xl\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .xl\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .xl\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .xl\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .xl\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .xl\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .xl\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .xl\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .xl\:border-b-orange-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .xl\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .xl\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .xl\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .xl\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .xl\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .xl\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .xl\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .xl\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .xl\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .xl\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .xl\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .xl\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .xl\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .xl\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .xl\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .xl\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .xl\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .xl\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .xl\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .xl\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .xl\:border-b-orange-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .xl\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .xl\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .xl\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .xl\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .xl\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .xl\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .xl\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .xl\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .xl\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .xl\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .xl\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .xl\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .xl\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .xl\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .xl\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .xl\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .xl\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .xl\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .xl\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .xl\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .xl\:border-b-orange-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .xl\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .xl\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .xl\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .xl\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .xl\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .xl\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .xl\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .xl\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .xl\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .xl\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .xl\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .xl\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .xl\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .xl\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .xl\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .xl\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .xl\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .xl\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .xl\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .xl\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .xl\:border-b-orange-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .xl\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .xl\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .xl\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .xl\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .xl\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .xl\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .xl\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .xl\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .xl\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .xl\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .xl\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .xl\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .xl\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .xl\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .xl\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .xl\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .xl\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .xl\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .xl\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .xl\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .xl\:border-b-orange-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .xl\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .xl\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .xl\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .xl\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .xl\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .xl\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .xl\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .xl\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .xl\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .xl\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .xl\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .xl\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .xl\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .xl\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .xl\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .xl\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .xl\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .xl\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .xl\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .xl\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .xl\:border-b-pink-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .xl\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .xl\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .xl\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .xl\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .xl\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .xl\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .xl\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .xl\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .xl\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .xl\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .xl\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .xl\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .xl\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .xl\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .xl\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .xl\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .xl\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .xl\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .xl\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .xl\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .xl\:border-b-pink-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .xl\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .xl\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .xl\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .xl\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .xl\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .xl\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .xl\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .xl\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .xl\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .xl\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .xl\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .xl\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .xl\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .xl\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .xl\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .xl\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .xl\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .xl\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .xl\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .xl\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .xl\:border-b-pink-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .xl\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .xl\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .xl\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .xl\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .xl\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .xl\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .xl\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .xl\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .xl\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .xl\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .xl\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .xl\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .xl\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .xl\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .xl\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .xl\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .xl\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .xl\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .xl\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .xl\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .xl\:border-b-pink-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .xl\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .xl\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .xl\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .xl\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .xl\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .xl\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .xl\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .xl\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .xl\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .xl\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .xl\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .xl\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .xl\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .xl\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .xl\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .xl\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .xl\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .xl\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .xl\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .xl\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .xl\:border-b-pink-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .xl\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .xl\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .xl\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .xl\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .xl\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .xl\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .xl\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .xl\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .xl\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .xl\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .xl\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .xl\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .xl\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .xl\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .xl\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .xl\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .xl\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .xl\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .xl\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .xl\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .xl\:border-b-pink-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .xl\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .xl\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .xl\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .xl\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .xl\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .xl\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .xl\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .xl\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .xl\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .xl\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .xl\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .xl\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .xl\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .xl\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .xl\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .xl\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .xl\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .xl\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .xl\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .xl\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .xl\:border-b-pink-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .xl\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .xl\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .xl\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .xl\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .xl\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .xl\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .xl\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .xl\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .xl\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .xl\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .xl\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .xl\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .xl\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .xl\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .xl\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .xl\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .xl\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .xl\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .xl\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .xl\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .xl\:border-b-pink-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .xl\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .xl\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .xl\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .xl\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .xl\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .xl\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .xl\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .xl\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .xl\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .xl\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .xl\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .xl\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .xl\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .xl\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .xl\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .xl\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .xl\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .xl\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .xl\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .xl\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .xl\:border-b-pink-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .xl\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .xl\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .xl\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .xl\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .xl\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .xl\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .xl\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .xl\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .xl\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .xl\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .xl\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .xl\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .xl\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .xl\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .xl\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .xl\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .xl\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .xl\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .xl\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .xl\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .xl\:border-b-pink-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .xl\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .xl\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .xl\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .xl\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .xl\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .xl\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .xl\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .xl\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .xl\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .xl\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .xl\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .xl\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .xl\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .xl\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .xl\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .xl\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .xl\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .xl\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .xl\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .xl\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .xl\:border-b-pink-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .xl\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .xl\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .xl\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .xl\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .xl\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .xl\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .xl\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .xl\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .xl\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .xl\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .xl\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .xl\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .xl\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .xl\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .xl\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .xl\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .xl\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .xl\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .xl\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .xl\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .xl\:border-b-popover {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-popover-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-popover-foreground\/0 {
    border-bottom-color: hsl(var(--popover-foreground) / 0);
  }

  .xl\:border-b-popover-foreground\/10 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.1);
  }

  .xl\:border-b-popover-foreground\/100 {
    border-bottom-color: hsl(var(--popover-foreground) / 1);
  }

  .xl\:border-b-popover-foreground\/15 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.15);
  }

  .xl\:border-b-popover-foreground\/20 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.2);
  }

  .xl\:border-b-popover-foreground\/25 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.25);
  }

  .xl\:border-b-popover-foreground\/30 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.3);
  }

  .xl\:border-b-popover-foreground\/35 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.35);
  }

  .xl\:border-b-popover-foreground\/40 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.4);
  }

  .xl\:border-b-popover-foreground\/45 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.45);
  }

  .xl\:border-b-popover-foreground\/5 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.05);
  }

  .xl\:border-b-popover-foreground\/50 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.5);
  }

  .xl\:border-b-popover-foreground\/55 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.55);
  }

  .xl\:border-b-popover-foreground\/60 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.6);
  }

  .xl\:border-b-popover-foreground\/65 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.65);
  }

  .xl\:border-b-popover-foreground\/70 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.7);
  }

  .xl\:border-b-popover-foreground\/75 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.75);
  }

  .xl\:border-b-popover-foreground\/80 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.8);
  }

  .xl\:border-b-popover-foreground\/85 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.85);
  }

  .xl\:border-b-popover-foreground\/90 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.9);
  }

  .xl\:border-b-popover-foreground\/95 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.95);
  }

  .xl\:border-b-popover\/0 {
    border-bottom-color: hsl(var(--popover) / 0);
  }

  .xl\:border-b-popover\/10 {
    border-bottom-color: hsl(var(--popover) / 0.1);
  }

  .xl\:border-b-popover\/100 {
    border-bottom-color: hsl(var(--popover) / 1);
  }

  .xl\:border-b-popover\/15 {
    border-bottom-color: hsl(var(--popover) / 0.15);
  }

  .xl\:border-b-popover\/20 {
    border-bottom-color: hsl(var(--popover) / 0.2);
  }

  .xl\:border-b-popover\/25 {
    border-bottom-color: hsl(var(--popover) / 0.25);
  }

  .xl\:border-b-popover\/30 {
    border-bottom-color: hsl(var(--popover) / 0.3);
  }

  .xl\:border-b-popover\/35 {
    border-bottom-color: hsl(var(--popover) / 0.35);
  }

  .xl\:border-b-popover\/40 {
    border-bottom-color: hsl(var(--popover) / 0.4);
  }

  .xl\:border-b-popover\/45 {
    border-bottom-color: hsl(var(--popover) / 0.45);
  }

  .xl\:border-b-popover\/5 {
    border-bottom-color: hsl(var(--popover) / 0.05);
  }

  .xl\:border-b-popover\/50 {
    border-bottom-color: hsl(var(--popover) / 0.5);
  }

  .xl\:border-b-popover\/55 {
    border-bottom-color: hsl(var(--popover) / 0.55);
  }

  .xl\:border-b-popover\/60 {
    border-bottom-color: hsl(var(--popover) / 0.6);
  }

  .xl\:border-b-popover\/65 {
    border-bottom-color: hsl(var(--popover) / 0.65);
  }

  .xl\:border-b-popover\/70 {
    border-bottom-color: hsl(var(--popover) / 0.7);
  }

  .xl\:border-b-popover\/75 {
    border-bottom-color: hsl(var(--popover) / 0.75);
  }

  .xl\:border-b-popover\/80 {
    border-bottom-color: hsl(var(--popover) / 0.8);
  }

  .xl\:border-b-popover\/85 {
    border-bottom-color: hsl(var(--popover) / 0.85);
  }

  .xl\:border-b-popover\/90 {
    border-bottom-color: hsl(var(--popover) / 0.9);
  }

  .xl\:border-b-popover\/95 {
    border-bottom-color: hsl(var(--popover) / 0.95);
  }

  .xl\:border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-primary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-primary-foreground\/0 {
    border-bottom-color: hsl(var(--primary-foreground) / 0);
  }

  .xl\:border-b-primary-foreground\/10 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.1);
  }

  .xl\:border-b-primary-foreground\/100 {
    border-bottom-color: hsl(var(--primary-foreground) / 1);
  }

  .xl\:border-b-primary-foreground\/15 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.15);
  }

  .xl\:border-b-primary-foreground\/20 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.2);
  }

  .xl\:border-b-primary-foreground\/25 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.25);
  }

  .xl\:border-b-primary-foreground\/30 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.3);
  }

  .xl\:border-b-primary-foreground\/35 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.35);
  }

  .xl\:border-b-primary-foreground\/40 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.4);
  }

  .xl\:border-b-primary-foreground\/45 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.45);
  }

  .xl\:border-b-primary-foreground\/5 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.05);
  }

  .xl\:border-b-primary-foreground\/50 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.5);
  }

  .xl\:border-b-primary-foreground\/55 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.55);
  }

  .xl\:border-b-primary-foreground\/60 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.6);
  }

  .xl\:border-b-primary-foreground\/65 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.65);
  }

  .xl\:border-b-primary-foreground\/70 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.7);
  }

  .xl\:border-b-primary-foreground\/75 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.75);
  }

  .xl\:border-b-primary-foreground\/80 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.8);
  }

  .xl\:border-b-primary-foreground\/85 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.85);
  }

  .xl\:border-b-primary-foreground\/90 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.9);
  }

  .xl\:border-b-primary-foreground\/95 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.95);
  }

  .xl\:border-b-primary\/0 {
    border-bottom-color: hsl(var(--primary) / 0);
  }

  .xl\:border-b-primary\/10 {
    border-bottom-color: hsl(var(--primary) / 0.1);
  }

  .xl\:border-b-primary\/100 {
    border-bottom-color: hsl(var(--primary) / 1);
  }

  .xl\:border-b-primary\/15 {
    border-bottom-color: hsl(var(--primary) / 0.15);
  }

  .xl\:border-b-primary\/20 {
    border-bottom-color: hsl(var(--primary) / 0.2);
  }

  .xl\:border-b-primary\/25 {
    border-bottom-color: hsl(var(--primary) / 0.25);
  }

  .xl\:border-b-primary\/30 {
    border-bottom-color: hsl(var(--primary) / 0.3);
  }

  .xl\:border-b-primary\/35 {
    border-bottom-color: hsl(var(--primary) / 0.35);
  }

  .xl\:border-b-primary\/40 {
    border-bottom-color: hsl(var(--primary) / 0.4);
  }

  .xl\:border-b-primary\/45 {
    border-bottom-color: hsl(var(--primary) / 0.45);
  }

  .xl\:border-b-primary\/5 {
    border-bottom-color: hsl(var(--primary) / 0.05);
  }

  .xl\:border-b-primary\/50 {
    border-bottom-color: hsl(var(--primary) / 0.5);
  }

  .xl\:border-b-primary\/55 {
    border-bottom-color: hsl(var(--primary) / 0.55);
  }

  .xl\:border-b-primary\/60 {
    border-bottom-color: hsl(var(--primary) / 0.6);
  }

  .xl\:border-b-primary\/65 {
    border-bottom-color: hsl(var(--primary) / 0.65);
  }

  .xl\:border-b-primary\/70 {
    border-bottom-color: hsl(var(--primary) / 0.7);
  }

  .xl\:border-b-primary\/75 {
    border-bottom-color: hsl(var(--primary) / 0.75);
  }

  .xl\:border-b-primary\/80 {
    border-bottom-color: hsl(var(--primary) / 0.8);
  }

  .xl\:border-b-primary\/85 {
    border-bottom-color: hsl(var(--primary) / 0.85);
  }

  .xl\:border-b-primary\/90 {
    border-bottom-color: hsl(var(--primary) / 0.9);
  }

  .xl\:border-b-primary\/95 {
    border-bottom-color: hsl(var(--primary) / 0.95);
  }

  .xl\:border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .xl\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .xl\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .xl\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .xl\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .xl\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .xl\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .xl\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .xl\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .xl\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .xl\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .xl\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .xl\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .xl\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .xl\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .xl\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .xl\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .xl\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .xl\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .xl\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .xl\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .xl\:border-b-purple-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .xl\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .xl\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .xl\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .xl\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .xl\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .xl\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .xl\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .xl\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .xl\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .xl\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .xl\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .xl\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .xl\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .xl\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .xl\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .xl\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .xl\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .xl\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .xl\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .xl\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .xl\:border-b-purple-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .xl\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .xl\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .xl\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .xl\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .xl\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .xl\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .xl\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .xl\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .xl\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .xl\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .xl\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .xl\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .xl\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .xl\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .xl\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .xl\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .xl\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .xl\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .xl\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .xl\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .xl\:border-b-purple-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .xl\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .xl\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .xl\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .xl\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .xl\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .xl\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .xl\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .xl\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .xl\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .xl\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .xl\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .xl\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .xl\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .xl\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .xl\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .xl\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .xl\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .xl\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .xl\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .xl\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .xl\:border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .xl\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .xl\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .xl\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .xl\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .xl\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .xl\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .xl\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .xl\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .xl\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .xl\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .xl\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .xl\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .xl\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .xl\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .xl\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .xl\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .xl\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .xl\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .xl\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .xl\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .xl\:border-b-purple-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .xl\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .xl\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .xl\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .xl\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .xl\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .xl\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .xl\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .xl\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .xl\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .xl\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .xl\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .xl\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .xl\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .xl\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .xl\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .xl\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .xl\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .xl\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .xl\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .xl\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .xl\:border-b-purple-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .xl\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .xl\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .xl\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .xl\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .xl\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .xl\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .xl\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .xl\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .xl\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .xl\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .xl\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .xl\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .xl\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .xl\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .xl\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .xl\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .xl\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .xl\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .xl\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .xl\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .xl\:border-b-purple-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .xl\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .xl\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .xl\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .xl\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .xl\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .xl\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .xl\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .xl\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .xl\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .xl\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .xl\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .xl\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .xl\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .xl\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .xl\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .xl\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .xl\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .xl\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .xl\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .xl\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .xl\:border-b-purple-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .xl\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .xl\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .xl\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .xl\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .xl\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .xl\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .xl\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .xl\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .xl\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .xl\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .xl\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .xl\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .xl\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .xl\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .xl\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .xl\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .xl\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .xl\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .xl\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .xl\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .xl\:border-b-purple-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .xl\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .xl\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .xl\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .xl\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .xl\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .xl\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .xl\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .xl\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .xl\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .xl\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .xl\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .xl\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .xl\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .xl\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .xl\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .xl\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .xl\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .xl\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .xl\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .xl\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .xl\:border-b-purple-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .xl\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .xl\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .xl\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .xl\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .xl\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .xl\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .xl\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .xl\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .xl\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .xl\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .xl\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .xl\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .xl\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .xl\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .xl\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .xl\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .xl\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .xl\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .xl\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .xl\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .xl\:border-b-red-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .xl\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .xl\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .xl\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .xl\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .xl\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .xl\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .xl\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .xl\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .xl\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .xl\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .xl\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .xl\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .xl\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .xl\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .xl\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .xl\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .xl\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .xl\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .xl\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .xl\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .xl\:border-b-red-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .xl\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .xl\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .xl\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .xl\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .xl\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .xl\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .xl\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .xl\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .xl\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .xl\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .xl\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .xl\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .xl\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .xl\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .xl\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .xl\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .xl\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .xl\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .xl\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .xl\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .xl\:border-b-red-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .xl\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .xl\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .xl\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .xl\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .xl\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .xl\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .xl\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .xl\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .xl\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .xl\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .xl\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .xl\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .xl\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .xl\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .xl\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .xl\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .xl\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .xl\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .xl\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .xl\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .xl\:border-b-red-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .xl\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .xl\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .xl\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .xl\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .xl\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .xl\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .xl\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .xl\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .xl\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .xl\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .xl\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .xl\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .xl\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .xl\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .xl\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .xl\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .xl\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .xl\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .xl\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .xl\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .xl\:border-b-red-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .xl\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .xl\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .xl\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .xl\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .xl\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .xl\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .xl\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .xl\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .xl\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .xl\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .xl\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .xl\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .xl\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .xl\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .xl\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .xl\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .xl\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .xl\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .xl\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .xl\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .xl\:border-b-red-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .xl\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .xl\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .xl\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .xl\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .xl\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .xl\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .xl\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .xl\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .xl\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .xl\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .xl\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .xl\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .xl\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .xl\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .xl\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .xl\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .xl\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .xl\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .xl\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .xl\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .xl\:border-b-red-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .xl\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .xl\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .xl\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .xl\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .xl\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .xl\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .xl\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .xl\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .xl\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .xl\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .xl\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .xl\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .xl\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .xl\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .xl\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .xl\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .xl\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .xl\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .xl\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .xl\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .xl\:border-b-red-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .xl\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .xl\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .xl\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .xl\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .xl\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .xl\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .xl\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .xl\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .xl\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .xl\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .xl\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .xl\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .xl\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .xl\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .xl\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .xl\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .xl\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .xl\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .xl\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .xl\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .xl\:border-b-red-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .xl\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .xl\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .xl\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .xl\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .xl\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .xl\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .xl\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .xl\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .xl\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .xl\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .xl\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .xl\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .xl\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .xl\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .xl\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .xl\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .xl\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .xl\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .xl\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .xl\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .xl\:border-b-red-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .xl\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .xl\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .xl\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .xl\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .xl\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .xl\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .xl\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .xl\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .xl\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .xl\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .xl\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .xl\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .xl\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .xl\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .xl\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .xl\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .xl\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .xl\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .xl\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .xl\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .xl\:border-b-red-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .xl\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .xl\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .xl\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .xl\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .xl\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .xl\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .xl\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .xl\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .xl\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .xl\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .xl\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .xl\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .xl\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .xl\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .xl\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .xl\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .xl\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .xl\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .xl\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .xl\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .xl\:border-b-ring {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-ring\/0 {
    border-bottom-color: hsl(var(--ring) / 0);
  }

  .xl\:border-b-ring\/10 {
    border-bottom-color: hsl(var(--ring) / 0.1);
  }

  .xl\:border-b-ring\/100 {
    border-bottom-color: hsl(var(--ring) / 1);
  }

  .xl\:border-b-ring\/15 {
    border-bottom-color: hsl(var(--ring) / 0.15);
  }

  .xl\:border-b-ring\/20 {
    border-bottom-color: hsl(var(--ring) / 0.2);
  }

  .xl\:border-b-ring\/25 {
    border-bottom-color: hsl(var(--ring) / 0.25);
  }

  .xl\:border-b-ring\/30 {
    border-bottom-color: hsl(var(--ring) / 0.3);
  }

  .xl\:border-b-ring\/35 {
    border-bottom-color: hsl(var(--ring) / 0.35);
  }

  .xl\:border-b-ring\/40 {
    border-bottom-color: hsl(var(--ring) / 0.4);
  }

  .xl\:border-b-ring\/45 {
    border-bottom-color: hsl(var(--ring) / 0.45);
  }

  .xl\:border-b-ring\/5 {
    border-bottom-color: hsl(var(--ring) / 0.05);
  }

  .xl\:border-b-ring\/50 {
    border-bottom-color: hsl(var(--ring) / 0.5);
  }

  .xl\:border-b-ring\/55 {
    border-bottom-color: hsl(var(--ring) / 0.55);
  }

  .xl\:border-b-ring\/60 {
    border-bottom-color: hsl(var(--ring) / 0.6);
  }

  .xl\:border-b-ring\/65 {
    border-bottom-color: hsl(var(--ring) / 0.65);
  }

  .xl\:border-b-ring\/70 {
    border-bottom-color: hsl(var(--ring) / 0.7);
  }

  .xl\:border-b-ring\/75 {
    border-bottom-color: hsl(var(--ring) / 0.75);
  }

  .xl\:border-b-ring\/80 {
    border-bottom-color: hsl(var(--ring) / 0.8);
  }

  .xl\:border-b-ring\/85 {
    border-bottom-color: hsl(var(--ring) / 0.85);
  }

  .xl\:border-b-ring\/90 {
    border-bottom-color: hsl(var(--ring) / 0.9);
  }

  .xl\:border-b-ring\/95 {
    border-bottom-color: hsl(var(--ring) / 0.95);
  }

  .xl\:border-b-rose-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .xl\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .xl\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .xl\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .xl\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .xl\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .xl\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .xl\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .xl\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .xl\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .xl\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .xl\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .xl\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .xl\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .xl\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .xl\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .xl\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .xl\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .xl\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .xl\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .xl\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .xl\:border-b-rose-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .xl\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .xl\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .xl\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .xl\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .xl\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .xl\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .xl\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .xl\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .xl\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .xl\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .xl\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .xl\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .xl\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .xl\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .xl\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .xl\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .xl\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .xl\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .xl\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .xl\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .xl\:border-b-rose-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .xl\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .xl\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .xl\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .xl\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .xl\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .xl\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .xl\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .xl\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .xl\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .xl\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .xl\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .xl\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .xl\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .xl\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .xl\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .xl\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .xl\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .xl\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .xl\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .xl\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .xl\:border-b-rose-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .xl\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .xl\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .xl\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .xl\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .xl\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .xl\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .xl\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .xl\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .xl\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .xl\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .xl\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .xl\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .xl\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .xl\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .xl\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .xl\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .xl\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .xl\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .xl\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .xl\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .xl\:border-b-rose-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .xl\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .xl\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .xl\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .xl\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .xl\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .xl\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .xl\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .xl\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .xl\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .xl\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .xl\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .xl\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .xl\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .xl\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .xl\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .xl\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .xl\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .xl\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .xl\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .xl\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .xl\:border-b-rose-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .xl\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .xl\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .xl\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .xl\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .xl\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .xl\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .xl\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .xl\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .xl\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .xl\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .xl\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .xl\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .xl\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .xl\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .xl\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .xl\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .xl\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .xl\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .xl\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .xl\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

  .xl\:border-b-rose-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .xl\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .xl\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .xl\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .xl\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .xl\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .xl\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .xl\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .xl\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .xl\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .xl\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .xl\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .xl\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .xl\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .xl\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .xl\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .xl\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .xl\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .xl\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .xl\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .xl\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .xl\:border-b-rose-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .xl\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .xl\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .xl\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .xl\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .xl\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .xl\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .xl\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .xl\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .xl\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .xl\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .xl\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .xl\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .xl\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .xl\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .xl\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .xl\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .xl\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .xl\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .xl\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .xl\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .xl\:border-b-rose-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .xl\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .xl\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .xl\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .xl\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .xl\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .xl\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .xl\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .xl\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .xl\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .xl\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .xl\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .xl\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .xl\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .xl\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .xl\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .xl\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .xl\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .xl\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .xl\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .xl\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .xl\:border-b-rose-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .xl\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .xl\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .xl\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .xl\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .xl\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .xl\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .xl\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .xl\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .xl\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .xl\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .xl\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .xl\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .xl\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .xl\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .xl\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .xl\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .xl\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .xl\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .xl\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .xl\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .xl\:border-b-rose-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .xl\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .xl\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .xl\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .xl\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .xl\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .xl\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .xl\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .xl\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .xl\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .xl\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .xl\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .xl\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .xl\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .xl\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .xl\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .xl\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .xl\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .xl\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .xl\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .xl\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .xl\:border-b-secondary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-secondary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-secondary-foreground\/0 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0);
  }

  .xl\:border-b-secondary-foreground\/10 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .xl\:border-b-secondary-foreground\/100 {
    border-bottom-color: hsl(var(--secondary-foreground) / 1);
  }

  .xl\:border-b-secondary-foreground\/15 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .xl\:border-b-secondary-foreground\/20 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .xl\:border-b-secondary-foreground\/25 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .xl\:border-b-secondary-foreground\/30 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .xl\:border-b-secondary-foreground\/35 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .xl\:border-b-secondary-foreground\/40 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .xl\:border-b-secondary-foreground\/45 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .xl\:border-b-secondary-foreground\/5 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .xl\:border-b-secondary-foreground\/50 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .xl\:border-b-secondary-foreground\/55 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .xl\:border-b-secondary-foreground\/60 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .xl\:border-b-secondary-foreground\/65 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .xl\:border-b-secondary-foreground\/70 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .xl\:border-b-secondary-foreground\/75 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .xl\:border-b-secondary-foreground\/80 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .xl\:border-b-secondary-foreground\/85 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .xl\:border-b-secondary-foreground\/90 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .xl\:border-b-secondary-foreground\/95 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .xl\:border-b-secondary\/0 {
    border-bottom-color: hsl(var(--secondary) / 0);
  }

  .xl\:border-b-secondary\/10 {
    border-bottom-color: hsl(var(--secondary) / 0.1);
  }

  .xl\:border-b-secondary\/100 {
    border-bottom-color: hsl(var(--secondary) / 1);
  }

  .xl\:border-b-secondary\/15 {
    border-bottom-color: hsl(var(--secondary) / 0.15);
  }

  .xl\:border-b-secondary\/20 {
    border-bottom-color: hsl(var(--secondary) / 0.2);
  }

  .xl\:border-b-secondary\/25 {
    border-bottom-color: hsl(var(--secondary) / 0.25);
  }

  .xl\:border-b-secondary\/30 {
    border-bottom-color: hsl(var(--secondary) / 0.3);
  }

  .xl\:border-b-secondary\/35 {
    border-bottom-color: hsl(var(--secondary) / 0.35);
  }

  .xl\:border-b-secondary\/40 {
    border-bottom-color: hsl(var(--secondary) / 0.4);
  }

  .xl\:border-b-secondary\/45 {
    border-bottom-color: hsl(var(--secondary) / 0.45);
  }

  .xl\:border-b-secondary\/5 {
    border-bottom-color: hsl(var(--secondary) / 0.05);
  }

  .xl\:border-b-secondary\/50 {
    border-bottom-color: hsl(var(--secondary) / 0.5);
  }

  .xl\:border-b-secondary\/55 {
    border-bottom-color: hsl(var(--secondary) / 0.55);
  }

  .xl\:border-b-secondary\/60 {
    border-bottom-color: hsl(var(--secondary) / 0.6);
  }

  .xl\:border-b-secondary\/65 {
    border-bottom-color: hsl(var(--secondary) / 0.65);
  }

  .xl\:border-b-secondary\/70 {
    border-bottom-color: hsl(var(--secondary) / 0.7);
  }

  .xl\:border-b-secondary\/75 {
    border-bottom-color: hsl(var(--secondary) / 0.75);
  }

  .xl\:border-b-secondary\/80 {
    border-bottom-color: hsl(var(--secondary) / 0.8);
  }

  .xl\:border-b-secondary\/85 {
    border-bottom-color: hsl(var(--secondary) / 0.85);
  }

  .xl\:border-b-secondary\/90 {
    border-bottom-color: hsl(var(--secondary) / 0.9);
  }

  .xl\:border-b-secondary\/95 {
    border-bottom-color: hsl(var(--secondary) / 0.95);
  }

  .xl\:border-b-sidebar {
    border-bottom-color: hsl(var(--sidebar-background));
  }

  .xl\:border-b-sidebar-accent {
    border-bottom-color: hsl(var(--sidebar-accent));
  }

  .xl\:border-b-sidebar-accent-foreground {
    border-bottom-color: hsl(var(--sidebar-accent-foreground));
  }

  .xl\:border-b-sidebar-accent-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .xl\:border-b-sidebar-accent-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .xl\:border-b-sidebar-accent-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .xl\:border-b-sidebar-accent-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .xl\:border-b-sidebar-accent-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .xl\:border-b-sidebar-accent-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .xl\:border-b-sidebar-accent-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .xl\:border-b-sidebar-accent-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .xl\:border-b-sidebar-accent-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .xl\:border-b-sidebar-accent-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .xl\:border-b-sidebar-accent-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .xl\:border-b-sidebar-accent-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .xl\:border-b-sidebar-accent-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .xl\:border-b-sidebar-accent-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .xl\:border-b-sidebar-accent-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .xl\:border-b-sidebar-accent-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .xl\:border-b-sidebar-accent-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .xl\:border-b-sidebar-accent-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .xl\:border-b-sidebar-accent-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .xl\:border-b-sidebar-accent-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .xl\:border-b-sidebar-accent-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .xl\:border-b-sidebar-accent\/0 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0);
  }

  .xl\:border-b-sidebar-accent\/10 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .xl\:border-b-sidebar-accent\/100 {
    border-bottom-color: hsl(var(--sidebar-accent) / 1);
  }

  .xl\:border-b-sidebar-accent\/15 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .xl\:border-b-sidebar-accent\/20 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .xl\:border-b-sidebar-accent\/25 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .xl\:border-b-sidebar-accent\/30 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .xl\:border-b-sidebar-accent\/35 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .xl\:border-b-sidebar-accent\/40 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .xl\:border-b-sidebar-accent\/45 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .xl\:border-b-sidebar-accent\/5 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .xl\:border-b-sidebar-accent\/50 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .xl\:border-b-sidebar-accent\/55 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .xl\:border-b-sidebar-accent\/60 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .xl\:border-b-sidebar-accent\/65 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .xl\:border-b-sidebar-accent\/70 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .xl\:border-b-sidebar-accent\/75 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .xl\:border-b-sidebar-accent\/80 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .xl\:border-b-sidebar-accent\/85 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .xl\:border-b-sidebar-accent\/90 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .xl\:border-b-sidebar-accent\/95 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .xl\:border-b-sidebar-border {
    border-bottom-color: hsl(var(--sidebar-border));
  }

  .xl\:border-b-sidebar-border\/0 {
    border-bottom-color: hsl(var(--sidebar-border) / 0);
  }

  .xl\:border-b-sidebar-border\/10 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.1);
  }

  .xl\:border-b-sidebar-border\/100 {
    border-bottom-color: hsl(var(--sidebar-border) / 1);
  }

  .xl\:border-b-sidebar-border\/15 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.15);
  }

  .xl\:border-b-sidebar-border\/20 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.2);
  }

  .xl\:border-b-sidebar-border\/25 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.25);
  }

  .xl\:border-b-sidebar-border\/30 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.3);
  }

  .xl\:border-b-sidebar-border\/35 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.35);
  }

  .xl\:border-b-sidebar-border\/40 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.4);
  }

  .xl\:border-b-sidebar-border\/45 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.45);
  }

  .xl\:border-b-sidebar-border\/5 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.05);
  }

  .xl\:border-b-sidebar-border\/50 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.5);
  }

  .xl\:border-b-sidebar-border\/55 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.55);
  }

  .xl\:border-b-sidebar-border\/60 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.6);
  }

  .xl\:border-b-sidebar-border\/65 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.65);
  }

  .xl\:border-b-sidebar-border\/70 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.7);
  }

  .xl\:border-b-sidebar-border\/75 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.75);
  }

  .xl\:border-b-sidebar-border\/80 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.8);
  }

  .xl\:border-b-sidebar-border\/85 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.85);
  }

  .xl\:border-b-sidebar-border\/90 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.9);
  }

  .xl\:border-b-sidebar-border\/95 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.95);
  }

  .xl\:border-b-sidebar-foreground {
    border-bottom-color: hsl(var(--sidebar-foreground));
  }

  .xl\:border-b-sidebar-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0);
  }

  .xl\:border-b-sidebar-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .xl\:border-b-sidebar-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 1);
  }

  .xl\:border-b-sidebar-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .xl\:border-b-sidebar-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .xl\:border-b-sidebar-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .xl\:border-b-sidebar-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .xl\:border-b-sidebar-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .xl\:border-b-sidebar-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .xl\:border-b-sidebar-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .xl\:border-b-sidebar-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .xl\:border-b-sidebar-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .xl\:border-b-sidebar-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .xl\:border-b-sidebar-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .xl\:border-b-sidebar-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .xl\:border-b-sidebar-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .xl\:border-b-sidebar-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .xl\:border-b-sidebar-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .xl\:border-b-sidebar-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .xl\:border-b-sidebar-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .xl\:border-b-sidebar-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .xl\:border-b-sidebar-primary {
    border-bottom-color: hsl(var(--sidebar-primary));
  }

  .xl\:border-b-sidebar-primary-foreground {
    border-bottom-color: hsl(var(--sidebar-primary-foreground));
  }

  .xl\:border-b-sidebar-primary-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .xl\:border-b-sidebar-primary-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .xl\:border-b-sidebar-primary-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .xl\:border-b-sidebar-primary-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .xl\:border-b-sidebar-primary-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .xl\:border-b-sidebar-primary-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .xl\:border-b-sidebar-primary-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .xl\:border-b-sidebar-primary-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .xl\:border-b-sidebar-primary-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .xl\:border-b-sidebar-primary-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .xl\:border-b-sidebar-primary-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .xl\:border-b-sidebar-primary-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .xl\:border-b-sidebar-primary-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .xl\:border-b-sidebar-primary-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .xl\:border-b-sidebar-primary-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .xl\:border-b-sidebar-primary-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .xl\:border-b-sidebar-primary-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .xl\:border-b-sidebar-primary-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .xl\:border-b-sidebar-primary-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .xl\:border-b-sidebar-primary-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .xl\:border-b-sidebar-primary-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .xl\:border-b-sidebar-primary\/0 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0);
  }

  .xl\:border-b-sidebar-primary\/10 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .xl\:border-b-sidebar-primary\/100 {
    border-bottom-color: hsl(var(--sidebar-primary) / 1);
  }

  .xl\:border-b-sidebar-primary\/15 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .xl\:border-b-sidebar-primary\/20 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .xl\:border-b-sidebar-primary\/25 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .xl\:border-b-sidebar-primary\/30 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .xl\:border-b-sidebar-primary\/35 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .xl\:border-b-sidebar-primary\/40 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .xl\:border-b-sidebar-primary\/45 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .xl\:border-b-sidebar-primary\/5 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .xl\:border-b-sidebar-primary\/50 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .xl\:border-b-sidebar-primary\/55 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .xl\:border-b-sidebar-primary\/60 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .xl\:border-b-sidebar-primary\/65 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .xl\:border-b-sidebar-primary\/70 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .xl\:border-b-sidebar-primary\/75 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .xl\:border-b-sidebar-primary\/80 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .xl\:border-b-sidebar-primary\/85 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .xl\:border-b-sidebar-primary\/90 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .xl\:border-b-sidebar-primary\/95 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .xl\:border-b-sidebar-ring {
    border-bottom-color: hsl(var(--sidebar-ring));
  }

  .xl\:border-b-sidebar-ring\/0 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0);
  }

  .xl\:border-b-sidebar-ring\/10 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .xl\:border-b-sidebar-ring\/100 {
    border-bottom-color: hsl(var(--sidebar-ring) / 1);
  }

  .xl\:border-b-sidebar-ring\/15 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .xl\:border-b-sidebar-ring\/20 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .xl\:border-b-sidebar-ring\/25 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .xl\:border-b-sidebar-ring\/30 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .xl\:border-b-sidebar-ring\/35 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .xl\:border-b-sidebar-ring\/40 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .xl\:border-b-sidebar-ring\/45 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .xl\:border-b-sidebar-ring\/5 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .xl\:border-b-sidebar-ring\/50 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .xl\:border-b-sidebar-ring\/55 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .xl\:border-b-sidebar-ring\/60 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .xl\:border-b-sidebar-ring\/65 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .xl\:border-b-sidebar-ring\/70 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .xl\:border-b-sidebar-ring\/75 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .xl\:border-b-sidebar-ring\/80 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .xl\:border-b-sidebar-ring\/85 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .xl\:border-b-sidebar-ring\/90 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .xl\:border-b-sidebar-ring\/95 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .xl\:border-b-sidebar\/0 {
    border-bottom-color: hsl(var(--sidebar-background) / 0);
  }

  .xl\:border-b-sidebar\/10 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.1);
  }

  .xl\:border-b-sidebar\/100 {
    border-bottom-color: hsl(var(--sidebar-background) / 1);
  }

  .xl\:border-b-sidebar\/15 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.15);
  }

  .xl\:border-b-sidebar\/20 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.2);
  }

  .xl\:border-b-sidebar\/25 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.25);
  }

  .xl\:border-b-sidebar\/30 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.3);
  }

  .xl\:border-b-sidebar\/35 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.35);
  }

  .xl\:border-b-sidebar\/40 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.4);
  }

  .xl\:border-b-sidebar\/45 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.45);
  }

  .xl\:border-b-sidebar\/5 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.05);
  }

  .xl\:border-b-sidebar\/50 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.5);
  }

  .xl\:border-b-sidebar\/55 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.55);
  }

  .xl\:border-b-sidebar\/60 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.6);
  }

  .xl\:border-b-sidebar\/65 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.65);
  }

  .xl\:border-b-sidebar\/70 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.7);
  }

  .xl\:border-b-sidebar\/75 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.75);
  }

  .xl\:border-b-sidebar\/80 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.8);
  }

  .xl\:border-b-sidebar\/85 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.85);
  }

  .xl\:border-b-sidebar\/90 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.9);
  }

  .xl\:border-b-sidebar\/95 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.95);
  }

  .xl\:border-b-sky-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .xl\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .xl\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .xl\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .xl\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .xl\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .xl\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .xl\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .xl\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .xl\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .xl\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .xl\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .xl\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .xl\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .xl\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .xl\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .xl\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .xl\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .xl\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .xl\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .xl\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .xl\:border-b-sky-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .xl\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .xl\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .xl\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .xl\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .xl\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .xl\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .xl\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .xl\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .xl\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .xl\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .xl\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .xl\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .xl\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .xl\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .xl\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .xl\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .xl\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .xl\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .xl\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .xl\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .xl\:border-b-sky-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .xl\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .xl\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .xl\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .xl\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .xl\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .xl\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .xl\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .xl\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .xl\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .xl\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .xl\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .xl\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .xl\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .xl\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .xl\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .xl\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .xl\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .xl\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .xl\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .xl\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .xl\:border-b-sky-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .xl\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .xl\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .xl\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .xl\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .xl\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .xl\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .xl\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .xl\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .xl\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .xl\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .xl\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .xl\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .xl\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .xl\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .xl\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .xl\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .xl\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .xl\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .xl\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .xl\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .xl\:border-b-sky-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .xl\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .xl\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .xl\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .xl\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .xl\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .xl\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .xl\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .xl\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .xl\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .xl\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .xl\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .xl\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .xl\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .xl\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .xl\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .xl\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .xl\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .xl\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .xl\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .xl\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .xl\:border-b-sky-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .xl\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .xl\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .xl\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .xl\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .xl\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .xl\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .xl\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .xl\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .xl\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .xl\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .xl\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .xl\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .xl\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .xl\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .xl\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .xl\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .xl\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .xl\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .xl\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .xl\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .xl\:border-b-sky-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .xl\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .xl\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .xl\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .xl\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .xl\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .xl\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .xl\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .xl\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .xl\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .xl\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .xl\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .xl\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .xl\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .xl\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .xl\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .xl\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .xl\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .xl\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .xl\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .xl\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .xl\:border-b-sky-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .xl\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .xl\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .xl\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .xl\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .xl\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .xl\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .xl\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .xl\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .xl\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .xl\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .xl\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .xl\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .xl\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .xl\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .xl\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .xl\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .xl\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .xl\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .xl\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .xl\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .xl\:border-b-sky-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .xl\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .xl\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .xl\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .xl\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .xl\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .xl\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .xl\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .xl\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .xl\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .xl\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .xl\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .xl\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .xl\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .xl\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .xl\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .xl\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .xl\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .xl\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .xl\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .xl\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .xl\:border-b-sky-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .xl\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .xl\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .xl\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .xl\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .xl\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .xl\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .xl\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .xl\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .xl\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .xl\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .xl\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .xl\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .xl\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .xl\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .xl\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .xl\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .xl\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .xl\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .xl\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .xl\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .xl\:border-b-sky-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .xl\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .xl\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .xl\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .xl\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .xl\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .xl\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .xl\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .xl\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .xl\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .xl\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .xl\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .xl\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .xl\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .xl\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .xl\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .xl\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .xl\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .xl\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .xl\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .xl\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .xl\:border-b-slate-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .xl\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .xl\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .xl\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .xl\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .xl\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .xl\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .xl\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .xl\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .xl\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .xl\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .xl\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .xl\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .xl\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .xl\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .xl\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .xl\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .xl\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .xl\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .xl\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .xl\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .xl\:border-b-slate-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .xl\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .xl\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .xl\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .xl\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .xl\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .xl\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .xl\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .xl\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .xl\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .xl\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .xl\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .xl\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .xl\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .xl\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .xl\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .xl\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .xl\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .xl\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .xl\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .xl\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .xl\:border-b-slate-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .xl\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .xl\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .xl\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .xl\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .xl\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .xl\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .xl\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .xl\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .xl\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .xl\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .xl\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .xl\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .xl\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .xl\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .xl\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .xl\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .xl\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .xl\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .xl\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .xl\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .xl\:border-b-slate-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .xl\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .xl\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .xl\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .xl\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .xl\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .xl\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .xl\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .xl\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .xl\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .xl\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .xl\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .xl\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .xl\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .xl\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .xl\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .xl\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .xl\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .xl\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .xl\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .xl\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .xl\:border-b-slate-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .xl\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .xl\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .xl\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .xl\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .xl\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .xl\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .xl\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .xl\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .xl\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .xl\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .xl\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .xl\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .xl\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .xl\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .xl\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .xl\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .xl\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .xl\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .xl\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .xl\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .xl\:border-b-slate-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .xl\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .xl\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .xl\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .xl\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .xl\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .xl\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .xl\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .xl\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .xl\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .xl\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .xl\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .xl\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .xl\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .xl\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .xl\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .xl\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .xl\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .xl\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .xl\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .xl\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .xl\:border-b-slate-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .xl\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .xl\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .xl\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .xl\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .xl\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .xl\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .xl\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .xl\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .xl\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .xl\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .xl\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .xl\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .xl\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .xl\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .xl\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .xl\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .xl\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .xl\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .xl\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .xl\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .xl\:border-b-slate-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .xl\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .xl\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .xl\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .xl\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .xl\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .xl\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .xl\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .xl\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .xl\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .xl\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .xl\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .xl\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .xl\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .xl\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .xl\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .xl\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .xl\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .xl\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .xl\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .xl\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .xl\:border-b-slate-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .xl\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .xl\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .xl\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .xl\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .xl\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .xl\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .xl\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .xl\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .xl\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .xl\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .xl\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .xl\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .xl\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .xl\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .xl\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .xl\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .xl\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .xl\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .xl\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .xl\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .xl\:border-b-slate-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .xl\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .xl\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .xl\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .xl\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .xl\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .xl\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .xl\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .xl\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .xl\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .xl\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .xl\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .xl\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .xl\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .xl\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .xl\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .xl\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .xl\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .xl\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .xl\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .xl\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .xl\:border-b-slate-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .xl\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .xl\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .xl\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .xl\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .xl\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .xl\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .xl\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .xl\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .xl\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .xl\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .xl\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .xl\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .xl\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .xl\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .xl\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .xl\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .xl\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .xl\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .xl\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .xl\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .xl\:border-b-stone-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .xl\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .xl\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .xl\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .xl\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .xl\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .xl\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .xl\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .xl\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .xl\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .xl\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .xl\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .xl\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .xl\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .xl\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .xl\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .xl\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .xl\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .xl\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .xl\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .xl\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .xl\:border-b-stone-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .xl\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .xl\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .xl\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .xl\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .xl\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .xl\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .xl\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .xl\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .xl\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .xl\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .xl\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .xl\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .xl\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .xl\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .xl\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .xl\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .xl\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .xl\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .xl\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .xl\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .xl\:border-b-stone-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .xl\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .xl\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .xl\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .xl\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .xl\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .xl\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .xl\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .xl\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .xl\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .xl\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .xl\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .xl\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .xl\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .xl\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .xl\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .xl\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .xl\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .xl\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .xl\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .xl\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .xl\:border-b-stone-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .xl\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .xl\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .xl\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .xl\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .xl\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .xl\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .xl\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .xl\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .xl\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .xl\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .xl\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .xl\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .xl\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .xl\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .xl\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .xl\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .xl\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .xl\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .xl\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .xl\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .xl\:border-b-stone-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .xl\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .xl\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .xl\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .xl\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .xl\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .xl\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .xl\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .xl\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .xl\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .xl\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .xl\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .xl\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .xl\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .xl\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .xl\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .xl\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .xl\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .xl\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .xl\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .xl\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .xl\:border-b-stone-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .xl\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .xl\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .xl\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .xl\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .xl\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .xl\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .xl\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .xl\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .xl\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .xl\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .xl\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .xl\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .xl\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .xl\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .xl\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .xl\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .xl\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .xl\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .xl\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .xl\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .xl\:border-b-stone-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .xl\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .xl\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .xl\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .xl\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .xl\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .xl\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .xl\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .xl\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .xl\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .xl\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .xl\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .xl\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .xl\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .xl\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .xl\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .xl\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .xl\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .xl\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .xl\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .xl\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .xl\:border-b-stone-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .xl\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .xl\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .xl\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .xl\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .xl\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .xl\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .xl\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .xl\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .xl\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .xl\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .xl\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .xl\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .xl\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .xl\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .xl\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .xl\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .xl\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .xl\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .xl\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .xl\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .xl\:border-b-stone-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .xl\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .xl\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .xl\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .xl\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .xl\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .xl\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .xl\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .xl\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .xl\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .xl\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .xl\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .xl\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .xl\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .xl\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .xl\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .xl\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .xl\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .xl\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .xl\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .xl\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .xl\:border-b-stone-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .xl\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .xl\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .xl\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .xl\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .xl\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .xl\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .xl\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .xl\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .xl\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .xl\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .xl\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .xl\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .xl\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .xl\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .xl\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .xl\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .xl\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .xl\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .xl\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .xl\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .xl\:border-b-stone-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .xl\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .xl\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .xl\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .xl\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .xl\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .xl\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .xl\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .xl\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .xl\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .xl\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .xl\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .xl\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .xl\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .xl\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .xl\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .xl\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .xl\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .xl\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .xl\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .xl\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .xl\:border-b-supporting {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-supporting-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-supporting-foreground\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-b-supporting-foreground\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-b-supporting-foreground\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-b-supporting-foreground\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-b-supporting-foreground\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-b-supporting-foreground\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-b-supporting-foreground\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-b-supporting-foreground\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-b-supporting-foreground\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-b-supporting-foreground\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-b-supporting-foreground\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-b-supporting-foreground\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-b-supporting-foreground\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-b-supporting-foreground\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-b-supporting-foreground\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-b-supporting-foreground\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-b-supporting-foreground\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-b-supporting-foreground\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-b-supporting-foreground\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-b-supporting-foreground\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-b-supporting-foreground\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-b-supporting\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-b-supporting\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-b-supporting\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-b-supporting\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-b-supporting\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-b-supporting\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-b-supporting\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-b-supporting\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-b-supporting\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-b-supporting\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-b-supporting\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-b-supporting\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-b-supporting\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-b-supporting\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-b-supporting\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-b-supporting\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-b-supporting\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-b-supporting\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-b-supporting\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-b-supporting\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-b-supporting\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-b-teal-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .xl\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .xl\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .xl\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .xl\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .xl\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .xl\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .xl\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .xl\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .xl\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .xl\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .xl\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .xl\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .xl\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .xl\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .xl\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .xl\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .xl\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .xl\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .xl\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .xl\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .xl\:border-b-teal-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .xl\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .xl\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .xl\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .xl\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .xl\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .xl\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .xl\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .xl\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .xl\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .xl\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .xl\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .xl\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .xl\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .xl\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .xl\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .xl\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .xl\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .xl\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .xl\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .xl\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .xl\:border-b-teal-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .xl\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .xl\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .xl\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .xl\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .xl\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .xl\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .xl\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .xl\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .xl\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .xl\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .xl\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .xl\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .xl\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .xl\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .xl\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .xl\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .xl\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .xl\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .xl\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .xl\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .xl\:border-b-teal-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .xl\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .xl\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .xl\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .xl\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .xl\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .xl\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .xl\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .xl\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .xl\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .xl\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .xl\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .xl\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .xl\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .xl\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .xl\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .xl\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .xl\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .xl\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .xl\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .xl\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .xl\:border-b-teal-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .xl\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .xl\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .xl\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .xl\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .xl\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .xl\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .xl\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .xl\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .xl\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .xl\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .xl\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .xl\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .xl\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .xl\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .xl\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .xl\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .xl\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .xl\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .xl\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .xl\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .xl\:border-b-teal-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .xl\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .xl\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .xl\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .xl\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .xl\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .xl\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .xl\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .xl\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .xl\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .xl\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .xl\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .xl\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .xl\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .xl\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .xl\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .xl\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .xl\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .xl\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .xl\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .xl\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .xl\:border-b-teal-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .xl\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .xl\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .xl\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .xl\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .xl\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .xl\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .xl\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .xl\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .xl\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .xl\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .xl\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .xl\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .xl\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .xl\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .xl\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .xl\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .xl\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .xl\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .xl\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .xl\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .xl\:border-b-teal-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .xl\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .xl\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .xl\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .xl\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .xl\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .xl\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .xl\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .xl\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .xl\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .xl\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .xl\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .xl\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .xl\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .xl\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .xl\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .xl\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .xl\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .xl\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .xl\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .xl\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .xl\:border-b-teal-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .xl\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .xl\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .xl\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .xl\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .xl\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .xl\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .xl\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .xl\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .xl\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .xl\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .xl\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .xl\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .xl\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .xl\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .xl\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .xl\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .xl\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .xl\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .xl\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .xl\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .xl\:border-b-teal-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .xl\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .xl\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .xl\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .xl\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .xl\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .xl\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .xl\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .xl\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .xl\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .xl\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .xl\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .xl\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .xl\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .xl\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .xl\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .xl\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .xl\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .xl\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .xl\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .xl\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .xl\:border-b-teal-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .xl\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .xl\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .xl\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .xl\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .xl\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .xl\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .xl\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .xl\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .xl\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .xl\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .xl\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .xl\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .xl\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .xl\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .xl\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .xl\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .xl\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .xl\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .xl\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .xl\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .xl\:border-b-tertiary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-tertiary\/0 {
    border-bottom-color: hsl(var(--tertiary) / 0);
  }

  .xl\:border-b-tertiary\/10 {
    border-bottom-color: hsl(var(--tertiary) / 0.1);
  }

  .xl\:border-b-tertiary\/100 {
    border-bottom-color: hsl(var(--tertiary) / 1);
  }

  .xl\:border-b-tertiary\/15 {
    border-bottom-color: hsl(var(--tertiary) / 0.15);
  }

  .xl\:border-b-tertiary\/20 {
    border-bottom-color: hsl(var(--tertiary) / 0.2);
  }

  .xl\:border-b-tertiary\/25 {
    border-bottom-color: hsl(var(--tertiary) / 0.25);
  }

  .xl\:border-b-tertiary\/30 {
    border-bottom-color: hsl(var(--tertiary) / 0.3);
  }

  .xl\:border-b-tertiary\/35 {
    border-bottom-color: hsl(var(--tertiary) / 0.35);
  }

  .xl\:border-b-tertiary\/40 {
    border-bottom-color: hsl(var(--tertiary) / 0.4);
  }

  .xl\:border-b-tertiary\/45 {
    border-bottom-color: hsl(var(--tertiary) / 0.45);
  }

  .xl\:border-b-tertiary\/5 {
    border-bottom-color: hsl(var(--tertiary) / 0.05);
  }

  .xl\:border-b-tertiary\/50 {
    border-bottom-color: hsl(var(--tertiary) / 0.5);
  }

  .xl\:border-b-tertiary\/55 {
    border-bottom-color: hsl(var(--tertiary) / 0.55);
  }

  .xl\:border-b-tertiary\/60 {
    border-bottom-color: hsl(var(--tertiary) / 0.6);
  }

  .xl\:border-b-tertiary\/65 {
    border-bottom-color: hsl(var(--tertiary) / 0.65);
  }

  .xl\:border-b-tertiary\/70 {
    border-bottom-color: hsl(var(--tertiary) / 0.7);
  }

  .xl\:border-b-tertiary\/75 {
    border-bottom-color: hsl(var(--tertiary) / 0.75);
  }

  .xl\:border-b-tertiary\/80 {
    border-bottom-color: hsl(var(--tertiary) / 0.8);
  }

  .xl\:border-b-tertiary\/85 {
    border-bottom-color: hsl(var(--tertiary) / 0.85);
  }

  .xl\:border-b-tertiary\/90 {
    border-bottom-color: hsl(var(--tertiary) / 0.9);
  }

  .xl\:border-b-tertiary\/95 {
    border-bottom-color: hsl(var(--tertiary) / 0.95);
  }

  .xl\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .xl\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .xl\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .xl\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-b-violet-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .xl\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .xl\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .xl\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .xl\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .xl\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .xl\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .xl\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .xl\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .xl\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .xl\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .xl\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .xl\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .xl\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .xl\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .xl\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .xl\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .xl\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .xl\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .xl\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .xl\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .xl\:border-b-violet-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .xl\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .xl\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .xl\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .xl\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .xl\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .xl\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .xl\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .xl\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .xl\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .xl\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .xl\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .xl\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .xl\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .xl\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .xl\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .xl\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .xl\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .xl\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .xl\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .xl\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .xl\:border-b-violet-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .xl\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .xl\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .xl\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .xl\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .xl\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .xl\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .xl\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .xl\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .xl\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .xl\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .xl\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .xl\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .xl\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .xl\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .xl\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .xl\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .xl\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .xl\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .xl\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .xl\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .xl\:border-b-violet-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .xl\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .xl\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .xl\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .xl\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .xl\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .xl\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .xl\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .xl\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .xl\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .xl\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .xl\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .xl\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .xl\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .xl\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .xl\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .xl\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .xl\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .xl\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .xl\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .xl\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .xl\:border-b-violet-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .xl\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .xl\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .xl\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .xl\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .xl\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .xl\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .xl\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .xl\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .xl\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .xl\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .xl\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .xl\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .xl\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .xl\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .xl\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .xl\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .xl\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .xl\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .xl\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .xl\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .xl\:border-b-violet-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .xl\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .xl\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .xl\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .xl\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .xl\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .xl\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .xl\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .xl\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .xl\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .xl\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .xl\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .xl\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .xl\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .xl\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .xl\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .xl\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .xl\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .xl\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .xl\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .xl\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .xl\:border-b-violet-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .xl\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .xl\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .xl\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .xl\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .xl\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .xl\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .xl\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .xl\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .xl\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .xl\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .xl\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .xl\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .xl\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .xl\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .xl\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .xl\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .xl\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .xl\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .xl\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .xl\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .xl\:border-b-violet-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .xl\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .xl\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .xl\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .xl\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .xl\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .xl\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .xl\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .xl\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .xl\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .xl\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .xl\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .xl\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .xl\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .xl\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .xl\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .xl\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .xl\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .xl\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .xl\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .xl\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .xl\:border-b-violet-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .xl\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .xl\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .xl\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .xl\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .xl\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .xl\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .xl\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .xl\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .xl\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .xl\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .xl\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .xl\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .xl\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .xl\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .xl\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .xl\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .xl\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .xl\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .xl\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .xl\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .xl\:border-b-violet-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .xl\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .xl\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .xl\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .xl\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .xl\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .xl\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .xl\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .xl\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .xl\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .xl\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .xl\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .xl\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .xl\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .xl\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .xl\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .xl\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .xl\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .xl\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .xl\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .xl\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .xl\:border-b-violet-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .xl\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .xl\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .xl\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .xl\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .xl\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .xl\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .xl\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .xl\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .xl\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .xl\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .xl\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .xl\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .xl\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .xl\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .xl\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .xl\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .xl\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .xl\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .xl\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .xl\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .xl\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .xl\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .xl\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .xl\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .xl\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .xl\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .xl\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .xl\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .xl\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .xl\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .xl\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .xl\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .xl\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .xl\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .xl\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .xl\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .xl\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .xl\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .xl\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .xl\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .xl\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .xl\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .xl\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .xl\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .xl\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .xl\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .xl\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .xl\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .xl\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .xl\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .xl\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .xl\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-b-zinc-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .xl\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .xl\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .xl\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .xl\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .xl\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .xl\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .xl\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .xl\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .xl\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .xl\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .xl\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .xl\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .xl\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .xl\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .xl\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .xl\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .xl\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .xl\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .xl\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .xl\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .xl\:border-b-zinc-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .xl\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .xl\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .xl\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .xl\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .xl\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .xl\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .xl\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .xl\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .xl\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .xl\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .xl\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .xl\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .xl\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .xl\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .xl\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .xl\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .xl\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .xl\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .xl\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .xl\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .xl\:border-b-zinc-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .xl\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .xl\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .xl\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .xl\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .xl\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .xl\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .xl\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .xl\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .xl\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .xl\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .xl\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .xl\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .xl\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .xl\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .xl\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .xl\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .xl\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .xl\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .xl\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .xl\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .xl\:border-b-zinc-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .xl\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .xl\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .xl\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .xl\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .xl\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .xl\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .xl\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .xl\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .xl\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .xl\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .xl\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .xl\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .xl\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .xl\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .xl\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .xl\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .xl\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .xl\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .xl\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .xl\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .xl\:border-b-zinc-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .xl\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .xl\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-b-zinc-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .xl\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .xl\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .xl\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .xl\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .xl\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .xl\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .xl\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .xl\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .xl\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .xl\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .xl\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .xl\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .xl\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .xl\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .xl\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .xl\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .xl\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .xl\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .xl\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .xl\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .xl\:border-b-zinc-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .xl\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .xl\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .xl\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .xl\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .xl\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .xl\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .xl\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .xl\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .xl\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .xl\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .xl\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .xl\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .xl\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .xl\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .xl\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .xl\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .xl\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .xl\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .xl\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .xl\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .xl\:border-b-zinc-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .xl\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .xl\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .xl\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .xl\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .xl\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .xl\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .xl\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .xl\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .xl\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .xl\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .xl\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .xl\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .xl\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .xl\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .xl\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .xl\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .xl\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .xl\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .xl\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .xl\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .xl\:border-b-zinc-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .xl\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .xl\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .xl\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .xl\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .xl\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .xl\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .xl\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .xl\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .xl\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .xl\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .xl\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .xl\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .xl\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .xl\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .xl\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .xl\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .xl\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .xl\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .xl\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .xl\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .xl\:border-b-zinc-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .xl\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .xl\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .xl\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .xl\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .xl\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .xl\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .xl\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .xl\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .xl\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .xl\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .xl\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .xl\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .xl\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .xl\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .xl\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .xl\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .xl\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .xl\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .xl\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .xl\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .xl\:border-b-zinc-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .xl\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .xl\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .xl\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .xl\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .xl\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .xl\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .xl\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .xl\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .xl\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .xl\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .xl\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .xl\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .xl\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .xl\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .xl\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .xl\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .xl\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .xl\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .xl\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .xl\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .xl\:border-l-accent {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-accent-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-accent-foreground\/0 {
    border-left-color: hsl(var(--accent-foreground) / 0);
  }

  .xl\:border-l-accent-foreground\/10 {
    border-left-color: hsl(var(--accent-foreground) / 0.1);
  }

  .xl\:border-l-accent-foreground\/100 {
    border-left-color: hsl(var(--accent-foreground) / 1);
  }

  .xl\:border-l-accent-foreground\/15 {
    border-left-color: hsl(var(--accent-foreground) / 0.15);
  }

  .xl\:border-l-accent-foreground\/20 {
    border-left-color: hsl(var(--accent-foreground) / 0.2);
  }

  .xl\:border-l-accent-foreground\/25 {
    border-left-color: hsl(var(--accent-foreground) / 0.25);
  }

  .xl\:border-l-accent-foreground\/30 {
    border-left-color: hsl(var(--accent-foreground) / 0.3);
  }

  .xl\:border-l-accent-foreground\/35 {
    border-left-color: hsl(var(--accent-foreground) / 0.35);
  }

  .xl\:border-l-accent-foreground\/40 {
    border-left-color: hsl(var(--accent-foreground) / 0.4);
  }

  .xl\:border-l-accent-foreground\/45 {
    border-left-color: hsl(var(--accent-foreground) / 0.45);
  }

  .xl\:border-l-accent-foreground\/5 {
    border-left-color: hsl(var(--accent-foreground) / 0.05);
  }

  .xl\:border-l-accent-foreground\/50 {
    border-left-color: hsl(var(--accent-foreground) / 0.5);
  }

  .xl\:border-l-accent-foreground\/55 {
    border-left-color: hsl(var(--accent-foreground) / 0.55);
  }

  .xl\:border-l-accent-foreground\/60 {
    border-left-color: hsl(var(--accent-foreground) / 0.6);
  }

  .xl\:border-l-accent-foreground\/65 {
    border-left-color: hsl(var(--accent-foreground) / 0.65);
  }

  .xl\:border-l-accent-foreground\/70 {
    border-left-color: hsl(var(--accent-foreground) / 0.7);
  }

  .xl\:border-l-accent-foreground\/75 {
    border-left-color: hsl(var(--accent-foreground) / 0.75);
  }

  .xl\:border-l-accent-foreground\/80 {
    border-left-color: hsl(var(--accent-foreground) / 0.8);
  }

  .xl\:border-l-accent-foreground\/85 {
    border-left-color: hsl(var(--accent-foreground) / 0.85);
  }

  .xl\:border-l-accent-foreground\/90 {
    border-left-color: hsl(var(--accent-foreground) / 0.9);
  }

  .xl\:border-l-accent-foreground\/95 {
    border-left-color: hsl(var(--accent-foreground) / 0.95);
  }

  .xl\:border-l-accent\/0 {
    border-left-color: hsl(var(--accent) / 0);
  }

  .xl\:border-l-accent\/10 {
    border-left-color: hsl(var(--accent) / 0.1);
  }

  .xl\:border-l-accent\/100 {
    border-left-color: hsl(var(--accent) / 1);
  }

  .xl\:border-l-accent\/15 {
    border-left-color: hsl(var(--accent) / 0.15);
  }

  .xl\:border-l-accent\/20 {
    border-left-color: hsl(var(--accent) / 0.2);
  }

  .xl\:border-l-accent\/25 {
    border-left-color: hsl(var(--accent) / 0.25);
  }

  .xl\:border-l-accent\/30 {
    border-left-color: hsl(var(--accent) / 0.3);
  }

  .xl\:border-l-accent\/35 {
    border-left-color: hsl(var(--accent) / 0.35);
  }

  .xl\:border-l-accent\/40 {
    border-left-color: hsl(var(--accent) / 0.4);
  }

  .xl\:border-l-accent\/45 {
    border-left-color: hsl(var(--accent) / 0.45);
  }

  .xl\:border-l-accent\/5 {
    border-left-color: hsl(var(--accent) / 0.05);
  }

  .xl\:border-l-accent\/50 {
    border-left-color: hsl(var(--accent) / 0.5);
  }

  .xl\:border-l-accent\/55 {
    border-left-color: hsl(var(--accent) / 0.55);
  }

  .xl\:border-l-accent\/60 {
    border-left-color: hsl(var(--accent) / 0.6);
  }

  .xl\:border-l-accent\/65 {
    border-left-color: hsl(var(--accent) / 0.65);
  }

  .xl\:border-l-accent\/70 {
    border-left-color: hsl(var(--accent) / 0.7);
  }

  .xl\:border-l-accent\/75 {
    border-left-color: hsl(var(--accent) / 0.75);
  }

  .xl\:border-l-accent\/80 {
    border-left-color: hsl(var(--accent) / 0.8);
  }

  .xl\:border-l-accent\/85 {
    border-left-color: hsl(var(--accent) / 0.85);
  }

  .xl\:border-l-accent\/90 {
    border-left-color: hsl(var(--accent) / 0.9);
  }

  .xl\:border-l-accent\/95 {
    border-left-color: hsl(var(--accent) / 0.95);
  }

  .xl\:border-l-amber-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
  }

  .xl\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
  }

  .xl\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
  }

  .xl\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
  }

  .xl\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
  }

  .xl\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
  }

  .xl\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
  }

  .xl\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
  }

  .xl\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
  }

  .xl\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
  }

  .xl\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
  }

  .xl\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
  }

  .xl\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
  }

  .xl\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
  }

  .xl\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
  }

  .xl\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
  }

  .xl\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
  }

  .xl\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
  }

  .xl\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
  }

  .xl\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
  }

  .xl\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
  }

  .xl\:border-l-amber-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
  }

  .xl\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
  }

  .xl\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
  }

  .xl\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
  }

  .xl\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
  }

  .xl\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
  }

  .xl\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
  }

  .xl\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
  }

  .xl\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
  }

  .xl\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
  }

  .xl\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
  }

  .xl\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
  }

  .xl\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
  }

  .xl\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
  }

  .xl\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
  }

  .xl\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
  }

  .xl\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
  }

  .xl\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
  }

  .xl\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
  }

  .xl\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
  }

  .xl\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
  }

  .xl\:border-l-amber-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
  }

  .xl\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
  }

  .xl\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
  }

  .xl\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
  }

  .xl\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
  }

  .xl\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
  }

  .xl\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
  }

  .xl\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
  }

  .xl\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
  }

  .xl\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
  }

  .xl\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
  }

  .xl\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
  }

  .xl\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
  }

  .xl\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
  }

  .xl\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
  }

  .xl\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
  }

  .xl\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
  }

  .xl\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
  }

  .xl\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
  }

  .xl\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
  }

  .xl\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
  }

  .xl\:border-l-amber-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
  }

  .xl\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
  }

  .xl\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
  }

  .xl\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
  }

  .xl\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
  }

  .xl\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
  }

  .xl\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
  }

  .xl\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
  }

  .xl\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
  }

  .xl\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
  }

  .xl\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
  }

  .xl\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
  }

  .xl\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
  }

  .xl\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
  }

  .xl\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
  }

  .xl\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
  }

  .xl\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
  }

  .xl\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
  }

  .xl\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
  }

  .xl\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
  }

  .xl\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
  }

  .xl\:border-l-amber-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
  }

  .xl\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
  }

  .xl\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
  }

  .xl\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
  }

  .xl\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
  }

  .xl\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
  }

  .xl\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
  }

  .xl\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
  }

  .xl\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
  }

  .xl\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
  }

  .xl\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
  }

  .xl\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
  }

  .xl\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
  }

  .xl\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
  }

  .xl\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
  }

  .xl\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
  }

  .xl\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
  }

  .xl\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
  }

  .xl\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
  }

  .xl\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
  }

  .xl\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
  }

  .xl\:border-l-amber-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
  }

  .xl\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
  }

  .xl\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
  }

  .xl\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
  }

  .xl\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
  }

  .xl\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
  }

  .xl\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
  }

  .xl\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
  }

  .xl\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
  }

  .xl\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
  }

  .xl\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
  }

  .xl\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
  }

  .xl\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
  }

  .xl\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
  }

  .xl\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
  }

  .xl\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
  }

  .xl\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
  }

  .xl\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
  }

  .xl\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
  }

  .xl\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
  }

  .xl\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
  }

  .xl\:border-l-amber-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
  }

  .xl\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
  }

  .xl\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
  }

  .xl\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
  }

  .xl\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
  }

  .xl\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
  }

  .xl\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
  }

  .xl\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
  }

  .xl\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
  }

  .xl\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
  }

  .xl\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
  }

  .xl\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
  }

  .xl\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
  }

  .xl\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
  }

  .xl\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
  }

  .xl\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
  }

  .xl\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
  }

  .xl\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
  }

  .xl\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
  }

  .xl\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
  }

  .xl\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
  }

  .xl\:border-l-amber-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
  }

  .xl\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
  }

  .xl\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
  }

  .xl\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
  }

  .xl\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
  }

  .xl\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
  }

  .xl\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
  }

  .xl\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
  }

  .xl\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
  }

  .xl\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
  }

  .xl\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
  }

  .xl\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
  }

  .xl\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
  }

  .xl\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
  }

  .xl\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
  }

  .xl\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
  }

  .xl\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
  }

  .xl\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
  }

  .xl\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
  }

  .xl\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
  }

  .xl\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
  }

  .xl\:border-l-amber-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
  }

  .xl\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
  }

  .xl\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
  }

  .xl\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
  }

  .xl\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
  }

  .xl\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
  }

  .xl\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
  }

  .xl\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
  }

  .xl\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
  }

  .xl\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
  }

  .xl\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
  }

  .xl\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
  }

  .xl\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
  }

  .xl\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
  }

  .xl\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
  }

  .xl\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
  }

  .xl\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
  }

  .xl\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
  }

  .xl\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
  }

  .xl\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
  }

  .xl\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
  }

  .xl\:border-l-amber-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
  }

  .xl\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
  }

  .xl\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
  }

  .xl\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
  }

  .xl\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
  }

  .xl\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
  }

  .xl\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
  }

  .xl\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
  }

  .xl\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
  }

  .xl\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
  }

  .xl\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
  }

  .xl\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
  }

  .xl\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
  }

  .xl\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
  }

  .xl\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
  }

  .xl\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
  }

  .xl\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
  }

  .xl\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
  }

  .xl\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
  }

  .xl\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
  }

  .xl\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
  }

  .xl\:border-l-amber-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
  }

  .xl\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
  }

  .xl\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
  }

  .xl\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
  }

  .xl\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
  }

  .xl\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
  }

  .xl\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
  }

  .xl\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
  }

  .xl\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
  }

  .xl\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
  }

  .xl\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
  }

  .xl\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
  }

  .xl\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
  }

  .xl\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
  }

  .xl\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
  }

  .xl\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
  }

  .xl\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
  }

  .xl\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
  }

  .xl\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
  }

  .xl\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
  }

  .xl\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
  }

  .xl\:border-l-background {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-background\/0 {
    border-left-color: hsl(var(--background) / 0);
  }

  .xl\:border-l-background\/10 {
    border-left-color: hsl(var(--background) / 0.1);
  }

  .xl\:border-l-background\/100 {
    border-left-color: hsl(var(--background) / 1);
  }

  .xl\:border-l-background\/15 {
    border-left-color: hsl(var(--background) / 0.15);
  }

  .xl\:border-l-background\/20 {
    border-left-color: hsl(var(--background) / 0.2);
  }

  .xl\:border-l-background\/25 {
    border-left-color: hsl(var(--background) / 0.25);
  }

  .xl\:border-l-background\/30 {
    border-left-color: hsl(var(--background) / 0.3);
  }

  .xl\:border-l-background\/35 {
    border-left-color: hsl(var(--background) / 0.35);
  }

  .xl\:border-l-background\/40 {
    border-left-color: hsl(var(--background) / 0.4);
  }

  .xl\:border-l-background\/45 {
    border-left-color: hsl(var(--background) / 0.45);
  }

  .xl\:border-l-background\/5 {
    border-left-color: hsl(var(--background) / 0.05);
  }

  .xl\:border-l-background\/50 {
    border-left-color: hsl(var(--background) / 0.5);
  }

  .xl\:border-l-background\/55 {
    border-left-color: hsl(var(--background) / 0.55);
  }

  .xl\:border-l-background\/60 {
    border-left-color: hsl(var(--background) / 0.6);
  }

  .xl\:border-l-background\/65 {
    border-left-color: hsl(var(--background) / 0.65);
  }

  .xl\:border-l-background\/70 {
    border-left-color: hsl(var(--background) / 0.7);
  }

  .xl\:border-l-background\/75 {
    border-left-color: hsl(var(--background) / 0.75);
  }

  .xl\:border-l-background\/80 {
    border-left-color: hsl(var(--background) / 0.8);
  }

  .xl\:border-l-background\/85 {
    border-left-color: hsl(var(--background) / 0.85);
  }

  .xl\:border-l-background\/90 {
    border-left-color: hsl(var(--background) / 0.9);
  }

  .xl\:border-l-background\/95 {
    border-left-color: hsl(var(--background) / 0.95);
  }

  .xl\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .xl\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .xl\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-l-blue-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
  }

  .xl\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
  }

  .xl\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
  }

  .xl\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
  }

  .xl\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
  }

  .xl\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
  }

  .xl\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
  }

  .xl\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
  }

  .xl\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
  }

  .xl\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
  }

  .xl\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
  }

  .xl\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
  }

  .xl\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
  }

  .xl\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
  }

  .xl\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
  }

  .xl\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
  }

  .xl\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
  }

  .xl\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
  }

  .xl\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
  }

  .xl\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
  }

  .xl\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
  }

  .xl\:border-l-blue-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
  }

  .xl\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
  }

  .xl\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
  }

  .xl\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
  }

  .xl\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
  }

  .xl\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
  }

  .xl\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
  }

  .xl\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
  }

  .xl\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
  }

  .xl\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
  }

  .xl\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
  }

  .xl\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
  }

  .xl\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
  }

  .xl\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
  }

  .xl\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
  }

  .xl\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
  }

  .xl\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
  }

  .xl\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
  }

  .xl\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
  }

  .xl\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
  }

  .xl\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
  }

  .xl\:border-l-blue-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
  }

  .xl\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
  }

  .xl\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
  }

  .xl\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
  }

  .xl\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
  }

  .xl\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
  }

  .xl\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
  }

  .xl\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
  }

  .xl\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
  }

  .xl\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
  }

  .xl\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
  }

  .xl\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
  }

  .xl\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
  }

  .xl\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
  }

  .xl\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
  }

  .xl\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
  }

  .xl\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
  }

  .xl\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
  }

  .xl\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
  }

  .xl\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
  }

  .xl\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
  }

  .xl\:border-l-blue-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
  }

  .xl\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
  }

  .xl\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
  }

  .xl\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
  }

  .xl\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
  }

  .xl\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
  }

  .xl\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
  }

  .xl\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
  }

  .xl\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
  }

  .xl\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
  }

  .xl\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
  }

  .xl\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
  }

  .xl\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
  }

  .xl\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
  }

  .xl\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
  }

  .xl\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
  }

  .xl\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
  }

  .xl\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
  }

  .xl\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
  }

  .xl\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
  }

  .xl\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
  }

  .xl\:border-l-blue-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
  }

  .xl\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
  }

  .xl\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
  }

  .xl\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
  }

  .xl\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
  }

  .xl\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
  }

  .xl\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
  }

  .xl\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
  }

  .xl\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
  }

  .xl\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
  }

  .xl\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
  }

  .xl\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
  }

  .xl\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
  }

  .xl\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
  }

  .xl\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
  }

  .xl\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
  }

  .xl\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
  }

  .xl\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
  }

  .xl\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
  }

  .xl\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
  }

  .xl\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
  }

  .xl\:border-l-blue-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
  }

  .xl\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
  }

  .xl\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
  }

  .xl\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
  }

  .xl\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
  }

  .xl\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
  }

  .xl\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
  }

  .xl\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
  }

  .xl\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
  }

  .xl\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
  }

  .xl\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
  }

  .xl\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
  }

  .xl\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
  }

  .xl\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
  }

  .xl\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
  }

  .xl\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
  }

  .xl\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
  }

  .xl\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
  }

  .xl\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
  }

  .xl\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
  }

  .xl\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
  }

  .xl\:border-l-blue-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
  }

  .xl\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
  }

  .xl\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
  }

  .xl\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
  }

  .xl\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
  }

  .xl\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
  }

  .xl\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
  }

  .xl\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
  }

  .xl\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
  }

  .xl\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
  }

  .xl\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
  }

  .xl\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
  }

  .xl\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
  }

  .xl\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
  }

  .xl\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
  }

  .xl\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
  }

  .xl\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
  }

  .xl\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
  }

  .xl\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
  }

  .xl\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
  }

  .xl\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
  }

  .xl\:border-l-blue-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
  }

  .xl\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
  }

  .xl\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
  }

  .xl\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
  }

  .xl\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
  }

  .xl\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
  }

  .xl\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
  }

  .xl\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
  }

  .xl\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
  }

  .xl\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
  }

  .xl\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
  }

  .xl\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
  }

  .xl\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
  }

  .xl\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
  }

  .xl\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
  }

  .xl\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
  }

  .xl\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
  }

  .xl\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
  }

  .xl\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
  }

  .xl\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
  }

  .xl\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
  }

  .xl\:border-l-blue-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
  }

  .xl\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
  }

  .xl\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
  }

  .xl\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
  }

  .xl\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
  }

  .xl\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
  }

  .xl\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
  }

  .xl\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
  }

  .xl\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
  }

  .xl\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
  }

  .xl\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
  }

  .xl\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
  }

  .xl\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
  }

  .xl\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
  }

  .xl\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
  }

  .xl\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
  }

  .xl\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
  }

  .xl\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
  }

  .xl\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
  }

  .xl\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
  }

  .xl\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
  }

  .xl\:border-l-blue-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
  }

  .xl\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
  }

  .xl\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
  }

  .xl\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
  }

  .xl\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
  }

  .xl\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
  }

  .xl\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
  }

  .xl\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
  }

  .xl\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
  }

  .xl\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
  }

  .xl\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
  }

  .xl\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
  }

  .xl\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
  }

  .xl\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
  }

  .xl\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
  }

  .xl\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
  }

  .xl\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
  }

  .xl\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
  }

  .xl\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
  }

  .xl\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
  }

  .xl\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
  }

  .xl\:border-l-blue-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
  }

  .xl\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
  }

  .xl\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
  }

  .xl\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
  }

  .xl\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
  }

  .xl\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
  }

  .xl\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
  }

  .xl\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
  }

  .xl\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
  }

  .xl\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
  }

  .xl\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
  }

  .xl\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
  }

  .xl\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
  }

  .xl\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
  }

  .xl\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
  }

  .xl\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
  }

  .xl\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
  }

  .xl\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
  }

  .xl\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
  }

  .xl\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
  }

  .xl\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
  }

  .xl\:border-l-border {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-border\/0 {
    border-left-color: hsl(var(--border) / 0);
  }

  .xl\:border-l-border\/10 {
    border-left-color: hsl(var(--border) / 0.1);
  }

  .xl\:border-l-border\/100 {
    border-left-color: hsl(var(--border) / 1);
  }

  .xl\:border-l-border\/15 {
    border-left-color: hsl(var(--border) / 0.15);
  }

  .xl\:border-l-border\/20 {
    border-left-color: hsl(var(--border) / 0.2);
  }

  .xl\:border-l-border\/25 {
    border-left-color: hsl(var(--border) / 0.25);
  }

  .xl\:border-l-border\/30 {
    border-left-color: hsl(var(--border) / 0.3);
  }

  .xl\:border-l-border\/35 {
    border-left-color: hsl(var(--border) / 0.35);
  }

  .xl\:border-l-border\/40 {
    border-left-color: hsl(var(--border) / 0.4);
  }

  .xl\:border-l-border\/45 {
    border-left-color: hsl(var(--border) / 0.45);
  }

  .xl\:border-l-border\/5 {
    border-left-color: hsl(var(--border) / 0.05);
  }

  .xl\:border-l-border\/50 {
    border-left-color: hsl(var(--border) / 0.5);
  }

  .xl\:border-l-border\/55 {
    border-left-color: hsl(var(--border) / 0.55);
  }

  .xl\:border-l-border\/60 {
    border-left-color: hsl(var(--border) / 0.6);
  }

  .xl\:border-l-border\/65 {
    border-left-color: hsl(var(--border) / 0.65);
  }

  .xl\:border-l-border\/70 {
    border-left-color: hsl(var(--border) / 0.7);
  }

  .xl\:border-l-border\/75 {
    border-left-color: hsl(var(--border) / 0.75);
  }

  .xl\:border-l-border\/80 {
    border-left-color: hsl(var(--border) / 0.8);
  }

  .xl\:border-l-border\/85 {
    border-left-color: hsl(var(--border) / 0.85);
  }

  .xl\:border-l-border\/90 {
    border-left-color: hsl(var(--border) / 0.9);
  }

  .xl\:border-l-border\/95 {
    border-left-color: hsl(var(--border) / 0.95);
  }

  .xl\:border-l-card {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-card-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-card-foreground\/0 {
    border-left-color: hsl(var(--card-foreground) / 0);
  }

  .xl\:border-l-card-foreground\/10 {
    border-left-color: hsl(var(--card-foreground) / 0.1);
  }

  .xl\:border-l-card-foreground\/100 {
    border-left-color: hsl(var(--card-foreground) / 1);
  }

  .xl\:border-l-card-foreground\/15 {
    border-left-color: hsl(var(--card-foreground) / 0.15);
  }

  .xl\:border-l-card-foreground\/20 {
    border-left-color: hsl(var(--card-foreground) / 0.2);
  }

  .xl\:border-l-card-foreground\/25 {
    border-left-color: hsl(var(--card-foreground) / 0.25);
  }

  .xl\:border-l-card-foreground\/30 {
    border-left-color: hsl(var(--card-foreground) / 0.3);
  }

  .xl\:border-l-card-foreground\/35 {
    border-left-color: hsl(var(--card-foreground) / 0.35);
  }

  .xl\:border-l-card-foreground\/40 {
    border-left-color: hsl(var(--card-foreground) / 0.4);
  }

  .xl\:border-l-card-foreground\/45 {
    border-left-color: hsl(var(--card-foreground) / 0.45);
  }

  .xl\:border-l-card-foreground\/5 {
    border-left-color: hsl(var(--card-foreground) / 0.05);
  }

  .xl\:border-l-card-foreground\/50 {
    border-left-color: hsl(var(--card-foreground) / 0.5);
  }

  .xl\:border-l-card-foreground\/55 {
    border-left-color: hsl(var(--card-foreground) / 0.55);
  }

  .xl\:border-l-card-foreground\/60 {
    border-left-color: hsl(var(--card-foreground) / 0.6);
  }

  .xl\:border-l-card-foreground\/65 {
    border-left-color: hsl(var(--card-foreground) / 0.65);
  }

  .xl\:border-l-card-foreground\/70 {
    border-left-color: hsl(var(--card-foreground) / 0.7);
  }

  .xl\:border-l-card-foreground\/75 {
    border-left-color: hsl(var(--card-foreground) / 0.75);
  }

  .xl\:border-l-card-foreground\/80 {
    border-left-color: hsl(var(--card-foreground) / 0.8);
  }

  .xl\:border-l-card-foreground\/85 {
    border-left-color: hsl(var(--card-foreground) / 0.85);
  }

  .xl\:border-l-card-foreground\/90 {
    border-left-color: hsl(var(--card-foreground) / 0.9);
  }

  .xl\:border-l-card-foreground\/95 {
    border-left-color: hsl(var(--card-foreground) / 0.95);
  }

  .xl\:border-l-card\/0 {
    border-left-color: hsl(var(--card) / 0);
  }

  .xl\:border-l-card\/10 {
    border-left-color: hsl(var(--card) / 0.1);
  }

  .xl\:border-l-card\/100 {
    border-left-color: hsl(var(--card) / 1);
  }

  .xl\:border-l-card\/15 {
    border-left-color: hsl(var(--card) / 0.15);
  }

  .xl\:border-l-card\/20 {
    border-left-color: hsl(var(--card) / 0.2);
  }

  .xl\:border-l-card\/25 {
    border-left-color: hsl(var(--card) / 0.25);
  }

  .xl\:border-l-card\/30 {
    border-left-color: hsl(var(--card) / 0.3);
  }

  .xl\:border-l-card\/35 {
    border-left-color: hsl(var(--card) / 0.35);
  }

  .xl\:border-l-card\/40 {
    border-left-color: hsl(var(--card) / 0.4);
  }

  .xl\:border-l-card\/45 {
    border-left-color: hsl(var(--card) / 0.45);
  }

  .xl\:border-l-card\/5 {
    border-left-color: hsl(var(--card) / 0.05);
  }

  .xl\:border-l-card\/50 {
    border-left-color: hsl(var(--card) / 0.5);
  }

  .xl\:border-l-card\/55 {
    border-left-color: hsl(var(--card) / 0.55);
  }

  .xl\:border-l-card\/60 {
    border-left-color: hsl(var(--card) / 0.6);
  }

  .xl\:border-l-card\/65 {
    border-left-color: hsl(var(--card) / 0.65);
  }

  .xl\:border-l-card\/70 {
    border-left-color: hsl(var(--card) / 0.7);
  }

  .xl\:border-l-card\/75 {
    border-left-color: hsl(var(--card) / 0.75);
  }

  .xl\:border-l-card\/80 {
    border-left-color: hsl(var(--card) / 0.8);
  }

  .xl\:border-l-card\/85 {
    border-left-color: hsl(var(--card) / 0.85);
  }

  .xl\:border-l-card\/90 {
    border-left-color: hsl(var(--card) / 0.9);
  }

  .xl\:border-l-card\/95 {
    border-left-color: hsl(var(--card) / 0.95);
  }

  .xl\:border-l-current {
    border-left-color: currentColor;
  }

  .xl\:border-l-cyan-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
  }

  .xl\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
  }

  .xl\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
  }

  .xl\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
  }

  .xl\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
  }

  .xl\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
  }

  .xl\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
  }

  .xl\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
  }

  .xl\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
  }

  .xl\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
  }

  .xl\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
  }

  .xl\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
  }

  .xl\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
  }

  .xl\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
  }

  .xl\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
  }

  .xl\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
  }

  .xl\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
  }

  .xl\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
  }

  .xl\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
  }

  .xl\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
  }

  .xl\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
  }

  .xl\:border-l-cyan-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
  }

  .xl\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
  }

  .xl\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
  }

  .xl\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
  }

  .xl\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
  }

  .xl\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
  }

  .xl\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
  }

  .xl\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
  }

  .xl\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
  }

  .xl\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
  }

  .xl\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
  }

  .xl\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
  }

  .xl\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
  }

  .xl\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
  }

  .xl\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
  }

  .xl\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
  }

  .xl\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
  }

  .xl\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
  }

  .xl\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
  }

  .xl\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
  }

  .xl\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
  }

  .xl\:border-l-cyan-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
  }

  .xl\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
  }

  .xl\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
  }

  .xl\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
  }

  .xl\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
  }

  .xl\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
  }

  .xl\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
  }

  .xl\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
  }

  .xl\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
  }

  .xl\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
  }

  .xl\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
  }

  .xl\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
  }

  .xl\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
  }

  .xl\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
  }

  .xl\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
  }

  .xl\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
  }

  .xl\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
  }

  .xl\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
  }

  .xl\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
  }

  .xl\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
  }

  .xl\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
  }

  .xl\:border-l-cyan-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
  }

  .xl\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
  }

  .xl\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
  }

  .xl\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
  }

  .xl\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
  }

  .xl\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
  }

  .xl\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
  }

  .xl\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
  }

  .xl\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
  }

  .xl\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
  }

  .xl\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
  }

  .xl\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
  }

  .xl\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
  }

  .xl\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
  }

  .xl\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
  }

  .xl\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
  }

  .xl\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
  }

  .xl\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
  }

  .xl\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
  }

  .xl\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
  }

  .xl\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
  }

  .xl\:border-l-cyan-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
  }

  .xl\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
  }

  .xl\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
  }

  .xl\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
  }

  .xl\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
  }

  .xl\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
  }

  .xl\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
  }

  .xl\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
  }

  .xl\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
  }

  .xl\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
  }

  .xl\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
  }

  .xl\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
  }

  .xl\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
  }

  .xl\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
  }

  .xl\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
  }

  .xl\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
  }

  .xl\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
  }

  .xl\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
  }

  .xl\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
  }

  .xl\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
  }

  .xl\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
  }

  .xl\:border-l-cyan-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
  }

  .xl\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
  }

  .xl\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
  }

  .xl\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
  }

  .xl\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
  }

  .xl\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
  }

  .xl\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
  }

  .xl\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
  }

  .xl\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
  }

  .xl\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
  }

  .xl\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
  }

  .xl\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
  }

  .xl\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
  }

  .xl\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
  }

  .xl\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
  }

  .xl\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
  }

  .xl\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
  }

  .xl\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
  }

  .xl\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
  }

  .xl\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
  }

  .xl\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
  }

  .xl\:border-l-cyan-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
  }

  .xl\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
  }

  .xl\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
  }

  .xl\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
  }

  .xl\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
  }

  .xl\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
  }

  .xl\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
  }

  .xl\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
  }

  .xl\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
  }

  .xl\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
  }

  .xl\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
  }

  .xl\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
  }

  .xl\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
  }

  .xl\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
  }

  .xl\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
  }

  .xl\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
  }

  .xl\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
  }

  .xl\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
  }

  .xl\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
  }

  .xl\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
  }

  .xl\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
  }

  .xl\:border-l-cyan-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
  }

  .xl\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
  }

  .xl\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
  }

  .xl\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
  }

  .xl\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
  }

  .xl\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
  }

  .xl\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
  }

  .xl\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
  }

  .xl\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
  }

  .xl\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
  }

  .xl\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
  }

  .xl\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
  }

  .xl\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
  }

  .xl\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
  }

  .xl\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
  }

  .xl\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
  }

  .xl\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
  }

  .xl\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
  }

  .xl\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
  }

  .xl\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
  }

  .xl\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
  }

  .xl\:border-l-cyan-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
  }

  .xl\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
  }

  .xl\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
  }

  .xl\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
  }

  .xl\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
  }

  .xl\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
  }

  .xl\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
  }

  .xl\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
  }

  .xl\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
  }

  .xl\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
  }

  .xl\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
  }

  .xl\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
  }

  .xl\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
  }

  .xl\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
  }

  .xl\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
  }

  .xl\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
  }

  .xl\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
  }

  .xl\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
  }

  .xl\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
  }

  .xl\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
  }

  .xl\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
  }

  .xl\:border-l-cyan-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
  }

  .xl\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
  }

  .xl\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
  }

  .xl\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
  }

  .xl\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
  }

  .xl\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
  }

  .xl\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
  }

  .xl\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
  }

  .xl\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
  }

  .xl\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
  }

  .xl\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
  }

  .xl\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
  }

  .xl\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
  }

  .xl\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
  }

  .xl\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
  }

  .xl\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
  }

  .xl\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
  }

  .xl\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
  }

  .xl\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
  }

  .xl\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
  }

  .xl\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
  }

  .xl\:border-l-cyan-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
  }

  .xl\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
  }

  .xl\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
  }

  .xl\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
  }

  .xl\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
  }

  .xl\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
  }

  .xl\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
  }

  .xl\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
  }

  .xl\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
  }

  .xl\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
  }

  .xl\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
  }

  .xl\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
  }

  .xl\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
  }

  .xl\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
  }

  .xl\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
  }

  .xl\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
  }

  .xl\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
  }

  .xl\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
  }

  .xl\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
  }

  .xl\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
  }

  .xl\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
  }

  .xl\:border-l-destructive {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-destructive-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-destructive-foreground\/0 {
    border-left-color: hsl(var(--destructive-foreground) / 0);
  }

  .xl\:border-l-destructive-foreground\/10 {
    border-left-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .xl\:border-l-destructive-foreground\/100 {
    border-left-color: hsl(var(--destructive-foreground) / 1);
  }

  .xl\:border-l-destructive-foreground\/15 {
    border-left-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .xl\:border-l-destructive-foreground\/20 {
    border-left-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .xl\:border-l-destructive-foreground\/25 {
    border-left-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .xl\:border-l-destructive-foreground\/30 {
    border-left-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .xl\:border-l-destructive-foreground\/35 {
    border-left-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .xl\:border-l-destructive-foreground\/40 {
    border-left-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .xl\:border-l-destructive-foreground\/45 {
    border-left-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .xl\:border-l-destructive-foreground\/5 {
    border-left-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .xl\:border-l-destructive-foreground\/50 {
    border-left-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .xl\:border-l-destructive-foreground\/55 {
    border-left-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .xl\:border-l-destructive-foreground\/60 {
    border-left-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .xl\:border-l-destructive-foreground\/65 {
    border-left-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .xl\:border-l-destructive-foreground\/70 {
    border-left-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .xl\:border-l-destructive-foreground\/75 {
    border-left-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .xl\:border-l-destructive-foreground\/80 {
    border-left-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .xl\:border-l-destructive-foreground\/85 {
    border-left-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .xl\:border-l-destructive-foreground\/90 {
    border-left-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .xl\:border-l-destructive-foreground\/95 {
    border-left-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .xl\:border-l-destructive\/0 {
    border-left-color: hsl(var(--destructive) / 0);
  }

  .xl\:border-l-destructive\/10 {
    border-left-color: hsl(var(--destructive) / 0.1);
  }

  .xl\:border-l-destructive\/100 {
    border-left-color: hsl(var(--destructive) / 1);
  }

  .xl\:border-l-destructive\/15 {
    border-left-color: hsl(var(--destructive) / 0.15);
  }

  .xl\:border-l-destructive\/20 {
    border-left-color: hsl(var(--destructive) / 0.2);
  }

  .xl\:border-l-destructive\/25 {
    border-left-color: hsl(var(--destructive) / 0.25);
  }

  .xl\:border-l-destructive\/30 {
    border-left-color: hsl(var(--destructive) / 0.3);
  }

  .xl\:border-l-destructive\/35 {
    border-left-color: hsl(var(--destructive) / 0.35);
  }

  .xl\:border-l-destructive\/40 {
    border-left-color: hsl(var(--destructive) / 0.4);
  }

  .xl\:border-l-destructive\/45 {
    border-left-color: hsl(var(--destructive) / 0.45);
  }

  .xl\:border-l-destructive\/5 {
    border-left-color: hsl(var(--destructive) / 0.05);
  }

  .xl\:border-l-destructive\/50 {
    border-left-color: hsl(var(--destructive) / 0.5);
  }

  .xl\:border-l-destructive\/55 {
    border-left-color: hsl(var(--destructive) / 0.55);
  }

  .xl\:border-l-destructive\/60 {
    border-left-color: hsl(var(--destructive) / 0.6);
  }

  .xl\:border-l-destructive\/65 {
    border-left-color: hsl(var(--destructive) / 0.65);
  }

  .xl\:border-l-destructive\/70 {
    border-left-color: hsl(var(--destructive) / 0.7);
  }

  .xl\:border-l-destructive\/75 {
    border-left-color: hsl(var(--destructive) / 0.75);
  }

  .xl\:border-l-destructive\/80 {
    border-left-color: hsl(var(--destructive) / 0.8);
  }

  .xl\:border-l-destructive\/85 {
    border-left-color: hsl(var(--destructive) / 0.85);
  }

  .xl\:border-l-destructive\/90 {
    border-left-color: hsl(var(--destructive) / 0.9);
  }

  .xl\:border-l-destructive\/95 {
    border-left-color: hsl(var(--destructive) / 0.95);
  }

  .xl\:border-l-emerald-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
  }

  .xl\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
  }

  .xl\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
  }

  .xl\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
  }

  .xl\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
  }

  .xl\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
  }

  .xl\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
  }

  .xl\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
  }

  .xl\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
  }

  .xl\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
  }

  .xl\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
  }

  .xl\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
  }

  .xl\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
  }

  .xl\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
  }

  .xl\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
  }

  .xl\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
  }

  .xl\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
  }

  .xl\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
  }

  .xl\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
  }

  .xl\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
  }

  .xl\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
  }

  .xl\:border-l-emerald-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
  }

  .xl\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
  }

  .xl\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
  }

  .xl\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
  }

  .xl\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
  }

  .xl\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
  }

  .xl\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
  }

  .xl\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
  }

  .xl\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
  }

  .xl\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
  }

  .xl\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
  }

  .xl\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
  }

  .xl\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
  }

  .xl\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
  }

  .xl\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
  }

  .xl\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
  }

  .xl\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
  }

  .xl\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
  }

  .xl\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
  }

  .xl\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
  }

  .xl\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
  }

  .xl\:border-l-emerald-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
  }

  .xl\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
  }

  .xl\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
  }

  .xl\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
  }

  .xl\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
  }

  .xl\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
  }

  .xl\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
  }

  .xl\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
  }

  .xl\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
  }

  .xl\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
  }

  .xl\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
  }

  .xl\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
  }

  .xl\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
  }

  .xl\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
  }

  .xl\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
  }

  .xl\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
  }

  .xl\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
  }

  .xl\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
  }

  .xl\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
  }

  .xl\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
  }

  .xl\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
  }

  .xl\:border-l-emerald-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
  }

  .xl\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
  }

  .xl\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
  }

  .xl\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
  }

  .xl\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
  }

  .xl\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
  }

  .xl\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
  }

  .xl\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
  }

  .xl\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
  }

  .xl\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
  }

  .xl\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
  }

  .xl\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
  }

  .xl\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
  }

  .xl\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
  }

  .xl\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
  }

  .xl\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
  }

  .xl\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
  }

  .xl\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
  }

  .xl\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
  }

  .xl\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
  }

  .xl\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
  }

  .xl\:border-l-emerald-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
  }

  .xl\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
  }

  .xl\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
  }

  .xl\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
  }

  .xl\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
  }

  .xl\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
  }

  .xl\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
  }

  .xl\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
  }

  .xl\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
  }

  .xl\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
  }

  .xl\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
  }

  .xl\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
  }

  .xl\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
  }

  .xl\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
  }

  .xl\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
  }

  .xl\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
  }

  .xl\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
  }

  .xl\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
  }

  .xl\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
  }

  .xl\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
  }

  .xl\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
  }

  .xl\:border-l-emerald-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
  }

  .xl\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
  }

  .xl\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
  }

  .xl\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
  }

  .xl\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
  }

  .xl\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
  }

  .xl\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
  }

  .xl\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
  }

  .xl\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
  }

  .xl\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
  }

  .xl\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
  }

  .xl\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
  }

  .xl\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
  }

  .xl\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
  }

  .xl\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
  }

  .xl\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
  }

  .xl\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
  }

  .xl\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
  }

  .xl\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
  }

  .xl\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
  }

  .xl\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
  }

  .xl\:border-l-emerald-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
  }

  .xl\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
  }

  .xl\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
  }

  .xl\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
  }

  .xl\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
  }

  .xl\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
  }

  .xl\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
  }

  .xl\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
  }

  .xl\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
  }

  .xl\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
  }

  .xl\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
  }

  .xl\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
  }

  .xl\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
  }

  .xl\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
  }

  .xl\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
  }

  .xl\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
  }

  .xl\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
  }

  .xl\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
  }

  .xl\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
  }

  .xl\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
  }

  .xl\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
  }

  .xl\:border-l-emerald-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
  }

  .xl\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
  }

  .xl\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
  }

  .xl\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
  }

  .xl\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
  }

  .xl\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
  }

  .xl\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
  }

  .xl\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
  }

  .xl\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
  }

  .xl\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
  }

  .xl\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
  }

  .xl\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
  }

  .xl\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
  }

  .xl\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
  }

  .xl\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
  }

  .xl\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
  }

  .xl\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
  }

  .xl\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
  }

  .xl\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
  }

  .xl\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
  }

  .xl\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
  }

  .xl\:border-l-emerald-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
  }

  .xl\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
  }

  .xl\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
  }

  .xl\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
  }

  .xl\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
  }

  .xl\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
  }

  .xl\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
  }

  .xl\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
  }

  .xl\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
  }

  .xl\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
  }

  .xl\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
  }

  .xl\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
  }

  .xl\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
  }

  .xl\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
  }

  .xl\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
  }

  .xl\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
  }

  .xl\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
  }

  .xl\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
  }

  .xl\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
  }

  .xl\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
  }

  .xl\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
  }

  .xl\:border-l-emerald-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
  }

  .xl\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
  }

  .xl\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
  }

  .xl\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
  }

  .xl\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
  }

  .xl\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
  }

  .xl\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
  }

  .xl\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
  }

  .xl\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
  }

  .xl\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
  }

  .xl\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
  }

  .xl\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
  }

  .xl\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
  }

  .xl\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
  }

  .xl\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
  }

  .xl\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
  }

  .xl\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
  }

  .xl\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
  }

  .xl\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
  }

  .xl\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
  }

  .xl\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
  }

  .xl\:border-l-emerald-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
  }

  .xl\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
  }

  .xl\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
  }

  .xl\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
  }

  .xl\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
  }

  .xl\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
  }

  .xl\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
  }

  .xl\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
  }

  .xl\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
  }

  .xl\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
  }

  .xl\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
  }

  .xl\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
  }

  .xl\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
  }

  .xl\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
  }

  .xl\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
  }

  .xl\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
  }

  .xl\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
  }

  .xl\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
  }

  .xl\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
  }

  .xl\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
  }

  .xl\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
  }

  .xl\:border-l-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-foreground\/0 {
    border-left-color: hsl(var(--foreground) / 0);
  }

  .xl\:border-l-foreground\/10 {
    border-left-color: hsl(var(--foreground) / 0.1);
  }

  .xl\:border-l-foreground\/100 {
    border-left-color: hsl(var(--foreground) / 1);
  }

  .xl\:border-l-foreground\/15 {
    border-left-color: hsl(var(--foreground) / 0.15);
  }

  .xl\:border-l-foreground\/20 {
    border-left-color: hsl(var(--foreground) / 0.2);
  }

  .xl\:border-l-foreground\/25 {
    border-left-color: hsl(var(--foreground) / 0.25);
  }

  .xl\:border-l-foreground\/30 {
    border-left-color: hsl(var(--foreground) / 0.3);
  }

  .xl\:border-l-foreground\/35 {
    border-left-color: hsl(var(--foreground) / 0.35);
  }

  .xl\:border-l-foreground\/40 {
    border-left-color: hsl(var(--foreground) / 0.4);
  }

  .xl\:border-l-foreground\/45 {
    border-left-color: hsl(var(--foreground) / 0.45);
  }

  .xl\:border-l-foreground\/5 {
    border-left-color: hsl(var(--foreground) / 0.05);
  }

  .xl\:border-l-foreground\/50 {
    border-left-color: hsl(var(--foreground) / 0.5);
  }

  .xl\:border-l-foreground\/55 {
    border-left-color: hsl(var(--foreground) / 0.55);
  }

  .xl\:border-l-foreground\/60 {
    border-left-color: hsl(var(--foreground) / 0.6);
  }

  .xl\:border-l-foreground\/65 {
    border-left-color: hsl(var(--foreground) / 0.65);
  }

  .xl\:border-l-foreground\/70 {
    border-left-color: hsl(var(--foreground) / 0.7);
  }

  .xl\:border-l-foreground\/75 {
    border-left-color: hsl(var(--foreground) / 0.75);
  }

  .xl\:border-l-foreground\/80 {
    border-left-color: hsl(var(--foreground) / 0.8);
  }

  .xl\:border-l-foreground\/85 {
    border-left-color: hsl(var(--foreground) / 0.85);
  }

  .xl\:border-l-foreground\/90 {
    border-left-color: hsl(var(--foreground) / 0.9);
  }

  .xl\:border-l-foreground\/95 {
    border-left-color: hsl(var(--foreground) / 0.95);
  }

  .xl\:border-l-fuchsia-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
  }

  .xl\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
  }

  .xl\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
  }

  .xl\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
  }

  .xl\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
  }

  .xl\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
  }

  .xl\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
  }

  .xl\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
  }

  .xl\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
  }

  .xl\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
  }

  .xl\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
  }

  .xl\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
  }

  .xl\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
  }

  .xl\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
  }

  .xl\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
  }

  .xl\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
  }

  .xl\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
  }

  .xl\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
  }

  .xl\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
  }

  .xl\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
  }

  .xl\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
  }

  .xl\:border-l-fuchsia-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
  }

  .xl\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
  }

  .xl\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
  }

  .xl\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
  }

  .xl\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
  }

  .xl\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
  }

  .xl\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
  }

  .xl\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
  }

  .xl\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
  }

  .xl\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
  }

  .xl\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
  }

  .xl\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
  }

  .xl\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
  }

  .xl\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
  }

  .xl\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
  }

  .xl\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
  }

  .xl\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
  }

  .xl\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
  }

  .xl\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
  }

  .xl\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
  }

  .xl\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
  }

  .xl\:border-l-fuchsia-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
  }

  .xl\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
  }

  .xl\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
  }

  .xl\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
  }

  .xl\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
  }

  .xl\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
  }

  .xl\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
  }

  .xl\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
  }

  .xl\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
  }

  .xl\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
  }

  .xl\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
  }

  .xl\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
  }

  .xl\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
  }

  .xl\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
  }

  .xl\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
  }

  .xl\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
  }

  .xl\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
  }

  .xl\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
  }

  .xl\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
  }

  .xl\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
  }

  .xl\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
  }

  .xl\:border-l-fuchsia-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
  }

  .xl\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
  }

  .xl\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
  }

  .xl\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
  }

  .xl\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
  }

  .xl\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
  }

  .xl\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
  }

  .xl\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
  }

  .xl\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
  }

  .xl\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
  }

  .xl\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
  }

  .xl\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
  }

  .xl\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
  }

  .xl\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
  }

  .xl\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
  }

  .xl\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
  }

  .xl\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
  }

  .xl\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
  }

  .xl\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
  }

  .xl\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
  }

  .xl\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
  }

  .xl\:border-l-fuchsia-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
  }

  .xl\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
  }

  .xl\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
  }

  .xl\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
  }

  .xl\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
  }

  .xl\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
  }

  .xl\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
  }

  .xl\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
  }

  .xl\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
  }

  .xl\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
  }

  .xl\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
  }

  .xl\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
  }

  .xl\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
  }

  .xl\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
  }

  .xl\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
  }

  .xl\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
  }

  .xl\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
  }

  .xl\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
  }

  .xl\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
  }

  .xl\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
  }

  .xl\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
  }

  .xl\:border-l-fuchsia-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
  }

  .xl\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
  }

  .xl\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
  }

  .xl\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
  }

  .xl\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
  }

  .xl\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
  }

  .xl\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
  }

  .xl\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
  }

  .xl\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
  }

  .xl\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
  }

  .xl\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
  }

  .xl\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
  }

  .xl\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
  }

  .xl\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
  }

  .xl\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
  }

  .xl\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
  }

  .xl\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
  }

  .xl\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
  }

  .xl\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
  }

  .xl\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
  }

  .xl\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
  }

  .xl\:border-l-fuchsia-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
  }

  .xl\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
  }

  .xl\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
  }

  .xl\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
  }

  .xl\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
  }

  .xl\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
  }

  .xl\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
  }

  .xl\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
  }

  .xl\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
  }

  .xl\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
  }

  .xl\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
  }

  .xl\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
  }

  .xl\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
  }

  .xl\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
  }

  .xl\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
  }

  .xl\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
  }

  .xl\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
  }

  .xl\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
  }

  .xl\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
  }

  .xl\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
  }

  .xl\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
  }

  .xl\:border-l-fuchsia-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
  }

  .xl\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
  }

  .xl\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
  }

  .xl\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
  }

  .xl\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
  }

  .xl\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
  }

  .xl\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
  }

  .xl\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
  }

  .xl\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
  }

  .xl\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
  }

  .xl\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
  }

  .xl\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
  }

  .xl\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
  }

  .xl\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
  }

  .xl\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
  }

  .xl\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
  }

  .xl\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
  }

  .xl\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
  }

  .xl\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
  }

  .xl\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
  }

  .xl\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
  }

  .xl\:border-l-fuchsia-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
  }

  .xl\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
  }

  .xl\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
  }

  .xl\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
  }

  .xl\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
  }

  .xl\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
  }

  .xl\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
  }

  .xl\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
  }

  .xl\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
  }

  .xl\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
  }

  .xl\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
  }

  .xl\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
  }

  .xl\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
  }

  .xl\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
  }

  .xl\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
  }

  .xl\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
  }

  .xl\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
  }

  .xl\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
  }

  .xl\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
  }

  .xl\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
  }

  .xl\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
  }

  .xl\:border-l-fuchsia-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
  }

  .xl\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
  }

  .xl\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
  }

  .xl\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
  }

  .xl\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
  }

  .xl\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
  }

  .xl\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
  }

  .xl\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
  }

  .xl\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
  }

  .xl\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
  }

  .xl\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
  }

  .xl\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
  }

  .xl\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
  }

  .xl\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
  }

  .xl\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
  }

  .xl\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
  }

  .xl\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
  }

  .xl\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
  }

  .xl\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
  }

  .xl\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
  }

  .xl\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
  }

  .xl\:border-l-fuchsia-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
  }

  .xl\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
  }

  .xl\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
  }

  .xl\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
  }

  .xl\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
  }

  .xl\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
  }

  .xl\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
  }

  .xl\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
  }

  .xl\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
  }

  .xl\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
  }

  .xl\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
  }

  .xl\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
  }

  .xl\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
  }

  .xl\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
  }

  .xl\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
  }

  .xl\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
  }

  .xl\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
  }

  .xl\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
  }

  .xl\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
  }

  .xl\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
  }

  .xl\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
  }

  .xl\:border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
  }

  .xl\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
  }

  .xl\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
  }

  .xl\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
  }

  .xl\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
  }

  .xl\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
  }

  .xl\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
  }

  .xl\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
  }

  .xl\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
  }

  .xl\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
  }

  .xl\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
  }

  .xl\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
  }

  .xl\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
  }

  .xl\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
  }

  .xl\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
  }

  .xl\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
  }

  .xl\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
  }

  .xl\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
  }

  .xl\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
  }

  .xl\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
  }

  .xl\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
  }

  .xl\:border-l-gray-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
  }

  .xl\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
  }

  .xl\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
  }

  .xl\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
  }

  .xl\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
  }

  .xl\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
  }

  .xl\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
  }

  .xl\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
  }

  .xl\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
  }

  .xl\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
  }

  .xl\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
  }

  .xl\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
  }

  .xl\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
  }

  .xl\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
  }

  .xl\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
  }

  .xl\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
  }

  .xl\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
  }

  .xl\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
  }

  .xl\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
  }

  .xl\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
  }

  .xl\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
  }

  .xl\:border-l-gray-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
  }

  .xl\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
  }

  .xl\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
  }

  .xl\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
  }

  .xl\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
  }

  .xl\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
  }

  .xl\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
  }

  .xl\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
  }

  .xl\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
  }

  .xl\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
  }

  .xl\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
  }

  .xl\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
  }

  .xl\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
  }

  .xl\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
  }

  .xl\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
  }

  .xl\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
  }

  .xl\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
  }

  .xl\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
  }

  .xl\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
  }

  .xl\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
  }

  .xl\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
  }

  .xl\:border-l-gray-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
  }

  .xl\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
  }

  .xl\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
  }

  .xl\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
  }

  .xl\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
  }

  .xl\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25);
  }

  .xl\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
  }

  .xl\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
  }

  .xl\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
  }

  .xl\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
  }

  .xl\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
  }

  .xl\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
  }

  .xl\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
  }

  .xl\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
  }

  .xl\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
  }

  .xl\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
  }

  .xl\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
  }

  .xl\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
  }

  .xl\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
  }

  .xl\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
  }

  .xl\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
  }

  .xl\:border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
  }

  .xl\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
  }

  .xl\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
  }

  .xl\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
  }

  .xl\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
  }

  .xl\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
  }

  .xl\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
  }

  .xl\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
  }

  .xl\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
  }

  .xl\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
  }

  .xl\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
  }

  .xl\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
  }

  .xl\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
  }

  .xl\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
  }

  .xl\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
  }

  .xl\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
  }

  .xl\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
  }

  .xl\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
  }

  .xl\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
  }

  .xl\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
  }

  .xl\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
  }

  .xl\:border-l-gray-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
  }

  .xl\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
  }

  .xl\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
  }

  .xl\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
  }

  .xl\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
  }

  .xl\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
  }

  .xl\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
  }

  .xl\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
  }

  .xl\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
  }

  .xl\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
  }

  .xl\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
  }

  .xl\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
  }

  .xl\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
  }

  .xl\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
  }

  .xl\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
  }

  .xl\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
  }

  .xl\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
  }

  .xl\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
  }

  .xl\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
  }

  .xl\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
  }

  .xl\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
  }

  .xl\:border-l-gray-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
  }

  .xl\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
  }

  .xl\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
  }

  .xl\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
  }

  .xl\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
  }

  .xl\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
  }

  .xl\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
  }

  .xl\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
  }

  .xl\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
  }

  .xl\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
  }

  .xl\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
  }

  .xl\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
  }

  .xl\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
  }

  .xl\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
  }

  .xl\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
  }

  .xl\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
  }

  .xl\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
  }

  .xl\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
  }

  .xl\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
  }

  .xl\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
  }

  .xl\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
  }

  .xl\:border-l-gray-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
  }

  .xl\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
  }

  .xl\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
  }

  .xl\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
  }

  .xl\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
  }

  .xl\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
  }

  .xl\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
  }

  .xl\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
  }

  .xl\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
  }

  .xl\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
  }

  .xl\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
  }

  .xl\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
  }

  .xl\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
  }

  .xl\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
  }

  .xl\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
  }

  .xl\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
  }

  .xl\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
  }

  .xl\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
  }

  .xl\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
  }

  .xl\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
  }

  .xl\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
  }

  .xl\:border-l-gray-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
  }

  .xl\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
  }

  .xl\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
  }

  .xl\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
  }

  .xl\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
  }

  .xl\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
  }

  .xl\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
  }

  .xl\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
  }

  .xl\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
  }

  .xl\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
  }

  .xl\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
  }

  .xl\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
  }

  .xl\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
  }

  .xl\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
  }

  .xl\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
  }

  .xl\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
  }

  .xl\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
  }

  .xl\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
  }

  .xl\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
  }

  .xl\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
  }

  .xl\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
  }

  .xl\:border-l-gray-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
  }

  .xl\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
  }

  .xl\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
  }

  .xl\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
  }

  .xl\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
  }

  .xl\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
  }

  .xl\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
  }

  .xl\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
  }

  .xl\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
  }

  .xl\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
  }

  .xl\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
  }

  .xl\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
  }

  .xl\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
  }

  .xl\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
  }

  .xl\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
  }

  .xl\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
  }

  .xl\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
  }

  .xl\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
  }

  .xl\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
  }

  .xl\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
  }

  .xl\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
  }

  .xl\:border-l-gray-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
  }

  .xl\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
  }

  .xl\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
  }

  .xl\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
  }

  .xl\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
  }

  .xl\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
  }

  .xl\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
  }

  .xl\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
  }

  .xl\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
  }

  .xl\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
  }

  .xl\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
  }

  .xl\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
  }

  .xl\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
  }

  .xl\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
  }

  .xl\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
  }

  .xl\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
  }

  .xl\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
  }

  .xl\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
  }

  .xl\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
  }

  .xl\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
  }

  .xl\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
  }

  .xl\:border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
  }

  .xl\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
  }

  .xl\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
  }

  .xl\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
  }

  .xl\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
  }

  .xl\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
  }

  .xl\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
  }

  .xl\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
  }

  .xl\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
  }

  .xl\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
  }

  .xl\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
  }

  .xl\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
  }

  .xl\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
  }

  .xl\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
  }

  .xl\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
  }

  .xl\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
  }

  .xl\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
  }

  .xl\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
  }

  .xl\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
  }

  .xl\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
  }

  .xl\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
  }

  .xl\:border-l-green-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
  }

  .xl\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
  }

  .xl\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
  }

  .xl\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
  }

  .xl\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
  }

  .xl\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
  }

  .xl\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
  }

  .xl\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
  }

  .xl\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
  }

  .xl\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
  }

  .xl\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
  }

  .xl\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
  }

  .xl\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
  }

  .xl\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
  }

  .xl\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
  }

  .xl\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
  }

  .xl\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
  }

  .xl\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
  }

  .xl\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
  }

  .xl\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
  }

  .xl\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
  }

  .xl\:border-l-green-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
  }

  .xl\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
  }

  .xl\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
  }

  .xl\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
  }

  .xl\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
  }

  .xl\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
  }

  .xl\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
  }

  .xl\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
  }

  .xl\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
  }

  .xl\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
  }

  .xl\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
  }

  .xl\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
  }

  .xl\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
  }

  .xl\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
  }

  .xl\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
  }

  .xl\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
  }

  .xl\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
  }

  .xl\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
  }

  .xl\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
  }

  .xl\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
  }

  .xl\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
  }

  .xl\:border-l-green-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
  }

  .xl\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
  }

  .xl\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
  }

  .xl\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
  }

  .xl\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
  }

  .xl\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
  }

  .xl\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
  }

  .xl\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
  }

  .xl\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
  }

  .xl\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
  }

  .xl\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
  }

  .xl\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
  }

  .xl\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
  }

  .xl\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
  }

  .xl\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
  }

  .xl\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
  }

  .xl\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
  }

  .xl\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
  }

  .xl\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
  }

  .xl\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
  }

  .xl\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
  }

  .xl\:border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
  }

  .xl\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
  }

  .xl\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
  }

  .xl\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
  }

  .xl\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
  }

  .xl\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
  }

  .xl\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
  }

  .xl\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
  }

  .xl\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
  }

  .xl\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
  }

  .xl\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
  }

  .xl\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
  }

  .xl\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
  }

  .xl\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
  }

  .xl\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
  }

  .xl\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
  }

  .xl\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
  }

  .xl\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
  }

  .xl\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
  }

  .xl\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
  }

  .xl\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
  }

  .xl\:border-l-green-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
  }

  .xl\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
  }

  .xl\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
  }

  .xl\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
  }

  .xl\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
  }

  .xl\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
  }

  .xl\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
  }

  .xl\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
  }

  .xl\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
  }

  .xl\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
  }

  .xl\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
  }

  .xl\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
  }

  .xl\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
  }

  .xl\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
  }

  .xl\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
  }

  .xl\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
  }

  .xl\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
  }

  .xl\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
  }

  .xl\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
  }

  .xl\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
  }

  .xl\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
  }

  .xl\:border-l-green-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
  }

  .xl\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
  }

  .xl\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
  }

  .xl\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
  }

  .xl\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
  }

  .xl\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
  }

  .xl\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
  }

  .xl\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
  }

  .xl\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
  }

  .xl\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
  }

  .xl\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
  }

  .xl\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
  }

  .xl\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
  }

  .xl\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
  }

  .xl\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
  }

  .xl\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
  }

  .xl\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
  }

  .xl\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
  }

  .xl\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
  }

  .xl\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
  }

  .xl\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
  }

  .xl\:border-l-green-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
  }

  .xl\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
  }

  .xl\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
  }

  .xl\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
  }

  .xl\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
  }

  .xl\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
  }

  .xl\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
  }

  .xl\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
  }

  .xl\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
  }

  .xl\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
  }

  .xl\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
  }

  .xl\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
  }

  .xl\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
  }

  .xl\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
  }

  .xl\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
  }

  .xl\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
  }

  .xl\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
  }

  .xl\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
  }

  .xl\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
  }

  .xl\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
  }

  .xl\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
  }

  .xl\:border-l-green-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
  }

  .xl\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
  }

  .xl\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
  }

  .xl\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
  }

  .xl\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
  }

  .xl\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
  }

  .xl\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
  }

  .xl\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
  }

  .xl\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
  }

  .xl\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
  }

  .xl\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
  }

  .xl\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
  }

  .xl\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
  }

  .xl\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
  }

  .xl\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
  }

  .xl\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
  }

  .xl\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
  }

  .xl\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
  }

  .xl\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
  }

  .xl\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
  }

  .xl\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
  }

  .xl\:border-l-green-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
  }

  .xl\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
  }

  .xl\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
  }

  .xl\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
  }

  .xl\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
  }

  .xl\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
  }

  .xl\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
  }

  .xl\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
  }

  .xl\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
  }

  .xl\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
  }

  .xl\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
  }

  .xl\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
  }

  .xl\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
  }

  .xl\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
  }

  .xl\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
  }

  .xl\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
  }

  .xl\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
  }

  .xl\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
  }

  .xl\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
  }

  .xl\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
  }

  .xl\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
  }

  .xl\:border-l-green-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
  }

  .xl\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
  }

  .xl\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
  }

  .xl\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
  }

  .xl\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
  }

  .xl\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
  }

  .xl\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
  }

  .xl\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
  }

  .xl\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
  }

  .xl\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
  }

  .xl\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
  }

  .xl\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
  }

  .xl\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
  }

  .xl\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
  }

  .xl\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
  }

  .xl\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
  }

  .xl\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
  }

  .xl\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
  }

  .xl\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
  }

  .xl\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
  }

  .xl\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
  }

  .xl\:border-l-indigo-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
  }

  .xl\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
  }

  .xl\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
  }

  .xl\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
  }

  .xl\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
  }

  .xl\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
  }

  .xl\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
  }

  .xl\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
  }

  .xl\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
  }

  .xl\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
  }

  .xl\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
  }

  .xl\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
  }

  .xl\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
  }

  .xl\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
  }

  .xl\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
  }

  .xl\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
  }

  .xl\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
  }

  .xl\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
  }

  .xl\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
  }

  .xl\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
  }

  .xl\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
  }

  .xl\:border-l-indigo-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
  }

  .xl\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
  }

  .xl\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
  }

  .xl\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
  }

  .xl\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
  }

  .xl\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
  }

  .xl\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
  }

  .xl\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
  }

  .xl\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
  }

  .xl\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
  }

  .xl\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
  }

  .xl\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
  }

  .xl\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
  }

  .xl\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
  }

  .xl\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
  }

  .xl\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
  }

  .xl\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
  }

  .xl\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
  }

  .xl\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
  }

  .xl\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
  }

  .xl\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
  }

  .xl\:border-l-indigo-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
  }

  .xl\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
  }

  .xl\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
  }

  .xl\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
  }

  .xl\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
  }

  .xl\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
  }

  .xl\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
  }

  .xl\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
  }

  .xl\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
  }

  .xl\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
  }

  .xl\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
  }

  .xl\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
  }

  .xl\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
  }

  .xl\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
  }

  .xl\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
  }

  .xl\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
  }

  .xl\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
  }

  .xl\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
  }

  .xl\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
  }

  .xl\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
  }

  .xl\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
  }

  .xl\:border-l-indigo-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
  }

  .xl\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
  }

  .xl\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
  }

  .xl\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
  }

  .xl\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
  }

  .xl\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
  }

  .xl\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
  }

  .xl\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
  }

  .xl\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
  }

  .xl\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
  }

  .xl\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
  }

  .xl\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
  }

  .xl\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
  }

  .xl\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
  }

  .xl\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
  }

  .xl\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
  }

  .xl\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
  }

  .xl\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
  }

  .xl\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
  }

  .xl\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
  }

  .xl\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
  }

  .xl\:border-l-indigo-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
  }

  .xl\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
  }

  .xl\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
  }

  .xl\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
  }

  .xl\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
  }

  .xl\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
  }

  .xl\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
  }

  .xl\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
  }

  .xl\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
  }

  .xl\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
  }

  .xl\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
  }

  .xl\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
  }

  .xl\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
  }

  .xl\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
  }

  .xl\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
  }

  .xl\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
  }

  .xl\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
  }

  .xl\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
  }

  .xl\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
  }

  .xl\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
  }

  .xl\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
  }

  .xl\:border-l-indigo-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
  }

  .xl\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
  }

  .xl\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
  }

  .xl\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
  }

  .xl\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
  }

  .xl\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
  }

  .xl\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
  }

  .xl\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
  }

  .xl\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
  }

  .xl\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
  }

  .xl\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
  }

  .xl\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
  }

  .xl\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
  }

  .xl\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
  }

  .xl\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
  }

  .xl\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
  }

  .xl\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
  }

  .xl\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
  }

  .xl\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
  }

  .xl\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
  }

  .xl\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
  }

  .xl\:border-l-indigo-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
  }

  .xl\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
  }

  .xl\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
  }

  .xl\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
  }

  .xl\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
  }

  .xl\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
  }

  .xl\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
  }

  .xl\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
  }

  .xl\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
  }

  .xl\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
  }

  .xl\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
  }

  .xl\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
  }

  .xl\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
  }

  .xl\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
  }

  .xl\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
  }

  .xl\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
  }

  .xl\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
  }

  .xl\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
  }

  .xl\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
  }

  .xl\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
  }

  .xl\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
  }

  .xl\:border-l-indigo-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
  }

  .xl\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
  }

  .xl\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
  }

  .xl\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
  }

  .xl\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
  }

  .xl\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
  }

  .xl\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
  }

  .xl\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
  }

  .xl\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
  }

  .xl\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
  }

  .xl\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
  }

  .xl\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
  }

  .xl\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
  }

  .xl\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
  }

  .xl\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
  }

  .xl\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
  }

  .xl\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
  }

  .xl\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
  }

  .xl\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
  }

  .xl\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
  }

  .xl\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
  }

  .xl\:border-l-indigo-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
  }

  .xl\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
  }

  .xl\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
  }

  .xl\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
  }

  .xl\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
  }

  .xl\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
  }

  .xl\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
  }

  .xl\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
  }

  .xl\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
  }

  .xl\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
  }

  .xl\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
  }

  .xl\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
  }

  .xl\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
  }

  .xl\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
  }

  .xl\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
  }

  .xl\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
  }

  .xl\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
  }

  .xl\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
  }

  .xl\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
  }

  .xl\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
  }

  .xl\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
  }

  .xl\:border-l-indigo-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
  }

  .xl\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
  }

  .xl\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
  }

  .xl\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
  }

  .xl\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
  }

  .xl\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
  }

  .xl\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
  }

  .xl\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
  }

  .xl\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
  }

  .xl\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
  }

  .xl\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
  }

  .xl\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
  }

  .xl\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
  }

  .xl\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
  }

  .xl\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
  }

  .xl\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
  }

  .xl\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
  }

  .xl\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
  }

  .xl\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
  }

  .xl\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
  }

  .xl\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
  }

  .xl\:border-l-indigo-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
  }

  .xl\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
  }

  .xl\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
  }

  .xl\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
  }

  .xl\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
  }

  .xl\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
  }

  .xl\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
  }

  .xl\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
  }

  .xl\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
  }

  .xl\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
  }

  .xl\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
  }

  .xl\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
  }

  .xl\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
  }

  .xl\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
  }

  .xl\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
  }

  .xl\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
  }

  .xl\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
  }

  .xl\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
  }

  .xl\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
  }

  .xl\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
  }

  .xl\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
  }

  .xl\:border-l-inherit {
    border-left-color: inherit;
  }

  .xl\:border-l-input {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-input\/0 {
    border-left-color: hsl(var(--input) / 0);
  }

  .xl\:border-l-input\/10 {
    border-left-color: hsl(var(--input) / 0.1);
  }

  .xl\:border-l-input\/100 {
    border-left-color: hsl(var(--input) / 1);
  }

  .xl\:border-l-input\/15 {
    border-left-color: hsl(var(--input) / 0.15);
  }

  .xl\:border-l-input\/20 {
    border-left-color: hsl(var(--input) / 0.2);
  }

  .xl\:border-l-input\/25 {
    border-left-color: hsl(var(--input) / 0.25);
  }

  .xl\:border-l-input\/30 {
    border-left-color: hsl(var(--input) / 0.3);
  }

  .xl\:border-l-input\/35 {
    border-left-color: hsl(var(--input) / 0.35);
  }

  .xl\:border-l-input\/40 {
    border-left-color: hsl(var(--input) / 0.4);
  }

  .xl\:border-l-input\/45 {
    border-left-color: hsl(var(--input) / 0.45);
  }

  .xl\:border-l-input\/5 {
    border-left-color: hsl(var(--input) / 0.05);
  }

  .xl\:border-l-input\/50 {
    border-left-color: hsl(var(--input) / 0.5);
  }

  .xl\:border-l-input\/55 {
    border-left-color: hsl(var(--input) / 0.55);
  }

  .xl\:border-l-input\/60 {
    border-left-color: hsl(var(--input) / 0.6);
  }

  .xl\:border-l-input\/65 {
    border-left-color: hsl(var(--input) / 0.65);
  }

  .xl\:border-l-input\/70 {
    border-left-color: hsl(var(--input) / 0.7);
  }

  .xl\:border-l-input\/75 {
    border-left-color: hsl(var(--input) / 0.75);
  }

  .xl\:border-l-input\/80 {
    border-left-color: hsl(var(--input) / 0.8);
  }

  .xl\:border-l-input\/85 {
    border-left-color: hsl(var(--input) / 0.85);
  }

  .xl\:border-l-input\/90 {
    border-left-color: hsl(var(--input) / 0.9);
  }

  .xl\:border-l-input\/95 {
    border-left-color: hsl(var(--input) / 0.95);
  }

  .xl\:border-l-lime-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
  }

  .xl\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
  }

  .xl\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
  }

  .xl\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
  }

  .xl\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
  }

  .xl\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
  }

  .xl\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
  }

  .xl\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
  }

  .xl\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
  }

  .xl\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
  }

  .xl\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
  }

  .xl\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
  }

  .xl\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
  }

  .xl\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
  }

  .xl\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
  }

  .xl\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
  }

  .xl\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
  }

  .xl\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
  }

  .xl\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
  }

  .xl\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
  }

  .xl\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
  }

  .xl\:border-l-lime-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
  }

  .xl\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
  }

  .xl\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
  }

  .xl\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
  }

  .xl\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
  }

  .xl\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
  }

  .xl\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
  }

  .xl\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
  }

  .xl\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
  }

  .xl\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
  }

  .xl\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
  }

  .xl\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
  }

  .xl\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
  }

  .xl\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
  }

  .xl\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
  }

  .xl\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
  }

  .xl\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
  }

  .xl\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
  }

  .xl\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
  }

  .xl\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
  }

  .xl\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
  }

  .xl\:border-l-lime-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
  }

  .xl\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
  }

  .xl\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
  }

  .xl\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
  }

  .xl\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
  }

  .xl\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
  }

  .xl\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
  }

  .xl\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
  }

  .xl\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
  }

  .xl\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
  }

  .xl\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
  }

  .xl\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
  }

  .xl\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
  }

  .xl\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
  }

  .xl\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
  }

  .xl\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
  }

  .xl\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
  }

  .xl\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
  }

  .xl\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
  }

  .xl\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
  }

  .xl\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
  }

  .xl\:border-l-lime-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
  }

  .xl\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
  }

  .xl\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
  }

  .xl\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
  }

  .xl\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
  }

  .xl\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
  }

  .xl\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
  }

  .xl\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
  }

  .xl\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
  }

  .xl\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
  }

  .xl\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
  }

  .xl\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
  }

  .xl\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
  }

  .xl\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
  }

  .xl\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
  }

  .xl\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
  }

  .xl\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
  }

  .xl\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
  }

  .xl\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
  }

  .xl\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
  }

  .xl\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
  }

  .xl\:border-l-lime-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
  }

  .xl\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
  }

  .xl\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
  }

  .xl\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
  }

  .xl\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
  }

  .xl\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
  }

  .xl\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
  }

  .xl\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
  }

  .xl\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
  }

  .xl\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
  }

  .xl\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
  }

  .xl\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
  }

  .xl\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
  }

  .xl\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
  }

  .xl\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
  }

  .xl\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
  }

  .xl\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
  }

  .xl\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
  }

  .xl\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
  }

  .xl\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
  }

  .xl\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
  }

  .xl\:border-l-lime-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
  }

  .xl\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
  }

  .xl\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
  }

  .xl\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
  }

  .xl\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
  }

  .xl\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
  }

  .xl\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
  }

  .xl\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
  }

  .xl\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
  }

  .xl\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
  }

  .xl\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
  }

  .xl\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
  }

  .xl\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
  }

  .xl\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
  }

  .xl\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
  }

  .xl\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
  }

  .xl\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
  }

  .xl\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
  }

  .xl\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
  }

  .xl\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
  }

  .xl\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
  }

  .xl\:border-l-lime-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
  }

  .xl\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
  }

  .xl\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
  }

  .xl\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
  }

  .xl\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
  }

  .xl\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
  }

  .xl\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
  }

  .xl\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
  }

  .xl\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
  }

  .xl\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
  }

  .xl\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
  }

  .xl\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
  }

  .xl\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
  }

  .xl\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
  }

  .xl\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
  }

  .xl\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
  }

  .xl\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
  }

  .xl\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
  }

  .xl\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
  }

  .xl\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
  }

  .xl\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
  }

  .xl\:border-l-lime-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
  }

  .xl\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
  }

  .xl\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
  }

  .xl\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
  }

  .xl\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
  }

  .xl\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
  }

  .xl\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
  }

  .xl\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
  }

  .xl\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
  }

  .xl\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
  }

  .xl\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
  }

  .xl\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
  }

  .xl\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
  }

  .xl\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
  }

  .xl\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
  }

  .xl\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
  }

  .xl\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
  }

  .xl\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
  }

  .xl\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
  }

  .xl\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
  }

  .xl\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
  }

  .xl\:border-l-lime-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
  }

  .xl\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
  }

  .xl\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
  }

  .xl\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
  }

  .xl\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
  }

  .xl\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
  }

  .xl\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
  }

  .xl\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
  }

  .xl\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
  }

  .xl\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
  }

  .xl\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
  }

  .xl\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
  }

  .xl\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
  }

  .xl\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
  }

  .xl\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
  }

  .xl\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
  }

  .xl\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
  }

  .xl\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
  }

  .xl\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
  }

  .xl\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
  }

  .xl\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
  }

  .xl\:border-l-lime-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
  }

  .xl\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
  }

  .xl\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
  }

  .xl\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
  }

  .xl\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
  }

  .xl\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
  }

  .xl\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
  }

  .xl\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
  }

  .xl\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
  }

  .xl\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
  }

  .xl\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
  }

  .xl\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
  }

  .xl\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
  }

  .xl\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
  }

  .xl\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
  }

  .xl\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
  }

  .xl\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
  }

  .xl\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
  }

  .xl\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
  }

  .xl\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
  }

  .xl\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
  }

  .xl\:border-l-lime-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
  }

  .xl\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
  }

  .xl\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
  }

  .xl\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
  }

  .xl\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
  }

  .xl\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
  }

  .xl\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
  }

  .xl\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
  }

  .xl\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
  }

  .xl\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
  }

  .xl\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
  }

  .xl\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
  }

  .xl\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
  }

  .xl\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
  }

  .xl\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
  }

  .xl\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
  }

  .xl\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
  }

  .xl\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
  }

  .xl\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
  }

  .xl\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
  }

  .xl\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
  }

  .xl\:border-l-muted {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-muted-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-muted-foreground\/0 {
    border-left-color: hsl(var(--muted-foreground) / 0);
  }

  .xl\:border-l-muted-foreground\/10 {
    border-left-color: hsl(var(--muted-foreground) / 0.1);
  }

  .xl\:border-l-muted-foreground\/100 {
    border-left-color: hsl(var(--muted-foreground) / 1);
  }

  .xl\:border-l-muted-foreground\/15 {
    border-left-color: hsl(var(--muted-foreground) / 0.15);
  }

  .xl\:border-l-muted-foreground\/20 {
    border-left-color: hsl(var(--muted-foreground) / 0.2);
  }

  .xl\:border-l-muted-foreground\/25 {
    border-left-color: hsl(var(--muted-foreground) / 0.25);
  }

  .xl\:border-l-muted-foreground\/30 {
    border-left-color: hsl(var(--muted-foreground) / 0.3);
  }

  .xl\:border-l-muted-foreground\/35 {
    border-left-color: hsl(var(--muted-foreground) / 0.35);
  }

  .xl\:border-l-muted-foreground\/40 {
    border-left-color: hsl(var(--muted-foreground) / 0.4);
  }

  .xl\:border-l-muted-foreground\/45 {
    border-left-color: hsl(var(--muted-foreground) / 0.45);
  }

  .xl\:border-l-muted-foreground\/5 {
    border-left-color: hsl(var(--muted-foreground) / 0.05);
  }

  .xl\:border-l-muted-foreground\/50 {
    border-left-color: hsl(var(--muted-foreground) / 0.5);
  }

  .xl\:border-l-muted-foreground\/55 {
    border-left-color: hsl(var(--muted-foreground) / 0.55);
  }

  .xl\:border-l-muted-foreground\/60 {
    border-left-color: hsl(var(--muted-foreground) / 0.6);
  }

  .xl\:border-l-muted-foreground\/65 {
    border-left-color: hsl(var(--muted-foreground) / 0.65);
  }

  .xl\:border-l-muted-foreground\/70 {
    border-left-color: hsl(var(--muted-foreground) / 0.7);
  }

  .xl\:border-l-muted-foreground\/75 {
    border-left-color: hsl(var(--muted-foreground) / 0.75);
  }

  .xl\:border-l-muted-foreground\/80 {
    border-left-color: hsl(var(--muted-foreground) / 0.8);
  }

  .xl\:border-l-muted-foreground\/85 {
    border-left-color: hsl(var(--muted-foreground) / 0.85);
  }

  .xl\:border-l-muted-foreground\/90 {
    border-left-color: hsl(var(--muted-foreground) / 0.9);
  }

  .xl\:border-l-muted-foreground\/95 {
    border-left-color: hsl(var(--muted-foreground) / 0.95);
  }

  .xl\:border-l-muted\/0 {
    border-left-color: hsl(var(--muted) / 0);
  }

  .xl\:border-l-muted\/10 {
    border-left-color: hsl(var(--muted) / 0.1);
  }

  .xl\:border-l-muted\/100 {
    border-left-color: hsl(var(--muted) / 1);
  }

  .xl\:border-l-muted\/15 {
    border-left-color: hsl(var(--muted) / 0.15);
  }

  .xl\:border-l-muted\/20 {
    border-left-color: hsl(var(--muted) / 0.2);
  }

  .xl\:border-l-muted\/25 {
    border-left-color: hsl(var(--muted) / 0.25);
  }

  .xl\:border-l-muted\/30 {
    border-left-color: hsl(var(--muted) / 0.3);
  }

  .xl\:border-l-muted\/35 {
    border-left-color: hsl(var(--muted) / 0.35);
  }

  .xl\:border-l-muted\/40 {
    border-left-color: hsl(var(--muted) / 0.4);
  }

  .xl\:border-l-muted\/45 {
    border-left-color: hsl(var(--muted) / 0.45);
  }

  .xl\:border-l-muted\/5 {
    border-left-color: hsl(var(--muted) / 0.05);
  }

  .xl\:border-l-muted\/50 {
    border-left-color: hsl(var(--muted) / 0.5);
  }

  .xl\:border-l-muted\/55 {
    border-left-color: hsl(var(--muted) / 0.55);
  }

  .xl\:border-l-muted\/60 {
    border-left-color: hsl(var(--muted) / 0.6);
  }

  .xl\:border-l-muted\/65 {
    border-left-color: hsl(var(--muted) / 0.65);
  }

  .xl\:border-l-muted\/70 {
    border-left-color: hsl(var(--muted) / 0.7);
  }

  .xl\:border-l-muted\/75 {
    border-left-color: hsl(var(--muted) / 0.75);
  }

  .xl\:border-l-muted\/80 {
    border-left-color: hsl(var(--muted) / 0.8);
  }

  .xl\:border-l-muted\/85 {
    border-left-color: hsl(var(--muted) / 0.85);
  }

  .xl\:border-l-muted\/90 {
    border-left-color: hsl(var(--muted) / 0.9);
  }

  .xl\:border-l-muted\/95 {
    border-left-color: hsl(var(--muted) / 0.95);
  }

  .xl\:border-l-neutral-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
  }

  .xl\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
  }

  .xl\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
  }

  .xl\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
  }

  .xl\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
  }

  .xl\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
  }

  .xl\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
  }

  .xl\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
  }

  .xl\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
  }

  .xl\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
  }

  .xl\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
  }

  .xl\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
  }

  .xl\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
  }

  .xl\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
  }

  .xl\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
  }

  .xl\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
  }

  .xl\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
  }

  .xl\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
  }

  .xl\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
  }

  .xl\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
  }

  .xl\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
  }

  .xl\:border-l-neutral-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
  }

  .xl\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
  }

  .xl\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
  }

  .xl\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
  }

  .xl\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
  }

  .xl\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
  }

  .xl\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
  }

  .xl\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
  }

  .xl\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
  }

  .xl\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
  }

  .xl\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
  }

  .xl\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
  }

  .xl\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
  }

  .xl\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
  }

  .xl\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
  }

  .xl\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
  }

  .xl\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
  }

  .xl\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
  }

  .xl\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
  }

  .xl\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
  }

  .xl\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
  }

  .xl\:border-l-neutral-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
  }

  .xl\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
  }

  .xl\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
  }

  .xl\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
  }

  .xl\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
  }

  .xl\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
  }

  .xl\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
  }

  .xl\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
  }

  .xl\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
  }

  .xl\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
  }

  .xl\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
  }

  .xl\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
  }

  .xl\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
  }

  .xl\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
  }

  .xl\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
  }

  .xl\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
  }

  .xl\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
  }

  .xl\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
  }

  .xl\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
  }

  .xl\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
  }

  .xl\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
  }

  .xl\:border-l-neutral-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
  }

  .xl\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
  }

  .xl\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
  }

  .xl\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
  }

  .xl\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
  }

  .xl\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
  }

  .xl\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
  }

  .xl\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
  }

  .xl\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
  }

  .xl\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
  }

  .xl\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
  }

  .xl\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
  }

  .xl\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
  }

  .xl\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
  }

  .xl\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
  }

  .xl\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
  }

  .xl\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
  }

  .xl\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
  }

  .xl\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
  }

  .xl\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
  }

  .xl\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
  }

  .xl\:border-l-neutral-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .xl\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .xl\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-l-neutral-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
  }

  .xl\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
  }

  .xl\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
  }

  .xl\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
  }

  .xl\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
  }

  .xl\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
  }

  .xl\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
  }

  .xl\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
  }

  .xl\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
  }

  .xl\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
  }

  .xl\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
  }

  .xl\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
  }

  .xl\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
  }

  .xl\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
  }

  .xl\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
  }

  .xl\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
  }

  .xl\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
  }

  .xl\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
  }

  .xl\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
  }

  .xl\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
  }

  .xl\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
  }

  .xl\:border-l-neutral-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
  }

  .xl\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
  }

  .xl\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
  }

  .xl\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
  }

  .xl\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
  }

  .xl\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
  }

  .xl\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
  }

  .xl\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
  }

  .xl\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
  }

  .xl\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
  }

  .xl\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
  }

  .xl\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
  }

  .xl\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
  }

  .xl\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
  }

  .xl\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
  }

  .xl\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
  }

  .xl\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
  }

  .xl\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
  }

  .xl\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
  }

  .xl\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
  }

  .xl\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
  }

  .xl\:border-l-neutral-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
  }

  .xl\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
  }

  .xl\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
  }

  .xl\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
  }

  .xl\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
  }

  .xl\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
  }

  .xl\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
  }

  .xl\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
  }

  .xl\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
  }

  .xl\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
  }

  .xl\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
  }

  .xl\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
  }

  .xl\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
  }

  .xl\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
  }

  .xl\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
  }

  .xl\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
  }

  .xl\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
  }

  .xl\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
  }

  .xl\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
  }

  .xl\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
  }

  .xl\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
  }

  .xl\:border-l-neutral-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
  }

  .xl\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
  }

  .xl\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
  }

  .xl\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
  }

  .xl\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
  }

  .xl\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
  }

  .xl\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
  }

  .xl\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
  }

  .xl\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
  }

  .xl\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
  }

  .xl\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
  }

  .xl\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
  }

  .xl\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
  }

  .xl\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
  }

  .xl\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
  }

  .xl\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
  }

  .xl\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
  }

  .xl\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
  }

  .xl\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
  }

  .xl\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
  }

  .xl\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
  }

  .xl\:border-l-neutral-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
  }

  .xl\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
  }

  .xl\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
  }

  .xl\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
  }

  .xl\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
  }

  .xl\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
  }

  .xl\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
  }

  .xl\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
  }

  .xl\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
  }

  .xl\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
  }

  .xl\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
  }

  .xl\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
  }

  .xl\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
  }

  .xl\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
  }

  .xl\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
  }

  .xl\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
  }

  .xl\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
  }

  .xl\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
  }

  .xl\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
  }

  .xl\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
  }

  .xl\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
  }

  .xl\:border-l-neutral-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
  }

  .xl\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
  }

  .xl\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
  }

  .xl\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
  }

  .xl\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
  }

  .xl\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
  }

  .xl\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
  }

  .xl\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
  }

  .xl\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
  }

  .xl\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
  }

  .xl\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
  }

  .xl\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
  }

  .xl\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
  }

  .xl\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
  }

  .xl\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
  }

  .xl\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
  }

  .xl\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
  }

  .xl\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
  }

  .xl\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
  }

  .xl\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
  }

  .xl\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
  }

  .xl\:border-l-orange-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
  }

  .xl\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
  }

  .xl\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
  }

  .xl\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
  }

  .xl\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
  }

  .xl\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
  }

  .xl\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
  }

  .xl\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
  }

  .xl\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
  }

  .xl\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
  }

  .xl\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
  }

  .xl\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
  }

  .xl\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
  }

  .xl\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
  }

  .xl\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
  }

  .xl\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
  }

  .xl\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
  }

  .xl\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
  }

  .xl\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
  }

  .xl\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
  }

  .xl\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
  }

  .xl\:border-l-orange-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
  }

  .xl\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
  }

  .xl\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
  }

  .xl\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
  }

  .xl\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
  }

  .xl\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
  }

  .xl\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
  }

  .xl\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
  }

  .xl\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
  }

  .xl\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
  }

  .xl\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
  }

  .xl\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
  }

  .xl\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
  }

  .xl\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
  }

  .xl\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
  }

  .xl\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
  }

  .xl\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
  }

  .xl\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
  }

  .xl\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
  }

  .xl\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
  }

  .xl\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
  }

  .xl\:border-l-orange-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
  }

  .xl\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
  }

  .xl\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
  }

  .xl\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
  }

  .xl\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
  }

  .xl\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
  }

  .xl\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
  }

  .xl\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
  }

  .xl\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
  }

  .xl\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
  }

  .xl\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
  }

  .xl\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
  }

  .xl\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
  }

  .xl\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
  }

  .xl\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
  }

  .xl\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
  }

  .xl\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
  }

  .xl\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
  }

  .xl\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
  }

  .xl\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
  }

  .xl\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
  }

  .xl\:border-l-orange-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
  }

  .xl\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
  }

  .xl\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
  }

  .xl\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
  }

  .xl\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
  }

  .xl\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
  }

  .xl\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
  }

  .xl\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
  }

  .xl\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
  }

  .xl\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
  }

  .xl\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
  }

  .xl\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
  }

  .xl\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
  }

  .xl\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
  }

  .xl\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
  }

  .xl\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
  }

  .xl\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
  }

  .xl\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
  }

  .xl\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
  }

  .xl\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
  }

  .xl\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
  }

  .xl\:border-l-orange-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
  }

  .xl\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
  }

  .xl\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
  }

  .xl\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
  }

  .xl\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
  }

  .xl\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
  }

  .xl\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
  }

  .xl\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
  }

  .xl\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
  }

  .xl\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
  }

  .xl\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
  }

  .xl\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
  }

  .xl\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
  }

  .xl\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
  }

  .xl\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
  }

  .xl\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
  }

  .xl\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
  }

  .xl\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
  }

  .xl\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
  }

  .xl\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
  }

  .xl\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
  }

  .xl\:border-l-orange-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
  }

  .xl\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
  }

  .xl\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
  }

  .xl\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
  }

  .xl\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
  }

  .xl\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
  }

  .xl\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
  }

  .xl\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
  }

  .xl\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
  }

  .xl\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
  }

  .xl\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
  }

  .xl\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
  }

  .xl\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
  }

  .xl\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
  }

  .xl\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
  }

  .xl\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
  }

  .xl\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
  }

  .xl\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
  }

  .xl\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
  }

  .xl\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
  }

  .xl\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
  }

  .xl\:border-l-orange-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
  }

  .xl\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
  }

  .xl\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
  }

  .xl\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
  }

  .xl\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
  }

  .xl\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
  }

  .xl\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
  }

  .xl\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
  }

  .xl\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
  }

  .xl\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
  }

  .xl\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
  }

  .xl\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
  }

  .xl\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
  }

  .xl\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
  }

  .xl\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
  }

  .xl\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
  }

  .xl\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
  }

  .xl\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
  }

  .xl\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
  }

  .xl\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
  }

  .xl\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
  }

  .xl\:border-l-orange-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
  }

  .xl\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
  }

  .xl\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
  }

  .xl\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
  }

  .xl\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
  }

  .xl\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
  }

  .xl\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
  }

  .xl\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
  }

  .xl\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
  }

  .xl\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
  }

  .xl\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
  }

  .xl\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
  }

  .xl\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
  }

  .xl\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
  }

  .xl\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
  }

  .xl\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
  }

  .xl\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
  }

  .xl\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
  }

  .xl\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
  }

  .xl\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
  }

  .xl\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
  }

  .xl\:border-l-orange-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
  }

  .xl\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
  }

  .xl\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
  }

  .xl\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
  }

  .xl\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
  }

  .xl\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
  }

  .xl\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
  }

  .xl\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
  }

  .xl\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
  }

  .xl\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
  }

  .xl\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
  }

  .xl\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
  }

  .xl\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
  }

  .xl\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
  }

  .xl\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
  }

  .xl\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
  }

  .xl\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
  }

  .xl\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
  }

  .xl\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
  }

  .xl\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
  }

  .xl\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
  }

  .xl\:border-l-orange-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
  }

  .xl\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
  }

  .xl\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
  }

  .xl\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
  }

  .xl\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
  }

  .xl\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
  }

  .xl\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
  }

  .xl\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
  }

  .xl\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
  }

  .xl\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
  }

  .xl\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
  }

  .xl\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
  }

  .xl\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
  }

  .xl\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
  }

  .xl\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
  }

  .xl\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
  }

  .xl\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
  }

  .xl\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
  }

  .xl\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
  }

  .xl\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
  }

  .xl\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
  }

  .xl\:border-l-orange-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
  }

  .xl\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
  }

  .xl\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
  }

  .xl\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
  }

  .xl\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
  }

  .xl\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
  }

  .xl\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
  }

  .xl\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
  }

  .xl\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
  }

  .xl\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
  }

  .xl\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
  }

  .xl\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
  }

  .xl\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
  }

  .xl\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
  }

  .xl\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
  }

  .xl\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
  }

  .xl\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
  }

  .xl\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
  }

  .xl\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
  }

  .xl\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
  }

  .xl\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
  }

  .xl\:border-l-pink-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
  }

  .xl\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
  }

  .xl\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
  }

  .xl\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
  }

  .xl\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
  }

  .xl\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
  }

  .xl\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
  }

  .xl\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
  }

  .xl\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
  }

  .xl\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
  }

  .xl\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
  }

  .xl\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
  }

  .xl\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
  }

  .xl\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
  }

  .xl\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
  }

  .xl\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
  }

  .xl\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
  }

  .xl\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
  }

  .xl\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
  }

  .xl\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
  }

  .xl\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
  }

  .xl\:border-l-pink-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
  }

  .xl\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
  }

  .xl\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
  }

  .xl\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
  }

  .xl\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
  }

  .xl\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
  }

  .xl\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
  }

  .xl\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
  }

  .xl\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
  }

  .xl\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
  }

  .xl\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
  }

  .xl\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
  }

  .xl\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
  }

  .xl\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
  }

  .xl\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
  }

  .xl\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
  }

  .xl\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
  }

  .xl\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
  }

  .xl\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
  }

  .xl\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
  }

  .xl\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
  }

  .xl\:border-l-pink-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
  }

  .xl\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
  }

  .xl\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
  }

  .xl\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
  }

  .xl\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
  }

  .xl\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
  }

  .xl\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
  }

  .xl\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
  }

  .xl\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
  }

  .xl\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
  }

  .xl\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
  }

  .xl\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
  }

  .xl\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
  }

  .xl\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
  }

  .xl\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
  }

  .xl\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
  }

  .xl\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
  }

  .xl\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
  }

  .xl\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
  }

  .xl\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
  }

  .xl\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
  }

  .xl\:border-l-pink-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
  }

  .xl\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
  }

  .xl\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
  }

  .xl\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
  }

  .xl\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
  }

  .xl\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
  }

  .xl\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
  }

  .xl\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
  }

  .xl\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
  }

  .xl\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
  }

  .xl\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
  }

  .xl\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
  }

  .xl\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
  }

  .xl\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
  }

  .xl\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
  }

  .xl\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
  }

  .xl\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
  }

  .xl\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
  }

  .xl\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
  }

  .xl\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
  }

  .xl\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
  }

  .xl\:border-l-pink-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
  }

  .xl\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
  }

  .xl\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
  }

  .xl\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
  }

  .xl\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
  }

  .xl\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
  }

  .xl\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
  }

  .xl\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
  }

  .xl\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
  }

  .xl\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
  }

  .xl\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
  }

  .xl\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
  }

  .xl\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
  }

  .xl\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
  }

  .xl\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
  }

  .xl\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
  }

  .xl\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
  }

  .xl\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
  }

  .xl\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
  }

  .xl\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
  }

  .xl\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
  }

  .xl\:border-l-pink-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
  }

  .xl\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
  }

  .xl\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
  }

  .xl\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
  }

  .xl\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
  }

  .xl\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
  }

  .xl\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
  }

  .xl\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
  }

  .xl\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
  }

  .xl\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
  }

  .xl\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
  }

  .xl\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
  }

  .xl\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
  }

  .xl\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
  }

  .xl\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
  }

  .xl\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
  }

  .xl\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
  }

  .xl\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
  }

  .xl\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
  }

  .xl\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
  }

  .xl\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
  }

  .xl\:border-l-pink-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
  }

  .xl\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
  }

  .xl\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
  }

  .xl\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
  }

  .xl\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
  }

  .xl\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
  }

  .xl\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
  }

  .xl\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
  }

  .xl\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
  }

  .xl\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
  }

  .xl\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
  }

  .xl\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
  }

  .xl\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
  }

  .xl\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
  }

  .xl\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
  }

  .xl\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
  }

  .xl\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
  }

  .xl\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
  }

  .xl\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
  }

  .xl\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
  }

  .xl\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
  }

  .xl\:border-l-pink-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
  }

  .xl\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
  }

  .xl\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
  }

  .xl\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
  }

  .xl\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
  }

  .xl\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
  }

  .xl\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
  }

  .xl\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
  }

  .xl\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
  }

  .xl\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
  }

  .xl\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
  }

  .xl\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
  }

  .xl\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
  }

  .xl\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
  }

  .xl\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
  }

  .xl\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
  }

  .xl\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
  }

  .xl\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
  }

  .xl\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
  }

  .xl\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
  }

  .xl\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
  }

  .xl\:border-l-pink-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
  }

  .xl\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
  }

  .xl\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
  }

  .xl\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
  }

  .xl\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
  }

  .xl\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
  }

  .xl\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
  }

  .xl\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
  }

  .xl\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
  }

  .xl\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
  }

  .xl\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
  }

  .xl\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
  }

  .xl\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
  }

  .xl\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
  }

  .xl\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
  }

  .xl\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
  }

  .xl\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
  }

  .xl\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
  }

  .xl\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
  }

  .xl\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
  }

  .xl\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
  }

  .xl\:border-l-pink-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
  }

  .xl\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
  }

  .xl\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
  }

  .xl\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
  }

  .xl\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
  }

  .xl\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
  }

  .xl\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
  }

  .xl\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
  }

  .xl\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
  }

  .xl\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
  }

  .xl\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
  }

  .xl\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
  }

  .xl\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
  }

  .xl\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
  }

  .xl\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
  }

  .xl\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
  }

  .xl\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
  }

  .xl\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
  }

  .xl\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
  }

  .xl\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
  }

  .xl\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
  }

  .xl\:border-l-pink-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
  }

  .xl\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
  }

  .xl\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
  }

  .xl\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
  }

  .xl\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
  }

  .xl\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
  }

  .xl\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
  }

  .xl\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
  }

  .xl\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
  }

  .xl\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
  }

  .xl\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
  }

  .xl\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
  }

  .xl\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
  }

  .xl\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
  }

  .xl\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
  }

  .xl\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
  }

  .xl\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
  }

  .xl\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
  }

  .xl\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
  }

  .xl\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
  }

  .xl\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
  }

  .xl\:border-l-popover {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-popover-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-popover-foreground\/0 {
    border-left-color: hsl(var(--popover-foreground) / 0);
  }

  .xl\:border-l-popover-foreground\/10 {
    border-left-color: hsl(var(--popover-foreground) / 0.1);
  }

  .xl\:border-l-popover-foreground\/100 {
    border-left-color: hsl(var(--popover-foreground) / 1);
  }

  .xl\:border-l-popover-foreground\/15 {
    border-left-color: hsl(var(--popover-foreground) / 0.15);
  }

  .xl\:border-l-popover-foreground\/20 {
    border-left-color: hsl(var(--popover-foreground) / 0.2);
  }

  .xl\:border-l-popover-foreground\/25 {
    border-left-color: hsl(var(--popover-foreground) / 0.25);
  }

  .xl\:border-l-popover-foreground\/30 {
    border-left-color: hsl(var(--popover-foreground) / 0.3);
  }

  .xl\:border-l-popover-foreground\/35 {
    border-left-color: hsl(var(--popover-foreground) / 0.35);
  }

  .xl\:border-l-popover-foreground\/40 {
    border-left-color: hsl(var(--popover-foreground) / 0.4);
  }

  .xl\:border-l-popover-foreground\/45 {
    border-left-color: hsl(var(--popover-foreground) / 0.45);
  }

  .xl\:border-l-popover-foreground\/5 {
    border-left-color: hsl(var(--popover-foreground) / 0.05);
  }

  .xl\:border-l-popover-foreground\/50 {
    border-left-color: hsl(var(--popover-foreground) / 0.5);
  }

  .xl\:border-l-popover-foreground\/55 {
    border-left-color: hsl(var(--popover-foreground) / 0.55);
  }

  .xl\:border-l-popover-foreground\/60 {
    border-left-color: hsl(var(--popover-foreground) / 0.6);
  }

  .xl\:border-l-popover-foreground\/65 {
    border-left-color: hsl(var(--popover-foreground) / 0.65);
  }

  .xl\:border-l-popover-foreground\/70 {
    border-left-color: hsl(var(--popover-foreground) / 0.7);
  }

  .xl\:border-l-popover-foreground\/75 {
    border-left-color: hsl(var(--popover-foreground) / 0.75);
  }

  .xl\:border-l-popover-foreground\/80 {
    border-left-color: hsl(var(--popover-foreground) / 0.8);
  }

  .xl\:border-l-popover-foreground\/85 {
    border-left-color: hsl(var(--popover-foreground) / 0.85);
  }

  .xl\:border-l-popover-foreground\/90 {
    border-left-color: hsl(var(--popover-foreground) / 0.9);
  }

  .xl\:border-l-popover-foreground\/95 {
    border-left-color: hsl(var(--popover-foreground) / 0.95);
  }

  .xl\:border-l-popover\/0 {
    border-left-color: hsl(var(--popover) / 0);
  }

  .xl\:border-l-popover\/10 {
    border-left-color: hsl(var(--popover) / 0.1);
  }

  .xl\:border-l-popover\/100 {
    border-left-color: hsl(var(--popover) / 1);
  }

  .xl\:border-l-popover\/15 {
    border-left-color: hsl(var(--popover) / 0.15);
  }

  .xl\:border-l-popover\/20 {
    border-left-color: hsl(var(--popover) / 0.2);
  }

  .xl\:border-l-popover\/25 {
    border-left-color: hsl(var(--popover) / 0.25);
  }

  .xl\:border-l-popover\/30 {
    border-left-color: hsl(var(--popover) / 0.3);
  }

  .xl\:border-l-popover\/35 {
    border-left-color: hsl(var(--popover) / 0.35);
  }

  .xl\:border-l-popover\/40 {
    border-left-color: hsl(var(--popover) / 0.4);
  }

  .xl\:border-l-popover\/45 {
    border-left-color: hsl(var(--popover) / 0.45);
  }

  .xl\:border-l-popover\/5 {
    border-left-color: hsl(var(--popover) / 0.05);
  }

  .xl\:border-l-popover\/50 {
    border-left-color: hsl(var(--popover) / 0.5);
  }

  .xl\:border-l-popover\/55 {
    border-left-color: hsl(var(--popover) / 0.55);
  }

  .xl\:border-l-popover\/60 {
    border-left-color: hsl(var(--popover) / 0.6);
  }

  .xl\:border-l-popover\/65 {
    border-left-color: hsl(var(--popover) / 0.65);
  }

  .xl\:border-l-popover\/70 {
    border-left-color: hsl(var(--popover) / 0.7);
  }

  .xl\:border-l-popover\/75 {
    border-left-color: hsl(var(--popover) / 0.75);
  }

  .xl\:border-l-popover\/80 {
    border-left-color: hsl(var(--popover) / 0.8);
  }

  .xl\:border-l-popover\/85 {
    border-left-color: hsl(var(--popover) / 0.85);
  }

  .xl\:border-l-popover\/90 {
    border-left-color: hsl(var(--popover) / 0.9);
  }

  .xl\:border-l-popover\/95 {
    border-left-color: hsl(var(--popover) / 0.95);
  }

  .xl\:border-l-primary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-primary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-primary-foreground\/0 {
    border-left-color: hsl(var(--primary-foreground) / 0);
  }

  .xl\:border-l-primary-foreground\/10 {
    border-left-color: hsl(var(--primary-foreground) / 0.1);
  }

  .xl\:border-l-primary-foreground\/100 {
    border-left-color: hsl(var(--primary-foreground) / 1);
  }

  .xl\:border-l-primary-foreground\/15 {
    border-left-color: hsl(var(--primary-foreground) / 0.15);
  }

  .xl\:border-l-primary-foreground\/20 {
    border-left-color: hsl(var(--primary-foreground) / 0.2);
  }

  .xl\:border-l-primary-foreground\/25 {
    border-left-color: hsl(var(--primary-foreground) / 0.25);
  }

  .xl\:border-l-primary-foreground\/30 {
    border-left-color: hsl(var(--primary-foreground) / 0.3);
  }

  .xl\:border-l-primary-foreground\/35 {
    border-left-color: hsl(var(--primary-foreground) / 0.35);
  }

  .xl\:border-l-primary-foreground\/40 {
    border-left-color: hsl(var(--primary-foreground) / 0.4);
  }

  .xl\:border-l-primary-foreground\/45 {
    border-left-color: hsl(var(--primary-foreground) / 0.45);
  }

  .xl\:border-l-primary-foreground\/5 {
    border-left-color: hsl(var(--primary-foreground) / 0.05);
  }

  .xl\:border-l-primary-foreground\/50 {
    border-left-color: hsl(var(--primary-foreground) / 0.5);
  }

  .xl\:border-l-primary-foreground\/55 {
    border-left-color: hsl(var(--primary-foreground) / 0.55);
  }

  .xl\:border-l-primary-foreground\/60 {
    border-left-color: hsl(var(--primary-foreground) / 0.6);
  }

  .xl\:border-l-primary-foreground\/65 {
    border-left-color: hsl(var(--primary-foreground) / 0.65);
  }

  .xl\:border-l-primary-foreground\/70 {
    border-left-color: hsl(var(--primary-foreground) / 0.7);
  }

  .xl\:border-l-primary-foreground\/75 {
    border-left-color: hsl(var(--primary-foreground) / 0.75);
  }

  .xl\:border-l-primary-foreground\/80 {
    border-left-color: hsl(var(--primary-foreground) / 0.8);
  }

  .xl\:border-l-primary-foreground\/85 {
    border-left-color: hsl(var(--primary-foreground) / 0.85);
  }

  .xl\:border-l-primary-foreground\/90 {
    border-left-color: hsl(var(--primary-foreground) / 0.9);
  }

  .xl\:border-l-primary-foreground\/95 {
    border-left-color: hsl(var(--primary-foreground) / 0.95);
  }

  .xl\:border-l-primary\/0 {
    border-left-color: hsl(var(--primary) / 0);
  }

  .xl\:border-l-primary\/10 {
    border-left-color: hsl(var(--primary) / 0.1);
  }

  .xl\:border-l-primary\/100 {
    border-left-color: hsl(var(--primary) / 1);
  }

  .xl\:border-l-primary\/15 {
    border-left-color: hsl(var(--primary) / 0.15);
  }

  .xl\:border-l-primary\/20 {
    border-left-color: hsl(var(--primary) / 0.2);
  }

  .xl\:border-l-primary\/25 {
    border-left-color: hsl(var(--primary) / 0.25);
  }

  .xl\:border-l-primary\/30 {
    border-left-color: hsl(var(--primary) / 0.3);
  }

  .xl\:border-l-primary\/35 {
    border-left-color: hsl(var(--primary) / 0.35);
  }

  .xl\:border-l-primary\/40 {
    border-left-color: hsl(var(--primary) / 0.4);
  }

  .xl\:border-l-primary\/45 {
    border-left-color: hsl(var(--primary) / 0.45);
  }

  .xl\:border-l-primary\/5 {
    border-left-color: hsl(var(--primary) / 0.05);
  }

  .xl\:border-l-primary\/50 {
    border-left-color: hsl(var(--primary) / 0.5);
  }

  .xl\:border-l-primary\/55 {
    border-left-color: hsl(var(--primary) / 0.55);
  }

  .xl\:border-l-primary\/60 {
    border-left-color: hsl(var(--primary) / 0.6);
  }

  .xl\:border-l-primary\/65 {
    border-left-color: hsl(var(--primary) / 0.65);
  }

  .xl\:border-l-primary\/70 {
    border-left-color: hsl(var(--primary) / 0.7);
  }

  .xl\:border-l-primary\/75 {
    border-left-color: hsl(var(--primary) / 0.75);
  }

  .xl\:border-l-primary\/80 {
    border-left-color: hsl(var(--primary) / 0.8);
  }

  .xl\:border-l-primary\/85 {
    border-left-color: hsl(var(--primary) / 0.85);
  }

  .xl\:border-l-primary\/90 {
    border-left-color: hsl(var(--primary) / 0.9);
  }

  .xl\:border-l-primary\/95 {
    border-left-color: hsl(var(--primary) / 0.95);
  }

  .xl\:border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
  }

  .xl\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
  }

  .xl\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
  }

  .xl\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
  }

  .xl\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
  }

  .xl\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
  }

  .xl\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
  }

  .xl\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
  }

  .xl\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
  }

  .xl\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
  }

  .xl\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
  }

  .xl\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
  }

  .xl\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
  }

  .xl\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
  }

  .xl\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
  }

  .xl\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
  }

  .xl\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
  }

  .xl\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
  }

  .xl\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
  }

  .xl\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
  }

  .xl\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
  }

  .xl\:border-l-purple-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
  }

  .xl\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
  }

  .xl\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
  }

  .xl\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
  }

  .xl\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
  }

  .xl\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
  }

  .xl\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
  }

  .xl\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
  }

  .xl\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
  }

  .xl\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
  }

  .xl\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
  }

  .xl\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
  }

  .xl\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
  }

  .xl\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
  }

  .xl\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
  }

  .xl\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
  }

  .xl\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
  }

  .xl\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
  }

  .xl\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
  }

  .xl\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
  }

  .xl\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
  }

  .xl\:border-l-purple-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
  }

  .xl\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
  }

  .xl\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
  }

  .xl\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
  }

  .xl\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
  }

  .xl\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
  }

  .xl\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
  }

  .xl\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
  }

  .xl\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
  }

  .xl\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
  }

  .xl\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
  }

  .xl\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
  }

  .xl\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
  }

  .xl\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
  }

  .xl\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
  }

  .xl\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
  }

  .xl\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
  }

  .xl\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
  }

  .xl\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
  }

  .xl\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
  }

  .xl\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
  }

  .xl\:border-l-purple-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
  }

  .xl\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
  }

  .xl\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
  }

  .xl\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
  }

  .xl\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
  }

  .xl\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
  }

  .xl\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
  }

  .xl\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
  }

  .xl\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
  }

  .xl\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
  }

  .xl\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
  }

  .xl\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
  }

  .xl\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
  }

  .xl\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
  }

  .xl\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
  }

  .xl\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
  }

  .xl\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
  }

  .xl\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
  }

  .xl\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
  }

  .xl\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
  }

  .xl\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
  }

  .xl\:border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
  }

  .xl\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
  }

  .xl\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
  }

  .xl\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
  }

  .xl\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
  }

  .xl\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
  }

  .xl\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
  }

  .xl\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
  }

  .xl\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
  }

  .xl\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
  }

  .xl\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
  }

  .xl\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
  }

  .xl\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
  }

  .xl\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
  }

  .xl\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
  }

  .xl\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
  }

  .xl\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
  }

  .xl\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
  }

  .xl\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
  }

  .xl\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
  }

  .xl\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
  }

  .xl\:border-l-purple-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
  }

  .xl\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
  }

  .xl\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
  }

  .xl\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
  }

  .xl\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
  }

  .xl\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
  }

  .xl\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
  }

  .xl\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
  }

  .xl\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
  }

  .xl\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
  }

  .xl\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
  }

  .xl\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
  }

  .xl\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
  }

  .xl\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
  }

  .xl\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
  }

  .xl\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
  }

  .xl\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
  }

  .xl\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
  }

  .xl\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
  }

  .xl\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
  }

  .xl\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
  }

  .xl\:border-l-purple-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
  }

  .xl\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
  }

  .xl\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
  }

  .xl\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
  }

  .xl\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
  }

  .xl\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
  }

  .xl\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
  }

  .xl\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
  }

  .xl\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
  }

  .xl\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
  }

  .xl\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
  }

  .xl\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
  }

  .xl\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
  }

  .xl\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
  }

  .xl\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
  }

  .xl\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
  }

  .xl\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
  }

  .xl\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
  }

  .xl\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
  }

  .xl\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
  }

  .xl\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
  }

  .xl\:border-l-purple-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
  }

  .xl\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
  }

  .xl\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
  }

  .xl\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
  }

  .xl\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
  }

  .xl\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
  }

  .xl\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
  }

  .xl\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
  }

  .xl\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
  }

  .xl\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
  }

  .xl\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
  }

  .xl\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
  }

  .xl\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
  }

  .xl\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
  }

  .xl\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
  }

  .xl\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
  }

  .xl\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
  }

  .xl\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
  }

  .xl\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
  }

  .xl\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
  }

  .xl\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
  }

  .xl\:border-l-purple-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
  }

  .xl\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
  }

  .xl\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
  }

  .xl\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
  }

  .xl\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
  }

  .xl\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
  }

  .xl\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
  }

  .xl\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
  }

  .xl\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
  }

  .xl\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
  }

  .xl\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
  }

  .xl\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
  }

  .xl\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
  }

  .xl\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
  }

  .xl\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
  }

  .xl\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
  }

  .xl\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
  }

  .xl\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
  }

  .xl\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
  }

  .xl\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
  }

  .xl\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
  }

  .xl\:border-l-purple-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
  }

  .xl\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
  }

  .xl\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
  }

  .xl\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
  }

  .xl\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
  }

  .xl\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
  }

  .xl\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
  }

  .xl\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
  }

  .xl\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
  }

  .xl\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
  }

  .xl\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
  }

  .xl\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
  }

  .xl\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
  }

  .xl\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
  }

  .xl\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
  }

  .xl\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
  }

  .xl\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
  }

  .xl\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
  }

  .xl\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
  }

  .xl\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
  }

  .xl\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
  }

  .xl\:border-l-purple-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
  }

  .xl\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
  }

  .xl\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
  }

  .xl\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
  }

  .xl\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
  }

  .xl\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
  }

  .xl\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
  }

  .xl\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
  }

  .xl\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
  }

  .xl\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
  }

  .xl\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
  }

  .xl\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
  }

  .xl\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
  }

  .xl\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
  }

  .xl\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
  }

  .xl\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
  }

  .xl\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
  }

  .xl\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
  }

  .xl\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
  }

  .xl\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
  }

  .xl\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
  }

  .xl\:border-l-red-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
  }

  .xl\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
  }

  .xl\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
  }

  .xl\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
  }

  .xl\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
  }

  .xl\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
  }

  .xl\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
  }

  .xl\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
  }

  .xl\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
  }

  .xl\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
  }

  .xl\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
  }

  .xl\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
  }

  .xl\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
  }

  .xl\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
  }

  .xl\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
  }

  .xl\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
  }

  .xl\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
  }

  .xl\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
  }

  .xl\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
  }

  .xl\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
  }

  .xl\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
  }

  .xl\:border-l-red-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
  }

  .xl\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
  }

  .xl\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
  }

  .xl\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
  }

  .xl\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
  }

  .xl\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
  }

  .xl\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
  }

  .xl\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
  }

  .xl\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
  }

  .xl\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
  }

  .xl\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
  }

  .xl\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
  }

  .xl\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
  }

  .xl\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
  }

  .xl\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
  }

  .xl\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
  }

  .xl\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
  }

  .xl\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
  }

  .xl\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
  }

  .xl\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
  }

  .xl\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
  }

  .xl\:border-l-red-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
  }

  .xl\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
  }

  .xl\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
  }

  .xl\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
  }

  .xl\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
  }

  .xl\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
  }

  .xl\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
  }

  .xl\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
  }

  .xl\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
  }

  .xl\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
  }

  .xl\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
  }

  .xl\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
  }

  .xl\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
  }

  .xl\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
  }

  .xl\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
  }

  .xl\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
  }

  .xl\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
  }

  .xl\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
  }

  .xl\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
  }

  .xl\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
  }

  .xl\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
  }

  .xl\:border-l-red-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
  }

  .xl\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
  }

  .xl\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
  }

  .xl\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
  }

  .xl\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
  }

  .xl\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
  }

  .xl\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
  }

  .xl\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
  }

  .xl\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
  }

  .xl\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
  }

  .xl\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
  }

  .xl\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
  }

  .xl\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
  }

  .xl\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
  }

  .xl\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
  }

  .xl\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
  }

  .xl\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
  }

  .xl\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
  }

  .xl\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
  }

  .xl\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
  }

  .xl\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
  }

  .xl\:border-l-red-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
  }

  .xl\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
  }

  .xl\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
  }

  .xl\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
  }

  .xl\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
  }

  .xl\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
  }

  .xl\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
  }

  .xl\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
  }

  .xl\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
  }

  .xl\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
  }

  .xl\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
  }

  .xl\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
  }

  .xl\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
  }

  .xl\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
  }

  .xl\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
  }

  .xl\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
  }

  .xl\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
  }

  .xl\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
  }

  .xl\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
  }

  .xl\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
  }

  .xl\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
  }

  .xl\:border-l-red-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
  }

  .xl\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
  }

  .xl\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
  }

  .xl\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
  }

  .xl\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
  }

  .xl\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
  }

  .xl\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
  }

  .xl\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
  }

  .xl\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
  }

  .xl\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
  }

  .xl\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
  }

  .xl\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
  }

  .xl\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
  }

  .xl\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
  }

  .xl\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
  }

  .xl\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
  }

  .xl\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
  }

  .xl\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
  }

  .xl\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
  }

  .xl\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
  }

  .xl\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
  }

  .xl\:border-l-red-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
  }

  .xl\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
  }

  .xl\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
  }

  .xl\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
  }

  .xl\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
  }

  .xl\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
  }

  .xl\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
  }

  .xl\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
  }

  .xl\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
  }

  .xl\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
  }

  .xl\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
  }

  .xl\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
  }

  .xl\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
  }

  .xl\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
  }

  .xl\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
  }

  .xl\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
  }

  .xl\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
  }

  .xl\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
  }

  .xl\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
  }

  .xl\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
  }

  .xl\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
  }

  .xl\:border-l-red-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
  }

  .xl\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
  }

  .xl\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
  }

  .xl\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
  }

  .xl\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
  }

  .xl\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
  }

  .xl\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
  }

  .xl\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
  }

  .xl\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
  }

  .xl\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
  }

  .xl\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
  }

  .xl\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
  }

  .xl\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
  }

  .xl\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
  }

  .xl\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
  }

  .xl\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
  }

  .xl\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
  }

  .xl\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
  }

  .xl\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
  }

  .xl\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
  }

  .xl\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
  }

  .xl\:border-l-red-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
  }

  .xl\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
  }

  .xl\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
  }

  .xl\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
  }

  .xl\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
  }

  .xl\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
  }

  .xl\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
  }

  .xl\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
  }

  .xl\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
  }

  .xl\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
  }

  .xl\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
  }

  .xl\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
  }

  .xl\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
  }

  .xl\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
  }

  .xl\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
  }

  .xl\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
  }

  .xl\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
  }

  .xl\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
  }

  .xl\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
  }

  .xl\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
  }

  .xl\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
  }

  .xl\:border-l-red-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
  }

  .xl\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
  }

  .xl\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
  }

  .xl\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
  }

  .xl\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
  }

  .xl\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
  }

  .xl\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
  }

  .xl\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
  }

  .xl\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
  }

  .xl\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
  }

  .xl\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
  }

  .xl\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
  }

  .xl\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
  }

  .xl\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
  }

  .xl\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
  }

  .xl\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
  }

  .xl\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
  }

  .xl\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
  }

  .xl\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
  }

  .xl\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
  }

  .xl\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
  }

  .xl\:border-l-red-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
  }

  .xl\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
  }

  .xl\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
  }

  .xl\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
  }

  .xl\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
  }

  .xl\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
  }

  .xl\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
  }

  .xl\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
  }

  .xl\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
  }

  .xl\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
  }

  .xl\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
  }

  .xl\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
  }

  .xl\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
  }

  .xl\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
  }

  .xl\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
  }

  .xl\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
  }

  .xl\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
  }

  .xl\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
  }

  .xl\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
  }

  .xl\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
  }

  .xl\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
  }

  .xl\:border-l-ring {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-ring\/0 {
    border-left-color: hsl(var(--ring) / 0);
  }

  .xl\:border-l-ring\/10 {
    border-left-color: hsl(var(--ring) / 0.1);
  }

  .xl\:border-l-ring\/100 {
    border-left-color: hsl(var(--ring) / 1);
  }

  .xl\:border-l-ring\/15 {
    border-left-color: hsl(var(--ring) / 0.15);
  }

  .xl\:border-l-ring\/20 {
    border-left-color: hsl(var(--ring) / 0.2);
  }

  .xl\:border-l-ring\/25 {
    border-left-color: hsl(var(--ring) / 0.25);
  }

  .xl\:border-l-ring\/30 {
    border-left-color: hsl(var(--ring) / 0.3);
  }

  .xl\:border-l-ring\/35 {
    border-left-color: hsl(var(--ring) / 0.35);
  }

  .xl\:border-l-ring\/40 {
    border-left-color: hsl(var(--ring) / 0.4);
  }

  .xl\:border-l-ring\/45 {
    border-left-color: hsl(var(--ring) / 0.45);
  }

  .xl\:border-l-ring\/5 {
    border-left-color: hsl(var(--ring) / 0.05);
  }

  .xl\:border-l-ring\/50 {
    border-left-color: hsl(var(--ring) / 0.5);
  }

  .xl\:border-l-ring\/55 {
    border-left-color: hsl(var(--ring) / 0.55);
  }

  .xl\:border-l-ring\/60 {
    border-left-color: hsl(var(--ring) / 0.6);
  }

  .xl\:border-l-ring\/65 {
    border-left-color: hsl(var(--ring) / 0.65);
  }

  .xl\:border-l-ring\/70 {
    border-left-color: hsl(var(--ring) / 0.7);
  }

  .xl\:border-l-ring\/75 {
    border-left-color: hsl(var(--ring) / 0.75);
  }

  .xl\:border-l-ring\/80 {
    border-left-color: hsl(var(--ring) / 0.8);
  }

  .xl\:border-l-ring\/85 {
    border-left-color: hsl(var(--ring) / 0.85);
  }

  .xl\:border-l-ring\/90 {
    border-left-color: hsl(var(--ring) / 0.9);
  }

  .xl\:border-l-ring\/95 {
    border-left-color: hsl(var(--ring) / 0.95);
  }

  .xl\:border-l-rose-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
  }

  .xl\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
  }

  .xl\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
  }

  .xl\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
  }

  .xl\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
  }

  .xl\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
  }

  .xl\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
  }

  .xl\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
  }

  .xl\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
  }

  .xl\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
  }

  .xl\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
  }

  .xl\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
  }

  .xl\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
  }

  .xl\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
  }

  .xl\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
  }

  .xl\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
  }

  .xl\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
  }

  .xl\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
  }

  .xl\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
  }

  .xl\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
  }

  .xl\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
  }

  .xl\:border-l-rose-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
  }

  .xl\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
  }

  .xl\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
  }

  .xl\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
  }

  .xl\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
  }

  .xl\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
  }

  .xl\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
  }

  .xl\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
  }

  .xl\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
  }

  .xl\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
  }

  .xl\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
  }

  .xl\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
  }

  .xl\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
  }

  .xl\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
  }

  .xl\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
  }

  .xl\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
  }

  .xl\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
  }

  .xl\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
  }

  .xl\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
  }

  .xl\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
  }

  .xl\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
  }

  .xl\:border-l-rose-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
  }

  .xl\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
  }

  .xl\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
  }

  .xl\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
  }

  .xl\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
  }

  .xl\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
  }

  .xl\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
  }

  .xl\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
  }

  .xl\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
  }

  .xl\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
  }

  .xl\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
  }

  .xl\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
  }

  .xl\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
  }

  .xl\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
  }

  .xl\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
  }

  .xl\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
  }

  .xl\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
  }

  .xl\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
  }

  .xl\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
  }

  .xl\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
  }

  .xl\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
  }

  .xl\:border-l-rose-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
  }

  .xl\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
  }

  .xl\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
  }

  .xl\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
  }

  .xl\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
  }

  .xl\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
  }

  .xl\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
  }

  .xl\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
  }

  .xl\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
  }

  .xl\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
  }

  .xl\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
  }

  .xl\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
  }

  .xl\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
  }

  .xl\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
  }

  .xl\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
  }

  .xl\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
  }

  .xl\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
  }

  .xl\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
  }

  .xl\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
  }

  .xl\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
  }

  .xl\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
  }

  .xl\:border-l-rose-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
  }

  .xl\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
  }

  .xl\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
  }

  .xl\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
  }

  .xl\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
  }

  .xl\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
  }

  .xl\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
  }

  .xl\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
  }

  .xl\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
  }

  .xl\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
  }

  .xl\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
  }

  .xl\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
  }

  .xl\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
  }

  .xl\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
  }

  .xl\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
  }

  .xl\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
  }

  .xl\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
  }

  .xl\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
  }

  .xl\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
  }

  .xl\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
  }

  .xl\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
  }

  .xl\:border-l-rose-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
  }

  .xl\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
  }

  .xl\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
  }

  .xl\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
  }

  .xl\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
  }

  .xl\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
  }

  .xl\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
  }

  .xl\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
  }

  .xl\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
  }

  .xl\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
  }

  .xl\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
  }

  .xl\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
  }

  .xl\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
  }

  .xl\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
  }

  .xl\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
  }

  .xl\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
  }

  .xl\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
  }

  .xl\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
  }

  .xl\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
  }

  .xl\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
  }

  .xl\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
  }

  .xl\:border-l-rose-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
  }

  .xl\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
  }

  .xl\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
  }

  .xl\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
  }

  .xl\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
  }

  .xl\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
  }

  .xl\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
  }

  .xl\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
  }

  .xl\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
  }

  .xl\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
  }

  .xl\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
  }

  .xl\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
  }

  .xl\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
  }

  .xl\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
  }

  .xl\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
  }

  .xl\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
  }

  .xl\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
  }

  .xl\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
  }

  .xl\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
  }

  .xl\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
  }

  .xl\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
  }

  .xl\:border-l-rose-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
  }

  .xl\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
  }

  .xl\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
  }

  .xl\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
  }

  .xl\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
  }

  .xl\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
  }

  .xl\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
  }

  .xl\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
  }

  .xl\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
  }

  .xl\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
  }

  .xl\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
  }

  .xl\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
  }

  .xl\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
  }

  .xl\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
  }

  .xl\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
  }

  .xl\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
  }

  .xl\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
  }

  .xl\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
  }

  .xl\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
  }

  .xl\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
  }

  .xl\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
  }

  .xl\:border-l-rose-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
  }

  .xl\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
  }

  .xl\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
  }

  .xl\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
  }

  .xl\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
  }

  .xl\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
  }

  .xl\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
  }

  .xl\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
  }

  .xl\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
  }

  .xl\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
  }

  .xl\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
  }

  .xl\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
  }

  .xl\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
  }

  .xl\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
  }

  .xl\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
  }

  .xl\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
  }

  .xl\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
  }

  .xl\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
  }

  .xl\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
  }

  .xl\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
  }

  .xl\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
  }

  .xl\:border-l-rose-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
  }

  .xl\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
  }

  .xl\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
  }

  .xl\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
  }

  .xl\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
  }

  .xl\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
  }

  .xl\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
  }

  .xl\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
  }

  .xl\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
  }

  .xl\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
  }

  .xl\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
  }

  .xl\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
  }

  .xl\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
  }

  .xl\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
  }

  .xl\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
  }

  .xl\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
  }

  .xl\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
  }

  .xl\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
  }

  .xl\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
  }

  .xl\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
  }

  .xl\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
  }

  .xl\:border-l-rose-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
  }

  .xl\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
  }

  .xl\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
  }

  .xl\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
  }

  .xl\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
  }

  .xl\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
  }

  .xl\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
  }

  .xl\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
  }

  .xl\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
  }

  .xl\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
  }

  .xl\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
  }

  .xl\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
  }

  .xl\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
  }

  .xl\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
  }

  .xl\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
  }

  .xl\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
  }

  .xl\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
  }

  .xl\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
  }

  .xl\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
  }

  .xl\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
  }

  .xl\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
  }

  .xl\:border-l-secondary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-secondary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-secondary-foreground\/0 {
    border-left-color: hsl(var(--secondary-foreground) / 0);
  }

  .xl\:border-l-secondary-foreground\/10 {
    border-left-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .xl\:border-l-secondary-foreground\/100 {
    border-left-color: hsl(var(--secondary-foreground) / 1);
  }

  .xl\:border-l-secondary-foreground\/15 {
    border-left-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .xl\:border-l-secondary-foreground\/20 {
    border-left-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .xl\:border-l-secondary-foreground\/25 {
    border-left-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .xl\:border-l-secondary-foreground\/30 {
    border-left-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .xl\:border-l-secondary-foreground\/35 {
    border-left-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .xl\:border-l-secondary-foreground\/40 {
    border-left-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .xl\:border-l-secondary-foreground\/45 {
    border-left-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .xl\:border-l-secondary-foreground\/5 {
    border-left-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .xl\:border-l-secondary-foreground\/50 {
    border-left-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .xl\:border-l-secondary-foreground\/55 {
    border-left-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .xl\:border-l-secondary-foreground\/60 {
    border-left-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .xl\:border-l-secondary-foreground\/65 {
    border-left-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .xl\:border-l-secondary-foreground\/70 {
    border-left-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .xl\:border-l-secondary-foreground\/75 {
    border-left-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .xl\:border-l-secondary-foreground\/80 {
    border-left-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .xl\:border-l-secondary-foreground\/85 {
    border-left-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .xl\:border-l-secondary-foreground\/90 {
    border-left-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .xl\:border-l-secondary-foreground\/95 {
    border-left-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .xl\:border-l-secondary\/0 {
    border-left-color: hsl(var(--secondary) / 0);
  }

  .xl\:border-l-secondary\/10 {
    border-left-color: hsl(var(--secondary) / 0.1);
  }

  .xl\:border-l-secondary\/100 {
    border-left-color: hsl(var(--secondary) / 1);
  }

  .xl\:border-l-secondary\/15 {
    border-left-color: hsl(var(--secondary) / 0.15);
  }

  .xl\:border-l-secondary\/20 {
    border-left-color: hsl(var(--secondary) / 0.2);
  }

  .xl\:border-l-secondary\/25 {
    border-left-color: hsl(var(--secondary) / 0.25);
  }

  .xl\:border-l-secondary\/30 {
    border-left-color: hsl(var(--secondary) / 0.3);
  }

  .xl\:border-l-secondary\/35 {
    border-left-color: hsl(var(--secondary) / 0.35);
  }

  .xl\:border-l-secondary\/40 {
    border-left-color: hsl(var(--secondary) / 0.4);
  }

  .xl\:border-l-secondary\/45 {
    border-left-color: hsl(var(--secondary) / 0.45);
  }

  .xl\:border-l-secondary\/5 {
    border-left-color: hsl(var(--secondary) / 0.05);
  }

  .xl\:border-l-secondary\/50 {
    border-left-color: hsl(var(--secondary) / 0.5);
  }

  .xl\:border-l-secondary\/55 {
    border-left-color: hsl(var(--secondary) / 0.55);
  }

  .xl\:border-l-secondary\/60 {
    border-left-color: hsl(var(--secondary) / 0.6);
  }

  .xl\:border-l-secondary\/65 {
    border-left-color: hsl(var(--secondary) / 0.65);
  }

  .xl\:border-l-secondary\/70 {
    border-left-color: hsl(var(--secondary) / 0.7);
  }

  .xl\:border-l-secondary\/75 {
    border-left-color: hsl(var(--secondary) / 0.75);
  }

  .xl\:border-l-secondary\/80 {
    border-left-color: hsl(var(--secondary) / 0.8);
  }

  .xl\:border-l-secondary\/85 {
    border-left-color: hsl(var(--secondary) / 0.85);
  }

  .xl\:border-l-secondary\/90 {
    border-left-color: hsl(var(--secondary) / 0.9);
  }

  .xl\:border-l-secondary\/95 {
    border-left-color: hsl(var(--secondary) / 0.95);
  }

  .xl\:border-l-sidebar {
    border-left-color: hsl(var(--sidebar-background));
  }

  .xl\:border-l-sidebar-accent {
    border-left-color: hsl(var(--sidebar-accent));
  }

  .xl\:border-l-sidebar-accent-foreground {
    border-left-color: hsl(var(--sidebar-accent-foreground));
  }

  .xl\:border-l-sidebar-accent-foreground\/0 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .xl\:border-l-sidebar-accent-foreground\/10 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .xl\:border-l-sidebar-accent-foreground\/100 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .xl\:border-l-sidebar-accent-foreground\/15 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .xl\:border-l-sidebar-accent-foreground\/20 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .xl\:border-l-sidebar-accent-foreground\/25 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .xl\:border-l-sidebar-accent-foreground\/30 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .xl\:border-l-sidebar-accent-foreground\/35 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .xl\:border-l-sidebar-accent-foreground\/40 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .xl\:border-l-sidebar-accent-foreground\/45 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .xl\:border-l-sidebar-accent-foreground\/5 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .xl\:border-l-sidebar-accent-foreground\/50 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .xl\:border-l-sidebar-accent-foreground\/55 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .xl\:border-l-sidebar-accent-foreground\/60 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .xl\:border-l-sidebar-accent-foreground\/65 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .xl\:border-l-sidebar-accent-foreground\/70 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .xl\:border-l-sidebar-accent-foreground\/75 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .xl\:border-l-sidebar-accent-foreground\/80 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .xl\:border-l-sidebar-accent-foreground\/85 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .xl\:border-l-sidebar-accent-foreground\/90 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .xl\:border-l-sidebar-accent-foreground\/95 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .xl\:border-l-sidebar-accent\/0 {
    border-left-color: hsl(var(--sidebar-accent) / 0);
  }

  .xl\:border-l-sidebar-accent\/10 {
    border-left-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .xl\:border-l-sidebar-accent\/100 {
    border-left-color: hsl(var(--sidebar-accent) / 1);
  }

  .xl\:border-l-sidebar-accent\/15 {
    border-left-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .xl\:border-l-sidebar-accent\/20 {
    border-left-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .xl\:border-l-sidebar-accent\/25 {
    border-left-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .xl\:border-l-sidebar-accent\/30 {
    border-left-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .xl\:border-l-sidebar-accent\/35 {
    border-left-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .xl\:border-l-sidebar-accent\/40 {
    border-left-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .xl\:border-l-sidebar-accent\/45 {
    border-left-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .xl\:border-l-sidebar-accent\/5 {
    border-left-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .xl\:border-l-sidebar-accent\/50 {
    border-left-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .xl\:border-l-sidebar-accent\/55 {
    border-left-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .xl\:border-l-sidebar-accent\/60 {
    border-left-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .xl\:border-l-sidebar-accent\/65 {
    border-left-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .xl\:border-l-sidebar-accent\/70 {
    border-left-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .xl\:border-l-sidebar-accent\/75 {
    border-left-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .xl\:border-l-sidebar-accent\/80 {
    border-left-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .xl\:border-l-sidebar-accent\/85 {
    border-left-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .xl\:border-l-sidebar-accent\/90 {
    border-left-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .xl\:border-l-sidebar-accent\/95 {
    border-left-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .xl\:border-l-sidebar-border {
    border-left-color: hsl(var(--sidebar-border));
  }

  .xl\:border-l-sidebar-border\/0 {
    border-left-color: hsl(var(--sidebar-border) / 0);
  }

  .xl\:border-l-sidebar-border\/10 {
    border-left-color: hsl(var(--sidebar-border) / 0.1);
  }

  .xl\:border-l-sidebar-border\/100 {
    border-left-color: hsl(var(--sidebar-border) / 1);
  }

  .xl\:border-l-sidebar-border\/15 {
    border-left-color: hsl(var(--sidebar-border) / 0.15);
  }

  .xl\:border-l-sidebar-border\/20 {
    border-left-color: hsl(var(--sidebar-border) / 0.2);
  }

  .xl\:border-l-sidebar-border\/25 {
    border-left-color: hsl(var(--sidebar-border) / 0.25);
  }

  .xl\:border-l-sidebar-border\/30 {
    border-left-color: hsl(var(--sidebar-border) / 0.3);
  }

  .xl\:border-l-sidebar-border\/35 {
    border-left-color: hsl(var(--sidebar-border) / 0.35);
  }

  .xl\:border-l-sidebar-border\/40 {
    border-left-color: hsl(var(--sidebar-border) / 0.4);
  }

  .xl\:border-l-sidebar-border\/45 {
    border-left-color: hsl(var(--sidebar-border) / 0.45);
  }

  .xl\:border-l-sidebar-border\/5 {
    border-left-color: hsl(var(--sidebar-border) / 0.05);
  }

  .xl\:border-l-sidebar-border\/50 {
    border-left-color: hsl(var(--sidebar-border) / 0.5);
  }

  .xl\:border-l-sidebar-border\/55 {
    border-left-color: hsl(var(--sidebar-border) / 0.55);
  }

  .xl\:border-l-sidebar-border\/60 {
    border-left-color: hsl(var(--sidebar-border) / 0.6);
  }

  .xl\:border-l-sidebar-border\/65 {
    border-left-color: hsl(var(--sidebar-border) / 0.65);
  }

  .xl\:border-l-sidebar-border\/70 {
    border-left-color: hsl(var(--sidebar-border) / 0.7);
  }

  .xl\:border-l-sidebar-border\/75 {
    border-left-color: hsl(var(--sidebar-border) / 0.75);
  }

  .xl\:border-l-sidebar-border\/80 {
    border-left-color: hsl(var(--sidebar-border) / 0.8);
  }

  .xl\:border-l-sidebar-border\/85 {
    border-left-color: hsl(var(--sidebar-border) / 0.85);
  }

  .xl\:border-l-sidebar-border\/90 {
    border-left-color: hsl(var(--sidebar-border) / 0.9);
  }

  .xl\:border-l-sidebar-border\/95 {
    border-left-color: hsl(var(--sidebar-border) / 0.95);
  }

  .xl\:border-l-sidebar-foreground {
    border-left-color: hsl(var(--sidebar-foreground));
  }

  .xl\:border-l-sidebar-foreground\/0 {
    border-left-color: hsl(var(--sidebar-foreground) / 0);
  }

  .xl\:border-l-sidebar-foreground\/10 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .xl\:border-l-sidebar-foreground\/100 {
    border-left-color: hsl(var(--sidebar-foreground) / 1);
  }

  .xl\:border-l-sidebar-foreground\/15 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .xl\:border-l-sidebar-foreground\/20 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .xl\:border-l-sidebar-foreground\/25 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .xl\:border-l-sidebar-foreground\/30 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .xl\:border-l-sidebar-foreground\/35 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .xl\:border-l-sidebar-foreground\/40 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .xl\:border-l-sidebar-foreground\/45 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .xl\:border-l-sidebar-foreground\/5 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .xl\:border-l-sidebar-foreground\/50 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .xl\:border-l-sidebar-foreground\/55 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .xl\:border-l-sidebar-foreground\/60 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .xl\:border-l-sidebar-foreground\/65 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .xl\:border-l-sidebar-foreground\/70 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .xl\:border-l-sidebar-foreground\/75 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .xl\:border-l-sidebar-foreground\/80 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .xl\:border-l-sidebar-foreground\/85 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .xl\:border-l-sidebar-foreground\/90 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .xl\:border-l-sidebar-foreground\/95 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .xl\:border-l-sidebar-primary {
    border-left-color: hsl(var(--sidebar-primary));
  }

  .xl\:border-l-sidebar-primary-foreground {
    border-left-color: hsl(var(--sidebar-primary-foreground));
  }

  .xl\:border-l-sidebar-primary-foreground\/0 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .xl\:border-l-sidebar-primary-foreground\/10 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .xl\:border-l-sidebar-primary-foreground\/100 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .xl\:border-l-sidebar-primary-foreground\/15 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .xl\:border-l-sidebar-primary-foreground\/20 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .xl\:border-l-sidebar-primary-foreground\/25 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .xl\:border-l-sidebar-primary-foreground\/30 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .xl\:border-l-sidebar-primary-foreground\/35 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .xl\:border-l-sidebar-primary-foreground\/40 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .xl\:border-l-sidebar-primary-foreground\/45 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .xl\:border-l-sidebar-primary-foreground\/5 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .xl\:border-l-sidebar-primary-foreground\/50 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .xl\:border-l-sidebar-primary-foreground\/55 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .xl\:border-l-sidebar-primary-foreground\/60 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .xl\:border-l-sidebar-primary-foreground\/65 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .xl\:border-l-sidebar-primary-foreground\/70 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .xl\:border-l-sidebar-primary-foreground\/75 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .xl\:border-l-sidebar-primary-foreground\/80 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .xl\:border-l-sidebar-primary-foreground\/85 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .xl\:border-l-sidebar-primary-foreground\/90 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .xl\:border-l-sidebar-primary-foreground\/95 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .xl\:border-l-sidebar-primary\/0 {
    border-left-color: hsl(var(--sidebar-primary) / 0);
  }

  .xl\:border-l-sidebar-primary\/10 {
    border-left-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .xl\:border-l-sidebar-primary\/100 {
    border-left-color: hsl(var(--sidebar-primary) / 1);
  }

  .xl\:border-l-sidebar-primary\/15 {
    border-left-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .xl\:border-l-sidebar-primary\/20 {
    border-left-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .xl\:border-l-sidebar-primary\/25 {
    border-left-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .xl\:border-l-sidebar-primary\/30 {
    border-left-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .xl\:border-l-sidebar-primary\/35 {
    border-left-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .xl\:border-l-sidebar-primary\/40 {
    border-left-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .xl\:border-l-sidebar-primary\/45 {
    border-left-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .xl\:border-l-sidebar-primary\/5 {
    border-left-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .xl\:border-l-sidebar-primary\/50 {
    border-left-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .xl\:border-l-sidebar-primary\/55 {
    border-left-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .xl\:border-l-sidebar-primary\/60 {
    border-left-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .xl\:border-l-sidebar-primary\/65 {
    border-left-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .xl\:border-l-sidebar-primary\/70 {
    border-left-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .xl\:border-l-sidebar-primary\/75 {
    border-left-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .xl\:border-l-sidebar-primary\/80 {
    border-left-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .xl\:border-l-sidebar-primary\/85 {
    border-left-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .xl\:border-l-sidebar-primary\/90 {
    border-left-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .xl\:border-l-sidebar-primary\/95 {
    border-left-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .xl\:border-l-sidebar-ring {
    border-left-color: hsl(var(--sidebar-ring));
  }

  .xl\:border-l-sidebar-ring\/0 {
    border-left-color: hsl(var(--sidebar-ring) / 0);
  }

  .xl\:border-l-sidebar-ring\/10 {
    border-left-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .xl\:border-l-sidebar-ring\/100 {
    border-left-color: hsl(var(--sidebar-ring) / 1);
  }

  .xl\:border-l-sidebar-ring\/15 {
    border-left-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .xl\:border-l-sidebar-ring\/20 {
    border-left-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .xl\:border-l-sidebar-ring\/25 {
    border-left-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .xl\:border-l-sidebar-ring\/30 {
    border-left-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .xl\:border-l-sidebar-ring\/35 {
    border-left-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .xl\:border-l-sidebar-ring\/40 {
    border-left-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .xl\:border-l-sidebar-ring\/45 {
    border-left-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .xl\:border-l-sidebar-ring\/5 {
    border-left-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .xl\:border-l-sidebar-ring\/50 {
    border-left-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .xl\:border-l-sidebar-ring\/55 {
    border-left-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .xl\:border-l-sidebar-ring\/60 {
    border-left-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .xl\:border-l-sidebar-ring\/65 {
    border-left-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .xl\:border-l-sidebar-ring\/70 {
    border-left-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .xl\:border-l-sidebar-ring\/75 {
    border-left-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .xl\:border-l-sidebar-ring\/80 {
    border-left-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .xl\:border-l-sidebar-ring\/85 {
    border-left-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .xl\:border-l-sidebar-ring\/90 {
    border-left-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .xl\:border-l-sidebar-ring\/95 {
    border-left-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .xl\:border-l-sidebar\/0 {
    border-left-color: hsl(var(--sidebar-background) / 0);
  }

  .xl\:border-l-sidebar\/10 {
    border-left-color: hsl(var(--sidebar-background) / 0.1);
  }

  .xl\:border-l-sidebar\/100 {
    border-left-color: hsl(var(--sidebar-background) / 1);
  }

  .xl\:border-l-sidebar\/15 {
    border-left-color: hsl(var(--sidebar-background) / 0.15);
  }

  .xl\:border-l-sidebar\/20 {
    border-left-color: hsl(var(--sidebar-background) / 0.2);
  }

  .xl\:border-l-sidebar\/25 {
    border-left-color: hsl(var(--sidebar-background) / 0.25);
  }

  .xl\:border-l-sidebar\/30 {
    border-left-color: hsl(var(--sidebar-background) / 0.3);
  }

  .xl\:border-l-sidebar\/35 {
    border-left-color: hsl(var(--sidebar-background) / 0.35);
  }

  .xl\:border-l-sidebar\/40 {
    border-left-color: hsl(var(--sidebar-background) / 0.4);
  }

  .xl\:border-l-sidebar\/45 {
    border-left-color: hsl(var(--sidebar-background) / 0.45);
  }

  .xl\:border-l-sidebar\/5 {
    border-left-color: hsl(var(--sidebar-background) / 0.05);
  }

  .xl\:border-l-sidebar\/50 {
    border-left-color: hsl(var(--sidebar-background) / 0.5);
  }

  .xl\:border-l-sidebar\/55 {
    border-left-color: hsl(var(--sidebar-background) / 0.55);
  }

  .xl\:border-l-sidebar\/60 {
    border-left-color: hsl(var(--sidebar-background) / 0.6);
  }

  .xl\:border-l-sidebar\/65 {
    border-left-color: hsl(var(--sidebar-background) / 0.65);
  }

  .xl\:border-l-sidebar\/70 {
    border-left-color: hsl(var(--sidebar-background) / 0.7);
  }

  .xl\:border-l-sidebar\/75 {
    border-left-color: hsl(var(--sidebar-background) / 0.75);
  }

  .xl\:border-l-sidebar\/80 {
    border-left-color: hsl(var(--sidebar-background) / 0.8);
  }

  .xl\:border-l-sidebar\/85 {
    border-left-color: hsl(var(--sidebar-background) / 0.85);
  }

  .xl\:border-l-sidebar\/90 {
    border-left-color: hsl(var(--sidebar-background) / 0.9);
  }

  .xl\:border-l-sidebar\/95 {
    border-left-color: hsl(var(--sidebar-background) / 0.95);
  }

  .xl\:border-l-sky-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
  }

  .xl\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
  }

  .xl\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
  }

  .xl\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
  }

  .xl\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
  }

  .xl\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
  }

  .xl\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
  }

  .xl\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
  }

  .xl\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
  }

  .xl\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
  }

  .xl\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
  }

  .xl\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
  }

  .xl\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
  }

  .xl\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
  }

  .xl\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
  }

  .xl\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
  }

  .xl\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
  }

  .xl\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
  }

  .xl\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
  }

  .xl\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
  }

  .xl\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
  }

  .xl\:border-l-sky-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
  }

  .xl\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
  }

  .xl\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
  }

  .xl\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
  }

  .xl\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
  }

  .xl\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
  }

  .xl\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
  }

  .xl\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
  }

  .xl\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
  }

  .xl\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
  }

  .xl\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
  }

  .xl\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
  }

  .xl\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
  }

  .xl\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
  }

  .xl\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
  }

  .xl\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
  }

  .xl\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
  }

  .xl\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
  }

  .xl\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
  }

  .xl\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
  }

  .xl\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
  }

  .xl\:border-l-sky-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
  }

  .xl\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
  }

  .xl\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
  }

  .xl\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
  }

  .xl\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
  }

  .xl\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
  }

  .xl\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
  }

  .xl\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
  }

  .xl\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
  }

  .xl\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
  }

  .xl\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
  }

  .xl\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
  }

  .xl\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
  }

  .xl\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
  }

  .xl\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
  }

  .xl\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
  }

  .xl\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
  }

  .xl\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
  }

  .xl\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
  }

  .xl\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
  }

  .xl\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
  }

  .xl\:border-l-sky-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
  }

  .xl\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
  }

  .xl\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
  }

  .xl\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
  }

  .xl\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
  }

  .xl\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
  }

  .xl\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
  }

  .xl\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
  }

  .xl\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
  }

  .xl\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
  }

  .xl\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
  }

  .xl\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
  }

  .xl\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
  }

  .xl\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
  }

  .xl\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
  }

  .xl\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
  }

  .xl\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
  }

  .xl\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
  }

  .xl\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
  }

  .xl\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
  }

  .xl\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
  }

  .xl\:border-l-sky-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
  }

  .xl\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
  }

  .xl\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
  }

  .xl\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
  }

  .xl\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
  }

  .xl\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
  }

  .xl\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
  }

  .xl\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
  }

  .xl\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
  }

  .xl\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
  }

  .xl\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
  }

  .xl\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
  }

  .xl\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
  }

  .xl\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
  }

  .xl\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
  }

  .xl\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
  }

  .xl\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
  }

  .xl\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
  }

  .xl\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
  }

  .xl\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
  }

  .xl\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
  }

  .xl\:border-l-sky-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
  }

  .xl\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
  }

  .xl\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
  }

  .xl\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
  }

  .xl\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
  }

  .xl\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
  }

  .xl\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
  }

  .xl\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
  }

  .xl\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
  }

  .xl\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
  }

  .xl\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
  }

  .xl\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
  }

  .xl\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
  }

  .xl\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
  }

  .xl\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
  }

  .xl\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
  }

  .xl\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
  }

  .xl\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
  }

  .xl\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
  }

  .xl\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
  }

  .xl\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
  }

  .xl\:border-l-sky-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
  }

  .xl\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
  }

  .xl\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
  }

  .xl\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
  }

  .xl\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
  }

  .xl\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
  }

  .xl\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
  }

  .xl\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
  }

  .xl\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
  }

  .xl\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
  }

  .xl\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
  }

  .xl\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
  }

  .xl\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
  }

  .xl\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
  }

  .xl\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
  }

  .xl\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
  }

  .xl\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
  }

  .xl\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
  }

  .xl\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
  }

  .xl\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
  }

  .xl\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
  }

  .xl\:border-l-sky-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
  }

  .xl\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
  }

  .xl\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
  }

  .xl\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
  }

  .xl\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
  }

  .xl\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
  }

  .xl\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
  }

  .xl\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
  }

  .xl\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
  }

  .xl\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
  }

  .xl\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
  }

  .xl\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
  }

  .xl\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
  }

  .xl\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
  }

  .xl\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
  }

  .xl\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
  }

  .xl\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
  }

  .xl\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
  }

  .xl\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
  }

  .xl\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
  }

  .xl\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
  }

  .xl\:border-l-sky-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
  }

  .xl\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
  }

  .xl\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
  }

  .xl\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
  }

  .xl\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
  }

  .xl\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
  }

  .xl\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
  }

  .xl\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
  }

  .xl\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
  }

  .xl\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
  }

  .xl\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
  }

  .xl\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
  }

  .xl\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
  }

  .xl\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
  }

  .xl\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
  }

  .xl\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
  }

  .xl\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
  }

  .xl\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
  }

  .xl\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
  }

  .xl\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
  }

  .xl\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
  }

  .xl\:border-l-sky-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
  }

  .xl\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
  }

  .xl\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
  }

  .xl\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
  }

  .xl\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
  }

  .xl\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
  }

  .xl\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
  }

  .xl\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
  }

  .xl\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
  }

  .xl\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
  }

  .xl\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
  }

  .xl\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
  }

  .xl\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
  }

  .xl\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
  }

  .xl\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
  }

  .xl\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
  }

  .xl\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
  }

  .xl\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
  }

  .xl\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
  }

  .xl\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
  }

  .xl\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
  }

  .xl\:border-l-sky-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
  }

  .xl\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
  }

  .xl\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
  }

  .xl\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
  }

  .xl\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
  }

  .xl\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
  }

  .xl\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
  }

  .xl\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
  }

  .xl\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
  }

  .xl\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
  }

  .xl\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
  }

  .xl\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
  }

  .xl\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
  }

  .xl\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
  }

  .xl\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
  }

  .xl\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
  }

  .xl\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
  }

  .xl\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
  }

  .xl\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
  }

  .xl\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
  }

  .xl\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
  }

  .xl\:border-l-slate-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
  }

  .xl\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
  }

  .xl\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
  }

  .xl\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
  }

  .xl\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
  }

  .xl\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
  }

  .xl\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
  }

  .xl\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
  }

  .xl\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
  }

  .xl\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
  }

  .xl\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
  }

  .xl\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
  }

  .xl\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
  }

  .xl\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
  }

  .xl\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
  }

  .xl\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
  }

  .xl\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
  }

  .xl\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
  }

  .xl\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
  }

  .xl\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
  }

  .xl\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
  }

  .xl\:border-l-slate-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
  }

  .xl\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
  }

  .xl\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
  }

  .xl\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
  }

  .xl\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
  }

  .xl\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
  }

  .xl\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
  }

  .xl\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
  }

  .xl\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
  }

  .xl\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
  }

  .xl\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
  }

  .xl\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
  }

  .xl\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
  }

  .xl\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
  }

  .xl\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
  }

  .xl\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
  }

  .xl\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
  }

  .xl\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
  }

  .xl\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
  }

  .xl\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
  }

  .xl\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
  }

  .xl\:border-l-slate-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
  }

  .xl\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
  }

  .xl\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
  }

  .xl\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
  }

  .xl\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
  }

  .xl\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
  }

  .xl\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
  }

  .xl\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
  }

  .xl\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
  }

  .xl\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
  }

  .xl\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
  }

  .xl\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
  }

  .xl\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
  }

  .xl\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
  }

  .xl\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
  }

  .xl\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
  }

  .xl\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
  }

  .xl\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
  }

  .xl\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
  }

  .xl\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
  }

  .xl\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
  }

  .xl\:border-l-slate-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
  }

  .xl\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
  }

  .xl\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
  }

  .xl\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
  }

  .xl\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
  }

  .xl\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
  }

  .xl\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
  }

  .xl\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
  }

  .xl\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
  }

  .xl\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
  }

  .xl\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
  }

  .xl\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
  }

  .xl\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
  }

  .xl\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
  }

  .xl\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
  }

  .xl\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
  }

  .xl\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
  }

  .xl\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
  }

  .xl\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
  }

  .xl\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
  }

  .xl\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
  }

  .xl\:border-l-slate-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
  }

  .xl\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
  }

  .xl\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
  }

  .xl\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
  }

  .xl\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
  }

  .xl\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
  }

  .xl\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
  }

  .xl\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
  }

  .xl\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
  }

  .xl\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
  }

  .xl\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
  }

  .xl\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
  }

  .xl\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
  }

  .xl\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
  }

  .xl\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
  }

  .xl\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
  }

  .xl\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
  }

  .xl\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
  }

  .xl\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
  }

  .xl\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
  }

  .xl\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
  }

  .xl\:border-l-slate-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
  }

  .xl\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
  }

  .xl\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
  }

  .xl\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
  }

  .xl\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
  }

  .xl\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
  }

  .xl\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
  }

  .xl\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
  }

  .xl\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
  }

  .xl\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
  }

  .xl\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
  }

  .xl\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
  }

  .xl\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
  }

  .xl\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
  }

  .xl\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
  }

  .xl\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
  }

  .xl\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
  }

  .xl\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
  }

  .xl\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
  }

  .xl\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
  }

  .xl\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
  }

  .xl\:border-l-slate-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
  }

  .xl\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
  }

  .xl\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
  }

  .xl\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
  }

  .xl\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
  }

  .xl\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
  }

  .xl\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
  }

  .xl\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
  }

  .xl\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
  }

  .xl\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
  }

  .xl\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
  }

  .xl\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
  }

  .xl\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
  }

  .xl\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
  }

  .xl\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
  }

  .xl\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
  }

  .xl\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
  }

  .xl\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
  }

  .xl\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
  }

  .xl\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
  }

  .xl\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
  }

  .xl\:border-l-slate-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
  }

  .xl\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
  }

  .xl\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
  }

  .xl\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
  }

  .xl\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
  }

  .xl\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
  }

  .xl\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
  }

  .xl\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
  }

  .xl\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
  }

  .xl\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
  }

  .xl\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
  }

  .xl\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
  }

  .xl\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
  }

  .xl\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
  }

  .xl\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
  }

  .xl\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
  }

  .xl\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
  }

  .xl\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
  }

  .xl\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
  }

  .xl\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
  }

  .xl\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
  }

  .xl\:border-l-slate-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
  }

  .xl\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
  }

  .xl\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
  }

  .xl\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
  }

  .xl\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
  }

  .xl\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
  }

  .xl\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
  }

  .xl\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
  }

  .xl\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
  }

  .xl\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
  }

  .xl\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
  }

  .xl\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
  }

  .xl\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
  }

  .xl\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
  }

  .xl\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
  }

  .xl\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
  }

  .xl\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
  }

  .xl\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
  }

  .xl\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
  }

  .xl\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
  }

  .xl\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
  }

  .xl\:border-l-slate-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
  }

  .xl\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
  }

  .xl\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
  }

  .xl\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
  }

  .xl\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
  }

  .xl\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
  }

  .xl\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
  }

  .xl\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
  }

  .xl\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
  }

  .xl\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
  }

  .xl\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
  }

  .xl\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
  }

  .xl\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
  }

  .xl\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
  }

  .xl\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
  }

  .xl\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
  }

  .xl\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
  }

  .xl\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
  }

  .xl\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
  }

  .xl\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
  }

  .xl\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
  }

  .xl\:border-l-slate-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
  }

  .xl\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
  }

  .xl\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
  }

  .xl\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
  }

  .xl\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
  }

  .xl\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
  }

  .xl\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
  }

  .xl\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
  }

  .xl\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
  }

  .xl\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
  }

  .xl\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
  }

  .xl\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
  }

  .xl\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
  }

  .xl\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
  }

  .xl\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
  }

  .xl\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
  }

  .xl\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
  }

  .xl\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
  }

  .xl\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
  }

  .xl\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
  }

  .xl\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
  }

  .xl\:border-l-stone-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
  }

  .xl\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
  }

  .xl\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
  }

  .xl\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
  }

  .xl\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
  }

  .xl\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
  }

  .xl\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
  }

  .xl\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
  }

  .xl\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
  }

  .xl\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
  }

  .xl\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
  }

  .xl\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
  }

  .xl\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
  }

  .xl\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
  }

  .xl\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
  }

  .xl\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
  }

  .xl\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
  }

  .xl\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
  }

  .xl\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
  }

  .xl\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
  }

  .xl\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
  }

  .xl\:border-l-stone-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
  }

  .xl\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
  }

  .xl\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
  }

  .xl\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
  }

  .xl\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
  }

  .xl\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
  }

  .xl\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
  }

  .xl\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
  }

  .xl\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
  }

  .xl\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
  }

  .xl\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
  }

  .xl\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
  }

  .xl\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
  }

  .xl\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
  }

  .xl\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
  }

  .xl\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
  }

  .xl\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
  }

  .xl\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
  }

  .xl\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
  }

  .xl\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
  }

  .xl\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
  }

  .xl\:border-l-stone-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
  }

  .xl\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
  }

  .xl\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
  }

  .xl\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
  }

  .xl\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
  }

  .xl\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
  }

  .xl\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
  }

  .xl\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
  }

  .xl\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
  }

  .xl\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
  }

  .xl\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
  }

  .xl\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
  }

  .xl\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
  }

  .xl\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
  }

  .xl\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
  }

  .xl\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
  }

  .xl\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
  }

  .xl\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
  }

  .xl\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
  }

  .xl\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
  }

  .xl\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
  }

  .xl\:border-l-stone-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
  }

  .xl\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
  }

  .xl\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
  }

  .xl\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
  }

  .xl\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
  }

  .xl\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
  }

  .xl\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
  }

  .xl\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
  }

  .xl\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
  }

  .xl\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
  }

  .xl\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
  }

  .xl\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
  }

  .xl\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
  }

  .xl\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
  }

  .xl\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
  }

  .xl\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
  }

  .xl\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
  }

  .xl\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
  }

  .xl\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
  }

  .xl\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
  }

  .xl\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
  }

  .xl\:border-l-stone-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
  }

  .xl\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
  }

  .xl\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
  }

  .xl\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
  }

  .xl\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
  }

  .xl\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
  }

  .xl\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
  }

  .xl\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
  }

  .xl\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
  }

  .xl\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
  }

  .xl\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
  }

  .xl\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
  }

  .xl\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
  }

  .xl\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
  }

  .xl\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
  }

  .xl\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
  }

  .xl\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
  }

  .xl\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
  }

  .xl\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
  }

  .xl\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
  }

  .xl\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
  }

  .xl\:border-l-stone-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
  }

  .xl\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
  }

  .xl\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
  }

  .xl\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
  }

  .xl\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
  }

  .xl\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
  }

  .xl\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
  }

  .xl\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
  }

  .xl\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
  }

  .xl\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
  }

  .xl\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
  }

  .xl\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
  }

  .xl\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
  }

  .xl\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
  }

  .xl\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
  }

  .xl\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
  }

  .xl\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
  }

  .xl\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
  }

  .xl\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
  }

  .xl\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
  }

  .xl\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
  }

  .xl\:border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
  }

  .xl\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
  }

  .xl\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
  }

  .xl\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
  }

  .xl\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
  }

  .xl\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
  }

  .xl\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
  }

  .xl\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
  }

  .xl\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
  }

  .xl\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
  }

  .xl\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
  }

  .xl\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
  }

  .xl\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
  }

  .xl\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
  }

  .xl\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
  }

  .xl\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
  }

  .xl\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
  }

  .xl\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
  }

  .xl\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
  }

  .xl\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
  }

  .xl\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
  }

  .xl\:border-l-stone-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
  }

  .xl\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
  }

  .xl\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
  }

  .xl\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
  }

  .xl\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
  }

  .xl\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
  }

  .xl\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
  }

  .xl\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
  }

  .xl\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
  }

  .xl\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
  }

  .xl\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
  }

  .xl\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
  }

  .xl\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
  }

  .xl\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
  }

  .xl\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
  }

  .xl\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
  }

  .xl\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
  }

  .xl\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
  }

  .xl\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
  }

  .xl\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
  }

  .xl\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
  }

  .xl\:border-l-stone-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
  }

  .xl\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
  }

  .xl\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
  }

  .xl\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
  }

  .xl\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
  }

  .xl\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
  }

  .xl\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
  }

  .xl\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
  }

  .xl\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
  }

  .xl\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
  }

  .xl\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
  }

  .xl\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
  }

  .xl\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
  }

  .xl\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
  }

  .xl\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
  }

  .xl\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
  }

  .xl\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
  }

  .xl\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
  }

  .xl\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
  }

  .xl\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
  }

  .xl\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
  }

  .xl\:border-l-stone-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
  }

  .xl\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
  }

  .xl\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
  }

  .xl\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
  }

  .xl\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
  }

  .xl\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
  }

  .xl\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
  }

  .xl\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
  }

  .xl\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
  }

  .xl\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
  }

  .xl\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
  }

  .xl\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
  }

  .xl\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
  }

  .xl\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
  }

  .xl\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
  }

  .xl\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
  }

  .xl\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
  }

  .xl\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
  }

  .xl\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
  }

  .xl\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
  }

  .xl\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
  }

  .xl\:border-l-stone-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
  }

  .xl\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
  }

  .xl\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
  }

  .xl\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
  }

  .xl\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
  }

  .xl\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
  }

  .xl\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
  }

  .xl\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
  }

  .xl\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
  }

  .xl\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
  }

  .xl\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
  }

  .xl\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
  }

  .xl\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
  }

  .xl\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
  }

  .xl\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
  }

  .xl\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
  }

  .xl\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
  }

  .xl\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
  }

  .xl\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
  }

  .xl\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
  }

  .xl\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
  }

  .xl\:border-l-supporting {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-supporting-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-supporting-foreground\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-l-supporting-foreground\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-l-supporting-foreground\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-l-supporting-foreground\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-l-supporting-foreground\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-l-supporting-foreground\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-l-supporting-foreground\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-l-supporting-foreground\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-l-supporting-foreground\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-l-supporting-foreground\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-l-supporting-foreground\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-l-supporting-foreground\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-l-supporting-foreground\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-l-supporting-foreground\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-l-supporting-foreground\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-l-supporting-foreground\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-l-supporting-foreground\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-l-supporting-foreground\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-l-supporting-foreground\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-l-supporting-foreground\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-l-supporting-foreground\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-l-supporting\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-l-supporting\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-l-supporting\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-l-supporting\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-l-supporting\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-l-supporting\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-l-supporting\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-l-supporting\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-l-supporting\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-l-supporting\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-l-supporting\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-l-supporting\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-l-supporting\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-l-supporting\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-l-supporting\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-l-supporting\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-l-supporting\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-l-supporting\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-l-supporting\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-l-supporting\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-l-supporting\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-l-teal-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
  }

  .xl\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
  }

  .xl\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
  }

  .xl\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
  }

  .xl\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
  }

  .xl\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
  }

  .xl\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
  }

  .xl\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
  }

  .xl\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
  }

  .xl\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
  }

  .xl\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
  }

  .xl\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
  }

  .xl\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
  }

  .xl\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
  }

  .xl\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
  }

  .xl\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
  }

  .xl\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
  }

  .xl\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
  }

  .xl\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
  }

  .xl\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
  }

  .xl\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
  }

  .xl\:border-l-teal-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
  }

  .xl\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
  }

  .xl\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
  }

  .xl\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
  }

  .xl\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
  }

  .xl\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
  }

  .xl\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
  }

  .xl\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
  }

  .xl\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
  }

  .xl\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
  }

  .xl\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
  }

  .xl\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
  }

  .xl\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
  }

  .xl\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
  }

  .xl\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
  }

  .xl\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
  }

  .xl\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
  }

  .xl\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
  }

  .xl\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
  }

  .xl\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
  }

  .xl\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
  }

  .xl\:border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
  }

  .xl\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
  }

  .xl\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
  }

  .xl\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
  }

  .xl\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
  }

  .xl\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
  }

  .xl\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
  }

  .xl\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
  }

  .xl\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
  }

  .xl\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
  }

  .xl\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
  }

  .xl\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
  }

  .xl\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
  }

  .xl\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
  }

  .xl\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
  }

  .xl\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
  }

  .xl\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
  }

  .xl\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
  }

  .xl\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
  }

  .xl\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
  }

  .xl\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
  }

  .xl\:border-l-teal-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
  }

  .xl\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
  }

  .xl\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
  }

  .xl\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
  }

  .xl\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
  }

  .xl\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
  }

  .xl\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
  }

  .xl\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
  }

  .xl\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
  }

  .xl\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
  }

  .xl\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
  }

  .xl\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
  }

  .xl\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
  }

  .xl\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
  }

  .xl\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
  }

  .xl\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
  }

  .xl\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
  }

  .xl\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
  }

  .xl\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
  }

  .xl\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
  }

  .xl\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
  }

  .xl\:border-l-teal-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
  }

  .xl\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
  }

  .xl\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
  }

  .xl\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
  }

  .xl\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
  }

  .xl\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
  }

  .xl\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
  }

  .xl\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
  }

  .xl\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
  }

  .xl\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
  }

  .xl\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
  }

  .xl\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
  }

  .xl\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
  }

  .xl\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
  }

  .xl\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
  }

  .xl\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
  }

  .xl\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
  }

  .xl\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
  }

  .xl\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
  }

  .xl\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
  }

  .xl\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
  }

  .xl\:border-l-teal-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
  }

  .xl\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
  }

  .xl\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
  }

  .xl\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
  }

  .xl\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
  }

  .xl\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
  }

  .xl\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
  }

  .xl\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
  }

  .xl\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
  }

  .xl\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
  }

  .xl\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
  }

  .xl\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
  }

  .xl\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
  }

  .xl\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
  }

  .xl\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
  }

  .xl\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
  }

  .xl\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
  }

  .xl\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
  }

  .xl\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
  }

  .xl\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
  }

  .xl\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
  }

  .xl\:border-l-teal-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
  }

  .xl\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
  }

  .xl\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
  }

  .xl\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
  }

  .xl\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
  }

  .xl\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
  }

  .xl\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
  }

  .xl\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
  }

  .xl\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
  }

  .xl\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
  }

  .xl\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
  }

  .xl\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
  }

  .xl\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
  }

  .xl\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
  }

  .xl\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
  }

  .xl\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
  }

  .xl\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
  }

  .xl\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
  }

  .xl\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
  }

  .xl\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
  }

  .xl\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
  }

  .xl\:border-l-teal-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
  }

  .xl\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
  }

  .xl\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
  }

  .xl\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
  }

  .xl\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
  }

  .xl\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
  }

  .xl\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
  }

  .xl\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
  }

  .xl\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
  }

  .xl\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
  }

  .xl\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
  }

  .xl\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
  }

  .xl\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
  }

  .xl\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
  }

  .xl\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
  }

  .xl\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
  }

  .xl\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
  }

  .xl\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
  }

  .xl\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
  }

  .xl\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
  }

  .xl\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
  }

  .xl\:border-l-teal-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
  }

  .xl\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
  }

  .xl\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
  }

  .xl\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
  }

  .xl\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
  }

  .xl\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
  }

  .xl\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
  }

  .xl\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
  }

  .xl\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
  }

  .xl\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
  }

  .xl\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
  }

  .xl\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
  }

  .xl\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
  }

  .xl\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
  }

  .xl\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
  }

  .xl\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
  }

  .xl\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
  }

  .xl\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
  }

  .xl\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
  }

  .xl\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
  }

  .xl\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
  }

  .xl\:border-l-teal-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
  }

  .xl\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
  }

  .xl\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
  }

  .xl\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
  }

  .xl\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
  }

  .xl\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
  }

  .xl\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
  }

  .xl\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
  }

  .xl\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
  }

  .xl\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
  }

  .xl\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
  }

  .xl\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
  }

  .xl\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
  }

  .xl\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
  }

  .xl\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
  }

  .xl\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
  }

  .xl\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
  }

  .xl\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
  }

  .xl\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
  }

  .xl\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
  }

  .xl\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
  }

  .xl\:border-l-teal-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
  }

  .xl\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
  }

  .xl\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
  }

  .xl\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
  }

  .xl\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
  }

  .xl\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
  }

  .xl\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
  }

  .xl\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
  }

  .xl\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
  }

  .xl\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
  }

  .xl\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
  }

  .xl\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
  }

  .xl\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
  }

  .xl\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
  }

  .xl\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
  }

  .xl\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
  }

  .xl\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
  }

  .xl\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
  }

  .xl\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
  }

  .xl\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
  }

  .xl\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
  }

  .xl\:border-l-tertiary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-tertiary\/0 {
    border-left-color: hsl(var(--tertiary) / 0);
  }

  .xl\:border-l-tertiary\/10 {
    border-left-color: hsl(var(--tertiary) / 0.1);
  }

  .xl\:border-l-tertiary\/100 {
    border-left-color: hsl(var(--tertiary) / 1);
  }

  .xl\:border-l-tertiary\/15 {
    border-left-color: hsl(var(--tertiary) / 0.15);
  }

  .xl\:border-l-tertiary\/20 {
    border-left-color: hsl(var(--tertiary) / 0.2);
  }

  .xl\:border-l-tertiary\/25 {
    border-left-color: hsl(var(--tertiary) / 0.25);
  }

  .xl\:border-l-tertiary\/30 {
    border-left-color: hsl(var(--tertiary) / 0.3);
  }

  .xl\:border-l-tertiary\/35 {
    border-left-color: hsl(var(--tertiary) / 0.35);
  }

  .xl\:border-l-tertiary\/40 {
    border-left-color: hsl(var(--tertiary) / 0.4);
  }

  .xl\:border-l-tertiary\/45 {
    border-left-color: hsl(var(--tertiary) / 0.45);
  }

  .xl\:border-l-tertiary\/5 {
    border-left-color: hsl(var(--tertiary) / 0.05);
  }

  .xl\:border-l-tertiary\/50 {
    border-left-color: hsl(var(--tertiary) / 0.5);
  }

  .xl\:border-l-tertiary\/55 {
    border-left-color: hsl(var(--tertiary) / 0.55);
  }

  .xl\:border-l-tertiary\/60 {
    border-left-color: hsl(var(--tertiary) / 0.6);
  }

  .xl\:border-l-tertiary\/65 {
    border-left-color: hsl(var(--tertiary) / 0.65);
  }

  .xl\:border-l-tertiary\/70 {
    border-left-color: hsl(var(--tertiary) / 0.7);
  }

  .xl\:border-l-tertiary\/75 {
    border-left-color: hsl(var(--tertiary) / 0.75);
  }

  .xl\:border-l-tertiary\/80 {
    border-left-color: hsl(var(--tertiary) / 0.8);
  }

  .xl\:border-l-tertiary\/85 {
    border-left-color: hsl(var(--tertiary) / 0.85);
  }

  .xl\:border-l-tertiary\/90 {
    border-left-color: hsl(var(--tertiary) / 0.9);
  }

  .xl\:border-l-tertiary\/95 {
    border-left-color: hsl(var(--tertiary) / 0.95);
  }

  .xl\:border-l-transparent {
    border-left-color: transparent;
  }

  .xl\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .xl\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .xl\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-l-violet-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
  }

  .xl\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
  }

  .xl\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
  }

  .xl\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
  }

  .xl\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
  }

  .xl\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
  }

  .xl\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
  }

  .xl\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
  }

  .xl\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
  }

  .xl\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
  }

  .xl\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
  }

  .xl\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
  }

  .xl\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
  }

  .xl\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
  }

  .xl\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
  }

  .xl\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
  }

  .xl\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
  }

  .xl\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
  }

  .xl\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
  }

  .xl\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
  }

  .xl\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
  }

  .xl\:border-l-violet-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
  }

  .xl\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
  }

  .xl\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
  }

  .xl\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
  }

  .xl\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
  }

  .xl\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
  }

  .xl\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
  }

  .xl\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
  }

  .xl\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
  }

  .xl\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
  }

  .xl\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
  }

  .xl\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
  }

  .xl\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
  }

  .xl\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
  }

  .xl\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
  }

  .xl\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
  }

  .xl\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
  }

  .xl\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
  }

  .xl\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
  }

  .xl\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
  }

  .xl\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
  }

  .xl\:border-l-violet-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
  }

  .xl\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
  }

  .xl\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
  }

  .xl\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
  }

  .xl\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
  }

  .xl\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
  }

  .xl\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
  }

  .xl\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
  }

  .xl\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
  }

  .xl\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
  }

  .xl\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
  }

  .xl\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
  }

  .xl\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
  }

  .xl\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
  }

  .xl\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
  }

  .xl\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
  }

  .xl\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
  }

  .xl\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
  }

  .xl\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
  }

  .xl\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
  }

  .xl\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
  }

  .xl\:border-l-violet-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
  }

  .xl\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
  }

  .xl\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
  }

  .xl\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
  }

  .xl\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
  }

  .xl\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
  }

  .xl\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
  }

  .xl\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
  }

  .xl\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
  }

  .xl\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
  }

  .xl\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
  }

  .xl\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
  }

  .xl\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
  }

  .xl\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
  }

  .xl\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
  }

  .xl\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
  }

  .xl\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
  }

  .xl\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
  }

  .xl\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
  }

  .xl\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
  }

  .xl\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
  }

  .xl\:border-l-violet-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
  }

  .xl\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
  }

  .xl\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
  }

  .xl\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
  }

  .xl\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
  }

  .xl\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
  }

  .xl\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
  }

  .xl\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
  }

  .xl\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
  }

  .xl\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
  }

  .xl\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
  }

  .xl\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
  }

  .xl\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
  }

  .xl\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
  }

  .xl\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
  }

  .xl\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
  }

  .xl\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
  }

  .xl\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
  }

  .xl\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
  }

  .xl\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
  }

  .xl\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
  }

  .xl\:border-l-violet-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
  }

  .xl\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
  }

  .xl\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
  }

  .xl\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
  }

  .xl\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
  }

  .xl\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
  }

  .xl\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
  }

  .xl\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
  }

  .xl\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
  }

  .xl\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
  }

  .xl\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
  }

  .xl\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
  }

  .xl\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
  }

  .xl\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
  }

  .xl\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
  }

  .xl\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
  }

  .xl\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
  }

  .xl\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
  }

  .xl\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
  }

  .xl\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
  }

  .xl\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
  }

  .xl\:border-l-violet-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
  }

  .xl\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
  }

  .xl\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
  }

  .xl\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
  }

  .xl\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
  }

  .xl\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
  }

  .xl\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
  }

  .xl\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
  }

  .xl\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
  }

  .xl\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
  }

  .xl\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
  }

  .xl\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
  }

  .xl\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
  }

  .xl\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
  }

  .xl\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
  }

  .xl\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
  }

  .xl\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
  }

  .xl\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
  }

  .xl\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
  }

  .xl\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
  }

  .xl\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
  }

  .xl\:border-l-violet-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
  }

  .xl\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
  }

  .xl\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
  }

  .xl\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
  }

  .xl\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
  }

  .xl\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
  }

  .xl\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
  }

  .xl\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
  }

  .xl\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
  }

  .xl\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
  }

  .xl\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
  }

  .xl\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
  }

  .xl\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
  }

  .xl\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
  }

  .xl\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
  }

  .xl\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
  }

  .xl\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
  }

  .xl\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
  }

  .xl\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
  }

  .xl\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
  }

  .xl\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
  }

  .xl\:border-l-violet-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
  }

  .xl\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
  }

  .xl\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
  }

  .xl\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
  }

  .xl\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
  }

  .xl\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
  }

  .xl\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
  }

  .xl\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
  }

  .xl\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
  }

  .xl\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
  }

  .xl\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
  }

  .xl\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
  }

  .xl\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
  }

  .xl\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
  }

  .xl\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
  }

  .xl\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
  }

  .xl\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
  }

  .xl\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
  }

  .xl\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
  }

  .xl\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
  }

  .xl\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
  }

  .xl\:border-l-violet-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
  }

  .xl\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
  }

  .xl\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
  }

  .xl\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
  }

  .xl\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
  }

  .xl\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
  }

  .xl\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
  }

  .xl\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
  }

  .xl\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
  }

  .xl\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
  }

  .xl\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
  }

  .xl\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
  }

  .xl\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
  }

  .xl\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
  }

  .xl\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
  }

  .xl\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
  }

  .xl\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
  }

  .xl\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
  }

  .xl\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
  }

  .xl\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
  }

  .xl\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
  }

  .xl\:border-l-violet-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
  }

  .xl\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
  }

  .xl\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
  }

  .xl\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
  }

  .xl\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
  }

  .xl\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
  }

  .xl\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
  }

  .xl\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
  }

  .xl\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
  }

  .xl\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
  }

  .xl\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
  }

  .xl\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
  }

  .xl\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
  }

  .xl\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
  }

  .xl\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
  }

  .xl\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
  }

  .xl\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
  }

  .xl\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
  }

  .xl\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
  }

  .xl\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
  }

  .xl\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
  }

  .xl\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .xl\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .xl\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .xl\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
  }

  .xl\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .xl\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .xl\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .xl\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
  }

  .xl\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .xl\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
  }

  .xl\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .xl\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .xl\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
  }

  .xl\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .xl\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
  }

  .xl\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .xl\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .xl\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .xl\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
  }

  .xl\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .xl\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .xl\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .xl\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .xl\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
  }

  .xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
  }

  .xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
  }

  .xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
  }

  .xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
  }

  .xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
  }

  .xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .xl\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .xl\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .xl\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .xl\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .xl\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
  }

  .xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
  }

  .xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
  }

  .xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
  }

  .xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
  }

  .xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
  }

  .xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .xl\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .xl\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
  }

  .xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
  }

  .xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
  }

  .xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
  }

  .xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
  }

  .xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
  }

  .xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .xl\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
  }

  .xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
  }

  .xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
  }

  .xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
  }

  .xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
  }

  .xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
  }

  .xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-l-zinc-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
  }

  .xl\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
  }

  .xl\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
  }

  .xl\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
  }

  .xl\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
  }

  .xl\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
  }

  .xl\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
  }

  .xl\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
  }

  .xl\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
  }

  .xl\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
  }

  .xl\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
  }

  .xl\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
  }

  .xl\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
  }

  .xl\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
  }

  .xl\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
  }

  .xl\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
  }

  .xl\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
  }

  .xl\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
  }

  .xl\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
  }

  .xl\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
  }

  .xl\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
  }

  .xl\:border-l-zinc-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
  }

  .xl\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
  }

  .xl\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
  }

  .xl\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
  }

  .xl\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
  }

  .xl\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
  }

  .xl\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
  }

  .xl\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
  }

  .xl\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
  }

  .xl\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
  }

  .xl\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
  }

  .xl\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
  }

  .xl\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
  }

  .xl\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
  }

  .xl\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
  }

  .xl\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
  }

  .xl\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
  }

  .xl\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
  }

  .xl\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
  }

  .xl\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
  }

  .xl\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
  }

  .xl\:border-l-zinc-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
  }

  .xl\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
  }

  .xl\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
  }

  .xl\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
  }

  .xl\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
  }

  .xl\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
  }

  .xl\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
  }

  .xl\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
  }

  .xl\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
  }

  .xl\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
  }

  .xl\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
  }

  .xl\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
  }

  .xl\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
  }

  .xl\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
  }

  .xl\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
  }

  .xl\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
  }

  .xl\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
  }

  .xl\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
  }

  .xl\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
  }

  .xl\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
  }

  .xl\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
  }

  .xl\:border-l-zinc-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
  }

  .xl\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
  }

  .xl\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
  }

  .xl\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
  }

  .xl\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
  }

  .xl\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
  }

  .xl\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
  }

  .xl\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
  }

  .xl\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
  }

  .xl\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
  }

  .xl\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
  }

  .xl\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
  }

  .xl\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
  }

  .xl\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
  }

  .xl\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
  }

  .xl\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
  }

  .xl\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
  }

  .xl\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
  }

  .xl\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
  }

  .xl\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
  }

  .xl\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
  }

  .xl\:border-l-zinc-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .xl\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .xl\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-l-zinc-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
  }

  .xl\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
  }

  .xl\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
  }

  .xl\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
  }

  .xl\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
  }

  .xl\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
  }

  .xl\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
  }

  .xl\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
  }

  .xl\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
  }

  .xl\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
  }

  .xl\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
  }

  .xl\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
  }

  .xl\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
  }

  .xl\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
  }

  .xl\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
  }

  .xl\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
  }

  .xl\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
  }

  .xl\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
  }

  .xl\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
  }

  .xl\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
  }

  .xl\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
  }

  .xl\:border-l-zinc-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
  }

  .xl\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
  }

  .xl\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
  }

  .xl\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
  }

  .xl\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
  }

  .xl\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
  }

  .xl\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
  }

  .xl\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
  }

  .xl\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
  }

  .xl\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
  }

  .xl\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
  }

  .xl\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
  }

  .xl\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
  }

  .xl\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
  }

  .xl\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
  }

  .xl\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
  }

  .xl\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
  }

  .xl\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
  }

  .xl\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
  }

  .xl\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
  }

  .xl\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
  }

  .xl\:border-l-zinc-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
  }

  .xl\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
  }

  .xl\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
  }

  .xl\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
  }

  .xl\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
  }

  .xl\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
  }

  .xl\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
  }

  .xl\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
  }

  .xl\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
  }

  .xl\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
  }

  .xl\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
  }

  .xl\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
  }

  .xl\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
  }

  .xl\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
  }

  .xl\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
  }

  .xl\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
  }

  .xl\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
  }

  .xl\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
  }

  .xl\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
  }

  .xl\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
  }

  .xl\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
  }

  .xl\:border-l-zinc-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
  }

  .xl\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
  }

  .xl\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
  }

  .xl\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
  }

  .xl\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
  }

  .xl\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
  }

  .xl\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
  }

  .xl\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
  }

  .xl\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
  }

  .xl\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
  }

  .xl\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
  }

  .xl\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
  }

  .xl\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
  }

  .xl\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
  }

  .xl\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
  }

  .xl\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
  }

  .xl\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
  }

  .xl\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
  }

  .xl\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
  }

  .xl\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
  }

  .xl\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
  }

  .xl\:border-l-zinc-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
  }

  .xl\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
  }

  .xl\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
  }

  .xl\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
  }

  .xl\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
  }

  .xl\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
  }

  .xl\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
  }

  .xl\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
  }

  .xl\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
  }

  .xl\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
  }

  .xl\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
  }

  .xl\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
  }

  .xl\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
  }

  .xl\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
  }

  .xl\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
  }

  .xl\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
  }

  .xl\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
  }

  .xl\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
  }

  .xl\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
  }

  .xl\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
  }

  .xl\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
  }

  .xl\:border-l-zinc-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
  }

  .xl\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
  }

  .xl\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
  }

  .xl\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
  }

  .xl\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
  }

  .xl\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
  }

  .xl\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
  }

  .xl\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
  }

  .xl\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
  }

  .xl\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
  }

  .xl\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
  }

  .xl\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
  }

  .xl\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
  }

  .xl\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
  }

  .xl\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
  }

  .xl\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
  }

  .xl\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
  }

  .xl\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
  }

  .xl\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
  }

  .xl\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
  }

  .xl\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
  }

  .xl\:border-r-accent {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-accent-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-accent-foreground\/0 {
    border-right-color: hsl(var(--accent-foreground) / 0);
  }

  .xl\:border-r-accent-foreground\/10 {
    border-right-color: hsl(var(--accent-foreground) / 0.1);
  }

  .xl\:border-r-accent-foreground\/100 {
    border-right-color: hsl(var(--accent-foreground) / 1);
  }

  .xl\:border-r-accent-foreground\/15 {
    border-right-color: hsl(var(--accent-foreground) / 0.15);
  }

  .xl\:border-r-accent-foreground\/20 {
    border-right-color: hsl(var(--accent-foreground) / 0.2);
  }

  .xl\:border-r-accent-foreground\/25 {
    border-right-color: hsl(var(--accent-foreground) / 0.25);
  }

  .xl\:border-r-accent-foreground\/30 {
    border-right-color: hsl(var(--accent-foreground) / 0.3);
  }

  .xl\:border-r-accent-foreground\/35 {
    border-right-color: hsl(var(--accent-foreground) / 0.35);
  }

  .xl\:border-r-accent-foreground\/40 {
    border-right-color: hsl(var(--accent-foreground) / 0.4);
  }

  .xl\:border-r-accent-foreground\/45 {
    border-right-color: hsl(var(--accent-foreground) / 0.45);
  }

  .xl\:border-r-accent-foreground\/5 {
    border-right-color: hsl(var(--accent-foreground) / 0.05);
  }

  .xl\:border-r-accent-foreground\/50 {
    border-right-color: hsl(var(--accent-foreground) / 0.5);
  }

  .xl\:border-r-accent-foreground\/55 {
    border-right-color: hsl(var(--accent-foreground) / 0.55);
  }

  .xl\:border-r-accent-foreground\/60 {
    border-right-color: hsl(var(--accent-foreground) / 0.6);
  }

  .xl\:border-r-accent-foreground\/65 {
    border-right-color: hsl(var(--accent-foreground) / 0.65);
  }

  .xl\:border-r-accent-foreground\/70 {
    border-right-color: hsl(var(--accent-foreground) / 0.7);
  }

  .xl\:border-r-accent-foreground\/75 {
    border-right-color: hsl(var(--accent-foreground) / 0.75);
  }

  .xl\:border-r-accent-foreground\/80 {
    border-right-color: hsl(var(--accent-foreground) / 0.8);
  }

  .xl\:border-r-accent-foreground\/85 {
    border-right-color: hsl(var(--accent-foreground) / 0.85);
  }

  .xl\:border-r-accent-foreground\/90 {
    border-right-color: hsl(var(--accent-foreground) / 0.9);
  }

  .xl\:border-r-accent-foreground\/95 {
    border-right-color: hsl(var(--accent-foreground) / 0.95);
  }

  .xl\:border-r-accent\/0 {
    border-right-color: hsl(var(--accent) / 0);
  }

  .xl\:border-r-accent\/10 {
    border-right-color: hsl(var(--accent) / 0.1);
  }

  .xl\:border-r-accent\/100 {
    border-right-color: hsl(var(--accent) / 1);
  }

  .xl\:border-r-accent\/15 {
    border-right-color: hsl(var(--accent) / 0.15);
  }

  .xl\:border-r-accent\/20 {
    border-right-color: hsl(var(--accent) / 0.2);
  }

  .xl\:border-r-accent\/25 {
    border-right-color: hsl(var(--accent) / 0.25);
  }

  .xl\:border-r-accent\/30 {
    border-right-color: hsl(var(--accent) / 0.3);
  }

  .xl\:border-r-accent\/35 {
    border-right-color: hsl(var(--accent) / 0.35);
  }

  .xl\:border-r-accent\/40 {
    border-right-color: hsl(var(--accent) / 0.4);
  }

  .xl\:border-r-accent\/45 {
    border-right-color: hsl(var(--accent) / 0.45);
  }

  .xl\:border-r-accent\/5 {
    border-right-color: hsl(var(--accent) / 0.05);
  }

  .xl\:border-r-accent\/50 {
    border-right-color: hsl(var(--accent) / 0.5);
  }

  .xl\:border-r-accent\/55 {
    border-right-color: hsl(var(--accent) / 0.55);
  }

  .xl\:border-r-accent\/60 {
    border-right-color: hsl(var(--accent) / 0.6);
  }

  .xl\:border-r-accent\/65 {
    border-right-color: hsl(var(--accent) / 0.65);
  }

  .xl\:border-r-accent\/70 {
    border-right-color: hsl(var(--accent) / 0.7);
  }

  .xl\:border-r-accent\/75 {
    border-right-color: hsl(var(--accent) / 0.75);
  }

  .xl\:border-r-accent\/80 {
    border-right-color: hsl(var(--accent) / 0.8);
  }

  .xl\:border-r-accent\/85 {
    border-right-color: hsl(var(--accent) / 0.85);
  }

  .xl\:border-r-accent\/90 {
    border-right-color: hsl(var(--accent) / 0.9);
  }

  .xl\:border-r-accent\/95 {
    border-right-color: hsl(var(--accent) / 0.95);
  }

  .xl\:border-r-amber-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0);
  }

  .xl\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .xl\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1);
  }

  .xl\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .xl\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .xl\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .xl\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .xl\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .xl\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .xl\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .xl\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .xl\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .xl\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .xl\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .xl\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .xl\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .xl\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .xl\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .xl\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .xl\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .xl\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .xl\:border-r-amber-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0);
  }

  .xl\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .xl\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1);
  }

  .xl\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .xl\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .xl\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .xl\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .xl\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .xl\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .xl\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .xl\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .xl\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .xl\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .xl\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .xl\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .xl\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .xl\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .xl\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .xl\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .xl\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .xl\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .xl\:border-r-amber-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0);
  }

  .xl\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .xl\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1);
  }

  .xl\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .xl\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .xl\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .xl\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .xl\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .xl\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .xl\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .xl\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .xl\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .xl\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .xl\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .xl\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .xl\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .xl\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .xl\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .xl\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .xl\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .xl\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .xl\:border-r-amber-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0);
  }

  .xl\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .xl\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1);
  }

  .xl\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .xl\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .xl\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .xl\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .xl\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .xl\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .xl\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .xl\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .xl\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .xl\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .xl\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .xl\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .xl\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .xl\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .xl\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .xl\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .xl\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .xl\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .xl\:border-r-amber-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0);
  }

  .xl\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .xl\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1);
  }

  .xl\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .xl\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .xl\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .xl\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .xl\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .xl\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .xl\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .xl\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .xl\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .xl\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .xl\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .xl\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .xl\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .xl\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .xl\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .xl\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .xl\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .xl\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .xl\:border-r-amber-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0);
  }

  .xl\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .xl\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1);
  }

  .xl\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .xl\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .xl\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .xl\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .xl\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .xl\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .xl\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .xl\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .xl\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .xl\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .xl\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .xl\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .xl\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .xl\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .xl\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .xl\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .xl\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .xl\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .xl\:border-r-amber-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0);
  }

  .xl\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .xl\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1);
  }

  .xl\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .xl\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .xl\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .xl\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .xl\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .xl\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .xl\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .xl\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .xl\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .xl\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .xl\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .xl\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .xl\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .xl\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .xl\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .xl\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .xl\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .xl\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .xl\:border-r-amber-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0);
  }

  .xl\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .xl\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1);
  }

  .xl\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .xl\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .xl\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .xl\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .xl\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .xl\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .xl\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .xl\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .xl\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .xl\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .xl\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .xl\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .xl\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .xl\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .xl\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .xl\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .xl\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .xl\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .xl\:border-r-amber-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0);
  }

  .xl\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .xl\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1);
  }

  .xl\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .xl\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .xl\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .xl\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .xl\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .xl\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .xl\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .xl\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .xl\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .xl\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .xl\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .xl\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .xl\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .xl\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .xl\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .xl\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .xl\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .xl\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .xl\:border-r-amber-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0);
  }

  .xl\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .xl\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1);
  }

  .xl\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .xl\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .xl\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .xl\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .xl\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .xl\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .xl\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .xl\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .xl\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .xl\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .xl\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .xl\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .xl\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .xl\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .xl\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .xl\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .xl\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .xl\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .xl\:border-r-amber-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0);
  }

  .xl\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .xl\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1);
  }

  .xl\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .xl\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .xl\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .xl\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .xl\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .xl\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .xl\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .xl\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .xl\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .xl\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .xl\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .xl\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .xl\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .xl\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .xl\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .xl\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .xl\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .xl\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .xl\:border-r-background {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-background\/0 {
    border-right-color: hsl(var(--background) / 0);
  }

  .xl\:border-r-background\/10 {
    border-right-color: hsl(var(--background) / 0.1);
  }

  .xl\:border-r-background\/100 {
    border-right-color: hsl(var(--background) / 1);
  }

  .xl\:border-r-background\/15 {
    border-right-color: hsl(var(--background) / 0.15);
  }

  .xl\:border-r-background\/20 {
    border-right-color: hsl(var(--background) / 0.2);
  }

  .xl\:border-r-background\/25 {
    border-right-color: hsl(var(--background) / 0.25);
  }

  .xl\:border-r-background\/30 {
    border-right-color: hsl(var(--background) / 0.3);
  }

  .xl\:border-r-background\/35 {
    border-right-color: hsl(var(--background) / 0.35);
  }

  .xl\:border-r-background\/40 {
    border-right-color: hsl(var(--background) / 0.4);
  }

  .xl\:border-r-background\/45 {
    border-right-color: hsl(var(--background) / 0.45);
  }

  .xl\:border-r-background\/5 {
    border-right-color: hsl(var(--background) / 0.05);
  }

  .xl\:border-r-background\/50 {
    border-right-color: hsl(var(--background) / 0.5);
  }

  .xl\:border-r-background\/55 {
    border-right-color: hsl(var(--background) / 0.55);
  }

  .xl\:border-r-background\/60 {
    border-right-color: hsl(var(--background) / 0.6);
  }

  .xl\:border-r-background\/65 {
    border-right-color: hsl(var(--background) / 0.65);
  }

  .xl\:border-r-background\/70 {
    border-right-color: hsl(var(--background) / 0.7);
  }

  .xl\:border-r-background\/75 {
    border-right-color: hsl(var(--background) / 0.75);
  }

  .xl\:border-r-background\/80 {
    border-right-color: hsl(var(--background) / 0.8);
  }

  .xl\:border-r-background\/85 {
    border-right-color: hsl(var(--background) / 0.85);
  }

  .xl\:border-r-background\/90 {
    border-right-color: hsl(var(--background) / 0.9);
  }

  .xl\:border-r-background\/95 {
    border-right-color: hsl(var(--background) / 0.95);
  }

  .xl\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .xl\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .xl\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-r-blue-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0);
  }

  .xl\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .xl\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1);
  }

  .xl\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .xl\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .xl\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .xl\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .xl\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .xl\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .xl\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .xl\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .xl\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .xl\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .xl\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .xl\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .xl\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .xl\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .xl\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .xl\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .xl\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .xl\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .xl\:border-r-blue-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0);
  }

  .xl\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .xl\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1);
  }

  .xl\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .xl\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .xl\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .xl\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .xl\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .xl\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .xl\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .xl\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .xl\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .xl\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .xl\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .xl\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .xl\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .xl\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .xl\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .xl\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .xl\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .xl\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .xl\:border-r-blue-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0);
  }

  .xl\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .xl\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1);
  }

  .xl\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .xl\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .xl\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .xl\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .xl\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .xl\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .xl\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .xl\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .xl\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .xl\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .xl\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .xl\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .xl\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .xl\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .xl\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .xl\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .xl\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .xl\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .xl\:border-r-blue-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0);
  }

  .xl\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .xl\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1);
  }

  .xl\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .xl\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .xl\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .xl\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .xl\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .xl\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .xl\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .xl\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .xl\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .xl\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .xl\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .xl\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .xl\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .xl\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .xl\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .xl\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .xl\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .xl\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .xl\:border-r-blue-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0);
  }

  .xl\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .xl\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1);
  }

  .xl\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .xl\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .xl\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .xl\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .xl\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .xl\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .xl\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .xl\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .xl\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .xl\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .xl\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .xl\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .xl\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .xl\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .xl\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .xl\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .xl\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .xl\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .xl\:border-r-blue-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0);
  }

  .xl\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .xl\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1);
  }

  .xl\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .xl\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .xl\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .xl\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .xl\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .xl\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .xl\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .xl\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .xl\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .xl\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .xl\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .xl\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .xl\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .xl\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .xl\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .xl\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .xl\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .xl\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .xl\:border-r-blue-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0);
  }

  .xl\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .xl\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1);
  }

  .xl\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .xl\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .xl\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .xl\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .xl\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .xl\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .xl\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .xl\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .xl\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .xl\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .xl\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .xl\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .xl\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .xl\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .xl\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .xl\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .xl\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .xl\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .xl\:border-r-blue-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0);
  }

  .xl\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .xl\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1);
  }

  .xl\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .xl\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .xl\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .xl\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .xl\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .xl\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .xl\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .xl\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .xl\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .xl\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .xl\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .xl\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .xl\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .xl\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .xl\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .xl\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .xl\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .xl\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .xl\:border-r-blue-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0);
  }

  .xl\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .xl\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1);
  }

  .xl\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .xl\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .xl\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .xl\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .xl\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .xl\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .xl\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .xl\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .xl\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .xl\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .xl\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .xl\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .xl\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .xl\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .xl\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .xl\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .xl\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .xl\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .xl\:border-r-blue-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0);
  }

  .xl\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .xl\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1);
  }

  .xl\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .xl\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .xl\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .xl\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .xl\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .xl\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .xl\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .xl\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .xl\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .xl\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .xl\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .xl\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .xl\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .xl\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .xl\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .xl\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .xl\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .xl\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .xl\:border-r-blue-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0);
  }

  .xl\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .xl\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1);
  }

  .xl\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .xl\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .xl\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .xl\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .xl\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .xl\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .xl\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .xl\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .xl\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .xl\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .xl\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .xl\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .xl\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .xl\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .xl\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .xl\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .xl\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .xl\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .xl\:border-r-border {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-border\/0 {
    border-right-color: hsl(var(--border) / 0);
  }

  .xl\:border-r-border\/10 {
    border-right-color: hsl(var(--border) / 0.1);
  }

  .xl\:border-r-border\/100 {
    border-right-color: hsl(var(--border) / 1);
  }

  .xl\:border-r-border\/15 {
    border-right-color: hsl(var(--border) / 0.15);
  }

  .xl\:border-r-border\/20 {
    border-right-color: hsl(var(--border) / 0.2);
  }

  .xl\:border-r-border\/25 {
    border-right-color: hsl(var(--border) / 0.25);
  }

  .xl\:border-r-border\/30 {
    border-right-color: hsl(var(--border) / 0.3);
  }

  .xl\:border-r-border\/35 {
    border-right-color: hsl(var(--border) / 0.35);
  }

  .xl\:border-r-border\/40 {
    border-right-color: hsl(var(--border) / 0.4);
  }

  .xl\:border-r-border\/45 {
    border-right-color: hsl(var(--border) / 0.45);
  }

  .xl\:border-r-border\/5 {
    border-right-color: hsl(var(--border) / 0.05);
  }

  .xl\:border-r-border\/50 {
    border-right-color: hsl(var(--border) / 0.5);
  }

  .xl\:border-r-border\/55 {
    border-right-color: hsl(var(--border) / 0.55);
  }

  .xl\:border-r-border\/60 {
    border-right-color: hsl(var(--border) / 0.6);
  }

  .xl\:border-r-border\/65 {
    border-right-color: hsl(var(--border) / 0.65);
  }

  .xl\:border-r-border\/70 {
    border-right-color: hsl(var(--border) / 0.7);
  }

  .xl\:border-r-border\/75 {
    border-right-color: hsl(var(--border) / 0.75);
  }

  .xl\:border-r-border\/80 {
    border-right-color: hsl(var(--border) / 0.8);
  }

  .xl\:border-r-border\/85 {
    border-right-color: hsl(var(--border) / 0.85);
  }

  .xl\:border-r-border\/90 {
    border-right-color: hsl(var(--border) / 0.9);
  }

  .xl\:border-r-border\/95 {
    border-right-color: hsl(var(--border) / 0.95);
  }

  .xl\:border-r-card {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-card-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-card-foreground\/0 {
    border-right-color: hsl(var(--card-foreground) / 0);
  }

  .xl\:border-r-card-foreground\/10 {
    border-right-color: hsl(var(--card-foreground) / 0.1);
  }

  .xl\:border-r-card-foreground\/100 {
    border-right-color: hsl(var(--card-foreground) / 1);
  }

  .xl\:border-r-card-foreground\/15 {
    border-right-color: hsl(var(--card-foreground) / 0.15);
  }

  .xl\:border-r-card-foreground\/20 {
    border-right-color: hsl(var(--card-foreground) / 0.2);
  }

  .xl\:border-r-card-foreground\/25 {
    border-right-color: hsl(var(--card-foreground) / 0.25);
  }

  .xl\:border-r-card-foreground\/30 {
    border-right-color: hsl(var(--card-foreground) / 0.3);
  }

  .xl\:border-r-card-foreground\/35 {
    border-right-color: hsl(var(--card-foreground) / 0.35);
  }

  .xl\:border-r-card-foreground\/40 {
    border-right-color: hsl(var(--card-foreground) / 0.4);
  }

  .xl\:border-r-card-foreground\/45 {
    border-right-color: hsl(var(--card-foreground) / 0.45);
  }

  .xl\:border-r-card-foreground\/5 {
    border-right-color: hsl(var(--card-foreground) / 0.05);
  }

  .xl\:border-r-card-foreground\/50 {
    border-right-color: hsl(var(--card-foreground) / 0.5);
  }

  .xl\:border-r-card-foreground\/55 {
    border-right-color: hsl(var(--card-foreground) / 0.55);
  }

  .xl\:border-r-card-foreground\/60 {
    border-right-color: hsl(var(--card-foreground) / 0.6);
  }

  .xl\:border-r-card-foreground\/65 {
    border-right-color: hsl(var(--card-foreground) / 0.65);
  }

  .xl\:border-r-card-foreground\/70 {
    border-right-color: hsl(var(--card-foreground) / 0.7);
  }

  .xl\:border-r-card-foreground\/75 {
    border-right-color: hsl(var(--card-foreground) / 0.75);
  }

  .xl\:border-r-card-foreground\/80 {
    border-right-color: hsl(var(--card-foreground) / 0.8);
  }

  .xl\:border-r-card-foreground\/85 {
    border-right-color: hsl(var(--card-foreground) / 0.85);
  }

  .xl\:border-r-card-foreground\/90 {
    border-right-color: hsl(var(--card-foreground) / 0.9);
  }

  .xl\:border-r-card-foreground\/95 {
    border-right-color: hsl(var(--card-foreground) / 0.95);
  }

  .xl\:border-r-card\/0 {
    border-right-color: hsl(var(--card) / 0);
  }

  .xl\:border-r-card\/10 {
    border-right-color: hsl(var(--card) / 0.1);
  }

  .xl\:border-r-card\/100 {
    border-right-color: hsl(var(--card) / 1);
  }

  .xl\:border-r-card\/15 {
    border-right-color: hsl(var(--card) / 0.15);
  }

  .xl\:border-r-card\/20 {
    border-right-color: hsl(var(--card) / 0.2);
  }

  .xl\:border-r-card\/25 {
    border-right-color: hsl(var(--card) / 0.25);
  }

  .xl\:border-r-card\/30 {
    border-right-color: hsl(var(--card) / 0.3);
  }

  .xl\:border-r-card\/35 {
    border-right-color: hsl(var(--card) / 0.35);
  }

  .xl\:border-r-card\/40 {
    border-right-color: hsl(var(--card) / 0.4);
  }

  .xl\:border-r-card\/45 {
    border-right-color: hsl(var(--card) / 0.45);
  }

  .xl\:border-r-card\/5 {
    border-right-color: hsl(var(--card) / 0.05);
  }

  .xl\:border-r-card\/50 {
    border-right-color: hsl(var(--card) / 0.5);
  }

  .xl\:border-r-card\/55 {
    border-right-color: hsl(var(--card) / 0.55);
  }

  .xl\:border-r-card\/60 {
    border-right-color: hsl(var(--card) / 0.6);
  }

  .xl\:border-r-card\/65 {
    border-right-color: hsl(var(--card) / 0.65);
  }

  .xl\:border-r-card\/70 {
    border-right-color: hsl(var(--card) / 0.7);
  }

  .xl\:border-r-card\/75 {
    border-right-color: hsl(var(--card) / 0.75);
  }

  .xl\:border-r-card\/80 {
    border-right-color: hsl(var(--card) / 0.8);
  }

  .xl\:border-r-card\/85 {
    border-right-color: hsl(var(--card) / 0.85);
  }

  .xl\:border-r-card\/90 {
    border-right-color: hsl(var(--card) / 0.9);
  }

  .xl\:border-r-card\/95 {
    border-right-color: hsl(var(--card) / 0.95);
  }

  .xl\:border-r-current {
    border-right-color: currentColor;
  }

  .xl\:border-r-cyan-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0);
  }

  .xl\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .xl\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1);
  }

  .xl\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .xl\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .xl\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .xl\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .xl\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .xl\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .xl\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .xl\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .xl\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .xl\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .xl\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .xl\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .xl\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .xl\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .xl\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .xl\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .xl\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .xl\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .xl\:border-r-cyan-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0);
  }

  .xl\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .xl\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1);
  }

  .xl\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .xl\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .xl\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .xl\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .xl\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .xl\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .xl\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .xl\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .xl\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .xl\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .xl\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .xl\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .xl\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .xl\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .xl\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .xl\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .xl\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .xl\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .xl\:border-r-cyan-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0);
  }

  .xl\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .xl\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1);
  }

  .xl\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .xl\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .xl\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .xl\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .xl\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .xl\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .xl\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .xl\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .xl\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .xl\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .xl\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .xl\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .xl\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .xl\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .xl\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .xl\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .xl\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .xl\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .xl\:border-r-cyan-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0);
  }

  .xl\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .xl\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1);
  }

  .xl\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .xl\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .xl\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .xl\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .xl\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .xl\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .xl\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .xl\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .xl\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .xl\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .xl\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .xl\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .xl\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .xl\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .xl\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .xl\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .xl\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .xl\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .xl\:border-r-cyan-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0);
  }

  .xl\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .xl\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1);
  }

  .xl\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .xl\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .xl\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .xl\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .xl\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .xl\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .xl\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .xl\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .xl\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .xl\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .xl\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .xl\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .xl\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .xl\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .xl\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .xl\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .xl\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .xl\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .xl\:border-r-cyan-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0);
  }

  .xl\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .xl\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1);
  }

  .xl\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .xl\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .xl\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .xl\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .xl\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .xl\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .xl\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .xl\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .xl\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .xl\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .xl\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .xl\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .xl\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .xl\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .xl\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .xl\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .xl\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .xl\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .xl\:border-r-cyan-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0);
  }

  .xl\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .xl\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1);
  }

  .xl\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .xl\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .xl\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .xl\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .xl\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .xl\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .xl\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .xl\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .xl\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .xl\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .xl\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .xl\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .xl\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .xl\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .xl\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .xl\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .xl\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .xl\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .xl\:border-r-cyan-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0);
  }

  .xl\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .xl\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1);
  }

  .xl\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .xl\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .xl\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .xl\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .xl\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .xl\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .xl\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .xl\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .xl\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .xl\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .xl\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .xl\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .xl\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .xl\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .xl\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .xl\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .xl\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .xl\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .xl\:border-r-cyan-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0);
  }

  .xl\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .xl\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1);
  }

  .xl\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .xl\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .xl\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .xl\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .xl\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .xl\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .xl\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .xl\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .xl\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .xl\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .xl\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .xl\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .xl\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .xl\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .xl\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .xl\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .xl\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .xl\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .xl\:border-r-cyan-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0);
  }

  .xl\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .xl\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1);
  }

  .xl\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .xl\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .xl\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .xl\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .xl\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .xl\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .xl\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .xl\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .xl\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .xl\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .xl\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .xl\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .xl\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .xl\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .xl\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .xl\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .xl\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .xl\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .xl\:border-r-cyan-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0);
  }

  .xl\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .xl\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1);
  }

  .xl\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .xl\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .xl\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .xl\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .xl\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .xl\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .xl\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .xl\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .xl\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .xl\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .xl\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .xl\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .xl\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .xl\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .xl\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .xl\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .xl\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .xl\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .xl\:border-r-destructive {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-destructive-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-destructive-foreground\/0 {
    border-right-color: hsl(var(--destructive-foreground) / 0);
  }

  .xl\:border-r-destructive-foreground\/10 {
    border-right-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .xl\:border-r-destructive-foreground\/100 {
    border-right-color: hsl(var(--destructive-foreground) / 1);
  }

  .xl\:border-r-destructive-foreground\/15 {
    border-right-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .xl\:border-r-destructive-foreground\/20 {
    border-right-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .xl\:border-r-destructive-foreground\/25 {
    border-right-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .xl\:border-r-destructive-foreground\/30 {
    border-right-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .xl\:border-r-destructive-foreground\/35 {
    border-right-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .xl\:border-r-destructive-foreground\/40 {
    border-right-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .xl\:border-r-destructive-foreground\/45 {
    border-right-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .xl\:border-r-destructive-foreground\/5 {
    border-right-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .xl\:border-r-destructive-foreground\/50 {
    border-right-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .xl\:border-r-destructive-foreground\/55 {
    border-right-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .xl\:border-r-destructive-foreground\/60 {
    border-right-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .xl\:border-r-destructive-foreground\/65 {
    border-right-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .xl\:border-r-destructive-foreground\/70 {
    border-right-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .xl\:border-r-destructive-foreground\/75 {
    border-right-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .xl\:border-r-destructive-foreground\/80 {
    border-right-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .xl\:border-r-destructive-foreground\/85 {
    border-right-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .xl\:border-r-destructive-foreground\/90 {
    border-right-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .xl\:border-r-destructive-foreground\/95 {
    border-right-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .xl\:border-r-destructive\/0 {
    border-right-color: hsl(var(--destructive) / 0);
  }

  .xl\:border-r-destructive\/10 {
    border-right-color: hsl(var(--destructive) / 0.1);
  }

  .xl\:border-r-destructive\/100 {
    border-right-color: hsl(var(--destructive) / 1);
  }

  .xl\:border-r-destructive\/15 {
    border-right-color: hsl(var(--destructive) / 0.15);
  }

  .xl\:border-r-destructive\/20 {
    border-right-color: hsl(var(--destructive) / 0.2);
  }

  .xl\:border-r-destructive\/25 {
    border-right-color: hsl(var(--destructive) / 0.25);
  }

  .xl\:border-r-destructive\/30 {
    border-right-color: hsl(var(--destructive) / 0.3);
  }

  .xl\:border-r-destructive\/35 {
    border-right-color: hsl(var(--destructive) / 0.35);
  }

  .xl\:border-r-destructive\/40 {
    border-right-color: hsl(var(--destructive) / 0.4);
  }

  .xl\:border-r-destructive\/45 {
    border-right-color: hsl(var(--destructive) / 0.45);
  }

  .xl\:border-r-destructive\/5 {
    border-right-color: hsl(var(--destructive) / 0.05);
  }

  .xl\:border-r-destructive\/50 {
    border-right-color: hsl(var(--destructive) / 0.5);
  }

  .xl\:border-r-destructive\/55 {
    border-right-color: hsl(var(--destructive) / 0.55);
  }

  .xl\:border-r-destructive\/60 {
    border-right-color: hsl(var(--destructive) / 0.6);
  }

  .xl\:border-r-destructive\/65 {
    border-right-color: hsl(var(--destructive) / 0.65);
  }

  .xl\:border-r-destructive\/70 {
    border-right-color: hsl(var(--destructive) / 0.7);
  }

  .xl\:border-r-destructive\/75 {
    border-right-color: hsl(var(--destructive) / 0.75);
  }

  .xl\:border-r-destructive\/80 {
    border-right-color: hsl(var(--destructive) / 0.8);
  }

  .xl\:border-r-destructive\/85 {
    border-right-color: hsl(var(--destructive) / 0.85);
  }

  .xl\:border-r-destructive\/90 {
    border-right-color: hsl(var(--destructive) / 0.9);
  }

  .xl\:border-r-destructive\/95 {
    border-right-color: hsl(var(--destructive) / 0.95);
  }

  .xl\:border-r-emerald-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0);
  }

  .xl\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .xl\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1);
  }

  .xl\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .xl\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .xl\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .xl\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .xl\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .xl\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .xl\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .xl\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .xl\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .xl\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .xl\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .xl\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .xl\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .xl\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .xl\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .xl\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .xl\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .xl\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .xl\:border-r-emerald-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0);
  }

  .xl\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .xl\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1);
  }

  .xl\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .xl\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .xl\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .xl\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .xl\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .xl\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .xl\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .xl\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .xl\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .xl\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .xl\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .xl\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .xl\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .xl\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .xl\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .xl\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .xl\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .xl\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .xl\:border-r-emerald-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0);
  }

  .xl\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .xl\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1);
  }

  .xl\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .xl\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .xl\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .xl\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .xl\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .xl\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .xl\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .xl\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .xl\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .xl\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .xl\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .xl\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .xl\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .xl\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .xl\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .xl\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .xl\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .xl\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .xl\:border-r-emerald-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0);
  }

  .xl\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .xl\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1);
  }

  .xl\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .xl\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .xl\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .xl\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .xl\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .xl\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .xl\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .xl\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .xl\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .xl\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .xl\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .xl\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .xl\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .xl\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .xl\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .xl\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .xl\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .xl\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .xl\:border-r-emerald-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0);
  }

  .xl\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .xl\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1);
  }

  .xl\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .xl\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .xl\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .xl\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .xl\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .xl\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .xl\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .xl\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .xl\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .xl\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .xl\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .xl\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .xl\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .xl\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .xl\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .xl\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .xl\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .xl\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .xl\:border-r-emerald-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0);
  }

  .xl\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .xl\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1);
  }

  .xl\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .xl\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .xl\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .xl\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .xl\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .xl\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .xl\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .xl\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .xl\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .xl\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .xl\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .xl\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .xl\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .xl\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .xl\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .xl\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .xl\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .xl\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .xl\:border-r-emerald-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0);
  }

  .xl\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .xl\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1);
  }

  .xl\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .xl\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .xl\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .xl\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .xl\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .xl\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .xl\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .xl\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .xl\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .xl\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .xl\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .xl\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .xl\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .xl\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .xl\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .xl\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .xl\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .xl\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .xl\:border-r-emerald-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0);
  }

  .xl\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .xl\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1);
  }

  .xl\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .xl\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .xl\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .xl\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .xl\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .xl\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .xl\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .xl\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .xl\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .xl\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .xl\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .xl\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .xl\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .xl\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .xl\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .xl\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .xl\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .xl\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .xl\:border-r-emerald-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0);
  }

  .xl\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .xl\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1);
  }

  .xl\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .xl\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .xl\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .xl\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .xl\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .xl\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .xl\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .xl\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .xl\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .xl\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .xl\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .xl\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .xl\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .xl\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .xl\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .xl\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .xl\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .xl\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .xl\:border-r-emerald-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0);
  }

  .xl\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .xl\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1);
  }

  .xl\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .xl\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .xl\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .xl\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .xl\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .xl\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .xl\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .xl\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .xl\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .xl\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .xl\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .xl\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .xl\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .xl\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .xl\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .xl\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .xl\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .xl\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .xl\:border-r-emerald-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0);
  }

  .xl\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .xl\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1);
  }

  .xl\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .xl\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .xl\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .xl\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .xl\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .xl\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .xl\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .xl\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .xl\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .xl\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .xl\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .xl\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .xl\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .xl\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .xl\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .xl\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .xl\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .xl\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .xl\:border-r-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-foreground\/0 {
    border-right-color: hsl(var(--foreground) / 0);
  }

  .xl\:border-r-foreground\/10 {
    border-right-color: hsl(var(--foreground) / 0.1);
  }

  .xl\:border-r-foreground\/100 {
    border-right-color: hsl(var(--foreground) / 1);
  }

  .xl\:border-r-foreground\/15 {
    border-right-color: hsl(var(--foreground) / 0.15);
  }

  .xl\:border-r-foreground\/20 {
    border-right-color: hsl(var(--foreground) / 0.2);
  }

  .xl\:border-r-foreground\/25 {
    border-right-color: hsl(var(--foreground) / 0.25);
  }

  .xl\:border-r-foreground\/30 {
    border-right-color: hsl(var(--foreground) / 0.3);
  }

  .xl\:border-r-foreground\/35 {
    border-right-color: hsl(var(--foreground) / 0.35);
  }

  .xl\:border-r-foreground\/40 {
    border-right-color: hsl(var(--foreground) / 0.4);
  }

  .xl\:border-r-foreground\/45 {
    border-right-color: hsl(var(--foreground) / 0.45);
  }

  .xl\:border-r-foreground\/5 {
    border-right-color: hsl(var(--foreground) / 0.05);
  }

  .xl\:border-r-foreground\/50 {
    border-right-color: hsl(var(--foreground) / 0.5);
  }

  .xl\:border-r-foreground\/55 {
    border-right-color: hsl(var(--foreground) / 0.55);
  }

  .xl\:border-r-foreground\/60 {
    border-right-color: hsl(var(--foreground) / 0.6);
  }

  .xl\:border-r-foreground\/65 {
    border-right-color: hsl(var(--foreground) / 0.65);
  }

  .xl\:border-r-foreground\/70 {
    border-right-color: hsl(var(--foreground) / 0.7);
  }

  .xl\:border-r-foreground\/75 {
    border-right-color: hsl(var(--foreground) / 0.75);
  }

  .xl\:border-r-foreground\/80 {
    border-right-color: hsl(var(--foreground) / 0.8);
  }

  .xl\:border-r-foreground\/85 {
    border-right-color: hsl(var(--foreground) / 0.85);
  }

  .xl\:border-r-foreground\/90 {
    border-right-color: hsl(var(--foreground) / 0.9);
  }

  .xl\:border-r-foreground\/95 {
    border-right-color: hsl(var(--foreground) / 0.95);
  }

  .xl\:border-r-fuchsia-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0);
  }

  .xl\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .xl\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1);
  }

  .xl\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .xl\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .xl\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .xl\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .xl\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .xl\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .xl\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .xl\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .xl\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .xl\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .xl\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .xl\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .xl\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .xl\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .xl\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .xl\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .xl\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .xl\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .xl\:border-r-fuchsia-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0);
  }

  .xl\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .xl\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1);
  }

  .xl\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .xl\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .xl\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .xl\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .xl\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .xl\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .xl\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .xl\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .xl\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .xl\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .xl\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .xl\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .xl\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .xl\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .xl\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .xl\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .xl\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .xl\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .xl\:border-r-fuchsia-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0);
  }

  .xl\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .xl\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1);
  }

  .xl\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .xl\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .xl\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .xl\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .xl\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .xl\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .xl\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .xl\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .xl\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .xl\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .xl\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .xl\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .xl\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .xl\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .xl\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .xl\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .xl\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .xl\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .xl\:border-r-fuchsia-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0);
  }

  .xl\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .xl\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1);
  }

  .xl\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .xl\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .xl\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .xl\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .xl\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .xl\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .xl\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .xl\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .xl\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .xl\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .xl\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .xl\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .xl\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .xl\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .xl\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .xl\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .xl\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .xl\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .xl\:border-r-fuchsia-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0);
  }

  .xl\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .xl\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1);
  }

  .xl\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .xl\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .xl\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .xl\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .xl\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .xl\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .xl\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .xl\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .xl\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .xl\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .xl\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .xl\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .xl\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .xl\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .xl\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .xl\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .xl\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .xl\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .xl\:border-r-fuchsia-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0);
  }

  .xl\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .xl\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1);
  }

  .xl\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .xl\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .xl\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .xl\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .xl\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .xl\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .xl\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .xl\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .xl\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .xl\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .xl\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .xl\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .xl\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .xl\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .xl\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .xl\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .xl\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .xl\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .xl\:border-r-fuchsia-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0);
  }

  .xl\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .xl\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1);
  }

  .xl\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .xl\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .xl\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .xl\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .xl\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .xl\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .xl\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .xl\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .xl\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .xl\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .xl\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .xl\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .xl\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .xl\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .xl\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .xl\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .xl\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .xl\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .xl\:border-r-fuchsia-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0);
  }

  .xl\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .xl\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1);
  }

  .xl\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .xl\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .xl\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .xl\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .xl\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .xl\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .xl\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .xl\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .xl\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .xl\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .xl\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .xl\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .xl\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .xl\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .xl\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .xl\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .xl\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .xl\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .xl\:border-r-fuchsia-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0);
  }

  .xl\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .xl\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1);
  }

  .xl\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .xl\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .xl\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .xl\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .xl\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .xl\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .xl\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .xl\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .xl\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .xl\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .xl\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .xl\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .xl\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .xl\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .xl\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .xl\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .xl\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .xl\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .xl\:border-r-fuchsia-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0);
  }

  .xl\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .xl\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1);
  }

  .xl\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .xl\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .xl\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .xl\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .xl\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .xl\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .xl\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .xl\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .xl\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .xl\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .xl\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .xl\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .xl\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .xl\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .xl\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .xl\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .xl\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .xl\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .xl\:border-r-fuchsia-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0);
  }

  .xl\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .xl\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1);
  }

  .xl\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .xl\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .xl\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .xl\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .xl\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .xl\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .xl\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .xl\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .xl\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .xl\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .xl\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .xl\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .xl\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .xl\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .xl\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .xl\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .xl\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .xl\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .xl\:border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0);
  }

  .xl\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .xl\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1);
  }

  .xl\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .xl\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .xl\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .xl\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .xl\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .xl\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .xl\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .xl\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .xl\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .xl\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .xl\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .xl\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .xl\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .xl\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .xl\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .xl\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .xl\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .xl\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .xl\:border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0);
  }

  .xl\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .xl\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1);
  }

  .xl\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .xl\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .xl\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .xl\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .xl\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .xl\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .xl\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .xl\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .xl\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .xl\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .xl\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .xl\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .xl\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .xl\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .xl\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .xl\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .xl\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .xl\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .xl\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0);
  }

  .xl\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .xl\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1);
  }

  .xl\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .xl\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .xl\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .xl\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .xl\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .xl\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .xl\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .xl\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .xl\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .xl\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .xl\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .xl\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .xl\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .xl\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .xl\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .xl\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .xl\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .xl\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95);
  }

  .xl\:border-r-gray-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0);
  }

  .xl\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .xl\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1);
  }

  .xl\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .xl\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2);
  }

  .xl\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25);
  }

  .xl\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .xl\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .xl\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .xl\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .xl\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .xl\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .xl\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .xl\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .xl\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .xl\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .xl\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .xl\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .xl\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .xl\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .xl\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .xl\:border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0);
  }

  .xl\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .xl\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1);
  }

  .xl\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .xl\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .xl\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .xl\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .xl\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .xl\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .xl\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .xl\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .xl\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .xl\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .xl\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .xl\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .xl\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .xl\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .xl\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .xl\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .xl\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .xl\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .xl\:border-r-gray-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0);
  }

  .xl\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .xl\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1);
  }

  .xl\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .xl\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .xl\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .xl\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .xl\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .xl\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .xl\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .xl\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .xl\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .xl\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .xl\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .xl\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .xl\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .xl\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .xl\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .xl\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .xl\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .xl\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .xl\:border-r-gray-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0);
  }

  .xl\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .xl\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1);
  }

  .xl\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .xl\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .xl\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .xl\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .xl\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .xl\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .xl\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .xl\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .xl\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .xl\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .xl\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .xl\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .xl\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .xl\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .xl\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .xl\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .xl\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .xl\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .xl\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0);
  }

  .xl\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .xl\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1);
  }

  .xl\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .xl\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .xl\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .xl\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .xl\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .xl\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .xl\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .xl\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .xl\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .xl\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .xl\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .xl\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .xl\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .xl\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .xl\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .xl\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .xl\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .xl\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .xl\:border-r-gray-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0);
  }

  .xl\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .xl\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1);
  }

  .xl\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .xl\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .xl\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .xl\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .xl\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .xl\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .xl\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .xl\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .xl\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .xl\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .xl\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .xl\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .xl\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .xl\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .xl\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .xl\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .xl\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .xl\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .xl\:border-r-gray-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0);
  }

  .xl\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .xl\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1);
  }

  .xl\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .xl\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .xl\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .xl\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .xl\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .xl\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .xl\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .xl\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .xl\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .xl\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .xl\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .xl\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .xl\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .xl\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .xl\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .xl\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .xl\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .xl\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .xl\:border-r-gray-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0);
  }

  .xl\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .xl\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1);
  }

  .xl\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .xl\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .xl\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .xl\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .xl\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .xl\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .xl\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .xl\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .xl\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .xl\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .xl\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .xl\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .xl\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .xl\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .xl\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .xl\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .xl\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .xl\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .xl\:border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0);
  }

  .xl\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .xl\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1);
  }

  .xl\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .xl\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .xl\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .xl\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .xl\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .xl\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .xl\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .xl\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .xl\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .xl\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .xl\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .xl\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .xl\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .xl\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .xl\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .xl\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .xl\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .xl\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .xl\:border-r-green-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0);
  }

  .xl\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .xl\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1);
  }

  .xl\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .xl\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .xl\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .xl\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .xl\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .xl\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .xl\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .xl\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .xl\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .xl\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .xl\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .xl\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .xl\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .xl\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .xl\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .xl\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .xl\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .xl\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .xl\:border-r-green-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0);
  }

  .xl\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .xl\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1);
  }

  .xl\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .xl\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .xl\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .xl\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .xl\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .xl\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .xl\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .xl\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .xl\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .xl\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .xl\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .xl\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .xl\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .xl\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .xl\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .xl\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .xl\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .xl\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .xl\:border-r-green-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0);
  }

  .xl\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .xl\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1);
  }

  .xl\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .xl\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .xl\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .xl\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .xl\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .xl\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .xl\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .xl\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .xl\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .xl\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .xl\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .xl\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .xl\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .xl\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .xl\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .xl\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .xl\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .xl\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .xl\:border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0);
  }

  .xl\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .xl\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1);
  }

  .xl\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .xl\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .xl\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .xl\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .xl\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .xl\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .xl\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .xl\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .xl\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .xl\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .xl\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .xl\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .xl\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .xl\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .xl\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .xl\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .xl\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .xl\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .xl\:border-r-green-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0);
  }

  .xl\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .xl\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1);
  }

  .xl\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .xl\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .xl\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .xl\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .xl\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .xl\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .xl\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .xl\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .xl\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .xl\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .xl\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .xl\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .xl\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .xl\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .xl\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .xl\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .xl\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .xl\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .xl\:border-r-green-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0);
  }

  .xl\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .xl\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1);
  }

  .xl\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .xl\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .xl\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .xl\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .xl\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .xl\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .xl\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .xl\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .xl\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .xl\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .xl\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .xl\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .xl\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .xl\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .xl\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .xl\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .xl\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .xl\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .xl\:border-r-green-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0);
  }

  .xl\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .xl\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1);
  }

  .xl\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .xl\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .xl\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .xl\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .xl\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .xl\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .xl\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .xl\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .xl\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .xl\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .xl\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .xl\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .xl\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .xl\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .xl\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .xl\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .xl\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .xl\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .xl\:border-r-green-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0);
  }

  .xl\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .xl\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1);
  }

  .xl\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .xl\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .xl\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .xl\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .xl\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .xl\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .xl\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .xl\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .xl\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .xl\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .xl\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .xl\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .xl\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .xl\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .xl\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .xl\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .xl\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .xl\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .xl\:border-r-green-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0);
  }

  .xl\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .xl\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1);
  }

  .xl\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .xl\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .xl\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .xl\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .xl\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .xl\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .xl\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .xl\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .xl\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .xl\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .xl\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .xl\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .xl\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .xl\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .xl\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .xl\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .xl\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .xl\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .xl\:border-r-green-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0);
  }

  .xl\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .xl\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1);
  }

  .xl\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .xl\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .xl\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .xl\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .xl\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .xl\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .xl\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .xl\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .xl\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .xl\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .xl\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .xl\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .xl\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .xl\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .xl\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .xl\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .xl\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .xl\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .xl\:border-r-indigo-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0);
  }

  .xl\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .xl\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1);
  }

  .xl\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .xl\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .xl\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .xl\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .xl\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .xl\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .xl\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .xl\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .xl\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .xl\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .xl\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .xl\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .xl\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .xl\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .xl\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .xl\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .xl\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .xl\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .xl\:border-r-indigo-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0);
  }

  .xl\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .xl\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1);
  }

  .xl\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .xl\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .xl\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .xl\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .xl\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .xl\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .xl\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .xl\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .xl\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .xl\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .xl\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .xl\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .xl\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .xl\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .xl\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .xl\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .xl\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .xl\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .xl\:border-r-indigo-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0);
  }

  .xl\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .xl\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1);
  }

  .xl\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .xl\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .xl\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .xl\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .xl\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .xl\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .xl\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .xl\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .xl\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .xl\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .xl\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .xl\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .xl\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .xl\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .xl\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .xl\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .xl\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .xl\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .xl\:border-r-indigo-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0);
  }

  .xl\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .xl\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1);
  }

  .xl\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .xl\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .xl\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .xl\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .xl\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .xl\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .xl\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .xl\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .xl\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .xl\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .xl\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .xl\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .xl\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .xl\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .xl\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .xl\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .xl\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .xl\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .xl\:border-r-indigo-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0);
  }

  .xl\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .xl\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1);
  }

  .xl\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .xl\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .xl\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .xl\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .xl\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .xl\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .xl\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .xl\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .xl\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .xl\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .xl\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .xl\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .xl\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .xl\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .xl\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .xl\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .xl\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .xl\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .xl\:border-r-indigo-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0);
  }

  .xl\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .xl\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1);
  }

  .xl\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .xl\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .xl\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .xl\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .xl\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .xl\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .xl\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .xl\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .xl\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .xl\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .xl\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .xl\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .xl\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .xl\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .xl\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .xl\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .xl\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .xl\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .xl\:border-r-indigo-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0);
  }

  .xl\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .xl\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1);
  }

  .xl\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .xl\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .xl\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .xl\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .xl\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .xl\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .xl\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .xl\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .xl\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .xl\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .xl\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .xl\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .xl\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .xl\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .xl\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .xl\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .xl\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .xl\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .xl\:border-r-indigo-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0);
  }

  .xl\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .xl\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1);
  }

  .xl\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .xl\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .xl\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .xl\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .xl\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .xl\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .xl\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .xl\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .xl\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .xl\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .xl\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .xl\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .xl\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .xl\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .xl\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .xl\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .xl\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .xl\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .xl\:border-r-indigo-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0);
  }

  .xl\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .xl\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1);
  }

  .xl\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .xl\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .xl\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .xl\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .xl\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .xl\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .xl\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .xl\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .xl\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .xl\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .xl\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .xl\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .xl\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .xl\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .xl\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .xl\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .xl\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .xl\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .xl\:border-r-indigo-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0);
  }

  .xl\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .xl\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1);
  }

  .xl\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .xl\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .xl\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .xl\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .xl\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .xl\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .xl\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .xl\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .xl\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .xl\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .xl\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .xl\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .xl\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .xl\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .xl\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .xl\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .xl\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .xl\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .xl\:border-r-indigo-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0);
  }

  .xl\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .xl\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1);
  }

  .xl\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .xl\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .xl\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .xl\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .xl\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .xl\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .xl\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .xl\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .xl\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .xl\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .xl\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .xl\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .xl\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .xl\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .xl\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .xl\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .xl\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .xl\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .xl\:border-r-inherit {
    border-right-color: inherit;
  }

  .xl\:border-r-input {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-input\/0 {
    border-right-color: hsl(var(--input) / 0);
  }

  .xl\:border-r-input\/10 {
    border-right-color: hsl(var(--input) / 0.1);
  }

  .xl\:border-r-input\/100 {
    border-right-color: hsl(var(--input) / 1);
  }

  .xl\:border-r-input\/15 {
    border-right-color: hsl(var(--input) / 0.15);
  }

  .xl\:border-r-input\/20 {
    border-right-color: hsl(var(--input) / 0.2);
  }

  .xl\:border-r-input\/25 {
    border-right-color: hsl(var(--input) / 0.25);
  }

  .xl\:border-r-input\/30 {
    border-right-color: hsl(var(--input) / 0.3);
  }

  .xl\:border-r-input\/35 {
    border-right-color: hsl(var(--input) / 0.35);
  }

  .xl\:border-r-input\/40 {
    border-right-color: hsl(var(--input) / 0.4);
  }

  .xl\:border-r-input\/45 {
    border-right-color: hsl(var(--input) / 0.45);
  }

  .xl\:border-r-input\/5 {
    border-right-color: hsl(var(--input) / 0.05);
  }

  .xl\:border-r-input\/50 {
    border-right-color: hsl(var(--input) / 0.5);
  }

  .xl\:border-r-input\/55 {
    border-right-color: hsl(var(--input) / 0.55);
  }

  .xl\:border-r-input\/60 {
    border-right-color: hsl(var(--input) / 0.6);
  }

  .xl\:border-r-input\/65 {
    border-right-color: hsl(var(--input) / 0.65);
  }

  .xl\:border-r-input\/70 {
    border-right-color: hsl(var(--input) / 0.7);
  }

  .xl\:border-r-input\/75 {
    border-right-color: hsl(var(--input) / 0.75);
  }

  .xl\:border-r-input\/80 {
    border-right-color: hsl(var(--input) / 0.8);
  }

  .xl\:border-r-input\/85 {
    border-right-color: hsl(var(--input) / 0.85);
  }

  .xl\:border-r-input\/90 {
    border-right-color: hsl(var(--input) / 0.9);
  }

  .xl\:border-r-input\/95 {
    border-right-color: hsl(var(--input) / 0.95);
  }

  .xl\:border-r-lime-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0);
  }

  .xl\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .xl\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1);
  }

  .xl\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .xl\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .xl\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .xl\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .xl\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .xl\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .xl\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .xl\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .xl\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .xl\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .xl\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .xl\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .xl\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .xl\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .xl\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .xl\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .xl\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .xl\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .xl\:border-r-lime-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0);
  }

  .xl\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .xl\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1);
  }

  .xl\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .xl\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .xl\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .xl\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .xl\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .xl\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .xl\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .xl\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .xl\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .xl\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .xl\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .xl\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .xl\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .xl\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .xl\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .xl\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .xl\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .xl\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .xl\:border-r-lime-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0);
  }

  .xl\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .xl\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1);
  }

  .xl\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .xl\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .xl\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .xl\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .xl\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .xl\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .xl\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .xl\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .xl\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .xl\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .xl\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .xl\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .xl\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .xl\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .xl\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .xl\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .xl\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .xl\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .xl\:border-r-lime-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0);
  }

  .xl\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .xl\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1);
  }

  .xl\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .xl\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .xl\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .xl\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .xl\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .xl\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .xl\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .xl\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .xl\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .xl\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .xl\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .xl\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .xl\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .xl\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .xl\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .xl\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .xl\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .xl\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .xl\:border-r-lime-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0);
  }

  .xl\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .xl\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1);
  }

  .xl\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .xl\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .xl\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .xl\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .xl\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .xl\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .xl\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .xl\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .xl\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .xl\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .xl\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .xl\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .xl\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .xl\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .xl\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .xl\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .xl\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .xl\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .xl\:border-r-lime-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0);
  }

  .xl\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .xl\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1);
  }

  .xl\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .xl\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .xl\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .xl\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .xl\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .xl\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .xl\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .xl\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .xl\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .xl\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .xl\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .xl\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .xl\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .xl\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .xl\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .xl\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .xl\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .xl\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .xl\:border-r-lime-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0);
  }

  .xl\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .xl\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1);
  }

  .xl\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .xl\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .xl\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .xl\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .xl\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .xl\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .xl\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .xl\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .xl\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .xl\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .xl\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .xl\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .xl\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .xl\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .xl\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .xl\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .xl\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .xl\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .xl\:border-r-lime-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0);
  }

  .xl\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .xl\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1);
  }

  .xl\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .xl\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .xl\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .xl\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .xl\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .xl\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .xl\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .xl\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .xl\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .xl\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .xl\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .xl\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .xl\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .xl\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .xl\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .xl\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .xl\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .xl\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .xl\:border-r-lime-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0);
  }

  .xl\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .xl\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1);
  }

  .xl\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .xl\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .xl\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .xl\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .xl\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .xl\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .xl\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .xl\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .xl\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .xl\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .xl\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .xl\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .xl\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .xl\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .xl\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .xl\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .xl\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .xl\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .xl\:border-r-lime-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0);
  }

  .xl\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .xl\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1);
  }

  .xl\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .xl\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .xl\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .xl\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .xl\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .xl\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .xl\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .xl\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .xl\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .xl\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .xl\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .xl\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .xl\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .xl\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .xl\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .xl\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .xl\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .xl\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .xl\:border-r-lime-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0);
  }

  .xl\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .xl\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1);
  }

  .xl\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .xl\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .xl\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .xl\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .xl\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .xl\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .xl\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .xl\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .xl\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .xl\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .xl\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .xl\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .xl\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .xl\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .xl\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .xl\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .xl\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .xl\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .xl\:border-r-muted {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-muted-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-muted-foreground\/0 {
    border-right-color: hsl(var(--muted-foreground) / 0);
  }

  .xl\:border-r-muted-foreground\/10 {
    border-right-color: hsl(var(--muted-foreground) / 0.1);
  }

  .xl\:border-r-muted-foreground\/100 {
    border-right-color: hsl(var(--muted-foreground) / 1);
  }

  .xl\:border-r-muted-foreground\/15 {
    border-right-color: hsl(var(--muted-foreground) / 0.15);
  }

  .xl\:border-r-muted-foreground\/20 {
    border-right-color: hsl(var(--muted-foreground) / 0.2);
  }

  .xl\:border-r-muted-foreground\/25 {
    border-right-color: hsl(var(--muted-foreground) / 0.25);
  }

  .xl\:border-r-muted-foreground\/30 {
    border-right-color: hsl(var(--muted-foreground) / 0.3);
  }

  .xl\:border-r-muted-foreground\/35 {
    border-right-color: hsl(var(--muted-foreground) / 0.35);
  }

  .xl\:border-r-muted-foreground\/40 {
    border-right-color: hsl(var(--muted-foreground) / 0.4);
  }

  .xl\:border-r-muted-foreground\/45 {
    border-right-color: hsl(var(--muted-foreground) / 0.45);
  }

  .xl\:border-r-muted-foreground\/5 {
    border-right-color: hsl(var(--muted-foreground) / 0.05);
  }

  .xl\:border-r-muted-foreground\/50 {
    border-right-color: hsl(var(--muted-foreground) / 0.5);
  }

  .xl\:border-r-muted-foreground\/55 {
    border-right-color: hsl(var(--muted-foreground) / 0.55);
  }

  .xl\:border-r-muted-foreground\/60 {
    border-right-color: hsl(var(--muted-foreground) / 0.6);
  }

  .xl\:border-r-muted-foreground\/65 {
    border-right-color: hsl(var(--muted-foreground) / 0.65);
  }

  .xl\:border-r-muted-foreground\/70 {
    border-right-color: hsl(var(--muted-foreground) / 0.7);
  }

  .xl\:border-r-muted-foreground\/75 {
    border-right-color: hsl(var(--muted-foreground) / 0.75);
  }

  .xl\:border-r-muted-foreground\/80 {
    border-right-color: hsl(var(--muted-foreground) / 0.8);
  }

  .xl\:border-r-muted-foreground\/85 {
    border-right-color: hsl(var(--muted-foreground) / 0.85);
  }

  .xl\:border-r-muted-foreground\/90 {
    border-right-color: hsl(var(--muted-foreground) / 0.9);
  }

  .xl\:border-r-muted-foreground\/95 {
    border-right-color: hsl(var(--muted-foreground) / 0.95);
  }

  .xl\:border-r-muted\/0 {
    border-right-color: hsl(var(--muted) / 0);
  }

  .xl\:border-r-muted\/10 {
    border-right-color: hsl(var(--muted) / 0.1);
  }

  .xl\:border-r-muted\/100 {
    border-right-color: hsl(var(--muted) / 1);
  }

  .xl\:border-r-muted\/15 {
    border-right-color: hsl(var(--muted) / 0.15);
  }

  .xl\:border-r-muted\/20 {
    border-right-color: hsl(var(--muted) / 0.2);
  }

  .xl\:border-r-muted\/25 {
    border-right-color: hsl(var(--muted) / 0.25);
  }

  .xl\:border-r-muted\/30 {
    border-right-color: hsl(var(--muted) / 0.3);
  }

  .xl\:border-r-muted\/35 {
    border-right-color: hsl(var(--muted) / 0.35);
  }

  .xl\:border-r-muted\/40 {
    border-right-color: hsl(var(--muted) / 0.4);
  }

  .xl\:border-r-muted\/45 {
    border-right-color: hsl(var(--muted) / 0.45);
  }

  .xl\:border-r-muted\/5 {
    border-right-color: hsl(var(--muted) / 0.05);
  }

  .xl\:border-r-muted\/50 {
    border-right-color: hsl(var(--muted) / 0.5);
  }

  .xl\:border-r-muted\/55 {
    border-right-color: hsl(var(--muted) / 0.55);
  }

  .xl\:border-r-muted\/60 {
    border-right-color: hsl(var(--muted) / 0.6);
  }

  .xl\:border-r-muted\/65 {
    border-right-color: hsl(var(--muted) / 0.65);
  }

  .xl\:border-r-muted\/70 {
    border-right-color: hsl(var(--muted) / 0.7);
  }

  .xl\:border-r-muted\/75 {
    border-right-color: hsl(var(--muted) / 0.75);
  }

  .xl\:border-r-muted\/80 {
    border-right-color: hsl(var(--muted) / 0.8);
  }

  .xl\:border-r-muted\/85 {
    border-right-color: hsl(var(--muted) / 0.85);
  }

  .xl\:border-r-muted\/90 {
    border-right-color: hsl(var(--muted) / 0.9);
  }

  .xl\:border-r-muted\/95 {
    border-right-color: hsl(var(--muted) / 0.95);
  }

  .xl\:border-r-neutral-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0);
  }

  .xl\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .xl\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1);
  }

  .xl\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .xl\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .xl\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .xl\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .xl\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .xl\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .xl\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .xl\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .xl\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .xl\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .xl\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .xl\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .xl\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .xl\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .xl\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .xl\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .xl\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .xl\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .xl\:border-r-neutral-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0);
  }

  .xl\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .xl\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1);
  }

  .xl\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .xl\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .xl\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .xl\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .xl\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .xl\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .xl\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .xl\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .xl\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .xl\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .xl\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .xl\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .xl\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .xl\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .xl\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .xl\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .xl\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .xl\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .xl\:border-r-neutral-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0);
  }

  .xl\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .xl\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1);
  }

  .xl\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .xl\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .xl\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .xl\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .xl\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .xl\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .xl\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .xl\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .xl\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .xl\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .xl\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .xl\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .xl\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .xl\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .xl\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .xl\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .xl\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .xl\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .xl\:border-r-neutral-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0);
  }

  .xl\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .xl\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1);
  }

  .xl\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .xl\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .xl\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .xl\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .xl\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .xl\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .xl\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .xl\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .xl\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .xl\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .xl\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .xl\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .xl\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .xl\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .xl\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .xl\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .xl\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .xl\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .xl\:border-r-neutral-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .xl\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .xl\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-r-neutral-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0);
  }

  .xl\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .xl\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1);
  }

  .xl\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .xl\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .xl\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .xl\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .xl\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .xl\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .xl\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .xl\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .xl\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .xl\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .xl\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .xl\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .xl\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .xl\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .xl\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .xl\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .xl\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .xl\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .xl\:border-r-neutral-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0);
  }

  .xl\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .xl\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1);
  }

  .xl\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .xl\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .xl\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .xl\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .xl\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .xl\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .xl\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .xl\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .xl\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .xl\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .xl\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .xl\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .xl\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .xl\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .xl\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .xl\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .xl\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .xl\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .xl\:border-r-neutral-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0);
  }

  .xl\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .xl\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1);
  }

  .xl\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .xl\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .xl\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .xl\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .xl\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .xl\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .xl\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .xl\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .xl\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .xl\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .xl\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .xl\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .xl\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .xl\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .xl\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .xl\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .xl\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .xl\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .xl\:border-r-neutral-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0);
  }

  .xl\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .xl\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1);
  }

  .xl\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .xl\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .xl\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .xl\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .xl\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .xl\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .xl\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .xl\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .xl\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .xl\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .xl\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .xl\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .xl\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .xl\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .xl\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .xl\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .xl\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .xl\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .xl\:border-r-neutral-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0);
  }

  .xl\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .xl\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1);
  }

  .xl\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .xl\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .xl\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .xl\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .xl\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .xl\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .xl\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .xl\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .xl\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .xl\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .xl\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .xl\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .xl\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .xl\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .xl\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .xl\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .xl\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .xl\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .xl\:border-r-neutral-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0);
  }

  .xl\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .xl\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1);
  }

  .xl\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .xl\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .xl\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .xl\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .xl\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .xl\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .xl\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .xl\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .xl\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .xl\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .xl\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .xl\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .xl\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .xl\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .xl\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .xl\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .xl\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .xl\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .xl\:border-r-orange-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0);
  }

  .xl\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .xl\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1);
  }

  .xl\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .xl\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .xl\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .xl\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .xl\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .xl\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .xl\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .xl\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .xl\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .xl\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .xl\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .xl\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .xl\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .xl\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .xl\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .xl\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .xl\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .xl\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .xl\:border-r-orange-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0);
  }

  .xl\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .xl\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1);
  }

  .xl\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .xl\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .xl\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .xl\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .xl\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .xl\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .xl\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .xl\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .xl\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .xl\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .xl\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .xl\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .xl\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .xl\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .xl\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .xl\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .xl\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .xl\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .xl\:border-r-orange-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0);
  }

  .xl\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .xl\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1);
  }

  .xl\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .xl\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .xl\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .xl\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .xl\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .xl\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .xl\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .xl\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .xl\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .xl\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .xl\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .xl\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .xl\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .xl\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .xl\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .xl\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .xl\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .xl\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .xl\:border-r-orange-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0);
  }

  .xl\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .xl\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1);
  }

  .xl\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .xl\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .xl\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .xl\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .xl\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .xl\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .xl\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .xl\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .xl\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .xl\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .xl\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .xl\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .xl\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .xl\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .xl\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .xl\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .xl\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .xl\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .xl\:border-r-orange-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0);
  }

  .xl\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .xl\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1);
  }

  .xl\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .xl\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .xl\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .xl\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .xl\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .xl\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .xl\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .xl\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .xl\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .xl\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .xl\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .xl\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .xl\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .xl\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .xl\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .xl\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .xl\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .xl\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .xl\:border-r-orange-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0);
  }

  .xl\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .xl\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1);
  }

  .xl\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .xl\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .xl\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .xl\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .xl\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .xl\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .xl\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .xl\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .xl\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .xl\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .xl\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .xl\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .xl\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .xl\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .xl\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .xl\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .xl\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .xl\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .xl\:border-r-orange-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0);
  }

  .xl\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .xl\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1);
  }

  .xl\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .xl\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .xl\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .xl\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .xl\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .xl\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .xl\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .xl\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .xl\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .xl\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .xl\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .xl\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .xl\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .xl\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .xl\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .xl\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .xl\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .xl\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .xl\:border-r-orange-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0);
  }

  .xl\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .xl\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1);
  }

  .xl\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .xl\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .xl\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .xl\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .xl\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .xl\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .xl\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .xl\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .xl\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .xl\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .xl\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .xl\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .xl\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .xl\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .xl\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .xl\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .xl\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .xl\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .xl\:border-r-orange-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0);
  }

  .xl\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .xl\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1);
  }

  .xl\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .xl\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .xl\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .xl\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .xl\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .xl\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .xl\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .xl\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .xl\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .xl\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .xl\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .xl\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .xl\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .xl\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .xl\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .xl\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .xl\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .xl\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .xl\:border-r-orange-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0);
  }

  .xl\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .xl\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1);
  }

  .xl\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .xl\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .xl\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .xl\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .xl\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .xl\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .xl\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .xl\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .xl\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .xl\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .xl\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .xl\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .xl\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .xl\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .xl\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .xl\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .xl\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .xl\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .xl\:border-r-orange-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0);
  }

  .xl\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .xl\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1);
  }

  .xl\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .xl\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .xl\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .xl\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .xl\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .xl\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .xl\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .xl\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .xl\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .xl\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .xl\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .xl\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .xl\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .xl\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .xl\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .xl\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .xl\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .xl\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .xl\:border-r-pink-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0);
  }

  .xl\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .xl\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1);
  }

  .xl\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .xl\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .xl\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .xl\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .xl\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .xl\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .xl\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .xl\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .xl\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .xl\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .xl\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .xl\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .xl\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .xl\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .xl\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .xl\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .xl\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .xl\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .xl\:border-r-pink-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0);
  }

  .xl\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .xl\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1);
  }

  .xl\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .xl\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .xl\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .xl\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .xl\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .xl\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .xl\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .xl\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .xl\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .xl\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .xl\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .xl\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .xl\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .xl\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .xl\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .xl\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .xl\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .xl\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .xl\:border-r-pink-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0);
  }

  .xl\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .xl\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1);
  }

  .xl\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .xl\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .xl\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .xl\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .xl\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .xl\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .xl\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .xl\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .xl\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .xl\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .xl\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .xl\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .xl\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .xl\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .xl\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .xl\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .xl\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .xl\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .xl\:border-r-pink-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0);
  }

  .xl\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .xl\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1);
  }

  .xl\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .xl\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .xl\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .xl\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .xl\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .xl\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .xl\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .xl\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .xl\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .xl\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .xl\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .xl\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .xl\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .xl\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .xl\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .xl\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .xl\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .xl\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .xl\:border-r-pink-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0);
  }

  .xl\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .xl\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1);
  }

  .xl\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .xl\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .xl\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .xl\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .xl\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .xl\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .xl\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .xl\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .xl\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .xl\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .xl\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .xl\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .xl\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .xl\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .xl\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .xl\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .xl\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .xl\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .xl\:border-r-pink-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0);
  }

  .xl\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .xl\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1);
  }

  .xl\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .xl\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .xl\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .xl\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .xl\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .xl\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .xl\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .xl\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .xl\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .xl\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .xl\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .xl\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .xl\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .xl\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .xl\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .xl\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .xl\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .xl\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .xl\:border-r-pink-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0);
  }

  .xl\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .xl\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1);
  }

  .xl\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .xl\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .xl\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .xl\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .xl\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .xl\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .xl\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .xl\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .xl\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .xl\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .xl\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .xl\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .xl\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .xl\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .xl\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .xl\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .xl\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .xl\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .xl\:border-r-pink-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0);
  }

  .xl\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .xl\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1);
  }

  .xl\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .xl\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .xl\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .xl\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .xl\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .xl\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .xl\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .xl\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .xl\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .xl\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .xl\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .xl\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .xl\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .xl\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .xl\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .xl\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .xl\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .xl\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .xl\:border-r-pink-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0);
  }

  .xl\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .xl\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1);
  }

  .xl\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .xl\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .xl\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .xl\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .xl\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .xl\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .xl\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .xl\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .xl\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .xl\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .xl\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .xl\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .xl\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .xl\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .xl\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .xl\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .xl\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .xl\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .xl\:border-r-pink-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0);
  }

  .xl\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .xl\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1);
  }

  .xl\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .xl\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .xl\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .xl\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .xl\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .xl\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .xl\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .xl\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .xl\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .xl\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .xl\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .xl\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .xl\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .xl\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .xl\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .xl\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .xl\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .xl\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .xl\:border-r-pink-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0);
  }

  .xl\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .xl\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1);
  }

  .xl\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .xl\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .xl\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .xl\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .xl\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .xl\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .xl\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .xl\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .xl\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .xl\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .xl\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .xl\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .xl\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .xl\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .xl\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .xl\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .xl\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .xl\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .xl\:border-r-popover {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-popover-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-popover-foreground\/0 {
    border-right-color: hsl(var(--popover-foreground) / 0);
  }

  .xl\:border-r-popover-foreground\/10 {
    border-right-color: hsl(var(--popover-foreground) / 0.1);
  }

  .xl\:border-r-popover-foreground\/100 {
    border-right-color: hsl(var(--popover-foreground) / 1);
  }

  .xl\:border-r-popover-foreground\/15 {
    border-right-color: hsl(var(--popover-foreground) / 0.15);
  }

  .xl\:border-r-popover-foreground\/20 {
    border-right-color: hsl(var(--popover-foreground) / 0.2);
  }

  .xl\:border-r-popover-foreground\/25 {
    border-right-color: hsl(var(--popover-foreground) / 0.25);
  }

  .xl\:border-r-popover-foreground\/30 {
    border-right-color: hsl(var(--popover-foreground) / 0.3);
  }

  .xl\:border-r-popover-foreground\/35 {
    border-right-color: hsl(var(--popover-foreground) / 0.35);
  }

  .xl\:border-r-popover-foreground\/40 {
    border-right-color: hsl(var(--popover-foreground) / 0.4);
  }

  .xl\:border-r-popover-foreground\/45 {
    border-right-color: hsl(var(--popover-foreground) / 0.45);
  }

  .xl\:border-r-popover-foreground\/5 {
    border-right-color: hsl(var(--popover-foreground) / 0.05);
  }

  .xl\:border-r-popover-foreground\/50 {
    border-right-color: hsl(var(--popover-foreground) / 0.5);
  }

  .xl\:border-r-popover-foreground\/55 {
    border-right-color: hsl(var(--popover-foreground) / 0.55);
  }

  .xl\:border-r-popover-foreground\/60 {
    border-right-color: hsl(var(--popover-foreground) / 0.6);
  }

  .xl\:border-r-popover-foreground\/65 {
    border-right-color: hsl(var(--popover-foreground) / 0.65);
  }

  .xl\:border-r-popover-foreground\/70 {
    border-right-color: hsl(var(--popover-foreground) / 0.7);
  }

  .xl\:border-r-popover-foreground\/75 {
    border-right-color: hsl(var(--popover-foreground) / 0.75);
  }

  .xl\:border-r-popover-foreground\/80 {
    border-right-color: hsl(var(--popover-foreground) / 0.8);
  }

  .xl\:border-r-popover-foreground\/85 {
    border-right-color: hsl(var(--popover-foreground) / 0.85);
  }

  .xl\:border-r-popover-foreground\/90 {
    border-right-color: hsl(var(--popover-foreground) / 0.9);
  }

  .xl\:border-r-popover-foreground\/95 {
    border-right-color: hsl(var(--popover-foreground) / 0.95);
  }

  .xl\:border-r-popover\/0 {
    border-right-color: hsl(var(--popover) / 0);
  }

  .xl\:border-r-popover\/10 {
    border-right-color: hsl(var(--popover) / 0.1);
  }

  .xl\:border-r-popover\/100 {
    border-right-color: hsl(var(--popover) / 1);
  }

  .xl\:border-r-popover\/15 {
    border-right-color: hsl(var(--popover) / 0.15);
  }

  .xl\:border-r-popover\/20 {
    border-right-color: hsl(var(--popover) / 0.2);
  }

  .xl\:border-r-popover\/25 {
    border-right-color: hsl(var(--popover) / 0.25);
  }

  .xl\:border-r-popover\/30 {
    border-right-color: hsl(var(--popover) / 0.3);
  }

  .xl\:border-r-popover\/35 {
    border-right-color: hsl(var(--popover) / 0.35);
  }

  .xl\:border-r-popover\/40 {
    border-right-color: hsl(var(--popover) / 0.4);
  }

  .xl\:border-r-popover\/45 {
    border-right-color: hsl(var(--popover) / 0.45);
  }

  .xl\:border-r-popover\/5 {
    border-right-color: hsl(var(--popover) / 0.05);
  }

  .xl\:border-r-popover\/50 {
    border-right-color: hsl(var(--popover) / 0.5);
  }

  .xl\:border-r-popover\/55 {
    border-right-color: hsl(var(--popover) / 0.55);
  }

  .xl\:border-r-popover\/60 {
    border-right-color: hsl(var(--popover) / 0.6);
  }

  .xl\:border-r-popover\/65 {
    border-right-color: hsl(var(--popover) / 0.65);
  }

  .xl\:border-r-popover\/70 {
    border-right-color: hsl(var(--popover) / 0.7);
  }

  .xl\:border-r-popover\/75 {
    border-right-color: hsl(var(--popover) / 0.75);
  }

  .xl\:border-r-popover\/80 {
    border-right-color: hsl(var(--popover) / 0.8);
  }

  .xl\:border-r-popover\/85 {
    border-right-color: hsl(var(--popover) / 0.85);
  }

  .xl\:border-r-popover\/90 {
    border-right-color: hsl(var(--popover) / 0.9);
  }

  .xl\:border-r-popover\/95 {
    border-right-color: hsl(var(--popover) / 0.95);
  }

  .xl\:border-r-primary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-primary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-primary-foreground\/0 {
    border-right-color: hsl(var(--primary-foreground) / 0);
  }

  .xl\:border-r-primary-foreground\/10 {
    border-right-color: hsl(var(--primary-foreground) / 0.1);
  }

  .xl\:border-r-primary-foreground\/100 {
    border-right-color: hsl(var(--primary-foreground) / 1);
  }

  .xl\:border-r-primary-foreground\/15 {
    border-right-color: hsl(var(--primary-foreground) / 0.15);
  }

  .xl\:border-r-primary-foreground\/20 {
    border-right-color: hsl(var(--primary-foreground) / 0.2);
  }

  .xl\:border-r-primary-foreground\/25 {
    border-right-color: hsl(var(--primary-foreground) / 0.25);
  }

  .xl\:border-r-primary-foreground\/30 {
    border-right-color: hsl(var(--primary-foreground) / 0.3);
  }

  .xl\:border-r-primary-foreground\/35 {
    border-right-color: hsl(var(--primary-foreground) / 0.35);
  }

  .xl\:border-r-primary-foreground\/40 {
    border-right-color: hsl(var(--primary-foreground) / 0.4);
  }

  .xl\:border-r-primary-foreground\/45 {
    border-right-color: hsl(var(--primary-foreground) / 0.45);
  }

  .xl\:border-r-primary-foreground\/5 {
    border-right-color: hsl(var(--primary-foreground) / 0.05);
  }

  .xl\:border-r-primary-foreground\/50 {
    border-right-color: hsl(var(--primary-foreground) / 0.5);
  }

  .xl\:border-r-primary-foreground\/55 {
    border-right-color: hsl(var(--primary-foreground) / 0.55);
  }

  .xl\:border-r-primary-foreground\/60 {
    border-right-color: hsl(var(--primary-foreground) / 0.6);
  }

  .xl\:border-r-primary-foreground\/65 {
    border-right-color: hsl(var(--primary-foreground) / 0.65);
  }

  .xl\:border-r-primary-foreground\/70 {
    border-right-color: hsl(var(--primary-foreground) / 0.7);
  }

  .xl\:border-r-primary-foreground\/75 {
    border-right-color: hsl(var(--primary-foreground) / 0.75);
  }

  .xl\:border-r-primary-foreground\/80 {
    border-right-color: hsl(var(--primary-foreground) / 0.8);
  }

  .xl\:border-r-primary-foreground\/85 {
    border-right-color: hsl(var(--primary-foreground) / 0.85);
  }

  .xl\:border-r-primary-foreground\/90 {
    border-right-color: hsl(var(--primary-foreground) / 0.9);
  }

  .xl\:border-r-primary-foreground\/95 {
    border-right-color: hsl(var(--primary-foreground) / 0.95);
  }

  .xl\:border-r-primary\/0 {
    border-right-color: hsl(var(--primary) / 0);
  }

  .xl\:border-r-primary\/10 {
    border-right-color: hsl(var(--primary) / 0.1);
  }

  .xl\:border-r-primary\/100 {
    border-right-color: hsl(var(--primary) / 1);
  }

  .xl\:border-r-primary\/15 {
    border-right-color: hsl(var(--primary) / 0.15);
  }

  .xl\:border-r-primary\/20 {
    border-right-color: hsl(var(--primary) / 0.2);
  }

  .xl\:border-r-primary\/25 {
    border-right-color: hsl(var(--primary) / 0.25);
  }

  .xl\:border-r-primary\/30 {
    border-right-color: hsl(var(--primary) / 0.3);
  }

  .xl\:border-r-primary\/35 {
    border-right-color: hsl(var(--primary) / 0.35);
  }

  .xl\:border-r-primary\/40 {
    border-right-color: hsl(var(--primary) / 0.4);
  }

  .xl\:border-r-primary\/45 {
    border-right-color: hsl(var(--primary) / 0.45);
  }

  .xl\:border-r-primary\/5 {
    border-right-color: hsl(var(--primary) / 0.05);
  }

  .xl\:border-r-primary\/50 {
    border-right-color: hsl(var(--primary) / 0.5);
  }

  .xl\:border-r-primary\/55 {
    border-right-color: hsl(var(--primary) / 0.55);
  }

  .xl\:border-r-primary\/60 {
    border-right-color: hsl(var(--primary) / 0.6);
  }

  .xl\:border-r-primary\/65 {
    border-right-color: hsl(var(--primary) / 0.65);
  }

  .xl\:border-r-primary\/70 {
    border-right-color: hsl(var(--primary) / 0.7);
  }

  .xl\:border-r-primary\/75 {
    border-right-color: hsl(var(--primary) / 0.75);
  }

  .xl\:border-r-primary\/80 {
    border-right-color: hsl(var(--primary) / 0.8);
  }

  .xl\:border-r-primary\/85 {
    border-right-color: hsl(var(--primary) / 0.85);
  }

  .xl\:border-r-primary\/90 {
    border-right-color: hsl(var(--primary) / 0.9);
  }

  .xl\:border-r-primary\/95 {
    border-right-color: hsl(var(--primary) / 0.95);
  }

  .xl\:border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0);
  }

  .xl\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .xl\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1);
  }

  .xl\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .xl\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .xl\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .xl\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .xl\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .xl\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .xl\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .xl\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .xl\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .xl\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .xl\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .xl\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .xl\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .xl\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .xl\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .xl\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .xl\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .xl\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .xl\:border-r-purple-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0);
  }

  .xl\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .xl\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1);
  }

  .xl\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .xl\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .xl\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .xl\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .xl\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .xl\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .xl\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .xl\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .xl\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .xl\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .xl\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .xl\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .xl\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .xl\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .xl\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .xl\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .xl\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .xl\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .xl\:border-r-purple-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0);
  }

  .xl\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .xl\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1);
  }

  .xl\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .xl\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .xl\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .xl\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .xl\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .xl\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .xl\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .xl\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .xl\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .xl\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .xl\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .xl\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .xl\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .xl\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .xl\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .xl\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .xl\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .xl\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .xl\:border-r-purple-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0);
  }

  .xl\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .xl\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1);
  }

  .xl\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .xl\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .xl\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .xl\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .xl\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .xl\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .xl\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .xl\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .xl\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .xl\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .xl\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .xl\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .xl\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .xl\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .xl\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .xl\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .xl\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .xl\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .xl\:border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0);
  }

  .xl\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .xl\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1);
  }

  .xl\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .xl\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .xl\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .xl\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .xl\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .xl\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .xl\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .xl\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .xl\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .xl\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .xl\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .xl\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .xl\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .xl\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .xl\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .xl\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .xl\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .xl\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .xl\:border-r-purple-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0);
  }

  .xl\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .xl\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1);
  }

  .xl\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .xl\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .xl\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .xl\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .xl\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .xl\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .xl\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .xl\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .xl\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .xl\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .xl\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .xl\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .xl\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .xl\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .xl\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .xl\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .xl\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .xl\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .xl\:border-r-purple-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0);
  }

  .xl\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .xl\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1);
  }

  .xl\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .xl\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .xl\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .xl\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .xl\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .xl\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .xl\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .xl\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .xl\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .xl\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .xl\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .xl\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .xl\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .xl\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .xl\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .xl\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .xl\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .xl\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .xl\:border-r-purple-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0);
  }

  .xl\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .xl\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1);
  }

  .xl\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .xl\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .xl\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .xl\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .xl\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .xl\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .xl\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .xl\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .xl\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .xl\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .xl\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .xl\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .xl\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .xl\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .xl\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .xl\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .xl\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .xl\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .xl\:border-r-purple-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0);
  }

  .xl\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .xl\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1);
  }

  .xl\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .xl\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .xl\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .xl\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .xl\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .xl\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .xl\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .xl\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .xl\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .xl\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .xl\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .xl\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .xl\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .xl\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .xl\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .xl\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .xl\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .xl\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .xl\:border-r-purple-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0);
  }

  .xl\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .xl\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1);
  }

  .xl\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .xl\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .xl\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .xl\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .xl\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .xl\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .xl\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .xl\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .xl\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .xl\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .xl\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .xl\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .xl\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .xl\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .xl\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .xl\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .xl\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .xl\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .xl\:border-r-purple-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0);
  }

  .xl\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .xl\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1);
  }

  .xl\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .xl\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .xl\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .xl\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .xl\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .xl\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .xl\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .xl\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .xl\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .xl\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .xl\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .xl\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .xl\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .xl\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .xl\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .xl\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .xl\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .xl\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .xl\:border-r-red-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0);
  }

  .xl\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .xl\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1);
  }

  .xl\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .xl\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .xl\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .xl\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .xl\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .xl\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .xl\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .xl\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .xl\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .xl\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .xl\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .xl\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .xl\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .xl\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .xl\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .xl\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .xl\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .xl\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .xl\:border-r-red-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0);
  }

  .xl\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .xl\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1);
  }

  .xl\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .xl\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .xl\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .xl\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .xl\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .xl\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .xl\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .xl\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .xl\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .xl\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .xl\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .xl\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .xl\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .xl\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .xl\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .xl\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .xl\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .xl\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .xl\:border-r-red-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0);
  }

  .xl\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .xl\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1);
  }

  .xl\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .xl\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .xl\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .xl\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .xl\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .xl\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .xl\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .xl\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .xl\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .xl\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .xl\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .xl\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .xl\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .xl\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .xl\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .xl\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .xl\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .xl\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .xl\:border-r-red-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0);
  }

  .xl\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .xl\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1);
  }

  .xl\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .xl\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .xl\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .xl\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .xl\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .xl\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .xl\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .xl\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .xl\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .xl\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .xl\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .xl\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .xl\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .xl\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .xl\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .xl\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .xl\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .xl\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .xl\:border-r-red-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0);
  }

  .xl\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .xl\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1);
  }

  .xl\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .xl\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .xl\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .xl\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .xl\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .xl\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .xl\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .xl\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .xl\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .xl\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .xl\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .xl\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .xl\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .xl\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .xl\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .xl\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .xl\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .xl\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .xl\:border-r-red-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0);
  }

  .xl\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .xl\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1);
  }

  .xl\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .xl\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .xl\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .xl\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .xl\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .xl\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .xl\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .xl\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .xl\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .xl\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .xl\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .xl\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .xl\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .xl\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .xl\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .xl\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .xl\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .xl\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .xl\:border-r-red-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0);
  }

  .xl\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .xl\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1);
  }

  .xl\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .xl\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .xl\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .xl\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .xl\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .xl\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .xl\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .xl\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .xl\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .xl\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .xl\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .xl\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .xl\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .xl\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .xl\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .xl\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .xl\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .xl\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .xl\:border-r-red-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0);
  }

  .xl\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .xl\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1);
  }

  .xl\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .xl\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .xl\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .xl\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .xl\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .xl\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .xl\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .xl\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .xl\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .xl\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .xl\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .xl\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .xl\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .xl\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .xl\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .xl\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .xl\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .xl\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .xl\:border-r-red-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0);
  }

  .xl\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .xl\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1);
  }

  .xl\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .xl\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .xl\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .xl\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .xl\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .xl\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .xl\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .xl\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .xl\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .xl\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .xl\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .xl\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .xl\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .xl\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .xl\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .xl\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .xl\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .xl\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .xl\:border-r-red-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0);
  }

  .xl\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .xl\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1);
  }

  .xl\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .xl\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .xl\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .xl\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .xl\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .xl\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .xl\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .xl\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .xl\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .xl\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .xl\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .xl\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .xl\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .xl\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .xl\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .xl\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .xl\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .xl\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .xl\:border-r-red-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0);
  }

  .xl\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .xl\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1);
  }

  .xl\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .xl\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .xl\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .xl\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .xl\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .xl\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .xl\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .xl\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .xl\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .xl\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .xl\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .xl\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .xl\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .xl\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .xl\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .xl\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .xl\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .xl\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .xl\:border-r-ring {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-ring\/0 {
    border-right-color: hsl(var(--ring) / 0);
  }

  .xl\:border-r-ring\/10 {
    border-right-color: hsl(var(--ring) / 0.1);
  }

  .xl\:border-r-ring\/100 {
    border-right-color: hsl(var(--ring) / 1);
  }

  .xl\:border-r-ring\/15 {
    border-right-color: hsl(var(--ring) / 0.15);
  }

  .xl\:border-r-ring\/20 {
    border-right-color: hsl(var(--ring) / 0.2);
  }

  .xl\:border-r-ring\/25 {
    border-right-color: hsl(var(--ring) / 0.25);
  }

  .xl\:border-r-ring\/30 {
    border-right-color: hsl(var(--ring) / 0.3);
  }

  .xl\:border-r-ring\/35 {
    border-right-color: hsl(var(--ring) / 0.35);
  }

  .xl\:border-r-ring\/40 {
    border-right-color: hsl(var(--ring) / 0.4);
  }

  .xl\:border-r-ring\/45 {
    border-right-color: hsl(var(--ring) / 0.45);
  }

  .xl\:border-r-ring\/5 {
    border-right-color: hsl(var(--ring) / 0.05);
  }

  .xl\:border-r-ring\/50 {
    border-right-color: hsl(var(--ring) / 0.5);
  }

  .xl\:border-r-ring\/55 {
    border-right-color: hsl(var(--ring) / 0.55);
  }

  .xl\:border-r-ring\/60 {
    border-right-color: hsl(var(--ring) / 0.6);
  }

  .xl\:border-r-ring\/65 {
    border-right-color: hsl(var(--ring) / 0.65);
  }

  .xl\:border-r-ring\/70 {
    border-right-color: hsl(var(--ring) / 0.7);
  }

  .xl\:border-r-ring\/75 {
    border-right-color: hsl(var(--ring) / 0.75);
  }

  .xl\:border-r-ring\/80 {
    border-right-color: hsl(var(--ring) / 0.8);
  }

  .xl\:border-r-ring\/85 {
    border-right-color: hsl(var(--ring) / 0.85);
  }

  .xl\:border-r-ring\/90 {
    border-right-color: hsl(var(--ring) / 0.9);
  }

  .xl\:border-r-ring\/95 {
    border-right-color: hsl(var(--ring) / 0.95);
  }

  .xl\:border-r-rose-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0);
  }

  .xl\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .xl\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1);
  }

  .xl\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .xl\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .xl\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .xl\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .xl\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .xl\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .xl\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .xl\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .xl\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .xl\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .xl\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .xl\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .xl\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .xl\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .xl\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .xl\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .xl\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .xl\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .xl\:border-r-rose-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0);
  }

  .xl\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .xl\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1);
  }

  .xl\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .xl\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .xl\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .xl\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .xl\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .xl\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .xl\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .xl\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .xl\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .xl\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .xl\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .xl\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .xl\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .xl\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .xl\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .xl\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .xl\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .xl\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .xl\:border-r-rose-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0);
  }

  .xl\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .xl\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1);
  }

  .xl\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .xl\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .xl\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .xl\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .xl\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .xl\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .xl\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .xl\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .xl\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .xl\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .xl\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .xl\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .xl\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .xl\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .xl\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .xl\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .xl\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .xl\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .xl\:border-r-rose-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0);
  }

  .xl\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .xl\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1);
  }

  .xl\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .xl\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .xl\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .xl\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .xl\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .xl\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .xl\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .xl\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .xl\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .xl\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .xl\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .xl\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .xl\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .xl\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .xl\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .xl\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .xl\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .xl\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .xl\:border-r-rose-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0);
  }

  .xl\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .xl\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1);
  }

  .xl\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .xl\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .xl\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .xl\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .xl\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .xl\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .xl\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .xl\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .xl\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .xl\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .xl\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .xl\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .xl\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .xl\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .xl\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .xl\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .xl\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .xl\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .xl\:border-r-rose-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0);
  }

  .xl\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .xl\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1);
  }

  .xl\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .xl\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .xl\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .xl\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .xl\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .xl\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .xl\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .xl\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .xl\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .xl\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .xl\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .xl\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .xl\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .xl\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .xl\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .xl\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .xl\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .xl\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .xl\:border-r-rose-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0);
  }

  .xl\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .xl\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1);
  }

  .xl\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .xl\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .xl\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .xl\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .xl\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .xl\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .xl\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .xl\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .xl\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .xl\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .xl\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .xl\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .xl\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .xl\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .xl\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .xl\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .xl\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .xl\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .xl\:border-r-rose-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0);
  }

  .xl\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .xl\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1);
  }

  .xl\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .xl\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .xl\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .xl\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .xl\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .xl\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .xl\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .xl\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .xl\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .xl\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .xl\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .xl\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .xl\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .xl\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .xl\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .xl\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .xl\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .xl\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .xl\:border-r-rose-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0);
  }

  .xl\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .xl\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1);
  }

  .xl\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .xl\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .xl\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .xl\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .xl\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .xl\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .xl\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .xl\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .xl\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .xl\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .xl\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .xl\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .xl\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .xl\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .xl\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .xl\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .xl\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .xl\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .xl\:border-r-rose-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0);
  }

  .xl\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .xl\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1);
  }

  .xl\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .xl\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .xl\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .xl\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .xl\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .xl\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .xl\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .xl\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .xl\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .xl\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .xl\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .xl\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .xl\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .xl\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .xl\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .xl\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .xl\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .xl\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .xl\:border-r-rose-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0);
  }

  .xl\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .xl\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1);
  }

  .xl\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .xl\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .xl\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .xl\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .xl\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .xl\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .xl\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .xl\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .xl\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .xl\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .xl\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .xl\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .xl\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .xl\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .xl\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .xl\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .xl\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .xl\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .xl\:border-r-secondary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-secondary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-secondary-foreground\/0 {
    border-right-color: hsl(var(--secondary-foreground) / 0);
  }

  .xl\:border-r-secondary-foreground\/10 {
    border-right-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .xl\:border-r-secondary-foreground\/100 {
    border-right-color: hsl(var(--secondary-foreground) / 1);
  }

  .xl\:border-r-secondary-foreground\/15 {
    border-right-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .xl\:border-r-secondary-foreground\/20 {
    border-right-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .xl\:border-r-secondary-foreground\/25 {
    border-right-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .xl\:border-r-secondary-foreground\/30 {
    border-right-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .xl\:border-r-secondary-foreground\/35 {
    border-right-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .xl\:border-r-secondary-foreground\/40 {
    border-right-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .xl\:border-r-secondary-foreground\/45 {
    border-right-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .xl\:border-r-secondary-foreground\/5 {
    border-right-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .xl\:border-r-secondary-foreground\/50 {
    border-right-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .xl\:border-r-secondary-foreground\/55 {
    border-right-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .xl\:border-r-secondary-foreground\/60 {
    border-right-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .xl\:border-r-secondary-foreground\/65 {
    border-right-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .xl\:border-r-secondary-foreground\/70 {
    border-right-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .xl\:border-r-secondary-foreground\/75 {
    border-right-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .xl\:border-r-secondary-foreground\/80 {
    border-right-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .xl\:border-r-secondary-foreground\/85 {
    border-right-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .xl\:border-r-secondary-foreground\/90 {
    border-right-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .xl\:border-r-secondary-foreground\/95 {
    border-right-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .xl\:border-r-secondary\/0 {
    border-right-color: hsl(var(--secondary) / 0);
  }

  .xl\:border-r-secondary\/10 {
    border-right-color: hsl(var(--secondary) / 0.1);
  }

  .xl\:border-r-secondary\/100 {
    border-right-color: hsl(var(--secondary) / 1);
  }

  .xl\:border-r-secondary\/15 {
    border-right-color: hsl(var(--secondary) / 0.15);
  }

  .xl\:border-r-secondary\/20 {
    border-right-color: hsl(var(--secondary) / 0.2);
  }

  .xl\:border-r-secondary\/25 {
    border-right-color: hsl(var(--secondary) / 0.25);
  }

  .xl\:border-r-secondary\/30 {
    border-right-color: hsl(var(--secondary) / 0.3);
  }

  .xl\:border-r-secondary\/35 {
    border-right-color: hsl(var(--secondary) / 0.35);
  }

  .xl\:border-r-secondary\/40 {
    border-right-color: hsl(var(--secondary) / 0.4);
  }

  .xl\:border-r-secondary\/45 {
    border-right-color: hsl(var(--secondary) / 0.45);
  }

  .xl\:border-r-secondary\/5 {
    border-right-color: hsl(var(--secondary) / 0.05);
  }

  .xl\:border-r-secondary\/50 {
    border-right-color: hsl(var(--secondary) / 0.5);
  }

  .xl\:border-r-secondary\/55 {
    border-right-color: hsl(var(--secondary) / 0.55);
  }

  .xl\:border-r-secondary\/60 {
    border-right-color: hsl(var(--secondary) / 0.6);
  }

  .xl\:border-r-secondary\/65 {
    border-right-color: hsl(var(--secondary) / 0.65);
  }

  .xl\:border-r-secondary\/70 {
    border-right-color: hsl(var(--secondary) / 0.7);
  }

  .xl\:border-r-secondary\/75 {
    border-right-color: hsl(var(--secondary) / 0.75);
  }

  .xl\:border-r-secondary\/80 {
    border-right-color: hsl(var(--secondary) / 0.8);
  }

  .xl\:border-r-secondary\/85 {
    border-right-color: hsl(var(--secondary) / 0.85);
  }

  .xl\:border-r-secondary\/90 {
    border-right-color: hsl(var(--secondary) / 0.9);
  }

  .xl\:border-r-secondary\/95 {
    border-right-color: hsl(var(--secondary) / 0.95);
  }

  .xl\:border-r-sidebar {
    border-right-color: hsl(var(--sidebar-background));
  }

  .xl\:border-r-sidebar-accent {
    border-right-color: hsl(var(--sidebar-accent));
  }

  .xl\:border-r-sidebar-accent-foreground {
    border-right-color: hsl(var(--sidebar-accent-foreground));
  }

  .xl\:border-r-sidebar-accent-foreground\/0 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .xl\:border-r-sidebar-accent-foreground\/10 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .xl\:border-r-sidebar-accent-foreground\/100 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .xl\:border-r-sidebar-accent-foreground\/15 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .xl\:border-r-sidebar-accent-foreground\/20 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .xl\:border-r-sidebar-accent-foreground\/25 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .xl\:border-r-sidebar-accent-foreground\/30 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .xl\:border-r-sidebar-accent-foreground\/35 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .xl\:border-r-sidebar-accent-foreground\/40 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .xl\:border-r-sidebar-accent-foreground\/45 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .xl\:border-r-sidebar-accent-foreground\/5 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .xl\:border-r-sidebar-accent-foreground\/50 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .xl\:border-r-sidebar-accent-foreground\/55 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .xl\:border-r-sidebar-accent-foreground\/60 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .xl\:border-r-sidebar-accent-foreground\/65 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .xl\:border-r-sidebar-accent-foreground\/70 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .xl\:border-r-sidebar-accent-foreground\/75 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .xl\:border-r-sidebar-accent-foreground\/80 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .xl\:border-r-sidebar-accent-foreground\/85 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .xl\:border-r-sidebar-accent-foreground\/90 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .xl\:border-r-sidebar-accent-foreground\/95 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .xl\:border-r-sidebar-accent\/0 {
    border-right-color: hsl(var(--sidebar-accent) / 0);
  }

  .xl\:border-r-sidebar-accent\/10 {
    border-right-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .xl\:border-r-sidebar-accent\/100 {
    border-right-color: hsl(var(--sidebar-accent) / 1);
  }

  .xl\:border-r-sidebar-accent\/15 {
    border-right-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .xl\:border-r-sidebar-accent\/20 {
    border-right-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .xl\:border-r-sidebar-accent\/25 {
    border-right-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .xl\:border-r-sidebar-accent\/30 {
    border-right-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .xl\:border-r-sidebar-accent\/35 {
    border-right-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .xl\:border-r-sidebar-accent\/40 {
    border-right-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .xl\:border-r-sidebar-accent\/45 {
    border-right-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .xl\:border-r-sidebar-accent\/5 {
    border-right-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .xl\:border-r-sidebar-accent\/50 {
    border-right-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .xl\:border-r-sidebar-accent\/55 {
    border-right-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .xl\:border-r-sidebar-accent\/60 {
    border-right-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .xl\:border-r-sidebar-accent\/65 {
    border-right-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .xl\:border-r-sidebar-accent\/70 {
    border-right-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .xl\:border-r-sidebar-accent\/75 {
    border-right-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .xl\:border-r-sidebar-accent\/80 {
    border-right-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .xl\:border-r-sidebar-accent\/85 {
    border-right-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .xl\:border-r-sidebar-accent\/90 {
    border-right-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .xl\:border-r-sidebar-accent\/95 {
    border-right-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .xl\:border-r-sidebar-border {
    border-right-color: hsl(var(--sidebar-border));
  }

  .xl\:border-r-sidebar-border\/0 {
    border-right-color: hsl(var(--sidebar-border) / 0);
  }

  .xl\:border-r-sidebar-border\/10 {
    border-right-color: hsl(var(--sidebar-border) / 0.1);
  }

  .xl\:border-r-sidebar-border\/100 {
    border-right-color: hsl(var(--sidebar-border) / 1);
  }

  .xl\:border-r-sidebar-border\/15 {
    border-right-color: hsl(var(--sidebar-border) / 0.15);
  }

  .xl\:border-r-sidebar-border\/20 {
    border-right-color: hsl(var(--sidebar-border) / 0.2);
  }

  .xl\:border-r-sidebar-border\/25 {
    border-right-color: hsl(var(--sidebar-border) / 0.25);
  }

  .xl\:border-r-sidebar-border\/30 {
    border-right-color: hsl(var(--sidebar-border) / 0.3);
  }

  .xl\:border-r-sidebar-border\/35 {
    border-right-color: hsl(var(--sidebar-border) / 0.35);
  }

  .xl\:border-r-sidebar-border\/40 {
    border-right-color: hsl(var(--sidebar-border) / 0.4);
  }

  .xl\:border-r-sidebar-border\/45 {
    border-right-color: hsl(var(--sidebar-border) / 0.45);
  }

  .xl\:border-r-sidebar-border\/5 {
    border-right-color: hsl(var(--sidebar-border) / 0.05);
  }

  .xl\:border-r-sidebar-border\/50 {
    border-right-color: hsl(var(--sidebar-border) / 0.5);
  }

  .xl\:border-r-sidebar-border\/55 {
    border-right-color: hsl(var(--sidebar-border) / 0.55);
  }

  .xl\:border-r-sidebar-border\/60 {
    border-right-color: hsl(var(--sidebar-border) / 0.6);
  }

  .xl\:border-r-sidebar-border\/65 {
    border-right-color: hsl(var(--sidebar-border) / 0.65);
  }

  .xl\:border-r-sidebar-border\/70 {
    border-right-color: hsl(var(--sidebar-border) / 0.7);
  }

  .xl\:border-r-sidebar-border\/75 {
    border-right-color: hsl(var(--sidebar-border) / 0.75);
  }

  .xl\:border-r-sidebar-border\/80 {
    border-right-color: hsl(var(--sidebar-border) / 0.8);
  }

  .xl\:border-r-sidebar-border\/85 {
    border-right-color: hsl(var(--sidebar-border) / 0.85);
  }

  .xl\:border-r-sidebar-border\/90 {
    border-right-color: hsl(var(--sidebar-border) / 0.9);
  }

  .xl\:border-r-sidebar-border\/95 {
    border-right-color: hsl(var(--sidebar-border) / 0.95);
  }

  .xl\:border-r-sidebar-foreground {
    border-right-color: hsl(var(--sidebar-foreground));
  }

  .xl\:border-r-sidebar-foreground\/0 {
    border-right-color: hsl(var(--sidebar-foreground) / 0);
  }

  .xl\:border-r-sidebar-foreground\/10 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .xl\:border-r-sidebar-foreground\/100 {
    border-right-color: hsl(var(--sidebar-foreground) / 1);
  }

  .xl\:border-r-sidebar-foreground\/15 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .xl\:border-r-sidebar-foreground\/20 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .xl\:border-r-sidebar-foreground\/25 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .xl\:border-r-sidebar-foreground\/30 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .xl\:border-r-sidebar-foreground\/35 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .xl\:border-r-sidebar-foreground\/40 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .xl\:border-r-sidebar-foreground\/45 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .xl\:border-r-sidebar-foreground\/5 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .xl\:border-r-sidebar-foreground\/50 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .xl\:border-r-sidebar-foreground\/55 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .xl\:border-r-sidebar-foreground\/60 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .xl\:border-r-sidebar-foreground\/65 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .xl\:border-r-sidebar-foreground\/70 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .xl\:border-r-sidebar-foreground\/75 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .xl\:border-r-sidebar-foreground\/80 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .xl\:border-r-sidebar-foreground\/85 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .xl\:border-r-sidebar-foreground\/90 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .xl\:border-r-sidebar-foreground\/95 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .xl\:border-r-sidebar-primary {
    border-right-color: hsl(var(--sidebar-primary));
  }

  .xl\:border-r-sidebar-primary-foreground {
    border-right-color: hsl(var(--sidebar-primary-foreground));
  }

  .xl\:border-r-sidebar-primary-foreground\/0 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .xl\:border-r-sidebar-primary-foreground\/10 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .xl\:border-r-sidebar-primary-foreground\/100 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .xl\:border-r-sidebar-primary-foreground\/15 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .xl\:border-r-sidebar-primary-foreground\/20 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .xl\:border-r-sidebar-primary-foreground\/25 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .xl\:border-r-sidebar-primary-foreground\/30 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .xl\:border-r-sidebar-primary-foreground\/35 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .xl\:border-r-sidebar-primary-foreground\/40 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .xl\:border-r-sidebar-primary-foreground\/45 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .xl\:border-r-sidebar-primary-foreground\/5 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .xl\:border-r-sidebar-primary-foreground\/50 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .xl\:border-r-sidebar-primary-foreground\/55 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .xl\:border-r-sidebar-primary-foreground\/60 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .xl\:border-r-sidebar-primary-foreground\/65 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .xl\:border-r-sidebar-primary-foreground\/70 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .xl\:border-r-sidebar-primary-foreground\/75 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .xl\:border-r-sidebar-primary-foreground\/80 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .xl\:border-r-sidebar-primary-foreground\/85 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .xl\:border-r-sidebar-primary-foreground\/90 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .xl\:border-r-sidebar-primary-foreground\/95 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .xl\:border-r-sidebar-primary\/0 {
    border-right-color: hsl(var(--sidebar-primary) / 0);
  }

  .xl\:border-r-sidebar-primary\/10 {
    border-right-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .xl\:border-r-sidebar-primary\/100 {
    border-right-color: hsl(var(--sidebar-primary) / 1);
  }

  .xl\:border-r-sidebar-primary\/15 {
    border-right-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .xl\:border-r-sidebar-primary\/20 {
    border-right-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .xl\:border-r-sidebar-primary\/25 {
    border-right-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .xl\:border-r-sidebar-primary\/30 {
    border-right-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .xl\:border-r-sidebar-primary\/35 {
    border-right-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .xl\:border-r-sidebar-primary\/40 {
    border-right-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .xl\:border-r-sidebar-primary\/45 {
    border-right-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .xl\:border-r-sidebar-primary\/5 {
    border-right-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .xl\:border-r-sidebar-primary\/50 {
    border-right-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .xl\:border-r-sidebar-primary\/55 {
    border-right-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .xl\:border-r-sidebar-primary\/60 {
    border-right-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .xl\:border-r-sidebar-primary\/65 {
    border-right-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .xl\:border-r-sidebar-primary\/70 {
    border-right-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .xl\:border-r-sidebar-primary\/75 {
    border-right-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .xl\:border-r-sidebar-primary\/80 {
    border-right-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .xl\:border-r-sidebar-primary\/85 {
    border-right-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .xl\:border-r-sidebar-primary\/90 {
    border-right-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .xl\:border-r-sidebar-primary\/95 {
    border-right-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .xl\:border-r-sidebar-ring {
    border-right-color: hsl(var(--sidebar-ring));
  }

  .xl\:border-r-sidebar-ring\/0 {
    border-right-color: hsl(var(--sidebar-ring) / 0);
  }

  .xl\:border-r-sidebar-ring\/10 {
    border-right-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .xl\:border-r-sidebar-ring\/100 {
    border-right-color: hsl(var(--sidebar-ring) / 1);
  }

  .xl\:border-r-sidebar-ring\/15 {
    border-right-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .xl\:border-r-sidebar-ring\/20 {
    border-right-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .xl\:border-r-sidebar-ring\/25 {
    border-right-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .xl\:border-r-sidebar-ring\/30 {
    border-right-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .xl\:border-r-sidebar-ring\/35 {
    border-right-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .xl\:border-r-sidebar-ring\/40 {
    border-right-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .xl\:border-r-sidebar-ring\/45 {
    border-right-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .xl\:border-r-sidebar-ring\/5 {
    border-right-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .xl\:border-r-sidebar-ring\/50 {
    border-right-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .xl\:border-r-sidebar-ring\/55 {
    border-right-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .xl\:border-r-sidebar-ring\/60 {
    border-right-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .xl\:border-r-sidebar-ring\/65 {
    border-right-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .xl\:border-r-sidebar-ring\/70 {
    border-right-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .xl\:border-r-sidebar-ring\/75 {
    border-right-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .xl\:border-r-sidebar-ring\/80 {
    border-right-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .xl\:border-r-sidebar-ring\/85 {
    border-right-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .xl\:border-r-sidebar-ring\/90 {
    border-right-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .xl\:border-r-sidebar-ring\/95 {
    border-right-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .xl\:border-r-sidebar\/0 {
    border-right-color: hsl(var(--sidebar-background) / 0);
  }

  .xl\:border-r-sidebar\/10 {
    border-right-color: hsl(var(--sidebar-background) / 0.1);
  }

  .xl\:border-r-sidebar\/100 {
    border-right-color: hsl(var(--sidebar-background) / 1);
  }

  .xl\:border-r-sidebar\/15 {
    border-right-color: hsl(var(--sidebar-background) / 0.15);
  }

  .xl\:border-r-sidebar\/20 {
    border-right-color: hsl(var(--sidebar-background) / 0.2);
  }

  .xl\:border-r-sidebar\/25 {
    border-right-color: hsl(var(--sidebar-background) / 0.25);
  }

  .xl\:border-r-sidebar\/30 {
    border-right-color: hsl(var(--sidebar-background) / 0.3);
  }

  .xl\:border-r-sidebar\/35 {
    border-right-color: hsl(var(--sidebar-background) / 0.35);
  }

  .xl\:border-r-sidebar\/40 {
    border-right-color: hsl(var(--sidebar-background) / 0.4);
  }

  .xl\:border-r-sidebar\/45 {
    border-right-color: hsl(var(--sidebar-background) / 0.45);
  }

  .xl\:border-r-sidebar\/5 {
    border-right-color: hsl(var(--sidebar-background) / 0.05);
  }

  .xl\:border-r-sidebar\/50 {
    border-right-color: hsl(var(--sidebar-background) / 0.5);
  }

  .xl\:border-r-sidebar\/55 {
    border-right-color: hsl(var(--sidebar-background) / 0.55);
  }

  .xl\:border-r-sidebar\/60 {
    border-right-color: hsl(var(--sidebar-background) / 0.6);
  }

  .xl\:border-r-sidebar\/65 {
    border-right-color: hsl(var(--sidebar-background) / 0.65);
  }

  .xl\:border-r-sidebar\/70 {
    border-right-color: hsl(var(--sidebar-background) / 0.7);
  }

  .xl\:border-r-sidebar\/75 {
    border-right-color: hsl(var(--sidebar-background) / 0.75);
  }

  .xl\:border-r-sidebar\/80 {
    border-right-color: hsl(var(--sidebar-background) / 0.8);
  }

  .xl\:border-r-sidebar\/85 {
    border-right-color: hsl(var(--sidebar-background) / 0.85);
  }

  .xl\:border-r-sidebar\/90 {
    border-right-color: hsl(var(--sidebar-background) / 0.9);
  }

  .xl\:border-r-sidebar\/95 {
    border-right-color: hsl(var(--sidebar-background) / 0.95);
  }

  .xl\:border-r-sky-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0);
  }

  .xl\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .xl\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1);
  }

  .xl\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .xl\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .xl\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .xl\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .xl\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .xl\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .xl\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .xl\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .xl\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .xl\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .xl\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .xl\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .xl\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .xl\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .xl\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .xl\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .xl\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .xl\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .xl\:border-r-sky-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0);
  }

  .xl\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .xl\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1);
  }

  .xl\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .xl\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .xl\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .xl\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .xl\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .xl\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .xl\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .xl\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .xl\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .xl\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .xl\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .xl\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .xl\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .xl\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .xl\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .xl\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .xl\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .xl\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .xl\:border-r-sky-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0);
  }

  .xl\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .xl\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1);
  }

  .xl\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .xl\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .xl\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .xl\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .xl\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .xl\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .xl\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .xl\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .xl\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .xl\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .xl\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .xl\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .xl\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .xl\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .xl\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .xl\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .xl\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .xl\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .xl\:border-r-sky-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0);
  }

  .xl\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .xl\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1);
  }

  .xl\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .xl\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .xl\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .xl\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .xl\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .xl\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .xl\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .xl\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .xl\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .xl\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .xl\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .xl\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .xl\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .xl\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .xl\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .xl\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .xl\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .xl\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .xl\:border-r-sky-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0);
  }

  .xl\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .xl\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1);
  }

  .xl\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .xl\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .xl\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .xl\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .xl\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .xl\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .xl\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .xl\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .xl\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .xl\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .xl\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .xl\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .xl\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .xl\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .xl\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .xl\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .xl\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .xl\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .xl\:border-r-sky-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0);
  }

  .xl\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .xl\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1);
  }

  .xl\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .xl\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .xl\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .xl\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .xl\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .xl\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .xl\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .xl\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .xl\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .xl\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .xl\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .xl\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .xl\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .xl\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .xl\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .xl\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .xl\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .xl\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .xl\:border-r-sky-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0);
  }

  .xl\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .xl\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1);
  }

  .xl\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .xl\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .xl\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .xl\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .xl\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .xl\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .xl\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .xl\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .xl\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .xl\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .xl\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .xl\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .xl\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .xl\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .xl\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .xl\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .xl\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .xl\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .xl\:border-r-sky-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0);
  }

  .xl\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .xl\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1);
  }

  .xl\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .xl\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .xl\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .xl\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .xl\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .xl\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .xl\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .xl\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .xl\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .xl\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .xl\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .xl\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .xl\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .xl\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .xl\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .xl\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .xl\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .xl\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .xl\:border-r-sky-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0);
  }

  .xl\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .xl\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1);
  }

  .xl\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .xl\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .xl\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .xl\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .xl\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .xl\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .xl\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .xl\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .xl\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .xl\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .xl\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .xl\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .xl\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .xl\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .xl\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .xl\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .xl\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .xl\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .xl\:border-r-sky-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0);
  }

  .xl\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .xl\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1);
  }

  .xl\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .xl\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .xl\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .xl\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .xl\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .xl\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .xl\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .xl\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .xl\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .xl\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .xl\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .xl\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .xl\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .xl\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .xl\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .xl\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .xl\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .xl\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .xl\:border-r-sky-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0);
  }

  .xl\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .xl\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1);
  }

  .xl\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .xl\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .xl\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .xl\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .xl\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .xl\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .xl\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .xl\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .xl\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .xl\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .xl\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .xl\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .xl\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .xl\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .xl\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .xl\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .xl\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .xl\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .xl\:border-r-slate-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0);
  }

  .xl\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .xl\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1);
  }

  .xl\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .xl\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .xl\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .xl\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .xl\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .xl\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .xl\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .xl\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .xl\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .xl\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .xl\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .xl\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .xl\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .xl\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .xl\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .xl\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .xl\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .xl\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .xl\:border-r-slate-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0);
  }

  .xl\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .xl\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1);
  }

  .xl\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .xl\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .xl\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .xl\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .xl\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .xl\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .xl\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .xl\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .xl\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .xl\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .xl\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .xl\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .xl\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .xl\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .xl\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .xl\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .xl\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .xl\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .xl\:border-r-slate-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0);
  }

  .xl\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .xl\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1);
  }

  .xl\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .xl\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .xl\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .xl\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .xl\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .xl\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .xl\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .xl\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .xl\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .xl\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .xl\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .xl\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .xl\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .xl\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .xl\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .xl\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .xl\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .xl\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .xl\:border-r-slate-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0);
  }

  .xl\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .xl\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1);
  }

  .xl\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .xl\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .xl\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .xl\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .xl\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .xl\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .xl\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .xl\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .xl\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .xl\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .xl\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .xl\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .xl\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .xl\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .xl\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .xl\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .xl\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .xl\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .xl\:border-r-slate-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0);
  }

  .xl\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .xl\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1);
  }

  .xl\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .xl\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .xl\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .xl\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .xl\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .xl\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .xl\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .xl\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .xl\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .xl\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .xl\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .xl\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .xl\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .xl\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .xl\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .xl\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .xl\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .xl\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .xl\:border-r-slate-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0);
  }

  .xl\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .xl\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1);
  }

  .xl\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .xl\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .xl\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .xl\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .xl\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .xl\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .xl\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .xl\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .xl\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .xl\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .xl\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .xl\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .xl\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .xl\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .xl\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .xl\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .xl\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .xl\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .xl\:border-r-slate-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0);
  }

  .xl\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .xl\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1);
  }

  .xl\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .xl\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .xl\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .xl\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .xl\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .xl\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .xl\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .xl\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .xl\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .xl\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .xl\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .xl\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .xl\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .xl\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .xl\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .xl\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .xl\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .xl\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .xl\:border-r-slate-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0);
  }

  .xl\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .xl\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1);
  }

  .xl\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .xl\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .xl\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .xl\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .xl\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .xl\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .xl\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .xl\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .xl\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .xl\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .xl\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .xl\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .xl\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .xl\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .xl\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .xl\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .xl\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .xl\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .xl\:border-r-slate-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0);
  }

  .xl\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .xl\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1);
  }

  .xl\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .xl\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .xl\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .xl\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .xl\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .xl\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .xl\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .xl\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .xl\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .xl\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .xl\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .xl\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .xl\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .xl\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .xl\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .xl\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .xl\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .xl\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .xl\:border-r-slate-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0);
  }

  .xl\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .xl\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1);
  }

  .xl\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .xl\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .xl\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .xl\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .xl\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .xl\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .xl\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .xl\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .xl\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .xl\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .xl\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .xl\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .xl\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .xl\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .xl\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .xl\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .xl\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .xl\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .xl\:border-r-slate-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0);
  }

  .xl\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .xl\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1);
  }

  .xl\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .xl\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .xl\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .xl\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .xl\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .xl\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .xl\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .xl\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .xl\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .xl\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .xl\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .xl\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .xl\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .xl\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .xl\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .xl\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .xl\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .xl\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .xl\:border-r-stone-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0);
  }

  .xl\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .xl\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1);
  }

  .xl\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .xl\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .xl\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .xl\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .xl\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .xl\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .xl\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .xl\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .xl\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .xl\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .xl\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .xl\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .xl\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .xl\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .xl\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .xl\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .xl\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .xl\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .xl\:border-r-stone-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0);
  }

  .xl\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .xl\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1);
  }

  .xl\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .xl\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .xl\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .xl\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .xl\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .xl\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .xl\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .xl\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .xl\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .xl\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .xl\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .xl\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .xl\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .xl\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .xl\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .xl\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .xl\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .xl\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .xl\:border-r-stone-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0);
  }

  .xl\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .xl\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1);
  }

  .xl\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .xl\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .xl\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .xl\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .xl\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .xl\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .xl\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .xl\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .xl\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .xl\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .xl\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .xl\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .xl\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .xl\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .xl\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .xl\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .xl\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .xl\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .xl\:border-r-stone-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0);
  }

  .xl\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .xl\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1);
  }

  .xl\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .xl\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .xl\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .xl\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .xl\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .xl\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .xl\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .xl\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .xl\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .xl\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .xl\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .xl\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .xl\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .xl\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .xl\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .xl\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .xl\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .xl\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .xl\:border-r-stone-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0);
  }

  .xl\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .xl\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1);
  }

  .xl\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .xl\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .xl\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .xl\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .xl\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .xl\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .xl\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .xl\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .xl\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .xl\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .xl\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .xl\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .xl\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .xl\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .xl\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .xl\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .xl\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .xl\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .xl\:border-r-stone-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0);
  }

  .xl\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .xl\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1);
  }

  .xl\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .xl\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .xl\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .xl\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .xl\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .xl\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .xl\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .xl\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .xl\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .xl\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .xl\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .xl\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .xl\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .xl\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .xl\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .xl\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .xl\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .xl\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .xl\:border-r-stone-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0);
  }

  .xl\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .xl\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1);
  }

  .xl\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .xl\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .xl\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .xl\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .xl\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .xl\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .xl\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .xl\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .xl\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .xl\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .xl\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .xl\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .xl\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .xl\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .xl\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .xl\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .xl\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .xl\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .xl\:border-r-stone-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0);
  }

  .xl\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .xl\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1);
  }

  .xl\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .xl\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .xl\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .xl\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .xl\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .xl\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .xl\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .xl\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .xl\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .xl\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .xl\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .xl\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .xl\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .xl\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .xl\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .xl\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .xl\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .xl\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .xl\:border-r-stone-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0);
  }

  .xl\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .xl\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1);
  }

  .xl\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .xl\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .xl\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .xl\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .xl\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .xl\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .xl\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .xl\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .xl\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .xl\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .xl\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .xl\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .xl\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .xl\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .xl\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .xl\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .xl\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .xl\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .xl\:border-r-stone-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0);
  }

  .xl\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .xl\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1);
  }

  .xl\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .xl\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .xl\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .xl\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .xl\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .xl\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .xl\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .xl\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .xl\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .xl\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .xl\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .xl\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .xl\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .xl\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .xl\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .xl\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .xl\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .xl\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .xl\:border-r-stone-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0);
  }

  .xl\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .xl\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1);
  }

  .xl\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .xl\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .xl\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .xl\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .xl\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .xl\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .xl\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .xl\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .xl\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .xl\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .xl\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .xl\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .xl\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .xl\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .xl\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .xl\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .xl\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .xl\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .xl\:border-r-supporting {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-supporting-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-supporting-foreground\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-r-supporting-foreground\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-r-supporting-foreground\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-r-supporting-foreground\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-r-supporting-foreground\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-r-supporting-foreground\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-r-supporting-foreground\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-r-supporting-foreground\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-r-supporting-foreground\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-r-supporting-foreground\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-r-supporting-foreground\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-r-supporting-foreground\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-r-supporting-foreground\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-r-supporting-foreground\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-r-supporting-foreground\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-r-supporting-foreground\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-r-supporting-foreground\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-r-supporting-foreground\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-r-supporting-foreground\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-r-supporting-foreground\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-r-supporting-foreground\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-r-supporting\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-r-supporting\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-r-supporting\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-r-supporting\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-r-supporting\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-r-supporting\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-r-supporting\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-r-supporting\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-r-supporting\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-r-supporting\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-r-supporting\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-r-supporting\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-r-supporting\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-r-supporting\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-r-supporting\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-r-supporting\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-r-supporting\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-r-supporting\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-r-supporting\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-r-supporting\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-r-supporting\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-r-teal-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0);
  }

  .xl\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .xl\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1);
  }

  .xl\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .xl\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .xl\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .xl\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .xl\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .xl\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .xl\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .xl\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .xl\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .xl\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .xl\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .xl\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .xl\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .xl\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .xl\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .xl\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .xl\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .xl\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .xl\:border-r-teal-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0);
  }

  .xl\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .xl\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1);
  }

  .xl\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .xl\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .xl\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .xl\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .xl\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .xl\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .xl\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .xl\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .xl\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .xl\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .xl\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .xl\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .xl\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .xl\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .xl\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .xl\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .xl\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .xl\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .xl\:border-r-teal-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0);
  }

  .xl\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .xl\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1);
  }

  .xl\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .xl\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .xl\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .xl\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .xl\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .xl\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .xl\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .xl\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .xl\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .xl\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .xl\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .xl\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .xl\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .xl\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .xl\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .xl\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .xl\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .xl\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .xl\:border-r-teal-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0);
  }

  .xl\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .xl\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1);
  }

  .xl\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .xl\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .xl\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .xl\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .xl\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .xl\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .xl\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .xl\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .xl\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .xl\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .xl\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .xl\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .xl\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .xl\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .xl\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .xl\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .xl\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .xl\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .xl\:border-r-teal-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0);
  }

  .xl\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .xl\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1);
  }

  .xl\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .xl\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .xl\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .xl\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .xl\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .xl\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .xl\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .xl\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .xl\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .xl\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .xl\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .xl\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .xl\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .xl\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .xl\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .xl\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .xl\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .xl\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .xl\:border-r-teal-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0);
  }

  .xl\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .xl\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1);
  }

  .xl\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .xl\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .xl\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .xl\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .xl\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .xl\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .xl\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .xl\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .xl\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .xl\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .xl\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .xl\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .xl\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .xl\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .xl\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .xl\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .xl\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .xl\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .xl\:border-r-teal-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0);
  }

  .xl\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .xl\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1);
  }

  .xl\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .xl\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .xl\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .xl\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .xl\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .xl\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .xl\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .xl\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .xl\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .xl\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .xl\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .xl\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .xl\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .xl\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .xl\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .xl\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .xl\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .xl\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .xl\:border-r-teal-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0);
  }

  .xl\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .xl\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1);
  }

  .xl\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .xl\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .xl\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .xl\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .xl\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .xl\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .xl\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .xl\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .xl\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .xl\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .xl\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .xl\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .xl\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .xl\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .xl\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .xl\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .xl\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .xl\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .xl\:border-r-teal-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0);
  }

  .xl\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .xl\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1);
  }

  .xl\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .xl\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .xl\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .xl\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .xl\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .xl\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .xl\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .xl\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .xl\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .xl\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .xl\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .xl\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .xl\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .xl\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .xl\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .xl\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .xl\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .xl\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .xl\:border-r-teal-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0);
  }

  .xl\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .xl\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1);
  }

  .xl\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .xl\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .xl\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .xl\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .xl\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .xl\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .xl\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .xl\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .xl\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .xl\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .xl\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .xl\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .xl\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .xl\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .xl\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .xl\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .xl\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .xl\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .xl\:border-r-teal-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0);
  }

  .xl\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .xl\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1);
  }

  .xl\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .xl\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .xl\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .xl\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .xl\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .xl\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .xl\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .xl\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .xl\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .xl\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .xl\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .xl\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .xl\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .xl\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .xl\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .xl\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .xl\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .xl\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .xl\:border-r-tertiary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-tertiary\/0 {
    border-right-color: hsl(var(--tertiary) / 0);
  }

  .xl\:border-r-tertiary\/10 {
    border-right-color: hsl(var(--tertiary) / 0.1);
  }

  .xl\:border-r-tertiary\/100 {
    border-right-color: hsl(var(--tertiary) / 1);
  }

  .xl\:border-r-tertiary\/15 {
    border-right-color: hsl(var(--tertiary) / 0.15);
  }

  .xl\:border-r-tertiary\/20 {
    border-right-color: hsl(var(--tertiary) / 0.2);
  }

  .xl\:border-r-tertiary\/25 {
    border-right-color: hsl(var(--tertiary) / 0.25);
  }

  .xl\:border-r-tertiary\/30 {
    border-right-color: hsl(var(--tertiary) / 0.3);
  }

  .xl\:border-r-tertiary\/35 {
    border-right-color: hsl(var(--tertiary) / 0.35);
  }

  .xl\:border-r-tertiary\/40 {
    border-right-color: hsl(var(--tertiary) / 0.4);
  }

  .xl\:border-r-tertiary\/45 {
    border-right-color: hsl(var(--tertiary) / 0.45);
  }

  .xl\:border-r-tertiary\/5 {
    border-right-color: hsl(var(--tertiary) / 0.05);
  }

  .xl\:border-r-tertiary\/50 {
    border-right-color: hsl(var(--tertiary) / 0.5);
  }

  .xl\:border-r-tertiary\/55 {
    border-right-color: hsl(var(--tertiary) / 0.55);
  }

  .xl\:border-r-tertiary\/60 {
    border-right-color: hsl(var(--tertiary) / 0.6);
  }

  .xl\:border-r-tertiary\/65 {
    border-right-color: hsl(var(--tertiary) / 0.65);
  }

  .xl\:border-r-tertiary\/70 {
    border-right-color: hsl(var(--tertiary) / 0.7);
  }

  .xl\:border-r-tertiary\/75 {
    border-right-color: hsl(var(--tertiary) / 0.75);
  }

  .xl\:border-r-tertiary\/80 {
    border-right-color: hsl(var(--tertiary) / 0.8);
  }

  .xl\:border-r-tertiary\/85 {
    border-right-color: hsl(var(--tertiary) / 0.85);
  }

  .xl\:border-r-tertiary\/90 {
    border-right-color: hsl(var(--tertiary) / 0.9);
  }

  .xl\:border-r-tertiary\/95 {
    border-right-color: hsl(var(--tertiary) / 0.95);
  }

  .xl\:border-r-transparent {
    border-right-color: transparent;
  }

  .xl\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .xl\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .xl\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-r-violet-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0);
  }

  .xl\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .xl\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1);
  }

  .xl\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .xl\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .xl\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .xl\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .xl\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .xl\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .xl\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .xl\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .xl\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .xl\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .xl\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .xl\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .xl\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .xl\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .xl\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .xl\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .xl\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .xl\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .xl\:border-r-violet-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0);
  }

  .xl\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .xl\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1);
  }

  .xl\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .xl\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .xl\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .xl\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .xl\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .xl\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .xl\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .xl\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .xl\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .xl\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .xl\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .xl\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .xl\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .xl\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .xl\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .xl\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .xl\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .xl\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .xl\:border-r-violet-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0);
  }

  .xl\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .xl\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1);
  }

  .xl\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .xl\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .xl\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .xl\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .xl\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .xl\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .xl\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .xl\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .xl\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .xl\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .xl\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .xl\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .xl\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .xl\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .xl\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .xl\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .xl\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .xl\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .xl\:border-r-violet-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0);
  }

  .xl\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .xl\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1);
  }

  .xl\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .xl\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .xl\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .xl\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .xl\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .xl\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .xl\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .xl\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .xl\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .xl\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .xl\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .xl\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .xl\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .xl\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .xl\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .xl\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .xl\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .xl\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .xl\:border-r-violet-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0);
  }

  .xl\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .xl\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1);
  }

  .xl\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .xl\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .xl\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .xl\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .xl\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .xl\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .xl\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .xl\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .xl\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .xl\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .xl\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .xl\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .xl\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .xl\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .xl\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .xl\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .xl\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .xl\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .xl\:border-r-violet-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0);
  }

  .xl\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .xl\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1);
  }

  .xl\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .xl\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .xl\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .xl\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .xl\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .xl\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .xl\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .xl\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .xl\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .xl\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .xl\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .xl\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .xl\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .xl\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .xl\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .xl\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .xl\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .xl\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .xl\:border-r-violet-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0);
  }

  .xl\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .xl\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1);
  }

  .xl\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .xl\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .xl\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .xl\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .xl\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .xl\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .xl\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .xl\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .xl\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .xl\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .xl\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .xl\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .xl\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .xl\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .xl\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .xl\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .xl\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .xl\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .xl\:border-r-violet-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0);
  }

  .xl\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .xl\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1);
  }

  .xl\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .xl\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .xl\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .xl\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .xl\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .xl\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .xl\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .xl\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .xl\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .xl\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .xl\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .xl\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .xl\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .xl\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .xl\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .xl\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .xl\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .xl\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .xl\:border-r-violet-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0);
  }

  .xl\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .xl\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1);
  }

  .xl\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .xl\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .xl\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .xl\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .xl\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .xl\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .xl\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .xl\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .xl\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .xl\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .xl\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .xl\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .xl\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .xl\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .xl\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .xl\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .xl\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .xl\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .xl\:border-r-violet-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0);
  }

  .xl\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .xl\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1);
  }

  .xl\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .xl\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .xl\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .xl\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .xl\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .xl\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .xl\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .xl\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .xl\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .xl\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .xl\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .xl\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .xl\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .xl\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .xl\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .xl\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .xl\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .xl\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .xl\:border-r-violet-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0);
  }

  .xl\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .xl\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1);
  }

  .xl\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .xl\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .xl\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .xl\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .xl\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .xl\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .xl\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .xl\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .xl\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .xl\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .xl\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .xl\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .xl\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .xl\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .xl\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .xl\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .xl\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .xl\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .xl\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .xl\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .xl\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .xl\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .xl\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .xl\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .xl\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .xl\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .xl\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .xl\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .xl\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .xl\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .xl\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .xl\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .xl\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .xl\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .xl\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .xl\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .xl\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .xl\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .xl\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .xl\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .xl\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .xl\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .xl\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .xl\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .xl\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .xl\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .xl\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .xl\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .xl\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .xl\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-r-zinc-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0);
  }

  .xl\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .xl\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1);
  }

  .xl\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .xl\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .xl\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .xl\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .xl\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .xl\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .xl\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .xl\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .xl\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .xl\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .xl\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .xl\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .xl\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .xl\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .xl\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .xl\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .xl\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .xl\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .xl\:border-r-zinc-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0);
  }

  .xl\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .xl\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1);
  }

  .xl\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .xl\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .xl\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .xl\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .xl\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .xl\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .xl\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .xl\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .xl\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .xl\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .xl\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .xl\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .xl\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .xl\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .xl\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .xl\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .xl\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .xl\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .xl\:border-r-zinc-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0);
  }

  .xl\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .xl\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1);
  }

  .xl\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .xl\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .xl\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .xl\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .xl\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .xl\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .xl\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .xl\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .xl\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .xl\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .xl\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .xl\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .xl\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .xl\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .xl\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .xl\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .xl\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .xl\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .xl\:border-r-zinc-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0);
  }

  .xl\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .xl\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1);
  }

  .xl\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .xl\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .xl\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .xl\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .xl\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .xl\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .xl\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .xl\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .xl\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .xl\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .xl\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .xl\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .xl\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .xl\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .xl\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .xl\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .xl\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .xl\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .xl\:border-r-zinc-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .xl\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .xl\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-r-zinc-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0);
  }

  .xl\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .xl\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1);
  }

  .xl\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .xl\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .xl\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .xl\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .xl\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .xl\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .xl\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .xl\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .xl\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .xl\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .xl\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .xl\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .xl\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .xl\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .xl\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .xl\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .xl\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .xl\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .xl\:border-r-zinc-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0);
  }

  .xl\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .xl\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1);
  }

  .xl\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .xl\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .xl\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .xl\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .xl\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .xl\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .xl\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .xl\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .xl\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .xl\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .xl\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .xl\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .xl\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .xl\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .xl\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .xl\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .xl\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .xl\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .xl\:border-r-zinc-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0);
  }

  .xl\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .xl\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1);
  }

  .xl\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .xl\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .xl\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .xl\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .xl\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .xl\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .xl\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .xl\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .xl\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .xl\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .xl\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .xl\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .xl\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .xl\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .xl\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .xl\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .xl\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .xl\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .xl\:border-r-zinc-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0);
  }

  .xl\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .xl\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1);
  }

  .xl\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .xl\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .xl\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .xl\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .xl\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .xl\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .xl\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .xl\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .xl\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .xl\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .xl\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .xl\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .xl\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .xl\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .xl\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .xl\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .xl\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .xl\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .xl\:border-r-zinc-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0);
  }

  .xl\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .xl\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1);
  }

  .xl\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .xl\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .xl\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .xl\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .xl\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .xl\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .xl\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .xl\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .xl\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .xl\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .xl\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .xl\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .xl\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .xl\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .xl\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .xl\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .xl\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .xl\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .xl\:border-r-zinc-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0);
  }

  .xl\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .xl\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1);
  }

  .xl\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .xl\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .xl\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .xl\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .xl\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .xl\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .xl\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .xl\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .xl\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .xl\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .xl\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .xl\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .xl\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .xl\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .xl\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .xl\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .xl\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .xl\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .xl\:border-t-accent {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-accent-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-accent-foreground\/0 {
    border-top-color: hsl(var(--accent-foreground) / 0);
  }

  .xl\:border-t-accent-foreground\/10 {
    border-top-color: hsl(var(--accent-foreground) / 0.1);
  }

  .xl\:border-t-accent-foreground\/100 {
    border-top-color: hsl(var(--accent-foreground) / 1);
  }

  .xl\:border-t-accent-foreground\/15 {
    border-top-color: hsl(var(--accent-foreground) / 0.15);
  }

  .xl\:border-t-accent-foreground\/20 {
    border-top-color: hsl(var(--accent-foreground) / 0.2);
  }

  .xl\:border-t-accent-foreground\/25 {
    border-top-color: hsl(var(--accent-foreground) / 0.25);
  }

  .xl\:border-t-accent-foreground\/30 {
    border-top-color: hsl(var(--accent-foreground) / 0.3);
  }

  .xl\:border-t-accent-foreground\/35 {
    border-top-color: hsl(var(--accent-foreground) / 0.35);
  }

  .xl\:border-t-accent-foreground\/40 {
    border-top-color: hsl(var(--accent-foreground) / 0.4);
  }

  .xl\:border-t-accent-foreground\/45 {
    border-top-color: hsl(var(--accent-foreground) / 0.45);
  }

  .xl\:border-t-accent-foreground\/5 {
    border-top-color: hsl(var(--accent-foreground) / 0.05);
  }

  .xl\:border-t-accent-foreground\/50 {
    border-top-color: hsl(var(--accent-foreground) / 0.5);
  }

  .xl\:border-t-accent-foreground\/55 {
    border-top-color: hsl(var(--accent-foreground) / 0.55);
  }

  .xl\:border-t-accent-foreground\/60 {
    border-top-color: hsl(var(--accent-foreground) / 0.6);
  }

  .xl\:border-t-accent-foreground\/65 {
    border-top-color: hsl(var(--accent-foreground) / 0.65);
  }

  .xl\:border-t-accent-foreground\/70 {
    border-top-color: hsl(var(--accent-foreground) / 0.7);
  }

  .xl\:border-t-accent-foreground\/75 {
    border-top-color: hsl(var(--accent-foreground) / 0.75);
  }

  .xl\:border-t-accent-foreground\/80 {
    border-top-color: hsl(var(--accent-foreground) / 0.8);
  }

  .xl\:border-t-accent-foreground\/85 {
    border-top-color: hsl(var(--accent-foreground) / 0.85);
  }

  .xl\:border-t-accent-foreground\/90 {
    border-top-color: hsl(var(--accent-foreground) / 0.9);
  }

  .xl\:border-t-accent-foreground\/95 {
    border-top-color: hsl(var(--accent-foreground) / 0.95);
  }

  .xl\:border-t-accent\/0 {
    border-top-color: hsl(var(--accent) / 0);
  }

  .xl\:border-t-accent\/10 {
    border-top-color: hsl(var(--accent) / 0.1);
  }

  .xl\:border-t-accent\/100 {
    border-top-color: hsl(var(--accent) / 1);
  }

  .xl\:border-t-accent\/15 {
    border-top-color: hsl(var(--accent) / 0.15);
  }

  .xl\:border-t-accent\/20 {
    border-top-color: hsl(var(--accent) / 0.2);
  }

  .xl\:border-t-accent\/25 {
    border-top-color: hsl(var(--accent) / 0.25);
  }

  .xl\:border-t-accent\/30 {
    border-top-color: hsl(var(--accent) / 0.3);
  }

  .xl\:border-t-accent\/35 {
    border-top-color: hsl(var(--accent) / 0.35);
  }

  .xl\:border-t-accent\/40 {
    border-top-color: hsl(var(--accent) / 0.4);
  }

  .xl\:border-t-accent\/45 {
    border-top-color: hsl(var(--accent) / 0.45);
  }

  .xl\:border-t-accent\/5 {
    border-top-color: hsl(var(--accent) / 0.05);
  }

  .xl\:border-t-accent\/50 {
    border-top-color: hsl(var(--accent) / 0.5);
  }

  .xl\:border-t-accent\/55 {
    border-top-color: hsl(var(--accent) / 0.55);
  }

  .xl\:border-t-accent\/60 {
    border-top-color: hsl(var(--accent) / 0.6);
  }

  .xl\:border-t-accent\/65 {
    border-top-color: hsl(var(--accent) / 0.65);
  }

  .xl\:border-t-accent\/70 {
    border-top-color: hsl(var(--accent) / 0.7);
  }

  .xl\:border-t-accent\/75 {
    border-top-color: hsl(var(--accent) / 0.75);
  }

  .xl\:border-t-accent\/80 {
    border-top-color: hsl(var(--accent) / 0.8);
  }

  .xl\:border-t-accent\/85 {
    border-top-color: hsl(var(--accent) / 0.85);
  }

  .xl\:border-t-accent\/90 {
    border-top-color: hsl(var(--accent) / 0.9);
  }

  .xl\:border-t-accent\/95 {
    border-top-color: hsl(var(--accent) / 0.95);
  }

  .xl\:border-t-amber-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
  }

  .xl\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
  }

  .xl\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
  }

  .xl\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
  }

  .xl\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
  }

  .xl\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
  }

  .xl\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
  }

  .xl\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
  }

  .xl\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
  }

  .xl\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
  }

  .xl\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
  }

  .xl\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
  }

  .xl\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
  }

  .xl\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
  }

  .xl\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
  }

  .xl\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
  }

  .xl\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
  }

  .xl\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
  }

  .xl\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
  }

  .xl\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
  }

  .xl\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
  }

  .xl\:border-t-amber-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
  }

  .xl\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
  }

  .xl\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
  }

  .xl\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
  }

  .xl\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
  }

  .xl\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
  }

  .xl\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
  }

  .xl\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
  }

  .xl\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
  }

  .xl\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
  }

  .xl\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
  }

  .xl\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
  }

  .xl\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
  }

  .xl\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
  }

  .xl\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
  }

  .xl\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
  }

  .xl\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
  }

  .xl\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
  }

  .xl\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
  }

  .xl\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
  }

  .xl\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
  }

  .xl\:border-t-amber-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
  }

  .xl\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
  }

  .xl\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
  }

  .xl\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
  }

  .xl\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
  }

  .xl\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
  }

  .xl\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
  }

  .xl\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
  }

  .xl\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
  }

  .xl\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
  }

  .xl\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
  }

  .xl\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
  }

  .xl\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
  }

  .xl\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
  }

  .xl\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
  }

  .xl\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
  }

  .xl\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
  }

  .xl\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
  }

  .xl\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
  }

  .xl\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
  }

  .xl\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
  }

  .xl\:border-t-amber-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
  }

  .xl\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
  }

  .xl\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
  }

  .xl\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
  }

  .xl\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
  }

  .xl\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
  }

  .xl\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
  }

  .xl\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
  }

  .xl\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
  }

  .xl\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
  }

  .xl\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
  }

  .xl\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
  }

  .xl\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
  }

  .xl\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
  }

  .xl\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
  }

  .xl\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
  }

  .xl\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
  }

  .xl\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
  }

  .xl\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
  }

  .xl\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
  }

  .xl\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
  }

  .xl\:border-t-amber-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
  }

  .xl\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
  }

  .xl\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
  }

  .xl\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
  }

  .xl\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
  }

  .xl\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
  }

  .xl\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
  }

  .xl\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
  }

  .xl\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
  }

  .xl\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
  }

  .xl\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
  }

  .xl\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
  }

  .xl\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
  }

  .xl\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
  }

  .xl\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
  }

  .xl\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
  }

  .xl\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
  }

  .xl\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
  }

  .xl\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
  }

  .xl\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
  }

  .xl\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
  }

  .xl\:border-t-amber-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
  }

  .xl\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
  }

  .xl\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
  }

  .xl\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
  }

  .xl\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
  }

  .xl\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
  }

  .xl\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
  }

  .xl\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
  }

  .xl\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
  }

  .xl\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
  }

  .xl\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
  }

  .xl\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
  }

  .xl\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
  }

  .xl\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
  }

  .xl\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
  }

  .xl\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
  }

  .xl\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
  }

  .xl\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
  }

  .xl\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
  }

  .xl\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
  }

  .xl\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
  }

  .xl\:border-t-amber-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
  }

  .xl\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
  }

  .xl\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
  }

  .xl\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
  }

  .xl\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
  }

  .xl\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
  }

  .xl\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
  }

  .xl\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
  }

  .xl\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
  }

  .xl\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
  }

  .xl\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
  }

  .xl\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
  }

  .xl\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
  }

  .xl\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
  }

  .xl\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
  }

  .xl\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
  }

  .xl\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
  }

  .xl\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
  }

  .xl\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
  }

  .xl\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
  }

  .xl\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
  }

  .xl\:border-t-amber-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
  }

  .xl\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
  }

  .xl\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
  }

  .xl\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
  }

  .xl\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
  }

  .xl\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
  }

  .xl\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
  }

  .xl\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
  }

  .xl\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
  }

  .xl\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
  }

  .xl\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
  }

  .xl\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
  }

  .xl\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
  }

  .xl\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
  }

  .xl\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
  }

  .xl\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
  }

  .xl\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
  }

  .xl\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
  }

  .xl\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
  }

  .xl\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
  }

  .xl\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
  }

  .xl\:border-t-amber-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
  }

  .xl\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
  }

  .xl\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
  }

  .xl\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
  }

  .xl\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
  }

  .xl\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
  }

  .xl\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
  }

  .xl\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
  }

  .xl\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
  }

  .xl\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
  }

  .xl\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
  }

  .xl\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
  }

  .xl\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
  }

  .xl\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
  }

  .xl\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
  }

  .xl\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
  }

  .xl\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
  }

  .xl\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
  }

  .xl\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
  }

  .xl\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
  }

  .xl\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
  }

  .xl\:border-t-amber-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
  }

  .xl\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
  }

  .xl\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
  }

  .xl\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
  }

  .xl\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
  }

  .xl\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
  }

  .xl\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
  }

  .xl\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
  }

  .xl\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
  }

  .xl\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
  }

  .xl\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
  }

  .xl\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
  }

  .xl\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
  }

  .xl\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
  }

  .xl\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
  }

  .xl\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
  }

  .xl\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
  }

  .xl\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
  }

  .xl\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
  }

  .xl\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
  }

  .xl\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
  }

  .xl\:border-t-amber-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
  }

  .xl\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
  }

  .xl\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
  }

  .xl\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
  }

  .xl\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
  }

  .xl\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
  }

  .xl\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
  }

  .xl\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
  }

  .xl\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
  }

  .xl\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
  }

  .xl\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
  }

  .xl\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
  }

  .xl\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
  }

  .xl\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
  }

  .xl\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
  }

  .xl\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
  }

  .xl\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
  }

  .xl\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
  }

  .xl\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
  }

  .xl\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
  }

  .xl\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
  }

  .xl\:border-t-background {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-background\/0 {
    border-top-color: hsl(var(--background) / 0);
  }

  .xl\:border-t-background\/10 {
    border-top-color: hsl(var(--background) / 0.1);
  }

  .xl\:border-t-background\/100 {
    border-top-color: hsl(var(--background) / 1);
  }

  .xl\:border-t-background\/15 {
    border-top-color: hsl(var(--background) / 0.15);
  }

  .xl\:border-t-background\/20 {
    border-top-color: hsl(var(--background) / 0.2);
  }

  .xl\:border-t-background\/25 {
    border-top-color: hsl(var(--background) / 0.25);
  }

  .xl\:border-t-background\/30 {
    border-top-color: hsl(var(--background) / 0.3);
  }

  .xl\:border-t-background\/35 {
    border-top-color: hsl(var(--background) / 0.35);
  }

  .xl\:border-t-background\/40 {
    border-top-color: hsl(var(--background) / 0.4);
  }

  .xl\:border-t-background\/45 {
    border-top-color: hsl(var(--background) / 0.45);
  }

  .xl\:border-t-background\/5 {
    border-top-color: hsl(var(--background) / 0.05);
  }

  .xl\:border-t-background\/50 {
    border-top-color: hsl(var(--background) / 0.5);
  }

  .xl\:border-t-background\/55 {
    border-top-color: hsl(var(--background) / 0.55);
  }

  .xl\:border-t-background\/60 {
    border-top-color: hsl(var(--background) / 0.6);
  }

  .xl\:border-t-background\/65 {
    border-top-color: hsl(var(--background) / 0.65);
  }

  .xl\:border-t-background\/70 {
    border-top-color: hsl(var(--background) / 0.7);
  }

  .xl\:border-t-background\/75 {
    border-top-color: hsl(var(--background) / 0.75);
  }

  .xl\:border-t-background\/80 {
    border-top-color: hsl(var(--background) / 0.8);
  }

  .xl\:border-t-background\/85 {
    border-top-color: hsl(var(--background) / 0.85);
  }

  .xl\:border-t-background\/90 {
    border-top-color: hsl(var(--background) / 0.9);
  }

  .xl\:border-t-background\/95 {
    border-top-color: hsl(var(--background) / 0.95);
  }

  .xl\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .xl\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .xl\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-t-blue-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
  }

  .xl\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
  }

  .xl\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
  }

  .xl\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
  }

  .xl\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
  }

  .xl\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
  }

  .xl\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
  }

  .xl\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
  }

  .xl\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
  }

  .xl\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
  }

  .xl\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
  }

  .xl\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
  }

  .xl\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
  }

  .xl\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
  }

  .xl\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
  }

  .xl\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
  }

  .xl\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
  }

  .xl\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
  }

  .xl\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
  }

  .xl\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
  }

  .xl\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
  }

  .xl\:border-t-blue-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
  }

  .xl\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
  }

  .xl\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
  }

  .xl\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
  }

  .xl\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
  }

  .xl\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
  }

  .xl\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
  }

  .xl\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
  }

  .xl\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
  }

  .xl\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
  }

  .xl\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
  }

  .xl\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
  }

  .xl\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
  }

  .xl\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
  }

  .xl\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
  }

  .xl\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
  }

  .xl\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
  }

  .xl\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
  }

  .xl\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
  }

  .xl\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
  }

  .xl\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
  }

  .xl\:border-t-blue-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
  }

  .xl\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
  }

  .xl\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
  }

  .xl\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
  }

  .xl\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
  }

  .xl\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
  }

  .xl\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
  }

  .xl\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
  }

  .xl\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
  }

  .xl\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
  }

  .xl\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
  }

  .xl\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
  }

  .xl\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
  }

  .xl\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
  }

  .xl\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
  }

  .xl\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
  }

  .xl\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
  }

  .xl\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
  }

  .xl\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
  }

  .xl\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
  }

  .xl\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
  }

  .xl\:border-t-blue-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
  }

  .xl\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
  }

  .xl\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
  }

  .xl\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
  }

  .xl\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
  }

  .xl\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
  }

  .xl\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
  }

  .xl\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
  }

  .xl\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
  }

  .xl\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
  }

  .xl\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
  }

  .xl\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
  }

  .xl\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
  }

  .xl\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
  }

  .xl\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
  }

  .xl\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
  }

  .xl\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
  }

  .xl\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
  }

  .xl\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
  }

  .xl\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
  }

  .xl\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
  }

  .xl\:border-t-blue-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
  }

  .xl\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
  }

  .xl\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
  }

  .xl\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
  }

  .xl\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
  }

  .xl\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
  }

  .xl\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
  }

  .xl\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
  }

  .xl\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
  }

  .xl\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
  }

  .xl\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
  }

  .xl\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
  }

  .xl\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
  }

  .xl\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
  }

  .xl\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
  }

  .xl\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
  }

  .xl\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
  }

  .xl\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
  }

  .xl\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
  }

  .xl\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
  }

  .xl\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
  }

  .xl\:border-t-blue-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
  }

  .xl\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
  }

  .xl\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
  }

  .xl\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
  }

  .xl\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
  }

  .xl\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
  }

  .xl\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
  }

  .xl\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
  }

  .xl\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
  }

  .xl\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
  }

  .xl\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
  }

  .xl\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
  }

  .xl\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
  }

  .xl\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
  }

  .xl\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
  }

  .xl\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
  }

  .xl\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
  }

  .xl\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
  }

  .xl\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
  }

  .xl\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
  }

  .xl\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
  }

  .xl\:border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
  }

  .xl\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
  }

  .xl\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
  }

  .xl\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
  }

  .xl\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
  }

  .xl\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
  }

  .xl\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
  }

  .xl\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
  }

  .xl\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
  }

  .xl\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
  }

  .xl\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
  }

  .xl\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
  }

  .xl\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
  }

  .xl\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
  }

  .xl\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
  }

  .xl\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
  }

  .xl\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
  }

  .xl\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
  }

  .xl\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
  }

  .xl\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
  }

  .xl\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
  }

  .xl\:border-t-blue-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
  }

  .xl\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
  }

  .xl\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
  }

  .xl\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
  }

  .xl\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
  }

  .xl\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
  }

  .xl\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
  }

  .xl\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
  }

  .xl\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
  }

  .xl\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
  }

  .xl\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
  }

  .xl\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
  }

  .xl\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
  }

  .xl\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
  }

  .xl\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
  }

  .xl\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
  }

  .xl\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
  }

  .xl\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
  }

  .xl\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
  }

  .xl\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
  }

  .xl\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
  }

  .xl\:border-t-blue-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
  }

  .xl\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
  }

  .xl\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
  }

  .xl\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
  }

  .xl\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
  }

  .xl\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
  }

  .xl\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
  }

  .xl\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
  }

  .xl\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
  }

  .xl\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
  }

  .xl\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
  }

  .xl\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
  }

  .xl\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
  }

  .xl\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
  }

  .xl\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
  }

  .xl\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
  }

  .xl\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
  }

  .xl\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
  }

  .xl\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
  }

  .xl\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
  }

  .xl\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
  }

  .xl\:border-t-blue-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
  }

  .xl\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
  }

  .xl\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
  }

  .xl\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
  }

  .xl\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
  }

  .xl\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
  }

  .xl\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
  }

  .xl\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
  }

  .xl\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
  }

  .xl\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
  }

  .xl\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
  }

  .xl\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
  }

  .xl\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
  }

  .xl\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
  }

  .xl\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
  }

  .xl\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
  }

  .xl\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
  }

  .xl\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
  }

  .xl\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
  }

  .xl\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
  }

  .xl\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
  }

  .xl\:border-t-blue-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
  }

  .xl\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
  }

  .xl\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
  }

  .xl\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
  }

  .xl\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
  }

  .xl\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
  }

  .xl\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
  }

  .xl\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
  }

  .xl\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
  }

  .xl\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
  }

  .xl\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
  }

  .xl\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
  }

  .xl\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
  }

  .xl\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
  }

  .xl\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
  }

  .xl\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
  }

  .xl\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
  }

  .xl\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
  }

  .xl\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
  }

  .xl\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
  }

  .xl\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
  }

  .xl\:border-t-border {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-border\/0 {
    border-top-color: hsl(var(--border) / 0);
  }

  .xl\:border-t-border\/10 {
    border-top-color: hsl(var(--border) / 0.1);
  }

  .xl\:border-t-border\/100 {
    border-top-color: hsl(var(--border) / 1);
  }

  .xl\:border-t-border\/15 {
    border-top-color: hsl(var(--border) / 0.15);
  }

  .xl\:border-t-border\/20 {
    border-top-color: hsl(var(--border) / 0.2);
  }

  .xl\:border-t-border\/25 {
    border-top-color: hsl(var(--border) / 0.25);
  }

  .xl\:border-t-border\/30 {
    border-top-color: hsl(var(--border) / 0.3);
  }

  .xl\:border-t-border\/35 {
    border-top-color: hsl(var(--border) / 0.35);
  }

  .xl\:border-t-border\/40 {
    border-top-color: hsl(var(--border) / 0.4);
  }

  .xl\:border-t-border\/45 {
    border-top-color: hsl(var(--border) / 0.45);
  }

  .xl\:border-t-border\/5 {
    border-top-color: hsl(var(--border) / 0.05);
  }

  .xl\:border-t-border\/50 {
    border-top-color: hsl(var(--border) / 0.5);
  }

  .xl\:border-t-border\/55 {
    border-top-color: hsl(var(--border) / 0.55);
  }

  .xl\:border-t-border\/60 {
    border-top-color: hsl(var(--border) / 0.6);
  }

  .xl\:border-t-border\/65 {
    border-top-color: hsl(var(--border) / 0.65);
  }

  .xl\:border-t-border\/70 {
    border-top-color: hsl(var(--border) / 0.7);
  }

  .xl\:border-t-border\/75 {
    border-top-color: hsl(var(--border) / 0.75);
  }

  .xl\:border-t-border\/80 {
    border-top-color: hsl(var(--border) / 0.8);
  }

  .xl\:border-t-border\/85 {
    border-top-color: hsl(var(--border) / 0.85);
  }

  .xl\:border-t-border\/90 {
    border-top-color: hsl(var(--border) / 0.9);
  }

  .xl\:border-t-border\/95 {
    border-top-color: hsl(var(--border) / 0.95);
  }

  .xl\:border-t-card {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-card-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-card-foreground\/0 {
    border-top-color: hsl(var(--card-foreground) / 0);
  }

  .xl\:border-t-card-foreground\/10 {
    border-top-color: hsl(var(--card-foreground) / 0.1);
  }

  .xl\:border-t-card-foreground\/100 {
    border-top-color: hsl(var(--card-foreground) / 1);
  }

  .xl\:border-t-card-foreground\/15 {
    border-top-color: hsl(var(--card-foreground) / 0.15);
  }

  .xl\:border-t-card-foreground\/20 {
    border-top-color: hsl(var(--card-foreground) / 0.2);
  }

  .xl\:border-t-card-foreground\/25 {
    border-top-color: hsl(var(--card-foreground) / 0.25);
  }

  .xl\:border-t-card-foreground\/30 {
    border-top-color: hsl(var(--card-foreground) / 0.3);
  }

  .xl\:border-t-card-foreground\/35 {
    border-top-color: hsl(var(--card-foreground) / 0.35);
  }

  .xl\:border-t-card-foreground\/40 {
    border-top-color: hsl(var(--card-foreground) / 0.4);
  }

  .xl\:border-t-card-foreground\/45 {
    border-top-color: hsl(var(--card-foreground) / 0.45);
  }

  .xl\:border-t-card-foreground\/5 {
    border-top-color: hsl(var(--card-foreground) / 0.05);
  }

  .xl\:border-t-card-foreground\/50 {
    border-top-color: hsl(var(--card-foreground) / 0.5);
  }

  .xl\:border-t-card-foreground\/55 {
    border-top-color: hsl(var(--card-foreground) / 0.55);
  }

  .xl\:border-t-card-foreground\/60 {
    border-top-color: hsl(var(--card-foreground) / 0.6);
  }

  .xl\:border-t-card-foreground\/65 {
    border-top-color: hsl(var(--card-foreground) / 0.65);
  }

  .xl\:border-t-card-foreground\/70 {
    border-top-color: hsl(var(--card-foreground) / 0.7);
  }

  .xl\:border-t-card-foreground\/75 {
    border-top-color: hsl(var(--card-foreground) / 0.75);
  }

  .xl\:border-t-card-foreground\/80 {
    border-top-color: hsl(var(--card-foreground) / 0.8);
  }

  .xl\:border-t-card-foreground\/85 {
    border-top-color: hsl(var(--card-foreground) / 0.85);
  }

  .xl\:border-t-card-foreground\/90 {
    border-top-color: hsl(var(--card-foreground) / 0.9);
  }

  .xl\:border-t-card-foreground\/95 {
    border-top-color: hsl(var(--card-foreground) / 0.95);
  }

  .xl\:border-t-card\/0 {
    border-top-color: hsl(var(--card) / 0);
  }

  .xl\:border-t-card\/10 {
    border-top-color: hsl(var(--card) / 0.1);
  }

  .xl\:border-t-card\/100 {
    border-top-color: hsl(var(--card) / 1);
  }

  .xl\:border-t-card\/15 {
    border-top-color: hsl(var(--card) / 0.15);
  }

  .xl\:border-t-card\/20 {
    border-top-color: hsl(var(--card) / 0.2);
  }

  .xl\:border-t-card\/25 {
    border-top-color: hsl(var(--card) / 0.25);
  }

  .xl\:border-t-card\/30 {
    border-top-color: hsl(var(--card) / 0.3);
  }

  .xl\:border-t-card\/35 {
    border-top-color: hsl(var(--card) / 0.35);
  }

  .xl\:border-t-card\/40 {
    border-top-color: hsl(var(--card) / 0.4);
  }

  .xl\:border-t-card\/45 {
    border-top-color: hsl(var(--card) / 0.45);
  }

  .xl\:border-t-card\/5 {
    border-top-color: hsl(var(--card) / 0.05);
  }

  .xl\:border-t-card\/50 {
    border-top-color: hsl(var(--card) / 0.5);
  }

  .xl\:border-t-card\/55 {
    border-top-color: hsl(var(--card) / 0.55);
  }

  .xl\:border-t-card\/60 {
    border-top-color: hsl(var(--card) / 0.6);
  }

  .xl\:border-t-card\/65 {
    border-top-color: hsl(var(--card) / 0.65);
  }

  .xl\:border-t-card\/70 {
    border-top-color: hsl(var(--card) / 0.7);
  }

  .xl\:border-t-card\/75 {
    border-top-color: hsl(var(--card) / 0.75);
  }

  .xl\:border-t-card\/80 {
    border-top-color: hsl(var(--card) / 0.8);
  }

  .xl\:border-t-card\/85 {
    border-top-color: hsl(var(--card) / 0.85);
  }

  .xl\:border-t-card\/90 {
    border-top-color: hsl(var(--card) / 0.9);
  }

  .xl\:border-t-card\/95 {
    border-top-color: hsl(var(--card) / 0.95);
  }

  .xl\:border-t-current {
    border-top-color: currentColor;
  }

  .xl\:border-t-cyan-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
  }

  .xl\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
  }

  .xl\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
  }

  .xl\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
  }

  .xl\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
  }

  .xl\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
  }

  .xl\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
  }

  .xl\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
  }

  .xl\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
  }

  .xl\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
  }

  .xl\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
  }

  .xl\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
  }

  .xl\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
  }

  .xl\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
  }

  .xl\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
  }

  .xl\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
  }

  .xl\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
  }

  .xl\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
  }

  .xl\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
  }

  .xl\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
  }

  .xl\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
  }

  .xl\:border-t-cyan-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
  }

  .xl\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
  }

  .xl\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
  }

  .xl\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
  }

  .xl\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
  }

  .xl\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
  }

  .xl\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
  }

  .xl\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
  }

  .xl\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
  }

  .xl\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
  }

  .xl\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
  }

  .xl\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
  }

  .xl\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
  }

  .xl\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
  }

  .xl\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
  }

  .xl\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
  }

  .xl\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
  }

  .xl\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
  }

  .xl\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
  }

  .xl\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
  }

  .xl\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
  }

  .xl\:border-t-cyan-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
  }

  .xl\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
  }

  .xl\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
  }

  .xl\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
  }

  .xl\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
  }

  .xl\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
  }

  .xl\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
  }

  .xl\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
  }

  .xl\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
  }

  .xl\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
  }

  .xl\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
  }

  .xl\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
  }

  .xl\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
  }

  .xl\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
  }

  .xl\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
  }

  .xl\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
  }

  .xl\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
  }

  .xl\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
  }

  .xl\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
  }

  .xl\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
  }

  .xl\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
  }

  .xl\:border-t-cyan-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
  }

  .xl\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
  }

  .xl\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
  }

  .xl\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
  }

  .xl\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
  }

  .xl\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
  }

  .xl\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
  }

  .xl\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
  }

  .xl\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
  }

  .xl\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
  }

  .xl\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
  }

  .xl\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
  }

  .xl\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
  }

  .xl\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
  }

  .xl\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
  }

  .xl\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
  }

  .xl\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
  }

  .xl\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
  }

  .xl\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
  }

  .xl\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
  }

  .xl\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
  }

  .xl\:border-t-cyan-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
  }

  .xl\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
  }

  .xl\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
  }

  .xl\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
  }

  .xl\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
  }

  .xl\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
  }

  .xl\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
  }

  .xl\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
  }

  .xl\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
  }

  .xl\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
  }

  .xl\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
  }

  .xl\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
  }

  .xl\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
  }

  .xl\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
  }

  .xl\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
  }

  .xl\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
  }

  .xl\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
  }

  .xl\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
  }

  .xl\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
  }

  .xl\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
  }

  .xl\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
  }

  .xl\:border-t-cyan-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
  }

  .xl\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
  }

  .xl\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
  }

  .xl\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
  }

  .xl\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
  }

  .xl\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
  }

  .xl\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
  }

  .xl\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
  }

  .xl\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
  }

  .xl\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
  }

  .xl\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
  }

  .xl\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
  }

  .xl\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
  }

  .xl\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
  }

  .xl\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
  }

  .xl\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
  }

  .xl\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
  }

  .xl\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
  }

  .xl\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
  }

  .xl\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
  }

  .xl\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
  }

  .xl\:border-t-cyan-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
  }

  .xl\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
  }

  .xl\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
  }

  .xl\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
  }

  .xl\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
  }

  .xl\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
  }

  .xl\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
  }

  .xl\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
  }

  .xl\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
  }

  .xl\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
  }

  .xl\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
  }

  .xl\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
  }

  .xl\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
  }

  .xl\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
  }

  .xl\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
  }

  .xl\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
  }

  .xl\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
  }

  .xl\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
  }

  .xl\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
  }

  .xl\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
  }

  .xl\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
  }

  .xl\:border-t-cyan-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
  }

  .xl\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
  }

  .xl\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
  }

  .xl\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
  }

  .xl\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
  }

  .xl\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
  }

  .xl\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
  }

  .xl\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
  }

  .xl\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
  }

  .xl\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
  }

  .xl\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
  }

  .xl\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
  }

  .xl\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
  }

  .xl\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
  }

  .xl\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
  }

  .xl\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
  }

  .xl\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
  }

  .xl\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
  }

  .xl\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
  }

  .xl\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
  }

  .xl\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
  }

  .xl\:border-t-cyan-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
  }

  .xl\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
  }

  .xl\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
  }

  .xl\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
  }

  .xl\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
  }

  .xl\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
  }

  .xl\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
  }

  .xl\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
  }

  .xl\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
  }

  .xl\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
  }

  .xl\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
  }

  .xl\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
  }

  .xl\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
  }

  .xl\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
  }

  .xl\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
  }

  .xl\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
  }

  .xl\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
  }

  .xl\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
  }

  .xl\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
  }

  .xl\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
  }

  .xl\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
  }

  .xl\:border-t-cyan-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
  }

  .xl\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
  }

  .xl\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
  }

  .xl\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
  }

  .xl\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
  }

  .xl\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
  }

  .xl\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
  }

  .xl\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
  }

  .xl\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
  }

  .xl\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
  }

  .xl\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
  }

  .xl\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
  }

  .xl\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
  }

  .xl\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
  }

  .xl\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
  }

  .xl\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
  }

  .xl\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
  }

  .xl\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
  }

  .xl\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
  }

  .xl\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
  }

  .xl\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
  }

  .xl\:border-t-cyan-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
  }

  .xl\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
  }

  .xl\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
  }

  .xl\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
  }

  .xl\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
  }

  .xl\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
  }

  .xl\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
  }

  .xl\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
  }

  .xl\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
  }

  .xl\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
  }

  .xl\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
  }

  .xl\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
  }

  .xl\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
  }

  .xl\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
  }

  .xl\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
  }

  .xl\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
  }

  .xl\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
  }

  .xl\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
  }

  .xl\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
  }

  .xl\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
  }

  .xl\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
  }

  .xl\:border-t-destructive {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-destructive-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-destructive-foreground\/0 {
    border-top-color: hsl(var(--destructive-foreground) / 0);
  }

  .xl\:border-t-destructive-foreground\/10 {
    border-top-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .xl\:border-t-destructive-foreground\/100 {
    border-top-color: hsl(var(--destructive-foreground) / 1);
  }

  .xl\:border-t-destructive-foreground\/15 {
    border-top-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .xl\:border-t-destructive-foreground\/20 {
    border-top-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .xl\:border-t-destructive-foreground\/25 {
    border-top-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .xl\:border-t-destructive-foreground\/30 {
    border-top-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .xl\:border-t-destructive-foreground\/35 {
    border-top-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .xl\:border-t-destructive-foreground\/40 {
    border-top-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .xl\:border-t-destructive-foreground\/45 {
    border-top-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .xl\:border-t-destructive-foreground\/5 {
    border-top-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .xl\:border-t-destructive-foreground\/50 {
    border-top-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .xl\:border-t-destructive-foreground\/55 {
    border-top-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .xl\:border-t-destructive-foreground\/60 {
    border-top-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .xl\:border-t-destructive-foreground\/65 {
    border-top-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .xl\:border-t-destructive-foreground\/70 {
    border-top-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .xl\:border-t-destructive-foreground\/75 {
    border-top-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .xl\:border-t-destructive-foreground\/80 {
    border-top-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .xl\:border-t-destructive-foreground\/85 {
    border-top-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .xl\:border-t-destructive-foreground\/90 {
    border-top-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .xl\:border-t-destructive-foreground\/95 {
    border-top-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .xl\:border-t-destructive\/0 {
    border-top-color: hsl(var(--destructive) / 0);
  }

  .xl\:border-t-destructive\/10 {
    border-top-color: hsl(var(--destructive) / 0.1);
  }

  .xl\:border-t-destructive\/100 {
    border-top-color: hsl(var(--destructive) / 1);
  }

  .xl\:border-t-destructive\/15 {
    border-top-color: hsl(var(--destructive) / 0.15);
  }

  .xl\:border-t-destructive\/20 {
    border-top-color: hsl(var(--destructive) / 0.2);
  }

  .xl\:border-t-destructive\/25 {
    border-top-color: hsl(var(--destructive) / 0.25);
  }

  .xl\:border-t-destructive\/30 {
    border-top-color: hsl(var(--destructive) / 0.3);
  }

  .xl\:border-t-destructive\/35 {
    border-top-color: hsl(var(--destructive) / 0.35);
  }

  .xl\:border-t-destructive\/40 {
    border-top-color: hsl(var(--destructive) / 0.4);
  }

  .xl\:border-t-destructive\/45 {
    border-top-color: hsl(var(--destructive) / 0.45);
  }

  .xl\:border-t-destructive\/5 {
    border-top-color: hsl(var(--destructive) / 0.05);
  }

  .xl\:border-t-destructive\/50 {
    border-top-color: hsl(var(--destructive) / 0.5);
  }

  .xl\:border-t-destructive\/55 {
    border-top-color: hsl(var(--destructive) / 0.55);
  }

  .xl\:border-t-destructive\/60 {
    border-top-color: hsl(var(--destructive) / 0.6);
  }

  .xl\:border-t-destructive\/65 {
    border-top-color: hsl(var(--destructive) / 0.65);
  }

  .xl\:border-t-destructive\/70 {
    border-top-color: hsl(var(--destructive) / 0.7);
  }

  .xl\:border-t-destructive\/75 {
    border-top-color: hsl(var(--destructive) / 0.75);
  }

  .xl\:border-t-destructive\/80 {
    border-top-color: hsl(var(--destructive) / 0.8);
  }

  .xl\:border-t-destructive\/85 {
    border-top-color: hsl(var(--destructive) / 0.85);
  }

  .xl\:border-t-destructive\/90 {
    border-top-color: hsl(var(--destructive) / 0.9);
  }

  .xl\:border-t-destructive\/95 {
    border-top-color: hsl(var(--destructive) / 0.95);
  }

  .xl\:border-t-emerald-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
  }

  .xl\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
  }

  .xl\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
  }

  .xl\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
  }

  .xl\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
  }

  .xl\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
  }

  .xl\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
  }

  .xl\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
  }

  .xl\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
  }

  .xl\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
  }

  .xl\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
  }

  .xl\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
  }

  .xl\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
  }

  .xl\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
  }

  .xl\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
  }

  .xl\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
  }

  .xl\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
  }

  .xl\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
  }

  .xl\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
  }

  .xl\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
  }

  .xl\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
  }

  .xl\:border-t-emerald-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
  }

  .xl\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
  }

  .xl\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
  }

  .xl\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
  }

  .xl\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
  }

  .xl\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
  }

  .xl\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
  }

  .xl\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
  }

  .xl\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
  }

  .xl\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
  }

  .xl\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
  }

  .xl\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
  }

  .xl\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
  }

  .xl\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
  }

  .xl\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
  }

  .xl\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
  }

  .xl\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
  }

  .xl\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
  }

  .xl\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
  }

  .xl\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
  }

  .xl\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
  }

  .xl\:border-t-emerald-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
  }

  .xl\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
  }

  .xl\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
  }

  .xl\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
  }

  .xl\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
  }

  .xl\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
  }

  .xl\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
  }

  .xl\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
  }

  .xl\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
  }

  .xl\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
  }

  .xl\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
  }

  .xl\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
  }

  .xl\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
  }

  .xl\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
  }

  .xl\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
  }

  .xl\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
  }

  .xl\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
  }

  .xl\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
  }

  .xl\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
  }

  .xl\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
  }

  .xl\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
  }

  .xl\:border-t-emerald-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
  }

  .xl\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
  }

  .xl\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
  }

  .xl\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
  }

  .xl\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
  }

  .xl\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
  }

  .xl\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
  }

  .xl\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
  }

  .xl\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
  }

  .xl\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
  }

  .xl\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
  }

  .xl\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
  }

  .xl\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
  }

  .xl\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
  }

  .xl\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
  }

  .xl\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
  }

  .xl\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
  }

  .xl\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
  }

  .xl\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
  }

  .xl\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
  }

  .xl\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
  }

  .xl\:border-t-emerald-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
  }

  .xl\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
  }

  .xl\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
  }

  .xl\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
  }

  .xl\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
  }

  .xl\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
  }

  .xl\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
  }

  .xl\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
  }

  .xl\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
  }

  .xl\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
  }

  .xl\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
  }

  .xl\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
  }

  .xl\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
  }

  .xl\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
  }

  .xl\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
  }

  .xl\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
  }

  .xl\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
  }

  .xl\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
  }

  .xl\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
  }

  .xl\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
  }

  .xl\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
  }

  .xl\:border-t-emerald-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
  }

  .xl\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
  }

  .xl\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
  }

  .xl\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
  }

  .xl\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
  }

  .xl\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
  }

  .xl\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
  }

  .xl\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
  }

  .xl\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
  }

  .xl\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
  }

  .xl\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
  }

  .xl\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
  }

  .xl\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
  }

  .xl\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
  }

  .xl\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
  }

  .xl\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
  }

  .xl\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
  }

  .xl\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
  }

  .xl\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
  }

  .xl\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
  }

  .xl\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
  }

  .xl\:border-t-emerald-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
  }

  .xl\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
  }

  .xl\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
  }

  .xl\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
  }

  .xl\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
  }

  .xl\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
  }

  .xl\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
  }

  .xl\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
  }

  .xl\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
  }

  .xl\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
  }

  .xl\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
  }

  .xl\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
  }

  .xl\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
  }

  .xl\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
  }

  .xl\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
  }

  .xl\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
  }

  .xl\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
  }

  .xl\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
  }

  .xl\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
  }

  .xl\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
  }

  .xl\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
  }

  .xl\:border-t-emerald-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
  }

  .xl\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
  }

  .xl\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
  }

  .xl\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
  }

  .xl\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
  }

  .xl\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
  }

  .xl\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
  }

  .xl\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
  }

  .xl\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
  }

  .xl\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
  }

  .xl\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
  }

  .xl\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
  }

  .xl\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
  }

  .xl\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
  }

  .xl\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
  }

  .xl\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
  }

  .xl\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
  }

  .xl\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
  }

  .xl\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
  }

  .xl\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
  }

  .xl\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
  }

  .xl\:border-t-emerald-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
  }

  .xl\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
  }

  .xl\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
  }

  .xl\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
  }

  .xl\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
  }

  .xl\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
  }

  .xl\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
  }

  .xl\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
  }

  .xl\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
  }

  .xl\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
  }

  .xl\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
  }

  .xl\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
  }

  .xl\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
  }

  .xl\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
  }

  .xl\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
  }

  .xl\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
  }

  .xl\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
  }

  .xl\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
  }

  .xl\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
  }

  .xl\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
  }

  .xl\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
  }

  .xl\:border-t-emerald-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
  }

  .xl\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
  }

  .xl\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
  }

  .xl\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
  }

  .xl\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
  }

  .xl\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
  }

  .xl\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
  }

  .xl\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
  }

  .xl\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
  }

  .xl\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
  }

  .xl\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
  }

  .xl\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
  }

  .xl\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
  }

  .xl\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
  }

  .xl\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
  }

  .xl\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
  }

  .xl\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
  }

  .xl\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
  }

  .xl\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
  }

  .xl\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
  }

  .xl\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
  }

  .xl\:border-t-emerald-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
  }

  .xl\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
  }

  .xl\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
  }

  .xl\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
  }

  .xl\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
  }

  .xl\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
  }

  .xl\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
  }

  .xl\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
  }

  .xl\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
  }

  .xl\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
  }

  .xl\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
  }

  .xl\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
  }

  .xl\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
  }

  .xl\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
  }

  .xl\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
  }

  .xl\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
  }

  .xl\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
  }

  .xl\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
  }

  .xl\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
  }

  .xl\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
  }

  .xl\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
  }

  .xl\:border-t-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-foreground\/0 {
    border-top-color: hsl(var(--foreground) / 0);
  }

  .xl\:border-t-foreground\/10 {
    border-top-color: hsl(var(--foreground) / 0.1);
  }

  .xl\:border-t-foreground\/100 {
    border-top-color: hsl(var(--foreground) / 1);
  }

  .xl\:border-t-foreground\/15 {
    border-top-color: hsl(var(--foreground) / 0.15);
  }

  .xl\:border-t-foreground\/20 {
    border-top-color: hsl(var(--foreground) / 0.2);
  }

  .xl\:border-t-foreground\/25 {
    border-top-color: hsl(var(--foreground) / 0.25);
  }

  .xl\:border-t-foreground\/30 {
    border-top-color: hsl(var(--foreground) / 0.3);
  }

  .xl\:border-t-foreground\/35 {
    border-top-color: hsl(var(--foreground) / 0.35);
  }

  .xl\:border-t-foreground\/40 {
    border-top-color: hsl(var(--foreground) / 0.4);
  }

  .xl\:border-t-foreground\/45 {
    border-top-color: hsl(var(--foreground) / 0.45);
  }

  .xl\:border-t-foreground\/5 {
    border-top-color: hsl(var(--foreground) / 0.05);
  }

  .xl\:border-t-foreground\/50 {
    border-top-color: hsl(var(--foreground) / 0.5);
  }

  .xl\:border-t-foreground\/55 {
    border-top-color: hsl(var(--foreground) / 0.55);
  }

  .xl\:border-t-foreground\/60 {
    border-top-color: hsl(var(--foreground) / 0.6);
  }

  .xl\:border-t-foreground\/65 {
    border-top-color: hsl(var(--foreground) / 0.65);
  }

  .xl\:border-t-foreground\/70 {
    border-top-color: hsl(var(--foreground) / 0.7);
  }

  .xl\:border-t-foreground\/75 {
    border-top-color: hsl(var(--foreground) / 0.75);
  }

  .xl\:border-t-foreground\/80 {
    border-top-color: hsl(var(--foreground) / 0.8);
  }

  .xl\:border-t-foreground\/85 {
    border-top-color: hsl(var(--foreground) / 0.85);
  }

  .xl\:border-t-foreground\/90 {
    border-top-color: hsl(var(--foreground) / 0.9);
  }

  .xl\:border-t-foreground\/95 {
    border-top-color: hsl(var(--foreground) / 0.95);
  }

  .xl\:border-t-fuchsia-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
  }

  .xl\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
  }

  .xl\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
  }

  .xl\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
  }

  .xl\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
  }

  .xl\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
  }

  .xl\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
  }

  .xl\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
  }

  .xl\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
  }

  .xl\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
  }

  .xl\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
  }

  .xl\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
  }

  .xl\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
  }

  .xl\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
  }

  .xl\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
  }

  .xl\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
  }

  .xl\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
  }

  .xl\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
  }

  .xl\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
  }

  .xl\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
  }

  .xl\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
  }

  .xl\:border-t-fuchsia-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
  }

  .xl\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
  }

  .xl\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
  }

  .xl\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
  }

  .xl\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
  }

  .xl\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
  }

  .xl\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
  }

  .xl\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
  }

  .xl\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
  }

  .xl\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
  }

  .xl\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
  }

  .xl\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
  }

  .xl\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
  }

  .xl\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
  }

  .xl\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
  }

  .xl\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
  }

  .xl\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
  }

  .xl\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
  }

  .xl\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
  }

  .xl\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
  }

  .xl\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
  }

  .xl\:border-t-fuchsia-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
  }

  .xl\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
  }

  .xl\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
  }

  .xl\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
  }

  .xl\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
  }

  .xl\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
  }

  .xl\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
  }

  .xl\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
  }

  .xl\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
  }

  .xl\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
  }

  .xl\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
  }

  .xl\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
  }

  .xl\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
  }

  .xl\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
  }

  .xl\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
  }

  .xl\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
  }

  .xl\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
  }

  .xl\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
  }

  .xl\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
  }

  .xl\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
  }

  .xl\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
  }

  .xl\:border-t-fuchsia-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
  }

  .xl\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
  }

  .xl\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
  }

  .xl\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
  }

  .xl\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
  }

  .xl\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
  }

  .xl\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
  }

  .xl\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
  }

  .xl\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
  }

  .xl\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
  }

  .xl\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
  }

  .xl\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
  }

  .xl\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
  }

  .xl\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
  }

  .xl\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
  }

  .xl\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
  }

  .xl\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
  }

  .xl\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
  }

  .xl\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
  }

  .xl\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
  }

  .xl\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
  }

  .xl\:border-t-fuchsia-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
  }

  .xl\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
  }

  .xl\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
  }

  .xl\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
  }

  .xl\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
  }

  .xl\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
  }

  .xl\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
  }

  .xl\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
  }

  .xl\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
  }

  .xl\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
  }

  .xl\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
  }

  .xl\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
  }

  .xl\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
  }

  .xl\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
  }

  .xl\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
  }

  .xl\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
  }

  .xl\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
  }

  .xl\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
  }

  .xl\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
  }

  .xl\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
  }

  .xl\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
  }

  .xl\:border-t-fuchsia-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
  }

  .xl\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
  }

  .xl\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
  }

  .xl\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
  }

  .xl\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
  }

  .xl\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
  }

  .xl\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
  }

  .xl\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
  }

  .xl\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
  }

  .xl\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
  }

  .xl\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
  }

  .xl\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
  }

  .xl\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
  }

  .xl\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
  }

  .xl\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
  }

  .xl\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
  }

  .xl\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
  }

  .xl\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
  }

  .xl\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
  }

  .xl\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
  }

  .xl\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
  }

  .xl\:border-t-fuchsia-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
  }

  .xl\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
  }

  .xl\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
  }

  .xl\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
  }

  .xl\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
  }

  .xl\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
  }

  .xl\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
  }

  .xl\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
  }

  .xl\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
  }

  .xl\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
  }

  .xl\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
  }

  .xl\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
  }

  .xl\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
  }

  .xl\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
  }

  .xl\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
  }

  .xl\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
  }

  .xl\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
  }

  .xl\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
  }

  .xl\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
  }

  .xl\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
  }

  .xl\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
  }

  .xl\:border-t-fuchsia-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
  }

  .xl\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
  }

  .xl\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
  }

  .xl\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
  }

  .xl\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
  }

  .xl\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
  }

  .xl\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
  }

  .xl\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
  }

  .xl\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
  }

  .xl\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
  }

  .xl\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
  }

  .xl\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
  }

  .xl\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
  }

  .xl\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
  }

  .xl\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
  }

  .xl\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
  }

  .xl\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
  }

  .xl\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
  }

  .xl\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
  }

  .xl\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
  }

  .xl\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
  }

  .xl\:border-t-fuchsia-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
  }

  .xl\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
  }

  .xl\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
  }

  .xl\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
  }

  .xl\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
  }

  .xl\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
  }

  .xl\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
  }

  .xl\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
  }

  .xl\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
  }

  .xl\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
  }

  .xl\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
  }

  .xl\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
  }

  .xl\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
  }

  .xl\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
  }

  .xl\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
  }

  .xl\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
  }

  .xl\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
  }

  .xl\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
  }

  .xl\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
  }

  .xl\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
  }

  .xl\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
  }

  .xl\:border-t-fuchsia-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
  }

  .xl\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
  }

  .xl\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
  }

  .xl\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
  }

  .xl\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
  }

  .xl\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
  }

  .xl\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
  }

  .xl\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
  }

  .xl\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
  }

  .xl\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
  }

  .xl\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
  }

  .xl\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
  }

  .xl\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
  }

  .xl\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
  }

  .xl\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
  }

  .xl\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
  }

  .xl\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
  }

  .xl\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
  }

  .xl\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
  }

  .xl\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
  }

  .xl\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
  }

  .xl\:border-t-fuchsia-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
  }

  .xl\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
  }

  .xl\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
  }

  .xl\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
  }

  .xl\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
  }

  .xl\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
  }

  .xl\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
  }

  .xl\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
  }

  .xl\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
  }

  .xl\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
  }

  .xl\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
  }

  .xl\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
  }

  .xl\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
  }

  .xl\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
  }

  .xl\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
  }

  .xl\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
  }

  .xl\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
  }

  .xl\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
  }

  .xl\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
  }

  .xl\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
  }

  .xl\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
  }

  .xl\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
  }

  .xl\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
  }

  .xl\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
  }

  .xl\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
  }

  .xl\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
  }

  .xl\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
  }

  .xl\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
  }

  .xl\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
  }

  .xl\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
  }

  .xl\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
  }

  .xl\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
  }

  .xl\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
  }

  .xl\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
  }

  .xl\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
  }

  .xl\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
  }

  .xl\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
  }

  .xl\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
  }

  .xl\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
  }

  .xl\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
  }

  .xl\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
  }

  .xl\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
  }

  .xl\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
  }

  .xl\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
  }

  .xl\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
  }

  .xl\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
  }

  .xl\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
  }

  .xl\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
  }

  .xl\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
  }

  .xl\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
  }

  .xl\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
  }

  .xl\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
  }

  .xl\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
  }

  .xl\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
  }

  .xl\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
  }

  .xl\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
  }

  .xl\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
  }

  .xl\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
  }

  .xl\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
  }

  .xl\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
  }

  .xl\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
  }

  .xl\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
  }

  .xl\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
  }

  .xl\:border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
  }

  .xl\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
  }

  .xl\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
  }

  .xl\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
  }

  .xl\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
  }

  .xl\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
  }

  .xl\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
  }

  .xl\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
  }

  .xl\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
  }

  .xl\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
  }

  .xl\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
  }

  .xl\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
  }

  .xl\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
  }

  .xl\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
  }

  .xl\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
  }

  .xl\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
  }

  .xl\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
  }

  .xl\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
  }

  .xl\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
  }

  .xl\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
  }

  .xl\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
  }

  .xl\:border-t-gray-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
  }

  .xl\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
  }

  .xl\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
  }

  .xl\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
  }

  .xl\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
  }

  .xl\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25);
  }

  .xl\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
  }

  .xl\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
  }

  .xl\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
  }

  .xl\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
  }

  .xl\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
  }

  .xl\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
  }

  .xl\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
  }

  .xl\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
  }

  .xl\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
  }

  .xl\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
  }

  .xl\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
  }

  .xl\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
  }

  .xl\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
  }

  .xl\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
  }

  .xl\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
  }

  .xl\:border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
  }

  .xl\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
  }

  .xl\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
  }

  .xl\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
  }

  .xl\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
  }

  .xl\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
  }

  .xl\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
  }

  .xl\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
  }

  .xl\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
  }

  .xl\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
  }

  .xl\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
  }

  .xl\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
  }

  .xl\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
  }

  .xl\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
  }

  .xl\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
  }

  .xl\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
  }

  .xl\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
  }

  .xl\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
  }

  .xl\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
  }

  .xl\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
  }

  .xl\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
  }

  .xl\:border-t-gray-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
  }

  .xl\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
  }

  .xl\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
  }

  .xl\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
  }

  .xl\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
  }

  .xl\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
  }

  .xl\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
  }

  .xl\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
  }

  .xl\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
  }

  .xl\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
  }

  .xl\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
  }

  .xl\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
  }

  .xl\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
  }

  .xl\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
  }

  .xl\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
  }

  .xl\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
  }

  .xl\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
  }

  .xl\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
  }

  .xl\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
  }

  .xl\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
  }

  .xl\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
  }

  .xl\:border-t-gray-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
  }

  .xl\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
  }

  .xl\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
  }

  .xl\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
  }

  .xl\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
  }

  .xl\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
  }

  .xl\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
  }

  .xl\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
  }

  .xl\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
  }

  .xl\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
  }

  .xl\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
  }

  .xl\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
  }

  .xl\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
  }

  .xl\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
  }

  .xl\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
  }

  .xl\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
  }

  .xl\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
  }

  .xl\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
  }

  .xl\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
  }

  .xl\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
  }

  .xl\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
  }

  .xl\:border-t-gray-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
  }

  .xl\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
  }

  .xl\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
  }

  .xl\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
  }

  .xl\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
  }

  .xl\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
  }

  .xl\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
  }

  .xl\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
  }

  .xl\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
  }

  .xl\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
  }

  .xl\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
  }

  .xl\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
  }

  .xl\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
  }

  .xl\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
  }

  .xl\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
  }

  .xl\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
  }

  .xl\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
  }

  .xl\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
  }

  .xl\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
  }

  .xl\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
  }

  .xl\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
  }

  .xl\:border-t-gray-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
  }

  .xl\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
  }

  .xl\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
  }

  .xl\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
  }

  .xl\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
  }

  .xl\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
  }

  .xl\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
  }

  .xl\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
  }

  .xl\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
  }

  .xl\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
  }

  .xl\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
  }

  .xl\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
  }

  .xl\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
  }

  .xl\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
  }

  .xl\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
  }

  .xl\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
  }

  .xl\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
  }

  .xl\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
  }

  .xl\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
  }

  .xl\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
  }

  .xl\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
  }

  .xl\:border-t-gray-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
  }

  .xl\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
  }

  .xl\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
  }

  .xl\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
  }

  .xl\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
  }

  .xl\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
  }

  .xl\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
  }

  .xl\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
  }

  .xl\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
  }

  .xl\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
  }

  .xl\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
  }

  .xl\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
  }

  .xl\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
  }

  .xl\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
  }

  .xl\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
  }

  .xl\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
  }

  .xl\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
  }

  .xl\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
  }

  .xl\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
  }

  .xl\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
  }

  .xl\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
  }

  .xl\:border-t-gray-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
  }

  .xl\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
  }

  .xl\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
  }

  .xl\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
  }

  .xl\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
  }

  .xl\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
  }

  .xl\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
  }

  .xl\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
  }

  .xl\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
  }

  .xl\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
  }

  .xl\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
  }

  .xl\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
  }

  .xl\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
  }

  .xl\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
  }

  .xl\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
  }

  .xl\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
  }

  .xl\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
  }

  .xl\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
  }

  .xl\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
  }

  .xl\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
  }

  .xl\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
  }

  .xl\:border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
  }

  .xl\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
  }

  .xl\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
  }

  .xl\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
  }

  .xl\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
  }

  .xl\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
  }

  .xl\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
  }

  .xl\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
  }

  .xl\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
  }

  .xl\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
  }

  .xl\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
  }

  .xl\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
  }

  .xl\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
  }

  .xl\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
  }

  .xl\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
  }

  .xl\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
  }

  .xl\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
  }

  .xl\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
  }

  .xl\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
  }

  .xl\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
  }

  .xl\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
  }

  .xl\:border-t-green-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
  }

  .xl\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
  }

  .xl\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
  }

  .xl\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
  }

  .xl\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
  }

  .xl\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
  }

  .xl\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
  }

  .xl\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
  }

  .xl\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
  }

  .xl\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
  }

  .xl\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
  }

  .xl\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
  }

  .xl\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
  }

  .xl\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
  }

  .xl\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
  }

  .xl\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
  }

  .xl\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
  }

  .xl\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
  }

  .xl\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
  }

  .xl\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
  }

  .xl\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
  }

  .xl\:border-t-green-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
  }

  .xl\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
  }

  .xl\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
  }

  .xl\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
  }

  .xl\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
  }

  .xl\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
  }

  .xl\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
  }

  .xl\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
  }

  .xl\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
  }

  .xl\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
  }

  .xl\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
  }

  .xl\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
  }

  .xl\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
  }

  .xl\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
  }

  .xl\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
  }

  .xl\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
  }

  .xl\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
  }

  .xl\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
  }

  .xl\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
  }

  .xl\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
  }

  .xl\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
  }

  .xl\:border-t-green-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
  }

  .xl\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
  }

  .xl\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
  }

  .xl\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
  }

  .xl\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
  }

  .xl\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
  }

  .xl\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
  }

  .xl\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
  }

  .xl\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
  }

  .xl\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
  }

  .xl\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
  }

  .xl\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
  }

  .xl\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
  }

  .xl\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
  }

  .xl\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
  }

  .xl\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
  }

  .xl\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
  }

  .xl\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
  }

  .xl\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
  }

  .xl\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
  }

  .xl\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
  }

  .xl\:border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
  }

  .xl\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
  }

  .xl\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
  }

  .xl\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
  }

  .xl\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
  }

  .xl\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
  }

  .xl\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
  }

  .xl\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
  }

  .xl\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
  }

  .xl\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
  }

  .xl\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
  }

  .xl\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
  }

  .xl\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
  }

  .xl\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
  }

  .xl\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
  }

  .xl\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
  }

  .xl\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
  }

  .xl\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
  }

  .xl\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
  }

  .xl\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
  }

  .xl\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
  }

  .xl\:border-t-green-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
  }

  .xl\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
  }

  .xl\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
  }

  .xl\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
  }

  .xl\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
  }

  .xl\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
  }

  .xl\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
  }

  .xl\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
  }

  .xl\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
  }

  .xl\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
  }

  .xl\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
  }

  .xl\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
  }

  .xl\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
  }

  .xl\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
  }

  .xl\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
  }

  .xl\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
  }

  .xl\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
  }

  .xl\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
  }

  .xl\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
  }

  .xl\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
  }

  .xl\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
  }

  .xl\:border-t-green-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
  }

  .xl\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
  }

  .xl\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
  }

  .xl\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
  }

  .xl\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
  }

  .xl\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
  }

  .xl\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
  }

  .xl\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
  }

  .xl\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
  }

  .xl\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
  }

  .xl\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
  }

  .xl\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
  }

  .xl\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
  }

  .xl\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
  }

  .xl\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
  }

  .xl\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
  }

  .xl\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
  }

  .xl\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
  }

  .xl\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
  }

  .xl\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
  }

  .xl\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
  }

  .xl\:border-t-green-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
  }

  .xl\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
  }

  .xl\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
  }

  .xl\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
  }

  .xl\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
  }

  .xl\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
  }

  .xl\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
  }

  .xl\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
  }

  .xl\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
  }

  .xl\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
  }

  .xl\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
  }

  .xl\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
  }

  .xl\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
  }

  .xl\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
  }

  .xl\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
  }

  .xl\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
  }

  .xl\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
  }

  .xl\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
  }

  .xl\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
  }

  .xl\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
  }

  .xl\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
  }

  .xl\:border-t-green-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
  }

  .xl\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
  }

  .xl\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
  }

  .xl\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
  }

  .xl\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
  }

  .xl\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
  }

  .xl\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
  }

  .xl\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
  }

  .xl\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
  }

  .xl\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
  }

  .xl\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
  }

  .xl\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
  }

  .xl\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
  }

  .xl\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
  }

  .xl\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
  }

  .xl\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
  }

  .xl\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
  }

  .xl\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
  }

  .xl\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
  }

  .xl\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
  }

  .xl\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
  }

  .xl\:border-t-green-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
  }

  .xl\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
  }

  .xl\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
  }

  .xl\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
  }

  .xl\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
  }

  .xl\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
  }

  .xl\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
  }

  .xl\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
  }

  .xl\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
  }

  .xl\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
  }

  .xl\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
  }

  .xl\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
  }

  .xl\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
  }

  .xl\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
  }

  .xl\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
  }

  .xl\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
  }

  .xl\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
  }

  .xl\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
  }

  .xl\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
  }

  .xl\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
  }

  .xl\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
  }

  .xl\:border-t-green-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
  }

  .xl\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
  }

  .xl\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
  }

  .xl\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
  }

  .xl\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
  }

  .xl\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
  }

  .xl\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
  }

  .xl\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
  }

  .xl\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
  }

  .xl\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
  }

  .xl\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
  }

  .xl\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
  }

  .xl\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
  }

  .xl\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
  }

  .xl\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
  }

  .xl\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
  }

  .xl\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
  }

  .xl\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
  }

  .xl\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
  }

  .xl\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
  }

  .xl\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
  }

  .xl\:border-t-indigo-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
  }

  .xl\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
  }

  .xl\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
  }

  .xl\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
  }

  .xl\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
  }

  .xl\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
  }

  .xl\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
  }

  .xl\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
  }

  .xl\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
  }

  .xl\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
  }

  .xl\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
  }

  .xl\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
  }

  .xl\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
  }

  .xl\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
  }

  .xl\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
  }

  .xl\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
  }

  .xl\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
  }

  .xl\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
  }

  .xl\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
  }

  .xl\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
  }

  .xl\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
  }

  .xl\:border-t-indigo-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
  }

  .xl\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
  }

  .xl\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
  }

  .xl\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
  }

  .xl\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
  }

  .xl\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
  }

  .xl\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
  }

  .xl\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
  }

  .xl\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
  }

  .xl\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
  }

  .xl\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
  }

  .xl\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
  }

  .xl\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
  }

  .xl\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
  }

  .xl\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
  }

  .xl\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
  }

  .xl\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
  }

  .xl\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
  }

  .xl\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
  }

  .xl\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
  }

  .xl\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
  }

  .xl\:border-t-indigo-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
  }

  .xl\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
  }

  .xl\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
  }

  .xl\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
  }

  .xl\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
  }

  .xl\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
  }

  .xl\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
  }

  .xl\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
  }

  .xl\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
  }

  .xl\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
  }

  .xl\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
  }

  .xl\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
  }

  .xl\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
  }

  .xl\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
  }

  .xl\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
  }

  .xl\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
  }

  .xl\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
  }

  .xl\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
  }

  .xl\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
  }

  .xl\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
  }

  .xl\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
  }

  .xl\:border-t-indigo-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
  }

  .xl\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
  }

  .xl\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
  }

  .xl\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
  }

  .xl\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
  }

  .xl\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
  }

  .xl\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
  }

  .xl\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
  }

  .xl\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
  }

  .xl\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
  }

  .xl\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
  }

  .xl\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
  }

  .xl\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
  }

  .xl\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
  }

  .xl\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
  }

  .xl\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
  }

  .xl\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
  }

  .xl\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
  }

  .xl\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
  }

  .xl\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
  }

  .xl\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
  }

  .xl\:border-t-indigo-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
  }

  .xl\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
  }

  .xl\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
  }

  .xl\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
  }

  .xl\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
  }

  .xl\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
  }

  .xl\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
  }

  .xl\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
  }

  .xl\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
  }

  .xl\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
  }

  .xl\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
  }

  .xl\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
  }

  .xl\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
  }

  .xl\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
  }

  .xl\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
  }

  .xl\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
  }

  .xl\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
  }

  .xl\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
  }

  .xl\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
  }

  .xl\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
  }

  .xl\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
  }

  .xl\:border-t-indigo-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
  }

  .xl\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
  }

  .xl\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
  }

  .xl\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
  }

  .xl\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
  }

  .xl\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
  }

  .xl\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
  }

  .xl\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
  }

  .xl\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
  }

  .xl\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
  }

  .xl\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
  }

  .xl\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
  }

  .xl\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
  }

  .xl\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
  }

  .xl\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
  }

  .xl\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
  }

  .xl\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
  }

  .xl\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
  }

  .xl\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
  }

  .xl\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
  }

  .xl\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
  }

  .xl\:border-t-indigo-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
  }

  .xl\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
  }

  .xl\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
  }

  .xl\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
  }

  .xl\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
  }

  .xl\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
  }

  .xl\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
  }

  .xl\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
  }

  .xl\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
  }

  .xl\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
  }

  .xl\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
  }

  .xl\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
  }

  .xl\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
  }

  .xl\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
  }

  .xl\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
  }

  .xl\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
  }

  .xl\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
  }

  .xl\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
  }

  .xl\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
  }

  .xl\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
  }

  .xl\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
  }

  .xl\:border-t-indigo-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
  }

  .xl\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
  }

  .xl\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
  }

  .xl\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
  }

  .xl\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
  }

  .xl\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
  }

  .xl\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
  }

  .xl\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
  }

  .xl\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
  }

  .xl\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
  }

  .xl\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
  }

  .xl\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
  }

  .xl\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
  }

  .xl\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
  }

  .xl\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
  }

  .xl\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
  }

  .xl\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
  }

  .xl\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
  }

  .xl\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
  }

  .xl\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
  }

  .xl\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
  }

  .xl\:border-t-indigo-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
  }

  .xl\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
  }

  .xl\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
  }

  .xl\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
  }

  .xl\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
  }

  .xl\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
  }

  .xl\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
  }

  .xl\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
  }

  .xl\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
  }

  .xl\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
  }

  .xl\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
  }

  .xl\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
  }

  .xl\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
  }

  .xl\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
  }

  .xl\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
  }

  .xl\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
  }

  .xl\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
  }

  .xl\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
  }

  .xl\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
  }

  .xl\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
  }

  .xl\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
  }

  .xl\:border-t-indigo-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
  }

  .xl\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
  }

  .xl\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
  }

  .xl\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
  }

  .xl\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
  }

  .xl\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
  }

  .xl\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
  }

  .xl\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
  }

  .xl\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
  }

  .xl\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
  }

  .xl\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
  }

  .xl\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
  }

  .xl\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
  }

  .xl\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
  }

  .xl\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
  }

  .xl\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
  }

  .xl\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
  }

  .xl\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
  }

  .xl\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
  }

  .xl\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
  }

  .xl\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
  }

  .xl\:border-t-indigo-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
  }

  .xl\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
  }

  .xl\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
  }

  .xl\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
  }

  .xl\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
  }

  .xl\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
  }

  .xl\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
  }

  .xl\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
  }

  .xl\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
  }

  .xl\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
  }

  .xl\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
  }

  .xl\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
  }

  .xl\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
  }

  .xl\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
  }

  .xl\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
  }

  .xl\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
  }

  .xl\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
  }

  .xl\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
  }

  .xl\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
  }

  .xl\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
  }

  .xl\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
  }

  .xl\:border-t-inherit {
    border-top-color: inherit;
  }

  .xl\:border-t-input {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-input\/0 {
    border-top-color: hsl(var(--input) / 0);
  }

  .xl\:border-t-input\/10 {
    border-top-color: hsl(var(--input) / 0.1);
  }

  .xl\:border-t-input\/100 {
    border-top-color: hsl(var(--input) / 1);
  }

  .xl\:border-t-input\/15 {
    border-top-color: hsl(var(--input) / 0.15);
  }

  .xl\:border-t-input\/20 {
    border-top-color: hsl(var(--input) / 0.2);
  }

  .xl\:border-t-input\/25 {
    border-top-color: hsl(var(--input) / 0.25);
  }

  .xl\:border-t-input\/30 {
    border-top-color: hsl(var(--input) / 0.3);
  }

  .xl\:border-t-input\/35 {
    border-top-color: hsl(var(--input) / 0.35);
  }

  .xl\:border-t-input\/40 {
    border-top-color: hsl(var(--input) / 0.4);
  }

  .xl\:border-t-input\/45 {
    border-top-color: hsl(var(--input) / 0.45);
  }

  .xl\:border-t-input\/5 {
    border-top-color: hsl(var(--input) / 0.05);
  }

  .xl\:border-t-input\/50 {
    border-top-color: hsl(var(--input) / 0.5);
  }

  .xl\:border-t-input\/55 {
    border-top-color: hsl(var(--input) / 0.55);
  }

  .xl\:border-t-input\/60 {
    border-top-color: hsl(var(--input) / 0.6);
  }

  .xl\:border-t-input\/65 {
    border-top-color: hsl(var(--input) / 0.65);
  }

  .xl\:border-t-input\/70 {
    border-top-color: hsl(var(--input) / 0.7);
  }

  .xl\:border-t-input\/75 {
    border-top-color: hsl(var(--input) / 0.75);
  }

  .xl\:border-t-input\/80 {
    border-top-color: hsl(var(--input) / 0.8);
  }

  .xl\:border-t-input\/85 {
    border-top-color: hsl(var(--input) / 0.85);
  }

  .xl\:border-t-input\/90 {
    border-top-color: hsl(var(--input) / 0.9);
  }

  .xl\:border-t-input\/95 {
    border-top-color: hsl(var(--input) / 0.95);
  }

  .xl\:border-t-lime-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
  }

  .xl\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
  }

  .xl\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
  }

  .xl\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
  }

  .xl\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
  }

  .xl\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
  }

  .xl\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
  }

  .xl\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
  }

  .xl\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
  }

  .xl\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
  }

  .xl\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
  }

  .xl\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
  }

  .xl\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
  }

  .xl\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
  }

  .xl\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
  }

  .xl\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
  }

  .xl\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
  }

  .xl\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
  }

  .xl\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
  }

  .xl\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
  }

  .xl\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
  }

  .xl\:border-t-lime-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
  }

  .xl\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
  }

  .xl\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
  }

  .xl\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
  }

  .xl\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
  }

  .xl\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
  }

  .xl\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
  }

  .xl\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
  }

  .xl\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
  }

  .xl\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
  }

  .xl\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
  }

  .xl\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
  }

  .xl\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
  }

  .xl\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
  }

  .xl\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
  }

  .xl\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
  }

  .xl\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
  }

  .xl\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
  }

  .xl\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
  }

  .xl\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
  }

  .xl\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
  }

  .xl\:border-t-lime-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
  }

  .xl\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
  }

  .xl\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
  }

  .xl\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
  }

  .xl\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
  }

  .xl\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
  }

  .xl\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
  }

  .xl\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
  }

  .xl\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
  }

  .xl\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
  }

  .xl\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
  }

  .xl\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
  }

  .xl\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
  }

  .xl\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
  }

  .xl\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
  }

  .xl\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
  }

  .xl\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
  }

  .xl\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
  }

  .xl\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
  }

  .xl\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
  }

  .xl\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
  }

  .xl\:border-t-lime-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
  }

  .xl\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
  }

  .xl\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
  }

  .xl\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
  }

  .xl\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
  }

  .xl\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
  }

  .xl\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
  }

  .xl\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
  }

  .xl\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
  }

  .xl\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
  }

  .xl\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
  }

  .xl\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
  }

  .xl\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
  }

  .xl\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
  }

  .xl\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
  }

  .xl\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
  }

  .xl\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
  }

  .xl\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
  }

  .xl\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
  }

  .xl\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
  }

  .xl\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
  }

  .xl\:border-t-lime-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
  }

  .xl\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
  }

  .xl\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
  }

  .xl\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
  }

  .xl\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
  }

  .xl\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
  }

  .xl\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
  }

  .xl\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
  }

  .xl\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
  }

  .xl\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
  }

  .xl\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
  }

  .xl\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
  }

  .xl\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
  }

  .xl\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
  }

  .xl\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
  }

  .xl\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
  }

  .xl\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
  }

  .xl\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
  }

  .xl\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
  }

  .xl\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
  }

  .xl\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
  }

  .xl\:border-t-lime-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
  }

  .xl\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
  }

  .xl\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
  }

  .xl\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
  }

  .xl\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
  }

  .xl\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
  }

  .xl\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
  }

  .xl\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
  }

  .xl\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
  }

  .xl\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
  }

  .xl\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
  }

  .xl\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
  }

  .xl\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
  }

  .xl\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
  }

  .xl\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
  }

  .xl\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
  }

  .xl\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
  }

  .xl\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
  }

  .xl\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
  }

  .xl\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
  }

  .xl\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
  }

  .xl\:border-t-lime-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
  }

  .xl\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
  }

  .xl\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
  }

  .xl\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
  }

  .xl\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
  }

  .xl\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
  }

  .xl\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
  }

  .xl\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
  }

  .xl\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
  }

  .xl\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
  }

  .xl\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
  }

  .xl\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
  }

  .xl\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
  }

  .xl\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
  }

  .xl\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
  }

  .xl\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
  }

  .xl\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
  }

  .xl\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
  }

  .xl\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
  }

  .xl\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
  }

  .xl\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
  }

  .xl\:border-t-lime-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
  }

  .xl\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
  }

  .xl\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
  }

  .xl\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
  }

  .xl\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
  }

  .xl\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
  }

  .xl\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
  }

  .xl\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
  }

  .xl\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
  }

  .xl\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
  }

  .xl\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
  }

  .xl\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
  }

  .xl\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
  }

  .xl\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
  }

  .xl\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
  }

  .xl\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
  }

  .xl\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
  }

  .xl\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
  }

  .xl\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
  }

  .xl\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
  }

  .xl\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
  }

  .xl\:border-t-lime-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
  }

  .xl\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
  }

  .xl\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
  }

  .xl\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
  }

  .xl\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
  }

  .xl\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
  }

  .xl\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
  }

  .xl\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
  }

  .xl\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
  }

  .xl\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
  }

  .xl\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
  }

  .xl\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
  }

  .xl\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
  }

  .xl\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
  }

  .xl\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
  }

  .xl\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
  }

  .xl\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
  }

  .xl\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
  }

  .xl\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
  }

  .xl\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
  }

  .xl\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
  }

  .xl\:border-t-lime-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
  }

  .xl\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
  }

  .xl\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
  }

  .xl\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
  }

  .xl\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
  }

  .xl\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
  }

  .xl\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
  }

  .xl\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
  }

  .xl\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
  }

  .xl\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
  }

  .xl\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
  }

  .xl\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
  }

  .xl\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
  }

  .xl\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
  }

  .xl\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
  }

  .xl\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
  }

  .xl\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
  }

  .xl\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
  }

  .xl\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
  }

  .xl\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
  }

  .xl\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
  }

  .xl\:border-t-lime-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
  }

  .xl\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
  }

  .xl\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
  }

  .xl\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
  }

  .xl\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
  }

  .xl\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
  }

  .xl\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
  }

  .xl\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
  }

  .xl\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
  }

  .xl\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
  }

  .xl\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
  }

  .xl\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
  }

  .xl\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
  }

  .xl\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
  }

  .xl\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
  }

  .xl\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
  }

  .xl\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
  }

  .xl\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
  }

  .xl\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
  }

  .xl\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
  }

  .xl\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
  }

  .xl\:border-t-muted {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-muted-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-muted-foreground\/0 {
    border-top-color: hsl(var(--muted-foreground) / 0);
  }

  .xl\:border-t-muted-foreground\/10 {
    border-top-color: hsl(var(--muted-foreground) / 0.1);
  }

  .xl\:border-t-muted-foreground\/100 {
    border-top-color: hsl(var(--muted-foreground) / 1);
  }

  .xl\:border-t-muted-foreground\/15 {
    border-top-color: hsl(var(--muted-foreground) / 0.15);
  }

  .xl\:border-t-muted-foreground\/20 {
    border-top-color: hsl(var(--muted-foreground) / 0.2);
  }

  .xl\:border-t-muted-foreground\/25 {
    border-top-color: hsl(var(--muted-foreground) / 0.25);
  }

  .xl\:border-t-muted-foreground\/30 {
    border-top-color: hsl(var(--muted-foreground) / 0.3);
  }

  .xl\:border-t-muted-foreground\/35 {
    border-top-color: hsl(var(--muted-foreground) / 0.35);
  }

  .xl\:border-t-muted-foreground\/40 {
    border-top-color: hsl(var(--muted-foreground) / 0.4);
  }

  .xl\:border-t-muted-foreground\/45 {
    border-top-color: hsl(var(--muted-foreground) / 0.45);
  }

  .xl\:border-t-muted-foreground\/5 {
    border-top-color: hsl(var(--muted-foreground) / 0.05);
  }

  .xl\:border-t-muted-foreground\/50 {
    border-top-color: hsl(var(--muted-foreground) / 0.5);
  }

  .xl\:border-t-muted-foreground\/55 {
    border-top-color: hsl(var(--muted-foreground) / 0.55);
  }

  .xl\:border-t-muted-foreground\/60 {
    border-top-color: hsl(var(--muted-foreground) / 0.6);
  }

  .xl\:border-t-muted-foreground\/65 {
    border-top-color: hsl(var(--muted-foreground) / 0.65);
  }

  .xl\:border-t-muted-foreground\/70 {
    border-top-color: hsl(var(--muted-foreground) / 0.7);
  }

  .xl\:border-t-muted-foreground\/75 {
    border-top-color: hsl(var(--muted-foreground) / 0.75);
  }

  .xl\:border-t-muted-foreground\/80 {
    border-top-color: hsl(var(--muted-foreground) / 0.8);
  }

  .xl\:border-t-muted-foreground\/85 {
    border-top-color: hsl(var(--muted-foreground) / 0.85);
  }

  .xl\:border-t-muted-foreground\/90 {
    border-top-color: hsl(var(--muted-foreground) / 0.9);
  }

  .xl\:border-t-muted-foreground\/95 {
    border-top-color: hsl(var(--muted-foreground) / 0.95);
  }

  .xl\:border-t-muted\/0 {
    border-top-color: hsl(var(--muted) / 0);
  }

  .xl\:border-t-muted\/10 {
    border-top-color: hsl(var(--muted) / 0.1);
  }

  .xl\:border-t-muted\/100 {
    border-top-color: hsl(var(--muted) / 1);
  }

  .xl\:border-t-muted\/15 {
    border-top-color: hsl(var(--muted) / 0.15);
  }

  .xl\:border-t-muted\/20 {
    border-top-color: hsl(var(--muted) / 0.2);
  }

  .xl\:border-t-muted\/25 {
    border-top-color: hsl(var(--muted) / 0.25);
  }

  .xl\:border-t-muted\/30 {
    border-top-color: hsl(var(--muted) / 0.3);
  }

  .xl\:border-t-muted\/35 {
    border-top-color: hsl(var(--muted) / 0.35);
  }

  .xl\:border-t-muted\/40 {
    border-top-color: hsl(var(--muted) / 0.4);
  }

  .xl\:border-t-muted\/45 {
    border-top-color: hsl(var(--muted) / 0.45);
  }

  .xl\:border-t-muted\/5 {
    border-top-color: hsl(var(--muted) / 0.05);
  }

  .xl\:border-t-muted\/50 {
    border-top-color: hsl(var(--muted) / 0.5);
  }

  .xl\:border-t-muted\/55 {
    border-top-color: hsl(var(--muted) / 0.55);
  }

  .xl\:border-t-muted\/60 {
    border-top-color: hsl(var(--muted) / 0.6);
  }

  .xl\:border-t-muted\/65 {
    border-top-color: hsl(var(--muted) / 0.65);
  }

  .xl\:border-t-muted\/70 {
    border-top-color: hsl(var(--muted) / 0.7);
  }

  .xl\:border-t-muted\/75 {
    border-top-color: hsl(var(--muted) / 0.75);
  }

  .xl\:border-t-muted\/80 {
    border-top-color: hsl(var(--muted) / 0.8);
  }

  .xl\:border-t-muted\/85 {
    border-top-color: hsl(var(--muted) / 0.85);
  }

  .xl\:border-t-muted\/90 {
    border-top-color: hsl(var(--muted) / 0.9);
  }

  .xl\:border-t-muted\/95 {
    border-top-color: hsl(var(--muted) / 0.95);
  }

  .xl\:border-t-neutral-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
  }

  .xl\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
  }

  .xl\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
  }

  .xl\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
  }

  .xl\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
  }

  .xl\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
  }

  .xl\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
  }

  .xl\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
  }

  .xl\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
  }

  .xl\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
  }

  .xl\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
  }

  .xl\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
  }

  .xl\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
  }

  .xl\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
  }

  .xl\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
  }

  .xl\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
  }

  .xl\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
  }

  .xl\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
  }

  .xl\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
  }

  .xl\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
  }

  .xl\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
  }

  .xl\:border-t-neutral-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
  }

  .xl\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
  }

  .xl\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
  }

  .xl\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
  }

  .xl\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
  }

  .xl\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
  }

  .xl\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
  }

  .xl\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
  }

  .xl\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
  }

  .xl\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
  }

  .xl\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
  }

  .xl\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
  }

  .xl\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
  }

  .xl\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
  }

  .xl\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
  }

  .xl\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
  }

  .xl\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
  }

  .xl\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
  }

  .xl\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
  }

  .xl\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
  }

  .xl\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
  }

  .xl\:border-t-neutral-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
  }

  .xl\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
  }

  .xl\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
  }

  .xl\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
  }

  .xl\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
  }

  .xl\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
  }

  .xl\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
  }

  .xl\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
  }

  .xl\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
  }

  .xl\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
  }

  .xl\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
  }

  .xl\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
  }

  .xl\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
  }

  .xl\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
  }

  .xl\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
  }

  .xl\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
  }

  .xl\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
  }

  .xl\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
  }

  .xl\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
  }

  .xl\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
  }

  .xl\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
  }

  .xl\:border-t-neutral-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
  }

  .xl\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
  }

  .xl\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
  }

  .xl\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
  }

  .xl\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
  }

  .xl\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
  }

  .xl\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
  }

  .xl\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
  }

  .xl\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
  }

  .xl\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
  }

  .xl\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
  }

  .xl\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
  }

  .xl\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
  }

  .xl\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
  }

  .xl\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
  }

  .xl\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
  }

  .xl\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
  }

  .xl\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
  }

  .xl\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
  }

  .xl\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
  }

  .xl\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
  }

  .xl\:border-t-neutral-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .xl\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .xl\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-t-neutral-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
  }

  .xl\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
  }

  .xl\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
  }

  .xl\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
  }

  .xl\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
  }

  .xl\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
  }

  .xl\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
  }

  .xl\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
  }

  .xl\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
  }

  .xl\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
  }

  .xl\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
  }

  .xl\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
  }

  .xl\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
  }

  .xl\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
  }

  .xl\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
  }

  .xl\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
  }

  .xl\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
  }

  .xl\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
  }

  .xl\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
  }

  .xl\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
  }

  .xl\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
  }

  .xl\:border-t-neutral-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
  }

  .xl\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
  }

  .xl\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
  }

  .xl\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
  }

  .xl\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
  }

  .xl\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
  }

  .xl\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
  }

  .xl\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
  }

  .xl\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
  }

  .xl\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
  }

  .xl\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
  }

  .xl\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
  }

  .xl\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
  }

  .xl\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
  }

  .xl\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
  }

  .xl\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
  }

  .xl\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
  }

  .xl\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
  }

  .xl\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
  }

  .xl\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
  }

  .xl\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
  }

  .xl\:border-t-neutral-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
  }

  .xl\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
  }

  .xl\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
  }

  .xl\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
  }

  .xl\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
  }

  .xl\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
  }

  .xl\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
  }

  .xl\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
  }

  .xl\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
  }

  .xl\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
  }

  .xl\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
  }

  .xl\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
  }

  .xl\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
  }

  .xl\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
  }

  .xl\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
  }

  .xl\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
  }

  .xl\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
  }

  .xl\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
  }

  .xl\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
  }

  .xl\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
  }

  .xl\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
  }

  .xl\:border-t-neutral-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
  }

  .xl\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
  }

  .xl\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
  }

  .xl\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
  }

  .xl\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
  }

  .xl\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
  }

  .xl\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
  }

  .xl\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
  }

  .xl\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
  }

  .xl\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
  }

  .xl\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
  }

  .xl\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
  }

  .xl\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
  }

  .xl\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
  }

  .xl\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
  }

  .xl\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
  }

  .xl\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
  }

  .xl\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
  }

  .xl\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
  }

  .xl\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
  }

  .xl\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
  }

  .xl\:border-t-neutral-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
  }

  .xl\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
  }

  .xl\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
  }

  .xl\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
  }

  .xl\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
  }

  .xl\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
  }

  .xl\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
  }

  .xl\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
  }

  .xl\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
  }

  .xl\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
  }

  .xl\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
  }

  .xl\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
  }

  .xl\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
  }

  .xl\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
  }

  .xl\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
  }

  .xl\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
  }

  .xl\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
  }

  .xl\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
  }

  .xl\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
  }

  .xl\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
  }

  .xl\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
  }

  .xl\:border-t-neutral-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
  }

  .xl\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
  }

  .xl\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
  }

  .xl\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
  }

  .xl\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
  }

  .xl\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
  }

  .xl\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
  }

  .xl\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
  }

  .xl\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
  }

  .xl\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
  }

  .xl\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
  }

  .xl\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
  }

  .xl\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
  }

  .xl\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
  }

  .xl\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
  }

  .xl\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
  }

  .xl\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
  }

  .xl\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
  }

  .xl\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
  }

  .xl\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
  }

  .xl\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
  }

  .xl\:border-t-orange-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
  }

  .xl\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
  }

  .xl\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
  }

  .xl\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
  }

  .xl\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
  }

  .xl\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
  }

  .xl\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
  }

  .xl\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
  }

  .xl\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
  }

  .xl\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
  }

  .xl\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
  }

  .xl\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
  }

  .xl\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
  }

  .xl\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
  }

  .xl\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
  }

  .xl\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
  }

  .xl\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
  }

  .xl\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
  }

  .xl\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
  }

  .xl\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
  }

  .xl\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
  }

  .xl\:border-t-orange-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
  }

  .xl\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
  }

  .xl\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
  }

  .xl\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
  }

  .xl\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
  }

  .xl\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
  }

  .xl\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
  }

  .xl\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
  }

  .xl\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
  }

  .xl\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
  }

  .xl\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
  }

  .xl\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
  }

  .xl\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
  }

  .xl\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
  }

  .xl\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
  }

  .xl\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
  }

  .xl\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
  }

  .xl\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
  }

  .xl\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
  }

  .xl\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
  }

  .xl\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
  }

  .xl\:border-t-orange-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
  }

  .xl\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
  }

  .xl\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
  }

  .xl\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
  }

  .xl\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
  }

  .xl\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
  }

  .xl\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
  }

  .xl\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
  }

  .xl\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
  }

  .xl\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
  }

  .xl\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
  }

  .xl\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
  }

  .xl\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
  }

  .xl\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
  }

  .xl\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
  }

  .xl\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
  }

  .xl\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
  }

  .xl\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
  }

  .xl\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
  }

  .xl\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
  }

  .xl\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
  }

  .xl\:border-t-orange-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
  }

  .xl\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
  }

  .xl\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
  }

  .xl\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
  }

  .xl\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
  }

  .xl\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
  }

  .xl\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
  }

  .xl\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
  }

  .xl\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
  }

  .xl\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
  }

  .xl\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
  }

  .xl\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
  }

  .xl\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
  }

  .xl\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
  }

  .xl\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
  }

  .xl\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
  }

  .xl\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
  }

  .xl\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
  }

  .xl\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
  }

  .xl\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
  }

  .xl\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
  }

  .xl\:border-t-orange-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
  }

  .xl\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
  }

  .xl\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
  }

  .xl\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
  }

  .xl\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
  }

  .xl\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
  }

  .xl\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
  }

  .xl\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
  }

  .xl\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
  }

  .xl\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
  }

  .xl\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
  }

  .xl\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
  }

  .xl\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
  }

  .xl\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
  }

  .xl\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
  }

  .xl\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
  }

  .xl\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
  }

  .xl\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
  }

  .xl\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
  }

  .xl\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
  }

  .xl\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
  }

  .xl\:border-t-orange-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
  }

  .xl\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
  }

  .xl\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
  }

  .xl\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
  }

  .xl\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
  }

  .xl\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
  }

  .xl\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
  }

  .xl\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
  }

  .xl\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
  }

  .xl\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
  }

  .xl\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
  }

  .xl\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
  }

  .xl\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
  }

  .xl\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
  }

  .xl\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
  }

  .xl\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
  }

  .xl\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
  }

  .xl\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
  }

  .xl\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
  }

  .xl\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
  }

  .xl\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
  }

  .xl\:border-t-orange-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
  }

  .xl\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
  }

  .xl\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
  }

  .xl\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
  }

  .xl\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
  }

  .xl\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
  }

  .xl\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
  }

  .xl\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
  }

  .xl\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
  }

  .xl\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
  }

  .xl\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
  }

  .xl\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
  }

  .xl\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
  }

  .xl\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
  }

  .xl\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
  }

  .xl\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
  }

  .xl\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
  }

  .xl\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
  }

  .xl\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
  }

  .xl\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
  }

  .xl\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
  }

  .xl\:border-t-orange-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
  }

  .xl\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
  }

  .xl\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
  }

  .xl\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
  }

  .xl\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
  }

  .xl\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
  }

  .xl\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
  }

  .xl\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
  }

  .xl\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
  }

  .xl\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
  }

  .xl\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
  }

  .xl\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
  }

  .xl\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
  }

  .xl\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
  }

  .xl\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
  }

  .xl\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
  }

  .xl\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
  }

  .xl\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
  }

  .xl\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
  }

  .xl\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
  }

  .xl\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
  }

  .xl\:border-t-orange-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
  }

  .xl\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
  }

  .xl\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
  }

  .xl\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
  }

  .xl\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
  }

  .xl\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
  }

  .xl\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
  }

  .xl\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
  }

  .xl\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
  }

  .xl\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
  }

  .xl\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
  }

  .xl\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
  }

  .xl\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
  }

  .xl\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
  }

  .xl\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
  }

  .xl\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
  }

  .xl\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
  }

  .xl\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
  }

  .xl\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
  }

  .xl\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
  }

  .xl\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
  }

  .xl\:border-t-orange-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
  }

  .xl\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
  }

  .xl\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
  }

  .xl\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
  }

  .xl\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
  }

  .xl\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
  }

  .xl\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
  }

  .xl\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
  }

  .xl\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
  }

  .xl\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
  }

  .xl\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
  }

  .xl\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
  }

  .xl\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
  }

  .xl\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
  }

  .xl\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
  }

  .xl\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
  }

  .xl\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
  }

  .xl\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
  }

  .xl\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
  }

  .xl\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
  }

  .xl\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
  }

  .xl\:border-t-orange-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
  }

  .xl\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
  }

  .xl\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
  }

  .xl\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
  }

  .xl\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
  }

  .xl\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
  }

  .xl\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
  }

  .xl\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
  }

  .xl\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
  }

  .xl\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
  }

  .xl\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
  }

  .xl\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
  }

  .xl\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
  }

  .xl\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
  }

  .xl\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
  }

  .xl\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
  }

  .xl\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
  }

  .xl\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
  }

  .xl\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
  }

  .xl\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
  }

  .xl\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
  }

  .xl\:border-t-pink-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
  }

  .xl\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
  }

  .xl\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
  }

  .xl\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
  }

  .xl\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
  }

  .xl\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
  }

  .xl\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
  }

  .xl\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
  }

  .xl\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
  }

  .xl\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
  }

  .xl\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
  }

  .xl\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
  }

  .xl\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
  }

  .xl\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
  }

  .xl\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
  }

  .xl\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
  }

  .xl\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
  }

  .xl\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
  }

  .xl\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
  }

  .xl\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
  }

  .xl\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
  }

  .xl\:border-t-pink-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
  }

  .xl\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
  }

  .xl\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
  }

  .xl\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
  }

  .xl\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
  }

  .xl\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
  }

  .xl\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
  }

  .xl\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
  }

  .xl\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
  }

  .xl\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
  }

  .xl\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
  }

  .xl\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
  }

  .xl\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
  }

  .xl\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
  }

  .xl\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
  }

  .xl\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
  }

  .xl\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
  }

  .xl\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
  }

  .xl\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
  }

  .xl\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
  }

  .xl\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
  }

  .xl\:border-t-pink-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
  }

  .xl\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
  }

  .xl\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
  }

  .xl\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
  }

  .xl\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
  }

  .xl\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
  }

  .xl\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
  }

  .xl\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
  }

  .xl\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
  }

  .xl\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
  }

  .xl\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
  }

  .xl\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
  }

  .xl\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
  }

  .xl\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
  }

  .xl\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
  }

  .xl\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
  }

  .xl\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
  }

  .xl\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
  }

  .xl\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
  }

  .xl\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
  }

  .xl\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
  }

  .xl\:border-t-pink-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
  }

  .xl\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
  }

  .xl\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
  }

  .xl\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
  }

  .xl\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
  }

  .xl\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
  }

  .xl\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
  }

  .xl\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
  }

  .xl\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
  }

  .xl\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
  }

  .xl\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
  }

  .xl\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
  }

  .xl\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
  }

  .xl\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
  }

  .xl\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
  }

  .xl\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
  }

  .xl\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
  }

  .xl\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
  }

  .xl\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
  }

  .xl\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
  }

  .xl\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
  }

  .xl\:border-t-pink-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
  }

  .xl\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
  }

  .xl\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
  }

  .xl\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
  }

  .xl\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
  }

  .xl\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
  }

  .xl\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
  }

  .xl\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
  }

  .xl\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
  }

  .xl\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
  }

  .xl\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
  }

  .xl\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
  }

  .xl\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
  }

  .xl\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
  }

  .xl\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
  }

  .xl\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
  }

  .xl\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
  }

  .xl\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
  }

  .xl\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
  }

  .xl\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
  }

  .xl\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
  }

  .xl\:border-t-pink-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
  }

  .xl\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
  }

  .xl\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
  }

  .xl\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
  }

  .xl\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
  }

  .xl\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
  }

  .xl\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
  }

  .xl\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
  }

  .xl\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
  }

  .xl\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
  }

  .xl\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
  }

  .xl\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
  }

  .xl\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
  }

  .xl\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
  }

  .xl\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
  }

  .xl\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
  }

  .xl\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
  }

  .xl\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
  }

  .xl\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
  }

  .xl\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
  }

  .xl\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
  }

  .xl\:border-t-pink-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
  }

  .xl\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
  }

  .xl\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
  }

  .xl\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
  }

  .xl\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
  }

  .xl\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
  }

  .xl\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
  }

  .xl\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
  }

  .xl\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
  }

  .xl\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
  }

  .xl\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
  }

  .xl\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
  }

  .xl\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
  }

  .xl\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
  }

  .xl\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
  }

  .xl\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
  }

  .xl\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
  }

  .xl\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
  }

  .xl\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
  }

  .xl\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
  }

  .xl\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
  }

  .xl\:border-t-pink-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
  }

  .xl\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
  }

  .xl\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
  }

  .xl\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
  }

  .xl\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
  }

  .xl\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
  }

  .xl\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
  }

  .xl\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
  }

  .xl\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
  }

  .xl\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
  }

  .xl\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
  }

  .xl\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
  }

  .xl\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
  }

  .xl\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
  }

  .xl\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
  }

  .xl\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
  }

  .xl\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
  }

  .xl\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
  }

  .xl\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
  }

  .xl\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
  }

  .xl\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
  }

  .xl\:border-t-pink-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
  }

  .xl\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
  }

  .xl\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
  }

  .xl\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
  }

  .xl\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
  }

  .xl\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
  }

  .xl\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
  }

  .xl\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
  }

  .xl\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
  }

  .xl\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
  }

  .xl\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
  }

  .xl\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
  }

  .xl\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
  }

  .xl\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
  }

  .xl\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
  }

  .xl\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
  }

  .xl\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
  }

  .xl\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
  }

  .xl\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
  }

  .xl\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
  }

  .xl\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
  }

  .xl\:border-t-pink-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
  }

  .xl\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
  }

  .xl\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
  }

  .xl\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
  }

  .xl\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
  }

  .xl\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
  }

  .xl\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
  }

  .xl\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
  }

  .xl\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
  }

  .xl\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
  }

  .xl\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
  }

  .xl\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
  }

  .xl\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
  }

  .xl\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
  }

  .xl\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
  }

  .xl\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
  }

  .xl\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
  }

  .xl\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
  }

  .xl\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
  }

  .xl\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
  }

  .xl\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
  }

  .xl\:border-t-pink-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
  }

  .xl\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
  }

  .xl\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
  }

  .xl\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
  }

  .xl\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
  }

  .xl\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
  }

  .xl\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
  }

  .xl\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
  }

  .xl\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
  }

  .xl\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
  }

  .xl\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
  }

  .xl\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
  }

  .xl\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
  }

  .xl\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
  }

  .xl\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
  }

  .xl\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
  }

  .xl\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
  }

  .xl\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
  }

  .xl\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
  }

  .xl\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
  }

  .xl\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
  }

  .xl\:border-t-popover {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-popover-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-popover-foreground\/0 {
    border-top-color: hsl(var(--popover-foreground) / 0);
  }

  .xl\:border-t-popover-foreground\/10 {
    border-top-color: hsl(var(--popover-foreground) / 0.1);
  }

  .xl\:border-t-popover-foreground\/100 {
    border-top-color: hsl(var(--popover-foreground) / 1);
  }

  .xl\:border-t-popover-foreground\/15 {
    border-top-color: hsl(var(--popover-foreground) / 0.15);
  }

  .xl\:border-t-popover-foreground\/20 {
    border-top-color: hsl(var(--popover-foreground) / 0.2);
  }

  .xl\:border-t-popover-foreground\/25 {
    border-top-color: hsl(var(--popover-foreground) / 0.25);
  }

  .xl\:border-t-popover-foreground\/30 {
    border-top-color: hsl(var(--popover-foreground) / 0.3);
  }

  .xl\:border-t-popover-foreground\/35 {
    border-top-color: hsl(var(--popover-foreground) / 0.35);
  }

  .xl\:border-t-popover-foreground\/40 {
    border-top-color: hsl(var(--popover-foreground) / 0.4);
  }

  .xl\:border-t-popover-foreground\/45 {
    border-top-color: hsl(var(--popover-foreground) / 0.45);
  }

  .xl\:border-t-popover-foreground\/5 {
    border-top-color: hsl(var(--popover-foreground) / 0.05);
  }

  .xl\:border-t-popover-foreground\/50 {
    border-top-color: hsl(var(--popover-foreground) / 0.5);
  }

  .xl\:border-t-popover-foreground\/55 {
    border-top-color: hsl(var(--popover-foreground) / 0.55);
  }

  .xl\:border-t-popover-foreground\/60 {
    border-top-color: hsl(var(--popover-foreground) / 0.6);
  }

  .xl\:border-t-popover-foreground\/65 {
    border-top-color: hsl(var(--popover-foreground) / 0.65);
  }

  .xl\:border-t-popover-foreground\/70 {
    border-top-color: hsl(var(--popover-foreground) / 0.7);
  }

  .xl\:border-t-popover-foreground\/75 {
    border-top-color: hsl(var(--popover-foreground) / 0.75);
  }

  .xl\:border-t-popover-foreground\/80 {
    border-top-color: hsl(var(--popover-foreground) / 0.8);
  }

  .xl\:border-t-popover-foreground\/85 {
    border-top-color: hsl(var(--popover-foreground) / 0.85);
  }

  .xl\:border-t-popover-foreground\/90 {
    border-top-color: hsl(var(--popover-foreground) / 0.9);
  }

  .xl\:border-t-popover-foreground\/95 {
    border-top-color: hsl(var(--popover-foreground) / 0.95);
  }

  .xl\:border-t-popover\/0 {
    border-top-color: hsl(var(--popover) / 0);
  }

  .xl\:border-t-popover\/10 {
    border-top-color: hsl(var(--popover) / 0.1);
  }

  .xl\:border-t-popover\/100 {
    border-top-color: hsl(var(--popover) / 1);
  }

  .xl\:border-t-popover\/15 {
    border-top-color: hsl(var(--popover) / 0.15);
  }

  .xl\:border-t-popover\/20 {
    border-top-color: hsl(var(--popover) / 0.2);
  }

  .xl\:border-t-popover\/25 {
    border-top-color: hsl(var(--popover) / 0.25);
  }

  .xl\:border-t-popover\/30 {
    border-top-color: hsl(var(--popover) / 0.3);
  }

  .xl\:border-t-popover\/35 {
    border-top-color: hsl(var(--popover) / 0.35);
  }

  .xl\:border-t-popover\/40 {
    border-top-color: hsl(var(--popover) / 0.4);
  }

  .xl\:border-t-popover\/45 {
    border-top-color: hsl(var(--popover) / 0.45);
  }

  .xl\:border-t-popover\/5 {
    border-top-color: hsl(var(--popover) / 0.05);
  }

  .xl\:border-t-popover\/50 {
    border-top-color: hsl(var(--popover) / 0.5);
  }

  .xl\:border-t-popover\/55 {
    border-top-color: hsl(var(--popover) / 0.55);
  }

  .xl\:border-t-popover\/60 {
    border-top-color: hsl(var(--popover) / 0.6);
  }

  .xl\:border-t-popover\/65 {
    border-top-color: hsl(var(--popover) / 0.65);
  }

  .xl\:border-t-popover\/70 {
    border-top-color: hsl(var(--popover) / 0.7);
  }

  .xl\:border-t-popover\/75 {
    border-top-color: hsl(var(--popover) / 0.75);
  }

  .xl\:border-t-popover\/80 {
    border-top-color: hsl(var(--popover) / 0.8);
  }

  .xl\:border-t-popover\/85 {
    border-top-color: hsl(var(--popover) / 0.85);
  }

  .xl\:border-t-popover\/90 {
    border-top-color: hsl(var(--popover) / 0.9);
  }

  .xl\:border-t-popover\/95 {
    border-top-color: hsl(var(--popover) / 0.95);
  }

  .xl\:border-t-primary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-primary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-primary-foreground\/0 {
    border-top-color: hsl(var(--primary-foreground) / 0);
  }

  .xl\:border-t-primary-foreground\/10 {
    border-top-color: hsl(var(--primary-foreground) / 0.1);
  }

  .xl\:border-t-primary-foreground\/100 {
    border-top-color: hsl(var(--primary-foreground) / 1);
  }

  .xl\:border-t-primary-foreground\/15 {
    border-top-color: hsl(var(--primary-foreground) / 0.15);
  }

  .xl\:border-t-primary-foreground\/20 {
    border-top-color: hsl(var(--primary-foreground) / 0.2);
  }

  .xl\:border-t-primary-foreground\/25 {
    border-top-color: hsl(var(--primary-foreground) / 0.25);
  }

  .xl\:border-t-primary-foreground\/30 {
    border-top-color: hsl(var(--primary-foreground) / 0.3);
  }

  .xl\:border-t-primary-foreground\/35 {
    border-top-color: hsl(var(--primary-foreground) / 0.35);
  }

  .xl\:border-t-primary-foreground\/40 {
    border-top-color: hsl(var(--primary-foreground) / 0.4);
  }

  .xl\:border-t-primary-foreground\/45 {
    border-top-color: hsl(var(--primary-foreground) / 0.45);
  }

  .xl\:border-t-primary-foreground\/5 {
    border-top-color: hsl(var(--primary-foreground) / 0.05);
  }

  .xl\:border-t-primary-foreground\/50 {
    border-top-color: hsl(var(--primary-foreground) / 0.5);
  }

  .xl\:border-t-primary-foreground\/55 {
    border-top-color: hsl(var(--primary-foreground) / 0.55);
  }

  .xl\:border-t-primary-foreground\/60 {
    border-top-color: hsl(var(--primary-foreground) / 0.6);
  }

  .xl\:border-t-primary-foreground\/65 {
    border-top-color: hsl(var(--primary-foreground) / 0.65);
  }

  .xl\:border-t-primary-foreground\/70 {
    border-top-color: hsl(var(--primary-foreground) / 0.7);
  }

  .xl\:border-t-primary-foreground\/75 {
    border-top-color: hsl(var(--primary-foreground) / 0.75);
  }

  .xl\:border-t-primary-foreground\/80 {
    border-top-color: hsl(var(--primary-foreground) / 0.8);
  }

  .xl\:border-t-primary-foreground\/85 {
    border-top-color: hsl(var(--primary-foreground) / 0.85);
  }

  .xl\:border-t-primary-foreground\/90 {
    border-top-color: hsl(var(--primary-foreground) / 0.9);
  }

  .xl\:border-t-primary-foreground\/95 {
    border-top-color: hsl(var(--primary-foreground) / 0.95);
  }

  .xl\:border-t-primary\/0 {
    border-top-color: hsl(var(--primary) / 0);
  }

  .xl\:border-t-primary\/10 {
    border-top-color: hsl(var(--primary) / 0.1);
  }

  .xl\:border-t-primary\/100 {
    border-top-color: hsl(var(--primary) / 1);
  }

  .xl\:border-t-primary\/15 {
    border-top-color: hsl(var(--primary) / 0.15);
  }

  .xl\:border-t-primary\/20 {
    border-top-color: hsl(var(--primary) / 0.2);
  }

  .xl\:border-t-primary\/25 {
    border-top-color: hsl(var(--primary) / 0.25);
  }

  .xl\:border-t-primary\/30 {
    border-top-color: hsl(var(--primary) / 0.3);
  }

  .xl\:border-t-primary\/35 {
    border-top-color: hsl(var(--primary) / 0.35);
  }

  .xl\:border-t-primary\/40 {
    border-top-color: hsl(var(--primary) / 0.4);
  }

  .xl\:border-t-primary\/45 {
    border-top-color: hsl(var(--primary) / 0.45);
  }

  .xl\:border-t-primary\/5 {
    border-top-color: hsl(var(--primary) / 0.05);
  }

  .xl\:border-t-primary\/50 {
    border-top-color: hsl(var(--primary) / 0.5);
  }

  .xl\:border-t-primary\/55 {
    border-top-color: hsl(var(--primary) / 0.55);
  }

  .xl\:border-t-primary\/60 {
    border-top-color: hsl(var(--primary) / 0.6);
  }

  .xl\:border-t-primary\/65 {
    border-top-color: hsl(var(--primary) / 0.65);
  }

  .xl\:border-t-primary\/70 {
    border-top-color: hsl(var(--primary) / 0.7);
  }

  .xl\:border-t-primary\/75 {
    border-top-color: hsl(var(--primary) / 0.75);
  }

  .xl\:border-t-primary\/80 {
    border-top-color: hsl(var(--primary) / 0.8);
  }

  .xl\:border-t-primary\/85 {
    border-top-color: hsl(var(--primary) / 0.85);
  }

  .xl\:border-t-primary\/90 {
    border-top-color: hsl(var(--primary) / 0.9);
  }

  .xl\:border-t-primary\/95 {
    border-top-color: hsl(var(--primary) / 0.95);
  }

  .xl\:border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
  }

  .xl\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
  }

  .xl\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
  }

  .xl\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
  }

  .xl\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
  }

  .xl\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
  }

  .xl\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
  }

  .xl\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
  }

  .xl\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
  }

  .xl\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
  }

  .xl\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
  }

  .xl\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
  }

  .xl\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
  }

  .xl\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
  }

  .xl\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
  }

  .xl\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
  }

  .xl\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
  }

  .xl\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
  }

  .xl\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
  }

  .xl\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
  }

  .xl\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
  }

  .xl\:border-t-purple-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
  }

  .xl\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
  }

  .xl\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
  }

  .xl\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
  }

  .xl\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
  }

  .xl\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
  }

  .xl\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
  }

  .xl\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
  }

  .xl\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
  }

  .xl\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
  }

  .xl\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
  }

  .xl\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
  }

  .xl\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
  }

  .xl\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
  }

  .xl\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
  }

  .xl\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
  }

  .xl\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
  }

  .xl\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
  }

  .xl\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
  }

  .xl\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
  }

  .xl\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
  }

  .xl\:border-t-purple-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
  }

  .xl\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
  }

  .xl\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
  }

  .xl\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
  }

  .xl\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
  }

  .xl\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
  }

  .xl\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
  }

  .xl\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
  }

  .xl\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
  }

  .xl\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
  }

  .xl\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
  }

  .xl\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
  }

  .xl\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
  }

  .xl\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
  }

  .xl\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
  }

  .xl\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
  }

  .xl\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
  }

  .xl\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
  }

  .xl\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
  }

  .xl\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
  }

  .xl\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
  }

  .xl\:border-t-purple-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
  }

  .xl\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
  }

  .xl\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
  }

  .xl\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
  }

  .xl\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
  }

  .xl\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
  }

  .xl\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
  }

  .xl\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
  }

  .xl\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
  }

  .xl\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
  }

  .xl\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
  }

  .xl\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
  }

  .xl\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
  }

  .xl\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
  }

  .xl\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
  }

  .xl\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
  }

  .xl\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
  }

  .xl\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
  }

  .xl\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
  }

  .xl\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
  }

  .xl\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
  }

  .xl\:border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
  }

  .xl\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
  }

  .xl\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
  }

  .xl\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
  }

  .xl\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
  }

  .xl\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
  }

  .xl\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
  }

  .xl\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
  }

  .xl\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
  }

  .xl\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
  }

  .xl\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
  }

  .xl\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
  }

  .xl\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
  }

  .xl\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
  }

  .xl\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
  }

  .xl\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
  }

  .xl\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
  }

  .xl\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
  }

  .xl\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
  }

  .xl\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
  }

  .xl\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
  }

  .xl\:border-t-purple-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
  }

  .xl\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
  }

  .xl\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
  }

  .xl\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
  }

  .xl\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
  }

  .xl\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
  }

  .xl\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
  }

  .xl\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
  }

  .xl\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
  }

  .xl\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
  }

  .xl\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
  }

  .xl\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
  }

  .xl\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
  }

  .xl\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
  }

  .xl\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
  }

  .xl\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
  }

  .xl\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
  }

  .xl\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
  }

  .xl\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
  }

  .xl\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
  }

  .xl\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
  }

  .xl\:border-t-purple-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
  }

  .xl\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
  }

  .xl\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
  }

  .xl\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
  }

  .xl\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
  }

  .xl\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
  }

  .xl\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
  }

  .xl\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
  }

  .xl\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
  }

  .xl\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
  }

  .xl\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
  }

  .xl\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
  }

  .xl\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
  }

  .xl\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
  }

  .xl\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
  }

  .xl\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
  }

  .xl\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
  }

  .xl\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
  }

  .xl\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
  }

  .xl\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
  }

  .xl\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
  }

  .xl\:border-t-purple-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
  }

  .xl\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
  }

  .xl\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
  }

  .xl\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
  }

  .xl\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
  }

  .xl\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
  }

  .xl\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
  }

  .xl\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
  }

  .xl\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
  }

  .xl\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
  }

  .xl\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
  }

  .xl\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
  }

  .xl\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
  }

  .xl\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
  }

  .xl\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
  }

  .xl\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
  }

  .xl\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
  }

  .xl\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
  }

  .xl\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
  }

  .xl\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
  }

  .xl\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
  }

  .xl\:border-t-purple-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
  }

  .xl\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
  }

  .xl\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
  }

  .xl\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
  }

  .xl\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
  }

  .xl\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
  }

  .xl\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
  }

  .xl\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
  }

  .xl\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
  }

  .xl\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
  }

  .xl\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
  }

  .xl\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
  }

  .xl\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
  }

  .xl\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
  }

  .xl\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
  }

  .xl\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
  }

  .xl\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
  }

  .xl\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
  }

  .xl\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
  }

  .xl\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
  }

  .xl\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
  }

  .xl\:border-t-purple-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
  }

  .xl\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
  }

  .xl\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
  }

  .xl\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
  }

  .xl\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
  }

  .xl\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
  }

  .xl\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
  }

  .xl\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
  }

  .xl\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
  }

  .xl\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
  }

  .xl\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
  }

  .xl\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
  }

  .xl\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
  }

  .xl\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
  }

  .xl\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
  }

  .xl\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
  }

  .xl\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
  }

  .xl\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
  }

  .xl\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
  }

  .xl\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
  }

  .xl\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
  }

  .xl\:border-t-purple-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
  }

  .xl\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
  }

  .xl\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
  }

  .xl\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
  }

  .xl\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
  }

  .xl\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
  }

  .xl\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
  }

  .xl\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
  }

  .xl\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
  }

  .xl\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
  }

  .xl\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
  }

  .xl\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
  }

  .xl\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
  }

  .xl\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
  }

  .xl\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
  }

  .xl\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
  }

  .xl\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
  }

  .xl\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
  }

  .xl\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
  }

  .xl\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
  }

  .xl\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
  }

  .xl\:border-t-red-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
  }

  .xl\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
  }

  .xl\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
  }

  .xl\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
  }

  .xl\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
  }

  .xl\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
  }

  .xl\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
  }

  .xl\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
  }

  .xl\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
  }

  .xl\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
  }

  .xl\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
  }

  .xl\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
  }

  .xl\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
  }

  .xl\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
  }

  .xl\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
  }

  .xl\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
  }

  .xl\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
  }

  .xl\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
  }

  .xl\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
  }

  .xl\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
  }

  .xl\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
  }

  .xl\:border-t-red-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
  }

  .xl\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
  }

  .xl\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
  }

  .xl\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
  }

  .xl\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
  }

  .xl\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
  }

  .xl\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
  }

  .xl\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
  }

  .xl\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
  }

  .xl\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
  }

  .xl\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
  }

  .xl\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
  }

  .xl\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
  }

  .xl\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
  }

  .xl\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
  }

  .xl\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
  }

  .xl\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
  }

  .xl\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
  }

  .xl\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
  }

  .xl\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
  }

  .xl\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
  }

  .xl\:border-t-red-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
  }

  .xl\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
  }

  .xl\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
  }

  .xl\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
  }

  .xl\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
  }

  .xl\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
  }

  .xl\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
  }

  .xl\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
  }

  .xl\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
  }

  .xl\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
  }

  .xl\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
  }

  .xl\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
  }

  .xl\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
  }

  .xl\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
  }

  .xl\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
  }

  .xl\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
  }

  .xl\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
  }

  .xl\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
  }

  .xl\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
  }

  .xl\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
  }

  .xl\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
  }

  .xl\:border-t-red-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
  }

  .xl\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
  }

  .xl\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
  }

  .xl\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
  }

  .xl\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
  }

  .xl\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
  }

  .xl\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
  }

  .xl\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
  }

  .xl\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
  }

  .xl\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
  }

  .xl\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
  }

  .xl\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
  }

  .xl\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
  }

  .xl\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
  }

  .xl\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
  }

  .xl\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
  }

  .xl\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
  }

  .xl\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
  }

  .xl\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
  }

  .xl\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
  }

  .xl\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
  }

  .xl\:border-t-red-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
  }

  .xl\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
  }

  .xl\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
  }

  .xl\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
  }

  .xl\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
  }

  .xl\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
  }

  .xl\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
  }

  .xl\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
  }

  .xl\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
  }

  .xl\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
  }

  .xl\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
  }

  .xl\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
  }

  .xl\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
  }

  .xl\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
  }

  .xl\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
  }

  .xl\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
  }

  .xl\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
  }

  .xl\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
  }

  .xl\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
  }

  .xl\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
  }

  .xl\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
  }

  .xl\:border-t-red-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
  }

  .xl\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
  }

  .xl\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
  }

  .xl\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
  }

  .xl\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
  }

  .xl\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
  }

  .xl\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
  }

  .xl\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
  }

  .xl\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
  }

  .xl\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
  }

  .xl\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
  }

  .xl\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
  }

  .xl\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
  }

  .xl\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
  }

  .xl\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
  }

  .xl\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
  }

  .xl\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
  }

  .xl\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
  }

  .xl\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
  }

  .xl\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
  }

  .xl\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
  }

  .xl\:border-t-red-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
  }

  .xl\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
  }

  .xl\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
  }

  .xl\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
  }

  .xl\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
  }

  .xl\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
  }

  .xl\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
  }

  .xl\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
  }

  .xl\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
  }

  .xl\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
  }

  .xl\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
  }

  .xl\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
  }

  .xl\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
  }

  .xl\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
  }

  .xl\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
  }

  .xl\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
  }

  .xl\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
  }

  .xl\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
  }

  .xl\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
  }

  .xl\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
  }

  .xl\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
  }

  .xl\:border-t-red-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
  }

  .xl\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
  }

  .xl\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
  }

  .xl\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
  }

  .xl\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
  }

  .xl\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
  }

  .xl\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
  }

  .xl\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
  }

  .xl\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
  }

  .xl\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
  }

  .xl\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
  }

  .xl\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
  }

  .xl\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
  }

  .xl\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
  }

  .xl\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
  }

  .xl\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
  }

  .xl\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
  }

  .xl\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
  }

  .xl\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
  }

  .xl\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
  }

  .xl\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
  }

  .xl\:border-t-red-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
  }

  .xl\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
  }

  .xl\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
  }

  .xl\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
  }

  .xl\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
  }

  .xl\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
  }

  .xl\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
  }

  .xl\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
  }

  .xl\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
  }

  .xl\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
  }

  .xl\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
  }

  .xl\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
  }

  .xl\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
  }

  .xl\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
  }

  .xl\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
  }

  .xl\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
  }

  .xl\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
  }

  .xl\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
  }

  .xl\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
  }

  .xl\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
  }

  .xl\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
  }

  .xl\:border-t-red-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
  }

  .xl\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
  }

  .xl\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
  }

  .xl\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
  }

  .xl\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
  }

  .xl\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
  }

  .xl\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
  }

  .xl\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
  }

  .xl\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
  }

  .xl\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
  }

  .xl\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
  }

  .xl\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
  }

  .xl\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
  }

  .xl\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
  }

  .xl\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
  }

  .xl\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
  }

  .xl\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
  }

  .xl\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
  }

  .xl\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
  }

  .xl\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
  }

  .xl\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
  }

  .xl\:border-t-red-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
  }

  .xl\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
  }

  .xl\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
  }

  .xl\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
  }

  .xl\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
  }

  .xl\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
  }

  .xl\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
  }

  .xl\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
  }

  .xl\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
  }

  .xl\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
  }

  .xl\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
  }

  .xl\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
  }

  .xl\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
  }

  .xl\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
  }

  .xl\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
  }

  .xl\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
  }

  .xl\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
  }

  .xl\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
  }

  .xl\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
  }

  .xl\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
  }

  .xl\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
  }

  .xl\:border-t-ring {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-ring\/0 {
    border-top-color: hsl(var(--ring) / 0);
  }

  .xl\:border-t-ring\/10 {
    border-top-color: hsl(var(--ring) / 0.1);
  }

  .xl\:border-t-ring\/100 {
    border-top-color: hsl(var(--ring) / 1);
  }

  .xl\:border-t-ring\/15 {
    border-top-color: hsl(var(--ring) / 0.15);
  }

  .xl\:border-t-ring\/20 {
    border-top-color: hsl(var(--ring) / 0.2);
  }

  .xl\:border-t-ring\/25 {
    border-top-color: hsl(var(--ring) / 0.25);
  }

  .xl\:border-t-ring\/30 {
    border-top-color: hsl(var(--ring) / 0.3);
  }

  .xl\:border-t-ring\/35 {
    border-top-color: hsl(var(--ring) / 0.35);
  }

  .xl\:border-t-ring\/40 {
    border-top-color: hsl(var(--ring) / 0.4);
  }

  .xl\:border-t-ring\/45 {
    border-top-color: hsl(var(--ring) / 0.45);
  }

  .xl\:border-t-ring\/5 {
    border-top-color: hsl(var(--ring) / 0.05);
  }

  .xl\:border-t-ring\/50 {
    border-top-color: hsl(var(--ring) / 0.5);
  }

  .xl\:border-t-ring\/55 {
    border-top-color: hsl(var(--ring) / 0.55);
  }

  .xl\:border-t-ring\/60 {
    border-top-color: hsl(var(--ring) / 0.6);
  }

  .xl\:border-t-ring\/65 {
    border-top-color: hsl(var(--ring) / 0.65);
  }

  .xl\:border-t-ring\/70 {
    border-top-color: hsl(var(--ring) / 0.7);
  }

  .xl\:border-t-ring\/75 {
    border-top-color: hsl(var(--ring) / 0.75);
  }

  .xl\:border-t-ring\/80 {
    border-top-color: hsl(var(--ring) / 0.8);
  }

  .xl\:border-t-ring\/85 {
    border-top-color: hsl(var(--ring) / 0.85);
  }

  .xl\:border-t-ring\/90 {
    border-top-color: hsl(var(--ring) / 0.9);
  }

  .xl\:border-t-ring\/95 {
    border-top-color: hsl(var(--ring) / 0.95);
  }

  .xl\:border-t-rose-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
  }

  .xl\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
  }

  .xl\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
  }

  .xl\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
  }

  .xl\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
  }

  .xl\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
  }

  .xl\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
  }

  .xl\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
  }

  .xl\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
  }

  .xl\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
  }

  .xl\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
  }

  .xl\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
  }

  .xl\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
  }

  .xl\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
  }

  .xl\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
  }

  .xl\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
  }

  .xl\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
  }

  .xl\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
  }

  .xl\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
  }

  .xl\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
  }

  .xl\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
  }

  .xl\:border-t-rose-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
  }

  .xl\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
  }

  .xl\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
  }

  .xl\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
  }

  .xl\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
  }

  .xl\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
  }

  .xl\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
  }

  .xl\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
  }

  .xl\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
  }

  .xl\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
  }

  .xl\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
  }

  .xl\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
  }

  .xl\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
  }

  .xl\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
  }

  .xl\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
  }

  .xl\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
  }

  .xl\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
  }

  .xl\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
  }

  .xl\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
  }

  .xl\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
  }

  .xl\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
  }

  .xl\:border-t-rose-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
  }

  .xl\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
  }

  .xl\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
  }

  .xl\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
  }

  .xl\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
  }

  .xl\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
  }

  .xl\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
  }

  .xl\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
  }

  .xl\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
  }

  .xl\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
  }

  .xl\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
  }

  .xl\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
  }

  .xl\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
  }

  .xl\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
  }

  .xl\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
  }

  .xl\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
  }

  .xl\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
  }

  .xl\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
  }

  .xl\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
  }

  .xl\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
  }

  .xl\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
  }

  .xl\:border-t-rose-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
  }

  .xl\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
  }

  .xl\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
  }

  .xl\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
  }

  .xl\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
  }

  .xl\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
  }

  .xl\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
  }

  .xl\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
  }

  .xl\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
  }

  .xl\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
  }

  .xl\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
  }

  .xl\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
  }

  .xl\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
  }

  .xl\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
  }

  .xl\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
  }

  .xl\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
  }

  .xl\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
  }

  .xl\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
  }

  .xl\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
  }

  .xl\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
  }

  .xl\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
  }

  .xl\:border-t-rose-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
  }

  .xl\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
  }

  .xl\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
  }

  .xl\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
  }

  .xl\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
  }

  .xl\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
  }

  .xl\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
  }

  .xl\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
  }

  .xl\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
  }

  .xl\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
  }

  .xl\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
  }

  .xl\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
  }

  .xl\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
  }

  .xl\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
  }

  .xl\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
  }

  .xl\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
  }

  .xl\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
  }

  .xl\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
  }

  .xl\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
  }

  .xl\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
  }

  .xl\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
  }

  .xl\:border-t-rose-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
  }

  .xl\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
  }

  .xl\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
  }

  .xl\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
  }

  .xl\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
  }

  .xl\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
  }

  .xl\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
  }

  .xl\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
  }

  .xl\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
  }

  .xl\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
  }

  .xl\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
  }

  .xl\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
  }

  .xl\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
  }

  .xl\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
  }

  .xl\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
  }

  .xl\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
  }

  .xl\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
  }

  .xl\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
  }

  .xl\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
  }

  .xl\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
  }

  .xl\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
  }

  .xl\:border-t-rose-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
  }

  .xl\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
  }

  .xl\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
  }

  .xl\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
  }

  .xl\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
  }

  .xl\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
  }

  .xl\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
  }

  .xl\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
  }

  .xl\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
  }

  .xl\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
  }

  .xl\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
  }

  .xl\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
  }

  .xl\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
  }

  .xl\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
  }

  .xl\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
  }

  .xl\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
  }

  .xl\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
  }

  .xl\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
  }

  .xl\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
  }

  .xl\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
  }

  .xl\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
  }

  .xl\:border-t-rose-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
  }

  .xl\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
  }

  .xl\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
  }

  .xl\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
  }

  .xl\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
  }

  .xl\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
  }

  .xl\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
  }

  .xl\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
  }

  .xl\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
  }

  .xl\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
  }

  .xl\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
  }

  .xl\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
  }

  .xl\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
  }

  .xl\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
  }

  .xl\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
  }

  .xl\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
  }

  .xl\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
  }

  .xl\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
  }

  .xl\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
  }

  .xl\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
  }

  .xl\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
  }

  .xl\:border-t-rose-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
  }

  .xl\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
  }

  .xl\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
  }

  .xl\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
  }

  .xl\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
  }

  .xl\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
  }

  .xl\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
  }

  .xl\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
  }

  .xl\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
  }

  .xl\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
  }

  .xl\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
  }

  .xl\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
  }

  .xl\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
  }

  .xl\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
  }

  .xl\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
  }

  .xl\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
  }

  .xl\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
  }

  .xl\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
  }

  .xl\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
  }

  .xl\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
  }

  .xl\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
  }

  .xl\:border-t-rose-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
  }

  .xl\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
  }

  .xl\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
  }

  .xl\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
  }

  .xl\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
  }

  .xl\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
  }

  .xl\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
  }

  .xl\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
  }

  .xl\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
  }

  .xl\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
  }

  .xl\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
  }

  .xl\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
  }

  .xl\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
  }

  .xl\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
  }

  .xl\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
  }

  .xl\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
  }

  .xl\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
  }

  .xl\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
  }

  .xl\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
  }

  .xl\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
  }

  .xl\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
  }

  .xl\:border-t-rose-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
  }

  .xl\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
  }

  .xl\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
  }

  .xl\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
  }

  .xl\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
  }

  .xl\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
  }

  .xl\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
  }

  .xl\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
  }

  .xl\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
  }

  .xl\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
  }

  .xl\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
  }

  .xl\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
  }

  .xl\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
  }

  .xl\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
  }

  .xl\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
  }

  .xl\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
  }

  .xl\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
  }

  .xl\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
  }

  .xl\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
  }

  .xl\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
  }

  .xl\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
  }

  .xl\:border-t-secondary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-secondary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-secondary-foreground\/0 {
    border-top-color: hsl(var(--secondary-foreground) / 0);
  }

  .xl\:border-t-secondary-foreground\/10 {
    border-top-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .xl\:border-t-secondary-foreground\/100 {
    border-top-color: hsl(var(--secondary-foreground) / 1);
  }

  .xl\:border-t-secondary-foreground\/15 {
    border-top-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .xl\:border-t-secondary-foreground\/20 {
    border-top-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .xl\:border-t-secondary-foreground\/25 {
    border-top-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .xl\:border-t-secondary-foreground\/30 {
    border-top-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .xl\:border-t-secondary-foreground\/35 {
    border-top-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .xl\:border-t-secondary-foreground\/40 {
    border-top-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .xl\:border-t-secondary-foreground\/45 {
    border-top-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .xl\:border-t-secondary-foreground\/5 {
    border-top-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .xl\:border-t-secondary-foreground\/50 {
    border-top-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .xl\:border-t-secondary-foreground\/55 {
    border-top-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .xl\:border-t-secondary-foreground\/60 {
    border-top-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .xl\:border-t-secondary-foreground\/65 {
    border-top-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .xl\:border-t-secondary-foreground\/70 {
    border-top-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .xl\:border-t-secondary-foreground\/75 {
    border-top-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .xl\:border-t-secondary-foreground\/80 {
    border-top-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .xl\:border-t-secondary-foreground\/85 {
    border-top-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .xl\:border-t-secondary-foreground\/90 {
    border-top-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .xl\:border-t-secondary-foreground\/95 {
    border-top-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .xl\:border-t-secondary\/0 {
    border-top-color: hsl(var(--secondary) / 0);
  }

  .xl\:border-t-secondary\/10 {
    border-top-color: hsl(var(--secondary) / 0.1);
  }

  .xl\:border-t-secondary\/100 {
    border-top-color: hsl(var(--secondary) / 1);
  }

  .xl\:border-t-secondary\/15 {
    border-top-color: hsl(var(--secondary) / 0.15);
  }

  .xl\:border-t-secondary\/20 {
    border-top-color: hsl(var(--secondary) / 0.2);
  }

  .xl\:border-t-secondary\/25 {
    border-top-color: hsl(var(--secondary) / 0.25);
  }

  .xl\:border-t-secondary\/30 {
    border-top-color: hsl(var(--secondary) / 0.3);
  }

  .xl\:border-t-secondary\/35 {
    border-top-color: hsl(var(--secondary) / 0.35);
  }

  .xl\:border-t-secondary\/40 {
    border-top-color: hsl(var(--secondary) / 0.4);
  }

  .xl\:border-t-secondary\/45 {
    border-top-color: hsl(var(--secondary) / 0.45);
  }

  .xl\:border-t-secondary\/5 {
    border-top-color: hsl(var(--secondary) / 0.05);
  }

  .xl\:border-t-secondary\/50 {
    border-top-color: hsl(var(--secondary) / 0.5);
  }

  .xl\:border-t-secondary\/55 {
    border-top-color: hsl(var(--secondary) / 0.55);
  }

  .xl\:border-t-secondary\/60 {
    border-top-color: hsl(var(--secondary) / 0.6);
  }

  .xl\:border-t-secondary\/65 {
    border-top-color: hsl(var(--secondary) / 0.65);
  }

  .xl\:border-t-secondary\/70 {
    border-top-color: hsl(var(--secondary) / 0.7);
  }

  .xl\:border-t-secondary\/75 {
    border-top-color: hsl(var(--secondary) / 0.75);
  }

  .xl\:border-t-secondary\/80 {
    border-top-color: hsl(var(--secondary) / 0.8);
  }

  .xl\:border-t-secondary\/85 {
    border-top-color: hsl(var(--secondary) / 0.85);
  }

  .xl\:border-t-secondary\/90 {
    border-top-color: hsl(var(--secondary) / 0.9);
  }

  .xl\:border-t-secondary\/95 {
    border-top-color: hsl(var(--secondary) / 0.95);
  }

  .xl\:border-t-sidebar {
    border-top-color: hsl(var(--sidebar-background));
  }

  .xl\:border-t-sidebar-accent {
    border-top-color: hsl(var(--sidebar-accent));
  }

  .xl\:border-t-sidebar-accent-foreground {
    border-top-color: hsl(var(--sidebar-accent-foreground));
  }

  .xl\:border-t-sidebar-accent-foreground\/0 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .xl\:border-t-sidebar-accent-foreground\/10 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .xl\:border-t-sidebar-accent-foreground\/100 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .xl\:border-t-sidebar-accent-foreground\/15 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .xl\:border-t-sidebar-accent-foreground\/20 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .xl\:border-t-sidebar-accent-foreground\/25 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .xl\:border-t-sidebar-accent-foreground\/30 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .xl\:border-t-sidebar-accent-foreground\/35 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .xl\:border-t-sidebar-accent-foreground\/40 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .xl\:border-t-sidebar-accent-foreground\/45 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .xl\:border-t-sidebar-accent-foreground\/5 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .xl\:border-t-sidebar-accent-foreground\/50 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .xl\:border-t-sidebar-accent-foreground\/55 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .xl\:border-t-sidebar-accent-foreground\/60 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .xl\:border-t-sidebar-accent-foreground\/65 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .xl\:border-t-sidebar-accent-foreground\/70 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .xl\:border-t-sidebar-accent-foreground\/75 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .xl\:border-t-sidebar-accent-foreground\/80 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .xl\:border-t-sidebar-accent-foreground\/85 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .xl\:border-t-sidebar-accent-foreground\/90 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .xl\:border-t-sidebar-accent-foreground\/95 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .xl\:border-t-sidebar-accent\/0 {
    border-top-color: hsl(var(--sidebar-accent) / 0);
  }

  .xl\:border-t-sidebar-accent\/10 {
    border-top-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .xl\:border-t-sidebar-accent\/100 {
    border-top-color: hsl(var(--sidebar-accent) / 1);
  }

  .xl\:border-t-sidebar-accent\/15 {
    border-top-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .xl\:border-t-sidebar-accent\/20 {
    border-top-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .xl\:border-t-sidebar-accent\/25 {
    border-top-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .xl\:border-t-sidebar-accent\/30 {
    border-top-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .xl\:border-t-sidebar-accent\/35 {
    border-top-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .xl\:border-t-sidebar-accent\/40 {
    border-top-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .xl\:border-t-sidebar-accent\/45 {
    border-top-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .xl\:border-t-sidebar-accent\/5 {
    border-top-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .xl\:border-t-sidebar-accent\/50 {
    border-top-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .xl\:border-t-sidebar-accent\/55 {
    border-top-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .xl\:border-t-sidebar-accent\/60 {
    border-top-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .xl\:border-t-sidebar-accent\/65 {
    border-top-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .xl\:border-t-sidebar-accent\/70 {
    border-top-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .xl\:border-t-sidebar-accent\/75 {
    border-top-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .xl\:border-t-sidebar-accent\/80 {
    border-top-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .xl\:border-t-sidebar-accent\/85 {
    border-top-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .xl\:border-t-sidebar-accent\/90 {
    border-top-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .xl\:border-t-sidebar-accent\/95 {
    border-top-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .xl\:border-t-sidebar-border {
    border-top-color: hsl(var(--sidebar-border));
  }

  .xl\:border-t-sidebar-border\/0 {
    border-top-color: hsl(var(--sidebar-border) / 0);
  }

  .xl\:border-t-sidebar-border\/10 {
    border-top-color: hsl(var(--sidebar-border) / 0.1);
  }

  .xl\:border-t-sidebar-border\/100 {
    border-top-color: hsl(var(--sidebar-border) / 1);
  }

  .xl\:border-t-sidebar-border\/15 {
    border-top-color: hsl(var(--sidebar-border) / 0.15);
  }

  .xl\:border-t-sidebar-border\/20 {
    border-top-color: hsl(var(--sidebar-border) / 0.2);
  }

  .xl\:border-t-sidebar-border\/25 {
    border-top-color: hsl(var(--sidebar-border) / 0.25);
  }

  .xl\:border-t-sidebar-border\/30 {
    border-top-color: hsl(var(--sidebar-border) / 0.3);
  }

  .xl\:border-t-sidebar-border\/35 {
    border-top-color: hsl(var(--sidebar-border) / 0.35);
  }

  .xl\:border-t-sidebar-border\/40 {
    border-top-color: hsl(var(--sidebar-border) / 0.4);
  }

  .xl\:border-t-sidebar-border\/45 {
    border-top-color: hsl(var(--sidebar-border) / 0.45);
  }

  .xl\:border-t-sidebar-border\/5 {
    border-top-color: hsl(var(--sidebar-border) / 0.05);
  }

  .xl\:border-t-sidebar-border\/50 {
    border-top-color: hsl(var(--sidebar-border) / 0.5);
  }

  .xl\:border-t-sidebar-border\/55 {
    border-top-color: hsl(var(--sidebar-border) / 0.55);
  }

  .xl\:border-t-sidebar-border\/60 {
    border-top-color: hsl(var(--sidebar-border) / 0.6);
  }

  .xl\:border-t-sidebar-border\/65 {
    border-top-color: hsl(var(--sidebar-border) / 0.65);
  }

  .xl\:border-t-sidebar-border\/70 {
    border-top-color: hsl(var(--sidebar-border) / 0.7);
  }

  .xl\:border-t-sidebar-border\/75 {
    border-top-color: hsl(var(--sidebar-border) / 0.75);
  }

  .xl\:border-t-sidebar-border\/80 {
    border-top-color: hsl(var(--sidebar-border) / 0.8);
  }

  .xl\:border-t-sidebar-border\/85 {
    border-top-color: hsl(var(--sidebar-border) / 0.85);
  }

  .xl\:border-t-sidebar-border\/90 {
    border-top-color: hsl(var(--sidebar-border) / 0.9);
  }

  .xl\:border-t-sidebar-border\/95 {
    border-top-color: hsl(var(--sidebar-border) / 0.95);
  }

  .xl\:border-t-sidebar-foreground {
    border-top-color: hsl(var(--sidebar-foreground));
  }

  .xl\:border-t-sidebar-foreground\/0 {
    border-top-color: hsl(var(--sidebar-foreground) / 0);
  }

  .xl\:border-t-sidebar-foreground\/10 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .xl\:border-t-sidebar-foreground\/100 {
    border-top-color: hsl(var(--sidebar-foreground) / 1);
  }

  .xl\:border-t-sidebar-foreground\/15 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .xl\:border-t-sidebar-foreground\/20 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .xl\:border-t-sidebar-foreground\/25 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .xl\:border-t-sidebar-foreground\/30 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .xl\:border-t-sidebar-foreground\/35 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .xl\:border-t-sidebar-foreground\/40 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .xl\:border-t-sidebar-foreground\/45 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .xl\:border-t-sidebar-foreground\/5 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .xl\:border-t-sidebar-foreground\/50 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .xl\:border-t-sidebar-foreground\/55 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .xl\:border-t-sidebar-foreground\/60 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .xl\:border-t-sidebar-foreground\/65 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .xl\:border-t-sidebar-foreground\/70 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .xl\:border-t-sidebar-foreground\/75 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .xl\:border-t-sidebar-foreground\/80 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .xl\:border-t-sidebar-foreground\/85 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .xl\:border-t-sidebar-foreground\/90 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .xl\:border-t-sidebar-foreground\/95 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .xl\:border-t-sidebar-primary {
    border-top-color: hsl(var(--sidebar-primary));
  }

  .xl\:border-t-sidebar-primary-foreground {
    border-top-color: hsl(var(--sidebar-primary-foreground));
  }

  .xl\:border-t-sidebar-primary-foreground\/0 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .xl\:border-t-sidebar-primary-foreground\/10 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .xl\:border-t-sidebar-primary-foreground\/100 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .xl\:border-t-sidebar-primary-foreground\/15 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .xl\:border-t-sidebar-primary-foreground\/20 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .xl\:border-t-sidebar-primary-foreground\/25 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .xl\:border-t-sidebar-primary-foreground\/30 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .xl\:border-t-sidebar-primary-foreground\/35 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .xl\:border-t-sidebar-primary-foreground\/40 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .xl\:border-t-sidebar-primary-foreground\/45 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .xl\:border-t-sidebar-primary-foreground\/5 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .xl\:border-t-sidebar-primary-foreground\/50 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .xl\:border-t-sidebar-primary-foreground\/55 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .xl\:border-t-sidebar-primary-foreground\/60 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .xl\:border-t-sidebar-primary-foreground\/65 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .xl\:border-t-sidebar-primary-foreground\/70 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .xl\:border-t-sidebar-primary-foreground\/75 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .xl\:border-t-sidebar-primary-foreground\/80 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .xl\:border-t-sidebar-primary-foreground\/85 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .xl\:border-t-sidebar-primary-foreground\/90 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .xl\:border-t-sidebar-primary-foreground\/95 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .xl\:border-t-sidebar-primary\/0 {
    border-top-color: hsl(var(--sidebar-primary) / 0);
  }

  .xl\:border-t-sidebar-primary\/10 {
    border-top-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .xl\:border-t-sidebar-primary\/100 {
    border-top-color: hsl(var(--sidebar-primary) / 1);
  }

  .xl\:border-t-sidebar-primary\/15 {
    border-top-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .xl\:border-t-sidebar-primary\/20 {
    border-top-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .xl\:border-t-sidebar-primary\/25 {
    border-top-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .xl\:border-t-sidebar-primary\/30 {
    border-top-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .xl\:border-t-sidebar-primary\/35 {
    border-top-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .xl\:border-t-sidebar-primary\/40 {
    border-top-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .xl\:border-t-sidebar-primary\/45 {
    border-top-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .xl\:border-t-sidebar-primary\/5 {
    border-top-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .xl\:border-t-sidebar-primary\/50 {
    border-top-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .xl\:border-t-sidebar-primary\/55 {
    border-top-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .xl\:border-t-sidebar-primary\/60 {
    border-top-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .xl\:border-t-sidebar-primary\/65 {
    border-top-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .xl\:border-t-sidebar-primary\/70 {
    border-top-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .xl\:border-t-sidebar-primary\/75 {
    border-top-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .xl\:border-t-sidebar-primary\/80 {
    border-top-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .xl\:border-t-sidebar-primary\/85 {
    border-top-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .xl\:border-t-sidebar-primary\/90 {
    border-top-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .xl\:border-t-sidebar-primary\/95 {
    border-top-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .xl\:border-t-sidebar-ring {
    border-top-color: hsl(var(--sidebar-ring));
  }

  .xl\:border-t-sidebar-ring\/0 {
    border-top-color: hsl(var(--sidebar-ring) / 0);
  }

  .xl\:border-t-sidebar-ring\/10 {
    border-top-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .xl\:border-t-sidebar-ring\/100 {
    border-top-color: hsl(var(--sidebar-ring) / 1);
  }

  .xl\:border-t-sidebar-ring\/15 {
    border-top-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .xl\:border-t-sidebar-ring\/20 {
    border-top-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .xl\:border-t-sidebar-ring\/25 {
    border-top-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .xl\:border-t-sidebar-ring\/30 {
    border-top-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .xl\:border-t-sidebar-ring\/35 {
    border-top-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .xl\:border-t-sidebar-ring\/40 {
    border-top-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .xl\:border-t-sidebar-ring\/45 {
    border-top-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .xl\:border-t-sidebar-ring\/5 {
    border-top-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .xl\:border-t-sidebar-ring\/50 {
    border-top-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .xl\:border-t-sidebar-ring\/55 {
    border-top-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .xl\:border-t-sidebar-ring\/60 {
    border-top-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .xl\:border-t-sidebar-ring\/65 {
    border-top-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .xl\:border-t-sidebar-ring\/70 {
    border-top-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .xl\:border-t-sidebar-ring\/75 {
    border-top-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .xl\:border-t-sidebar-ring\/80 {
    border-top-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .xl\:border-t-sidebar-ring\/85 {
    border-top-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .xl\:border-t-sidebar-ring\/90 {
    border-top-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .xl\:border-t-sidebar-ring\/95 {
    border-top-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .xl\:border-t-sidebar\/0 {
    border-top-color: hsl(var(--sidebar-background) / 0);
  }

  .xl\:border-t-sidebar\/10 {
    border-top-color: hsl(var(--sidebar-background) / 0.1);
  }

  .xl\:border-t-sidebar\/100 {
    border-top-color: hsl(var(--sidebar-background) / 1);
  }

  .xl\:border-t-sidebar\/15 {
    border-top-color: hsl(var(--sidebar-background) / 0.15);
  }

  .xl\:border-t-sidebar\/20 {
    border-top-color: hsl(var(--sidebar-background) / 0.2);
  }

  .xl\:border-t-sidebar\/25 {
    border-top-color: hsl(var(--sidebar-background) / 0.25);
  }

  .xl\:border-t-sidebar\/30 {
    border-top-color: hsl(var(--sidebar-background) / 0.3);
  }

  .xl\:border-t-sidebar\/35 {
    border-top-color: hsl(var(--sidebar-background) / 0.35);
  }

  .xl\:border-t-sidebar\/40 {
    border-top-color: hsl(var(--sidebar-background) / 0.4);
  }

  .xl\:border-t-sidebar\/45 {
    border-top-color: hsl(var(--sidebar-background) / 0.45);
  }

  .xl\:border-t-sidebar\/5 {
    border-top-color: hsl(var(--sidebar-background) / 0.05);
  }

  .xl\:border-t-sidebar\/50 {
    border-top-color: hsl(var(--sidebar-background) / 0.5);
  }

  .xl\:border-t-sidebar\/55 {
    border-top-color: hsl(var(--sidebar-background) / 0.55);
  }

  .xl\:border-t-sidebar\/60 {
    border-top-color: hsl(var(--sidebar-background) / 0.6);
  }

  .xl\:border-t-sidebar\/65 {
    border-top-color: hsl(var(--sidebar-background) / 0.65);
  }

  .xl\:border-t-sidebar\/70 {
    border-top-color: hsl(var(--sidebar-background) / 0.7);
  }

  .xl\:border-t-sidebar\/75 {
    border-top-color: hsl(var(--sidebar-background) / 0.75);
  }

  .xl\:border-t-sidebar\/80 {
    border-top-color: hsl(var(--sidebar-background) / 0.8);
  }

  .xl\:border-t-sidebar\/85 {
    border-top-color: hsl(var(--sidebar-background) / 0.85);
  }

  .xl\:border-t-sidebar\/90 {
    border-top-color: hsl(var(--sidebar-background) / 0.9);
  }

  .xl\:border-t-sidebar\/95 {
    border-top-color: hsl(var(--sidebar-background) / 0.95);
  }

  .xl\:border-t-sky-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
  }

  .xl\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
  }

  .xl\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
  }

  .xl\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
  }

  .xl\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
  }

  .xl\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
  }

  .xl\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
  }

  .xl\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
  }

  .xl\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
  }

  .xl\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
  }

  .xl\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
  }

  .xl\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
  }

  .xl\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
  }

  .xl\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
  }

  .xl\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
  }

  .xl\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
  }

  .xl\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
  }

  .xl\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
  }

  .xl\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
  }

  .xl\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
  }

  .xl\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
  }

  .xl\:border-t-sky-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
  }

  .xl\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
  }

  .xl\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
  }

  .xl\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
  }

  .xl\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
  }

  .xl\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
  }

  .xl\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
  }

  .xl\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
  }

  .xl\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
  }

  .xl\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
  }

  .xl\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
  }

  .xl\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
  }

  .xl\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
  }

  .xl\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
  }

  .xl\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
  }

  .xl\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
  }

  .xl\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
  }

  .xl\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
  }

  .xl\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
  }

  .xl\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
  }

  .xl\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
  }

  .xl\:border-t-sky-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
  }

  .xl\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
  }

  .xl\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
  }

  .xl\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
  }

  .xl\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
  }

  .xl\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
  }

  .xl\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
  }

  .xl\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
  }

  .xl\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
  }

  .xl\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
  }

  .xl\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
  }

  .xl\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
  }

  .xl\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
  }

  .xl\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
  }

  .xl\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
  }

  .xl\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
  }

  .xl\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
  }

  .xl\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
  }

  .xl\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
  }

  .xl\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
  }

  .xl\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
  }

  .xl\:border-t-sky-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
  }

  .xl\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
  }

  .xl\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
  }

  .xl\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
  }

  .xl\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
  }

  .xl\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
  }

  .xl\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
  }

  .xl\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
  }

  .xl\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
  }

  .xl\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
  }

  .xl\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
  }

  .xl\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
  }

  .xl\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
  }

  .xl\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
  }

  .xl\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
  }

  .xl\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
  }

  .xl\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
  }

  .xl\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
  }

  .xl\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
  }

  .xl\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
  }

  .xl\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
  }

  .xl\:border-t-sky-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
  }

  .xl\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
  }

  .xl\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
  }

  .xl\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
  }

  .xl\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
  }

  .xl\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
  }

  .xl\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
  }

  .xl\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
  }

  .xl\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
  }

  .xl\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
  }

  .xl\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
  }

  .xl\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
  }

  .xl\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
  }

  .xl\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
  }

  .xl\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
  }

  .xl\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
  }

  .xl\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
  }

  .xl\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
  }

  .xl\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
  }

  .xl\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
  }

  .xl\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
  }

  .xl\:border-t-sky-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
  }

  .xl\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
  }

  .xl\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
  }

  .xl\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
  }

  .xl\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
  }

  .xl\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
  }

  .xl\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
  }

  .xl\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
  }

  .xl\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
  }

  .xl\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
  }

  .xl\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
  }

  .xl\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
  }

  .xl\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
  }

  .xl\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
  }

  .xl\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
  }

  .xl\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
  }

  .xl\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
  }

  .xl\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
  }

  .xl\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
  }

  .xl\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
  }

  .xl\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
  }

  .xl\:border-t-sky-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
  }

  .xl\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
  }

  .xl\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
  }

  .xl\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
  }

  .xl\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
  }

  .xl\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
  }

  .xl\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
  }

  .xl\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
  }

  .xl\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
  }

  .xl\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
  }

  .xl\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
  }

  .xl\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
  }

  .xl\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
  }

  .xl\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
  }

  .xl\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
  }

  .xl\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
  }

  .xl\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
  }

  .xl\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
  }

  .xl\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
  }

  .xl\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
  }

  .xl\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
  }

  .xl\:border-t-sky-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
  }

  .xl\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
  }

  .xl\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
  }

  .xl\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
  }

  .xl\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
  }

  .xl\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
  }

  .xl\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
  }

  .xl\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
  }

  .xl\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
  }

  .xl\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
  }

  .xl\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
  }

  .xl\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
  }

  .xl\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
  }

  .xl\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
  }

  .xl\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
  }

  .xl\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
  }

  .xl\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
  }

  .xl\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
  }

  .xl\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
  }

  .xl\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
  }

  .xl\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
  }

  .xl\:border-t-sky-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
  }

  .xl\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
  }

  .xl\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
  }

  .xl\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
  }

  .xl\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
  }

  .xl\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
  }

  .xl\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
  }

  .xl\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
  }

  .xl\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
  }

  .xl\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
  }

  .xl\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
  }

  .xl\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
  }

  .xl\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
  }

  .xl\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
  }

  .xl\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
  }

  .xl\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
  }

  .xl\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
  }

  .xl\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
  }

  .xl\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
  }

  .xl\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
  }

  .xl\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
  }

  .xl\:border-t-sky-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
  }

  .xl\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
  }

  .xl\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
  }

  .xl\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
  }

  .xl\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
  }

  .xl\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
  }

  .xl\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
  }

  .xl\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
  }

  .xl\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
  }

  .xl\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
  }

  .xl\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
  }

  .xl\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
  }

  .xl\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
  }

  .xl\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
  }

  .xl\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
  }

  .xl\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
  }

  .xl\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
  }

  .xl\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
  }

  .xl\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
  }

  .xl\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
  }

  .xl\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
  }

  .xl\:border-t-sky-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
  }

  .xl\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
  }

  .xl\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
  }

  .xl\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
  }

  .xl\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
  }

  .xl\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
  }

  .xl\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
  }

  .xl\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
  }

  .xl\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
  }

  .xl\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
  }

  .xl\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
  }

  .xl\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
  }

  .xl\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
  }

  .xl\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
  }

  .xl\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
  }

  .xl\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
  }

  .xl\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
  }

  .xl\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
  }

  .xl\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
  }

  .xl\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
  }

  .xl\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
  }

  .xl\:border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
  }

  .xl\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
  }

  .xl\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
  }

  .xl\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
  }

  .xl\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
  }

  .xl\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
  }

  .xl\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
  }

  .xl\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
  }

  .xl\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
  }

  .xl\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
  }

  .xl\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
  }

  .xl\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
  }

  .xl\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
  }

  .xl\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
  }

  .xl\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
  }

  .xl\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
  }

  .xl\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
  }

  .xl\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
  }

  .xl\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
  }

  .xl\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
  }

  .xl\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
  }

  .xl\:border-t-slate-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
  }

  .xl\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
  }

  .xl\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
  }

  .xl\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
  }

  .xl\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
  }

  .xl\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
  }

  .xl\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
  }

  .xl\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
  }

  .xl\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
  }

  .xl\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
  }

  .xl\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
  }

  .xl\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
  }

  .xl\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
  }

  .xl\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
  }

  .xl\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
  }

  .xl\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
  }

  .xl\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
  }

  .xl\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
  }

  .xl\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
  }

  .xl\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
  }

  .xl\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
  }

  .xl\:border-t-slate-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
  }

  .xl\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
  }

  .xl\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
  }

  .xl\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
  }

  .xl\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
  }

  .xl\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
  }

  .xl\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
  }

  .xl\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
  }

  .xl\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
  }

  .xl\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
  }

  .xl\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
  }

  .xl\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
  }

  .xl\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
  }

  .xl\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
  }

  .xl\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
  }

  .xl\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
  }

  .xl\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
  }

  .xl\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
  }

  .xl\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
  }

  .xl\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
  }

  .xl\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
  }

  .xl\:border-t-slate-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
  }

  .xl\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
  }

  .xl\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
  }

  .xl\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
  }

  .xl\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
  }

  .xl\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
  }

  .xl\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
  }

  .xl\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
  }

  .xl\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
  }

  .xl\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
  }

  .xl\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
  }

  .xl\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
  }

  .xl\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
  }

  .xl\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
  }

  .xl\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
  }

  .xl\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
  }

  .xl\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
  }

  .xl\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
  }

  .xl\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
  }

  .xl\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
  }

  .xl\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
  }

  .xl\:border-t-slate-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
  }

  .xl\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
  }

  .xl\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
  }

  .xl\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
  }

  .xl\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
  }

  .xl\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
  }

  .xl\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
  }

  .xl\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
  }

  .xl\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
  }

  .xl\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
  }

  .xl\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
  }

  .xl\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
  }

  .xl\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
  }

  .xl\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
  }

  .xl\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
  }

  .xl\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
  }

  .xl\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
  }

  .xl\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
  }

  .xl\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
  }

  .xl\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
  }

  .xl\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
  }

  .xl\:border-t-slate-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
  }

  .xl\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
  }

  .xl\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
  }

  .xl\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
  }

  .xl\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
  }

  .xl\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
  }

  .xl\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
  }

  .xl\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
  }

  .xl\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
  }

  .xl\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
  }

  .xl\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
  }

  .xl\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
  }

  .xl\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
  }

  .xl\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
  }

  .xl\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
  }

  .xl\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
  }

  .xl\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
  }

  .xl\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
  }

  .xl\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
  }

  .xl\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
  }

  .xl\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
  }

  .xl\:border-t-slate-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
  }

  .xl\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
  }

  .xl\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
  }

  .xl\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
  }

  .xl\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
  }

  .xl\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
  }

  .xl\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
  }

  .xl\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
  }

  .xl\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
  }

  .xl\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
  }

  .xl\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
  }

  .xl\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
  }

  .xl\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
  }

  .xl\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
  }

  .xl\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
  }

  .xl\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
  }

  .xl\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
  }

  .xl\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
  }

  .xl\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
  }

  .xl\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
  }

  .xl\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
  }

  .xl\:border-t-slate-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
  }

  .xl\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
  }

  .xl\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
  }

  .xl\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
  }

  .xl\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
  }

  .xl\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
  }

  .xl\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
  }

  .xl\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
  }

  .xl\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
  }

  .xl\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
  }

  .xl\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
  }

  .xl\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
  }

  .xl\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
  }

  .xl\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
  }

  .xl\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
  }

  .xl\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
  }

  .xl\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
  }

  .xl\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
  }

  .xl\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
  }

  .xl\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
  }

  .xl\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
  }

  .xl\:border-t-slate-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
  }

  .xl\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
  }

  .xl\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
  }

  .xl\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
  }

  .xl\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
  }

  .xl\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
  }

  .xl\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
  }

  .xl\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
  }

  .xl\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
  }

  .xl\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
  }

  .xl\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
  }

  .xl\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
  }

  .xl\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
  }

  .xl\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
  }

  .xl\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
  }

  .xl\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
  }

  .xl\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
  }

  .xl\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
  }

  .xl\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
  }

  .xl\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
  }

  .xl\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
  }

  .xl\:border-t-slate-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
  }

  .xl\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
  }

  .xl\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
  }

  .xl\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
  }

  .xl\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
  }

  .xl\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
  }

  .xl\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
  }

  .xl\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
  }

  .xl\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
  }

  .xl\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
  }

  .xl\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
  }

  .xl\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
  }

  .xl\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
  }

  .xl\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
  }

  .xl\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
  }

  .xl\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
  }

  .xl\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
  }

  .xl\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
  }

  .xl\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
  }

  .xl\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
  }

  .xl\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
  }

  .xl\:border-t-slate-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
  }

  .xl\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
  }

  .xl\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
  }

  .xl\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
  }

  .xl\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
  }

  .xl\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
  }

  .xl\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
  }

  .xl\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
  }

  .xl\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
  }

  .xl\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
  }

  .xl\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
  }

  .xl\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
  }

  .xl\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
  }

  .xl\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
  }

  .xl\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
  }

  .xl\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
  }

  .xl\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
  }

  .xl\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
  }

  .xl\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
  }

  .xl\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
  }

  .xl\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
  }

  .xl\:border-t-stone-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
  }

  .xl\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
  }

  .xl\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
  }

  .xl\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
  }

  .xl\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
  }

  .xl\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
  }

  .xl\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
  }

  .xl\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
  }

  .xl\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
  }

  .xl\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
  }

  .xl\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
  }

  .xl\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
  }

  .xl\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
  }

  .xl\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
  }

  .xl\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
  }

  .xl\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
  }

  .xl\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
  }

  .xl\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
  }

  .xl\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
  }

  .xl\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
  }

  .xl\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
  }

  .xl\:border-t-stone-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
  }

  .xl\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
  }

  .xl\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
  }

  .xl\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
  }

  .xl\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
  }

  .xl\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
  }

  .xl\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
  }

  .xl\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
  }

  .xl\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
  }

  .xl\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
  }

  .xl\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
  }

  .xl\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
  }

  .xl\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
  }

  .xl\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
  }

  .xl\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
  }

  .xl\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
  }

  .xl\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
  }

  .xl\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
  }

  .xl\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
  }

  .xl\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
  }

  .xl\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
  }

  .xl\:border-t-stone-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
  }

  .xl\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
  }

  .xl\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
  }

  .xl\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
  }

  .xl\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
  }

  .xl\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
  }

  .xl\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
  }

  .xl\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
  }

  .xl\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
  }

  .xl\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
  }

  .xl\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
  }

  .xl\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
  }

  .xl\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
  }

  .xl\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
  }

  .xl\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
  }

  .xl\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
  }

  .xl\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
  }

  .xl\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
  }

  .xl\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
  }

  .xl\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
  }

  .xl\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
  }

  .xl\:border-t-stone-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
  }

  .xl\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
  }

  .xl\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
  }

  .xl\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
  }

  .xl\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
  }

  .xl\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
  }

  .xl\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
  }

  .xl\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
  }

  .xl\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
  }

  .xl\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
  }

  .xl\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
  }

  .xl\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
  }

  .xl\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
  }

  .xl\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
  }

  .xl\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
  }

  .xl\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
  }

  .xl\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
  }

  .xl\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
  }

  .xl\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
  }

  .xl\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
  }

  .xl\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
  }

  .xl\:border-t-stone-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
  }

  .xl\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
  }

  .xl\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
  }

  .xl\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
  }

  .xl\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
  }

  .xl\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
  }

  .xl\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
  }

  .xl\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
  }

  .xl\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
  }

  .xl\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
  }

  .xl\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
  }

  .xl\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
  }

  .xl\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
  }

  .xl\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
  }

  .xl\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
  }

  .xl\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
  }

  .xl\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
  }

  .xl\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
  }

  .xl\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
  }

  .xl\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
  }

  .xl\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
  }

  .xl\:border-t-stone-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
  }

  .xl\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
  }

  .xl\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
  }

  .xl\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
  }

  .xl\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
  }

  .xl\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
  }

  .xl\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
  }

  .xl\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
  }

  .xl\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
  }

  .xl\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
  }

  .xl\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
  }

  .xl\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
  }

  .xl\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
  }

  .xl\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
  }

  .xl\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
  }

  .xl\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
  }

  .xl\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
  }

  .xl\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
  }

  .xl\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
  }

  .xl\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
  }

  .xl\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
  }

  .xl\:border-t-stone-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
  }

  .xl\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
  }

  .xl\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
  }

  .xl\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
  }

  .xl\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
  }

  .xl\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
  }

  .xl\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
  }

  .xl\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
  }

  .xl\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
  }

  .xl\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
  }

  .xl\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
  }

  .xl\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
  }

  .xl\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
  }

  .xl\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
  }

  .xl\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
  }

  .xl\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
  }

  .xl\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
  }

  .xl\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
  }

  .xl\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
  }

  .xl\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
  }

  .xl\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
  }

  .xl\:border-t-stone-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
  }

  .xl\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
  }

  .xl\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
  }

  .xl\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
  }

  .xl\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
  }

  .xl\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
  }

  .xl\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
  }

  .xl\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
  }

  .xl\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
  }

  .xl\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
  }

  .xl\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
  }

  .xl\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
  }

  .xl\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
  }

  .xl\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
  }

  .xl\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
  }

  .xl\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
  }

  .xl\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
  }

  .xl\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
  }

  .xl\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
  }

  .xl\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
  }

  .xl\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
  }

  .xl\:border-t-stone-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
  }

  .xl\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
  }

  .xl\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
  }

  .xl\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
  }

  .xl\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
  }

  .xl\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
  }

  .xl\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
  }

  .xl\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
  }

  .xl\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
  }

  .xl\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
  }

  .xl\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
  }

  .xl\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
  }

  .xl\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
  }

  .xl\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
  }

  .xl\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
  }

  .xl\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
  }

  .xl\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
  }

  .xl\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
  }

  .xl\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
  }

  .xl\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
  }

  .xl\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
  }

  .xl\:border-t-stone-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
  }

  .xl\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
  }

  .xl\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
  }

  .xl\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
  }

  .xl\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
  }

  .xl\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
  }

  .xl\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
  }

  .xl\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
  }

  .xl\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
  }

  .xl\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
  }

  .xl\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
  }

  .xl\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
  }

  .xl\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
  }

  .xl\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
  }

  .xl\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
  }

  .xl\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
  }

  .xl\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
  }

  .xl\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
  }

  .xl\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
  }

  .xl\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
  }

  .xl\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
  }

  .xl\:border-t-stone-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
  }

  .xl\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
  }

  .xl\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
  }

  .xl\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
  }

  .xl\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
  }

  .xl\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
  }

  .xl\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
  }

  .xl\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
  }

  .xl\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
  }

  .xl\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
  }

  .xl\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
  }

  .xl\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
  }

  .xl\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
  }

  .xl\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
  }

  .xl\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
  }

  .xl\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
  }

  .xl\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
  }

  .xl\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
  }

  .xl\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
  }

  .xl\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
  }

  .xl\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
  }

  .xl\:border-t-supporting {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-supporting-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-supporting-foreground\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-t-supporting-foreground\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-t-supporting-foreground\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-t-supporting-foreground\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-t-supporting-foreground\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-t-supporting-foreground\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-t-supporting-foreground\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-t-supporting-foreground\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-t-supporting-foreground\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-t-supporting-foreground\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-t-supporting-foreground\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-t-supporting-foreground\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-t-supporting-foreground\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-t-supporting-foreground\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-t-supporting-foreground\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-t-supporting-foreground\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-t-supporting-foreground\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-t-supporting-foreground\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-t-supporting-foreground\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-t-supporting-foreground\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-t-supporting-foreground\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-t-supporting\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .xl\:border-t-supporting\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .xl\:border-t-supporting\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .xl\:border-t-supporting\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .xl\:border-t-supporting\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .xl\:border-t-supporting\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .xl\:border-t-supporting\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .xl\:border-t-supporting\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .xl\:border-t-supporting\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .xl\:border-t-supporting\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .xl\:border-t-supporting\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .xl\:border-t-supporting\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .xl\:border-t-supporting\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .xl\:border-t-supporting\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .xl\:border-t-supporting\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .xl\:border-t-supporting\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .xl\:border-t-supporting\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .xl\:border-t-supporting\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .xl\:border-t-supporting\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .xl\:border-t-supporting\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .xl\:border-t-supporting\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .xl\:border-t-teal-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
  }

  .xl\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
  }

  .xl\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
  }

  .xl\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
  }

  .xl\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
  }

  .xl\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
  }

  .xl\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
  }

  .xl\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
  }

  .xl\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
  }

  .xl\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
  }

  .xl\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
  }

  .xl\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
  }

  .xl\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
  }

  .xl\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
  }

  .xl\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
  }

  .xl\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
  }

  .xl\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
  }

  .xl\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
  }

  .xl\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
  }

  .xl\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
  }

  .xl\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
  }

  .xl\:border-t-teal-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
  }

  .xl\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
  }

  .xl\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
  }

  .xl\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
  }

  .xl\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
  }

  .xl\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
  }

  .xl\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
  }

  .xl\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
  }

  .xl\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
  }

  .xl\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
  }

  .xl\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
  }

  .xl\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
  }

  .xl\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
  }

  .xl\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
  }

  .xl\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
  }

  .xl\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
  }

  .xl\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
  }

  .xl\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
  }

  .xl\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
  }

  .xl\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
  }

  .xl\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
  }

  .xl\:border-t-teal-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
  }

  .xl\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
  }

  .xl\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
  }

  .xl\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
  }

  .xl\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
  }

  .xl\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
  }

  .xl\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
  }

  .xl\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
  }

  .xl\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
  }

  .xl\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
  }

  .xl\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
  }

  .xl\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
  }

  .xl\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
  }

  .xl\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
  }

  .xl\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
  }

  .xl\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
  }

  .xl\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
  }

  .xl\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
  }

  .xl\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
  }

  .xl\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
  }

  .xl\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
  }

  .xl\:border-t-teal-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
  }

  .xl\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
  }

  .xl\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
  }

  .xl\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
  }

  .xl\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
  }

  .xl\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
  }

  .xl\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
  }

  .xl\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
  }

  .xl\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
  }

  .xl\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
  }

  .xl\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
  }

  .xl\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
  }

  .xl\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
  }

  .xl\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
  }

  .xl\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
  }

  .xl\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
  }

  .xl\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
  }

  .xl\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
  }

  .xl\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
  }

  .xl\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
  }

  .xl\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
  }

  .xl\:border-t-teal-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
  }

  .xl\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
  }

  .xl\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
  }

  .xl\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
  }

  .xl\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
  }

  .xl\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
  }

  .xl\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
  }

  .xl\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
  }

  .xl\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
  }

  .xl\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
  }

  .xl\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
  }

  .xl\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
  }

  .xl\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
  }

  .xl\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
  }

  .xl\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
  }

  .xl\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
  }

  .xl\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
  }

  .xl\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
  }

  .xl\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
  }

  .xl\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
  }

  .xl\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
  }

  .xl\:border-t-teal-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
  }

  .xl\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
  }

  .xl\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
  }

  .xl\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
  }

  .xl\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
  }

  .xl\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
  }

  .xl\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
  }

  .xl\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
  }

  .xl\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
  }

  .xl\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
  }

  .xl\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
  }

  .xl\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
  }

  .xl\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
  }

  .xl\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
  }

  .xl\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
  }

  .xl\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
  }

  .xl\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
  }

  .xl\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
  }

  .xl\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
  }

  .xl\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
  }

  .xl\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
  }

  .xl\:border-t-teal-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
  }

  .xl\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
  }

  .xl\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
  }

  .xl\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
  }

  .xl\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
  }

  .xl\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
  }

  .xl\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
  }

  .xl\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
  }

  .xl\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
  }

  .xl\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
  }

  .xl\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
  }

  .xl\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
  }

  .xl\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
  }

  .xl\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
  }

  .xl\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
  }

  .xl\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
  }

  .xl\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
  }

  .xl\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
  }

  .xl\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
  }

  .xl\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
  }

  .xl\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
  }

  .xl\:border-t-teal-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
  }

  .xl\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
  }

  .xl\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
  }

  .xl\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
  }

  .xl\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
  }

  .xl\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
  }

  .xl\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
  }

  .xl\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
  }

  .xl\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
  }

  .xl\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
  }

  .xl\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
  }

  .xl\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
  }

  .xl\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
  }

  .xl\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
  }

  .xl\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
  }

  .xl\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
  }

  .xl\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
  }

  .xl\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
  }

  .xl\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
  }

  .xl\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
  }

  .xl\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
  }

  .xl\:border-t-teal-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
  }

  .xl\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
  }

  .xl\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
  }

  .xl\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
  }

  .xl\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
  }

  .xl\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
  }

  .xl\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
  }

  .xl\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
  }

  .xl\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
  }

  .xl\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
  }

  .xl\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
  }

  .xl\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
  }

  .xl\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
  }

  .xl\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
  }

  .xl\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
  }

  .xl\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
  }

  .xl\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
  }

  .xl\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
  }

  .xl\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
  }

  .xl\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
  }

  .xl\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
  }

  .xl\:border-t-teal-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
  }

  .xl\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
  }

  .xl\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
  }

  .xl\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
  }

  .xl\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
  }

  .xl\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
  }

  .xl\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
  }

  .xl\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
  }

  .xl\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
  }

  .xl\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
  }

  .xl\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
  }

  .xl\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
  }

  .xl\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
  }

  .xl\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
  }

  .xl\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
  }

  .xl\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
  }

  .xl\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
  }

  .xl\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
  }

  .xl\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
  }

  .xl\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
  }

  .xl\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
  }

  .xl\:border-t-teal-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
  }

  .xl\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
  }

  .xl\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
  }

  .xl\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
  }

  .xl\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
  }

  .xl\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
  }

  .xl\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
  }

  .xl\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
  }

  .xl\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
  }

  .xl\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
  }

  .xl\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
  }

  .xl\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
  }

  .xl\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
  }

  .xl\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
  }

  .xl\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
  }

  .xl\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
  }

  .xl\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
  }

  .xl\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
  }

  .xl\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
  }

  .xl\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
  }

  .xl\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
  }

  .xl\:border-t-tertiary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-tertiary\/0 {
    border-top-color: hsl(var(--tertiary) / 0);
  }

  .xl\:border-t-tertiary\/10 {
    border-top-color: hsl(var(--tertiary) / 0.1);
  }

  .xl\:border-t-tertiary\/100 {
    border-top-color: hsl(var(--tertiary) / 1);
  }

  .xl\:border-t-tertiary\/15 {
    border-top-color: hsl(var(--tertiary) / 0.15);
  }

  .xl\:border-t-tertiary\/20 {
    border-top-color: hsl(var(--tertiary) / 0.2);
  }

  .xl\:border-t-tertiary\/25 {
    border-top-color: hsl(var(--tertiary) / 0.25);
  }

  .xl\:border-t-tertiary\/30 {
    border-top-color: hsl(var(--tertiary) / 0.3);
  }

  .xl\:border-t-tertiary\/35 {
    border-top-color: hsl(var(--tertiary) / 0.35);
  }

  .xl\:border-t-tertiary\/40 {
    border-top-color: hsl(var(--tertiary) / 0.4);
  }

  .xl\:border-t-tertiary\/45 {
    border-top-color: hsl(var(--tertiary) / 0.45);
  }

  .xl\:border-t-tertiary\/5 {
    border-top-color: hsl(var(--tertiary) / 0.05);
  }

  .xl\:border-t-tertiary\/50 {
    border-top-color: hsl(var(--tertiary) / 0.5);
  }

  .xl\:border-t-tertiary\/55 {
    border-top-color: hsl(var(--tertiary) / 0.55);
  }

  .xl\:border-t-tertiary\/60 {
    border-top-color: hsl(var(--tertiary) / 0.6);
  }

  .xl\:border-t-tertiary\/65 {
    border-top-color: hsl(var(--tertiary) / 0.65);
  }

  .xl\:border-t-tertiary\/70 {
    border-top-color: hsl(var(--tertiary) / 0.7);
  }

  .xl\:border-t-tertiary\/75 {
    border-top-color: hsl(var(--tertiary) / 0.75);
  }

  .xl\:border-t-tertiary\/80 {
    border-top-color: hsl(var(--tertiary) / 0.8);
  }

  .xl\:border-t-tertiary\/85 {
    border-top-color: hsl(var(--tertiary) / 0.85);
  }

  .xl\:border-t-tertiary\/90 {
    border-top-color: hsl(var(--tertiary) / 0.9);
  }

  .xl\:border-t-tertiary\/95 {
    border-top-color: hsl(var(--tertiary) / 0.95);
  }

  .xl\:border-t-transparent {
    border-top-color: transparent;
  }

  .xl\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .xl\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .xl\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .xl\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .xl\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .xl\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .xl\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .xl\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .xl\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .xl\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .xl\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .xl\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .xl\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .xl\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .xl\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .xl\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .xl\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .xl\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .xl\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .xl\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .xl\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .xl\:border-t-violet-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
  }

  .xl\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
  }

  .xl\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
  }

  .xl\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
  }

  .xl\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
  }

  .xl\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
  }

  .xl\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
  }

  .xl\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
  }

  .xl\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
  }

  .xl\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
  }

  .xl\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
  }

  .xl\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
  }

  .xl\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
  }

  .xl\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
  }

  .xl\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
  }

  .xl\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
  }

  .xl\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
  }

  .xl\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
  }

  .xl\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
  }

  .xl\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
  }

  .xl\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
  }

  .xl\:border-t-violet-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
  }

  .xl\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
  }

  .xl\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
  }

  .xl\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
  }

  .xl\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
  }

  .xl\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
  }

  .xl\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
  }

  .xl\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
  }

  .xl\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
  }

  .xl\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
  }

  .xl\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
  }

  .xl\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
  }

  .xl\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
  }

  .xl\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
  }

  .xl\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
  }

  .xl\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
  }

  .xl\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
  }

  .xl\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
  }

  .xl\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
  }

  .xl\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
  }

  .xl\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
  }

  .xl\:border-t-violet-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
  }

  .xl\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
  }

  .xl\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
  }

  .xl\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
  }

  .xl\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
  }

  .xl\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
  }

  .xl\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
  }

  .xl\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
  }

  .xl\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
  }

  .xl\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
  }

  .xl\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
  }

  .xl\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
  }

  .xl\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
  }

  .xl\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
  }

  .xl\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
  }

  .xl\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
  }

  .xl\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
  }

  .xl\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
  }

  .xl\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
  }

  .xl\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
  }

  .xl\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
  }

  .xl\:border-t-violet-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
  }

  .xl\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
  }

  .xl\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
  }

  .xl\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
  }

  .xl\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
  }

  .xl\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
  }

  .xl\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
  }

  .xl\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
  }

  .xl\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
  }

  .xl\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
  }

  .xl\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
  }

  .xl\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
  }

  .xl\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
  }

  .xl\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
  }

  .xl\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
  }

  .xl\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
  }

  .xl\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
  }

  .xl\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
  }

  .xl\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
  }

  .xl\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
  }

  .xl\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
  }

  .xl\:border-t-violet-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
  }

  .xl\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
  }

  .xl\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
  }

  .xl\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
  }

  .xl\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
  }

  .xl\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
  }

  .xl\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
  }

  .xl\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
  }

  .xl\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
  }

  .xl\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
  }

  .xl\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
  }

  .xl\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
  }

  .xl\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
  }

  .xl\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
  }

  .xl\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
  }

  .xl\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
  }

  .xl\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
  }

  .xl\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
  }

  .xl\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
  }

  .xl\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
  }

  .xl\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
  }

  .xl\:border-t-violet-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
  }

  .xl\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
  }

  .xl\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
  }

  .xl\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
  }

  .xl\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
  }

  .xl\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
  }

  .xl\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
  }

  .xl\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
  }

  .xl\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
  }

  .xl\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
  }

  .xl\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
  }

  .xl\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
  }

  .xl\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
  }

  .xl\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
  }

  .xl\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
  }

  .xl\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
  }

  .xl\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
  }

  .xl\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
  }

  .xl\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
  }

  .xl\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
  }

  .xl\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
  }

  .xl\:border-t-violet-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
  }

  .xl\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
  }

  .xl\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
  }

  .xl\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
  }

  .xl\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
  }

  .xl\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
  }

  .xl\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
  }

  .xl\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
  }

  .xl\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
  }

  .xl\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
  }

  .xl\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
  }

  .xl\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
  }

  .xl\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
  }

  .xl\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
  }

  .xl\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
  }

  .xl\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
  }

  .xl\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
  }

  .xl\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
  }

  .xl\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
  }

  .xl\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
  }

  .xl\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
  }

  .xl\:border-t-violet-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
  }

  .xl\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
  }

  .xl\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
  }

  .xl\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
  }

  .xl\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
  }

  .xl\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
  }

  .xl\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
  }

  .xl\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
  }

  .xl\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
  }

  .xl\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
  }

  .xl\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
  }

  .xl\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
  }

  .xl\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
  }

  .xl\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
  }

  .xl\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
  }

  .xl\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
  }

  .xl\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
  }

  .xl\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
  }

  .xl\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
  }

  .xl\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
  }

  .xl\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
  }

  .xl\:border-t-violet-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
  }

  .xl\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
  }

  .xl\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
  }

  .xl\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
  }

  .xl\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
  }

  .xl\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
  }

  .xl\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
  }

  .xl\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
  }

  .xl\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
  }

  .xl\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
  }

  .xl\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
  }

  .xl\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
  }

  .xl\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
  }

  .xl\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
  }

  .xl\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
  }

  .xl\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
  }

  .xl\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
  }

  .xl\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
  }

  .xl\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
  }

  .xl\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
  }

  .xl\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
  }

  .xl\:border-t-violet-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
  }

  .xl\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
  }

  .xl\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
  }

  .xl\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
  }

  .xl\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
  }

  .xl\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
  }

  .xl\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
  }

  .xl\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
  }

  .xl\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
  }

  .xl\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
  }

  .xl\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
  }

  .xl\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
  }

  .xl\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
  }

  .xl\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
  }

  .xl\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
  }

  .xl\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
  }

  .xl\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
  }

  .xl\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
  }

  .xl\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
  }

  .xl\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
  }

  .xl\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
  }

  .xl\:border-t-violet-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
  }

  .xl\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
  }

  .xl\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
  }

  .xl\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
  }

  .xl\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
  }

  .xl\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
  }

  .xl\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
  }

  .xl\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
  }

  .xl\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
  }

  .xl\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
  }

  .xl\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
  }

  .xl\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
  }

  .xl\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
  }

  .xl\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
  }

  .xl\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
  }

  .xl\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
  }

  .xl\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
  }

  .xl\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
  }

  .xl\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
  }

  .xl\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
  }

  .xl\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
  }

  .xl\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .xl\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .xl\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .xl\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
  }

  .xl\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .xl\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .xl\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .xl\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
  }

  .xl\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .xl\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
  }

  .xl\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .xl\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .xl\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
  }

  .xl\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .xl\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
  }

  .xl\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .xl\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .xl\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .xl\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
  }

  .xl\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .xl\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .xl\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .xl\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .xl\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .xl\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .xl\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .xl\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .xl\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .xl\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .xl\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .xl\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .xl\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .xl\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .xl\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
  }

  .xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .xl\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
  }

  .xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .xl\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
  }

  .xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .xl\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
  }

  .xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .xl\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
  }

  .xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .xl\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
  }

  .xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .xl\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .xl\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .xl\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .xl\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .xl\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .xl\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .xl\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .xl\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .xl\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .xl\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .xl\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .xl\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .xl\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .xl\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .xl\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .xl\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .xl\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .xl\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .xl\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .xl\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .xl\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .xl\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .xl\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .xl\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .xl\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
  }

  .xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .xl\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
  }

  .xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .xl\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
  }

  .xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .xl\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
  }

  .xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .xl\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
  }

  .xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .xl\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
  }

  .xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .xl\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .xl\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .xl\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .xl\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .xl\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .xl\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .xl\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
  }

  .xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .xl\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
  }

  .xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .xl\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
  }

  .xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .xl\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
  }

  .xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .xl\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
  }

  .xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .xl\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
  }

  .xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .xl\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
  }

  .xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .xl\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
  }

  .xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .xl\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
  }

  .xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .xl\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
  }

  .xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .xl\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
  }

  .xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .xl\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
  }

  .xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .xl\:border-t-zinc-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
  }

  .xl\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
  }

  .xl\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
  }

  .xl\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
  }

  .xl\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
  }

  .xl\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
  }

  .xl\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
  }

  .xl\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
  }

  .xl\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
  }

  .xl\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
  }

  .xl\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
  }

  .xl\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
  }

  .xl\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
  }

  .xl\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
  }

  .xl\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
  }

  .xl\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
  }

  .xl\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
  }

  .xl\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
  }

  .xl\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
  }

  .xl\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
  }

  .xl\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
  }

  .xl\:border-t-zinc-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
  }

  .xl\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
  }

  .xl\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
  }

  .xl\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
  }

  .xl\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
  }

  .xl\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
  }

  .xl\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
  }

  .xl\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
  }

  .xl\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
  }

  .xl\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
  }

  .xl\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
  }

  .xl\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
  }

  .xl\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
  }

  .xl\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
  }

  .xl\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
  }

  .xl\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
  }

  .xl\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
  }

  .xl\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
  }

  .xl\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
  }

  .xl\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
  }

  .xl\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
  }

  .xl\:border-t-zinc-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
  }

  .xl\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
  }

  .xl\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
  }

  .xl\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
  }

  .xl\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
  }

  .xl\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
  }

  .xl\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
  }

  .xl\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
  }

  .xl\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
  }

  .xl\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
  }

  .xl\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
  }

  .xl\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
  }

  .xl\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
  }

  .xl\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
  }

  .xl\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
  }

  .xl\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
  }

  .xl\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
  }

  .xl\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
  }

  .xl\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
  }

  .xl\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
  }

  .xl\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
  }

  .xl\:border-t-zinc-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
  }

  .xl\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
  }

  .xl\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
  }

  .xl\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
  }

  .xl\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
  }

  .xl\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
  }

  .xl\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
  }

  .xl\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
  }

  .xl\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
  }

  .xl\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
  }

  .xl\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
  }

  .xl\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
  }

  .xl\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
  }

  .xl\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
  }

  .xl\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
  }

  .xl\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
  }

  .xl\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
  }

  .xl\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
  }

  .xl\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
  }

  .xl\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
  }

  .xl\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
  }

  .xl\:border-t-zinc-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .xl\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .xl\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .xl\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .xl\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .xl\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .xl\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .xl\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .xl\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .xl\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .xl\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .xl\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .xl\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .xl\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .xl\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .xl\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .xl\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .xl\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .xl\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .xl\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .xl\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .xl\:border-t-zinc-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
  }

  .xl\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
  }

  .xl\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
  }

  .xl\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
  }

  .xl\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
  }

  .xl\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
  }

  .xl\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
  }

  .xl\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
  }

  .xl\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
  }

  .xl\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
  }

  .xl\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
  }

  .xl\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
  }

  .xl\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
  }

  .xl\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
  }

  .xl\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
  }

  .xl\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
  }

  .xl\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
  }

  .xl\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
  }

  .xl\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
  }

  .xl\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
  }

  .xl\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
  }

  .xl\:border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
  }

  .xl\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
  }

  .xl\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
  }

  .xl\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
  }

  .xl\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
  }

  .xl\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
  }

  .xl\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
  }

  .xl\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
  }

  .xl\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
  }

  .xl\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
  }

  .xl\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
  }

  .xl\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
  }

  .xl\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
  }

  .xl\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
  }

  .xl\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
  }

  .xl\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
  }

  .xl\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
  }

  .xl\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
  }

  .xl\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
  }

  .xl\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
  }

  .xl\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
  }

  .xl\:border-t-zinc-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
  }

  .xl\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
  }

  .xl\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
  }

  .xl\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
  }

  .xl\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
  }

  .xl\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
  }

  .xl\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
  }

  .xl\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
  }

  .xl\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
  }

  .xl\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
  }

  .xl\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
  }

  .xl\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
  }

  .xl\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
  }

  .xl\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
  }

  .xl\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
  }

  .xl\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
  }

  .xl\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
  }

  .xl\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
  }

  .xl\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
  }

  .xl\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
  }

  .xl\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
  }

  .xl\:border-t-zinc-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
  }

  .xl\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
  }

  .xl\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
  }

  .xl\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
  }

  .xl\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
  }

  .xl\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
  }

  .xl\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
  }

  .xl\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
  }

  .xl\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
  }

  .xl\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
  }

  .xl\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
  }

  .xl\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
  }

  .xl\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
  }

  .xl\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
  }

  .xl\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
  }

  .xl\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
  }

  .xl\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
  }

  .xl\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
  }

  .xl\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
  }

  .xl\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
  }

  .xl\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
  }

  .xl\:border-t-zinc-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
  }

  .xl\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
  }

  .xl\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
  }

  .xl\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
  }

  .xl\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
  }

  .xl\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
  }

  .xl\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
  }

  .xl\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
  }

  .xl\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
  }

  .xl\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
  }

  .xl\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
  }

  .xl\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
  }

  .xl\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
  }

  .xl\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
  }

  .xl\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
  }

  .xl\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
  }

  .xl\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
  }

  .xl\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
  }

  .xl\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
  }

  .xl\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
  }

  .xl\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
  }

  .xl\:border-t-zinc-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .xl\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
  }

  .xl\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
  }

  .xl\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
  }

  .xl\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
  }

  .xl\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
  }

  .xl\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
  }

  .xl\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
  }

  .xl\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
  }

  .xl\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
  }

  .xl\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
  }

  .xl\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
  }

  .xl\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
  }

  .xl\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
  }

  .xl\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
  }

  .xl\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
  }

  .xl\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
  }

  .xl\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
  }

  .xl\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
  }

  .xl\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
  }

  .xl\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
  }

  .xl\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
  }
}

@media (min-width: 1536px) {

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .\32xl\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .\32xl\:row-span-12 {
    grid-row: span 12 / span 12;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-7 {
    grid-row: span 7 / span 7;
  }

  .\32xl\:row-span-8 {
    grid-row: span 8 / span 8;
  }

  .\32xl\:row-span-9 {
    grid-row: span 9 / span 9;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:max-w-\[50vw\] {
    max-width: 50vw;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-background {
    --tw-border-opacity: 1;
    border-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-background\/0 {
    border-color: hsl(var(--background) / 0);
  }

  .\32xl\:border-background\/10 {
    border-color: hsl(var(--background) / 0.1);
  }

  .\32xl\:border-background\/100 {
    border-color: hsl(var(--background) / 1);
  }

  .\32xl\:border-background\/15 {
    border-color: hsl(var(--background) / 0.15);
  }

  .\32xl\:border-background\/20 {
    border-color: hsl(var(--background) / 0.2);
  }

  .\32xl\:border-background\/25 {
    border-color: hsl(var(--background) / 0.25);
  }

  .\32xl\:border-background\/30 {
    border-color: hsl(var(--background) / 0.3);
  }

  .\32xl\:border-background\/35 {
    border-color: hsl(var(--background) / 0.35);
  }

  .\32xl\:border-background\/40 {
    border-color: hsl(var(--background) / 0.4);
  }

  .\32xl\:border-background\/45 {
    border-color: hsl(var(--background) / 0.45);
  }

  .\32xl\:border-background\/5 {
    border-color: hsl(var(--background) / 0.05);
  }

  .\32xl\:border-background\/50 {
    border-color: hsl(var(--background) / 0.5);
  }

  .\32xl\:border-background\/55 {
    border-color: hsl(var(--background) / 0.55);
  }

  .\32xl\:border-background\/60 {
    border-color: hsl(var(--background) / 0.6);
  }

  .\32xl\:border-background\/65 {
    border-color: hsl(var(--background) / 0.65);
  }

  .\32xl\:border-background\/70 {
    border-color: hsl(var(--background) / 0.7);
  }

  .\32xl\:border-background\/75 {
    border-color: hsl(var(--background) / 0.75);
  }

  .\32xl\:border-background\/80 {
    border-color: hsl(var(--background) / 0.8);
  }

  .\32xl\:border-background\/85 {
    border-color: hsl(var(--background) / 0.85);
  }

  .\32xl\:border-background\/90 {
    border-color: hsl(var(--background) / 0.9);
  }

  .\32xl\:border-background\/95 {
    border-color: hsl(var(--background) / 0.95);
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-100\/0 {
    border-color: rgb(219 234 254 / 0);
  }

  .\32xl\:border-blue-100\/10 {
    border-color: rgb(219 234 254 / 0.1);
  }

  .\32xl\:border-blue-100\/100 {
    border-color: rgb(219 234 254 / 1);
  }

  .\32xl\:border-blue-100\/15 {
    border-color: rgb(219 234 254 / 0.15);
  }

  .\32xl\:border-blue-100\/20 {
    border-color: rgb(219 234 254 / 0.2);
  }

  .\32xl\:border-blue-100\/25 {
    border-color: rgb(219 234 254 / 0.25);
  }

  .\32xl\:border-blue-100\/30 {
    border-color: rgb(219 234 254 / 0.3);
  }

  .\32xl\:border-blue-100\/35 {
    border-color: rgb(219 234 254 / 0.35);
  }

  .\32xl\:border-blue-100\/40 {
    border-color: rgb(219 234 254 / 0.4);
  }

  .\32xl\:border-blue-100\/45 {
    border-color: rgb(219 234 254 / 0.45);
  }

  .\32xl\:border-blue-100\/5 {
    border-color: rgb(219 234 254 / 0.05);
  }

  .\32xl\:border-blue-100\/50 {
    border-color: rgb(219 234 254 / 0.5);
  }

  .\32xl\:border-blue-100\/55 {
    border-color: rgb(219 234 254 / 0.55);
  }

  .\32xl\:border-blue-100\/60 {
    border-color: rgb(219 234 254 / 0.6);
  }

  .\32xl\:border-blue-100\/65 {
    border-color: rgb(219 234 254 / 0.65);
  }

  .\32xl\:border-blue-100\/70 {
    border-color: rgb(219 234 254 / 0.7);
  }

  .\32xl\:border-blue-100\/75 {
    border-color: rgb(219 234 254 / 0.75);
  }

  .\32xl\:border-blue-100\/80 {
    border-color: rgb(219 234 254 / 0.8);
  }

  .\32xl\:border-blue-100\/85 {
    border-color: rgb(219 234 254 / 0.85);
  }

  .\32xl\:border-blue-100\/90 {
    border-color: rgb(219 234 254 / 0.9);
  }

  .\32xl\:border-blue-100\/95 {
    border-color: rgb(219 234 254 / 0.95);
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-200\/0 {
    border-color: rgb(191 219 254 / 0);
  }

  .\32xl\:border-blue-200\/10 {
    border-color: rgb(191 219 254 / 0.1);
  }

  .\32xl\:border-blue-200\/100 {
    border-color: rgb(191 219 254 / 1);
  }

  .\32xl\:border-blue-200\/15 {
    border-color: rgb(191 219 254 / 0.15);
  }

  .\32xl\:border-blue-200\/20 {
    border-color: rgb(191 219 254 / 0.2);
  }

  .\32xl\:border-blue-200\/25 {
    border-color: rgb(191 219 254 / 0.25);
  }

  .\32xl\:border-blue-200\/30 {
    border-color: rgb(191 219 254 / 0.3);
  }

  .\32xl\:border-blue-200\/35 {
    border-color: rgb(191 219 254 / 0.35);
  }

  .\32xl\:border-blue-200\/40 {
    border-color: rgb(191 219 254 / 0.4);
  }

  .\32xl\:border-blue-200\/45 {
    border-color: rgb(191 219 254 / 0.45);
  }

  .\32xl\:border-blue-200\/5 {
    border-color: rgb(191 219 254 / 0.05);
  }

  .\32xl\:border-blue-200\/50 {
    border-color: rgb(191 219 254 / 0.5);
  }

  .\32xl\:border-blue-200\/55 {
    border-color: rgb(191 219 254 / 0.55);
  }

  .\32xl\:border-blue-200\/60 {
    border-color: rgb(191 219 254 / 0.6);
  }

  .\32xl\:border-blue-200\/65 {
    border-color: rgb(191 219 254 / 0.65);
  }

  .\32xl\:border-blue-200\/70 {
    border-color: rgb(191 219 254 / 0.7);
  }

  .\32xl\:border-blue-200\/75 {
    border-color: rgb(191 219 254 / 0.75);
  }

  .\32xl\:border-blue-200\/80 {
    border-color: rgb(191 219 254 / 0.8);
  }

  .\32xl\:border-blue-200\/85 {
    border-color: rgb(191 219 254 / 0.85);
  }

  .\32xl\:border-blue-200\/90 {
    border-color: rgb(191 219 254 / 0.9);
  }

  .\32xl\:border-blue-200\/95 {
    border-color: rgb(191 219 254 / 0.95);
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-300\/0 {
    border-color: rgb(147 197 253 / 0);
  }

  .\32xl\:border-blue-300\/10 {
    border-color: rgb(147 197 253 / 0.1);
  }

  .\32xl\:border-blue-300\/100 {
    border-color: rgb(147 197 253 / 1);
  }

  .\32xl\:border-blue-300\/15 {
    border-color: rgb(147 197 253 / 0.15);
  }

  .\32xl\:border-blue-300\/20 {
    border-color: rgb(147 197 253 / 0.2);
  }

  .\32xl\:border-blue-300\/25 {
    border-color: rgb(147 197 253 / 0.25);
  }

  .\32xl\:border-blue-300\/30 {
    border-color: rgb(147 197 253 / 0.3);
  }

  .\32xl\:border-blue-300\/35 {
    border-color: rgb(147 197 253 / 0.35);
  }

  .\32xl\:border-blue-300\/40 {
    border-color: rgb(147 197 253 / 0.4);
  }

  .\32xl\:border-blue-300\/45 {
    border-color: rgb(147 197 253 / 0.45);
  }

  .\32xl\:border-blue-300\/5 {
    border-color: rgb(147 197 253 / 0.05);
  }

  .\32xl\:border-blue-300\/50 {
    border-color: rgb(147 197 253 / 0.5);
  }

  .\32xl\:border-blue-300\/55 {
    border-color: rgb(147 197 253 / 0.55);
  }

  .\32xl\:border-blue-300\/60 {
    border-color: rgb(147 197 253 / 0.6);
  }

  .\32xl\:border-blue-300\/65 {
    border-color: rgb(147 197 253 / 0.65);
  }

  .\32xl\:border-blue-300\/70 {
    border-color: rgb(147 197 253 / 0.7);
  }

  .\32xl\:border-blue-300\/75 {
    border-color: rgb(147 197 253 / 0.75);
  }

  .\32xl\:border-blue-300\/80 {
    border-color: rgb(147 197 253 / 0.8);
  }

  .\32xl\:border-blue-300\/85 {
    border-color: rgb(147 197 253 / 0.85);
  }

  .\32xl\:border-blue-300\/90 {
    border-color: rgb(147 197 253 / 0.9);
  }

  .\32xl\:border-blue-300\/95 {
    border-color: rgb(147 197 253 / 0.95);
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-400\/0 {
    border-color: rgb(96 165 250 / 0);
  }

  .\32xl\:border-blue-400\/10 {
    border-color: rgb(96 165 250 / 0.1);
  }

  .\32xl\:border-blue-400\/100 {
    border-color: rgb(96 165 250 / 1);
  }

  .\32xl\:border-blue-400\/15 {
    border-color: rgb(96 165 250 / 0.15);
  }

  .\32xl\:border-blue-400\/20 {
    border-color: rgb(96 165 250 / 0.2);
  }

  .\32xl\:border-blue-400\/25 {
    border-color: rgb(96 165 250 / 0.25);
  }

  .\32xl\:border-blue-400\/30 {
    border-color: rgb(96 165 250 / 0.3);
  }

  .\32xl\:border-blue-400\/35 {
    border-color: rgb(96 165 250 / 0.35);
  }

  .\32xl\:border-blue-400\/40 {
    border-color: rgb(96 165 250 / 0.4);
  }

  .\32xl\:border-blue-400\/45 {
    border-color: rgb(96 165 250 / 0.45);
  }

  .\32xl\:border-blue-400\/5 {
    border-color: rgb(96 165 250 / 0.05);
  }

  .\32xl\:border-blue-400\/50 {
    border-color: rgb(96 165 250 / 0.5);
  }

  .\32xl\:border-blue-400\/55 {
    border-color: rgb(96 165 250 / 0.55);
  }

  .\32xl\:border-blue-400\/60 {
    border-color: rgb(96 165 250 / 0.6);
  }

  .\32xl\:border-blue-400\/65 {
    border-color: rgb(96 165 250 / 0.65);
  }

  .\32xl\:border-blue-400\/70 {
    border-color: rgb(96 165 250 / 0.7);
  }

  .\32xl\:border-blue-400\/75 {
    border-color: rgb(96 165 250 / 0.75);
  }

  .\32xl\:border-blue-400\/80 {
    border-color: rgb(96 165 250 / 0.8);
  }

  .\32xl\:border-blue-400\/85 {
    border-color: rgb(96 165 250 / 0.85);
  }

  .\32xl\:border-blue-400\/90 {
    border-color: rgb(96 165 250 / 0.9);
  }

  .\32xl\:border-blue-400\/95 {
    border-color: rgb(96 165 250 / 0.95);
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-50\/0 {
    border-color: rgb(239 246 255 / 0);
  }

  .\32xl\:border-blue-50\/10 {
    border-color: rgb(239 246 255 / 0.1);
  }

  .\32xl\:border-blue-50\/100 {
    border-color: rgb(239 246 255 / 1);
  }

  .\32xl\:border-blue-50\/15 {
    border-color: rgb(239 246 255 / 0.15);
  }

  .\32xl\:border-blue-50\/20 {
    border-color: rgb(239 246 255 / 0.2);
  }

  .\32xl\:border-blue-50\/25 {
    border-color: rgb(239 246 255 / 0.25);
  }

  .\32xl\:border-blue-50\/30 {
    border-color: rgb(239 246 255 / 0.3);
  }

  .\32xl\:border-blue-50\/35 {
    border-color: rgb(239 246 255 / 0.35);
  }

  .\32xl\:border-blue-50\/40 {
    border-color: rgb(239 246 255 / 0.4);
  }

  .\32xl\:border-blue-50\/45 {
    border-color: rgb(239 246 255 / 0.45);
  }

  .\32xl\:border-blue-50\/5 {
    border-color: rgb(239 246 255 / 0.05);
  }

  .\32xl\:border-blue-50\/50 {
    border-color: rgb(239 246 255 / 0.5);
  }

  .\32xl\:border-blue-50\/55 {
    border-color: rgb(239 246 255 / 0.55);
  }

  .\32xl\:border-blue-50\/60 {
    border-color: rgb(239 246 255 / 0.6);
  }

  .\32xl\:border-blue-50\/65 {
    border-color: rgb(239 246 255 / 0.65);
  }

  .\32xl\:border-blue-50\/70 {
    border-color: rgb(239 246 255 / 0.7);
  }

  .\32xl\:border-blue-50\/75 {
    border-color: rgb(239 246 255 / 0.75);
  }

  .\32xl\:border-blue-50\/80 {
    border-color: rgb(239 246 255 / 0.8);
  }

  .\32xl\:border-blue-50\/85 {
    border-color: rgb(239 246 255 / 0.85);
  }

  .\32xl\:border-blue-50\/90 {
    border-color: rgb(239 246 255 / 0.9);
  }

  .\32xl\:border-blue-50\/95 {
    border-color: rgb(239 246 255 / 0.95);
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-500\/0 {
    border-color: rgb(59 130 246 / 0);
  }

  .\32xl\:border-blue-500\/10 {
    border-color: rgb(59 130 246 / 0.1);
  }

  .\32xl\:border-blue-500\/100 {
    border-color: rgb(59 130 246 / 1);
  }

  .\32xl\:border-blue-500\/15 {
    border-color: rgb(59 130 246 / 0.15);
  }

  .\32xl\:border-blue-500\/20 {
    border-color: rgb(59 130 246 / 0.2);
  }

  .\32xl\:border-blue-500\/25 {
    border-color: rgb(59 130 246 / 0.25);
  }

  .\32xl\:border-blue-500\/30 {
    border-color: rgb(59 130 246 / 0.3);
  }

  .\32xl\:border-blue-500\/35 {
    border-color: rgb(59 130 246 / 0.35);
  }

  .\32xl\:border-blue-500\/40 {
    border-color: rgb(59 130 246 / 0.4);
  }

  .\32xl\:border-blue-500\/45 {
    border-color: rgb(59 130 246 / 0.45);
  }

  .\32xl\:border-blue-500\/5 {
    border-color: rgb(59 130 246 / 0.05);
  }

  .\32xl\:border-blue-500\/50 {
    border-color: rgb(59 130 246 / 0.5);
  }

  .\32xl\:border-blue-500\/55 {
    border-color: rgb(59 130 246 / 0.55);
  }

  .\32xl\:border-blue-500\/60 {
    border-color: rgb(59 130 246 / 0.6);
  }

  .\32xl\:border-blue-500\/65 {
    border-color: rgb(59 130 246 / 0.65);
  }

  .\32xl\:border-blue-500\/70 {
    border-color: rgb(59 130 246 / 0.7);
  }

  .\32xl\:border-blue-500\/75 {
    border-color: rgb(59 130 246 / 0.75);
  }

  .\32xl\:border-blue-500\/80 {
    border-color: rgb(59 130 246 / 0.8);
  }

  .\32xl\:border-blue-500\/85 {
    border-color: rgb(59 130 246 / 0.85);
  }

  .\32xl\:border-blue-500\/90 {
    border-color: rgb(59 130 246 / 0.9);
  }

  .\32xl\:border-blue-500\/95 {
    border-color: rgb(59 130 246 / 0.95);
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-600\/0 {
    border-color: rgb(37 99 235 / 0);
  }

  .\32xl\:border-blue-600\/10 {
    border-color: rgb(37 99 235 / 0.1);
  }

  .\32xl\:border-blue-600\/100 {
    border-color: rgb(37 99 235 / 1);
  }

  .\32xl\:border-blue-600\/15 {
    border-color: rgb(37 99 235 / 0.15);
  }

  .\32xl\:border-blue-600\/20 {
    border-color: rgb(37 99 235 / 0.2);
  }

  .\32xl\:border-blue-600\/25 {
    border-color: rgb(37 99 235 / 0.25);
  }

  .\32xl\:border-blue-600\/30 {
    border-color: rgb(37 99 235 / 0.3);
  }

  .\32xl\:border-blue-600\/35 {
    border-color: rgb(37 99 235 / 0.35);
  }

  .\32xl\:border-blue-600\/40 {
    border-color: rgb(37 99 235 / 0.4);
  }

  .\32xl\:border-blue-600\/45 {
    border-color: rgb(37 99 235 / 0.45);
  }

  .\32xl\:border-blue-600\/5 {
    border-color: rgb(37 99 235 / 0.05);
  }

  .\32xl\:border-blue-600\/50 {
    border-color: rgb(37 99 235 / 0.5);
  }

  .\32xl\:border-blue-600\/55 {
    border-color: rgb(37 99 235 / 0.55);
  }

  .\32xl\:border-blue-600\/60 {
    border-color: rgb(37 99 235 / 0.6);
  }

  .\32xl\:border-blue-600\/65 {
    border-color: rgb(37 99 235 / 0.65);
  }

  .\32xl\:border-blue-600\/70 {
    border-color: rgb(37 99 235 / 0.7);
  }

  .\32xl\:border-blue-600\/75 {
    border-color: rgb(37 99 235 / 0.75);
  }

  .\32xl\:border-blue-600\/80 {
    border-color: rgb(37 99 235 / 0.8);
  }

  .\32xl\:border-blue-600\/85 {
    border-color: rgb(37 99 235 / 0.85);
  }

  .\32xl\:border-blue-600\/90 {
    border-color: rgb(37 99 235 / 0.9);
  }

  .\32xl\:border-blue-600\/95 {
    border-color: rgb(37 99 235 / 0.95);
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-700\/0 {
    border-color: rgb(29 78 216 / 0);
  }

  .\32xl\:border-blue-700\/10 {
    border-color: rgb(29 78 216 / 0.1);
  }

  .\32xl\:border-blue-700\/100 {
    border-color: rgb(29 78 216 / 1);
  }

  .\32xl\:border-blue-700\/15 {
    border-color: rgb(29 78 216 / 0.15);
  }

  .\32xl\:border-blue-700\/20 {
    border-color: rgb(29 78 216 / 0.2);
  }

  .\32xl\:border-blue-700\/25 {
    border-color: rgb(29 78 216 / 0.25);
  }

  .\32xl\:border-blue-700\/30 {
    border-color: rgb(29 78 216 / 0.3);
  }

  .\32xl\:border-blue-700\/35 {
    border-color: rgb(29 78 216 / 0.35);
  }

  .\32xl\:border-blue-700\/40 {
    border-color: rgb(29 78 216 / 0.4);
  }

  .\32xl\:border-blue-700\/45 {
    border-color: rgb(29 78 216 / 0.45);
  }

  .\32xl\:border-blue-700\/5 {
    border-color: rgb(29 78 216 / 0.05);
  }

  .\32xl\:border-blue-700\/50 {
    border-color: rgb(29 78 216 / 0.5);
  }

  .\32xl\:border-blue-700\/55 {
    border-color: rgb(29 78 216 / 0.55);
  }

  .\32xl\:border-blue-700\/60 {
    border-color: rgb(29 78 216 / 0.6);
  }

  .\32xl\:border-blue-700\/65 {
    border-color: rgb(29 78 216 / 0.65);
  }

  .\32xl\:border-blue-700\/70 {
    border-color: rgb(29 78 216 / 0.7);
  }

  .\32xl\:border-blue-700\/75 {
    border-color: rgb(29 78 216 / 0.75);
  }

  .\32xl\:border-blue-700\/80 {
    border-color: rgb(29 78 216 / 0.8);
  }

  .\32xl\:border-blue-700\/85 {
    border-color: rgb(29 78 216 / 0.85);
  }

  .\32xl\:border-blue-700\/90 {
    border-color: rgb(29 78 216 / 0.9);
  }

  .\32xl\:border-blue-700\/95 {
    border-color: rgb(29 78 216 / 0.95);
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-800\/0 {
    border-color: rgb(30 64 175 / 0);
  }

  .\32xl\:border-blue-800\/10 {
    border-color: rgb(30 64 175 / 0.1);
  }

  .\32xl\:border-blue-800\/100 {
    border-color: rgb(30 64 175 / 1);
  }

  .\32xl\:border-blue-800\/15 {
    border-color: rgb(30 64 175 / 0.15);
  }

  .\32xl\:border-blue-800\/20 {
    border-color: rgb(30 64 175 / 0.2);
  }

  .\32xl\:border-blue-800\/25 {
    border-color: rgb(30 64 175 / 0.25);
  }

  .\32xl\:border-blue-800\/30 {
    border-color: rgb(30 64 175 / 0.3);
  }

  .\32xl\:border-blue-800\/35 {
    border-color: rgb(30 64 175 / 0.35);
  }

  .\32xl\:border-blue-800\/40 {
    border-color: rgb(30 64 175 / 0.4);
  }

  .\32xl\:border-blue-800\/45 {
    border-color: rgb(30 64 175 / 0.45);
  }

  .\32xl\:border-blue-800\/5 {
    border-color: rgb(30 64 175 / 0.05);
  }

  .\32xl\:border-blue-800\/50 {
    border-color: rgb(30 64 175 / 0.5);
  }

  .\32xl\:border-blue-800\/55 {
    border-color: rgb(30 64 175 / 0.55);
  }

  .\32xl\:border-blue-800\/60 {
    border-color: rgb(30 64 175 / 0.6);
  }

  .\32xl\:border-blue-800\/65 {
    border-color: rgb(30 64 175 / 0.65);
  }

  .\32xl\:border-blue-800\/70 {
    border-color: rgb(30 64 175 / 0.7);
  }

  .\32xl\:border-blue-800\/75 {
    border-color: rgb(30 64 175 / 0.75);
  }

  .\32xl\:border-blue-800\/80 {
    border-color: rgb(30 64 175 / 0.8);
  }

  .\32xl\:border-blue-800\/85 {
    border-color: rgb(30 64 175 / 0.85);
  }

  .\32xl\:border-blue-800\/90 {
    border-color: rgb(30 64 175 / 0.9);
  }

  .\32xl\:border-blue-800\/95 {
    border-color: rgb(30 64 175 / 0.95);
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-900\/0 {
    border-color: rgb(30 58 138 / 0);
  }

  .\32xl\:border-blue-900\/10 {
    border-color: rgb(30 58 138 / 0.1);
  }

  .\32xl\:border-blue-900\/100 {
    border-color: rgb(30 58 138 / 1);
  }

  .\32xl\:border-blue-900\/15 {
    border-color: rgb(30 58 138 / 0.15);
  }

  .\32xl\:border-blue-900\/20 {
    border-color: rgb(30 58 138 / 0.2);
  }

  .\32xl\:border-blue-900\/25 {
    border-color: rgb(30 58 138 / 0.25);
  }

  .\32xl\:border-blue-900\/30 {
    border-color: rgb(30 58 138 / 0.3);
  }

  .\32xl\:border-blue-900\/35 {
    border-color: rgb(30 58 138 / 0.35);
  }

  .\32xl\:border-blue-900\/40 {
    border-color: rgb(30 58 138 / 0.4);
  }

  .\32xl\:border-blue-900\/45 {
    border-color: rgb(30 58 138 / 0.45);
  }

  .\32xl\:border-blue-900\/5 {
    border-color: rgb(30 58 138 / 0.05);
  }

  .\32xl\:border-blue-900\/50 {
    border-color: rgb(30 58 138 / 0.5);
  }

  .\32xl\:border-blue-900\/55 {
    border-color: rgb(30 58 138 / 0.55);
  }

  .\32xl\:border-blue-900\/60 {
    border-color: rgb(30 58 138 / 0.6);
  }

  .\32xl\:border-blue-900\/65 {
    border-color: rgb(30 58 138 / 0.65);
  }

  .\32xl\:border-blue-900\/70 {
    border-color: rgb(30 58 138 / 0.7);
  }

  .\32xl\:border-blue-900\/75 {
    border-color: rgb(30 58 138 / 0.75);
  }

  .\32xl\:border-blue-900\/80 {
    border-color: rgb(30 58 138 / 0.8);
  }

  .\32xl\:border-blue-900\/85 {
    border-color: rgb(30 58 138 / 0.85);
  }

  .\32xl\:border-blue-900\/90 {
    border-color: rgb(30 58 138 / 0.9);
  }

  .\32xl\:border-blue-900\/95 {
    border-color: rgb(30 58 138 / 0.95);
  }

  .\32xl\:border-blue-950 {
    --tw-border-opacity: 1;
    border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-blue-950\/0 {
    border-color: rgb(23 37 84 / 0);
  }

  .\32xl\:border-blue-950\/10 {
    border-color: rgb(23 37 84 / 0.1);
  }

  .\32xl\:border-blue-950\/100 {
    border-color: rgb(23 37 84 / 1);
  }

  .\32xl\:border-blue-950\/15 {
    border-color: rgb(23 37 84 / 0.15);
  }

  .\32xl\:border-blue-950\/20 {
    border-color: rgb(23 37 84 / 0.2);
  }

  .\32xl\:border-blue-950\/25 {
    border-color: rgb(23 37 84 / 0.25);
  }

  .\32xl\:border-blue-950\/30 {
    border-color: rgb(23 37 84 / 0.3);
  }

  .\32xl\:border-blue-950\/35 {
    border-color: rgb(23 37 84 / 0.35);
  }

  .\32xl\:border-blue-950\/40 {
    border-color: rgb(23 37 84 / 0.4);
  }

  .\32xl\:border-blue-950\/45 {
    border-color: rgb(23 37 84 / 0.45);
  }

  .\32xl\:border-blue-950\/5 {
    border-color: rgb(23 37 84 / 0.05);
  }

  .\32xl\:border-blue-950\/50 {
    border-color: rgb(23 37 84 / 0.5);
  }

  .\32xl\:border-blue-950\/55 {
    border-color: rgb(23 37 84 / 0.55);
  }

  .\32xl\:border-blue-950\/60 {
    border-color: rgb(23 37 84 / 0.6);
  }

  .\32xl\:border-blue-950\/65 {
    border-color: rgb(23 37 84 / 0.65);
  }

  .\32xl\:border-blue-950\/70 {
    border-color: rgb(23 37 84 / 0.7);
  }

  .\32xl\:border-blue-950\/75 {
    border-color: rgb(23 37 84 / 0.75);
  }

  .\32xl\:border-blue-950\/80 {
    border-color: rgb(23 37 84 / 0.8);
  }

  .\32xl\:border-blue-950\/85 {
    border-color: rgb(23 37 84 / 0.85);
  }

  .\32xl\:border-blue-950\/90 {
    border-color: rgb(23 37 84 / 0.9);
  }

  .\32xl\:border-blue-950\/95 {
    border-color: rgb(23 37 84 / 0.95);
  }

  .\32xl\:border-border {
    --tw-border-opacity: 1;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-border\/0 {
    border-color: hsl(var(--border) / 0);
  }

  .\32xl\:border-border\/10 {
    border-color: hsl(var(--border) / 0.1);
  }

  .\32xl\:border-border\/100 {
    border-color: hsl(var(--border) / 1);
  }

  .\32xl\:border-border\/15 {
    border-color: hsl(var(--border) / 0.15);
  }

  .\32xl\:border-border\/20 {
    border-color: hsl(var(--border) / 0.2);
  }

  .\32xl\:border-border\/25 {
    border-color: hsl(var(--border) / 0.25);
  }

  .\32xl\:border-border\/30 {
    border-color: hsl(var(--border) / 0.3);
  }

  .\32xl\:border-border\/35 {
    border-color: hsl(var(--border) / 0.35);
  }

  .\32xl\:border-border\/40 {
    border-color: hsl(var(--border) / 0.4);
  }

  .\32xl\:border-border\/45 {
    border-color: hsl(var(--border) / 0.45);
  }

  .\32xl\:border-border\/5 {
    border-color: hsl(var(--border) / 0.05);
  }

  .\32xl\:border-border\/50 {
    border-color: hsl(var(--border) / 0.5);
  }

  .\32xl\:border-border\/55 {
    border-color: hsl(var(--border) / 0.55);
  }

  .\32xl\:border-border\/60 {
    border-color: hsl(var(--border) / 0.6);
  }

  .\32xl\:border-border\/65 {
    border-color: hsl(var(--border) / 0.65);
  }

  .\32xl\:border-border\/70 {
    border-color: hsl(var(--border) / 0.7);
  }

  .\32xl\:border-border\/75 {
    border-color: hsl(var(--border) / 0.75);
  }

  .\32xl\:border-border\/80 {
    border-color: hsl(var(--border) / 0.8);
  }

  .\32xl\:border-border\/85 {
    border-color: hsl(var(--border) / 0.85);
  }

  .\32xl\:border-border\/90 {
    border-color: hsl(var(--border) / 0.9);
  }

  .\32xl\:border-border\/95 {
    border-color: hsl(var(--border) / 0.95);
  }

  .\32xl\:border-lime-100 {
    --tw-border-opacity: 1;
    border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-100\/0 {
    border-color: rgb(236 252 203 / 0);
  }

  .\32xl\:border-lime-100\/10 {
    border-color: rgb(236 252 203 / 0.1);
  }

  .\32xl\:border-lime-100\/100 {
    border-color: rgb(236 252 203 / 1);
  }

  .\32xl\:border-lime-100\/15 {
    border-color: rgb(236 252 203 / 0.15);
  }

  .\32xl\:border-lime-100\/20 {
    border-color: rgb(236 252 203 / 0.2);
  }

  .\32xl\:border-lime-100\/25 {
    border-color: rgb(236 252 203 / 0.25);
  }

  .\32xl\:border-lime-100\/30 {
    border-color: rgb(236 252 203 / 0.3);
  }

  .\32xl\:border-lime-100\/35 {
    border-color: rgb(236 252 203 / 0.35);
  }

  .\32xl\:border-lime-100\/40 {
    border-color: rgb(236 252 203 / 0.4);
  }

  .\32xl\:border-lime-100\/45 {
    border-color: rgb(236 252 203 / 0.45);
  }

  .\32xl\:border-lime-100\/5 {
    border-color: rgb(236 252 203 / 0.05);
  }

  .\32xl\:border-lime-100\/50 {
    border-color: rgb(236 252 203 / 0.5);
  }

  .\32xl\:border-lime-100\/55 {
    border-color: rgb(236 252 203 / 0.55);
  }

  .\32xl\:border-lime-100\/60 {
    border-color: rgb(236 252 203 / 0.6);
  }

  .\32xl\:border-lime-100\/65 {
    border-color: rgb(236 252 203 / 0.65);
  }

  .\32xl\:border-lime-100\/70 {
    border-color: rgb(236 252 203 / 0.7);
  }

  .\32xl\:border-lime-100\/75 {
    border-color: rgb(236 252 203 / 0.75);
  }

  .\32xl\:border-lime-100\/80 {
    border-color: rgb(236 252 203 / 0.8);
  }

  .\32xl\:border-lime-100\/85 {
    border-color: rgb(236 252 203 / 0.85);
  }

  .\32xl\:border-lime-100\/90 {
    border-color: rgb(236 252 203 / 0.9);
  }

  .\32xl\:border-lime-100\/95 {
    border-color: rgb(236 252 203 / 0.95);
  }

  .\32xl\:border-lime-200 {
    --tw-border-opacity: 1;
    border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-200\/0 {
    border-color: rgb(217 249 157 / 0);
  }

  .\32xl\:border-lime-200\/10 {
    border-color: rgb(217 249 157 / 0.1);
  }

  .\32xl\:border-lime-200\/100 {
    border-color: rgb(217 249 157 / 1);
  }

  .\32xl\:border-lime-200\/15 {
    border-color: rgb(217 249 157 / 0.15);
  }

  .\32xl\:border-lime-200\/20 {
    border-color: rgb(217 249 157 / 0.2);
  }

  .\32xl\:border-lime-200\/25 {
    border-color: rgb(217 249 157 / 0.25);
  }

  .\32xl\:border-lime-200\/30 {
    border-color: rgb(217 249 157 / 0.3);
  }

  .\32xl\:border-lime-200\/35 {
    border-color: rgb(217 249 157 / 0.35);
  }

  .\32xl\:border-lime-200\/40 {
    border-color: rgb(217 249 157 / 0.4);
  }

  .\32xl\:border-lime-200\/45 {
    border-color: rgb(217 249 157 / 0.45);
  }

  .\32xl\:border-lime-200\/5 {
    border-color: rgb(217 249 157 / 0.05);
  }

  .\32xl\:border-lime-200\/50 {
    border-color: rgb(217 249 157 / 0.5);
  }

  .\32xl\:border-lime-200\/55 {
    border-color: rgb(217 249 157 / 0.55);
  }

  .\32xl\:border-lime-200\/60 {
    border-color: rgb(217 249 157 / 0.6);
  }

  .\32xl\:border-lime-200\/65 {
    border-color: rgb(217 249 157 / 0.65);
  }

  .\32xl\:border-lime-200\/70 {
    border-color: rgb(217 249 157 / 0.7);
  }

  .\32xl\:border-lime-200\/75 {
    border-color: rgb(217 249 157 / 0.75);
  }

  .\32xl\:border-lime-200\/80 {
    border-color: rgb(217 249 157 / 0.8);
  }

  .\32xl\:border-lime-200\/85 {
    border-color: rgb(217 249 157 / 0.85);
  }

  .\32xl\:border-lime-200\/90 {
    border-color: rgb(217 249 157 / 0.9);
  }

  .\32xl\:border-lime-200\/95 {
    border-color: rgb(217 249 157 / 0.95);
  }

  .\32xl\:border-lime-300 {
    --tw-border-opacity: 1;
    border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-300\/0 {
    border-color: rgb(190 242 100 / 0);
  }

  .\32xl\:border-lime-300\/10 {
    border-color: rgb(190 242 100 / 0.1);
  }

  .\32xl\:border-lime-300\/100 {
    border-color: rgb(190 242 100 / 1);
  }

  .\32xl\:border-lime-300\/15 {
    border-color: rgb(190 242 100 / 0.15);
  }

  .\32xl\:border-lime-300\/20 {
    border-color: rgb(190 242 100 / 0.2);
  }

  .\32xl\:border-lime-300\/25 {
    border-color: rgb(190 242 100 / 0.25);
  }

  .\32xl\:border-lime-300\/30 {
    border-color: rgb(190 242 100 / 0.3);
  }

  .\32xl\:border-lime-300\/35 {
    border-color: rgb(190 242 100 / 0.35);
  }

  .\32xl\:border-lime-300\/40 {
    border-color: rgb(190 242 100 / 0.4);
  }

  .\32xl\:border-lime-300\/45 {
    border-color: rgb(190 242 100 / 0.45);
  }

  .\32xl\:border-lime-300\/5 {
    border-color: rgb(190 242 100 / 0.05);
  }

  .\32xl\:border-lime-300\/50 {
    border-color: rgb(190 242 100 / 0.5);
  }

  .\32xl\:border-lime-300\/55 {
    border-color: rgb(190 242 100 / 0.55);
  }

  .\32xl\:border-lime-300\/60 {
    border-color: rgb(190 242 100 / 0.6);
  }

  .\32xl\:border-lime-300\/65 {
    border-color: rgb(190 242 100 / 0.65);
  }

  .\32xl\:border-lime-300\/70 {
    border-color: rgb(190 242 100 / 0.7);
  }

  .\32xl\:border-lime-300\/75 {
    border-color: rgb(190 242 100 / 0.75);
  }

  .\32xl\:border-lime-300\/80 {
    border-color: rgb(190 242 100 / 0.8);
  }

  .\32xl\:border-lime-300\/85 {
    border-color: rgb(190 242 100 / 0.85);
  }

  .\32xl\:border-lime-300\/90 {
    border-color: rgb(190 242 100 / 0.9);
  }

  .\32xl\:border-lime-300\/95 {
    border-color: rgb(190 242 100 / 0.95);
  }

  .\32xl\:border-lime-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-400\/0 {
    border-color: rgb(163 230 53 / 0);
  }

  .\32xl\:border-lime-400\/10 {
    border-color: rgb(163 230 53 / 0.1);
  }

  .\32xl\:border-lime-400\/100 {
    border-color: rgb(163 230 53 / 1);
  }

  .\32xl\:border-lime-400\/15 {
    border-color: rgb(163 230 53 / 0.15);
  }

  .\32xl\:border-lime-400\/20 {
    border-color: rgb(163 230 53 / 0.2);
  }

  .\32xl\:border-lime-400\/25 {
    border-color: rgb(163 230 53 / 0.25);
  }

  .\32xl\:border-lime-400\/30 {
    border-color: rgb(163 230 53 / 0.3);
  }

  .\32xl\:border-lime-400\/35 {
    border-color: rgb(163 230 53 / 0.35);
  }

  .\32xl\:border-lime-400\/40 {
    border-color: rgb(163 230 53 / 0.4);
  }

  .\32xl\:border-lime-400\/45 {
    border-color: rgb(163 230 53 / 0.45);
  }

  .\32xl\:border-lime-400\/5 {
    border-color: rgb(163 230 53 / 0.05);
  }

  .\32xl\:border-lime-400\/50 {
    border-color: rgb(163 230 53 / 0.5);
  }

  .\32xl\:border-lime-400\/55 {
    border-color: rgb(163 230 53 / 0.55);
  }

  .\32xl\:border-lime-400\/60 {
    border-color: rgb(163 230 53 / 0.6);
  }

  .\32xl\:border-lime-400\/65 {
    border-color: rgb(163 230 53 / 0.65);
  }

  .\32xl\:border-lime-400\/70 {
    border-color: rgb(163 230 53 / 0.7);
  }

  .\32xl\:border-lime-400\/75 {
    border-color: rgb(163 230 53 / 0.75);
  }

  .\32xl\:border-lime-400\/80 {
    border-color: rgb(163 230 53 / 0.8);
  }

  .\32xl\:border-lime-400\/85 {
    border-color: rgb(163 230 53 / 0.85);
  }

  .\32xl\:border-lime-400\/90 {
    border-color: rgb(163 230 53 / 0.9);
  }

  .\32xl\:border-lime-400\/95 {
    border-color: rgb(163 230 53 / 0.95);
  }

  .\32xl\:border-lime-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-50\/0 {
    border-color: rgb(247 254 231 / 0);
  }

  .\32xl\:border-lime-50\/10 {
    border-color: rgb(247 254 231 / 0.1);
  }

  .\32xl\:border-lime-50\/100 {
    border-color: rgb(247 254 231 / 1);
  }

  .\32xl\:border-lime-50\/15 {
    border-color: rgb(247 254 231 / 0.15);
  }

  .\32xl\:border-lime-50\/20 {
    border-color: rgb(247 254 231 / 0.2);
  }

  .\32xl\:border-lime-50\/25 {
    border-color: rgb(247 254 231 / 0.25);
  }

  .\32xl\:border-lime-50\/30 {
    border-color: rgb(247 254 231 / 0.3);
  }

  .\32xl\:border-lime-50\/35 {
    border-color: rgb(247 254 231 / 0.35);
  }

  .\32xl\:border-lime-50\/40 {
    border-color: rgb(247 254 231 / 0.4);
  }

  .\32xl\:border-lime-50\/45 {
    border-color: rgb(247 254 231 / 0.45);
  }

  .\32xl\:border-lime-50\/5 {
    border-color: rgb(247 254 231 / 0.05);
  }

  .\32xl\:border-lime-50\/50 {
    border-color: rgb(247 254 231 / 0.5);
  }

  .\32xl\:border-lime-50\/55 {
    border-color: rgb(247 254 231 / 0.55);
  }

  .\32xl\:border-lime-50\/60 {
    border-color: rgb(247 254 231 / 0.6);
  }

  .\32xl\:border-lime-50\/65 {
    border-color: rgb(247 254 231 / 0.65);
  }

  .\32xl\:border-lime-50\/70 {
    border-color: rgb(247 254 231 / 0.7);
  }

  .\32xl\:border-lime-50\/75 {
    border-color: rgb(247 254 231 / 0.75);
  }

  .\32xl\:border-lime-50\/80 {
    border-color: rgb(247 254 231 / 0.8);
  }

  .\32xl\:border-lime-50\/85 {
    border-color: rgb(247 254 231 / 0.85);
  }

  .\32xl\:border-lime-50\/90 {
    border-color: rgb(247 254 231 / 0.9);
  }

  .\32xl\:border-lime-50\/95 {
    border-color: rgb(247 254 231 / 0.95);
  }

  .\32xl\:border-lime-500 {
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-500\/0 {
    border-color: rgb(132 204 22 / 0);
  }

  .\32xl\:border-lime-500\/10 {
    border-color: rgb(132 204 22 / 0.1);
  }

  .\32xl\:border-lime-500\/100 {
    border-color: rgb(132 204 22 / 1);
  }

  .\32xl\:border-lime-500\/15 {
    border-color: rgb(132 204 22 / 0.15);
  }

  .\32xl\:border-lime-500\/20 {
    border-color: rgb(132 204 22 / 0.2);
  }

  .\32xl\:border-lime-500\/25 {
    border-color: rgb(132 204 22 / 0.25);
  }

  .\32xl\:border-lime-500\/30 {
    border-color: rgb(132 204 22 / 0.3);
  }

  .\32xl\:border-lime-500\/35 {
    border-color: rgb(132 204 22 / 0.35);
  }

  .\32xl\:border-lime-500\/40 {
    border-color: rgb(132 204 22 / 0.4);
  }

  .\32xl\:border-lime-500\/45 {
    border-color: rgb(132 204 22 / 0.45);
  }

  .\32xl\:border-lime-500\/5 {
    border-color: rgb(132 204 22 / 0.05);
  }

  .\32xl\:border-lime-500\/50 {
    border-color: rgb(132 204 22 / 0.5);
  }

  .\32xl\:border-lime-500\/55 {
    border-color: rgb(132 204 22 / 0.55);
  }

  .\32xl\:border-lime-500\/60 {
    border-color: rgb(132 204 22 / 0.6);
  }

  .\32xl\:border-lime-500\/65 {
    border-color: rgb(132 204 22 / 0.65);
  }

  .\32xl\:border-lime-500\/70 {
    border-color: rgb(132 204 22 / 0.7);
  }

  .\32xl\:border-lime-500\/75 {
    border-color: rgb(132 204 22 / 0.75);
  }

  .\32xl\:border-lime-500\/80 {
    border-color: rgb(132 204 22 / 0.8);
  }

  .\32xl\:border-lime-500\/85 {
    border-color: rgb(132 204 22 / 0.85);
  }

  .\32xl\:border-lime-500\/90 {
    border-color: rgb(132 204 22 / 0.9);
  }

  .\32xl\:border-lime-500\/95 {
    border-color: rgb(132 204 22 / 0.95);
  }

  .\32xl\:border-lime-600 {
    --tw-border-opacity: 1;
    border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-600\/0 {
    border-color: rgb(101 163 13 / 0);
  }

  .\32xl\:border-lime-600\/10 {
    border-color: rgb(101 163 13 / 0.1);
  }

  .\32xl\:border-lime-600\/100 {
    border-color: rgb(101 163 13 / 1);
  }

  .\32xl\:border-lime-600\/15 {
    border-color: rgb(101 163 13 / 0.15);
  }

  .\32xl\:border-lime-600\/20 {
    border-color: rgb(101 163 13 / 0.2);
  }

  .\32xl\:border-lime-600\/25 {
    border-color: rgb(101 163 13 / 0.25);
  }

  .\32xl\:border-lime-600\/30 {
    border-color: rgb(101 163 13 / 0.3);
  }

  .\32xl\:border-lime-600\/35 {
    border-color: rgb(101 163 13 / 0.35);
  }

  .\32xl\:border-lime-600\/40 {
    border-color: rgb(101 163 13 / 0.4);
  }

  .\32xl\:border-lime-600\/45 {
    border-color: rgb(101 163 13 / 0.45);
  }

  .\32xl\:border-lime-600\/5 {
    border-color: rgb(101 163 13 / 0.05);
  }

  .\32xl\:border-lime-600\/50 {
    border-color: rgb(101 163 13 / 0.5);
  }

  .\32xl\:border-lime-600\/55 {
    border-color: rgb(101 163 13 / 0.55);
  }

  .\32xl\:border-lime-600\/60 {
    border-color: rgb(101 163 13 / 0.6);
  }

  .\32xl\:border-lime-600\/65 {
    border-color: rgb(101 163 13 / 0.65);
  }

  .\32xl\:border-lime-600\/70 {
    border-color: rgb(101 163 13 / 0.7);
  }

  .\32xl\:border-lime-600\/75 {
    border-color: rgb(101 163 13 / 0.75);
  }

  .\32xl\:border-lime-600\/80 {
    border-color: rgb(101 163 13 / 0.8);
  }

  .\32xl\:border-lime-600\/85 {
    border-color: rgb(101 163 13 / 0.85);
  }

  .\32xl\:border-lime-600\/90 {
    border-color: rgb(101 163 13 / 0.9);
  }

  .\32xl\:border-lime-600\/95 {
    border-color: rgb(101 163 13 / 0.95);
  }

  .\32xl\:border-lime-700 {
    --tw-border-opacity: 1;
    border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-700\/0 {
    border-color: rgb(77 124 15 / 0);
  }

  .\32xl\:border-lime-700\/10 {
    border-color: rgb(77 124 15 / 0.1);
  }

  .\32xl\:border-lime-700\/100 {
    border-color: rgb(77 124 15 / 1);
  }

  .\32xl\:border-lime-700\/15 {
    border-color: rgb(77 124 15 / 0.15);
  }

  .\32xl\:border-lime-700\/20 {
    border-color: rgb(77 124 15 / 0.2);
  }

  .\32xl\:border-lime-700\/25 {
    border-color: rgb(77 124 15 / 0.25);
  }

  .\32xl\:border-lime-700\/30 {
    border-color: rgb(77 124 15 / 0.3);
  }

  .\32xl\:border-lime-700\/35 {
    border-color: rgb(77 124 15 / 0.35);
  }

  .\32xl\:border-lime-700\/40 {
    border-color: rgb(77 124 15 / 0.4);
  }

  .\32xl\:border-lime-700\/45 {
    border-color: rgb(77 124 15 / 0.45);
  }

  .\32xl\:border-lime-700\/5 {
    border-color: rgb(77 124 15 / 0.05);
  }

  .\32xl\:border-lime-700\/50 {
    border-color: rgb(77 124 15 / 0.5);
  }

  .\32xl\:border-lime-700\/55 {
    border-color: rgb(77 124 15 / 0.55);
  }

  .\32xl\:border-lime-700\/60 {
    border-color: rgb(77 124 15 / 0.6);
  }

  .\32xl\:border-lime-700\/65 {
    border-color: rgb(77 124 15 / 0.65);
  }

  .\32xl\:border-lime-700\/70 {
    border-color: rgb(77 124 15 / 0.7);
  }

  .\32xl\:border-lime-700\/75 {
    border-color: rgb(77 124 15 / 0.75);
  }

  .\32xl\:border-lime-700\/80 {
    border-color: rgb(77 124 15 / 0.8);
  }

  .\32xl\:border-lime-700\/85 {
    border-color: rgb(77 124 15 / 0.85);
  }

  .\32xl\:border-lime-700\/90 {
    border-color: rgb(77 124 15 / 0.9);
  }

  .\32xl\:border-lime-700\/95 {
    border-color: rgb(77 124 15 / 0.95);
  }

  .\32xl\:border-lime-800 {
    --tw-border-opacity: 1;
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-800\/0 {
    border-color: rgb(63 98 18 / 0);
  }

  .\32xl\:border-lime-800\/10 {
    border-color: rgb(63 98 18 / 0.1);
  }

  .\32xl\:border-lime-800\/100 {
    border-color: rgb(63 98 18 / 1);
  }

  .\32xl\:border-lime-800\/15 {
    border-color: rgb(63 98 18 / 0.15);
  }

  .\32xl\:border-lime-800\/20 {
    border-color: rgb(63 98 18 / 0.2);
  }

  .\32xl\:border-lime-800\/25 {
    border-color: rgb(63 98 18 / 0.25);
  }

  .\32xl\:border-lime-800\/30 {
    border-color: rgb(63 98 18 / 0.3);
  }

  .\32xl\:border-lime-800\/35 {
    border-color: rgb(63 98 18 / 0.35);
  }

  .\32xl\:border-lime-800\/40 {
    border-color: rgb(63 98 18 / 0.4);
  }

  .\32xl\:border-lime-800\/45 {
    border-color: rgb(63 98 18 / 0.45);
  }

  .\32xl\:border-lime-800\/5 {
    border-color: rgb(63 98 18 / 0.05);
  }

  .\32xl\:border-lime-800\/50 {
    border-color: rgb(63 98 18 / 0.5);
  }

  .\32xl\:border-lime-800\/55 {
    border-color: rgb(63 98 18 / 0.55);
  }

  .\32xl\:border-lime-800\/60 {
    border-color: rgb(63 98 18 / 0.6);
  }

  .\32xl\:border-lime-800\/65 {
    border-color: rgb(63 98 18 / 0.65);
  }

  .\32xl\:border-lime-800\/70 {
    border-color: rgb(63 98 18 / 0.7);
  }

  .\32xl\:border-lime-800\/75 {
    border-color: rgb(63 98 18 / 0.75);
  }

  .\32xl\:border-lime-800\/80 {
    border-color: rgb(63 98 18 / 0.8);
  }

  .\32xl\:border-lime-800\/85 {
    border-color: rgb(63 98 18 / 0.85);
  }

  .\32xl\:border-lime-800\/90 {
    border-color: rgb(63 98 18 / 0.9);
  }

  .\32xl\:border-lime-800\/95 {
    border-color: rgb(63 98 18 / 0.95);
  }

  .\32xl\:border-lime-900 {
    --tw-border-opacity: 1;
    border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-900\/0 {
    border-color: rgb(54 83 20 / 0);
  }

  .\32xl\:border-lime-900\/10 {
    border-color: rgb(54 83 20 / 0.1);
  }

  .\32xl\:border-lime-900\/100 {
    border-color: rgb(54 83 20 / 1);
  }

  .\32xl\:border-lime-900\/15 {
    border-color: rgb(54 83 20 / 0.15);
  }

  .\32xl\:border-lime-900\/20 {
    border-color: rgb(54 83 20 / 0.2);
  }

  .\32xl\:border-lime-900\/25 {
    border-color: rgb(54 83 20 / 0.25);
  }

  .\32xl\:border-lime-900\/30 {
    border-color: rgb(54 83 20 / 0.3);
  }

  .\32xl\:border-lime-900\/35 {
    border-color: rgb(54 83 20 / 0.35);
  }

  .\32xl\:border-lime-900\/40 {
    border-color: rgb(54 83 20 / 0.4);
  }

  .\32xl\:border-lime-900\/45 {
    border-color: rgb(54 83 20 / 0.45);
  }

  .\32xl\:border-lime-900\/5 {
    border-color: rgb(54 83 20 / 0.05);
  }

  .\32xl\:border-lime-900\/50 {
    border-color: rgb(54 83 20 / 0.5);
  }

  .\32xl\:border-lime-900\/55 {
    border-color: rgb(54 83 20 / 0.55);
  }

  .\32xl\:border-lime-900\/60 {
    border-color: rgb(54 83 20 / 0.6);
  }

  .\32xl\:border-lime-900\/65 {
    border-color: rgb(54 83 20 / 0.65);
  }

  .\32xl\:border-lime-900\/70 {
    border-color: rgb(54 83 20 / 0.7);
  }

  .\32xl\:border-lime-900\/75 {
    border-color: rgb(54 83 20 / 0.75);
  }

  .\32xl\:border-lime-900\/80 {
    border-color: rgb(54 83 20 / 0.8);
  }

  .\32xl\:border-lime-900\/85 {
    border-color: rgb(54 83 20 / 0.85);
  }

  .\32xl\:border-lime-900\/90 {
    border-color: rgb(54 83 20 / 0.9);
  }

  .\32xl\:border-lime-900\/95 {
    border-color: rgb(54 83 20 / 0.95);
  }

  .\32xl\:border-lime-950 {
    --tw-border-opacity: 1;
    border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-lime-950\/0 {
    border-color: rgb(26 46 5 / 0);
  }

  .\32xl\:border-lime-950\/10 {
    border-color: rgb(26 46 5 / 0.1);
  }

  .\32xl\:border-lime-950\/100 {
    border-color: rgb(26 46 5 / 1);
  }

  .\32xl\:border-lime-950\/15 {
    border-color: rgb(26 46 5 / 0.15);
  }

  .\32xl\:border-lime-950\/20 {
    border-color: rgb(26 46 5 / 0.2);
  }

  .\32xl\:border-lime-950\/25 {
    border-color: rgb(26 46 5 / 0.25);
  }

  .\32xl\:border-lime-950\/30 {
    border-color: rgb(26 46 5 / 0.3);
  }

  .\32xl\:border-lime-950\/35 {
    border-color: rgb(26 46 5 / 0.35);
  }

  .\32xl\:border-lime-950\/40 {
    border-color: rgb(26 46 5 / 0.4);
  }

  .\32xl\:border-lime-950\/45 {
    border-color: rgb(26 46 5 / 0.45);
  }

  .\32xl\:border-lime-950\/5 {
    border-color: rgb(26 46 5 / 0.05);
  }

  .\32xl\:border-lime-950\/50 {
    border-color: rgb(26 46 5 / 0.5);
  }

  .\32xl\:border-lime-950\/55 {
    border-color: rgb(26 46 5 / 0.55);
  }

  .\32xl\:border-lime-950\/60 {
    border-color: rgb(26 46 5 / 0.6);
  }

  .\32xl\:border-lime-950\/65 {
    border-color: rgb(26 46 5 / 0.65);
  }

  .\32xl\:border-lime-950\/70 {
    border-color: rgb(26 46 5 / 0.7);
  }

  .\32xl\:border-lime-950\/75 {
    border-color: rgb(26 46 5 / 0.75);
  }

  .\32xl\:border-lime-950\/80 {
    border-color: rgb(26 46 5 / 0.8);
  }

  .\32xl\:border-lime-950\/85 {
    border-color: rgb(26 46 5 / 0.85);
  }

  .\32xl\:border-lime-950\/90 {
    border-color: rgb(26 46 5 / 0.9);
  }

  .\32xl\:border-lime-950\/95 {
    border-color: rgb(26 46 5 / 0.95);
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-100\/0 {
    border-color: rgb(254 226 226 / 0);
  }

  .\32xl\:border-red-100\/10 {
    border-color: rgb(254 226 226 / 0.1);
  }

  .\32xl\:border-red-100\/100 {
    border-color: rgb(254 226 226 / 1);
  }

  .\32xl\:border-red-100\/15 {
    border-color: rgb(254 226 226 / 0.15);
  }

  .\32xl\:border-red-100\/20 {
    border-color: rgb(254 226 226 / 0.2);
  }

  .\32xl\:border-red-100\/25 {
    border-color: rgb(254 226 226 / 0.25);
  }

  .\32xl\:border-red-100\/30 {
    border-color: rgb(254 226 226 / 0.3);
  }

  .\32xl\:border-red-100\/35 {
    border-color: rgb(254 226 226 / 0.35);
  }

  .\32xl\:border-red-100\/40 {
    border-color: rgb(254 226 226 / 0.4);
  }

  .\32xl\:border-red-100\/45 {
    border-color: rgb(254 226 226 / 0.45);
  }

  .\32xl\:border-red-100\/5 {
    border-color: rgb(254 226 226 / 0.05);
  }

  .\32xl\:border-red-100\/50 {
    border-color: rgb(254 226 226 / 0.5);
  }

  .\32xl\:border-red-100\/55 {
    border-color: rgb(254 226 226 / 0.55);
  }

  .\32xl\:border-red-100\/60 {
    border-color: rgb(254 226 226 / 0.6);
  }

  .\32xl\:border-red-100\/65 {
    border-color: rgb(254 226 226 / 0.65);
  }

  .\32xl\:border-red-100\/70 {
    border-color: rgb(254 226 226 / 0.7);
  }

  .\32xl\:border-red-100\/75 {
    border-color: rgb(254 226 226 / 0.75);
  }

  .\32xl\:border-red-100\/80 {
    border-color: rgb(254 226 226 / 0.8);
  }

  .\32xl\:border-red-100\/85 {
    border-color: rgb(254 226 226 / 0.85);
  }

  .\32xl\:border-red-100\/90 {
    border-color: rgb(254 226 226 / 0.9);
  }

  .\32xl\:border-red-100\/95 {
    border-color: rgb(254 226 226 / 0.95);
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-200\/0 {
    border-color: rgb(254 202 202 / 0);
  }

  .\32xl\:border-red-200\/10 {
    border-color: rgb(254 202 202 / 0.1);
  }

  .\32xl\:border-red-200\/100 {
    border-color: rgb(254 202 202 / 1);
  }

  .\32xl\:border-red-200\/15 {
    border-color: rgb(254 202 202 / 0.15);
  }

  .\32xl\:border-red-200\/20 {
    border-color: rgb(254 202 202 / 0.2);
  }

  .\32xl\:border-red-200\/25 {
    border-color: rgb(254 202 202 / 0.25);
  }

  .\32xl\:border-red-200\/30 {
    border-color: rgb(254 202 202 / 0.3);
  }

  .\32xl\:border-red-200\/35 {
    border-color: rgb(254 202 202 / 0.35);
  }

  .\32xl\:border-red-200\/40 {
    border-color: rgb(254 202 202 / 0.4);
  }

  .\32xl\:border-red-200\/45 {
    border-color: rgb(254 202 202 / 0.45);
  }

  .\32xl\:border-red-200\/5 {
    border-color: rgb(254 202 202 / 0.05);
  }

  .\32xl\:border-red-200\/50 {
    border-color: rgb(254 202 202 / 0.5);
  }

  .\32xl\:border-red-200\/55 {
    border-color: rgb(254 202 202 / 0.55);
  }

  .\32xl\:border-red-200\/60 {
    border-color: rgb(254 202 202 / 0.6);
  }

  .\32xl\:border-red-200\/65 {
    border-color: rgb(254 202 202 / 0.65);
  }

  .\32xl\:border-red-200\/70 {
    border-color: rgb(254 202 202 / 0.7);
  }

  .\32xl\:border-red-200\/75 {
    border-color: rgb(254 202 202 / 0.75);
  }

  .\32xl\:border-red-200\/80 {
    border-color: rgb(254 202 202 / 0.8);
  }

  .\32xl\:border-red-200\/85 {
    border-color: rgb(254 202 202 / 0.85);
  }

  .\32xl\:border-red-200\/90 {
    border-color: rgb(254 202 202 / 0.9);
  }

  .\32xl\:border-red-200\/95 {
    border-color: rgb(254 202 202 / 0.95);
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-300\/0 {
    border-color: rgb(252 165 165 / 0);
  }

  .\32xl\:border-red-300\/10 {
    border-color: rgb(252 165 165 / 0.1);
  }

  .\32xl\:border-red-300\/100 {
    border-color: rgb(252 165 165 / 1);
  }

  .\32xl\:border-red-300\/15 {
    border-color: rgb(252 165 165 / 0.15);
  }

  .\32xl\:border-red-300\/20 {
    border-color: rgb(252 165 165 / 0.2);
  }

  .\32xl\:border-red-300\/25 {
    border-color: rgb(252 165 165 / 0.25);
  }

  .\32xl\:border-red-300\/30 {
    border-color: rgb(252 165 165 / 0.3);
  }

  .\32xl\:border-red-300\/35 {
    border-color: rgb(252 165 165 / 0.35);
  }

  .\32xl\:border-red-300\/40 {
    border-color: rgb(252 165 165 / 0.4);
  }

  .\32xl\:border-red-300\/45 {
    border-color: rgb(252 165 165 / 0.45);
  }

  .\32xl\:border-red-300\/5 {
    border-color: rgb(252 165 165 / 0.05);
  }

  .\32xl\:border-red-300\/50 {
    border-color: rgb(252 165 165 / 0.5);
  }

  .\32xl\:border-red-300\/55 {
    border-color: rgb(252 165 165 / 0.55);
  }

  .\32xl\:border-red-300\/60 {
    border-color: rgb(252 165 165 / 0.6);
  }

  .\32xl\:border-red-300\/65 {
    border-color: rgb(252 165 165 / 0.65);
  }

  .\32xl\:border-red-300\/70 {
    border-color: rgb(252 165 165 / 0.7);
  }

  .\32xl\:border-red-300\/75 {
    border-color: rgb(252 165 165 / 0.75);
  }

  .\32xl\:border-red-300\/80 {
    border-color: rgb(252 165 165 / 0.8);
  }

  .\32xl\:border-red-300\/85 {
    border-color: rgb(252 165 165 / 0.85);
  }

  .\32xl\:border-red-300\/90 {
    border-color: rgb(252 165 165 / 0.9);
  }

  .\32xl\:border-red-300\/95 {
    border-color: rgb(252 165 165 / 0.95);
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-400\/0 {
    border-color: rgb(248 113 113 / 0);
  }

  .\32xl\:border-red-400\/10 {
    border-color: rgb(248 113 113 / 0.1);
  }

  .\32xl\:border-red-400\/100 {
    border-color: rgb(248 113 113 / 1);
  }

  .\32xl\:border-red-400\/15 {
    border-color: rgb(248 113 113 / 0.15);
  }

  .\32xl\:border-red-400\/20 {
    border-color: rgb(248 113 113 / 0.2);
  }

  .\32xl\:border-red-400\/25 {
    border-color: rgb(248 113 113 / 0.25);
  }

  .\32xl\:border-red-400\/30 {
    border-color: rgb(248 113 113 / 0.3);
  }

  .\32xl\:border-red-400\/35 {
    border-color: rgb(248 113 113 / 0.35);
  }

  .\32xl\:border-red-400\/40 {
    border-color: rgb(248 113 113 / 0.4);
  }

  .\32xl\:border-red-400\/45 {
    border-color: rgb(248 113 113 / 0.45);
  }

  .\32xl\:border-red-400\/5 {
    border-color: rgb(248 113 113 / 0.05);
  }

  .\32xl\:border-red-400\/50 {
    border-color: rgb(248 113 113 / 0.5);
  }

  .\32xl\:border-red-400\/55 {
    border-color: rgb(248 113 113 / 0.55);
  }

  .\32xl\:border-red-400\/60 {
    border-color: rgb(248 113 113 / 0.6);
  }

  .\32xl\:border-red-400\/65 {
    border-color: rgb(248 113 113 / 0.65);
  }

  .\32xl\:border-red-400\/70 {
    border-color: rgb(248 113 113 / 0.7);
  }

  .\32xl\:border-red-400\/75 {
    border-color: rgb(248 113 113 / 0.75);
  }

  .\32xl\:border-red-400\/80 {
    border-color: rgb(248 113 113 / 0.8);
  }

  .\32xl\:border-red-400\/85 {
    border-color: rgb(248 113 113 / 0.85);
  }

  .\32xl\:border-red-400\/90 {
    border-color: rgb(248 113 113 / 0.9);
  }

  .\32xl\:border-red-400\/95 {
    border-color: rgb(248 113 113 / 0.95);
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-50\/0 {
    border-color: rgb(254 242 242 / 0);
  }

  .\32xl\:border-red-50\/10 {
    border-color: rgb(254 242 242 / 0.1);
  }

  .\32xl\:border-red-50\/100 {
    border-color: rgb(254 242 242 / 1);
  }

  .\32xl\:border-red-50\/15 {
    border-color: rgb(254 242 242 / 0.15);
  }

  .\32xl\:border-red-50\/20 {
    border-color: rgb(254 242 242 / 0.2);
  }

  .\32xl\:border-red-50\/25 {
    border-color: rgb(254 242 242 / 0.25);
  }

  .\32xl\:border-red-50\/30 {
    border-color: rgb(254 242 242 / 0.3);
  }

  .\32xl\:border-red-50\/35 {
    border-color: rgb(254 242 242 / 0.35);
  }

  .\32xl\:border-red-50\/40 {
    border-color: rgb(254 242 242 / 0.4);
  }

  .\32xl\:border-red-50\/45 {
    border-color: rgb(254 242 242 / 0.45);
  }

  .\32xl\:border-red-50\/5 {
    border-color: rgb(254 242 242 / 0.05);
  }

  .\32xl\:border-red-50\/50 {
    border-color: rgb(254 242 242 / 0.5);
  }

  .\32xl\:border-red-50\/55 {
    border-color: rgb(254 242 242 / 0.55);
  }

  .\32xl\:border-red-50\/60 {
    border-color: rgb(254 242 242 / 0.6);
  }

  .\32xl\:border-red-50\/65 {
    border-color: rgb(254 242 242 / 0.65);
  }

  .\32xl\:border-red-50\/70 {
    border-color: rgb(254 242 242 / 0.7);
  }

  .\32xl\:border-red-50\/75 {
    border-color: rgb(254 242 242 / 0.75);
  }

  .\32xl\:border-red-50\/80 {
    border-color: rgb(254 242 242 / 0.8);
  }

  .\32xl\:border-red-50\/85 {
    border-color: rgb(254 242 242 / 0.85);
  }

  .\32xl\:border-red-50\/90 {
    border-color: rgb(254 242 242 / 0.9);
  }

  .\32xl\:border-red-50\/95 {
    border-color: rgb(254 242 242 / 0.95);
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-500\/0 {
    border-color: rgb(239 68 68 / 0);
  }

  .\32xl\:border-red-500\/10 {
    border-color: rgb(239 68 68 / 0.1);
  }

  .\32xl\:border-red-500\/100 {
    border-color: rgb(239 68 68 / 1);
  }

  .\32xl\:border-red-500\/15 {
    border-color: rgb(239 68 68 / 0.15);
  }

  .\32xl\:border-red-500\/20 {
    border-color: rgb(239 68 68 / 0.2);
  }

  .\32xl\:border-red-500\/25 {
    border-color: rgb(239 68 68 / 0.25);
  }

  .\32xl\:border-red-500\/30 {
    border-color: rgb(239 68 68 / 0.3);
  }

  .\32xl\:border-red-500\/35 {
    border-color: rgb(239 68 68 / 0.35);
  }

  .\32xl\:border-red-500\/40 {
    border-color: rgb(239 68 68 / 0.4);
  }

  .\32xl\:border-red-500\/45 {
    border-color: rgb(239 68 68 / 0.45);
  }

  .\32xl\:border-red-500\/5 {
    border-color: rgb(239 68 68 / 0.05);
  }

  .\32xl\:border-red-500\/50 {
    border-color: rgb(239 68 68 / 0.5);
  }

  .\32xl\:border-red-500\/55 {
    border-color: rgb(239 68 68 / 0.55);
  }

  .\32xl\:border-red-500\/60 {
    border-color: rgb(239 68 68 / 0.6);
  }

  .\32xl\:border-red-500\/65 {
    border-color: rgb(239 68 68 / 0.65);
  }

  .\32xl\:border-red-500\/70 {
    border-color: rgb(239 68 68 / 0.7);
  }

  .\32xl\:border-red-500\/75 {
    border-color: rgb(239 68 68 / 0.75);
  }

  .\32xl\:border-red-500\/80 {
    border-color: rgb(239 68 68 / 0.8);
  }

  .\32xl\:border-red-500\/85 {
    border-color: rgb(239 68 68 / 0.85);
  }

  .\32xl\:border-red-500\/90 {
    border-color: rgb(239 68 68 / 0.9);
  }

  .\32xl\:border-red-500\/95 {
    border-color: rgb(239 68 68 / 0.95);
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-600\/0 {
    border-color: rgb(220 38 38 / 0);
  }

  .\32xl\:border-red-600\/10 {
    border-color: rgb(220 38 38 / 0.1);
  }

  .\32xl\:border-red-600\/100 {
    border-color: rgb(220 38 38 / 1);
  }

  .\32xl\:border-red-600\/15 {
    border-color: rgb(220 38 38 / 0.15);
  }

  .\32xl\:border-red-600\/20 {
    border-color: rgb(220 38 38 / 0.2);
  }

  .\32xl\:border-red-600\/25 {
    border-color: rgb(220 38 38 / 0.25);
  }

  .\32xl\:border-red-600\/30 {
    border-color: rgb(220 38 38 / 0.3);
  }

  .\32xl\:border-red-600\/35 {
    border-color: rgb(220 38 38 / 0.35);
  }

  .\32xl\:border-red-600\/40 {
    border-color: rgb(220 38 38 / 0.4);
  }

  .\32xl\:border-red-600\/45 {
    border-color: rgb(220 38 38 / 0.45);
  }

  .\32xl\:border-red-600\/5 {
    border-color: rgb(220 38 38 / 0.05);
  }

  .\32xl\:border-red-600\/50 {
    border-color: rgb(220 38 38 / 0.5);
  }

  .\32xl\:border-red-600\/55 {
    border-color: rgb(220 38 38 / 0.55);
  }

  .\32xl\:border-red-600\/60 {
    border-color: rgb(220 38 38 / 0.6);
  }

  .\32xl\:border-red-600\/65 {
    border-color: rgb(220 38 38 / 0.65);
  }

  .\32xl\:border-red-600\/70 {
    border-color: rgb(220 38 38 / 0.7);
  }

  .\32xl\:border-red-600\/75 {
    border-color: rgb(220 38 38 / 0.75);
  }

  .\32xl\:border-red-600\/80 {
    border-color: rgb(220 38 38 / 0.8);
  }

  .\32xl\:border-red-600\/85 {
    border-color: rgb(220 38 38 / 0.85);
  }

  .\32xl\:border-red-600\/90 {
    border-color: rgb(220 38 38 / 0.9);
  }

  .\32xl\:border-red-600\/95 {
    border-color: rgb(220 38 38 / 0.95);
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-700\/0 {
    border-color: rgb(185 28 28 / 0);
  }

  .\32xl\:border-red-700\/10 {
    border-color: rgb(185 28 28 / 0.1);
  }

  .\32xl\:border-red-700\/100 {
    border-color: rgb(185 28 28 / 1);
  }

  .\32xl\:border-red-700\/15 {
    border-color: rgb(185 28 28 / 0.15);
  }

  .\32xl\:border-red-700\/20 {
    border-color: rgb(185 28 28 / 0.2);
  }

  .\32xl\:border-red-700\/25 {
    border-color: rgb(185 28 28 / 0.25);
  }

  .\32xl\:border-red-700\/30 {
    border-color: rgb(185 28 28 / 0.3);
  }

  .\32xl\:border-red-700\/35 {
    border-color: rgb(185 28 28 / 0.35);
  }

  .\32xl\:border-red-700\/40 {
    border-color: rgb(185 28 28 / 0.4);
  }

  .\32xl\:border-red-700\/45 {
    border-color: rgb(185 28 28 / 0.45);
  }

  .\32xl\:border-red-700\/5 {
    border-color: rgb(185 28 28 / 0.05);
  }

  .\32xl\:border-red-700\/50 {
    border-color: rgb(185 28 28 / 0.5);
  }

  .\32xl\:border-red-700\/55 {
    border-color: rgb(185 28 28 / 0.55);
  }

  .\32xl\:border-red-700\/60 {
    border-color: rgb(185 28 28 / 0.6);
  }

  .\32xl\:border-red-700\/65 {
    border-color: rgb(185 28 28 / 0.65);
  }

  .\32xl\:border-red-700\/70 {
    border-color: rgb(185 28 28 / 0.7);
  }

  .\32xl\:border-red-700\/75 {
    border-color: rgb(185 28 28 / 0.75);
  }

  .\32xl\:border-red-700\/80 {
    border-color: rgb(185 28 28 / 0.8);
  }

  .\32xl\:border-red-700\/85 {
    border-color: rgb(185 28 28 / 0.85);
  }

  .\32xl\:border-red-700\/90 {
    border-color: rgb(185 28 28 / 0.9);
  }

  .\32xl\:border-red-700\/95 {
    border-color: rgb(185 28 28 / 0.95);
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-800\/0 {
    border-color: rgb(153 27 27 / 0);
  }

  .\32xl\:border-red-800\/10 {
    border-color: rgb(153 27 27 / 0.1);
  }

  .\32xl\:border-red-800\/100 {
    border-color: rgb(153 27 27 / 1);
  }

  .\32xl\:border-red-800\/15 {
    border-color: rgb(153 27 27 / 0.15);
  }

  .\32xl\:border-red-800\/20 {
    border-color: rgb(153 27 27 / 0.2);
  }

  .\32xl\:border-red-800\/25 {
    border-color: rgb(153 27 27 / 0.25);
  }

  .\32xl\:border-red-800\/30 {
    border-color: rgb(153 27 27 / 0.3);
  }

  .\32xl\:border-red-800\/35 {
    border-color: rgb(153 27 27 / 0.35);
  }

  .\32xl\:border-red-800\/40 {
    border-color: rgb(153 27 27 / 0.4);
  }

  .\32xl\:border-red-800\/45 {
    border-color: rgb(153 27 27 / 0.45);
  }

  .\32xl\:border-red-800\/5 {
    border-color: rgb(153 27 27 / 0.05);
  }

  .\32xl\:border-red-800\/50 {
    border-color: rgb(153 27 27 / 0.5);
  }

  .\32xl\:border-red-800\/55 {
    border-color: rgb(153 27 27 / 0.55);
  }

  .\32xl\:border-red-800\/60 {
    border-color: rgb(153 27 27 / 0.6);
  }

  .\32xl\:border-red-800\/65 {
    border-color: rgb(153 27 27 / 0.65);
  }

  .\32xl\:border-red-800\/70 {
    border-color: rgb(153 27 27 / 0.7);
  }

  .\32xl\:border-red-800\/75 {
    border-color: rgb(153 27 27 / 0.75);
  }

  .\32xl\:border-red-800\/80 {
    border-color: rgb(153 27 27 / 0.8);
  }

  .\32xl\:border-red-800\/85 {
    border-color: rgb(153 27 27 / 0.85);
  }

  .\32xl\:border-red-800\/90 {
    border-color: rgb(153 27 27 / 0.9);
  }

  .\32xl\:border-red-800\/95 {
    border-color: rgb(153 27 27 / 0.95);
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-900\/0 {
    border-color: rgb(127 29 29 / 0);
  }

  .\32xl\:border-red-900\/10 {
    border-color: rgb(127 29 29 / 0.1);
  }

  .\32xl\:border-red-900\/100 {
    border-color: rgb(127 29 29 / 1);
  }

  .\32xl\:border-red-900\/15 {
    border-color: rgb(127 29 29 / 0.15);
  }

  .\32xl\:border-red-900\/20 {
    border-color: rgb(127 29 29 / 0.2);
  }

  .\32xl\:border-red-900\/25 {
    border-color: rgb(127 29 29 / 0.25);
  }

  .\32xl\:border-red-900\/30 {
    border-color: rgb(127 29 29 / 0.3);
  }

  .\32xl\:border-red-900\/35 {
    border-color: rgb(127 29 29 / 0.35);
  }

  .\32xl\:border-red-900\/40 {
    border-color: rgb(127 29 29 / 0.4);
  }

  .\32xl\:border-red-900\/45 {
    border-color: rgb(127 29 29 / 0.45);
  }

  .\32xl\:border-red-900\/5 {
    border-color: rgb(127 29 29 / 0.05);
  }

  .\32xl\:border-red-900\/50 {
    border-color: rgb(127 29 29 / 0.5);
  }

  .\32xl\:border-red-900\/55 {
    border-color: rgb(127 29 29 / 0.55);
  }

  .\32xl\:border-red-900\/60 {
    border-color: rgb(127 29 29 / 0.6);
  }

  .\32xl\:border-red-900\/65 {
    border-color: rgb(127 29 29 / 0.65);
  }

  .\32xl\:border-red-900\/70 {
    border-color: rgb(127 29 29 / 0.7);
  }

  .\32xl\:border-red-900\/75 {
    border-color: rgb(127 29 29 / 0.75);
  }

  .\32xl\:border-red-900\/80 {
    border-color: rgb(127 29 29 / 0.8);
  }

  .\32xl\:border-red-900\/85 {
    border-color: rgb(127 29 29 / 0.85);
  }

  .\32xl\:border-red-900\/90 {
    border-color: rgb(127 29 29 / 0.9);
  }

  .\32xl\:border-red-900\/95 {
    border-color: rgb(127 29 29 / 0.95);
  }

  .\32xl\:border-red-950 {
    --tw-border-opacity: 1;
    border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-red-950\/0 {
    border-color: rgb(69 10 10 / 0);
  }

  .\32xl\:border-red-950\/10 {
    border-color: rgb(69 10 10 / 0.1);
  }

  .\32xl\:border-red-950\/100 {
    border-color: rgb(69 10 10 / 1);
  }

  .\32xl\:border-red-950\/15 {
    border-color: rgb(69 10 10 / 0.15);
  }

  .\32xl\:border-red-950\/20 {
    border-color: rgb(69 10 10 / 0.2);
  }

  .\32xl\:border-red-950\/25 {
    border-color: rgb(69 10 10 / 0.25);
  }

  .\32xl\:border-red-950\/30 {
    border-color: rgb(69 10 10 / 0.3);
  }

  .\32xl\:border-red-950\/35 {
    border-color: rgb(69 10 10 / 0.35);
  }

  .\32xl\:border-red-950\/40 {
    border-color: rgb(69 10 10 / 0.4);
  }

  .\32xl\:border-red-950\/45 {
    border-color: rgb(69 10 10 / 0.45);
  }

  .\32xl\:border-red-950\/5 {
    border-color: rgb(69 10 10 / 0.05);
  }

  .\32xl\:border-red-950\/50 {
    border-color: rgb(69 10 10 / 0.5);
  }

  .\32xl\:border-red-950\/55 {
    border-color: rgb(69 10 10 / 0.55);
  }

  .\32xl\:border-red-950\/60 {
    border-color: rgb(69 10 10 / 0.6);
  }

  .\32xl\:border-red-950\/65 {
    border-color: rgb(69 10 10 / 0.65);
  }

  .\32xl\:border-red-950\/70 {
    border-color: rgb(69 10 10 / 0.7);
  }

  .\32xl\:border-red-950\/75 {
    border-color: rgb(69 10 10 / 0.75);
  }

  .\32xl\:border-red-950\/80 {
    border-color: rgb(69 10 10 / 0.8);
  }

  .\32xl\:border-red-950\/85 {
    border-color: rgb(69 10 10 / 0.85);
  }

  .\32xl\:border-red-950\/90 {
    border-color: rgb(69 10 10 / 0.9);
  }

  .\32xl\:border-red-950\/95 {
    border-color: rgb(69 10 10 / 0.95);
  }

  .\32xl\:border-ring {
    --tw-border-opacity: 1;
    border-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-ring\/0 {
    border-color: hsl(var(--ring) / 0);
  }

  .\32xl\:border-ring\/10 {
    border-color: hsl(var(--ring) / 0.1);
  }

  .\32xl\:border-ring\/100 {
    border-color: hsl(var(--ring) / 1);
  }

  .\32xl\:border-ring\/15 {
    border-color: hsl(var(--ring) / 0.15);
  }

  .\32xl\:border-ring\/20 {
    border-color: hsl(var(--ring) / 0.2);
  }

  .\32xl\:border-ring\/25 {
    border-color: hsl(var(--ring) / 0.25);
  }

  .\32xl\:border-ring\/30 {
    border-color: hsl(var(--ring) / 0.3);
  }

  .\32xl\:border-ring\/35 {
    border-color: hsl(var(--ring) / 0.35);
  }

  .\32xl\:border-ring\/40 {
    border-color: hsl(var(--ring) / 0.4);
  }

  .\32xl\:border-ring\/45 {
    border-color: hsl(var(--ring) / 0.45);
  }

  .\32xl\:border-ring\/5 {
    border-color: hsl(var(--ring) / 0.05);
  }

  .\32xl\:border-ring\/50 {
    border-color: hsl(var(--ring) / 0.5);
  }

  .\32xl\:border-ring\/55 {
    border-color: hsl(var(--ring) / 0.55);
  }

  .\32xl\:border-ring\/60 {
    border-color: hsl(var(--ring) / 0.6);
  }

  .\32xl\:border-ring\/65 {
    border-color: hsl(var(--ring) / 0.65);
  }

  .\32xl\:border-ring\/70 {
    border-color: hsl(var(--ring) / 0.7);
  }

  .\32xl\:border-ring\/75 {
    border-color: hsl(var(--ring) / 0.75);
  }

  .\32xl\:border-ring\/80 {
    border-color: hsl(var(--ring) / 0.8);
  }

  .\32xl\:border-ring\/85 {
    border-color: hsl(var(--ring) / 0.85);
  }

  .\32xl\:border-ring\/90 {
    border-color: hsl(var(--ring) / 0.9);
  }

  .\32xl\:border-ring\/95 {
    border-color: hsl(var(--ring) / 0.95);
  }

  .\32xl\:border-rose-100 {
    --tw-border-opacity: 1;
    border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-100\/0 {
    border-color: rgb(255 228 230 / 0);
  }

  .\32xl\:border-rose-100\/10 {
    border-color: rgb(255 228 230 / 0.1);
  }

  .\32xl\:border-rose-100\/100 {
    border-color: rgb(255 228 230 / 1);
  }

  .\32xl\:border-rose-100\/15 {
    border-color: rgb(255 228 230 / 0.15);
  }

  .\32xl\:border-rose-100\/20 {
    border-color: rgb(255 228 230 / 0.2);
  }

  .\32xl\:border-rose-100\/25 {
    border-color: rgb(255 228 230 / 0.25);
  }

  .\32xl\:border-rose-100\/30 {
    border-color: rgb(255 228 230 / 0.3);
  }

  .\32xl\:border-rose-100\/35 {
    border-color: rgb(255 228 230 / 0.35);
  }

  .\32xl\:border-rose-100\/40 {
    border-color: rgb(255 228 230 / 0.4);
  }

  .\32xl\:border-rose-100\/45 {
    border-color: rgb(255 228 230 / 0.45);
  }

  .\32xl\:border-rose-100\/5 {
    border-color: rgb(255 228 230 / 0.05);
  }

  .\32xl\:border-rose-100\/50 {
    border-color: rgb(255 228 230 / 0.5);
  }

  .\32xl\:border-rose-100\/55 {
    border-color: rgb(255 228 230 / 0.55);
  }

  .\32xl\:border-rose-100\/60 {
    border-color: rgb(255 228 230 / 0.6);
  }

  .\32xl\:border-rose-100\/65 {
    border-color: rgb(255 228 230 / 0.65);
  }

  .\32xl\:border-rose-100\/70 {
    border-color: rgb(255 228 230 / 0.7);
  }

  .\32xl\:border-rose-100\/75 {
    border-color: rgb(255 228 230 / 0.75);
  }

  .\32xl\:border-rose-100\/80 {
    border-color: rgb(255 228 230 / 0.8);
  }

  .\32xl\:border-rose-100\/85 {
    border-color: rgb(255 228 230 / 0.85);
  }

  .\32xl\:border-rose-100\/90 {
    border-color: rgb(255 228 230 / 0.9);
  }

  .\32xl\:border-rose-100\/95 {
    border-color: rgb(255 228 230 / 0.95);
  }

  .\32xl\:border-rose-200 {
    --tw-border-opacity: 1;
    border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-200\/0 {
    border-color: rgb(254 205 211 / 0);
  }

  .\32xl\:border-rose-200\/10 {
    border-color: rgb(254 205 211 / 0.1);
  }

  .\32xl\:border-rose-200\/100 {
    border-color: rgb(254 205 211 / 1);
  }

  .\32xl\:border-rose-200\/15 {
    border-color: rgb(254 205 211 / 0.15);
  }

  .\32xl\:border-rose-200\/20 {
    border-color: rgb(254 205 211 / 0.2);
  }

  .\32xl\:border-rose-200\/25 {
    border-color: rgb(254 205 211 / 0.25);
  }

  .\32xl\:border-rose-200\/30 {
    border-color: rgb(254 205 211 / 0.3);
  }

  .\32xl\:border-rose-200\/35 {
    border-color: rgb(254 205 211 / 0.35);
  }

  .\32xl\:border-rose-200\/40 {
    border-color: rgb(254 205 211 / 0.4);
  }

  .\32xl\:border-rose-200\/45 {
    border-color: rgb(254 205 211 / 0.45);
  }

  .\32xl\:border-rose-200\/5 {
    border-color: rgb(254 205 211 / 0.05);
  }

  .\32xl\:border-rose-200\/50 {
    border-color: rgb(254 205 211 / 0.5);
  }

  .\32xl\:border-rose-200\/55 {
    border-color: rgb(254 205 211 / 0.55);
  }

  .\32xl\:border-rose-200\/60 {
    border-color: rgb(254 205 211 / 0.6);
  }

  .\32xl\:border-rose-200\/65 {
    border-color: rgb(254 205 211 / 0.65);
  }

  .\32xl\:border-rose-200\/70 {
    border-color: rgb(254 205 211 / 0.7);
  }

  .\32xl\:border-rose-200\/75 {
    border-color: rgb(254 205 211 / 0.75);
  }

  .\32xl\:border-rose-200\/80 {
    border-color: rgb(254 205 211 / 0.8);
  }

  .\32xl\:border-rose-200\/85 {
    border-color: rgb(254 205 211 / 0.85);
  }

  .\32xl\:border-rose-200\/90 {
    border-color: rgb(254 205 211 / 0.9);
  }

  .\32xl\:border-rose-200\/95 {
    border-color: rgb(254 205 211 / 0.95);
  }

  .\32xl\:border-rose-300 {
    --tw-border-opacity: 1;
    border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-300\/0 {
    border-color: rgb(253 164 175 / 0);
  }

  .\32xl\:border-rose-300\/10 {
    border-color: rgb(253 164 175 / 0.1);
  }

  .\32xl\:border-rose-300\/100 {
    border-color: rgb(253 164 175 / 1);
  }

  .\32xl\:border-rose-300\/15 {
    border-color: rgb(253 164 175 / 0.15);
  }

  .\32xl\:border-rose-300\/20 {
    border-color: rgb(253 164 175 / 0.2);
  }

  .\32xl\:border-rose-300\/25 {
    border-color: rgb(253 164 175 / 0.25);
  }

  .\32xl\:border-rose-300\/30 {
    border-color: rgb(253 164 175 / 0.3);
  }

  .\32xl\:border-rose-300\/35 {
    border-color: rgb(253 164 175 / 0.35);
  }

  .\32xl\:border-rose-300\/40 {
    border-color: rgb(253 164 175 / 0.4);
  }

  .\32xl\:border-rose-300\/45 {
    border-color: rgb(253 164 175 / 0.45);
  }

  .\32xl\:border-rose-300\/5 {
    border-color: rgb(253 164 175 / 0.05);
  }

  .\32xl\:border-rose-300\/50 {
    border-color: rgb(253 164 175 / 0.5);
  }

  .\32xl\:border-rose-300\/55 {
    border-color: rgb(253 164 175 / 0.55);
  }

  .\32xl\:border-rose-300\/60 {
    border-color: rgb(253 164 175 / 0.6);
  }

  .\32xl\:border-rose-300\/65 {
    border-color: rgb(253 164 175 / 0.65);
  }

  .\32xl\:border-rose-300\/70 {
    border-color: rgb(253 164 175 / 0.7);
  }

  .\32xl\:border-rose-300\/75 {
    border-color: rgb(253 164 175 / 0.75);
  }

  .\32xl\:border-rose-300\/80 {
    border-color: rgb(253 164 175 / 0.8);
  }

  .\32xl\:border-rose-300\/85 {
    border-color: rgb(253 164 175 / 0.85);
  }

  .\32xl\:border-rose-300\/90 {
    border-color: rgb(253 164 175 / 0.9);
  }

  .\32xl\:border-rose-300\/95 {
    border-color: rgb(253 164 175 / 0.95);
  }

  .\32xl\:border-rose-400 {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-400\/0 {
    border-color: rgb(251 113 133 / 0);
  }

  .\32xl\:border-rose-400\/10 {
    border-color: rgb(251 113 133 / 0.1);
  }

  .\32xl\:border-rose-400\/100 {
    border-color: rgb(251 113 133 / 1);
  }

  .\32xl\:border-rose-400\/15 {
    border-color: rgb(251 113 133 / 0.15);
  }

  .\32xl\:border-rose-400\/20 {
    border-color: rgb(251 113 133 / 0.2);
  }

  .\32xl\:border-rose-400\/25 {
    border-color: rgb(251 113 133 / 0.25);
  }

  .\32xl\:border-rose-400\/30 {
    border-color: rgb(251 113 133 / 0.3);
  }

  .\32xl\:border-rose-400\/35 {
    border-color: rgb(251 113 133 / 0.35);
  }

  .\32xl\:border-rose-400\/40 {
    border-color: rgb(251 113 133 / 0.4);
  }

  .\32xl\:border-rose-400\/45 {
    border-color: rgb(251 113 133 / 0.45);
  }

  .\32xl\:border-rose-400\/5 {
    border-color: rgb(251 113 133 / 0.05);
  }

  .\32xl\:border-rose-400\/50 {
    border-color: rgb(251 113 133 / 0.5);
  }

  .\32xl\:border-rose-400\/55 {
    border-color: rgb(251 113 133 / 0.55);
  }

  .\32xl\:border-rose-400\/60 {
    border-color: rgb(251 113 133 / 0.6);
  }

  .\32xl\:border-rose-400\/65 {
    border-color: rgb(251 113 133 / 0.65);
  }

  .\32xl\:border-rose-400\/70 {
    border-color: rgb(251 113 133 / 0.7);
  }

  .\32xl\:border-rose-400\/75 {
    border-color: rgb(251 113 133 / 0.75);
  }

  .\32xl\:border-rose-400\/80 {
    border-color: rgb(251 113 133 / 0.8);
  }

  .\32xl\:border-rose-400\/85 {
    border-color: rgb(251 113 133 / 0.85);
  }

  .\32xl\:border-rose-400\/90 {
    border-color: rgb(251 113 133 / 0.9);
  }

  .\32xl\:border-rose-400\/95 {
    border-color: rgb(251 113 133 / 0.95);
  }

  .\32xl\:border-rose-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-50\/0 {
    border-color: rgb(255 241 242 / 0);
  }

  .\32xl\:border-rose-50\/10 {
    border-color: rgb(255 241 242 / 0.1);
  }

  .\32xl\:border-rose-50\/100 {
    border-color: rgb(255 241 242 / 1);
  }

  .\32xl\:border-rose-50\/15 {
    border-color: rgb(255 241 242 / 0.15);
  }

  .\32xl\:border-rose-50\/20 {
    border-color: rgb(255 241 242 / 0.2);
  }

  .\32xl\:border-rose-50\/25 {
    border-color: rgb(255 241 242 / 0.25);
  }

  .\32xl\:border-rose-50\/30 {
    border-color: rgb(255 241 242 / 0.3);
  }

  .\32xl\:border-rose-50\/35 {
    border-color: rgb(255 241 242 / 0.35);
  }

  .\32xl\:border-rose-50\/40 {
    border-color: rgb(255 241 242 / 0.4);
  }

  .\32xl\:border-rose-50\/45 {
    border-color: rgb(255 241 242 / 0.45);
  }

  .\32xl\:border-rose-50\/5 {
    border-color: rgb(255 241 242 / 0.05);
  }

  .\32xl\:border-rose-50\/50 {
    border-color: rgb(255 241 242 / 0.5);
  }

  .\32xl\:border-rose-50\/55 {
    border-color: rgb(255 241 242 / 0.55);
  }

  .\32xl\:border-rose-50\/60 {
    border-color: rgb(255 241 242 / 0.6);
  }

  .\32xl\:border-rose-50\/65 {
    border-color: rgb(255 241 242 / 0.65);
  }

  .\32xl\:border-rose-50\/70 {
    border-color: rgb(255 241 242 / 0.7);
  }

  .\32xl\:border-rose-50\/75 {
    border-color: rgb(255 241 242 / 0.75);
  }

  .\32xl\:border-rose-50\/80 {
    border-color: rgb(255 241 242 / 0.8);
  }

  .\32xl\:border-rose-50\/85 {
    border-color: rgb(255 241 242 / 0.85);
  }

  .\32xl\:border-rose-50\/90 {
    border-color: rgb(255 241 242 / 0.9);
  }

  .\32xl\:border-rose-50\/95 {
    border-color: rgb(255 241 242 / 0.95);
  }

  .\32xl\:border-rose-500 {
    --tw-border-opacity: 1;
    border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-500\/0 {
    border-color: rgb(244 63 94 / 0);
  }

  .\32xl\:border-rose-500\/10 {
    border-color: rgb(244 63 94 / 0.1);
  }

  .\32xl\:border-rose-500\/100 {
    border-color: rgb(244 63 94 / 1);
  }

  .\32xl\:border-rose-500\/15 {
    border-color: rgb(244 63 94 / 0.15);
  }

  .\32xl\:border-rose-500\/20 {
    border-color: rgb(244 63 94 / 0.2);
  }

  .\32xl\:border-rose-500\/25 {
    border-color: rgb(244 63 94 / 0.25);
  }

  .\32xl\:border-rose-500\/30 {
    border-color: rgb(244 63 94 / 0.3);
  }

  .\32xl\:border-rose-500\/35 {
    border-color: rgb(244 63 94 / 0.35);
  }

  .\32xl\:border-rose-500\/40 {
    border-color: rgb(244 63 94 / 0.4);
  }

  .\32xl\:border-rose-500\/45 {
    border-color: rgb(244 63 94 / 0.45);
  }

  .\32xl\:border-rose-500\/5 {
    border-color: rgb(244 63 94 / 0.05);
  }

  .\32xl\:border-rose-500\/50 {
    border-color: rgb(244 63 94 / 0.5);
  }

  .\32xl\:border-rose-500\/55 {
    border-color: rgb(244 63 94 / 0.55);
  }

  .\32xl\:border-rose-500\/60 {
    border-color: rgb(244 63 94 / 0.6);
  }

  .\32xl\:border-rose-500\/65 {
    border-color: rgb(244 63 94 / 0.65);
  }

  .\32xl\:border-rose-500\/70 {
    border-color: rgb(244 63 94 / 0.7);
  }

  .\32xl\:border-rose-500\/75 {
    border-color: rgb(244 63 94 / 0.75);
  }

  .\32xl\:border-rose-500\/80 {
    border-color: rgb(244 63 94 / 0.8);
  }

  .\32xl\:border-rose-500\/85 {
    border-color: rgb(244 63 94 / 0.85);
  }

  .\32xl\:border-rose-500\/90 {
    border-color: rgb(244 63 94 / 0.9);
  }

  .\32xl\:border-rose-500\/95 {
    border-color: rgb(244 63 94 / 0.95);
  }

  .\32xl\:border-rose-600 {
    --tw-border-opacity: 1;
    border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-600\/0 {
    border-color: rgb(225 29 72 / 0);
  }

  .\32xl\:border-rose-600\/10 {
    border-color: rgb(225 29 72 / 0.1);
  }

  .\32xl\:border-rose-600\/100 {
    border-color: rgb(225 29 72 / 1);
  }

  .\32xl\:border-rose-600\/15 {
    border-color: rgb(225 29 72 / 0.15);
  }

  .\32xl\:border-rose-600\/20 {
    border-color: rgb(225 29 72 / 0.2);
  }

  .\32xl\:border-rose-600\/25 {
    border-color: rgb(225 29 72 / 0.25);
  }

  .\32xl\:border-rose-600\/30 {
    border-color: rgb(225 29 72 / 0.3);
  }

  .\32xl\:border-rose-600\/35 {
    border-color: rgb(225 29 72 / 0.35);
  }

  .\32xl\:border-rose-600\/40 {
    border-color: rgb(225 29 72 / 0.4);
  }

  .\32xl\:border-rose-600\/45 {
    border-color: rgb(225 29 72 / 0.45);
  }

  .\32xl\:border-rose-600\/5 {
    border-color: rgb(225 29 72 / 0.05);
  }

  .\32xl\:border-rose-600\/50 {
    border-color: rgb(225 29 72 / 0.5);
  }

  .\32xl\:border-rose-600\/55 {
    border-color: rgb(225 29 72 / 0.55);
  }

  .\32xl\:border-rose-600\/60 {
    border-color: rgb(225 29 72 / 0.6);
  }

  .\32xl\:border-rose-600\/65 {
    border-color: rgb(225 29 72 / 0.65);
  }

  .\32xl\:border-rose-600\/70 {
    border-color: rgb(225 29 72 / 0.7);
  }

  .\32xl\:border-rose-600\/75 {
    border-color: rgb(225 29 72 / 0.75);
  }

  .\32xl\:border-rose-600\/80 {
    border-color: rgb(225 29 72 / 0.8);
  }

  .\32xl\:border-rose-600\/85 {
    border-color: rgb(225 29 72 / 0.85);
  }

  .\32xl\:border-rose-600\/90 {
    border-color: rgb(225 29 72 / 0.9);
  }

  .\32xl\:border-rose-600\/95 {
    border-color: rgb(225 29 72 / 0.95);
  }

  .\32xl\:border-rose-700 {
    --tw-border-opacity: 1;
    border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-700\/0 {
    border-color: rgb(190 18 60 / 0);
  }

  .\32xl\:border-rose-700\/10 {
    border-color: rgb(190 18 60 / 0.1);
  }

  .\32xl\:border-rose-700\/100 {
    border-color: rgb(190 18 60 / 1);
  }

  .\32xl\:border-rose-700\/15 {
    border-color: rgb(190 18 60 / 0.15);
  }

  .\32xl\:border-rose-700\/20 {
    border-color: rgb(190 18 60 / 0.2);
  }

  .\32xl\:border-rose-700\/25 {
    border-color: rgb(190 18 60 / 0.25);
  }

  .\32xl\:border-rose-700\/30 {
    border-color: rgb(190 18 60 / 0.3);
  }

  .\32xl\:border-rose-700\/35 {
    border-color: rgb(190 18 60 / 0.35);
  }

  .\32xl\:border-rose-700\/40 {
    border-color: rgb(190 18 60 / 0.4);
  }

  .\32xl\:border-rose-700\/45 {
    border-color: rgb(190 18 60 / 0.45);
  }

  .\32xl\:border-rose-700\/5 {
    border-color: rgb(190 18 60 / 0.05);
  }

  .\32xl\:border-rose-700\/50 {
    border-color: rgb(190 18 60 / 0.5);
  }

  .\32xl\:border-rose-700\/55 {
    border-color: rgb(190 18 60 / 0.55);
  }

  .\32xl\:border-rose-700\/60 {
    border-color: rgb(190 18 60 / 0.6);
  }

  .\32xl\:border-rose-700\/65 {
    border-color: rgb(190 18 60 / 0.65);
  }

  .\32xl\:border-rose-700\/70 {
    border-color: rgb(190 18 60 / 0.7);
  }

  .\32xl\:border-rose-700\/75 {
    border-color: rgb(190 18 60 / 0.75);
  }

  .\32xl\:border-rose-700\/80 {
    border-color: rgb(190 18 60 / 0.8);
  }

  .\32xl\:border-rose-700\/85 {
    border-color: rgb(190 18 60 / 0.85);
  }

  .\32xl\:border-rose-700\/90 {
    border-color: rgb(190 18 60 / 0.9);
  }

  .\32xl\:border-rose-700\/95 {
    border-color: rgb(190 18 60 / 0.95);
  }

  .\32xl\:border-rose-800 {
    --tw-border-opacity: 1;
    border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-800\/0 {
    border-color: rgb(159 18 57 / 0);
  }

  .\32xl\:border-rose-800\/10 {
    border-color: rgb(159 18 57 / 0.1);
  }

  .\32xl\:border-rose-800\/100 {
    border-color: rgb(159 18 57 / 1);
  }

  .\32xl\:border-rose-800\/15 {
    border-color: rgb(159 18 57 / 0.15);
  }

  .\32xl\:border-rose-800\/20 {
    border-color: rgb(159 18 57 / 0.2);
  }

  .\32xl\:border-rose-800\/25 {
    border-color: rgb(159 18 57 / 0.25);
  }

  .\32xl\:border-rose-800\/30 {
    border-color: rgb(159 18 57 / 0.3);
  }

  .\32xl\:border-rose-800\/35 {
    border-color: rgb(159 18 57 / 0.35);
  }

  .\32xl\:border-rose-800\/40 {
    border-color: rgb(159 18 57 / 0.4);
  }

  .\32xl\:border-rose-800\/45 {
    border-color: rgb(159 18 57 / 0.45);
  }

  .\32xl\:border-rose-800\/5 {
    border-color: rgb(159 18 57 / 0.05);
  }

  .\32xl\:border-rose-800\/50 {
    border-color: rgb(159 18 57 / 0.5);
  }

  .\32xl\:border-rose-800\/55 {
    border-color: rgb(159 18 57 / 0.55);
  }

  .\32xl\:border-rose-800\/60 {
    border-color: rgb(159 18 57 / 0.6);
  }

  .\32xl\:border-rose-800\/65 {
    border-color: rgb(159 18 57 / 0.65);
  }

  .\32xl\:border-rose-800\/70 {
    border-color: rgb(159 18 57 / 0.7);
  }

  .\32xl\:border-rose-800\/75 {
    border-color: rgb(159 18 57 / 0.75);
  }

  .\32xl\:border-rose-800\/80 {
    border-color: rgb(159 18 57 / 0.8);
  }

  .\32xl\:border-rose-800\/85 {
    border-color: rgb(159 18 57 / 0.85);
  }

  .\32xl\:border-rose-800\/90 {
    border-color: rgb(159 18 57 / 0.9);
  }

  .\32xl\:border-rose-800\/95 {
    border-color: rgb(159 18 57 / 0.95);
  }

  .\32xl\:border-rose-900 {
    --tw-border-opacity: 1;
    border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-900\/0 {
    border-color: rgb(136 19 55 / 0);
  }

  .\32xl\:border-rose-900\/10 {
    border-color: rgb(136 19 55 / 0.1);
  }

  .\32xl\:border-rose-900\/100 {
    border-color: rgb(136 19 55 / 1);
  }

  .\32xl\:border-rose-900\/15 {
    border-color: rgb(136 19 55 / 0.15);
  }

  .\32xl\:border-rose-900\/20 {
    border-color: rgb(136 19 55 / 0.2);
  }

  .\32xl\:border-rose-900\/25 {
    border-color: rgb(136 19 55 / 0.25);
  }

  .\32xl\:border-rose-900\/30 {
    border-color: rgb(136 19 55 / 0.3);
  }

  .\32xl\:border-rose-900\/35 {
    border-color: rgb(136 19 55 / 0.35);
  }

  .\32xl\:border-rose-900\/40 {
    border-color: rgb(136 19 55 / 0.4);
  }

  .\32xl\:border-rose-900\/45 {
    border-color: rgb(136 19 55 / 0.45);
  }

  .\32xl\:border-rose-900\/5 {
    border-color: rgb(136 19 55 / 0.05);
  }

  .\32xl\:border-rose-900\/50 {
    border-color: rgb(136 19 55 / 0.5);
  }

  .\32xl\:border-rose-900\/55 {
    border-color: rgb(136 19 55 / 0.55);
  }

  .\32xl\:border-rose-900\/60 {
    border-color: rgb(136 19 55 / 0.6);
  }

  .\32xl\:border-rose-900\/65 {
    border-color: rgb(136 19 55 / 0.65);
  }

  .\32xl\:border-rose-900\/70 {
    border-color: rgb(136 19 55 / 0.7);
  }

  .\32xl\:border-rose-900\/75 {
    border-color: rgb(136 19 55 / 0.75);
  }

  .\32xl\:border-rose-900\/80 {
    border-color: rgb(136 19 55 / 0.8);
  }

  .\32xl\:border-rose-900\/85 {
    border-color: rgb(136 19 55 / 0.85);
  }

  .\32xl\:border-rose-900\/90 {
    border-color: rgb(136 19 55 / 0.9);
  }

  .\32xl\:border-rose-900\/95 {
    border-color: rgb(136 19 55 / 0.95);
  }

  .\32xl\:border-rose-950 {
    --tw-border-opacity: 1;
    border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-rose-950\/0 {
    border-color: rgb(76 5 25 / 0);
  }

  .\32xl\:border-rose-950\/10 {
    border-color: rgb(76 5 25 / 0.1);
  }

  .\32xl\:border-rose-950\/100 {
    border-color: rgb(76 5 25 / 1);
  }

  .\32xl\:border-rose-950\/15 {
    border-color: rgb(76 5 25 / 0.15);
  }

  .\32xl\:border-rose-950\/20 {
    border-color: rgb(76 5 25 / 0.2);
  }

  .\32xl\:border-rose-950\/25 {
    border-color: rgb(76 5 25 / 0.25);
  }

  .\32xl\:border-rose-950\/30 {
    border-color: rgb(76 5 25 / 0.3);
  }

  .\32xl\:border-rose-950\/35 {
    border-color: rgb(76 5 25 / 0.35);
  }

  .\32xl\:border-rose-950\/40 {
    border-color: rgb(76 5 25 / 0.4);
  }

  .\32xl\:border-rose-950\/45 {
    border-color: rgb(76 5 25 / 0.45);
  }

  .\32xl\:border-rose-950\/5 {
    border-color: rgb(76 5 25 / 0.05);
  }

  .\32xl\:border-rose-950\/50 {
    border-color: rgb(76 5 25 / 0.5);
  }

  .\32xl\:border-rose-950\/55 {
    border-color: rgb(76 5 25 / 0.55);
  }

  .\32xl\:border-rose-950\/60 {
    border-color: rgb(76 5 25 / 0.6);
  }

  .\32xl\:border-rose-950\/65 {
    border-color: rgb(76 5 25 / 0.65);
  }

  .\32xl\:border-rose-950\/70 {
    border-color: rgb(76 5 25 / 0.7);
  }

  .\32xl\:border-rose-950\/75 {
    border-color: rgb(76 5 25 / 0.75);
  }

  .\32xl\:border-rose-950\/80 {
    border-color: rgb(76 5 25 / 0.8);
  }

  .\32xl\:border-rose-950\/85 {
    border-color: rgb(76 5 25 / 0.85);
  }

  .\32xl\:border-rose-950\/90 {
    border-color: rgb(76 5 25 / 0.9);
  }

  .\32xl\:border-rose-950\/95 {
    border-color: rgb(76 5 25 / 0.95);
  }

  .\32xl\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-100\/0 {
    border-color: rgb(204 251 241 / 0);
  }

  .\32xl\:border-teal-100\/10 {
    border-color: rgb(204 251 241 / 0.1);
  }

  .\32xl\:border-teal-100\/100 {
    border-color: rgb(204 251 241 / 1);
  }

  .\32xl\:border-teal-100\/15 {
    border-color: rgb(204 251 241 / 0.15);
  }

  .\32xl\:border-teal-100\/20 {
    border-color: rgb(204 251 241 / 0.2);
  }

  .\32xl\:border-teal-100\/25 {
    border-color: rgb(204 251 241 / 0.25);
  }

  .\32xl\:border-teal-100\/30 {
    border-color: rgb(204 251 241 / 0.3);
  }

  .\32xl\:border-teal-100\/35 {
    border-color: rgb(204 251 241 / 0.35);
  }

  .\32xl\:border-teal-100\/40 {
    border-color: rgb(204 251 241 / 0.4);
  }

  .\32xl\:border-teal-100\/45 {
    border-color: rgb(204 251 241 / 0.45);
  }

  .\32xl\:border-teal-100\/5 {
    border-color: rgb(204 251 241 / 0.05);
  }

  .\32xl\:border-teal-100\/50 {
    border-color: rgb(204 251 241 / 0.5);
  }

  .\32xl\:border-teal-100\/55 {
    border-color: rgb(204 251 241 / 0.55);
  }

  .\32xl\:border-teal-100\/60 {
    border-color: rgb(204 251 241 / 0.6);
  }

  .\32xl\:border-teal-100\/65 {
    border-color: rgb(204 251 241 / 0.65);
  }

  .\32xl\:border-teal-100\/70 {
    border-color: rgb(204 251 241 / 0.7);
  }

  .\32xl\:border-teal-100\/75 {
    border-color: rgb(204 251 241 / 0.75);
  }

  .\32xl\:border-teal-100\/80 {
    border-color: rgb(204 251 241 / 0.8);
  }

  .\32xl\:border-teal-100\/85 {
    border-color: rgb(204 251 241 / 0.85);
  }

  .\32xl\:border-teal-100\/90 {
    border-color: rgb(204 251 241 / 0.9);
  }

  .\32xl\:border-teal-100\/95 {
    border-color: rgb(204 251 241 / 0.95);
  }

  .\32xl\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-200\/0 {
    border-color: rgb(153 246 228 / 0);
  }

  .\32xl\:border-teal-200\/10 {
    border-color: rgb(153 246 228 / 0.1);
  }

  .\32xl\:border-teal-200\/100 {
    border-color: rgb(153 246 228 / 1);
  }

  .\32xl\:border-teal-200\/15 {
    border-color: rgb(153 246 228 / 0.15);
  }

  .\32xl\:border-teal-200\/20 {
    border-color: rgb(153 246 228 / 0.2);
  }

  .\32xl\:border-teal-200\/25 {
    border-color: rgb(153 246 228 / 0.25);
  }

  .\32xl\:border-teal-200\/30 {
    border-color: rgb(153 246 228 / 0.3);
  }

  .\32xl\:border-teal-200\/35 {
    border-color: rgb(153 246 228 / 0.35);
  }

  .\32xl\:border-teal-200\/40 {
    border-color: rgb(153 246 228 / 0.4);
  }

  .\32xl\:border-teal-200\/45 {
    border-color: rgb(153 246 228 / 0.45);
  }

  .\32xl\:border-teal-200\/5 {
    border-color: rgb(153 246 228 / 0.05);
  }

  .\32xl\:border-teal-200\/50 {
    border-color: rgb(153 246 228 / 0.5);
  }

  .\32xl\:border-teal-200\/55 {
    border-color: rgb(153 246 228 / 0.55);
  }

  .\32xl\:border-teal-200\/60 {
    border-color: rgb(153 246 228 / 0.6);
  }

  .\32xl\:border-teal-200\/65 {
    border-color: rgb(153 246 228 / 0.65);
  }

  .\32xl\:border-teal-200\/70 {
    border-color: rgb(153 246 228 / 0.7);
  }

  .\32xl\:border-teal-200\/75 {
    border-color: rgb(153 246 228 / 0.75);
  }

  .\32xl\:border-teal-200\/80 {
    border-color: rgb(153 246 228 / 0.8);
  }

  .\32xl\:border-teal-200\/85 {
    border-color: rgb(153 246 228 / 0.85);
  }

  .\32xl\:border-teal-200\/90 {
    border-color: rgb(153 246 228 / 0.9);
  }

  .\32xl\:border-teal-200\/95 {
    border-color: rgb(153 246 228 / 0.95);
  }

  .\32xl\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-300\/0 {
    border-color: rgb(94 234 212 / 0);
  }

  .\32xl\:border-teal-300\/10 {
    border-color: rgb(94 234 212 / 0.1);
  }

  .\32xl\:border-teal-300\/100 {
    border-color: rgb(94 234 212 / 1);
  }

  .\32xl\:border-teal-300\/15 {
    border-color: rgb(94 234 212 / 0.15);
  }

  .\32xl\:border-teal-300\/20 {
    border-color: rgb(94 234 212 / 0.2);
  }

  .\32xl\:border-teal-300\/25 {
    border-color: rgb(94 234 212 / 0.25);
  }

  .\32xl\:border-teal-300\/30 {
    border-color: rgb(94 234 212 / 0.3);
  }

  .\32xl\:border-teal-300\/35 {
    border-color: rgb(94 234 212 / 0.35);
  }

  .\32xl\:border-teal-300\/40 {
    border-color: rgb(94 234 212 / 0.4);
  }

  .\32xl\:border-teal-300\/45 {
    border-color: rgb(94 234 212 / 0.45);
  }

  .\32xl\:border-teal-300\/5 {
    border-color: rgb(94 234 212 / 0.05);
  }

  .\32xl\:border-teal-300\/50 {
    border-color: rgb(94 234 212 / 0.5);
  }

  .\32xl\:border-teal-300\/55 {
    border-color: rgb(94 234 212 / 0.55);
  }

  .\32xl\:border-teal-300\/60 {
    border-color: rgb(94 234 212 / 0.6);
  }

  .\32xl\:border-teal-300\/65 {
    border-color: rgb(94 234 212 / 0.65);
  }

  .\32xl\:border-teal-300\/70 {
    border-color: rgb(94 234 212 / 0.7);
  }

  .\32xl\:border-teal-300\/75 {
    border-color: rgb(94 234 212 / 0.75);
  }

  .\32xl\:border-teal-300\/80 {
    border-color: rgb(94 234 212 / 0.8);
  }

  .\32xl\:border-teal-300\/85 {
    border-color: rgb(94 234 212 / 0.85);
  }

  .\32xl\:border-teal-300\/90 {
    border-color: rgb(94 234 212 / 0.9);
  }

  .\32xl\:border-teal-300\/95 {
    border-color: rgb(94 234 212 / 0.95);
  }

  .\32xl\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-400\/0 {
    border-color: rgb(45 212 191 / 0);
  }

  .\32xl\:border-teal-400\/10 {
    border-color: rgb(45 212 191 / 0.1);
  }

  .\32xl\:border-teal-400\/100 {
    border-color: rgb(45 212 191 / 1);
  }

  .\32xl\:border-teal-400\/15 {
    border-color: rgb(45 212 191 / 0.15);
  }

  .\32xl\:border-teal-400\/20 {
    border-color: rgb(45 212 191 / 0.2);
  }

  .\32xl\:border-teal-400\/25 {
    border-color: rgb(45 212 191 / 0.25);
  }

  .\32xl\:border-teal-400\/30 {
    border-color: rgb(45 212 191 / 0.3);
  }

  .\32xl\:border-teal-400\/35 {
    border-color: rgb(45 212 191 / 0.35);
  }

  .\32xl\:border-teal-400\/40 {
    border-color: rgb(45 212 191 / 0.4);
  }

  .\32xl\:border-teal-400\/45 {
    border-color: rgb(45 212 191 / 0.45);
  }

  .\32xl\:border-teal-400\/5 {
    border-color: rgb(45 212 191 / 0.05);
  }

  .\32xl\:border-teal-400\/50 {
    border-color: rgb(45 212 191 / 0.5);
  }

  .\32xl\:border-teal-400\/55 {
    border-color: rgb(45 212 191 / 0.55);
  }

  .\32xl\:border-teal-400\/60 {
    border-color: rgb(45 212 191 / 0.6);
  }

  .\32xl\:border-teal-400\/65 {
    border-color: rgb(45 212 191 / 0.65);
  }

  .\32xl\:border-teal-400\/70 {
    border-color: rgb(45 212 191 / 0.7);
  }

  .\32xl\:border-teal-400\/75 {
    border-color: rgb(45 212 191 / 0.75);
  }

  .\32xl\:border-teal-400\/80 {
    border-color: rgb(45 212 191 / 0.8);
  }

  .\32xl\:border-teal-400\/85 {
    border-color: rgb(45 212 191 / 0.85);
  }

  .\32xl\:border-teal-400\/90 {
    border-color: rgb(45 212 191 / 0.9);
  }

  .\32xl\:border-teal-400\/95 {
    border-color: rgb(45 212 191 / 0.95);
  }

  .\32xl\:border-teal-50 {
    --tw-border-opacity: 1;
    border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-50\/0 {
    border-color: rgb(240 253 250 / 0);
  }

  .\32xl\:border-teal-50\/10 {
    border-color: rgb(240 253 250 / 0.1);
  }

  .\32xl\:border-teal-50\/100 {
    border-color: rgb(240 253 250 / 1);
  }

  .\32xl\:border-teal-50\/15 {
    border-color: rgb(240 253 250 / 0.15);
  }

  .\32xl\:border-teal-50\/20 {
    border-color: rgb(240 253 250 / 0.2);
  }

  .\32xl\:border-teal-50\/25 {
    border-color: rgb(240 253 250 / 0.25);
  }

  .\32xl\:border-teal-50\/30 {
    border-color: rgb(240 253 250 / 0.3);
  }

  .\32xl\:border-teal-50\/35 {
    border-color: rgb(240 253 250 / 0.35);
  }

  .\32xl\:border-teal-50\/40 {
    border-color: rgb(240 253 250 / 0.4);
  }

  .\32xl\:border-teal-50\/45 {
    border-color: rgb(240 253 250 / 0.45);
  }

  .\32xl\:border-teal-50\/5 {
    border-color: rgb(240 253 250 / 0.05);
  }

  .\32xl\:border-teal-50\/50 {
    border-color: rgb(240 253 250 / 0.5);
  }

  .\32xl\:border-teal-50\/55 {
    border-color: rgb(240 253 250 / 0.55);
  }

  .\32xl\:border-teal-50\/60 {
    border-color: rgb(240 253 250 / 0.6);
  }

  .\32xl\:border-teal-50\/65 {
    border-color: rgb(240 253 250 / 0.65);
  }

  .\32xl\:border-teal-50\/70 {
    border-color: rgb(240 253 250 / 0.7);
  }

  .\32xl\:border-teal-50\/75 {
    border-color: rgb(240 253 250 / 0.75);
  }

  .\32xl\:border-teal-50\/80 {
    border-color: rgb(240 253 250 / 0.8);
  }

  .\32xl\:border-teal-50\/85 {
    border-color: rgb(240 253 250 / 0.85);
  }

  .\32xl\:border-teal-50\/90 {
    border-color: rgb(240 253 250 / 0.9);
  }

  .\32xl\:border-teal-50\/95 {
    border-color: rgb(240 253 250 / 0.95);
  }

  .\32xl\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-500\/0 {
    border-color: rgb(20 184 166 / 0);
  }

  .\32xl\:border-teal-500\/10 {
    border-color: rgb(20 184 166 / 0.1);
  }

  .\32xl\:border-teal-500\/100 {
    border-color: rgb(20 184 166 / 1);
  }

  .\32xl\:border-teal-500\/15 {
    border-color: rgb(20 184 166 / 0.15);
  }

  .\32xl\:border-teal-500\/20 {
    border-color: rgb(20 184 166 / 0.2);
  }

  .\32xl\:border-teal-500\/25 {
    border-color: rgb(20 184 166 / 0.25);
  }

  .\32xl\:border-teal-500\/30 {
    border-color: rgb(20 184 166 / 0.3);
  }

  .\32xl\:border-teal-500\/35 {
    border-color: rgb(20 184 166 / 0.35);
  }

  .\32xl\:border-teal-500\/40 {
    border-color: rgb(20 184 166 / 0.4);
  }

  .\32xl\:border-teal-500\/45 {
    border-color: rgb(20 184 166 / 0.45);
  }

  .\32xl\:border-teal-500\/5 {
    border-color: rgb(20 184 166 / 0.05);
  }

  .\32xl\:border-teal-500\/50 {
    border-color: rgb(20 184 166 / 0.5);
  }

  .\32xl\:border-teal-500\/55 {
    border-color: rgb(20 184 166 / 0.55);
  }

  .\32xl\:border-teal-500\/60 {
    border-color: rgb(20 184 166 / 0.6);
  }

  .\32xl\:border-teal-500\/65 {
    border-color: rgb(20 184 166 / 0.65);
  }

  .\32xl\:border-teal-500\/70 {
    border-color: rgb(20 184 166 / 0.7);
  }

  .\32xl\:border-teal-500\/75 {
    border-color: rgb(20 184 166 / 0.75);
  }

  .\32xl\:border-teal-500\/80 {
    border-color: rgb(20 184 166 / 0.8);
  }

  .\32xl\:border-teal-500\/85 {
    border-color: rgb(20 184 166 / 0.85);
  }

  .\32xl\:border-teal-500\/90 {
    border-color: rgb(20 184 166 / 0.9);
  }

  .\32xl\:border-teal-500\/95 {
    border-color: rgb(20 184 166 / 0.95);
  }

  .\32xl\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-600\/0 {
    border-color: rgb(13 148 136 / 0);
  }

  .\32xl\:border-teal-600\/10 {
    border-color: rgb(13 148 136 / 0.1);
  }

  .\32xl\:border-teal-600\/100 {
    border-color: rgb(13 148 136 / 1);
  }

  .\32xl\:border-teal-600\/15 {
    border-color: rgb(13 148 136 / 0.15);
  }

  .\32xl\:border-teal-600\/20 {
    border-color: rgb(13 148 136 / 0.2);
  }

  .\32xl\:border-teal-600\/25 {
    border-color: rgb(13 148 136 / 0.25);
  }

  .\32xl\:border-teal-600\/30 {
    border-color: rgb(13 148 136 / 0.3);
  }

  .\32xl\:border-teal-600\/35 {
    border-color: rgb(13 148 136 / 0.35);
  }

  .\32xl\:border-teal-600\/40 {
    border-color: rgb(13 148 136 / 0.4);
  }

  .\32xl\:border-teal-600\/45 {
    border-color: rgb(13 148 136 / 0.45);
  }

  .\32xl\:border-teal-600\/5 {
    border-color: rgb(13 148 136 / 0.05);
  }

  .\32xl\:border-teal-600\/50 {
    border-color: rgb(13 148 136 / 0.5);
  }

  .\32xl\:border-teal-600\/55 {
    border-color: rgb(13 148 136 / 0.55);
  }

  .\32xl\:border-teal-600\/60 {
    border-color: rgb(13 148 136 / 0.6);
  }

  .\32xl\:border-teal-600\/65 {
    border-color: rgb(13 148 136 / 0.65);
  }

  .\32xl\:border-teal-600\/70 {
    border-color: rgb(13 148 136 / 0.7);
  }

  .\32xl\:border-teal-600\/75 {
    border-color: rgb(13 148 136 / 0.75);
  }

  .\32xl\:border-teal-600\/80 {
    border-color: rgb(13 148 136 / 0.8);
  }

  .\32xl\:border-teal-600\/85 {
    border-color: rgb(13 148 136 / 0.85);
  }

  .\32xl\:border-teal-600\/90 {
    border-color: rgb(13 148 136 / 0.9);
  }

  .\32xl\:border-teal-600\/95 {
    border-color: rgb(13 148 136 / 0.95);
  }

  .\32xl\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-700\/0 {
    border-color: rgb(15 118 110 / 0);
  }

  .\32xl\:border-teal-700\/10 {
    border-color: rgb(15 118 110 / 0.1);
  }

  .\32xl\:border-teal-700\/100 {
    border-color: rgb(15 118 110 / 1);
  }

  .\32xl\:border-teal-700\/15 {
    border-color: rgb(15 118 110 / 0.15);
  }

  .\32xl\:border-teal-700\/20 {
    border-color: rgb(15 118 110 / 0.2);
  }

  .\32xl\:border-teal-700\/25 {
    border-color: rgb(15 118 110 / 0.25);
  }

  .\32xl\:border-teal-700\/30 {
    border-color: rgb(15 118 110 / 0.3);
  }

  .\32xl\:border-teal-700\/35 {
    border-color: rgb(15 118 110 / 0.35);
  }

  .\32xl\:border-teal-700\/40 {
    border-color: rgb(15 118 110 / 0.4);
  }

  .\32xl\:border-teal-700\/45 {
    border-color: rgb(15 118 110 / 0.45);
  }

  .\32xl\:border-teal-700\/5 {
    border-color: rgb(15 118 110 / 0.05);
  }

  .\32xl\:border-teal-700\/50 {
    border-color: rgb(15 118 110 / 0.5);
  }

  .\32xl\:border-teal-700\/55 {
    border-color: rgb(15 118 110 / 0.55);
  }

  .\32xl\:border-teal-700\/60 {
    border-color: rgb(15 118 110 / 0.6);
  }

  .\32xl\:border-teal-700\/65 {
    border-color: rgb(15 118 110 / 0.65);
  }

  .\32xl\:border-teal-700\/70 {
    border-color: rgb(15 118 110 / 0.7);
  }

  .\32xl\:border-teal-700\/75 {
    border-color: rgb(15 118 110 / 0.75);
  }

  .\32xl\:border-teal-700\/80 {
    border-color: rgb(15 118 110 / 0.8);
  }

  .\32xl\:border-teal-700\/85 {
    border-color: rgb(15 118 110 / 0.85);
  }

  .\32xl\:border-teal-700\/90 {
    border-color: rgb(15 118 110 / 0.9);
  }

  .\32xl\:border-teal-700\/95 {
    border-color: rgb(15 118 110 / 0.95);
  }

  .\32xl\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-800\/0 {
    border-color: rgb(17 94 89 / 0);
  }

  .\32xl\:border-teal-800\/10 {
    border-color: rgb(17 94 89 / 0.1);
  }

  .\32xl\:border-teal-800\/100 {
    border-color: rgb(17 94 89 / 1);
  }

  .\32xl\:border-teal-800\/15 {
    border-color: rgb(17 94 89 / 0.15);
  }

  .\32xl\:border-teal-800\/20 {
    border-color: rgb(17 94 89 / 0.2);
  }

  .\32xl\:border-teal-800\/25 {
    border-color: rgb(17 94 89 / 0.25);
  }

  .\32xl\:border-teal-800\/30 {
    border-color: rgb(17 94 89 / 0.3);
  }

  .\32xl\:border-teal-800\/35 {
    border-color: rgb(17 94 89 / 0.35);
  }

  .\32xl\:border-teal-800\/40 {
    border-color: rgb(17 94 89 / 0.4);
  }

  .\32xl\:border-teal-800\/45 {
    border-color: rgb(17 94 89 / 0.45);
  }

  .\32xl\:border-teal-800\/5 {
    border-color: rgb(17 94 89 / 0.05);
  }

  .\32xl\:border-teal-800\/50 {
    border-color: rgb(17 94 89 / 0.5);
  }

  .\32xl\:border-teal-800\/55 {
    border-color: rgb(17 94 89 / 0.55);
  }

  .\32xl\:border-teal-800\/60 {
    border-color: rgb(17 94 89 / 0.6);
  }

  .\32xl\:border-teal-800\/65 {
    border-color: rgb(17 94 89 / 0.65);
  }

  .\32xl\:border-teal-800\/70 {
    border-color: rgb(17 94 89 / 0.7);
  }

  .\32xl\:border-teal-800\/75 {
    border-color: rgb(17 94 89 / 0.75);
  }

  .\32xl\:border-teal-800\/80 {
    border-color: rgb(17 94 89 / 0.8);
  }

  .\32xl\:border-teal-800\/85 {
    border-color: rgb(17 94 89 / 0.85);
  }

  .\32xl\:border-teal-800\/90 {
    border-color: rgb(17 94 89 / 0.9);
  }

  .\32xl\:border-teal-800\/95 {
    border-color: rgb(17 94 89 / 0.95);
  }

  .\32xl\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-900\/0 {
    border-color: rgb(19 78 74 / 0);
  }

  .\32xl\:border-teal-900\/10 {
    border-color: rgb(19 78 74 / 0.1);
  }

  .\32xl\:border-teal-900\/100 {
    border-color: rgb(19 78 74 / 1);
  }

  .\32xl\:border-teal-900\/15 {
    border-color: rgb(19 78 74 / 0.15);
  }

  .\32xl\:border-teal-900\/20 {
    border-color: rgb(19 78 74 / 0.2);
  }

  .\32xl\:border-teal-900\/25 {
    border-color: rgb(19 78 74 / 0.25);
  }

  .\32xl\:border-teal-900\/30 {
    border-color: rgb(19 78 74 / 0.3);
  }

  .\32xl\:border-teal-900\/35 {
    border-color: rgb(19 78 74 / 0.35);
  }

  .\32xl\:border-teal-900\/40 {
    border-color: rgb(19 78 74 / 0.4);
  }

  .\32xl\:border-teal-900\/45 {
    border-color: rgb(19 78 74 / 0.45);
  }

  .\32xl\:border-teal-900\/5 {
    border-color: rgb(19 78 74 / 0.05);
  }

  .\32xl\:border-teal-900\/50 {
    border-color: rgb(19 78 74 / 0.5);
  }

  .\32xl\:border-teal-900\/55 {
    border-color: rgb(19 78 74 / 0.55);
  }

  .\32xl\:border-teal-900\/60 {
    border-color: rgb(19 78 74 / 0.6);
  }

  .\32xl\:border-teal-900\/65 {
    border-color: rgb(19 78 74 / 0.65);
  }

  .\32xl\:border-teal-900\/70 {
    border-color: rgb(19 78 74 / 0.7);
  }

  .\32xl\:border-teal-900\/75 {
    border-color: rgb(19 78 74 / 0.75);
  }

  .\32xl\:border-teal-900\/80 {
    border-color: rgb(19 78 74 / 0.8);
  }

  .\32xl\:border-teal-900\/85 {
    border-color: rgb(19 78 74 / 0.85);
  }

  .\32xl\:border-teal-900\/90 {
    border-color: rgb(19 78 74 / 0.9);
  }

  .\32xl\:border-teal-900\/95 {
    border-color: rgb(19 78 74 / 0.95);
  }

  .\32xl\:border-teal-950 {
    --tw-border-opacity: 1;
    border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-teal-950\/0 {
    border-color: rgb(4 47 46 / 0);
  }

  .\32xl\:border-teal-950\/10 {
    border-color: rgb(4 47 46 / 0.1);
  }

  .\32xl\:border-teal-950\/100 {
    border-color: rgb(4 47 46 / 1);
  }

  .\32xl\:border-teal-950\/15 {
    border-color: rgb(4 47 46 / 0.15);
  }

  .\32xl\:border-teal-950\/20 {
    border-color: rgb(4 47 46 / 0.2);
  }

  .\32xl\:border-teal-950\/25 {
    border-color: rgb(4 47 46 / 0.25);
  }

  .\32xl\:border-teal-950\/30 {
    border-color: rgb(4 47 46 / 0.3);
  }

  .\32xl\:border-teal-950\/35 {
    border-color: rgb(4 47 46 / 0.35);
  }

  .\32xl\:border-teal-950\/40 {
    border-color: rgb(4 47 46 / 0.4);
  }

  .\32xl\:border-teal-950\/45 {
    border-color: rgb(4 47 46 / 0.45);
  }

  .\32xl\:border-teal-950\/5 {
    border-color: rgb(4 47 46 / 0.05);
  }

  .\32xl\:border-teal-950\/50 {
    border-color: rgb(4 47 46 / 0.5);
  }

  .\32xl\:border-teal-950\/55 {
    border-color: rgb(4 47 46 / 0.55);
  }

  .\32xl\:border-teal-950\/60 {
    border-color: rgb(4 47 46 / 0.6);
  }

  .\32xl\:border-teal-950\/65 {
    border-color: rgb(4 47 46 / 0.65);
  }

  .\32xl\:border-teal-950\/70 {
    border-color: rgb(4 47 46 / 0.7);
  }

  .\32xl\:border-teal-950\/75 {
    border-color: rgb(4 47 46 / 0.75);
  }

  .\32xl\:border-teal-950\/80 {
    border-color: rgb(4 47 46 / 0.8);
  }

  .\32xl\:border-teal-950\/85 {
    border-color: rgb(4 47 46 / 0.85);
  }

  .\32xl\:border-teal-950\/90 {
    border-color: rgb(4 47 46 / 0.9);
  }

  .\32xl\:border-teal-950\/95 {
    border-color: rgb(4 47 46 / 0.95);
  }

  .\32xl\:border-tertiary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-tertiary\/0 {
    border-color: hsl(var(--tertiary) / 0);
  }

  .\32xl\:border-tertiary\/10 {
    border-color: hsl(var(--tertiary) / 0.1);
  }

  .\32xl\:border-tertiary\/100 {
    border-color: hsl(var(--tertiary) / 1);
  }

  .\32xl\:border-tertiary\/15 {
    border-color: hsl(var(--tertiary) / 0.15);
  }

  .\32xl\:border-tertiary\/20 {
    border-color: hsl(var(--tertiary) / 0.2);
  }

  .\32xl\:border-tertiary\/25 {
    border-color: hsl(var(--tertiary) / 0.25);
  }

  .\32xl\:border-tertiary\/30 {
    border-color: hsl(var(--tertiary) / 0.3);
  }

  .\32xl\:border-tertiary\/35 {
    border-color: hsl(var(--tertiary) / 0.35);
  }

  .\32xl\:border-tertiary\/40 {
    border-color: hsl(var(--tertiary) / 0.4);
  }

  .\32xl\:border-tertiary\/45 {
    border-color: hsl(var(--tertiary) / 0.45);
  }

  .\32xl\:border-tertiary\/5 {
    border-color: hsl(var(--tertiary) / 0.05);
  }

  .\32xl\:border-tertiary\/50 {
    border-color: hsl(var(--tertiary) / 0.5);
  }

  .\32xl\:border-tertiary\/55 {
    border-color: hsl(var(--tertiary) / 0.55);
  }

  .\32xl\:border-tertiary\/60 {
    border-color: hsl(var(--tertiary) / 0.6);
  }

  .\32xl\:border-tertiary\/65 {
    border-color: hsl(var(--tertiary) / 0.65);
  }

  .\32xl\:border-tertiary\/70 {
    border-color: hsl(var(--tertiary) / 0.7);
  }

  .\32xl\:border-tertiary\/75 {
    border-color: hsl(var(--tertiary) / 0.75);
  }

  .\32xl\:border-tertiary\/80 {
    border-color: hsl(var(--tertiary) / 0.8);
  }

  .\32xl\:border-tertiary\/85 {
    border-color: hsl(var(--tertiary) / 0.85);
  }

  .\32xl\:border-tertiary\/90 {
    border-color: hsl(var(--tertiary) / 0.9);
  }

  .\32xl\:border-tertiary\/95 {
    border-color: hsl(var(--tertiary) / 0.95);
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-b-accent {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-accent-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-accent-foreground\/0 {
    border-bottom-color: hsl(var(--accent-foreground) / 0);
  }

  .\32xl\:border-b-accent-foreground\/10 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.1);
  }

  .\32xl\:border-b-accent-foreground\/100 {
    border-bottom-color: hsl(var(--accent-foreground) / 1);
  }

  .\32xl\:border-b-accent-foreground\/15 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.15);
  }

  .\32xl\:border-b-accent-foreground\/20 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.2);
  }

  .\32xl\:border-b-accent-foreground\/25 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.25);
  }

  .\32xl\:border-b-accent-foreground\/30 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.3);
  }

  .\32xl\:border-b-accent-foreground\/35 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.35);
  }

  .\32xl\:border-b-accent-foreground\/40 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.4);
  }

  .\32xl\:border-b-accent-foreground\/45 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.45);
  }

  .\32xl\:border-b-accent-foreground\/5 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.05);
  }

  .\32xl\:border-b-accent-foreground\/50 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.5);
  }

  .\32xl\:border-b-accent-foreground\/55 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.55);
  }

  .\32xl\:border-b-accent-foreground\/60 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.6);
  }

  .\32xl\:border-b-accent-foreground\/65 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.65);
  }

  .\32xl\:border-b-accent-foreground\/70 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.7);
  }

  .\32xl\:border-b-accent-foreground\/75 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.75);
  }

  .\32xl\:border-b-accent-foreground\/80 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.8);
  }

  .\32xl\:border-b-accent-foreground\/85 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.85);
  }

  .\32xl\:border-b-accent-foreground\/90 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.9);
  }

  .\32xl\:border-b-accent-foreground\/95 {
    border-bottom-color: hsl(var(--accent-foreground) / 0.95);
  }

  .\32xl\:border-b-accent\/0 {
    border-bottom-color: hsl(var(--accent) / 0);
  }

  .\32xl\:border-b-accent\/10 {
    border-bottom-color: hsl(var(--accent) / 0.1);
  }

  .\32xl\:border-b-accent\/100 {
    border-bottom-color: hsl(var(--accent) / 1);
  }

  .\32xl\:border-b-accent\/15 {
    border-bottom-color: hsl(var(--accent) / 0.15);
  }

  .\32xl\:border-b-accent\/20 {
    border-bottom-color: hsl(var(--accent) / 0.2);
  }

  .\32xl\:border-b-accent\/25 {
    border-bottom-color: hsl(var(--accent) / 0.25);
  }

  .\32xl\:border-b-accent\/30 {
    border-bottom-color: hsl(var(--accent) / 0.3);
  }

  .\32xl\:border-b-accent\/35 {
    border-bottom-color: hsl(var(--accent) / 0.35);
  }

  .\32xl\:border-b-accent\/40 {
    border-bottom-color: hsl(var(--accent) / 0.4);
  }

  .\32xl\:border-b-accent\/45 {
    border-bottom-color: hsl(var(--accent) / 0.45);
  }

  .\32xl\:border-b-accent\/5 {
    border-bottom-color: hsl(var(--accent) / 0.05);
  }

  .\32xl\:border-b-accent\/50 {
    border-bottom-color: hsl(var(--accent) / 0.5);
  }

  .\32xl\:border-b-accent\/55 {
    border-bottom-color: hsl(var(--accent) / 0.55);
  }

  .\32xl\:border-b-accent\/60 {
    border-bottom-color: hsl(var(--accent) / 0.6);
  }

  .\32xl\:border-b-accent\/65 {
    border-bottom-color: hsl(var(--accent) / 0.65);
  }

  .\32xl\:border-b-accent\/70 {
    border-bottom-color: hsl(var(--accent) / 0.7);
  }

  .\32xl\:border-b-accent\/75 {
    border-bottom-color: hsl(var(--accent) / 0.75);
  }

  .\32xl\:border-b-accent\/80 {
    border-bottom-color: hsl(var(--accent) / 0.8);
  }

  .\32xl\:border-b-accent\/85 {
    border-bottom-color: hsl(var(--accent) / 0.85);
  }

  .\32xl\:border-b-accent\/90 {
    border-bottom-color: hsl(var(--accent) / 0.9);
  }

  .\32xl\:border-b-accent\/95 {
    border-bottom-color: hsl(var(--accent) / 0.95);
  }

  .\32xl\:border-b-amber-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-100\/0 {
    border-bottom-color: rgb(254 243 199 / 0);
  }

  .\32xl\:border-b-amber-100\/10 {
    border-bottom-color: rgb(254 243 199 / 0.1);
  }

  .\32xl\:border-b-amber-100\/100 {
    border-bottom-color: rgb(254 243 199 / 1);
  }

  .\32xl\:border-b-amber-100\/15 {
    border-bottom-color: rgb(254 243 199 / 0.15);
  }

  .\32xl\:border-b-amber-100\/20 {
    border-bottom-color: rgb(254 243 199 / 0.2);
  }

  .\32xl\:border-b-amber-100\/25 {
    border-bottom-color: rgb(254 243 199 / 0.25);
  }

  .\32xl\:border-b-amber-100\/30 {
    border-bottom-color: rgb(254 243 199 / 0.3);
  }

  .\32xl\:border-b-amber-100\/35 {
    border-bottom-color: rgb(254 243 199 / 0.35);
  }

  .\32xl\:border-b-amber-100\/40 {
    border-bottom-color: rgb(254 243 199 / 0.4);
  }

  .\32xl\:border-b-amber-100\/45 {
    border-bottom-color: rgb(254 243 199 / 0.45);
  }

  .\32xl\:border-b-amber-100\/5 {
    border-bottom-color: rgb(254 243 199 / 0.05);
  }

  .\32xl\:border-b-amber-100\/50 {
    border-bottom-color: rgb(254 243 199 / 0.5);
  }

  .\32xl\:border-b-amber-100\/55 {
    border-bottom-color: rgb(254 243 199 / 0.55);
  }

  .\32xl\:border-b-amber-100\/60 {
    border-bottom-color: rgb(254 243 199 / 0.6);
  }

  .\32xl\:border-b-amber-100\/65 {
    border-bottom-color: rgb(254 243 199 / 0.65);
  }

  .\32xl\:border-b-amber-100\/70 {
    border-bottom-color: rgb(254 243 199 / 0.7);
  }

  .\32xl\:border-b-amber-100\/75 {
    border-bottom-color: rgb(254 243 199 / 0.75);
  }

  .\32xl\:border-b-amber-100\/80 {
    border-bottom-color: rgb(254 243 199 / 0.8);
  }

  .\32xl\:border-b-amber-100\/85 {
    border-bottom-color: rgb(254 243 199 / 0.85);
  }

  .\32xl\:border-b-amber-100\/90 {
    border-bottom-color: rgb(254 243 199 / 0.9);
  }

  .\32xl\:border-b-amber-100\/95 {
    border-bottom-color: rgb(254 243 199 / 0.95);
  }

  .\32xl\:border-b-amber-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-200\/0 {
    border-bottom-color: rgb(253 230 138 / 0);
  }

  .\32xl\:border-b-amber-200\/10 {
    border-bottom-color: rgb(253 230 138 / 0.1);
  }

  .\32xl\:border-b-amber-200\/100 {
    border-bottom-color: rgb(253 230 138 / 1);
  }

  .\32xl\:border-b-amber-200\/15 {
    border-bottom-color: rgb(253 230 138 / 0.15);
  }

  .\32xl\:border-b-amber-200\/20 {
    border-bottom-color: rgb(253 230 138 / 0.2);
  }

  .\32xl\:border-b-amber-200\/25 {
    border-bottom-color: rgb(253 230 138 / 0.25);
  }

  .\32xl\:border-b-amber-200\/30 {
    border-bottom-color: rgb(253 230 138 / 0.3);
  }

  .\32xl\:border-b-amber-200\/35 {
    border-bottom-color: rgb(253 230 138 / 0.35);
  }

  .\32xl\:border-b-amber-200\/40 {
    border-bottom-color: rgb(253 230 138 / 0.4);
  }

  .\32xl\:border-b-amber-200\/45 {
    border-bottom-color: rgb(253 230 138 / 0.45);
  }

  .\32xl\:border-b-amber-200\/5 {
    border-bottom-color: rgb(253 230 138 / 0.05);
  }

  .\32xl\:border-b-amber-200\/50 {
    border-bottom-color: rgb(253 230 138 / 0.5);
  }

  .\32xl\:border-b-amber-200\/55 {
    border-bottom-color: rgb(253 230 138 / 0.55);
  }

  .\32xl\:border-b-amber-200\/60 {
    border-bottom-color: rgb(253 230 138 / 0.6);
  }

  .\32xl\:border-b-amber-200\/65 {
    border-bottom-color: rgb(253 230 138 / 0.65);
  }

  .\32xl\:border-b-amber-200\/70 {
    border-bottom-color: rgb(253 230 138 / 0.7);
  }

  .\32xl\:border-b-amber-200\/75 {
    border-bottom-color: rgb(253 230 138 / 0.75);
  }

  .\32xl\:border-b-amber-200\/80 {
    border-bottom-color: rgb(253 230 138 / 0.8);
  }

  .\32xl\:border-b-amber-200\/85 {
    border-bottom-color: rgb(253 230 138 / 0.85);
  }

  .\32xl\:border-b-amber-200\/90 {
    border-bottom-color: rgb(253 230 138 / 0.9);
  }

  .\32xl\:border-b-amber-200\/95 {
    border-bottom-color: rgb(253 230 138 / 0.95);
  }

  .\32xl\:border-b-amber-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-300\/0 {
    border-bottom-color: rgb(252 211 77 / 0);
  }

  .\32xl\:border-b-amber-300\/10 {
    border-bottom-color: rgb(252 211 77 / 0.1);
  }

  .\32xl\:border-b-amber-300\/100 {
    border-bottom-color: rgb(252 211 77 / 1);
  }

  .\32xl\:border-b-amber-300\/15 {
    border-bottom-color: rgb(252 211 77 / 0.15);
  }

  .\32xl\:border-b-amber-300\/20 {
    border-bottom-color: rgb(252 211 77 / 0.2);
  }

  .\32xl\:border-b-amber-300\/25 {
    border-bottom-color: rgb(252 211 77 / 0.25);
  }

  .\32xl\:border-b-amber-300\/30 {
    border-bottom-color: rgb(252 211 77 / 0.3);
  }

  .\32xl\:border-b-amber-300\/35 {
    border-bottom-color: rgb(252 211 77 / 0.35);
  }

  .\32xl\:border-b-amber-300\/40 {
    border-bottom-color: rgb(252 211 77 / 0.4);
  }

  .\32xl\:border-b-amber-300\/45 {
    border-bottom-color: rgb(252 211 77 / 0.45);
  }

  .\32xl\:border-b-amber-300\/5 {
    border-bottom-color: rgb(252 211 77 / 0.05);
  }

  .\32xl\:border-b-amber-300\/50 {
    border-bottom-color: rgb(252 211 77 / 0.5);
  }

  .\32xl\:border-b-amber-300\/55 {
    border-bottom-color: rgb(252 211 77 / 0.55);
  }

  .\32xl\:border-b-amber-300\/60 {
    border-bottom-color: rgb(252 211 77 / 0.6);
  }

  .\32xl\:border-b-amber-300\/65 {
    border-bottom-color: rgb(252 211 77 / 0.65);
  }

  .\32xl\:border-b-amber-300\/70 {
    border-bottom-color: rgb(252 211 77 / 0.7);
  }

  .\32xl\:border-b-amber-300\/75 {
    border-bottom-color: rgb(252 211 77 / 0.75);
  }

  .\32xl\:border-b-amber-300\/80 {
    border-bottom-color: rgb(252 211 77 / 0.8);
  }

  .\32xl\:border-b-amber-300\/85 {
    border-bottom-color: rgb(252 211 77 / 0.85);
  }

  .\32xl\:border-b-amber-300\/90 {
    border-bottom-color: rgb(252 211 77 / 0.9);
  }

  .\32xl\:border-b-amber-300\/95 {
    border-bottom-color: rgb(252 211 77 / 0.95);
  }

  .\32xl\:border-b-amber-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-400\/0 {
    border-bottom-color: rgb(251 191 36 / 0);
  }

  .\32xl\:border-b-amber-400\/10 {
    border-bottom-color: rgb(251 191 36 / 0.1);
  }

  .\32xl\:border-b-amber-400\/100 {
    border-bottom-color: rgb(251 191 36 / 1);
  }

  .\32xl\:border-b-amber-400\/15 {
    border-bottom-color: rgb(251 191 36 / 0.15);
  }

  .\32xl\:border-b-amber-400\/20 {
    border-bottom-color: rgb(251 191 36 / 0.2);
  }

  .\32xl\:border-b-amber-400\/25 {
    border-bottom-color: rgb(251 191 36 / 0.25);
  }

  .\32xl\:border-b-amber-400\/30 {
    border-bottom-color: rgb(251 191 36 / 0.3);
  }

  .\32xl\:border-b-amber-400\/35 {
    border-bottom-color: rgb(251 191 36 / 0.35);
  }

  .\32xl\:border-b-amber-400\/40 {
    border-bottom-color: rgb(251 191 36 / 0.4);
  }

  .\32xl\:border-b-amber-400\/45 {
    border-bottom-color: rgb(251 191 36 / 0.45);
  }

  .\32xl\:border-b-amber-400\/5 {
    border-bottom-color: rgb(251 191 36 / 0.05);
  }

  .\32xl\:border-b-amber-400\/50 {
    border-bottom-color: rgb(251 191 36 / 0.5);
  }

  .\32xl\:border-b-amber-400\/55 {
    border-bottom-color: rgb(251 191 36 / 0.55);
  }

  .\32xl\:border-b-amber-400\/60 {
    border-bottom-color: rgb(251 191 36 / 0.6);
  }

  .\32xl\:border-b-amber-400\/65 {
    border-bottom-color: rgb(251 191 36 / 0.65);
  }

  .\32xl\:border-b-amber-400\/70 {
    border-bottom-color: rgb(251 191 36 / 0.7);
  }

  .\32xl\:border-b-amber-400\/75 {
    border-bottom-color: rgb(251 191 36 / 0.75);
  }

  .\32xl\:border-b-amber-400\/80 {
    border-bottom-color: rgb(251 191 36 / 0.8);
  }

  .\32xl\:border-b-amber-400\/85 {
    border-bottom-color: rgb(251 191 36 / 0.85);
  }

  .\32xl\:border-b-amber-400\/90 {
    border-bottom-color: rgb(251 191 36 / 0.9);
  }

  .\32xl\:border-b-amber-400\/95 {
    border-bottom-color: rgb(251 191 36 / 0.95);
  }

  .\32xl\:border-b-amber-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-50\/0 {
    border-bottom-color: rgb(255 251 235 / 0);
  }

  .\32xl\:border-b-amber-50\/10 {
    border-bottom-color: rgb(255 251 235 / 0.1);
  }

  .\32xl\:border-b-amber-50\/100 {
    border-bottom-color: rgb(255 251 235 / 1);
  }

  .\32xl\:border-b-amber-50\/15 {
    border-bottom-color: rgb(255 251 235 / 0.15);
  }

  .\32xl\:border-b-amber-50\/20 {
    border-bottom-color: rgb(255 251 235 / 0.2);
  }

  .\32xl\:border-b-amber-50\/25 {
    border-bottom-color: rgb(255 251 235 / 0.25);
  }

  .\32xl\:border-b-amber-50\/30 {
    border-bottom-color: rgb(255 251 235 / 0.3);
  }

  .\32xl\:border-b-amber-50\/35 {
    border-bottom-color: rgb(255 251 235 / 0.35);
  }

  .\32xl\:border-b-amber-50\/40 {
    border-bottom-color: rgb(255 251 235 / 0.4);
  }

  .\32xl\:border-b-amber-50\/45 {
    border-bottom-color: rgb(255 251 235 / 0.45);
  }

  .\32xl\:border-b-amber-50\/5 {
    border-bottom-color: rgb(255 251 235 / 0.05);
  }

  .\32xl\:border-b-amber-50\/50 {
    border-bottom-color: rgb(255 251 235 / 0.5);
  }

  .\32xl\:border-b-amber-50\/55 {
    border-bottom-color: rgb(255 251 235 / 0.55);
  }

  .\32xl\:border-b-amber-50\/60 {
    border-bottom-color: rgb(255 251 235 / 0.6);
  }

  .\32xl\:border-b-amber-50\/65 {
    border-bottom-color: rgb(255 251 235 / 0.65);
  }

  .\32xl\:border-b-amber-50\/70 {
    border-bottom-color: rgb(255 251 235 / 0.7);
  }

  .\32xl\:border-b-amber-50\/75 {
    border-bottom-color: rgb(255 251 235 / 0.75);
  }

  .\32xl\:border-b-amber-50\/80 {
    border-bottom-color: rgb(255 251 235 / 0.8);
  }

  .\32xl\:border-b-amber-50\/85 {
    border-bottom-color: rgb(255 251 235 / 0.85);
  }

  .\32xl\:border-b-amber-50\/90 {
    border-bottom-color: rgb(255 251 235 / 0.9);
  }

  .\32xl\:border-b-amber-50\/95 {
    border-bottom-color: rgb(255 251 235 / 0.95);
  }

  .\32xl\:border-b-amber-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-500\/0 {
    border-bottom-color: rgb(245 158 11 / 0);
  }

  .\32xl\:border-b-amber-500\/10 {
    border-bottom-color: rgb(245 158 11 / 0.1);
  }

  .\32xl\:border-b-amber-500\/100 {
    border-bottom-color: rgb(245 158 11 / 1);
  }

  .\32xl\:border-b-amber-500\/15 {
    border-bottom-color: rgb(245 158 11 / 0.15);
  }

  .\32xl\:border-b-amber-500\/20 {
    border-bottom-color: rgb(245 158 11 / 0.2);
  }

  .\32xl\:border-b-amber-500\/25 {
    border-bottom-color: rgb(245 158 11 / 0.25);
  }

  .\32xl\:border-b-amber-500\/30 {
    border-bottom-color: rgb(245 158 11 / 0.3);
  }

  .\32xl\:border-b-amber-500\/35 {
    border-bottom-color: rgb(245 158 11 / 0.35);
  }

  .\32xl\:border-b-amber-500\/40 {
    border-bottom-color: rgb(245 158 11 / 0.4);
  }

  .\32xl\:border-b-amber-500\/45 {
    border-bottom-color: rgb(245 158 11 / 0.45);
  }

  .\32xl\:border-b-amber-500\/5 {
    border-bottom-color: rgb(245 158 11 / 0.05);
  }

  .\32xl\:border-b-amber-500\/50 {
    border-bottom-color: rgb(245 158 11 / 0.5);
  }

  .\32xl\:border-b-amber-500\/55 {
    border-bottom-color: rgb(245 158 11 / 0.55);
  }

  .\32xl\:border-b-amber-500\/60 {
    border-bottom-color: rgb(245 158 11 / 0.6);
  }

  .\32xl\:border-b-amber-500\/65 {
    border-bottom-color: rgb(245 158 11 / 0.65);
  }

  .\32xl\:border-b-amber-500\/70 {
    border-bottom-color: rgb(245 158 11 / 0.7);
  }

  .\32xl\:border-b-amber-500\/75 {
    border-bottom-color: rgb(245 158 11 / 0.75);
  }

  .\32xl\:border-b-amber-500\/80 {
    border-bottom-color: rgb(245 158 11 / 0.8);
  }

  .\32xl\:border-b-amber-500\/85 {
    border-bottom-color: rgb(245 158 11 / 0.85);
  }

  .\32xl\:border-b-amber-500\/90 {
    border-bottom-color: rgb(245 158 11 / 0.9);
  }

  .\32xl\:border-b-amber-500\/95 {
    border-bottom-color: rgb(245 158 11 / 0.95);
  }

  .\32xl\:border-b-amber-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-600\/0 {
    border-bottom-color: rgb(217 119 6 / 0);
  }

  .\32xl\:border-b-amber-600\/10 {
    border-bottom-color: rgb(217 119 6 / 0.1);
  }

  .\32xl\:border-b-amber-600\/100 {
    border-bottom-color: rgb(217 119 6 / 1);
  }

  .\32xl\:border-b-amber-600\/15 {
    border-bottom-color: rgb(217 119 6 / 0.15);
  }

  .\32xl\:border-b-amber-600\/20 {
    border-bottom-color: rgb(217 119 6 / 0.2);
  }

  .\32xl\:border-b-amber-600\/25 {
    border-bottom-color: rgb(217 119 6 / 0.25);
  }

  .\32xl\:border-b-amber-600\/30 {
    border-bottom-color: rgb(217 119 6 / 0.3);
  }

  .\32xl\:border-b-amber-600\/35 {
    border-bottom-color: rgb(217 119 6 / 0.35);
  }

  .\32xl\:border-b-amber-600\/40 {
    border-bottom-color: rgb(217 119 6 / 0.4);
  }

  .\32xl\:border-b-amber-600\/45 {
    border-bottom-color: rgb(217 119 6 / 0.45);
  }

  .\32xl\:border-b-amber-600\/5 {
    border-bottom-color: rgb(217 119 6 / 0.05);
  }

  .\32xl\:border-b-amber-600\/50 {
    border-bottom-color: rgb(217 119 6 / 0.5);
  }

  .\32xl\:border-b-amber-600\/55 {
    border-bottom-color: rgb(217 119 6 / 0.55);
  }

  .\32xl\:border-b-amber-600\/60 {
    border-bottom-color: rgb(217 119 6 / 0.6);
  }

  .\32xl\:border-b-amber-600\/65 {
    border-bottom-color: rgb(217 119 6 / 0.65);
  }

  .\32xl\:border-b-amber-600\/70 {
    border-bottom-color: rgb(217 119 6 / 0.7);
  }

  .\32xl\:border-b-amber-600\/75 {
    border-bottom-color: rgb(217 119 6 / 0.75);
  }

  .\32xl\:border-b-amber-600\/80 {
    border-bottom-color: rgb(217 119 6 / 0.8);
  }

  .\32xl\:border-b-amber-600\/85 {
    border-bottom-color: rgb(217 119 6 / 0.85);
  }

  .\32xl\:border-b-amber-600\/90 {
    border-bottom-color: rgb(217 119 6 / 0.9);
  }

  .\32xl\:border-b-amber-600\/95 {
    border-bottom-color: rgb(217 119 6 / 0.95);
  }

  .\32xl\:border-b-amber-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-700\/0 {
    border-bottom-color: rgb(180 83 9 / 0);
  }

  .\32xl\:border-b-amber-700\/10 {
    border-bottom-color: rgb(180 83 9 / 0.1);
  }

  .\32xl\:border-b-amber-700\/100 {
    border-bottom-color: rgb(180 83 9 / 1);
  }

  .\32xl\:border-b-amber-700\/15 {
    border-bottom-color: rgb(180 83 9 / 0.15);
  }

  .\32xl\:border-b-amber-700\/20 {
    border-bottom-color: rgb(180 83 9 / 0.2);
  }

  .\32xl\:border-b-amber-700\/25 {
    border-bottom-color: rgb(180 83 9 / 0.25);
  }

  .\32xl\:border-b-amber-700\/30 {
    border-bottom-color: rgb(180 83 9 / 0.3);
  }

  .\32xl\:border-b-amber-700\/35 {
    border-bottom-color: rgb(180 83 9 / 0.35);
  }

  .\32xl\:border-b-amber-700\/40 {
    border-bottom-color: rgb(180 83 9 / 0.4);
  }

  .\32xl\:border-b-amber-700\/45 {
    border-bottom-color: rgb(180 83 9 / 0.45);
  }

  .\32xl\:border-b-amber-700\/5 {
    border-bottom-color: rgb(180 83 9 / 0.05);
  }

  .\32xl\:border-b-amber-700\/50 {
    border-bottom-color: rgb(180 83 9 / 0.5);
  }

  .\32xl\:border-b-amber-700\/55 {
    border-bottom-color: rgb(180 83 9 / 0.55);
  }

  .\32xl\:border-b-amber-700\/60 {
    border-bottom-color: rgb(180 83 9 / 0.6);
  }

  .\32xl\:border-b-amber-700\/65 {
    border-bottom-color: rgb(180 83 9 / 0.65);
  }

  .\32xl\:border-b-amber-700\/70 {
    border-bottom-color: rgb(180 83 9 / 0.7);
  }

  .\32xl\:border-b-amber-700\/75 {
    border-bottom-color: rgb(180 83 9 / 0.75);
  }

  .\32xl\:border-b-amber-700\/80 {
    border-bottom-color: rgb(180 83 9 / 0.8);
  }

  .\32xl\:border-b-amber-700\/85 {
    border-bottom-color: rgb(180 83 9 / 0.85);
  }

  .\32xl\:border-b-amber-700\/90 {
    border-bottom-color: rgb(180 83 9 / 0.9);
  }

  .\32xl\:border-b-amber-700\/95 {
    border-bottom-color: rgb(180 83 9 / 0.95);
  }

  .\32xl\:border-b-amber-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-800\/0 {
    border-bottom-color: rgb(146 64 14 / 0);
  }

  .\32xl\:border-b-amber-800\/10 {
    border-bottom-color: rgb(146 64 14 / 0.1);
  }

  .\32xl\:border-b-amber-800\/100 {
    border-bottom-color: rgb(146 64 14 / 1);
  }

  .\32xl\:border-b-amber-800\/15 {
    border-bottom-color: rgb(146 64 14 / 0.15);
  }

  .\32xl\:border-b-amber-800\/20 {
    border-bottom-color: rgb(146 64 14 / 0.2);
  }

  .\32xl\:border-b-amber-800\/25 {
    border-bottom-color: rgb(146 64 14 / 0.25);
  }

  .\32xl\:border-b-amber-800\/30 {
    border-bottom-color: rgb(146 64 14 / 0.3);
  }

  .\32xl\:border-b-amber-800\/35 {
    border-bottom-color: rgb(146 64 14 / 0.35);
  }

  .\32xl\:border-b-amber-800\/40 {
    border-bottom-color: rgb(146 64 14 / 0.4);
  }

  .\32xl\:border-b-amber-800\/45 {
    border-bottom-color: rgb(146 64 14 / 0.45);
  }

  .\32xl\:border-b-amber-800\/5 {
    border-bottom-color: rgb(146 64 14 / 0.05);
  }

  .\32xl\:border-b-amber-800\/50 {
    border-bottom-color: rgb(146 64 14 / 0.5);
  }

  .\32xl\:border-b-amber-800\/55 {
    border-bottom-color: rgb(146 64 14 / 0.55);
  }

  .\32xl\:border-b-amber-800\/60 {
    border-bottom-color: rgb(146 64 14 / 0.6);
  }

  .\32xl\:border-b-amber-800\/65 {
    border-bottom-color: rgb(146 64 14 / 0.65);
  }

  .\32xl\:border-b-amber-800\/70 {
    border-bottom-color: rgb(146 64 14 / 0.7);
  }

  .\32xl\:border-b-amber-800\/75 {
    border-bottom-color: rgb(146 64 14 / 0.75);
  }

  .\32xl\:border-b-amber-800\/80 {
    border-bottom-color: rgb(146 64 14 / 0.8);
  }

  .\32xl\:border-b-amber-800\/85 {
    border-bottom-color: rgb(146 64 14 / 0.85);
  }

  .\32xl\:border-b-amber-800\/90 {
    border-bottom-color: rgb(146 64 14 / 0.9);
  }

  .\32xl\:border-b-amber-800\/95 {
    border-bottom-color: rgb(146 64 14 / 0.95);
  }

  .\32xl\:border-b-amber-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-900\/0 {
    border-bottom-color: rgb(120 53 15 / 0);
  }

  .\32xl\:border-b-amber-900\/10 {
    border-bottom-color: rgb(120 53 15 / 0.1);
  }

  .\32xl\:border-b-amber-900\/100 {
    border-bottom-color: rgb(120 53 15 / 1);
  }

  .\32xl\:border-b-amber-900\/15 {
    border-bottom-color: rgb(120 53 15 / 0.15);
  }

  .\32xl\:border-b-amber-900\/20 {
    border-bottom-color: rgb(120 53 15 / 0.2);
  }

  .\32xl\:border-b-amber-900\/25 {
    border-bottom-color: rgb(120 53 15 / 0.25);
  }

  .\32xl\:border-b-amber-900\/30 {
    border-bottom-color: rgb(120 53 15 / 0.3);
  }

  .\32xl\:border-b-amber-900\/35 {
    border-bottom-color: rgb(120 53 15 / 0.35);
  }

  .\32xl\:border-b-amber-900\/40 {
    border-bottom-color: rgb(120 53 15 / 0.4);
  }

  .\32xl\:border-b-amber-900\/45 {
    border-bottom-color: rgb(120 53 15 / 0.45);
  }

  .\32xl\:border-b-amber-900\/5 {
    border-bottom-color: rgb(120 53 15 / 0.05);
  }

  .\32xl\:border-b-amber-900\/50 {
    border-bottom-color: rgb(120 53 15 / 0.5);
  }

  .\32xl\:border-b-amber-900\/55 {
    border-bottom-color: rgb(120 53 15 / 0.55);
  }

  .\32xl\:border-b-amber-900\/60 {
    border-bottom-color: rgb(120 53 15 / 0.6);
  }

  .\32xl\:border-b-amber-900\/65 {
    border-bottom-color: rgb(120 53 15 / 0.65);
  }

  .\32xl\:border-b-amber-900\/70 {
    border-bottom-color: rgb(120 53 15 / 0.7);
  }

  .\32xl\:border-b-amber-900\/75 {
    border-bottom-color: rgb(120 53 15 / 0.75);
  }

  .\32xl\:border-b-amber-900\/80 {
    border-bottom-color: rgb(120 53 15 / 0.8);
  }

  .\32xl\:border-b-amber-900\/85 {
    border-bottom-color: rgb(120 53 15 / 0.85);
  }

  .\32xl\:border-b-amber-900\/90 {
    border-bottom-color: rgb(120 53 15 / 0.9);
  }

  .\32xl\:border-b-amber-900\/95 {
    border-bottom-color: rgb(120 53 15 / 0.95);
  }

  .\32xl\:border-b-amber-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-amber-950\/0 {
    border-bottom-color: rgb(69 26 3 / 0);
  }

  .\32xl\:border-b-amber-950\/10 {
    border-bottom-color: rgb(69 26 3 / 0.1);
  }

  .\32xl\:border-b-amber-950\/100 {
    border-bottom-color: rgb(69 26 3 / 1);
  }

  .\32xl\:border-b-amber-950\/15 {
    border-bottom-color: rgb(69 26 3 / 0.15);
  }

  .\32xl\:border-b-amber-950\/20 {
    border-bottom-color: rgb(69 26 3 / 0.2);
  }

  .\32xl\:border-b-amber-950\/25 {
    border-bottom-color: rgb(69 26 3 / 0.25);
  }

  .\32xl\:border-b-amber-950\/30 {
    border-bottom-color: rgb(69 26 3 / 0.3);
  }

  .\32xl\:border-b-amber-950\/35 {
    border-bottom-color: rgb(69 26 3 / 0.35);
  }

  .\32xl\:border-b-amber-950\/40 {
    border-bottom-color: rgb(69 26 3 / 0.4);
  }

  .\32xl\:border-b-amber-950\/45 {
    border-bottom-color: rgb(69 26 3 / 0.45);
  }

  .\32xl\:border-b-amber-950\/5 {
    border-bottom-color: rgb(69 26 3 / 0.05);
  }

  .\32xl\:border-b-amber-950\/50 {
    border-bottom-color: rgb(69 26 3 / 0.5);
  }

  .\32xl\:border-b-amber-950\/55 {
    border-bottom-color: rgb(69 26 3 / 0.55);
  }

  .\32xl\:border-b-amber-950\/60 {
    border-bottom-color: rgb(69 26 3 / 0.6);
  }

  .\32xl\:border-b-amber-950\/65 {
    border-bottom-color: rgb(69 26 3 / 0.65);
  }

  .\32xl\:border-b-amber-950\/70 {
    border-bottom-color: rgb(69 26 3 / 0.7);
  }

  .\32xl\:border-b-amber-950\/75 {
    border-bottom-color: rgb(69 26 3 / 0.75);
  }

  .\32xl\:border-b-amber-950\/80 {
    border-bottom-color: rgb(69 26 3 / 0.8);
  }

  .\32xl\:border-b-amber-950\/85 {
    border-bottom-color: rgb(69 26 3 / 0.85);
  }

  .\32xl\:border-b-amber-950\/90 {
    border-bottom-color: rgb(69 26 3 / 0.9);
  }

  .\32xl\:border-b-amber-950\/95 {
    border-bottom-color: rgb(69 26 3 / 0.95);
  }

  .\32xl\:border-b-background {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-background\/0 {
    border-bottom-color: hsl(var(--background) / 0);
  }

  .\32xl\:border-b-background\/10 {
    border-bottom-color: hsl(var(--background) / 0.1);
  }

  .\32xl\:border-b-background\/100 {
    border-bottom-color: hsl(var(--background) / 1);
  }

  .\32xl\:border-b-background\/15 {
    border-bottom-color: hsl(var(--background) / 0.15);
  }

  .\32xl\:border-b-background\/20 {
    border-bottom-color: hsl(var(--background) / 0.2);
  }

  .\32xl\:border-b-background\/25 {
    border-bottom-color: hsl(var(--background) / 0.25);
  }

  .\32xl\:border-b-background\/30 {
    border-bottom-color: hsl(var(--background) / 0.3);
  }

  .\32xl\:border-b-background\/35 {
    border-bottom-color: hsl(var(--background) / 0.35);
  }

  .\32xl\:border-b-background\/40 {
    border-bottom-color: hsl(var(--background) / 0.4);
  }

  .\32xl\:border-b-background\/45 {
    border-bottom-color: hsl(var(--background) / 0.45);
  }

  .\32xl\:border-b-background\/5 {
    border-bottom-color: hsl(var(--background) / 0.05);
  }

  .\32xl\:border-b-background\/50 {
    border-bottom-color: hsl(var(--background) / 0.5);
  }

  .\32xl\:border-b-background\/55 {
    border-bottom-color: hsl(var(--background) / 0.55);
  }

  .\32xl\:border-b-background\/60 {
    border-bottom-color: hsl(var(--background) / 0.6);
  }

  .\32xl\:border-b-background\/65 {
    border-bottom-color: hsl(var(--background) / 0.65);
  }

  .\32xl\:border-b-background\/70 {
    border-bottom-color: hsl(var(--background) / 0.7);
  }

  .\32xl\:border-b-background\/75 {
    border-bottom-color: hsl(var(--background) / 0.75);
  }

  .\32xl\:border-b-background\/80 {
    border-bottom-color: hsl(var(--background) / 0.8);
  }

  .\32xl\:border-b-background\/85 {
    border-bottom-color: hsl(var(--background) / 0.85);
  }

  .\32xl\:border-b-background\/90 {
    border-bottom-color: hsl(var(--background) / 0.9);
  }

  .\32xl\:border-b-background\/95 {
    border-bottom-color: hsl(var(--background) / 0.95);
  }

  .\32xl\:border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-black\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-b-black\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-b-black\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-b-black\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-b-black\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-b-black\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-b-black\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-b-black\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-b-black\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-b-black\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-b-black\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-b-black\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-b-black\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-b-black\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-b-black\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-b-black\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-b-black\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-b-black\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-b-black\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-b-black\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-b-black\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-b-blue-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-100\/0 {
    border-bottom-color: rgb(219 234 254 / 0);
  }

  .\32xl\:border-b-blue-100\/10 {
    border-bottom-color: rgb(219 234 254 / 0.1);
  }

  .\32xl\:border-b-blue-100\/100 {
    border-bottom-color: rgb(219 234 254 / 1);
  }

  .\32xl\:border-b-blue-100\/15 {
    border-bottom-color: rgb(219 234 254 / 0.15);
  }

  .\32xl\:border-b-blue-100\/20 {
    border-bottom-color: rgb(219 234 254 / 0.2);
  }

  .\32xl\:border-b-blue-100\/25 {
    border-bottom-color: rgb(219 234 254 / 0.25);
  }

  .\32xl\:border-b-blue-100\/30 {
    border-bottom-color: rgb(219 234 254 / 0.3);
  }

  .\32xl\:border-b-blue-100\/35 {
    border-bottom-color: rgb(219 234 254 / 0.35);
  }

  .\32xl\:border-b-blue-100\/40 {
    border-bottom-color: rgb(219 234 254 / 0.4);
  }

  .\32xl\:border-b-blue-100\/45 {
    border-bottom-color: rgb(219 234 254 / 0.45);
  }

  .\32xl\:border-b-blue-100\/5 {
    border-bottom-color: rgb(219 234 254 / 0.05);
  }

  .\32xl\:border-b-blue-100\/50 {
    border-bottom-color: rgb(219 234 254 / 0.5);
  }

  .\32xl\:border-b-blue-100\/55 {
    border-bottom-color: rgb(219 234 254 / 0.55);
  }

  .\32xl\:border-b-blue-100\/60 {
    border-bottom-color: rgb(219 234 254 / 0.6);
  }

  .\32xl\:border-b-blue-100\/65 {
    border-bottom-color: rgb(219 234 254 / 0.65);
  }

  .\32xl\:border-b-blue-100\/70 {
    border-bottom-color: rgb(219 234 254 / 0.7);
  }

  .\32xl\:border-b-blue-100\/75 {
    border-bottom-color: rgb(219 234 254 / 0.75);
  }

  .\32xl\:border-b-blue-100\/80 {
    border-bottom-color: rgb(219 234 254 / 0.8);
  }

  .\32xl\:border-b-blue-100\/85 {
    border-bottom-color: rgb(219 234 254 / 0.85);
  }

  .\32xl\:border-b-blue-100\/90 {
    border-bottom-color: rgb(219 234 254 / 0.9);
  }

  .\32xl\:border-b-blue-100\/95 {
    border-bottom-color: rgb(219 234 254 / 0.95);
  }

  .\32xl\:border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-200\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
  }

  .\32xl\:border-b-blue-200\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
  }

  .\32xl\:border-b-blue-200\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
  }

  .\32xl\:border-b-blue-200\/15 {
    border-bottom-color: rgb(191 219 254 / 0.15);
  }

  .\32xl\:border-b-blue-200\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
  }

  .\32xl\:border-b-blue-200\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
  }

  .\32xl\:border-b-blue-200\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
  }

  .\32xl\:border-b-blue-200\/35 {
    border-bottom-color: rgb(191 219 254 / 0.35);
  }

  .\32xl\:border-b-blue-200\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
  }

  .\32xl\:border-b-blue-200\/45 {
    border-bottom-color: rgb(191 219 254 / 0.45);
  }

  .\32xl\:border-b-blue-200\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
  }

  .\32xl\:border-b-blue-200\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
  }

  .\32xl\:border-b-blue-200\/55 {
    border-bottom-color: rgb(191 219 254 / 0.55);
  }

  .\32xl\:border-b-blue-200\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
  }

  .\32xl\:border-b-blue-200\/65 {
    border-bottom-color: rgb(191 219 254 / 0.65);
  }

  .\32xl\:border-b-blue-200\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
  }

  .\32xl\:border-b-blue-200\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
  }

  .\32xl\:border-b-blue-200\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
  }

  .\32xl\:border-b-blue-200\/85 {
    border-bottom-color: rgb(191 219 254 / 0.85);
  }

  .\32xl\:border-b-blue-200\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
  }

  .\32xl\:border-b-blue-200\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
  }

  .\32xl\:border-b-blue-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-300\/0 {
    border-bottom-color: rgb(147 197 253 / 0);
  }

  .\32xl\:border-b-blue-300\/10 {
    border-bottom-color: rgb(147 197 253 / 0.1);
  }

  .\32xl\:border-b-blue-300\/100 {
    border-bottom-color: rgb(147 197 253 / 1);
  }

  .\32xl\:border-b-blue-300\/15 {
    border-bottom-color: rgb(147 197 253 / 0.15);
  }

  .\32xl\:border-b-blue-300\/20 {
    border-bottom-color: rgb(147 197 253 / 0.2);
  }

  .\32xl\:border-b-blue-300\/25 {
    border-bottom-color: rgb(147 197 253 / 0.25);
  }

  .\32xl\:border-b-blue-300\/30 {
    border-bottom-color: rgb(147 197 253 / 0.3);
  }

  .\32xl\:border-b-blue-300\/35 {
    border-bottom-color: rgb(147 197 253 / 0.35);
  }

  .\32xl\:border-b-blue-300\/40 {
    border-bottom-color: rgb(147 197 253 / 0.4);
  }

  .\32xl\:border-b-blue-300\/45 {
    border-bottom-color: rgb(147 197 253 / 0.45);
  }

  .\32xl\:border-b-blue-300\/5 {
    border-bottom-color: rgb(147 197 253 / 0.05);
  }

  .\32xl\:border-b-blue-300\/50 {
    border-bottom-color: rgb(147 197 253 / 0.5);
  }

  .\32xl\:border-b-blue-300\/55 {
    border-bottom-color: rgb(147 197 253 / 0.55);
  }

  .\32xl\:border-b-blue-300\/60 {
    border-bottom-color: rgb(147 197 253 / 0.6);
  }

  .\32xl\:border-b-blue-300\/65 {
    border-bottom-color: rgb(147 197 253 / 0.65);
  }

  .\32xl\:border-b-blue-300\/70 {
    border-bottom-color: rgb(147 197 253 / 0.7);
  }

  .\32xl\:border-b-blue-300\/75 {
    border-bottom-color: rgb(147 197 253 / 0.75);
  }

  .\32xl\:border-b-blue-300\/80 {
    border-bottom-color: rgb(147 197 253 / 0.8);
  }

  .\32xl\:border-b-blue-300\/85 {
    border-bottom-color: rgb(147 197 253 / 0.85);
  }

  .\32xl\:border-b-blue-300\/90 {
    border-bottom-color: rgb(147 197 253 / 0.9);
  }

  .\32xl\:border-b-blue-300\/95 {
    border-bottom-color: rgb(147 197 253 / 0.95);
  }

  .\32xl\:border-b-blue-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-400\/0 {
    border-bottom-color: rgb(96 165 250 / 0);
  }

  .\32xl\:border-b-blue-400\/10 {
    border-bottom-color: rgb(96 165 250 / 0.1);
  }

  .\32xl\:border-b-blue-400\/100 {
    border-bottom-color: rgb(96 165 250 / 1);
  }

  .\32xl\:border-b-blue-400\/15 {
    border-bottom-color: rgb(96 165 250 / 0.15);
  }

  .\32xl\:border-b-blue-400\/20 {
    border-bottom-color: rgb(96 165 250 / 0.2);
  }

  .\32xl\:border-b-blue-400\/25 {
    border-bottom-color: rgb(96 165 250 / 0.25);
  }

  .\32xl\:border-b-blue-400\/30 {
    border-bottom-color: rgb(96 165 250 / 0.3);
  }

  .\32xl\:border-b-blue-400\/35 {
    border-bottom-color: rgb(96 165 250 / 0.35);
  }

  .\32xl\:border-b-blue-400\/40 {
    border-bottom-color: rgb(96 165 250 / 0.4);
  }

  .\32xl\:border-b-blue-400\/45 {
    border-bottom-color: rgb(96 165 250 / 0.45);
  }

  .\32xl\:border-b-blue-400\/5 {
    border-bottom-color: rgb(96 165 250 / 0.05);
  }

  .\32xl\:border-b-blue-400\/50 {
    border-bottom-color: rgb(96 165 250 / 0.5);
  }

  .\32xl\:border-b-blue-400\/55 {
    border-bottom-color: rgb(96 165 250 / 0.55);
  }

  .\32xl\:border-b-blue-400\/60 {
    border-bottom-color: rgb(96 165 250 / 0.6);
  }

  .\32xl\:border-b-blue-400\/65 {
    border-bottom-color: rgb(96 165 250 / 0.65);
  }

  .\32xl\:border-b-blue-400\/70 {
    border-bottom-color: rgb(96 165 250 / 0.7);
  }

  .\32xl\:border-b-blue-400\/75 {
    border-bottom-color: rgb(96 165 250 / 0.75);
  }

  .\32xl\:border-b-blue-400\/80 {
    border-bottom-color: rgb(96 165 250 / 0.8);
  }

  .\32xl\:border-b-blue-400\/85 {
    border-bottom-color: rgb(96 165 250 / 0.85);
  }

  .\32xl\:border-b-blue-400\/90 {
    border-bottom-color: rgb(96 165 250 / 0.9);
  }

  .\32xl\:border-b-blue-400\/95 {
    border-bottom-color: rgb(96 165 250 / 0.95);
  }

  .\32xl\:border-b-blue-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-50\/0 {
    border-bottom-color: rgb(239 246 255 / 0);
  }

  .\32xl\:border-b-blue-50\/10 {
    border-bottom-color: rgb(239 246 255 / 0.1);
  }

  .\32xl\:border-b-blue-50\/100 {
    border-bottom-color: rgb(239 246 255 / 1);
  }

  .\32xl\:border-b-blue-50\/15 {
    border-bottom-color: rgb(239 246 255 / 0.15);
  }

  .\32xl\:border-b-blue-50\/20 {
    border-bottom-color: rgb(239 246 255 / 0.2);
  }

  .\32xl\:border-b-blue-50\/25 {
    border-bottom-color: rgb(239 246 255 / 0.25);
  }

  .\32xl\:border-b-blue-50\/30 {
    border-bottom-color: rgb(239 246 255 / 0.3);
  }

  .\32xl\:border-b-blue-50\/35 {
    border-bottom-color: rgb(239 246 255 / 0.35);
  }

  .\32xl\:border-b-blue-50\/40 {
    border-bottom-color: rgb(239 246 255 / 0.4);
  }

  .\32xl\:border-b-blue-50\/45 {
    border-bottom-color: rgb(239 246 255 / 0.45);
  }

  .\32xl\:border-b-blue-50\/5 {
    border-bottom-color: rgb(239 246 255 / 0.05);
  }

  .\32xl\:border-b-blue-50\/50 {
    border-bottom-color: rgb(239 246 255 / 0.5);
  }

  .\32xl\:border-b-blue-50\/55 {
    border-bottom-color: rgb(239 246 255 / 0.55);
  }

  .\32xl\:border-b-blue-50\/60 {
    border-bottom-color: rgb(239 246 255 / 0.6);
  }

  .\32xl\:border-b-blue-50\/65 {
    border-bottom-color: rgb(239 246 255 / 0.65);
  }

  .\32xl\:border-b-blue-50\/70 {
    border-bottom-color: rgb(239 246 255 / 0.7);
  }

  .\32xl\:border-b-blue-50\/75 {
    border-bottom-color: rgb(239 246 255 / 0.75);
  }

  .\32xl\:border-b-blue-50\/80 {
    border-bottom-color: rgb(239 246 255 / 0.8);
  }

  .\32xl\:border-b-blue-50\/85 {
    border-bottom-color: rgb(239 246 255 / 0.85);
  }

  .\32xl\:border-b-blue-50\/90 {
    border-bottom-color: rgb(239 246 255 / 0.9);
  }

  .\32xl\:border-b-blue-50\/95 {
    border-bottom-color: rgb(239 246 255 / 0.95);
  }

  .\32xl\:border-b-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-500\/0 {
    border-bottom-color: rgb(59 130 246 / 0);
  }

  .\32xl\:border-b-blue-500\/10 {
    border-bottom-color: rgb(59 130 246 / 0.1);
  }

  .\32xl\:border-b-blue-500\/100 {
    border-bottom-color: rgb(59 130 246 / 1);
  }

  .\32xl\:border-b-blue-500\/15 {
    border-bottom-color: rgb(59 130 246 / 0.15);
  }

  .\32xl\:border-b-blue-500\/20 {
    border-bottom-color: rgb(59 130 246 / 0.2);
  }

  .\32xl\:border-b-blue-500\/25 {
    border-bottom-color: rgb(59 130 246 / 0.25);
  }

  .\32xl\:border-b-blue-500\/30 {
    border-bottom-color: rgb(59 130 246 / 0.3);
  }

  .\32xl\:border-b-blue-500\/35 {
    border-bottom-color: rgb(59 130 246 / 0.35);
  }

  .\32xl\:border-b-blue-500\/40 {
    border-bottom-color: rgb(59 130 246 / 0.4);
  }

  .\32xl\:border-b-blue-500\/45 {
    border-bottom-color: rgb(59 130 246 / 0.45);
  }

  .\32xl\:border-b-blue-500\/5 {
    border-bottom-color: rgb(59 130 246 / 0.05);
  }

  .\32xl\:border-b-blue-500\/50 {
    border-bottom-color: rgb(59 130 246 / 0.5);
  }

  .\32xl\:border-b-blue-500\/55 {
    border-bottom-color: rgb(59 130 246 / 0.55);
  }

  .\32xl\:border-b-blue-500\/60 {
    border-bottom-color: rgb(59 130 246 / 0.6);
  }

  .\32xl\:border-b-blue-500\/65 {
    border-bottom-color: rgb(59 130 246 / 0.65);
  }

  .\32xl\:border-b-blue-500\/70 {
    border-bottom-color: rgb(59 130 246 / 0.7);
  }

  .\32xl\:border-b-blue-500\/75 {
    border-bottom-color: rgb(59 130 246 / 0.75);
  }

  .\32xl\:border-b-blue-500\/80 {
    border-bottom-color: rgb(59 130 246 / 0.8);
  }

  .\32xl\:border-b-blue-500\/85 {
    border-bottom-color: rgb(59 130 246 / 0.85);
  }

  .\32xl\:border-b-blue-500\/90 {
    border-bottom-color: rgb(59 130 246 / 0.9);
  }

  .\32xl\:border-b-blue-500\/95 {
    border-bottom-color: rgb(59 130 246 / 0.95);
  }

  .\32xl\:border-b-blue-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-600\/0 {
    border-bottom-color: rgb(37 99 235 / 0);
  }

  .\32xl\:border-b-blue-600\/10 {
    border-bottom-color: rgb(37 99 235 / 0.1);
  }

  .\32xl\:border-b-blue-600\/100 {
    border-bottom-color: rgb(37 99 235 / 1);
  }

  .\32xl\:border-b-blue-600\/15 {
    border-bottom-color: rgb(37 99 235 / 0.15);
  }

  .\32xl\:border-b-blue-600\/20 {
    border-bottom-color: rgb(37 99 235 / 0.2);
  }

  .\32xl\:border-b-blue-600\/25 {
    border-bottom-color: rgb(37 99 235 / 0.25);
  }

  .\32xl\:border-b-blue-600\/30 {
    border-bottom-color: rgb(37 99 235 / 0.3);
  }

  .\32xl\:border-b-blue-600\/35 {
    border-bottom-color: rgb(37 99 235 / 0.35);
  }

  .\32xl\:border-b-blue-600\/40 {
    border-bottom-color: rgb(37 99 235 / 0.4);
  }

  .\32xl\:border-b-blue-600\/45 {
    border-bottom-color: rgb(37 99 235 / 0.45);
  }

  .\32xl\:border-b-blue-600\/5 {
    border-bottom-color: rgb(37 99 235 / 0.05);
  }

  .\32xl\:border-b-blue-600\/50 {
    border-bottom-color: rgb(37 99 235 / 0.5);
  }

  .\32xl\:border-b-blue-600\/55 {
    border-bottom-color: rgb(37 99 235 / 0.55);
  }

  .\32xl\:border-b-blue-600\/60 {
    border-bottom-color: rgb(37 99 235 / 0.6);
  }

  .\32xl\:border-b-blue-600\/65 {
    border-bottom-color: rgb(37 99 235 / 0.65);
  }

  .\32xl\:border-b-blue-600\/70 {
    border-bottom-color: rgb(37 99 235 / 0.7);
  }

  .\32xl\:border-b-blue-600\/75 {
    border-bottom-color: rgb(37 99 235 / 0.75);
  }

  .\32xl\:border-b-blue-600\/80 {
    border-bottom-color: rgb(37 99 235 / 0.8);
  }

  .\32xl\:border-b-blue-600\/85 {
    border-bottom-color: rgb(37 99 235 / 0.85);
  }

  .\32xl\:border-b-blue-600\/90 {
    border-bottom-color: rgb(37 99 235 / 0.9);
  }

  .\32xl\:border-b-blue-600\/95 {
    border-bottom-color: rgb(37 99 235 / 0.95);
  }

  .\32xl\:border-b-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-700\/0 {
    border-bottom-color: rgb(29 78 216 / 0);
  }

  .\32xl\:border-b-blue-700\/10 {
    border-bottom-color: rgb(29 78 216 / 0.1);
  }

  .\32xl\:border-b-blue-700\/100 {
    border-bottom-color: rgb(29 78 216 / 1);
  }

  .\32xl\:border-b-blue-700\/15 {
    border-bottom-color: rgb(29 78 216 / 0.15);
  }

  .\32xl\:border-b-blue-700\/20 {
    border-bottom-color: rgb(29 78 216 / 0.2);
  }

  .\32xl\:border-b-blue-700\/25 {
    border-bottom-color: rgb(29 78 216 / 0.25);
  }

  .\32xl\:border-b-blue-700\/30 {
    border-bottom-color: rgb(29 78 216 / 0.3);
  }

  .\32xl\:border-b-blue-700\/35 {
    border-bottom-color: rgb(29 78 216 / 0.35);
  }

  .\32xl\:border-b-blue-700\/40 {
    border-bottom-color: rgb(29 78 216 / 0.4);
  }

  .\32xl\:border-b-blue-700\/45 {
    border-bottom-color: rgb(29 78 216 / 0.45);
  }

  .\32xl\:border-b-blue-700\/5 {
    border-bottom-color: rgb(29 78 216 / 0.05);
  }

  .\32xl\:border-b-blue-700\/50 {
    border-bottom-color: rgb(29 78 216 / 0.5);
  }

  .\32xl\:border-b-blue-700\/55 {
    border-bottom-color: rgb(29 78 216 / 0.55);
  }

  .\32xl\:border-b-blue-700\/60 {
    border-bottom-color: rgb(29 78 216 / 0.6);
  }

  .\32xl\:border-b-blue-700\/65 {
    border-bottom-color: rgb(29 78 216 / 0.65);
  }

  .\32xl\:border-b-blue-700\/70 {
    border-bottom-color: rgb(29 78 216 / 0.7);
  }

  .\32xl\:border-b-blue-700\/75 {
    border-bottom-color: rgb(29 78 216 / 0.75);
  }

  .\32xl\:border-b-blue-700\/80 {
    border-bottom-color: rgb(29 78 216 / 0.8);
  }

  .\32xl\:border-b-blue-700\/85 {
    border-bottom-color: rgb(29 78 216 / 0.85);
  }

  .\32xl\:border-b-blue-700\/90 {
    border-bottom-color: rgb(29 78 216 / 0.9);
  }

  .\32xl\:border-b-blue-700\/95 {
    border-bottom-color: rgb(29 78 216 / 0.95);
  }

  .\32xl\:border-b-blue-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-800\/0 {
    border-bottom-color: rgb(30 64 175 / 0);
  }

  .\32xl\:border-b-blue-800\/10 {
    border-bottom-color: rgb(30 64 175 / 0.1);
  }

  .\32xl\:border-b-blue-800\/100 {
    border-bottom-color: rgb(30 64 175 / 1);
  }

  .\32xl\:border-b-blue-800\/15 {
    border-bottom-color: rgb(30 64 175 / 0.15);
  }

  .\32xl\:border-b-blue-800\/20 {
    border-bottom-color: rgb(30 64 175 / 0.2);
  }

  .\32xl\:border-b-blue-800\/25 {
    border-bottom-color: rgb(30 64 175 / 0.25);
  }

  .\32xl\:border-b-blue-800\/30 {
    border-bottom-color: rgb(30 64 175 / 0.3);
  }

  .\32xl\:border-b-blue-800\/35 {
    border-bottom-color: rgb(30 64 175 / 0.35);
  }

  .\32xl\:border-b-blue-800\/40 {
    border-bottom-color: rgb(30 64 175 / 0.4);
  }

  .\32xl\:border-b-blue-800\/45 {
    border-bottom-color: rgb(30 64 175 / 0.45);
  }

  .\32xl\:border-b-blue-800\/5 {
    border-bottom-color: rgb(30 64 175 / 0.05);
  }

  .\32xl\:border-b-blue-800\/50 {
    border-bottom-color: rgb(30 64 175 / 0.5);
  }

  .\32xl\:border-b-blue-800\/55 {
    border-bottom-color: rgb(30 64 175 / 0.55);
  }

  .\32xl\:border-b-blue-800\/60 {
    border-bottom-color: rgb(30 64 175 / 0.6);
  }

  .\32xl\:border-b-blue-800\/65 {
    border-bottom-color: rgb(30 64 175 / 0.65);
  }

  .\32xl\:border-b-blue-800\/70 {
    border-bottom-color: rgb(30 64 175 / 0.7);
  }

  .\32xl\:border-b-blue-800\/75 {
    border-bottom-color: rgb(30 64 175 / 0.75);
  }

  .\32xl\:border-b-blue-800\/80 {
    border-bottom-color: rgb(30 64 175 / 0.8);
  }

  .\32xl\:border-b-blue-800\/85 {
    border-bottom-color: rgb(30 64 175 / 0.85);
  }

  .\32xl\:border-b-blue-800\/90 {
    border-bottom-color: rgb(30 64 175 / 0.9);
  }

  .\32xl\:border-b-blue-800\/95 {
    border-bottom-color: rgb(30 64 175 / 0.95);
  }

  .\32xl\:border-b-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-900\/0 {
    border-bottom-color: rgb(30 58 138 / 0);
  }

  .\32xl\:border-b-blue-900\/10 {
    border-bottom-color: rgb(30 58 138 / 0.1);
  }

  .\32xl\:border-b-blue-900\/100 {
    border-bottom-color: rgb(30 58 138 / 1);
  }

  .\32xl\:border-b-blue-900\/15 {
    border-bottom-color: rgb(30 58 138 / 0.15);
  }

  .\32xl\:border-b-blue-900\/20 {
    border-bottom-color: rgb(30 58 138 / 0.2);
  }

  .\32xl\:border-b-blue-900\/25 {
    border-bottom-color: rgb(30 58 138 / 0.25);
  }

  .\32xl\:border-b-blue-900\/30 {
    border-bottom-color: rgb(30 58 138 / 0.3);
  }

  .\32xl\:border-b-blue-900\/35 {
    border-bottom-color: rgb(30 58 138 / 0.35);
  }

  .\32xl\:border-b-blue-900\/40 {
    border-bottom-color: rgb(30 58 138 / 0.4);
  }

  .\32xl\:border-b-blue-900\/45 {
    border-bottom-color: rgb(30 58 138 / 0.45);
  }

  .\32xl\:border-b-blue-900\/5 {
    border-bottom-color: rgb(30 58 138 / 0.05);
  }

  .\32xl\:border-b-blue-900\/50 {
    border-bottom-color: rgb(30 58 138 / 0.5);
  }

  .\32xl\:border-b-blue-900\/55 {
    border-bottom-color: rgb(30 58 138 / 0.55);
  }

  .\32xl\:border-b-blue-900\/60 {
    border-bottom-color: rgb(30 58 138 / 0.6);
  }

  .\32xl\:border-b-blue-900\/65 {
    border-bottom-color: rgb(30 58 138 / 0.65);
  }

  .\32xl\:border-b-blue-900\/70 {
    border-bottom-color: rgb(30 58 138 / 0.7);
  }

  .\32xl\:border-b-blue-900\/75 {
    border-bottom-color: rgb(30 58 138 / 0.75);
  }

  .\32xl\:border-b-blue-900\/80 {
    border-bottom-color: rgb(30 58 138 / 0.8);
  }

  .\32xl\:border-b-blue-900\/85 {
    border-bottom-color: rgb(30 58 138 / 0.85);
  }

  .\32xl\:border-b-blue-900\/90 {
    border-bottom-color: rgb(30 58 138 / 0.9);
  }

  .\32xl\:border-b-blue-900\/95 {
    border-bottom-color: rgb(30 58 138 / 0.95);
  }

  .\32xl\:border-b-blue-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-blue-950\/0 {
    border-bottom-color: rgb(23 37 84 / 0);
  }

  .\32xl\:border-b-blue-950\/10 {
    border-bottom-color: rgb(23 37 84 / 0.1);
  }

  .\32xl\:border-b-blue-950\/100 {
    border-bottom-color: rgb(23 37 84 / 1);
  }

  .\32xl\:border-b-blue-950\/15 {
    border-bottom-color: rgb(23 37 84 / 0.15);
  }

  .\32xl\:border-b-blue-950\/20 {
    border-bottom-color: rgb(23 37 84 / 0.2);
  }

  .\32xl\:border-b-blue-950\/25 {
    border-bottom-color: rgb(23 37 84 / 0.25);
  }

  .\32xl\:border-b-blue-950\/30 {
    border-bottom-color: rgb(23 37 84 / 0.3);
  }

  .\32xl\:border-b-blue-950\/35 {
    border-bottom-color: rgb(23 37 84 / 0.35);
  }

  .\32xl\:border-b-blue-950\/40 {
    border-bottom-color: rgb(23 37 84 / 0.4);
  }

  .\32xl\:border-b-blue-950\/45 {
    border-bottom-color: rgb(23 37 84 / 0.45);
  }

  .\32xl\:border-b-blue-950\/5 {
    border-bottom-color: rgb(23 37 84 / 0.05);
  }

  .\32xl\:border-b-blue-950\/50 {
    border-bottom-color: rgb(23 37 84 / 0.5);
  }

  .\32xl\:border-b-blue-950\/55 {
    border-bottom-color: rgb(23 37 84 / 0.55);
  }

  .\32xl\:border-b-blue-950\/60 {
    border-bottom-color: rgb(23 37 84 / 0.6);
  }

  .\32xl\:border-b-blue-950\/65 {
    border-bottom-color: rgb(23 37 84 / 0.65);
  }

  .\32xl\:border-b-blue-950\/70 {
    border-bottom-color: rgb(23 37 84 / 0.7);
  }

  .\32xl\:border-b-blue-950\/75 {
    border-bottom-color: rgb(23 37 84 / 0.75);
  }

  .\32xl\:border-b-blue-950\/80 {
    border-bottom-color: rgb(23 37 84 / 0.8);
  }

  .\32xl\:border-b-blue-950\/85 {
    border-bottom-color: rgb(23 37 84 / 0.85);
  }

  .\32xl\:border-b-blue-950\/90 {
    border-bottom-color: rgb(23 37 84 / 0.9);
  }

  .\32xl\:border-b-blue-950\/95 {
    border-bottom-color: rgb(23 37 84 / 0.95);
  }

  .\32xl\:border-b-border {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-border\/0 {
    border-bottom-color: hsl(var(--border) / 0);
  }

  .\32xl\:border-b-border\/10 {
    border-bottom-color: hsl(var(--border) / 0.1);
  }

  .\32xl\:border-b-border\/100 {
    border-bottom-color: hsl(var(--border) / 1);
  }

  .\32xl\:border-b-border\/15 {
    border-bottom-color: hsl(var(--border) / 0.15);
  }

  .\32xl\:border-b-border\/20 {
    border-bottom-color: hsl(var(--border) / 0.2);
  }

  .\32xl\:border-b-border\/25 {
    border-bottom-color: hsl(var(--border) / 0.25);
  }

  .\32xl\:border-b-border\/30 {
    border-bottom-color: hsl(var(--border) / 0.3);
  }

  .\32xl\:border-b-border\/35 {
    border-bottom-color: hsl(var(--border) / 0.35);
  }

  .\32xl\:border-b-border\/40 {
    border-bottom-color: hsl(var(--border) / 0.4);
  }

  .\32xl\:border-b-border\/45 {
    border-bottom-color: hsl(var(--border) / 0.45);
  }

  .\32xl\:border-b-border\/5 {
    border-bottom-color: hsl(var(--border) / 0.05);
  }

  .\32xl\:border-b-border\/50 {
    border-bottom-color: hsl(var(--border) / 0.5);
  }

  .\32xl\:border-b-border\/55 {
    border-bottom-color: hsl(var(--border) / 0.55);
  }

  .\32xl\:border-b-border\/60 {
    border-bottom-color: hsl(var(--border) / 0.6);
  }

  .\32xl\:border-b-border\/65 {
    border-bottom-color: hsl(var(--border) / 0.65);
  }

  .\32xl\:border-b-border\/70 {
    border-bottom-color: hsl(var(--border) / 0.7);
  }

  .\32xl\:border-b-border\/75 {
    border-bottom-color: hsl(var(--border) / 0.75);
  }

  .\32xl\:border-b-border\/80 {
    border-bottom-color: hsl(var(--border) / 0.8);
  }

  .\32xl\:border-b-border\/85 {
    border-bottom-color: hsl(var(--border) / 0.85);
  }

  .\32xl\:border-b-border\/90 {
    border-bottom-color: hsl(var(--border) / 0.9);
  }

  .\32xl\:border-b-border\/95 {
    border-bottom-color: hsl(var(--border) / 0.95);
  }

  .\32xl\:border-b-card {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-card-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-card-foreground\/0 {
    border-bottom-color: hsl(var(--card-foreground) / 0);
  }

  .\32xl\:border-b-card-foreground\/10 {
    border-bottom-color: hsl(var(--card-foreground) / 0.1);
  }

  .\32xl\:border-b-card-foreground\/100 {
    border-bottom-color: hsl(var(--card-foreground) / 1);
  }

  .\32xl\:border-b-card-foreground\/15 {
    border-bottom-color: hsl(var(--card-foreground) / 0.15);
  }

  .\32xl\:border-b-card-foreground\/20 {
    border-bottom-color: hsl(var(--card-foreground) / 0.2);
  }

  .\32xl\:border-b-card-foreground\/25 {
    border-bottom-color: hsl(var(--card-foreground) / 0.25);
  }

  .\32xl\:border-b-card-foreground\/30 {
    border-bottom-color: hsl(var(--card-foreground) / 0.3);
  }

  .\32xl\:border-b-card-foreground\/35 {
    border-bottom-color: hsl(var(--card-foreground) / 0.35);
  }

  .\32xl\:border-b-card-foreground\/40 {
    border-bottom-color: hsl(var(--card-foreground) / 0.4);
  }

  .\32xl\:border-b-card-foreground\/45 {
    border-bottom-color: hsl(var(--card-foreground) / 0.45);
  }

  .\32xl\:border-b-card-foreground\/5 {
    border-bottom-color: hsl(var(--card-foreground) / 0.05);
  }

  .\32xl\:border-b-card-foreground\/50 {
    border-bottom-color: hsl(var(--card-foreground) / 0.5);
  }

  .\32xl\:border-b-card-foreground\/55 {
    border-bottom-color: hsl(var(--card-foreground) / 0.55);
  }

  .\32xl\:border-b-card-foreground\/60 {
    border-bottom-color: hsl(var(--card-foreground) / 0.6);
  }

  .\32xl\:border-b-card-foreground\/65 {
    border-bottom-color: hsl(var(--card-foreground) / 0.65);
  }

  .\32xl\:border-b-card-foreground\/70 {
    border-bottom-color: hsl(var(--card-foreground) / 0.7);
  }

  .\32xl\:border-b-card-foreground\/75 {
    border-bottom-color: hsl(var(--card-foreground) / 0.75);
  }

  .\32xl\:border-b-card-foreground\/80 {
    border-bottom-color: hsl(var(--card-foreground) / 0.8);
  }

  .\32xl\:border-b-card-foreground\/85 {
    border-bottom-color: hsl(var(--card-foreground) / 0.85);
  }

  .\32xl\:border-b-card-foreground\/90 {
    border-bottom-color: hsl(var(--card-foreground) / 0.9);
  }

  .\32xl\:border-b-card-foreground\/95 {
    border-bottom-color: hsl(var(--card-foreground) / 0.95);
  }

  .\32xl\:border-b-card\/0 {
    border-bottom-color: hsl(var(--card) / 0);
  }

  .\32xl\:border-b-card\/10 {
    border-bottom-color: hsl(var(--card) / 0.1);
  }

  .\32xl\:border-b-card\/100 {
    border-bottom-color: hsl(var(--card) / 1);
  }

  .\32xl\:border-b-card\/15 {
    border-bottom-color: hsl(var(--card) / 0.15);
  }

  .\32xl\:border-b-card\/20 {
    border-bottom-color: hsl(var(--card) / 0.2);
  }

  .\32xl\:border-b-card\/25 {
    border-bottom-color: hsl(var(--card) / 0.25);
  }

  .\32xl\:border-b-card\/30 {
    border-bottom-color: hsl(var(--card) / 0.3);
  }

  .\32xl\:border-b-card\/35 {
    border-bottom-color: hsl(var(--card) / 0.35);
  }

  .\32xl\:border-b-card\/40 {
    border-bottom-color: hsl(var(--card) / 0.4);
  }

  .\32xl\:border-b-card\/45 {
    border-bottom-color: hsl(var(--card) / 0.45);
  }

  .\32xl\:border-b-card\/5 {
    border-bottom-color: hsl(var(--card) / 0.05);
  }

  .\32xl\:border-b-card\/50 {
    border-bottom-color: hsl(var(--card) / 0.5);
  }

  .\32xl\:border-b-card\/55 {
    border-bottom-color: hsl(var(--card) / 0.55);
  }

  .\32xl\:border-b-card\/60 {
    border-bottom-color: hsl(var(--card) / 0.6);
  }

  .\32xl\:border-b-card\/65 {
    border-bottom-color: hsl(var(--card) / 0.65);
  }

  .\32xl\:border-b-card\/70 {
    border-bottom-color: hsl(var(--card) / 0.7);
  }

  .\32xl\:border-b-card\/75 {
    border-bottom-color: hsl(var(--card) / 0.75);
  }

  .\32xl\:border-b-card\/80 {
    border-bottom-color: hsl(var(--card) / 0.8);
  }

  .\32xl\:border-b-card\/85 {
    border-bottom-color: hsl(var(--card) / 0.85);
  }

  .\32xl\:border-b-card\/90 {
    border-bottom-color: hsl(var(--card) / 0.9);
  }

  .\32xl\:border-b-card\/95 {
    border-bottom-color: hsl(var(--card) / 0.95);
  }

  .\32xl\:border-b-current {
    border-bottom-color: currentColor;
  }

  .\32xl\:border-b-cyan-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-100\/0 {
    border-bottom-color: rgb(207 250 254 / 0);
  }

  .\32xl\:border-b-cyan-100\/10 {
    border-bottom-color: rgb(207 250 254 / 0.1);
  }

  .\32xl\:border-b-cyan-100\/100 {
    border-bottom-color: rgb(207 250 254 / 1);
  }

  .\32xl\:border-b-cyan-100\/15 {
    border-bottom-color: rgb(207 250 254 / 0.15);
  }

  .\32xl\:border-b-cyan-100\/20 {
    border-bottom-color: rgb(207 250 254 / 0.2);
  }

  .\32xl\:border-b-cyan-100\/25 {
    border-bottom-color: rgb(207 250 254 / 0.25);
  }

  .\32xl\:border-b-cyan-100\/30 {
    border-bottom-color: rgb(207 250 254 / 0.3);
  }

  .\32xl\:border-b-cyan-100\/35 {
    border-bottom-color: rgb(207 250 254 / 0.35);
  }

  .\32xl\:border-b-cyan-100\/40 {
    border-bottom-color: rgb(207 250 254 / 0.4);
  }

  .\32xl\:border-b-cyan-100\/45 {
    border-bottom-color: rgb(207 250 254 / 0.45);
  }

  .\32xl\:border-b-cyan-100\/5 {
    border-bottom-color: rgb(207 250 254 / 0.05);
  }

  .\32xl\:border-b-cyan-100\/50 {
    border-bottom-color: rgb(207 250 254 / 0.5);
  }

  .\32xl\:border-b-cyan-100\/55 {
    border-bottom-color: rgb(207 250 254 / 0.55);
  }

  .\32xl\:border-b-cyan-100\/60 {
    border-bottom-color: rgb(207 250 254 / 0.6);
  }

  .\32xl\:border-b-cyan-100\/65 {
    border-bottom-color: rgb(207 250 254 / 0.65);
  }

  .\32xl\:border-b-cyan-100\/70 {
    border-bottom-color: rgb(207 250 254 / 0.7);
  }

  .\32xl\:border-b-cyan-100\/75 {
    border-bottom-color: rgb(207 250 254 / 0.75);
  }

  .\32xl\:border-b-cyan-100\/80 {
    border-bottom-color: rgb(207 250 254 / 0.8);
  }

  .\32xl\:border-b-cyan-100\/85 {
    border-bottom-color: rgb(207 250 254 / 0.85);
  }

  .\32xl\:border-b-cyan-100\/90 {
    border-bottom-color: rgb(207 250 254 / 0.9);
  }

  .\32xl\:border-b-cyan-100\/95 {
    border-bottom-color: rgb(207 250 254 / 0.95);
  }

  .\32xl\:border-b-cyan-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-200\/0 {
    border-bottom-color: rgb(165 243 252 / 0);
  }

  .\32xl\:border-b-cyan-200\/10 {
    border-bottom-color: rgb(165 243 252 / 0.1);
  }

  .\32xl\:border-b-cyan-200\/100 {
    border-bottom-color: rgb(165 243 252 / 1);
  }

  .\32xl\:border-b-cyan-200\/15 {
    border-bottom-color: rgb(165 243 252 / 0.15);
  }

  .\32xl\:border-b-cyan-200\/20 {
    border-bottom-color: rgb(165 243 252 / 0.2);
  }

  .\32xl\:border-b-cyan-200\/25 {
    border-bottom-color: rgb(165 243 252 / 0.25);
  }

  .\32xl\:border-b-cyan-200\/30 {
    border-bottom-color: rgb(165 243 252 / 0.3);
  }

  .\32xl\:border-b-cyan-200\/35 {
    border-bottom-color: rgb(165 243 252 / 0.35);
  }

  .\32xl\:border-b-cyan-200\/40 {
    border-bottom-color: rgb(165 243 252 / 0.4);
  }

  .\32xl\:border-b-cyan-200\/45 {
    border-bottom-color: rgb(165 243 252 / 0.45);
  }

  .\32xl\:border-b-cyan-200\/5 {
    border-bottom-color: rgb(165 243 252 / 0.05);
  }

  .\32xl\:border-b-cyan-200\/50 {
    border-bottom-color: rgb(165 243 252 / 0.5);
  }

  .\32xl\:border-b-cyan-200\/55 {
    border-bottom-color: rgb(165 243 252 / 0.55);
  }

  .\32xl\:border-b-cyan-200\/60 {
    border-bottom-color: rgb(165 243 252 / 0.6);
  }

  .\32xl\:border-b-cyan-200\/65 {
    border-bottom-color: rgb(165 243 252 / 0.65);
  }

  .\32xl\:border-b-cyan-200\/70 {
    border-bottom-color: rgb(165 243 252 / 0.7);
  }

  .\32xl\:border-b-cyan-200\/75 {
    border-bottom-color: rgb(165 243 252 / 0.75);
  }

  .\32xl\:border-b-cyan-200\/80 {
    border-bottom-color: rgb(165 243 252 / 0.8);
  }

  .\32xl\:border-b-cyan-200\/85 {
    border-bottom-color: rgb(165 243 252 / 0.85);
  }

  .\32xl\:border-b-cyan-200\/90 {
    border-bottom-color: rgb(165 243 252 / 0.9);
  }

  .\32xl\:border-b-cyan-200\/95 {
    border-bottom-color: rgb(165 243 252 / 0.95);
  }

  .\32xl\:border-b-cyan-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-300\/0 {
    border-bottom-color: rgb(103 232 249 / 0);
  }

  .\32xl\:border-b-cyan-300\/10 {
    border-bottom-color: rgb(103 232 249 / 0.1);
  }

  .\32xl\:border-b-cyan-300\/100 {
    border-bottom-color: rgb(103 232 249 / 1);
  }

  .\32xl\:border-b-cyan-300\/15 {
    border-bottom-color: rgb(103 232 249 / 0.15);
  }

  .\32xl\:border-b-cyan-300\/20 {
    border-bottom-color: rgb(103 232 249 / 0.2);
  }

  .\32xl\:border-b-cyan-300\/25 {
    border-bottom-color: rgb(103 232 249 / 0.25);
  }

  .\32xl\:border-b-cyan-300\/30 {
    border-bottom-color: rgb(103 232 249 / 0.3);
  }

  .\32xl\:border-b-cyan-300\/35 {
    border-bottom-color: rgb(103 232 249 / 0.35);
  }

  .\32xl\:border-b-cyan-300\/40 {
    border-bottom-color: rgb(103 232 249 / 0.4);
  }

  .\32xl\:border-b-cyan-300\/45 {
    border-bottom-color: rgb(103 232 249 / 0.45);
  }

  .\32xl\:border-b-cyan-300\/5 {
    border-bottom-color: rgb(103 232 249 / 0.05);
  }

  .\32xl\:border-b-cyan-300\/50 {
    border-bottom-color: rgb(103 232 249 / 0.5);
  }

  .\32xl\:border-b-cyan-300\/55 {
    border-bottom-color: rgb(103 232 249 / 0.55);
  }

  .\32xl\:border-b-cyan-300\/60 {
    border-bottom-color: rgb(103 232 249 / 0.6);
  }

  .\32xl\:border-b-cyan-300\/65 {
    border-bottom-color: rgb(103 232 249 / 0.65);
  }

  .\32xl\:border-b-cyan-300\/70 {
    border-bottom-color: rgb(103 232 249 / 0.7);
  }

  .\32xl\:border-b-cyan-300\/75 {
    border-bottom-color: rgb(103 232 249 / 0.75);
  }

  .\32xl\:border-b-cyan-300\/80 {
    border-bottom-color: rgb(103 232 249 / 0.8);
  }

  .\32xl\:border-b-cyan-300\/85 {
    border-bottom-color: rgb(103 232 249 / 0.85);
  }

  .\32xl\:border-b-cyan-300\/90 {
    border-bottom-color: rgb(103 232 249 / 0.9);
  }

  .\32xl\:border-b-cyan-300\/95 {
    border-bottom-color: rgb(103 232 249 / 0.95);
  }

  .\32xl\:border-b-cyan-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-400\/0 {
    border-bottom-color: rgb(34 211 238 / 0);
  }

  .\32xl\:border-b-cyan-400\/10 {
    border-bottom-color: rgb(34 211 238 / 0.1);
  }

  .\32xl\:border-b-cyan-400\/100 {
    border-bottom-color: rgb(34 211 238 / 1);
  }

  .\32xl\:border-b-cyan-400\/15 {
    border-bottom-color: rgb(34 211 238 / 0.15);
  }

  .\32xl\:border-b-cyan-400\/20 {
    border-bottom-color: rgb(34 211 238 / 0.2);
  }

  .\32xl\:border-b-cyan-400\/25 {
    border-bottom-color: rgb(34 211 238 / 0.25);
  }

  .\32xl\:border-b-cyan-400\/30 {
    border-bottom-color: rgb(34 211 238 / 0.3);
  }

  .\32xl\:border-b-cyan-400\/35 {
    border-bottom-color: rgb(34 211 238 / 0.35);
  }

  .\32xl\:border-b-cyan-400\/40 {
    border-bottom-color: rgb(34 211 238 / 0.4);
  }

  .\32xl\:border-b-cyan-400\/45 {
    border-bottom-color: rgb(34 211 238 / 0.45);
  }

  .\32xl\:border-b-cyan-400\/5 {
    border-bottom-color: rgb(34 211 238 / 0.05);
  }

  .\32xl\:border-b-cyan-400\/50 {
    border-bottom-color: rgb(34 211 238 / 0.5);
  }

  .\32xl\:border-b-cyan-400\/55 {
    border-bottom-color: rgb(34 211 238 / 0.55);
  }

  .\32xl\:border-b-cyan-400\/60 {
    border-bottom-color: rgb(34 211 238 / 0.6);
  }

  .\32xl\:border-b-cyan-400\/65 {
    border-bottom-color: rgb(34 211 238 / 0.65);
  }

  .\32xl\:border-b-cyan-400\/70 {
    border-bottom-color: rgb(34 211 238 / 0.7);
  }

  .\32xl\:border-b-cyan-400\/75 {
    border-bottom-color: rgb(34 211 238 / 0.75);
  }

  .\32xl\:border-b-cyan-400\/80 {
    border-bottom-color: rgb(34 211 238 / 0.8);
  }

  .\32xl\:border-b-cyan-400\/85 {
    border-bottom-color: rgb(34 211 238 / 0.85);
  }

  .\32xl\:border-b-cyan-400\/90 {
    border-bottom-color: rgb(34 211 238 / 0.9);
  }

  .\32xl\:border-b-cyan-400\/95 {
    border-bottom-color: rgb(34 211 238 / 0.95);
  }

  .\32xl\:border-b-cyan-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-50\/0 {
    border-bottom-color: rgb(236 254 255 / 0);
  }

  .\32xl\:border-b-cyan-50\/10 {
    border-bottom-color: rgb(236 254 255 / 0.1);
  }

  .\32xl\:border-b-cyan-50\/100 {
    border-bottom-color: rgb(236 254 255 / 1);
  }

  .\32xl\:border-b-cyan-50\/15 {
    border-bottom-color: rgb(236 254 255 / 0.15);
  }

  .\32xl\:border-b-cyan-50\/20 {
    border-bottom-color: rgb(236 254 255 / 0.2);
  }

  .\32xl\:border-b-cyan-50\/25 {
    border-bottom-color: rgb(236 254 255 / 0.25);
  }

  .\32xl\:border-b-cyan-50\/30 {
    border-bottom-color: rgb(236 254 255 / 0.3);
  }

  .\32xl\:border-b-cyan-50\/35 {
    border-bottom-color: rgb(236 254 255 / 0.35);
  }

  .\32xl\:border-b-cyan-50\/40 {
    border-bottom-color: rgb(236 254 255 / 0.4);
  }

  .\32xl\:border-b-cyan-50\/45 {
    border-bottom-color: rgb(236 254 255 / 0.45);
  }

  .\32xl\:border-b-cyan-50\/5 {
    border-bottom-color: rgb(236 254 255 / 0.05);
  }

  .\32xl\:border-b-cyan-50\/50 {
    border-bottom-color: rgb(236 254 255 / 0.5);
  }

  .\32xl\:border-b-cyan-50\/55 {
    border-bottom-color: rgb(236 254 255 / 0.55);
  }

  .\32xl\:border-b-cyan-50\/60 {
    border-bottom-color: rgb(236 254 255 / 0.6);
  }

  .\32xl\:border-b-cyan-50\/65 {
    border-bottom-color: rgb(236 254 255 / 0.65);
  }

  .\32xl\:border-b-cyan-50\/70 {
    border-bottom-color: rgb(236 254 255 / 0.7);
  }

  .\32xl\:border-b-cyan-50\/75 {
    border-bottom-color: rgb(236 254 255 / 0.75);
  }

  .\32xl\:border-b-cyan-50\/80 {
    border-bottom-color: rgb(236 254 255 / 0.8);
  }

  .\32xl\:border-b-cyan-50\/85 {
    border-bottom-color: rgb(236 254 255 / 0.85);
  }

  .\32xl\:border-b-cyan-50\/90 {
    border-bottom-color: rgb(236 254 255 / 0.9);
  }

  .\32xl\:border-b-cyan-50\/95 {
    border-bottom-color: rgb(236 254 255 / 0.95);
  }

  .\32xl\:border-b-cyan-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-500\/0 {
    border-bottom-color: rgb(6 182 212 / 0);
  }

  .\32xl\:border-b-cyan-500\/10 {
    border-bottom-color: rgb(6 182 212 / 0.1);
  }

  .\32xl\:border-b-cyan-500\/100 {
    border-bottom-color: rgb(6 182 212 / 1);
  }

  .\32xl\:border-b-cyan-500\/15 {
    border-bottom-color: rgb(6 182 212 / 0.15);
  }

  .\32xl\:border-b-cyan-500\/20 {
    border-bottom-color: rgb(6 182 212 / 0.2);
  }

  .\32xl\:border-b-cyan-500\/25 {
    border-bottom-color: rgb(6 182 212 / 0.25);
  }

  .\32xl\:border-b-cyan-500\/30 {
    border-bottom-color: rgb(6 182 212 / 0.3);
  }

  .\32xl\:border-b-cyan-500\/35 {
    border-bottom-color: rgb(6 182 212 / 0.35);
  }

  .\32xl\:border-b-cyan-500\/40 {
    border-bottom-color: rgb(6 182 212 / 0.4);
  }

  .\32xl\:border-b-cyan-500\/45 {
    border-bottom-color: rgb(6 182 212 / 0.45);
  }

  .\32xl\:border-b-cyan-500\/5 {
    border-bottom-color: rgb(6 182 212 / 0.05);
  }

  .\32xl\:border-b-cyan-500\/50 {
    border-bottom-color: rgb(6 182 212 / 0.5);
  }

  .\32xl\:border-b-cyan-500\/55 {
    border-bottom-color: rgb(6 182 212 / 0.55);
  }

  .\32xl\:border-b-cyan-500\/60 {
    border-bottom-color: rgb(6 182 212 / 0.6);
  }

  .\32xl\:border-b-cyan-500\/65 {
    border-bottom-color: rgb(6 182 212 / 0.65);
  }

  .\32xl\:border-b-cyan-500\/70 {
    border-bottom-color: rgb(6 182 212 / 0.7);
  }

  .\32xl\:border-b-cyan-500\/75 {
    border-bottom-color: rgb(6 182 212 / 0.75);
  }

  .\32xl\:border-b-cyan-500\/80 {
    border-bottom-color: rgb(6 182 212 / 0.8);
  }

  .\32xl\:border-b-cyan-500\/85 {
    border-bottom-color: rgb(6 182 212 / 0.85);
  }

  .\32xl\:border-b-cyan-500\/90 {
    border-bottom-color: rgb(6 182 212 / 0.9);
  }

  .\32xl\:border-b-cyan-500\/95 {
    border-bottom-color: rgb(6 182 212 / 0.95);
  }

  .\32xl\:border-b-cyan-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-600\/0 {
    border-bottom-color: rgb(8 145 178 / 0);
  }

  .\32xl\:border-b-cyan-600\/10 {
    border-bottom-color: rgb(8 145 178 / 0.1);
  }

  .\32xl\:border-b-cyan-600\/100 {
    border-bottom-color: rgb(8 145 178 / 1);
  }

  .\32xl\:border-b-cyan-600\/15 {
    border-bottom-color: rgb(8 145 178 / 0.15);
  }

  .\32xl\:border-b-cyan-600\/20 {
    border-bottom-color: rgb(8 145 178 / 0.2);
  }

  .\32xl\:border-b-cyan-600\/25 {
    border-bottom-color: rgb(8 145 178 / 0.25);
  }

  .\32xl\:border-b-cyan-600\/30 {
    border-bottom-color: rgb(8 145 178 / 0.3);
  }

  .\32xl\:border-b-cyan-600\/35 {
    border-bottom-color: rgb(8 145 178 / 0.35);
  }

  .\32xl\:border-b-cyan-600\/40 {
    border-bottom-color: rgb(8 145 178 / 0.4);
  }

  .\32xl\:border-b-cyan-600\/45 {
    border-bottom-color: rgb(8 145 178 / 0.45);
  }

  .\32xl\:border-b-cyan-600\/5 {
    border-bottom-color: rgb(8 145 178 / 0.05);
  }

  .\32xl\:border-b-cyan-600\/50 {
    border-bottom-color: rgb(8 145 178 / 0.5);
  }

  .\32xl\:border-b-cyan-600\/55 {
    border-bottom-color: rgb(8 145 178 / 0.55);
  }

  .\32xl\:border-b-cyan-600\/60 {
    border-bottom-color: rgb(8 145 178 / 0.6);
  }

  .\32xl\:border-b-cyan-600\/65 {
    border-bottom-color: rgb(8 145 178 / 0.65);
  }

  .\32xl\:border-b-cyan-600\/70 {
    border-bottom-color: rgb(8 145 178 / 0.7);
  }

  .\32xl\:border-b-cyan-600\/75 {
    border-bottom-color: rgb(8 145 178 / 0.75);
  }

  .\32xl\:border-b-cyan-600\/80 {
    border-bottom-color: rgb(8 145 178 / 0.8);
  }

  .\32xl\:border-b-cyan-600\/85 {
    border-bottom-color: rgb(8 145 178 / 0.85);
  }

  .\32xl\:border-b-cyan-600\/90 {
    border-bottom-color: rgb(8 145 178 / 0.9);
  }

  .\32xl\:border-b-cyan-600\/95 {
    border-bottom-color: rgb(8 145 178 / 0.95);
  }

  .\32xl\:border-b-cyan-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-700\/0 {
    border-bottom-color: rgb(14 116 144 / 0);
  }

  .\32xl\:border-b-cyan-700\/10 {
    border-bottom-color: rgb(14 116 144 / 0.1);
  }

  .\32xl\:border-b-cyan-700\/100 {
    border-bottom-color: rgb(14 116 144 / 1);
  }

  .\32xl\:border-b-cyan-700\/15 {
    border-bottom-color: rgb(14 116 144 / 0.15);
  }

  .\32xl\:border-b-cyan-700\/20 {
    border-bottom-color: rgb(14 116 144 / 0.2);
  }

  .\32xl\:border-b-cyan-700\/25 {
    border-bottom-color: rgb(14 116 144 / 0.25);
  }

  .\32xl\:border-b-cyan-700\/30 {
    border-bottom-color: rgb(14 116 144 / 0.3);
  }

  .\32xl\:border-b-cyan-700\/35 {
    border-bottom-color: rgb(14 116 144 / 0.35);
  }

  .\32xl\:border-b-cyan-700\/40 {
    border-bottom-color: rgb(14 116 144 / 0.4);
  }

  .\32xl\:border-b-cyan-700\/45 {
    border-bottom-color: rgb(14 116 144 / 0.45);
  }

  .\32xl\:border-b-cyan-700\/5 {
    border-bottom-color: rgb(14 116 144 / 0.05);
  }

  .\32xl\:border-b-cyan-700\/50 {
    border-bottom-color: rgb(14 116 144 / 0.5);
  }

  .\32xl\:border-b-cyan-700\/55 {
    border-bottom-color: rgb(14 116 144 / 0.55);
  }

  .\32xl\:border-b-cyan-700\/60 {
    border-bottom-color: rgb(14 116 144 / 0.6);
  }

  .\32xl\:border-b-cyan-700\/65 {
    border-bottom-color: rgb(14 116 144 / 0.65);
  }

  .\32xl\:border-b-cyan-700\/70 {
    border-bottom-color: rgb(14 116 144 / 0.7);
  }

  .\32xl\:border-b-cyan-700\/75 {
    border-bottom-color: rgb(14 116 144 / 0.75);
  }

  .\32xl\:border-b-cyan-700\/80 {
    border-bottom-color: rgb(14 116 144 / 0.8);
  }

  .\32xl\:border-b-cyan-700\/85 {
    border-bottom-color: rgb(14 116 144 / 0.85);
  }

  .\32xl\:border-b-cyan-700\/90 {
    border-bottom-color: rgb(14 116 144 / 0.9);
  }

  .\32xl\:border-b-cyan-700\/95 {
    border-bottom-color: rgb(14 116 144 / 0.95);
  }

  .\32xl\:border-b-cyan-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-800\/0 {
    border-bottom-color: rgb(21 94 117 / 0);
  }

  .\32xl\:border-b-cyan-800\/10 {
    border-bottom-color: rgb(21 94 117 / 0.1);
  }

  .\32xl\:border-b-cyan-800\/100 {
    border-bottom-color: rgb(21 94 117 / 1);
  }

  .\32xl\:border-b-cyan-800\/15 {
    border-bottom-color: rgb(21 94 117 / 0.15);
  }

  .\32xl\:border-b-cyan-800\/20 {
    border-bottom-color: rgb(21 94 117 / 0.2);
  }

  .\32xl\:border-b-cyan-800\/25 {
    border-bottom-color: rgb(21 94 117 / 0.25);
  }

  .\32xl\:border-b-cyan-800\/30 {
    border-bottom-color: rgb(21 94 117 / 0.3);
  }

  .\32xl\:border-b-cyan-800\/35 {
    border-bottom-color: rgb(21 94 117 / 0.35);
  }

  .\32xl\:border-b-cyan-800\/40 {
    border-bottom-color: rgb(21 94 117 / 0.4);
  }

  .\32xl\:border-b-cyan-800\/45 {
    border-bottom-color: rgb(21 94 117 / 0.45);
  }

  .\32xl\:border-b-cyan-800\/5 {
    border-bottom-color: rgb(21 94 117 / 0.05);
  }

  .\32xl\:border-b-cyan-800\/50 {
    border-bottom-color: rgb(21 94 117 / 0.5);
  }

  .\32xl\:border-b-cyan-800\/55 {
    border-bottom-color: rgb(21 94 117 / 0.55);
  }

  .\32xl\:border-b-cyan-800\/60 {
    border-bottom-color: rgb(21 94 117 / 0.6);
  }

  .\32xl\:border-b-cyan-800\/65 {
    border-bottom-color: rgb(21 94 117 / 0.65);
  }

  .\32xl\:border-b-cyan-800\/70 {
    border-bottom-color: rgb(21 94 117 / 0.7);
  }

  .\32xl\:border-b-cyan-800\/75 {
    border-bottom-color: rgb(21 94 117 / 0.75);
  }

  .\32xl\:border-b-cyan-800\/80 {
    border-bottom-color: rgb(21 94 117 / 0.8);
  }

  .\32xl\:border-b-cyan-800\/85 {
    border-bottom-color: rgb(21 94 117 / 0.85);
  }

  .\32xl\:border-b-cyan-800\/90 {
    border-bottom-color: rgb(21 94 117 / 0.9);
  }

  .\32xl\:border-b-cyan-800\/95 {
    border-bottom-color: rgb(21 94 117 / 0.95);
  }

  .\32xl\:border-b-cyan-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-900\/0 {
    border-bottom-color: rgb(22 78 99 / 0);
  }

  .\32xl\:border-b-cyan-900\/10 {
    border-bottom-color: rgb(22 78 99 / 0.1);
  }

  .\32xl\:border-b-cyan-900\/100 {
    border-bottom-color: rgb(22 78 99 / 1);
  }

  .\32xl\:border-b-cyan-900\/15 {
    border-bottom-color: rgb(22 78 99 / 0.15);
  }

  .\32xl\:border-b-cyan-900\/20 {
    border-bottom-color: rgb(22 78 99 / 0.2);
  }

  .\32xl\:border-b-cyan-900\/25 {
    border-bottom-color: rgb(22 78 99 / 0.25);
  }

  .\32xl\:border-b-cyan-900\/30 {
    border-bottom-color: rgb(22 78 99 / 0.3);
  }

  .\32xl\:border-b-cyan-900\/35 {
    border-bottom-color: rgb(22 78 99 / 0.35);
  }

  .\32xl\:border-b-cyan-900\/40 {
    border-bottom-color: rgb(22 78 99 / 0.4);
  }

  .\32xl\:border-b-cyan-900\/45 {
    border-bottom-color: rgb(22 78 99 / 0.45);
  }

  .\32xl\:border-b-cyan-900\/5 {
    border-bottom-color: rgb(22 78 99 / 0.05);
  }

  .\32xl\:border-b-cyan-900\/50 {
    border-bottom-color: rgb(22 78 99 / 0.5);
  }

  .\32xl\:border-b-cyan-900\/55 {
    border-bottom-color: rgb(22 78 99 / 0.55);
  }

  .\32xl\:border-b-cyan-900\/60 {
    border-bottom-color: rgb(22 78 99 / 0.6);
  }

  .\32xl\:border-b-cyan-900\/65 {
    border-bottom-color: rgb(22 78 99 / 0.65);
  }

  .\32xl\:border-b-cyan-900\/70 {
    border-bottom-color: rgb(22 78 99 / 0.7);
  }

  .\32xl\:border-b-cyan-900\/75 {
    border-bottom-color: rgb(22 78 99 / 0.75);
  }

  .\32xl\:border-b-cyan-900\/80 {
    border-bottom-color: rgb(22 78 99 / 0.8);
  }

  .\32xl\:border-b-cyan-900\/85 {
    border-bottom-color: rgb(22 78 99 / 0.85);
  }

  .\32xl\:border-b-cyan-900\/90 {
    border-bottom-color: rgb(22 78 99 / 0.9);
  }

  .\32xl\:border-b-cyan-900\/95 {
    border-bottom-color: rgb(22 78 99 / 0.95);
  }

  .\32xl\:border-b-cyan-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-cyan-950\/0 {
    border-bottom-color: rgb(8 51 68 / 0);
  }

  .\32xl\:border-b-cyan-950\/10 {
    border-bottom-color: rgb(8 51 68 / 0.1);
  }

  .\32xl\:border-b-cyan-950\/100 {
    border-bottom-color: rgb(8 51 68 / 1);
  }

  .\32xl\:border-b-cyan-950\/15 {
    border-bottom-color: rgb(8 51 68 / 0.15);
  }

  .\32xl\:border-b-cyan-950\/20 {
    border-bottom-color: rgb(8 51 68 / 0.2);
  }

  .\32xl\:border-b-cyan-950\/25 {
    border-bottom-color: rgb(8 51 68 / 0.25);
  }

  .\32xl\:border-b-cyan-950\/30 {
    border-bottom-color: rgb(8 51 68 / 0.3);
  }

  .\32xl\:border-b-cyan-950\/35 {
    border-bottom-color: rgb(8 51 68 / 0.35);
  }

  .\32xl\:border-b-cyan-950\/40 {
    border-bottom-color: rgb(8 51 68 / 0.4);
  }

  .\32xl\:border-b-cyan-950\/45 {
    border-bottom-color: rgb(8 51 68 / 0.45);
  }

  .\32xl\:border-b-cyan-950\/5 {
    border-bottom-color: rgb(8 51 68 / 0.05);
  }

  .\32xl\:border-b-cyan-950\/50 {
    border-bottom-color: rgb(8 51 68 / 0.5);
  }

  .\32xl\:border-b-cyan-950\/55 {
    border-bottom-color: rgb(8 51 68 / 0.55);
  }

  .\32xl\:border-b-cyan-950\/60 {
    border-bottom-color: rgb(8 51 68 / 0.6);
  }

  .\32xl\:border-b-cyan-950\/65 {
    border-bottom-color: rgb(8 51 68 / 0.65);
  }

  .\32xl\:border-b-cyan-950\/70 {
    border-bottom-color: rgb(8 51 68 / 0.7);
  }

  .\32xl\:border-b-cyan-950\/75 {
    border-bottom-color: rgb(8 51 68 / 0.75);
  }

  .\32xl\:border-b-cyan-950\/80 {
    border-bottom-color: rgb(8 51 68 / 0.8);
  }

  .\32xl\:border-b-cyan-950\/85 {
    border-bottom-color: rgb(8 51 68 / 0.85);
  }

  .\32xl\:border-b-cyan-950\/90 {
    border-bottom-color: rgb(8 51 68 / 0.9);
  }

  .\32xl\:border-b-cyan-950\/95 {
    border-bottom-color: rgb(8 51 68 / 0.95);
  }

  .\32xl\:border-b-destructive {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-destructive-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-destructive-foreground\/0 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0);
  }

  .\32xl\:border-b-destructive-foreground\/10 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .\32xl\:border-b-destructive-foreground\/100 {
    border-bottom-color: hsl(var(--destructive-foreground) / 1);
  }

  .\32xl\:border-b-destructive-foreground\/15 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .\32xl\:border-b-destructive-foreground\/20 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .\32xl\:border-b-destructive-foreground\/25 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .\32xl\:border-b-destructive-foreground\/30 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .\32xl\:border-b-destructive-foreground\/35 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .\32xl\:border-b-destructive-foreground\/40 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .\32xl\:border-b-destructive-foreground\/45 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .\32xl\:border-b-destructive-foreground\/5 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .\32xl\:border-b-destructive-foreground\/50 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .\32xl\:border-b-destructive-foreground\/55 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .\32xl\:border-b-destructive-foreground\/60 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .\32xl\:border-b-destructive-foreground\/65 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .\32xl\:border-b-destructive-foreground\/70 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .\32xl\:border-b-destructive-foreground\/75 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .\32xl\:border-b-destructive-foreground\/80 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .\32xl\:border-b-destructive-foreground\/85 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .\32xl\:border-b-destructive-foreground\/90 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .\32xl\:border-b-destructive-foreground\/95 {
    border-bottom-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .\32xl\:border-b-destructive\/0 {
    border-bottom-color: hsl(var(--destructive) / 0);
  }

  .\32xl\:border-b-destructive\/10 {
    border-bottom-color: hsl(var(--destructive) / 0.1);
  }

  .\32xl\:border-b-destructive\/100 {
    border-bottom-color: hsl(var(--destructive) / 1);
  }

  .\32xl\:border-b-destructive\/15 {
    border-bottom-color: hsl(var(--destructive) / 0.15);
  }

  .\32xl\:border-b-destructive\/20 {
    border-bottom-color: hsl(var(--destructive) / 0.2);
  }

  .\32xl\:border-b-destructive\/25 {
    border-bottom-color: hsl(var(--destructive) / 0.25);
  }

  .\32xl\:border-b-destructive\/30 {
    border-bottom-color: hsl(var(--destructive) / 0.3);
  }

  .\32xl\:border-b-destructive\/35 {
    border-bottom-color: hsl(var(--destructive) / 0.35);
  }

  .\32xl\:border-b-destructive\/40 {
    border-bottom-color: hsl(var(--destructive) / 0.4);
  }

  .\32xl\:border-b-destructive\/45 {
    border-bottom-color: hsl(var(--destructive) / 0.45);
  }

  .\32xl\:border-b-destructive\/5 {
    border-bottom-color: hsl(var(--destructive) / 0.05);
  }

  .\32xl\:border-b-destructive\/50 {
    border-bottom-color: hsl(var(--destructive) / 0.5);
  }

  .\32xl\:border-b-destructive\/55 {
    border-bottom-color: hsl(var(--destructive) / 0.55);
  }

  .\32xl\:border-b-destructive\/60 {
    border-bottom-color: hsl(var(--destructive) / 0.6);
  }

  .\32xl\:border-b-destructive\/65 {
    border-bottom-color: hsl(var(--destructive) / 0.65);
  }

  .\32xl\:border-b-destructive\/70 {
    border-bottom-color: hsl(var(--destructive) / 0.7);
  }

  .\32xl\:border-b-destructive\/75 {
    border-bottom-color: hsl(var(--destructive) / 0.75);
  }

  .\32xl\:border-b-destructive\/80 {
    border-bottom-color: hsl(var(--destructive) / 0.8);
  }

  .\32xl\:border-b-destructive\/85 {
    border-bottom-color: hsl(var(--destructive) / 0.85);
  }

  .\32xl\:border-b-destructive\/90 {
    border-bottom-color: hsl(var(--destructive) / 0.9);
  }

  .\32xl\:border-b-destructive\/95 {
    border-bottom-color: hsl(var(--destructive) / 0.95);
  }

  .\32xl\:border-b-emerald-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-100\/0 {
    border-bottom-color: rgb(209 250 229 / 0);
  }

  .\32xl\:border-b-emerald-100\/10 {
    border-bottom-color: rgb(209 250 229 / 0.1);
  }

  .\32xl\:border-b-emerald-100\/100 {
    border-bottom-color: rgb(209 250 229 / 1);
  }

  .\32xl\:border-b-emerald-100\/15 {
    border-bottom-color: rgb(209 250 229 / 0.15);
  }

  .\32xl\:border-b-emerald-100\/20 {
    border-bottom-color: rgb(209 250 229 / 0.2);
  }

  .\32xl\:border-b-emerald-100\/25 {
    border-bottom-color: rgb(209 250 229 / 0.25);
  }

  .\32xl\:border-b-emerald-100\/30 {
    border-bottom-color: rgb(209 250 229 / 0.3);
  }

  .\32xl\:border-b-emerald-100\/35 {
    border-bottom-color: rgb(209 250 229 / 0.35);
  }

  .\32xl\:border-b-emerald-100\/40 {
    border-bottom-color: rgb(209 250 229 / 0.4);
  }

  .\32xl\:border-b-emerald-100\/45 {
    border-bottom-color: rgb(209 250 229 / 0.45);
  }

  .\32xl\:border-b-emerald-100\/5 {
    border-bottom-color: rgb(209 250 229 / 0.05);
  }

  .\32xl\:border-b-emerald-100\/50 {
    border-bottom-color: rgb(209 250 229 / 0.5);
  }

  .\32xl\:border-b-emerald-100\/55 {
    border-bottom-color: rgb(209 250 229 / 0.55);
  }

  .\32xl\:border-b-emerald-100\/60 {
    border-bottom-color: rgb(209 250 229 / 0.6);
  }

  .\32xl\:border-b-emerald-100\/65 {
    border-bottom-color: rgb(209 250 229 / 0.65);
  }

  .\32xl\:border-b-emerald-100\/70 {
    border-bottom-color: rgb(209 250 229 / 0.7);
  }

  .\32xl\:border-b-emerald-100\/75 {
    border-bottom-color: rgb(209 250 229 / 0.75);
  }

  .\32xl\:border-b-emerald-100\/80 {
    border-bottom-color: rgb(209 250 229 / 0.8);
  }

  .\32xl\:border-b-emerald-100\/85 {
    border-bottom-color: rgb(209 250 229 / 0.85);
  }

  .\32xl\:border-b-emerald-100\/90 {
    border-bottom-color: rgb(209 250 229 / 0.9);
  }

  .\32xl\:border-b-emerald-100\/95 {
    border-bottom-color: rgb(209 250 229 / 0.95);
  }

  .\32xl\:border-b-emerald-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-200\/0 {
    border-bottom-color: rgb(167 243 208 / 0);
  }

  .\32xl\:border-b-emerald-200\/10 {
    border-bottom-color: rgb(167 243 208 / 0.1);
  }

  .\32xl\:border-b-emerald-200\/100 {
    border-bottom-color: rgb(167 243 208 / 1);
  }

  .\32xl\:border-b-emerald-200\/15 {
    border-bottom-color: rgb(167 243 208 / 0.15);
  }

  .\32xl\:border-b-emerald-200\/20 {
    border-bottom-color: rgb(167 243 208 / 0.2);
  }

  .\32xl\:border-b-emerald-200\/25 {
    border-bottom-color: rgb(167 243 208 / 0.25);
  }

  .\32xl\:border-b-emerald-200\/30 {
    border-bottom-color: rgb(167 243 208 / 0.3);
  }

  .\32xl\:border-b-emerald-200\/35 {
    border-bottom-color: rgb(167 243 208 / 0.35);
  }

  .\32xl\:border-b-emerald-200\/40 {
    border-bottom-color: rgb(167 243 208 / 0.4);
  }

  .\32xl\:border-b-emerald-200\/45 {
    border-bottom-color: rgb(167 243 208 / 0.45);
  }

  .\32xl\:border-b-emerald-200\/5 {
    border-bottom-color: rgb(167 243 208 / 0.05);
  }

  .\32xl\:border-b-emerald-200\/50 {
    border-bottom-color: rgb(167 243 208 / 0.5);
  }

  .\32xl\:border-b-emerald-200\/55 {
    border-bottom-color: rgb(167 243 208 / 0.55);
  }

  .\32xl\:border-b-emerald-200\/60 {
    border-bottom-color: rgb(167 243 208 / 0.6);
  }

  .\32xl\:border-b-emerald-200\/65 {
    border-bottom-color: rgb(167 243 208 / 0.65);
  }

  .\32xl\:border-b-emerald-200\/70 {
    border-bottom-color: rgb(167 243 208 / 0.7);
  }

  .\32xl\:border-b-emerald-200\/75 {
    border-bottom-color: rgb(167 243 208 / 0.75);
  }

  .\32xl\:border-b-emerald-200\/80 {
    border-bottom-color: rgb(167 243 208 / 0.8);
  }

  .\32xl\:border-b-emerald-200\/85 {
    border-bottom-color: rgb(167 243 208 / 0.85);
  }

  .\32xl\:border-b-emerald-200\/90 {
    border-bottom-color: rgb(167 243 208 / 0.9);
  }

  .\32xl\:border-b-emerald-200\/95 {
    border-bottom-color: rgb(167 243 208 / 0.95);
  }

  .\32xl\:border-b-emerald-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-300\/0 {
    border-bottom-color: rgb(110 231 183 / 0);
  }

  .\32xl\:border-b-emerald-300\/10 {
    border-bottom-color: rgb(110 231 183 / 0.1);
  }

  .\32xl\:border-b-emerald-300\/100 {
    border-bottom-color: rgb(110 231 183 / 1);
  }

  .\32xl\:border-b-emerald-300\/15 {
    border-bottom-color: rgb(110 231 183 / 0.15);
  }

  .\32xl\:border-b-emerald-300\/20 {
    border-bottom-color: rgb(110 231 183 / 0.2);
  }

  .\32xl\:border-b-emerald-300\/25 {
    border-bottom-color: rgb(110 231 183 / 0.25);
  }

  .\32xl\:border-b-emerald-300\/30 {
    border-bottom-color: rgb(110 231 183 / 0.3);
  }

  .\32xl\:border-b-emerald-300\/35 {
    border-bottom-color: rgb(110 231 183 / 0.35);
  }

  .\32xl\:border-b-emerald-300\/40 {
    border-bottom-color: rgb(110 231 183 / 0.4);
  }

  .\32xl\:border-b-emerald-300\/45 {
    border-bottom-color: rgb(110 231 183 / 0.45);
  }

  .\32xl\:border-b-emerald-300\/5 {
    border-bottom-color: rgb(110 231 183 / 0.05);
  }

  .\32xl\:border-b-emerald-300\/50 {
    border-bottom-color: rgb(110 231 183 / 0.5);
  }

  .\32xl\:border-b-emerald-300\/55 {
    border-bottom-color: rgb(110 231 183 / 0.55);
  }

  .\32xl\:border-b-emerald-300\/60 {
    border-bottom-color: rgb(110 231 183 / 0.6);
  }

  .\32xl\:border-b-emerald-300\/65 {
    border-bottom-color: rgb(110 231 183 / 0.65);
  }

  .\32xl\:border-b-emerald-300\/70 {
    border-bottom-color: rgb(110 231 183 / 0.7);
  }

  .\32xl\:border-b-emerald-300\/75 {
    border-bottom-color: rgb(110 231 183 / 0.75);
  }

  .\32xl\:border-b-emerald-300\/80 {
    border-bottom-color: rgb(110 231 183 / 0.8);
  }

  .\32xl\:border-b-emerald-300\/85 {
    border-bottom-color: rgb(110 231 183 / 0.85);
  }

  .\32xl\:border-b-emerald-300\/90 {
    border-bottom-color: rgb(110 231 183 / 0.9);
  }

  .\32xl\:border-b-emerald-300\/95 {
    border-bottom-color: rgb(110 231 183 / 0.95);
  }

  .\32xl\:border-b-emerald-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-400\/0 {
    border-bottom-color: rgb(52 211 153 / 0);
  }

  .\32xl\:border-b-emerald-400\/10 {
    border-bottom-color: rgb(52 211 153 / 0.1);
  }

  .\32xl\:border-b-emerald-400\/100 {
    border-bottom-color: rgb(52 211 153 / 1);
  }

  .\32xl\:border-b-emerald-400\/15 {
    border-bottom-color: rgb(52 211 153 / 0.15);
  }

  .\32xl\:border-b-emerald-400\/20 {
    border-bottom-color: rgb(52 211 153 / 0.2);
  }

  .\32xl\:border-b-emerald-400\/25 {
    border-bottom-color: rgb(52 211 153 / 0.25);
  }

  .\32xl\:border-b-emerald-400\/30 {
    border-bottom-color: rgb(52 211 153 / 0.3);
  }

  .\32xl\:border-b-emerald-400\/35 {
    border-bottom-color: rgb(52 211 153 / 0.35);
  }

  .\32xl\:border-b-emerald-400\/40 {
    border-bottom-color: rgb(52 211 153 / 0.4);
  }

  .\32xl\:border-b-emerald-400\/45 {
    border-bottom-color: rgb(52 211 153 / 0.45);
  }

  .\32xl\:border-b-emerald-400\/5 {
    border-bottom-color: rgb(52 211 153 / 0.05);
  }

  .\32xl\:border-b-emerald-400\/50 {
    border-bottom-color: rgb(52 211 153 / 0.5);
  }

  .\32xl\:border-b-emerald-400\/55 {
    border-bottom-color: rgb(52 211 153 / 0.55);
  }

  .\32xl\:border-b-emerald-400\/60 {
    border-bottom-color: rgb(52 211 153 / 0.6);
  }

  .\32xl\:border-b-emerald-400\/65 {
    border-bottom-color: rgb(52 211 153 / 0.65);
  }

  .\32xl\:border-b-emerald-400\/70 {
    border-bottom-color: rgb(52 211 153 / 0.7);
  }

  .\32xl\:border-b-emerald-400\/75 {
    border-bottom-color: rgb(52 211 153 / 0.75);
  }

  .\32xl\:border-b-emerald-400\/80 {
    border-bottom-color: rgb(52 211 153 / 0.8);
  }

  .\32xl\:border-b-emerald-400\/85 {
    border-bottom-color: rgb(52 211 153 / 0.85);
  }

  .\32xl\:border-b-emerald-400\/90 {
    border-bottom-color: rgb(52 211 153 / 0.9);
  }

  .\32xl\:border-b-emerald-400\/95 {
    border-bottom-color: rgb(52 211 153 / 0.95);
  }

  .\32xl\:border-b-emerald-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-50\/0 {
    border-bottom-color: rgb(236 253 245 / 0);
  }

  .\32xl\:border-b-emerald-50\/10 {
    border-bottom-color: rgb(236 253 245 / 0.1);
  }

  .\32xl\:border-b-emerald-50\/100 {
    border-bottom-color: rgb(236 253 245 / 1);
  }

  .\32xl\:border-b-emerald-50\/15 {
    border-bottom-color: rgb(236 253 245 / 0.15);
  }

  .\32xl\:border-b-emerald-50\/20 {
    border-bottom-color: rgb(236 253 245 / 0.2);
  }

  .\32xl\:border-b-emerald-50\/25 {
    border-bottom-color: rgb(236 253 245 / 0.25);
  }

  .\32xl\:border-b-emerald-50\/30 {
    border-bottom-color: rgb(236 253 245 / 0.3);
  }

  .\32xl\:border-b-emerald-50\/35 {
    border-bottom-color: rgb(236 253 245 / 0.35);
  }

  .\32xl\:border-b-emerald-50\/40 {
    border-bottom-color: rgb(236 253 245 / 0.4);
  }

  .\32xl\:border-b-emerald-50\/45 {
    border-bottom-color: rgb(236 253 245 / 0.45);
  }

  .\32xl\:border-b-emerald-50\/5 {
    border-bottom-color: rgb(236 253 245 / 0.05);
  }

  .\32xl\:border-b-emerald-50\/50 {
    border-bottom-color: rgb(236 253 245 / 0.5);
  }

  .\32xl\:border-b-emerald-50\/55 {
    border-bottom-color: rgb(236 253 245 / 0.55);
  }

  .\32xl\:border-b-emerald-50\/60 {
    border-bottom-color: rgb(236 253 245 / 0.6);
  }

  .\32xl\:border-b-emerald-50\/65 {
    border-bottom-color: rgb(236 253 245 / 0.65);
  }

  .\32xl\:border-b-emerald-50\/70 {
    border-bottom-color: rgb(236 253 245 / 0.7);
  }

  .\32xl\:border-b-emerald-50\/75 {
    border-bottom-color: rgb(236 253 245 / 0.75);
  }

  .\32xl\:border-b-emerald-50\/80 {
    border-bottom-color: rgb(236 253 245 / 0.8);
  }

  .\32xl\:border-b-emerald-50\/85 {
    border-bottom-color: rgb(236 253 245 / 0.85);
  }

  .\32xl\:border-b-emerald-50\/90 {
    border-bottom-color: rgb(236 253 245 / 0.9);
  }

  .\32xl\:border-b-emerald-50\/95 {
    border-bottom-color: rgb(236 253 245 / 0.95);
  }

  .\32xl\:border-b-emerald-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-500\/0 {
    border-bottom-color: rgb(16 185 129 / 0);
  }

  .\32xl\:border-b-emerald-500\/10 {
    border-bottom-color: rgb(16 185 129 / 0.1);
  }

  .\32xl\:border-b-emerald-500\/100 {
    border-bottom-color: rgb(16 185 129 / 1);
  }

  .\32xl\:border-b-emerald-500\/15 {
    border-bottom-color: rgb(16 185 129 / 0.15);
  }

  .\32xl\:border-b-emerald-500\/20 {
    border-bottom-color: rgb(16 185 129 / 0.2);
  }

  .\32xl\:border-b-emerald-500\/25 {
    border-bottom-color: rgb(16 185 129 / 0.25);
  }

  .\32xl\:border-b-emerald-500\/30 {
    border-bottom-color: rgb(16 185 129 / 0.3);
  }

  .\32xl\:border-b-emerald-500\/35 {
    border-bottom-color: rgb(16 185 129 / 0.35);
  }

  .\32xl\:border-b-emerald-500\/40 {
    border-bottom-color: rgb(16 185 129 / 0.4);
  }

  .\32xl\:border-b-emerald-500\/45 {
    border-bottom-color: rgb(16 185 129 / 0.45);
  }

  .\32xl\:border-b-emerald-500\/5 {
    border-bottom-color: rgb(16 185 129 / 0.05);
  }

  .\32xl\:border-b-emerald-500\/50 {
    border-bottom-color: rgb(16 185 129 / 0.5);
  }

  .\32xl\:border-b-emerald-500\/55 {
    border-bottom-color: rgb(16 185 129 / 0.55);
  }

  .\32xl\:border-b-emerald-500\/60 {
    border-bottom-color: rgb(16 185 129 / 0.6);
  }

  .\32xl\:border-b-emerald-500\/65 {
    border-bottom-color: rgb(16 185 129 / 0.65);
  }

  .\32xl\:border-b-emerald-500\/70 {
    border-bottom-color: rgb(16 185 129 / 0.7);
  }

  .\32xl\:border-b-emerald-500\/75 {
    border-bottom-color: rgb(16 185 129 / 0.75);
  }

  .\32xl\:border-b-emerald-500\/80 {
    border-bottom-color: rgb(16 185 129 / 0.8);
  }

  .\32xl\:border-b-emerald-500\/85 {
    border-bottom-color: rgb(16 185 129 / 0.85);
  }

  .\32xl\:border-b-emerald-500\/90 {
    border-bottom-color: rgb(16 185 129 / 0.9);
  }

  .\32xl\:border-b-emerald-500\/95 {
    border-bottom-color: rgb(16 185 129 / 0.95);
  }

  .\32xl\:border-b-emerald-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-600\/0 {
    border-bottom-color: rgb(5 150 105 / 0);
  }

  .\32xl\:border-b-emerald-600\/10 {
    border-bottom-color: rgb(5 150 105 / 0.1);
  }

  .\32xl\:border-b-emerald-600\/100 {
    border-bottom-color: rgb(5 150 105 / 1);
  }

  .\32xl\:border-b-emerald-600\/15 {
    border-bottom-color: rgb(5 150 105 / 0.15);
  }

  .\32xl\:border-b-emerald-600\/20 {
    border-bottom-color: rgb(5 150 105 / 0.2);
  }

  .\32xl\:border-b-emerald-600\/25 {
    border-bottom-color: rgb(5 150 105 / 0.25);
  }

  .\32xl\:border-b-emerald-600\/30 {
    border-bottom-color: rgb(5 150 105 / 0.3);
  }

  .\32xl\:border-b-emerald-600\/35 {
    border-bottom-color: rgb(5 150 105 / 0.35);
  }

  .\32xl\:border-b-emerald-600\/40 {
    border-bottom-color: rgb(5 150 105 / 0.4);
  }

  .\32xl\:border-b-emerald-600\/45 {
    border-bottom-color: rgb(5 150 105 / 0.45);
  }

  .\32xl\:border-b-emerald-600\/5 {
    border-bottom-color: rgb(5 150 105 / 0.05);
  }

  .\32xl\:border-b-emerald-600\/50 {
    border-bottom-color: rgb(5 150 105 / 0.5);
  }

  .\32xl\:border-b-emerald-600\/55 {
    border-bottom-color: rgb(5 150 105 / 0.55);
  }

  .\32xl\:border-b-emerald-600\/60 {
    border-bottom-color: rgb(5 150 105 / 0.6);
  }

  .\32xl\:border-b-emerald-600\/65 {
    border-bottom-color: rgb(5 150 105 / 0.65);
  }

  .\32xl\:border-b-emerald-600\/70 {
    border-bottom-color: rgb(5 150 105 / 0.7);
  }

  .\32xl\:border-b-emerald-600\/75 {
    border-bottom-color: rgb(5 150 105 / 0.75);
  }

  .\32xl\:border-b-emerald-600\/80 {
    border-bottom-color: rgb(5 150 105 / 0.8);
  }

  .\32xl\:border-b-emerald-600\/85 {
    border-bottom-color: rgb(5 150 105 / 0.85);
  }

  .\32xl\:border-b-emerald-600\/90 {
    border-bottom-color: rgb(5 150 105 / 0.9);
  }

  .\32xl\:border-b-emerald-600\/95 {
    border-bottom-color: rgb(5 150 105 / 0.95);
  }

  .\32xl\:border-b-emerald-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-700\/0 {
    border-bottom-color: rgb(4 120 87 / 0);
  }

  .\32xl\:border-b-emerald-700\/10 {
    border-bottom-color: rgb(4 120 87 / 0.1);
  }

  .\32xl\:border-b-emerald-700\/100 {
    border-bottom-color: rgb(4 120 87 / 1);
  }

  .\32xl\:border-b-emerald-700\/15 {
    border-bottom-color: rgb(4 120 87 / 0.15);
  }

  .\32xl\:border-b-emerald-700\/20 {
    border-bottom-color: rgb(4 120 87 / 0.2);
  }

  .\32xl\:border-b-emerald-700\/25 {
    border-bottom-color: rgb(4 120 87 / 0.25);
  }

  .\32xl\:border-b-emerald-700\/30 {
    border-bottom-color: rgb(4 120 87 / 0.3);
  }

  .\32xl\:border-b-emerald-700\/35 {
    border-bottom-color: rgb(4 120 87 / 0.35);
  }

  .\32xl\:border-b-emerald-700\/40 {
    border-bottom-color: rgb(4 120 87 / 0.4);
  }

  .\32xl\:border-b-emerald-700\/45 {
    border-bottom-color: rgb(4 120 87 / 0.45);
  }

  .\32xl\:border-b-emerald-700\/5 {
    border-bottom-color: rgb(4 120 87 / 0.05);
  }

  .\32xl\:border-b-emerald-700\/50 {
    border-bottom-color: rgb(4 120 87 / 0.5);
  }

  .\32xl\:border-b-emerald-700\/55 {
    border-bottom-color: rgb(4 120 87 / 0.55);
  }

  .\32xl\:border-b-emerald-700\/60 {
    border-bottom-color: rgb(4 120 87 / 0.6);
  }

  .\32xl\:border-b-emerald-700\/65 {
    border-bottom-color: rgb(4 120 87 / 0.65);
  }

  .\32xl\:border-b-emerald-700\/70 {
    border-bottom-color: rgb(4 120 87 / 0.7);
  }

  .\32xl\:border-b-emerald-700\/75 {
    border-bottom-color: rgb(4 120 87 / 0.75);
  }

  .\32xl\:border-b-emerald-700\/80 {
    border-bottom-color: rgb(4 120 87 / 0.8);
  }

  .\32xl\:border-b-emerald-700\/85 {
    border-bottom-color: rgb(4 120 87 / 0.85);
  }

  .\32xl\:border-b-emerald-700\/90 {
    border-bottom-color: rgb(4 120 87 / 0.9);
  }

  .\32xl\:border-b-emerald-700\/95 {
    border-bottom-color: rgb(4 120 87 / 0.95);
  }

  .\32xl\:border-b-emerald-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-800\/0 {
    border-bottom-color: rgb(6 95 70 / 0);
  }

  .\32xl\:border-b-emerald-800\/10 {
    border-bottom-color: rgb(6 95 70 / 0.1);
  }

  .\32xl\:border-b-emerald-800\/100 {
    border-bottom-color: rgb(6 95 70 / 1);
  }

  .\32xl\:border-b-emerald-800\/15 {
    border-bottom-color: rgb(6 95 70 / 0.15);
  }

  .\32xl\:border-b-emerald-800\/20 {
    border-bottom-color: rgb(6 95 70 / 0.2);
  }

  .\32xl\:border-b-emerald-800\/25 {
    border-bottom-color: rgb(6 95 70 / 0.25);
  }

  .\32xl\:border-b-emerald-800\/30 {
    border-bottom-color: rgb(6 95 70 / 0.3);
  }

  .\32xl\:border-b-emerald-800\/35 {
    border-bottom-color: rgb(6 95 70 / 0.35);
  }

  .\32xl\:border-b-emerald-800\/40 {
    border-bottom-color: rgb(6 95 70 / 0.4);
  }

  .\32xl\:border-b-emerald-800\/45 {
    border-bottom-color: rgb(6 95 70 / 0.45);
  }

  .\32xl\:border-b-emerald-800\/5 {
    border-bottom-color: rgb(6 95 70 / 0.05);
  }

  .\32xl\:border-b-emerald-800\/50 {
    border-bottom-color: rgb(6 95 70 / 0.5);
  }

  .\32xl\:border-b-emerald-800\/55 {
    border-bottom-color: rgb(6 95 70 / 0.55);
  }

  .\32xl\:border-b-emerald-800\/60 {
    border-bottom-color: rgb(6 95 70 / 0.6);
  }

  .\32xl\:border-b-emerald-800\/65 {
    border-bottom-color: rgb(6 95 70 / 0.65);
  }

  .\32xl\:border-b-emerald-800\/70 {
    border-bottom-color: rgb(6 95 70 / 0.7);
  }

  .\32xl\:border-b-emerald-800\/75 {
    border-bottom-color: rgb(6 95 70 / 0.75);
  }

  .\32xl\:border-b-emerald-800\/80 {
    border-bottom-color: rgb(6 95 70 / 0.8);
  }

  .\32xl\:border-b-emerald-800\/85 {
    border-bottom-color: rgb(6 95 70 / 0.85);
  }

  .\32xl\:border-b-emerald-800\/90 {
    border-bottom-color: rgb(6 95 70 / 0.9);
  }

  .\32xl\:border-b-emerald-800\/95 {
    border-bottom-color: rgb(6 95 70 / 0.95);
  }

  .\32xl\:border-b-emerald-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-900\/0 {
    border-bottom-color: rgb(6 78 59 / 0);
  }

  .\32xl\:border-b-emerald-900\/10 {
    border-bottom-color: rgb(6 78 59 / 0.1);
  }

  .\32xl\:border-b-emerald-900\/100 {
    border-bottom-color: rgb(6 78 59 / 1);
  }

  .\32xl\:border-b-emerald-900\/15 {
    border-bottom-color: rgb(6 78 59 / 0.15);
  }

  .\32xl\:border-b-emerald-900\/20 {
    border-bottom-color: rgb(6 78 59 / 0.2);
  }

  .\32xl\:border-b-emerald-900\/25 {
    border-bottom-color: rgb(6 78 59 / 0.25);
  }

  .\32xl\:border-b-emerald-900\/30 {
    border-bottom-color: rgb(6 78 59 / 0.3);
  }

  .\32xl\:border-b-emerald-900\/35 {
    border-bottom-color: rgb(6 78 59 / 0.35);
  }

  .\32xl\:border-b-emerald-900\/40 {
    border-bottom-color: rgb(6 78 59 / 0.4);
  }

  .\32xl\:border-b-emerald-900\/45 {
    border-bottom-color: rgb(6 78 59 / 0.45);
  }

  .\32xl\:border-b-emerald-900\/5 {
    border-bottom-color: rgb(6 78 59 / 0.05);
  }

  .\32xl\:border-b-emerald-900\/50 {
    border-bottom-color: rgb(6 78 59 / 0.5);
  }

  .\32xl\:border-b-emerald-900\/55 {
    border-bottom-color: rgb(6 78 59 / 0.55);
  }

  .\32xl\:border-b-emerald-900\/60 {
    border-bottom-color: rgb(6 78 59 / 0.6);
  }

  .\32xl\:border-b-emerald-900\/65 {
    border-bottom-color: rgb(6 78 59 / 0.65);
  }

  .\32xl\:border-b-emerald-900\/70 {
    border-bottom-color: rgb(6 78 59 / 0.7);
  }

  .\32xl\:border-b-emerald-900\/75 {
    border-bottom-color: rgb(6 78 59 / 0.75);
  }

  .\32xl\:border-b-emerald-900\/80 {
    border-bottom-color: rgb(6 78 59 / 0.8);
  }

  .\32xl\:border-b-emerald-900\/85 {
    border-bottom-color: rgb(6 78 59 / 0.85);
  }

  .\32xl\:border-b-emerald-900\/90 {
    border-bottom-color: rgb(6 78 59 / 0.9);
  }

  .\32xl\:border-b-emerald-900\/95 {
    border-bottom-color: rgb(6 78 59 / 0.95);
  }

  .\32xl\:border-b-emerald-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-emerald-950\/0 {
    border-bottom-color: rgb(2 44 34 / 0);
  }

  .\32xl\:border-b-emerald-950\/10 {
    border-bottom-color: rgb(2 44 34 / 0.1);
  }

  .\32xl\:border-b-emerald-950\/100 {
    border-bottom-color: rgb(2 44 34 / 1);
  }

  .\32xl\:border-b-emerald-950\/15 {
    border-bottom-color: rgb(2 44 34 / 0.15);
  }

  .\32xl\:border-b-emerald-950\/20 {
    border-bottom-color: rgb(2 44 34 / 0.2);
  }

  .\32xl\:border-b-emerald-950\/25 {
    border-bottom-color: rgb(2 44 34 / 0.25);
  }

  .\32xl\:border-b-emerald-950\/30 {
    border-bottom-color: rgb(2 44 34 / 0.3);
  }

  .\32xl\:border-b-emerald-950\/35 {
    border-bottom-color: rgb(2 44 34 / 0.35);
  }

  .\32xl\:border-b-emerald-950\/40 {
    border-bottom-color: rgb(2 44 34 / 0.4);
  }

  .\32xl\:border-b-emerald-950\/45 {
    border-bottom-color: rgb(2 44 34 / 0.45);
  }

  .\32xl\:border-b-emerald-950\/5 {
    border-bottom-color: rgb(2 44 34 / 0.05);
  }

  .\32xl\:border-b-emerald-950\/50 {
    border-bottom-color: rgb(2 44 34 / 0.5);
  }

  .\32xl\:border-b-emerald-950\/55 {
    border-bottom-color: rgb(2 44 34 / 0.55);
  }

  .\32xl\:border-b-emerald-950\/60 {
    border-bottom-color: rgb(2 44 34 / 0.6);
  }

  .\32xl\:border-b-emerald-950\/65 {
    border-bottom-color: rgb(2 44 34 / 0.65);
  }

  .\32xl\:border-b-emerald-950\/70 {
    border-bottom-color: rgb(2 44 34 / 0.7);
  }

  .\32xl\:border-b-emerald-950\/75 {
    border-bottom-color: rgb(2 44 34 / 0.75);
  }

  .\32xl\:border-b-emerald-950\/80 {
    border-bottom-color: rgb(2 44 34 / 0.8);
  }

  .\32xl\:border-b-emerald-950\/85 {
    border-bottom-color: rgb(2 44 34 / 0.85);
  }

  .\32xl\:border-b-emerald-950\/90 {
    border-bottom-color: rgb(2 44 34 / 0.9);
  }

  .\32xl\:border-b-emerald-950\/95 {
    border-bottom-color: rgb(2 44 34 / 0.95);
  }

  .\32xl\:border-b-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-foreground\/0 {
    border-bottom-color: hsl(var(--foreground) / 0);
  }

  .\32xl\:border-b-foreground\/10 {
    border-bottom-color: hsl(var(--foreground) / 0.1);
  }

  .\32xl\:border-b-foreground\/100 {
    border-bottom-color: hsl(var(--foreground) / 1);
  }

  .\32xl\:border-b-foreground\/15 {
    border-bottom-color: hsl(var(--foreground) / 0.15);
  }

  .\32xl\:border-b-foreground\/20 {
    border-bottom-color: hsl(var(--foreground) / 0.2);
  }

  .\32xl\:border-b-foreground\/25 {
    border-bottom-color: hsl(var(--foreground) / 0.25);
  }

  .\32xl\:border-b-foreground\/30 {
    border-bottom-color: hsl(var(--foreground) / 0.3);
  }

  .\32xl\:border-b-foreground\/35 {
    border-bottom-color: hsl(var(--foreground) / 0.35);
  }

  .\32xl\:border-b-foreground\/40 {
    border-bottom-color: hsl(var(--foreground) / 0.4);
  }

  .\32xl\:border-b-foreground\/45 {
    border-bottom-color: hsl(var(--foreground) / 0.45);
  }

  .\32xl\:border-b-foreground\/5 {
    border-bottom-color: hsl(var(--foreground) / 0.05);
  }

  .\32xl\:border-b-foreground\/50 {
    border-bottom-color: hsl(var(--foreground) / 0.5);
  }

  .\32xl\:border-b-foreground\/55 {
    border-bottom-color: hsl(var(--foreground) / 0.55);
  }

  .\32xl\:border-b-foreground\/60 {
    border-bottom-color: hsl(var(--foreground) / 0.6);
  }

  .\32xl\:border-b-foreground\/65 {
    border-bottom-color: hsl(var(--foreground) / 0.65);
  }

  .\32xl\:border-b-foreground\/70 {
    border-bottom-color: hsl(var(--foreground) / 0.7);
  }

  .\32xl\:border-b-foreground\/75 {
    border-bottom-color: hsl(var(--foreground) / 0.75);
  }

  .\32xl\:border-b-foreground\/80 {
    border-bottom-color: hsl(var(--foreground) / 0.8);
  }

  .\32xl\:border-b-foreground\/85 {
    border-bottom-color: hsl(var(--foreground) / 0.85);
  }

  .\32xl\:border-b-foreground\/90 {
    border-bottom-color: hsl(var(--foreground) / 0.9);
  }

  .\32xl\:border-b-foreground\/95 {
    border-bottom-color: hsl(var(--foreground) / 0.95);
  }

  .\32xl\:border-b-fuchsia-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-100\/0 {
    border-bottom-color: rgb(250 232 255 / 0);
  }

  .\32xl\:border-b-fuchsia-100\/10 {
    border-bottom-color: rgb(250 232 255 / 0.1);
  }

  .\32xl\:border-b-fuchsia-100\/100 {
    border-bottom-color: rgb(250 232 255 / 1);
  }

  .\32xl\:border-b-fuchsia-100\/15 {
    border-bottom-color: rgb(250 232 255 / 0.15);
  }

  .\32xl\:border-b-fuchsia-100\/20 {
    border-bottom-color: rgb(250 232 255 / 0.2);
  }

  .\32xl\:border-b-fuchsia-100\/25 {
    border-bottom-color: rgb(250 232 255 / 0.25);
  }

  .\32xl\:border-b-fuchsia-100\/30 {
    border-bottom-color: rgb(250 232 255 / 0.3);
  }

  .\32xl\:border-b-fuchsia-100\/35 {
    border-bottom-color: rgb(250 232 255 / 0.35);
  }

  .\32xl\:border-b-fuchsia-100\/40 {
    border-bottom-color: rgb(250 232 255 / 0.4);
  }

  .\32xl\:border-b-fuchsia-100\/45 {
    border-bottom-color: rgb(250 232 255 / 0.45);
  }

  .\32xl\:border-b-fuchsia-100\/5 {
    border-bottom-color: rgb(250 232 255 / 0.05);
  }

  .\32xl\:border-b-fuchsia-100\/50 {
    border-bottom-color: rgb(250 232 255 / 0.5);
  }

  .\32xl\:border-b-fuchsia-100\/55 {
    border-bottom-color: rgb(250 232 255 / 0.55);
  }

  .\32xl\:border-b-fuchsia-100\/60 {
    border-bottom-color: rgb(250 232 255 / 0.6);
  }

  .\32xl\:border-b-fuchsia-100\/65 {
    border-bottom-color: rgb(250 232 255 / 0.65);
  }

  .\32xl\:border-b-fuchsia-100\/70 {
    border-bottom-color: rgb(250 232 255 / 0.7);
  }

  .\32xl\:border-b-fuchsia-100\/75 {
    border-bottom-color: rgb(250 232 255 / 0.75);
  }

  .\32xl\:border-b-fuchsia-100\/80 {
    border-bottom-color: rgb(250 232 255 / 0.8);
  }

  .\32xl\:border-b-fuchsia-100\/85 {
    border-bottom-color: rgb(250 232 255 / 0.85);
  }

  .\32xl\:border-b-fuchsia-100\/90 {
    border-bottom-color: rgb(250 232 255 / 0.9);
  }

  .\32xl\:border-b-fuchsia-100\/95 {
    border-bottom-color: rgb(250 232 255 / 0.95);
  }

  .\32xl\:border-b-fuchsia-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-200\/0 {
    border-bottom-color: rgb(245 208 254 / 0);
  }

  .\32xl\:border-b-fuchsia-200\/10 {
    border-bottom-color: rgb(245 208 254 / 0.1);
  }

  .\32xl\:border-b-fuchsia-200\/100 {
    border-bottom-color: rgb(245 208 254 / 1);
  }

  .\32xl\:border-b-fuchsia-200\/15 {
    border-bottom-color: rgb(245 208 254 / 0.15);
  }

  .\32xl\:border-b-fuchsia-200\/20 {
    border-bottom-color: rgb(245 208 254 / 0.2);
  }

  .\32xl\:border-b-fuchsia-200\/25 {
    border-bottom-color: rgb(245 208 254 / 0.25);
  }

  .\32xl\:border-b-fuchsia-200\/30 {
    border-bottom-color: rgb(245 208 254 / 0.3);
  }

  .\32xl\:border-b-fuchsia-200\/35 {
    border-bottom-color: rgb(245 208 254 / 0.35);
  }

  .\32xl\:border-b-fuchsia-200\/40 {
    border-bottom-color: rgb(245 208 254 / 0.4);
  }

  .\32xl\:border-b-fuchsia-200\/45 {
    border-bottom-color: rgb(245 208 254 / 0.45);
  }

  .\32xl\:border-b-fuchsia-200\/5 {
    border-bottom-color: rgb(245 208 254 / 0.05);
  }

  .\32xl\:border-b-fuchsia-200\/50 {
    border-bottom-color: rgb(245 208 254 / 0.5);
  }

  .\32xl\:border-b-fuchsia-200\/55 {
    border-bottom-color: rgb(245 208 254 / 0.55);
  }

  .\32xl\:border-b-fuchsia-200\/60 {
    border-bottom-color: rgb(245 208 254 / 0.6);
  }

  .\32xl\:border-b-fuchsia-200\/65 {
    border-bottom-color: rgb(245 208 254 / 0.65);
  }

  .\32xl\:border-b-fuchsia-200\/70 {
    border-bottom-color: rgb(245 208 254 / 0.7);
  }

  .\32xl\:border-b-fuchsia-200\/75 {
    border-bottom-color: rgb(245 208 254 / 0.75);
  }

  .\32xl\:border-b-fuchsia-200\/80 {
    border-bottom-color: rgb(245 208 254 / 0.8);
  }

  .\32xl\:border-b-fuchsia-200\/85 {
    border-bottom-color: rgb(245 208 254 / 0.85);
  }

  .\32xl\:border-b-fuchsia-200\/90 {
    border-bottom-color: rgb(245 208 254 / 0.9);
  }

  .\32xl\:border-b-fuchsia-200\/95 {
    border-bottom-color: rgb(245 208 254 / 0.95);
  }

  .\32xl\:border-b-fuchsia-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-300\/0 {
    border-bottom-color: rgb(240 171 252 / 0);
  }

  .\32xl\:border-b-fuchsia-300\/10 {
    border-bottom-color: rgb(240 171 252 / 0.1);
  }

  .\32xl\:border-b-fuchsia-300\/100 {
    border-bottom-color: rgb(240 171 252 / 1);
  }

  .\32xl\:border-b-fuchsia-300\/15 {
    border-bottom-color: rgb(240 171 252 / 0.15);
  }

  .\32xl\:border-b-fuchsia-300\/20 {
    border-bottom-color: rgb(240 171 252 / 0.2);
  }

  .\32xl\:border-b-fuchsia-300\/25 {
    border-bottom-color: rgb(240 171 252 / 0.25);
  }

  .\32xl\:border-b-fuchsia-300\/30 {
    border-bottom-color: rgb(240 171 252 / 0.3);
  }

  .\32xl\:border-b-fuchsia-300\/35 {
    border-bottom-color: rgb(240 171 252 / 0.35);
  }

  .\32xl\:border-b-fuchsia-300\/40 {
    border-bottom-color: rgb(240 171 252 / 0.4);
  }

  .\32xl\:border-b-fuchsia-300\/45 {
    border-bottom-color: rgb(240 171 252 / 0.45);
  }

  .\32xl\:border-b-fuchsia-300\/5 {
    border-bottom-color: rgb(240 171 252 / 0.05);
  }

  .\32xl\:border-b-fuchsia-300\/50 {
    border-bottom-color: rgb(240 171 252 / 0.5);
  }

  .\32xl\:border-b-fuchsia-300\/55 {
    border-bottom-color: rgb(240 171 252 / 0.55);
  }

  .\32xl\:border-b-fuchsia-300\/60 {
    border-bottom-color: rgb(240 171 252 / 0.6);
  }

  .\32xl\:border-b-fuchsia-300\/65 {
    border-bottom-color: rgb(240 171 252 / 0.65);
  }

  .\32xl\:border-b-fuchsia-300\/70 {
    border-bottom-color: rgb(240 171 252 / 0.7);
  }

  .\32xl\:border-b-fuchsia-300\/75 {
    border-bottom-color: rgb(240 171 252 / 0.75);
  }

  .\32xl\:border-b-fuchsia-300\/80 {
    border-bottom-color: rgb(240 171 252 / 0.8);
  }

  .\32xl\:border-b-fuchsia-300\/85 {
    border-bottom-color: rgb(240 171 252 / 0.85);
  }

  .\32xl\:border-b-fuchsia-300\/90 {
    border-bottom-color: rgb(240 171 252 / 0.9);
  }

  .\32xl\:border-b-fuchsia-300\/95 {
    border-bottom-color: rgb(240 171 252 / 0.95);
  }

  .\32xl\:border-b-fuchsia-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-400\/0 {
    border-bottom-color: rgb(232 121 249 / 0);
  }

  .\32xl\:border-b-fuchsia-400\/10 {
    border-bottom-color: rgb(232 121 249 / 0.1);
  }

  .\32xl\:border-b-fuchsia-400\/100 {
    border-bottom-color: rgb(232 121 249 / 1);
  }

  .\32xl\:border-b-fuchsia-400\/15 {
    border-bottom-color: rgb(232 121 249 / 0.15);
  }

  .\32xl\:border-b-fuchsia-400\/20 {
    border-bottom-color: rgb(232 121 249 / 0.2);
  }

  .\32xl\:border-b-fuchsia-400\/25 {
    border-bottom-color: rgb(232 121 249 / 0.25);
  }

  .\32xl\:border-b-fuchsia-400\/30 {
    border-bottom-color: rgb(232 121 249 / 0.3);
  }

  .\32xl\:border-b-fuchsia-400\/35 {
    border-bottom-color: rgb(232 121 249 / 0.35);
  }

  .\32xl\:border-b-fuchsia-400\/40 {
    border-bottom-color: rgb(232 121 249 / 0.4);
  }

  .\32xl\:border-b-fuchsia-400\/45 {
    border-bottom-color: rgb(232 121 249 / 0.45);
  }

  .\32xl\:border-b-fuchsia-400\/5 {
    border-bottom-color: rgb(232 121 249 / 0.05);
  }

  .\32xl\:border-b-fuchsia-400\/50 {
    border-bottom-color: rgb(232 121 249 / 0.5);
  }

  .\32xl\:border-b-fuchsia-400\/55 {
    border-bottom-color: rgb(232 121 249 / 0.55);
  }

  .\32xl\:border-b-fuchsia-400\/60 {
    border-bottom-color: rgb(232 121 249 / 0.6);
  }

  .\32xl\:border-b-fuchsia-400\/65 {
    border-bottom-color: rgb(232 121 249 / 0.65);
  }

  .\32xl\:border-b-fuchsia-400\/70 {
    border-bottom-color: rgb(232 121 249 / 0.7);
  }

  .\32xl\:border-b-fuchsia-400\/75 {
    border-bottom-color: rgb(232 121 249 / 0.75);
  }

  .\32xl\:border-b-fuchsia-400\/80 {
    border-bottom-color: rgb(232 121 249 / 0.8);
  }

  .\32xl\:border-b-fuchsia-400\/85 {
    border-bottom-color: rgb(232 121 249 / 0.85);
  }

  .\32xl\:border-b-fuchsia-400\/90 {
    border-bottom-color: rgb(232 121 249 / 0.9);
  }

  .\32xl\:border-b-fuchsia-400\/95 {
    border-bottom-color: rgb(232 121 249 / 0.95);
  }

  .\32xl\:border-b-fuchsia-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-50\/0 {
    border-bottom-color: rgb(253 244 255 / 0);
  }

  .\32xl\:border-b-fuchsia-50\/10 {
    border-bottom-color: rgb(253 244 255 / 0.1);
  }

  .\32xl\:border-b-fuchsia-50\/100 {
    border-bottom-color: rgb(253 244 255 / 1);
  }

  .\32xl\:border-b-fuchsia-50\/15 {
    border-bottom-color: rgb(253 244 255 / 0.15);
  }

  .\32xl\:border-b-fuchsia-50\/20 {
    border-bottom-color: rgb(253 244 255 / 0.2);
  }

  .\32xl\:border-b-fuchsia-50\/25 {
    border-bottom-color: rgb(253 244 255 / 0.25);
  }

  .\32xl\:border-b-fuchsia-50\/30 {
    border-bottom-color: rgb(253 244 255 / 0.3);
  }

  .\32xl\:border-b-fuchsia-50\/35 {
    border-bottom-color: rgb(253 244 255 / 0.35);
  }

  .\32xl\:border-b-fuchsia-50\/40 {
    border-bottom-color: rgb(253 244 255 / 0.4);
  }

  .\32xl\:border-b-fuchsia-50\/45 {
    border-bottom-color: rgb(253 244 255 / 0.45);
  }

  .\32xl\:border-b-fuchsia-50\/5 {
    border-bottom-color: rgb(253 244 255 / 0.05);
  }

  .\32xl\:border-b-fuchsia-50\/50 {
    border-bottom-color: rgb(253 244 255 / 0.5);
  }

  .\32xl\:border-b-fuchsia-50\/55 {
    border-bottom-color: rgb(253 244 255 / 0.55);
  }

  .\32xl\:border-b-fuchsia-50\/60 {
    border-bottom-color: rgb(253 244 255 / 0.6);
  }

  .\32xl\:border-b-fuchsia-50\/65 {
    border-bottom-color: rgb(253 244 255 / 0.65);
  }

  .\32xl\:border-b-fuchsia-50\/70 {
    border-bottom-color: rgb(253 244 255 / 0.7);
  }

  .\32xl\:border-b-fuchsia-50\/75 {
    border-bottom-color: rgb(253 244 255 / 0.75);
  }

  .\32xl\:border-b-fuchsia-50\/80 {
    border-bottom-color: rgb(253 244 255 / 0.8);
  }

  .\32xl\:border-b-fuchsia-50\/85 {
    border-bottom-color: rgb(253 244 255 / 0.85);
  }

  .\32xl\:border-b-fuchsia-50\/90 {
    border-bottom-color: rgb(253 244 255 / 0.9);
  }

  .\32xl\:border-b-fuchsia-50\/95 {
    border-bottom-color: rgb(253 244 255 / 0.95);
  }

  .\32xl\:border-b-fuchsia-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-500\/0 {
    border-bottom-color: rgb(217 70 239 / 0);
  }

  .\32xl\:border-b-fuchsia-500\/10 {
    border-bottom-color: rgb(217 70 239 / 0.1);
  }

  .\32xl\:border-b-fuchsia-500\/100 {
    border-bottom-color: rgb(217 70 239 / 1);
  }

  .\32xl\:border-b-fuchsia-500\/15 {
    border-bottom-color: rgb(217 70 239 / 0.15);
  }

  .\32xl\:border-b-fuchsia-500\/20 {
    border-bottom-color: rgb(217 70 239 / 0.2);
  }

  .\32xl\:border-b-fuchsia-500\/25 {
    border-bottom-color: rgb(217 70 239 / 0.25);
  }

  .\32xl\:border-b-fuchsia-500\/30 {
    border-bottom-color: rgb(217 70 239 / 0.3);
  }

  .\32xl\:border-b-fuchsia-500\/35 {
    border-bottom-color: rgb(217 70 239 / 0.35);
  }

  .\32xl\:border-b-fuchsia-500\/40 {
    border-bottom-color: rgb(217 70 239 / 0.4);
  }

  .\32xl\:border-b-fuchsia-500\/45 {
    border-bottom-color: rgb(217 70 239 / 0.45);
  }

  .\32xl\:border-b-fuchsia-500\/5 {
    border-bottom-color: rgb(217 70 239 / 0.05);
  }

  .\32xl\:border-b-fuchsia-500\/50 {
    border-bottom-color: rgb(217 70 239 / 0.5);
  }

  .\32xl\:border-b-fuchsia-500\/55 {
    border-bottom-color: rgb(217 70 239 / 0.55);
  }

  .\32xl\:border-b-fuchsia-500\/60 {
    border-bottom-color: rgb(217 70 239 / 0.6);
  }

  .\32xl\:border-b-fuchsia-500\/65 {
    border-bottom-color: rgb(217 70 239 / 0.65);
  }

  .\32xl\:border-b-fuchsia-500\/70 {
    border-bottom-color: rgb(217 70 239 / 0.7);
  }

  .\32xl\:border-b-fuchsia-500\/75 {
    border-bottom-color: rgb(217 70 239 / 0.75);
  }

  .\32xl\:border-b-fuchsia-500\/80 {
    border-bottom-color: rgb(217 70 239 / 0.8);
  }

  .\32xl\:border-b-fuchsia-500\/85 {
    border-bottom-color: rgb(217 70 239 / 0.85);
  }

  .\32xl\:border-b-fuchsia-500\/90 {
    border-bottom-color: rgb(217 70 239 / 0.9);
  }

  .\32xl\:border-b-fuchsia-500\/95 {
    border-bottom-color: rgb(217 70 239 / 0.95);
  }

  .\32xl\:border-b-fuchsia-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-600\/0 {
    border-bottom-color: rgb(192 38 211 / 0);
  }

  .\32xl\:border-b-fuchsia-600\/10 {
    border-bottom-color: rgb(192 38 211 / 0.1);
  }

  .\32xl\:border-b-fuchsia-600\/100 {
    border-bottom-color: rgb(192 38 211 / 1);
  }

  .\32xl\:border-b-fuchsia-600\/15 {
    border-bottom-color: rgb(192 38 211 / 0.15);
  }

  .\32xl\:border-b-fuchsia-600\/20 {
    border-bottom-color: rgb(192 38 211 / 0.2);
  }

  .\32xl\:border-b-fuchsia-600\/25 {
    border-bottom-color: rgb(192 38 211 / 0.25);
  }

  .\32xl\:border-b-fuchsia-600\/30 {
    border-bottom-color: rgb(192 38 211 / 0.3);
  }

  .\32xl\:border-b-fuchsia-600\/35 {
    border-bottom-color: rgb(192 38 211 / 0.35);
  }

  .\32xl\:border-b-fuchsia-600\/40 {
    border-bottom-color: rgb(192 38 211 / 0.4);
  }

  .\32xl\:border-b-fuchsia-600\/45 {
    border-bottom-color: rgb(192 38 211 / 0.45);
  }

  .\32xl\:border-b-fuchsia-600\/5 {
    border-bottom-color: rgb(192 38 211 / 0.05);
  }

  .\32xl\:border-b-fuchsia-600\/50 {
    border-bottom-color: rgb(192 38 211 / 0.5);
  }

  .\32xl\:border-b-fuchsia-600\/55 {
    border-bottom-color: rgb(192 38 211 / 0.55);
  }

  .\32xl\:border-b-fuchsia-600\/60 {
    border-bottom-color: rgb(192 38 211 / 0.6);
  }

  .\32xl\:border-b-fuchsia-600\/65 {
    border-bottom-color: rgb(192 38 211 / 0.65);
  }

  .\32xl\:border-b-fuchsia-600\/70 {
    border-bottom-color: rgb(192 38 211 / 0.7);
  }

  .\32xl\:border-b-fuchsia-600\/75 {
    border-bottom-color: rgb(192 38 211 / 0.75);
  }

  .\32xl\:border-b-fuchsia-600\/80 {
    border-bottom-color: rgb(192 38 211 / 0.8);
  }

  .\32xl\:border-b-fuchsia-600\/85 {
    border-bottom-color: rgb(192 38 211 / 0.85);
  }

  .\32xl\:border-b-fuchsia-600\/90 {
    border-bottom-color: rgb(192 38 211 / 0.9);
  }

  .\32xl\:border-b-fuchsia-600\/95 {
    border-bottom-color: rgb(192 38 211 / 0.95);
  }

  .\32xl\:border-b-fuchsia-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-700\/0 {
    border-bottom-color: rgb(162 28 175 / 0);
  }

  .\32xl\:border-b-fuchsia-700\/10 {
    border-bottom-color: rgb(162 28 175 / 0.1);
  }

  .\32xl\:border-b-fuchsia-700\/100 {
    border-bottom-color: rgb(162 28 175 / 1);
  }

  .\32xl\:border-b-fuchsia-700\/15 {
    border-bottom-color: rgb(162 28 175 / 0.15);
  }

  .\32xl\:border-b-fuchsia-700\/20 {
    border-bottom-color: rgb(162 28 175 / 0.2);
  }

  .\32xl\:border-b-fuchsia-700\/25 {
    border-bottom-color: rgb(162 28 175 / 0.25);
  }

  .\32xl\:border-b-fuchsia-700\/30 {
    border-bottom-color: rgb(162 28 175 / 0.3);
  }

  .\32xl\:border-b-fuchsia-700\/35 {
    border-bottom-color: rgb(162 28 175 / 0.35);
  }

  .\32xl\:border-b-fuchsia-700\/40 {
    border-bottom-color: rgb(162 28 175 / 0.4);
  }

  .\32xl\:border-b-fuchsia-700\/45 {
    border-bottom-color: rgb(162 28 175 / 0.45);
  }

  .\32xl\:border-b-fuchsia-700\/5 {
    border-bottom-color: rgb(162 28 175 / 0.05);
  }

  .\32xl\:border-b-fuchsia-700\/50 {
    border-bottom-color: rgb(162 28 175 / 0.5);
  }

  .\32xl\:border-b-fuchsia-700\/55 {
    border-bottom-color: rgb(162 28 175 / 0.55);
  }

  .\32xl\:border-b-fuchsia-700\/60 {
    border-bottom-color: rgb(162 28 175 / 0.6);
  }

  .\32xl\:border-b-fuchsia-700\/65 {
    border-bottom-color: rgb(162 28 175 / 0.65);
  }

  .\32xl\:border-b-fuchsia-700\/70 {
    border-bottom-color: rgb(162 28 175 / 0.7);
  }

  .\32xl\:border-b-fuchsia-700\/75 {
    border-bottom-color: rgb(162 28 175 / 0.75);
  }

  .\32xl\:border-b-fuchsia-700\/80 {
    border-bottom-color: rgb(162 28 175 / 0.8);
  }

  .\32xl\:border-b-fuchsia-700\/85 {
    border-bottom-color: rgb(162 28 175 / 0.85);
  }

  .\32xl\:border-b-fuchsia-700\/90 {
    border-bottom-color: rgb(162 28 175 / 0.9);
  }

  .\32xl\:border-b-fuchsia-700\/95 {
    border-bottom-color: rgb(162 28 175 / 0.95);
  }

  .\32xl\:border-b-fuchsia-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-800\/0 {
    border-bottom-color: rgb(134 25 143 / 0);
  }

  .\32xl\:border-b-fuchsia-800\/10 {
    border-bottom-color: rgb(134 25 143 / 0.1);
  }

  .\32xl\:border-b-fuchsia-800\/100 {
    border-bottom-color: rgb(134 25 143 / 1);
  }

  .\32xl\:border-b-fuchsia-800\/15 {
    border-bottom-color: rgb(134 25 143 / 0.15);
  }

  .\32xl\:border-b-fuchsia-800\/20 {
    border-bottom-color: rgb(134 25 143 / 0.2);
  }

  .\32xl\:border-b-fuchsia-800\/25 {
    border-bottom-color: rgb(134 25 143 / 0.25);
  }

  .\32xl\:border-b-fuchsia-800\/30 {
    border-bottom-color: rgb(134 25 143 / 0.3);
  }

  .\32xl\:border-b-fuchsia-800\/35 {
    border-bottom-color: rgb(134 25 143 / 0.35);
  }

  .\32xl\:border-b-fuchsia-800\/40 {
    border-bottom-color: rgb(134 25 143 / 0.4);
  }

  .\32xl\:border-b-fuchsia-800\/45 {
    border-bottom-color: rgb(134 25 143 / 0.45);
  }

  .\32xl\:border-b-fuchsia-800\/5 {
    border-bottom-color: rgb(134 25 143 / 0.05);
  }

  .\32xl\:border-b-fuchsia-800\/50 {
    border-bottom-color: rgb(134 25 143 / 0.5);
  }

  .\32xl\:border-b-fuchsia-800\/55 {
    border-bottom-color: rgb(134 25 143 / 0.55);
  }

  .\32xl\:border-b-fuchsia-800\/60 {
    border-bottom-color: rgb(134 25 143 / 0.6);
  }

  .\32xl\:border-b-fuchsia-800\/65 {
    border-bottom-color: rgb(134 25 143 / 0.65);
  }

  .\32xl\:border-b-fuchsia-800\/70 {
    border-bottom-color: rgb(134 25 143 / 0.7);
  }

  .\32xl\:border-b-fuchsia-800\/75 {
    border-bottom-color: rgb(134 25 143 / 0.75);
  }

  .\32xl\:border-b-fuchsia-800\/80 {
    border-bottom-color: rgb(134 25 143 / 0.8);
  }

  .\32xl\:border-b-fuchsia-800\/85 {
    border-bottom-color: rgb(134 25 143 / 0.85);
  }

  .\32xl\:border-b-fuchsia-800\/90 {
    border-bottom-color: rgb(134 25 143 / 0.9);
  }

  .\32xl\:border-b-fuchsia-800\/95 {
    border-bottom-color: rgb(134 25 143 / 0.95);
  }

  .\32xl\:border-b-fuchsia-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-900\/0 {
    border-bottom-color: rgb(112 26 117 / 0);
  }

  .\32xl\:border-b-fuchsia-900\/10 {
    border-bottom-color: rgb(112 26 117 / 0.1);
  }

  .\32xl\:border-b-fuchsia-900\/100 {
    border-bottom-color: rgb(112 26 117 / 1);
  }

  .\32xl\:border-b-fuchsia-900\/15 {
    border-bottom-color: rgb(112 26 117 / 0.15);
  }

  .\32xl\:border-b-fuchsia-900\/20 {
    border-bottom-color: rgb(112 26 117 / 0.2);
  }

  .\32xl\:border-b-fuchsia-900\/25 {
    border-bottom-color: rgb(112 26 117 / 0.25);
  }

  .\32xl\:border-b-fuchsia-900\/30 {
    border-bottom-color: rgb(112 26 117 / 0.3);
  }

  .\32xl\:border-b-fuchsia-900\/35 {
    border-bottom-color: rgb(112 26 117 / 0.35);
  }

  .\32xl\:border-b-fuchsia-900\/40 {
    border-bottom-color: rgb(112 26 117 / 0.4);
  }

  .\32xl\:border-b-fuchsia-900\/45 {
    border-bottom-color: rgb(112 26 117 / 0.45);
  }

  .\32xl\:border-b-fuchsia-900\/5 {
    border-bottom-color: rgb(112 26 117 / 0.05);
  }

  .\32xl\:border-b-fuchsia-900\/50 {
    border-bottom-color: rgb(112 26 117 / 0.5);
  }

  .\32xl\:border-b-fuchsia-900\/55 {
    border-bottom-color: rgb(112 26 117 / 0.55);
  }

  .\32xl\:border-b-fuchsia-900\/60 {
    border-bottom-color: rgb(112 26 117 / 0.6);
  }

  .\32xl\:border-b-fuchsia-900\/65 {
    border-bottom-color: rgb(112 26 117 / 0.65);
  }

  .\32xl\:border-b-fuchsia-900\/70 {
    border-bottom-color: rgb(112 26 117 / 0.7);
  }

  .\32xl\:border-b-fuchsia-900\/75 {
    border-bottom-color: rgb(112 26 117 / 0.75);
  }

  .\32xl\:border-b-fuchsia-900\/80 {
    border-bottom-color: rgb(112 26 117 / 0.8);
  }

  .\32xl\:border-b-fuchsia-900\/85 {
    border-bottom-color: rgb(112 26 117 / 0.85);
  }

  .\32xl\:border-b-fuchsia-900\/90 {
    border-bottom-color: rgb(112 26 117 / 0.9);
  }

  .\32xl\:border-b-fuchsia-900\/95 {
    border-bottom-color: rgb(112 26 117 / 0.95);
  }

  .\32xl\:border-b-fuchsia-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-fuchsia-950\/0 {
    border-bottom-color: rgb(74 4 78 / 0);
  }

  .\32xl\:border-b-fuchsia-950\/10 {
    border-bottom-color: rgb(74 4 78 / 0.1);
  }

  .\32xl\:border-b-fuchsia-950\/100 {
    border-bottom-color: rgb(74 4 78 / 1);
  }

  .\32xl\:border-b-fuchsia-950\/15 {
    border-bottom-color: rgb(74 4 78 / 0.15);
  }

  .\32xl\:border-b-fuchsia-950\/20 {
    border-bottom-color: rgb(74 4 78 / 0.2);
  }

  .\32xl\:border-b-fuchsia-950\/25 {
    border-bottom-color: rgb(74 4 78 / 0.25);
  }

  .\32xl\:border-b-fuchsia-950\/30 {
    border-bottom-color: rgb(74 4 78 / 0.3);
  }

  .\32xl\:border-b-fuchsia-950\/35 {
    border-bottom-color: rgb(74 4 78 / 0.35);
  }

  .\32xl\:border-b-fuchsia-950\/40 {
    border-bottom-color: rgb(74 4 78 / 0.4);
  }

  .\32xl\:border-b-fuchsia-950\/45 {
    border-bottom-color: rgb(74 4 78 / 0.45);
  }

  .\32xl\:border-b-fuchsia-950\/5 {
    border-bottom-color: rgb(74 4 78 / 0.05);
  }

  .\32xl\:border-b-fuchsia-950\/50 {
    border-bottom-color: rgb(74 4 78 / 0.5);
  }

  .\32xl\:border-b-fuchsia-950\/55 {
    border-bottom-color: rgb(74 4 78 / 0.55);
  }

  .\32xl\:border-b-fuchsia-950\/60 {
    border-bottom-color: rgb(74 4 78 / 0.6);
  }

  .\32xl\:border-b-fuchsia-950\/65 {
    border-bottom-color: rgb(74 4 78 / 0.65);
  }

  .\32xl\:border-b-fuchsia-950\/70 {
    border-bottom-color: rgb(74 4 78 / 0.7);
  }

  .\32xl\:border-b-fuchsia-950\/75 {
    border-bottom-color: rgb(74 4 78 / 0.75);
  }

  .\32xl\:border-b-fuchsia-950\/80 {
    border-bottom-color: rgb(74 4 78 / 0.8);
  }

  .\32xl\:border-b-fuchsia-950\/85 {
    border-bottom-color: rgb(74 4 78 / 0.85);
  }

  .\32xl\:border-b-fuchsia-950\/90 {
    border-bottom-color: rgb(74 4 78 / 0.9);
  }

  .\32xl\:border-b-fuchsia-950\/95 {
    border-bottom-color: rgb(74 4 78 / 0.95);
  }

  .\32xl\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-100\/0 {
    border-bottom-color: rgb(243 244 246 / 0);
  }

  .\32xl\:border-b-gray-100\/10 {
    border-bottom-color: rgb(243 244 246 / 0.1);
  }

  .\32xl\:border-b-gray-100\/100 {
    border-bottom-color: rgb(243 244 246 / 1);
  }

  .\32xl\:border-b-gray-100\/15 {
    border-bottom-color: rgb(243 244 246 / 0.15);
  }

  .\32xl\:border-b-gray-100\/20 {
    border-bottom-color: rgb(243 244 246 / 0.2);
  }

  .\32xl\:border-b-gray-100\/25 {
    border-bottom-color: rgb(243 244 246 / 0.25);
  }

  .\32xl\:border-b-gray-100\/30 {
    border-bottom-color: rgb(243 244 246 / 0.3);
  }

  .\32xl\:border-b-gray-100\/35 {
    border-bottom-color: rgb(243 244 246 / 0.35);
  }

  .\32xl\:border-b-gray-100\/40 {
    border-bottom-color: rgb(243 244 246 / 0.4);
  }

  .\32xl\:border-b-gray-100\/45 {
    border-bottom-color: rgb(243 244 246 / 0.45);
  }

  .\32xl\:border-b-gray-100\/5 {
    border-bottom-color: rgb(243 244 246 / 0.05);
  }

  .\32xl\:border-b-gray-100\/50 {
    border-bottom-color: rgb(243 244 246 / 0.5);
  }

  .\32xl\:border-b-gray-100\/55 {
    border-bottom-color: rgb(243 244 246 / 0.55);
  }

  .\32xl\:border-b-gray-100\/60 {
    border-bottom-color: rgb(243 244 246 / 0.6);
  }

  .\32xl\:border-b-gray-100\/65 {
    border-bottom-color: rgb(243 244 246 / 0.65);
  }

  .\32xl\:border-b-gray-100\/70 {
    border-bottom-color: rgb(243 244 246 / 0.7);
  }

  .\32xl\:border-b-gray-100\/75 {
    border-bottom-color: rgb(243 244 246 / 0.75);
  }

  .\32xl\:border-b-gray-100\/80 {
    border-bottom-color: rgb(243 244 246 / 0.8);
  }

  .\32xl\:border-b-gray-100\/85 {
    border-bottom-color: rgb(243 244 246 / 0.85);
  }

  .\32xl\:border-b-gray-100\/90 {
    border-bottom-color: rgb(243 244 246 / 0.9);
  }

  .\32xl\:border-b-gray-100\/95 {
    border-bottom-color: rgb(243 244 246 / 0.95);
  }

  .\32xl\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-200\/0 {
    border-bottom-color: rgb(229 231 235 / 0);
  }

  .\32xl\:border-b-gray-200\/10 {
    border-bottom-color: rgb(229 231 235 / 0.1);
  }

  .\32xl\:border-b-gray-200\/100 {
    border-bottom-color: rgb(229 231 235 / 1);
  }

  .\32xl\:border-b-gray-200\/15 {
    border-bottom-color: rgb(229 231 235 / 0.15);
  }

  .\32xl\:border-b-gray-200\/20 {
    border-bottom-color: rgb(229 231 235 / 0.2);
  }

  .\32xl\:border-b-gray-200\/25 {
    border-bottom-color: rgb(229 231 235 / 0.25);
  }

  .\32xl\:border-b-gray-200\/30 {
    border-bottom-color: rgb(229 231 235 / 0.3);
  }

  .\32xl\:border-b-gray-200\/35 {
    border-bottom-color: rgb(229 231 235 / 0.35);
  }

  .\32xl\:border-b-gray-200\/40 {
    border-bottom-color: rgb(229 231 235 / 0.4);
  }

  .\32xl\:border-b-gray-200\/45 {
    border-bottom-color: rgb(229 231 235 / 0.45);
  }

  .\32xl\:border-b-gray-200\/5 {
    border-bottom-color: rgb(229 231 235 / 0.05);
  }

  .\32xl\:border-b-gray-200\/50 {
    border-bottom-color: rgb(229 231 235 / 0.5);
  }

  .\32xl\:border-b-gray-200\/55 {
    border-bottom-color: rgb(229 231 235 / 0.55);
  }

  .\32xl\:border-b-gray-200\/60 {
    border-bottom-color: rgb(229 231 235 / 0.6);
  }

  .\32xl\:border-b-gray-200\/65 {
    border-bottom-color: rgb(229 231 235 / 0.65);
  }

  .\32xl\:border-b-gray-200\/70 {
    border-bottom-color: rgb(229 231 235 / 0.7);
  }

  .\32xl\:border-b-gray-200\/75 {
    border-bottom-color: rgb(229 231 235 / 0.75);
  }

  .\32xl\:border-b-gray-200\/80 {
    border-bottom-color: rgb(229 231 235 / 0.8);
  }

  .\32xl\:border-b-gray-200\/85 {
    border-bottom-color: rgb(229 231 235 / 0.85);
  }

  .\32xl\:border-b-gray-200\/90 {
    border-bottom-color: rgb(229 231 235 / 0.9);
  }

  .\32xl\:border-b-gray-200\/95 {
    border-bottom-color: rgb(229 231 235 / 0.95);
  }

  .\32xl\:border-b-gray-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-300\/0 {
    border-bottom-color: rgb(209 213 219 / 0);
  }

  .\32xl\:border-b-gray-300\/10 {
    border-bottom-color: rgb(209 213 219 / 0.1);
  }

  .\32xl\:border-b-gray-300\/100 {
    border-bottom-color: rgb(209 213 219 / 1);
  }

  .\32xl\:border-b-gray-300\/15 {
    border-bottom-color: rgb(209 213 219 / 0.15);
  }

  .\32xl\:border-b-gray-300\/20 {
    border-bottom-color: rgb(209 213 219 / 0.2);
  }

  .\32xl\:border-b-gray-300\/25 {
    border-bottom-color: rgb(209 213 219 / 0.25);
  }

  .\32xl\:border-b-gray-300\/30 {
    border-bottom-color: rgb(209 213 219 / 0.3);
  }

  .\32xl\:border-b-gray-300\/35 {
    border-bottom-color: rgb(209 213 219 / 0.35);
  }

  .\32xl\:border-b-gray-300\/40 {
    border-bottom-color: rgb(209 213 219 / 0.4);
  }

  .\32xl\:border-b-gray-300\/45 {
    border-bottom-color: rgb(209 213 219 / 0.45);
  }

  .\32xl\:border-b-gray-300\/5 {
    border-bottom-color: rgb(209 213 219 / 0.05);
  }

  .\32xl\:border-b-gray-300\/50 {
    border-bottom-color: rgb(209 213 219 / 0.5);
  }

  .\32xl\:border-b-gray-300\/55 {
    border-bottom-color: rgb(209 213 219 / 0.55);
  }

  .\32xl\:border-b-gray-300\/60 {
    border-bottom-color: rgb(209 213 219 / 0.6);
  }

  .\32xl\:border-b-gray-300\/65 {
    border-bottom-color: rgb(209 213 219 / 0.65);
  }

  .\32xl\:border-b-gray-300\/70 {
    border-bottom-color: rgb(209 213 219 / 0.7);
  }

  .\32xl\:border-b-gray-300\/75 {
    border-bottom-color: rgb(209 213 219 / 0.75);
  }

  .\32xl\:border-b-gray-300\/80 {
    border-bottom-color: rgb(209 213 219 / 0.8);
  }

  .\32xl\:border-b-gray-300\/85 {
    border-bottom-color: rgb(209 213 219 / 0.85);
  }

  .\32xl\:border-b-gray-300\/90 {
    border-bottom-color: rgb(209 213 219 / 0.9);
  }

  .\32xl\:border-b-gray-300\/95 {
    border-bottom-color: rgb(209 213 219 / 0.95);
  }

  .\32xl\:border-b-gray-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-400\/0 {
    border-bottom-color: rgb(156 163 175 / 0);
  }

  .\32xl\:border-b-gray-400\/10 {
    border-bottom-color: rgb(156 163 175 / 0.1);
  }

  .\32xl\:border-b-gray-400\/100 {
    border-bottom-color: rgb(156 163 175 / 1);
  }

  .\32xl\:border-b-gray-400\/15 {
    border-bottom-color: rgb(156 163 175 / 0.15);
  }

  .\32xl\:border-b-gray-400\/20 {
    border-bottom-color: rgb(156 163 175 / 0.2);
  }

  .\32xl\:border-b-gray-400\/25 {
    border-bottom-color: rgb(156 163 175 / 0.25);
  }

  .\32xl\:border-b-gray-400\/30 {
    border-bottom-color: rgb(156 163 175 / 0.3);
  }

  .\32xl\:border-b-gray-400\/35 {
    border-bottom-color: rgb(156 163 175 / 0.35);
  }

  .\32xl\:border-b-gray-400\/40 {
    border-bottom-color: rgb(156 163 175 / 0.4);
  }

  .\32xl\:border-b-gray-400\/45 {
    border-bottom-color: rgb(156 163 175 / 0.45);
  }

  .\32xl\:border-b-gray-400\/5 {
    border-bottom-color: rgb(156 163 175 / 0.05);
  }

  .\32xl\:border-b-gray-400\/50 {
    border-bottom-color: rgb(156 163 175 / 0.5);
  }

  .\32xl\:border-b-gray-400\/55 {
    border-bottom-color: rgb(156 163 175 / 0.55);
  }

  .\32xl\:border-b-gray-400\/60 {
    border-bottom-color: rgb(156 163 175 / 0.6);
  }

  .\32xl\:border-b-gray-400\/65 {
    border-bottom-color: rgb(156 163 175 / 0.65);
  }

  .\32xl\:border-b-gray-400\/70 {
    border-bottom-color: rgb(156 163 175 / 0.7);
  }

  .\32xl\:border-b-gray-400\/75 {
    border-bottom-color: rgb(156 163 175 / 0.75);
  }

  .\32xl\:border-b-gray-400\/80 {
    border-bottom-color: rgb(156 163 175 / 0.8);
  }

  .\32xl\:border-b-gray-400\/85 {
    border-bottom-color: rgb(156 163 175 / 0.85);
  }

  .\32xl\:border-b-gray-400\/90 {
    border-bottom-color: rgb(156 163 175 / 0.9);
  }

  .\32xl\:border-b-gray-400\/95 {
    border-bottom-color: rgb(156 163 175 / 0.95);
  }

  .\32xl\:border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-50\/0 {
    border-bottom-color: rgb(249 250 251 / 0);
  }

  .\32xl\:border-b-gray-50\/10 {
    border-bottom-color: rgb(249 250 251 / 0.1);
  }

  .\32xl\:border-b-gray-50\/100 {
    border-bottom-color: rgb(249 250 251 / 1);
  }

  .\32xl\:border-b-gray-50\/15 {
    border-bottom-color: rgb(249 250 251 / 0.15);
  }

  .\32xl\:border-b-gray-50\/20 {
    border-bottom-color: rgb(249 250 251 / 0.2);
  }

  .\32xl\:border-b-gray-50\/25 {
    border-bottom-color: rgb(249 250 251 / 0.25);
  }

  .\32xl\:border-b-gray-50\/30 {
    border-bottom-color: rgb(249 250 251 / 0.3);
  }

  .\32xl\:border-b-gray-50\/35 {
    border-bottom-color: rgb(249 250 251 / 0.35);
  }

  .\32xl\:border-b-gray-50\/40 {
    border-bottom-color: rgb(249 250 251 / 0.4);
  }

  .\32xl\:border-b-gray-50\/45 {
    border-bottom-color: rgb(249 250 251 / 0.45);
  }

  .\32xl\:border-b-gray-50\/5 {
    border-bottom-color: rgb(249 250 251 / 0.05);
  }

  .\32xl\:border-b-gray-50\/50 {
    border-bottom-color: rgb(249 250 251 / 0.5);
  }

  .\32xl\:border-b-gray-50\/55 {
    border-bottom-color: rgb(249 250 251 / 0.55);
  }

  .\32xl\:border-b-gray-50\/60 {
    border-bottom-color: rgb(249 250 251 / 0.6);
  }

  .\32xl\:border-b-gray-50\/65 {
    border-bottom-color: rgb(249 250 251 / 0.65);
  }

  .\32xl\:border-b-gray-50\/70 {
    border-bottom-color: rgb(249 250 251 / 0.7);
  }

  .\32xl\:border-b-gray-50\/75 {
    border-bottom-color: rgb(249 250 251 / 0.75);
  }

  .\32xl\:border-b-gray-50\/80 {
    border-bottom-color: rgb(249 250 251 / 0.8);
  }

  .\32xl\:border-b-gray-50\/85 {
    border-bottom-color: rgb(249 250 251 / 0.85);
  }

  .\32xl\:border-b-gray-50\/90 {
    border-bottom-color: rgb(249 250 251 / 0.9);
  }

  .\32xl\:border-b-gray-50\/95 {
    border-bottom-color: rgb(249 250 251 / 0.95);
  }

  .\32xl\:border-b-gray-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-500\/0 {
    border-bottom-color: rgb(107 114 128 / 0);
  }

  .\32xl\:border-b-gray-500\/10 {
    border-bottom-color: rgb(107 114 128 / 0.1);
  }

  .\32xl\:border-b-gray-500\/100 {
    border-bottom-color: rgb(107 114 128 / 1);
  }

  .\32xl\:border-b-gray-500\/15 {
    border-bottom-color: rgb(107 114 128 / 0.15);
  }

  .\32xl\:border-b-gray-500\/20 {
    border-bottom-color: rgb(107 114 128 / 0.2);
  }

  .\32xl\:border-b-gray-500\/25 {
    border-bottom-color: rgb(107 114 128 / 0.25);
  }

  .\32xl\:border-b-gray-500\/30 {
    border-bottom-color: rgb(107 114 128 / 0.3);
  }

  .\32xl\:border-b-gray-500\/35 {
    border-bottom-color: rgb(107 114 128 / 0.35);
  }

  .\32xl\:border-b-gray-500\/40 {
    border-bottom-color: rgb(107 114 128 / 0.4);
  }

  .\32xl\:border-b-gray-500\/45 {
    border-bottom-color: rgb(107 114 128 / 0.45);
  }

  .\32xl\:border-b-gray-500\/5 {
    border-bottom-color: rgb(107 114 128 / 0.05);
  }

  .\32xl\:border-b-gray-500\/50 {
    border-bottom-color: rgb(107 114 128 / 0.5);
  }

  .\32xl\:border-b-gray-500\/55 {
    border-bottom-color: rgb(107 114 128 / 0.55);
  }

  .\32xl\:border-b-gray-500\/60 {
    border-bottom-color: rgb(107 114 128 / 0.6);
  }

  .\32xl\:border-b-gray-500\/65 {
    border-bottom-color: rgb(107 114 128 / 0.65);
  }

  .\32xl\:border-b-gray-500\/70 {
    border-bottom-color: rgb(107 114 128 / 0.7);
  }

  .\32xl\:border-b-gray-500\/75 {
    border-bottom-color: rgb(107 114 128 / 0.75);
  }

  .\32xl\:border-b-gray-500\/80 {
    border-bottom-color: rgb(107 114 128 / 0.8);
  }

  .\32xl\:border-b-gray-500\/85 {
    border-bottom-color: rgb(107 114 128 / 0.85);
  }

  .\32xl\:border-b-gray-500\/90 {
    border-bottom-color: rgb(107 114 128 / 0.9);
  }

  .\32xl\:border-b-gray-500\/95 {
    border-bottom-color: rgb(107 114 128 / 0.95);
  }

  .\32xl\:border-b-gray-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-600\/0 {
    border-bottom-color: rgb(75 85 99 / 0);
  }

  .\32xl\:border-b-gray-600\/10 {
    border-bottom-color: rgb(75 85 99 / 0.1);
  }

  .\32xl\:border-b-gray-600\/100 {
    border-bottom-color: rgb(75 85 99 / 1);
  }

  .\32xl\:border-b-gray-600\/15 {
    border-bottom-color: rgb(75 85 99 / 0.15);
  }

  .\32xl\:border-b-gray-600\/20 {
    border-bottom-color: rgb(75 85 99 / 0.2);
  }

  .\32xl\:border-b-gray-600\/25 {
    border-bottom-color: rgb(75 85 99 / 0.25);
  }

  .\32xl\:border-b-gray-600\/30 {
    border-bottom-color: rgb(75 85 99 / 0.3);
  }

  .\32xl\:border-b-gray-600\/35 {
    border-bottom-color: rgb(75 85 99 / 0.35);
  }

  .\32xl\:border-b-gray-600\/40 {
    border-bottom-color: rgb(75 85 99 / 0.4);
  }

  .\32xl\:border-b-gray-600\/45 {
    border-bottom-color: rgb(75 85 99 / 0.45);
  }

  .\32xl\:border-b-gray-600\/5 {
    border-bottom-color: rgb(75 85 99 / 0.05);
  }

  .\32xl\:border-b-gray-600\/50 {
    border-bottom-color: rgb(75 85 99 / 0.5);
  }

  .\32xl\:border-b-gray-600\/55 {
    border-bottom-color: rgb(75 85 99 / 0.55);
  }

  .\32xl\:border-b-gray-600\/60 {
    border-bottom-color: rgb(75 85 99 / 0.6);
  }

  .\32xl\:border-b-gray-600\/65 {
    border-bottom-color: rgb(75 85 99 / 0.65);
  }

  .\32xl\:border-b-gray-600\/70 {
    border-bottom-color: rgb(75 85 99 / 0.7);
  }

  .\32xl\:border-b-gray-600\/75 {
    border-bottom-color: rgb(75 85 99 / 0.75);
  }

  .\32xl\:border-b-gray-600\/80 {
    border-bottom-color: rgb(75 85 99 / 0.8);
  }

  .\32xl\:border-b-gray-600\/85 {
    border-bottom-color: rgb(75 85 99 / 0.85);
  }

  .\32xl\:border-b-gray-600\/90 {
    border-bottom-color: rgb(75 85 99 / 0.9);
  }

  .\32xl\:border-b-gray-600\/95 {
    border-bottom-color: rgb(75 85 99 / 0.95);
  }

  .\32xl\:border-b-gray-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-700\/0 {
    border-bottom-color: rgb(55 65 81 / 0);
  }

  .\32xl\:border-b-gray-700\/10 {
    border-bottom-color: rgb(55 65 81 / 0.1);
  }

  .\32xl\:border-b-gray-700\/100 {
    border-bottom-color: rgb(55 65 81 / 1);
  }

  .\32xl\:border-b-gray-700\/15 {
    border-bottom-color: rgb(55 65 81 / 0.15);
  }

  .\32xl\:border-b-gray-700\/20 {
    border-bottom-color: rgb(55 65 81 / 0.2);
  }

  .\32xl\:border-b-gray-700\/25 {
    border-bottom-color: rgb(55 65 81 / 0.25);
  }

  .\32xl\:border-b-gray-700\/30 {
    border-bottom-color: rgb(55 65 81 / 0.3);
  }

  .\32xl\:border-b-gray-700\/35 {
    border-bottom-color: rgb(55 65 81 / 0.35);
  }

  .\32xl\:border-b-gray-700\/40 {
    border-bottom-color: rgb(55 65 81 / 0.4);
  }

  .\32xl\:border-b-gray-700\/45 {
    border-bottom-color: rgb(55 65 81 / 0.45);
  }

  .\32xl\:border-b-gray-700\/5 {
    border-bottom-color: rgb(55 65 81 / 0.05);
  }

  .\32xl\:border-b-gray-700\/50 {
    border-bottom-color: rgb(55 65 81 / 0.5);
  }

  .\32xl\:border-b-gray-700\/55 {
    border-bottom-color: rgb(55 65 81 / 0.55);
  }

  .\32xl\:border-b-gray-700\/60 {
    border-bottom-color: rgb(55 65 81 / 0.6);
  }

  .\32xl\:border-b-gray-700\/65 {
    border-bottom-color: rgb(55 65 81 / 0.65);
  }

  .\32xl\:border-b-gray-700\/70 {
    border-bottom-color: rgb(55 65 81 / 0.7);
  }

  .\32xl\:border-b-gray-700\/75 {
    border-bottom-color: rgb(55 65 81 / 0.75);
  }

  .\32xl\:border-b-gray-700\/80 {
    border-bottom-color: rgb(55 65 81 / 0.8);
  }

  .\32xl\:border-b-gray-700\/85 {
    border-bottom-color: rgb(55 65 81 / 0.85);
  }

  .\32xl\:border-b-gray-700\/90 {
    border-bottom-color: rgb(55 65 81 / 0.9);
  }

  .\32xl\:border-b-gray-700\/95 {
    border-bottom-color: rgb(55 65 81 / 0.95);
  }

  .\32xl\:border-b-gray-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-800\/0 {
    border-bottom-color: rgb(31 41 55 / 0);
  }

  .\32xl\:border-b-gray-800\/10 {
    border-bottom-color: rgb(31 41 55 / 0.1);
  }

  .\32xl\:border-b-gray-800\/100 {
    border-bottom-color: rgb(31 41 55 / 1);
  }

  .\32xl\:border-b-gray-800\/15 {
    border-bottom-color: rgb(31 41 55 / 0.15);
  }

  .\32xl\:border-b-gray-800\/20 {
    border-bottom-color: rgb(31 41 55 / 0.2);
  }

  .\32xl\:border-b-gray-800\/25 {
    border-bottom-color: rgb(31 41 55 / 0.25);
  }

  .\32xl\:border-b-gray-800\/30 {
    border-bottom-color: rgb(31 41 55 / 0.3);
  }

  .\32xl\:border-b-gray-800\/35 {
    border-bottom-color: rgb(31 41 55 / 0.35);
  }

  .\32xl\:border-b-gray-800\/40 {
    border-bottom-color: rgb(31 41 55 / 0.4);
  }

  .\32xl\:border-b-gray-800\/45 {
    border-bottom-color: rgb(31 41 55 / 0.45);
  }

  .\32xl\:border-b-gray-800\/5 {
    border-bottom-color: rgb(31 41 55 / 0.05);
  }

  .\32xl\:border-b-gray-800\/50 {
    border-bottom-color: rgb(31 41 55 / 0.5);
  }

  .\32xl\:border-b-gray-800\/55 {
    border-bottom-color: rgb(31 41 55 / 0.55);
  }

  .\32xl\:border-b-gray-800\/60 {
    border-bottom-color: rgb(31 41 55 / 0.6);
  }

  .\32xl\:border-b-gray-800\/65 {
    border-bottom-color: rgb(31 41 55 / 0.65);
  }

  .\32xl\:border-b-gray-800\/70 {
    border-bottom-color: rgb(31 41 55 / 0.7);
  }

  .\32xl\:border-b-gray-800\/75 {
    border-bottom-color: rgb(31 41 55 / 0.75);
  }

  .\32xl\:border-b-gray-800\/80 {
    border-bottom-color: rgb(31 41 55 / 0.8);
  }

  .\32xl\:border-b-gray-800\/85 {
    border-bottom-color: rgb(31 41 55 / 0.85);
  }

  .\32xl\:border-b-gray-800\/90 {
    border-bottom-color: rgb(31 41 55 / 0.9);
  }

  .\32xl\:border-b-gray-800\/95 {
    border-bottom-color: rgb(31 41 55 / 0.95);
  }

  .\32xl\:border-b-gray-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-900\/0 {
    border-bottom-color: rgb(17 24 39 / 0);
  }

  .\32xl\:border-b-gray-900\/10 {
    border-bottom-color: rgb(17 24 39 / 0.1);
  }

  .\32xl\:border-b-gray-900\/100 {
    border-bottom-color: rgb(17 24 39 / 1);
  }

  .\32xl\:border-b-gray-900\/15 {
    border-bottom-color: rgb(17 24 39 / 0.15);
  }

  .\32xl\:border-b-gray-900\/20 {
    border-bottom-color: rgb(17 24 39 / 0.2);
  }

  .\32xl\:border-b-gray-900\/25 {
    border-bottom-color: rgb(17 24 39 / 0.25);
  }

  .\32xl\:border-b-gray-900\/30 {
    border-bottom-color: rgb(17 24 39 / 0.3);
  }

  .\32xl\:border-b-gray-900\/35 {
    border-bottom-color: rgb(17 24 39 / 0.35);
  }

  .\32xl\:border-b-gray-900\/40 {
    border-bottom-color: rgb(17 24 39 / 0.4);
  }

  .\32xl\:border-b-gray-900\/45 {
    border-bottom-color: rgb(17 24 39 / 0.45);
  }

  .\32xl\:border-b-gray-900\/5 {
    border-bottom-color: rgb(17 24 39 / 0.05);
  }

  .\32xl\:border-b-gray-900\/50 {
    border-bottom-color: rgb(17 24 39 / 0.5);
  }

  .\32xl\:border-b-gray-900\/55 {
    border-bottom-color: rgb(17 24 39 / 0.55);
  }

  .\32xl\:border-b-gray-900\/60 {
    border-bottom-color: rgb(17 24 39 / 0.6);
  }

  .\32xl\:border-b-gray-900\/65 {
    border-bottom-color: rgb(17 24 39 / 0.65);
  }

  .\32xl\:border-b-gray-900\/70 {
    border-bottom-color: rgb(17 24 39 / 0.7);
  }

  .\32xl\:border-b-gray-900\/75 {
    border-bottom-color: rgb(17 24 39 / 0.75);
  }

  .\32xl\:border-b-gray-900\/80 {
    border-bottom-color: rgb(17 24 39 / 0.8);
  }

  .\32xl\:border-b-gray-900\/85 {
    border-bottom-color: rgb(17 24 39 / 0.85);
  }

  .\32xl\:border-b-gray-900\/90 {
    border-bottom-color: rgb(17 24 39 / 0.9);
  }

  .\32xl\:border-b-gray-900\/95 {
    border-bottom-color: rgb(17 24 39 / 0.95);
  }

  .\32xl\:border-b-gray-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-gray-950\/0 {
    border-bottom-color: rgb(3 7 18 / 0);
  }

  .\32xl\:border-b-gray-950\/10 {
    border-bottom-color: rgb(3 7 18 / 0.1);
  }

  .\32xl\:border-b-gray-950\/100 {
    border-bottom-color: rgb(3 7 18 / 1);
  }

  .\32xl\:border-b-gray-950\/15 {
    border-bottom-color: rgb(3 7 18 / 0.15);
  }

  .\32xl\:border-b-gray-950\/20 {
    border-bottom-color: rgb(3 7 18 / 0.2);
  }

  .\32xl\:border-b-gray-950\/25 {
    border-bottom-color: rgb(3 7 18 / 0.25);
  }

  .\32xl\:border-b-gray-950\/30 {
    border-bottom-color: rgb(3 7 18 / 0.3);
  }

  .\32xl\:border-b-gray-950\/35 {
    border-bottom-color: rgb(3 7 18 / 0.35);
  }

  .\32xl\:border-b-gray-950\/40 {
    border-bottom-color: rgb(3 7 18 / 0.4);
  }

  .\32xl\:border-b-gray-950\/45 {
    border-bottom-color: rgb(3 7 18 / 0.45);
  }

  .\32xl\:border-b-gray-950\/5 {
    border-bottom-color: rgb(3 7 18 / 0.05);
  }

  .\32xl\:border-b-gray-950\/50 {
    border-bottom-color: rgb(3 7 18 / 0.5);
  }

  .\32xl\:border-b-gray-950\/55 {
    border-bottom-color: rgb(3 7 18 / 0.55);
  }

  .\32xl\:border-b-gray-950\/60 {
    border-bottom-color: rgb(3 7 18 / 0.6);
  }

  .\32xl\:border-b-gray-950\/65 {
    border-bottom-color: rgb(3 7 18 / 0.65);
  }

  .\32xl\:border-b-gray-950\/70 {
    border-bottom-color: rgb(3 7 18 / 0.7);
  }

  .\32xl\:border-b-gray-950\/75 {
    border-bottom-color: rgb(3 7 18 / 0.75);
  }

  .\32xl\:border-b-gray-950\/80 {
    border-bottom-color: rgb(3 7 18 / 0.8);
  }

  .\32xl\:border-b-gray-950\/85 {
    border-bottom-color: rgb(3 7 18 / 0.85);
  }

  .\32xl\:border-b-gray-950\/90 {
    border-bottom-color: rgb(3 7 18 / 0.9);
  }

  .\32xl\:border-b-gray-950\/95 {
    border-bottom-color: rgb(3 7 18 / 0.95);
  }

  .\32xl\:border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-100\/0 {
    border-bottom-color: rgb(220 252 231 / 0);
  }

  .\32xl\:border-b-green-100\/10 {
    border-bottom-color: rgb(220 252 231 / 0.1);
  }

  .\32xl\:border-b-green-100\/100 {
    border-bottom-color: rgb(220 252 231 / 1);
  }

  .\32xl\:border-b-green-100\/15 {
    border-bottom-color: rgb(220 252 231 / 0.15);
  }

  .\32xl\:border-b-green-100\/20 {
    border-bottom-color: rgb(220 252 231 / 0.2);
  }

  .\32xl\:border-b-green-100\/25 {
    border-bottom-color: rgb(220 252 231 / 0.25);
  }

  .\32xl\:border-b-green-100\/30 {
    border-bottom-color: rgb(220 252 231 / 0.3);
  }

  .\32xl\:border-b-green-100\/35 {
    border-bottom-color: rgb(220 252 231 / 0.35);
  }

  .\32xl\:border-b-green-100\/40 {
    border-bottom-color: rgb(220 252 231 / 0.4);
  }

  .\32xl\:border-b-green-100\/45 {
    border-bottom-color: rgb(220 252 231 / 0.45);
  }

  .\32xl\:border-b-green-100\/5 {
    border-bottom-color: rgb(220 252 231 / 0.05);
  }

  .\32xl\:border-b-green-100\/50 {
    border-bottom-color: rgb(220 252 231 / 0.5);
  }

  .\32xl\:border-b-green-100\/55 {
    border-bottom-color: rgb(220 252 231 / 0.55);
  }

  .\32xl\:border-b-green-100\/60 {
    border-bottom-color: rgb(220 252 231 / 0.6);
  }

  .\32xl\:border-b-green-100\/65 {
    border-bottom-color: rgb(220 252 231 / 0.65);
  }

  .\32xl\:border-b-green-100\/70 {
    border-bottom-color: rgb(220 252 231 / 0.7);
  }

  .\32xl\:border-b-green-100\/75 {
    border-bottom-color: rgb(220 252 231 / 0.75);
  }

  .\32xl\:border-b-green-100\/80 {
    border-bottom-color: rgb(220 252 231 / 0.8);
  }

  .\32xl\:border-b-green-100\/85 {
    border-bottom-color: rgb(220 252 231 / 0.85);
  }

  .\32xl\:border-b-green-100\/90 {
    border-bottom-color: rgb(220 252 231 / 0.9);
  }

  .\32xl\:border-b-green-100\/95 {
    border-bottom-color: rgb(220 252 231 / 0.95);
  }

  .\32xl\:border-b-green-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-200\/0 {
    border-bottom-color: rgb(187 247 208 / 0);
  }

  .\32xl\:border-b-green-200\/10 {
    border-bottom-color: rgb(187 247 208 / 0.1);
  }

  .\32xl\:border-b-green-200\/100 {
    border-bottom-color: rgb(187 247 208 / 1);
  }

  .\32xl\:border-b-green-200\/15 {
    border-bottom-color: rgb(187 247 208 / 0.15);
  }

  .\32xl\:border-b-green-200\/20 {
    border-bottom-color: rgb(187 247 208 / 0.2);
  }

  .\32xl\:border-b-green-200\/25 {
    border-bottom-color: rgb(187 247 208 / 0.25);
  }

  .\32xl\:border-b-green-200\/30 {
    border-bottom-color: rgb(187 247 208 / 0.3);
  }

  .\32xl\:border-b-green-200\/35 {
    border-bottom-color: rgb(187 247 208 / 0.35);
  }

  .\32xl\:border-b-green-200\/40 {
    border-bottom-color: rgb(187 247 208 / 0.4);
  }

  .\32xl\:border-b-green-200\/45 {
    border-bottom-color: rgb(187 247 208 / 0.45);
  }

  .\32xl\:border-b-green-200\/5 {
    border-bottom-color: rgb(187 247 208 / 0.05);
  }

  .\32xl\:border-b-green-200\/50 {
    border-bottom-color: rgb(187 247 208 / 0.5);
  }

  .\32xl\:border-b-green-200\/55 {
    border-bottom-color: rgb(187 247 208 / 0.55);
  }

  .\32xl\:border-b-green-200\/60 {
    border-bottom-color: rgb(187 247 208 / 0.6);
  }

  .\32xl\:border-b-green-200\/65 {
    border-bottom-color: rgb(187 247 208 / 0.65);
  }

  .\32xl\:border-b-green-200\/70 {
    border-bottom-color: rgb(187 247 208 / 0.7);
  }

  .\32xl\:border-b-green-200\/75 {
    border-bottom-color: rgb(187 247 208 / 0.75);
  }

  .\32xl\:border-b-green-200\/80 {
    border-bottom-color: rgb(187 247 208 / 0.8);
  }

  .\32xl\:border-b-green-200\/85 {
    border-bottom-color: rgb(187 247 208 / 0.85);
  }

  .\32xl\:border-b-green-200\/90 {
    border-bottom-color: rgb(187 247 208 / 0.9);
  }

  .\32xl\:border-b-green-200\/95 {
    border-bottom-color: rgb(187 247 208 / 0.95);
  }

  .\32xl\:border-b-green-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-300\/0 {
    border-bottom-color: rgb(134 239 172 / 0);
  }

  .\32xl\:border-b-green-300\/10 {
    border-bottom-color: rgb(134 239 172 / 0.1);
  }

  .\32xl\:border-b-green-300\/100 {
    border-bottom-color: rgb(134 239 172 / 1);
  }

  .\32xl\:border-b-green-300\/15 {
    border-bottom-color: rgb(134 239 172 / 0.15);
  }

  .\32xl\:border-b-green-300\/20 {
    border-bottom-color: rgb(134 239 172 / 0.2);
  }

  .\32xl\:border-b-green-300\/25 {
    border-bottom-color: rgb(134 239 172 / 0.25);
  }

  .\32xl\:border-b-green-300\/30 {
    border-bottom-color: rgb(134 239 172 / 0.3);
  }

  .\32xl\:border-b-green-300\/35 {
    border-bottom-color: rgb(134 239 172 / 0.35);
  }

  .\32xl\:border-b-green-300\/40 {
    border-bottom-color: rgb(134 239 172 / 0.4);
  }

  .\32xl\:border-b-green-300\/45 {
    border-bottom-color: rgb(134 239 172 / 0.45);
  }

  .\32xl\:border-b-green-300\/5 {
    border-bottom-color: rgb(134 239 172 / 0.05);
  }

  .\32xl\:border-b-green-300\/50 {
    border-bottom-color: rgb(134 239 172 / 0.5);
  }

  .\32xl\:border-b-green-300\/55 {
    border-bottom-color: rgb(134 239 172 / 0.55);
  }

  .\32xl\:border-b-green-300\/60 {
    border-bottom-color: rgb(134 239 172 / 0.6);
  }

  .\32xl\:border-b-green-300\/65 {
    border-bottom-color: rgb(134 239 172 / 0.65);
  }

  .\32xl\:border-b-green-300\/70 {
    border-bottom-color: rgb(134 239 172 / 0.7);
  }

  .\32xl\:border-b-green-300\/75 {
    border-bottom-color: rgb(134 239 172 / 0.75);
  }

  .\32xl\:border-b-green-300\/80 {
    border-bottom-color: rgb(134 239 172 / 0.8);
  }

  .\32xl\:border-b-green-300\/85 {
    border-bottom-color: rgb(134 239 172 / 0.85);
  }

  .\32xl\:border-b-green-300\/90 {
    border-bottom-color: rgb(134 239 172 / 0.9);
  }

  .\32xl\:border-b-green-300\/95 {
    border-bottom-color: rgb(134 239 172 / 0.95);
  }

  .\32xl\:border-b-green-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-400\/0 {
    border-bottom-color: rgb(74 222 128 / 0);
  }

  .\32xl\:border-b-green-400\/10 {
    border-bottom-color: rgb(74 222 128 / 0.1);
  }

  .\32xl\:border-b-green-400\/100 {
    border-bottom-color: rgb(74 222 128 / 1);
  }

  .\32xl\:border-b-green-400\/15 {
    border-bottom-color: rgb(74 222 128 / 0.15);
  }

  .\32xl\:border-b-green-400\/20 {
    border-bottom-color: rgb(74 222 128 / 0.2);
  }

  .\32xl\:border-b-green-400\/25 {
    border-bottom-color: rgb(74 222 128 / 0.25);
  }

  .\32xl\:border-b-green-400\/30 {
    border-bottom-color: rgb(74 222 128 / 0.3);
  }

  .\32xl\:border-b-green-400\/35 {
    border-bottom-color: rgb(74 222 128 / 0.35);
  }

  .\32xl\:border-b-green-400\/40 {
    border-bottom-color: rgb(74 222 128 / 0.4);
  }

  .\32xl\:border-b-green-400\/45 {
    border-bottom-color: rgb(74 222 128 / 0.45);
  }

  .\32xl\:border-b-green-400\/5 {
    border-bottom-color: rgb(74 222 128 / 0.05);
  }

  .\32xl\:border-b-green-400\/50 {
    border-bottom-color: rgb(74 222 128 / 0.5);
  }

  .\32xl\:border-b-green-400\/55 {
    border-bottom-color: rgb(74 222 128 / 0.55);
  }

  .\32xl\:border-b-green-400\/60 {
    border-bottom-color: rgb(74 222 128 / 0.6);
  }

  .\32xl\:border-b-green-400\/65 {
    border-bottom-color: rgb(74 222 128 / 0.65);
  }

  .\32xl\:border-b-green-400\/70 {
    border-bottom-color: rgb(74 222 128 / 0.7);
  }

  .\32xl\:border-b-green-400\/75 {
    border-bottom-color: rgb(74 222 128 / 0.75);
  }

  .\32xl\:border-b-green-400\/80 {
    border-bottom-color: rgb(74 222 128 / 0.8);
  }

  .\32xl\:border-b-green-400\/85 {
    border-bottom-color: rgb(74 222 128 / 0.85);
  }

  .\32xl\:border-b-green-400\/90 {
    border-bottom-color: rgb(74 222 128 / 0.9);
  }

  .\32xl\:border-b-green-400\/95 {
    border-bottom-color: rgb(74 222 128 / 0.95);
  }

  .\32xl\:border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-50\/0 {
    border-bottom-color: rgb(240 253 244 / 0);
  }

  .\32xl\:border-b-green-50\/10 {
    border-bottom-color: rgb(240 253 244 / 0.1);
  }

  .\32xl\:border-b-green-50\/100 {
    border-bottom-color: rgb(240 253 244 / 1);
  }

  .\32xl\:border-b-green-50\/15 {
    border-bottom-color: rgb(240 253 244 / 0.15);
  }

  .\32xl\:border-b-green-50\/20 {
    border-bottom-color: rgb(240 253 244 / 0.2);
  }

  .\32xl\:border-b-green-50\/25 {
    border-bottom-color: rgb(240 253 244 / 0.25);
  }

  .\32xl\:border-b-green-50\/30 {
    border-bottom-color: rgb(240 253 244 / 0.3);
  }

  .\32xl\:border-b-green-50\/35 {
    border-bottom-color: rgb(240 253 244 / 0.35);
  }

  .\32xl\:border-b-green-50\/40 {
    border-bottom-color: rgb(240 253 244 / 0.4);
  }

  .\32xl\:border-b-green-50\/45 {
    border-bottom-color: rgb(240 253 244 / 0.45);
  }

  .\32xl\:border-b-green-50\/5 {
    border-bottom-color: rgb(240 253 244 / 0.05);
  }

  .\32xl\:border-b-green-50\/50 {
    border-bottom-color: rgb(240 253 244 / 0.5);
  }

  .\32xl\:border-b-green-50\/55 {
    border-bottom-color: rgb(240 253 244 / 0.55);
  }

  .\32xl\:border-b-green-50\/60 {
    border-bottom-color: rgb(240 253 244 / 0.6);
  }

  .\32xl\:border-b-green-50\/65 {
    border-bottom-color: rgb(240 253 244 / 0.65);
  }

  .\32xl\:border-b-green-50\/70 {
    border-bottom-color: rgb(240 253 244 / 0.7);
  }

  .\32xl\:border-b-green-50\/75 {
    border-bottom-color: rgb(240 253 244 / 0.75);
  }

  .\32xl\:border-b-green-50\/80 {
    border-bottom-color: rgb(240 253 244 / 0.8);
  }

  .\32xl\:border-b-green-50\/85 {
    border-bottom-color: rgb(240 253 244 / 0.85);
  }

  .\32xl\:border-b-green-50\/90 {
    border-bottom-color: rgb(240 253 244 / 0.9);
  }

  .\32xl\:border-b-green-50\/95 {
    border-bottom-color: rgb(240 253 244 / 0.95);
  }

  .\32xl\:border-b-green-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-500\/0 {
    border-bottom-color: rgb(34 197 94 / 0);
  }

  .\32xl\:border-b-green-500\/10 {
    border-bottom-color: rgb(34 197 94 / 0.1);
  }

  .\32xl\:border-b-green-500\/100 {
    border-bottom-color: rgb(34 197 94 / 1);
  }

  .\32xl\:border-b-green-500\/15 {
    border-bottom-color: rgb(34 197 94 / 0.15);
  }

  .\32xl\:border-b-green-500\/20 {
    border-bottom-color: rgb(34 197 94 / 0.2);
  }

  .\32xl\:border-b-green-500\/25 {
    border-bottom-color: rgb(34 197 94 / 0.25);
  }

  .\32xl\:border-b-green-500\/30 {
    border-bottom-color: rgb(34 197 94 / 0.3);
  }

  .\32xl\:border-b-green-500\/35 {
    border-bottom-color: rgb(34 197 94 / 0.35);
  }

  .\32xl\:border-b-green-500\/40 {
    border-bottom-color: rgb(34 197 94 / 0.4);
  }

  .\32xl\:border-b-green-500\/45 {
    border-bottom-color: rgb(34 197 94 / 0.45);
  }

  .\32xl\:border-b-green-500\/5 {
    border-bottom-color: rgb(34 197 94 / 0.05);
  }

  .\32xl\:border-b-green-500\/50 {
    border-bottom-color: rgb(34 197 94 / 0.5);
  }

  .\32xl\:border-b-green-500\/55 {
    border-bottom-color: rgb(34 197 94 / 0.55);
  }

  .\32xl\:border-b-green-500\/60 {
    border-bottom-color: rgb(34 197 94 / 0.6);
  }

  .\32xl\:border-b-green-500\/65 {
    border-bottom-color: rgb(34 197 94 / 0.65);
  }

  .\32xl\:border-b-green-500\/70 {
    border-bottom-color: rgb(34 197 94 / 0.7);
  }

  .\32xl\:border-b-green-500\/75 {
    border-bottom-color: rgb(34 197 94 / 0.75);
  }

  .\32xl\:border-b-green-500\/80 {
    border-bottom-color: rgb(34 197 94 / 0.8);
  }

  .\32xl\:border-b-green-500\/85 {
    border-bottom-color: rgb(34 197 94 / 0.85);
  }

  .\32xl\:border-b-green-500\/90 {
    border-bottom-color: rgb(34 197 94 / 0.9);
  }

  .\32xl\:border-b-green-500\/95 {
    border-bottom-color: rgb(34 197 94 / 0.95);
  }

  .\32xl\:border-b-green-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-600\/0 {
    border-bottom-color: rgb(22 163 74 / 0);
  }

  .\32xl\:border-b-green-600\/10 {
    border-bottom-color: rgb(22 163 74 / 0.1);
  }

  .\32xl\:border-b-green-600\/100 {
    border-bottom-color: rgb(22 163 74 / 1);
  }

  .\32xl\:border-b-green-600\/15 {
    border-bottom-color: rgb(22 163 74 / 0.15);
  }

  .\32xl\:border-b-green-600\/20 {
    border-bottom-color: rgb(22 163 74 / 0.2);
  }

  .\32xl\:border-b-green-600\/25 {
    border-bottom-color: rgb(22 163 74 / 0.25);
  }

  .\32xl\:border-b-green-600\/30 {
    border-bottom-color: rgb(22 163 74 / 0.3);
  }

  .\32xl\:border-b-green-600\/35 {
    border-bottom-color: rgb(22 163 74 / 0.35);
  }

  .\32xl\:border-b-green-600\/40 {
    border-bottom-color: rgb(22 163 74 / 0.4);
  }

  .\32xl\:border-b-green-600\/45 {
    border-bottom-color: rgb(22 163 74 / 0.45);
  }

  .\32xl\:border-b-green-600\/5 {
    border-bottom-color: rgb(22 163 74 / 0.05);
  }

  .\32xl\:border-b-green-600\/50 {
    border-bottom-color: rgb(22 163 74 / 0.5);
  }

  .\32xl\:border-b-green-600\/55 {
    border-bottom-color: rgb(22 163 74 / 0.55);
  }

  .\32xl\:border-b-green-600\/60 {
    border-bottom-color: rgb(22 163 74 / 0.6);
  }

  .\32xl\:border-b-green-600\/65 {
    border-bottom-color: rgb(22 163 74 / 0.65);
  }

  .\32xl\:border-b-green-600\/70 {
    border-bottom-color: rgb(22 163 74 / 0.7);
  }

  .\32xl\:border-b-green-600\/75 {
    border-bottom-color: rgb(22 163 74 / 0.75);
  }

  .\32xl\:border-b-green-600\/80 {
    border-bottom-color: rgb(22 163 74 / 0.8);
  }

  .\32xl\:border-b-green-600\/85 {
    border-bottom-color: rgb(22 163 74 / 0.85);
  }

  .\32xl\:border-b-green-600\/90 {
    border-bottom-color: rgb(22 163 74 / 0.9);
  }

  .\32xl\:border-b-green-600\/95 {
    border-bottom-color: rgb(22 163 74 / 0.95);
  }

  .\32xl\:border-b-green-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-700\/0 {
    border-bottom-color: rgb(21 128 61 / 0);
  }

  .\32xl\:border-b-green-700\/10 {
    border-bottom-color: rgb(21 128 61 / 0.1);
  }

  .\32xl\:border-b-green-700\/100 {
    border-bottom-color: rgb(21 128 61 / 1);
  }

  .\32xl\:border-b-green-700\/15 {
    border-bottom-color: rgb(21 128 61 / 0.15);
  }

  .\32xl\:border-b-green-700\/20 {
    border-bottom-color: rgb(21 128 61 / 0.2);
  }

  .\32xl\:border-b-green-700\/25 {
    border-bottom-color: rgb(21 128 61 / 0.25);
  }

  .\32xl\:border-b-green-700\/30 {
    border-bottom-color: rgb(21 128 61 / 0.3);
  }

  .\32xl\:border-b-green-700\/35 {
    border-bottom-color: rgb(21 128 61 / 0.35);
  }

  .\32xl\:border-b-green-700\/40 {
    border-bottom-color: rgb(21 128 61 / 0.4);
  }

  .\32xl\:border-b-green-700\/45 {
    border-bottom-color: rgb(21 128 61 / 0.45);
  }

  .\32xl\:border-b-green-700\/5 {
    border-bottom-color: rgb(21 128 61 / 0.05);
  }

  .\32xl\:border-b-green-700\/50 {
    border-bottom-color: rgb(21 128 61 / 0.5);
  }

  .\32xl\:border-b-green-700\/55 {
    border-bottom-color: rgb(21 128 61 / 0.55);
  }

  .\32xl\:border-b-green-700\/60 {
    border-bottom-color: rgb(21 128 61 / 0.6);
  }

  .\32xl\:border-b-green-700\/65 {
    border-bottom-color: rgb(21 128 61 / 0.65);
  }

  .\32xl\:border-b-green-700\/70 {
    border-bottom-color: rgb(21 128 61 / 0.7);
  }

  .\32xl\:border-b-green-700\/75 {
    border-bottom-color: rgb(21 128 61 / 0.75);
  }

  .\32xl\:border-b-green-700\/80 {
    border-bottom-color: rgb(21 128 61 / 0.8);
  }

  .\32xl\:border-b-green-700\/85 {
    border-bottom-color: rgb(21 128 61 / 0.85);
  }

  .\32xl\:border-b-green-700\/90 {
    border-bottom-color: rgb(21 128 61 / 0.9);
  }

  .\32xl\:border-b-green-700\/95 {
    border-bottom-color: rgb(21 128 61 / 0.95);
  }

  .\32xl\:border-b-green-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-800\/0 {
    border-bottom-color: rgb(22 101 52 / 0);
  }

  .\32xl\:border-b-green-800\/10 {
    border-bottom-color: rgb(22 101 52 / 0.1);
  }

  .\32xl\:border-b-green-800\/100 {
    border-bottom-color: rgb(22 101 52 / 1);
  }

  .\32xl\:border-b-green-800\/15 {
    border-bottom-color: rgb(22 101 52 / 0.15);
  }

  .\32xl\:border-b-green-800\/20 {
    border-bottom-color: rgb(22 101 52 / 0.2);
  }

  .\32xl\:border-b-green-800\/25 {
    border-bottom-color: rgb(22 101 52 / 0.25);
  }

  .\32xl\:border-b-green-800\/30 {
    border-bottom-color: rgb(22 101 52 / 0.3);
  }

  .\32xl\:border-b-green-800\/35 {
    border-bottom-color: rgb(22 101 52 / 0.35);
  }

  .\32xl\:border-b-green-800\/40 {
    border-bottom-color: rgb(22 101 52 / 0.4);
  }

  .\32xl\:border-b-green-800\/45 {
    border-bottom-color: rgb(22 101 52 / 0.45);
  }

  .\32xl\:border-b-green-800\/5 {
    border-bottom-color: rgb(22 101 52 / 0.05);
  }

  .\32xl\:border-b-green-800\/50 {
    border-bottom-color: rgb(22 101 52 / 0.5);
  }

  .\32xl\:border-b-green-800\/55 {
    border-bottom-color: rgb(22 101 52 / 0.55);
  }

  .\32xl\:border-b-green-800\/60 {
    border-bottom-color: rgb(22 101 52 / 0.6);
  }

  .\32xl\:border-b-green-800\/65 {
    border-bottom-color: rgb(22 101 52 / 0.65);
  }

  .\32xl\:border-b-green-800\/70 {
    border-bottom-color: rgb(22 101 52 / 0.7);
  }

  .\32xl\:border-b-green-800\/75 {
    border-bottom-color: rgb(22 101 52 / 0.75);
  }

  .\32xl\:border-b-green-800\/80 {
    border-bottom-color: rgb(22 101 52 / 0.8);
  }

  .\32xl\:border-b-green-800\/85 {
    border-bottom-color: rgb(22 101 52 / 0.85);
  }

  .\32xl\:border-b-green-800\/90 {
    border-bottom-color: rgb(22 101 52 / 0.9);
  }

  .\32xl\:border-b-green-800\/95 {
    border-bottom-color: rgb(22 101 52 / 0.95);
  }

  .\32xl\:border-b-green-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-900\/0 {
    border-bottom-color: rgb(20 83 45 / 0);
  }

  .\32xl\:border-b-green-900\/10 {
    border-bottom-color: rgb(20 83 45 / 0.1);
  }

  .\32xl\:border-b-green-900\/100 {
    border-bottom-color: rgb(20 83 45 / 1);
  }

  .\32xl\:border-b-green-900\/15 {
    border-bottom-color: rgb(20 83 45 / 0.15);
  }

  .\32xl\:border-b-green-900\/20 {
    border-bottom-color: rgb(20 83 45 / 0.2);
  }

  .\32xl\:border-b-green-900\/25 {
    border-bottom-color: rgb(20 83 45 / 0.25);
  }

  .\32xl\:border-b-green-900\/30 {
    border-bottom-color: rgb(20 83 45 / 0.3);
  }

  .\32xl\:border-b-green-900\/35 {
    border-bottom-color: rgb(20 83 45 / 0.35);
  }

  .\32xl\:border-b-green-900\/40 {
    border-bottom-color: rgb(20 83 45 / 0.4);
  }

  .\32xl\:border-b-green-900\/45 {
    border-bottom-color: rgb(20 83 45 / 0.45);
  }

  .\32xl\:border-b-green-900\/5 {
    border-bottom-color: rgb(20 83 45 / 0.05);
  }

  .\32xl\:border-b-green-900\/50 {
    border-bottom-color: rgb(20 83 45 / 0.5);
  }

  .\32xl\:border-b-green-900\/55 {
    border-bottom-color: rgb(20 83 45 / 0.55);
  }

  .\32xl\:border-b-green-900\/60 {
    border-bottom-color: rgb(20 83 45 / 0.6);
  }

  .\32xl\:border-b-green-900\/65 {
    border-bottom-color: rgb(20 83 45 / 0.65);
  }

  .\32xl\:border-b-green-900\/70 {
    border-bottom-color: rgb(20 83 45 / 0.7);
  }

  .\32xl\:border-b-green-900\/75 {
    border-bottom-color: rgb(20 83 45 / 0.75);
  }

  .\32xl\:border-b-green-900\/80 {
    border-bottom-color: rgb(20 83 45 / 0.8);
  }

  .\32xl\:border-b-green-900\/85 {
    border-bottom-color: rgb(20 83 45 / 0.85);
  }

  .\32xl\:border-b-green-900\/90 {
    border-bottom-color: rgb(20 83 45 / 0.9);
  }

  .\32xl\:border-b-green-900\/95 {
    border-bottom-color: rgb(20 83 45 / 0.95);
  }

  .\32xl\:border-b-green-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-green-950\/0 {
    border-bottom-color: rgb(5 46 22 / 0);
  }

  .\32xl\:border-b-green-950\/10 {
    border-bottom-color: rgb(5 46 22 / 0.1);
  }

  .\32xl\:border-b-green-950\/100 {
    border-bottom-color: rgb(5 46 22 / 1);
  }

  .\32xl\:border-b-green-950\/15 {
    border-bottom-color: rgb(5 46 22 / 0.15);
  }

  .\32xl\:border-b-green-950\/20 {
    border-bottom-color: rgb(5 46 22 / 0.2);
  }

  .\32xl\:border-b-green-950\/25 {
    border-bottom-color: rgb(5 46 22 / 0.25);
  }

  .\32xl\:border-b-green-950\/30 {
    border-bottom-color: rgb(5 46 22 / 0.3);
  }

  .\32xl\:border-b-green-950\/35 {
    border-bottom-color: rgb(5 46 22 / 0.35);
  }

  .\32xl\:border-b-green-950\/40 {
    border-bottom-color: rgb(5 46 22 / 0.4);
  }

  .\32xl\:border-b-green-950\/45 {
    border-bottom-color: rgb(5 46 22 / 0.45);
  }

  .\32xl\:border-b-green-950\/5 {
    border-bottom-color: rgb(5 46 22 / 0.05);
  }

  .\32xl\:border-b-green-950\/50 {
    border-bottom-color: rgb(5 46 22 / 0.5);
  }

  .\32xl\:border-b-green-950\/55 {
    border-bottom-color: rgb(5 46 22 / 0.55);
  }

  .\32xl\:border-b-green-950\/60 {
    border-bottom-color: rgb(5 46 22 / 0.6);
  }

  .\32xl\:border-b-green-950\/65 {
    border-bottom-color: rgb(5 46 22 / 0.65);
  }

  .\32xl\:border-b-green-950\/70 {
    border-bottom-color: rgb(5 46 22 / 0.7);
  }

  .\32xl\:border-b-green-950\/75 {
    border-bottom-color: rgb(5 46 22 / 0.75);
  }

  .\32xl\:border-b-green-950\/80 {
    border-bottom-color: rgb(5 46 22 / 0.8);
  }

  .\32xl\:border-b-green-950\/85 {
    border-bottom-color: rgb(5 46 22 / 0.85);
  }

  .\32xl\:border-b-green-950\/90 {
    border-bottom-color: rgb(5 46 22 / 0.9);
  }

  .\32xl\:border-b-green-950\/95 {
    border-bottom-color: rgb(5 46 22 / 0.95);
  }

  .\32xl\:border-b-indigo-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-100\/0 {
    border-bottom-color: rgb(224 231 255 / 0);
  }

  .\32xl\:border-b-indigo-100\/10 {
    border-bottom-color: rgb(224 231 255 / 0.1);
  }

  .\32xl\:border-b-indigo-100\/100 {
    border-bottom-color: rgb(224 231 255 / 1);
  }

  .\32xl\:border-b-indigo-100\/15 {
    border-bottom-color: rgb(224 231 255 / 0.15);
  }

  .\32xl\:border-b-indigo-100\/20 {
    border-bottom-color: rgb(224 231 255 / 0.2);
  }

  .\32xl\:border-b-indigo-100\/25 {
    border-bottom-color: rgb(224 231 255 / 0.25);
  }

  .\32xl\:border-b-indigo-100\/30 {
    border-bottom-color: rgb(224 231 255 / 0.3);
  }

  .\32xl\:border-b-indigo-100\/35 {
    border-bottom-color: rgb(224 231 255 / 0.35);
  }

  .\32xl\:border-b-indigo-100\/40 {
    border-bottom-color: rgb(224 231 255 / 0.4);
  }

  .\32xl\:border-b-indigo-100\/45 {
    border-bottom-color: rgb(224 231 255 / 0.45);
  }

  .\32xl\:border-b-indigo-100\/5 {
    border-bottom-color: rgb(224 231 255 / 0.05);
  }

  .\32xl\:border-b-indigo-100\/50 {
    border-bottom-color: rgb(224 231 255 / 0.5);
  }

  .\32xl\:border-b-indigo-100\/55 {
    border-bottom-color: rgb(224 231 255 / 0.55);
  }

  .\32xl\:border-b-indigo-100\/60 {
    border-bottom-color: rgb(224 231 255 / 0.6);
  }

  .\32xl\:border-b-indigo-100\/65 {
    border-bottom-color: rgb(224 231 255 / 0.65);
  }

  .\32xl\:border-b-indigo-100\/70 {
    border-bottom-color: rgb(224 231 255 / 0.7);
  }

  .\32xl\:border-b-indigo-100\/75 {
    border-bottom-color: rgb(224 231 255 / 0.75);
  }

  .\32xl\:border-b-indigo-100\/80 {
    border-bottom-color: rgb(224 231 255 / 0.8);
  }

  .\32xl\:border-b-indigo-100\/85 {
    border-bottom-color: rgb(224 231 255 / 0.85);
  }

  .\32xl\:border-b-indigo-100\/90 {
    border-bottom-color: rgb(224 231 255 / 0.9);
  }

  .\32xl\:border-b-indigo-100\/95 {
    border-bottom-color: rgb(224 231 255 / 0.95);
  }

  .\32xl\:border-b-indigo-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-200\/0 {
    border-bottom-color: rgb(199 210 254 / 0);
  }

  .\32xl\:border-b-indigo-200\/10 {
    border-bottom-color: rgb(199 210 254 / 0.1);
  }

  .\32xl\:border-b-indigo-200\/100 {
    border-bottom-color: rgb(199 210 254 / 1);
  }

  .\32xl\:border-b-indigo-200\/15 {
    border-bottom-color: rgb(199 210 254 / 0.15);
  }

  .\32xl\:border-b-indigo-200\/20 {
    border-bottom-color: rgb(199 210 254 / 0.2);
  }

  .\32xl\:border-b-indigo-200\/25 {
    border-bottom-color: rgb(199 210 254 / 0.25);
  }

  .\32xl\:border-b-indigo-200\/30 {
    border-bottom-color: rgb(199 210 254 / 0.3);
  }

  .\32xl\:border-b-indigo-200\/35 {
    border-bottom-color: rgb(199 210 254 / 0.35);
  }

  .\32xl\:border-b-indigo-200\/40 {
    border-bottom-color: rgb(199 210 254 / 0.4);
  }

  .\32xl\:border-b-indigo-200\/45 {
    border-bottom-color: rgb(199 210 254 / 0.45);
  }

  .\32xl\:border-b-indigo-200\/5 {
    border-bottom-color: rgb(199 210 254 / 0.05);
  }

  .\32xl\:border-b-indigo-200\/50 {
    border-bottom-color: rgb(199 210 254 / 0.5);
  }

  .\32xl\:border-b-indigo-200\/55 {
    border-bottom-color: rgb(199 210 254 / 0.55);
  }

  .\32xl\:border-b-indigo-200\/60 {
    border-bottom-color: rgb(199 210 254 / 0.6);
  }

  .\32xl\:border-b-indigo-200\/65 {
    border-bottom-color: rgb(199 210 254 / 0.65);
  }

  .\32xl\:border-b-indigo-200\/70 {
    border-bottom-color: rgb(199 210 254 / 0.7);
  }

  .\32xl\:border-b-indigo-200\/75 {
    border-bottom-color: rgb(199 210 254 / 0.75);
  }

  .\32xl\:border-b-indigo-200\/80 {
    border-bottom-color: rgb(199 210 254 / 0.8);
  }

  .\32xl\:border-b-indigo-200\/85 {
    border-bottom-color: rgb(199 210 254 / 0.85);
  }

  .\32xl\:border-b-indigo-200\/90 {
    border-bottom-color: rgb(199 210 254 / 0.9);
  }

  .\32xl\:border-b-indigo-200\/95 {
    border-bottom-color: rgb(199 210 254 / 0.95);
  }

  .\32xl\:border-b-indigo-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-300\/0 {
    border-bottom-color: rgb(165 180 252 / 0);
  }

  .\32xl\:border-b-indigo-300\/10 {
    border-bottom-color: rgb(165 180 252 / 0.1);
  }

  .\32xl\:border-b-indigo-300\/100 {
    border-bottom-color: rgb(165 180 252 / 1);
  }

  .\32xl\:border-b-indigo-300\/15 {
    border-bottom-color: rgb(165 180 252 / 0.15);
  }

  .\32xl\:border-b-indigo-300\/20 {
    border-bottom-color: rgb(165 180 252 / 0.2);
  }

  .\32xl\:border-b-indigo-300\/25 {
    border-bottom-color: rgb(165 180 252 / 0.25);
  }

  .\32xl\:border-b-indigo-300\/30 {
    border-bottom-color: rgb(165 180 252 / 0.3);
  }

  .\32xl\:border-b-indigo-300\/35 {
    border-bottom-color: rgb(165 180 252 / 0.35);
  }

  .\32xl\:border-b-indigo-300\/40 {
    border-bottom-color: rgb(165 180 252 / 0.4);
  }

  .\32xl\:border-b-indigo-300\/45 {
    border-bottom-color: rgb(165 180 252 / 0.45);
  }

  .\32xl\:border-b-indigo-300\/5 {
    border-bottom-color: rgb(165 180 252 / 0.05);
  }

  .\32xl\:border-b-indigo-300\/50 {
    border-bottom-color: rgb(165 180 252 / 0.5);
  }

  .\32xl\:border-b-indigo-300\/55 {
    border-bottom-color: rgb(165 180 252 / 0.55);
  }

  .\32xl\:border-b-indigo-300\/60 {
    border-bottom-color: rgb(165 180 252 / 0.6);
  }

  .\32xl\:border-b-indigo-300\/65 {
    border-bottom-color: rgb(165 180 252 / 0.65);
  }

  .\32xl\:border-b-indigo-300\/70 {
    border-bottom-color: rgb(165 180 252 / 0.7);
  }

  .\32xl\:border-b-indigo-300\/75 {
    border-bottom-color: rgb(165 180 252 / 0.75);
  }

  .\32xl\:border-b-indigo-300\/80 {
    border-bottom-color: rgb(165 180 252 / 0.8);
  }

  .\32xl\:border-b-indigo-300\/85 {
    border-bottom-color: rgb(165 180 252 / 0.85);
  }

  .\32xl\:border-b-indigo-300\/90 {
    border-bottom-color: rgb(165 180 252 / 0.9);
  }

  .\32xl\:border-b-indigo-300\/95 {
    border-bottom-color: rgb(165 180 252 / 0.95);
  }

  .\32xl\:border-b-indigo-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-400\/0 {
    border-bottom-color: rgb(129 140 248 / 0);
  }

  .\32xl\:border-b-indigo-400\/10 {
    border-bottom-color: rgb(129 140 248 / 0.1);
  }

  .\32xl\:border-b-indigo-400\/100 {
    border-bottom-color: rgb(129 140 248 / 1);
  }

  .\32xl\:border-b-indigo-400\/15 {
    border-bottom-color: rgb(129 140 248 / 0.15);
  }

  .\32xl\:border-b-indigo-400\/20 {
    border-bottom-color: rgb(129 140 248 / 0.2);
  }

  .\32xl\:border-b-indigo-400\/25 {
    border-bottom-color: rgb(129 140 248 / 0.25);
  }

  .\32xl\:border-b-indigo-400\/30 {
    border-bottom-color: rgb(129 140 248 / 0.3);
  }

  .\32xl\:border-b-indigo-400\/35 {
    border-bottom-color: rgb(129 140 248 / 0.35);
  }

  .\32xl\:border-b-indigo-400\/40 {
    border-bottom-color: rgb(129 140 248 / 0.4);
  }

  .\32xl\:border-b-indigo-400\/45 {
    border-bottom-color: rgb(129 140 248 / 0.45);
  }

  .\32xl\:border-b-indigo-400\/5 {
    border-bottom-color: rgb(129 140 248 / 0.05);
  }

  .\32xl\:border-b-indigo-400\/50 {
    border-bottom-color: rgb(129 140 248 / 0.5);
  }

  .\32xl\:border-b-indigo-400\/55 {
    border-bottom-color: rgb(129 140 248 / 0.55);
  }

  .\32xl\:border-b-indigo-400\/60 {
    border-bottom-color: rgb(129 140 248 / 0.6);
  }

  .\32xl\:border-b-indigo-400\/65 {
    border-bottom-color: rgb(129 140 248 / 0.65);
  }

  .\32xl\:border-b-indigo-400\/70 {
    border-bottom-color: rgb(129 140 248 / 0.7);
  }

  .\32xl\:border-b-indigo-400\/75 {
    border-bottom-color: rgb(129 140 248 / 0.75);
  }

  .\32xl\:border-b-indigo-400\/80 {
    border-bottom-color: rgb(129 140 248 / 0.8);
  }

  .\32xl\:border-b-indigo-400\/85 {
    border-bottom-color: rgb(129 140 248 / 0.85);
  }

  .\32xl\:border-b-indigo-400\/90 {
    border-bottom-color: rgb(129 140 248 / 0.9);
  }

  .\32xl\:border-b-indigo-400\/95 {
    border-bottom-color: rgb(129 140 248 / 0.95);
  }

  .\32xl\:border-b-indigo-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-50\/0 {
    border-bottom-color: rgb(238 242 255 / 0);
  }

  .\32xl\:border-b-indigo-50\/10 {
    border-bottom-color: rgb(238 242 255 / 0.1);
  }

  .\32xl\:border-b-indigo-50\/100 {
    border-bottom-color: rgb(238 242 255 / 1);
  }

  .\32xl\:border-b-indigo-50\/15 {
    border-bottom-color: rgb(238 242 255 / 0.15);
  }

  .\32xl\:border-b-indigo-50\/20 {
    border-bottom-color: rgb(238 242 255 / 0.2);
  }

  .\32xl\:border-b-indigo-50\/25 {
    border-bottom-color: rgb(238 242 255 / 0.25);
  }

  .\32xl\:border-b-indigo-50\/30 {
    border-bottom-color: rgb(238 242 255 / 0.3);
  }

  .\32xl\:border-b-indigo-50\/35 {
    border-bottom-color: rgb(238 242 255 / 0.35);
  }

  .\32xl\:border-b-indigo-50\/40 {
    border-bottom-color: rgb(238 242 255 / 0.4);
  }

  .\32xl\:border-b-indigo-50\/45 {
    border-bottom-color: rgb(238 242 255 / 0.45);
  }

  .\32xl\:border-b-indigo-50\/5 {
    border-bottom-color: rgb(238 242 255 / 0.05);
  }

  .\32xl\:border-b-indigo-50\/50 {
    border-bottom-color: rgb(238 242 255 / 0.5);
  }

  .\32xl\:border-b-indigo-50\/55 {
    border-bottom-color: rgb(238 242 255 / 0.55);
  }

  .\32xl\:border-b-indigo-50\/60 {
    border-bottom-color: rgb(238 242 255 / 0.6);
  }

  .\32xl\:border-b-indigo-50\/65 {
    border-bottom-color: rgb(238 242 255 / 0.65);
  }

  .\32xl\:border-b-indigo-50\/70 {
    border-bottom-color: rgb(238 242 255 / 0.7);
  }

  .\32xl\:border-b-indigo-50\/75 {
    border-bottom-color: rgb(238 242 255 / 0.75);
  }

  .\32xl\:border-b-indigo-50\/80 {
    border-bottom-color: rgb(238 242 255 / 0.8);
  }

  .\32xl\:border-b-indigo-50\/85 {
    border-bottom-color: rgb(238 242 255 / 0.85);
  }

  .\32xl\:border-b-indigo-50\/90 {
    border-bottom-color: rgb(238 242 255 / 0.9);
  }

  .\32xl\:border-b-indigo-50\/95 {
    border-bottom-color: rgb(238 242 255 / 0.95);
  }

  .\32xl\:border-b-indigo-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-500\/0 {
    border-bottom-color: rgb(99 102 241 / 0);
  }

  .\32xl\:border-b-indigo-500\/10 {
    border-bottom-color: rgb(99 102 241 / 0.1);
  }

  .\32xl\:border-b-indigo-500\/100 {
    border-bottom-color: rgb(99 102 241 / 1);
  }

  .\32xl\:border-b-indigo-500\/15 {
    border-bottom-color: rgb(99 102 241 / 0.15);
  }

  .\32xl\:border-b-indigo-500\/20 {
    border-bottom-color: rgb(99 102 241 / 0.2);
  }

  .\32xl\:border-b-indigo-500\/25 {
    border-bottom-color: rgb(99 102 241 / 0.25);
  }

  .\32xl\:border-b-indigo-500\/30 {
    border-bottom-color: rgb(99 102 241 / 0.3);
  }

  .\32xl\:border-b-indigo-500\/35 {
    border-bottom-color: rgb(99 102 241 / 0.35);
  }

  .\32xl\:border-b-indigo-500\/40 {
    border-bottom-color: rgb(99 102 241 / 0.4);
  }

  .\32xl\:border-b-indigo-500\/45 {
    border-bottom-color: rgb(99 102 241 / 0.45);
  }

  .\32xl\:border-b-indigo-500\/5 {
    border-bottom-color: rgb(99 102 241 / 0.05);
  }

  .\32xl\:border-b-indigo-500\/50 {
    border-bottom-color: rgb(99 102 241 / 0.5);
  }

  .\32xl\:border-b-indigo-500\/55 {
    border-bottom-color: rgb(99 102 241 / 0.55);
  }

  .\32xl\:border-b-indigo-500\/60 {
    border-bottom-color: rgb(99 102 241 / 0.6);
  }

  .\32xl\:border-b-indigo-500\/65 {
    border-bottom-color: rgb(99 102 241 / 0.65);
  }

  .\32xl\:border-b-indigo-500\/70 {
    border-bottom-color: rgb(99 102 241 / 0.7);
  }

  .\32xl\:border-b-indigo-500\/75 {
    border-bottom-color: rgb(99 102 241 / 0.75);
  }

  .\32xl\:border-b-indigo-500\/80 {
    border-bottom-color: rgb(99 102 241 / 0.8);
  }

  .\32xl\:border-b-indigo-500\/85 {
    border-bottom-color: rgb(99 102 241 / 0.85);
  }

  .\32xl\:border-b-indigo-500\/90 {
    border-bottom-color: rgb(99 102 241 / 0.9);
  }

  .\32xl\:border-b-indigo-500\/95 {
    border-bottom-color: rgb(99 102 241 / 0.95);
  }

  .\32xl\:border-b-indigo-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-600\/0 {
    border-bottom-color: rgb(79 70 229 / 0);
  }

  .\32xl\:border-b-indigo-600\/10 {
    border-bottom-color: rgb(79 70 229 / 0.1);
  }

  .\32xl\:border-b-indigo-600\/100 {
    border-bottom-color: rgb(79 70 229 / 1);
  }

  .\32xl\:border-b-indigo-600\/15 {
    border-bottom-color: rgb(79 70 229 / 0.15);
  }

  .\32xl\:border-b-indigo-600\/20 {
    border-bottom-color: rgb(79 70 229 / 0.2);
  }

  .\32xl\:border-b-indigo-600\/25 {
    border-bottom-color: rgb(79 70 229 / 0.25);
  }

  .\32xl\:border-b-indigo-600\/30 {
    border-bottom-color: rgb(79 70 229 / 0.3);
  }

  .\32xl\:border-b-indigo-600\/35 {
    border-bottom-color: rgb(79 70 229 / 0.35);
  }

  .\32xl\:border-b-indigo-600\/40 {
    border-bottom-color: rgb(79 70 229 / 0.4);
  }

  .\32xl\:border-b-indigo-600\/45 {
    border-bottom-color: rgb(79 70 229 / 0.45);
  }

  .\32xl\:border-b-indigo-600\/5 {
    border-bottom-color: rgb(79 70 229 / 0.05);
  }

  .\32xl\:border-b-indigo-600\/50 {
    border-bottom-color: rgb(79 70 229 / 0.5);
  }

  .\32xl\:border-b-indigo-600\/55 {
    border-bottom-color: rgb(79 70 229 / 0.55);
  }

  .\32xl\:border-b-indigo-600\/60 {
    border-bottom-color: rgb(79 70 229 / 0.6);
  }

  .\32xl\:border-b-indigo-600\/65 {
    border-bottom-color: rgb(79 70 229 / 0.65);
  }

  .\32xl\:border-b-indigo-600\/70 {
    border-bottom-color: rgb(79 70 229 / 0.7);
  }

  .\32xl\:border-b-indigo-600\/75 {
    border-bottom-color: rgb(79 70 229 / 0.75);
  }

  .\32xl\:border-b-indigo-600\/80 {
    border-bottom-color: rgb(79 70 229 / 0.8);
  }

  .\32xl\:border-b-indigo-600\/85 {
    border-bottom-color: rgb(79 70 229 / 0.85);
  }

  .\32xl\:border-b-indigo-600\/90 {
    border-bottom-color: rgb(79 70 229 / 0.9);
  }

  .\32xl\:border-b-indigo-600\/95 {
    border-bottom-color: rgb(79 70 229 / 0.95);
  }

  .\32xl\:border-b-indigo-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-700\/0 {
    border-bottom-color: rgb(67 56 202 / 0);
  }

  .\32xl\:border-b-indigo-700\/10 {
    border-bottom-color: rgb(67 56 202 / 0.1);
  }

  .\32xl\:border-b-indigo-700\/100 {
    border-bottom-color: rgb(67 56 202 / 1);
  }

  .\32xl\:border-b-indigo-700\/15 {
    border-bottom-color: rgb(67 56 202 / 0.15);
  }

  .\32xl\:border-b-indigo-700\/20 {
    border-bottom-color: rgb(67 56 202 / 0.2);
  }

  .\32xl\:border-b-indigo-700\/25 {
    border-bottom-color: rgb(67 56 202 / 0.25);
  }

  .\32xl\:border-b-indigo-700\/30 {
    border-bottom-color: rgb(67 56 202 / 0.3);
  }

  .\32xl\:border-b-indigo-700\/35 {
    border-bottom-color: rgb(67 56 202 / 0.35);
  }

  .\32xl\:border-b-indigo-700\/40 {
    border-bottom-color: rgb(67 56 202 / 0.4);
  }

  .\32xl\:border-b-indigo-700\/45 {
    border-bottom-color: rgb(67 56 202 / 0.45);
  }

  .\32xl\:border-b-indigo-700\/5 {
    border-bottom-color: rgb(67 56 202 / 0.05);
  }

  .\32xl\:border-b-indigo-700\/50 {
    border-bottom-color: rgb(67 56 202 / 0.5);
  }

  .\32xl\:border-b-indigo-700\/55 {
    border-bottom-color: rgb(67 56 202 / 0.55);
  }

  .\32xl\:border-b-indigo-700\/60 {
    border-bottom-color: rgb(67 56 202 / 0.6);
  }

  .\32xl\:border-b-indigo-700\/65 {
    border-bottom-color: rgb(67 56 202 / 0.65);
  }

  .\32xl\:border-b-indigo-700\/70 {
    border-bottom-color: rgb(67 56 202 / 0.7);
  }

  .\32xl\:border-b-indigo-700\/75 {
    border-bottom-color: rgb(67 56 202 / 0.75);
  }

  .\32xl\:border-b-indigo-700\/80 {
    border-bottom-color: rgb(67 56 202 / 0.8);
  }

  .\32xl\:border-b-indigo-700\/85 {
    border-bottom-color: rgb(67 56 202 / 0.85);
  }

  .\32xl\:border-b-indigo-700\/90 {
    border-bottom-color: rgb(67 56 202 / 0.9);
  }

  .\32xl\:border-b-indigo-700\/95 {
    border-bottom-color: rgb(67 56 202 / 0.95);
  }

  .\32xl\:border-b-indigo-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-800\/0 {
    border-bottom-color: rgb(55 48 163 / 0);
  }

  .\32xl\:border-b-indigo-800\/10 {
    border-bottom-color: rgb(55 48 163 / 0.1);
  }

  .\32xl\:border-b-indigo-800\/100 {
    border-bottom-color: rgb(55 48 163 / 1);
  }

  .\32xl\:border-b-indigo-800\/15 {
    border-bottom-color: rgb(55 48 163 / 0.15);
  }

  .\32xl\:border-b-indigo-800\/20 {
    border-bottom-color: rgb(55 48 163 / 0.2);
  }

  .\32xl\:border-b-indigo-800\/25 {
    border-bottom-color: rgb(55 48 163 / 0.25);
  }

  .\32xl\:border-b-indigo-800\/30 {
    border-bottom-color: rgb(55 48 163 / 0.3);
  }

  .\32xl\:border-b-indigo-800\/35 {
    border-bottom-color: rgb(55 48 163 / 0.35);
  }

  .\32xl\:border-b-indigo-800\/40 {
    border-bottom-color: rgb(55 48 163 / 0.4);
  }

  .\32xl\:border-b-indigo-800\/45 {
    border-bottom-color: rgb(55 48 163 / 0.45);
  }

  .\32xl\:border-b-indigo-800\/5 {
    border-bottom-color: rgb(55 48 163 / 0.05);
  }

  .\32xl\:border-b-indigo-800\/50 {
    border-bottom-color: rgb(55 48 163 / 0.5);
  }

  .\32xl\:border-b-indigo-800\/55 {
    border-bottom-color: rgb(55 48 163 / 0.55);
  }

  .\32xl\:border-b-indigo-800\/60 {
    border-bottom-color: rgb(55 48 163 / 0.6);
  }

  .\32xl\:border-b-indigo-800\/65 {
    border-bottom-color: rgb(55 48 163 / 0.65);
  }

  .\32xl\:border-b-indigo-800\/70 {
    border-bottom-color: rgb(55 48 163 / 0.7);
  }

  .\32xl\:border-b-indigo-800\/75 {
    border-bottom-color: rgb(55 48 163 / 0.75);
  }

  .\32xl\:border-b-indigo-800\/80 {
    border-bottom-color: rgb(55 48 163 / 0.8);
  }

  .\32xl\:border-b-indigo-800\/85 {
    border-bottom-color: rgb(55 48 163 / 0.85);
  }

  .\32xl\:border-b-indigo-800\/90 {
    border-bottom-color: rgb(55 48 163 / 0.9);
  }

  .\32xl\:border-b-indigo-800\/95 {
    border-bottom-color: rgb(55 48 163 / 0.95);
  }

  .\32xl\:border-b-indigo-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-900\/0 {
    border-bottom-color: rgb(49 46 129 / 0);
  }

  .\32xl\:border-b-indigo-900\/10 {
    border-bottom-color: rgb(49 46 129 / 0.1);
  }

  .\32xl\:border-b-indigo-900\/100 {
    border-bottom-color: rgb(49 46 129 / 1);
  }

  .\32xl\:border-b-indigo-900\/15 {
    border-bottom-color: rgb(49 46 129 / 0.15);
  }

  .\32xl\:border-b-indigo-900\/20 {
    border-bottom-color: rgb(49 46 129 / 0.2);
  }

  .\32xl\:border-b-indigo-900\/25 {
    border-bottom-color: rgb(49 46 129 / 0.25);
  }

  .\32xl\:border-b-indigo-900\/30 {
    border-bottom-color: rgb(49 46 129 / 0.3);
  }

  .\32xl\:border-b-indigo-900\/35 {
    border-bottom-color: rgb(49 46 129 / 0.35);
  }

  .\32xl\:border-b-indigo-900\/40 {
    border-bottom-color: rgb(49 46 129 / 0.4);
  }

  .\32xl\:border-b-indigo-900\/45 {
    border-bottom-color: rgb(49 46 129 / 0.45);
  }

  .\32xl\:border-b-indigo-900\/5 {
    border-bottom-color: rgb(49 46 129 / 0.05);
  }

  .\32xl\:border-b-indigo-900\/50 {
    border-bottom-color: rgb(49 46 129 / 0.5);
  }

  .\32xl\:border-b-indigo-900\/55 {
    border-bottom-color: rgb(49 46 129 / 0.55);
  }

  .\32xl\:border-b-indigo-900\/60 {
    border-bottom-color: rgb(49 46 129 / 0.6);
  }

  .\32xl\:border-b-indigo-900\/65 {
    border-bottom-color: rgb(49 46 129 / 0.65);
  }

  .\32xl\:border-b-indigo-900\/70 {
    border-bottom-color: rgb(49 46 129 / 0.7);
  }

  .\32xl\:border-b-indigo-900\/75 {
    border-bottom-color: rgb(49 46 129 / 0.75);
  }

  .\32xl\:border-b-indigo-900\/80 {
    border-bottom-color: rgb(49 46 129 / 0.8);
  }

  .\32xl\:border-b-indigo-900\/85 {
    border-bottom-color: rgb(49 46 129 / 0.85);
  }

  .\32xl\:border-b-indigo-900\/90 {
    border-bottom-color: rgb(49 46 129 / 0.9);
  }

  .\32xl\:border-b-indigo-900\/95 {
    border-bottom-color: rgb(49 46 129 / 0.95);
  }

  .\32xl\:border-b-indigo-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-indigo-950\/0 {
    border-bottom-color: rgb(30 27 75 / 0);
  }

  .\32xl\:border-b-indigo-950\/10 {
    border-bottom-color: rgb(30 27 75 / 0.1);
  }

  .\32xl\:border-b-indigo-950\/100 {
    border-bottom-color: rgb(30 27 75 / 1);
  }

  .\32xl\:border-b-indigo-950\/15 {
    border-bottom-color: rgb(30 27 75 / 0.15);
  }

  .\32xl\:border-b-indigo-950\/20 {
    border-bottom-color: rgb(30 27 75 / 0.2);
  }

  .\32xl\:border-b-indigo-950\/25 {
    border-bottom-color: rgb(30 27 75 / 0.25);
  }

  .\32xl\:border-b-indigo-950\/30 {
    border-bottom-color: rgb(30 27 75 / 0.3);
  }

  .\32xl\:border-b-indigo-950\/35 {
    border-bottom-color: rgb(30 27 75 / 0.35);
  }

  .\32xl\:border-b-indigo-950\/40 {
    border-bottom-color: rgb(30 27 75 / 0.4);
  }

  .\32xl\:border-b-indigo-950\/45 {
    border-bottom-color: rgb(30 27 75 / 0.45);
  }

  .\32xl\:border-b-indigo-950\/5 {
    border-bottom-color: rgb(30 27 75 / 0.05);
  }

  .\32xl\:border-b-indigo-950\/50 {
    border-bottom-color: rgb(30 27 75 / 0.5);
  }

  .\32xl\:border-b-indigo-950\/55 {
    border-bottom-color: rgb(30 27 75 / 0.55);
  }

  .\32xl\:border-b-indigo-950\/60 {
    border-bottom-color: rgb(30 27 75 / 0.6);
  }

  .\32xl\:border-b-indigo-950\/65 {
    border-bottom-color: rgb(30 27 75 / 0.65);
  }

  .\32xl\:border-b-indigo-950\/70 {
    border-bottom-color: rgb(30 27 75 / 0.7);
  }

  .\32xl\:border-b-indigo-950\/75 {
    border-bottom-color: rgb(30 27 75 / 0.75);
  }

  .\32xl\:border-b-indigo-950\/80 {
    border-bottom-color: rgb(30 27 75 / 0.8);
  }

  .\32xl\:border-b-indigo-950\/85 {
    border-bottom-color: rgb(30 27 75 / 0.85);
  }

  .\32xl\:border-b-indigo-950\/90 {
    border-bottom-color: rgb(30 27 75 / 0.9);
  }

  .\32xl\:border-b-indigo-950\/95 {
    border-bottom-color: rgb(30 27 75 / 0.95);
  }

  .\32xl\:border-b-inherit {
    border-bottom-color: inherit;
  }

  .\32xl\:border-b-input {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-input\/0 {
    border-bottom-color: hsl(var(--input) / 0);
  }

  .\32xl\:border-b-input\/10 {
    border-bottom-color: hsl(var(--input) / 0.1);
  }

  .\32xl\:border-b-input\/100 {
    border-bottom-color: hsl(var(--input) / 1);
  }

  .\32xl\:border-b-input\/15 {
    border-bottom-color: hsl(var(--input) / 0.15);
  }

  .\32xl\:border-b-input\/20 {
    border-bottom-color: hsl(var(--input) / 0.2);
  }

  .\32xl\:border-b-input\/25 {
    border-bottom-color: hsl(var(--input) / 0.25);
  }

  .\32xl\:border-b-input\/30 {
    border-bottom-color: hsl(var(--input) / 0.3);
  }

  .\32xl\:border-b-input\/35 {
    border-bottom-color: hsl(var(--input) / 0.35);
  }

  .\32xl\:border-b-input\/40 {
    border-bottom-color: hsl(var(--input) / 0.4);
  }

  .\32xl\:border-b-input\/45 {
    border-bottom-color: hsl(var(--input) / 0.45);
  }

  .\32xl\:border-b-input\/5 {
    border-bottom-color: hsl(var(--input) / 0.05);
  }

  .\32xl\:border-b-input\/50 {
    border-bottom-color: hsl(var(--input) / 0.5);
  }

  .\32xl\:border-b-input\/55 {
    border-bottom-color: hsl(var(--input) / 0.55);
  }

  .\32xl\:border-b-input\/60 {
    border-bottom-color: hsl(var(--input) / 0.6);
  }

  .\32xl\:border-b-input\/65 {
    border-bottom-color: hsl(var(--input) / 0.65);
  }

  .\32xl\:border-b-input\/70 {
    border-bottom-color: hsl(var(--input) / 0.7);
  }

  .\32xl\:border-b-input\/75 {
    border-bottom-color: hsl(var(--input) / 0.75);
  }

  .\32xl\:border-b-input\/80 {
    border-bottom-color: hsl(var(--input) / 0.8);
  }

  .\32xl\:border-b-input\/85 {
    border-bottom-color: hsl(var(--input) / 0.85);
  }

  .\32xl\:border-b-input\/90 {
    border-bottom-color: hsl(var(--input) / 0.9);
  }

  .\32xl\:border-b-input\/95 {
    border-bottom-color: hsl(var(--input) / 0.95);
  }

  .\32xl\:border-b-lime-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-100\/0 {
    border-bottom-color: rgb(236 252 203 / 0);
  }

  .\32xl\:border-b-lime-100\/10 {
    border-bottom-color: rgb(236 252 203 / 0.1);
  }

  .\32xl\:border-b-lime-100\/100 {
    border-bottom-color: rgb(236 252 203 / 1);
  }

  .\32xl\:border-b-lime-100\/15 {
    border-bottom-color: rgb(236 252 203 / 0.15);
  }

  .\32xl\:border-b-lime-100\/20 {
    border-bottom-color: rgb(236 252 203 / 0.2);
  }

  .\32xl\:border-b-lime-100\/25 {
    border-bottom-color: rgb(236 252 203 / 0.25);
  }

  .\32xl\:border-b-lime-100\/30 {
    border-bottom-color: rgb(236 252 203 / 0.3);
  }

  .\32xl\:border-b-lime-100\/35 {
    border-bottom-color: rgb(236 252 203 / 0.35);
  }

  .\32xl\:border-b-lime-100\/40 {
    border-bottom-color: rgb(236 252 203 / 0.4);
  }

  .\32xl\:border-b-lime-100\/45 {
    border-bottom-color: rgb(236 252 203 / 0.45);
  }

  .\32xl\:border-b-lime-100\/5 {
    border-bottom-color: rgb(236 252 203 / 0.05);
  }

  .\32xl\:border-b-lime-100\/50 {
    border-bottom-color: rgb(236 252 203 / 0.5);
  }

  .\32xl\:border-b-lime-100\/55 {
    border-bottom-color: rgb(236 252 203 / 0.55);
  }

  .\32xl\:border-b-lime-100\/60 {
    border-bottom-color: rgb(236 252 203 / 0.6);
  }

  .\32xl\:border-b-lime-100\/65 {
    border-bottom-color: rgb(236 252 203 / 0.65);
  }

  .\32xl\:border-b-lime-100\/70 {
    border-bottom-color: rgb(236 252 203 / 0.7);
  }

  .\32xl\:border-b-lime-100\/75 {
    border-bottom-color: rgb(236 252 203 / 0.75);
  }

  .\32xl\:border-b-lime-100\/80 {
    border-bottom-color: rgb(236 252 203 / 0.8);
  }

  .\32xl\:border-b-lime-100\/85 {
    border-bottom-color: rgb(236 252 203 / 0.85);
  }

  .\32xl\:border-b-lime-100\/90 {
    border-bottom-color: rgb(236 252 203 / 0.9);
  }

  .\32xl\:border-b-lime-100\/95 {
    border-bottom-color: rgb(236 252 203 / 0.95);
  }

  .\32xl\:border-b-lime-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-200\/0 {
    border-bottom-color: rgb(217 249 157 / 0);
  }

  .\32xl\:border-b-lime-200\/10 {
    border-bottom-color: rgb(217 249 157 / 0.1);
  }

  .\32xl\:border-b-lime-200\/100 {
    border-bottom-color: rgb(217 249 157 / 1);
  }

  .\32xl\:border-b-lime-200\/15 {
    border-bottom-color: rgb(217 249 157 / 0.15);
  }

  .\32xl\:border-b-lime-200\/20 {
    border-bottom-color: rgb(217 249 157 / 0.2);
  }

  .\32xl\:border-b-lime-200\/25 {
    border-bottom-color: rgb(217 249 157 / 0.25);
  }

  .\32xl\:border-b-lime-200\/30 {
    border-bottom-color: rgb(217 249 157 / 0.3);
  }

  .\32xl\:border-b-lime-200\/35 {
    border-bottom-color: rgb(217 249 157 / 0.35);
  }

  .\32xl\:border-b-lime-200\/40 {
    border-bottom-color: rgb(217 249 157 / 0.4);
  }

  .\32xl\:border-b-lime-200\/45 {
    border-bottom-color: rgb(217 249 157 / 0.45);
  }

  .\32xl\:border-b-lime-200\/5 {
    border-bottom-color: rgb(217 249 157 / 0.05);
  }

  .\32xl\:border-b-lime-200\/50 {
    border-bottom-color: rgb(217 249 157 / 0.5);
  }

  .\32xl\:border-b-lime-200\/55 {
    border-bottom-color: rgb(217 249 157 / 0.55);
  }

  .\32xl\:border-b-lime-200\/60 {
    border-bottom-color: rgb(217 249 157 / 0.6);
  }

  .\32xl\:border-b-lime-200\/65 {
    border-bottom-color: rgb(217 249 157 / 0.65);
  }

  .\32xl\:border-b-lime-200\/70 {
    border-bottom-color: rgb(217 249 157 / 0.7);
  }

  .\32xl\:border-b-lime-200\/75 {
    border-bottom-color: rgb(217 249 157 / 0.75);
  }

  .\32xl\:border-b-lime-200\/80 {
    border-bottom-color: rgb(217 249 157 / 0.8);
  }

  .\32xl\:border-b-lime-200\/85 {
    border-bottom-color: rgb(217 249 157 / 0.85);
  }

  .\32xl\:border-b-lime-200\/90 {
    border-bottom-color: rgb(217 249 157 / 0.9);
  }

  .\32xl\:border-b-lime-200\/95 {
    border-bottom-color: rgb(217 249 157 / 0.95);
  }

  .\32xl\:border-b-lime-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-300\/0 {
    border-bottom-color: rgb(190 242 100 / 0);
  }

  .\32xl\:border-b-lime-300\/10 {
    border-bottom-color: rgb(190 242 100 / 0.1);
  }

  .\32xl\:border-b-lime-300\/100 {
    border-bottom-color: rgb(190 242 100 / 1);
  }

  .\32xl\:border-b-lime-300\/15 {
    border-bottom-color: rgb(190 242 100 / 0.15);
  }

  .\32xl\:border-b-lime-300\/20 {
    border-bottom-color: rgb(190 242 100 / 0.2);
  }

  .\32xl\:border-b-lime-300\/25 {
    border-bottom-color: rgb(190 242 100 / 0.25);
  }

  .\32xl\:border-b-lime-300\/30 {
    border-bottom-color: rgb(190 242 100 / 0.3);
  }

  .\32xl\:border-b-lime-300\/35 {
    border-bottom-color: rgb(190 242 100 / 0.35);
  }

  .\32xl\:border-b-lime-300\/40 {
    border-bottom-color: rgb(190 242 100 / 0.4);
  }

  .\32xl\:border-b-lime-300\/45 {
    border-bottom-color: rgb(190 242 100 / 0.45);
  }

  .\32xl\:border-b-lime-300\/5 {
    border-bottom-color: rgb(190 242 100 / 0.05);
  }

  .\32xl\:border-b-lime-300\/50 {
    border-bottom-color: rgb(190 242 100 / 0.5);
  }

  .\32xl\:border-b-lime-300\/55 {
    border-bottom-color: rgb(190 242 100 / 0.55);
  }

  .\32xl\:border-b-lime-300\/60 {
    border-bottom-color: rgb(190 242 100 / 0.6);
  }

  .\32xl\:border-b-lime-300\/65 {
    border-bottom-color: rgb(190 242 100 / 0.65);
  }

  .\32xl\:border-b-lime-300\/70 {
    border-bottom-color: rgb(190 242 100 / 0.7);
  }

  .\32xl\:border-b-lime-300\/75 {
    border-bottom-color: rgb(190 242 100 / 0.75);
  }

  .\32xl\:border-b-lime-300\/80 {
    border-bottom-color: rgb(190 242 100 / 0.8);
  }

  .\32xl\:border-b-lime-300\/85 {
    border-bottom-color: rgb(190 242 100 / 0.85);
  }

  .\32xl\:border-b-lime-300\/90 {
    border-bottom-color: rgb(190 242 100 / 0.9);
  }

  .\32xl\:border-b-lime-300\/95 {
    border-bottom-color: rgb(190 242 100 / 0.95);
  }

  .\32xl\:border-b-lime-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-400\/0 {
    border-bottom-color: rgb(163 230 53 / 0);
  }

  .\32xl\:border-b-lime-400\/10 {
    border-bottom-color: rgb(163 230 53 / 0.1);
  }

  .\32xl\:border-b-lime-400\/100 {
    border-bottom-color: rgb(163 230 53 / 1);
  }

  .\32xl\:border-b-lime-400\/15 {
    border-bottom-color: rgb(163 230 53 / 0.15);
  }

  .\32xl\:border-b-lime-400\/20 {
    border-bottom-color: rgb(163 230 53 / 0.2);
  }

  .\32xl\:border-b-lime-400\/25 {
    border-bottom-color: rgb(163 230 53 / 0.25);
  }

  .\32xl\:border-b-lime-400\/30 {
    border-bottom-color: rgb(163 230 53 / 0.3);
  }

  .\32xl\:border-b-lime-400\/35 {
    border-bottom-color: rgb(163 230 53 / 0.35);
  }

  .\32xl\:border-b-lime-400\/40 {
    border-bottom-color: rgb(163 230 53 / 0.4);
  }

  .\32xl\:border-b-lime-400\/45 {
    border-bottom-color: rgb(163 230 53 / 0.45);
  }

  .\32xl\:border-b-lime-400\/5 {
    border-bottom-color: rgb(163 230 53 / 0.05);
  }

  .\32xl\:border-b-lime-400\/50 {
    border-bottom-color: rgb(163 230 53 / 0.5);
  }

  .\32xl\:border-b-lime-400\/55 {
    border-bottom-color: rgb(163 230 53 / 0.55);
  }

  .\32xl\:border-b-lime-400\/60 {
    border-bottom-color: rgb(163 230 53 / 0.6);
  }

  .\32xl\:border-b-lime-400\/65 {
    border-bottom-color: rgb(163 230 53 / 0.65);
  }

  .\32xl\:border-b-lime-400\/70 {
    border-bottom-color: rgb(163 230 53 / 0.7);
  }

  .\32xl\:border-b-lime-400\/75 {
    border-bottom-color: rgb(163 230 53 / 0.75);
  }

  .\32xl\:border-b-lime-400\/80 {
    border-bottom-color: rgb(163 230 53 / 0.8);
  }

  .\32xl\:border-b-lime-400\/85 {
    border-bottom-color: rgb(163 230 53 / 0.85);
  }

  .\32xl\:border-b-lime-400\/90 {
    border-bottom-color: rgb(163 230 53 / 0.9);
  }

  .\32xl\:border-b-lime-400\/95 {
    border-bottom-color: rgb(163 230 53 / 0.95);
  }

  .\32xl\:border-b-lime-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-50\/0 {
    border-bottom-color: rgb(247 254 231 / 0);
  }

  .\32xl\:border-b-lime-50\/10 {
    border-bottom-color: rgb(247 254 231 / 0.1);
  }

  .\32xl\:border-b-lime-50\/100 {
    border-bottom-color: rgb(247 254 231 / 1);
  }

  .\32xl\:border-b-lime-50\/15 {
    border-bottom-color: rgb(247 254 231 / 0.15);
  }

  .\32xl\:border-b-lime-50\/20 {
    border-bottom-color: rgb(247 254 231 / 0.2);
  }

  .\32xl\:border-b-lime-50\/25 {
    border-bottom-color: rgb(247 254 231 / 0.25);
  }

  .\32xl\:border-b-lime-50\/30 {
    border-bottom-color: rgb(247 254 231 / 0.3);
  }

  .\32xl\:border-b-lime-50\/35 {
    border-bottom-color: rgb(247 254 231 / 0.35);
  }

  .\32xl\:border-b-lime-50\/40 {
    border-bottom-color: rgb(247 254 231 / 0.4);
  }

  .\32xl\:border-b-lime-50\/45 {
    border-bottom-color: rgb(247 254 231 / 0.45);
  }

  .\32xl\:border-b-lime-50\/5 {
    border-bottom-color: rgb(247 254 231 / 0.05);
  }

  .\32xl\:border-b-lime-50\/50 {
    border-bottom-color: rgb(247 254 231 / 0.5);
  }

  .\32xl\:border-b-lime-50\/55 {
    border-bottom-color: rgb(247 254 231 / 0.55);
  }

  .\32xl\:border-b-lime-50\/60 {
    border-bottom-color: rgb(247 254 231 / 0.6);
  }

  .\32xl\:border-b-lime-50\/65 {
    border-bottom-color: rgb(247 254 231 / 0.65);
  }

  .\32xl\:border-b-lime-50\/70 {
    border-bottom-color: rgb(247 254 231 / 0.7);
  }

  .\32xl\:border-b-lime-50\/75 {
    border-bottom-color: rgb(247 254 231 / 0.75);
  }

  .\32xl\:border-b-lime-50\/80 {
    border-bottom-color: rgb(247 254 231 / 0.8);
  }

  .\32xl\:border-b-lime-50\/85 {
    border-bottom-color: rgb(247 254 231 / 0.85);
  }

  .\32xl\:border-b-lime-50\/90 {
    border-bottom-color: rgb(247 254 231 / 0.9);
  }

  .\32xl\:border-b-lime-50\/95 {
    border-bottom-color: rgb(247 254 231 / 0.95);
  }

  .\32xl\:border-b-lime-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-500\/0 {
    border-bottom-color: rgb(132 204 22 / 0);
  }

  .\32xl\:border-b-lime-500\/10 {
    border-bottom-color: rgb(132 204 22 / 0.1);
  }

  .\32xl\:border-b-lime-500\/100 {
    border-bottom-color: rgb(132 204 22 / 1);
  }

  .\32xl\:border-b-lime-500\/15 {
    border-bottom-color: rgb(132 204 22 / 0.15);
  }

  .\32xl\:border-b-lime-500\/20 {
    border-bottom-color: rgb(132 204 22 / 0.2);
  }

  .\32xl\:border-b-lime-500\/25 {
    border-bottom-color: rgb(132 204 22 / 0.25);
  }

  .\32xl\:border-b-lime-500\/30 {
    border-bottom-color: rgb(132 204 22 / 0.3);
  }

  .\32xl\:border-b-lime-500\/35 {
    border-bottom-color: rgb(132 204 22 / 0.35);
  }

  .\32xl\:border-b-lime-500\/40 {
    border-bottom-color: rgb(132 204 22 / 0.4);
  }

  .\32xl\:border-b-lime-500\/45 {
    border-bottom-color: rgb(132 204 22 / 0.45);
  }

  .\32xl\:border-b-lime-500\/5 {
    border-bottom-color: rgb(132 204 22 / 0.05);
  }

  .\32xl\:border-b-lime-500\/50 {
    border-bottom-color: rgb(132 204 22 / 0.5);
  }

  .\32xl\:border-b-lime-500\/55 {
    border-bottom-color: rgb(132 204 22 / 0.55);
  }

  .\32xl\:border-b-lime-500\/60 {
    border-bottom-color: rgb(132 204 22 / 0.6);
  }

  .\32xl\:border-b-lime-500\/65 {
    border-bottom-color: rgb(132 204 22 / 0.65);
  }

  .\32xl\:border-b-lime-500\/70 {
    border-bottom-color: rgb(132 204 22 / 0.7);
  }

  .\32xl\:border-b-lime-500\/75 {
    border-bottom-color: rgb(132 204 22 / 0.75);
  }

  .\32xl\:border-b-lime-500\/80 {
    border-bottom-color: rgb(132 204 22 / 0.8);
  }

  .\32xl\:border-b-lime-500\/85 {
    border-bottom-color: rgb(132 204 22 / 0.85);
  }

  .\32xl\:border-b-lime-500\/90 {
    border-bottom-color: rgb(132 204 22 / 0.9);
  }

  .\32xl\:border-b-lime-500\/95 {
    border-bottom-color: rgb(132 204 22 / 0.95);
  }

  .\32xl\:border-b-lime-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-600\/0 {
    border-bottom-color: rgb(101 163 13 / 0);
  }

  .\32xl\:border-b-lime-600\/10 {
    border-bottom-color: rgb(101 163 13 / 0.1);
  }

  .\32xl\:border-b-lime-600\/100 {
    border-bottom-color: rgb(101 163 13 / 1);
  }

  .\32xl\:border-b-lime-600\/15 {
    border-bottom-color: rgb(101 163 13 / 0.15);
  }

  .\32xl\:border-b-lime-600\/20 {
    border-bottom-color: rgb(101 163 13 / 0.2);
  }

  .\32xl\:border-b-lime-600\/25 {
    border-bottom-color: rgb(101 163 13 / 0.25);
  }

  .\32xl\:border-b-lime-600\/30 {
    border-bottom-color: rgb(101 163 13 / 0.3);
  }

  .\32xl\:border-b-lime-600\/35 {
    border-bottom-color: rgb(101 163 13 / 0.35);
  }

  .\32xl\:border-b-lime-600\/40 {
    border-bottom-color: rgb(101 163 13 / 0.4);
  }

  .\32xl\:border-b-lime-600\/45 {
    border-bottom-color: rgb(101 163 13 / 0.45);
  }

  .\32xl\:border-b-lime-600\/5 {
    border-bottom-color: rgb(101 163 13 / 0.05);
  }

  .\32xl\:border-b-lime-600\/50 {
    border-bottom-color: rgb(101 163 13 / 0.5);
  }

  .\32xl\:border-b-lime-600\/55 {
    border-bottom-color: rgb(101 163 13 / 0.55);
  }

  .\32xl\:border-b-lime-600\/60 {
    border-bottom-color: rgb(101 163 13 / 0.6);
  }

  .\32xl\:border-b-lime-600\/65 {
    border-bottom-color: rgb(101 163 13 / 0.65);
  }

  .\32xl\:border-b-lime-600\/70 {
    border-bottom-color: rgb(101 163 13 / 0.7);
  }

  .\32xl\:border-b-lime-600\/75 {
    border-bottom-color: rgb(101 163 13 / 0.75);
  }

  .\32xl\:border-b-lime-600\/80 {
    border-bottom-color: rgb(101 163 13 / 0.8);
  }

  .\32xl\:border-b-lime-600\/85 {
    border-bottom-color: rgb(101 163 13 / 0.85);
  }

  .\32xl\:border-b-lime-600\/90 {
    border-bottom-color: rgb(101 163 13 / 0.9);
  }

  .\32xl\:border-b-lime-600\/95 {
    border-bottom-color: rgb(101 163 13 / 0.95);
  }

  .\32xl\:border-b-lime-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-700\/0 {
    border-bottom-color: rgb(77 124 15 / 0);
  }

  .\32xl\:border-b-lime-700\/10 {
    border-bottom-color: rgb(77 124 15 / 0.1);
  }

  .\32xl\:border-b-lime-700\/100 {
    border-bottom-color: rgb(77 124 15 / 1);
  }

  .\32xl\:border-b-lime-700\/15 {
    border-bottom-color: rgb(77 124 15 / 0.15);
  }

  .\32xl\:border-b-lime-700\/20 {
    border-bottom-color: rgb(77 124 15 / 0.2);
  }

  .\32xl\:border-b-lime-700\/25 {
    border-bottom-color: rgb(77 124 15 / 0.25);
  }

  .\32xl\:border-b-lime-700\/30 {
    border-bottom-color: rgb(77 124 15 / 0.3);
  }

  .\32xl\:border-b-lime-700\/35 {
    border-bottom-color: rgb(77 124 15 / 0.35);
  }

  .\32xl\:border-b-lime-700\/40 {
    border-bottom-color: rgb(77 124 15 / 0.4);
  }

  .\32xl\:border-b-lime-700\/45 {
    border-bottom-color: rgb(77 124 15 / 0.45);
  }

  .\32xl\:border-b-lime-700\/5 {
    border-bottom-color: rgb(77 124 15 / 0.05);
  }

  .\32xl\:border-b-lime-700\/50 {
    border-bottom-color: rgb(77 124 15 / 0.5);
  }

  .\32xl\:border-b-lime-700\/55 {
    border-bottom-color: rgb(77 124 15 / 0.55);
  }

  .\32xl\:border-b-lime-700\/60 {
    border-bottom-color: rgb(77 124 15 / 0.6);
  }

  .\32xl\:border-b-lime-700\/65 {
    border-bottom-color: rgb(77 124 15 / 0.65);
  }

  .\32xl\:border-b-lime-700\/70 {
    border-bottom-color: rgb(77 124 15 / 0.7);
  }

  .\32xl\:border-b-lime-700\/75 {
    border-bottom-color: rgb(77 124 15 / 0.75);
  }

  .\32xl\:border-b-lime-700\/80 {
    border-bottom-color: rgb(77 124 15 / 0.8);
  }

  .\32xl\:border-b-lime-700\/85 {
    border-bottom-color: rgb(77 124 15 / 0.85);
  }

  .\32xl\:border-b-lime-700\/90 {
    border-bottom-color: rgb(77 124 15 / 0.9);
  }

  .\32xl\:border-b-lime-700\/95 {
    border-bottom-color: rgb(77 124 15 / 0.95);
  }

  .\32xl\:border-b-lime-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-800\/0 {
    border-bottom-color: rgb(63 98 18 / 0);
  }

  .\32xl\:border-b-lime-800\/10 {
    border-bottom-color: rgb(63 98 18 / 0.1);
  }

  .\32xl\:border-b-lime-800\/100 {
    border-bottom-color: rgb(63 98 18 / 1);
  }

  .\32xl\:border-b-lime-800\/15 {
    border-bottom-color: rgb(63 98 18 / 0.15);
  }

  .\32xl\:border-b-lime-800\/20 {
    border-bottom-color: rgb(63 98 18 / 0.2);
  }

  .\32xl\:border-b-lime-800\/25 {
    border-bottom-color: rgb(63 98 18 / 0.25);
  }

  .\32xl\:border-b-lime-800\/30 {
    border-bottom-color: rgb(63 98 18 / 0.3);
  }

  .\32xl\:border-b-lime-800\/35 {
    border-bottom-color: rgb(63 98 18 / 0.35);
  }

  .\32xl\:border-b-lime-800\/40 {
    border-bottom-color: rgb(63 98 18 / 0.4);
  }

  .\32xl\:border-b-lime-800\/45 {
    border-bottom-color: rgb(63 98 18 / 0.45);
  }

  .\32xl\:border-b-lime-800\/5 {
    border-bottom-color: rgb(63 98 18 / 0.05);
  }

  .\32xl\:border-b-lime-800\/50 {
    border-bottom-color: rgb(63 98 18 / 0.5);
  }

  .\32xl\:border-b-lime-800\/55 {
    border-bottom-color: rgb(63 98 18 / 0.55);
  }

  .\32xl\:border-b-lime-800\/60 {
    border-bottom-color: rgb(63 98 18 / 0.6);
  }

  .\32xl\:border-b-lime-800\/65 {
    border-bottom-color: rgb(63 98 18 / 0.65);
  }

  .\32xl\:border-b-lime-800\/70 {
    border-bottom-color: rgb(63 98 18 / 0.7);
  }

  .\32xl\:border-b-lime-800\/75 {
    border-bottom-color: rgb(63 98 18 / 0.75);
  }

  .\32xl\:border-b-lime-800\/80 {
    border-bottom-color: rgb(63 98 18 / 0.8);
  }

  .\32xl\:border-b-lime-800\/85 {
    border-bottom-color: rgb(63 98 18 / 0.85);
  }

  .\32xl\:border-b-lime-800\/90 {
    border-bottom-color: rgb(63 98 18 / 0.9);
  }

  .\32xl\:border-b-lime-800\/95 {
    border-bottom-color: rgb(63 98 18 / 0.95);
  }

  .\32xl\:border-b-lime-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-900\/0 {
    border-bottom-color: rgb(54 83 20 / 0);
  }

  .\32xl\:border-b-lime-900\/10 {
    border-bottom-color: rgb(54 83 20 / 0.1);
  }

  .\32xl\:border-b-lime-900\/100 {
    border-bottom-color: rgb(54 83 20 / 1);
  }

  .\32xl\:border-b-lime-900\/15 {
    border-bottom-color: rgb(54 83 20 / 0.15);
  }

  .\32xl\:border-b-lime-900\/20 {
    border-bottom-color: rgb(54 83 20 / 0.2);
  }

  .\32xl\:border-b-lime-900\/25 {
    border-bottom-color: rgb(54 83 20 / 0.25);
  }

  .\32xl\:border-b-lime-900\/30 {
    border-bottom-color: rgb(54 83 20 / 0.3);
  }

  .\32xl\:border-b-lime-900\/35 {
    border-bottom-color: rgb(54 83 20 / 0.35);
  }

  .\32xl\:border-b-lime-900\/40 {
    border-bottom-color: rgb(54 83 20 / 0.4);
  }

  .\32xl\:border-b-lime-900\/45 {
    border-bottom-color: rgb(54 83 20 / 0.45);
  }

  .\32xl\:border-b-lime-900\/5 {
    border-bottom-color: rgb(54 83 20 / 0.05);
  }

  .\32xl\:border-b-lime-900\/50 {
    border-bottom-color: rgb(54 83 20 / 0.5);
  }

  .\32xl\:border-b-lime-900\/55 {
    border-bottom-color: rgb(54 83 20 / 0.55);
  }

  .\32xl\:border-b-lime-900\/60 {
    border-bottom-color: rgb(54 83 20 / 0.6);
  }

  .\32xl\:border-b-lime-900\/65 {
    border-bottom-color: rgb(54 83 20 / 0.65);
  }

  .\32xl\:border-b-lime-900\/70 {
    border-bottom-color: rgb(54 83 20 / 0.7);
  }

  .\32xl\:border-b-lime-900\/75 {
    border-bottom-color: rgb(54 83 20 / 0.75);
  }

  .\32xl\:border-b-lime-900\/80 {
    border-bottom-color: rgb(54 83 20 / 0.8);
  }

  .\32xl\:border-b-lime-900\/85 {
    border-bottom-color: rgb(54 83 20 / 0.85);
  }

  .\32xl\:border-b-lime-900\/90 {
    border-bottom-color: rgb(54 83 20 / 0.9);
  }

  .\32xl\:border-b-lime-900\/95 {
    border-bottom-color: rgb(54 83 20 / 0.95);
  }

  .\32xl\:border-b-lime-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-lime-950\/0 {
    border-bottom-color: rgb(26 46 5 / 0);
  }

  .\32xl\:border-b-lime-950\/10 {
    border-bottom-color: rgb(26 46 5 / 0.1);
  }

  .\32xl\:border-b-lime-950\/100 {
    border-bottom-color: rgb(26 46 5 / 1);
  }

  .\32xl\:border-b-lime-950\/15 {
    border-bottom-color: rgb(26 46 5 / 0.15);
  }

  .\32xl\:border-b-lime-950\/20 {
    border-bottom-color: rgb(26 46 5 / 0.2);
  }

  .\32xl\:border-b-lime-950\/25 {
    border-bottom-color: rgb(26 46 5 / 0.25);
  }

  .\32xl\:border-b-lime-950\/30 {
    border-bottom-color: rgb(26 46 5 / 0.3);
  }

  .\32xl\:border-b-lime-950\/35 {
    border-bottom-color: rgb(26 46 5 / 0.35);
  }

  .\32xl\:border-b-lime-950\/40 {
    border-bottom-color: rgb(26 46 5 / 0.4);
  }

  .\32xl\:border-b-lime-950\/45 {
    border-bottom-color: rgb(26 46 5 / 0.45);
  }

  .\32xl\:border-b-lime-950\/5 {
    border-bottom-color: rgb(26 46 5 / 0.05);
  }

  .\32xl\:border-b-lime-950\/50 {
    border-bottom-color: rgb(26 46 5 / 0.5);
  }

  .\32xl\:border-b-lime-950\/55 {
    border-bottom-color: rgb(26 46 5 / 0.55);
  }

  .\32xl\:border-b-lime-950\/60 {
    border-bottom-color: rgb(26 46 5 / 0.6);
  }

  .\32xl\:border-b-lime-950\/65 {
    border-bottom-color: rgb(26 46 5 / 0.65);
  }

  .\32xl\:border-b-lime-950\/70 {
    border-bottom-color: rgb(26 46 5 / 0.7);
  }

  .\32xl\:border-b-lime-950\/75 {
    border-bottom-color: rgb(26 46 5 / 0.75);
  }

  .\32xl\:border-b-lime-950\/80 {
    border-bottom-color: rgb(26 46 5 / 0.8);
  }

  .\32xl\:border-b-lime-950\/85 {
    border-bottom-color: rgb(26 46 5 / 0.85);
  }

  .\32xl\:border-b-lime-950\/90 {
    border-bottom-color: rgb(26 46 5 / 0.9);
  }

  .\32xl\:border-b-lime-950\/95 {
    border-bottom-color: rgb(26 46 5 / 0.95);
  }

  .\32xl\:border-b-muted {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-muted-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-muted-foreground\/0 {
    border-bottom-color: hsl(var(--muted-foreground) / 0);
  }

  .\32xl\:border-b-muted-foreground\/10 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.1);
  }

  .\32xl\:border-b-muted-foreground\/100 {
    border-bottom-color: hsl(var(--muted-foreground) / 1);
  }

  .\32xl\:border-b-muted-foreground\/15 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.15);
  }

  .\32xl\:border-b-muted-foreground\/20 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.2);
  }

  .\32xl\:border-b-muted-foreground\/25 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.25);
  }

  .\32xl\:border-b-muted-foreground\/30 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.3);
  }

  .\32xl\:border-b-muted-foreground\/35 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.35);
  }

  .\32xl\:border-b-muted-foreground\/40 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.4);
  }

  .\32xl\:border-b-muted-foreground\/45 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.45);
  }

  .\32xl\:border-b-muted-foreground\/5 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.05);
  }

  .\32xl\:border-b-muted-foreground\/50 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.5);
  }

  .\32xl\:border-b-muted-foreground\/55 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.55);
  }

  .\32xl\:border-b-muted-foreground\/60 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.6);
  }

  .\32xl\:border-b-muted-foreground\/65 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.65);
  }

  .\32xl\:border-b-muted-foreground\/70 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.7);
  }

  .\32xl\:border-b-muted-foreground\/75 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.75);
  }

  .\32xl\:border-b-muted-foreground\/80 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.8);
  }

  .\32xl\:border-b-muted-foreground\/85 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.85);
  }

  .\32xl\:border-b-muted-foreground\/90 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.9);
  }

  .\32xl\:border-b-muted-foreground\/95 {
    border-bottom-color: hsl(var(--muted-foreground) / 0.95);
  }

  .\32xl\:border-b-muted\/0 {
    border-bottom-color: hsl(var(--muted) / 0);
  }

  .\32xl\:border-b-muted\/10 {
    border-bottom-color: hsl(var(--muted) / 0.1);
  }

  .\32xl\:border-b-muted\/100 {
    border-bottom-color: hsl(var(--muted) / 1);
  }

  .\32xl\:border-b-muted\/15 {
    border-bottom-color: hsl(var(--muted) / 0.15);
  }

  .\32xl\:border-b-muted\/20 {
    border-bottom-color: hsl(var(--muted) / 0.2);
  }

  .\32xl\:border-b-muted\/25 {
    border-bottom-color: hsl(var(--muted) / 0.25);
  }

  .\32xl\:border-b-muted\/30 {
    border-bottom-color: hsl(var(--muted) / 0.3);
  }

  .\32xl\:border-b-muted\/35 {
    border-bottom-color: hsl(var(--muted) / 0.35);
  }

  .\32xl\:border-b-muted\/40 {
    border-bottom-color: hsl(var(--muted) / 0.4);
  }

  .\32xl\:border-b-muted\/45 {
    border-bottom-color: hsl(var(--muted) / 0.45);
  }

  .\32xl\:border-b-muted\/5 {
    border-bottom-color: hsl(var(--muted) / 0.05);
  }

  .\32xl\:border-b-muted\/50 {
    border-bottom-color: hsl(var(--muted) / 0.5);
  }

  .\32xl\:border-b-muted\/55 {
    border-bottom-color: hsl(var(--muted) / 0.55);
  }

  .\32xl\:border-b-muted\/60 {
    border-bottom-color: hsl(var(--muted) / 0.6);
  }

  .\32xl\:border-b-muted\/65 {
    border-bottom-color: hsl(var(--muted) / 0.65);
  }

  .\32xl\:border-b-muted\/70 {
    border-bottom-color: hsl(var(--muted) / 0.7);
  }

  .\32xl\:border-b-muted\/75 {
    border-bottom-color: hsl(var(--muted) / 0.75);
  }

  .\32xl\:border-b-muted\/80 {
    border-bottom-color: hsl(var(--muted) / 0.8);
  }

  .\32xl\:border-b-muted\/85 {
    border-bottom-color: hsl(var(--muted) / 0.85);
  }

  .\32xl\:border-b-muted\/90 {
    border-bottom-color: hsl(var(--muted) / 0.9);
  }

  .\32xl\:border-b-muted\/95 {
    border-bottom-color: hsl(var(--muted) / 0.95);
  }

  .\32xl\:border-b-neutral-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-100\/0 {
    border-bottom-color: rgb(245 245 245 / 0);
  }

  .\32xl\:border-b-neutral-100\/10 {
    border-bottom-color: rgb(245 245 245 / 0.1);
  }

  .\32xl\:border-b-neutral-100\/100 {
    border-bottom-color: rgb(245 245 245 / 1);
  }

  .\32xl\:border-b-neutral-100\/15 {
    border-bottom-color: rgb(245 245 245 / 0.15);
  }

  .\32xl\:border-b-neutral-100\/20 {
    border-bottom-color: rgb(245 245 245 / 0.2);
  }

  .\32xl\:border-b-neutral-100\/25 {
    border-bottom-color: rgb(245 245 245 / 0.25);
  }

  .\32xl\:border-b-neutral-100\/30 {
    border-bottom-color: rgb(245 245 245 / 0.3);
  }

  .\32xl\:border-b-neutral-100\/35 {
    border-bottom-color: rgb(245 245 245 / 0.35);
  }

  .\32xl\:border-b-neutral-100\/40 {
    border-bottom-color: rgb(245 245 245 / 0.4);
  }

  .\32xl\:border-b-neutral-100\/45 {
    border-bottom-color: rgb(245 245 245 / 0.45);
  }

  .\32xl\:border-b-neutral-100\/5 {
    border-bottom-color: rgb(245 245 245 / 0.05);
  }

  .\32xl\:border-b-neutral-100\/50 {
    border-bottom-color: rgb(245 245 245 / 0.5);
  }

  .\32xl\:border-b-neutral-100\/55 {
    border-bottom-color: rgb(245 245 245 / 0.55);
  }

  .\32xl\:border-b-neutral-100\/60 {
    border-bottom-color: rgb(245 245 245 / 0.6);
  }

  .\32xl\:border-b-neutral-100\/65 {
    border-bottom-color: rgb(245 245 245 / 0.65);
  }

  .\32xl\:border-b-neutral-100\/70 {
    border-bottom-color: rgb(245 245 245 / 0.7);
  }

  .\32xl\:border-b-neutral-100\/75 {
    border-bottom-color: rgb(245 245 245 / 0.75);
  }

  .\32xl\:border-b-neutral-100\/80 {
    border-bottom-color: rgb(245 245 245 / 0.8);
  }

  .\32xl\:border-b-neutral-100\/85 {
    border-bottom-color: rgb(245 245 245 / 0.85);
  }

  .\32xl\:border-b-neutral-100\/90 {
    border-bottom-color: rgb(245 245 245 / 0.9);
  }

  .\32xl\:border-b-neutral-100\/95 {
    border-bottom-color: rgb(245 245 245 / 0.95);
  }

  .\32xl\:border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-200\/0 {
    border-bottom-color: rgb(229 229 229 / 0);
  }

  .\32xl\:border-b-neutral-200\/10 {
    border-bottom-color: rgb(229 229 229 / 0.1);
  }

  .\32xl\:border-b-neutral-200\/100 {
    border-bottom-color: rgb(229 229 229 / 1);
  }

  .\32xl\:border-b-neutral-200\/15 {
    border-bottom-color: rgb(229 229 229 / 0.15);
  }

  .\32xl\:border-b-neutral-200\/20 {
    border-bottom-color: rgb(229 229 229 / 0.2);
  }

  .\32xl\:border-b-neutral-200\/25 {
    border-bottom-color: rgb(229 229 229 / 0.25);
  }

  .\32xl\:border-b-neutral-200\/30 {
    border-bottom-color: rgb(229 229 229 / 0.3);
  }

  .\32xl\:border-b-neutral-200\/35 {
    border-bottom-color: rgb(229 229 229 / 0.35);
  }

  .\32xl\:border-b-neutral-200\/40 {
    border-bottom-color: rgb(229 229 229 / 0.4);
  }

  .\32xl\:border-b-neutral-200\/45 {
    border-bottom-color: rgb(229 229 229 / 0.45);
  }

  .\32xl\:border-b-neutral-200\/5 {
    border-bottom-color: rgb(229 229 229 / 0.05);
  }

  .\32xl\:border-b-neutral-200\/50 {
    border-bottom-color: rgb(229 229 229 / 0.5);
  }

  .\32xl\:border-b-neutral-200\/55 {
    border-bottom-color: rgb(229 229 229 / 0.55);
  }

  .\32xl\:border-b-neutral-200\/60 {
    border-bottom-color: rgb(229 229 229 / 0.6);
  }

  .\32xl\:border-b-neutral-200\/65 {
    border-bottom-color: rgb(229 229 229 / 0.65);
  }

  .\32xl\:border-b-neutral-200\/70 {
    border-bottom-color: rgb(229 229 229 / 0.7);
  }

  .\32xl\:border-b-neutral-200\/75 {
    border-bottom-color: rgb(229 229 229 / 0.75);
  }

  .\32xl\:border-b-neutral-200\/80 {
    border-bottom-color: rgb(229 229 229 / 0.8);
  }

  .\32xl\:border-b-neutral-200\/85 {
    border-bottom-color: rgb(229 229 229 / 0.85);
  }

  .\32xl\:border-b-neutral-200\/90 {
    border-bottom-color: rgb(229 229 229 / 0.9);
  }

  .\32xl\:border-b-neutral-200\/95 {
    border-bottom-color: rgb(229 229 229 / 0.95);
  }

  .\32xl\:border-b-neutral-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-300\/0 {
    border-bottom-color: rgb(212 212 212 / 0);
  }

  .\32xl\:border-b-neutral-300\/10 {
    border-bottom-color: rgb(212 212 212 / 0.1);
  }

  .\32xl\:border-b-neutral-300\/100 {
    border-bottom-color: rgb(212 212 212 / 1);
  }

  .\32xl\:border-b-neutral-300\/15 {
    border-bottom-color: rgb(212 212 212 / 0.15);
  }

  .\32xl\:border-b-neutral-300\/20 {
    border-bottom-color: rgb(212 212 212 / 0.2);
  }

  .\32xl\:border-b-neutral-300\/25 {
    border-bottom-color: rgb(212 212 212 / 0.25);
  }

  .\32xl\:border-b-neutral-300\/30 {
    border-bottom-color: rgb(212 212 212 / 0.3);
  }

  .\32xl\:border-b-neutral-300\/35 {
    border-bottom-color: rgb(212 212 212 / 0.35);
  }

  .\32xl\:border-b-neutral-300\/40 {
    border-bottom-color: rgb(212 212 212 / 0.4);
  }

  .\32xl\:border-b-neutral-300\/45 {
    border-bottom-color: rgb(212 212 212 / 0.45);
  }

  .\32xl\:border-b-neutral-300\/5 {
    border-bottom-color: rgb(212 212 212 / 0.05);
  }

  .\32xl\:border-b-neutral-300\/50 {
    border-bottom-color: rgb(212 212 212 / 0.5);
  }

  .\32xl\:border-b-neutral-300\/55 {
    border-bottom-color: rgb(212 212 212 / 0.55);
  }

  .\32xl\:border-b-neutral-300\/60 {
    border-bottom-color: rgb(212 212 212 / 0.6);
  }

  .\32xl\:border-b-neutral-300\/65 {
    border-bottom-color: rgb(212 212 212 / 0.65);
  }

  .\32xl\:border-b-neutral-300\/70 {
    border-bottom-color: rgb(212 212 212 / 0.7);
  }

  .\32xl\:border-b-neutral-300\/75 {
    border-bottom-color: rgb(212 212 212 / 0.75);
  }

  .\32xl\:border-b-neutral-300\/80 {
    border-bottom-color: rgb(212 212 212 / 0.8);
  }

  .\32xl\:border-b-neutral-300\/85 {
    border-bottom-color: rgb(212 212 212 / 0.85);
  }

  .\32xl\:border-b-neutral-300\/90 {
    border-bottom-color: rgb(212 212 212 / 0.9);
  }

  .\32xl\:border-b-neutral-300\/95 {
    border-bottom-color: rgb(212 212 212 / 0.95);
  }

  .\32xl\:border-b-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-400\/0 {
    border-bottom-color: rgb(163 163 163 / 0);
  }

  .\32xl\:border-b-neutral-400\/10 {
    border-bottom-color: rgb(163 163 163 / 0.1);
  }

  .\32xl\:border-b-neutral-400\/100 {
    border-bottom-color: rgb(163 163 163 / 1);
  }

  .\32xl\:border-b-neutral-400\/15 {
    border-bottom-color: rgb(163 163 163 / 0.15);
  }

  .\32xl\:border-b-neutral-400\/20 {
    border-bottom-color: rgb(163 163 163 / 0.2);
  }

  .\32xl\:border-b-neutral-400\/25 {
    border-bottom-color: rgb(163 163 163 / 0.25);
  }

  .\32xl\:border-b-neutral-400\/30 {
    border-bottom-color: rgb(163 163 163 / 0.3);
  }

  .\32xl\:border-b-neutral-400\/35 {
    border-bottom-color: rgb(163 163 163 / 0.35);
  }

  .\32xl\:border-b-neutral-400\/40 {
    border-bottom-color: rgb(163 163 163 / 0.4);
  }

  .\32xl\:border-b-neutral-400\/45 {
    border-bottom-color: rgb(163 163 163 / 0.45);
  }

  .\32xl\:border-b-neutral-400\/5 {
    border-bottom-color: rgb(163 163 163 / 0.05);
  }

  .\32xl\:border-b-neutral-400\/50 {
    border-bottom-color: rgb(163 163 163 / 0.5);
  }

  .\32xl\:border-b-neutral-400\/55 {
    border-bottom-color: rgb(163 163 163 / 0.55);
  }

  .\32xl\:border-b-neutral-400\/60 {
    border-bottom-color: rgb(163 163 163 / 0.6);
  }

  .\32xl\:border-b-neutral-400\/65 {
    border-bottom-color: rgb(163 163 163 / 0.65);
  }

  .\32xl\:border-b-neutral-400\/70 {
    border-bottom-color: rgb(163 163 163 / 0.7);
  }

  .\32xl\:border-b-neutral-400\/75 {
    border-bottom-color: rgb(163 163 163 / 0.75);
  }

  .\32xl\:border-b-neutral-400\/80 {
    border-bottom-color: rgb(163 163 163 / 0.8);
  }

  .\32xl\:border-b-neutral-400\/85 {
    border-bottom-color: rgb(163 163 163 / 0.85);
  }

  .\32xl\:border-b-neutral-400\/90 {
    border-bottom-color: rgb(163 163 163 / 0.9);
  }

  .\32xl\:border-b-neutral-400\/95 {
    border-bottom-color: rgb(163 163 163 / 0.95);
  }

  .\32xl\:border-b-neutral-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-b-neutral-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-b-neutral-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-b-neutral-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-b-neutral-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-b-neutral-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-b-neutral-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-b-neutral-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-b-neutral-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-b-neutral-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-b-neutral-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-b-neutral-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-b-neutral-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-b-neutral-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-b-neutral-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-b-neutral-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-b-neutral-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-b-neutral-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-b-neutral-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-b-neutral-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-b-neutral-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-b-neutral-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-500\/0 {
    border-bottom-color: rgb(115 115 115 / 0);
  }

  .\32xl\:border-b-neutral-500\/10 {
    border-bottom-color: rgb(115 115 115 / 0.1);
  }

  .\32xl\:border-b-neutral-500\/100 {
    border-bottom-color: rgb(115 115 115 / 1);
  }

  .\32xl\:border-b-neutral-500\/15 {
    border-bottom-color: rgb(115 115 115 / 0.15);
  }

  .\32xl\:border-b-neutral-500\/20 {
    border-bottom-color: rgb(115 115 115 / 0.2);
  }

  .\32xl\:border-b-neutral-500\/25 {
    border-bottom-color: rgb(115 115 115 / 0.25);
  }

  .\32xl\:border-b-neutral-500\/30 {
    border-bottom-color: rgb(115 115 115 / 0.3);
  }

  .\32xl\:border-b-neutral-500\/35 {
    border-bottom-color: rgb(115 115 115 / 0.35);
  }

  .\32xl\:border-b-neutral-500\/40 {
    border-bottom-color: rgb(115 115 115 / 0.4);
  }

  .\32xl\:border-b-neutral-500\/45 {
    border-bottom-color: rgb(115 115 115 / 0.45);
  }

  .\32xl\:border-b-neutral-500\/5 {
    border-bottom-color: rgb(115 115 115 / 0.05);
  }

  .\32xl\:border-b-neutral-500\/50 {
    border-bottom-color: rgb(115 115 115 / 0.5);
  }

  .\32xl\:border-b-neutral-500\/55 {
    border-bottom-color: rgb(115 115 115 / 0.55);
  }

  .\32xl\:border-b-neutral-500\/60 {
    border-bottom-color: rgb(115 115 115 / 0.6);
  }

  .\32xl\:border-b-neutral-500\/65 {
    border-bottom-color: rgb(115 115 115 / 0.65);
  }

  .\32xl\:border-b-neutral-500\/70 {
    border-bottom-color: rgb(115 115 115 / 0.7);
  }

  .\32xl\:border-b-neutral-500\/75 {
    border-bottom-color: rgb(115 115 115 / 0.75);
  }

  .\32xl\:border-b-neutral-500\/80 {
    border-bottom-color: rgb(115 115 115 / 0.8);
  }

  .\32xl\:border-b-neutral-500\/85 {
    border-bottom-color: rgb(115 115 115 / 0.85);
  }

  .\32xl\:border-b-neutral-500\/90 {
    border-bottom-color: rgb(115 115 115 / 0.9);
  }

  .\32xl\:border-b-neutral-500\/95 {
    border-bottom-color: rgb(115 115 115 / 0.95);
  }

  .\32xl\:border-b-neutral-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-600\/0 {
    border-bottom-color: rgb(82 82 82 / 0);
  }

  .\32xl\:border-b-neutral-600\/10 {
    border-bottom-color: rgb(82 82 82 / 0.1);
  }

  .\32xl\:border-b-neutral-600\/100 {
    border-bottom-color: rgb(82 82 82 / 1);
  }

  .\32xl\:border-b-neutral-600\/15 {
    border-bottom-color: rgb(82 82 82 / 0.15);
  }

  .\32xl\:border-b-neutral-600\/20 {
    border-bottom-color: rgb(82 82 82 / 0.2);
  }

  .\32xl\:border-b-neutral-600\/25 {
    border-bottom-color: rgb(82 82 82 / 0.25);
  }

  .\32xl\:border-b-neutral-600\/30 {
    border-bottom-color: rgb(82 82 82 / 0.3);
  }

  .\32xl\:border-b-neutral-600\/35 {
    border-bottom-color: rgb(82 82 82 / 0.35);
  }

  .\32xl\:border-b-neutral-600\/40 {
    border-bottom-color: rgb(82 82 82 / 0.4);
  }

  .\32xl\:border-b-neutral-600\/45 {
    border-bottom-color: rgb(82 82 82 / 0.45);
  }

  .\32xl\:border-b-neutral-600\/5 {
    border-bottom-color: rgb(82 82 82 / 0.05);
  }

  .\32xl\:border-b-neutral-600\/50 {
    border-bottom-color: rgb(82 82 82 / 0.5);
  }

  .\32xl\:border-b-neutral-600\/55 {
    border-bottom-color: rgb(82 82 82 / 0.55);
  }

  .\32xl\:border-b-neutral-600\/60 {
    border-bottom-color: rgb(82 82 82 / 0.6);
  }

  .\32xl\:border-b-neutral-600\/65 {
    border-bottom-color: rgb(82 82 82 / 0.65);
  }

  .\32xl\:border-b-neutral-600\/70 {
    border-bottom-color: rgb(82 82 82 / 0.7);
  }

  .\32xl\:border-b-neutral-600\/75 {
    border-bottom-color: rgb(82 82 82 / 0.75);
  }

  .\32xl\:border-b-neutral-600\/80 {
    border-bottom-color: rgb(82 82 82 / 0.8);
  }

  .\32xl\:border-b-neutral-600\/85 {
    border-bottom-color: rgb(82 82 82 / 0.85);
  }

  .\32xl\:border-b-neutral-600\/90 {
    border-bottom-color: rgb(82 82 82 / 0.9);
  }

  .\32xl\:border-b-neutral-600\/95 {
    border-bottom-color: rgb(82 82 82 / 0.95);
  }

  .\32xl\:border-b-neutral-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-700\/0 {
    border-bottom-color: rgb(64 64 64 / 0);
  }

  .\32xl\:border-b-neutral-700\/10 {
    border-bottom-color: rgb(64 64 64 / 0.1);
  }

  .\32xl\:border-b-neutral-700\/100 {
    border-bottom-color: rgb(64 64 64 / 1);
  }

  .\32xl\:border-b-neutral-700\/15 {
    border-bottom-color: rgb(64 64 64 / 0.15);
  }

  .\32xl\:border-b-neutral-700\/20 {
    border-bottom-color: rgb(64 64 64 / 0.2);
  }

  .\32xl\:border-b-neutral-700\/25 {
    border-bottom-color: rgb(64 64 64 / 0.25);
  }

  .\32xl\:border-b-neutral-700\/30 {
    border-bottom-color: rgb(64 64 64 / 0.3);
  }

  .\32xl\:border-b-neutral-700\/35 {
    border-bottom-color: rgb(64 64 64 / 0.35);
  }

  .\32xl\:border-b-neutral-700\/40 {
    border-bottom-color: rgb(64 64 64 / 0.4);
  }

  .\32xl\:border-b-neutral-700\/45 {
    border-bottom-color: rgb(64 64 64 / 0.45);
  }

  .\32xl\:border-b-neutral-700\/5 {
    border-bottom-color: rgb(64 64 64 / 0.05);
  }

  .\32xl\:border-b-neutral-700\/50 {
    border-bottom-color: rgb(64 64 64 / 0.5);
  }

  .\32xl\:border-b-neutral-700\/55 {
    border-bottom-color: rgb(64 64 64 / 0.55);
  }

  .\32xl\:border-b-neutral-700\/60 {
    border-bottom-color: rgb(64 64 64 / 0.6);
  }

  .\32xl\:border-b-neutral-700\/65 {
    border-bottom-color: rgb(64 64 64 / 0.65);
  }

  .\32xl\:border-b-neutral-700\/70 {
    border-bottom-color: rgb(64 64 64 / 0.7);
  }

  .\32xl\:border-b-neutral-700\/75 {
    border-bottom-color: rgb(64 64 64 / 0.75);
  }

  .\32xl\:border-b-neutral-700\/80 {
    border-bottom-color: rgb(64 64 64 / 0.8);
  }

  .\32xl\:border-b-neutral-700\/85 {
    border-bottom-color: rgb(64 64 64 / 0.85);
  }

  .\32xl\:border-b-neutral-700\/90 {
    border-bottom-color: rgb(64 64 64 / 0.9);
  }

  .\32xl\:border-b-neutral-700\/95 {
    border-bottom-color: rgb(64 64 64 / 0.95);
  }

  .\32xl\:border-b-neutral-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-800\/0 {
    border-bottom-color: rgb(38 38 38 / 0);
  }

  .\32xl\:border-b-neutral-800\/10 {
    border-bottom-color: rgb(38 38 38 / 0.1);
  }

  .\32xl\:border-b-neutral-800\/100 {
    border-bottom-color: rgb(38 38 38 / 1);
  }

  .\32xl\:border-b-neutral-800\/15 {
    border-bottom-color: rgb(38 38 38 / 0.15);
  }

  .\32xl\:border-b-neutral-800\/20 {
    border-bottom-color: rgb(38 38 38 / 0.2);
  }

  .\32xl\:border-b-neutral-800\/25 {
    border-bottom-color: rgb(38 38 38 / 0.25);
  }

  .\32xl\:border-b-neutral-800\/30 {
    border-bottom-color: rgb(38 38 38 / 0.3);
  }

  .\32xl\:border-b-neutral-800\/35 {
    border-bottom-color: rgb(38 38 38 / 0.35);
  }

  .\32xl\:border-b-neutral-800\/40 {
    border-bottom-color: rgb(38 38 38 / 0.4);
  }

  .\32xl\:border-b-neutral-800\/45 {
    border-bottom-color: rgb(38 38 38 / 0.45);
  }

  .\32xl\:border-b-neutral-800\/5 {
    border-bottom-color: rgb(38 38 38 / 0.05);
  }

  .\32xl\:border-b-neutral-800\/50 {
    border-bottom-color: rgb(38 38 38 / 0.5);
  }

  .\32xl\:border-b-neutral-800\/55 {
    border-bottom-color: rgb(38 38 38 / 0.55);
  }

  .\32xl\:border-b-neutral-800\/60 {
    border-bottom-color: rgb(38 38 38 / 0.6);
  }

  .\32xl\:border-b-neutral-800\/65 {
    border-bottom-color: rgb(38 38 38 / 0.65);
  }

  .\32xl\:border-b-neutral-800\/70 {
    border-bottom-color: rgb(38 38 38 / 0.7);
  }

  .\32xl\:border-b-neutral-800\/75 {
    border-bottom-color: rgb(38 38 38 / 0.75);
  }

  .\32xl\:border-b-neutral-800\/80 {
    border-bottom-color: rgb(38 38 38 / 0.8);
  }

  .\32xl\:border-b-neutral-800\/85 {
    border-bottom-color: rgb(38 38 38 / 0.85);
  }

  .\32xl\:border-b-neutral-800\/90 {
    border-bottom-color: rgb(38 38 38 / 0.9);
  }

  .\32xl\:border-b-neutral-800\/95 {
    border-bottom-color: rgb(38 38 38 / 0.95);
  }

  .\32xl\:border-b-neutral-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-900\/0 {
    border-bottom-color: rgb(23 23 23 / 0);
  }

  .\32xl\:border-b-neutral-900\/10 {
    border-bottom-color: rgb(23 23 23 / 0.1);
  }

  .\32xl\:border-b-neutral-900\/100 {
    border-bottom-color: rgb(23 23 23 / 1);
  }

  .\32xl\:border-b-neutral-900\/15 {
    border-bottom-color: rgb(23 23 23 / 0.15);
  }

  .\32xl\:border-b-neutral-900\/20 {
    border-bottom-color: rgb(23 23 23 / 0.2);
  }

  .\32xl\:border-b-neutral-900\/25 {
    border-bottom-color: rgb(23 23 23 / 0.25);
  }

  .\32xl\:border-b-neutral-900\/30 {
    border-bottom-color: rgb(23 23 23 / 0.3);
  }

  .\32xl\:border-b-neutral-900\/35 {
    border-bottom-color: rgb(23 23 23 / 0.35);
  }

  .\32xl\:border-b-neutral-900\/40 {
    border-bottom-color: rgb(23 23 23 / 0.4);
  }

  .\32xl\:border-b-neutral-900\/45 {
    border-bottom-color: rgb(23 23 23 / 0.45);
  }

  .\32xl\:border-b-neutral-900\/5 {
    border-bottom-color: rgb(23 23 23 / 0.05);
  }

  .\32xl\:border-b-neutral-900\/50 {
    border-bottom-color: rgb(23 23 23 / 0.5);
  }

  .\32xl\:border-b-neutral-900\/55 {
    border-bottom-color: rgb(23 23 23 / 0.55);
  }

  .\32xl\:border-b-neutral-900\/60 {
    border-bottom-color: rgb(23 23 23 / 0.6);
  }

  .\32xl\:border-b-neutral-900\/65 {
    border-bottom-color: rgb(23 23 23 / 0.65);
  }

  .\32xl\:border-b-neutral-900\/70 {
    border-bottom-color: rgb(23 23 23 / 0.7);
  }

  .\32xl\:border-b-neutral-900\/75 {
    border-bottom-color: rgb(23 23 23 / 0.75);
  }

  .\32xl\:border-b-neutral-900\/80 {
    border-bottom-color: rgb(23 23 23 / 0.8);
  }

  .\32xl\:border-b-neutral-900\/85 {
    border-bottom-color: rgb(23 23 23 / 0.85);
  }

  .\32xl\:border-b-neutral-900\/90 {
    border-bottom-color: rgb(23 23 23 / 0.9);
  }

  .\32xl\:border-b-neutral-900\/95 {
    border-bottom-color: rgb(23 23 23 / 0.95);
  }

  .\32xl\:border-b-neutral-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-neutral-950\/0 {
    border-bottom-color: rgb(10 10 10 / 0);
  }

  .\32xl\:border-b-neutral-950\/10 {
    border-bottom-color: rgb(10 10 10 / 0.1);
  }

  .\32xl\:border-b-neutral-950\/100 {
    border-bottom-color: rgb(10 10 10 / 1);
  }

  .\32xl\:border-b-neutral-950\/15 {
    border-bottom-color: rgb(10 10 10 / 0.15);
  }

  .\32xl\:border-b-neutral-950\/20 {
    border-bottom-color: rgb(10 10 10 / 0.2);
  }

  .\32xl\:border-b-neutral-950\/25 {
    border-bottom-color: rgb(10 10 10 / 0.25);
  }

  .\32xl\:border-b-neutral-950\/30 {
    border-bottom-color: rgb(10 10 10 / 0.3);
  }

  .\32xl\:border-b-neutral-950\/35 {
    border-bottom-color: rgb(10 10 10 / 0.35);
  }

  .\32xl\:border-b-neutral-950\/40 {
    border-bottom-color: rgb(10 10 10 / 0.4);
  }

  .\32xl\:border-b-neutral-950\/45 {
    border-bottom-color: rgb(10 10 10 / 0.45);
  }

  .\32xl\:border-b-neutral-950\/5 {
    border-bottom-color: rgb(10 10 10 / 0.05);
  }

  .\32xl\:border-b-neutral-950\/50 {
    border-bottom-color: rgb(10 10 10 / 0.5);
  }

  .\32xl\:border-b-neutral-950\/55 {
    border-bottom-color: rgb(10 10 10 / 0.55);
  }

  .\32xl\:border-b-neutral-950\/60 {
    border-bottom-color: rgb(10 10 10 / 0.6);
  }

  .\32xl\:border-b-neutral-950\/65 {
    border-bottom-color: rgb(10 10 10 / 0.65);
  }

  .\32xl\:border-b-neutral-950\/70 {
    border-bottom-color: rgb(10 10 10 / 0.7);
  }

  .\32xl\:border-b-neutral-950\/75 {
    border-bottom-color: rgb(10 10 10 / 0.75);
  }

  .\32xl\:border-b-neutral-950\/80 {
    border-bottom-color: rgb(10 10 10 / 0.8);
  }

  .\32xl\:border-b-neutral-950\/85 {
    border-bottom-color: rgb(10 10 10 / 0.85);
  }

  .\32xl\:border-b-neutral-950\/90 {
    border-bottom-color: rgb(10 10 10 / 0.9);
  }

  .\32xl\:border-b-neutral-950\/95 {
    border-bottom-color: rgb(10 10 10 / 0.95);
  }

  .\32xl\:border-b-orange-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-100\/0 {
    border-bottom-color: rgb(255 237 213 / 0);
  }

  .\32xl\:border-b-orange-100\/10 {
    border-bottom-color: rgb(255 237 213 / 0.1);
  }

  .\32xl\:border-b-orange-100\/100 {
    border-bottom-color: rgb(255 237 213 / 1);
  }

  .\32xl\:border-b-orange-100\/15 {
    border-bottom-color: rgb(255 237 213 / 0.15);
  }

  .\32xl\:border-b-orange-100\/20 {
    border-bottom-color: rgb(255 237 213 / 0.2);
  }

  .\32xl\:border-b-orange-100\/25 {
    border-bottom-color: rgb(255 237 213 / 0.25);
  }

  .\32xl\:border-b-orange-100\/30 {
    border-bottom-color: rgb(255 237 213 / 0.3);
  }

  .\32xl\:border-b-orange-100\/35 {
    border-bottom-color: rgb(255 237 213 / 0.35);
  }

  .\32xl\:border-b-orange-100\/40 {
    border-bottom-color: rgb(255 237 213 / 0.4);
  }

  .\32xl\:border-b-orange-100\/45 {
    border-bottom-color: rgb(255 237 213 / 0.45);
  }

  .\32xl\:border-b-orange-100\/5 {
    border-bottom-color: rgb(255 237 213 / 0.05);
  }

  .\32xl\:border-b-orange-100\/50 {
    border-bottom-color: rgb(255 237 213 / 0.5);
  }

  .\32xl\:border-b-orange-100\/55 {
    border-bottom-color: rgb(255 237 213 / 0.55);
  }

  .\32xl\:border-b-orange-100\/60 {
    border-bottom-color: rgb(255 237 213 / 0.6);
  }

  .\32xl\:border-b-orange-100\/65 {
    border-bottom-color: rgb(255 237 213 / 0.65);
  }

  .\32xl\:border-b-orange-100\/70 {
    border-bottom-color: rgb(255 237 213 / 0.7);
  }

  .\32xl\:border-b-orange-100\/75 {
    border-bottom-color: rgb(255 237 213 / 0.75);
  }

  .\32xl\:border-b-orange-100\/80 {
    border-bottom-color: rgb(255 237 213 / 0.8);
  }

  .\32xl\:border-b-orange-100\/85 {
    border-bottom-color: rgb(255 237 213 / 0.85);
  }

  .\32xl\:border-b-orange-100\/90 {
    border-bottom-color: rgb(255 237 213 / 0.9);
  }

  .\32xl\:border-b-orange-100\/95 {
    border-bottom-color: rgb(255 237 213 / 0.95);
  }

  .\32xl\:border-b-orange-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-200\/0 {
    border-bottom-color: rgb(254 215 170 / 0);
  }

  .\32xl\:border-b-orange-200\/10 {
    border-bottom-color: rgb(254 215 170 / 0.1);
  }

  .\32xl\:border-b-orange-200\/100 {
    border-bottom-color: rgb(254 215 170 / 1);
  }

  .\32xl\:border-b-orange-200\/15 {
    border-bottom-color: rgb(254 215 170 / 0.15);
  }

  .\32xl\:border-b-orange-200\/20 {
    border-bottom-color: rgb(254 215 170 / 0.2);
  }

  .\32xl\:border-b-orange-200\/25 {
    border-bottom-color: rgb(254 215 170 / 0.25);
  }

  .\32xl\:border-b-orange-200\/30 {
    border-bottom-color: rgb(254 215 170 / 0.3);
  }

  .\32xl\:border-b-orange-200\/35 {
    border-bottom-color: rgb(254 215 170 / 0.35);
  }

  .\32xl\:border-b-orange-200\/40 {
    border-bottom-color: rgb(254 215 170 / 0.4);
  }

  .\32xl\:border-b-orange-200\/45 {
    border-bottom-color: rgb(254 215 170 / 0.45);
  }

  .\32xl\:border-b-orange-200\/5 {
    border-bottom-color: rgb(254 215 170 / 0.05);
  }

  .\32xl\:border-b-orange-200\/50 {
    border-bottom-color: rgb(254 215 170 / 0.5);
  }

  .\32xl\:border-b-orange-200\/55 {
    border-bottom-color: rgb(254 215 170 / 0.55);
  }

  .\32xl\:border-b-orange-200\/60 {
    border-bottom-color: rgb(254 215 170 / 0.6);
  }

  .\32xl\:border-b-orange-200\/65 {
    border-bottom-color: rgb(254 215 170 / 0.65);
  }

  .\32xl\:border-b-orange-200\/70 {
    border-bottom-color: rgb(254 215 170 / 0.7);
  }

  .\32xl\:border-b-orange-200\/75 {
    border-bottom-color: rgb(254 215 170 / 0.75);
  }

  .\32xl\:border-b-orange-200\/80 {
    border-bottom-color: rgb(254 215 170 / 0.8);
  }

  .\32xl\:border-b-orange-200\/85 {
    border-bottom-color: rgb(254 215 170 / 0.85);
  }

  .\32xl\:border-b-orange-200\/90 {
    border-bottom-color: rgb(254 215 170 / 0.9);
  }

  .\32xl\:border-b-orange-200\/95 {
    border-bottom-color: rgb(254 215 170 / 0.95);
  }

  .\32xl\:border-b-orange-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-300\/0 {
    border-bottom-color: rgb(253 186 116 / 0);
  }

  .\32xl\:border-b-orange-300\/10 {
    border-bottom-color: rgb(253 186 116 / 0.1);
  }

  .\32xl\:border-b-orange-300\/100 {
    border-bottom-color: rgb(253 186 116 / 1);
  }

  .\32xl\:border-b-orange-300\/15 {
    border-bottom-color: rgb(253 186 116 / 0.15);
  }

  .\32xl\:border-b-orange-300\/20 {
    border-bottom-color: rgb(253 186 116 / 0.2);
  }

  .\32xl\:border-b-orange-300\/25 {
    border-bottom-color: rgb(253 186 116 / 0.25);
  }

  .\32xl\:border-b-orange-300\/30 {
    border-bottom-color: rgb(253 186 116 / 0.3);
  }

  .\32xl\:border-b-orange-300\/35 {
    border-bottom-color: rgb(253 186 116 / 0.35);
  }

  .\32xl\:border-b-orange-300\/40 {
    border-bottom-color: rgb(253 186 116 / 0.4);
  }

  .\32xl\:border-b-orange-300\/45 {
    border-bottom-color: rgb(253 186 116 / 0.45);
  }

  .\32xl\:border-b-orange-300\/5 {
    border-bottom-color: rgb(253 186 116 / 0.05);
  }

  .\32xl\:border-b-orange-300\/50 {
    border-bottom-color: rgb(253 186 116 / 0.5);
  }

  .\32xl\:border-b-orange-300\/55 {
    border-bottom-color: rgb(253 186 116 / 0.55);
  }

  .\32xl\:border-b-orange-300\/60 {
    border-bottom-color: rgb(253 186 116 / 0.6);
  }

  .\32xl\:border-b-orange-300\/65 {
    border-bottom-color: rgb(253 186 116 / 0.65);
  }

  .\32xl\:border-b-orange-300\/70 {
    border-bottom-color: rgb(253 186 116 / 0.7);
  }

  .\32xl\:border-b-orange-300\/75 {
    border-bottom-color: rgb(253 186 116 / 0.75);
  }

  .\32xl\:border-b-orange-300\/80 {
    border-bottom-color: rgb(253 186 116 / 0.8);
  }

  .\32xl\:border-b-orange-300\/85 {
    border-bottom-color: rgb(253 186 116 / 0.85);
  }

  .\32xl\:border-b-orange-300\/90 {
    border-bottom-color: rgb(253 186 116 / 0.9);
  }

  .\32xl\:border-b-orange-300\/95 {
    border-bottom-color: rgb(253 186 116 / 0.95);
  }

  .\32xl\:border-b-orange-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-400\/0 {
    border-bottom-color: rgb(251 146 60 / 0);
  }

  .\32xl\:border-b-orange-400\/10 {
    border-bottom-color: rgb(251 146 60 / 0.1);
  }

  .\32xl\:border-b-orange-400\/100 {
    border-bottom-color: rgb(251 146 60 / 1);
  }

  .\32xl\:border-b-orange-400\/15 {
    border-bottom-color: rgb(251 146 60 / 0.15);
  }

  .\32xl\:border-b-orange-400\/20 {
    border-bottom-color: rgb(251 146 60 / 0.2);
  }

  .\32xl\:border-b-orange-400\/25 {
    border-bottom-color: rgb(251 146 60 / 0.25);
  }

  .\32xl\:border-b-orange-400\/30 {
    border-bottom-color: rgb(251 146 60 / 0.3);
  }

  .\32xl\:border-b-orange-400\/35 {
    border-bottom-color: rgb(251 146 60 / 0.35);
  }

  .\32xl\:border-b-orange-400\/40 {
    border-bottom-color: rgb(251 146 60 / 0.4);
  }

  .\32xl\:border-b-orange-400\/45 {
    border-bottom-color: rgb(251 146 60 / 0.45);
  }

  .\32xl\:border-b-orange-400\/5 {
    border-bottom-color: rgb(251 146 60 / 0.05);
  }

  .\32xl\:border-b-orange-400\/50 {
    border-bottom-color: rgb(251 146 60 / 0.5);
  }

  .\32xl\:border-b-orange-400\/55 {
    border-bottom-color: rgb(251 146 60 / 0.55);
  }

  .\32xl\:border-b-orange-400\/60 {
    border-bottom-color: rgb(251 146 60 / 0.6);
  }

  .\32xl\:border-b-orange-400\/65 {
    border-bottom-color: rgb(251 146 60 / 0.65);
  }

  .\32xl\:border-b-orange-400\/70 {
    border-bottom-color: rgb(251 146 60 / 0.7);
  }

  .\32xl\:border-b-orange-400\/75 {
    border-bottom-color: rgb(251 146 60 / 0.75);
  }

  .\32xl\:border-b-orange-400\/80 {
    border-bottom-color: rgb(251 146 60 / 0.8);
  }

  .\32xl\:border-b-orange-400\/85 {
    border-bottom-color: rgb(251 146 60 / 0.85);
  }

  .\32xl\:border-b-orange-400\/90 {
    border-bottom-color: rgb(251 146 60 / 0.9);
  }

  .\32xl\:border-b-orange-400\/95 {
    border-bottom-color: rgb(251 146 60 / 0.95);
  }

  .\32xl\:border-b-orange-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-50\/0 {
    border-bottom-color: rgb(255 247 237 / 0);
  }

  .\32xl\:border-b-orange-50\/10 {
    border-bottom-color: rgb(255 247 237 / 0.1);
  }

  .\32xl\:border-b-orange-50\/100 {
    border-bottom-color: rgb(255 247 237 / 1);
  }

  .\32xl\:border-b-orange-50\/15 {
    border-bottom-color: rgb(255 247 237 / 0.15);
  }

  .\32xl\:border-b-orange-50\/20 {
    border-bottom-color: rgb(255 247 237 / 0.2);
  }

  .\32xl\:border-b-orange-50\/25 {
    border-bottom-color: rgb(255 247 237 / 0.25);
  }

  .\32xl\:border-b-orange-50\/30 {
    border-bottom-color: rgb(255 247 237 / 0.3);
  }

  .\32xl\:border-b-orange-50\/35 {
    border-bottom-color: rgb(255 247 237 / 0.35);
  }

  .\32xl\:border-b-orange-50\/40 {
    border-bottom-color: rgb(255 247 237 / 0.4);
  }

  .\32xl\:border-b-orange-50\/45 {
    border-bottom-color: rgb(255 247 237 / 0.45);
  }

  .\32xl\:border-b-orange-50\/5 {
    border-bottom-color: rgb(255 247 237 / 0.05);
  }

  .\32xl\:border-b-orange-50\/50 {
    border-bottom-color: rgb(255 247 237 / 0.5);
  }

  .\32xl\:border-b-orange-50\/55 {
    border-bottom-color: rgb(255 247 237 / 0.55);
  }

  .\32xl\:border-b-orange-50\/60 {
    border-bottom-color: rgb(255 247 237 / 0.6);
  }

  .\32xl\:border-b-orange-50\/65 {
    border-bottom-color: rgb(255 247 237 / 0.65);
  }

  .\32xl\:border-b-orange-50\/70 {
    border-bottom-color: rgb(255 247 237 / 0.7);
  }

  .\32xl\:border-b-orange-50\/75 {
    border-bottom-color: rgb(255 247 237 / 0.75);
  }

  .\32xl\:border-b-orange-50\/80 {
    border-bottom-color: rgb(255 247 237 / 0.8);
  }

  .\32xl\:border-b-orange-50\/85 {
    border-bottom-color: rgb(255 247 237 / 0.85);
  }

  .\32xl\:border-b-orange-50\/90 {
    border-bottom-color: rgb(255 247 237 / 0.9);
  }

  .\32xl\:border-b-orange-50\/95 {
    border-bottom-color: rgb(255 247 237 / 0.95);
  }

  .\32xl\:border-b-orange-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-500\/0 {
    border-bottom-color: rgb(249 115 22 / 0);
  }

  .\32xl\:border-b-orange-500\/10 {
    border-bottom-color: rgb(249 115 22 / 0.1);
  }

  .\32xl\:border-b-orange-500\/100 {
    border-bottom-color: rgb(249 115 22 / 1);
  }

  .\32xl\:border-b-orange-500\/15 {
    border-bottom-color: rgb(249 115 22 / 0.15);
  }

  .\32xl\:border-b-orange-500\/20 {
    border-bottom-color: rgb(249 115 22 / 0.2);
  }

  .\32xl\:border-b-orange-500\/25 {
    border-bottom-color: rgb(249 115 22 / 0.25);
  }

  .\32xl\:border-b-orange-500\/30 {
    border-bottom-color: rgb(249 115 22 / 0.3);
  }

  .\32xl\:border-b-orange-500\/35 {
    border-bottom-color: rgb(249 115 22 / 0.35);
  }

  .\32xl\:border-b-orange-500\/40 {
    border-bottom-color: rgb(249 115 22 / 0.4);
  }

  .\32xl\:border-b-orange-500\/45 {
    border-bottom-color: rgb(249 115 22 / 0.45);
  }

  .\32xl\:border-b-orange-500\/5 {
    border-bottom-color: rgb(249 115 22 / 0.05);
  }

  .\32xl\:border-b-orange-500\/50 {
    border-bottom-color: rgb(249 115 22 / 0.5);
  }

  .\32xl\:border-b-orange-500\/55 {
    border-bottom-color: rgb(249 115 22 / 0.55);
  }

  .\32xl\:border-b-orange-500\/60 {
    border-bottom-color: rgb(249 115 22 / 0.6);
  }

  .\32xl\:border-b-orange-500\/65 {
    border-bottom-color: rgb(249 115 22 / 0.65);
  }

  .\32xl\:border-b-orange-500\/70 {
    border-bottom-color: rgb(249 115 22 / 0.7);
  }

  .\32xl\:border-b-orange-500\/75 {
    border-bottom-color: rgb(249 115 22 / 0.75);
  }

  .\32xl\:border-b-orange-500\/80 {
    border-bottom-color: rgb(249 115 22 / 0.8);
  }

  .\32xl\:border-b-orange-500\/85 {
    border-bottom-color: rgb(249 115 22 / 0.85);
  }

  .\32xl\:border-b-orange-500\/90 {
    border-bottom-color: rgb(249 115 22 / 0.9);
  }

  .\32xl\:border-b-orange-500\/95 {
    border-bottom-color: rgb(249 115 22 / 0.95);
  }

  .\32xl\:border-b-orange-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-600\/0 {
    border-bottom-color: rgb(234 88 12 / 0);
  }

  .\32xl\:border-b-orange-600\/10 {
    border-bottom-color: rgb(234 88 12 / 0.1);
  }

  .\32xl\:border-b-orange-600\/100 {
    border-bottom-color: rgb(234 88 12 / 1);
  }

  .\32xl\:border-b-orange-600\/15 {
    border-bottom-color: rgb(234 88 12 / 0.15);
  }

  .\32xl\:border-b-orange-600\/20 {
    border-bottom-color: rgb(234 88 12 / 0.2);
  }

  .\32xl\:border-b-orange-600\/25 {
    border-bottom-color: rgb(234 88 12 / 0.25);
  }

  .\32xl\:border-b-orange-600\/30 {
    border-bottom-color: rgb(234 88 12 / 0.3);
  }

  .\32xl\:border-b-orange-600\/35 {
    border-bottom-color: rgb(234 88 12 / 0.35);
  }

  .\32xl\:border-b-orange-600\/40 {
    border-bottom-color: rgb(234 88 12 / 0.4);
  }

  .\32xl\:border-b-orange-600\/45 {
    border-bottom-color: rgb(234 88 12 / 0.45);
  }

  .\32xl\:border-b-orange-600\/5 {
    border-bottom-color: rgb(234 88 12 / 0.05);
  }

  .\32xl\:border-b-orange-600\/50 {
    border-bottom-color: rgb(234 88 12 / 0.5);
  }

  .\32xl\:border-b-orange-600\/55 {
    border-bottom-color: rgb(234 88 12 / 0.55);
  }

  .\32xl\:border-b-orange-600\/60 {
    border-bottom-color: rgb(234 88 12 / 0.6);
  }

  .\32xl\:border-b-orange-600\/65 {
    border-bottom-color: rgb(234 88 12 / 0.65);
  }

  .\32xl\:border-b-orange-600\/70 {
    border-bottom-color: rgb(234 88 12 / 0.7);
  }

  .\32xl\:border-b-orange-600\/75 {
    border-bottom-color: rgb(234 88 12 / 0.75);
  }

  .\32xl\:border-b-orange-600\/80 {
    border-bottom-color: rgb(234 88 12 / 0.8);
  }

  .\32xl\:border-b-orange-600\/85 {
    border-bottom-color: rgb(234 88 12 / 0.85);
  }

  .\32xl\:border-b-orange-600\/90 {
    border-bottom-color: rgb(234 88 12 / 0.9);
  }

  .\32xl\:border-b-orange-600\/95 {
    border-bottom-color: rgb(234 88 12 / 0.95);
  }

  .\32xl\:border-b-orange-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-700\/0 {
    border-bottom-color: rgb(194 65 12 / 0);
  }

  .\32xl\:border-b-orange-700\/10 {
    border-bottom-color: rgb(194 65 12 / 0.1);
  }

  .\32xl\:border-b-orange-700\/100 {
    border-bottom-color: rgb(194 65 12 / 1);
  }

  .\32xl\:border-b-orange-700\/15 {
    border-bottom-color: rgb(194 65 12 / 0.15);
  }

  .\32xl\:border-b-orange-700\/20 {
    border-bottom-color: rgb(194 65 12 / 0.2);
  }

  .\32xl\:border-b-orange-700\/25 {
    border-bottom-color: rgb(194 65 12 / 0.25);
  }

  .\32xl\:border-b-orange-700\/30 {
    border-bottom-color: rgb(194 65 12 / 0.3);
  }

  .\32xl\:border-b-orange-700\/35 {
    border-bottom-color: rgb(194 65 12 / 0.35);
  }

  .\32xl\:border-b-orange-700\/40 {
    border-bottom-color: rgb(194 65 12 / 0.4);
  }

  .\32xl\:border-b-orange-700\/45 {
    border-bottom-color: rgb(194 65 12 / 0.45);
  }

  .\32xl\:border-b-orange-700\/5 {
    border-bottom-color: rgb(194 65 12 / 0.05);
  }

  .\32xl\:border-b-orange-700\/50 {
    border-bottom-color: rgb(194 65 12 / 0.5);
  }

  .\32xl\:border-b-orange-700\/55 {
    border-bottom-color: rgb(194 65 12 / 0.55);
  }

  .\32xl\:border-b-orange-700\/60 {
    border-bottom-color: rgb(194 65 12 / 0.6);
  }

  .\32xl\:border-b-orange-700\/65 {
    border-bottom-color: rgb(194 65 12 / 0.65);
  }

  .\32xl\:border-b-orange-700\/70 {
    border-bottom-color: rgb(194 65 12 / 0.7);
  }

  .\32xl\:border-b-orange-700\/75 {
    border-bottom-color: rgb(194 65 12 / 0.75);
  }

  .\32xl\:border-b-orange-700\/80 {
    border-bottom-color: rgb(194 65 12 / 0.8);
  }

  .\32xl\:border-b-orange-700\/85 {
    border-bottom-color: rgb(194 65 12 / 0.85);
  }

  .\32xl\:border-b-orange-700\/90 {
    border-bottom-color: rgb(194 65 12 / 0.9);
  }

  .\32xl\:border-b-orange-700\/95 {
    border-bottom-color: rgb(194 65 12 / 0.95);
  }

  .\32xl\:border-b-orange-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-800\/0 {
    border-bottom-color: rgb(154 52 18 / 0);
  }

  .\32xl\:border-b-orange-800\/10 {
    border-bottom-color: rgb(154 52 18 / 0.1);
  }

  .\32xl\:border-b-orange-800\/100 {
    border-bottom-color: rgb(154 52 18 / 1);
  }

  .\32xl\:border-b-orange-800\/15 {
    border-bottom-color: rgb(154 52 18 / 0.15);
  }

  .\32xl\:border-b-orange-800\/20 {
    border-bottom-color: rgb(154 52 18 / 0.2);
  }

  .\32xl\:border-b-orange-800\/25 {
    border-bottom-color: rgb(154 52 18 / 0.25);
  }

  .\32xl\:border-b-orange-800\/30 {
    border-bottom-color: rgb(154 52 18 / 0.3);
  }

  .\32xl\:border-b-orange-800\/35 {
    border-bottom-color: rgb(154 52 18 / 0.35);
  }

  .\32xl\:border-b-orange-800\/40 {
    border-bottom-color: rgb(154 52 18 / 0.4);
  }

  .\32xl\:border-b-orange-800\/45 {
    border-bottom-color: rgb(154 52 18 / 0.45);
  }

  .\32xl\:border-b-orange-800\/5 {
    border-bottom-color: rgb(154 52 18 / 0.05);
  }

  .\32xl\:border-b-orange-800\/50 {
    border-bottom-color: rgb(154 52 18 / 0.5);
  }

  .\32xl\:border-b-orange-800\/55 {
    border-bottom-color: rgb(154 52 18 / 0.55);
  }

  .\32xl\:border-b-orange-800\/60 {
    border-bottom-color: rgb(154 52 18 / 0.6);
  }

  .\32xl\:border-b-orange-800\/65 {
    border-bottom-color: rgb(154 52 18 / 0.65);
  }

  .\32xl\:border-b-orange-800\/70 {
    border-bottom-color: rgb(154 52 18 / 0.7);
  }

  .\32xl\:border-b-orange-800\/75 {
    border-bottom-color: rgb(154 52 18 / 0.75);
  }

  .\32xl\:border-b-orange-800\/80 {
    border-bottom-color: rgb(154 52 18 / 0.8);
  }

  .\32xl\:border-b-orange-800\/85 {
    border-bottom-color: rgb(154 52 18 / 0.85);
  }

  .\32xl\:border-b-orange-800\/90 {
    border-bottom-color: rgb(154 52 18 / 0.9);
  }

  .\32xl\:border-b-orange-800\/95 {
    border-bottom-color: rgb(154 52 18 / 0.95);
  }

  .\32xl\:border-b-orange-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-900\/0 {
    border-bottom-color: rgb(124 45 18 / 0);
  }

  .\32xl\:border-b-orange-900\/10 {
    border-bottom-color: rgb(124 45 18 / 0.1);
  }

  .\32xl\:border-b-orange-900\/100 {
    border-bottom-color: rgb(124 45 18 / 1);
  }

  .\32xl\:border-b-orange-900\/15 {
    border-bottom-color: rgb(124 45 18 / 0.15);
  }

  .\32xl\:border-b-orange-900\/20 {
    border-bottom-color: rgb(124 45 18 / 0.2);
  }

  .\32xl\:border-b-orange-900\/25 {
    border-bottom-color: rgb(124 45 18 / 0.25);
  }

  .\32xl\:border-b-orange-900\/30 {
    border-bottom-color: rgb(124 45 18 / 0.3);
  }

  .\32xl\:border-b-orange-900\/35 {
    border-bottom-color: rgb(124 45 18 / 0.35);
  }

  .\32xl\:border-b-orange-900\/40 {
    border-bottom-color: rgb(124 45 18 / 0.4);
  }

  .\32xl\:border-b-orange-900\/45 {
    border-bottom-color: rgb(124 45 18 / 0.45);
  }

  .\32xl\:border-b-orange-900\/5 {
    border-bottom-color: rgb(124 45 18 / 0.05);
  }

  .\32xl\:border-b-orange-900\/50 {
    border-bottom-color: rgb(124 45 18 / 0.5);
  }

  .\32xl\:border-b-orange-900\/55 {
    border-bottom-color: rgb(124 45 18 / 0.55);
  }

  .\32xl\:border-b-orange-900\/60 {
    border-bottom-color: rgb(124 45 18 / 0.6);
  }

  .\32xl\:border-b-orange-900\/65 {
    border-bottom-color: rgb(124 45 18 / 0.65);
  }

  .\32xl\:border-b-orange-900\/70 {
    border-bottom-color: rgb(124 45 18 / 0.7);
  }

  .\32xl\:border-b-orange-900\/75 {
    border-bottom-color: rgb(124 45 18 / 0.75);
  }

  .\32xl\:border-b-orange-900\/80 {
    border-bottom-color: rgb(124 45 18 / 0.8);
  }

  .\32xl\:border-b-orange-900\/85 {
    border-bottom-color: rgb(124 45 18 / 0.85);
  }

  .\32xl\:border-b-orange-900\/90 {
    border-bottom-color: rgb(124 45 18 / 0.9);
  }

  .\32xl\:border-b-orange-900\/95 {
    border-bottom-color: rgb(124 45 18 / 0.95);
  }

  .\32xl\:border-b-orange-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-orange-950\/0 {
    border-bottom-color: rgb(67 20 7 / 0);
  }

  .\32xl\:border-b-orange-950\/10 {
    border-bottom-color: rgb(67 20 7 / 0.1);
  }

  .\32xl\:border-b-orange-950\/100 {
    border-bottom-color: rgb(67 20 7 / 1);
  }

  .\32xl\:border-b-orange-950\/15 {
    border-bottom-color: rgb(67 20 7 / 0.15);
  }

  .\32xl\:border-b-orange-950\/20 {
    border-bottom-color: rgb(67 20 7 / 0.2);
  }

  .\32xl\:border-b-orange-950\/25 {
    border-bottom-color: rgb(67 20 7 / 0.25);
  }

  .\32xl\:border-b-orange-950\/30 {
    border-bottom-color: rgb(67 20 7 / 0.3);
  }

  .\32xl\:border-b-orange-950\/35 {
    border-bottom-color: rgb(67 20 7 / 0.35);
  }

  .\32xl\:border-b-orange-950\/40 {
    border-bottom-color: rgb(67 20 7 / 0.4);
  }

  .\32xl\:border-b-orange-950\/45 {
    border-bottom-color: rgb(67 20 7 / 0.45);
  }

  .\32xl\:border-b-orange-950\/5 {
    border-bottom-color: rgb(67 20 7 / 0.05);
  }

  .\32xl\:border-b-orange-950\/50 {
    border-bottom-color: rgb(67 20 7 / 0.5);
  }

  .\32xl\:border-b-orange-950\/55 {
    border-bottom-color: rgb(67 20 7 / 0.55);
  }

  .\32xl\:border-b-orange-950\/60 {
    border-bottom-color: rgb(67 20 7 / 0.6);
  }

  .\32xl\:border-b-orange-950\/65 {
    border-bottom-color: rgb(67 20 7 / 0.65);
  }

  .\32xl\:border-b-orange-950\/70 {
    border-bottom-color: rgb(67 20 7 / 0.7);
  }

  .\32xl\:border-b-orange-950\/75 {
    border-bottom-color: rgb(67 20 7 / 0.75);
  }

  .\32xl\:border-b-orange-950\/80 {
    border-bottom-color: rgb(67 20 7 / 0.8);
  }

  .\32xl\:border-b-orange-950\/85 {
    border-bottom-color: rgb(67 20 7 / 0.85);
  }

  .\32xl\:border-b-orange-950\/90 {
    border-bottom-color: rgb(67 20 7 / 0.9);
  }

  .\32xl\:border-b-orange-950\/95 {
    border-bottom-color: rgb(67 20 7 / 0.95);
  }

  .\32xl\:border-b-pink-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-100\/0 {
    border-bottom-color: rgb(252 231 243 / 0);
  }

  .\32xl\:border-b-pink-100\/10 {
    border-bottom-color: rgb(252 231 243 / 0.1);
  }

  .\32xl\:border-b-pink-100\/100 {
    border-bottom-color: rgb(252 231 243 / 1);
  }

  .\32xl\:border-b-pink-100\/15 {
    border-bottom-color: rgb(252 231 243 / 0.15);
  }

  .\32xl\:border-b-pink-100\/20 {
    border-bottom-color: rgb(252 231 243 / 0.2);
  }

  .\32xl\:border-b-pink-100\/25 {
    border-bottom-color: rgb(252 231 243 / 0.25);
  }

  .\32xl\:border-b-pink-100\/30 {
    border-bottom-color: rgb(252 231 243 / 0.3);
  }

  .\32xl\:border-b-pink-100\/35 {
    border-bottom-color: rgb(252 231 243 / 0.35);
  }

  .\32xl\:border-b-pink-100\/40 {
    border-bottom-color: rgb(252 231 243 / 0.4);
  }

  .\32xl\:border-b-pink-100\/45 {
    border-bottom-color: rgb(252 231 243 / 0.45);
  }

  .\32xl\:border-b-pink-100\/5 {
    border-bottom-color: rgb(252 231 243 / 0.05);
  }

  .\32xl\:border-b-pink-100\/50 {
    border-bottom-color: rgb(252 231 243 / 0.5);
  }

  .\32xl\:border-b-pink-100\/55 {
    border-bottom-color: rgb(252 231 243 / 0.55);
  }

  .\32xl\:border-b-pink-100\/60 {
    border-bottom-color: rgb(252 231 243 / 0.6);
  }

  .\32xl\:border-b-pink-100\/65 {
    border-bottom-color: rgb(252 231 243 / 0.65);
  }

  .\32xl\:border-b-pink-100\/70 {
    border-bottom-color: rgb(252 231 243 / 0.7);
  }

  .\32xl\:border-b-pink-100\/75 {
    border-bottom-color: rgb(252 231 243 / 0.75);
  }

  .\32xl\:border-b-pink-100\/80 {
    border-bottom-color: rgb(252 231 243 / 0.8);
  }

  .\32xl\:border-b-pink-100\/85 {
    border-bottom-color: rgb(252 231 243 / 0.85);
  }

  .\32xl\:border-b-pink-100\/90 {
    border-bottom-color: rgb(252 231 243 / 0.9);
  }

  .\32xl\:border-b-pink-100\/95 {
    border-bottom-color: rgb(252 231 243 / 0.95);
  }

  .\32xl\:border-b-pink-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-200\/0 {
    border-bottom-color: rgb(251 207 232 / 0);
  }

  .\32xl\:border-b-pink-200\/10 {
    border-bottom-color: rgb(251 207 232 / 0.1);
  }

  .\32xl\:border-b-pink-200\/100 {
    border-bottom-color: rgb(251 207 232 / 1);
  }

  .\32xl\:border-b-pink-200\/15 {
    border-bottom-color: rgb(251 207 232 / 0.15);
  }

  .\32xl\:border-b-pink-200\/20 {
    border-bottom-color: rgb(251 207 232 / 0.2);
  }

  .\32xl\:border-b-pink-200\/25 {
    border-bottom-color: rgb(251 207 232 / 0.25);
  }

  .\32xl\:border-b-pink-200\/30 {
    border-bottom-color: rgb(251 207 232 / 0.3);
  }

  .\32xl\:border-b-pink-200\/35 {
    border-bottom-color: rgb(251 207 232 / 0.35);
  }

  .\32xl\:border-b-pink-200\/40 {
    border-bottom-color: rgb(251 207 232 / 0.4);
  }

  .\32xl\:border-b-pink-200\/45 {
    border-bottom-color: rgb(251 207 232 / 0.45);
  }

  .\32xl\:border-b-pink-200\/5 {
    border-bottom-color: rgb(251 207 232 / 0.05);
  }

  .\32xl\:border-b-pink-200\/50 {
    border-bottom-color: rgb(251 207 232 / 0.5);
  }

  .\32xl\:border-b-pink-200\/55 {
    border-bottom-color: rgb(251 207 232 / 0.55);
  }

  .\32xl\:border-b-pink-200\/60 {
    border-bottom-color: rgb(251 207 232 / 0.6);
  }

  .\32xl\:border-b-pink-200\/65 {
    border-bottom-color: rgb(251 207 232 / 0.65);
  }

  .\32xl\:border-b-pink-200\/70 {
    border-bottom-color: rgb(251 207 232 / 0.7);
  }

  .\32xl\:border-b-pink-200\/75 {
    border-bottom-color: rgb(251 207 232 / 0.75);
  }

  .\32xl\:border-b-pink-200\/80 {
    border-bottom-color: rgb(251 207 232 / 0.8);
  }

  .\32xl\:border-b-pink-200\/85 {
    border-bottom-color: rgb(251 207 232 / 0.85);
  }

  .\32xl\:border-b-pink-200\/90 {
    border-bottom-color: rgb(251 207 232 / 0.9);
  }

  .\32xl\:border-b-pink-200\/95 {
    border-bottom-color: rgb(251 207 232 / 0.95);
  }

  .\32xl\:border-b-pink-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-300\/0 {
    border-bottom-color: rgb(249 168 212 / 0);
  }

  .\32xl\:border-b-pink-300\/10 {
    border-bottom-color: rgb(249 168 212 / 0.1);
  }

  .\32xl\:border-b-pink-300\/100 {
    border-bottom-color: rgb(249 168 212 / 1);
  }

  .\32xl\:border-b-pink-300\/15 {
    border-bottom-color: rgb(249 168 212 / 0.15);
  }

  .\32xl\:border-b-pink-300\/20 {
    border-bottom-color: rgb(249 168 212 / 0.2);
  }

  .\32xl\:border-b-pink-300\/25 {
    border-bottom-color: rgb(249 168 212 / 0.25);
  }

  .\32xl\:border-b-pink-300\/30 {
    border-bottom-color: rgb(249 168 212 / 0.3);
  }

  .\32xl\:border-b-pink-300\/35 {
    border-bottom-color: rgb(249 168 212 / 0.35);
  }

  .\32xl\:border-b-pink-300\/40 {
    border-bottom-color: rgb(249 168 212 / 0.4);
  }

  .\32xl\:border-b-pink-300\/45 {
    border-bottom-color: rgb(249 168 212 / 0.45);
  }

  .\32xl\:border-b-pink-300\/5 {
    border-bottom-color: rgb(249 168 212 / 0.05);
  }

  .\32xl\:border-b-pink-300\/50 {
    border-bottom-color: rgb(249 168 212 / 0.5);
  }

  .\32xl\:border-b-pink-300\/55 {
    border-bottom-color: rgb(249 168 212 / 0.55);
  }

  .\32xl\:border-b-pink-300\/60 {
    border-bottom-color: rgb(249 168 212 / 0.6);
  }

  .\32xl\:border-b-pink-300\/65 {
    border-bottom-color: rgb(249 168 212 / 0.65);
  }

  .\32xl\:border-b-pink-300\/70 {
    border-bottom-color: rgb(249 168 212 / 0.7);
  }

  .\32xl\:border-b-pink-300\/75 {
    border-bottom-color: rgb(249 168 212 / 0.75);
  }

  .\32xl\:border-b-pink-300\/80 {
    border-bottom-color: rgb(249 168 212 / 0.8);
  }

  .\32xl\:border-b-pink-300\/85 {
    border-bottom-color: rgb(249 168 212 / 0.85);
  }

  .\32xl\:border-b-pink-300\/90 {
    border-bottom-color: rgb(249 168 212 / 0.9);
  }

  .\32xl\:border-b-pink-300\/95 {
    border-bottom-color: rgb(249 168 212 / 0.95);
  }

  .\32xl\:border-b-pink-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-400\/0 {
    border-bottom-color: rgb(244 114 182 / 0);
  }

  .\32xl\:border-b-pink-400\/10 {
    border-bottom-color: rgb(244 114 182 / 0.1);
  }

  .\32xl\:border-b-pink-400\/100 {
    border-bottom-color: rgb(244 114 182 / 1);
  }

  .\32xl\:border-b-pink-400\/15 {
    border-bottom-color: rgb(244 114 182 / 0.15);
  }

  .\32xl\:border-b-pink-400\/20 {
    border-bottom-color: rgb(244 114 182 / 0.2);
  }

  .\32xl\:border-b-pink-400\/25 {
    border-bottom-color: rgb(244 114 182 / 0.25);
  }

  .\32xl\:border-b-pink-400\/30 {
    border-bottom-color: rgb(244 114 182 / 0.3);
  }

  .\32xl\:border-b-pink-400\/35 {
    border-bottom-color: rgb(244 114 182 / 0.35);
  }

  .\32xl\:border-b-pink-400\/40 {
    border-bottom-color: rgb(244 114 182 / 0.4);
  }

  .\32xl\:border-b-pink-400\/45 {
    border-bottom-color: rgb(244 114 182 / 0.45);
  }

  .\32xl\:border-b-pink-400\/5 {
    border-bottom-color: rgb(244 114 182 / 0.05);
  }

  .\32xl\:border-b-pink-400\/50 {
    border-bottom-color: rgb(244 114 182 / 0.5);
  }

  .\32xl\:border-b-pink-400\/55 {
    border-bottom-color: rgb(244 114 182 / 0.55);
  }

  .\32xl\:border-b-pink-400\/60 {
    border-bottom-color: rgb(244 114 182 / 0.6);
  }

  .\32xl\:border-b-pink-400\/65 {
    border-bottom-color: rgb(244 114 182 / 0.65);
  }

  .\32xl\:border-b-pink-400\/70 {
    border-bottom-color: rgb(244 114 182 / 0.7);
  }

  .\32xl\:border-b-pink-400\/75 {
    border-bottom-color: rgb(244 114 182 / 0.75);
  }

  .\32xl\:border-b-pink-400\/80 {
    border-bottom-color: rgb(244 114 182 / 0.8);
  }

  .\32xl\:border-b-pink-400\/85 {
    border-bottom-color: rgb(244 114 182 / 0.85);
  }

  .\32xl\:border-b-pink-400\/90 {
    border-bottom-color: rgb(244 114 182 / 0.9);
  }

  .\32xl\:border-b-pink-400\/95 {
    border-bottom-color: rgb(244 114 182 / 0.95);
  }

  .\32xl\:border-b-pink-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-50\/0 {
    border-bottom-color: rgb(253 242 248 / 0);
  }

  .\32xl\:border-b-pink-50\/10 {
    border-bottom-color: rgb(253 242 248 / 0.1);
  }

  .\32xl\:border-b-pink-50\/100 {
    border-bottom-color: rgb(253 242 248 / 1);
  }

  .\32xl\:border-b-pink-50\/15 {
    border-bottom-color: rgb(253 242 248 / 0.15);
  }

  .\32xl\:border-b-pink-50\/20 {
    border-bottom-color: rgb(253 242 248 / 0.2);
  }

  .\32xl\:border-b-pink-50\/25 {
    border-bottom-color: rgb(253 242 248 / 0.25);
  }

  .\32xl\:border-b-pink-50\/30 {
    border-bottom-color: rgb(253 242 248 / 0.3);
  }

  .\32xl\:border-b-pink-50\/35 {
    border-bottom-color: rgb(253 242 248 / 0.35);
  }

  .\32xl\:border-b-pink-50\/40 {
    border-bottom-color: rgb(253 242 248 / 0.4);
  }

  .\32xl\:border-b-pink-50\/45 {
    border-bottom-color: rgb(253 242 248 / 0.45);
  }

  .\32xl\:border-b-pink-50\/5 {
    border-bottom-color: rgb(253 242 248 / 0.05);
  }

  .\32xl\:border-b-pink-50\/50 {
    border-bottom-color: rgb(253 242 248 / 0.5);
  }

  .\32xl\:border-b-pink-50\/55 {
    border-bottom-color: rgb(253 242 248 / 0.55);
  }

  .\32xl\:border-b-pink-50\/60 {
    border-bottom-color: rgb(253 242 248 / 0.6);
  }

  .\32xl\:border-b-pink-50\/65 {
    border-bottom-color: rgb(253 242 248 / 0.65);
  }

  .\32xl\:border-b-pink-50\/70 {
    border-bottom-color: rgb(253 242 248 / 0.7);
  }

  .\32xl\:border-b-pink-50\/75 {
    border-bottom-color: rgb(253 242 248 / 0.75);
  }

  .\32xl\:border-b-pink-50\/80 {
    border-bottom-color: rgb(253 242 248 / 0.8);
  }

  .\32xl\:border-b-pink-50\/85 {
    border-bottom-color: rgb(253 242 248 / 0.85);
  }

  .\32xl\:border-b-pink-50\/90 {
    border-bottom-color: rgb(253 242 248 / 0.9);
  }

  .\32xl\:border-b-pink-50\/95 {
    border-bottom-color: rgb(253 242 248 / 0.95);
  }

  .\32xl\:border-b-pink-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-500\/0 {
    border-bottom-color: rgb(236 72 153 / 0);
  }

  .\32xl\:border-b-pink-500\/10 {
    border-bottom-color: rgb(236 72 153 / 0.1);
  }

  .\32xl\:border-b-pink-500\/100 {
    border-bottom-color: rgb(236 72 153 / 1);
  }

  .\32xl\:border-b-pink-500\/15 {
    border-bottom-color: rgb(236 72 153 / 0.15);
  }

  .\32xl\:border-b-pink-500\/20 {
    border-bottom-color: rgb(236 72 153 / 0.2);
  }

  .\32xl\:border-b-pink-500\/25 {
    border-bottom-color: rgb(236 72 153 / 0.25);
  }

  .\32xl\:border-b-pink-500\/30 {
    border-bottom-color: rgb(236 72 153 / 0.3);
  }

  .\32xl\:border-b-pink-500\/35 {
    border-bottom-color: rgb(236 72 153 / 0.35);
  }

  .\32xl\:border-b-pink-500\/40 {
    border-bottom-color: rgb(236 72 153 / 0.4);
  }

  .\32xl\:border-b-pink-500\/45 {
    border-bottom-color: rgb(236 72 153 / 0.45);
  }

  .\32xl\:border-b-pink-500\/5 {
    border-bottom-color: rgb(236 72 153 / 0.05);
  }

  .\32xl\:border-b-pink-500\/50 {
    border-bottom-color: rgb(236 72 153 / 0.5);
  }

  .\32xl\:border-b-pink-500\/55 {
    border-bottom-color: rgb(236 72 153 / 0.55);
  }

  .\32xl\:border-b-pink-500\/60 {
    border-bottom-color: rgb(236 72 153 / 0.6);
  }

  .\32xl\:border-b-pink-500\/65 {
    border-bottom-color: rgb(236 72 153 / 0.65);
  }

  .\32xl\:border-b-pink-500\/70 {
    border-bottom-color: rgb(236 72 153 / 0.7);
  }

  .\32xl\:border-b-pink-500\/75 {
    border-bottom-color: rgb(236 72 153 / 0.75);
  }

  .\32xl\:border-b-pink-500\/80 {
    border-bottom-color: rgb(236 72 153 / 0.8);
  }

  .\32xl\:border-b-pink-500\/85 {
    border-bottom-color: rgb(236 72 153 / 0.85);
  }

  .\32xl\:border-b-pink-500\/90 {
    border-bottom-color: rgb(236 72 153 / 0.9);
  }

  .\32xl\:border-b-pink-500\/95 {
    border-bottom-color: rgb(236 72 153 / 0.95);
  }

  .\32xl\:border-b-pink-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-600\/0 {
    border-bottom-color: rgb(219 39 119 / 0);
  }

  .\32xl\:border-b-pink-600\/10 {
    border-bottom-color: rgb(219 39 119 / 0.1);
  }

  .\32xl\:border-b-pink-600\/100 {
    border-bottom-color: rgb(219 39 119 / 1);
  }

  .\32xl\:border-b-pink-600\/15 {
    border-bottom-color: rgb(219 39 119 / 0.15);
  }

  .\32xl\:border-b-pink-600\/20 {
    border-bottom-color: rgb(219 39 119 / 0.2);
  }

  .\32xl\:border-b-pink-600\/25 {
    border-bottom-color: rgb(219 39 119 / 0.25);
  }

  .\32xl\:border-b-pink-600\/30 {
    border-bottom-color: rgb(219 39 119 / 0.3);
  }

  .\32xl\:border-b-pink-600\/35 {
    border-bottom-color: rgb(219 39 119 / 0.35);
  }

  .\32xl\:border-b-pink-600\/40 {
    border-bottom-color: rgb(219 39 119 / 0.4);
  }

  .\32xl\:border-b-pink-600\/45 {
    border-bottom-color: rgb(219 39 119 / 0.45);
  }

  .\32xl\:border-b-pink-600\/5 {
    border-bottom-color: rgb(219 39 119 / 0.05);
  }

  .\32xl\:border-b-pink-600\/50 {
    border-bottom-color: rgb(219 39 119 / 0.5);
  }

  .\32xl\:border-b-pink-600\/55 {
    border-bottom-color: rgb(219 39 119 / 0.55);
  }

  .\32xl\:border-b-pink-600\/60 {
    border-bottom-color: rgb(219 39 119 / 0.6);
  }

  .\32xl\:border-b-pink-600\/65 {
    border-bottom-color: rgb(219 39 119 / 0.65);
  }

  .\32xl\:border-b-pink-600\/70 {
    border-bottom-color: rgb(219 39 119 / 0.7);
  }

  .\32xl\:border-b-pink-600\/75 {
    border-bottom-color: rgb(219 39 119 / 0.75);
  }

  .\32xl\:border-b-pink-600\/80 {
    border-bottom-color: rgb(219 39 119 / 0.8);
  }

  .\32xl\:border-b-pink-600\/85 {
    border-bottom-color: rgb(219 39 119 / 0.85);
  }

  .\32xl\:border-b-pink-600\/90 {
    border-bottom-color: rgb(219 39 119 / 0.9);
  }

  .\32xl\:border-b-pink-600\/95 {
    border-bottom-color: rgb(219 39 119 / 0.95);
  }

  .\32xl\:border-b-pink-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-700\/0 {
    border-bottom-color: rgb(190 24 93 / 0);
  }

  .\32xl\:border-b-pink-700\/10 {
    border-bottom-color: rgb(190 24 93 / 0.1);
  }

  .\32xl\:border-b-pink-700\/100 {
    border-bottom-color: rgb(190 24 93 / 1);
  }

  .\32xl\:border-b-pink-700\/15 {
    border-bottom-color: rgb(190 24 93 / 0.15);
  }

  .\32xl\:border-b-pink-700\/20 {
    border-bottom-color: rgb(190 24 93 / 0.2);
  }

  .\32xl\:border-b-pink-700\/25 {
    border-bottom-color: rgb(190 24 93 / 0.25);
  }

  .\32xl\:border-b-pink-700\/30 {
    border-bottom-color: rgb(190 24 93 / 0.3);
  }

  .\32xl\:border-b-pink-700\/35 {
    border-bottom-color: rgb(190 24 93 / 0.35);
  }

  .\32xl\:border-b-pink-700\/40 {
    border-bottom-color: rgb(190 24 93 / 0.4);
  }

  .\32xl\:border-b-pink-700\/45 {
    border-bottom-color: rgb(190 24 93 / 0.45);
  }

  .\32xl\:border-b-pink-700\/5 {
    border-bottom-color: rgb(190 24 93 / 0.05);
  }

  .\32xl\:border-b-pink-700\/50 {
    border-bottom-color: rgb(190 24 93 / 0.5);
  }

  .\32xl\:border-b-pink-700\/55 {
    border-bottom-color: rgb(190 24 93 / 0.55);
  }

  .\32xl\:border-b-pink-700\/60 {
    border-bottom-color: rgb(190 24 93 / 0.6);
  }

  .\32xl\:border-b-pink-700\/65 {
    border-bottom-color: rgb(190 24 93 / 0.65);
  }

  .\32xl\:border-b-pink-700\/70 {
    border-bottom-color: rgb(190 24 93 / 0.7);
  }

  .\32xl\:border-b-pink-700\/75 {
    border-bottom-color: rgb(190 24 93 / 0.75);
  }

  .\32xl\:border-b-pink-700\/80 {
    border-bottom-color: rgb(190 24 93 / 0.8);
  }

  .\32xl\:border-b-pink-700\/85 {
    border-bottom-color: rgb(190 24 93 / 0.85);
  }

  .\32xl\:border-b-pink-700\/90 {
    border-bottom-color: rgb(190 24 93 / 0.9);
  }

  .\32xl\:border-b-pink-700\/95 {
    border-bottom-color: rgb(190 24 93 / 0.95);
  }

  .\32xl\:border-b-pink-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-800\/0 {
    border-bottom-color: rgb(157 23 77 / 0);
  }

  .\32xl\:border-b-pink-800\/10 {
    border-bottom-color: rgb(157 23 77 / 0.1);
  }

  .\32xl\:border-b-pink-800\/100 {
    border-bottom-color: rgb(157 23 77 / 1);
  }

  .\32xl\:border-b-pink-800\/15 {
    border-bottom-color: rgb(157 23 77 / 0.15);
  }

  .\32xl\:border-b-pink-800\/20 {
    border-bottom-color: rgb(157 23 77 / 0.2);
  }

  .\32xl\:border-b-pink-800\/25 {
    border-bottom-color: rgb(157 23 77 / 0.25);
  }

  .\32xl\:border-b-pink-800\/30 {
    border-bottom-color: rgb(157 23 77 / 0.3);
  }

  .\32xl\:border-b-pink-800\/35 {
    border-bottom-color: rgb(157 23 77 / 0.35);
  }

  .\32xl\:border-b-pink-800\/40 {
    border-bottom-color: rgb(157 23 77 / 0.4);
  }

  .\32xl\:border-b-pink-800\/45 {
    border-bottom-color: rgb(157 23 77 / 0.45);
  }

  .\32xl\:border-b-pink-800\/5 {
    border-bottom-color: rgb(157 23 77 / 0.05);
  }

  .\32xl\:border-b-pink-800\/50 {
    border-bottom-color: rgb(157 23 77 / 0.5);
  }

  .\32xl\:border-b-pink-800\/55 {
    border-bottom-color: rgb(157 23 77 / 0.55);
  }

  .\32xl\:border-b-pink-800\/60 {
    border-bottom-color: rgb(157 23 77 / 0.6);
  }

  .\32xl\:border-b-pink-800\/65 {
    border-bottom-color: rgb(157 23 77 / 0.65);
  }

  .\32xl\:border-b-pink-800\/70 {
    border-bottom-color: rgb(157 23 77 / 0.7);
  }

  .\32xl\:border-b-pink-800\/75 {
    border-bottom-color: rgb(157 23 77 / 0.75);
  }

  .\32xl\:border-b-pink-800\/80 {
    border-bottom-color: rgb(157 23 77 / 0.8);
  }

  .\32xl\:border-b-pink-800\/85 {
    border-bottom-color: rgb(157 23 77 / 0.85);
  }

  .\32xl\:border-b-pink-800\/90 {
    border-bottom-color: rgb(157 23 77 / 0.9);
  }

  .\32xl\:border-b-pink-800\/95 {
    border-bottom-color: rgb(157 23 77 / 0.95);
  }

  .\32xl\:border-b-pink-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-900\/0 {
    border-bottom-color: rgb(131 24 67 / 0);
  }

  .\32xl\:border-b-pink-900\/10 {
    border-bottom-color: rgb(131 24 67 / 0.1);
  }

  .\32xl\:border-b-pink-900\/100 {
    border-bottom-color: rgb(131 24 67 / 1);
  }

  .\32xl\:border-b-pink-900\/15 {
    border-bottom-color: rgb(131 24 67 / 0.15);
  }

  .\32xl\:border-b-pink-900\/20 {
    border-bottom-color: rgb(131 24 67 / 0.2);
  }

  .\32xl\:border-b-pink-900\/25 {
    border-bottom-color: rgb(131 24 67 / 0.25);
  }

  .\32xl\:border-b-pink-900\/30 {
    border-bottom-color: rgb(131 24 67 / 0.3);
  }

  .\32xl\:border-b-pink-900\/35 {
    border-bottom-color: rgb(131 24 67 / 0.35);
  }

  .\32xl\:border-b-pink-900\/40 {
    border-bottom-color: rgb(131 24 67 / 0.4);
  }

  .\32xl\:border-b-pink-900\/45 {
    border-bottom-color: rgb(131 24 67 / 0.45);
  }

  .\32xl\:border-b-pink-900\/5 {
    border-bottom-color: rgb(131 24 67 / 0.05);
  }

  .\32xl\:border-b-pink-900\/50 {
    border-bottom-color: rgb(131 24 67 / 0.5);
  }

  .\32xl\:border-b-pink-900\/55 {
    border-bottom-color: rgb(131 24 67 / 0.55);
  }

  .\32xl\:border-b-pink-900\/60 {
    border-bottom-color: rgb(131 24 67 / 0.6);
  }

  .\32xl\:border-b-pink-900\/65 {
    border-bottom-color: rgb(131 24 67 / 0.65);
  }

  .\32xl\:border-b-pink-900\/70 {
    border-bottom-color: rgb(131 24 67 / 0.7);
  }

  .\32xl\:border-b-pink-900\/75 {
    border-bottom-color: rgb(131 24 67 / 0.75);
  }

  .\32xl\:border-b-pink-900\/80 {
    border-bottom-color: rgb(131 24 67 / 0.8);
  }

  .\32xl\:border-b-pink-900\/85 {
    border-bottom-color: rgb(131 24 67 / 0.85);
  }

  .\32xl\:border-b-pink-900\/90 {
    border-bottom-color: rgb(131 24 67 / 0.9);
  }

  .\32xl\:border-b-pink-900\/95 {
    border-bottom-color: rgb(131 24 67 / 0.95);
  }

  .\32xl\:border-b-pink-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-pink-950\/0 {
    border-bottom-color: rgb(80 7 36 / 0);
  }

  .\32xl\:border-b-pink-950\/10 {
    border-bottom-color: rgb(80 7 36 / 0.1);
  }

  .\32xl\:border-b-pink-950\/100 {
    border-bottom-color: rgb(80 7 36 / 1);
  }

  .\32xl\:border-b-pink-950\/15 {
    border-bottom-color: rgb(80 7 36 / 0.15);
  }

  .\32xl\:border-b-pink-950\/20 {
    border-bottom-color: rgb(80 7 36 / 0.2);
  }

  .\32xl\:border-b-pink-950\/25 {
    border-bottom-color: rgb(80 7 36 / 0.25);
  }

  .\32xl\:border-b-pink-950\/30 {
    border-bottom-color: rgb(80 7 36 / 0.3);
  }

  .\32xl\:border-b-pink-950\/35 {
    border-bottom-color: rgb(80 7 36 / 0.35);
  }

  .\32xl\:border-b-pink-950\/40 {
    border-bottom-color: rgb(80 7 36 / 0.4);
  }

  .\32xl\:border-b-pink-950\/45 {
    border-bottom-color: rgb(80 7 36 / 0.45);
  }

  .\32xl\:border-b-pink-950\/5 {
    border-bottom-color: rgb(80 7 36 / 0.05);
  }

  .\32xl\:border-b-pink-950\/50 {
    border-bottom-color: rgb(80 7 36 / 0.5);
  }

  .\32xl\:border-b-pink-950\/55 {
    border-bottom-color: rgb(80 7 36 / 0.55);
  }

  .\32xl\:border-b-pink-950\/60 {
    border-bottom-color: rgb(80 7 36 / 0.6);
  }

  .\32xl\:border-b-pink-950\/65 {
    border-bottom-color: rgb(80 7 36 / 0.65);
  }

  .\32xl\:border-b-pink-950\/70 {
    border-bottom-color: rgb(80 7 36 / 0.7);
  }

  .\32xl\:border-b-pink-950\/75 {
    border-bottom-color: rgb(80 7 36 / 0.75);
  }

  .\32xl\:border-b-pink-950\/80 {
    border-bottom-color: rgb(80 7 36 / 0.8);
  }

  .\32xl\:border-b-pink-950\/85 {
    border-bottom-color: rgb(80 7 36 / 0.85);
  }

  .\32xl\:border-b-pink-950\/90 {
    border-bottom-color: rgb(80 7 36 / 0.9);
  }

  .\32xl\:border-b-pink-950\/95 {
    border-bottom-color: rgb(80 7 36 / 0.95);
  }

  .\32xl\:border-b-popover {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-popover-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-popover-foreground\/0 {
    border-bottom-color: hsl(var(--popover-foreground) / 0);
  }

  .\32xl\:border-b-popover-foreground\/10 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.1);
  }

  .\32xl\:border-b-popover-foreground\/100 {
    border-bottom-color: hsl(var(--popover-foreground) / 1);
  }

  .\32xl\:border-b-popover-foreground\/15 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.15);
  }

  .\32xl\:border-b-popover-foreground\/20 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.2);
  }

  .\32xl\:border-b-popover-foreground\/25 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.25);
  }

  .\32xl\:border-b-popover-foreground\/30 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.3);
  }

  .\32xl\:border-b-popover-foreground\/35 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.35);
  }

  .\32xl\:border-b-popover-foreground\/40 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.4);
  }

  .\32xl\:border-b-popover-foreground\/45 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.45);
  }

  .\32xl\:border-b-popover-foreground\/5 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.05);
  }

  .\32xl\:border-b-popover-foreground\/50 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.5);
  }

  .\32xl\:border-b-popover-foreground\/55 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.55);
  }

  .\32xl\:border-b-popover-foreground\/60 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.6);
  }

  .\32xl\:border-b-popover-foreground\/65 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.65);
  }

  .\32xl\:border-b-popover-foreground\/70 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.7);
  }

  .\32xl\:border-b-popover-foreground\/75 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.75);
  }

  .\32xl\:border-b-popover-foreground\/80 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.8);
  }

  .\32xl\:border-b-popover-foreground\/85 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.85);
  }

  .\32xl\:border-b-popover-foreground\/90 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.9);
  }

  .\32xl\:border-b-popover-foreground\/95 {
    border-bottom-color: hsl(var(--popover-foreground) / 0.95);
  }

  .\32xl\:border-b-popover\/0 {
    border-bottom-color: hsl(var(--popover) / 0);
  }

  .\32xl\:border-b-popover\/10 {
    border-bottom-color: hsl(var(--popover) / 0.1);
  }

  .\32xl\:border-b-popover\/100 {
    border-bottom-color: hsl(var(--popover) / 1);
  }

  .\32xl\:border-b-popover\/15 {
    border-bottom-color: hsl(var(--popover) / 0.15);
  }

  .\32xl\:border-b-popover\/20 {
    border-bottom-color: hsl(var(--popover) / 0.2);
  }

  .\32xl\:border-b-popover\/25 {
    border-bottom-color: hsl(var(--popover) / 0.25);
  }

  .\32xl\:border-b-popover\/30 {
    border-bottom-color: hsl(var(--popover) / 0.3);
  }

  .\32xl\:border-b-popover\/35 {
    border-bottom-color: hsl(var(--popover) / 0.35);
  }

  .\32xl\:border-b-popover\/40 {
    border-bottom-color: hsl(var(--popover) / 0.4);
  }

  .\32xl\:border-b-popover\/45 {
    border-bottom-color: hsl(var(--popover) / 0.45);
  }

  .\32xl\:border-b-popover\/5 {
    border-bottom-color: hsl(var(--popover) / 0.05);
  }

  .\32xl\:border-b-popover\/50 {
    border-bottom-color: hsl(var(--popover) / 0.5);
  }

  .\32xl\:border-b-popover\/55 {
    border-bottom-color: hsl(var(--popover) / 0.55);
  }

  .\32xl\:border-b-popover\/60 {
    border-bottom-color: hsl(var(--popover) / 0.6);
  }

  .\32xl\:border-b-popover\/65 {
    border-bottom-color: hsl(var(--popover) / 0.65);
  }

  .\32xl\:border-b-popover\/70 {
    border-bottom-color: hsl(var(--popover) / 0.7);
  }

  .\32xl\:border-b-popover\/75 {
    border-bottom-color: hsl(var(--popover) / 0.75);
  }

  .\32xl\:border-b-popover\/80 {
    border-bottom-color: hsl(var(--popover) / 0.8);
  }

  .\32xl\:border-b-popover\/85 {
    border-bottom-color: hsl(var(--popover) / 0.85);
  }

  .\32xl\:border-b-popover\/90 {
    border-bottom-color: hsl(var(--popover) / 0.9);
  }

  .\32xl\:border-b-popover\/95 {
    border-bottom-color: hsl(var(--popover) / 0.95);
  }

  .\32xl\:border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-primary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-primary-foreground\/0 {
    border-bottom-color: hsl(var(--primary-foreground) / 0);
  }

  .\32xl\:border-b-primary-foreground\/10 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.1);
  }

  .\32xl\:border-b-primary-foreground\/100 {
    border-bottom-color: hsl(var(--primary-foreground) / 1);
  }

  .\32xl\:border-b-primary-foreground\/15 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.15);
  }

  .\32xl\:border-b-primary-foreground\/20 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.2);
  }

  .\32xl\:border-b-primary-foreground\/25 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.25);
  }

  .\32xl\:border-b-primary-foreground\/30 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.3);
  }

  .\32xl\:border-b-primary-foreground\/35 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.35);
  }

  .\32xl\:border-b-primary-foreground\/40 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.4);
  }

  .\32xl\:border-b-primary-foreground\/45 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.45);
  }

  .\32xl\:border-b-primary-foreground\/5 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.05);
  }

  .\32xl\:border-b-primary-foreground\/50 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.5);
  }

  .\32xl\:border-b-primary-foreground\/55 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.55);
  }

  .\32xl\:border-b-primary-foreground\/60 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.6);
  }

  .\32xl\:border-b-primary-foreground\/65 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.65);
  }

  .\32xl\:border-b-primary-foreground\/70 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.7);
  }

  .\32xl\:border-b-primary-foreground\/75 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.75);
  }

  .\32xl\:border-b-primary-foreground\/80 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.8);
  }

  .\32xl\:border-b-primary-foreground\/85 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.85);
  }

  .\32xl\:border-b-primary-foreground\/90 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.9);
  }

  .\32xl\:border-b-primary-foreground\/95 {
    border-bottom-color: hsl(var(--primary-foreground) / 0.95);
  }

  .\32xl\:border-b-primary\/0 {
    border-bottom-color: hsl(var(--primary) / 0);
  }

  .\32xl\:border-b-primary\/10 {
    border-bottom-color: hsl(var(--primary) / 0.1);
  }

  .\32xl\:border-b-primary\/100 {
    border-bottom-color: hsl(var(--primary) / 1);
  }

  .\32xl\:border-b-primary\/15 {
    border-bottom-color: hsl(var(--primary) / 0.15);
  }

  .\32xl\:border-b-primary\/20 {
    border-bottom-color: hsl(var(--primary) / 0.2);
  }

  .\32xl\:border-b-primary\/25 {
    border-bottom-color: hsl(var(--primary) / 0.25);
  }

  .\32xl\:border-b-primary\/30 {
    border-bottom-color: hsl(var(--primary) / 0.3);
  }

  .\32xl\:border-b-primary\/35 {
    border-bottom-color: hsl(var(--primary) / 0.35);
  }

  .\32xl\:border-b-primary\/40 {
    border-bottom-color: hsl(var(--primary) / 0.4);
  }

  .\32xl\:border-b-primary\/45 {
    border-bottom-color: hsl(var(--primary) / 0.45);
  }

  .\32xl\:border-b-primary\/5 {
    border-bottom-color: hsl(var(--primary) / 0.05);
  }

  .\32xl\:border-b-primary\/50 {
    border-bottom-color: hsl(var(--primary) / 0.5);
  }

  .\32xl\:border-b-primary\/55 {
    border-bottom-color: hsl(var(--primary) / 0.55);
  }

  .\32xl\:border-b-primary\/60 {
    border-bottom-color: hsl(var(--primary) / 0.6);
  }

  .\32xl\:border-b-primary\/65 {
    border-bottom-color: hsl(var(--primary) / 0.65);
  }

  .\32xl\:border-b-primary\/70 {
    border-bottom-color: hsl(var(--primary) / 0.7);
  }

  .\32xl\:border-b-primary\/75 {
    border-bottom-color: hsl(var(--primary) / 0.75);
  }

  .\32xl\:border-b-primary\/80 {
    border-bottom-color: hsl(var(--primary) / 0.8);
  }

  .\32xl\:border-b-primary\/85 {
    border-bottom-color: hsl(var(--primary) / 0.85);
  }

  .\32xl\:border-b-primary\/90 {
    border-bottom-color: hsl(var(--primary) / 0.9);
  }

  .\32xl\:border-b-primary\/95 {
    border-bottom-color: hsl(var(--primary) / 0.95);
  }

  .\32xl\:border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-100\/0 {
    border-bottom-color: rgb(243 232 255 / 0);
  }

  .\32xl\:border-b-purple-100\/10 {
    border-bottom-color: rgb(243 232 255 / 0.1);
  }

  .\32xl\:border-b-purple-100\/100 {
    border-bottom-color: rgb(243 232 255 / 1);
  }

  .\32xl\:border-b-purple-100\/15 {
    border-bottom-color: rgb(243 232 255 / 0.15);
  }

  .\32xl\:border-b-purple-100\/20 {
    border-bottom-color: rgb(243 232 255 / 0.2);
  }

  .\32xl\:border-b-purple-100\/25 {
    border-bottom-color: rgb(243 232 255 / 0.25);
  }

  .\32xl\:border-b-purple-100\/30 {
    border-bottom-color: rgb(243 232 255 / 0.3);
  }

  .\32xl\:border-b-purple-100\/35 {
    border-bottom-color: rgb(243 232 255 / 0.35);
  }

  .\32xl\:border-b-purple-100\/40 {
    border-bottom-color: rgb(243 232 255 / 0.4);
  }

  .\32xl\:border-b-purple-100\/45 {
    border-bottom-color: rgb(243 232 255 / 0.45);
  }

  .\32xl\:border-b-purple-100\/5 {
    border-bottom-color: rgb(243 232 255 / 0.05);
  }

  .\32xl\:border-b-purple-100\/50 {
    border-bottom-color: rgb(243 232 255 / 0.5);
  }

  .\32xl\:border-b-purple-100\/55 {
    border-bottom-color: rgb(243 232 255 / 0.55);
  }

  .\32xl\:border-b-purple-100\/60 {
    border-bottom-color: rgb(243 232 255 / 0.6);
  }

  .\32xl\:border-b-purple-100\/65 {
    border-bottom-color: rgb(243 232 255 / 0.65);
  }

  .\32xl\:border-b-purple-100\/70 {
    border-bottom-color: rgb(243 232 255 / 0.7);
  }

  .\32xl\:border-b-purple-100\/75 {
    border-bottom-color: rgb(243 232 255 / 0.75);
  }

  .\32xl\:border-b-purple-100\/80 {
    border-bottom-color: rgb(243 232 255 / 0.8);
  }

  .\32xl\:border-b-purple-100\/85 {
    border-bottom-color: rgb(243 232 255 / 0.85);
  }

  .\32xl\:border-b-purple-100\/90 {
    border-bottom-color: rgb(243 232 255 / 0.9);
  }

  .\32xl\:border-b-purple-100\/95 {
    border-bottom-color: rgb(243 232 255 / 0.95);
  }

  .\32xl\:border-b-purple-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-200\/0 {
    border-bottom-color: rgb(233 213 255 / 0);
  }

  .\32xl\:border-b-purple-200\/10 {
    border-bottom-color: rgb(233 213 255 / 0.1);
  }

  .\32xl\:border-b-purple-200\/100 {
    border-bottom-color: rgb(233 213 255 / 1);
  }

  .\32xl\:border-b-purple-200\/15 {
    border-bottom-color: rgb(233 213 255 / 0.15);
  }

  .\32xl\:border-b-purple-200\/20 {
    border-bottom-color: rgb(233 213 255 / 0.2);
  }

  .\32xl\:border-b-purple-200\/25 {
    border-bottom-color: rgb(233 213 255 / 0.25);
  }

  .\32xl\:border-b-purple-200\/30 {
    border-bottom-color: rgb(233 213 255 / 0.3);
  }

  .\32xl\:border-b-purple-200\/35 {
    border-bottom-color: rgb(233 213 255 / 0.35);
  }

  .\32xl\:border-b-purple-200\/40 {
    border-bottom-color: rgb(233 213 255 / 0.4);
  }

  .\32xl\:border-b-purple-200\/45 {
    border-bottom-color: rgb(233 213 255 / 0.45);
  }

  .\32xl\:border-b-purple-200\/5 {
    border-bottom-color: rgb(233 213 255 / 0.05);
  }

  .\32xl\:border-b-purple-200\/50 {
    border-bottom-color: rgb(233 213 255 / 0.5);
  }

  .\32xl\:border-b-purple-200\/55 {
    border-bottom-color: rgb(233 213 255 / 0.55);
  }

  .\32xl\:border-b-purple-200\/60 {
    border-bottom-color: rgb(233 213 255 / 0.6);
  }

  .\32xl\:border-b-purple-200\/65 {
    border-bottom-color: rgb(233 213 255 / 0.65);
  }

  .\32xl\:border-b-purple-200\/70 {
    border-bottom-color: rgb(233 213 255 / 0.7);
  }

  .\32xl\:border-b-purple-200\/75 {
    border-bottom-color: rgb(233 213 255 / 0.75);
  }

  .\32xl\:border-b-purple-200\/80 {
    border-bottom-color: rgb(233 213 255 / 0.8);
  }

  .\32xl\:border-b-purple-200\/85 {
    border-bottom-color: rgb(233 213 255 / 0.85);
  }

  .\32xl\:border-b-purple-200\/90 {
    border-bottom-color: rgb(233 213 255 / 0.9);
  }

  .\32xl\:border-b-purple-200\/95 {
    border-bottom-color: rgb(233 213 255 / 0.95);
  }

  .\32xl\:border-b-purple-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-300\/0 {
    border-bottom-color: rgb(216 180 254 / 0);
  }

  .\32xl\:border-b-purple-300\/10 {
    border-bottom-color: rgb(216 180 254 / 0.1);
  }

  .\32xl\:border-b-purple-300\/100 {
    border-bottom-color: rgb(216 180 254 / 1);
  }

  .\32xl\:border-b-purple-300\/15 {
    border-bottom-color: rgb(216 180 254 / 0.15);
  }

  .\32xl\:border-b-purple-300\/20 {
    border-bottom-color: rgb(216 180 254 / 0.2);
  }

  .\32xl\:border-b-purple-300\/25 {
    border-bottom-color: rgb(216 180 254 / 0.25);
  }

  .\32xl\:border-b-purple-300\/30 {
    border-bottom-color: rgb(216 180 254 / 0.3);
  }

  .\32xl\:border-b-purple-300\/35 {
    border-bottom-color: rgb(216 180 254 / 0.35);
  }

  .\32xl\:border-b-purple-300\/40 {
    border-bottom-color: rgb(216 180 254 / 0.4);
  }

  .\32xl\:border-b-purple-300\/45 {
    border-bottom-color: rgb(216 180 254 / 0.45);
  }

  .\32xl\:border-b-purple-300\/5 {
    border-bottom-color: rgb(216 180 254 / 0.05);
  }

  .\32xl\:border-b-purple-300\/50 {
    border-bottom-color: rgb(216 180 254 / 0.5);
  }

  .\32xl\:border-b-purple-300\/55 {
    border-bottom-color: rgb(216 180 254 / 0.55);
  }

  .\32xl\:border-b-purple-300\/60 {
    border-bottom-color: rgb(216 180 254 / 0.6);
  }

  .\32xl\:border-b-purple-300\/65 {
    border-bottom-color: rgb(216 180 254 / 0.65);
  }

  .\32xl\:border-b-purple-300\/70 {
    border-bottom-color: rgb(216 180 254 / 0.7);
  }

  .\32xl\:border-b-purple-300\/75 {
    border-bottom-color: rgb(216 180 254 / 0.75);
  }

  .\32xl\:border-b-purple-300\/80 {
    border-bottom-color: rgb(216 180 254 / 0.8);
  }

  .\32xl\:border-b-purple-300\/85 {
    border-bottom-color: rgb(216 180 254 / 0.85);
  }

  .\32xl\:border-b-purple-300\/90 {
    border-bottom-color: rgb(216 180 254 / 0.9);
  }

  .\32xl\:border-b-purple-300\/95 {
    border-bottom-color: rgb(216 180 254 / 0.95);
  }

  .\32xl\:border-b-purple-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-400\/0 {
    border-bottom-color: rgb(192 132 252 / 0);
  }

  .\32xl\:border-b-purple-400\/10 {
    border-bottom-color: rgb(192 132 252 / 0.1);
  }

  .\32xl\:border-b-purple-400\/100 {
    border-bottom-color: rgb(192 132 252 / 1);
  }

  .\32xl\:border-b-purple-400\/15 {
    border-bottom-color: rgb(192 132 252 / 0.15);
  }

  .\32xl\:border-b-purple-400\/20 {
    border-bottom-color: rgb(192 132 252 / 0.2);
  }

  .\32xl\:border-b-purple-400\/25 {
    border-bottom-color: rgb(192 132 252 / 0.25);
  }

  .\32xl\:border-b-purple-400\/30 {
    border-bottom-color: rgb(192 132 252 / 0.3);
  }

  .\32xl\:border-b-purple-400\/35 {
    border-bottom-color: rgb(192 132 252 / 0.35);
  }

  .\32xl\:border-b-purple-400\/40 {
    border-bottom-color: rgb(192 132 252 / 0.4);
  }

  .\32xl\:border-b-purple-400\/45 {
    border-bottom-color: rgb(192 132 252 / 0.45);
  }

  .\32xl\:border-b-purple-400\/5 {
    border-bottom-color: rgb(192 132 252 / 0.05);
  }

  .\32xl\:border-b-purple-400\/50 {
    border-bottom-color: rgb(192 132 252 / 0.5);
  }

  .\32xl\:border-b-purple-400\/55 {
    border-bottom-color: rgb(192 132 252 / 0.55);
  }

  .\32xl\:border-b-purple-400\/60 {
    border-bottom-color: rgb(192 132 252 / 0.6);
  }

  .\32xl\:border-b-purple-400\/65 {
    border-bottom-color: rgb(192 132 252 / 0.65);
  }

  .\32xl\:border-b-purple-400\/70 {
    border-bottom-color: rgb(192 132 252 / 0.7);
  }

  .\32xl\:border-b-purple-400\/75 {
    border-bottom-color: rgb(192 132 252 / 0.75);
  }

  .\32xl\:border-b-purple-400\/80 {
    border-bottom-color: rgb(192 132 252 / 0.8);
  }

  .\32xl\:border-b-purple-400\/85 {
    border-bottom-color: rgb(192 132 252 / 0.85);
  }

  .\32xl\:border-b-purple-400\/90 {
    border-bottom-color: rgb(192 132 252 / 0.9);
  }

  .\32xl\:border-b-purple-400\/95 {
    border-bottom-color: rgb(192 132 252 / 0.95);
  }

  .\32xl\:border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-50\/0 {
    border-bottom-color: rgb(250 245 255 / 0);
  }

  .\32xl\:border-b-purple-50\/10 {
    border-bottom-color: rgb(250 245 255 / 0.1);
  }

  .\32xl\:border-b-purple-50\/100 {
    border-bottom-color: rgb(250 245 255 / 1);
  }

  .\32xl\:border-b-purple-50\/15 {
    border-bottom-color: rgb(250 245 255 / 0.15);
  }

  .\32xl\:border-b-purple-50\/20 {
    border-bottom-color: rgb(250 245 255 / 0.2);
  }

  .\32xl\:border-b-purple-50\/25 {
    border-bottom-color: rgb(250 245 255 / 0.25);
  }

  .\32xl\:border-b-purple-50\/30 {
    border-bottom-color: rgb(250 245 255 / 0.3);
  }

  .\32xl\:border-b-purple-50\/35 {
    border-bottom-color: rgb(250 245 255 / 0.35);
  }

  .\32xl\:border-b-purple-50\/40 {
    border-bottom-color: rgb(250 245 255 / 0.4);
  }

  .\32xl\:border-b-purple-50\/45 {
    border-bottom-color: rgb(250 245 255 / 0.45);
  }

  .\32xl\:border-b-purple-50\/5 {
    border-bottom-color: rgb(250 245 255 / 0.05);
  }

  .\32xl\:border-b-purple-50\/50 {
    border-bottom-color: rgb(250 245 255 / 0.5);
  }

  .\32xl\:border-b-purple-50\/55 {
    border-bottom-color: rgb(250 245 255 / 0.55);
  }

  .\32xl\:border-b-purple-50\/60 {
    border-bottom-color: rgb(250 245 255 / 0.6);
  }

  .\32xl\:border-b-purple-50\/65 {
    border-bottom-color: rgb(250 245 255 / 0.65);
  }

  .\32xl\:border-b-purple-50\/70 {
    border-bottom-color: rgb(250 245 255 / 0.7);
  }

  .\32xl\:border-b-purple-50\/75 {
    border-bottom-color: rgb(250 245 255 / 0.75);
  }

  .\32xl\:border-b-purple-50\/80 {
    border-bottom-color: rgb(250 245 255 / 0.8);
  }

  .\32xl\:border-b-purple-50\/85 {
    border-bottom-color: rgb(250 245 255 / 0.85);
  }

  .\32xl\:border-b-purple-50\/90 {
    border-bottom-color: rgb(250 245 255 / 0.9);
  }

  .\32xl\:border-b-purple-50\/95 {
    border-bottom-color: rgb(250 245 255 / 0.95);
  }

  .\32xl\:border-b-purple-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-500\/0 {
    border-bottom-color: rgb(168 85 247 / 0);
  }

  .\32xl\:border-b-purple-500\/10 {
    border-bottom-color: rgb(168 85 247 / 0.1);
  }

  .\32xl\:border-b-purple-500\/100 {
    border-bottom-color: rgb(168 85 247 / 1);
  }

  .\32xl\:border-b-purple-500\/15 {
    border-bottom-color: rgb(168 85 247 / 0.15);
  }

  .\32xl\:border-b-purple-500\/20 {
    border-bottom-color: rgb(168 85 247 / 0.2);
  }

  .\32xl\:border-b-purple-500\/25 {
    border-bottom-color: rgb(168 85 247 / 0.25);
  }

  .\32xl\:border-b-purple-500\/30 {
    border-bottom-color: rgb(168 85 247 / 0.3);
  }

  .\32xl\:border-b-purple-500\/35 {
    border-bottom-color: rgb(168 85 247 / 0.35);
  }

  .\32xl\:border-b-purple-500\/40 {
    border-bottom-color: rgb(168 85 247 / 0.4);
  }

  .\32xl\:border-b-purple-500\/45 {
    border-bottom-color: rgb(168 85 247 / 0.45);
  }

  .\32xl\:border-b-purple-500\/5 {
    border-bottom-color: rgb(168 85 247 / 0.05);
  }

  .\32xl\:border-b-purple-500\/50 {
    border-bottom-color: rgb(168 85 247 / 0.5);
  }

  .\32xl\:border-b-purple-500\/55 {
    border-bottom-color: rgb(168 85 247 / 0.55);
  }

  .\32xl\:border-b-purple-500\/60 {
    border-bottom-color: rgb(168 85 247 / 0.6);
  }

  .\32xl\:border-b-purple-500\/65 {
    border-bottom-color: rgb(168 85 247 / 0.65);
  }

  .\32xl\:border-b-purple-500\/70 {
    border-bottom-color: rgb(168 85 247 / 0.7);
  }

  .\32xl\:border-b-purple-500\/75 {
    border-bottom-color: rgb(168 85 247 / 0.75);
  }

  .\32xl\:border-b-purple-500\/80 {
    border-bottom-color: rgb(168 85 247 / 0.8);
  }

  .\32xl\:border-b-purple-500\/85 {
    border-bottom-color: rgb(168 85 247 / 0.85);
  }

  .\32xl\:border-b-purple-500\/90 {
    border-bottom-color: rgb(168 85 247 / 0.9);
  }

  .\32xl\:border-b-purple-500\/95 {
    border-bottom-color: rgb(168 85 247 / 0.95);
  }

  .\32xl\:border-b-purple-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-600\/0 {
    border-bottom-color: rgb(147 51 234 / 0);
  }

  .\32xl\:border-b-purple-600\/10 {
    border-bottom-color: rgb(147 51 234 / 0.1);
  }

  .\32xl\:border-b-purple-600\/100 {
    border-bottom-color: rgb(147 51 234 / 1);
  }

  .\32xl\:border-b-purple-600\/15 {
    border-bottom-color: rgb(147 51 234 / 0.15);
  }

  .\32xl\:border-b-purple-600\/20 {
    border-bottom-color: rgb(147 51 234 / 0.2);
  }

  .\32xl\:border-b-purple-600\/25 {
    border-bottom-color: rgb(147 51 234 / 0.25);
  }

  .\32xl\:border-b-purple-600\/30 {
    border-bottom-color: rgb(147 51 234 / 0.3);
  }

  .\32xl\:border-b-purple-600\/35 {
    border-bottom-color: rgb(147 51 234 / 0.35);
  }

  .\32xl\:border-b-purple-600\/40 {
    border-bottom-color: rgb(147 51 234 / 0.4);
  }

  .\32xl\:border-b-purple-600\/45 {
    border-bottom-color: rgb(147 51 234 / 0.45);
  }

  .\32xl\:border-b-purple-600\/5 {
    border-bottom-color: rgb(147 51 234 / 0.05);
  }

  .\32xl\:border-b-purple-600\/50 {
    border-bottom-color: rgb(147 51 234 / 0.5);
  }

  .\32xl\:border-b-purple-600\/55 {
    border-bottom-color: rgb(147 51 234 / 0.55);
  }

  .\32xl\:border-b-purple-600\/60 {
    border-bottom-color: rgb(147 51 234 / 0.6);
  }

  .\32xl\:border-b-purple-600\/65 {
    border-bottom-color: rgb(147 51 234 / 0.65);
  }

  .\32xl\:border-b-purple-600\/70 {
    border-bottom-color: rgb(147 51 234 / 0.7);
  }

  .\32xl\:border-b-purple-600\/75 {
    border-bottom-color: rgb(147 51 234 / 0.75);
  }

  .\32xl\:border-b-purple-600\/80 {
    border-bottom-color: rgb(147 51 234 / 0.8);
  }

  .\32xl\:border-b-purple-600\/85 {
    border-bottom-color: rgb(147 51 234 / 0.85);
  }

  .\32xl\:border-b-purple-600\/90 {
    border-bottom-color: rgb(147 51 234 / 0.9);
  }

  .\32xl\:border-b-purple-600\/95 {
    border-bottom-color: rgb(147 51 234 / 0.95);
  }

  .\32xl\:border-b-purple-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-700\/0 {
    border-bottom-color: rgb(126 34 206 / 0);
  }

  .\32xl\:border-b-purple-700\/10 {
    border-bottom-color: rgb(126 34 206 / 0.1);
  }

  .\32xl\:border-b-purple-700\/100 {
    border-bottom-color: rgb(126 34 206 / 1);
  }

  .\32xl\:border-b-purple-700\/15 {
    border-bottom-color: rgb(126 34 206 / 0.15);
  }

  .\32xl\:border-b-purple-700\/20 {
    border-bottom-color: rgb(126 34 206 / 0.2);
  }

  .\32xl\:border-b-purple-700\/25 {
    border-bottom-color: rgb(126 34 206 / 0.25);
  }

  .\32xl\:border-b-purple-700\/30 {
    border-bottom-color: rgb(126 34 206 / 0.3);
  }

  .\32xl\:border-b-purple-700\/35 {
    border-bottom-color: rgb(126 34 206 / 0.35);
  }

  .\32xl\:border-b-purple-700\/40 {
    border-bottom-color: rgb(126 34 206 / 0.4);
  }

  .\32xl\:border-b-purple-700\/45 {
    border-bottom-color: rgb(126 34 206 / 0.45);
  }

  .\32xl\:border-b-purple-700\/5 {
    border-bottom-color: rgb(126 34 206 / 0.05);
  }

  .\32xl\:border-b-purple-700\/50 {
    border-bottom-color: rgb(126 34 206 / 0.5);
  }

  .\32xl\:border-b-purple-700\/55 {
    border-bottom-color: rgb(126 34 206 / 0.55);
  }

  .\32xl\:border-b-purple-700\/60 {
    border-bottom-color: rgb(126 34 206 / 0.6);
  }

  .\32xl\:border-b-purple-700\/65 {
    border-bottom-color: rgb(126 34 206 / 0.65);
  }

  .\32xl\:border-b-purple-700\/70 {
    border-bottom-color: rgb(126 34 206 / 0.7);
  }

  .\32xl\:border-b-purple-700\/75 {
    border-bottom-color: rgb(126 34 206 / 0.75);
  }

  .\32xl\:border-b-purple-700\/80 {
    border-bottom-color: rgb(126 34 206 / 0.8);
  }

  .\32xl\:border-b-purple-700\/85 {
    border-bottom-color: rgb(126 34 206 / 0.85);
  }

  .\32xl\:border-b-purple-700\/90 {
    border-bottom-color: rgb(126 34 206 / 0.9);
  }

  .\32xl\:border-b-purple-700\/95 {
    border-bottom-color: rgb(126 34 206 / 0.95);
  }

  .\32xl\:border-b-purple-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-800\/0 {
    border-bottom-color: rgb(107 33 168 / 0);
  }

  .\32xl\:border-b-purple-800\/10 {
    border-bottom-color: rgb(107 33 168 / 0.1);
  }

  .\32xl\:border-b-purple-800\/100 {
    border-bottom-color: rgb(107 33 168 / 1);
  }

  .\32xl\:border-b-purple-800\/15 {
    border-bottom-color: rgb(107 33 168 / 0.15);
  }

  .\32xl\:border-b-purple-800\/20 {
    border-bottom-color: rgb(107 33 168 / 0.2);
  }

  .\32xl\:border-b-purple-800\/25 {
    border-bottom-color: rgb(107 33 168 / 0.25);
  }

  .\32xl\:border-b-purple-800\/30 {
    border-bottom-color: rgb(107 33 168 / 0.3);
  }

  .\32xl\:border-b-purple-800\/35 {
    border-bottom-color: rgb(107 33 168 / 0.35);
  }

  .\32xl\:border-b-purple-800\/40 {
    border-bottom-color: rgb(107 33 168 / 0.4);
  }

  .\32xl\:border-b-purple-800\/45 {
    border-bottom-color: rgb(107 33 168 / 0.45);
  }

  .\32xl\:border-b-purple-800\/5 {
    border-bottom-color: rgb(107 33 168 / 0.05);
  }

  .\32xl\:border-b-purple-800\/50 {
    border-bottom-color: rgb(107 33 168 / 0.5);
  }

  .\32xl\:border-b-purple-800\/55 {
    border-bottom-color: rgb(107 33 168 / 0.55);
  }

  .\32xl\:border-b-purple-800\/60 {
    border-bottom-color: rgb(107 33 168 / 0.6);
  }

  .\32xl\:border-b-purple-800\/65 {
    border-bottom-color: rgb(107 33 168 / 0.65);
  }

  .\32xl\:border-b-purple-800\/70 {
    border-bottom-color: rgb(107 33 168 / 0.7);
  }

  .\32xl\:border-b-purple-800\/75 {
    border-bottom-color: rgb(107 33 168 / 0.75);
  }

  .\32xl\:border-b-purple-800\/80 {
    border-bottom-color: rgb(107 33 168 / 0.8);
  }

  .\32xl\:border-b-purple-800\/85 {
    border-bottom-color: rgb(107 33 168 / 0.85);
  }

  .\32xl\:border-b-purple-800\/90 {
    border-bottom-color: rgb(107 33 168 / 0.9);
  }

  .\32xl\:border-b-purple-800\/95 {
    border-bottom-color: rgb(107 33 168 / 0.95);
  }

  .\32xl\:border-b-purple-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-900\/0 {
    border-bottom-color: rgb(88 28 135 / 0);
  }

  .\32xl\:border-b-purple-900\/10 {
    border-bottom-color: rgb(88 28 135 / 0.1);
  }

  .\32xl\:border-b-purple-900\/100 {
    border-bottom-color: rgb(88 28 135 / 1);
  }

  .\32xl\:border-b-purple-900\/15 {
    border-bottom-color: rgb(88 28 135 / 0.15);
  }

  .\32xl\:border-b-purple-900\/20 {
    border-bottom-color: rgb(88 28 135 / 0.2);
  }

  .\32xl\:border-b-purple-900\/25 {
    border-bottom-color: rgb(88 28 135 / 0.25);
  }

  .\32xl\:border-b-purple-900\/30 {
    border-bottom-color: rgb(88 28 135 / 0.3);
  }

  .\32xl\:border-b-purple-900\/35 {
    border-bottom-color: rgb(88 28 135 / 0.35);
  }

  .\32xl\:border-b-purple-900\/40 {
    border-bottom-color: rgb(88 28 135 / 0.4);
  }

  .\32xl\:border-b-purple-900\/45 {
    border-bottom-color: rgb(88 28 135 / 0.45);
  }

  .\32xl\:border-b-purple-900\/5 {
    border-bottom-color: rgb(88 28 135 / 0.05);
  }

  .\32xl\:border-b-purple-900\/50 {
    border-bottom-color: rgb(88 28 135 / 0.5);
  }

  .\32xl\:border-b-purple-900\/55 {
    border-bottom-color: rgb(88 28 135 / 0.55);
  }

  .\32xl\:border-b-purple-900\/60 {
    border-bottom-color: rgb(88 28 135 / 0.6);
  }

  .\32xl\:border-b-purple-900\/65 {
    border-bottom-color: rgb(88 28 135 / 0.65);
  }

  .\32xl\:border-b-purple-900\/70 {
    border-bottom-color: rgb(88 28 135 / 0.7);
  }

  .\32xl\:border-b-purple-900\/75 {
    border-bottom-color: rgb(88 28 135 / 0.75);
  }

  .\32xl\:border-b-purple-900\/80 {
    border-bottom-color: rgb(88 28 135 / 0.8);
  }

  .\32xl\:border-b-purple-900\/85 {
    border-bottom-color: rgb(88 28 135 / 0.85);
  }

  .\32xl\:border-b-purple-900\/90 {
    border-bottom-color: rgb(88 28 135 / 0.9);
  }

  .\32xl\:border-b-purple-900\/95 {
    border-bottom-color: rgb(88 28 135 / 0.95);
  }

  .\32xl\:border-b-purple-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-purple-950\/0 {
    border-bottom-color: rgb(59 7 100 / 0);
  }

  .\32xl\:border-b-purple-950\/10 {
    border-bottom-color: rgb(59 7 100 / 0.1);
  }

  .\32xl\:border-b-purple-950\/100 {
    border-bottom-color: rgb(59 7 100 / 1);
  }

  .\32xl\:border-b-purple-950\/15 {
    border-bottom-color: rgb(59 7 100 / 0.15);
  }

  .\32xl\:border-b-purple-950\/20 {
    border-bottom-color: rgb(59 7 100 / 0.2);
  }

  .\32xl\:border-b-purple-950\/25 {
    border-bottom-color: rgb(59 7 100 / 0.25);
  }

  .\32xl\:border-b-purple-950\/30 {
    border-bottom-color: rgb(59 7 100 / 0.3);
  }

  .\32xl\:border-b-purple-950\/35 {
    border-bottom-color: rgb(59 7 100 / 0.35);
  }

  .\32xl\:border-b-purple-950\/40 {
    border-bottom-color: rgb(59 7 100 / 0.4);
  }

  .\32xl\:border-b-purple-950\/45 {
    border-bottom-color: rgb(59 7 100 / 0.45);
  }

  .\32xl\:border-b-purple-950\/5 {
    border-bottom-color: rgb(59 7 100 / 0.05);
  }

  .\32xl\:border-b-purple-950\/50 {
    border-bottom-color: rgb(59 7 100 / 0.5);
  }

  .\32xl\:border-b-purple-950\/55 {
    border-bottom-color: rgb(59 7 100 / 0.55);
  }

  .\32xl\:border-b-purple-950\/60 {
    border-bottom-color: rgb(59 7 100 / 0.6);
  }

  .\32xl\:border-b-purple-950\/65 {
    border-bottom-color: rgb(59 7 100 / 0.65);
  }

  .\32xl\:border-b-purple-950\/70 {
    border-bottom-color: rgb(59 7 100 / 0.7);
  }

  .\32xl\:border-b-purple-950\/75 {
    border-bottom-color: rgb(59 7 100 / 0.75);
  }

  .\32xl\:border-b-purple-950\/80 {
    border-bottom-color: rgb(59 7 100 / 0.8);
  }

  .\32xl\:border-b-purple-950\/85 {
    border-bottom-color: rgb(59 7 100 / 0.85);
  }

  .\32xl\:border-b-purple-950\/90 {
    border-bottom-color: rgb(59 7 100 / 0.9);
  }

  .\32xl\:border-b-purple-950\/95 {
    border-bottom-color: rgb(59 7 100 / 0.95);
  }

  .\32xl\:border-b-red-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-100\/0 {
    border-bottom-color: rgb(254 226 226 / 0);
  }

  .\32xl\:border-b-red-100\/10 {
    border-bottom-color: rgb(254 226 226 / 0.1);
  }

  .\32xl\:border-b-red-100\/100 {
    border-bottom-color: rgb(254 226 226 / 1);
  }

  .\32xl\:border-b-red-100\/15 {
    border-bottom-color: rgb(254 226 226 / 0.15);
  }

  .\32xl\:border-b-red-100\/20 {
    border-bottom-color: rgb(254 226 226 / 0.2);
  }

  .\32xl\:border-b-red-100\/25 {
    border-bottom-color: rgb(254 226 226 / 0.25);
  }

  .\32xl\:border-b-red-100\/30 {
    border-bottom-color: rgb(254 226 226 / 0.3);
  }

  .\32xl\:border-b-red-100\/35 {
    border-bottom-color: rgb(254 226 226 / 0.35);
  }

  .\32xl\:border-b-red-100\/40 {
    border-bottom-color: rgb(254 226 226 / 0.4);
  }

  .\32xl\:border-b-red-100\/45 {
    border-bottom-color: rgb(254 226 226 / 0.45);
  }

  .\32xl\:border-b-red-100\/5 {
    border-bottom-color: rgb(254 226 226 / 0.05);
  }

  .\32xl\:border-b-red-100\/50 {
    border-bottom-color: rgb(254 226 226 / 0.5);
  }

  .\32xl\:border-b-red-100\/55 {
    border-bottom-color: rgb(254 226 226 / 0.55);
  }

  .\32xl\:border-b-red-100\/60 {
    border-bottom-color: rgb(254 226 226 / 0.6);
  }

  .\32xl\:border-b-red-100\/65 {
    border-bottom-color: rgb(254 226 226 / 0.65);
  }

  .\32xl\:border-b-red-100\/70 {
    border-bottom-color: rgb(254 226 226 / 0.7);
  }

  .\32xl\:border-b-red-100\/75 {
    border-bottom-color: rgb(254 226 226 / 0.75);
  }

  .\32xl\:border-b-red-100\/80 {
    border-bottom-color: rgb(254 226 226 / 0.8);
  }

  .\32xl\:border-b-red-100\/85 {
    border-bottom-color: rgb(254 226 226 / 0.85);
  }

  .\32xl\:border-b-red-100\/90 {
    border-bottom-color: rgb(254 226 226 / 0.9);
  }

  .\32xl\:border-b-red-100\/95 {
    border-bottom-color: rgb(254 226 226 / 0.95);
  }

  .\32xl\:border-b-red-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-200\/0 {
    border-bottom-color: rgb(254 202 202 / 0);
  }

  .\32xl\:border-b-red-200\/10 {
    border-bottom-color: rgb(254 202 202 / 0.1);
  }

  .\32xl\:border-b-red-200\/100 {
    border-bottom-color: rgb(254 202 202 / 1);
  }

  .\32xl\:border-b-red-200\/15 {
    border-bottom-color: rgb(254 202 202 / 0.15);
  }

  .\32xl\:border-b-red-200\/20 {
    border-bottom-color: rgb(254 202 202 / 0.2);
  }

  .\32xl\:border-b-red-200\/25 {
    border-bottom-color: rgb(254 202 202 / 0.25);
  }

  .\32xl\:border-b-red-200\/30 {
    border-bottom-color: rgb(254 202 202 / 0.3);
  }

  .\32xl\:border-b-red-200\/35 {
    border-bottom-color: rgb(254 202 202 / 0.35);
  }

  .\32xl\:border-b-red-200\/40 {
    border-bottom-color: rgb(254 202 202 / 0.4);
  }

  .\32xl\:border-b-red-200\/45 {
    border-bottom-color: rgb(254 202 202 / 0.45);
  }

  .\32xl\:border-b-red-200\/5 {
    border-bottom-color: rgb(254 202 202 / 0.05);
  }

  .\32xl\:border-b-red-200\/50 {
    border-bottom-color: rgb(254 202 202 / 0.5);
  }

  .\32xl\:border-b-red-200\/55 {
    border-bottom-color: rgb(254 202 202 / 0.55);
  }

  .\32xl\:border-b-red-200\/60 {
    border-bottom-color: rgb(254 202 202 / 0.6);
  }

  .\32xl\:border-b-red-200\/65 {
    border-bottom-color: rgb(254 202 202 / 0.65);
  }

  .\32xl\:border-b-red-200\/70 {
    border-bottom-color: rgb(254 202 202 / 0.7);
  }

  .\32xl\:border-b-red-200\/75 {
    border-bottom-color: rgb(254 202 202 / 0.75);
  }

  .\32xl\:border-b-red-200\/80 {
    border-bottom-color: rgb(254 202 202 / 0.8);
  }

  .\32xl\:border-b-red-200\/85 {
    border-bottom-color: rgb(254 202 202 / 0.85);
  }

  .\32xl\:border-b-red-200\/90 {
    border-bottom-color: rgb(254 202 202 / 0.9);
  }

  .\32xl\:border-b-red-200\/95 {
    border-bottom-color: rgb(254 202 202 / 0.95);
  }

  .\32xl\:border-b-red-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-300\/0 {
    border-bottom-color: rgb(252 165 165 / 0);
  }

  .\32xl\:border-b-red-300\/10 {
    border-bottom-color: rgb(252 165 165 / 0.1);
  }

  .\32xl\:border-b-red-300\/100 {
    border-bottom-color: rgb(252 165 165 / 1);
  }

  .\32xl\:border-b-red-300\/15 {
    border-bottom-color: rgb(252 165 165 / 0.15);
  }

  .\32xl\:border-b-red-300\/20 {
    border-bottom-color: rgb(252 165 165 / 0.2);
  }

  .\32xl\:border-b-red-300\/25 {
    border-bottom-color: rgb(252 165 165 / 0.25);
  }

  .\32xl\:border-b-red-300\/30 {
    border-bottom-color: rgb(252 165 165 / 0.3);
  }

  .\32xl\:border-b-red-300\/35 {
    border-bottom-color: rgb(252 165 165 / 0.35);
  }

  .\32xl\:border-b-red-300\/40 {
    border-bottom-color: rgb(252 165 165 / 0.4);
  }

  .\32xl\:border-b-red-300\/45 {
    border-bottom-color: rgb(252 165 165 / 0.45);
  }

  .\32xl\:border-b-red-300\/5 {
    border-bottom-color: rgb(252 165 165 / 0.05);
  }

  .\32xl\:border-b-red-300\/50 {
    border-bottom-color: rgb(252 165 165 / 0.5);
  }

  .\32xl\:border-b-red-300\/55 {
    border-bottom-color: rgb(252 165 165 / 0.55);
  }

  .\32xl\:border-b-red-300\/60 {
    border-bottom-color: rgb(252 165 165 / 0.6);
  }

  .\32xl\:border-b-red-300\/65 {
    border-bottom-color: rgb(252 165 165 / 0.65);
  }

  .\32xl\:border-b-red-300\/70 {
    border-bottom-color: rgb(252 165 165 / 0.7);
  }

  .\32xl\:border-b-red-300\/75 {
    border-bottom-color: rgb(252 165 165 / 0.75);
  }

  .\32xl\:border-b-red-300\/80 {
    border-bottom-color: rgb(252 165 165 / 0.8);
  }

  .\32xl\:border-b-red-300\/85 {
    border-bottom-color: rgb(252 165 165 / 0.85);
  }

  .\32xl\:border-b-red-300\/90 {
    border-bottom-color: rgb(252 165 165 / 0.9);
  }

  .\32xl\:border-b-red-300\/95 {
    border-bottom-color: rgb(252 165 165 / 0.95);
  }

  .\32xl\:border-b-red-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-400\/0 {
    border-bottom-color: rgb(248 113 113 / 0);
  }

  .\32xl\:border-b-red-400\/10 {
    border-bottom-color: rgb(248 113 113 / 0.1);
  }

  .\32xl\:border-b-red-400\/100 {
    border-bottom-color: rgb(248 113 113 / 1);
  }

  .\32xl\:border-b-red-400\/15 {
    border-bottom-color: rgb(248 113 113 / 0.15);
  }

  .\32xl\:border-b-red-400\/20 {
    border-bottom-color: rgb(248 113 113 / 0.2);
  }

  .\32xl\:border-b-red-400\/25 {
    border-bottom-color: rgb(248 113 113 / 0.25);
  }

  .\32xl\:border-b-red-400\/30 {
    border-bottom-color: rgb(248 113 113 / 0.3);
  }

  .\32xl\:border-b-red-400\/35 {
    border-bottom-color: rgb(248 113 113 / 0.35);
  }

  .\32xl\:border-b-red-400\/40 {
    border-bottom-color: rgb(248 113 113 / 0.4);
  }

  .\32xl\:border-b-red-400\/45 {
    border-bottom-color: rgb(248 113 113 / 0.45);
  }

  .\32xl\:border-b-red-400\/5 {
    border-bottom-color: rgb(248 113 113 / 0.05);
  }

  .\32xl\:border-b-red-400\/50 {
    border-bottom-color: rgb(248 113 113 / 0.5);
  }

  .\32xl\:border-b-red-400\/55 {
    border-bottom-color: rgb(248 113 113 / 0.55);
  }

  .\32xl\:border-b-red-400\/60 {
    border-bottom-color: rgb(248 113 113 / 0.6);
  }

  .\32xl\:border-b-red-400\/65 {
    border-bottom-color: rgb(248 113 113 / 0.65);
  }

  .\32xl\:border-b-red-400\/70 {
    border-bottom-color: rgb(248 113 113 / 0.7);
  }

  .\32xl\:border-b-red-400\/75 {
    border-bottom-color: rgb(248 113 113 / 0.75);
  }

  .\32xl\:border-b-red-400\/80 {
    border-bottom-color: rgb(248 113 113 / 0.8);
  }

  .\32xl\:border-b-red-400\/85 {
    border-bottom-color: rgb(248 113 113 / 0.85);
  }

  .\32xl\:border-b-red-400\/90 {
    border-bottom-color: rgb(248 113 113 / 0.9);
  }

  .\32xl\:border-b-red-400\/95 {
    border-bottom-color: rgb(248 113 113 / 0.95);
  }

  .\32xl\:border-b-red-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-50\/0 {
    border-bottom-color: rgb(254 242 242 / 0);
  }

  .\32xl\:border-b-red-50\/10 {
    border-bottom-color: rgb(254 242 242 / 0.1);
  }

  .\32xl\:border-b-red-50\/100 {
    border-bottom-color: rgb(254 242 242 / 1);
  }

  .\32xl\:border-b-red-50\/15 {
    border-bottom-color: rgb(254 242 242 / 0.15);
  }

  .\32xl\:border-b-red-50\/20 {
    border-bottom-color: rgb(254 242 242 / 0.2);
  }

  .\32xl\:border-b-red-50\/25 {
    border-bottom-color: rgb(254 242 242 / 0.25);
  }

  .\32xl\:border-b-red-50\/30 {
    border-bottom-color: rgb(254 242 242 / 0.3);
  }

  .\32xl\:border-b-red-50\/35 {
    border-bottom-color: rgb(254 242 242 / 0.35);
  }

  .\32xl\:border-b-red-50\/40 {
    border-bottom-color: rgb(254 242 242 / 0.4);
  }

  .\32xl\:border-b-red-50\/45 {
    border-bottom-color: rgb(254 242 242 / 0.45);
  }

  .\32xl\:border-b-red-50\/5 {
    border-bottom-color: rgb(254 242 242 / 0.05);
  }

  .\32xl\:border-b-red-50\/50 {
    border-bottom-color: rgb(254 242 242 / 0.5);
  }

  .\32xl\:border-b-red-50\/55 {
    border-bottom-color: rgb(254 242 242 / 0.55);
  }

  .\32xl\:border-b-red-50\/60 {
    border-bottom-color: rgb(254 242 242 / 0.6);
  }

  .\32xl\:border-b-red-50\/65 {
    border-bottom-color: rgb(254 242 242 / 0.65);
  }

  .\32xl\:border-b-red-50\/70 {
    border-bottom-color: rgb(254 242 242 / 0.7);
  }

  .\32xl\:border-b-red-50\/75 {
    border-bottom-color: rgb(254 242 242 / 0.75);
  }

  .\32xl\:border-b-red-50\/80 {
    border-bottom-color: rgb(254 242 242 / 0.8);
  }

  .\32xl\:border-b-red-50\/85 {
    border-bottom-color: rgb(254 242 242 / 0.85);
  }

  .\32xl\:border-b-red-50\/90 {
    border-bottom-color: rgb(254 242 242 / 0.9);
  }

  .\32xl\:border-b-red-50\/95 {
    border-bottom-color: rgb(254 242 242 / 0.95);
  }

  .\32xl\:border-b-red-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-500\/0 {
    border-bottom-color: rgb(239 68 68 / 0);
  }

  .\32xl\:border-b-red-500\/10 {
    border-bottom-color: rgb(239 68 68 / 0.1);
  }

  .\32xl\:border-b-red-500\/100 {
    border-bottom-color: rgb(239 68 68 / 1);
  }

  .\32xl\:border-b-red-500\/15 {
    border-bottom-color: rgb(239 68 68 / 0.15);
  }

  .\32xl\:border-b-red-500\/20 {
    border-bottom-color: rgb(239 68 68 / 0.2);
  }

  .\32xl\:border-b-red-500\/25 {
    border-bottom-color: rgb(239 68 68 / 0.25);
  }

  .\32xl\:border-b-red-500\/30 {
    border-bottom-color: rgb(239 68 68 / 0.3);
  }

  .\32xl\:border-b-red-500\/35 {
    border-bottom-color: rgb(239 68 68 / 0.35);
  }

  .\32xl\:border-b-red-500\/40 {
    border-bottom-color: rgb(239 68 68 / 0.4);
  }

  .\32xl\:border-b-red-500\/45 {
    border-bottom-color: rgb(239 68 68 / 0.45);
  }

  .\32xl\:border-b-red-500\/5 {
    border-bottom-color: rgb(239 68 68 / 0.05);
  }

  .\32xl\:border-b-red-500\/50 {
    border-bottom-color: rgb(239 68 68 / 0.5);
  }

  .\32xl\:border-b-red-500\/55 {
    border-bottom-color: rgb(239 68 68 / 0.55);
  }

  .\32xl\:border-b-red-500\/60 {
    border-bottom-color: rgb(239 68 68 / 0.6);
  }

  .\32xl\:border-b-red-500\/65 {
    border-bottom-color: rgb(239 68 68 / 0.65);
  }

  .\32xl\:border-b-red-500\/70 {
    border-bottom-color: rgb(239 68 68 / 0.7);
  }

  .\32xl\:border-b-red-500\/75 {
    border-bottom-color: rgb(239 68 68 / 0.75);
  }

  .\32xl\:border-b-red-500\/80 {
    border-bottom-color: rgb(239 68 68 / 0.8);
  }

  .\32xl\:border-b-red-500\/85 {
    border-bottom-color: rgb(239 68 68 / 0.85);
  }

  .\32xl\:border-b-red-500\/90 {
    border-bottom-color: rgb(239 68 68 / 0.9);
  }

  .\32xl\:border-b-red-500\/95 {
    border-bottom-color: rgb(239 68 68 / 0.95);
  }

  .\32xl\:border-b-red-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-600\/0 {
    border-bottom-color: rgb(220 38 38 / 0);
  }

  .\32xl\:border-b-red-600\/10 {
    border-bottom-color: rgb(220 38 38 / 0.1);
  }

  .\32xl\:border-b-red-600\/100 {
    border-bottom-color: rgb(220 38 38 / 1);
  }

  .\32xl\:border-b-red-600\/15 {
    border-bottom-color: rgb(220 38 38 / 0.15);
  }

  .\32xl\:border-b-red-600\/20 {
    border-bottom-color: rgb(220 38 38 / 0.2);
  }

  .\32xl\:border-b-red-600\/25 {
    border-bottom-color: rgb(220 38 38 / 0.25);
  }

  .\32xl\:border-b-red-600\/30 {
    border-bottom-color: rgb(220 38 38 / 0.3);
  }

  .\32xl\:border-b-red-600\/35 {
    border-bottom-color: rgb(220 38 38 / 0.35);
  }

  .\32xl\:border-b-red-600\/40 {
    border-bottom-color: rgb(220 38 38 / 0.4);
  }

  .\32xl\:border-b-red-600\/45 {
    border-bottom-color: rgb(220 38 38 / 0.45);
  }

  .\32xl\:border-b-red-600\/5 {
    border-bottom-color: rgb(220 38 38 / 0.05);
  }

  .\32xl\:border-b-red-600\/50 {
    border-bottom-color: rgb(220 38 38 / 0.5);
  }

  .\32xl\:border-b-red-600\/55 {
    border-bottom-color: rgb(220 38 38 / 0.55);
  }

  .\32xl\:border-b-red-600\/60 {
    border-bottom-color: rgb(220 38 38 / 0.6);
  }

  .\32xl\:border-b-red-600\/65 {
    border-bottom-color: rgb(220 38 38 / 0.65);
  }

  .\32xl\:border-b-red-600\/70 {
    border-bottom-color: rgb(220 38 38 / 0.7);
  }

  .\32xl\:border-b-red-600\/75 {
    border-bottom-color: rgb(220 38 38 / 0.75);
  }

  .\32xl\:border-b-red-600\/80 {
    border-bottom-color: rgb(220 38 38 / 0.8);
  }

  .\32xl\:border-b-red-600\/85 {
    border-bottom-color: rgb(220 38 38 / 0.85);
  }

  .\32xl\:border-b-red-600\/90 {
    border-bottom-color: rgb(220 38 38 / 0.9);
  }

  .\32xl\:border-b-red-600\/95 {
    border-bottom-color: rgb(220 38 38 / 0.95);
  }

  .\32xl\:border-b-red-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-700\/0 {
    border-bottom-color: rgb(185 28 28 / 0);
  }

  .\32xl\:border-b-red-700\/10 {
    border-bottom-color: rgb(185 28 28 / 0.1);
  }

  .\32xl\:border-b-red-700\/100 {
    border-bottom-color: rgb(185 28 28 / 1);
  }

  .\32xl\:border-b-red-700\/15 {
    border-bottom-color: rgb(185 28 28 / 0.15);
  }

  .\32xl\:border-b-red-700\/20 {
    border-bottom-color: rgb(185 28 28 / 0.2);
  }

  .\32xl\:border-b-red-700\/25 {
    border-bottom-color: rgb(185 28 28 / 0.25);
  }

  .\32xl\:border-b-red-700\/30 {
    border-bottom-color: rgb(185 28 28 / 0.3);
  }

  .\32xl\:border-b-red-700\/35 {
    border-bottom-color: rgb(185 28 28 / 0.35);
  }

  .\32xl\:border-b-red-700\/40 {
    border-bottom-color: rgb(185 28 28 / 0.4);
  }

  .\32xl\:border-b-red-700\/45 {
    border-bottom-color: rgb(185 28 28 / 0.45);
  }

  .\32xl\:border-b-red-700\/5 {
    border-bottom-color: rgb(185 28 28 / 0.05);
  }

  .\32xl\:border-b-red-700\/50 {
    border-bottom-color: rgb(185 28 28 / 0.5);
  }

  .\32xl\:border-b-red-700\/55 {
    border-bottom-color: rgb(185 28 28 / 0.55);
  }

  .\32xl\:border-b-red-700\/60 {
    border-bottom-color: rgb(185 28 28 / 0.6);
  }

  .\32xl\:border-b-red-700\/65 {
    border-bottom-color: rgb(185 28 28 / 0.65);
  }

  .\32xl\:border-b-red-700\/70 {
    border-bottom-color: rgb(185 28 28 / 0.7);
  }

  .\32xl\:border-b-red-700\/75 {
    border-bottom-color: rgb(185 28 28 / 0.75);
  }

  .\32xl\:border-b-red-700\/80 {
    border-bottom-color: rgb(185 28 28 / 0.8);
  }

  .\32xl\:border-b-red-700\/85 {
    border-bottom-color: rgb(185 28 28 / 0.85);
  }

  .\32xl\:border-b-red-700\/90 {
    border-bottom-color: rgb(185 28 28 / 0.9);
  }

  .\32xl\:border-b-red-700\/95 {
    border-bottom-color: rgb(185 28 28 / 0.95);
  }

  .\32xl\:border-b-red-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-800\/0 {
    border-bottom-color: rgb(153 27 27 / 0);
  }

  .\32xl\:border-b-red-800\/10 {
    border-bottom-color: rgb(153 27 27 / 0.1);
  }

  .\32xl\:border-b-red-800\/100 {
    border-bottom-color: rgb(153 27 27 / 1);
  }

  .\32xl\:border-b-red-800\/15 {
    border-bottom-color: rgb(153 27 27 / 0.15);
  }

  .\32xl\:border-b-red-800\/20 {
    border-bottom-color: rgb(153 27 27 / 0.2);
  }

  .\32xl\:border-b-red-800\/25 {
    border-bottom-color: rgb(153 27 27 / 0.25);
  }

  .\32xl\:border-b-red-800\/30 {
    border-bottom-color: rgb(153 27 27 / 0.3);
  }

  .\32xl\:border-b-red-800\/35 {
    border-bottom-color: rgb(153 27 27 / 0.35);
  }

  .\32xl\:border-b-red-800\/40 {
    border-bottom-color: rgb(153 27 27 / 0.4);
  }

  .\32xl\:border-b-red-800\/45 {
    border-bottom-color: rgb(153 27 27 / 0.45);
  }

  .\32xl\:border-b-red-800\/5 {
    border-bottom-color: rgb(153 27 27 / 0.05);
  }

  .\32xl\:border-b-red-800\/50 {
    border-bottom-color: rgb(153 27 27 / 0.5);
  }

  .\32xl\:border-b-red-800\/55 {
    border-bottom-color: rgb(153 27 27 / 0.55);
  }

  .\32xl\:border-b-red-800\/60 {
    border-bottom-color: rgb(153 27 27 / 0.6);
  }

  .\32xl\:border-b-red-800\/65 {
    border-bottom-color: rgb(153 27 27 / 0.65);
  }

  .\32xl\:border-b-red-800\/70 {
    border-bottom-color: rgb(153 27 27 / 0.7);
  }

  .\32xl\:border-b-red-800\/75 {
    border-bottom-color: rgb(153 27 27 / 0.75);
  }

  .\32xl\:border-b-red-800\/80 {
    border-bottom-color: rgb(153 27 27 / 0.8);
  }

  .\32xl\:border-b-red-800\/85 {
    border-bottom-color: rgb(153 27 27 / 0.85);
  }

  .\32xl\:border-b-red-800\/90 {
    border-bottom-color: rgb(153 27 27 / 0.9);
  }

  .\32xl\:border-b-red-800\/95 {
    border-bottom-color: rgb(153 27 27 / 0.95);
  }

  .\32xl\:border-b-red-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-900\/0 {
    border-bottom-color: rgb(127 29 29 / 0);
  }

  .\32xl\:border-b-red-900\/10 {
    border-bottom-color: rgb(127 29 29 / 0.1);
  }

  .\32xl\:border-b-red-900\/100 {
    border-bottom-color: rgb(127 29 29 / 1);
  }

  .\32xl\:border-b-red-900\/15 {
    border-bottom-color: rgb(127 29 29 / 0.15);
  }

  .\32xl\:border-b-red-900\/20 {
    border-bottom-color: rgb(127 29 29 / 0.2);
  }

  .\32xl\:border-b-red-900\/25 {
    border-bottom-color: rgb(127 29 29 / 0.25);
  }

  .\32xl\:border-b-red-900\/30 {
    border-bottom-color: rgb(127 29 29 / 0.3);
  }

  .\32xl\:border-b-red-900\/35 {
    border-bottom-color: rgb(127 29 29 / 0.35);
  }

  .\32xl\:border-b-red-900\/40 {
    border-bottom-color: rgb(127 29 29 / 0.4);
  }

  .\32xl\:border-b-red-900\/45 {
    border-bottom-color: rgb(127 29 29 / 0.45);
  }

  .\32xl\:border-b-red-900\/5 {
    border-bottom-color: rgb(127 29 29 / 0.05);
  }

  .\32xl\:border-b-red-900\/50 {
    border-bottom-color: rgb(127 29 29 / 0.5);
  }

  .\32xl\:border-b-red-900\/55 {
    border-bottom-color: rgb(127 29 29 / 0.55);
  }

  .\32xl\:border-b-red-900\/60 {
    border-bottom-color: rgb(127 29 29 / 0.6);
  }

  .\32xl\:border-b-red-900\/65 {
    border-bottom-color: rgb(127 29 29 / 0.65);
  }

  .\32xl\:border-b-red-900\/70 {
    border-bottom-color: rgb(127 29 29 / 0.7);
  }

  .\32xl\:border-b-red-900\/75 {
    border-bottom-color: rgb(127 29 29 / 0.75);
  }

  .\32xl\:border-b-red-900\/80 {
    border-bottom-color: rgb(127 29 29 / 0.8);
  }

  .\32xl\:border-b-red-900\/85 {
    border-bottom-color: rgb(127 29 29 / 0.85);
  }

  .\32xl\:border-b-red-900\/90 {
    border-bottom-color: rgb(127 29 29 / 0.9);
  }

  .\32xl\:border-b-red-900\/95 {
    border-bottom-color: rgb(127 29 29 / 0.95);
  }

  .\32xl\:border-b-red-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-red-950\/0 {
    border-bottom-color: rgb(69 10 10 / 0);
  }

  .\32xl\:border-b-red-950\/10 {
    border-bottom-color: rgb(69 10 10 / 0.1);
  }

  .\32xl\:border-b-red-950\/100 {
    border-bottom-color: rgb(69 10 10 / 1);
  }

  .\32xl\:border-b-red-950\/15 {
    border-bottom-color: rgb(69 10 10 / 0.15);
  }

  .\32xl\:border-b-red-950\/20 {
    border-bottom-color: rgb(69 10 10 / 0.2);
  }

  .\32xl\:border-b-red-950\/25 {
    border-bottom-color: rgb(69 10 10 / 0.25);
  }

  .\32xl\:border-b-red-950\/30 {
    border-bottom-color: rgb(69 10 10 / 0.3);
  }

  .\32xl\:border-b-red-950\/35 {
    border-bottom-color: rgb(69 10 10 / 0.35);
  }

  .\32xl\:border-b-red-950\/40 {
    border-bottom-color: rgb(69 10 10 / 0.4);
  }

  .\32xl\:border-b-red-950\/45 {
    border-bottom-color: rgb(69 10 10 / 0.45);
  }

  .\32xl\:border-b-red-950\/5 {
    border-bottom-color: rgb(69 10 10 / 0.05);
  }

  .\32xl\:border-b-red-950\/50 {
    border-bottom-color: rgb(69 10 10 / 0.5);
  }

  .\32xl\:border-b-red-950\/55 {
    border-bottom-color: rgb(69 10 10 / 0.55);
  }

  .\32xl\:border-b-red-950\/60 {
    border-bottom-color: rgb(69 10 10 / 0.6);
  }

  .\32xl\:border-b-red-950\/65 {
    border-bottom-color: rgb(69 10 10 / 0.65);
  }

  .\32xl\:border-b-red-950\/70 {
    border-bottom-color: rgb(69 10 10 / 0.7);
  }

  .\32xl\:border-b-red-950\/75 {
    border-bottom-color: rgb(69 10 10 / 0.75);
  }

  .\32xl\:border-b-red-950\/80 {
    border-bottom-color: rgb(69 10 10 / 0.8);
  }

  .\32xl\:border-b-red-950\/85 {
    border-bottom-color: rgb(69 10 10 / 0.85);
  }

  .\32xl\:border-b-red-950\/90 {
    border-bottom-color: rgb(69 10 10 / 0.9);
  }

  .\32xl\:border-b-red-950\/95 {
    border-bottom-color: rgb(69 10 10 / 0.95);
  }

  .\32xl\:border-b-ring {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-ring\/0 {
    border-bottom-color: hsl(var(--ring) / 0);
  }

  .\32xl\:border-b-ring\/10 {
    border-bottom-color: hsl(var(--ring) / 0.1);
  }

  .\32xl\:border-b-ring\/100 {
    border-bottom-color: hsl(var(--ring) / 1);
  }

  .\32xl\:border-b-ring\/15 {
    border-bottom-color: hsl(var(--ring) / 0.15);
  }

  .\32xl\:border-b-ring\/20 {
    border-bottom-color: hsl(var(--ring) / 0.2);
  }

  .\32xl\:border-b-ring\/25 {
    border-bottom-color: hsl(var(--ring) / 0.25);
  }

  .\32xl\:border-b-ring\/30 {
    border-bottom-color: hsl(var(--ring) / 0.3);
  }

  .\32xl\:border-b-ring\/35 {
    border-bottom-color: hsl(var(--ring) / 0.35);
  }

  .\32xl\:border-b-ring\/40 {
    border-bottom-color: hsl(var(--ring) / 0.4);
  }

  .\32xl\:border-b-ring\/45 {
    border-bottom-color: hsl(var(--ring) / 0.45);
  }

  .\32xl\:border-b-ring\/5 {
    border-bottom-color: hsl(var(--ring) / 0.05);
  }

  .\32xl\:border-b-ring\/50 {
    border-bottom-color: hsl(var(--ring) / 0.5);
  }

  .\32xl\:border-b-ring\/55 {
    border-bottom-color: hsl(var(--ring) / 0.55);
  }

  .\32xl\:border-b-ring\/60 {
    border-bottom-color: hsl(var(--ring) / 0.6);
  }

  .\32xl\:border-b-ring\/65 {
    border-bottom-color: hsl(var(--ring) / 0.65);
  }

  .\32xl\:border-b-ring\/70 {
    border-bottom-color: hsl(var(--ring) / 0.7);
  }

  .\32xl\:border-b-ring\/75 {
    border-bottom-color: hsl(var(--ring) / 0.75);
  }

  .\32xl\:border-b-ring\/80 {
    border-bottom-color: hsl(var(--ring) / 0.8);
  }

  .\32xl\:border-b-ring\/85 {
    border-bottom-color: hsl(var(--ring) / 0.85);
  }

  .\32xl\:border-b-ring\/90 {
    border-bottom-color: hsl(var(--ring) / 0.9);
  }

  .\32xl\:border-b-ring\/95 {
    border-bottom-color: hsl(var(--ring) / 0.95);
  }

  .\32xl\:border-b-rose-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-100\/0 {
    border-bottom-color: rgb(255 228 230 / 0);
  }

  .\32xl\:border-b-rose-100\/10 {
    border-bottom-color: rgb(255 228 230 / 0.1);
  }

  .\32xl\:border-b-rose-100\/100 {
    border-bottom-color: rgb(255 228 230 / 1);
  }

  .\32xl\:border-b-rose-100\/15 {
    border-bottom-color: rgb(255 228 230 / 0.15);
  }

  .\32xl\:border-b-rose-100\/20 {
    border-bottom-color: rgb(255 228 230 / 0.2);
  }

  .\32xl\:border-b-rose-100\/25 {
    border-bottom-color: rgb(255 228 230 / 0.25);
  }

  .\32xl\:border-b-rose-100\/30 {
    border-bottom-color: rgb(255 228 230 / 0.3);
  }

  .\32xl\:border-b-rose-100\/35 {
    border-bottom-color: rgb(255 228 230 / 0.35);
  }

  .\32xl\:border-b-rose-100\/40 {
    border-bottom-color: rgb(255 228 230 / 0.4);
  }

  .\32xl\:border-b-rose-100\/45 {
    border-bottom-color: rgb(255 228 230 / 0.45);
  }

  .\32xl\:border-b-rose-100\/5 {
    border-bottom-color: rgb(255 228 230 / 0.05);
  }

  .\32xl\:border-b-rose-100\/50 {
    border-bottom-color: rgb(255 228 230 / 0.5);
  }

  .\32xl\:border-b-rose-100\/55 {
    border-bottom-color: rgb(255 228 230 / 0.55);
  }

  .\32xl\:border-b-rose-100\/60 {
    border-bottom-color: rgb(255 228 230 / 0.6);
  }

  .\32xl\:border-b-rose-100\/65 {
    border-bottom-color: rgb(255 228 230 / 0.65);
  }

  .\32xl\:border-b-rose-100\/70 {
    border-bottom-color: rgb(255 228 230 / 0.7);
  }

  .\32xl\:border-b-rose-100\/75 {
    border-bottom-color: rgb(255 228 230 / 0.75);
  }

  .\32xl\:border-b-rose-100\/80 {
    border-bottom-color: rgb(255 228 230 / 0.8);
  }

  .\32xl\:border-b-rose-100\/85 {
    border-bottom-color: rgb(255 228 230 / 0.85);
  }

  .\32xl\:border-b-rose-100\/90 {
    border-bottom-color: rgb(255 228 230 / 0.9);
  }

  .\32xl\:border-b-rose-100\/95 {
    border-bottom-color: rgb(255 228 230 / 0.95);
  }

  .\32xl\:border-b-rose-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-200\/0 {
    border-bottom-color: rgb(254 205 211 / 0);
  }

  .\32xl\:border-b-rose-200\/10 {
    border-bottom-color: rgb(254 205 211 / 0.1);
  }

  .\32xl\:border-b-rose-200\/100 {
    border-bottom-color: rgb(254 205 211 / 1);
  }

  .\32xl\:border-b-rose-200\/15 {
    border-bottom-color: rgb(254 205 211 / 0.15);
  }

  .\32xl\:border-b-rose-200\/20 {
    border-bottom-color: rgb(254 205 211 / 0.2);
  }

  .\32xl\:border-b-rose-200\/25 {
    border-bottom-color: rgb(254 205 211 / 0.25);
  }

  .\32xl\:border-b-rose-200\/30 {
    border-bottom-color: rgb(254 205 211 / 0.3);
  }

  .\32xl\:border-b-rose-200\/35 {
    border-bottom-color: rgb(254 205 211 / 0.35);
  }

  .\32xl\:border-b-rose-200\/40 {
    border-bottom-color: rgb(254 205 211 / 0.4);
  }

  .\32xl\:border-b-rose-200\/45 {
    border-bottom-color: rgb(254 205 211 / 0.45);
  }

  .\32xl\:border-b-rose-200\/5 {
    border-bottom-color: rgb(254 205 211 / 0.05);
  }

  .\32xl\:border-b-rose-200\/50 {
    border-bottom-color: rgb(254 205 211 / 0.5);
  }

  .\32xl\:border-b-rose-200\/55 {
    border-bottom-color: rgb(254 205 211 / 0.55);
  }

  .\32xl\:border-b-rose-200\/60 {
    border-bottom-color: rgb(254 205 211 / 0.6);
  }

  .\32xl\:border-b-rose-200\/65 {
    border-bottom-color: rgb(254 205 211 / 0.65);
  }

  .\32xl\:border-b-rose-200\/70 {
    border-bottom-color: rgb(254 205 211 / 0.7);
  }

  .\32xl\:border-b-rose-200\/75 {
    border-bottom-color: rgb(254 205 211 / 0.75);
  }

  .\32xl\:border-b-rose-200\/80 {
    border-bottom-color: rgb(254 205 211 / 0.8);
  }

  .\32xl\:border-b-rose-200\/85 {
    border-bottom-color: rgb(254 205 211 / 0.85);
  }

  .\32xl\:border-b-rose-200\/90 {
    border-bottom-color: rgb(254 205 211 / 0.9);
  }

  .\32xl\:border-b-rose-200\/95 {
    border-bottom-color: rgb(254 205 211 / 0.95);
  }

  .\32xl\:border-b-rose-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-300\/0 {
    border-bottom-color: rgb(253 164 175 / 0);
  }

  .\32xl\:border-b-rose-300\/10 {
    border-bottom-color: rgb(253 164 175 / 0.1);
  }

  .\32xl\:border-b-rose-300\/100 {
    border-bottom-color: rgb(253 164 175 / 1);
  }

  .\32xl\:border-b-rose-300\/15 {
    border-bottom-color: rgb(253 164 175 / 0.15);
  }

  .\32xl\:border-b-rose-300\/20 {
    border-bottom-color: rgb(253 164 175 / 0.2);
  }

  .\32xl\:border-b-rose-300\/25 {
    border-bottom-color: rgb(253 164 175 / 0.25);
  }

  .\32xl\:border-b-rose-300\/30 {
    border-bottom-color: rgb(253 164 175 / 0.3);
  }

  .\32xl\:border-b-rose-300\/35 {
    border-bottom-color: rgb(253 164 175 / 0.35);
  }

  .\32xl\:border-b-rose-300\/40 {
    border-bottom-color: rgb(253 164 175 / 0.4);
  }

  .\32xl\:border-b-rose-300\/45 {
    border-bottom-color: rgb(253 164 175 / 0.45);
  }

  .\32xl\:border-b-rose-300\/5 {
    border-bottom-color: rgb(253 164 175 / 0.05);
  }

  .\32xl\:border-b-rose-300\/50 {
    border-bottom-color: rgb(253 164 175 / 0.5);
  }

  .\32xl\:border-b-rose-300\/55 {
    border-bottom-color: rgb(253 164 175 / 0.55);
  }

  .\32xl\:border-b-rose-300\/60 {
    border-bottom-color: rgb(253 164 175 / 0.6);
  }

  .\32xl\:border-b-rose-300\/65 {
    border-bottom-color: rgb(253 164 175 / 0.65);
  }

  .\32xl\:border-b-rose-300\/70 {
    border-bottom-color: rgb(253 164 175 / 0.7);
  }

  .\32xl\:border-b-rose-300\/75 {
    border-bottom-color: rgb(253 164 175 / 0.75);
  }

  .\32xl\:border-b-rose-300\/80 {
    border-bottom-color: rgb(253 164 175 / 0.8);
  }

  .\32xl\:border-b-rose-300\/85 {
    border-bottom-color: rgb(253 164 175 / 0.85);
  }

  .\32xl\:border-b-rose-300\/90 {
    border-bottom-color: rgb(253 164 175 / 0.9);
  }

  .\32xl\:border-b-rose-300\/95 {
    border-bottom-color: rgb(253 164 175 / 0.95);
  }

  .\32xl\:border-b-rose-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-400\/0 {
    border-bottom-color: rgb(251 113 133 / 0);
  }

  .\32xl\:border-b-rose-400\/10 {
    border-bottom-color: rgb(251 113 133 / 0.1);
  }

  .\32xl\:border-b-rose-400\/100 {
    border-bottom-color: rgb(251 113 133 / 1);
  }

  .\32xl\:border-b-rose-400\/15 {
    border-bottom-color: rgb(251 113 133 / 0.15);
  }

  .\32xl\:border-b-rose-400\/20 {
    border-bottom-color: rgb(251 113 133 / 0.2);
  }

  .\32xl\:border-b-rose-400\/25 {
    border-bottom-color: rgb(251 113 133 / 0.25);
  }

  .\32xl\:border-b-rose-400\/30 {
    border-bottom-color: rgb(251 113 133 / 0.3);
  }

  .\32xl\:border-b-rose-400\/35 {
    border-bottom-color: rgb(251 113 133 / 0.35);
  }

  .\32xl\:border-b-rose-400\/40 {
    border-bottom-color: rgb(251 113 133 / 0.4);
  }

  .\32xl\:border-b-rose-400\/45 {
    border-bottom-color: rgb(251 113 133 / 0.45);
  }

  .\32xl\:border-b-rose-400\/5 {
    border-bottom-color: rgb(251 113 133 / 0.05);
  }

  .\32xl\:border-b-rose-400\/50 {
    border-bottom-color: rgb(251 113 133 / 0.5);
  }

  .\32xl\:border-b-rose-400\/55 {
    border-bottom-color: rgb(251 113 133 / 0.55);
  }

  .\32xl\:border-b-rose-400\/60 {
    border-bottom-color: rgb(251 113 133 / 0.6);
  }

  .\32xl\:border-b-rose-400\/65 {
    border-bottom-color: rgb(251 113 133 / 0.65);
  }

  .\32xl\:border-b-rose-400\/70 {
    border-bottom-color: rgb(251 113 133 / 0.7);
  }

  .\32xl\:border-b-rose-400\/75 {
    border-bottom-color: rgb(251 113 133 / 0.75);
  }

  .\32xl\:border-b-rose-400\/80 {
    border-bottom-color: rgb(251 113 133 / 0.8);
  }

  .\32xl\:border-b-rose-400\/85 {
    border-bottom-color: rgb(251 113 133 / 0.85);
  }

  .\32xl\:border-b-rose-400\/90 {
    border-bottom-color: rgb(251 113 133 / 0.9);
  }

  .\32xl\:border-b-rose-400\/95 {
    border-bottom-color: rgb(251 113 133 / 0.95);
  }

  .\32xl\:border-b-rose-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-50\/0 {
    border-bottom-color: rgb(255 241 242 / 0);
  }

  .\32xl\:border-b-rose-50\/10 {
    border-bottom-color: rgb(255 241 242 / 0.1);
  }

  .\32xl\:border-b-rose-50\/100 {
    border-bottom-color: rgb(255 241 242 / 1);
  }

  .\32xl\:border-b-rose-50\/15 {
    border-bottom-color: rgb(255 241 242 / 0.15);
  }

  .\32xl\:border-b-rose-50\/20 {
    border-bottom-color: rgb(255 241 242 / 0.2);
  }

  .\32xl\:border-b-rose-50\/25 {
    border-bottom-color: rgb(255 241 242 / 0.25);
  }

  .\32xl\:border-b-rose-50\/30 {
    border-bottom-color: rgb(255 241 242 / 0.3);
  }

  .\32xl\:border-b-rose-50\/35 {
    border-bottom-color: rgb(255 241 242 / 0.35);
  }

  .\32xl\:border-b-rose-50\/40 {
    border-bottom-color: rgb(255 241 242 / 0.4);
  }

  .\32xl\:border-b-rose-50\/45 {
    border-bottom-color: rgb(255 241 242 / 0.45);
  }

  .\32xl\:border-b-rose-50\/5 {
    border-bottom-color: rgb(255 241 242 / 0.05);
  }

  .\32xl\:border-b-rose-50\/50 {
    border-bottom-color: rgb(255 241 242 / 0.5);
  }

  .\32xl\:border-b-rose-50\/55 {
    border-bottom-color: rgb(255 241 242 / 0.55);
  }

  .\32xl\:border-b-rose-50\/60 {
    border-bottom-color: rgb(255 241 242 / 0.6);
  }

  .\32xl\:border-b-rose-50\/65 {
    border-bottom-color: rgb(255 241 242 / 0.65);
  }

  .\32xl\:border-b-rose-50\/70 {
    border-bottom-color: rgb(255 241 242 / 0.7);
  }

  .\32xl\:border-b-rose-50\/75 {
    border-bottom-color: rgb(255 241 242 / 0.75);
  }

  .\32xl\:border-b-rose-50\/80 {
    border-bottom-color: rgb(255 241 242 / 0.8);
  }

  .\32xl\:border-b-rose-50\/85 {
    border-bottom-color: rgb(255 241 242 / 0.85);
  }

  .\32xl\:border-b-rose-50\/90 {
    border-bottom-color: rgb(255 241 242 / 0.9);
  }

  .\32xl\:border-b-rose-50\/95 {
    border-bottom-color: rgb(255 241 242 / 0.95);
  }

  .\32xl\:border-b-rose-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-500\/0 {
    border-bottom-color: rgb(244 63 94 / 0);
  }

  .\32xl\:border-b-rose-500\/10 {
    border-bottom-color: rgb(244 63 94 / 0.1);
  }

  .\32xl\:border-b-rose-500\/100 {
    border-bottom-color: rgb(244 63 94 / 1);
  }

  .\32xl\:border-b-rose-500\/15 {
    border-bottom-color: rgb(244 63 94 / 0.15);
  }

  .\32xl\:border-b-rose-500\/20 {
    border-bottom-color: rgb(244 63 94 / 0.2);
  }

  .\32xl\:border-b-rose-500\/25 {
    border-bottom-color: rgb(244 63 94 / 0.25);
  }

  .\32xl\:border-b-rose-500\/30 {
    border-bottom-color: rgb(244 63 94 / 0.3);
  }

  .\32xl\:border-b-rose-500\/35 {
    border-bottom-color: rgb(244 63 94 / 0.35);
  }

  .\32xl\:border-b-rose-500\/40 {
    border-bottom-color: rgb(244 63 94 / 0.4);
  }

  .\32xl\:border-b-rose-500\/45 {
    border-bottom-color: rgb(244 63 94 / 0.45);
  }

  .\32xl\:border-b-rose-500\/5 {
    border-bottom-color: rgb(244 63 94 / 0.05);
  }

  .\32xl\:border-b-rose-500\/50 {
    border-bottom-color: rgb(244 63 94 / 0.5);
  }

  .\32xl\:border-b-rose-500\/55 {
    border-bottom-color: rgb(244 63 94 / 0.55);
  }

  .\32xl\:border-b-rose-500\/60 {
    border-bottom-color: rgb(244 63 94 / 0.6);
  }

  .\32xl\:border-b-rose-500\/65 {
    border-bottom-color: rgb(244 63 94 / 0.65);
  }

  .\32xl\:border-b-rose-500\/70 {
    border-bottom-color: rgb(244 63 94 / 0.7);
  }

  .\32xl\:border-b-rose-500\/75 {
    border-bottom-color: rgb(244 63 94 / 0.75);
  }

  .\32xl\:border-b-rose-500\/80 {
    border-bottom-color: rgb(244 63 94 / 0.8);
  }

  .\32xl\:border-b-rose-500\/85 {
    border-bottom-color: rgb(244 63 94 / 0.85);
  }

  .\32xl\:border-b-rose-500\/90 {
    border-bottom-color: rgb(244 63 94 / 0.9);
  }

  .\32xl\:border-b-rose-500\/95 {
    border-bottom-color: rgb(244 63 94 / 0.95);
  }

  .\32xl\:border-b-rose-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-600\/0 {
    border-bottom-color: rgb(225 29 72 / 0);
  }

  .\32xl\:border-b-rose-600\/10 {
    border-bottom-color: rgb(225 29 72 / 0.1);
  }

  .\32xl\:border-b-rose-600\/100 {
    border-bottom-color: rgb(225 29 72 / 1);
  }

  .\32xl\:border-b-rose-600\/15 {
    border-bottom-color: rgb(225 29 72 / 0.15);
  }

  .\32xl\:border-b-rose-600\/20 {
    border-bottom-color: rgb(225 29 72 / 0.2);
  }

  .\32xl\:border-b-rose-600\/25 {
    border-bottom-color: rgb(225 29 72 / 0.25);
  }

  .\32xl\:border-b-rose-600\/30 {
    border-bottom-color: rgb(225 29 72 / 0.3);
  }

  .\32xl\:border-b-rose-600\/35 {
    border-bottom-color: rgb(225 29 72 / 0.35);
  }

  .\32xl\:border-b-rose-600\/40 {
    border-bottom-color: rgb(225 29 72 / 0.4);
  }

  .\32xl\:border-b-rose-600\/45 {
    border-bottom-color: rgb(225 29 72 / 0.45);
  }

  .\32xl\:border-b-rose-600\/5 {
    border-bottom-color: rgb(225 29 72 / 0.05);
  }

  .\32xl\:border-b-rose-600\/50 {
    border-bottom-color: rgb(225 29 72 / 0.5);
  }

  .\32xl\:border-b-rose-600\/55 {
    border-bottom-color: rgb(225 29 72 / 0.55);
  }

  .\32xl\:border-b-rose-600\/60 {
    border-bottom-color: rgb(225 29 72 / 0.6);
  }

  .\32xl\:border-b-rose-600\/65 {
    border-bottom-color: rgb(225 29 72 / 0.65);
  }

  .\32xl\:border-b-rose-600\/70 {
    border-bottom-color: rgb(225 29 72 / 0.7);
  }

  .\32xl\:border-b-rose-600\/75 {
    border-bottom-color: rgb(225 29 72 / 0.75);
  }

  .\32xl\:border-b-rose-600\/80 {
    border-bottom-color: rgb(225 29 72 / 0.8);
  }

  .\32xl\:border-b-rose-600\/85 {
    border-bottom-color: rgb(225 29 72 / 0.85);
  }

  .\32xl\:border-b-rose-600\/90 {
    border-bottom-color: rgb(225 29 72 / 0.9);
  }

  .\32xl\:border-b-rose-600\/95 {
    border-bottom-color: rgb(225 29 72 / 0.95);
  }

  .\32xl\:border-b-rose-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-700\/0 {
    border-bottom-color: rgb(190 18 60 / 0);
  }

  .\32xl\:border-b-rose-700\/10 {
    border-bottom-color: rgb(190 18 60 / 0.1);
  }

  .\32xl\:border-b-rose-700\/100 {
    border-bottom-color: rgb(190 18 60 / 1);
  }

  .\32xl\:border-b-rose-700\/15 {
    border-bottom-color: rgb(190 18 60 / 0.15);
  }

  .\32xl\:border-b-rose-700\/20 {
    border-bottom-color: rgb(190 18 60 / 0.2);
  }

  .\32xl\:border-b-rose-700\/25 {
    border-bottom-color: rgb(190 18 60 / 0.25);
  }

  .\32xl\:border-b-rose-700\/30 {
    border-bottom-color: rgb(190 18 60 / 0.3);
  }

  .\32xl\:border-b-rose-700\/35 {
    border-bottom-color: rgb(190 18 60 / 0.35);
  }

  .\32xl\:border-b-rose-700\/40 {
    border-bottom-color: rgb(190 18 60 / 0.4);
  }

  .\32xl\:border-b-rose-700\/45 {
    border-bottom-color: rgb(190 18 60 / 0.45);
  }

  .\32xl\:border-b-rose-700\/5 {
    border-bottom-color: rgb(190 18 60 / 0.05);
  }

  .\32xl\:border-b-rose-700\/50 {
    border-bottom-color: rgb(190 18 60 / 0.5);
  }

  .\32xl\:border-b-rose-700\/55 {
    border-bottom-color: rgb(190 18 60 / 0.55);
  }

  .\32xl\:border-b-rose-700\/60 {
    border-bottom-color: rgb(190 18 60 / 0.6);
  }

  .\32xl\:border-b-rose-700\/65 {
    border-bottom-color: rgb(190 18 60 / 0.65);
  }

  .\32xl\:border-b-rose-700\/70 {
    border-bottom-color: rgb(190 18 60 / 0.7);
  }

  .\32xl\:border-b-rose-700\/75 {
    border-bottom-color: rgb(190 18 60 / 0.75);
  }

  .\32xl\:border-b-rose-700\/80 {
    border-bottom-color: rgb(190 18 60 / 0.8);
  }

  .\32xl\:border-b-rose-700\/85 {
    border-bottom-color: rgb(190 18 60 / 0.85);
  }

  .\32xl\:border-b-rose-700\/90 {
    border-bottom-color: rgb(190 18 60 / 0.9);
  }

  .\32xl\:border-b-rose-700\/95 {
    border-bottom-color: rgb(190 18 60 / 0.95);
  }

  .\32xl\:border-b-rose-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-800\/0 {
    border-bottom-color: rgb(159 18 57 / 0);
  }

  .\32xl\:border-b-rose-800\/10 {
    border-bottom-color: rgb(159 18 57 / 0.1);
  }

  .\32xl\:border-b-rose-800\/100 {
    border-bottom-color: rgb(159 18 57 / 1);
  }

  .\32xl\:border-b-rose-800\/15 {
    border-bottom-color: rgb(159 18 57 / 0.15);
  }

  .\32xl\:border-b-rose-800\/20 {
    border-bottom-color: rgb(159 18 57 / 0.2);
  }

  .\32xl\:border-b-rose-800\/25 {
    border-bottom-color: rgb(159 18 57 / 0.25);
  }

  .\32xl\:border-b-rose-800\/30 {
    border-bottom-color: rgb(159 18 57 / 0.3);
  }

  .\32xl\:border-b-rose-800\/35 {
    border-bottom-color: rgb(159 18 57 / 0.35);
  }

  .\32xl\:border-b-rose-800\/40 {
    border-bottom-color: rgb(159 18 57 / 0.4);
  }

  .\32xl\:border-b-rose-800\/45 {
    border-bottom-color: rgb(159 18 57 / 0.45);
  }

  .\32xl\:border-b-rose-800\/5 {
    border-bottom-color: rgb(159 18 57 / 0.05);
  }

  .\32xl\:border-b-rose-800\/50 {
    border-bottom-color: rgb(159 18 57 / 0.5);
  }

  .\32xl\:border-b-rose-800\/55 {
    border-bottom-color: rgb(159 18 57 / 0.55);
  }

  .\32xl\:border-b-rose-800\/60 {
    border-bottom-color: rgb(159 18 57 / 0.6);
  }

  .\32xl\:border-b-rose-800\/65 {
    border-bottom-color: rgb(159 18 57 / 0.65);
  }

  .\32xl\:border-b-rose-800\/70 {
    border-bottom-color: rgb(159 18 57 / 0.7);
  }

  .\32xl\:border-b-rose-800\/75 {
    border-bottom-color: rgb(159 18 57 / 0.75);
  }

  .\32xl\:border-b-rose-800\/80 {
    border-bottom-color: rgb(159 18 57 / 0.8);
  }

  .\32xl\:border-b-rose-800\/85 {
    border-bottom-color: rgb(159 18 57 / 0.85);
  }

  .\32xl\:border-b-rose-800\/90 {
    border-bottom-color: rgb(159 18 57 / 0.9);
  }

  .\32xl\:border-b-rose-800\/95 {
    border-bottom-color: rgb(159 18 57 / 0.95);
  }

  .\32xl\:border-b-rose-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-900\/0 {
    border-bottom-color: rgb(136 19 55 / 0);
  }

  .\32xl\:border-b-rose-900\/10 {
    border-bottom-color: rgb(136 19 55 / 0.1);
  }

  .\32xl\:border-b-rose-900\/100 {
    border-bottom-color: rgb(136 19 55 / 1);
  }

  .\32xl\:border-b-rose-900\/15 {
    border-bottom-color: rgb(136 19 55 / 0.15);
  }

  .\32xl\:border-b-rose-900\/20 {
    border-bottom-color: rgb(136 19 55 / 0.2);
  }

  .\32xl\:border-b-rose-900\/25 {
    border-bottom-color: rgb(136 19 55 / 0.25);
  }

  .\32xl\:border-b-rose-900\/30 {
    border-bottom-color: rgb(136 19 55 / 0.3);
  }

  .\32xl\:border-b-rose-900\/35 {
    border-bottom-color: rgb(136 19 55 / 0.35);
  }

  .\32xl\:border-b-rose-900\/40 {
    border-bottom-color: rgb(136 19 55 / 0.4);
  }

  .\32xl\:border-b-rose-900\/45 {
    border-bottom-color: rgb(136 19 55 / 0.45);
  }

  .\32xl\:border-b-rose-900\/5 {
    border-bottom-color: rgb(136 19 55 / 0.05);
  }

  .\32xl\:border-b-rose-900\/50 {
    border-bottom-color: rgb(136 19 55 / 0.5);
  }

  .\32xl\:border-b-rose-900\/55 {
    border-bottom-color: rgb(136 19 55 / 0.55);
  }

  .\32xl\:border-b-rose-900\/60 {
    border-bottom-color: rgb(136 19 55 / 0.6);
  }

  .\32xl\:border-b-rose-900\/65 {
    border-bottom-color: rgb(136 19 55 / 0.65);
  }

  .\32xl\:border-b-rose-900\/70 {
    border-bottom-color: rgb(136 19 55 / 0.7);
  }

  .\32xl\:border-b-rose-900\/75 {
    border-bottom-color: rgb(136 19 55 / 0.75);
  }

  .\32xl\:border-b-rose-900\/80 {
    border-bottom-color: rgb(136 19 55 / 0.8);
  }

  .\32xl\:border-b-rose-900\/85 {
    border-bottom-color: rgb(136 19 55 / 0.85);
  }

  .\32xl\:border-b-rose-900\/90 {
    border-bottom-color: rgb(136 19 55 / 0.9);
  }

  .\32xl\:border-b-rose-900\/95 {
    border-bottom-color: rgb(136 19 55 / 0.95);
  }

  .\32xl\:border-b-rose-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-rose-950\/0 {
    border-bottom-color: rgb(76 5 25 / 0);
  }

  .\32xl\:border-b-rose-950\/10 {
    border-bottom-color: rgb(76 5 25 / 0.1);
  }

  .\32xl\:border-b-rose-950\/100 {
    border-bottom-color: rgb(76 5 25 / 1);
  }

  .\32xl\:border-b-rose-950\/15 {
    border-bottom-color: rgb(76 5 25 / 0.15);
  }

  .\32xl\:border-b-rose-950\/20 {
    border-bottom-color: rgb(76 5 25 / 0.2);
  }

  .\32xl\:border-b-rose-950\/25 {
    border-bottom-color: rgb(76 5 25 / 0.25);
  }

  .\32xl\:border-b-rose-950\/30 {
    border-bottom-color: rgb(76 5 25 / 0.3);
  }

  .\32xl\:border-b-rose-950\/35 {
    border-bottom-color: rgb(76 5 25 / 0.35);
  }

  .\32xl\:border-b-rose-950\/40 {
    border-bottom-color: rgb(76 5 25 / 0.4);
  }

  .\32xl\:border-b-rose-950\/45 {
    border-bottom-color: rgb(76 5 25 / 0.45);
  }

  .\32xl\:border-b-rose-950\/5 {
    border-bottom-color: rgb(76 5 25 / 0.05);
  }

  .\32xl\:border-b-rose-950\/50 {
    border-bottom-color: rgb(76 5 25 / 0.5);
  }

  .\32xl\:border-b-rose-950\/55 {
    border-bottom-color: rgb(76 5 25 / 0.55);
  }

  .\32xl\:border-b-rose-950\/60 {
    border-bottom-color: rgb(76 5 25 / 0.6);
  }

  .\32xl\:border-b-rose-950\/65 {
    border-bottom-color: rgb(76 5 25 / 0.65);
  }

  .\32xl\:border-b-rose-950\/70 {
    border-bottom-color: rgb(76 5 25 / 0.7);
  }

  .\32xl\:border-b-rose-950\/75 {
    border-bottom-color: rgb(76 5 25 / 0.75);
  }

  .\32xl\:border-b-rose-950\/80 {
    border-bottom-color: rgb(76 5 25 / 0.8);
  }

  .\32xl\:border-b-rose-950\/85 {
    border-bottom-color: rgb(76 5 25 / 0.85);
  }

  .\32xl\:border-b-rose-950\/90 {
    border-bottom-color: rgb(76 5 25 / 0.9);
  }

  .\32xl\:border-b-rose-950\/95 {
    border-bottom-color: rgb(76 5 25 / 0.95);
  }

  .\32xl\:border-b-secondary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-secondary-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-secondary-foreground\/0 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0);
  }

  .\32xl\:border-b-secondary-foreground\/10 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .\32xl\:border-b-secondary-foreground\/100 {
    border-bottom-color: hsl(var(--secondary-foreground) / 1);
  }

  .\32xl\:border-b-secondary-foreground\/15 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .\32xl\:border-b-secondary-foreground\/20 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .\32xl\:border-b-secondary-foreground\/25 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .\32xl\:border-b-secondary-foreground\/30 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .\32xl\:border-b-secondary-foreground\/35 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .\32xl\:border-b-secondary-foreground\/40 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .\32xl\:border-b-secondary-foreground\/45 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .\32xl\:border-b-secondary-foreground\/5 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .\32xl\:border-b-secondary-foreground\/50 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .\32xl\:border-b-secondary-foreground\/55 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .\32xl\:border-b-secondary-foreground\/60 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .\32xl\:border-b-secondary-foreground\/65 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .\32xl\:border-b-secondary-foreground\/70 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .\32xl\:border-b-secondary-foreground\/75 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .\32xl\:border-b-secondary-foreground\/80 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .\32xl\:border-b-secondary-foreground\/85 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .\32xl\:border-b-secondary-foreground\/90 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .\32xl\:border-b-secondary-foreground\/95 {
    border-bottom-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .\32xl\:border-b-secondary\/0 {
    border-bottom-color: hsl(var(--secondary) / 0);
  }

  .\32xl\:border-b-secondary\/10 {
    border-bottom-color: hsl(var(--secondary) / 0.1);
  }

  .\32xl\:border-b-secondary\/100 {
    border-bottom-color: hsl(var(--secondary) / 1);
  }

  .\32xl\:border-b-secondary\/15 {
    border-bottom-color: hsl(var(--secondary) / 0.15);
  }

  .\32xl\:border-b-secondary\/20 {
    border-bottom-color: hsl(var(--secondary) / 0.2);
  }

  .\32xl\:border-b-secondary\/25 {
    border-bottom-color: hsl(var(--secondary) / 0.25);
  }

  .\32xl\:border-b-secondary\/30 {
    border-bottom-color: hsl(var(--secondary) / 0.3);
  }

  .\32xl\:border-b-secondary\/35 {
    border-bottom-color: hsl(var(--secondary) / 0.35);
  }

  .\32xl\:border-b-secondary\/40 {
    border-bottom-color: hsl(var(--secondary) / 0.4);
  }

  .\32xl\:border-b-secondary\/45 {
    border-bottom-color: hsl(var(--secondary) / 0.45);
  }

  .\32xl\:border-b-secondary\/5 {
    border-bottom-color: hsl(var(--secondary) / 0.05);
  }

  .\32xl\:border-b-secondary\/50 {
    border-bottom-color: hsl(var(--secondary) / 0.5);
  }

  .\32xl\:border-b-secondary\/55 {
    border-bottom-color: hsl(var(--secondary) / 0.55);
  }

  .\32xl\:border-b-secondary\/60 {
    border-bottom-color: hsl(var(--secondary) / 0.6);
  }

  .\32xl\:border-b-secondary\/65 {
    border-bottom-color: hsl(var(--secondary) / 0.65);
  }

  .\32xl\:border-b-secondary\/70 {
    border-bottom-color: hsl(var(--secondary) / 0.7);
  }

  .\32xl\:border-b-secondary\/75 {
    border-bottom-color: hsl(var(--secondary) / 0.75);
  }

  .\32xl\:border-b-secondary\/80 {
    border-bottom-color: hsl(var(--secondary) / 0.8);
  }

  .\32xl\:border-b-secondary\/85 {
    border-bottom-color: hsl(var(--secondary) / 0.85);
  }

  .\32xl\:border-b-secondary\/90 {
    border-bottom-color: hsl(var(--secondary) / 0.9);
  }

  .\32xl\:border-b-secondary\/95 {
    border-bottom-color: hsl(var(--secondary) / 0.95);
  }

  .\32xl\:border-b-sidebar {
    border-bottom-color: hsl(var(--sidebar-background));
  }

  .\32xl\:border-b-sidebar-accent {
    border-bottom-color: hsl(var(--sidebar-accent));
  }

  .\32xl\:border-b-sidebar-accent-foreground {
    border-bottom-color: hsl(var(--sidebar-accent-foreground));
  }

  .\32xl\:border-b-sidebar-accent-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .\32xl\:border-b-sidebar-accent-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .\32xl\:border-b-sidebar-accent\/0 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0);
  }

  .\32xl\:border-b-sidebar-accent\/10 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .\32xl\:border-b-sidebar-accent\/100 {
    border-bottom-color: hsl(var(--sidebar-accent) / 1);
  }

  .\32xl\:border-b-sidebar-accent\/15 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .\32xl\:border-b-sidebar-accent\/20 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .\32xl\:border-b-sidebar-accent\/25 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .\32xl\:border-b-sidebar-accent\/30 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .\32xl\:border-b-sidebar-accent\/35 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .\32xl\:border-b-sidebar-accent\/40 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .\32xl\:border-b-sidebar-accent\/45 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .\32xl\:border-b-sidebar-accent\/5 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .\32xl\:border-b-sidebar-accent\/50 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .\32xl\:border-b-sidebar-accent\/55 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .\32xl\:border-b-sidebar-accent\/60 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .\32xl\:border-b-sidebar-accent\/65 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .\32xl\:border-b-sidebar-accent\/70 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .\32xl\:border-b-sidebar-accent\/75 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .\32xl\:border-b-sidebar-accent\/80 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .\32xl\:border-b-sidebar-accent\/85 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .\32xl\:border-b-sidebar-accent\/90 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .\32xl\:border-b-sidebar-accent\/95 {
    border-bottom-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .\32xl\:border-b-sidebar-border {
    border-bottom-color: hsl(var(--sidebar-border));
  }

  .\32xl\:border-b-sidebar-border\/0 {
    border-bottom-color: hsl(var(--sidebar-border) / 0);
  }

  .\32xl\:border-b-sidebar-border\/10 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.1);
  }

  .\32xl\:border-b-sidebar-border\/100 {
    border-bottom-color: hsl(var(--sidebar-border) / 1);
  }

  .\32xl\:border-b-sidebar-border\/15 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.15);
  }

  .\32xl\:border-b-sidebar-border\/20 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.2);
  }

  .\32xl\:border-b-sidebar-border\/25 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.25);
  }

  .\32xl\:border-b-sidebar-border\/30 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.3);
  }

  .\32xl\:border-b-sidebar-border\/35 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.35);
  }

  .\32xl\:border-b-sidebar-border\/40 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.4);
  }

  .\32xl\:border-b-sidebar-border\/45 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.45);
  }

  .\32xl\:border-b-sidebar-border\/5 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.05);
  }

  .\32xl\:border-b-sidebar-border\/50 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.5);
  }

  .\32xl\:border-b-sidebar-border\/55 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.55);
  }

  .\32xl\:border-b-sidebar-border\/60 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.6);
  }

  .\32xl\:border-b-sidebar-border\/65 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.65);
  }

  .\32xl\:border-b-sidebar-border\/70 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.7);
  }

  .\32xl\:border-b-sidebar-border\/75 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.75);
  }

  .\32xl\:border-b-sidebar-border\/80 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.8);
  }

  .\32xl\:border-b-sidebar-border\/85 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.85);
  }

  .\32xl\:border-b-sidebar-border\/90 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.9);
  }

  .\32xl\:border-b-sidebar-border\/95 {
    border-bottom-color: hsl(var(--sidebar-border) / 0.95);
  }

  .\32xl\:border-b-sidebar-foreground {
    border-bottom-color: hsl(var(--sidebar-foreground));
  }

  .\32xl\:border-b-sidebar-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0);
  }

  .\32xl\:border-b-sidebar-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .\32xl\:border-b-sidebar-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 1);
  }

  .\32xl\:border-b-sidebar-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .\32xl\:border-b-sidebar-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .\32xl\:border-b-sidebar-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .\32xl\:border-b-sidebar-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .\32xl\:border-b-sidebar-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .\32xl\:border-b-sidebar-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .\32xl\:border-b-sidebar-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .\32xl\:border-b-sidebar-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .\32xl\:border-b-sidebar-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .\32xl\:border-b-sidebar-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .\32xl\:border-b-sidebar-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .\32xl\:border-b-sidebar-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .\32xl\:border-b-sidebar-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .\32xl\:border-b-sidebar-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .\32xl\:border-b-sidebar-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .\32xl\:border-b-sidebar-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .\32xl\:border-b-sidebar-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .\32xl\:border-b-sidebar-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .\32xl\:border-b-sidebar-primary {
    border-bottom-color: hsl(var(--sidebar-primary));
  }

  .\32xl\:border-b-sidebar-primary-foreground {
    border-bottom-color: hsl(var(--sidebar-primary-foreground));
  }

  .\32xl\:border-b-sidebar-primary-foreground\/0 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/10 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/100 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/15 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/20 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/25 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/30 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/35 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/40 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/45 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/5 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/50 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/55 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/60 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/65 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/70 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/75 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/80 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/85 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/90 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .\32xl\:border-b-sidebar-primary-foreground\/95 {
    border-bottom-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .\32xl\:border-b-sidebar-primary\/0 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0);
  }

  .\32xl\:border-b-sidebar-primary\/10 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .\32xl\:border-b-sidebar-primary\/100 {
    border-bottom-color: hsl(var(--sidebar-primary) / 1);
  }

  .\32xl\:border-b-sidebar-primary\/15 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .\32xl\:border-b-sidebar-primary\/20 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .\32xl\:border-b-sidebar-primary\/25 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .\32xl\:border-b-sidebar-primary\/30 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .\32xl\:border-b-sidebar-primary\/35 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .\32xl\:border-b-sidebar-primary\/40 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .\32xl\:border-b-sidebar-primary\/45 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .\32xl\:border-b-sidebar-primary\/5 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .\32xl\:border-b-sidebar-primary\/50 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .\32xl\:border-b-sidebar-primary\/55 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .\32xl\:border-b-sidebar-primary\/60 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .\32xl\:border-b-sidebar-primary\/65 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .\32xl\:border-b-sidebar-primary\/70 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .\32xl\:border-b-sidebar-primary\/75 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .\32xl\:border-b-sidebar-primary\/80 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .\32xl\:border-b-sidebar-primary\/85 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .\32xl\:border-b-sidebar-primary\/90 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .\32xl\:border-b-sidebar-primary\/95 {
    border-bottom-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .\32xl\:border-b-sidebar-ring {
    border-bottom-color: hsl(var(--sidebar-ring));
  }

  .\32xl\:border-b-sidebar-ring\/0 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0);
  }

  .\32xl\:border-b-sidebar-ring\/10 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .\32xl\:border-b-sidebar-ring\/100 {
    border-bottom-color: hsl(var(--sidebar-ring) / 1);
  }

  .\32xl\:border-b-sidebar-ring\/15 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .\32xl\:border-b-sidebar-ring\/20 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .\32xl\:border-b-sidebar-ring\/25 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .\32xl\:border-b-sidebar-ring\/30 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .\32xl\:border-b-sidebar-ring\/35 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .\32xl\:border-b-sidebar-ring\/40 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .\32xl\:border-b-sidebar-ring\/45 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .\32xl\:border-b-sidebar-ring\/5 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .\32xl\:border-b-sidebar-ring\/50 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .\32xl\:border-b-sidebar-ring\/55 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .\32xl\:border-b-sidebar-ring\/60 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .\32xl\:border-b-sidebar-ring\/65 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .\32xl\:border-b-sidebar-ring\/70 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .\32xl\:border-b-sidebar-ring\/75 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .\32xl\:border-b-sidebar-ring\/80 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .\32xl\:border-b-sidebar-ring\/85 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .\32xl\:border-b-sidebar-ring\/90 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .\32xl\:border-b-sidebar-ring\/95 {
    border-bottom-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .\32xl\:border-b-sidebar\/0 {
    border-bottom-color: hsl(var(--sidebar-background) / 0);
  }

  .\32xl\:border-b-sidebar\/10 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.1);
  }

  .\32xl\:border-b-sidebar\/100 {
    border-bottom-color: hsl(var(--sidebar-background) / 1);
  }

  .\32xl\:border-b-sidebar\/15 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.15);
  }

  .\32xl\:border-b-sidebar\/20 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.2);
  }

  .\32xl\:border-b-sidebar\/25 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.25);
  }

  .\32xl\:border-b-sidebar\/30 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.3);
  }

  .\32xl\:border-b-sidebar\/35 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.35);
  }

  .\32xl\:border-b-sidebar\/40 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.4);
  }

  .\32xl\:border-b-sidebar\/45 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.45);
  }

  .\32xl\:border-b-sidebar\/5 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.05);
  }

  .\32xl\:border-b-sidebar\/50 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.5);
  }

  .\32xl\:border-b-sidebar\/55 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.55);
  }

  .\32xl\:border-b-sidebar\/60 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.6);
  }

  .\32xl\:border-b-sidebar\/65 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.65);
  }

  .\32xl\:border-b-sidebar\/70 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.7);
  }

  .\32xl\:border-b-sidebar\/75 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.75);
  }

  .\32xl\:border-b-sidebar\/80 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.8);
  }

  .\32xl\:border-b-sidebar\/85 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.85);
  }

  .\32xl\:border-b-sidebar\/90 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.9);
  }

  .\32xl\:border-b-sidebar\/95 {
    border-bottom-color: hsl(var(--sidebar-background) / 0.95);
  }

  .\32xl\:border-b-sky-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-100\/0 {
    border-bottom-color: rgb(224 242 254 / 0);
  }

  .\32xl\:border-b-sky-100\/10 {
    border-bottom-color: rgb(224 242 254 / 0.1);
  }

  .\32xl\:border-b-sky-100\/100 {
    border-bottom-color: rgb(224 242 254 / 1);
  }

  .\32xl\:border-b-sky-100\/15 {
    border-bottom-color: rgb(224 242 254 / 0.15);
  }

  .\32xl\:border-b-sky-100\/20 {
    border-bottom-color: rgb(224 242 254 / 0.2);
  }

  .\32xl\:border-b-sky-100\/25 {
    border-bottom-color: rgb(224 242 254 / 0.25);
  }

  .\32xl\:border-b-sky-100\/30 {
    border-bottom-color: rgb(224 242 254 / 0.3);
  }

  .\32xl\:border-b-sky-100\/35 {
    border-bottom-color: rgb(224 242 254 / 0.35);
  }

  .\32xl\:border-b-sky-100\/40 {
    border-bottom-color: rgb(224 242 254 / 0.4);
  }

  .\32xl\:border-b-sky-100\/45 {
    border-bottom-color: rgb(224 242 254 / 0.45);
  }

  .\32xl\:border-b-sky-100\/5 {
    border-bottom-color: rgb(224 242 254 / 0.05);
  }

  .\32xl\:border-b-sky-100\/50 {
    border-bottom-color: rgb(224 242 254 / 0.5);
  }

  .\32xl\:border-b-sky-100\/55 {
    border-bottom-color: rgb(224 242 254 / 0.55);
  }

  .\32xl\:border-b-sky-100\/60 {
    border-bottom-color: rgb(224 242 254 / 0.6);
  }

  .\32xl\:border-b-sky-100\/65 {
    border-bottom-color: rgb(224 242 254 / 0.65);
  }

  .\32xl\:border-b-sky-100\/70 {
    border-bottom-color: rgb(224 242 254 / 0.7);
  }

  .\32xl\:border-b-sky-100\/75 {
    border-bottom-color: rgb(224 242 254 / 0.75);
  }

  .\32xl\:border-b-sky-100\/80 {
    border-bottom-color: rgb(224 242 254 / 0.8);
  }

  .\32xl\:border-b-sky-100\/85 {
    border-bottom-color: rgb(224 242 254 / 0.85);
  }

  .\32xl\:border-b-sky-100\/90 {
    border-bottom-color: rgb(224 242 254 / 0.9);
  }

  .\32xl\:border-b-sky-100\/95 {
    border-bottom-color: rgb(224 242 254 / 0.95);
  }

  .\32xl\:border-b-sky-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-200\/0 {
    border-bottom-color: rgb(186 230 253 / 0);
  }

  .\32xl\:border-b-sky-200\/10 {
    border-bottom-color: rgb(186 230 253 / 0.1);
  }

  .\32xl\:border-b-sky-200\/100 {
    border-bottom-color: rgb(186 230 253 / 1);
  }

  .\32xl\:border-b-sky-200\/15 {
    border-bottom-color: rgb(186 230 253 / 0.15);
  }

  .\32xl\:border-b-sky-200\/20 {
    border-bottom-color: rgb(186 230 253 / 0.2);
  }

  .\32xl\:border-b-sky-200\/25 {
    border-bottom-color: rgb(186 230 253 / 0.25);
  }

  .\32xl\:border-b-sky-200\/30 {
    border-bottom-color: rgb(186 230 253 / 0.3);
  }

  .\32xl\:border-b-sky-200\/35 {
    border-bottom-color: rgb(186 230 253 / 0.35);
  }

  .\32xl\:border-b-sky-200\/40 {
    border-bottom-color: rgb(186 230 253 / 0.4);
  }

  .\32xl\:border-b-sky-200\/45 {
    border-bottom-color: rgb(186 230 253 / 0.45);
  }

  .\32xl\:border-b-sky-200\/5 {
    border-bottom-color: rgb(186 230 253 / 0.05);
  }

  .\32xl\:border-b-sky-200\/50 {
    border-bottom-color: rgb(186 230 253 / 0.5);
  }

  .\32xl\:border-b-sky-200\/55 {
    border-bottom-color: rgb(186 230 253 / 0.55);
  }

  .\32xl\:border-b-sky-200\/60 {
    border-bottom-color: rgb(186 230 253 / 0.6);
  }

  .\32xl\:border-b-sky-200\/65 {
    border-bottom-color: rgb(186 230 253 / 0.65);
  }

  .\32xl\:border-b-sky-200\/70 {
    border-bottom-color: rgb(186 230 253 / 0.7);
  }

  .\32xl\:border-b-sky-200\/75 {
    border-bottom-color: rgb(186 230 253 / 0.75);
  }

  .\32xl\:border-b-sky-200\/80 {
    border-bottom-color: rgb(186 230 253 / 0.8);
  }

  .\32xl\:border-b-sky-200\/85 {
    border-bottom-color: rgb(186 230 253 / 0.85);
  }

  .\32xl\:border-b-sky-200\/90 {
    border-bottom-color: rgb(186 230 253 / 0.9);
  }

  .\32xl\:border-b-sky-200\/95 {
    border-bottom-color: rgb(186 230 253 / 0.95);
  }

  .\32xl\:border-b-sky-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-300\/0 {
    border-bottom-color: rgb(125 211 252 / 0);
  }

  .\32xl\:border-b-sky-300\/10 {
    border-bottom-color: rgb(125 211 252 / 0.1);
  }

  .\32xl\:border-b-sky-300\/100 {
    border-bottom-color: rgb(125 211 252 / 1);
  }

  .\32xl\:border-b-sky-300\/15 {
    border-bottom-color: rgb(125 211 252 / 0.15);
  }

  .\32xl\:border-b-sky-300\/20 {
    border-bottom-color: rgb(125 211 252 / 0.2);
  }

  .\32xl\:border-b-sky-300\/25 {
    border-bottom-color: rgb(125 211 252 / 0.25);
  }

  .\32xl\:border-b-sky-300\/30 {
    border-bottom-color: rgb(125 211 252 / 0.3);
  }

  .\32xl\:border-b-sky-300\/35 {
    border-bottom-color: rgb(125 211 252 / 0.35);
  }

  .\32xl\:border-b-sky-300\/40 {
    border-bottom-color: rgb(125 211 252 / 0.4);
  }

  .\32xl\:border-b-sky-300\/45 {
    border-bottom-color: rgb(125 211 252 / 0.45);
  }

  .\32xl\:border-b-sky-300\/5 {
    border-bottom-color: rgb(125 211 252 / 0.05);
  }

  .\32xl\:border-b-sky-300\/50 {
    border-bottom-color: rgb(125 211 252 / 0.5);
  }

  .\32xl\:border-b-sky-300\/55 {
    border-bottom-color: rgb(125 211 252 / 0.55);
  }

  .\32xl\:border-b-sky-300\/60 {
    border-bottom-color: rgb(125 211 252 / 0.6);
  }

  .\32xl\:border-b-sky-300\/65 {
    border-bottom-color: rgb(125 211 252 / 0.65);
  }

  .\32xl\:border-b-sky-300\/70 {
    border-bottom-color: rgb(125 211 252 / 0.7);
  }

  .\32xl\:border-b-sky-300\/75 {
    border-bottom-color: rgb(125 211 252 / 0.75);
  }

  .\32xl\:border-b-sky-300\/80 {
    border-bottom-color: rgb(125 211 252 / 0.8);
  }

  .\32xl\:border-b-sky-300\/85 {
    border-bottom-color: rgb(125 211 252 / 0.85);
  }

  .\32xl\:border-b-sky-300\/90 {
    border-bottom-color: rgb(125 211 252 / 0.9);
  }

  .\32xl\:border-b-sky-300\/95 {
    border-bottom-color: rgb(125 211 252 / 0.95);
  }

  .\32xl\:border-b-sky-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-400\/0 {
    border-bottom-color: rgb(56 189 248 / 0);
  }

  .\32xl\:border-b-sky-400\/10 {
    border-bottom-color: rgb(56 189 248 / 0.1);
  }

  .\32xl\:border-b-sky-400\/100 {
    border-bottom-color: rgb(56 189 248 / 1);
  }

  .\32xl\:border-b-sky-400\/15 {
    border-bottom-color: rgb(56 189 248 / 0.15);
  }

  .\32xl\:border-b-sky-400\/20 {
    border-bottom-color: rgb(56 189 248 / 0.2);
  }

  .\32xl\:border-b-sky-400\/25 {
    border-bottom-color: rgb(56 189 248 / 0.25);
  }

  .\32xl\:border-b-sky-400\/30 {
    border-bottom-color: rgb(56 189 248 / 0.3);
  }

  .\32xl\:border-b-sky-400\/35 {
    border-bottom-color: rgb(56 189 248 / 0.35);
  }

  .\32xl\:border-b-sky-400\/40 {
    border-bottom-color: rgb(56 189 248 / 0.4);
  }

  .\32xl\:border-b-sky-400\/45 {
    border-bottom-color: rgb(56 189 248 / 0.45);
  }

  .\32xl\:border-b-sky-400\/5 {
    border-bottom-color: rgb(56 189 248 / 0.05);
  }

  .\32xl\:border-b-sky-400\/50 {
    border-bottom-color: rgb(56 189 248 / 0.5);
  }

  .\32xl\:border-b-sky-400\/55 {
    border-bottom-color: rgb(56 189 248 / 0.55);
  }

  .\32xl\:border-b-sky-400\/60 {
    border-bottom-color: rgb(56 189 248 / 0.6);
  }

  .\32xl\:border-b-sky-400\/65 {
    border-bottom-color: rgb(56 189 248 / 0.65);
  }

  .\32xl\:border-b-sky-400\/70 {
    border-bottom-color: rgb(56 189 248 / 0.7);
  }

  .\32xl\:border-b-sky-400\/75 {
    border-bottom-color: rgb(56 189 248 / 0.75);
  }

  .\32xl\:border-b-sky-400\/80 {
    border-bottom-color: rgb(56 189 248 / 0.8);
  }

  .\32xl\:border-b-sky-400\/85 {
    border-bottom-color: rgb(56 189 248 / 0.85);
  }

  .\32xl\:border-b-sky-400\/90 {
    border-bottom-color: rgb(56 189 248 / 0.9);
  }

  .\32xl\:border-b-sky-400\/95 {
    border-bottom-color: rgb(56 189 248 / 0.95);
  }

  .\32xl\:border-b-sky-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-50\/0 {
    border-bottom-color: rgb(240 249 255 / 0);
  }

  .\32xl\:border-b-sky-50\/10 {
    border-bottom-color: rgb(240 249 255 / 0.1);
  }

  .\32xl\:border-b-sky-50\/100 {
    border-bottom-color: rgb(240 249 255 / 1);
  }

  .\32xl\:border-b-sky-50\/15 {
    border-bottom-color: rgb(240 249 255 / 0.15);
  }

  .\32xl\:border-b-sky-50\/20 {
    border-bottom-color: rgb(240 249 255 / 0.2);
  }

  .\32xl\:border-b-sky-50\/25 {
    border-bottom-color: rgb(240 249 255 / 0.25);
  }

  .\32xl\:border-b-sky-50\/30 {
    border-bottom-color: rgb(240 249 255 / 0.3);
  }

  .\32xl\:border-b-sky-50\/35 {
    border-bottom-color: rgb(240 249 255 / 0.35);
  }

  .\32xl\:border-b-sky-50\/40 {
    border-bottom-color: rgb(240 249 255 / 0.4);
  }

  .\32xl\:border-b-sky-50\/45 {
    border-bottom-color: rgb(240 249 255 / 0.45);
  }

  .\32xl\:border-b-sky-50\/5 {
    border-bottom-color: rgb(240 249 255 / 0.05);
  }

  .\32xl\:border-b-sky-50\/50 {
    border-bottom-color: rgb(240 249 255 / 0.5);
  }

  .\32xl\:border-b-sky-50\/55 {
    border-bottom-color: rgb(240 249 255 / 0.55);
  }

  .\32xl\:border-b-sky-50\/60 {
    border-bottom-color: rgb(240 249 255 / 0.6);
  }

  .\32xl\:border-b-sky-50\/65 {
    border-bottom-color: rgb(240 249 255 / 0.65);
  }

  .\32xl\:border-b-sky-50\/70 {
    border-bottom-color: rgb(240 249 255 / 0.7);
  }

  .\32xl\:border-b-sky-50\/75 {
    border-bottom-color: rgb(240 249 255 / 0.75);
  }

  .\32xl\:border-b-sky-50\/80 {
    border-bottom-color: rgb(240 249 255 / 0.8);
  }

  .\32xl\:border-b-sky-50\/85 {
    border-bottom-color: rgb(240 249 255 / 0.85);
  }

  .\32xl\:border-b-sky-50\/90 {
    border-bottom-color: rgb(240 249 255 / 0.9);
  }

  .\32xl\:border-b-sky-50\/95 {
    border-bottom-color: rgb(240 249 255 / 0.95);
  }

  .\32xl\:border-b-sky-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-500\/0 {
    border-bottom-color: rgb(14 165 233 / 0);
  }

  .\32xl\:border-b-sky-500\/10 {
    border-bottom-color: rgb(14 165 233 / 0.1);
  }

  .\32xl\:border-b-sky-500\/100 {
    border-bottom-color: rgb(14 165 233 / 1);
  }

  .\32xl\:border-b-sky-500\/15 {
    border-bottom-color: rgb(14 165 233 / 0.15);
  }

  .\32xl\:border-b-sky-500\/20 {
    border-bottom-color: rgb(14 165 233 / 0.2);
  }

  .\32xl\:border-b-sky-500\/25 {
    border-bottom-color: rgb(14 165 233 / 0.25);
  }

  .\32xl\:border-b-sky-500\/30 {
    border-bottom-color: rgb(14 165 233 / 0.3);
  }

  .\32xl\:border-b-sky-500\/35 {
    border-bottom-color: rgb(14 165 233 / 0.35);
  }

  .\32xl\:border-b-sky-500\/40 {
    border-bottom-color: rgb(14 165 233 / 0.4);
  }

  .\32xl\:border-b-sky-500\/45 {
    border-bottom-color: rgb(14 165 233 / 0.45);
  }

  .\32xl\:border-b-sky-500\/5 {
    border-bottom-color: rgb(14 165 233 / 0.05);
  }

  .\32xl\:border-b-sky-500\/50 {
    border-bottom-color: rgb(14 165 233 / 0.5);
  }

  .\32xl\:border-b-sky-500\/55 {
    border-bottom-color: rgb(14 165 233 / 0.55);
  }

  .\32xl\:border-b-sky-500\/60 {
    border-bottom-color: rgb(14 165 233 / 0.6);
  }

  .\32xl\:border-b-sky-500\/65 {
    border-bottom-color: rgb(14 165 233 / 0.65);
  }

  .\32xl\:border-b-sky-500\/70 {
    border-bottom-color: rgb(14 165 233 / 0.7);
  }

  .\32xl\:border-b-sky-500\/75 {
    border-bottom-color: rgb(14 165 233 / 0.75);
  }

  .\32xl\:border-b-sky-500\/80 {
    border-bottom-color: rgb(14 165 233 / 0.8);
  }

  .\32xl\:border-b-sky-500\/85 {
    border-bottom-color: rgb(14 165 233 / 0.85);
  }

  .\32xl\:border-b-sky-500\/90 {
    border-bottom-color: rgb(14 165 233 / 0.9);
  }

  .\32xl\:border-b-sky-500\/95 {
    border-bottom-color: rgb(14 165 233 / 0.95);
  }

  .\32xl\:border-b-sky-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-600\/0 {
    border-bottom-color: rgb(2 132 199 / 0);
  }

  .\32xl\:border-b-sky-600\/10 {
    border-bottom-color: rgb(2 132 199 / 0.1);
  }

  .\32xl\:border-b-sky-600\/100 {
    border-bottom-color: rgb(2 132 199 / 1);
  }

  .\32xl\:border-b-sky-600\/15 {
    border-bottom-color: rgb(2 132 199 / 0.15);
  }

  .\32xl\:border-b-sky-600\/20 {
    border-bottom-color: rgb(2 132 199 / 0.2);
  }

  .\32xl\:border-b-sky-600\/25 {
    border-bottom-color: rgb(2 132 199 / 0.25);
  }

  .\32xl\:border-b-sky-600\/30 {
    border-bottom-color: rgb(2 132 199 / 0.3);
  }

  .\32xl\:border-b-sky-600\/35 {
    border-bottom-color: rgb(2 132 199 / 0.35);
  }

  .\32xl\:border-b-sky-600\/40 {
    border-bottom-color: rgb(2 132 199 / 0.4);
  }

  .\32xl\:border-b-sky-600\/45 {
    border-bottom-color: rgb(2 132 199 / 0.45);
  }

  .\32xl\:border-b-sky-600\/5 {
    border-bottom-color: rgb(2 132 199 / 0.05);
  }

  .\32xl\:border-b-sky-600\/50 {
    border-bottom-color: rgb(2 132 199 / 0.5);
  }

  .\32xl\:border-b-sky-600\/55 {
    border-bottom-color: rgb(2 132 199 / 0.55);
  }

  .\32xl\:border-b-sky-600\/60 {
    border-bottom-color: rgb(2 132 199 / 0.6);
  }

  .\32xl\:border-b-sky-600\/65 {
    border-bottom-color: rgb(2 132 199 / 0.65);
  }

  .\32xl\:border-b-sky-600\/70 {
    border-bottom-color: rgb(2 132 199 / 0.7);
  }

  .\32xl\:border-b-sky-600\/75 {
    border-bottom-color: rgb(2 132 199 / 0.75);
  }

  .\32xl\:border-b-sky-600\/80 {
    border-bottom-color: rgb(2 132 199 / 0.8);
  }

  .\32xl\:border-b-sky-600\/85 {
    border-bottom-color: rgb(2 132 199 / 0.85);
  }

  .\32xl\:border-b-sky-600\/90 {
    border-bottom-color: rgb(2 132 199 / 0.9);
  }

  .\32xl\:border-b-sky-600\/95 {
    border-bottom-color: rgb(2 132 199 / 0.95);
  }

  .\32xl\:border-b-sky-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-700\/0 {
    border-bottom-color: rgb(3 105 161 / 0);
  }

  .\32xl\:border-b-sky-700\/10 {
    border-bottom-color: rgb(3 105 161 / 0.1);
  }

  .\32xl\:border-b-sky-700\/100 {
    border-bottom-color: rgb(3 105 161 / 1);
  }

  .\32xl\:border-b-sky-700\/15 {
    border-bottom-color: rgb(3 105 161 / 0.15);
  }

  .\32xl\:border-b-sky-700\/20 {
    border-bottom-color: rgb(3 105 161 / 0.2);
  }

  .\32xl\:border-b-sky-700\/25 {
    border-bottom-color: rgb(3 105 161 / 0.25);
  }

  .\32xl\:border-b-sky-700\/30 {
    border-bottom-color: rgb(3 105 161 / 0.3);
  }

  .\32xl\:border-b-sky-700\/35 {
    border-bottom-color: rgb(3 105 161 / 0.35);
  }

  .\32xl\:border-b-sky-700\/40 {
    border-bottom-color: rgb(3 105 161 / 0.4);
  }

  .\32xl\:border-b-sky-700\/45 {
    border-bottom-color: rgb(3 105 161 / 0.45);
  }

  .\32xl\:border-b-sky-700\/5 {
    border-bottom-color: rgb(3 105 161 / 0.05);
  }

  .\32xl\:border-b-sky-700\/50 {
    border-bottom-color: rgb(3 105 161 / 0.5);
  }

  .\32xl\:border-b-sky-700\/55 {
    border-bottom-color: rgb(3 105 161 / 0.55);
  }

  .\32xl\:border-b-sky-700\/60 {
    border-bottom-color: rgb(3 105 161 / 0.6);
  }

  .\32xl\:border-b-sky-700\/65 {
    border-bottom-color: rgb(3 105 161 / 0.65);
  }

  .\32xl\:border-b-sky-700\/70 {
    border-bottom-color: rgb(3 105 161 / 0.7);
  }

  .\32xl\:border-b-sky-700\/75 {
    border-bottom-color: rgb(3 105 161 / 0.75);
  }

  .\32xl\:border-b-sky-700\/80 {
    border-bottom-color: rgb(3 105 161 / 0.8);
  }

  .\32xl\:border-b-sky-700\/85 {
    border-bottom-color: rgb(3 105 161 / 0.85);
  }

  .\32xl\:border-b-sky-700\/90 {
    border-bottom-color: rgb(3 105 161 / 0.9);
  }

  .\32xl\:border-b-sky-700\/95 {
    border-bottom-color: rgb(3 105 161 / 0.95);
  }

  .\32xl\:border-b-sky-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-800\/0 {
    border-bottom-color: rgb(7 89 133 / 0);
  }

  .\32xl\:border-b-sky-800\/10 {
    border-bottom-color: rgb(7 89 133 / 0.1);
  }

  .\32xl\:border-b-sky-800\/100 {
    border-bottom-color: rgb(7 89 133 / 1);
  }

  .\32xl\:border-b-sky-800\/15 {
    border-bottom-color: rgb(7 89 133 / 0.15);
  }

  .\32xl\:border-b-sky-800\/20 {
    border-bottom-color: rgb(7 89 133 / 0.2);
  }

  .\32xl\:border-b-sky-800\/25 {
    border-bottom-color: rgb(7 89 133 / 0.25);
  }

  .\32xl\:border-b-sky-800\/30 {
    border-bottom-color: rgb(7 89 133 / 0.3);
  }

  .\32xl\:border-b-sky-800\/35 {
    border-bottom-color: rgb(7 89 133 / 0.35);
  }

  .\32xl\:border-b-sky-800\/40 {
    border-bottom-color: rgb(7 89 133 / 0.4);
  }

  .\32xl\:border-b-sky-800\/45 {
    border-bottom-color: rgb(7 89 133 / 0.45);
  }

  .\32xl\:border-b-sky-800\/5 {
    border-bottom-color: rgb(7 89 133 / 0.05);
  }

  .\32xl\:border-b-sky-800\/50 {
    border-bottom-color: rgb(7 89 133 / 0.5);
  }

  .\32xl\:border-b-sky-800\/55 {
    border-bottom-color: rgb(7 89 133 / 0.55);
  }

  .\32xl\:border-b-sky-800\/60 {
    border-bottom-color: rgb(7 89 133 / 0.6);
  }

  .\32xl\:border-b-sky-800\/65 {
    border-bottom-color: rgb(7 89 133 / 0.65);
  }

  .\32xl\:border-b-sky-800\/70 {
    border-bottom-color: rgb(7 89 133 / 0.7);
  }

  .\32xl\:border-b-sky-800\/75 {
    border-bottom-color: rgb(7 89 133 / 0.75);
  }

  .\32xl\:border-b-sky-800\/80 {
    border-bottom-color: rgb(7 89 133 / 0.8);
  }

  .\32xl\:border-b-sky-800\/85 {
    border-bottom-color: rgb(7 89 133 / 0.85);
  }

  .\32xl\:border-b-sky-800\/90 {
    border-bottom-color: rgb(7 89 133 / 0.9);
  }

  .\32xl\:border-b-sky-800\/95 {
    border-bottom-color: rgb(7 89 133 / 0.95);
  }

  .\32xl\:border-b-sky-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-900\/0 {
    border-bottom-color: rgb(12 74 110 / 0);
  }

  .\32xl\:border-b-sky-900\/10 {
    border-bottom-color: rgb(12 74 110 / 0.1);
  }

  .\32xl\:border-b-sky-900\/100 {
    border-bottom-color: rgb(12 74 110 / 1);
  }

  .\32xl\:border-b-sky-900\/15 {
    border-bottom-color: rgb(12 74 110 / 0.15);
  }

  .\32xl\:border-b-sky-900\/20 {
    border-bottom-color: rgb(12 74 110 / 0.2);
  }

  .\32xl\:border-b-sky-900\/25 {
    border-bottom-color: rgb(12 74 110 / 0.25);
  }

  .\32xl\:border-b-sky-900\/30 {
    border-bottom-color: rgb(12 74 110 / 0.3);
  }

  .\32xl\:border-b-sky-900\/35 {
    border-bottom-color: rgb(12 74 110 / 0.35);
  }

  .\32xl\:border-b-sky-900\/40 {
    border-bottom-color: rgb(12 74 110 / 0.4);
  }

  .\32xl\:border-b-sky-900\/45 {
    border-bottom-color: rgb(12 74 110 / 0.45);
  }

  .\32xl\:border-b-sky-900\/5 {
    border-bottom-color: rgb(12 74 110 / 0.05);
  }

  .\32xl\:border-b-sky-900\/50 {
    border-bottom-color: rgb(12 74 110 / 0.5);
  }

  .\32xl\:border-b-sky-900\/55 {
    border-bottom-color: rgb(12 74 110 / 0.55);
  }

  .\32xl\:border-b-sky-900\/60 {
    border-bottom-color: rgb(12 74 110 / 0.6);
  }

  .\32xl\:border-b-sky-900\/65 {
    border-bottom-color: rgb(12 74 110 / 0.65);
  }

  .\32xl\:border-b-sky-900\/70 {
    border-bottom-color: rgb(12 74 110 / 0.7);
  }

  .\32xl\:border-b-sky-900\/75 {
    border-bottom-color: rgb(12 74 110 / 0.75);
  }

  .\32xl\:border-b-sky-900\/80 {
    border-bottom-color: rgb(12 74 110 / 0.8);
  }

  .\32xl\:border-b-sky-900\/85 {
    border-bottom-color: rgb(12 74 110 / 0.85);
  }

  .\32xl\:border-b-sky-900\/90 {
    border-bottom-color: rgb(12 74 110 / 0.9);
  }

  .\32xl\:border-b-sky-900\/95 {
    border-bottom-color: rgb(12 74 110 / 0.95);
  }

  .\32xl\:border-b-sky-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-sky-950\/0 {
    border-bottom-color: rgb(8 47 73 / 0);
  }

  .\32xl\:border-b-sky-950\/10 {
    border-bottom-color: rgb(8 47 73 / 0.1);
  }

  .\32xl\:border-b-sky-950\/100 {
    border-bottom-color: rgb(8 47 73 / 1);
  }

  .\32xl\:border-b-sky-950\/15 {
    border-bottom-color: rgb(8 47 73 / 0.15);
  }

  .\32xl\:border-b-sky-950\/20 {
    border-bottom-color: rgb(8 47 73 / 0.2);
  }

  .\32xl\:border-b-sky-950\/25 {
    border-bottom-color: rgb(8 47 73 / 0.25);
  }

  .\32xl\:border-b-sky-950\/30 {
    border-bottom-color: rgb(8 47 73 / 0.3);
  }

  .\32xl\:border-b-sky-950\/35 {
    border-bottom-color: rgb(8 47 73 / 0.35);
  }

  .\32xl\:border-b-sky-950\/40 {
    border-bottom-color: rgb(8 47 73 / 0.4);
  }

  .\32xl\:border-b-sky-950\/45 {
    border-bottom-color: rgb(8 47 73 / 0.45);
  }

  .\32xl\:border-b-sky-950\/5 {
    border-bottom-color: rgb(8 47 73 / 0.05);
  }

  .\32xl\:border-b-sky-950\/50 {
    border-bottom-color: rgb(8 47 73 / 0.5);
  }

  .\32xl\:border-b-sky-950\/55 {
    border-bottom-color: rgb(8 47 73 / 0.55);
  }

  .\32xl\:border-b-sky-950\/60 {
    border-bottom-color: rgb(8 47 73 / 0.6);
  }

  .\32xl\:border-b-sky-950\/65 {
    border-bottom-color: rgb(8 47 73 / 0.65);
  }

  .\32xl\:border-b-sky-950\/70 {
    border-bottom-color: rgb(8 47 73 / 0.7);
  }

  .\32xl\:border-b-sky-950\/75 {
    border-bottom-color: rgb(8 47 73 / 0.75);
  }

  .\32xl\:border-b-sky-950\/80 {
    border-bottom-color: rgb(8 47 73 / 0.8);
  }

  .\32xl\:border-b-sky-950\/85 {
    border-bottom-color: rgb(8 47 73 / 0.85);
  }

  .\32xl\:border-b-sky-950\/90 {
    border-bottom-color: rgb(8 47 73 / 0.9);
  }

  .\32xl\:border-b-sky-950\/95 {
    border-bottom-color: rgb(8 47 73 / 0.95);
  }

  .\32xl\:border-b-slate-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-100\/0 {
    border-bottom-color: rgb(241 245 249 / 0);
  }

  .\32xl\:border-b-slate-100\/10 {
    border-bottom-color: rgb(241 245 249 / 0.1);
  }

  .\32xl\:border-b-slate-100\/100 {
    border-bottom-color: rgb(241 245 249 / 1);
  }

  .\32xl\:border-b-slate-100\/15 {
    border-bottom-color: rgb(241 245 249 / 0.15);
  }

  .\32xl\:border-b-slate-100\/20 {
    border-bottom-color: rgb(241 245 249 / 0.2);
  }

  .\32xl\:border-b-slate-100\/25 {
    border-bottom-color: rgb(241 245 249 / 0.25);
  }

  .\32xl\:border-b-slate-100\/30 {
    border-bottom-color: rgb(241 245 249 / 0.3);
  }

  .\32xl\:border-b-slate-100\/35 {
    border-bottom-color: rgb(241 245 249 / 0.35);
  }

  .\32xl\:border-b-slate-100\/40 {
    border-bottom-color: rgb(241 245 249 / 0.4);
  }

  .\32xl\:border-b-slate-100\/45 {
    border-bottom-color: rgb(241 245 249 / 0.45);
  }

  .\32xl\:border-b-slate-100\/5 {
    border-bottom-color: rgb(241 245 249 / 0.05);
  }

  .\32xl\:border-b-slate-100\/50 {
    border-bottom-color: rgb(241 245 249 / 0.5);
  }

  .\32xl\:border-b-slate-100\/55 {
    border-bottom-color: rgb(241 245 249 / 0.55);
  }

  .\32xl\:border-b-slate-100\/60 {
    border-bottom-color: rgb(241 245 249 / 0.6);
  }

  .\32xl\:border-b-slate-100\/65 {
    border-bottom-color: rgb(241 245 249 / 0.65);
  }

  .\32xl\:border-b-slate-100\/70 {
    border-bottom-color: rgb(241 245 249 / 0.7);
  }

  .\32xl\:border-b-slate-100\/75 {
    border-bottom-color: rgb(241 245 249 / 0.75);
  }

  .\32xl\:border-b-slate-100\/80 {
    border-bottom-color: rgb(241 245 249 / 0.8);
  }

  .\32xl\:border-b-slate-100\/85 {
    border-bottom-color: rgb(241 245 249 / 0.85);
  }

  .\32xl\:border-b-slate-100\/90 {
    border-bottom-color: rgb(241 245 249 / 0.9);
  }

  .\32xl\:border-b-slate-100\/95 {
    border-bottom-color: rgb(241 245 249 / 0.95);
  }

  .\32xl\:border-b-slate-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-200\/0 {
    border-bottom-color: rgb(226 232 240 / 0);
  }

  .\32xl\:border-b-slate-200\/10 {
    border-bottom-color: rgb(226 232 240 / 0.1);
  }

  .\32xl\:border-b-slate-200\/100 {
    border-bottom-color: rgb(226 232 240 / 1);
  }

  .\32xl\:border-b-slate-200\/15 {
    border-bottom-color: rgb(226 232 240 / 0.15);
  }

  .\32xl\:border-b-slate-200\/20 {
    border-bottom-color: rgb(226 232 240 / 0.2);
  }

  .\32xl\:border-b-slate-200\/25 {
    border-bottom-color: rgb(226 232 240 / 0.25);
  }

  .\32xl\:border-b-slate-200\/30 {
    border-bottom-color: rgb(226 232 240 / 0.3);
  }

  .\32xl\:border-b-slate-200\/35 {
    border-bottom-color: rgb(226 232 240 / 0.35);
  }

  .\32xl\:border-b-slate-200\/40 {
    border-bottom-color: rgb(226 232 240 / 0.4);
  }

  .\32xl\:border-b-slate-200\/45 {
    border-bottom-color: rgb(226 232 240 / 0.45);
  }

  .\32xl\:border-b-slate-200\/5 {
    border-bottom-color: rgb(226 232 240 / 0.05);
  }

  .\32xl\:border-b-slate-200\/50 {
    border-bottom-color: rgb(226 232 240 / 0.5);
  }

  .\32xl\:border-b-slate-200\/55 {
    border-bottom-color: rgb(226 232 240 / 0.55);
  }

  .\32xl\:border-b-slate-200\/60 {
    border-bottom-color: rgb(226 232 240 / 0.6);
  }

  .\32xl\:border-b-slate-200\/65 {
    border-bottom-color: rgb(226 232 240 / 0.65);
  }

  .\32xl\:border-b-slate-200\/70 {
    border-bottom-color: rgb(226 232 240 / 0.7);
  }

  .\32xl\:border-b-slate-200\/75 {
    border-bottom-color: rgb(226 232 240 / 0.75);
  }

  .\32xl\:border-b-slate-200\/80 {
    border-bottom-color: rgb(226 232 240 / 0.8);
  }

  .\32xl\:border-b-slate-200\/85 {
    border-bottom-color: rgb(226 232 240 / 0.85);
  }

  .\32xl\:border-b-slate-200\/90 {
    border-bottom-color: rgb(226 232 240 / 0.9);
  }

  .\32xl\:border-b-slate-200\/95 {
    border-bottom-color: rgb(226 232 240 / 0.95);
  }

  .\32xl\:border-b-slate-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-300\/0 {
    border-bottom-color: rgb(203 213 225 / 0);
  }

  .\32xl\:border-b-slate-300\/10 {
    border-bottom-color: rgb(203 213 225 / 0.1);
  }

  .\32xl\:border-b-slate-300\/100 {
    border-bottom-color: rgb(203 213 225 / 1);
  }

  .\32xl\:border-b-slate-300\/15 {
    border-bottom-color: rgb(203 213 225 / 0.15);
  }

  .\32xl\:border-b-slate-300\/20 {
    border-bottom-color: rgb(203 213 225 / 0.2);
  }

  .\32xl\:border-b-slate-300\/25 {
    border-bottom-color: rgb(203 213 225 / 0.25);
  }

  .\32xl\:border-b-slate-300\/30 {
    border-bottom-color: rgb(203 213 225 / 0.3);
  }

  .\32xl\:border-b-slate-300\/35 {
    border-bottom-color: rgb(203 213 225 / 0.35);
  }

  .\32xl\:border-b-slate-300\/40 {
    border-bottom-color: rgb(203 213 225 / 0.4);
  }

  .\32xl\:border-b-slate-300\/45 {
    border-bottom-color: rgb(203 213 225 / 0.45);
  }

  .\32xl\:border-b-slate-300\/5 {
    border-bottom-color: rgb(203 213 225 / 0.05);
  }

  .\32xl\:border-b-slate-300\/50 {
    border-bottom-color: rgb(203 213 225 / 0.5);
  }

  .\32xl\:border-b-slate-300\/55 {
    border-bottom-color: rgb(203 213 225 / 0.55);
  }

  .\32xl\:border-b-slate-300\/60 {
    border-bottom-color: rgb(203 213 225 / 0.6);
  }

  .\32xl\:border-b-slate-300\/65 {
    border-bottom-color: rgb(203 213 225 / 0.65);
  }

  .\32xl\:border-b-slate-300\/70 {
    border-bottom-color: rgb(203 213 225 / 0.7);
  }

  .\32xl\:border-b-slate-300\/75 {
    border-bottom-color: rgb(203 213 225 / 0.75);
  }

  .\32xl\:border-b-slate-300\/80 {
    border-bottom-color: rgb(203 213 225 / 0.8);
  }

  .\32xl\:border-b-slate-300\/85 {
    border-bottom-color: rgb(203 213 225 / 0.85);
  }

  .\32xl\:border-b-slate-300\/90 {
    border-bottom-color: rgb(203 213 225 / 0.9);
  }

  .\32xl\:border-b-slate-300\/95 {
    border-bottom-color: rgb(203 213 225 / 0.95);
  }

  .\32xl\:border-b-slate-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-400\/0 {
    border-bottom-color: rgb(148 163 184 / 0);
  }

  .\32xl\:border-b-slate-400\/10 {
    border-bottom-color: rgb(148 163 184 / 0.1);
  }

  .\32xl\:border-b-slate-400\/100 {
    border-bottom-color: rgb(148 163 184 / 1);
  }

  .\32xl\:border-b-slate-400\/15 {
    border-bottom-color: rgb(148 163 184 / 0.15);
  }

  .\32xl\:border-b-slate-400\/20 {
    border-bottom-color: rgb(148 163 184 / 0.2);
  }

  .\32xl\:border-b-slate-400\/25 {
    border-bottom-color: rgb(148 163 184 / 0.25);
  }

  .\32xl\:border-b-slate-400\/30 {
    border-bottom-color: rgb(148 163 184 / 0.3);
  }

  .\32xl\:border-b-slate-400\/35 {
    border-bottom-color: rgb(148 163 184 / 0.35);
  }

  .\32xl\:border-b-slate-400\/40 {
    border-bottom-color: rgb(148 163 184 / 0.4);
  }

  .\32xl\:border-b-slate-400\/45 {
    border-bottom-color: rgb(148 163 184 / 0.45);
  }

  .\32xl\:border-b-slate-400\/5 {
    border-bottom-color: rgb(148 163 184 / 0.05);
  }

  .\32xl\:border-b-slate-400\/50 {
    border-bottom-color: rgb(148 163 184 / 0.5);
  }

  .\32xl\:border-b-slate-400\/55 {
    border-bottom-color: rgb(148 163 184 / 0.55);
  }

  .\32xl\:border-b-slate-400\/60 {
    border-bottom-color: rgb(148 163 184 / 0.6);
  }

  .\32xl\:border-b-slate-400\/65 {
    border-bottom-color: rgb(148 163 184 / 0.65);
  }

  .\32xl\:border-b-slate-400\/70 {
    border-bottom-color: rgb(148 163 184 / 0.7);
  }

  .\32xl\:border-b-slate-400\/75 {
    border-bottom-color: rgb(148 163 184 / 0.75);
  }

  .\32xl\:border-b-slate-400\/80 {
    border-bottom-color: rgb(148 163 184 / 0.8);
  }

  .\32xl\:border-b-slate-400\/85 {
    border-bottom-color: rgb(148 163 184 / 0.85);
  }

  .\32xl\:border-b-slate-400\/90 {
    border-bottom-color: rgb(148 163 184 / 0.9);
  }

  .\32xl\:border-b-slate-400\/95 {
    border-bottom-color: rgb(148 163 184 / 0.95);
  }

  .\32xl\:border-b-slate-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-50\/0 {
    border-bottom-color: rgb(248 250 252 / 0);
  }

  .\32xl\:border-b-slate-50\/10 {
    border-bottom-color: rgb(248 250 252 / 0.1);
  }

  .\32xl\:border-b-slate-50\/100 {
    border-bottom-color: rgb(248 250 252 / 1);
  }

  .\32xl\:border-b-slate-50\/15 {
    border-bottom-color: rgb(248 250 252 / 0.15);
  }

  .\32xl\:border-b-slate-50\/20 {
    border-bottom-color: rgb(248 250 252 / 0.2);
  }

  .\32xl\:border-b-slate-50\/25 {
    border-bottom-color: rgb(248 250 252 / 0.25);
  }

  .\32xl\:border-b-slate-50\/30 {
    border-bottom-color: rgb(248 250 252 / 0.3);
  }

  .\32xl\:border-b-slate-50\/35 {
    border-bottom-color: rgb(248 250 252 / 0.35);
  }

  .\32xl\:border-b-slate-50\/40 {
    border-bottom-color: rgb(248 250 252 / 0.4);
  }

  .\32xl\:border-b-slate-50\/45 {
    border-bottom-color: rgb(248 250 252 / 0.45);
  }

  .\32xl\:border-b-slate-50\/5 {
    border-bottom-color: rgb(248 250 252 / 0.05);
  }

  .\32xl\:border-b-slate-50\/50 {
    border-bottom-color: rgb(248 250 252 / 0.5);
  }

  .\32xl\:border-b-slate-50\/55 {
    border-bottom-color: rgb(248 250 252 / 0.55);
  }

  .\32xl\:border-b-slate-50\/60 {
    border-bottom-color: rgb(248 250 252 / 0.6);
  }

  .\32xl\:border-b-slate-50\/65 {
    border-bottom-color: rgb(248 250 252 / 0.65);
  }

  .\32xl\:border-b-slate-50\/70 {
    border-bottom-color: rgb(248 250 252 / 0.7);
  }

  .\32xl\:border-b-slate-50\/75 {
    border-bottom-color: rgb(248 250 252 / 0.75);
  }

  .\32xl\:border-b-slate-50\/80 {
    border-bottom-color: rgb(248 250 252 / 0.8);
  }

  .\32xl\:border-b-slate-50\/85 {
    border-bottom-color: rgb(248 250 252 / 0.85);
  }

  .\32xl\:border-b-slate-50\/90 {
    border-bottom-color: rgb(248 250 252 / 0.9);
  }

  .\32xl\:border-b-slate-50\/95 {
    border-bottom-color: rgb(248 250 252 / 0.95);
  }

  .\32xl\:border-b-slate-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-500\/0 {
    border-bottom-color: rgb(100 116 139 / 0);
  }

  .\32xl\:border-b-slate-500\/10 {
    border-bottom-color: rgb(100 116 139 / 0.1);
  }

  .\32xl\:border-b-slate-500\/100 {
    border-bottom-color: rgb(100 116 139 / 1);
  }

  .\32xl\:border-b-slate-500\/15 {
    border-bottom-color: rgb(100 116 139 / 0.15);
  }

  .\32xl\:border-b-slate-500\/20 {
    border-bottom-color: rgb(100 116 139 / 0.2);
  }

  .\32xl\:border-b-slate-500\/25 {
    border-bottom-color: rgb(100 116 139 / 0.25);
  }

  .\32xl\:border-b-slate-500\/30 {
    border-bottom-color: rgb(100 116 139 / 0.3);
  }

  .\32xl\:border-b-slate-500\/35 {
    border-bottom-color: rgb(100 116 139 / 0.35);
  }

  .\32xl\:border-b-slate-500\/40 {
    border-bottom-color: rgb(100 116 139 / 0.4);
  }

  .\32xl\:border-b-slate-500\/45 {
    border-bottom-color: rgb(100 116 139 / 0.45);
  }

  .\32xl\:border-b-slate-500\/5 {
    border-bottom-color: rgb(100 116 139 / 0.05);
  }

  .\32xl\:border-b-slate-500\/50 {
    border-bottom-color: rgb(100 116 139 / 0.5);
  }

  .\32xl\:border-b-slate-500\/55 {
    border-bottom-color: rgb(100 116 139 / 0.55);
  }

  .\32xl\:border-b-slate-500\/60 {
    border-bottom-color: rgb(100 116 139 / 0.6);
  }

  .\32xl\:border-b-slate-500\/65 {
    border-bottom-color: rgb(100 116 139 / 0.65);
  }

  .\32xl\:border-b-slate-500\/70 {
    border-bottom-color: rgb(100 116 139 / 0.7);
  }

  .\32xl\:border-b-slate-500\/75 {
    border-bottom-color: rgb(100 116 139 / 0.75);
  }

  .\32xl\:border-b-slate-500\/80 {
    border-bottom-color: rgb(100 116 139 / 0.8);
  }

  .\32xl\:border-b-slate-500\/85 {
    border-bottom-color: rgb(100 116 139 / 0.85);
  }

  .\32xl\:border-b-slate-500\/90 {
    border-bottom-color: rgb(100 116 139 / 0.9);
  }

  .\32xl\:border-b-slate-500\/95 {
    border-bottom-color: rgb(100 116 139 / 0.95);
  }

  .\32xl\:border-b-slate-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-600\/0 {
    border-bottom-color: rgb(71 85 105 / 0);
  }

  .\32xl\:border-b-slate-600\/10 {
    border-bottom-color: rgb(71 85 105 / 0.1);
  }

  .\32xl\:border-b-slate-600\/100 {
    border-bottom-color: rgb(71 85 105 / 1);
  }

  .\32xl\:border-b-slate-600\/15 {
    border-bottom-color: rgb(71 85 105 / 0.15);
  }

  .\32xl\:border-b-slate-600\/20 {
    border-bottom-color: rgb(71 85 105 / 0.2);
  }

  .\32xl\:border-b-slate-600\/25 {
    border-bottom-color: rgb(71 85 105 / 0.25);
  }

  .\32xl\:border-b-slate-600\/30 {
    border-bottom-color: rgb(71 85 105 / 0.3);
  }

  .\32xl\:border-b-slate-600\/35 {
    border-bottom-color: rgb(71 85 105 / 0.35);
  }

  .\32xl\:border-b-slate-600\/40 {
    border-bottom-color: rgb(71 85 105 / 0.4);
  }

  .\32xl\:border-b-slate-600\/45 {
    border-bottom-color: rgb(71 85 105 / 0.45);
  }

  .\32xl\:border-b-slate-600\/5 {
    border-bottom-color: rgb(71 85 105 / 0.05);
  }

  .\32xl\:border-b-slate-600\/50 {
    border-bottom-color: rgb(71 85 105 / 0.5);
  }

  .\32xl\:border-b-slate-600\/55 {
    border-bottom-color: rgb(71 85 105 / 0.55);
  }

  .\32xl\:border-b-slate-600\/60 {
    border-bottom-color: rgb(71 85 105 / 0.6);
  }

  .\32xl\:border-b-slate-600\/65 {
    border-bottom-color: rgb(71 85 105 / 0.65);
  }

  .\32xl\:border-b-slate-600\/70 {
    border-bottom-color: rgb(71 85 105 / 0.7);
  }

  .\32xl\:border-b-slate-600\/75 {
    border-bottom-color: rgb(71 85 105 / 0.75);
  }

  .\32xl\:border-b-slate-600\/80 {
    border-bottom-color: rgb(71 85 105 / 0.8);
  }

  .\32xl\:border-b-slate-600\/85 {
    border-bottom-color: rgb(71 85 105 / 0.85);
  }

  .\32xl\:border-b-slate-600\/90 {
    border-bottom-color: rgb(71 85 105 / 0.9);
  }

  .\32xl\:border-b-slate-600\/95 {
    border-bottom-color: rgb(71 85 105 / 0.95);
  }

  .\32xl\:border-b-slate-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-700\/0 {
    border-bottom-color: rgb(51 65 85 / 0);
  }

  .\32xl\:border-b-slate-700\/10 {
    border-bottom-color: rgb(51 65 85 / 0.1);
  }

  .\32xl\:border-b-slate-700\/100 {
    border-bottom-color: rgb(51 65 85 / 1);
  }

  .\32xl\:border-b-slate-700\/15 {
    border-bottom-color: rgb(51 65 85 / 0.15);
  }

  .\32xl\:border-b-slate-700\/20 {
    border-bottom-color: rgb(51 65 85 / 0.2);
  }

  .\32xl\:border-b-slate-700\/25 {
    border-bottom-color: rgb(51 65 85 / 0.25);
  }

  .\32xl\:border-b-slate-700\/30 {
    border-bottom-color: rgb(51 65 85 / 0.3);
  }

  .\32xl\:border-b-slate-700\/35 {
    border-bottom-color: rgb(51 65 85 / 0.35);
  }

  .\32xl\:border-b-slate-700\/40 {
    border-bottom-color: rgb(51 65 85 / 0.4);
  }

  .\32xl\:border-b-slate-700\/45 {
    border-bottom-color: rgb(51 65 85 / 0.45);
  }

  .\32xl\:border-b-slate-700\/5 {
    border-bottom-color: rgb(51 65 85 / 0.05);
  }

  .\32xl\:border-b-slate-700\/50 {
    border-bottom-color: rgb(51 65 85 / 0.5);
  }

  .\32xl\:border-b-slate-700\/55 {
    border-bottom-color: rgb(51 65 85 / 0.55);
  }

  .\32xl\:border-b-slate-700\/60 {
    border-bottom-color: rgb(51 65 85 / 0.6);
  }

  .\32xl\:border-b-slate-700\/65 {
    border-bottom-color: rgb(51 65 85 / 0.65);
  }

  .\32xl\:border-b-slate-700\/70 {
    border-bottom-color: rgb(51 65 85 / 0.7);
  }

  .\32xl\:border-b-slate-700\/75 {
    border-bottom-color: rgb(51 65 85 / 0.75);
  }

  .\32xl\:border-b-slate-700\/80 {
    border-bottom-color: rgb(51 65 85 / 0.8);
  }

  .\32xl\:border-b-slate-700\/85 {
    border-bottom-color: rgb(51 65 85 / 0.85);
  }

  .\32xl\:border-b-slate-700\/90 {
    border-bottom-color: rgb(51 65 85 / 0.9);
  }

  .\32xl\:border-b-slate-700\/95 {
    border-bottom-color: rgb(51 65 85 / 0.95);
  }

  .\32xl\:border-b-slate-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-800\/0 {
    border-bottom-color: rgb(30 41 59 / 0);
  }

  .\32xl\:border-b-slate-800\/10 {
    border-bottom-color: rgb(30 41 59 / 0.1);
  }

  .\32xl\:border-b-slate-800\/100 {
    border-bottom-color: rgb(30 41 59 / 1);
  }

  .\32xl\:border-b-slate-800\/15 {
    border-bottom-color: rgb(30 41 59 / 0.15);
  }

  .\32xl\:border-b-slate-800\/20 {
    border-bottom-color: rgb(30 41 59 / 0.2);
  }

  .\32xl\:border-b-slate-800\/25 {
    border-bottom-color: rgb(30 41 59 / 0.25);
  }

  .\32xl\:border-b-slate-800\/30 {
    border-bottom-color: rgb(30 41 59 / 0.3);
  }

  .\32xl\:border-b-slate-800\/35 {
    border-bottom-color: rgb(30 41 59 / 0.35);
  }

  .\32xl\:border-b-slate-800\/40 {
    border-bottom-color: rgb(30 41 59 / 0.4);
  }

  .\32xl\:border-b-slate-800\/45 {
    border-bottom-color: rgb(30 41 59 / 0.45);
  }

  .\32xl\:border-b-slate-800\/5 {
    border-bottom-color: rgb(30 41 59 / 0.05);
  }

  .\32xl\:border-b-slate-800\/50 {
    border-bottom-color: rgb(30 41 59 / 0.5);
  }

  .\32xl\:border-b-slate-800\/55 {
    border-bottom-color: rgb(30 41 59 / 0.55);
  }

  .\32xl\:border-b-slate-800\/60 {
    border-bottom-color: rgb(30 41 59 / 0.6);
  }

  .\32xl\:border-b-slate-800\/65 {
    border-bottom-color: rgb(30 41 59 / 0.65);
  }

  .\32xl\:border-b-slate-800\/70 {
    border-bottom-color: rgb(30 41 59 / 0.7);
  }

  .\32xl\:border-b-slate-800\/75 {
    border-bottom-color: rgb(30 41 59 / 0.75);
  }

  .\32xl\:border-b-slate-800\/80 {
    border-bottom-color: rgb(30 41 59 / 0.8);
  }

  .\32xl\:border-b-slate-800\/85 {
    border-bottom-color: rgb(30 41 59 / 0.85);
  }

  .\32xl\:border-b-slate-800\/90 {
    border-bottom-color: rgb(30 41 59 / 0.9);
  }

  .\32xl\:border-b-slate-800\/95 {
    border-bottom-color: rgb(30 41 59 / 0.95);
  }

  .\32xl\:border-b-slate-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-900\/0 {
    border-bottom-color: rgb(15 23 42 / 0);
  }

  .\32xl\:border-b-slate-900\/10 {
    border-bottom-color: rgb(15 23 42 / 0.1);
  }

  .\32xl\:border-b-slate-900\/100 {
    border-bottom-color: rgb(15 23 42 / 1);
  }

  .\32xl\:border-b-slate-900\/15 {
    border-bottom-color: rgb(15 23 42 / 0.15);
  }

  .\32xl\:border-b-slate-900\/20 {
    border-bottom-color: rgb(15 23 42 / 0.2);
  }

  .\32xl\:border-b-slate-900\/25 {
    border-bottom-color: rgb(15 23 42 / 0.25);
  }

  .\32xl\:border-b-slate-900\/30 {
    border-bottom-color: rgb(15 23 42 / 0.3);
  }

  .\32xl\:border-b-slate-900\/35 {
    border-bottom-color: rgb(15 23 42 / 0.35);
  }

  .\32xl\:border-b-slate-900\/40 {
    border-bottom-color: rgb(15 23 42 / 0.4);
  }

  .\32xl\:border-b-slate-900\/45 {
    border-bottom-color: rgb(15 23 42 / 0.45);
  }

  .\32xl\:border-b-slate-900\/5 {
    border-bottom-color: rgb(15 23 42 / 0.05);
  }

  .\32xl\:border-b-slate-900\/50 {
    border-bottom-color: rgb(15 23 42 / 0.5);
  }

  .\32xl\:border-b-slate-900\/55 {
    border-bottom-color: rgb(15 23 42 / 0.55);
  }

  .\32xl\:border-b-slate-900\/60 {
    border-bottom-color: rgb(15 23 42 / 0.6);
  }

  .\32xl\:border-b-slate-900\/65 {
    border-bottom-color: rgb(15 23 42 / 0.65);
  }

  .\32xl\:border-b-slate-900\/70 {
    border-bottom-color: rgb(15 23 42 / 0.7);
  }

  .\32xl\:border-b-slate-900\/75 {
    border-bottom-color: rgb(15 23 42 / 0.75);
  }

  .\32xl\:border-b-slate-900\/80 {
    border-bottom-color: rgb(15 23 42 / 0.8);
  }

  .\32xl\:border-b-slate-900\/85 {
    border-bottom-color: rgb(15 23 42 / 0.85);
  }

  .\32xl\:border-b-slate-900\/90 {
    border-bottom-color: rgb(15 23 42 / 0.9);
  }

  .\32xl\:border-b-slate-900\/95 {
    border-bottom-color: rgb(15 23 42 / 0.95);
  }

  .\32xl\:border-b-slate-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-slate-950\/0 {
    border-bottom-color: rgb(2 6 23 / 0);
  }

  .\32xl\:border-b-slate-950\/10 {
    border-bottom-color: rgb(2 6 23 / 0.1);
  }

  .\32xl\:border-b-slate-950\/100 {
    border-bottom-color: rgb(2 6 23 / 1);
  }

  .\32xl\:border-b-slate-950\/15 {
    border-bottom-color: rgb(2 6 23 / 0.15);
  }

  .\32xl\:border-b-slate-950\/20 {
    border-bottom-color: rgb(2 6 23 / 0.2);
  }

  .\32xl\:border-b-slate-950\/25 {
    border-bottom-color: rgb(2 6 23 / 0.25);
  }

  .\32xl\:border-b-slate-950\/30 {
    border-bottom-color: rgb(2 6 23 / 0.3);
  }

  .\32xl\:border-b-slate-950\/35 {
    border-bottom-color: rgb(2 6 23 / 0.35);
  }

  .\32xl\:border-b-slate-950\/40 {
    border-bottom-color: rgb(2 6 23 / 0.4);
  }

  .\32xl\:border-b-slate-950\/45 {
    border-bottom-color: rgb(2 6 23 / 0.45);
  }

  .\32xl\:border-b-slate-950\/5 {
    border-bottom-color: rgb(2 6 23 / 0.05);
  }

  .\32xl\:border-b-slate-950\/50 {
    border-bottom-color: rgb(2 6 23 / 0.5);
  }

  .\32xl\:border-b-slate-950\/55 {
    border-bottom-color: rgb(2 6 23 / 0.55);
  }

  .\32xl\:border-b-slate-950\/60 {
    border-bottom-color: rgb(2 6 23 / 0.6);
  }

  .\32xl\:border-b-slate-950\/65 {
    border-bottom-color: rgb(2 6 23 / 0.65);
  }

  .\32xl\:border-b-slate-950\/70 {
    border-bottom-color: rgb(2 6 23 / 0.7);
  }

  .\32xl\:border-b-slate-950\/75 {
    border-bottom-color: rgb(2 6 23 / 0.75);
  }

  .\32xl\:border-b-slate-950\/80 {
    border-bottom-color: rgb(2 6 23 / 0.8);
  }

  .\32xl\:border-b-slate-950\/85 {
    border-bottom-color: rgb(2 6 23 / 0.85);
  }

  .\32xl\:border-b-slate-950\/90 {
    border-bottom-color: rgb(2 6 23 / 0.9);
  }

  .\32xl\:border-b-slate-950\/95 {
    border-bottom-color: rgb(2 6 23 / 0.95);
  }

  .\32xl\:border-b-stone-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-100\/0 {
    border-bottom-color: rgb(245 245 244 / 0);
  }

  .\32xl\:border-b-stone-100\/10 {
    border-bottom-color: rgb(245 245 244 / 0.1);
  }

  .\32xl\:border-b-stone-100\/100 {
    border-bottom-color: rgb(245 245 244 / 1);
  }

  .\32xl\:border-b-stone-100\/15 {
    border-bottom-color: rgb(245 245 244 / 0.15);
  }

  .\32xl\:border-b-stone-100\/20 {
    border-bottom-color: rgb(245 245 244 / 0.2);
  }

  .\32xl\:border-b-stone-100\/25 {
    border-bottom-color: rgb(245 245 244 / 0.25);
  }

  .\32xl\:border-b-stone-100\/30 {
    border-bottom-color: rgb(245 245 244 / 0.3);
  }

  .\32xl\:border-b-stone-100\/35 {
    border-bottom-color: rgb(245 245 244 / 0.35);
  }

  .\32xl\:border-b-stone-100\/40 {
    border-bottom-color: rgb(245 245 244 / 0.4);
  }

  .\32xl\:border-b-stone-100\/45 {
    border-bottom-color: rgb(245 245 244 / 0.45);
  }

  .\32xl\:border-b-stone-100\/5 {
    border-bottom-color: rgb(245 245 244 / 0.05);
  }

  .\32xl\:border-b-stone-100\/50 {
    border-bottom-color: rgb(245 245 244 / 0.5);
  }

  .\32xl\:border-b-stone-100\/55 {
    border-bottom-color: rgb(245 245 244 / 0.55);
  }

  .\32xl\:border-b-stone-100\/60 {
    border-bottom-color: rgb(245 245 244 / 0.6);
  }

  .\32xl\:border-b-stone-100\/65 {
    border-bottom-color: rgb(245 245 244 / 0.65);
  }

  .\32xl\:border-b-stone-100\/70 {
    border-bottom-color: rgb(245 245 244 / 0.7);
  }

  .\32xl\:border-b-stone-100\/75 {
    border-bottom-color: rgb(245 245 244 / 0.75);
  }

  .\32xl\:border-b-stone-100\/80 {
    border-bottom-color: rgb(245 245 244 / 0.8);
  }

  .\32xl\:border-b-stone-100\/85 {
    border-bottom-color: rgb(245 245 244 / 0.85);
  }

  .\32xl\:border-b-stone-100\/90 {
    border-bottom-color: rgb(245 245 244 / 0.9);
  }

  .\32xl\:border-b-stone-100\/95 {
    border-bottom-color: rgb(245 245 244 / 0.95);
  }

  .\32xl\:border-b-stone-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-200\/0 {
    border-bottom-color: rgb(231 229 228 / 0);
  }

  .\32xl\:border-b-stone-200\/10 {
    border-bottom-color: rgb(231 229 228 / 0.1);
  }

  .\32xl\:border-b-stone-200\/100 {
    border-bottom-color: rgb(231 229 228 / 1);
  }

  .\32xl\:border-b-stone-200\/15 {
    border-bottom-color: rgb(231 229 228 / 0.15);
  }

  .\32xl\:border-b-stone-200\/20 {
    border-bottom-color: rgb(231 229 228 / 0.2);
  }

  .\32xl\:border-b-stone-200\/25 {
    border-bottom-color: rgb(231 229 228 / 0.25);
  }

  .\32xl\:border-b-stone-200\/30 {
    border-bottom-color: rgb(231 229 228 / 0.3);
  }

  .\32xl\:border-b-stone-200\/35 {
    border-bottom-color: rgb(231 229 228 / 0.35);
  }

  .\32xl\:border-b-stone-200\/40 {
    border-bottom-color: rgb(231 229 228 / 0.4);
  }

  .\32xl\:border-b-stone-200\/45 {
    border-bottom-color: rgb(231 229 228 / 0.45);
  }

  .\32xl\:border-b-stone-200\/5 {
    border-bottom-color: rgb(231 229 228 / 0.05);
  }

  .\32xl\:border-b-stone-200\/50 {
    border-bottom-color: rgb(231 229 228 / 0.5);
  }

  .\32xl\:border-b-stone-200\/55 {
    border-bottom-color: rgb(231 229 228 / 0.55);
  }

  .\32xl\:border-b-stone-200\/60 {
    border-bottom-color: rgb(231 229 228 / 0.6);
  }

  .\32xl\:border-b-stone-200\/65 {
    border-bottom-color: rgb(231 229 228 / 0.65);
  }

  .\32xl\:border-b-stone-200\/70 {
    border-bottom-color: rgb(231 229 228 / 0.7);
  }

  .\32xl\:border-b-stone-200\/75 {
    border-bottom-color: rgb(231 229 228 / 0.75);
  }

  .\32xl\:border-b-stone-200\/80 {
    border-bottom-color: rgb(231 229 228 / 0.8);
  }

  .\32xl\:border-b-stone-200\/85 {
    border-bottom-color: rgb(231 229 228 / 0.85);
  }

  .\32xl\:border-b-stone-200\/90 {
    border-bottom-color: rgb(231 229 228 / 0.9);
  }

  .\32xl\:border-b-stone-200\/95 {
    border-bottom-color: rgb(231 229 228 / 0.95);
  }

  .\32xl\:border-b-stone-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-300\/0 {
    border-bottom-color: rgb(214 211 209 / 0);
  }

  .\32xl\:border-b-stone-300\/10 {
    border-bottom-color: rgb(214 211 209 / 0.1);
  }

  .\32xl\:border-b-stone-300\/100 {
    border-bottom-color: rgb(214 211 209 / 1);
  }

  .\32xl\:border-b-stone-300\/15 {
    border-bottom-color: rgb(214 211 209 / 0.15);
  }

  .\32xl\:border-b-stone-300\/20 {
    border-bottom-color: rgb(214 211 209 / 0.2);
  }

  .\32xl\:border-b-stone-300\/25 {
    border-bottom-color: rgb(214 211 209 / 0.25);
  }

  .\32xl\:border-b-stone-300\/30 {
    border-bottom-color: rgb(214 211 209 / 0.3);
  }

  .\32xl\:border-b-stone-300\/35 {
    border-bottom-color: rgb(214 211 209 / 0.35);
  }

  .\32xl\:border-b-stone-300\/40 {
    border-bottom-color: rgb(214 211 209 / 0.4);
  }

  .\32xl\:border-b-stone-300\/45 {
    border-bottom-color: rgb(214 211 209 / 0.45);
  }

  .\32xl\:border-b-stone-300\/5 {
    border-bottom-color: rgb(214 211 209 / 0.05);
  }

  .\32xl\:border-b-stone-300\/50 {
    border-bottom-color: rgb(214 211 209 / 0.5);
  }

  .\32xl\:border-b-stone-300\/55 {
    border-bottom-color: rgb(214 211 209 / 0.55);
  }

  .\32xl\:border-b-stone-300\/60 {
    border-bottom-color: rgb(214 211 209 / 0.6);
  }

  .\32xl\:border-b-stone-300\/65 {
    border-bottom-color: rgb(214 211 209 / 0.65);
  }

  .\32xl\:border-b-stone-300\/70 {
    border-bottom-color: rgb(214 211 209 / 0.7);
  }

  .\32xl\:border-b-stone-300\/75 {
    border-bottom-color: rgb(214 211 209 / 0.75);
  }

  .\32xl\:border-b-stone-300\/80 {
    border-bottom-color: rgb(214 211 209 / 0.8);
  }

  .\32xl\:border-b-stone-300\/85 {
    border-bottom-color: rgb(214 211 209 / 0.85);
  }

  .\32xl\:border-b-stone-300\/90 {
    border-bottom-color: rgb(214 211 209 / 0.9);
  }

  .\32xl\:border-b-stone-300\/95 {
    border-bottom-color: rgb(214 211 209 / 0.95);
  }

  .\32xl\:border-b-stone-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-400\/0 {
    border-bottom-color: rgb(168 162 158 / 0);
  }

  .\32xl\:border-b-stone-400\/10 {
    border-bottom-color: rgb(168 162 158 / 0.1);
  }

  .\32xl\:border-b-stone-400\/100 {
    border-bottom-color: rgb(168 162 158 / 1);
  }

  .\32xl\:border-b-stone-400\/15 {
    border-bottom-color: rgb(168 162 158 / 0.15);
  }

  .\32xl\:border-b-stone-400\/20 {
    border-bottom-color: rgb(168 162 158 / 0.2);
  }

  .\32xl\:border-b-stone-400\/25 {
    border-bottom-color: rgb(168 162 158 / 0.25);
  }

  .\32xl\:border-b-stone-400\/30 {
    border-bottom-color: rgb(168 162 158 / 0.3);
  }

  .\32xl\:border-b-stone-400\/35 {
    border-bottom-color: rgb(168 162 158 / 0.35);
  }

  .\32xl\:border-b-stone-400\/40 {
    border-bottom-color: rgb(168 162 158 / 0.4);
  }

  .\32xl\:border-b-stone-400\/45 {
    border-bottom-color: rgb(168 162 158 / 0.45);
  }

  .\32xl\:border-b-stone-400\/5 {
    border-bottom-color: rgb(168 162 158 / 0.05);
  }

  .\32xl\:border-b-stone-400\/50 {
    border-bottom-color: rgb(168 162 158 / 0.5);
  }

  .\32xl\:border-b-stone-400\/55 {
    border-bottom-color: rgb(168 162 158 / 0.55);
  }

  .\32xl\:border-b-stone-400\/60 {
    border-bottom-color: rgb(168 162 158 / 0.6);
  }

  .\32xl\:border-b-stone-400\/65 {
    border-bottom-color: rgb(168 162 158 / 0.65);
  }

  .\32xl\:border-b-stone-400\/70 {
    border-bottom-color: rgb(168 162 158 / 0.7);
  }

  .\32xl\:border-b-stone-400\/75 {
    border-bottom-color: rgb(168 162 158 / 0.75);
  }

  .\32xl\:border-b-stone-400\/80 {
    border-bottom-color: rgb(168 162 158 / 0.8);
  }

  .\32xl\:border-b-stone-400\/85 {
    border-bottom-color: rgb(168 162 158 / 0.85);
  }

  .\32xl\:border-b-stone-400\/90 {
    border-bottom-color: rgb(168 162 158 / 0.9);
  }

  .\32xl\:border-b-stone-400\/95 {
    border-bottom-color: rgb(168 162 158 / 0.95);
  }

  .\32xl\:border-b-stone-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-50\/0 {
    border-bottom-color: rgb(250 250 249 / 0);
  }

  .\32xl\:border-b-stone-50\/10 {
    border-bottom-color: rgb(250 250 249 / 0.1);
  }

  .\32xl\:border-b-stone-50\/100 {
    border-bottom-color: rgb(250 250 249 / 1);
  }

  .\32xl\:border-b-stone-50\/15 {
    border-bottom-color: rgb(250 250 249 / 0.15);
  }

  .\32xl\:border-b-stone-50\/20 {
    border-bottom-color: rgb(250 250 249 / 0.2);
  }

  .\32xl\:border-b-stone-50\/25 {
    border-bottom-color: rgb(250 250 249 / 0.25);
  }

  .\32xl\:border-b-stone-50\/30 {
    border-bottom-color: rgb(250 250 249 / 0.3);
  }

  .\32xl\:border-b-stone-50\/35 {
    border-bottom-color: rgb(250 250 249 / 0.35);
  }

  .\32xl\:border-b-stone-50\/40 {
    border-bottom-color: rgb(250 250 249 / 0.4);
  }

  .\32xl\:border-b-stone-50\/45 {
    border-bottom-color: rgb(250 250 249 / 0.45);
  }

  .\32xl\:border-b-stone-50\/5 {
    border-bottom-color: rgb(250 250 249 / 0.05);
  }

  .\32xl\:border-b-stone-50\/50 {
    border-bottom-color: rgb(250 250 249 / 0.5);
  }

  .\32xl\:border-b-stone-50\/55 {
    border-bottom-color: rgb(250 250 249 / 0.55);
  }

  .\32xl\:border-b-stone-50\/60 {
    border-bottom-color: rgb(250 250 249 / 0.6);
  }

  .\32xl\:border-b-stone-50\/65 {
    border-bottom-color: rgb(250 250 249 / 0.65);
  }

  .\32xl\:border-b-stone-50\/70 {
    border-bottom-color: rgb(250 250 249 / 0.7);
  }

  .\32xl\:border-b-stone-50\/75 {
    border-bottom-color: rgb(250 250 249 / 0.75);
  }

  .\32xl\:border-b-stone-50\/80 {
    border-bottom-color: rgb(250 250 249 / 0.8);
  }

  .\32xl\:border-b-stone-50\/85 {
    border-bottom-color: rgb(250 250 249 / 0.85);
  }

  .\32xl\:border-b-stone-50\/90 {
    border-bottom-color: rgb(250 250 249 / 0.9);
  }

  .\32xl\:border-b-stone-50\/95 {
    border-bottom-color: rgb(250 250 249 / 0.95);
  }

  .\32xl\:border-b-stone-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-500\/0 {
    border-bottom-color: rgb(120 113 108 / 0);
  }

  .\32xl\:border-b-stone-500\/10 {
    border-bottom-color: rgb(120 113 108 / 0.1);
  }

  .\32xl\:border-b-stone-500\/100 {
    border-bottom-color: rgb(120 113 108 / 1);
  }

  .\32xl\:border-b-stone-500\/15 {
    border-bottom-color: rgb(120 113 108 / 0.15);
  }

  .\32xl\:border-b-stone-500\/20 {
    border-bottom-color: rgb(120 113 108 / 0.2);
  }

  .\32xl\:border-b-stone-500\/25 {
    border-bottom-color: rgb(120 113 108 / 0.25);
  }

  .\32xl\:border-b-stone-500\/30 {
    border-bottom-color: rgb(120 113 108 / 0.3);
  }

  .\32xl\:border-b-stone-500\/35 {
    border-bottom-color: rgb(120 113 108 / 0.35);
  }

  .\32xl\:border-b-stone-500\/40 {
    border-bottom-color: rgb(120 113 108 / 0.4);
  }

  .\32xl\:border-b-stone-500\/45 {
    border-bottom-color: rgb(120 113 108 / 0.45);
  }

  .\32xl\:border-b-stone-500\/5 {
    border-bottom-color: rgb(120 113 108 / 0.05);
  }

  .\32xl\:border-b-stone-500\/50 {
    border-bottom-color: rgb(120 113 108 / 0.5);
  }

  .\32xl\:border-b-stone-500\/55 {
    border-bottom-color: rgb(120 113 108 / 0.55);
  }

  .\32xl\:border-b-stone-500\/60 {
    border-bottom-color: rgb(120 113 108 / 0.6);
  }

  .\32xl\:border-b-stone-500\/65 {
    border-bottom-color: rgb(120 113 108 / 0.65);
  }

  .\32xl\:border-b-stone-500\/70 {
    border-bottom-color: rgb(120 113 108 / 0.7);
  }

  .\32xl\:border-b-stone-500\/75 {
    border-bottom-color: rgb(120 113 108 / 0.75);
  }

  .\32xl\:border-b-stone-500\/80 {
    border-bottom-color: rgb(120 113 108 / 0.8);
  }

  .\32xl\:border-b-stone-500\/85 {
    border-bottom-color: rgb(120 113 108 / 0.85);
  }

  .\32xl\:border-b-stone-500\/90 {
    border-bottom-color: rgb(120 113 108 / 0.9);
  }

  .\32xl\:border-b-stone-500\/95 {
    border-bottom-color: rgb(120 113 108 / 0.95);
  }

  .\32xl\:border-b-stone-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-600\/0 {
    border-bottom-color: rgb(87 83 78 / 0);
  }

  .\32xl\:border-b-stone-600\/10 {
    border-bottom-color: rgb(87 83 78 / 0.1);
  }

  .\32xl\:border-b-stone-600\/100 {
    border-bottom-color: rgb(87 83 78 / 1);
  }

  .\32xl\:border-b-stone-600\/15 {
    border-bottom-color: rgb(87 83 78 / 0.15);
  }

  .\32xl\:border-b-stone-600\/20 {
    border-bottom-color: rgb(87 83 78 / 0.2);
  }

  .\32xl\:border-b-stone-600\/25 {
    border-bottom-color: rgb(87 83 78 / 0.25);
  }

  .\32xl\:border-b-stone-600\/30 {
    border-bottom-color: rgb(87 83 78 / 0.3);
  }

  .\32xl\:border-b-stone-600\/35 {
    border-bottom-color: rgb(87 83 78 / 0.35);
  }

  .\32xl\:border-b-stone-600\/40 {
    border-bottom-color: rgb(87 83 78 / 0.4);
  }

  .\32xl\:border-b-stone-600\/45 {
    border-bottom-color: rgb(87 83 78 / 0.45);
  }

  .\32xl\:border-b-stone-600\/5 {
    border-bottom-color: rgb(87 83 78 / 0.05);
  }

  .\32xl\:border-b-stone-600\/50 {
    border-bottom-color: rgb(87 83 78 / 0.5);
  }

  .\32xl\:border-b-stone-600\/55 {
    border-bottom-color: rgb(87 83 78 / 0.55);
  }

  .\32xl\:border-b-stone-600\/60 {
    border-bottom-color: rgb(87 83 78 / 0.6);
  }

  .\32xl\:border-b-stone-600\/65 {
    border-bottom-color: rgb(87 83 78 / 0.65);
  }

  .\32xl\:border-b-stone-600\/70 {
    border-bottom-color: rgb(87 83 78 / 0.7);
  }

  .\32xl\:border-b-stone-600\/75 {
    border-bottom-color: rgb(87 83 78 / 0.75);
  }

  .\32xl\:border-b-stone-600\/80 {
    border-bottom-color: rgb(87 83 78 / 0.8);
  }

  .\32xl\:border-b-stone-600\/85 {
    border-bottom-color: rgb(87 83 78 / 0.85);
  }

  .\32xl\:border-b-stone-600\/90 {
    border-bottom-color: rgb(87 83 78 / 0.9);
  }

  .\32xl\:border-b-stone-600\/95 {
    border-bottom-color: rgb(87 83 78 / 0.95);
  }

  .\32xl\:border-b-stone-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-700\/0 {
    border-bottom-color: rgb(68 64 60 / 0);
  }

  .\32xl\:border-b-stone-700\/10 {
    border-bottom-color: rgb(68 64 60 / 0.1);
  }

  .\32xl\:border-b-stone-700\/100 {
    border-bottom-color: rgb(68 64 60 / 1);
  }

  .\32xl\:border-b-stone-700\/15 {
    border-bottom-color: rgb(68 64 60 / 0.15);
  }

  .\32xl\:border-b-stone-700\/20 {
    border-bottom-color: rgb(68 64 60 / 0.2);
  }

  .\32xl\:border-b-stone-700\/25 {
    border-bottom-color: rgb(68 64 60 / 0.25);
  }

  .\32xl\:border-b-stone-700\/30 {
    border-bottom-color: rgb(68 64 60 / 0.3);
  }

  .\32xl\:border-b-stone-700\/35 {
    border-bottom-color: rgb(68 64 60 / 0.35);
  }

  .\32xl\:border-b-stone-700\/40 {
    border-bottom-color: rgb(68 64 60 / 0.4);
  }

  .\32xl\:border-b-stone-700\/45 {
    border-bottom-color: rgb(68 64 60 / 0.45);
  }

  .\32xl\:border-b-stone-700\/5 {
    border-bottom-color: rgb(68 64 60 / 0.05);
  }

  .\32xl\:border-b-stone-700\/50 {
    border-bottom-color: rgb(68 64 60 / 0.5);
  }

  .\32xl\:border-b-stone-700\/55 {
    border-bottom-color: rgb(68 64 60 / 0.55);
  }

  .\32xl\:border-b-stone-700\/60 {
    border-bottom-color: rgb(68 64 60 / 0.6);
  }

  .\32xl\:border-b-stone-700\/65 {
    border-bottom-color: rgb(68 64 60 / 0.65);
  }

  .\32xl\:border-b-stone-700\/70 {
    border-bottom-color: rgb(68 64 60 / 0.7);
  }

  .\32xl\:border-b-stone-700\/75 {
    border-bottom-color: rgb(68 64 60 / 0.75);
  }

  .\32xl\:border-b-stone-700\/80 {
    border-bottom-color: rgb(68 64 60 / 0.8);
  }

  .\32xl\:border-b-stone-700\/85 {
    border-bottom-color: rgb(68 64 60 / 0.85);
  }

  .\32xl\:border-b-stone-700\/90 {
    border-bottom-color: rgb(68 64 60 / 0.9);
  }

  .\32xl\:border-b-stone-700\/95 {
    border-bottom-color: rgb(68 64 60 / 0.95);
  }

  .\32xl\:border-b-stone-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-800\/0 {
    border-bottom-color: rgb(41 37 36 / 0);
  }

  .\32xl\:border-b-stone-800\/10 {
    border-bottom-color: rgb(41 37 36 / 0.1);
  }

  .\32xl\:border-b-stone-800\/100 {
    border-bottom-color: rgb(41 37 36 / 1);
  }

  .\32xl\:border-b-stone-800\/15 {
    border-bottom-color: rgb(41 37 36 / 0.15);
  }

  .\32xl\:border-b-stone-800\/20 {
    border-bottom-color: rgb(41 37 36 / 0.2);
  }

  .\32xl\:border-b-stone-800\/25 {
    border-bottom-color: rgb(41 37 36 / 0.25);
  }

  .\32xl\:border-b-stone-800\/30 {
    border-bottom-color: rgb(41 37 36 / 0.3);
  }

  .\32xl\:border-b-stone-800\/35 {
    border-bottom-color: rgb(41 37 36 / 0.35);
  }

  .\32xl\:border-b-stone-800\/40 {
    border-bottom-color: rgb(41 37 36 / 0.4);
  }

  .\32xl\:border-b-stone-800\/45 {
    border-bottom-color: rgb(41 37 36 / 0.45);
  }

  .\32xl\:border-b-stone-800\/5 {
    border-bottom-color: rgb(41 37 36 / 0.05);
  }

  .\32xl\:border-b-stone-800\/50 {
    border-bottom-color: rgb(41 37 36 / 0.5);
  }

  .\32xl\:border-b-stone-800\/55 {
    border-bottom-color: rgb(41 37 36 / 0.55);
  }

  .\32xl\:border-b-stone-800\/60 {
    border-bottom-color: rgb(41 37 36 / 0.6);
  }

  .\32xl\:border-b-stone-800\/65 {
    border-bottom-color: rgb(41 37 36 / 0.65);
  }

  .\32xl\:border-b-stone-800\/70 {
    border-bottom-color: rgb(41 37 36 / 0.7);
  }

  .\32xl\:border-b-stone-800\/75 {
    border-bottom-color: rgb(41 37 36 / 0.75);
  }

  .\32xl\:border-b-stone-800\/80 {
    border-bottom-color: rgb(41 37 36 / 0.8);
  }

  .\32xl\:border-b-stone-800\/85 {
    border-bottom-color: rgb(41 37 36 / 0.85);
  }

  .\32xl\:border-b-stone-800\/90 {
    border-bottom-color: rgb(41 37 36 / 0.9);
  }

  .\32xl\:border-b-stone-800\/95 {
    border-bottom-color: rgb(41 37 36 / 0.95);
  }

  .\32xl\:border-b-stone-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-900\/0 {
    border-bottom-color: rgb(28 25 23 / 0);
  }

  .\32xl\:border-b-stone-900\/10 {
    border-bottom-color: rgb(28 25 23 / 0.1);
  }

  .\32xl\:border-b-stone-900\/100 {
    border-bottom-color: rgb(28 25 23 / 1);
  }

  .\32xl\:border-b-stone-900\/15 {
    border-bottom-color: rgb(28 25 23 / 0.15);
  }

  .\32xl\:border-b-stone-900\/20 {
    border-bottom-color: rgb(28 25 23 / 0.2);
  }

  .\32xl\:border-b-stone-900\/25 {
    border-bottom-color: rgb(28 25 23 / 0.25);
  }

  .\32xl\:border-b-stone-900\/30 {
    border-bottom-color: rgb(28 25 23 / 0.3);
  }

  .\32xl\:border-b-stone-900\/35 {
    border-bottom-color: rgb(28 25 23 / 0.35);
  }

  .\32xl\:border-b-stone-900\/40 {
    border-bottom-color: rgb(28 25 23 / 0.4);
  }

  .\32xl\:border-b-stone-900\/45 {
    border-bottom-color: rgb(28 25 23 / 0.45);
  }

  .\32xl\:border-b-stone-900\/5 {
    border-bottom-color: rgb(28 25 23 / 0.05);
  }

  .\32xl\:border-b-stone-900\/50 {
    border-bottom-color: rgb(28 25 23 / 0.5);
  }

  .\32xl\:border-b-stone-900\/55 {
    border-bottom-color: rgb(28 25 23 / 0.55);
  }

  .\32xl\:border-b-stone-900\/60 {
    border-bottom-color: rgb(28 25 23 / 0.6);
  }

  .\32xl\:border-b-stone-900\/65 {
    border-bottom-color: rgb(28 25 23 / 0.65);
  }

  .\32xl\:border-b-stone-900\/70 {
    border-bottom-color: rgb(28 25 23 / 0.7);
  }

  .\32xl\:border-b-stone-900\/75 {
    border-bottom-color: rgb(28 25 23 / 0.75);
  }

  .\32xl\:border-b-stone-900\/80 {
    border-bottom-color: rgb(28 25 23 / 0.8);
  }

  .\32xl\:border-b-stone-900\/85 {
    border-bottom-color: rgb(28 25 23 / 0.85);
  }

  .\32xl\:border-b-stone-900\/90 {
    border-bottom-color: rgb(28 25 23 / 0.9);
  }

  .\32xl\:border-b-stone-900\/95 {
    border-bottom-color: rgb(28 25 23 / 0.95);
  }

  .\32xl\:border-b-stone-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-stone-950\/0 {
    border-bottom-color: rgb(12 10 9 / 0);
  }

  .\32xl\:border-b-stone-950\/10 {
    border-bottom-color: rgb(12 10 9 / 0.1);
  }

  .\32xl\:border-b-stone-950\/100 {
    border-bottom-color: rgb(12 10 9 / 1);
  }

  .\32xl\:border-b-stone-950\/15 {
    border-bottom-color: rgb(12 10 9 / 0.15);
  }

  .\32xl\:border-b-stone-950\/20 {
    border-bottom-color: rgb(12 10 9 / 0.2);
  }

  .\32xl\:border-b-stone-950\/25 {
    border-bottom-color: rgb(12 10 9 / 0.25);
  }

  .\32xl\:border-b-stone-950\/30 {
    border-bottom-color: rgb(12 10 9 / 0.3);
  }

  .\32xl\:border-b-stone-950\/35 {
    border-bottom-color: rgb(12 10 9 / 0.35);
  }

  .\32xl\:border-b-stone-950\/40 {
    border-bottom-color: rgb(12 10 9 / 0.4);
  }

  .\32xl\:border-b-stone-950\/45 {
    border-bottom-color: rgb(12 10 9 / 0.45);
  }

  .\32xl\:border-b-stone-950\/5 {
    border-bottom-color: rgb(12 10 9 / 0.05);
  }

  .\32xl\:border-b-stone-950\/50 {
    border-bottom-color: rgb(12 10 9 / 0.5);
  }

  .\32xl\:border-b-stone-950\/55 {
    border-bottom-color: rgb(12 10 9 / 0.55);
  }

  .\32xl\:border-b-stone-950\/60 {
    border-bottom-color: rgb(12 10 9 / 0.6);
  }

  .\32xl\:border-b-stone-950\/65 {
    border-bottom-color: rgb(12 10 9 / 0.65);
  }

  .\32xl\:border-b-stone-950\/70 {
    border-bottom-color: rgb(12 10 9 / 0.7);
  }

  .\32xl\:border-b-stone-950\/75 {
    border-bottom-color: rgb(12 10 9 / 0.75);
  }

  .\32xl\:border-b-stone-950\/80 {
    border-bottom-color: rgb(12 10 9 / 0.8);
  }

  .\32xl\:border-b-stone-950\/85 {
    border-bottom-color: rgb(12 10 9 / 0.85);
  }

  .\32xl\:border-b-stone-950\/90 {
    border-bottom-color: rgb(12 10 9 / 0.9);
  }

  .\32xl\:border-b-stone-950\/95 {
    border-bottom-color: rgb(12 10 9 / 0.95);
  }

  .\32xl\:border-b-supporting {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-supporting-foreground {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-supporting-foreground\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-b-supporting-foreground\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-b-supporting-foreground\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-b-supporting-foreground\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-b-supporting-foreground\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-b-supporting-foreground\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-b-supporting-foreground\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-b-supporting-foreground\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-b-supporting-foreground\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-b-supporting-foreground\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-b-supporting-foreground\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-b-supporting-foreground\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-b-supporting-foreground\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-b-supporting-foreground\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-b-supporting-foreground\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-b-supporting-foreground\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-b-supporting-foreground\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-b-supporting-foreground\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-b-supporting-foreground\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-b-supporting-foreground\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-b-supporting-foreground\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-b-supporting\/0 {
    border-bottom-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-b-supporting\/10 {
    border-bottom-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-b-supporting\/100 {
    border-bottom-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-b-supporting\/15 {
    border-bottom-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-b-supporting\/20 {
    border-bottom-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-b-supporting\/25 {
    border-bottom-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-b-supporting\/30 {
    border-bottom-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-b-supporting\/35 {
    border-bottom-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-b-supporting\/40 {
    border-bottom-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-b-supporting\/45 {
    border-bottom-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-b-supporting\/5 {
    border-bottom-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-b-supporting\/50 {
    border-bottom-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-b-supporting\/55 {
    border-bottom-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-b-supporting\/60 {
    border-bottom-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-b-supporting\/65 {
    border-bottom-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-b-supporting\/70 {
    border-bottom-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-b-supporting\/75 {
    border-bottom-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-b-supporting\/80 {
    border-bottom-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-b-supporting\/85 {
    border-bottom-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-b-supporting\/90 {
    border-bottom-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-b-supporting\/95 {
    border-bottom-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-b-teal-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-100\/0 {
    border-bottom-color: rgb(204 251 241 / 0);
  }

  .\32xl\:border-b-teal-100\/10 {
    border-bottom-color: rgb(204 251 241 / 0.1);
  }

  .\32xl\:border-b-teal-100\/100 {
    border-bottom-color: rgb(204 251 241 / 1);
  }

  .\32xl\:border-b-teal-100\/15 {
    border-bottom-color: rgb(204 251 241 / 0.15);
  }

  .\32xl\:border-b-teal-100\/20 {
    border-bottom-color: rgb(204 251 241 / 0.2);
  }

  .\32xl\:border-b-teal-100\/25 {
    border-bottom-color: rgb(204 251 241 / 0.25);
  }

  .\32xl\:border-b-teal-100\/30 {
    border-bottom-color: rgb(204 251 241 / 0.3);
  }

  .\32xl\:border-b-teal-100\/35 {
    border-bottom-color: rgb(204 251 241 / 0.35);
  }

  .\32xl\:border-b-teal-100\/40 {
    border-bottom-color: rgb(204 251 241 / 0.4);
  }

  .\32xl\:border-b-teal-100\/45 {
    border-bottom-color: rgb(204 251 241 / 0.45);
  }

  .\32xl\:border-b-teal-100\/5 {
    border-bottom-color: rgb(204 251 241 / 0.05);
  }

  .\32xl\:border-b-teal-100\/50 {
    border-bottom-color: rgb(204 251 241 / 0.5);
  }

  .\32xl\:border-b-teal-100\/55 {
    border-bottom-color: rgb(204 251 241 / 0.55);
  }

  .\32xl\:border-b-teal-100\/60 {
    border-bottom-color: rgb(204 251 241 / 0.6);
  }

  .\32xl\:border-b-teal-100\/65 {
    border-bottom-color: rgb(204 251 241 / 0.65);
  }

  .\32xl\:border-b-teal-100\/70 {
    border-bottom-color: rgb(204 251 241 / 0.7);
  }

  .\32xl\:border-b-teal-100\/75 {
    border-bottom-color: rgb(204 251 241 / 0.75);
  }

  .\32xl\:border-b-teal-100\/80 {
    border-bottom-color: rgb(204 251 241 / 0.8);
  }

  .\32xl\:border-b-teal-100\/85 {
    border-bottom-color: rgb(204 251 241 / 0.85);
  }

  .\32xl\:border-b-teal-100\/90 {
    border-bottom-color: rgb(204 251 241 / 0.9);
  }

  .\32xl\:border-b-teal-100\/95 {
    border-bottom-color: rgb(204 251 241 / 0.95);
  }

  .\32xl\:border-b-teal-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-200\/0 {
    border-bottom-color: rgb(153 246 228 / 0);
  }

  .\32xl\:border-b-teal-200\/10 {
    border-bottom-color: rgb(153 246 228 / 0.1);
  }

  .\32xl\:border-b-teal-200\/100 {
    border-bottom-color: rgb(153 246 228 / 1);
  }

  .\32xl\:border-b-teal-200\/15 {
    border-bottom-color: rgb(153 246 228 / 0.15);
  }

  .\32xl\:border-b-teal-200\/20 {
    border-bottom-color: rgb(153 246 228 / 0.2);
  }

  .\32xl\:border-b-teal-200\/25 {
    border-bottom-color: rgb(153 246 228 / 0.25);
  }

  .\32xl\:border-b-teal-200\/30 {
    border-bottom-color: rgb(153 246 228 / 0.3);
  }

  .\32xl\:border-b-teal-200\/35 {
    border-bottom-color: rgb(153 246 228 / 0.35);
  }

  .\32xl\:border-b-teal-200\/40 {
    border-bottom-color: rgb(153 246 228 / 0.4);
  }

  .\32xl\:border-b-teal-200\/45 {
    border-bottom-color: rgb(153 246 228 / 0.45);
  }

  .\32xl\:border-b-teal-200\/5 {
    border-bottom-color: rgb(153 246 228 / 0.05);
  }

  .\32xl\:border-b-teal-200\/50 {
    border-bottom-color: rgb(153 246 228 / 0.5);
  }

  .\32xl\:border-b-teal-200\/55 {
    border-bottom-color: rgb(153 246 228 / 0.55);
  }

  .\32xl\:border-b-teal-200\/60 {
    border-bottom-color: rgb(153 246 228 / 0.6);
  }

  .\32xl\:border-b-teal-200\/65 {
    border-bottom-color: rgb(153 246 228 / 0.65);
  }

  .\32xl\:border-b-teal-200\/70 {
    border-bottom-color: rgb(153 246 228 / 0.7);
  }

  .\32xl\:border-b-teal-200\/75 {
    border-bottom-color: rgb(153 246 228 / 0.75);
  }

  .\32xl\:border-b-teal-200\/80 {
    border-bottom-color: rgb(153 246 228 / 0.8);
  }

  .\32xl\:border-b-teal-200\/85 {
    border-bottom-color: rgb(153 246 228 / 0.85);
  }

  .\32xl\:border-b-teal-200\/90 {
    border-bottom-color: rgb(153 246 228 / 0.9);
  }

  .\32xl\:border-b-teal-200\/95 {
    border-bottom-color: rgb(153 246 228 / 0.95);
  }

  .\32xl\:border-b-teal-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-300\/0 {
    border-bottom-color: rgb(94 234 212 / 0);
  }

  .\32xl\:border-b-teal-300\/10 {
    border-bottom-color: rgb(94 234 212 / 0.1);
  }

  .\32xl\:border-b-teal-300\/100 {
    border-bottom-color: rgb(94 234 212 / 1);
  }

  .\32xl\:border-b-teal-300\/15 {
    border-bottom-color: rgb(94 234 212 / 0.15);
  }

  .\32xl\:border-b-teal-300\/20 {
    border-bottom-color: rgb(94 234 212 / 0.2);
  }

  .\32xl\:border-b-teal-300\/25 {
    border-bottom-color: rgb(94 234 212 / 0.25);
  }

  .\32xl\:border-b-teal-300\/30 {
    border-bottom-color: rgb(94 234 212 / 0.3);
  }

  .\32xl\:border-b-teal-300\/35 {
    border-bottom-color: rgb(94 234 212 / 0.35);
  }

  .\32xl\:border-b-teal-300\/40 {
    border-bottom-color: rgb(94 234 212 / 0.4);
  }

  .\32xl\:border-b-teal-300\/45 {
    border-bottom-color: rgb(94 234 212 / 0.45);
  }

  .\32xl\:border-b-teal-300\/5 {
    border-bottom-color: rgb(94 234 212 / 0.05);
  }

  .\32xl\:border-b-teal-300\/50 {
    border-bottom-color: rgb(94 234 212 / 0.5);
  }

  .\32xl\:border-b-teal-300\/55 {
    border-bottom-color: rgb(94 234 212 / 0.55);
  }

  .\32xl\:border-b-teal-300\/60 {
    border-bottom-color: rgb(94 234 212 / 0.6);
  }

  .\32xl\:border-b-teal-300\/65 {
    border-bottom-color: rgb(94 234 212 / 0.65);
  }

  .\32xl\:border-b-teal-300\/70 {
    border-bottom-color: rgb(94 234 212 / 0.7);
  }

  .\32xl\:border-b-teal-300\/75 {
    border-bottom-color: rgb(94 234 212 / 0.75);
  }

  .\32xl\:border-b-teal-300\/80 {
    border-bottom-color: rgb(94 234 212 / 0.8);
  }

  .\32xl\:border-b-teal-300\/85 {
    border-bottom-color: rgb(94 234 212 / 0.85);
  }

  .\32xl\:border-b-teal-300\/90 {
    border-bottom-color: rgb(94 234 212 / 0.9);
  }

  .\32xl\:border-b-teal-300\/95 {
    border-bottom-color: rgb(94 234 212 / 0.95);
  }

  .\32xl\:border-b-teal-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-400\/0 {
    border-bottom-color: rgb(45 212 191 / 0);
  }

  .\32xl\:border-b-teal-400\/10 {
    border-bottom-color: rgb(45 212 191 / 0.1);
  }

  .\32xl\:border-b-teal-400\/100 {
    border-bottom-color: rgb(45 212 191 / 1);
  }

  .\32xl\:border-b-teal-400\/15 {
    border-bottom-color: rgb(45 212 191 / 0.15);
  }

  .\32xl\:border-b-teal-400\/20 {
    border-bottom-color: rgb(45 212 191 / 0.2);
  }

  .\32xl\:border-b-teal-400\/25 {
    border-bottom-color: rgb(45 212 191 / 0.25);
  }

  .\32xl\:border-b-teal-400\/30 {
    border-bottom-color: rgb(45 212 191 / 0.3);
  }

  .\32xl\:border-b-teal-400\/35 {
    border-bottom-color: rgb(45 212 191 / 0.35);
  }

  .\32xl\:border-b-teal-400\/40 {
    border-bottom-color: rgb(45 212 191 / 0.4);
  }

  .\32xl\:border-b-teal-400\/45 {
    border-bottom-color: rgb(45 212 191 / 0.45);
  }

  .\32xl\:border-b-teal-400\/5 {
    border-bottom-color: rgb(45 212 191 / 0.05);
  }

  .\32xl\:border-b-teal-400\/50 {
    border-bottom-color: rgb(45 212 191 / 0.5);
  }

  .\32xl\:border-b-teal-400\/55 {
    border-bottom-color: rgb(45 212 191 / 0.55);
  }

  .\32xl\:border-b-teal-400\/60 {
    border-bottom-color: rgb(45 212 191 / 0.6);
  }

  .\32xl\:border-b-teal-400\/65 {
    border-bottom-color: rgb(45 212 191 / 0.65);
  }

  .\32xl\:border-b-teal-400\/70 {
    border-bottom-color: rgb(45 212 191 / 0.7);
  }

  .\32xl\:border-b-teal-400\/75 {
    border-bottom-color: rgb(45 212 191 / 0.75);
  }

  .\32xl\:border-b-teal-400\/80 {
    border-bottom-color: rgb(45 212 191 / 0.8);
  }

  .\32xl\:border-b-teal-400\/85 {
    border-bottom-color: rgb(45 212 191 / 0.85);
  }

  .\32xl\:border-b-teal-400\/90 {
    border-bottom-color: rgb(45 212 191 / 0.9);
  }

  .\32xl\:border-b-teal-400\/95 {
    border-bottom-color: rgb(45 212 191 / 0.95);
  }

  .\32xl\:border-b-teal-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-50\/0 {
    border-bottom-color: rgb(240 253 250 / 0);
  }

  .\32xl\:border-b-teal-50\/10 {
    border-bottom-color: rgb(240 253 250 / 0.1);
  }

  .\32xl\:border-b-teal-50\/100 {
    border-bottom-color: rgb(240 253 250 / 1);
  }

  .\32xl\:border-b-teal-50\/15 {
    border-bottom-color: rgb(240 253 250 / 0.15);
  }

  .\32xl\:border-b-teal-50\/20 {
    border-bottom-color: rgb(240 253 250 / 0.2);
  }

  .\32xl\:border-b-teal-50\/25 {
    border-bottom-color: rgb(240 253 250 / 0.25);
  }

  .\32xl\:border-b-teal-50\/30 {
    border-bottom-color: rgb(240 253 250 / 0.3);
  }

  .\32xl\:border-b-teal-50\/35 {
    border-bottom-color: rgb(240 253 250 / 0.35);
  }

  .\32xl\:border-b-teal-50\/40 {
    border-bottom-color: rgb(240 253 250 / 0.4);
  }

  .\32xl\:border-b-teal-50\/45 {
    border-bottom-color: rgb(240 253 250 / 0.45);
  }

  .\32xl\:border-b-teal-50\/5 {
    border-bottom-color: rgb(240 253 250 / 0.05);
  }

  .\32xl\:border-b-teal-50\/50 {
    border-bottom-color: rgb(240 253 250 / 0.5);
  }

  .\32xl\:border-b-teal-50\/55 {
    border-bottom-color: rgb(240 253 250 / 0.55);
  }

  .\32xl\:border-b-teal-50\/60 {
    border-bottom-color: rgb(240 253 250 / 0.6);
  }

  .\32xl\:border-b-teal-50\/65 {
    border-bottom-color: rgb(240 253 250 / 0.65);
  }

  .\32xl\:border-b-teal-50\/70 {
    border-bottom-color: rgb(240 253 250 / 0.7);
  }

  .\32xl\:border-b-teal-50\/75 {
    border-bottom-color: rgb(240 253 250 / 0.75);
  }

  .\32xl\:border-b-teal-50\/80 {
    border-bottom-color: rgb(240 253 250 / 0.8);
  }

  .\32xl\:border-b-teal-50\/85 {
    border-bottom-color: rgb(240 253 250 / 0.85);
  }

  .\32xl\:border-b-teal-50\/90 {
    border-bottom-color: rgb(240 253 250 / 0.9);
  }

  .\32xl\:border-b-teal-50\/95 {
    border-bottom-color: rgb(240 253 250 / 0.95);
  }

  .\32xl\:border-b-teal-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-500\/0 {
    border-bottom-color: rgb(20 184 166 / 0);
  }

  .\32xl\:border-b-teal-500\/10 {
    border-bottom-color: rgb(20 184 166 / 0.1);
  }

  .\32xl\:border-b-teal-500\/100 {
    border-bottom-color: rgb(20 184 166 / 1);
  }

  .\32xl\:border-b-teal-500\/15 {
    border-bottom-color: rgb(20 184 166 / 0.15);
  }

  .\32xl\:border-b-teal-500\/20 {
    border-bottom-color: rgb(20 184 166 / 0.2);
  }

  .\32xl\:border-b-teal-500\/25 {
    border-bottom-color: rgb(20 184 166 / 0.25);
  }

  .\32xl\:border-b-teal-500\/30 {
    border-bottom-color: rgb(20 184 166 / 0.3);
  }

  .\32xl\:border-b-teal-500\/35 {
    border-bottom-color: rgb(20 184 166 / 0.35);
  }

  .\32xl\:border-b-teal-500\/40 {
    border-bottom-color: rgb(20 184 166 / 0.4);
  }

  .\32xl\:border-b-teal-500\/45 {
    border-bottom-color: rgb(20 184 166 / 0.45);
  }

  .\32xl\:border-b-teal-500\/5 {
    border-bottom-color: rgb(20 184 166 / 0.05);
  }

  .\32xl\:border-b-teal-500\/50 {
    border-bottom-color: rgb(20 184 166 / 0.5);
  }

  .\32xl\:border-b-teal-500\/55 {
    border-bottom-color: rgb(20 184 166 / 0.55);
  }

  .\32xl\:border-b-teal-500\/60 {
    border-bottom-color: rgb(20 184 166 / 0.6);
  }

  .\32xl\:border-b-teal-500\/65 {
    border-bottom-color: rgb(20 184 166 / 0.65);
  }

  .\32xl\:border-b-teal-500\/70 {
    border-bottom-color: rgb(20 184 166 / 0.7);
  }

  .\32xl\:border-b-teal-500\/75 {
    border-bottom-color: rgb(20 184 166 / 0.75);
  }

  .\32xl\:border-b-teal-500\/80 {
    border-bottom-color: rgb(20 184 166 / 0.8);
  }

  .\32xl\:border-b-teal-500\/85 {
    border-bottom-color: rgb(20 184 166 / 0.85);
  }

  .\32xl\:border-b-teal-500\/90 {
    border-bottom-color: rgb(20 184 166 / 0.9);
  }

  .\32xl\:border-b-teal-500\/95 {
    border-bottom-color: rgb(20 184 166 / 0.95);
  }

  .\32xl\:border-b-teal-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-600\/0 {
    border-bottom-color: rgb(13 148 136 / 0);
  }

  .\32xl\:border-b-teal-600\/10 {
    border-bottom-color: rgb(13 148 136 / 0.1);
  }

  .\32xl\:border-b-teal-600\/100 {
    border-bottom-color: rgb(13 148 136 / 1);
  }

  .\32xl\:border-b-teal-600\/15 {
    border-bottom-color: rgb(13 148 136 / 0.15);
  }

  .\32xl\:border-b-teal-600\/20 {
    border-bottom-color: rgb(13 148 136 / 0.2);
  }

  .\32xl\:border-b-teal-600\/25 {
    border-bottom-color: rgb(13 148 136 / 0.25);
  }

  .\32xl\:border-b-teal-600\/30 {
    border-bottom-color: rgb(13 148 136 / 0.3);
  }

  .\32xl\:border-b-teal-600\/35 {
    border-bottom-color: rgb(13 148 136 / 0.35);
  }

  .\32xl\:border-b-teal-600\/40 {
    border-bottom-color: rgb(13 148 136 / 0.4);
  }

  .\32xl\:border-b-teal-600\/45 {
    border-bottom-color: rgb(13 148 136 / 0.45);
  }

  .\32xl\:border-b-teal-600\/5 {
    border-bottom-color: rgb(13 148 136 / 0.05);
  }

  .\32xl\:border-b-teal-600\/50 {
    border-bottom-color: rgb(13 148 136 / 0.5);
  }

  .\32xl\:border-b-teal-600\/55 {
    border-bottom-color: rgb(13 148 136 / 0.55);
  }

  .\32xl\:border-b-teal-600\/60 {
    border-bottom-color: rgb(13 148 136 / 0.6);
  }

  .\32xl\:border-b-teal-600\/65 {
    border-bottom-color: rgb(13 148 136 / 0.65);
  }

  .\32xl\:border-b-teal-600\/70 {
    border-bottom-color: rgb(13 148 136 / 0.7);
  }

  .\32xl\:border-b-teal-600\/75 {
    border-bottom-color: rgb(13 148 136 / 0.75);
  }

  .\32xl\:border-b-teal-600\/80 {
    border-bottom-color: rgb(13 148 136 / 0.8);
  }

  .\32xl\:border-b-teal-600\/85 {
    border-bottom-color: rgb(13 148 136 / 0.85);
  }

  .\32xl\:border-b-teal-600\/90 {
    border-bottom-color: rgb(13 148 136 / 0.9);
  }

  .\32xl\:border-b-teal-600\/95 {
    border-bottom-color: rgb(13 148 136 / 0.95);
  }

  .\32xl\:border-b-teal-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-700\/0 {
    border-bottom-color: rgb(15 118 110 / 0);
  }

  .\32xl\:border-b-teal-700\/10 {
    border-bottom-color: rgb(15 118 110 / 0.1);
  }

  .\32xl\:border-b-teal-700\/100 {
    border-bottom-color: rgb(15 118 110 / 1);
  }

  .\32xl\:border-b-teal-700\/15 {
    border-bottom-color: rgb(15 118 110 / 0.15);
  }

  .\32xl\:border-b-teal-700\/20 {
    border-bottom-color: rgb(15 118 110 / 0.2);
  }

  .\32xl\:border-b-teal-700\/25 {
    border-bottom-color: rgb(15 118 110 / 0.25);
  }

  .\32xl\:border-b-teal-700\/30 {
    border-bottom-color: rgb(15 118 110 / 0.3);
  }

  .\32xl\:border-b-teal-700\/35 {
    border-bottom-color: rgb(15 118 110 / 0.35);
  }

  .\32xl\:border-b-teal-700\/40 {
    border-bottom-color: rgb(15 118 110 / 0.4);
  }

  .\32xl\:border-b-teal-700\/45 {
    border-bottom-color: rgb(15 118 110 / 0.45);
  }

  .\32xl\:border-b-teal-700\/5 {
    border-bottom-color: rgb(15 118 110 / 0.05);
  }

  .\32xl\:border-b-teal-700\/50 {
    border-bottom-color: rgb(15 118 110 / 0.5);
  }

  .\32xl\:border-b-teal-700\/55 {
    border-bottom-color: rgb(15 118 110 / 0.55);
  }

  .\32xl\:border-b-teal-700\/60 {
    border-bottom-color: rgb(15 118 110 / 0.6);
  }

  .\32xl\:border-b-teal-700\/65 {
    border-bottom-color: rgb(15 118 110 / 0.65);
  }

  .\32xl\:border-b-teal-700\/70 {
    border-bottom-color: rgb(15 118 110 / 0.7);
  }

  .\32xl\:border-b-teal-700\/75 {
    border-bottom-color: rgb(15 118 110 / 0.75);
  }

  .\32xl\:border-b-teal-700\/80 {
    border-bottom-color: rgb(15 118 110 / 0.8);
  }

  .\32xl\:border-b-teal-700\/85 {
    border-bottom-color: rgb(15 118 110 / 0.85);
  }

  .\32xl\:border-b-teal-700\/90 {
    border-bottom-color: rgb(15 118 110 / 0.9);
  }

  .\32xl\:border-b-teal-700\/95 {
    border-bottom-color: rgb(15 118 110 / 0.95);
  }

  .\32xl\:border-b-teal-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-800\/0 {
    border-bottom-color: rgb(17 94 89 / 0);
  }

  .\32xl\:border-b-teal-800\/10 {
    border-bottom-color: rgb(17 94 89 / 0.1);
  }

  .\32xl\:border-b-teal-800\/100 {
    border-bottom-color: rgb(17 94 89 / 1);
  }

  .\32xl\:border-b-teal-800\/15 {
    border-bottom-color: rgb(17 94 89 / 0.15);
  }

  .\32xl\:border-b-teal-800\/20 {
    border-bottom-color: rgb(17 94 89 / 0.2);
  }

  .\32xl\:border-b-teal-800\/25 {
    border-bottom-color: rgb(17 94 89 / 0.25);
  }

  .\32xl\:border-b-teal-800\/30 {
    border-bottom-color: rgb(17 94 89 / 0.3);
  }

  .\32xl\:border-b-teal-800\/35 {
    border-bottom-color: rgb(17 94 89 / 0.35);
  }

  .\32xl\:border-b-teal-800\/40 {
    border-bottom-color: rgb(17 94 89 / 0.4);
  }

  .\32xl\:border-b-teal-800\/45 {
    border-bottom-color: rgb(17 94 89 / 0.45);
  }

  .\32xl\:border-b-teal-800\/5 {
    border-bottom-color: rgb(17 94 89 / 0.05);
  }

  .\32xl\:border-b-teal-800\/50 {
    border-bottom-color: rgb(17 94 89 / 0.5);
  }

  .\32xl\:border-b-teal-800\/55 {
    border-bottom-color: rgb(17 94 89 / 0.55);
  }

  .\32xl\:border-b-teal-800\/60 {
    border-bottom-color: rgb(17 94 89 / 0.6);
  }

  .\32xl\:border-b-teal-800\/65 {
    border-bottom-color: rgb(17 94 89 / 0.65);
  }

  .\32xl\:border-b-teal-800\/70 {
    border-bottom-color: rgb(17 94 89 / 0.7);
  }

  .\32xl\:border-b-teal-800\/75 {
    border-bottom-color: rgb(17 94 89 / 0.75);
  }

  .\32xl\:border-b-teal-800\/80 {
    border-bottom-color: rgb(17 94 89 / 0.8);
  }

  .\32xl\:border-b-teal-800\/85 {
    border-bottom-color: rgb(17 94 89 / 0.85);
  }

  .\32xl\:border-b-teal-800\/90 {
    border-bottom-color: rgb(17 94 89 / 0.9);
  }

  .\32xl\:border-b-teal-800\/95 {
    border-bottom-color: rgb(17 94 89 / 0.95);
  }

  .\32xl\:border-b-teal-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-900\/0 {
    border-bottom-color: rgb(19 78 74 / 0);
  }

  .\32xl\:border-b-teal-900\/10 {
    border-bottom-color: rgb(19 78 74 / 0.1);
  }

  .\32xl\:border-b-teal-900\/100 {
    border-bottom-color: rgb(19 78 74 / 1);
  }

  .\32xl\:border-b-teal-900\/15 {
    border-bottom-color: rgb(19 78 74 / 0.15);
  }

  .\32xl\:border-b-teal-900\/20 {
    border-bottom-color: rgb(19 78 74 / 0.2);
  }

  .\32xl\:border-b-teal-900\/25 {
    border-bottom-color: rgb(19 78 74 / 0.25);
  }

  .\32xl\:border-b-teal-900\/30 {
    border-bottom-color: rgb(19 78 74 / 0.3);
  }

  .\32xl\:border-b-teal-900\/35 {
    border-bottom-color: rgb(19 78 74 / 0.35);
  }

  .\32xl\:border-b-teal-900\/40 {
    border-bottom-color: rgb(19 78 74 / 0.4);
  }

  .\32xl\:border-b-teal-900\/45 {
    border-bottom-color: rgb(19 78 74 / 0.45);
  }

  .\32xl\:border-b-teal-900\/5 {
    border-bottom-color: rgb(19 78 74 / 0.05);
  }

  .\32xl\:border-b-teal-900\/50 {
    border-bottom-color: rgb(19 78 74 / 0.5);
  }

  .\32xl\:border-b-teal-900\/55 {
    border-bottom-color: rgb(19 78 74 / 0.55);
  }

  .\32xl\:border-b-teal-900\/60 {
    border-bottom-color: rgb(19 78 74 / 0.6);
  }

  .\32xl\:border-b-teal-900\/65 {
    border-bottom-color: rgb(19 78 74 / 0.65);
  }

  .\32xl\:border-b-teal-900\/70 {
    border-bottom-color: rgb(19 78 74 / 0.7);
  }

  .\32xl\:border-b-teal-900\/75 {
    border-bottom-color: rgb(19 78 74 / 0.75);
  }

  .\32xl\:border-b-teal-900\/80 {
    border-bottom-color: rgb(19 78 74 / 0.8);
  }

  .\32xl\:border-b-teal-900\/85 {
    border-bottom-color: rgb(19 78 74 / 0.85);
  }

  .\32xl\:border-b-teal-900\/90 {
    border-bottom-color: rgb(19 78 74 / 0.9);
  }

  .\32xl\:border-b-teal-900\/95 {
    border-bottom-color: rgb(19 78 74 / 0.95);
  }

  .\32xl\:border-b-teal-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-teal-950\/0 {
    border-bottom-color: rgb(4 47 46 / 0);
  }

  .\32xl\:border-b-teal-950\/10 {
    border-bottom-color: rgb(4 47 46 / 0.1);
  }

  .\32xl\:border-b-teal-950\/100 {
    border-bottom-color: rgb(4 47 46 / 1);
  }

  .\32xl\:border-b-teal-950\/15 {
    border-bottom-color: rgb(4 47 46 / 0.15);
  }

  .\32xl\:border-b-teal-950\/20 {
    border-bottom-color: rgb(4 47 46 / 0.2);
  }

  .\32xl\:border-b-teal-950\/25 {
    border-bottom-color: rgb(4 47 46 / 0.25);
  }

  .\32xl\:border-b-teal-950\/30 {
    border-bottom-color: rgb(4 47 46 / 0.3);
  }

  .\32xl\:border-b-teal-950\/35 {
    border-bottom-color: rgb(4 47 46 / 0.35);
  }

  .\32xl\:border-b-teal-950\/40 {
    border-bottom-color: rgb(4 47 46 / 0.4);
  }

  .\32xl\:border-b-teal-950\/45 {
    border-bottom-color: rgb(4 47 46 / 0.45);
  }

  .\32xl\:border-b-teal-950\/5 {
    border-bottom-color: rgb(4 47 46 / 0.05);
  }

  .\32xl\:border-b-teal-950\/50 {
    border-bottom-color: rgb(4 47 46 / 0.5);
  }

  .\32xl\:border-b-teal-950\/55 {
    border-bottom-color: rgb(4 47 46 / 0.55);
  }

  .\32xl\:border-b-teal-950\/60 {
    border-bottom-color: rgb(4 47 46 / 0.6);
  }

  .\32xl\:border-b-teal-950\/65 {
    border-bottom-color: rgb(4 47 46 / 0.65);
  }

  .\32xl\:border-b-teal-950\/70 {
    border-bottom-color: rgb(4 47 46 / 0.7);
  }

  .\32xl\:border-b-teal-950\/75 {
    border-bottom-color: rgb(4 47 46 / 0.75);
  }

  .\32xl\:border-b-teal-950\/80 {
    border-bottom-color: rgb(4 47 46 / 0.8);
  }

  .\32xl\:border-b-teal-950\/85 {
    border-bottom-color: rgb(4 47 46 / 0.85);
  }

  .\32xl\:border-b-teal-950\/90 {
    border-bottom-color: rgb(4 47 46 / 0.9);
  }

  .\32xl\:border-b-teal-950\/95 {
    border-bottom-color: rgb(4 47 46 / 0.95);
  }

  .\32xl\:border-b-tertiary {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-tertiary\/0 {
    border-bottom-color: hsl(var(--tertiary) / 0);
  }

  .\32xl\:border-b-tertiary\/10 {
    border-bottom-color: hsl(var(--tertiary) / 0.1);
  }

  .\32xl\:border-b-tertiary\/100 {
    border-bottom-color: hsl(var(--tertiary) / 1);
  }

  .\32xl\:border-b-tertiary\/15 {
    border-bottom-color: hsl(var(--tertiary) / 0.15);
  }

  .\32xl\:border-b-tertiary\/20 {
    border-bottom-color: hsl(var(--tertiary) / 0.2);
  }

  .\32xl\:border-b-tertiary\/25 {
    border-bottom-color: hsl(var(--tertiary) / 0.25);
  }

  .\32xl\:border-b-tertiary\/30 {
    border-bottom-color: hsl(var(--tertiary) / 0.3);
  }

  .\32xl\:border-b-tertiary\/35 {
    border-bottom-color: hsl(var(--tertiary) / 0.35);
  }

  .\32xl\:border-b-tertiary\/40 {
    border-bottom-color: hsl(var(--tertiary) / 0.4);
  }

  .\32xl\:border-b-tertiary\/45 {
    border-bottom-color: hsl(var(--tertiary) / 0.45);
  }

  .\32xl\:border-b-tertiary\/5 {
    border-bottom-color: hsl(var(--tertiary) / 0.05);
  }

  .\32xl\:border-b-tertiary\/50 {
    border-bottom-color: hsl(var(--tertiary) / 0.5);
  }

  .\32xl\:border-b-tertiary\/55 {
    border-bottom-color: hsl(var(--tertiary) / 0.55);
  }

  .\32xl\:border-b-tertiary\/60 {
    border-bottom-color: hsl(var(--tertiary) / 0.6);
  }

  .\32xl\:border-b-tertiary\/65 {
    border-bottom-color: hsl(var(--tertiary) / 0.65);
  }

  .\32xl\:border-b-tertiary\/70 {
    border-bottom-color: hsl(var(--tertiary) / 0.7);
  }

  .\32xl\:border-b-tertiary\/75 {
    border-bottom-color: hsl(var(--tertiary) / 0.75);
  }

  .\32xl\:border-b-tertiary\/80 {
    border-bottom-color: hsl(var(--tertiary) / 0.8);
  }

  .\32xl\:border-b-tertiary\/85 {
    border-bottom-color: hsl(var(--tertiary) / 0.85);
  }

  .\32xl\:border-b-tertiary\/90 {
    border-bottom-color: hsl(var(--tertiary) / 0.9);
  }

  .\32xl\:border-b-tertiary\/95 {
    border-bottom-color: hsl(var(--tertiary) / 0.95);
  }

  .\32xl\:border-b-transparent {
    border-bottom-color: transparent;
  }

  .\32xl\:border-b-transparent\/0 {
    border-bottom-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-b-transparent\/10 {
    border-bottom-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-b-transparent\/100 {
    border-bottom-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-b-transparent\/15 {
    border-bottom-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-b-transparent\/20 {
    border-bottom-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-b-transparent\/25 {
    border-bottom-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-b-transparent\/30 {
    border-bottom-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-b-transparent\/35 {
    border-bottom-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-b-transparent\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-b-transparent\/45 {
    border-bottom-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-b-transparent\/5 {
    border-bottom-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-b-transparent\/50 {
    border-bottom-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-b-transparent\/55 {
    border-bottom-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-b-transparent\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-b-transparent\/65 {
    border-bottom-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-b-transparent\/70 {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-b-transparent\/75 {
    border-bottom-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-b-transparent\/80 {
    border-bottom-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-b-transparent\/85 {
    border-bottom-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-b-transparent\/90 {
    border-bottom-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-b-transparent\/95 {
    border-bottom-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-b-violet-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-100\/0 {
    border-bottom-color: rgb(237 233 254 / 0);
  }

  .\32xl\:border-b-violet-100\/10 {
    border-bottom-color: rgb(237 233 254 / 0.1);
  }

  .\32xl\:border-b-violet-100\/100 {
    border-bottom-color: rgb(237 233 254 / 1);
  }

  .\32xl\:border-b-violet-100\/15 {
    border-bottom-color: rgb(237 233 254 / 0.15);
  }

  .\32xl\:border-b-violet-100\/20 {
    border-bottom-color: rgb(237 233 254 / 0.2);
  }

  .\32xl\:border-b-violet-100\/25 {
    border-bottom-color: rgb(237 233 254 / 0.25);
  }

  .\32xl\:border-b-violet-100\/30 {
    border-bottom-color: rgb(237 233 254 / 0.3);
  }

  .\32xl\:border-b-violet-100\/35 {
    border-bottom-color: rgb(237 233 254 / 0.35);
  }

  .\32xl\:border-b-violet-100\/40 {
    border-bottom-color: rgb(237 233 254 / 0.4);
  }

  .\32xl\:border-b-violet-100\/45 {
    border-bottom-color: rgb(237 233 254 / 0.45);
  }

  .\32xl\:border-b-violet-100\/5 {
    border-bottom-color: rgb(237 233 254 / 0.05);
  }

  .\32xl\:border-b-violet-100\/50 {
    border-bottom-color: rgb(237 233 254 / 0.5);
  }

  .\32xl\:border-b-violet-100\/55 {
    border-bottom-color: rgb(237 233 254 / 0.55);
  }

  .\32xl\:border-b-violet-100\/60 {
    border-bottom-color: rgb(237 233 254 / 0.6);
  }

  .\32xl\:border-b-violet-100\/65 {
    border-bottom-color: rgb(237 233 254 / 0.65);
  }

  .\32xl\:border-b-violet-100\/70 {
    border-bottom-color: rgb(237 233 254 / 0.7);
  }

  .\32xl\:border-b-violet-100\/75 {
    border-bottom-color: rgb(237 233 254 / 0.75);
  }

  .\32xl\:border-b-violet-100\/80 {
    border-bottom-color: rgb(237 233 254 / 0.8);
  }

  .\32xl\:border-b-violet-100\/85 {
    border-bottom-color: rgb(237 233 254 / 0.85);
  }

  .\32xl\:border-b-violet-100\/90 {
    border-bottom-color: rgb(237 233 254 / 0.9);
  }

  .\32xl\:border-b-violet-100\/95 {
    border-bottom-color: rgb(237 233 254 / 0.95);
  }

  .\32xl\:border-b-violet-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-200\/0 {
    border-bottom-color: rgb(221 214 254 / 0);
  }

  .\32xl\:border-b-violet-200\/10 {
    border-bottom-color: rgb(221 214 254 / 0.1);
  }

  .\32xl\:border-b-violet-200\/100 {
    border-bottom-color: rgb(221 214 254 / 1);
  }

  .\32xl\:border-b-violet-200\/15 {
    border-bottom-color: rgb(221 214 254 / 0.15);
  }

  .\32xl\:border-b-violet-200\/20 {
    border-bottom-color: rgb(221 214 254 / 0.2);
  }

  .\32xl\:border-b-violet-200\/25 {
    border-bottom-color: rgb(221 214 254 / 0.25);
  }

  .\32xl\:border-b-violet-200\/30 {
    border-bottom-color: rgb(221 214 254 / 0.3);
  }

  .\32xl\:border-b-violet-200\/35 {
    border-bottom-color: rgb(221 214 254 / 0.35);
  }

  .\32xl\:border-b-violet-200\/40 {
    border-bottom-color: rgb(221 214 254 / 0.4);
  }

  .\32xl\:border-b-violet-200\/45 {
    border-bottom-color: rgb(221 214 254 / 0.45);
  }

  .\32xl\:border-b-violet-200\/5 {
    border-bottom-color: rgb(221 214 254 / 0.05);
  }

  .\32xl\:border-b-violet-200\/50 {
    border-bottom-color: rgb(221 214 254 / 0.5);
  }

  .\32xl\:border-b-violet-200\/55 {
    border-bottom-color: rgb(221 214 254 / 0.55);
  }

  .\32xl\:border-b-violet-200\/60 {
    border-bottom-color: rgb(221 214 254 / 0.6);
  }

  .\32xl\:border-b-violet-200\/65 {
    border-bottom-color: rgb(221 214 254 / 0.65);
  }

  .\32xl\:border-b-violet-200\/70 {
    border-bottom-color: rgb(221 214 254 / 0.7);
  }

  .\32xl\:border-b-violet-200\/75 {
    border-bottom-color: rgb(221 214 254 / 0.75);
  }

  .\32xl\:border-b-violet-200\/80 {
    border-bottom-color: rgb(221 214 254 / 0.8);
  }

  .\32xl\:border-b-violet-200\/85 {
    border-bottom-color: rgb(221 214 254 / 0.85);
  }

  .\32xl\:border-b-violet-200\/90 {
    border-bottom-color: rgb(221 214 254 / 0.9);
  }

  .\32xl\:border-b-violet-200\/95 {
    border-bottom-color: rgb(221 214 254 / 0.95);
  }

  .\32xl\:border-b-violet-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-300\/0 {
    border-bottom-color: rgb(196 181 253 / 0);
  }

  .\32xl\:border-b-violet-300\/10 {
    border-bottom-color: rgb(196 181 253 / 0.1);
  }

  .\32xl\:border-b-violet-300\/100 {
    border-bottom-color: rgb(196 181 253 / 1);
  }

  .\32xl\:border-b-violet-300\/15 {
    border-bottom-color: rgb(196 181 253 / 0.15);
  }

  .\32xl\:border-b-violet-300\/20 {
    border-bottom-color: rgb(196 181 253 / 0.2);
  }

  .\32xl\:border-b-violet-300\/25 {
    border-bottom-color: rgb(196 181 253 / 0.25);
  }

  .\32xl\:border-b-violet-300\/30 {
    border-bottom-color: rgb(196 181 253 / 0.3);
  }

  .\32xl\:border-b-violet-300\/35 {
    border-bottom-color: rgb(196 181 253 / 0.35);
  }

  .\32xl\:border-b-violet-300\/40 {
    border-bottom-color: rgb(196 181 253 / 0.4);
  }

  .\32xl\:border-b-violet-300\/45 {
    border-bottom-color: rgb(196 181 253 / 0.45);
  }

  .\32xl\:border-b-violet-300\/5 {
    border-bottom-color: rgb(196 181 253 / 0.05);
  }

  .\32xl\:border-b-violet-300\/50 {
    border-bottom-color: rgb(196 181 253 / 0.5);
  }

  .\32xl\:border-b-violet-300\/55 {
    border-bottom-color: rgb(196 181 253 / 0.55);
  }

  .\32xl\:border-b-violet-300\/60 {
    border-bottom-color: rgb(196 181 253 / 0.6);
  }

  .\32xl\:border-b-violet-300\/65 {
    border-bottom-color: rgb(196 181 253 / 0.65);
  }

  .\32xl\:border-b-violet-300\/70 {
    border-bottom-color: rgb(196 181 253 / 0.7);
  }

  .\32xl\:border-b-violet-300\/75 {
    border-bottom-color: rgb(196 181 253 / 0.75);
  }

  .\32xl\:border-b-violet-300\/80 {
    border-bottom-color: rgb(196 181 253 / 0.8);
  }

  .\32xl\:border-b-violet-300\/85 {
    border-bottom-color: rgb(196 181 253 / 0.85);
  }

  .\32xl\:border-b-violet-300\/90 {
    border-bottom-color: rgb(196 181 253 / 0.9);
  }

  .\32xl\:border-b-violet-300\/95 {
    border-bottom-color: rgb(196 181 253 / 0.95);
  }

  .\32xl\:border-b-violet-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-400\/0 {
    border-bottom-color: rgb(167 139 250 / 0);
  }

  .\32xl\:border-b-violet-400\/10 {
    border-bottom-color: rgb(167 139 250 / 0.1);
  }

  .\32xl\:border-b-violet-400\/100 {
    border-bottom-color: rgb(167 139 250 / 1);
  }

  .\32xl\:border-b-violet-400\/15 {
    border-bottom-color: rgb(167 139 250 / 0.15);
  }

  .\32xl\:border-b-violet-400\/20 {
    border-bottom-color: rgb(167 139 250 / 0.2);
  }

  .\32xl\:border-b-violet-400\/25 {
    border-bottom-color: rgb(167 139 250 / 0.25);
  }

  .\32xl\:border-b-violet-400\/30 {
    border-bottom-color: rgb(167 139 250 / 0.3);
  }

  .\32xl\:border-b-violet-400\/35 {
    border-bottom-color: rgb(167 139 250 / 0.35);
  }

  .\32xl\:border-b-violet-400\/40 {
    border-bottom-color: rgb(167 139 250 / 0.4);
  }

  .\32xl\:border-b-violet-400\/45 {
    border-bottom-color: rgb(167 139 250 / 0.45);
  }

  .\32xl\:border-b-violet-400\/5 {
    border-bottom-color: rgb(167 139 250 / 0.05);
  }

  .\32xl\:border-b-violet-400\/50 {
    border-bottom-color: rgb(167 139 250 / 0.5);
  }

  .\32xl\:border-b-violet-400\/55 {
    border-bottom-color: rgb(167 139 250 / 0.55);
  }

  .\32xl\:border-b-violet-400\/60 {
    border-bottom-color: rgb(167 139 250 / 0.6);
  }

  .\32xl\:border-b-violet-400\/65 {
    border-bottom-color: rgb(167 139 250 / 0.65);
  }

  .\32xl\:border-b-violet-400\/70 {
    border-bottom-color: rgb(167 139 250 / 0.7);
  }

  .\32xl\:border-b-violet-400\/75 {
    border-bottom-color: rgb(167 139 250 / 0.75);
  }

  .\32xl\:border-b-violet-400\/80 {
    border-bottom-color: rgb(167 139 250 / 0.8);
  }

  .\32xl\:border-b-violet-400\/85 {
    border-bottom-color: rgb(167 139 250 / 0.85);
  }

  .\32xl\:border-b-violet-400\/90 {
    border-bottom-color: rgb(167 139 250 / 0.9);
  }

  .\32xl\:border-b-violet-400\/95 {
    border-bottom-color: rgb(167 139 250 / 0.95);
  }

  .\32xl\:border-b-violet-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-50\/0 {
    border-bottom-color: rgb(245 243 255 / 0);
  }

  .\32xl\:border-b-violet-50\/10 {
    border-bottom-color: rgb(245 243 255 / 0.1);
  }

  .\32xl\:border-b-violet-50\/100 {
    border-bottom-color: rgb(245 243 255 / 1);
  }

  .\32xl\:border-b-violet-50\/15 {
    border-bottom-color: rgb(245 243 255 / 0.15);
  }

  .\32xl\:border-b-violet-50\/20 {
    border-bottom-color: rgb(245 243 255 / 0.2);
  }

  .\32xl\:border-b-violet-50\/25 {
    border-bottom-color: rgb(245 243 255 / 0.25);
  }

  .\32xl\:border-b-violet-50\/30 {
    border-bottom-color: rgb(245 243 255 / 0.3);
  }

  .\32xl\:border-b-violet-50\/35 {
    border-bottom-color: rgb(245 243 255 / 0.35);
  }

  .\32xl\:border-b-violet-50\/40 {
    border-bottom-color: rgb(245 243 255 / 0.4);
  }

  .\32xl\:border-b-violet-50\/45 {
    border-bottom-color: rgb(245 243 255 / 0.45);
  }

  .\32xl\:border-b-violet-50\/5 {
    border-bottom-color: rgb(245 243 255 / 0.05);
  }

  .\32xl\:border-b-violet-50\/50 {
    border-bottom-color: rgb(245 243 255 / 0.5);
  }

  .\32xl\:border-b-violet-50\/55 {
    border-bottom-color: rgb(245 243 255 / 0.55);
  }

  .\32xl\:border-b-violet-50\/60 {
    border-bottom-color: rgb(245 243 255 / 0.6);
  }

  .\32xl\:border-b-violet-50\/65 {
    border-bottom-color: rgb(245 243 255 / 0.65);
  }

  .\32xl\:border-b-violet-50\/70 {
    border-bottom-color: rgb(245 243 255 / 0.7);
  }

  .\32xl\:border-b-violet-50\/75 {
    border-bottom-color: rgb(245 243 255 / 0.75);
  }

  .\32xl\:border-b-violet-50\/80 {
    border-bottom-color: rgb(245 243 255 / 0.8);
  }

  .\32xl\:border-b-violet-50\/85 {
    border-bottom-color: rgb(245 243 255 / 0.85);
  }

  .\32xl\:border-b-violet-50\/90 {
    border-bottom-color: rgb(245 243 255 / 0.9);
  }

  .\32xl\:border-b-violet-50\/95 {
    border-bottom-color: rgb(245 243 255 / 0.95);
  }

  .\32xl\:border-b-violet-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-500\/0 {
    border-bottom-color: rgb(139 92 246 / 0);
  }

  .\32xl\:border-b-violet-500\/10 {
    border-bottom-color: rgb(139 92 246 / 0.1);
  }

  .\32xl\:border-b-violet-500\/100 {
    border-bottom-color: rgb(139 92 246 / 1);
  }

  .\32xl\:border-b-violet-500\/15 {
    border-bottom-color: rgb(139 92 246 / 0.15);
  }

  .\32xl\:border-b-violet-500\/20 {
    border-bottom-color: rgb(139 92 246 / 0.2);
  }

  .\32xl\:border-b-violet-500\/25 {
    border-bottom-color: rgb(139 92 246 / 0.25);
  }

  .\32xl\:border-b-violet-500\/30 {
    border-bottom-color: rgb(139 92 246 / 0.3);
  }

  .\32xl\:border-b-violet-500\/35 {
    border-bottom-color: rgb(139 92 246 / 0.35);
  }

  .\32xl\:border-b-violet-500\/40 {
    border-bottom-color: rgb(139 92 246 / 0.4);
  }

  .\32xl\:border-b-violet-500\/45 {
    border-bottom-color: rgb(139 92 246 / 0.45);
  }

  .\32xl\:border-b-violet-500\/5 {
    border-bottom-color: rgb(139 92 246 / 0.05);
  }

  .\32xl\:border-b-violet-500\/50 {
    border-bottom-color: rgb(139 92 246 / 0.5);
  }

  .\32xl\:border-b-violet-500\/55 {
    border-bottom-color: rgb(139 92 246 / 0.55);
  }

  .\32xl\:border-b-violet-500\/60 {
    border-bottom-color: rgb(139 92 246 / 0.6);
  }

  .\32xl\:border-b-violet-500\/65 {
    border-bottom-color: rgb(139 92 246 / 0.65);
  }

  .\32xl\:border-b-violet-500\/70 {
    border-bottom-color: rgb(139 92 246 / 0.7);
  }

  .\32xl\:border-b-violet-500\/75 {
    border-bottom-color: rgb(139 92 246 / 0.75);
  }

  .\32xl\:border-b-violet-500\/80 {
    border-bottom-color: rgb(139 92 246 / 0.8);
  }

  .\32xl\:border-b-violet-500\/85 {
    border-bottom-color: rgb(139 92 246 / 0.85);
  }

  .\32xl\:border-b-violet-500\/90 {
    border-bottom-color: rgb(139 92 246 / 0.9);
  }

  .\32xl\:border-b-violet-500\/95 {
    border-bottom-color: rgb(139 92 246 / 0.95);
  }

  .\32xl\:border-b-violet-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-600\/0 {
    border-bottom-color: rgb(124 58 237 / 0);
  }

  .\32xl\:border-b-violet-600\/10 {
    border-bottom-color: rgb(124 58 237 / 0.1);
  }

  .\32xl\:border-b-violet-600\/100 {
    border-bottom-color: rgb(124 58 237 / 1);
  }

  .\32xl\:border-b-violet-600\/15 {
    border-bottom-color: rgb(124 58 237 / 0.15);
  }

  .\32xl\:border-b-violet-600\/20 {
    border-bottom-color: rgb(124 58 237 / 0.2);
  }

  .\32xl\:border-b-violet-600\/25 {
    border-bottom-color: rgb(124 58 237 / 0.25);
  }

  .\32xl\:border-b-violet-600\/30 {
    border-bottom-color: rgb(124 58 237 / 0.3);
  }

  .\32xl\:border-b-violet-600\/35 {
    border-bottom-color: rgb(124 58 237 / 0.35);
  }

  .\32xl\:border-b-violet-600\/40 {
    border-bottom-color: rgb(124 58 237 / 0.4);
  }

  .\32xl\:border-b-violet-600\/45 {
    border-bottom-color: rgb(124 58 237 / 0.45);
  }

  .\32xl\:border-b-violet-600\/5 {
    border-bottom-color: rgb(124 58 237 / 0.05);
  }

  .\32xl\:border-b-violet-600\/50 {
    border-bottom-color: rgb(124 58 237 / 0.5);
  }

  .\32xl\:border-b-violet-600\/55 {
    border-bottom-color: rgb(124 58 237 / 0.55);
  }

  .\32xl\:border-b-violet-600\/60 {
    border-bottom-color: rgb(124 58 237 / 0.6);
  }

  .\32xl\:border-b-violet-600\/65 {
    border-bottom-color: rgb(124 58 237 / 0.65);
  }

  .\32xl\:border-b-violet-600\/70 {
    border-bottom-color: rgb(124 58 237 / 0.7);
  }

  .\32xl\:border-b-violet-600\/75 {
    border-bottom-color: rgb(124 58 237 / 0.75);
  }

  .\32xl\:border-b-violet-600\/80 {
    border-bottom-color: rgb(124 58 237 / 0.8);
  }

  .\32xl\:border-b-violet-600\/85 {
    border-bottom-color: rgb(124 58 237 / 0.85);
  }

  .\32xl\:border-b-violet-600\/90 {
    border-bottom-color: rgb(124 58 237 / 0.9);
  }

  .\32xl\:border-b-violet-600\/95 {
    border-bottom-color: rgb(124 58 237 / 0.95);
  }

  .\32xl\:border-b-violet-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-700\/0 {
    border-bottom-color: rgb(109 40 217 / 0);
  }

  .\32xl\:border-b-violet-700\/10 {
    border-bottom-color: rgb(109 40 217 / 0.1);
  }

  .\32xl\:border-b-violet-700\/100 {
    border-bottom-color: rgb(109 40 217 / 1);
  }

  .\32xl\:border-b-violet-700\/15 {
    border-bottom-color: rgb(109 40 217 / 0.15);
  }

  .\32xl\:border-b-violet-700\/20 {
    border-bottom-color: rgb(109 40 217 / 0.2);
  }

  .\32xl\:border-b-violet-700\/25 {
    border-bottom-color: rgb(109 40 217 / 0.25);
  }

  .\32xl\:border-b-violet-700\/30 {
    border-bottom-color: rgb(109 40 217 / 0.3);
  }

  .\32xl\:border-b-violet-700\/35 {
    border-bottom-color: rgb(109 40 217 / 0.35);
  }

  .\32xl\:border-b-violet-700\/40 {
    border-bottom-color: rgb(109 40 217 / 0.4);
  }

  .\32xl\:border-b-violet-700\/45 {
    border-bottom-color: rgb(109 40 217 / 0.45);
  }

  .\32xl\:border-b-violet-700\/5 {
    border-bottom-color: rgb(109 40 217 / 0.05);
  }

  .\32xl\:border-b-violet-700\/50 {
    border-bottom-color: rgb(109 40 217 / 0.5);
  }

  .\32xl\:border-b-violet-700\/55 {
    border-bottom-color: rgb(109 40 217 / 0.55);
  }

  .\32xl\:border-b-violet-700\/60 {
    border-bottom-color: rgb(109 40 217 / 0.6);
  }

  .\32xl\:border-b-violet-700\/65 {
    border-bottom-color: rgb(109 40 217 / 0.65);
  }

  .\32xl\:border-b-violet-700\/70 {
    border-bottom-color: rgb(109 40 217 / 0.7);
  }

  .\32xl\:border-b-violet-700\/75 {
    border-bottom-color: rgb(109 40 217 / 0.75);
  }

  .\32xl\:border-b-violet-700\/80 {
    border-bottom-color: rgb(109 40 217 / 0.8);
  }

  .\32xl\:border-b-violet-700\/85 {
    border-bottom-color: rgb(109 40 217 / 0.85);
  }

  .\32xl\:border-b-violet-700\/90 {
    border-bottom-color: rgb(109 40 217 / 0.9);
  }

  .\32xl\:border-b-violet-700\/95 {
    border-bottom-color: rgb(109 40 217 / 0.95);
  }

  .\32xl\:border-b-violet-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-800\/0 {
    border-bottom-color: rgb(91 33 182 / 0);
  }

  .\32xl\:border-b-violet-800\/10 {
    border-bottom-color: rgb(91 33 182 / 0.1);
  }

  .\32xl\:border-b-violet-800\/100 {
    border-bottom-color: rgb(91 33 182 / 1);
  }

  .\32xl\:border-b-violet-800\/15 {
    border-bottom-color: rgb(91 33 182 / 0.15);
  }

  .\32xl\:border-b-violet-800\/20 {
    border-bottom-color: rgb(91 33 182 / 0.2);
  }

  .\32xl\:border-b-violet-800\/25 {
    border-bottom-color: rgb(91 33 182 / 0.25);
  }

  .\32xl\:border-b-violet-800\/30 {
    border-bottom-color: rgb(91 33 182 / 0.3);
  }

  .\32xl\:border-b-violet-800\/35 {
    border-bottom-color: rgb(91 33 182 / 0.35);
  }

  .\32xl\:border-b-violet-800\/40 {
    border-bottom-color: rgb(91 33 182 / 0.4);
  }

  .\32xl\:border-b-violet-800\/45 {
    border-bottom-color: rgb(91 33 182 / 0.45);
  }

  .\32xl\:border-b-violet-800\/5 {
    border-bottom-color: rgb(91 33 182 / 0.05);
  }

  .\32xl\:border-b-violet-800\/50 {
    border-bottom-color: rgb(91 33 182 / 0.5);
  }

  .\32xl\:border-b-violet-800\/55 {
    border-bottom-color: rgb(91 33 182 / 0.55);
  }

  .\32xl\:border-b-violet-800\/60 {
    border-bottom-color: rgb(91 33 182 / 0.6);
  }

  .\32xl\:border-b-violet-800\/65 {
    border-bottom-color: rgb(91 33 182 / 0.65);
  }

  .\32xl\:border-b-violet-800\/70 {
    border-bottom-color: rgb(91 33 182 / 0.7);
  }

  .\32xl\:border-b-violet-800\/75 {
    border-bottom-color: rgb(91 33 182 / 0.75);
  }

  .\32xl\:border-b-violet-800\/80 {
    border-bottom-color: rgb(91 33 182 / 0.8);
  }

  .\32xl\:border-b-violet-800\/85 {
    border-bottom-color: rgb(91 33 182 / 0.85);
  }

  .\32xl\:border-b-violet-800\/90 {
    border-bottom-color: rgb(91 33 182 / 0.9);
  }

  .\32xl\:border-b-violet-800\/95 {
    border-bottom-color: rgb(91 33 182 / 0.95);
  }

  .\32xl\:border-b-violet-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-900\/0 {
    border-bottom-color: rgb(76 29 149 / 0);
  }

  .\32xl\:border-b-violet-900\/10 {
    border-bottom-color: rgb(76 29 149 / 0.1);
  }

  .\32xl\:border-b-violet-900\/100 {
    border-bottom-color: rgb(76 29 149 / 1);
  }

  .\32xl\:border-b-violet-900\/15 {
    border-bottom-color: rgb(76 29 149 / 0.15);
  }

  .\32xl\:border-b-violet-900\/20 {
    border-bottom-color: rgb(76 29 149 / 0.2);
  }

  .\32xl\:border-b-violet-900\/25 {
    border-bottom-color: rgb(76 29 149 / 0.25);
  }

  .\32xl\:border-b-violet-900\/30 {
    border-bottom-color: rgb(76 29 149 / 0.3);
  }

  .\32xl\:border-b-violet-900\/35 {
    border-bottom-color: rgb(76 29 149 / 0.35);
  }

  .\32xl\:border-b-violet-900\/40 {
    border-bottom-color: rgb(76 29 149 / 0.4);
  }

  .\32xl\:border-b-violet-900\/45 {
    border-bottom-color: rgb(76 29 149 / 0.45);
  }

  .\32xl\:border-b-violet-900\/5 {
    border-bottom-color: rgb(76 29 149 / 0.05);
  }

  .\32xl\:border-b-violet-900\/50 {
    border-bottom-color: rgb(76 29 149 / 0.5);
  }

  .\32xl\:border-b-violet-900\/55 {
    border-bottom-color: rgb(76 29 149 / 0.55);
  }

  .\32xl\:border-b-violet-900\/60 {
    border-bottom-color: rgb(76 29 149 / 0.6);
  }

  .\32xl\:border-b-violet-900\/65 {
    border-bottom-color: rgb(76 29 149 / 0.65);
  }

  .\32xl\:border-b-violet-900\/70 {
    border-bottom-color: rgb(76 29 149 / 0.7);
  }

  .\32xl\:border-b-violet-900\/75 {
    border-bottom-color: rgb(76 29 149 / 0.75);
  }

  .\32xl\:border-b-violet-900\/80 {
    border-bottom-color: rgb(76 29 149 / 0.8);
  }

  .\32xl\:border-b-violet-900\/85 {
    border-bottom-color: rgb(76 29 149 / 0.85);
  }

  .\32xl\:border-b-violet-900\/90 {
    border-bottom-color: rgb(76 29 149 / 0.9);
  }

  .\32xl\:border-b-violet-900\/95 {
    border-bottom-color: rgb(76 29 149 / 0.95);
  }

  .\32xl\:border-b-violet-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-violet-950\/0 {
    border-bottom-color: rgb(46 16 101 / 0);
  }

  .\32xl\:border-b-violet-950\/10 {
    border-bottom-color: rgb(46 16 101 / 0.1);
  }

  .\32xl\:border-b-violet-950\/100 {
    border-bottom-color: rgb(46 16 101 / 1);
  }

  .\32xl\:border-b-violet-950\/15 {
    border-bottom-color: rgb(46 16 101 / 0.15);
  }

  .\32xl\:border-b-violet-950\/20 {
    border-bottom-color: rgb(46 16 101 / 0.2);
  }

  .\32xl\:border-b-violet-950\/25 {
    border-bottom-color: rgb(46 16 101 / 0.25);
  }

  .\32xl\:border-b-violet-950\/30 {
    border-bottom-color: rgb(46 16 101 / 0.3);
  }

  .\32xl\:border-b-violet-950\/35 {
    border-bottom-color: rgb(46 16 101 / 0.35);
  }

  .\32xl\:border-b-violet-950\/40 {
    border-bottom-color: rgb(46 16 101 / 0.4);
  }

  .\32xl\:border-b-violet-950\/45 {
    border-bottom-color: rgb(46 16 101 / 0.45);
  }

  .\32xl\:border-b-violet-950\/5 {
    border-bottom-color: rgb(46 16 101 / 0.05);
  }

  .\32xl\:border-b-violet-950\/50 {
    border-bottom-color: rgb(46 16 101 / 0.5);
  }

  .\32xl\:border-b-violet-950\/55 {
    border-bottom-color: rgb(46 16 101 / 0.55);
  }

  .\32xl\:border-b-violet-950\/60 {
    border-bottom-color: rgb(46 16 101 / 0.6);
  }

  .\32xl\:border-b-violet-950\/65 {
    border-bottom-color: rgb(46 16 101 / 0.65);
  }

  .\32xl\:border-b-violet-950\/70 {
    border-bottom-color: rgb(46 16 101 / 0.7);
  }

  .\32xl\:border-b-violet-950\/75 {
    border-bottom-color: rgb(46 16 101 / 0.75);
  }

  .\32xl\:border-b-violet-950\/80 {
    border-bottom-color: rgb(46 16 101 / 0.8);
  }

  .\32xl\:border-b-violet-950\/85 {
    border-bottom-color: rgb(46 16 101 / 0.85);
  }

  .\32xl\:border-b-violet-950\/90 {
    border-bottom-color: rgb(46 16 101 / 0.9);
  }

  .\32xl\:border-b-violet-950\/95 {
    border-bottom-color: rgb(46 16 101 / 0.95);
  }

  .\32xl\:border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-white\/0 {
    border-bottom-color: rgb(255 255 255 / 0);
  }

  .\32xl\:border-b-white\/10 {
    border-bottom-color: rgb(255 255 255 / 0.1);
  }

  .\32xl\:border-b-white\/100 {
    border-bottom-color: rgb(255 255 255 / 1);
  }

  .\32xl\:border-b-white\/15 {
    border-bottom-color: rgb(255 255 255 / 0.15);
  }

  .\32xl\:border-b-white\/20 {
    border-bottom-color: rgb(255 255 255 / 0.2);
  }

  .\32xl\:border-b-white\/25 {
    border-bottom-color: rgb(255 255 255 / 0.25);
  }

  .\32xl\:border-b-white\/30 {
    border-bottom-color: rgb(255 255 255 / 0.3);
  }

  .\32xl\:border-b-white\/35 {
    border-bottom-color: rgb(255 255 255 / 0.35);
  }

  .\32xl\:border-b-white\/40 {
    border-bottom-color: rgb(255 255 255 / 0.4);
  }

  .\32xl\:border-b-white\/45 {
    border-bottom-color: rgb(255 255 255 / 0.45);
  }

  .\32xl\:border-b-white\/5 {
    border-bottom-color: rgb(255 255 255 / 0.05);
  }

  .\32xl\:border-b-white\/50 {
    border-bottom-color: rgb(255 255 255 / 0.5);
  }

  .\32xl\:border-b-white\/55 {
    border-bottom-color: rgb(255 255 255 / 0.55);
  }

  .\32xl\:border-b-white\/60 {
    border-bottom-color: rgb(255 255 255 / 0.6);
  }

  .\32xl\:border-b-white\/65 {
    border-bottom-color: rgb(255 255 255 / 0.65);
  }

  .\32xl\:border-b-white\/70 {
    border-bottom-color: rgb(255 255 255 / 0.7);
  }

  .\32xl\:border-b-white\/75 {
    border-bottom-color: rgb(255 255 255 / 0.75);
  }

  .\32xl\:border-b-white\/80 {
    border-bottom-color: rgb(255 255 255 / 0.8);
  }

  .\32xl\:border-b-white\/85 {
    border-bottom-color: rgb(255 255 255 / 0.85);
  }

  .\32xl\:border-b-white\/90 {
    border-bottom-color: rgb(255 255 255 / 0.9);
  }

  .\32xl\:border-b-white\/95 {
    border-bottom-color: rgb(255 255 255 / 0.95);
  }

  .\32xl\:border-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-100\/0 {
    border-bottom-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-b-yellow-100\/10 {
    border-bottom-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-b-yellow-100\/100 {
    border-bottom-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-b-yellow-100\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .\32xl\:border-b-yellow-100\/20 {
    border-bottom-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-b-yellow-100\/25 {
    border-bottom-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-b-yellow-100\/30 {
    border-bottom-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-b-yellow-100\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .\32xl\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .\32xl\:border-b-yellow-100\/5 {
    border-bottom-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-b-yellow-100\/50 {
    border-bottom-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-b-yellow-100\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .\32xl\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .\32xl\:border-b-yellow-100\/70 {
    border-bottom-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-b-yellow-100\/75 {
    border-bottom-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-b-yellow-100\/80 {
    border-bottom-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-b-yellow-100\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .\32xl\:border-b-yellow-100\/90 {
    border-bottom-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-b-yellow-100\/95 {
    border-bottom-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-b-yellow-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-200\/0 {
    border-bottom-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-b-yellow-200\/10 {
    border-bottom-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-b-yellow-200\/100 {
    border-bottom-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-b-yellow-200\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .\32xl\:border-b-yellow-200\/20 {
    border-bottom-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-b-yellow-200\/25 {
    border-bottom-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-b-yellow-200\/30 {
    border-bottom-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-b-yellow-200\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .\32xl\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .\32xl\:border-b-yellow-200\/5 {
    border-bottom-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-b-yellow-200\/50 {
    border-bottom-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-b-yellow-200\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .\32xl\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .\32xl\:border-b-yellow-200\/70 {
    border-bottom-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-b-yellow-200\/75 {
    border-bottom-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-b-yellow-200\/80 {
    border-bottom-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-b-yellow-200\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .\32xl\:border-b-yellow-200\/90 {
    border-bottom-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-b-yellow-200\/95 {
    border-bottom-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-b-yellow-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-300\/0 {
    border-bottom-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-b-yellow-300\/10 {
    border-bottom-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-b-yellow-300\/100 {
    border-bottom-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-b-yellow-300\/15 {
    border-bottom-color: rgb(253 224 71 / 0.15);
  }

  .\32xl\:border-b-yellow-300\/20 {
    border-bottom-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-b-yellow-300\/25 {
    border-bottom-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-b-yellow-300\/30 {
    border-bottom-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-b-yellow-300\/35 {
    border-bottom-color: rgb(253 224 71 / 0.35);
  }

  .\32xl\:border-b-yellow-300\/40 {
    border-bottom-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-b-yellow-300\/45 {
    border-bottom-color: rgb(253 224 71 / 0.45);
  }

  .\32xl\:border-b-yellow-300\/5 {
    border-bottom-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-b-yellow-300\/50 {
    border-bottom-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-b-yellow-300\/55 {
    border-bottom-color: rgb(253 224 71 / 0.55);
  }

  .\32xl\:border-b-yellow-300\/60 {
    border-bottom-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-b-yellow-300\/65 {
    border-bottom-color: rgb(253 224 71 / 0.65);
  }

  .\32xl\:border-b-yellow-300\/70 {
    border-bottom-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-b-yellow-300\/75 {
    border-bottom-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-b-yellow-300\/80 {
    border-bottom-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-b-yellow-300\/85 {
    border-bottom-color: rgb(253 224 71 / 0.85);
  }

  .\32xl\:border-b-yellow-300\/90 {
    border-bottom-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-b-yellow-300\/95 {
    border-bottom-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-b-yellow-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-400\/0 {
    border-bottom-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-b-yellow-400\/10 {
    border-bottom-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-b-yellow-400\/100 {
    border-bottom-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-b-yellow-400\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .\32xl\:border-b-yellow-400\/20 {
    border-bottom-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-b-yellow-400\/25 {
    border-bottom-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-b-yellow-400\/30 {
    border-bottom-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-b-yellow-400\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .\32xl\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .\32xl\:border-b-yellow-400\/5 {
    border-bottom-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-b-yellow-400\/50 {
    border-bottom-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-b-yellow-400\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .\32xl\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .\32xl\:border-b-yellow-400\/70 {
    border-bottom-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-b-yellow-400\/75 {
    border-bottom-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-b-yellow-400\/80 {
    border-bottom-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-b-yellow-400\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .\32xl\:border-b-yellow-400\/90 {
    border-bottom-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-b-yellow-400\/95 {
    border-bottom-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-b-yellow-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-50\/0 {
    border-bottom-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-b-yellow-50\/10 {
    border-bottom-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-b-yellow-50\/100 {
    border-bottom-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-b-yellow-50\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .\32xl\:border-b-yellow-50\/20 {
    border-bottom-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-b-yellow-50\/25 {
    border-bottom-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-b-yellow-50\/30 {
    border-bottom-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-b-yellow-50\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .\32xl\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .\32xl\:border-b-yellow-50\/5 {
    border-bottom-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-b-yellow-50\/50 {
    border-bottom-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-b-yellow-50\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .\32xl\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .\32xl\:border-b-yellow-50\/70 {
    border-bottom-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-b-yellow-50\/75 {
    border-bottom-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-b-yellow-50\/80 {
    border-bottom-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-b-yellow-50\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .\32xl\:border-b-yellow-50\/90 {
    border-bottom-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-b-yellow-50\/95 {
    border-bottom-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-b-yellow-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-500\/0 {
    border-bottom-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-b-yellow-500\/10 {
    border-bottom-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-b-yellow-500\/100 {
    border-bottom-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-b-yellow-500\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .\32xl\:border-b-yellow-500\/20 {
    border-bottom-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-b-yellow-500\/25 {
    border-bottom-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-b-yellow-500\/30 {
    border-bottom-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-b-yellow-500\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .\32xl\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .\32xl\:border-b-yellow-500\/5 {
    border-bottom-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-b-yellow-500\/50 {
    border-bottom-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-b-yellow-500\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .\32xl\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .\32xl\:border-b-yellow-500\/70 {
    border-bottom-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-b-yellow-500\/75 {
    border-bottom-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-b-yellow-500\/80 {
    border-bottom-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-b-yellow-500\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .\32xl\:border-b-yellow-500\/90 {
    border-bottom-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-b-yellow-500\/95 {
    border-bottom-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-b-yellow-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-600\/0 {
    border-bottom-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-b-yellow-600\/10 {
    border-bottom-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-b-yellow-600\/100 {
    border-bottom-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-b-yellow-600\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .\32xl\:border-b-yellow-600\/20 {
    border-bottom-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-b-yellow-600\/25 {
    border-bottom-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-b-yellow-600\/30 {
    border-bottom-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-b-yellow-600\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .\32xl\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .\32xl\:border-b-yellow-600\/5 {
    border-bottom-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-b-yellow-600\/50 {
    border-bottom-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-b-yellow-600\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .\32xl\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .\32xl\:border-b-yellow-600\/70 {
    border-bottom-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-b-yellow-600\/75 {
    border-bottom-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-b-yellow-600\/80 {
    border-bottom-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-b-yellow-600\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .\32xl\:border-b-yellow-600\/90 {
    border-bottom-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-b-yellow-600\/95 {
    border-bottom-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-b-yellow-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-700\/0 {
    border-bottom-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-b-yellow-700\/10 {
    border-bottom-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-b-yellow-700\/100 {
    border-bottom-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-b-yellow-700\/15 {
    border-bottom-color: rgb(161 98 7 / 0.15);
  }

  .\32xl\:border-b-yellow-700\/20 {
    border-bottom-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-b-yellow-700\/25 {
    border-bottom-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-b-yellow-700\/30 {
    border-bottom-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-b-yellow-700\/35 {
    border-bottom-color: rgb(161 98 7 / 0.35);
  }

  .\32xl\:border-b-yellow-700\/40 {
    border-bottom-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-b-yellow-700\/45 {
    border-bottom-color: rgb(161 98 7 / 0.45);
  }

  .\32xl\:border-b-yellow-700\/5 {
    border-bottom-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-b-yellow-700\/50 {
    border-bottom-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-b-yellow-700\/55 {
    border-bottom-color: rgb(161 98 7 / 0.55);
  }

  .\32xl\:border-b-yellow-700\/60 {
    border-bottom-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-b-yellow-700\/65 {
    border-bottom-color: rgb(161 98 7 / 0.65);
  }

  .\32xl\:border-b-yellow-700\/70 {
    border-bottom-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-b-yellow-700\/75 {
    border-bottom-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-b-yellow-700\/80 {
    border-bottom-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-b-yellow-700\/85 {
    border-bottom-color: rgb(161 98 7 / 0.85);
  }

  .\32xl\:border-b-yellow-700\/90 {
    border-bottom-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-b-yellow-700\/95 {
    border-bottom-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-b-yellow-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-800\/0 {
    border-bottom-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-b-yellow-800\/10 {
    border-bottom-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-b-yellow-800\/100 {
    border-bottom-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-b-yellow-800\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .\32xl\:border-b-yellow-800\/20 {
    border-bottom-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-b-yellow-800\/25 {
    border-bottom-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-b-yellow-800\/30 {
    border-bottom-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-b-yellow-800\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .\32xl\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .\32xl\:border-b-yellow-800\/5 {
    border-bottom-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-b-yellow-800\/50 {
    border-bottom-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-b-yellow-800\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .\32xl\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .\32xl\:border-b-yellow-800\/70 {
    border-bottom-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-b-yellow-800\/75 {
    border-bottom-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-b-yellow-800\/80 {
    border-bottom-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-b-yellow-800\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .\32xl\:border-b-yellow-800\/90 {
    border-bottom-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-b-yellow-800\/95 {
    border-bottom-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-b-yellow-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-900\/0 {
    border-bottom-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-b-yellow-900\/10 {
    border-bottom-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-b-yellow-900\/100 {
    border-bottom-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-b-yellow-900\/15 {
    border-bottom-color: rgb(113 63 18 / 0.15);
  }

  .\32xl\:border-b-yellow-900\/20 {
    border-bottom-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-b-yellow-900\/25 {
    border-bottom-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-b-yellow-900\/30 {
    border-bottom-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-b-yellow-900\/35 {
    border-bottom-color: rgb(113 63 18 / 0.35);
  }

  .\32xl\:border-b-yellow-900\/40 {
    border-bottom-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-b-yellow-900\/45 {
    border-bottom-color: rgb(113 63 18 / 0.45);
  }

  .\32xl\:border-b-yellow-900\/5 {
    border-bottom-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-b-yellow-900\/50 {
    border-bottom-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-b-yellow-900\/55 {
    border-bottom-color: rgb(113 63 18 / 0.55);
  }

  .\32xl\:border-b-yellow-900\/60 {
    border-bottom-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-b-yellow-900\/65 {
    border-bottom-color: rgb(113 63 18 / 0.65);
  }

  .\32xl\:border-b-yellow-900\/70 {
    border-bottom-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-b-yellow-900\/75 {
    border-bottom-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-b-yellow-900\/80 {
    border-bottom-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-b-yellow-900\/85 {
    border-bottom-color: rgb(113 63 18 / 0.85);
  }

  .\32xl\:border-b-yellow-900\/90 {
    border-bottom-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-b-yellow-900\/95 {
    border-bottom-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-b-yellow-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-yellow-950\/0 {
    border-bottom-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-b-yellow-950\/10 {
    border-bottom-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-b-yellow-950\/100 {
    border-bottom-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-b-yellow-950\/15 {
    border-bottom-color: rgb(66 32 6 / 0.15);
  }

  .\32xl\:border-b-yellow-950\/20 {
    border-bottom-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-b-yellow-950\/25 {
    border-bottom-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-b-yellow-950\/30 {
    border-bottom-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-b-yellow-950\/35 {
    border-bottom-color: rgb(66 32 6 / 0.35);
  }

  .\32xl\:border-b-yellow-950\/40 {
    border-bottom-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-b-yellow-950\/45 {
    border-bottom-color: rgb(66 32 6 / 0.45);
  }

  .\32xl\:border-b-yellow-950\/5 {
    border-bottom-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-b-yellow-950\/50 {
    border-bottom-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-b-yellow-950\/55 {
    border-bottom-color: rgb(66 32 6 / 0.55);
  }

  .\32xl\:border-b-yellow-950\/60 {
    border-bottom-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-b-yellow-950\/65 {
    border-bottom-color: rgb(66 32 6 / 0.65);
  }

  .\32xl\:border-b-yellow-950\/70 {
    border-bottom-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-b-yellow-950\/75 {
    border-bottom-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-b-yellow-950\/80 {
    border-bottom-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-b-yellow-950\/85 {
    border-bottom-color: rgb(66 32 6 / 0.85);
  }

  .\32xl\:border-b-yellow-950\/90 {
    border-bottom-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-b-yellow-950\/95 {
    border-bottom-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-b-zinc-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-100\/0 {
    border-bottom-color: rgb(244 244 245 / 0);
  }

  .\32xl\:border-b-zinc-100\/10 {
    border-bottom-color: rgb(244 244 245 / 0.1);
  }

  .\32xl\:border-b-zinc-100\/100 {
    border-bottom-color: rgb(244 244 245 / 1);
  }

  .\32xl\:border-b-zinc-100\/15 {
    border-bottom-color: rgb(244 244 245 / 0.15);
  }

  .\32xl\:border-b-zinc-100\/20 {
    border-bottom-color: rgb(244 244 245 / 0.2);
  }

  .\32xl\:border-b-zinc-100\/25 {
    border-bottom-color: rgb(244 244 245 / 0.25);
  }

  .\32xl\:border-b-zinc-100\/30 {
    border-bottom-color: rgb(244 244 245 / 0.3);
  }

  .\32xl\:border-b-zinc-100\/35 {
    border-bottom-color: rgb(244 244 245 / 0.35);
  }

  .\32xl\:border-b-zinc-100\/40 {
    border-bottom-color: rgb(244 244 245 / 0.4);
  }

  .\32xl\:border-b-zinc-100\/45 {
    border-bottom-color: rgb(244 244 245 / 0.45);
  }

  .\32xl\:border-b-zinc-100\/5 {
    border-bottom-color: rgb(244 244 245 / 0.05);
  }

  .\32xl\:border-b-zinc-100\/50 {
    border-bottom-color: rgb(244 244 245 / 0.5);
  }

  .\32xl\:border-b-zinc-100\/55 {
    border-bottom-color: rgb(244 244 245 / 0.55);
  }

  .\32xl\:border-b-zinc-100\/60 {
    border-bottom-color: rgb(244 244 245 / 0.6);
  }

  .\32xl\:border-b-zinc-100\/65 {
    border-bottom-color: rgb(244 244 245 / 0.65);
  }

  .\32xl\:border-b-zinc-100\/70 {
    border-bottom-color: rgb(244 244 245 / 0.7);
  }

  .\32xl\:border-b-zinc-100\/75 {
    border-bottom-color: rgb(244 244 245 / 0.75);
  }

  .\32xl\:border-b-zinc-100\/80 {
    border-bottom-color: rgb(244 244 245 / 0.8);
  }

  .\32xl\:border-b-zinc-100\/85 {
    border-bottom-color: rgb(244 244 245 / 0.85);
  }

  .\32xl\:border-b-zinc-100\/90 {
    border-bottom-color: rgb(244 244 245 / 0.9);
  }

  .\32xl\:border-b-zinc-100\/95 {
    border-bottom-color: rgb(244 244 245 / 0.95);
  }

  .\32xl\:border-b-zinc-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-200\/0 {
    border-bottom-color: rgb(228 228 231 / 0);
  }

  .\32xl\:border-b-zinc-200\/10 {
    border-bottom-color: rgb(228 228 231 / 0.1);
  }

  .\32xl\:border-b-zinc-200\/100 {
    border-bottom-color: rgb(228 228 231 / 1);
  }

  .\32xl\:border-b-zinc-200\/15 {
    border-bottom-color: rgb(228 228 231 / 0.15);
  }

  .\32xl\:border-b-zinc-200\/20 {
    border-bottom-color: rgb(228 228 231 / 0.2);
  }

  .\32xl\:border-b-zinc-200\/25 {
    border-bottom-color: rgb(228 228 231 / 0.25);
  }

  .\32xl\:border-b-zinc-200\/30 {
    border-bottom-color: rgb(228 228 231 / 0.3);
  }

  .\32xl\:border-b-zinc-200\/35 {
    border-bottom-color: rgb(228 228 231 / 0.35);
  }

  .\32xl\:border-b-zinc-200\/40 {
    border-bottom-color: rgb(228 228 231 / 0.4);
  }

  .\32xl\:border-b-zinc-200\/45 {
    border-bottom-color: rgb(228 228 231 / 0.45);
  }

  .\32xl\:border-b-zinc-200\/5 {
    border-bottom-color: rgb(228 228 231 / 0.05);
  }

  .\32xl\:border-b-zinc-200\/50 {
    border-bottom-color: rgb(228 228 231 / 0.5);
  }

  .\32xl\:border-b-zinc-200\/55 {
    border-bottom-color: rgb(228 228 231 / 0.55);
  }

  .\32xl\:border-b-zinc-200\/60 {
    border-bottom-color: rgb(228 228 231 / 0.6);
  }

  .\32xl\:border-b-zinc-200\/65 {
    border-bottom-color: rgb(228 228 231 / 0.65);
  }

  .\32xl\:border-b-zinc-200\/70 {
    border-bottom-color: rgb(228 228 231 / 0.7);
  }

  .\32xl\:border-b-zinc-200\/75 {
    border-bottom-color: rgb(228 228 231 / 0.75);
  }

  .\32xl\:border-b-zinc-200\/80 {
    border-bottom-color: rgb(228 228 231 / 0.8);
  }

  .\32xl\:border-b-zinc-200\/85 {
    border-bottom-color: rgb(228 228 231 / 0.85);
  }

  .\32xl\:border-b-zinc-200\/90 {
    border-bottom-color: rgb(228 228 231 / 0.9);
  }

  .\32xl\:border-b-zinc-200\/95 {
    border-bottom-color: rgb(228 228 231 / 0.95);
  }

  .\32xl\:border-b-zinc-300 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-300\/0 {
    border-bottom-color: rgb(212 212 216 / 0);
  }

  .\32xl\:border-b-zinc-300\/10 {
    border-bottom-color: rgb(212 212 216 / 0.1);
  }

  .\32xl\:border-b-zinc-300\/100 {
    border-bottom-color: rgb(212 212 216 / 1);
  }

  .\32xl\:border-b-zinc-300\/15 {
    border-bottom-color: rgb(212 212 216 / 0.15);
  }

  .\32xl\:border-b-zinc-300\/20 {
    border-bottom-color: rgb(212 212 216 / 0.2);
  }

  .\32xl\:border-b-zinc-300\/25 {
    border-bottom-color: rgb(212 212 216 / 0.25);
  }

  .\32xl\:border-b-zinc-300\/30 {
    border-bottom-color: rgb(212 212 216 / 0.3);
  }

  .\32xl\:border-b-zinc-300\/35 {
    border-bottom-color: rgb(212 212 216 / 0.35);
  }

  .\32xl\:border-b-zinc-300\/40 {
    border-bottom-color: rgb(212 212 216 / 0.4);
  }

  .\32xl\:border-b-zinc-300\/45 {
    border-bottom-color: rgb(212 212 216 / 0.45);
  }

  .\32xl\:border-b-zinc-300\/5 {
    border-bottom-color: rgb(212 212 216 / 0.05);
  }

  .\32xl\:border-b-zinc-300\/50 {
    border-bottom-color: rgb(212 212 216 / 0.5);
  }

  .\32xl\:border-b-zinc-300\/55 {
    border-bottom-color: rgb(212 212 216 / 0.55);
  }

  .\32xl\:border-b-zinc-300\/60 {
    border-bottom-color: rgb(212 212 216 / 0.6);
  }

  .\32xl\:border-b-zinc-300\/65 {
    border-bottom-color: rgb(212 212 216 / 0.65);
  }

  .\32xl\:border-b-zinc-300\/70 {
    border-bottom-color: rgb(212 212 216 / 0.7);
  }

  .\32xl\:border-b-zinc-300\/75 {
    border-bottom-color: rgb(212 212 216 / 0.75);
  }

  .\32xl\:border-b-zinc-300\/80 {
    border-bottom-color: rgb(212 212 216 / 0.8);
  }

  .\32xl\:border-b-zinc-300\/85 {
    border-bottom-color: rgb(212 212 216 / 0.85);
  }

  .\32xl\:border-b-zinc-300\/90 {
    border-bottom-color: rgb(212 212 216 / 0.9);
  }

  .\32xl\:border-b-zinc-300\/95 {
    border-bottom-color: rgb(212 212 216 / 0.95);
  }

  .\32xl\:border-b-zinc-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-400\/0 {
    border-bottom-color: rgb(161 161 170 / 0);
  }

  .\32xl\:border-b-zinc-400\/10 {
    border-bottom-color: rgb(161 161 170 / 0.1);
  }

  .\32xl\:border-b-zinc-400\/100 {
    border-bottom-color: rgb(161 161 170 / 1);
  }

  .\32xl\:border-b-zinc-400\/15 {
    border-bottom-color: rgb(161 161 170 / 0.15);
  }

  .\32xl\:border-b-zinc-400\/20 {
    border-bottom-color: rgb(161 161 170 / 0.2);
  }

  .\32xl\:border-b-zinc-400\/25 {
    border-bottom-color: rgb(161 161 170 / 0.25);
  }

  .\32xl\:border-b-zinc-400\/30 {
    border-bottom-color: rgb(161 161 170 / 0.3);
  }

  .\32xl\:border-b-zinc-400\/35 {
    border-bottom-color: rgb(161 161 170 / 0.35);
  }

  .\32xl\:border-b-zinc-400\/40 {
    border-bottom-color: rgb(161 161 170 / 0.4);
  }

  .\32xl\:border-b-zinc-400\/45 {
    border-bottom-color: rgb(161 161 170 / 0.45);
  }

  .\32xl\:border-b-zinc-400\/5 {
    border-bottom-color: rgb(161 161 170 / 0.05);
  }

  .\32xl\:border-b-zinc-400\/50 {
    border-bottom-color: rgb(161 161 170 / 0.5);
  }

  .\32xl\:border-b-zinc-400\/55 {
    border-bottom-color: rgb(161 161 170 / 0.55);
  }

  .\32xl\:border-b-zinc-400\/60 {
    border-bottom-color: rgb(161 161 170 / 0.6);
  }

  .\32xl\:border-b-zinc-400\/65 {
    border-bottom-color: rgb(161 161 170 / 0.65);
  }

  .\32xl\:border-b-zinc-400\/70 {
    border-bottom-color: rgb(161 161 170 / 0.7);
  }

  .\32xl\:border-b-zinc-400\/75 {
    border-bottom-color: rgb(161 161 170 / 0.75);
  }

  .\32xl\:border-b-zinc-400\/80 {
    border-bottom-color: rgb(161 161 170 / 0.8);
  }

  .\32xl\:border-b-zinc-400\/85 {
    border-bottom-color: rgb(161 161 170 / 0.85);
  }

  .\32xl\:border-b-zinc-400\/90 {
    border-bottom-color: rgb(161 161 170 / 0.9);
  }

  .\32xl\:border-b-zinc-400\/95 {
    border-bottom-color: rgb(161 161 170 / 0.95);
  }

  .\32xl\:border-b-zinc-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-50\/0 {
    border-bottom-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-b-zinc-50\/10 {
    border-bottom-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-b-zinc-50\/100 {
    border-bottom-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-b-zinc-50\/15 {
    border-bottom-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-b-zinc-50\/20 {
    border-bottom-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-b-zinc-50\/25 {
    border-bottom-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-b-zinc-50\/30 {
    border-bottom-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-b-zinc-50\/35 {
    border-bottom-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-b-zinc-50\/40 {
    border-bottom-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-b-zinc-50\/45 {
    border-bottom-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-b-zinc-50\/5 {
    border-bottom-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-b-zinc-50\/50 {
    border-bottom-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-b-zinc-50\/55 {
    border-bottom-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-b-zinc-50\/60 {
    border-bottom-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-b-zinc-50\/65 {
    border-bottom-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-b-zinc-50\/70 {
    border-bottom-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-b-zinc-50\/75 {
    border-bottom-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-b-zinc-50\/80 {
    border-bottom-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-b-zinc-50\/85 {
    border-bottom-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-b-zinc-50\/90 {
    border-bottom-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-b-zinc-50\/95 {
    border-bottom-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-b-zinc-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-500\/0 {
    border-bottom-color: rgb(113 113 122 / 0);
  }

  .\32xl\:border-b-zinc-500\/10 {
    border-bottom-color: rgb(113 113 122 / 0.1);
  }

  .\32xl\:border-b-zinc-500\/100 {
    border-bottom-color: rgb(113 113 122 / 1);
  }

  .\32xl\:border-b-zinc-500\/15 {
    border-bottom-color: rgb(113 113 122 / 0.15);
  }

  .\32xl\:border-b-zinc-500\/20 {
    border-bottom-color: rgb(113 113 122 / 0.2);
  }

  .\32xl\:border-b-zinc-500\/25 {
    border-bottom-color: rgb(113 113 122 / 0.25);
  }

  .\32xl\:border-b-zinc-500\/30 {
    border-bottom-color: rgb(113 113 122 / 0.3);
  }

  .\32xl\:border-b-zinc-500\/35 {
    border-bottom-color: rgb(113 113 122 / 0.35);
  }

  .\32xl\:border-b-zinc-500\/40 {
    border-bottom-color: rgb(113 113 122 / 0.4);
  }

  .\32xl\:border-b-zinc-500\/45 {
    border-bottom-color: rgb(113 113 122 / 0.45);
  }

  .\32xl\:border-b-zinc-500\/5 {
    border-bottom-color: rgb(113 113 122 / 0.05);
  }

  .\32xl\:border-b-zinc-500\/50 {
    border-bottom-color: rgb(113 113 122 / 0.5);
  }

  .\32xl\:border-b-zinc-500\/55 {
    border-bottom-color: rgb(113 113 122 / 0.55);
  }

  .\32xl\:border-b-zinc-500\/60 {
    border-bottom-color: rgb(113 113 122 / 0.6);
  }

  .\32xl\:border-b-zinc-500\/65 {
    border-bottom-color: rgb(113 113 122 / 0.65);
  }

  .\32xl\:border-b-zinc-500\/70 {
    border-bottom-color: rgb(113 113 122 / 0.7);
  }

  .\32xl\:border-b-zinc-500\/75 {
    border-bottom-color: rgb(113 113 122 / 0.75);
  }

  .\32xl\:border-b-zinc-500\/80 {
    border-bottom-color: rgb(113 113 122 / 0.8);
  }

  .\32xl\:border-b-zinc-500\/85 {
    border-bottom-color: rgb(113 113 122 / 0.85);
  }

  .\32xl\:border-b-zinc-500\/90 {
    border-bottom-color: rgb(113 113 122 / 0.9);
  }

  .\32xl\:border-b-zinc-500\/95 {
    border-bottom-color: rgb(113 113 122 / 0.95);
  }

  .\32xl\:border-b-zinc-600 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-600\/0 {
    border-bottom-color: rgb(82 82 91 / 0);
  }

  .\32xl\:border-b-zinc-600\/10 {
    border-bottom-color: rgb(82 82 91 / 0.1);
  }

  .\32xl\:border-b-zinc-600\/100 {
    border-bottom-color: rgb(82 82 91 / 1);
  }

  .\32xl\:border-b-zinc-600\/15 {
    border-bottom-color: rgb(82 82 91 / 0.15);
  }

  .\32xl\:border-b-zinc-600\/20 {
    border-bottom-color: rgb(82 82 91 / 0.2);
  }

  .\32xl\:border-b-zinc-600\/25 {
    border-bottom-color: rgb(82 82 91 / 0.25);
  }

  .\32xl\:border-b-zinc-600\/30 {
    border-bottom-color: rgb(82 82 91 / 0.3);
  }

  .\32xl\:border-b-zinc-600\/35 {
    border-bottom-color: rgb(82 82 91 / 0.35);
  }

  .\32xl\:border-b-zinc-600\/40 {
    border-bottom-color: rgb(82 82 91 / 0.4);
  }

  .\32xl\:border-b-zinc-600\/45 {
    border-bottom-color: rgb(82 82 91 / 0.45);
  }

  .\32xl\:border-b-zinc-600\/5 {
    border-bottom-color: rgb(82 82 91 / 0.05);
  }

  .\32xl\:border-b-zinc-600\/50 {
    border-bottom-color: rgb(82 82 91 / 0.5);
  }

  .\32xl\:border-b-zinc-600\/55 {
    border-bottom-color: rgb(82 82 91 / 0.55);
  }

  .\32xl\:border-b-zinc-600\/60 {
    border-bottom-color: rgb(82 82 91 / 0.6);
  }

  .\32xl\:border-b-zinc-600\/65 {
    border-bottom-color: rgb(82 82 91 / 0.65);
  }

  .\32xl\:border-b-zinc-600\/70 {
    border-bottom-color: rgb(82 82 91 / 0.7);
  }

  .\32xl\:border-b-zinc-600\/75 {
    border-bottom-color: rgb(82 82 91 / 0.75);
  }

  .\32xl\:border-b-zinc-600\/80 {
    border-bottom-color: rgb(82 82 91 / 0.8);
  }

  .\32xl\:border-b-zinc-600\/85 {
    border-bottom-color: rgb(82 82 91 / 0.85);
  }

  .\32xl\:border-b-zinc-600\/90 {
    border-bottom-color: rgb(82 82 91 / 0.9);
  }

  .\32xl\:border-b-zinc-600\/95 {
    border-bottom-color: rgb(82 82 91 / 0.95);
  }

  .\32xl\:border-b-zinc-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-700\/0 {
    border-bottom-color: rgb(63 63 70 / 0);
  }

  .\32xl\:border-b-zinc-700\/10 {
    border-bottom-color: rgb(63 63 70 / 0.1);
  }

  .\32xl\:border-b-zinc-700\/100 {
    border-bottom-color: rgb(63 63 70 / 1);
  }

  .\32xl\:border-b-zinc-700\/15 {
    border-bottom-color: rgb(63 63 70 / 0.15);
  }

  .\32xl\:border-b-zinc-700\/20 {
    border-bottom-color: rgb(63 63 70 / 0.2);
  }

  .\32xl\:border-b-zinc-700\/25 {
    border-bottom-color: rgb(63 63 70 / 0.25);
  }

  .\32xl\:border-b-zinc-700\/30 {
    border-bottom-color: rgb(63 63 70 / 0.3);
  }

  .\32xl\:border-b-zinc-700\/35 {
    border-bottom-color: rgb(63 63 70 / 0.35);
  }

  .\32xl\:border-b-zinc-700\/40 {
    border-bottom-color: rgb(63 63 70 / 0.4);
  }

  .\32xl\:border-b-zinc-700\/45 {
    border-bottom-color: rgb(63 63 70 / 0.45);
  }

  .\32xl\:border-b-zinc-700\/5 {
    border-bottom-color: rgb(63 63 70 / 0.05);
  }

  .\32xl\:border-b-zinc-700\/50 {
    border-bottom-color: rgb(63 63 70 / 0.5);
  }

  .\32xl\:border-b-zinc-700\/55 {
    border-bottom-color: rgb(63 63 70 / 0.55);
  }

  .\32xl\:border-b-zinc-700\/60 {
    border-bottom-color: rgb(63 63 70 / 0.6);
  }

  .\32xl\:border-b-zinc-700\/65 {
    border-bottom-color: rgb(63 63 70 / 0.65);
  }

  .\32xl\:border-b-zinc-700\/70 {
    border-bottom-color: rgb(63 63 70 / 0.7);
  }

  .\32xl\:border-b-zinc-700\/75 {
    border-bottom-color: rgb(63 63 70 / 0.75);
  }

  .\32xl\:border-b-zinc-700\/80 {
    border-bottom-color: rgb(63 63 70 / 0.8);
  }

  .\32xl\:border-b-zinc-700\/85 {
    border-bottom-color: rgb(63 63 70 / 0.85);
  }

  .\32xl\:border-b-zinc-700\/90 {
    border-bottom-color: rgb(63 63 70 / 0.9);
  }

  .\32xl\:border-b-zinc-700\/95 {
    border-bottom-color: rgb(63 63 70 / 0.95);
  }

  .\32xl\:border-b-zinc-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-800\/0 {
    border-bottom-color: rgb(39 39 42 / 0);
  }

  .\32xl\:border-b-zinc-800\/10 {
    border-bottom-color: rgb(39 39 42 / 0.1);
  }

  .\32xl\:border-b-zinc-800\/100 {
    border-bottom-color: rgb(39 39 42 / 1);
  }

  .\32xl\:border-b-zinc-800\/15 {
    border-bottom-color: rgb(39 39 42 / 0.15);
  }

  .\32xl\:border-b-zinc-800\/20 {
    border-bottom-color: rgb(39 39 42 / 0.2);
  }

  .\32xl\:border-b-zinc-800\/25 {
    border-bottom-color: rgb(39 39 42 / 0.25);
  }

  .\32xl\:border-b-zinc-800\/30 {
    border-bottom-color: rgb(39 39 42 / 0.3);
  }

  .\32xl\:border-b-zinc-800\/35 {
    border-bottom-color: rgb(39 39 42 / 0.35);
  }

  .\32xl\:border-b-zinc-800\/40 {
    border-bottom-color: rgb(39 39 42 / 0.4);
  }

  .\32xl\:border-b-zinc-800\/45 {
    border-bottom-color: rgb(39 39 42 / 0.45);
  }

  .\32xl\:border-b-zinc-800\/5 {
    border-bottom-color: rgb(39 39 42 / 0.05);
  }

  .\32xl\:border-b-zinc-800\/50 {
    border-bottom-color: rgb(39 39 42 / 0.5);
  }

  .\32xl\:border-b-zinc-800\/55 {
    border-bottom-color: rgb(39 39 42 / 0.55);
  }

  .\32xl\:border-b-zinc-800\/60 {
    border-bottom-color: rgb(39 39 42 / 0.6);
  }

  .\32xl\:border-b-zinc-800\/65 {
    border-bottom-color: rgb(39 39 42 / 0.65);
  }

  .\32xl\:border-b-zinc-800\/70 {
    border-bottom-color: rgb(39 39 42 / 0.7);
  }

  .\32xl\:border-b-zinc-800\/75 {
    border-bottom-color: rgb(39 39 42 / 0.75);
  }

  .\32xl\:border-b-zinc-800\/80 {
    border-bottom-color: rgb(39 39 42 / 0.8);
  }

  .\32xl\:border-b-zinc-800\/85 {
    border-bottom-color: rgb(39 39 42 / 0.85);
  }

  .\32xl\:border-b-zinc-800\/90 {
    border-bottom-color: rgb(39 39 42 / 0.9);
  }

  .\32xl\:border-b-zinc-800\/95 {
    border-bottom-color: rgb(39 39 42 / 0.95);
  }

  .\32xl\:border-b-zinc-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-900\/0 {
    border-bottom-color: rgb(24 24 27 / 0);
  }

  .\32xl\:border-b-zinc-900\/10 {
    border-bottom-color: rgb(24 24 27 / 0.1);
  }

  .\32xl\:border-b-zinc-900\/100 {
    border-bottom-color: rgb(24 24 27 / 1);
  }

  .\32xl\:border-b-zinc-900\/15 {
    border-bottom-color: rgb(24 24 27 / 0.15);
  }

  .\32xl\:border-b-zinc-900\/20 {
    border-bottom-color: rgb(24 24 27 / 0.2);
  }

  .\32xl\:border-b-zinc-900\/25 {
    border-bottom-color: rgb(24 24 27 / 0.25);
  }

  .\32xl\:border-b-zinc-900\/30 {
    border-bottom-color: rgb(24 24 27 / 0.3);
  }

  .\32xl\:border-b-zinc-900\/35 {
    border-bottom-color: rgb(24 24 27 / 0.35);
  }

  .\32xl\:border-b-zinc-900\/40 {
    border-bottom-color: rgb(24 24 27 / 0.4);
  }

  .\32xl\:border-b-zinc-900\/45 {
    border-bottom-color: rgb(24 24 27 / 0.45);
  }

  .\32xl\:border-b-zinc-900\/5 {
    border-bottom-color: rgb(24 24 27 / 0.05);
  }

  .\32xl\:border-b-zinc-900\/50 {
    border-bottom-color: rgb(24 24 27 / 0.5);
  }

  .\32xl\:border-b-zinc-900\/55 {
    border-bottom-color: rgb(24 24 27 / 0.55);
  }

  .\32xl\:border-b-zinc-900\/60 {
    border-bottom-color: rgb(24 24 27 / 0.6);
  }

  .\32xl\:border-b-zinc-900\/65 {
    border-bottom-color: rgb(24 24 27 / 0.65);
  }

  .\32xl\:border-b-zinc-900\/70 {
    border-bottom-color: rgb(24 24 27 / 0.7);
  }

  .\32xl\:border-b-zinc-900\/75 {
    border-bottom-color: rgb(24 24 27 / 0.75);
  }

  .\32xl\:border-b-zinc-900\/80 {
    border-bottom-color: rgb(24 24 27 / 0.8);
  }

  .\32xl\:border-b-zinc-900\/85 {
    border-bottom-color: rgb(24 24 27 / 0.85);
  }

  .\32xl\:border-b-zinc-900\/90 {
    border-bottom-color: rgb(24 24 27 / 0.9);
  }

  .\32xl\:border-b-zinc-900\/95 {
    border-bottom-color: rgb(24 24 27 / 0.95);
  }

  .\32xl\:border-b-zinc-950 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-b-zinc-950\/0 {
    border-bottom-color: rgb(9 9 11 / 0);
  }

  .\32xl\:border-b-zinc-950\/10 {
    border-bottom-color: rgb(9 9 11 / 0.1);
  }

  .\32xl\:border-b-zinc-950\/100 {
    border-bottom-color: rgb(9 9 11 / 1);
  }

  .\32xl\:border-b-zinc-950\/15 {
    border-bottom-color: rgb(9 9 11 / 0.15);
  }

  .\32xl\:border-b-zinc-950\/20 {
    border-bottom-color: rgb(9 9 11 / 0.2);
  }

  .\32xl\:border-b-zinc-950\/25 {
    border-bottom-color: rgb(9 9 11 / 0.25);
  }

  .\32xl\:border-b-zinc-950\/30 {
    border-bottom-color: rgb(9 9 11 / 0.3);
  }

  .\32xl\:border-b-zinc-950\/35 {
    border-bottom-color: rgb(9 9 11 / 0.35);
  }

  .\32xl\:border-b-zinc-950\/40 {
    border-bottom-color: rgb(9 9 11 / 0.4);
  }

  .\32xl\:border-b-zinc-950\/45 {
    border-bottom-color: rgb(9 9 11 / 0.45);
  }

  .\32xl\:border-b-zinc-950\/5 {
    border-bottom-color: rgb(9 9 11 / 0.05);
  }

  .\32xl\:border-b-zinc-950\/50 {
    border-bottom-color: rgb(9 9 11 / 0.5);
  }

  .\32xl\:border-b-zinc-950\/55 {
    border-bottom-color: rgb(9 9 11 / 0.55);
  }

  .\32xl\:border-b-zinc-950\/60 {
    border-bottom-color: rgb(9 9 11 / 0.6);
  }

  .\32xl\:border-b-zinc-950\/65 {
    border-bottom-color: rgb(9 9 11 / 0.65);
  }

  .\32xl\:border-b-zinc-950\/70 {
    border-bottom-color: rgb(9 9 11 / 0.7);
  }

  .\32xl\:border-b-zinc-950\/75 {
    border-bottom-color: rgb(9 9 11 / 0.75);
  }

  .\32xl\:border-b-zinc-950\/80 {
    border-bottom-color: rgb(9 9 11 / 0.8);
  }

  .\32xl\:border-b-zinc-950\/85 {
    border-bottom-color: rgb(9 9 11 / 0.85);
  }

  .\32xl\:border-b-zinc-950\/90 {
    border-bottom-color: rgb(9 9 11 / 0.9);
  }

  .\32xl\:border-b-zinc-950\/95 {
    border-bottom-color: rgb(9 9 11 / 0.95);
  }

  .\32xl\:border-l-accent {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-accent-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-accent-foreground\/0 {
    border-left-color: hsl(var(--accent-foreground) / 0);
  }

  .\32xl\:border-l-accent-foreground\/10 {
    border-left-color: hsl(var(--accent-foreground) / 0.1);
  }

  .\32xl\:border-l-accent-foreground\/100 {
    border-left-color: hsl(var(--accent-foreground) / 1);
  }

  .\32xl\:border-l-accent-foreground\/15 {
    border-left-color: hsl(var(--accent-foreground) / 0.15);
  }

  .\32xl\:border-l-accent-foreground\/20 {
    border-left-color: hsl(var(--accent-foreground) / 0.2);
  }

  .\32xl\:border-l-accent-foreground\/25 {
    border-left-color: hsl(var(--accent-foreground) / 0.25);
  }

  .\32xl\:border-l-accent-foreground\/30 {
    border-left-color: hsl(var(--accent-foreground) / 0.3);
  }

  .\32xl\:border-l-accent-foreground\/35 {
    border-left-color: hsl(var(--accent-foreground) / 0.35);
  }

  .\32xl\:border-l-accent-foreground\/40 {
    border-left-color: hsl(var(--accent-foreground) / 0.4);
  }

  .\32xl\:border-l-accent-foreground\/45 {
    border-left-color: hsl(var(--accent-foreground) / 0.45);
  }

  .\32xl\:border-l-accent-foreground\/5 {
    border-left-color: hsl(var(--accent-foreground) / 0.05);
  }

  .\32xl\:border-l-accent-foreground\/50 {
    border-left-color: hsl(var(--accent-foreground) / 0.5);
  }

  .\32xl\:border-l-accent-foreground\/55 {
    border-left-color: hsl(var(--accent-foreground) / 0.55);
  }

  .\32xl\:border-l-accent-foreground\/60 {
    border-left-color: hsl(var(--accent-foreground) / 0.6);
  }

  .\32xl\:border-l-accent-foreground\/65 {
    border-left-color: hsl(var(--accent-foreground) / 0.65);
  }

  .\32xl\:border-l-accent-foreground\/70 {
    border-left-color: hsl(var(--accent-foreground) / 0.7);
  }

  .\32xl\:border-l-accent-foreground\/75 {
    border-left-color: hsl(var(--accent-foreground) / 0.75);
  }

  .\32xl\:border-l-accent-foreground\/80 {
    border-left-color: hsl(var(--accent-foreground) / 0.8);
  }

  .\32xl\:border-l-accent-foreground\/85 {
    border-left-color: hsl(var(--accent-foreground) / 0.85);
  }

  .\32xl\:border-l-accent-foreground\/90 {
    border-left-color: hsl(var(--accent-foreground) / 0.9);
  }

  .\32xl\:border-l-accent-foreground\/95 {
    border-left-color: hsl(var(--accent-foreground) / 0.95);
  }

  .\32xl\:border-l-accent\/0 {
    border-left-color: hsl(var(--accent) / 0);
  }

  .\32xl\:border-l-accent\/10 {
    border-left-color: hsl(var(--accent) / 0.1);
  }

  .\32xl\:border-l-accent\/100 {
    border-left-color: hsl(var(--accent) / 1);
  }

  .\32xl\:border-l-accent\/15 {
    border-left-color: hsl(var(--accent) / 0.15);
  }

  .\32xl\:border-l-accent\/20 {
    border-left-color: hsl(var(--accent) / 0.2);
  }

  .\32xl\:border-l-accent\/25 {
    border-left-color: hsl(var(--accent) / 0.25);
  }

  .\32xl\:border-l-accent\/30 {
    border-left-color: hsl(var(--accent) / 0.3);
  }

  .\32xl\:border-l-accent\/35 {
    border-left-color: hsl(var(--accent) / 0.35);
  }

  .\32xl\:border-l-accent\/40 {
    border-left-color: hsl(var(--accent) / 0.4);
  }

  .\32xl\:border-l-accent\/45 {
    border-left-color: hsl(var(--accent) / 0.45);
  }

  .\32xl\:border-l-accent\/5 {
    border-left-color: hsl(var(--accent) / 0.05);
  }

  .\32xl\:border-l-accent\/50 {
    border-left-color: hsl(var(--accent) / 0.5);
  }

  .\32xl\:border-l-accent\/55 {
    border-left-color: hsl(var(--accent) / 0.55);
  }

  .\32xl\:border-l-accent\/60 {
    border-left-color: hsl(var(--accent) / 0.6);
  }

  .\32xl\:border-l-accent\/65 {
    border-left-color: hsl(var(--accent) / 0.65);
  }

  .\32xl\:border-l-accent\/70 {
    border-left-color: hsl(var(--accent) / 0.7);
  }

  .\32xl\:border-l-accent\/75 {
    border-left-color: hsl(var(--accent) / 0.75);
  }

  .\32xl\:border-l-accent\/80 {
    border-left-color: hsl(var(--accent) / 0.8);
  }

  .\32xl\:border-l-accent\/85 {
    border-left-color: hsl(var(--accent) / 0.85);
  }

  .\32xl\:border-l-accent\/90 {
    border-left-color: hsl(var(--accent) / 0.9);
  }

  .\32xl\:border-l-accent\/95 {
    border-left-color: hsl(var(--accent) / 0.95);
  }

  .\32xl\:border-l-amber-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-100\/0 {
    border-left-color: rgb(254 243 199 / 0);
  }

  .\32xl\:border-l-amber-100\/10 {
    border-left-color: rgb(254 243 199 / 0.1);
  }

  .\32xl\:border-l-amber-100\/100 {
    border-left-color: rgb(254 243 199 / 1);
  }

  .\32xl\:border-l-amber-100\/15 {
    border-left-color: rgb(254 243 199 / 0.15);
  }

  .\32xl\:border-l-amber-100\/20 {
    border-left-color: rgb(254 243 199 / 0.2);
  }

  .\32xl\:border-l-amber-100\/25 {
    border-left-color: rgb(254 243 199 / 0.25);
  }

  .\32xl\:border-l-amber-100\/30 {
    border-left-color: rgb(254 243 199 / 0.3);
  }

  .\32xl\:border-l-amber-100\/35 {
    border-left-color: rgb(254 243 199 / 0.35);
  }

  .\32xl\:border-l-amber-100\/40 {
    border-left-color: rgb(254 243 199 / 0.4);
  }

  .\32xl\:border-l-amber-100\/45 {
    border-left-color: rgb(254 243 199 / 0.45);
  }

  .\32xl\:border-l-amber-100\/5 {
    border-left-color: rgb(254 243 199 / 0.05);
  }

  .\32xl\:border-l-amber-100\/50 {
    border-left-color: rgb(254 243 199 / 0.5);
  }

  .\32xl\:border-l-amber-100\/55 {
    border-left-color: rgb(254 243 199 / 0.55);
  }

  .\32xl\:border-l-amber-100\/60 {
    border-left-color: rgb(254 243 199 / 0.6);
  }

  .\32xl\:border-l-amber-100\/65 {
    border-left-color: rgb(254 243 199 / 0.65);
  }

  .\32xl\:border-l-amber-100\/70 {
    border-left-color: rgb(254 243 199 / 0.7);
  }

  .\32xl\:border-l-amber-100\/75 {
    border-left-color: rgb(254 243 199 / 0.75);
  }

  .\32xl\:border-l-amber-100\/80 {
    border-left-color: rgb(254 243 199 / 0.8);
  }

  .\32xl\:border-l-amber-100\/85 {
    border-left-color: rgb(254 243 199 / 0.85);
  }

  .\32xl\:border-l-amber-100\/90 {
    border-left-color: rgb(254 243 199 / 0.9);
  }

  .\32xl\:border-l-amber-100\/95 {
    border-left-color: rgb(254 243 199 / 0.95);
  }

  .\32xl\:border-l-amber-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-200\/0 {
    border-left-color: rgb(253 230 138 / 0);
  }

  .\32xl\:border-l-amber-200\/10 {
    border-left-color: rgb(253 230 138 / 0.1);
  }

  .\32xl\:border-l-amber-200\/100 {
    border-left-color: rgb(253 230 138 / 1);
  }

  .\32xl\:border-l-amber-200\/15 {
    border-left-color: rgb(253 230 138 / 0.15);
  }

  .\32xl\:border-l-amber-200\/20 {
    border-left-color: rgb(253 230 138 / 0.2);
  }

  .\32xl\:border-l-amber-200\/25 {
    border-left-color: rgb(253 230 138 / 0.25);
  }

  .\32xl\:border-l-amber-200\/30 {
    border-left-color: rgb(253 230 138 / 0.3);
  }

  .\32xl\:border-l-amber-200\/35 {
    border-left-color: rgb(253 230 138 / 0.35);
  }

  .\32xl\:border-l-amber-200\/40 {
    border-left-color: rgb(253 230 138 / 0.4);
  }

  .\32xl\:border-l-amber-200\/45 {
    border-left-color: rgb(253 230 138 / 0.45);
  }

  .\32xl\:border-l-amber-200\/5 {
    border-left-color: rgb(253 230 138 / 0.05);
  }

  .\32xl\:border-l-amber-200\/50 {
    border-left-color: rgb(253 230 138 / 0.5);
  }

  .\32xl\:border-l-amber-200\/55 {
    border-left-color: rgb(253 230 138 / 0.55);
  }

  .\32xl\:border-l-amber-200\/60 {
    border-left-color: rgb(253 230 138 / 0.6);
  }

  .\32xl\:border-l-amber-200\/65 {
    border-left-color: rgb(253 230 138 / 0.65);
  }

  .\32xl\:border-l-amber-200\/70 {
    border-left-color: rgb(253 230 138 / 0.7);
  }

  .\32xl\:border-l-amber-200\/75 {
    border-left-color: rgb(253 230 138 / 0.75);
  }

  .\32xl\:border-l-amber-200\/80 {
    border-left-color: rgb(253 230 138 / 0.8);
  }

  .\32xl\:border-l-amber-200\/85 {
    border-left-color: rgb(253 230 138 / 0.85);
  }

  .\32xl\:border-l-amber-200\/90 {
    border-left-color: rgb(253 230 138 / 0.9);
  }

  .\32xl\:border-l-amber-200\/95 {
    border-left-color: rgb(253 230 138 / 0.95);
  }

  .\32xl\:border-l-amber-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-300\/0 {
    border-left-color: rgb(252 211 77 / 0);
  }

  .\32xl\:border-l-amber-300\/10 {
    border-left-color: rgb(252 211 77 / 0.1);
  }

  .\32xl\:border-l-amber-300\/100 {
    border-left-color: rgb(252 211 77 / 1);
  }

  .\32xl\:border-l-amber-300\/15 {
    border-left-color: rgb(252 211 77 / 0.15);
  }

  .\32xl\:border-l-amber-300\/20 {
    border-left-color: rgb(252 211 77 / 0.2);
  }

  .\32xl\:border-l-amber-300\/25 {
    border-left-color: rgb(252 211 77 / 0.25);
  }

  .\32xl\:border-l-amber-300\/30 {
    border-left-color: rgb(252 211 77 / 0.3);
  }

  .\32xl\:border-l-amber-300\/35 {
    border-left-color: rgb(252 211 77 / 0.35);
  }

  .\32xl\:border-l-amber-300\/40 {
    border-left-color: rgb(252 211 77 / 0.4);
  }

  .\32xl\:border-l-amber-300\/45 {
    border-left-color: rgb(252 211 77 / 0.45);
  }

  .\32xl\:border-l-amber-300\/5 {
    border-left-color: rgb(252 211 77 / 0.05);
  }

  .\32xl\:border-l-amber-300\/50 {
    border-left-color: rgb(252 211 77 / 0.5);
  }

  .\32xl\:border-l-amber-300\/55 {
    border-left-color: rgb(252 211 77 / 0.55);
  }

  .\32xl\:border-l-amber-300\/60 {
    border-left-color: rgb(252 211 77 / 0.6);
  }

  .\32xl\:border-l-amber-300\/65 {
    border-left-color: rgb(252 211 77 / 0.65);
  }

  .\32xl\:border-l-amber-300\/70 {
    border-left-color: rgb(252 211 77 / 0.7);
  }

  .\32xl\:border-l-amber-300\/75 {
    border-left-color: rgb(252 211 77 / 0.75);
  }

  .\32xl\:border-l-amber-300\/80 {
    border-left-color: rgb(252 211 77 / 0.8);
  }

  .\32xl\:border-l-amber-300\/85 {
    border-left-color: rgb(252 211 77 / 0.85);
  }

  .\32xl\:border-l-amber-300\/90 {
    border-left-color: rgb(252 211 77 / 0.9);
  }

  .\32xl\:border-l-amber-300\/95 {
    border-left-color: rgb(252 211 77 / 0.95);
  }

  .\32xl\:border-l-amber-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-400\/0 {
    border-left-color: rgb(251 191 36 / 0);
  }

  .\32xl\:border-l-amber-400\/10 {
    border-left-color: rgb(251 191 36 / 0.1);
  }

  .\32xl\:border-l-amber-400\/100 {
    border-left-color: rgb(251 191 36 / 1);
  }

  .\32xl\:border-l-amber-400\/15 {
    border-left-color: rgb(251 191 36 / 0.15);
  }

  .\32xl\:border-l-amber-400\/20 {
    border-left-color: rgb(251 191 36 / 0.2);
  }

  .\32xl\:border-l-amber-400\/25 {
    border-left-color: rgb(251 191 36 / 0.25);
  }

  .\32xl\:border-l-amber-400\/30 {
    border-left-color: rgb(251 191 36 / 0.3);
  }

  .\32xl\:border-l-amber-400\/35 {
    border-left-color: rgb(251 191 36 / 0.35);
  }

  .\32xl\:border-l-amber-400\/40 {
    border-left-color: rgb(251 191 36 / 0.4);
  }

  .\32xl\:border-l-amber-400\/45 {
    border-left-color: rgb(251 191 36 / 0.45);
  }

  .\32xl\:border-l-amber-400\/5 {
    border-left-color: rgb(251 191 36 / 0.05);
  }

  .\32xl\:border-l-amber-400\/50 {
    border-left-color: rgb(251 191 36 / 0.5);
  }

  .\32xl\:border-l-amber-400\/55 {
    border-left-color: rgb(251 191 36 / 0.55);
  }

  .\32xl\:border-l-amber-400\/60 {
    border-left-color: rgb(251 191 36 / 0.6);
  }

  .\32xl\:border-l-amber-400\/65 {
    border-left-color: rgb(251 191 36 / 0.65);
  }

  .\32xl\:border-l-amber-400\/70 {
    border-left-color: rgb(251 191 36 / 0.7);
  }

  .\32xl\:border-l-amber-400\/75 {
    border-left-color: rgb(251 191 36 / 0.75);
  }

  .\32xl\:border-l-amber-400\/80 {
    border-left-color: rgb(251 191 36 / 0.8);
  }

  .\32xl\:border-l-amber-400\/85 {
    border-left-color: rgb(251 191 36 / 0.85);
  }

  .\32xl\:border-l-amber-400\/90 {
    border-left-color: rgb(251 191 36 / 0.9);
  }

  .\32xl\:border-l-amber-400\/95 {
    border-left-color: rgb(251 191 36 / 0.95);
  }

  .\32xl\:border-l-amber-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-50\/0 {
    border-left-color: rgb(255 251 235 / 0);
  }

  .\32xl\:border-l-amber-50\/10 {
    border-left-color: rgb(255 251 235 / 0.1);
  }

  .\32xl\:border-l-amber-50\/100 {
    border-left-color: rgb(255 251 235 / 1);
  }

  .\32xl\:border-l-amber-50\/15 {
    border-left-color: rgb(255 251 235 / 0.15);
  }

  .\32xl\:border-l-amber-50\/20 {
    border-left-color: rgb(255 251 235 / 0.2);
  }

  .\32xl\:border-l-amber-50\/25 {
    border-left-color: rgb(255 251 235 / 0.25);
  }

  .\32xl\:border-l-amber-50\/30 {
    border-left-color: rgb(255 251 235 / 0.3);
  }

  .\32xl\:border-l-amber-50\/35 {
    border-left-color: rgb(255 251 235 / 0.35);
  }

  .\32xl\:border-l-amber-50\/40 {
    border-left-color: rgb(255 251 235 / 0.4);
  }

  .\32xl\:border-l-amber-50\/45 {
    border-left-color: rgb(255 251 235 / 0.45);
  }

  .\32xl\:border-l-amber-50\/5 {
    border-left-color: rgb(255 251 235 / 0.05);
  }

  .\32xl\:border-l-amber-50\/50 {
    border-left-color: rgb(255 251 235 / 0.5);
  }

  .\32xl\:border-l-amber-50\/55 {
    border-left-color: rgb(255 251 235 / 0.55);
  }

  .\32xl\:border-l-amber-50\/60 {
    border-left-color: rgb(255 251 235 / 0.6);
  }

  .\32xl\:border-l-amber-50\/65 {
    border-left-color: rgb(255 251 235 / 0.65);
  }

  .\32xl\:border-l-amber-50\/70 {
    border-left-color: rgb(255 251 235 / 0.7);
  }

  .\32xl\:border-l-amber-50\/75 {
    border-left-color: rgb(255 251 235 / 0.75);
  }

  .\32xl\:border-l-amber-50\/80 {
    border-left-color: rgb(255 251 235 / 0.8);
  }

  .\32xl\:border-l-amber-50\/85 {
    border-left-color: rgb(255 251 235 / 0.85);
  }

  .\32xl\:border-l-amber-50\/90 {
    border-left-color: rgb(255 251 235 / 0.9);
  }

  .\32xl\:border-l-amber-50\/95 {
    border-left-color: rgb(255 251 235 / 0.95);
  }

  .\32xl\:border-l-amber-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-500\/0 {
    border-left-color: rgb(245 158 11 / 0);
  }

  .\32xl\:border-l-amber-500\/10 {
    border-left-color: rgb(245 158 11 / 0.1);
  }

  .\32xl\:border-l-amber-500\/100 {
    border-left-color: rgb(245 158 11 / 1);
  }

  .\32xl\:border-l-amber-500\/15 {
    border-left-color: rgb(245 158 11 / 0.15);
  }

  .\32xl\:border-l-amber-500\/20 {
    border-left-color: rgb(245 158 11 / 0.2);
  }

  .\32xl\:border-l-amber-500\/25 {
    border-left-color: rgb(245 158 11 / 0.25);
  }

  .\32xl\:border-l-amber-500\/30 {
    border-left-color: rgb(245 158 11 / 0.3);
  }

  .\32xl\:border-l-amber-500\/35 {
    border-left-color: rgb(245 158 11 / 0.35);
  }

  .\32xl\:border-l-amber-500\/40 {
    border-left-color: rgb(245 158 11 / 0.4);
  }

  .\32xl\:border-l-amber-500\/45 {
    border-left-color: rgb(245 158 11 / 0.45);
  }

  .\32xl\:border-l-amber-500\/5 {
    border-left-color: rgb(245 158 11 / 0.05);
  }

  .\32xl\:border-l-amber-500\/50 {
    border-left-color: rgb(245 158 11 / 0.5);
  }

  .\32xl\:border-l-amber-500\/55 {
    border-left-color: rgb(245 158 11 / 0.55);
  }

  .\32xl\:border-l-amber-500\/60 {
    border-left-color: rgb(245 158 11 / 0.6);
  }

  .\32xl\:border-l-amber-500\/65 {
    border-left-color: rgb(245 158 11 / 0.65);
  }

  .\32xl\:border-l-amber-500\/70 {
    border-left-color: rgb(245 158 11 / 0.7);
  }

  .\32xl\:border-l-amber-500\/75 {
    border-left-color: rgb(245 158 11 / 0.75);
  }

  .\32xl\:border-l-amber-500\/80 {
    border-left-color: rgb(245 158 11 / 0.8);
  }

  .\32xl\:border-l-amber-500\/85 {
    border-left-color: rgb(245 158 11 / 0.85);
  }

  .\32xl\:border-l-amber-500\/90 {
    border-left-color: rgb(245 158 11 / 0.9);
  }

  .\32xl\:border-l-amber-500\/95 {
    border-left-color: rgb(245 158 11 / 0.95);
  }

  .\32xl\:border-l-amber-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-600\/0 {
    border-left-color: rgb(217 119 6 / 0);
  }

  .\32xl\:border-l-amber-600\/10 {
    border-left-color: rgb(217 119 6 / 0.1);
  }

  .\32xl\:border-l-amber-600\/100 {
    border-left-color: rgb(217 119 6 / 1);
  }

  .\32xl\:border-l-amber-600\/15 {
    border-left-color: rgb(217 119 6 / 0.15);
  }

  .\32xl\:border-l-amber-600\/20 {
    border-left-color: rgb(217 119 6 / 0.2);
  }

  .\32xl\:border-l-amber-600\/25 {
    border-left-color: rgb(217 119 6 / 0.25);
  }

  .\32xl\:border-l-amber-600\/30 {
    border-left-color: rgb(217 119 6 / 0.3);
  }

  .\32xl\:border-l-amber-600\/35 {
    border-left-color: rgb(217 119 6 / 0.35);
  }

  .\32xl\:border-l-amber-600\/40 {
    border-left-color: rgb(217 119 6 / 0.4);
  }

  .\32xl\:border-l-amber-600\/45 {
    border-left-color: rgb(217 119 6 / 0.45);
  }

  .\32xl\:border-l-amber-600\/5 {
    border-left-color: rgb(217 119 6 / 0.05);
  }

  .\32xl\:border-l-amber-600\/50 {
    border-left-color: rgb(217 119 6 / 0.5);
  }

  .\32xl\:border-l-amber-600\/55 {
    border-left-color: rgb(217 119 6 / 0.55);
  }

  .\32xl\:border-l-amber-600\/60 {
    border-left-color: rgb(217 119 6 / 0.6);
  }

  .\32xl\:border-l-amber-600\/65 {
    border-left-color: rgb(217 119 6 / 0.65);
  }

  .\32xl\:border-l-amber-600\/70 {
    border-left-color: rgb(217 119 6 / 0.7);
  }

  .\32xl\:border-l-amber-600\/75 {
    border-left-color: rgb(217 119 6 / 0.75);
  }

  .\32xl\:border-l-amber-600\/80 {
    border-left-color: rgb(217 119 6 / 0.8);
  }

  .\32xl\:border-l-amber-600\/85 {
    border-left-color: rgb(217 119 6 / 0.85);
  }

  .\32xl\:border-l-amber-600\/90 {
    border-left-color: rgb(217 119 6 / 0.9);
  }

  .\32xl\:border-l-amber-600\/95 {
    border-left-color: rgb(217 119 6 / 0.95);
  }

  .\32xl\:border-l-amber-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-700\/0 {
    border-left-color: rgb(180 83 9 / 0);
  }

  .\32xl\:border-l-amber-700\/10 {
    border-left-color: rgb(180 83 9 / 0.1);
  }

  .\32xl\:border-l-amber-700\/100 {
    border-left-color: rgb(180 83 9 / 1);
  }

  .\32xl\:border-l-amber-700\/15 {
    border-left-color: rgb(180 83 9 / 0.15);
  }

  .\32xl\:border-l-amber-700\/20 {
    border-left-color: rgb(180 83 9 / 0.2);
  }

  .\32xl\:border-l-amber-700\/25 {
    border-left-color: rgb(180 83 9 / 0.25);
  }

  .\32xl\:border-l-amber-700\/30 {
    border-left-color: rgb(180 83 9 / 0.3);
  }

  .\32xl\:border-l-amber-700\/35 {
    border-left-color: rgb(180 83 9 / 0.35);
  }

  .\32xl\:border-l-amber-700\/40 {
    border-left-color: rgb(180 83 9 / 0.4);
  }

  .\32xl\:border-l-amber-700\/45 {
    border-left-color: rgb(180 83 9 / 0.45);
  }

  .\32xl\:border-l-amber-700\/5 {
    border-left-color: rgb(180 83 9 / 0.05);
  }

  .\32xl\:border-l-amber-700\/50 {
    border-left-color: rgb(180 83 9 / 0.5);
  }

  .\32xl\:border-l-amber-700\/55 {
    border-left-color: rgb(180 83 9 / 0.55);
  }

  .\32xl\:border-l-amber-700\/60 {
    border-left-color: rgb(180 83 9 / 0.6);
  }

  .\32xl\:border-l-amber-700\/65 {
    border-left-color: rgb(180 83 9 / 0.65);
  }

  .\32xl\:border-l-amber-700\/70 {
    border-left-color: rgb(180 83 9 / 0.7);
  }

  .\32xl\:border-l-amber-700\/75 {
    border-left-color: rgb(180 83 9 / 0.75);
  }

  .\32xl\:border-l-amber-700\/80 {
    border-left-color: rgb(180 83 9 / 0.8);
  }

  .\32xl\:border-l-amber-700\/85 {
    border-left-color: rgb(180 83 9 / 0.85);
  }

  .\32xl\:border-l-amber-700\/90 {
    border-left-color: rgb(180 83 9 / 0.9);
  }

  .\32xl\:border-l-amber-700\/95 {
    border-left-color: rgb(180 83 9 / 0.95);
  }

  .\32xl\:border-l-amber-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-800\/0 {
    border-left-color: rgb(146 64 14 / 0);
  }

  .\32xl\:border-l-amber-800\/10 {
    border-left-color: rgb(146 64 14 / 0.1);
  }

  .\32xl\:border-l-amber-800\/100 {
    border-left-color: rgb(146 64 14 / 1);
  }

  .\32xl\:border-l-amber-800\/15 {
    border-left-color: rgb(146 64 14 / 0.15);
  }

  .\32xl\:border-l-amber-800\/20 {
    border-left-color: rgb(146 64 14 / 0.2);
  }

  .\32xl\:border-l-amber-800\/25 {
    border-left-color: rgb(146 64 14 / 0.25);
  }

  .\32xl\:border-l-amber-800\/30 {
    border-left-color: rgb(146 64 14 / 0.3);
  }

  .\32xl\:border-l-amber-800\/35 {
    border-left-color: rgb(146 64 14 / 0.35);
  }

  .\32xl\:border-l-amber-800\/40 {
    border-left-color: rgb(146 64 14 / 0.4);
  }

  .\32xl\:border-l-amber-800\/45 {
    border-left-color: rgb(146 64 14 / 0.45);
  }

  .\32xl\:border-l-amber-800\/5 {
    border-left-color: rgb(146 64 14 / 0.05);
  }

  .\32xl\:border-l-amber-800\/50 {
    border-left-color: rgb(146 64 14 / 0.5);
  }

  .\32xl\:border-l-amber-800\/55 {
    border-left-color: rgb(146 64 14 / 0.55);
  }

  .\32xl\:border-l-amber-800\/60 {
    border-left-color: rgb(146 64 14 / 0.6);
  }

  .\32xl\:border-l-amber-800\/65 {
    border-left-color: rgb(146 64 14 / 0.65);
  }

  .\32xl\:border-l-amber-800\/70 {
    border-left-color: rgb(146 64 14 / 0.7);
  }

  .\32xl\:border-l-amber-800\/75 {
    border-left-color: rgb(146 64 14 / 0.75);
  }

  .\32xl\:border-l-amber-800\/80 {
    border-left-color: rgb(146 64 14 / 0.8);
  }

  .\32xl\:border-l-amber-800\/85 {
    border-left-color: rgb(146 64 14 / 0.85);
  }

  .\32xl\:border-l-amber-800\/90 {
    border-left-color: rgb(146 64 14 / 0.9);
  }

  .\32xl\:border-l-amber-800\/95 {
    border-left-color: rgb(146 64 14 / 0.95);
  }

  .\32xl\:border-l-amber-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-900\/0 {
    border-left-color: rgb(120 53 15 / 0);
  }

  .\32xl\:border-l-amber-900\/10 {
    border-left-color: rgb(120 53 15 / 0.1);
  }

  .\32xl\:border-l-amber-900\/100 {
    border-left-color: rgb(120 53 15 / 1);
  }

  .\32xl\:border-l-amber-900\/15 {
    border-left-color: rgb(120 53 15 / 0.15);
  }

  .\32xl\:border-l-amber-900\/20 {
    border-left-color: rgb(120 53 15 / 0.2);
  }

  .\32xl\:border-l-amber-900\/25 {
    border-left-color: rgb(120 53 15 / 0.25);
  }

  .\32xl\:border-l-amber-900\/30 {
    border-left-color: rgb(120 53 15 / 0.3);
  }

  .\32xl\:border-l-amber-900\/35 {
    border-left-color: rgb(120 53 15 / 0.35);
  }

  .\32xl\:border-l-amber-900\/40 {
    border-left-color: rgb(120 53 15 / 0.4);
  }

  .\32xl\:border-l-amber-900\/45 {
    border-left-color: rgb(120 53 15 / 0.45);
  }

  .\32xl\:border-l-amber-900\/5 {
    border-left-color: rgb(120 53 15 / 0.05);
  }

  .\32xl\:border-l-amber-900\/50 {
    border-left-color: rgb(120 53 15 / 0.5);
  }

  .\32xl\:border-l-amber-900\/55 {
    border-left-color: rgb(120 53 15 / 0.55);
  }

  .\32xl\:border-l-amber-900\/60 {
    border-left-color: rgb(120 53 15 / 0.6);
  }

  .\32xl\:border-l-amber-900\/65 {
    border-left-color: rgb(120 53 15 / 0.65);
  }

  .\32xl\:border-l-amber-900\/70 {
    border-left-color: rgb(120 53 15 / 0.7);
  }

  .\32xl\:border-l-amber-900\/75 {
    border-left-color: rgb(120 53 15 / 0.75);
  }

  .\32xl\:border-l-amber-900\/80 {
    border-left-color: rgb(120 53 15 / 0.8);
  }

  .\32xl\:border-l-amber-900\/85 {
    border-left-color: rgb(120 53 15 / 0.85);
  }

  .\32xl\:border-l-amber-900\/90 {
    border-left-color: rgb(120 53 15 / 0.9);
  }

  .\32xl\:border-l-amber-900\/95 {
    border-left-color: rgb(120 53 15 / 0.95);
  }

  .\32xl\:border-l-amber-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-amber-950\/0 {
    border-left-color: rgb(69 26 3 / 0);
  }

  .\32xl\:border-l-amber-950\/10 {
    border-left-color: rgb(69 26 3 / 0.1);
  }

  .\32xl\:border-l-amber-950\/100 {
    border-left-color: rgb(69 26 3 / 1);
  }

  .\32xl\:border-l-amber-950\/15 {
    border-left-color: rgb(69 26 3 / 0.15);
  }

  .\32xl\:border-l-amber-950\/20 {
    border-left-color: rgb(69 26 3 / 0.2);
  }

  .\32xl\:border-l-amber-950\/25 {
    border-left-color: rgb(69 26 3 / 0.25);
  }

  .\32xl\:border-l-amber-950\/30 {
    border-left-color: rgb(69 26 3 / 0.3);
  }

  .\32xl\:border-l-amber-950\/35 {
    border-left-color: rgb(69 26 3 / 0.35);
  }

  .\32xl\:border-l-amber-950\/40 {
    border-left-color: rgb(69 26 3 / 0.4);
  }

  .\32xl\:border-l-amber-950\/45 {
    border-left-color: rgb(69 26 3 / 0.45);
  }

  .\32xl\:border-l-amber-950\/5 {
    border-left-color: rgb(69 26 3 / 0.05);
  }

  .\32xl\:border-l-amber-950\/50 {
    border-left-color: rgb(69 26 3 / 0.5);
  }

  .\32xl\:border-l-amber-950\/55 {
    border-left-color: rgb(69 26 3 / 0.55);
  }

  .\32xl\:border-l-amber-950\/60 {
    border-left-color: rgb(69 26 3 / 0.6);
  }

  .\32xl\:border-l-amber-950\/65 {
    border-left-color: rgb(69 26 3 / 0.65);
  }

  .\32xl\:border-l-amber-950\/70 {
    border-left-color: rgb(69 26 3 / 0.7);
  }

  .\32xl\:border-l-amber-950\/75 {
    border-left-color: rgb(69 26 3 / 0.75);
  }

  .\32xl\:border-l-amber-950\/80 {
    border-left-color: rgb(69 26 3 / 0.8);
  }

  .\32xl\:border-l-amber-950\/85 {
    border-left-color: rgb(69 26 3 / 0.85);
  }

  .\32xl\:border-l-amber-950\/90 {
    border-left-color: rgb(69 26 3 / 0.9);
  }

  .\32xl\:border-l-amber-950\/95 {
    border-left-color: rgb(69 26 3 / 0.95);
  }

  .\32xl\:border-l-background {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-background\/0 {
    border-left-color: hsl(var(--background) / 0);
  }

  .\32xl\:border-l-background\/10 {
    border-left-color: hsl(var(--background) / 0.1);
  }

  .\32xl\:border-l-background\/100 {
    border-left-color: hsl(var(--background) / 1);
  }

  .\32xl\:border-l-background\/15 {
    border-left-color: hsl(var(--background) / 0.15);
  }

  .\32xl\:border-l-background\/20 {
    border-left-color: hsl(var(--background) / 0.2);
  }

  .\32xl\:border-l-background\/25 {
    border-left-color: hsl(var(--background) / 0.25);
  }

  .\32xl\:border-l-background\/30 {
    border-left-color: hsl(var(--background) / 0.3);
  }

  .\32xl\:border-l-background\/35 {
    border-left-color: hsl(var(--background) / 0.35);
  }

  .\32xl\:border-l-background\/40 {
    border-left-color: hsl(var(--background) / 0.4);
  }

  .\32xl\:border-l-background\/45 {
    border-left-color: hsl(var(--background) / 0.45);
  }

  .\32xl\:border-l-background\/5 {
    border-left-color: hsl(var(--background) / 0.05);
  }

  .\32xl\:border-l-background\/50 {
    border-left-color: hsl(var(--background) / 0.5);
  }

  .\32xl\:border-l-background\/55 {
    border-left-color: hsl(var(--background) / 0.55);
  }

  .\32xl\:border-l-background\/60 {
    border-left-color: hsl(var(--background) / 0.6);
  }

  .\32xl\:border-l-background\/65 {
    border-left-color: hsl(var(--background) / 0.65);
  }

  .\32xl\:border-l-background\/70 {
    border-left-color: hsl(var(--background) / 0.7);
  }

  .\32xl\:border-l-background\/75 {
    border-left-color: hsl(var(--background) / 0.75);
  }

  .\32xl\:border-l-background\/80 {
    border-left-color: hsl(var(--background) / 0.8);
  }

  .\32xl\:border-l-background\/85 {
    border-left-color: hsl(var(--background) / 0.85);
  }

  .\32xl\:border-l-background\/90 {
    border-left-color: hsl(var(--background) / 0.9);
  }

  .\32xl\:border-l-background\/95 {
    border-left-color: hsl(var(--background) / 0.95);
  }

  .\32xl\:border-l-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-black\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-l-black\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-l-black\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-l-black\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-l-black\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-l-black\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-l-black\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-l-black\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-l-black\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-l-black\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-l-black\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-l-black\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-l-black\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-l-black\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-l-black\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-l-black\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-l-black\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-l-black\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-l-black\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-l-black\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-l-black\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-l-blue-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-100\/0 {
    border-left-color: rgb(219 234 254 / 0);
  }

  .\32xl\:border-l-blue-100\/10 {
    border-left-color: rgb(219 234 254 / 0.1);
  }

  .\32xl\:border-l-blue-100\/100 {
    border-left-color: rgb(219 234 254 / 1);
  }

  .\32xl\:border-l-blue-100\/15 {
    border-left-color: rgb(219 234 254 / 0.15);
  }

  .\32xl\:border-l-blue-100\/20 {
    border-left-color: rgb(219 234 254 / 0.2);
  }

  .\32xl\:border-l-blue-100\/25 {
    border-left-color: rgb(219 234 254 / 0.25);
  }

  .\32xl\:border-l-blue-100\/30 {
    border-left-color: rgb(219 234 254 / 0.3);
  }

  .\32xl\:border-l-blue-100\/35 {
    border-left-color: rgb(219 234 254 / 0.35);
  }

  .\32xl\:border-l-blue-100\/40 {
    border-left-color: rgb(219 234 254 / 0.4);
  }

  .\32xl\:border-l-blue-100\/45 {
    border-left-color: rgb(219 234 254 / 0.45);
  }

  .\32xl\:border-l-blue-100\/5 {
    border-left-color: rgb(219 234 254 / 0.05);
  }

  .\32xl\:border-l-blue-100\/50 {
    border-left-color: rgb(219 234 254 / 0.5);
  }

  .\32xl\:border-l-blue-100\/55 {
    border-left-color: rgb(219 234 254 / 0.55);
  }

  .\32xl\:border-l-blue-100\/60 {
    border-left-color: rgb(219 234 254 / 0.6);
  }

  .\32xl\:border-l-blue-100\/65 {
    border-left-color: rgb(219 234 254 / 0.65);
  }

  .\32xl\:border-l-blue-100\/70 {
    border-left-color: rgb(219 234 254 / 0.7);
  }

  .\32xl\:border-l-blue-100\/75 {
    border-left-color: rgb(219 234 254 / 0.75);
  }

  .\32xl\:border-l-blue-100\/80 {
    border-left-color: rgb(219 234 254 / 0.8);
  }

  .\32xl\:border-l-blue-100\/85 {
    border-left-color: rgb(219 234 254 / 0.85);
  }

  .\32xl\:border-l-blue-100\/90 {
    border-left-color: rgb(219 234 254 / 0.9);
  }

  .\32xl\:border-l-blue-100\/95 {
    border-left-color: rgb(219 234 254 / 0.95);
  }

  .\32xl\:border-l-blue-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-200\/0 {
    border-left-color: rgb(191 219 254 / 0);
  }

  .\32xl\:border-l-blue-200\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
  }

  .\32xl\:border-l-blue-200\/100 {
    border-left-color: rgb(191 219 254 / 1);
  }

  .\32xl\:border-l-blue-200\/15 {
    border-left-color: rgb(191 219 254 / 0.15);
  }

  .\32xl\:border-l-blue-200\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
  }

  .\32xl\:border-l-blue-200\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
  }

  .\32xl\:border-l-blue-200\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
  }

  .\32xl\:border-l-blue-200\/35 {
    border-left-color: rgb(191 219 254 / 0.35);
  }

  .\32xl\:border-l-blue-200\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
  }

  .\32xl\:border-l-blue-200\/45 {
    border-left-color: rgb(191 219 254 / 0.45);
  }

  .\32xl\:border-l-blue-200\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
  }

  .\32xl\:border-l-blue-200\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
  }

  .\32xl\:border-l-blue-200\/55 {
    border-left-color: rgb(191 219 254 / 0.55);
  }

  .\32xl\:border-l-blue-200\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
  }

  .\32xl\:border-l-blue-200\/65 {
    border-left-color: rgb(191 219 254 / 0.65);
  }

  .\32xl\:border-l-blue-200\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
  }

  .\32xl\:border-l-blue-200\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
  }

  .\32xl\:border-l-blue-200\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
  }

  .\32xl\:border-l-blue-200\/85 {
    border-left-color: rgb(191 219 254 / 0.85);
  }

  .\32xl\:border-l-blue-200\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
  }

  .\32xl\:border-l-blue-200\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
  }

  .\32xl\:border-l-blue-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-300\/0 {
    border-left-color: rgb(147 197 253 / 0);
  }

  .\32xl\:border-l-blue-300\/10 {
    border-left-color: rgb(147 197 253 / 0.1);
  }

  .\32xl\:border-l-blue-300\/100 {
    border-left-color: rgb(147 197 253 / 1);
  }

  .\32xl\:border-l-blue-300\/15 {
    border-left-color: rgb(147 197 253 / 0.15);
  }

  .\32xl\:border-l-blue-300\/20 {
    border-left-color: rgb(147 197 253 / 0.2);
  }

  .\32xl\:border-l-blue-300\/25 {
    border-left-color: rgb(147 197 253 / 0.25);
  }

  .\32xl\:border-l-blue-300\/30 {
    border-left-color: rgb(147 197 253 / 0.3);
  }

  .\32xl\:border-l-blue-300\/35 {
    border-left-color: rgb(147 197 253 / 0.35);
  }

  .\32xl\:border-l-blue-300\/40 {
    border-left-color: rgb(147 197 253 / 0.4);
  }

  .\32xl\:border-l-blue-300\/45 {
    border-left-color: rgb(147 197 253 / 0.45);
  }

  .\32xl\:border-l-blue-300\/5 {
    border-left-color: rgb(147 197 253 / 0.05);
  }

  .\32xl\:border-l-blue-300\/50 {
    border-left-color: rgb(147 197 253 / 0.5);
  }

  .\32xl\:border-l-blue-300\/55 {
    border-left-color: rgb(147 197 253 / 0.55);
  }

  .\32xl\:border-l-blue-300\/60 {
    border-left-color: rgb(147 197 253 / 0.6);
  }

  .\32xl\:border-l-blue-300\/65 {
    border-left-color: rgb(147 197 253 / 0.65);
  }

  .\32xl\:border-l-blue-300\/70 {
    border-left-color: rgb(147 197 253 / 0.7);
  }

  .\32xl\:border-l-blue-300\/75 {
    border-left-color: rgb(147 197 253 / 0.75);
  }

  .\32xl\:border-l-blue-300\/80 {
    border-left-color: rgb(147 197 253 / 0.8);
  }

  .\32xl\:border-l-blue-300\/85 {
    border-left-color: rgb(147 197 253 / 0.85);
  }

  .\32xl\:border-l-blue-300\/90 {
    border-left-color: rgb(147 197 253 / 0.9);
  }

  .\32xl\:border-l-blue-300\/95 {
    border-left-color: rgb(147 197 253 / 0.95);
  }

  .\32xl\:border-l-blue-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-400\/0 {
    border-left-color: rgb(96 165 250 / 0);
  }

  .\32xl\:border-l-blue-400\/10 {
    border-left-color: rgb(96 165 250 / 0.1);
  }

  .\32xl\:border-l-blue-400\/100 {
    border-left-color: rgb(96 165 250 / 1);
  }

  .\32xl\:border-l-blue-400\/15 {
    border-left-color: rgb(96 165 250 / 0.15);
  }

  .\32xl\:border-l-blue-400\/20 {
    border-left-color: rgb(96 165 250 / 0.2);
  }

  .\32xl\:border-l-blue-400\/25 {
    border-left-color: rgb(96 165 250 / 0.25);
  }

  .\32xl\:border-l-blue-400\/30 {
    border-left-color: rgb(96 165 250 / 0.3);
  }

  .\32xl\:border-l-blue-400\/35 {
    border-left-color: rgb(96 165 250 / 0.35);
  }

  .\32xl\:border-l-blue-400\/40 {
    border-left-color: rgb(96 165 250 / 0.4);
  }

  .\32xl\:border-l-blue-400\/45 {
    border-left-color: rgb(96 165 250 / 0.45);
  }

  .\32xl\:border-l-blue-400\/5 {
    border-left-color: rgb(96 165 250 / 0.05);
  }

  .\32xl\:border-l-blue-400\/50 {
    border-left-color: rgb(96 165 250 / 0.5);
  }

  .\32xl\:border-l-blue-400\/55 {
    border-left-color: rgb(96 165 250 / 0.55);
  }

  .\32xl\:border-l-blue-400\/60 {
    border-left-color: rgb(96 165 250 / 0.6);
  }

  .\32xl\:border-l-blue-400\/65 {
    border-left-color: rgb(96 165 250 / 0.65);
  }

  .\32xl\:border-l-blue-400\/70 {
    border-left-color: rgb(96 165 250 / 0.7);
  }

  .\32xl\:border-l-blue-400\/75 {
    border-left-color: rgb(96 165 250 / 0.75);
  }

  .\32xl\:border-l-blue-400\/80 {
    border-left-color: rgb(96 165 250 / 0.8);
  }

  .\32xl\:border-l-blue-400\/85 {
    border-left-color: rgb(96 165 250 / 0.85);
  }

  .\32xl\:border-l-blue-400\/90 {
    border-left-color: rgb(96 165 250 / 0.9);
  }

  .\32xl\:border-l-blue-400\/95 {
    border-left-color: rgb(96 165 250 / 0.95);
  }

  .\32xl\:border-l-blue-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-50\/0 {
    border-left-color: rgb(239 246 255 / 0);
  }

  .\32xl\:border-l-blue-50\/10 {
    border-left-color: rgb(239 246 255 / 0.1);
  }

  .\32xl\:border-l-blue-50\/100 {
    border-left-color: rgb(239 246 255 / 1);
  }

  .\32xl\:border-l-blue-50\/15 {
    border-left-color: rgb(239 246 255 / 0.15);
  }

  .\32xl\:border-l-blue-50\/20 {
    border-left-color: rgb(239 246 255 / 0.2);
  }

  .\32xl\:border-l-blue-50\/25 {
    border-left-color: rgb(239 246 255 / 0.25);
  }

  .\32xl\:border-l-blue-50\/30 {
    border-left-color: rgb(239 246 255 / 0.3);
  }

  .\32xl\:border-l-blue-50\/35 {
    border-left-color: rgb(239 246 255 / 0.35);
  }

  .\32xl\:border-l-blue-50\/40 {
    border-left-color: rgb(239 246 255 / 0.4);
  }

  .\32xl\:border-l-blue-50\/45 {
    border-left-color: rgb(239 246 255 / 0.45);
  }

  .\32xl\:border-l-blue-50\/5 {
    border-left-color: rgb(239 246 255 / 0.05);
  }

  .\32xl\:border-l-blue-50\/50 {
    border-left-color: rgb(239 246 255 / 0.5);
  }

  .\32xl\:border-l-blue-50\/55 {
    border-left-color: rgb(239 246 255 / 0.55);
  }

  .\32xl\:border-l-blue-50\/60 {
    border-left-color: rgb(239 246 255 / 0.6);
  }

  .\32xl\:border-l-blue-50\/65 {
    border-left-color: rgb(239 246 255 / 0.65);
  }

  .\32xl\:border-l-blue-50\/70 {
    border-left-color: rgb(239 246 255 / 0.7);
  }

  .\32xl\:border-l-blue-50\/75 {
    border-left-color: rgb(239 246 255 / 0.75);
  }

  .\32xl\:border-l-blue-50\/80 {
    border-left-color: rgb(239 246 255 / 0.8);
  }

  .\32xl\:border-l-blue-50\/85 {
    border-left-color: rgb(239 246 255 / 0.85);
  }

  .\32xl\:border-l-blue-50\/90 {
    border-left-color: rgb(239 246 255 / 0.9);
  }

  .\32xl\:border-l-blue-50\/95 {
    border-left-color: rgb(239 246 255 / 0.95);
  }

  .\32xl\:border-l-blue-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-500\/0 {
    border-left-color: rgb(59 130 246 / 0);
  }

  .\32xl\:border-l-blue-500\/10 {
    border-left-color: rgb(59 130 246 / 0.1);
  }

  .\32xl\:border-l-blue-500\/100 {
    border-left-color: rgb(59 130 246 / 1);
  }

  .\32xl\:border-l-blue-500\/15 {
    border-left-color: rgb(59 130 246 / 0.15);
  }

  .\32xl\:border-l-blue-500\/20 {
    border-left-color: rgb(59 130 246 / 0.2);
  }

  .\32xl\:border-l-blue-500\/25 {
    border-left-color: rgb(59 130 246 / 0.25);
  }

  .\32xl\:border-l-blue-500\/30 {
    border-left-color: rgb(59 130 246 / 0.3);
  }

  .\32xl\:border-l-blue-500\/35 {
    border-left-color: rgb(59 130 246 / 0.35);
  }

  .\32xl\:border-l-blue-500\/40 {
    border-left-color: rgb(59 130 246 / 0.4);
  }

  .\32xl\:border-l-blue-500\/45 {
    border-left-color: rgb(59 130 246 / 0.45);
  }

  .\32xl\:border-l-blue-500\/5 {
    border-left-color: rgb(59 130 246 / 0.05);
  }

  .\32xl\:border-l-blue-500\/50 {
    border-left-color: rgb(59 130 246 / 0.5);
  }

  .\32xl\:border-l-blue-500\/55 {
    border-left-color: rgb(59 130 246 / 0.55);
  }

  .\32xl\:border-l-blue-500\/60 {
    border-left-color: rgb(59 130 246 / 0.6);
  }

  .\32xl\:border-l-blue-500\/65 {
    border-left-color: rgb(59 130 246 / 0.65);
  }

  .\32xl\:border-l-blue-500\/70 {
    border-left-color: rgb(59 130 246 / 0.7);
  }

  .\32xl\:border-l-blue-500\/75 {
    border-left-color: rgb(59 130 246 / 0.75);
  }

  .\32xl\:border-l-blue-500\/80 {
    border-left-color: rgb(59 130 246 / 0.8);
  }

  .\32xl\:border-l-blue-500\/85 {
    border-left-color: rgb(59 130 246 / 0.85);
  }

  .\32xl\:border-l-blue-500\/90 {
    border-left-color: rgb(59 130 246 / 0.9);
  }

  .\32xl\:border-l-blue-500\/95 {
    border-left-color: rgb(59 130 246 / 0.95);
  }

  .\32xl\:border-l-blue-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-600\/0 {
    border-left-color: rgb(37 99 235 / 0);
  }

  .\32xl\:border-l-blue-600\/10 {
    border-left-color: rgb(37 99 235 / 0.1);
  }

  .\32xl\:border-l-blue-600\/100 {
    border-left-color: rgb(37 99 235 / 1);
  }

  .\32xl\:border-l-blue-600\/15 {
    border-left-color: rgb(37 99 235 / 0.15);
  }

  .\32xl\:border-l-blue-600\/20 {
    border-left-color: rgb(37 99 235 / 0.2);
  }

  .\32xl\:border-l-blue-600\/25 {
    border-left-color: rgb(37 99 235 / 0.25);
  }

  .\32xl\:border-l-blue-600\/30 {
    border-left-color: rgb(37 99 235 / 0.3);
  }

  .\32xl\:border-l-blue-600\/35 {
    border-left-color: rgb(37 99 235 / 0.35);
  }

  .\32xl\:border-l-blue-600\/40 {
    border-left-color: rgb(37 99 235 / 0.4);
  }

  .\32xl\:border-l-blue-600\/45 {
    border-left-color: rgb(37 99 235 / 0.45);
  }

  .\32xl\:border-l-blue-600\/5 {
    border-left-color: rgb(37 99 235 / 0.05);
  }

  .\32xl\:border-l-blue-600\/50 {
    border-left-color: rgb(37 99 235 / 0.5);
  }

  .\32xl\:border-l-blue-600\/55 {
    border-left-color: rgb(37 99 235 / 0.55);
  }

  .\32xl\:border-l-blue-600\/60 {
    border-left-color: rgb(37 99 235 / 0.6);
  }

  .\32xl\:border-l-blue-600\/65 {
    border-left-color: rgb(37 99 235 / 0.65);
  }

  .\32xl\:border-l-blue-600\/70 {
    border-left-color: rgb(37 99 235 / 0.7);
  }

  .\32xl\:border-l-blue-600\/75 {
    border-left-color: rgb(37 99 235 / 0.75);
  }

  .\32xl\:border-l-blue-600\/80 {
    border-left-color: rgb(37 99 235 / 0.8);
  }

  .\32xl\:border-l-blue-600\/85 {
    border-left-color: rgb(37 99 235 / 0.85);
  }

  .\32xl\:border-l-blue-600\/90 {
    border-left-color: rgb(37 99 235 / 0.9);
  }

  .\32xl\:border-l-blue-600\/95 {
    border-left-color: rgb(37 99 235 / 0.95);
  }

  .\32xl\:border-l-blue-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-700\/0 {
    border-left-color: rgb(29 78 216 / 0);
  }

  .\32xl\:border-l-blue-700\/10 {
    border-left-color: rgb(29 78 216 / 0.1);
  }

  .\32xl\:border-l-blue-700\/100 {
    border-left-color: rgb(29 78 216 / 1);
  }

  .\32xl\:border-l-blue-700\/15 {
    border-left-color: rgb(29 78 216 / 0.15);
  }

  .\32xl\:border-l-blue-700\/20 {
    border-left-color: rgb(29 78 216 / 0.2);
  }

  .\32xl\:border-l-blue-700\/25 {
    border-left-color: rgb(29 78 216 / 0.25);
  }

  .\32xl\:border-l-blue-700\/30 {
    border-left-color: rgb(29 78 216 / 0.3);
  }

  .\32xl\:border-l-blue-700\/35 {
    border-left-color: rgb(29 78 216 / 0.35);
  }

  .\32xl\:border-l-blue-700\/40 {
    border-left-color: rgb(29 78 216 / 0.4);
  }

  .\32xl\:border-l-blue-700\/45 {
    border-left-color: rgb(29 78 216 / 0.45);
  }

  .\32xl\:border-l-blue-700\/5 {
    border-left-color: rgb(29 78 216 / 0.05);
  }

  .\32xl\:border-l-blue-700\/50 {
    border-left-color: rgb(29 78 216 / 0.5);
  }

  .\32xl\:border-l-blue-700\/55 {
    border-left-color: rgb(29 78 216 / 0.55);
  }

  .\32xl\:border-l-blue-700\/60 {
    border-left-color: rgb(29 78 216 / 0.6);
  }

  .\32xl\:border-l-blue-700\/65 {
    border-left-color: rgb(29 78 216 / 0.65);
  }

  .\32xl\:border-l-blue-700\/70 {
    border-left-color: rgb(29 78 216 / 0.7);
  }

  .\32xl\:border-l-blue-700\/75 {
    border-left-color: rgb(29 78 216 / 0.75);
  }

  .\32xl\:border-l-blue-700\/80 {
    border-left-color: rgb(29 78 216 / 0.8);
  }

  .\32xl\:border-l-blue-700\/85 {
    border-left-color: rgb(29 78 216 / 0.85);
  }

  .\32xl\:border-l-blue-700\/90 {
    border-left-color: rgb(29 78 216 / 0.9);
  }

  .\32xl\:border-l-blue-700\/95 {
    border-left-color: rgb(29 78 216 / 0.95);
  }

  .\32xl\:border-l-blue-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-800\/0 {
    border-left-color: rgb(30 64 175 / 0);
  }

  .\32xl\:border-l-blue-800\/10 {
    border-left-color: rgb(30 64 175 / 0.1);
  }

  .\32xl\:border-l-blue-800\/100 {
    border-left-color: rgb(30 64 175 / 1);
  }

  .\32xl\:border-l-blue-800\/15 {
    border-left-color: rgb(30 64 175 / 0.15);
  }

  .\32xl\:border-l-blue-800\/20 {
    border-left-color: rgb(30 64 175 / 0.2);
  }

  .\32xl\:border-l-blue-800\/25 {
    border-left-color: rgb(30 64 175 / 0.25);
  }

  .\32xl\:border-l-blue-800\/30 {
    border-left-color: rgb(30 64 175 / 0.3);
  }

  .\32xl\:border-l-blue-800\/35 {
    border-left-color: rgb(30 64 175 / 0.35);
  }

  .\32xl\:border-l-blue-800\/40 {
    border-left-color: rgb(30 64 175 / 0.4);
  }

  .\32xl\:border-l-blue-800\/45 {
    border-left-color: rgb(30 64 175 / 0.45);
  }

  .\32xl\:border-l-blue-800\/5 {
    border-left-color: rgb(30 64 175 / 0.05);
  }

  .\32xl\:border-l-blue-800\/50 {
    border-left-color: rgb(30 64 175 / 0.5);
  }

  .\32xl\:border-l-blue-800\/55 {
    border-left-color: rgb(30 64 175 / 0.55);
  }

  .\32xl\:border-l-blue-800\/60 {
    border-left-color: rgb(30 64 175 / 0.6);
  }

  .\32xl\:border-l-blue-800\/65 {
    border-left-color: rgb(30 64 175 / 0.65);
  }

  .\32xl\:border-l-blue-800\/70 {
    border-left-color: rgb(30 64 175 / 0.7);
  }

  .\32xl\:border-l-blue-800\/75 {
    border-left-color: rgb(30 64 175 / 0.75);
  }

  .\32xl\:border-l-blue-800\/80 {
    border-left-color: rgb(30 64 175 / 0.8);
  }

  .\32xl\:border-l-blue-800\/85 {
    border-left-color: rgb(30 64 175 / 0.85);
  }

  .\32xl\:border-l-blue-800\/90 {
    border-left-color: rgb(30 64 175 / 0.9);
  }

  .\32xl\:border-l-blue-800\/95 {
    border-left-color: rgb(30 64 175 / 0.95);
  }

  .\32xl\:border-l-blue-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-900\/0 {
    border-left-color: rgb(30 58 138 / 0);
  }

  .\32xl\:border-l-blue-900\/10 {
    border-left-color: rgb(30 58 138 / 0.1);
  }

  .\32xl\:border-l-blue-900\/100 {
    border-left-color: rgb(30 58 138 / 1);
  }

  .\32xl\:border-l-blue-900\/15 {
    border-left-color: rgb(30 58 138 / 0.15);
  }

  .\32xl\:border-l-blue-900\/20 {
    border-left-color: rgb(30 58 138 / 0.2);
  }

  .\32xl\:border-l-blue-900\/25 {
    border-left-color: rgb(30 58 138 / 0.25);
  }

  .\32xl\:border-l-blue-900\/30 {
    border-left-color: rgb(30 58 138 / 0.3);
  }

  .\32xl\:border-l-blue-900\/35 {
    border-left-color: rgb(30 58 138 / 0.35);
  }

  .\32xl\:border-l-blue-900\/40 {
    border-left-color: rgb(30 58 138 / 0.4);
  }

  .\32xl\:border-l-blue-900\/45 {
    border-left-color: rgb(30 58 138 / 0.45);
  }

  .\32xl\:border-l-blue-900\/5 {
    border-left-color: rgb(30 58 138 / 0.05);
  }

  .\32xl\:border-l-blue-900\/50 {
    border-left-color: rgb(30 58 138 / 0.5);
  }

  .\32xl\:border-l-blue-900\/55 {
    border-left-color: rgb(30 58 138 / 0.55);
  }

  .\32xl\:border-l-blue-900\/60 {
    border-left-color: rgb(30 58 138 / 0.6);
  }

  .\32xl\:border-l-blue-900\/65 {
    border-left-color: rgb(30 58 138 / 0.65);
  }

  .\32xl\:border-l-blue-900\/70 {
    border-left-color: rgb(30 58 138 / 0.7);
  }

  .\32xl\:border-l-blue-900\/75 {
    border-left-color: rgb(30 58 138 / 0.75);
  }

  .\32xl\:border-l-blue-900\/80 {
    border-left-color: rgb(30 58 138 / 0.8);
  }

  .\32xl\:border-l-blue-900\/85 {
    border-left-color: rgb(30 58 138 / 0.85);
  }

  .\32xl\:border-l-blue-900\/90 {
    border-left-color: rgb(30 58 138 / 0.9);
  }

  .\32xl\:border-l-blue-900\/95 {
    border-left-color: rgb(30 58 138 / 0.95);
  }

  .\32xl\:border-l-blue-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-blue-950\/0 {
    border-left-color: rgb(23 37 84 / 0);
  }

  .\32xl\:border-l-blue-950\/10 {
    border-left-color: rgb(23 37 84 / 0.1);
  }

  .\32xl\:border-l-blue-950\/100 {
    border-left-color: rgb(23 37 84 / 1);
  }

  .\32xl\:border-l-blue-950\/15 {
    border-left-color: rgb(23 37 84 / 0.15);
  }

  .\32xl\:border-l-blue-950\/20 {
    border-left-color: rgb(23 37 84 / 0.2);
  }

  .\32xl\:border-l-blue-950\/25 {
    border-left-color: rgb(23 37 84 / 0.25);
  }

  .\32xl\:border-l-blue-950\/30 {
    border-left-color: rgb(23 37 84 / 0.3);
  }

  .\32xl\:border-l-blue-950\/35 {
    border-left-color: rgb(23 37 84 / 0.35);
  }

  .\32xl\:border-l-blue-950\/40 {
    border-left-color: rgb(23 37 84 / 0.4);
  }

  .\32xl\:border-l-blue-950\/45 {
    border-left-color: rgb(23 37 84 / 0.45);
  }

  .\32xl\:border-l-blue-950\/5 {
    border-left-color: rgb(23 37 84 / 0.05);
  }

  .\32xl\:border-l-blue-950\/50 {
    border-left-color: rgb(23 37 84 / 0.5);
  }

  .\32xl\:border-l-blue-950\/55 {
    border-left-color: rgb(23 37 84 / 0.55);
  }

  .\32xl\:border-l-blue-950\/60 {
    border-left-color: rgb(23 37 84 / 0.6);
  }

  .\32xl\:border-l-blue-950\/65 {
    border-left-color: rgb(23 37 84 / 0.65);
  }

  .\32xl\:border-l-blue-950\/70 {
    border-left-color: rgb(23 37 84 / 0.7);
  }

  .\32xl\:border-l-blue-950\/75 {
    border-left-color: rgb(23 37 84 / 0.75);
  }

  .\32xl\:border-l-blue-950\/80 {
    border-left-color: rgb(23 37 84 / 0.8);
  }

  .\32xl\:border-l-blue-950\/85 {
    border-left-color: rgb(23 37 84 / 0.85);
  }

  .\32xl\:border-l-blue-950\/90 {
    border-left-color: rgb(23 37 84 / 0.9);
  }

  .\32xl\:border-l-blue-950\/95 {
    border-left-color: rgb(23 37 84 / 0.95);
  }

  .\32xl\:border-l-border {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-border\/0 {
    border-left-color: hsl(var(--border) / 0);
  }

  .\32xl\:border-l-border\/10 {
    border-left-color: hsl(var(--border) / 0.1);
  }

  .\32xl\:border-l-border\/100 {
    border-left-color: hsl(var(--border) / 1);
  }

  .\32xl\:border-l-border\/15 {
    border-left-color: hsl(var(--border) / 0.15);
  }

  .\32xl\:border-l-border\/20 {
    border-left-color: hsl(var(--border) / 0.2);
  }

  .\32xl\:border-l-border\/25 {
    border-left-color: hsl(var(--border) / 0.25);
  }

  .\32xl\:border-l-border\/30 {
    border-left-color: hsl(var(--border) / 0.3);
  }

  .\32xl\:border-l-border\/35 {
    border-left-color: hsl(var(--border) / 0.35);
  }

  .\32xl\:border-l-border\/40 {
    border-left-color: hsl(var(--border) / 0.4);
  }

  .\32xl\:border-l-border\/45 {
    border-left-color: hsl(var(--border) / 0.45);
  }

  .\32xl\:border-l-border\/5 {
    border-left-color: hsl(var(--border) / 0.05);
  }

  .\32xl\:border-l-border\/50 {
    border-left-color: hsl(var(--border) / 0.5);
  }

  .\32xl\:border-l-border\/55 {
    border-left-color: hsl(var(--border) / 0.55);
  }

  .\32xl\:border-l-border\/60 {
    border-left-color: hsl(var(--border) / 0.6);
  }

  .\32xl\:border-l-border\/65 {
    border-left-color: hsl(var(--border) / 0.65);
  }

  .\32xl\:border-l-border\/70 {
    border-left-color: hsl(var(--border) / 0.7);
  }

  .\32xl\:border-l-border\/75 {
    border-left-color: hsl(var(--border) / 0.75);
  }

  .\32xl\:border-l-border\/80 {
    border-left-color: hsl(var(--border) / 0.8);
  }

  .\32xl\:border-l-border\/85 {
    border-left-color: hsl(var(--border) / 0.85);
  }

  .\32xl\:border-l-border\/90 {
    border-left-color: hsl(var(--border) / 0.9);
  }

  .\32xl\:border-l-border\/95 {
    border-left-color: hsl(var(--border) / 0.95);
  }

  .\32xl\:border-l-card {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-card-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-card-foreground\/0 {
    border-left-color: hsl(var(--card-foreground) / 0);
  }

  .\32xl\:border-l-card-foreground\/10 {
    border-left-color: hsl(var(--card-foreground) / 0.1);
  }

  .\32xl\:border-l-card-foreground\/100 {
    border-left-color: hsl(var(--card-foreground) / 1);
  }

  .\32xl\:border-l-card-foreground\/15 {
    border-left-color: hsl(var(--card-foreground) / 0.15);
  }

  .\32xl\:border-l-card-foreground\/20 {
    border-left-color: hsl(var(--card-foreground) / 0.2);
  }

  .\32xl\:border-l-card-foreground\/25 {
    border-left-color: hsl(var(--card-foreground) / 0.25);
  }

  .\32xl\:border-l-card-foreground\/30 {
    border-left-color: hsl(var(--card-foreground) / 0.3);
  }

  .\32xl\:border-l-card-foreground\/35 {
    border-left-color: hsl(var(--card-foreground) / 0.35);
  }

  .\32xl\:border-l-card-foreground\/40 {
    border-left-color: hsl(var(--card-foreground) / 0.4);
  }

  .\32xl\:border-l-card-foreground\/45 {
    border-left-color: hsl(var(--card-foreground) / 0.45);
  }

  .\32xl\:border-l-card-foreground\/5 {
    border-left-color: hsl(var(--card-foreground) / 0.05);
  }

  .\32xl\:border-l-card-foreground\/50 {
    border-left-color: hsl(var(--card-foreground) / 0.5);
  }

  .\32xl\:border-l-card-foreground\/55 {
    border-left-color: hsl(var(--card-foreground) / 0.55);
  }

  .\32xl\:border-l-card-foreground\/60 {
    border-left-color: hsl(var(--card-foreground) / 0.6);
  }

  .\32xl\:border-l-card-foreground\/65 {
    border-left-color: hsl(var(--card-foreground) / 0.65);
  }

  .\32xl\:border-l-card-foreground\/70 {
    border-left-color: hsl(var(--card-foreground) / 0.7);
  }

  .\32xl\:border-l-card-foreground\/75 {
    border-left-color: hsl(var(--card-foreground) / 0.75);
  }

  .\32xl\:border-l-card-foreground\/80 {
    border-left-color: hsl(var(--card-foreground) / 0.8);
  }

  .\32xl\:border-l-card-foreground\/85 {
    border-left-color: hsl(var(--card-foreground) / 0.85);
  }

  .\32xl\:border-l-card-foreground\/90 {
    border-left-color: hsl(var(--card-foreground) / 0.9);
  }

  .\32xl\:border-l-card-foreground\/95 {
    border-left-color: hsl(var(--card-foreground) / 0.95);
  }

  .\32xl\:border-l-card\/0 {
    border-left-color: hsl(var(--card) / 0);
  }

  .\32xl\:border-l-card\/10 {
    border-left-color: hsl(var(--card) / 0.1);
  }

  .\32xl\:border-l-card\/100 {
    border-left-color: hsl(var(--card) / 1);
  }

  .\32xl\:border-l-card\/15 {
    border-left-color: hsl(var(--card) / 0.15);
  }

  .\32xl\:border-l-card\/20 {
    border-left-color: hsl(var(--card) / 0.2);
  }

  .\32xl\:border-l-card\/25 {
    border-left-color: hsl(var(--card) / 0.25);
  }

  .\32xl\:border-l-card\/30 {
    border-left-color: hsl(var(--card) / 0.3);
  }

  .\32xl\:border-l-card\/35 {
    border-left-color: hsl(var(--card) / 0.35);
  }

  .\32xl\:border-l-card\/40 {
    border-left-color: hsl(var(--card) / 0.4);
  }

  .\32xl\:border-l-card\/45 {
    border-left-color: hsl(var(--card) / 0.45);
  }

  .\32xl\:border-l-card\/5 {
    border-left-color: hsl(var(--card) / 0.05);
  }

  .\32xl\:border-l-card\/50 {
    border-left-color: hsl(var(--card) / 0.5);
  }

  .\32xl\:border-l-card\/55 {
    border-left-color: hsl(var(--card) / 0.55);
  }

  .\32xl\:border-l-card\/60 {
    border-left-color: hsl(var(--card) / 0.6);
  }

  .\32xl\:border-l-card\/65 {
    border-left-color: hsl(var(--card) / 0.65);
  }

  .\32xl\:border-l-card\/70 {
    border-left-color: hsl(var(--card) / 0.7);
  }

  .\32xl\:border-l-card\/75 {
    border-left-color: hsl(var(--card) / 0.75);
  }

  .\32xl\:border-l-card\/80 {
    border-left-color: hsl(var(--card) / 0.8);
  }

  .\32xl\:border-l-card\/85 {
    border-left-color: hsl(var(--card) / 0.85);
  }

  .\32xl\:border-l-card\/90 {
    border-left-color: hsl(var(--card) / 0.9);
  }

  .\32xl\:border-l-card\/95 {
    border-left-color: hsl(var(--card) / 0.95);
  }

  .\32xl\:border-l-current {
    border-left-color: currentColor;
  }

  .\32xl\:border-l-cyan-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-100\/0 {
    border-left-color: rgb(207 250 254 / 0);
  }

  .\32xl\:border-l-cyan-100\/10 {
    border-left-color: rgb(207 250 254 / 0.1);
  }

  .\32xl\:border-l-cyan-100\/100 {
    border-left-color: rgb(207 250 254 / 1);
  }

  .\32xl\:border-l-cyan-100\/15 {
    border-left-color: rgb(207 250 254 / 0.15);
  }

  .\32xl\:border-l-cyan-100\/20 {
    border-left-color: rgb(207 250 254 / 0.2);
  }

  .\32xl\:border-l-cyan-100\/25 {
    border-left-color: rgb(207 250 254 / 0.25);
  }

  .\32xl\:border-l-cyan-100\/30 {
    border-left-color: rgb(207 250 254 / 0.3);
  }

  .\32xl\:border-l-cyan-100\/35 {
    border-left-color: rgb(207 250 254 / 0.35);
  }

  .\32xl\:border-l-cyan-100\/40 {
    border-left-color: rgb(207 250 254 / 0.4);
  }

  .\32xl\:border-l-cyan-100\/45 {
    border-left-color: rgb(207 250 254 / 0.45);
  }

  .\32xl\:border-l-cyan-100\/5 {
    border-left-color: rgb(207 250 254 / 0.05);
  }

  .\32xl\:border-l-cyan-100\/50 {
    border-left-color: rgb(207 250 254 / 0.5);
  }

  .\32xl\:border-l-cyan-100\/55 {
    border-left-color: rgb(207 250 254 / 0.55);
  }

  .\32xl\:border-l-cyan-100\/60 {
    border-left-color: rgb(207 250 254 / 0.6);
  }

  .\32xl\:border-l-cyan-100\/65 {
    border-left-color: rgb(207 250 254 / 0.65);
  }

  .\32xl\:border-l-cyan-100\/70 {
    border-left-color: rgb(207 250 254 / 0.7);
  }

  .\32xl\:border-l-cyan-100\/75 {
    border-left-color: rgb(207 250 254 / 0.75);
  }

  .\32xl\:border-l-cyan-100\/80 {
    border-left-color: rgb(207 250 254 / 0.8);
  }

  .\32xl\:border-l-cyan-100\/85 {
    border-left-color: rgb(207 250 254 / 0.85);
  }

  .\32xl\:border-l-cyan-100\/90 {
    border-left-color: rgb(207 250 254 / 0.9);
  }

  .\32xl\:border-l-cyan-100\/95 {
    border-left-color: rgb(207 250 254 / 0.95);
  }

  .\32xl\:border-l-cyan-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-200\/0 {
    border-left-color: rgb(165 243 252 / 0);
  }

  .\32xl\:border-l-cyan-200\/10 {
    border-left-color: rgb(165 243 252 / 0.1);
  }

  .\32xl\:border-l-cyan-200\/100 {
    border-left-color: rgb(165 243 252 / 1);
  }

  .\32xl\:border-l-cyan-200\/15 {
    border-left-color: rgb(165 243 252 / 0.15);
  }

  .\32xl\:border-l-cyan-200\/20 {
    border-left-color: rgb(165 243 252 / 0.2);
  }

  .\32xl\:border-l-cyan-200\/25 {
    border-left-color: rgb(165 243 252 / 0.25);
  }

  .\32xl\:border-l-cyan-200\/30 {
    border-left-color: rgb(165 243 252 / 0.3);
  }

  .\32xl\:border-l-cyan-200\/35 {
    border-left-color: rgb(165 243 252 / 0.35);
  }

  .\32xl\:border-l-cyan-200\/40 {
    border-left-color: rgb(165 243 252 / 0.4);
  }

  .\32xl\:border-l-cyan-200\/45 {
    border-left-color: rgb(165 243 252 / 0.45);
  }

  .\32xl\:border-l-cyan-200\/5 {
    border-left-color: rgb(165 243 252 / 0.05);
  }

  .\32xl\:border-l-cyan-200\/50 {
    border-left-color: rgb(165 243 252 / 0.5);
  }

  .\32xl\:border-l-cyan-200\/55 {
    border-left-color: rgb(165 243 252 / 0.55);
  }

  .\32xl\:border-l-cyan-200\/60 {
    border-left-color: rgb(165 243 252 / 0.6);
  }

  .\32xl\:border-l-cyan-200\/65 {
    border-left-color: rgb(165 243 252 / 0.65);
  }

  .\32xl\:border-l-cyan-200\/70 {
    border-left-color: rgb(165 243 252 / 0.7);
  }

  .\32xl\:border-l-cyan-200\/75 {
    border-left-color: rgb(165 243 252 / 0.75);
  }

  .\32xl\:border-l-cyan-200\/80 {
    border-left-color: rgb(165 243 252 / 0.8);
  }

  .\32xl\:border-l-cyan-200\/85 {
    border-left-color: rgb(165 243 252 / 0.85);
  }

  .\32xl\:border-l-cyan-200\/90 {
    border-left-color: rgb(165 243 252 / 0.9);
  }

  .\32xl\:border-l-cyan-200\/95 {
    border-left-color: rgb(165 243 252 / 0.95);
  }

  .\32xl\:border-l-cyan-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-300\/0 {
    border-left-color: rgb(103 232 249 / 0);
  }

  .\32xl\:border-l-cyan-300\/10 {
    border-left-color: rgb(103 232 249 / 0.1);
  }

  .\32xl\:border-l-cyan-300\/100 {
    border-left-color: rgb(103 232 249 / 1);
  }

  .\32xl\:border-l-cyan-300\/15 {
    border-left-color: rgb(103 232 249 / 0.15);
  }

  .\32xl\:border-l-cyan-300\/20 {
    border-left-color: rgb(103 232 249 / 0.2);
  }

  .\32xl\:border-l-cyan-300\/25 {
    border-left-color: rgb(103 232 249 / 0.25);
  }

  .\32xl\:border-l-cyan-300\/30 {
    border-left-color: rgb(103 232 249 / 0.3);
  }

  .\32xl\:border-l-cyan-300\/35 {
    border-left-color: rgb(103 232 249 / 0.35);
  }

  .\32xl\:border-l-cyan-300\/40 {
    border-left-color: rgb(103 232 249 / 0.4);
  }

  .\32xl\:border-l-cyan-300\/45 {
    border-left-color: rgb(103 232 249 / 0.45);
  }

  .\32xl\:border-l-cyan-300\/5 {
    border-left-color: rgb(103 232 249 / 0.05);
  }

  .\32xl\:border-l-cyan-300\/50 {
    border-left-color: rgb(103 232 249 / 0.5);
  }

  .\32xl\:border-l-cyan-300\/55 {
    border-left-color: rgb(103 232 249 / 0.55);
  }

  .\32xl\:border-l-cyan-300\/60 {
    border-left-color: rgb(103 232 249 / 0.6);
  }

  .\32xl\:border-l-cyan-300\/65 {
    border-left-color: rgb(103 232 249 / 0.65);
  }

  .\32xl\:border-l-cyan-300\/70 {
    border-left-color: rgb(103 232 249 / 0.7);
  }

  .\32xl\:border-l-cyan-300\/75 {
    border-left-color: rgb(103 232 249 / 0.75);
  }

  .\32xl\:border-l-cyan-300\/80 {
    border-left-color: rgb(103 232 249 / 0.8);
  }

  .\32xl\:border-l-cyan-300\/85 {
    border-left-color: rgb(103 232 249 / 0.85);
  }

  .\32xl\:border-l-cyan-300\/90 {
    border-left-color: rgb(103 232 249 / 0.9);
  }

  .\32xl\:border-l-cyan-300\/95 {
    border-left-color: rgb(103 232 249 / 0.95);
  }

  .\32xl\:border-l-cyan-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-400\/0 {
    border-left-color: rgb(34 211 238 / 0);
  }

  .\32xl\:border-l-cyan-400\/10 {
    border-left-color: rgb(34 211 238 / 0.1);
  }

  .\32xl\:border-l-cyan-400\/100 {
    border-left-color: rgb(34 211 238 / 1);
  }

  .\32xl\:border-l-cyan-400\/15 {
    border-left-color: rgb(34 211 238 / 0.15);
  }

  .\32xl\:border-l-cyan-400\/20 {
    border-left-color: rgb(34 211 238 / 0.2);
  }

  .\32xl\:border-l-cyan-400\/25 {
    border-left-color: rgb(34 211 238 / 0.25);
  }

  .\32xl\:border-l-cyan-400\/30 {
    border-left-color: rgb(34 211 238 / 0.3);
  }

  .\32xl\:border-l-cyan-400\/35 {
    border-left-color: rgb(34 211 238 / 0.35);
  }

  .\32xl\:border-l-cyan-400\/40 {
    border-left-color: rgb(34 211 238 / 0.4);
  }

  .\32xl\:border-l-cyan-400\/45 {
    border-left-color: rgb(34 211 238 / 0.45);
  }

  .\32xl\:border-l-cyan-400\/5 {
    border-left-color: rgb(34 211 238 / 0.05);
  }

  .\32xl\:border-l-cyan-400\/50 {
    border-left-color: rgb(34 211 238 / 0.5);
  }

  .\32xl\:border-l-cyan-400\/55 {
    border-left-color: rgb(34 211 238 / 0.55);
  }

  .\32xl\:border-l-cyan-400\/60 {
    border-left-color: rgb(34 211 238 / 0.6);
  }

  .\32xl\:border-l-cyan-400\/65 {
    border-left-color: rgb(34 211 238 / 0.65);
  }

  .\32xl\:border-l-cyan-400\/70 {
    border-left-color: rgb(34 211 238 / 0.7);
  }

  .\32xl\:border-l-cyan-400\/75 {
    border-left-color: rgb(34 211 238 / 0.75);
  }

  .\32xl\:border-l-cyan-400\/80 {
    border-left-color: rgb(34 211 238 / 0.8);
  }

  .\32xl\:border-l-cyan-400\/85 {
    border-left-color: rgb(34 211 238 / 0.85);
  }

  .\32xl\:border-l-cyan-400\/90 {
    border-left-color: rgb(34 211 238 / 0.9);
  }

  .\32xl\:border-l-cyan-400\/95 {
    border-left-color: rgb(34 211 238 / 0.95);
  }

  .\32xl\:border-l-cyan-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-50\/0 {
    border-left-color: rgb(236 254 255 / 0);
  }

  .\32xl\:border-l-cyan-50\/10 {
    border-left-color: rgb(236 254 255 / 0.1);
  }

  .\32xl\:border-l-cyan-50\/100 {
    border-left-color: rgb(236 254 255 / 1);
  }

  .\32xl\:border-l-cyan-50\/15 {
    border-left-color: rgb(236 254 255 / 0.15);
  }

  .\32xl\:border-l-cyan-50\/20 {
    border-left-color: rgb(236 254 255 / 0.2);
  }

  .\32xl\:border-l-cyan-50\/25 {
    border-left-color: rgb(236 254 255 / 0.25);
  }

  .\32xl\:border-l-cyan-50\/30 {
    border-left-color: rgb(236 254 255 / 0.3);
  }

  .\32xl\:border-l-cyan-50\/35 {
    border-left-color: rgb(236 254 255 / 0.35);
  }

  .\32xl\:border-l-cyan-50\/40 {
    border-left-color: rgb(236 254 255 / 0.4);
  }

  .\32xl\:border-l-cyan-50\/45 {
    border-left-color: rgb(236 254 255 / 0.45);
  }

  .\32xl\:border-l-cyan-50\/5 {
    border-left-color: rgb(236 254 255 / 0.05);
  }

  .\32xl\:border-l-cyan-50\/50 {
    border-left-color: rgb(236 254 255 / 0.5);
  }

  .\32xl\:border-l-cyan-50\/55 {
    border-left-color: rgb(236 254 255 / 0.55);
  }

  .\32xl\:border-l-cyan-50\/60 {
    border-left-color: rgb(236 254 255 / 0.6);
  }

  .\32xl\:border-l-cyan-50\/65 {
    border-left-color: rgb(236 254 255 / 0.65);
  }

  .\32xl\:border-l-cyan-50\/70 {
    border-left-color: rgb(236 254 255 / 0.7);
  }

  .\32xl\:border-l-cyan-50\/75 {
    border-left-color: rgb(236 254 255 / 0.75);
  }

  .\32xl\:border-l-cyan-50\/80 {
    border-left-color: rgb(236 254 255 / 0.8);
  }

  .\32xl\:border-l-cyan-50\/85 {
    border-left-color: rgb(236 254 255 / 0.85);
  }

  .\32xl\:border-l-cyan-50\/90 {
    border-left-color: rgb(236 254 255 / 0.9);
  }

  .\32xl\:border-l-cyan-50\/95 {
    border-left-color: rgb(236 254 255 / 0.95);
  }

  .\32xl\:border-l-cyan-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-500\/0 {
    border-left-color: rgb(6 182 212 / 0);
  }

  .\32xl\:border-l-cyan-500\/10 {
    border-left-color: rgb(6 182 212 / 0.1);
  }

  .\32xl\:border-l-cyan-500\/100 {
    border-left-color: rgb(6 182 212 / 1);
  }

  .\32xl\:border-l-cyan-500\/15 {
    border-left-color: rgb(6 182 212 / 0.15);
  }

  .\32xl\:border-l-cyan-500\/20 {
    border-left-color: rgb(6 182 212 / 0.2);
  }

  .\32xl\:border-l-cyan-500\/25 {
    border-left-color: rgb(6 182 212 / 0.25);
  }

  .\32xl\:border-l-cyan-500\/30 {
    border-left-color: rgb(6 182 212 / 0.3);
  }

  .\32xl\:border-l-cyan-500\/35 {
    border-left-color: rgb(6 182 212 / 0.35);
  }

  .\32xl\:border-l-cyan-500\/40 {
    border-left-color: rgb(6 182 212 / 0.4);
  }

  .\32xl\:border-l-cyan-500\/45 {
    border-left-color: rgb(6 182 212 / 0.45);
  }

  .\32xl\:border-l-cyan-500\/5 {
    border-left-color: rgb(6 182 212 / 0.05);
  }

  .\32xl\:border-l-cyan-500\/50 {
    border-left-color: rgb(6 182 212 / 0.5);
  }

  .\32xl\:border-l-cyan-500\/55 {
    border-left-color: rgb(6 182 212 / 0.55);
  }

  .\32xl\:border-l-cyan-500\/60 {
    border-left-color: rgb(6 182 212 / 0.6);
  }

  .\32xl\:border-l-cyan-500\/65 {
    border-left-color: rgb(6 182 212 / 0.65);
  }

  .\32xl\:border-l-cyan-500\/70 {
    border-left-color: rgb(6 182 212 / 0.7);
  }

  .\32xl\:border-l-cyan-500\/75 {
    border-left-color: rgb(6 182 212 / 0.75);
  }

  .\32xl\:border-l-cyan-500\/80 {
    border-left-color: rgb(6 182 212 / 0.8);
  }

  .\32xl\:border-l-cyan-500\/85 {
    border-left-color: rgb(6 182 212 / 0.85);
  }

  .\32xl\:border-l-cyan-500\/90 {
    border-left-color: rgb(6 182 212 / 0.9);
  }

  .\32xl\:border-l-cyan-500\/95 {
    border-left-color: rgb(6 182 212 / 0.95);
  }

  .\32xl\:border-l-cyan-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-600\/0 {
    border-left-color: rgb(8 145 178 / 0);
  }

  .\32xl\:border-l-cyan-600\/10 {
    border-left-color: rgb(8 145 178 / 0.1);
  }

  .\32xl\:border-l-cyan-600\/100 {
    border-left-color: rgb(8 145 178 / 1);
  }

  .\32xl\:border-l-cyan-600\/15 {
    border-left-color: rgb(8 145 178 / 0.15);
  }

  .\32xl\:border-l-cyan-600\/20 {
    border-left-color: rgb(8 145 178 / 0.2);
  }

  .\32xl\:border-l-cyan-600\/25 {
    border-left-color: rgb(8 145 178 / 0.25);
  }

  .\32xl\:border-l-cyan-600\/30 {
    border-left-color: rgb(8 145 178 / 0.3);
  }

  .\32xl\:border-l-cyan-600\/35 {
    border-left-color: rgb(8 145 178 / 0.35);
  }

  .\32xl\:border-l-cyan-600\/40 {
    border-left-color: rgb(8 145 178 / 0.4);
  }

  .\32xl\:border-l-cyan-600\/45 {
    border-left-color: rgb(8 145 178 / 0.45);
  }

  .\32xl\:border-l-cyan-600\/5 {
    border-left-color: rgb(8 145 178 / 0.05);
  }

  .\32xl\:border-l-cyan-600\/50 {
    border-left-color: rgb(8 145 178 / 0.5);
  }

  .\32xl\:border-l-cyan-600\/55 {
    border-left-color: rgb(8 145 178 / 0.55);
  }

  .\32xl\:border-l-cyan-600\/60 {
    border-left-color: rgb(8 145 178 / 0.6);
  }

  .\32xl\:border-l-cyan-600\/65 {
    border-left-color: rgb(8 145 178 / 0.65);
  }

  .\32xl\:border-l-cyan-600\/70 {
    border-left-color: rgb(8 145 178 / 0.7);
  }

  .\32xl\:border-l-cyan-600\/75 {
    border-left-color: rgb(8 145 178 / 0.75);
  }

  .\32xl\:border-l-cyan-600\/80 {
    border-left-color: rgb(8 145 178 / 0.8);
  }

  .\32xl\:border-l-cyan-600\/85 {
    border-left-color: rgb(8 145 178 / 0.85);
  }

  .\32xl\:border-l-cyan-600\/90 {
    border-left-color: rgb(8 145 178 / 0.9);
  }

  .\32xl\:border-l-cyan-600\/95 {
    border-left-color: rgb(8 145 178 / 0.95);
  }

  .\32xl\:border-l-cyan-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-700\/0 {
    border-left-color: rgb(14 116 144 / 0);
  }

  .\32xl\:border-l-cyan-700\/10 {
    border-left-color: rgb(14 116 144 / 0.1);
  }

  .\32xl\:border-l-cyan-700\/100 {
    border-left-color: rgb(14 116 144 / 1);
  }

  .\32xl\:border-l-cyan-700\/15 {
    border-left-color: rgb(14 116 144 / 0.15);
  }

  .\32xl\:border-l-cyan-700\/20 {
    border-left-color: rgb(14 116 144 / 0.2);
  }

  .\32xl\:border-l-cyan-700\/25 {
    border-left-color: rgb(14 116 144 / 0.25);
  }

  .\32xl\:border-l-cyan-700\/30 {
    border-left-color: rgb(14 116 144 / 0.3);
  }

  .\32xl\:border-l-cyan-700\/35 {
    border-left-color: rgb(14 116 144 / 0.35);
  }

  .\32xl\:border-l-cyan-700\/40 {
    border-left-color: rgb(14 116 144 / 0.4);
  }

  .\32xl\:border-l-cyan-700\/45 {
    border-left-color: rgb(14 116 144 / 0.45);
  }

  .\32xl\:border-l-cyan-700\/5 {
    border-left-color: rgb(14 116 144 / 0.05);
  }

  .\32xl\:border-l-cyan-700\/50 {
    border-left-color: rgb(14 116 144 / 0.5);
  }

  .\32xl\:border-l-cyan-700\/55 {
    border-left-color: rgb(14 116 144 / 0.55);
  }

  .\32xl\:border-l-cyan-700\/60 {
    border-left-color: rgb(14 116 144 / 0.6);
  }

  .\32xl\:border-l-cyan-700\/65 {
    border-left-color: rgb(14 116 144 / 0.65);
  }

  .\32xl\:border-l-cyan-700\/70 {
    border-left-color: rgb(14 116 144 / 0.7);
  }

  .\32xl\:border-l-cyan-700\/75 {
    border-left-color: rgb(14 116 144 / 0.75);
  }

  .\32xl\:border-l-cyan-700\/80 {
    border-left-color: rgb(14 116 144 / 0.8);
  }

  .\32xl\:border-l-cyan-700\/85 {
    border-left-color: rgb(14 116 144 / 0.85);
  }

  .\32xl\:border-l-cyan-700\/90 {
    border-left-color: rgb(14 116 144 / 0.9);
  }

  .\32xl\:border-l-cyan-700\/95 {
    border-left-color: rgb(14 116 144 / 0.95);
  }

  .\32xl\:border-l-cyan-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-800\/0 {
    border-left-color: rgb(21 94 117 / 0);
  }

  .\32xl\:border-l-cyan-800\/10 {
    border-left-color: rgb(21 94 117 / 0.1);
  }

  .\32xl\:border-l-cyan-800\/100 {
    border-left-color: rgb(21 94 117 / 1);
  }

  .\32xl\:border-l-cyan-800\/15 {
    border-left-color: rgb(21 94 117 / 0.15);
  }

  .\32xl\:border-l-cyan-800\/20 {
    border-left-color: rgb(21 94 117 / 0.2);
  }

  .\32xl\:border-l-cyan-800\/25 {
    border-left-color: rgb(21 94 117 / 0.25);
  }

  .\32xl\:border-l-cyan-800\/30 {
    border-left-color: rgb(21 94 117 / 0.3);
  }

  .\32xl\:border-l-cyan-800\/35 {
    border-left-color: rgb(21 94 117 / 0.35);
  }

  .\32xl\:border-l-cyan-800\/40 {
    border-left-color: rgb(21 94 117 / 0.4);
  }

  .\32xl\:border-l-cyan-800\/45 {
    border-left-color: rgb(21 94 117 / 0.45);
  }

  .\32xl\:border-l-cyan-800\/5 {
    border-left-color: rgb(21 94 117 / 0.05);
  }

  .\32xl\:border-l-cyan-800\/50 {
    border-left-color: rgb(21 94 117 / 0.5);
  }

  .\32xl\:border-l-cyan-800\/55 {
    border-left-color: rgb(21 94 117 / 0.55);
  }

  .\32xl\:border-l-cyan-800\/60 {
    border-left-color: rgb(21 94 117 / 0.6);
  }

  .\32xl\:border-l-cyan-800\/65 {
    border-left-color: rgb(21 94 117 / 0.65);
  }

  .\32xl\:border-l-cyan-800\/70 {
    border-left-color: rgb(21 94 117 / 0.7);
  }

  .\32xl\:border-l-cyan-800\/75 {
    border-left-color: rgb(21 94 117 / 0.75);
  }

  .\32xl\:border-l-cyan-800\/80 {
    border-left-color: rgb(21 94 117 / 0.8);
  }

  .\32xl\:border-l-cyan-800\/85 {
    border-left-color: rgb(21 94 117 / 0.85);
  }

  .\32xl\:border-l-cyan-800\/90 {
    border-left-color: rgb(21 94 117 / 0.9);
  }

  .\32xl\:border-l-cyan-800\/95 {
    border-left-color: rgb(21 94 117 / 0.95);
  }

  .\32xl\:border-l-cyan-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-900\/0 {
    border-left-color: rgb(22 78 99 / 0);
  }

  .\32xl\:border-l-cyan-900\/10 {
    border-left-color: rgb(22 78 99 / 0.1);
  }

  .\32xl\:border-l-cyan-900\/100 {
    border-left-color: rgb(22 78 99 / 1);
  }

  .\32xl\:border-l-cyan-900\/15 {
    border-left-color: rgb(22 78 99 / 0.15);
  }

  .\32xl\:border-l-cyan-900\/20 {
    border-left-color: rgb(22 78 99 / 0.2);
  }

  .\32xl\:border-l-cyan-900\/25 {
    border-left-color: rgb(22 78 99 / 0.25);
  }

  .\32xl\:border-l-cyan-900\/30 {
    border-left-color: rgb(22 78 99 / 0.3);
  }

  .\32xl\:border-l-cyan-900\/35 {
    border-left-color: rgb(22 78 99 / 0.35);
  }

  .\32xl\:border-l-cyan-900\/40 {
    border-left-color: rgb(22 78 99 / 0.4);
  }

  .\32xl\:border-l-cyan-900\/45 {
    border-left-color: rgb(22 78 99 / 0.45);
  }

  .\32xl\:border-l-cyan-900\/5 {
    border-left-color: rgb(22 78 99 / 0.05);
  }

  .\32xl\:border-l-cyan-900\/50 {
    border-left-color: rgb(22 78 99 / 0.5);
  }

  .\32xl\:border-l-cyan-900\/55 {
    border-left-color: rgb(22 78 99 / 0.55);
  }

  .\32xl\:border-l-cyan-900\/60 {
    border-left-color: rgb(22 78 99 / 0.6);
  }

  .\32xl\:border-l-cyan-900\/65 {
    border-left-color: rgb(22 78 99 / 0.65);
  }

  .\32xl\:border-l-cyan-900\/70 {
    border-left-color: rgb(22 78 99 / 0.7);
  }

  .\32xl\:border-l-cyan-900\/75 {
    border-left-color: rgb(22 78 99 / 0.75);
  }

  .\32xl\:border-l-cyan-900\/80 {
    border-left-color: rgb(22 78 99 / 0.8);
  }

  .\32xl\:border-l-cyan-900\/85 {
    border-left-color: rgb(22 78 99 / 0.85);
  }

  .\32xl\:border-l-cyan-900\/90 {
    border-left-color: rgb(22 78 99 / 0.9);
  }

  .\32xl\:border-l-cyan-900\/95 {
    border-left-color: rgb(22 78 99 / 0.95);
  }

  .\32xl\:border-l-cyan-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-cyan-950\/0 {
    border-left-color: rgb(8 51 68 / 0);
  }

  .\32xl\:border-l-cyan-950\/10 {
    border-left-color: rgb(8 51 68 / 0.1);
  }

  .\32xl\:border-l-cyan-950\/100 {
    border-left-color: rgb(8 51 68 / 1);
  }

  .\32xl\:border-l-cyan-950\/15 {
    border-left-color: rgb(8 51 68 / 0.15);
  }

  .\32xl\:border-l-cyan-950\/20 {
    border-left-color: rgb(8 51 68 / 0.2);
  }

  .\32xl\:border-l-cyan-950\/25 {
    border-left-color: rgb(8 51 68 / 0.25);
  }

  .\32xl\:border-l-cyan-950\/30 {
    border-left-color: rgb(8 51 68 / 0.3);
  }

  .\32xl\:border-l-cyan-950\/35 {
    border-left-color: rgb(8 51 68 / 0.35);
  }

  .\32xl\:border-l-cyan-950\/40 {
    border-left-color: rgb(8 51 68 / 0.4);
  }

  .\32xl\:border-l-cyan-950\/45 {
    border-left-color: rgb(8 51 68 / 0.45);
  }

  .\32xl\:border-l-cyan-950\/5 {
    border-left-color: rgb(8 51 68 / 0.05);
  }

  .\32xl\:border-l-cyan-950\/50 {
    border-left-color: rgb(8 51 68 / 0.5);
  }

  .\32xl\:border-l-cyan-950\/55 {
    border-left-color: rgb(8 51 68 / 0.55);
  }

  .\32xl\:border-l-cyan-950\/60 {
    border-left-color: rgb(8 51 68 / 0.6);
  }

  .\32xl\:border-l-cyan-950\/65 {
    border-left-color: rgb(8 51 68 / 0.65);
  }

  .\32xl\:border-l-cyan-950\/70 {
    border-left-color: rgb(8 51 68 / 0.7);
  }

  .\32xl\:border-l-cyan-950\/75 {
    border-left-color: rgb(8 51 68 / 0.75);
  }

  .\32xl\:border-l-cyan-950\/80 {
    border-left-color: rgb(8 51 68 / 0.8);
  }

  .\32xl\:border-l-cyan-950\/85 {
    border-left-color: rgb(8 51 68 / 0.85);
  }

  .\32xl\:border-l-cyan-950\/90 {
    border-left-color: rgb(8 51 68 / 0.9);
  }

  .\32xl\:border-l-cyan-950\/95 {
    border-left-color: rgb(8 51 68 / 0.95);
  }

  .\32xl\:border-l-destructive {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-destructive-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-destructive-foreground\/0 {
    border-left-color: hsl(var(--destructive-foreground) / 0);
  }

  .\32xl\:border-l-destructive-foreground\/10 {
    border-left-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .\32xl\:border-l-destructive-foreground\/100 {
    border-left-color: hsl(var(--destructive-foreground) / 1);
  }

  .\32xl\:border-l-destructive-foreground\/15 {
    border-left-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .\32xl\:border-l-destructive-foreground\/20 {
    border-left-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .\32xl\:border-l-destructive-foreground\/25 {
    border-left-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .\32xl\:border-l-destructive-foreground\/30 {
    border-left-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .\32xl\:border-l-destructive-foreground\/35 {
    border-left-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .\32xl\:border-l-destructive-foreground\/40 {
    border-left-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .\32xl\:border-l-destructive-foreground\/45 {
    border-left-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .\32xl\:border-l-destructive-foreground\/5 {
    border-left-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .\32xl\:border-l-destructive-foreground\/50 {
    border-left-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .\32xl\:border-l-destructive-foreground\/55 {
    border-left-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .\32xl\:border-l-destructive-foreground\/60 {
    border-left-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .\32xl\:border-l-destructive-foreground\/65 {
    border-left-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .\32xl\:border-l-destructive-foreground\/70 {
    border-left-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .\32xl\:border-l-destructive-foreground\/75 {
    border-left-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .\32xl\:border-l-destructive-foreground\/80 {
    border-left-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .\32xl\:border-l-destructive-foreground\/85 {
    border-left-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .\32xl\:border-l-destructive-foreground\/90 {
    border-left-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .\32xl\:border-l-destructive-foreground\/95 {
    border-left-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .\32xl\:border-l-destructive\/0 {
    border-left-color: hsl(var(--destructive) / 0);
  }

  .\32xl\:border-l-destructive\/10 {
    border-left-color: hsl(var(--destructive) / 0.1);
  }

  .\32xl\:border-l-destructive\/100 {
    border-left-color: hsl(var(--destructive) / 1);
  }

  .\32xl\:border-l-destructive\/15 {
    border-left-color: hsl(var(--destructive) / 0.15);
  }

  .\32xl\:border-l-destructive\/20 {
    border-left-color: hsl(var(--destructive) / 0.2);
  }

  .\32xl\:border-l-destructive\/25 {
    border-left-color: hsl(var(--destructive) / 0.25);
  }

  .\32xl\:border-l-destructive\/30 {
    border-left-color: hsl(var(--destructive) / 0.3);
  }

  .\32xl\:border-l-destructive\/35 {
    border-left-color: hsl(var(--destructive) / 0.35);
  }

  .\32xl\:border-l-destructive\/40 {
    border-left-color: hsl(var(--destructive) / 0.4);
  }

  .\32xl\:border-l-destructive\/45 {
    border-left-color: hsl(var(--destructive) / 0.45);
  }

  .\32xl\:border-l-destructive\/5 {
    border-left-color: hsl(var(--destructive) / 0.05);
  }

  .\32xl\:border-l-destructive\/50 {
    border-left-color: hsl(var(--destructive) / 0.5);
  }

  .\32xl\:border-l-destructive\/55 {
    border-left-color: hsl(var(--destructive) / 0.55);
  }

  .\32xl\:border-l-destructive\/60 {
    border-left-color: hsl(var(--destructive) / 0.6);
  }

  .\32xl\:border-l-destructive\/65 {
    border-left-color: hsl(var(--destructive) / 0.65);
  }

  .\32xl\:border-l-destructive\/70 {
    border-left-color: hsl(var(--destructive) / 0.7);
  }

  .\32xl\:border-l-destructive\/75 {
    border-left-color: hsl(var(--destructive) / 0.75);
  }

  .\32xl\:border-l-destructive\/80 {
    border-left-color: hsl(var(--destructive) / 0.8);
  }

  .\32xl\:border-l-destructive\/85 {
    border-left-color: hsl(var(--destructive) / 0.85);
  }

  .\32xl\:border-l-destructive\/90 {
    border-left-color: hsl(var(--destructive) / 0.9);
  }

  .\32xl\:border-l-destructive\/95 {
    border-left-color: hsl(var(--destructive) / 0.95);
  }

  .\32xl\:border-l-emerald-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-100\/0 {
    border-left-color: rgb(209 250 229 / 0);
  }

  .\32xl\:border-l-emerald-100\/10 {
    border-left-color: rgb(209 250 229 / 0.1);
  }

  .\32xl\:border-l-emerald-100\/100 {
    border-left-color: rgb(209 250 229 / 1);
  }

  .\32xl\:border-l-emerald-100\/15 {
    border-left-color: rgb(209 250 229 / 0.15);
  }

  .\32xl\:border-l-emerald-100\/20 {
    border-left-color: rgb(209 250 229 / 0.2);
  }

  .\32xl\:border-l-emerald-100\/25 {
    border-left-color: rgb(209 250 229 / 0.25);
  }

  .\32xl\:border-l-emerald-100\/30 {
    border-left-color: rgb(209 250 229 / 0.3);
  }

  .\32xl\:border-l-emerald-100\/35 {
    border-left-color: rgb(209 250 229 / 0.35);
  }

  .\32xl\:border-l-emerald-100\/40 {
    border-left-color: rgb(209 250 229 / 0.4);
  }

  .\32xl\:border-l-emerald-100\/45 {
    border-left-color: rgb(209 250 229 / 0.45);
  }

  .\32xl\:border-l-emerald-100\/5 {
    border-left-color: rgb(209 250 229 / 0.05);
  }

  .\32xl\:border-l-emerald-100\/50 {
    border-left-color: rgb(209 250 229 / 0.5);
  }

  .\32xl\:border-l-emerald-100\/55 {
    border-left-color: rgb(209 250 229 / 0.55);
  }

  .\32xl\:border-l-emerald-100\/60 {
    border-left-color: rgb(209 250 229 / 0.6);
  }

  .\32xl\:border-l-emerald-100\/65 {
    border-left-color: rgb(209 250 229 / 0.65);
  }

  .\32xl\:border-l-emerald-100\/70 {
    border-left-color: rgb(209 250 229 / 0.7);
  }

  .\32xl\:border-l-emerald-100\/75 {
    border-left-color: rgb(209 250 229 / 0.75);
  }

  .\32xl\:border-l-emerald-100\/80 {
    border-left-color: rgb(209 250 229 / 0.8);
  }

  .\32xl\:border-l-emerald-100\/85 {
    border-left-color: rgb(209 250 229 / 0.85);
  }

  .\32xl\:border-l-emerald-100\/90 {
    border-left-color: rgb(209 250 229 / 0.9);
  }

  .\32xl\:border-l-emerald-100\/95 {
    border-left-color: rgb(209 250 229 / 0.95);
  }

  .\32xl\:border-l-emerald-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-200\/0 {
    border-left-color: rgb(167 243 208 / 0);
  }

  .\32xl\:border-l-emerald-200\/10 {
    border-left-color: rgb(167 243 208 / 0.1);
  }

  .\32xl\:border-l-emerald-200\/100 {
    border-left-color: rgb(167 243 208 / 1);
  }

  .\32xl\:border-l-emerald-200\/15 {
    border-left-color: rgb(167 243 208 / 0.15);
  }

  .\32xl\:border-l-emerald-200\/20 {
    border-left-color: rgb(167 243 208 / 0.2);
  }

  .\32xl\:border-l-emerald-200\/25 {
    border-left-color: rgb(167 243 208 / 0.25);
  }

  .\32xl\:border-l-emerald-200\/30 {
    border-left-color: rgb(167 243 208 / 0.3);
  }

  .\32xl\:border-l-emerald-200\/35 {
    border-left-color: rgb(167 243 208 / 0.35);
  }

  .\32xl\:border-l-emerald-200\/40 {
    border-left-color: rgb(167 243 208 / 0.4);
  }

  .\32xl\:border-l-emerald-200\/45 {
    border-left-color: rgb(167 243 208 / 0.45);
  }

  .\32xl\:border-l-emerald-200\/5 {
    border-left-color: rgb(167 243 208 / 0.05);
  }

  .\32xl\:border-l-emerald-200\/50 {
    border-left-color: rgb(167 243 208 / 0.5);
  }

  .\32xl\:border-l-emerald-200\/55 {
    border-left-color: rgb(167 243 208 / 0.55);
  }

  .\32xl\:border-l-emerald-200\/60 {
    border-left-color: rgb(167 243 208 / 0.6);
  }

  .\32xl\:border-l-emerald-200\/65 {
    border-left-color: rgb(167 243 208 / 0.65);
  }

  .\32xl\:border-l-emerald-200\/70 {
    border-left-color: rgb(167 243 208 / 0.7);
  }

  .\32xl\:border-l-emerald-200\/75 {
    border-left-color: rgb(167 243 208 / 0.75);
  }

  .\32xl\:border-l-emerald-200\/80 {
    border-left-color: rgb(167 243 208 / 0.8);
  }

  .\32xl\:border-l-emerald-200\/85 {
    border-left-color: rgb(167 243 208 / 0.85);
  }

  .\32xl\:border-l-emerald-200\/90 {
    border-left-color: rgb(167 243 208 / 0.9);
  }

  .\32xl\:border-l-emerald-200\/95 {
    border-left-color: rgb(167 243 208 / 0.95);
  }

  .\32xl\:border-l-emerald-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-300\/0 {
    border-left-color: rgb(110 231 183 / 0);
  }

  .\32xl\:border-l-emerald-300\/10 {
    border-left-color: rgb(110 231 183 / 0.1);
  }

  .\32xl\:border-l-emerald-300\/100 {
    border-left-color: rgb(110 231 183 / 1);
  }

  .\32xl\:border-l-emerald-300\/15 {
    border-left-color: rgb(110 231 183 / 0.15);
  }

  .\32xl\:border-l-emerald-300\/20 {
    border-left-color: rgb(110 231 183 / 0.2);
  }

  .\32xl\:border-l-emerald-300\/25 {
    border-left-color: rgb(110 231 183 / 0.25);
  }

  .\32xl\:border-l-emerald-300\/30 {
    border-left-color: rgb(110 231 183 / 0.3);
  }

  .\32xl\:border-l-emerald-300\/35 {
    border-left-color: rgb(110 231 183 / 0.35);
  }

  .\32xl\:border-l-emerald-300\/40 {
    border-left-color: rgb(110 231 183 / 0.4);
  }

  .\32xl\:border-l-emerald-300\/45 {
    border-left-color: rgb(110 231 183 / 0.45);
  }

  .\32xl\:border-l-emerald-300\/5 {
    border-left-color: rgb(110 231 183 / 0.05);
  }

  .\32xl\:border-l-emerald-300\/50 {
    border-left-color: rgb(110 231 183 / 0.5);
  }

  .\32xl\:border-l-emerald-300\/55 {
    border-left-color: rgb(110 231 183 / 0.55);
  }

  .\32xl\:border-l-emerald-300\/60 {
    border-left-color: rgb(110 231 183 / 0.6);
  }

  .\32xl\:border-l-emerald-300\/65 {
    border-left-color: rgb(110 231 183 / 0.65);
  }

  .\32xl\:border-l-emerald-300\/70 {
    border-left-color: rgb(110 231 183 / 0.7);
  }

  .\32xl\:border-l-emerald-300\/75 {
    border-left-color: rgb(110 231 183 / 0.75);
  }

  .\32xl\:border-l-emerald-300\/80 {
    border-left-color: rgb(110 231 183 / 0.8);
  }

  .\32xl\:border-l-emerald-300\/85 {
    border-left-color: rgb(110 231 183 / 0.85);
  }

  .\32xl\:border-l-emerald-300\/90 {
    border-left-color: rgb(110 231 183 / 0.9);
  }

  .\32xl\:border-l-emerald-300\/95 {
    border-left-color: rgb(110 231 183 / 0.95);
  }

  .\32xl\:border-l-emerald-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-400\/0 {
    border-left-color: rgb(52 211 153 / 0);
  }

  .\32xl\:border-l-emerald-400\/10 {
    border-left-color: rgb(52 211 153 / 0.1);
  }

  .\32xl\:border-l-emerald-400\/100 {
    border-left-color: rgb(52 211 153 / 1);
  }

  .\32xl\:border-l-emerald-400\/15 {
    border-left-color: rgb(52 211 153 / 0.15);
  }

  .\32xl\:border-l-emerald-400\/20 {
    border-left-color: rgb(52 211 153 / 0.2);
  }

  .\32xl\:border-l-emerald-400\/25 {
    border-left-color: rgb(52 211 153 / 0.25);
  }

  .\32xl\:border-l-emerald-400\/30 {
    border-left-color: rgb(52 211 153 / 0.3);
  }

  .\32xl\:border-l-emerald-400\/35 {
    border-left-color: rgb(52 211 153 / 0.35);
  }

  .\32xl\:border-l-emerald-400\/40 {
    border-left-color: rgb(52 211 153 / 0.4);
  }

  .\32xl\:border-l-emerald-400\/45 {
    border-left-color: rgb(52 211 153 / 0.45);
  }

  .\32xl\:border-l-emerald-400\/5 {
    border-left-color: rgb(52 211 153 / 0.05);
  }

  .\32xl\:border-l-emerald-400\/50 {
    border-left-color: rgb(52 211 153 / 0.5);
  }

  .\32xl\:border-l-emerald-400\/55 {
    border-left-color: rgb(52 211 153 / 0.55);
  }

  .\32xl\:border-l-emerald-400\/60 {
    border-left-color: rgb(52 211 153 / 0.6);
  }

  .\32xl\:border-l-emerald-400\/65 {
    border-left-color: rgb(52 211 153 / 0.65);
  }

  .\32xl\:border-l-emerald-400\/70 {
    border-left-color: rgb(52 211 153 / 0.7);
  }

  .\32xl\:border-l-emerald-400\/75 {
    border-left-color: rgb(52 211 153 / 0.75);
  }

  .\32xl\:border-l-emerald-400\/80 {
    border-left-color: rgb(52 211 153 / 0.8);
  }

  .\32xl\:border-l-emerald-400\/85 {
    border-left-color: rgb(52 211 153 / 0.85);
  }

  .\32xl\:border-l-emerald-400\/90 {
    border-left-color: rgb(52 211 153 / 0.9);
  }

  .\32xl\:border-l-emerald-400\/95 {
    border-left-color: rgb(52 211 153 / 0.95);
  }

  .\32xl\:border-l-emerald-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-50\/0 {
    border-left-color: rgb(236 253 245 / 0);
  }

  .\32xl\:border-l-emerald-50\/10 {
    border-left-color: rgb(236 253 245 / 0.1);
  }

  .\32xl\:border-l-emerald-50\/100 {
    border-left-color: rgb(236 253 245 / 1);
  }

  .\32xl\:border-l-emerald-50\/15 {
    border-left-color: rgb(236 253 245 / 0.15);
  }

  .\32xl\:border-l-emerald-50\/20 {
    border-left-color: rgb(236 253 245 / 0.2);
  }

  .\32xl\:border-l-emerald-50\/25 {
    border-left-color: rgb(236 253 245 / 0.25);
  }

  .\32xl\:border-l-emerald-50\/30 {
    border-left-color: rgb(236 253 245 / 0.3);
  }

  .\32xl\:border-l-emerald-50\/35 {
    border-left-color: rgb(236 253 245 / 0.35);
  }

  .\32xl\:border-l-emerald-50\/40 {
    border-left-color: rgb(236 253 245 / 0.4);
  }

  .\32xl\:border-l-emerald-50\/45 {
    border-left-color: rgb(236 253 245 / 0.45);
  }

  .\32xl\:border-l-emerald-50\/5 {
    border-left-color: rgb(236 253 245 / 0.05);
  }

  .\32xl\:border-l-emerald-50\/50 {
    border-left-color: rgb(236 253 245 / 0.5);
  }

  .\32xl\:border-l-emerald-50\/55 {
    border-left-color: rgb(236 253 245 / 0.55);
  }

  .\32xl\:border-l-emerald-50\/60 {
    border-left-color: rgb(236 253 245 / 0.6);
  }

  .\32xl\:border-l-emerald-50\/65 {
    border-left-color: rgb(236 253 245 / 0.65);
  }

  .\32xl\:border-l-emerald-50\/70 {
    border-left-color: rgb(236 253 245 / 0.7);
  }

  .\32xl\:border-l-emerald-50\/75 {
    border-left-color: rgb(236 253 245 / 0.75);
  }

  .\32xl\:border-l-emerald-50\/80 {
    border-left-color: rgb(236 253 245 / 0.8);
  }

  .\32xl\:border-l-emerald-50\/85 {
    border-left-color: rgb(236 253 245 / 0.85);
  }

  .\32xl\:border-l-emerald-50\/90 {
    border-left-color: rgb(236 253 245 / 0.9);
  }

  .\32xl\:border-l-emerald-50\/95 {
    border-left-color: rgb(236 253 245 / 0.95);
  }

  .\32xl\:border-l-emerald-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-500\/0 {
    border-left-color: rgb(16 185 129 / 0);
  }

  .\32xl\:border-l-emerald-500\/10 {
    border-left-color: rgb(16 185 129 / 0.1);
  }

  .\32xl\:border-l-emerald-500\/100 {
    border-left-color: rgb(16 185 129 / 1);
  }

  .\32xl\:border-l-emerald-500\/15 {
    border-left-color: rgb(16 185 129 / 0.15);
  }

  .\32xl\:border-l-emerald-500\/20 {
    border-left-color: rgb(16 185 129 / 0.2);
  }

  .\32xl\:border-l-emerald-500\/25 {
    border-left-color: rgb(16 185 129 / 0.25);
  }

  .\32xl\:border-l-emerald-500\/30 {
    border-left-color: rgb(16 185 129 / 0.3);
  }

  .\32xl\:border-l-emerald-500\/35 {
    border-left-color: rgb(16 185 129 / 0.35);
  }

  .\32xl\:border-l-emerald-500\/40 {
    border-left-color: rgb(16 185 129 / 0.4);
  }

  .\32xl\:border-l-emerald-500\/45 {
    border-left-color: rgb(16 185 129 / 0.45);
  }

  .\32xl\:border-l-emerald-500\/5 {
    border-left-color: rgb(16 185 129 / 0.05);
  }

  .\32xl\:border-l-emerald-500\/50 {
    border-left-color: rgb(16 185 129 / 0.5);
  }

  .\32xl\:border-l-emerald-500\/55 {
    border-left-color: rgb(16 185 129 / 0.55);
  }

  .\32xl\:border-l-emerald-500\/60 {
    border-left-color: rgb(16 185 129 / 0.6);
  }

  .\32xl\:border-l-emerald-500\/65 {
    border-left-color: rgb(16 185 129 / 0.65);
  }

  .\32xl\:border-l-emerald-500\/70 {
    border-left-color: rgb(16 185 129 / 0.7);
  }

  .\32xl\:border-l-emerald-500\/75 {
    border-left-color: rgb(16 185 129 / 0.75);
  }

  .\32xl\:border-l-emerald-500\/80 {
    border-left-color: rgb(16 185 129 / 0.8);
  }

  .\32xl\:border-l-emerald-500\/85 {
    border-left-color: rgb(16 185 129 / 0.85);
  }

  .\32xl\:border-l-emerald-500\/90 {
    border-left-color: rgb(16 185 129 / 0.9);
  }

  .\32xl\:border-l-emerald-500\/95 {
    border-left-color: rgb(16 185 129 / 0.95);
  }

  .\32xl\:border-l-emerald-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-600\/0 {
    border-left-color: rgb(5 150 105 / 0);
  }

  .\32xl\:border-l-emerald-600\/10 {
    border-left-color: rgb(5 150 105 / 0.1);
  }

  .\32xl\:border-l-emerald-600\/100 {
    border-left-color: rgb(5 150 105 / 1);
  }

  .\32xl\:border-l-emerald-600\/15 {
    border-left-color: rgb(5 150 105 / 0.15);
  }

  .\32xl\:border-l-emerald-600\/20 {
    border-left-color: rgb(5 150 105 / 0.2);
  }

  .\32xl\:border-l-emerald-600\/25 {
    border-left-color: rgb(5 150 105 / 0.25);
  }

  .\32xl\:border-l-emerald-600\/30 {
    border-left-color: rgb(5 150 105 / 0.3);
  }

  .\32xl\:border-l-emerald-600\/35 {
    border-left-color: rgb(5 150 105 / 0.35);
  }

  .\32xl\:border-l-emerald-600\/40 {
    border-left-color: rgb(5 150 105 / 0.4);
  }

  .\32xl\:border-l-emerald-600\/45 {
    border-left-color: rgb(5 150 105 / 0.45);
  }

  .\32xl\:border-l-emerald-600\/5 {
    border-left-color: rgb(5 150 105 / 0.05);
  }

  .\32xl\:border-l-emerald-600\/50 {
    border-left-color: rgb(5 150 105 / 0.5);
  }

  .\32xl\:border-l-emerald-600\/55 {
    border-left-color: rgb(5 150 105 / 0.55);
  }

  .\32xl\:border-l-emerald-600\/60 {
    border-left-color: rgb(5 150 105 / 0.6);
  }

  .\32xl\:border-l-emerald-600\/65 {
    border-left-color: rgb(5 150 105 / 0.65);
  }

  .\32xl\:border-l-emerald-600\/70 {
    border-left-color: rgb(5 150 105 / 0.7);
  }

  .\32xl\:border-l-emerald-600\/75 {
    border-left-color: rgb(5 150 105 / 0.75);
  }

  .\32xl\:border-l-emerald-600\/80 {
    border-left-color: rgb(5 150 105 / 0.8);
  }

  .\32xl\:border-l-emerald-600\/85 {
    border-left-color: rgb(5 150 105 / 0.85);
  }

  .\32xl\:border-l-emerald-600\/90 {
    border-left-color: rgb(5 150 105 / 0.9);
  }

  .\32xl\:border-l-emerald-600\/95 {
    border-left-color: rgb(5 150 105 / 0.95);
  }

  .\32xl\:border-l-emerald-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-700\/0 {
    border-left-color: rgb(4 120 87 / 0);
  }

  .\32xl\:border-l-emerald-700\/10 {
    border-left-color: rgb(4 120 87 / 0.1);
  }

  .\32xl\:border-l-emerald-700\/100 {
    border-left-color: rgb(4 120 87 / 1);
  }

  .\32xl\:border-l-emerald-700\/15 {
    border-left-color: rgb(4 120 87 / 0.15);
  }

  .\32xl\:border-l-emerald-700\/20 {
    border-left-color: rgb(4 120 87 / 0.2);
  }

  .\32xl\:border-l-emerald-700\/25 {
    border-left-color: rgb(4 120 87 / 0.25);
  }

  .\32xl\:border-l-emerald-700\/30 {
    border-left-color: rgb(4 120 87 / 0.3);
  }

  .\32xl\:border-l-emerald-700\/35 {
    border-left-color: rgb(4 120 87 / 0.35);
  }

  .\32xl\:border-l-emerald-700\/40 {
    border-left-color: rgb(4 120 87 / 0.4);
  }

  .\32xl\:border-l-emerald-700\/45 {
    border-left-color: rgb(4 120 87 / 0.45);
  }

  .\32xl\:border-l-emerald-700\/5 {
    border-left-color: rgb(4 120 87 / 0.05);
  }

  .\32xl\:border-l-emerald-700\/50 {
    border-left-color: rgb(4 120 87 / 0.5);
  }

  .\32xl\:border-l-emerald-700\/55 {
    border-left-color: rgb(4 120 87 / 0.55);
  }

  .\32xl\:border-l-emerald-700\/60 {
    border-left-color: rgb(4 120 87 / 0.6);
  }

  .\32xl\:border-l-emerald-700\/65 {
    border-left-color: rgb(4 120 87 / 0.65);
  }

  .\32xl\:border-l-emerald-700\/70 {
    border-left-color: rgb(4 120 87 / 0.7);
  }

  .\32xl\:border-l-emerald-700\/75 {
    border-left-color: rgb(4 120 87 / 0.75);
  }

  .\32xl\:border-l-emerald-700\/80 {
    border-left-color: rgb(4 120 87 / 0.8);
  }

  .\32xl\:border-l-emerald-700\/85 {
    border-left-color: rgb(4 120 87 / 0.85);
  }

  .\32xl\:border-l-emerald-700\/90 {
    border-left-color: rgb(4 120 87 / 0.9);
  }

  .\32xl\:border-l-emerald-700\/95 {
    border-left-color: rgb(4 120 87 / 0.95);
  }

  .\32xl\:border-l-emerald-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-800\/0 {
    border-left-color: rgb(6 95 70 / 0);
  }

  .\32xl\:border-l-emerald-800\/10 {
    border-left-color: rgb(6 95 70 / 0.1);
  }

  .\32xl\:border-l-emerald-800\/100 {
    border-left-color: rgb(6 95 70 / 1);
  }

  .\32xl\:border-l-emerald-800\/15 {
    border-left-color: rgb(6 95 70 / 0.15);
  }

  .\32xl\:border-l-emerald-800\/20 {
    border-left-color: rgb(6 95 70 / 0.2);
  }

  .\32xl\:border-l-emerald-800\/25 {
    border-left-color: rgb(6 95 70 / 0.25);
  }

  .\32xl\:border-l-emerald-800\/30 {
    border-left-color: rgb(6 95 70 / 0.3);
  }

  .\32xl\:border-l-emerald-800\/35 {
    border-left-color: rgb(6 95 70 / 0.35);
  }

  .\32xl\:border-l-emerald-800\/40 {
    border-left-color: rgb(6 95 70 / 0.4);
  }

  .\32xl\:border-l-emerald-800\/45 {
    border-left-color: rgb(6 95 70 / 0.45);
  }

  .\32xl\:border-l-emerald-800\/5 {
    border-left-color: rgb(6 95 70 / 0.05);
  }

  .\32xl\:border-l-emerald-800\/50 {
    border-left-color: rgb(6 95 70 / 0.5);
  }

  .\32xl\:border-l-emerald-800\/55 {
    border-left-color: rgb(6 95 70 / 0.55);
  }

  .\32xl\:border-l-emerald-800\/60 {
    border-left-color: rgb(6 95 70 / 0.6);
  }

  .\32xl\:border-l-emerald-800\/65 {
    border-left-color: rgb(6 95 70 / 0.65);
  }

  .\32xl\:border-l-emerald-800\/70 {
    border-left-color: rgb(6 95 70 / 0.7);
  }

  .\32xl\:border-l-emerald-800\/75 {
    border-left-color: rgb(6 95 70 / 0.75);
  }

  .\32xl\:border-l-emerald-800\/80 {
    border-left-color: rgb(6 95 70 / 0.8);
  }

  .\32xl\:border-l-emerald-800\/85 {
    border-left-color: rgb(6 95 70 / 0.85);
  }

  .\32xl\:border-l-emerald-800\/90 {
    border-left-color: rgb(6 95 70 / 0.9);
  }

  .\32xl\:border-l-emerald-800\/95 {
    border-left-color: rgb(6 95 70 / 0.95);
  }

  .\32xl\:border-l-emerald-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-900\/0 {
    border-left-color: rgb(6 78 59 / 0);
  }

  .\32xl\:border-l-emerald-900\/10 {
    border-left-color: rgb(6 78 59 / 0.1);
  }

  .\32xl\:border-l-emerald-900\/100 {
    border-left-color: rgb(6 78 59 / 1);
  }

  .\32xl\:border-l-emerald-900\/15 {
    border-left-color: rgb(6 78 59 / 0.15);
  }

  .\32xl\:border-l-emerald-900\/20 {
    border-left-color: rgb(6 78 59 / 0.2);
  }

  .\32xl\:border-l-emerald-900\/25 {
    border-left-color: rgb(6 78 59 / 0.25);
  }

  .\32xl\:border-l-emerald-900\/30 {
    border-left-color: rgb(6 78 59 / 0.3);
  }

  .\32xl\:border-l-emerald-900\/35 {
    border-left-color: rgb(6 78 59 / 0.35);
  }

  .\32xl\:border-l-emerald-900\/40 {
    border-left-color: rgb(6 78 59 / 0.4);
  }

  .\32xl\:border-l-emerald-900\/45 {
    border-left-color: rgb(6 78 59 / 0.45);
  }

  .\32xl\:border-l-emerald-900\/5 {
    border-left-color: rgb(6 78 59 / 0.05);
  }

  .\32xl\:border-l-emerald-900\/50 {
    border-left-color: rgb(6 78 59 / 0.5);
  }

  .\32xl\:border-l-emerald-900\/55 {
    border-left-color: rgb(6 78 59 / 0.55);
  }

  .\32xl\:border-l-emerald-900\/60 {
    border-left-color: rgb(6 78 59 / 0.6);
  }

  .\32xl\:border-l-emerald-900\/65 {
    border-left-color: rgb(6 78 59 / 0.65);
  }

  .\32xl\:border-l-emerald-900\/70 {
    border-left-color: rgb(6 78 59 / 0.7);
  }

  .\32xl\:border-l-emerald-900\/75 {
    border-left-color: rgb(6 78 59 / 0.75);
  }

  .\32xl\:border-l-emerald-900\/80 {
    border-left-color: rgb(6 78 59 / 0.8);
  }

  .\32xl\:border-l-emerald-900\/85 {
    border-left-color: rgb(6 78 59 / 0.85);
  }

  .\32xl\:border-l-emerald-900\/90 {
    border-left-color: rgb(6 78 59 / 0.9);
  }

  .\32xl\:border-l-emerald-900\/95 {
    border-left-color: rgb(6 78 59 / 0.95);
  }

  .\32xl\:border-l-emerald-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-emerald-950\/0 {
    border-left-color: rgb(2 44 34 / 0);
  }

  .\32xl\:border-l-emerald-950\/10 {
    border-left-color: rgb(2 44 34 / 0.1);
  }

  .\32xl\:border-l-emerald-950\/100 {
    border-left-color: rgb(2 44 34 / 1);
  }

  .\32xl\:border-l-emerald-950\/15 {
    border-left-color: rgb(2 44 34 / 0.15);
  }

  .\32xl\:border-l-emerald-950\/20 {
    border-left-color: rgb(2 44 34 / 0.2);
  }

  .\32xl\:border-l-emerald-950\/25 {
    border-left-color: rgb(2 44 34 / 0.25);
  }

  .\32xl\:border-l-emerald-950\/30 {
    border-left-color: rgb(2 44 34 / 0.3);
  }

  .\32xl\:border-l-emerald-950\/35 {
    border-left-color: rgb(2 44 34 / 0.35);
  }

  .\32xl\:border-l-emerald-950\/40 {
    border-left-color: rgb(2 44 34 / 0.4);
  }

  .\32xl\:border-l-emerald-950\/45 {
    border-left-color: rgb(2 44 34 / 0.45);
  }

  .\32xl\:border-l-emerald-950\/5 {
    border-left-color: rgb(2 44 34 / 0.05);
  }

  .\32xl\:border-l-emerald-950\/50 {
    border-left-color: rgb(2 44 34 / 0.5);
  }

  .\32xl\:border-l-emerald-950\/55 {
    border-left-color: rgb(2 44 34 / 0.55);
  }

  .\32xl\:border-l-emerald-950\/60 {
    border-left-color: rgb(2 44 34 / 0.6);
  }

  .\32xl\:border-l-emerald-950\/65 {
    border-left-color: rgb(2 44 34 / 0.65);
  }

  .\32xl\:border-l-emerald-950\/70 {
    border-left-color: rgb(2 44 34 / 0.7);
  }

  .\32xl\:border-l-emerald-950\/75 {
    border-left-color: rgb(2 44 34 / 0.75);
  }

  .\32xl\:border-l-emerald-950\/80 {
    border-left-color: rgb(2 44 34 / 0.8);
  }

  .\32xl\:border-l-emerald-950\/85 {
    border-left-color: rgb(2 44 34 / 0.85);
  }

  .\32xl\:border-l-emerald-950\/90 {
    border-left-color: rgb(2 44 34 / 0.9);
  }

  .\32xl\:border-l-emerald-950\/95 {
    border-left-color: rgb(2 44 34 / 0.95);
  }

  .\32xl\:border-l-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-foreground\/0 {
    border-left-color: hsl(var(--foreground) / 0);
  }

  .\32xl\:border-l-foreground\/10 {
    border-left-color: hsl(var(--foreground) / 0.1);
  }

  .\32xl\:border-l-foreground\/100 {
    border-left-color: hsl(var(--foreground) / 1);
  }

  .\32xl\:border-l-foreground\/15 {
    border-left-color: hsl(var(--foreground) / 0.15);
  }

  .\32xl\:border-l-foreground\/20 {
    border-left-color: hsl(var(--foreground) / 0.2);
  }

  .\32xl\:border-l-foreground\/25 {
    border-left-color: hsl(var(--foreground) / 0.25);
  }

  .\32xl\:border-l-foreground\/30 {
    border-left-color: hsl(var(--foreground) / 0.3);
  }

  .\32xl\:border-l-foreground\/35 {
    border-left-color: hsl(var(--foreground) / 0.35);
  }

  .\32xl\:border-l-foreground\/40 {
    border-left-color: hsl(var(--foreground) / 0.4);
  }

  .\32xl\:border-l-foreground\/45 {
    border-left-color: hsl(var(--foreground) / 0.45);
  }

  .\32xl\:border-l-foreground\/5 {
    border-left-color: hsl(var(--foreground) / 0.05);
  }

  .\32xl\:border-l-foreground\/50 {
    border-left-color: hsl(var(--foreground) / 0.5);
  }

  .\32xl\:border-l-foreground\/55 {
    border-left-color: hsl(var(--foreground) / 0.55);
  }

  .\32xl\:border-l-foreground\/60 {
    border-left-color: hsl(var(--foreground) / 0.6);
  }

  .\32xl\:border-l-foreground\/65 {
    border-left-color: hsl(var(--foreground) / 0.65);
  }

  .\32xl\:border-l-foreground\/70 {
    border-left-color: hsl(var(--foreground) / 0.7);
  }

  .\32xl\:border-l-foreground\/75 {
    border-left-color: hsl(var(--foreground) / 0.75);
  }

  .\32xl\:border-l-foreground\/80 {
    border-left-color: hsl(var(--foreground) / 0.8);
  }

  .\32xl\:border-l-foreground\/85 {
    border-left-color: hsl(var(--foreground) / 0.85);
  }

  .\32xl\:border-l-foreground\/90 {
    border-left-color: hsl(var(--foreground) / 0.9);
  }

  .\32xl\:border-l-foreground\/95 {
    border-left-color: hsl(var(--foreground) / 0.95);
  }

  .\32xl\:border-l-fuchsia-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-100\/0 {
    border-left-color: rgb(250 232 255 / 0);
  }

  .\32xl\:border-l-fuchsia-100\/10 {
    border-left-color: rgb(250 232 255 / 0.1);
  }

  .\32xl\:border-l-fuchsia-100\/100 {
    border-left-color: rgb(250 232 255 / 1);
  }

  .\32xl\:border-l-fuchsia-100\/15 {
    border-left-color: rgb(250 232 255 / 0.15);
  }

  .\32xl\:border-l-fuchsia-100\/20 {
    border-left-color: rgb(250 232 255 / 0.2);
  }

  .\32xl\:border-l-fuchsia-100\/25 {
    border-left-color: rgb(250 232 255 / 0.25);
  }

  .\32xl\:border-l-fuchsia-100\/30 {
    border-left-color: rgb(250 232 255 / 0.3);
  }

  .\32xl\:border-l-fuchsia-100\/35 {
    border-left-color: rgb(250 232 255 / 0.35);
  }

  .\32xl\:border-l-fuchsia-100\/40 {
    border-left-color: rgb(250 232 255 / 0.4);
  }

  .\32xl\:border-l-fuchsia-100\/45 {
    border-left-color: rgb(250 232 255 / 0.45);
  }

  .\32xl\:border-l-fuchsia-100\/5 {
    border-left-color: rgb(250 232 255 / 0.05);
  }

  .\32xl\:border-l-fuchsia-100\/50 {
    border-left-color: rgb(250 232 255 / 0.5);
  }

  .\32xl\:border-l-fuchsia-100\/55 {
    border-left-color: rgb(250 232 255 / 0.55);
  }

  .\32xl\:border-l-fuchsia-100\/60 {
    border-left-color: rgb(250 232 255 / 0.6);
  }

  .\32xl\:border-l-fuchsia-100\/65 {
    border-left-color: rgb(250 232 255 / 0.65);
  }

  .\32xl\:border-l-fuchsia-100\/70 {
    border-left-color: rgb(250 232 255 / 0.7);
  }

  .\32xl\:border-l-fuchsia-100\/75 {
    border-left-color: rgb(250 232 255 / 0.75);
  }

  .\32xl\:border-l-fuchsia-100\/80 {
    border-left-color: rgb(250 232 255 / 0.8);
  }

  .\32xl\:border-l-fuchsia-100\/85 {
    border-left-color: rgb(250 232 255 / 0.85);
  }

  .\32xl\:border-l-fuchsia-100\/90 {
    border-left-color: rgb(250 232 255 / 0.9);
  }

  .\32xl\:border-l-fuchsia-100\/95 {
    border-left-color: rgb(250 232 255 / 0.95);
  }

  .\32xl\:border-l-fuchsia-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-200\/0 {
    border-left-color: rgb(245 208 254 / 0);
  }

  .\32xl\:border-l-fuchsia-200\/10 {
    border-left-color: rgb(245 208 254 / 0.1);
  }

  .\32xl\:border-l-fuchsia-200\/100 {
    border-left-color: rgb(245 208 254 / 1);
  }

  .\32xl\:border-l-fuchsia-200\/15 {
    border-left-color: rgb(245 208 254 / 0.15);
  }

  .\32xl\:border-l-fuchsia-200\/20 {
    border-left-color: rgb(245 208 254 / 0.2);
  }

  .\32xl\:border-l-fuchsia-200\/25 {
    border-left-color: rgb(245 208 254 / 0.25);
  }

  .\32xl\:border-l-fuchsia-200\/30 {
    border-left-color: rgb(245 208 254 / 0.3);
  }

  .\32xl\:border-l-fuchsia-200\/35 {
    border-left-color: rgb(245 208 254 / 0.35);
  }

  .\32xl\:border-l-fuchsia-200\/40 {
    border-left-color: rgb(245 208 254 / 0.4);
  }

  .\32xl\:border-l-fuchsia-200\/45 {
    border-left-color: rgb(245 208 254 / 0.45);
  }

  .\32xl\:border-l-fuchsia-200\/5 {
    border-left-color: rgb(245 208 254 / 0.05);
  }

  .\32xl\:border-l-fuchsia-200\/50 {
    border-left-color: rgb(245 208 254 / 0.5);
  }

  .\32xl\:border-l-fuchsia-200\/55 {
    border-left-color: rgb(245 208 254 / 0.55);
  }

  .\32xl\:border-l-fuchsia-200\/60 {
    border-left-color: rgb(245 208 254 / 0.6);
  }

  .\32xl\:border-l-fuchsia-200\/65 {
    border-left-color: rgb(245 208 254 / 0.65);
  }

  .\32xl\:border-l-fuchsia-200\/70 {
    border-left-color: rgb(245 208 254 / 0.7);
  }

  .\32xl\:border-l-fuchsia-200\/75 {
    border-left-color: rgb(245 208 254 / 0.75);
  }

  .\32xl\:border-l-fuchsia-200\/80 {
    border-left-color: rgb(245 208 254 / 0.8);
  }

  .\32xl\:border-l-fuchsia-200\/85 {
    border-left-color: rgb(245 208 254 / 0.85);
  }

  .\32xl\:border-l-fuchsia-200\/90 {
    border-left-color: rgb(245 208 254 / 0.9);
  }

  .\32xl\:border-l-fuchsia-200\/95 {
    border-left-color: rgb(245 208 254 / 0.95);
  }

  .\32xl\:border-l-fuchsia-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-300\/0 {
    border-left-color: rgb(240 171 252 / 0);
  }

  .\32xl\:border-l-fuchsia-300\/10 {
    border-left-color: rgb(240 171 252 / 0.1);
  }

  .\32xl\:border-l-fuchsia-300\/100 {
    border-left-color: rgb(240 171 252 / 1);
  }

  .\32xl\:border-l-fuchsia-300\/15 {
    border-left-color: rgb(240 171 252 / 0.15);
  }

  .\32xl\:border-l-fuchsia-300\/20 {
    border-left-color: rgb(240 171 252 / 0.2);
  }

  .\32xl\:border-l-fuchsia-300\/25 {
    border-left-color: rgb(240 171 252 / 0.25);
  }

  .\32xl\:border-l-fuchsia-300\/30 {
    border-left-color: rgb(240 171 252 / 0.3);
  }

  .\32xl\:border-l-fuchsia-300\/35 {
    border-left-color: rgb(240 171 252 / 0.35);
  }

  .\32xl\:border-l-fuchsia-300\/40 {
    border-left-color: rgb(240 171 252 / 0.4);
  }

  .\32xl\:border-l-fuchsia-300\/45 {
    border-left-color: rgb(240 171 252 / 0.45);
  }

  .\32xl\:border-l-fuchsia-300\/5 {
    border-left-color: rgb(240 171 252 / 0.05);
  }

  .\32xl\:border-l-fuchsia-300\/50 {
    border-left-color: rgb(240 171 252 / 0.5);
  }

  .\32xl\:border-l-fuchsia-300\/55 {
    border-left-color: rgb(240 171 252 / 0.55);
  }

  .\32xl\:border-l-fuchsia-300\/60 {
    border-left-color: rgb(240 171 252 / 0.6);
  }

  .\32xl\:border-l-fuchsia-300\/65 {
    border-left-color: rgb(240 171 252 / 0.65);
  }

  .\32xl\:border-l-fuchsia-300\/70 {
    border-left-color: rgb(240 171 252 / 0.7);
  }

  .\32xl\:border-l-fuchsia-300\/75 {
    border-left-color: rgb(240 171 252 / 0.75);
  }

  .\32xl\:border-l-fuchsia-300\/80 {
    border-left-color: rgb(240 171 252 / 0.8);
  }

  .\32xl\:border-l-fuchsia-300\/85 {
    border-left-color: rgb(240 171 252 / 0.85);
  }

  .\32xl\:border-l-fuchsia-300\/90 {
    border-left-color: rgb(240 171 252 / 0.9);
  }

  .\32xl\:border-l-fuchsia-300\/95 {
    border-left-color: rgb(240 171 252 / 0.95);
  }

  .\32xl\:border-l-fuchsia-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-400\/0 {
    border-left-color: rgb(232 121 249 / 0);
  }

  .\32xl\:border-l-fuchsia-400\/10 {
    border-left-color: rgb(232 121 249 / 0.1);
  }

  .\32xl\:border-l-fuchsia-400\/100 {
    border-left-color: rgb(232 121 249 / 1);
  }

  .\32xl\:border-l-fuchsia-400\/15 {
    border-left-color: rgb(232 121 249 / 0.15);
  }

  .\32xl\:border-l-fuchsia-400\/20 {
    border-left-color: rgb(232 121 249 / 0.2);
  }

  .\32xl\:border-l-fuchsia-400\/25 {
    border-left-color: rgb(232 121 249 / 0.25);
  }

  .\32xl\:border-l-fuchsia-400\/30 {
    border-left-color: rgb(232 121 249 / 0.3);
  }

  .\32xl\:border-l-fuchsia-400\/35 {
    border-left-color: rgb(232 121 249 / 0.35);
  }

  .\32xl\:border-l-fuchsia-400\/40 {
    border-left-color: rgb(232 121 249 / 0.4);
  }

  .\32xl\:border-l-fuchsia-400\/45 {
    border-left-color: rgb(232 121 249 / 0.45);
  }

  .\32xl\:border-l-fuchsia-400\/5 {
    border-left-color: rgb(232 121 249 / 0.05);
  }

  .\32xl\:border-l-fuchsia-400\/50 {
    border-left-color: rgb(232 121 249 / 0.5);
  }

  .\32xl\:border-l-fuchsia-400\/55 {
    border-left-color: rgb(232 121 249 / 0.55);
  }

  .\32xl\:border-l-fuchsia-400\/60 {
    border-left-color: rgb(232 121 249 / 0.6);
  }

  .\32xl\:border-l-fuchsia-400\/65 {
    border-left-color: rgb(232 121 249 / 0.65);
  }

  .\32xl\:border-l-fuchsia-400\/70 {
    border-left-color: rgb(232 121 249 / 0.7);
  }

  .\32xl\:border-l-fuchsia-400\/75 {
    border-left-color: rgb(232 121 249 / 0.75);
  }

  .\32xl\:border-l-fuchsia-400\/80 {
    border-left-color: rgb(232 121 249 / 0.8);
  }

  .\32xl\:border-l-fuchsia-400\/85 {
    border-left-color: rgb(232 121 249 / 0.85);
  }

  .\32xl\:border-l-fuchsia-400\/90 {
    border-left-color: rgb(232 121 249 / 0.9);
  }

  .\32xl\:border-l-fuchsia-400\/95 {
    border-left-color: rgb(232 121 249 / 0.95);
  }

  .\32xl\:border-l-fuchsia-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-50\/0 {
    border-left-color: rgb(253 244 255 / 0);
  }

  .\32xl\:border-l-fuchsia-50\/10 {
    border-left-color: rgb(253 244 255 / 0.1);
  }

  .\32xl\:border-l-fuchsia-50\/100 {
    border-left-color: rgb(253 244 255 / 1);
  }

  .\32xl\:border-l-fuchsia-50\/15 {
    border-left-color: rgb(253 244 255 / 0.15);
  }

  .\32xl\:border-l-fuchsia-50\/20 {
    border-left-color: rgb(253 244 255 / 0.2);
  }

  .\32xl\:border-l-fuchsia-50\/25 {
    border-left-color: rgb(253 244 255 / 0.25);
  }

  .\32xl\:border-l-fuchsia-50\/30 {
    border-left-color: rgb(253 244 255 / 0.3);
  }

  .\32xl\:border-l-fuchsia-50\/35 {
    border-left-color: rgb(253 244 255 / 0.35);
  }

  .\32xl\:border-l-fuchsia-50\/40 {
    border-left-color: rgb(253 244 255 / 0.4);
  }

  .\32xl\:border-l-fuchsia-50\/45 {
    border-left-color: rgb(253 244 255 / 0.45);
  }

  .\32xl\:border-l-fuchsia-50\/5 {
    border-left-color: rgb(253 244 255 / 0.05);
  }

  .\32xl\:border-l-fuchsia-50\/50 {
    border-left-color: rgb(253 244 255 / 0.5);
  }

  .\32xl\:border-l-fuchsia-50\/55 {
    border-left-color: rgb(253 244 255 / 0.55);
  }

  .\32xl\:border-l-fuchsia-50\/60 {
    border-left-color: rgb(253 244 255 / 0.6);
  }

  .\32xl\:border-l-fuchsia-50\/65 {
    border-left-color: rgb(253 244 255 / 0.65);
  }

  .\32xl\:border-l-fuchsia-50\/70 {
    border-left-color: rgb(253 244 255 / 0.7);
  }

  .\32xl\:border-l-fuchsia-50\/75 {
    border-left-color: rgb(253 244 255 / 0.75);
  }

  .\32xl\:border-l-fuchsia-50\/80 {
    border-left-color: rgb(253 244 255 / 0.8);
  }

  .\32xl\:border-l-fuchsia-50\/85 {
    border-left-color: rgb(253 244 255 / 0.85);
  }

  .\32xl\:border-l-fuchsia-50\/90 {
    border-left-color: rgb(253 244 255 / 0.9);
  }

  .\32xl\:border-l-fuchsia-50\/95 {
    border-left-color: rgb(253 244 255 / 0.95);
  }

  .\32xl\:border-l-fuchsia-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-500\/0 {
    border-left-color: rgb(217 70 239 / 0);
  }

  .\32xl\:border-l-fuchsia-500\/10 {
    border-left-color: rgb(217 70 239 / 0.1);
  }

  .\32xl\:border-l-fuchsia-500\/100 {
    border-left-color: rgb(217 70 239 / 1);
  }

  .\32xl\:border-l-fuchsia-500\/15 {
    border-left-color: rgb(217 70 239 / 0.15);
  }

  .\32xl\:border-l-fuchsia-500\/20 {
    border-left-color: rgb(217 70 239 / 0.2);
  }

  .\32xl\:border-l-fuchsia-500\/25 {
    border-left-color: rgb(217 70 239 / 0.25);
  }

  .\32xl\:border-l-fuchsia-500\/30 {
    border-left-color: rgb(217 70 239 / 0.3);
  }

  .\32xl\:border-l-fuchsia-500\/35 {
    border-left-color: rgb(217 70 239 / 0.35);
  }

  .\32xl\:border-l-fuchsia-500\/40 {
    border-left-color: rgb(217 70 239 / 0.4);
  }

  .\32xl\:border-l-fuchsia-500\/45 {
    border-left-color: rgb(217 70 239 / 0.45);
  }

  .\32xl\:border-l-fuchsia-500\/5 {
    border-left-color: rgb(217 70 239 / 0.05);
  }

  .\32xl\:border-l-fuchsia-500\/50 {
    border-left-color: rgb(217 70 239 / 0.5);
  }

  .\32xl\:border-l-fuchsia-500\/55 {
    border-left-color: rgb(217 70 239 / 0.55);
  }

  .\32xl\:border-l-fuchsia-500\/60 {
    border-left-color: rgb(217 70 239 / 0.6);
  }

  .\32xl\:border-l-fuchsia-500\/65 {
    border-left-color: rgb(217 70 239 / 0.65);
  }

  .\32xl\:border-l-fuchsia-500\/70 {
    border-left-color: rgb(217 70 239 / 0.7);
  }

  .\32xl\:border-l-fuchsia-500\/75 {
    border-left-color: rgb(217 70 239 / 0.75);
  }

  .\32xl\:border-l-fuchsia-500\/80 {
    border-left-color: rgb(217 70 239 / 0.8);
  }

  .\32xl\:border-l-fuchsia-500\/85 {
    border-left-color: rgb(217 70 239 / 0.85);
  }

  .\32xl\:border-l-fuchsia-500\/90 {
    border-left-color: rgb(217 70 239 / 0.9);
  }

  .\32xl\:border-l-fuchsia-500\/95 {
    border-left-color: rgb(217 70 239 / 0.95);
  }

  .\32xl\:border-l-fuchsia-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-600\/0 {
    border-left-color: rgb(192 38 211 / 0);
  }

  .\32xl\:border-l-fuchsia-600\/10 {
    border-left-color: rgb(192 38 211 / 0.1);
  }

  .\32xl\:border-l-fuchsia-600\/100 {
    border-left-color: rgb(192 38 211 / 1);
  }

  .\32xl\:border-l-fuchsia-600\/15 {
    border-left-color: rgb(192 38 211 / 0.15);
  }

  .\32xl\:border-l-fuchsia-600\/20 {
    border-left-color: rgb(192 38 211 / 0.2);
  }

  .\32xl\:border-l-fuchsia-600\/25 {
    border-left-color: rgb(192 38 211 / 0.25);
  }

  .\32xl\:border-l-fuchsia-600\/30 {
    border-left-color: rgb(192 38 211 / 0.3);
  }

  .\32xl\:border-l-fuchsia-600\/35 {
    border-left-color: rgb(192 38 211 / 0.35);
  }

  .\32xl\:border-l-fuchsia-600\/40 {
    border-left-color: rgb(192 38 211 / 0.4);
  }

  .\32xl\:border-l-fuchsia-600\/45 {
    border-left-color: rgb(192 38 211 / 0.45);
  }

  .\32xl\:border-l-fuchsia-600\/5 {
    border-left-color: rgb(192 38 211 / 0.05);
  }

  .\32xl\:border-l-fuchsia-600\/50 {
    border-left-color: rgb(192 38 211 / 0.5);
  }

  .\32xl\:border-l-fuchsia-600\/55 {
    border-left-color: rgb(192 38 211 / 0.55);
  }

  .\32xl\:border-l-fuchsia-600\/60 {
    border-left-color: rgb(192 38 211 / 0.6);
  }

  .\32xl\:border-l-fuchsia-600\/65 {
    border-left-color: rgb(192 38 211 / 0.65);
  }

  .\32xl\:border-l-fuchsia-600\/70 {
    border-left-color: rgb(192 38 211 / 0.7);
  }

  .\32xl\:border-l-fuchsia-600\/75 {
    border-left-color: rgb(192 38 211 / 0.75);
  }

  .\32xl\:border-l-fuchsia-600\/80 {
    border-left-color: rgb(192 38 211 / 0.8);
  }

  .\32xl\:border-l-fuchsia-600\/85 {
    border-left-color: rgb(192 38 211 / 0.85);
  }

  .\32xl\:border-l-fuchsia-600\/90 {
    border-left-color: rgb(192 38 211 / 0.9);
  }

  .\32xl\:border-l-fuchsia-600\/95 {
    border-left-color: rgb(192 38 211 / 0.95);
  }

  .\32xl\:border-l-fuchsia-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-700\/0 {
    border-left-color: rgb(162 28 175 / 0);
  }

  .\32xl\:border-l-fuchsia-700\/10 {
    border-left-color: rgb(162 28 175 / 0.1);
  }

  .\32xl\:border-l-fuchsia-700\/100 {
    border-left-color: rgb(162 28 175 / 1);
  }

  .\32xl\:border-l-fuchsia-700\/15 {
    border-left-color: rgb(162 28 175 / 0.15);
  }

  .\32xl\:border-l-fuchsia-700\/20 {
    border-left-color: rgb(162 28 175 / 0.2);
  }

  .\32xl\:border-l-fuchsia-700\/25 {
    border-left-color: rgb(162 28 175 / 0.25);
  }

  .\32xl\:border-l-fuchsia-700\/30 {
    border-left-color: rgb(162 28 175 / 0.3);
  }

  .\32xl\:border-l-fuchsia-700\/35 {
    border-left-color: rgb(162 28 175 / 0.35);
  }

  .\32xl\:border-l-fuchsia-700\/40 {
    border-left-color: rgb(162 28 175 / 0.4);
  }

  .\32xl\:border-l-fuchsia-700\/45 {
    border-left-color: rgb(162 28 175 / 0.45);
  }

  .\32xl\:border-l-fuchsia-700\/5 {
    border-left-color: rgb(162 28 175 / 0.05);
  }

  .\32xl\:border-l-fuchsia-700\/50 {
    border-left-color: rgb(162 28 175 / 0.5);
  }

  .\32xl\:border-l-fuchsia-700\/55 {
    border-left-color: rgb(162 28 175 / 0.55);
  }

  .\32xl\:border-l-fuchsia-700\/60 {
    border-left-color: rgb(162 28 175 / 0.6);
  }

  .\32xl\:border-l-fuchsia-700\/65 {
    border-left-color: rgb(162 28 175 / 0.65);
  }

  .\32xl\:border-l-fuchsia-700\/70 {
    border-left-color: rgb(162 28 175 / 0.7);
  }

  .\32xl\:border-l-fuchsia-700\/75 {
    border-left-color: rgb(162 28 175 / 0.75);
  }

  .\32xl\:border-l-fuchsia-700\/80 {
    border-left-color: rgb(162 28 175 / 0.8);
  }

  .\32xl\:border-l-fuchsia-700\/85 {
    border-left-color: rgb(162 28 175 / 0.85);
  }

  .\32xl\:border-l-fuchsia-700\/90 {
    border-left-color: rgb(162 28 175 / 0.9);
  }

  .\32xl\:border-l-fuchsia-700\/95 {
    border-left-color: rgb(162 28 175 / 0.95);
  }

  .\32xl\:border-l-fuchsia-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-800\/0 {
    border-left-color: rgb(134 25 143 / 0);
  }

  .\32xl\:border-l-fuchsia-800\/10 {
    border-left-color: rgb(134 25 143 / 0.1);
  }

  .\32xl\:border-l-fuchsia-800\/100 {
    border-left-color: rgb(134 25 143 / 1);
  }

  .\32xl\:border-l-fuchsia-800\/15 {
    border-left-color: rgb(134 25 143 / 0.15);
  }

  .\32xl\:border-l-fuchsia-800\/20 {
    border-left-color: rgb(134 25 143 / 0.2);
  }

  .\32xl\:border-l-fuchsia-800\/25 {
    border-left-color: rgb(134 25 143 / 0.25);
  }

  .\32xl\:border-l-fuchsia-800\/30 {
    border-left-color: rgb(134 25 143 / 0.3);
  }

  .\32xl\:border-l-fuchsia-800\/35 {
    border-left-color: rgb(134 25 143 / 0.35);
  }

  .\32xl\:border-l-fuchsia-800\/40 {
    border-left-color: rgb(134 25 143 / 0.4);
  }

  .\32xl\:border-l-fuchsia-800\/45 {
    border-left-color: rgb(134 25 143 / 0.45);
  }

  .\32xl\:border-l-fuchsia-800\/5 {
    border-left-color: rgb(134 25 143 / 0.05);
  }

  .\32xl\:border-l-fuchsia-800\/50 {
    border-left-color: rgb(134 25 143 / 0.5);
  }

  .\32xl\:border-l-fuchsia-800\/55 {
    border-left-color: rgb(134 25 143 / 0.55);
  }

  .\32xl\:border-l-fuchsia-800\/60 {
    border-left-color: rgb(134 25 143 / 0.6);
  }

  .\32xl\:border-l-fuchsia-800\/65 {
    border-left-color: rgb(134 25 143 / 0.65);
  }

  .\32xl\:border-l-fuchsia-800\/70 {
    border-left-color: rgb(134 25 143 / 0.7);
  }

  .\32xl\:border-l-fuchsia-800\/75 {
    border-left-color: rgb(134 25 143 / 0.75);
  }

  .\32xl\:border-l-fuchsia-800\/80 {
    border-left-color: rgb(134 25 143 / 0.8);
  }

  .\32xl\:border-l-fuchsia-800\/85 {
    border-left-color: rgb(134 25 143 / 0.85);
  }

  .\32xl\:border-l-fuchsia-800\/90 {
    border-left-color: rgb(134 25 143 / 0.9);
  }

  .\32xl\:border-l-fuchsia-800\/95 {
    border-left-color: rgb(134 25 143 / 0.95);
  }

  .\32xl\:border-l-fuchsia-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-900\/0 {
    border-left-color: rgb(112 26 117 / 0);
  }

  .\32xl\:border-l-fuchsia-900\/10 {
    border-left-color: rgb(112 26 117 / 0.1);
  }

  .\32xl\:border-l-fuchsia-900\/100 {
    border-left-color: rgb(112 26 117 / 1);
  }

  .\32xl\:border-l-fuchsia-900\/15 {
    border-left-color: rgb(112 26 117 / 0.15);
  }

  .\32xl\:border-l-fuchsia-900\/20 {
    border-left-color: rgb(112 26 117 / 0.2);
  }

  .\32xl\:border-l-fuchsia-900\/25 {
    border-left-color: rgb(112 26 117 / 0.25);
  }

  .\32xl\:border-l-fuchsia-900\/30 {
    border-left-color: rgb(112 26 117 / 0.3);
  }

  .\32xl\:border-l-fuchsia-900\/35 {
    border-left-color: rgb(112 26 117 / 0.35);
  }

  .\32xl\:border-l-fuchsia-900\/40 {
    border-left-color: rgb(112 26 117 / 0.4);
  }

  .\32xl\:border-l-fuchsia-900\/45 {
    border-left-color: rgb(112 26 117 / 0.45);
  }

  .\32xl\:border-l-fuchsia-900\/5 {
    border-left-color: rgb(112 26 117 / 0.05);
  }

  .\32xl\:border-l-fuchsia-900\/50 {
    border-left-color: rgb(112 26 117 / 0.5);
  }

  .\32xl\:border-l-fuchsia-900\/55 {
    border-left-color: rgb(112 26 117 / 0.55);
  }

  .\32xl\:border-l-fuchsia-900\/60 {
    border-left-color: rgb(112 26 117 / 0.6);
  }

  .\32xl\:border-l-fuchsia-900\/65 {
    border-left-color: rgb(112 26 117 / 0.65);
  }

  .\32xl\:border-l-fuchsia-900\/70 {
    border-left-color: rgb(112 26 117 / 0.7);
  }

  .\32xl\:border-l-fuchsia-900\/75 {
    border-left-color: rgb(112 26 117 / 0.75);
  }

  .\32xl\:border-l-fuchsia-900\/80 {
    border-left-color: rgb(112 26 117 / 0.8);
  }

  .\32xl\:border-l-fuchsia-900\/85 {
    border-left-color: rgb(112 26 117 / 0.85);
  }

  .\32xl\:border-l-fuchsia-900\/90 {
    border-left-color: rgb(112 26 117 / 0.9);
  }

  .\32xl\:border-l-fuchsia-900\/95 {
    border-left-color: rgb(112 26 117 / 0.95);
  }

  .\32xl\:border-l-fuchsia-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-fuchsia-950\/0 {
    border-left-color: rgb(74 4 78 / 0);
  }

  .\32xl\:border-l-fuchsia-950\/10 {
    border-left-color: rgb(74 4 78 / 0.1);
  }

  .\32xl\:border-l-fuchsia-950\/100 {
    border-left-color: rgb(74 4 78 / 1);
  }

  .\32xl\:border-l-fuchsia-950\/15 {
    border-left-color: rgb(74 4 78 / 0.15);
  }

  .\32xl\:border-l-fuchsia-950\/20 {
    border-left-color: rgb(74 4 78 / 0.2);
  }

  .\32xl\:border-l-fuchsia-950\/25 {
    border-left-color: rgb(74 4 78 / 0.25);
  }

  .\32xl\:border-l-fuchsia-950\/30 {
    border-left-color: rgb(74 4 78 / 0.3);
  }

  .\32xl\:border-l-fuchsia-950\/35 {
    border-left-color: rgb(74 4 78 / 0.35);
  }

  .\32xl\:border-l-fuchsia-950\/40 {
    border-left-color: rgb(74 4 78 / 0.4);
  }

  .\32xl\:border-l-fuchsia-950\/45 {
    border-left-color: rgb(74 4 78 / 0.45);
  }

  .\32xl\:border-l-fuchsia-950\/5 {
    border-left-color: rgb(74 4 78 / 0.05);
  }

  .\32xl\:border-l-fuchsia-950\/50 {
    border-left-color: rgb(74 4 78 / 0.5);
  }

  .\32xl\:border-l-fuchsia-950\/55 {
    border-left-color: rgb(74 4 78 / 0.55);
  }

  .\32xl\:border-l-fuchsia-950\/60 {
    border-left-color: rgb(74 4 78 / 0.6);
  }

  .\32xl\:border-l-fuchsia-950\/65 {
    border-left-color: rgb(74 4 78 / 0.65);
  }

  .\32xl\:border-l-fuchsia-950\/70 {
    border-left-color: rgb(74 4 78 / 0.7);
  }

  .\32xl\:border-l-fuchsia-950\/75 {
    border-left-color: rgb(74 4 78 / 0.75);
  }

  .\32xl\:border-l-fuchsia-950\/80 {
    border-left-color: rgb(74 4 78 / 0.8);
  }

  .\32xl\:border-l-fuchsia-950\/85 {
    border-left-color: rgb(74 4 78 / 0.85);
  }

  .\32xl\:border-l-fuchsia-950\/90 {
    border-left-color: rgb(74 4 78 / 0.9);
  }

  .\32xl\:border-l-fuchsia-950\/95 {
    border-left-color: rgb(74 4 78 / 0.95);
  }

  .\32xl\:border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-100\/0 {
    border-left-color: rgb(243 244 246 / 0);
  }

  .\32xl\:border-l-gray-100\/10 {
    border-left-color: rgb(243 244 246 / 0.1);
  }

  .\32xl\:border-l-gray-100\/100 {
    border-left-color: rgb(243 244 246 / 1);
  }

  .\32xl\:border-l-gray-100\/15 {
    border-left-color: rgb(243 244 246 / 0.15);
  }

  .\32xl\:border-l-gray-100\/20 {
    border-left-color: rgb(243 244 246 / 0.2);
  }

  .\32xl\:border-l-gray-100\/25 {
    border-left-color: rgb(243 244 246 / 0.25);
  }

  .\32xl\:border-l-gray-100\/30 {
    border-left-color: rgb(243 244 246 / 0.3);
  }

  .\32xl\:border-l-gray-100\/35 {
    border-left-color: rgb(243 244 246 / 0.35);
  }

  .\32xl\:border-l-gray-100\/40 {
    border-left-color: rgb(243 244 246 / 0.4);
  }

  .\32xl\:border-l-gray-100\/45 {
    border-left-color: rgb(243 244 246 / 0.45);
  }

  .\32xl\:border-l-gray-100\/5 {
    border-left-color: rgb(243 244 246 / 0.05);
  }

  .\32xl\:border-l-gray-100\/50 {
    border-left-color: rgb(243 244 246 / 0.5);
  }

  .\32xl\:border-l-gray-100\/55 {
    border-left-color: rgb(243 244 246 / 0.55);
  }

  .\32xl\:border-l-gray-100\/60 {
    border-left-color: rgb(243 244 246 / 0.6);
  }

  .\32xl\:border-l-gray-100\/65 {
    border-left-color: rgb(243 244 246 / 0.65);
  }

  .\32xl\:border-l-gray-100\/70 {
    border-left-color: rgb(243 244 246 / 0.7);
  }

  .\32xl\:border-l-gray-100\/75 {
    border-left-color: rgb(243 244 246 / 0.75);
  }

  .\32xl\:border-l-gray-100\/80 {
    border-left-color: rgb(243 244 246 / 0.8);
  }

  .\32xl\:border-l-gray-100\/85 {
    border-left-color: rgb(243 244 246 / 0.85);
  }

  .\32xl\:border-l-gray-100\/90 {
    border-left-color: rgb(243 244 246 / 0.9);
  }

  .\32xl\:border-l-gray-100\/95 {
    border-left-color: rgb(243 244 246 / 0.95);
  }

  .\32xl\:border-l-gray-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-200\/0 {
    border-left-color: rgb(229 231 235 / 0);
  }

  .\32xl\:border-l-gray-200\/10 {
    border-left-color: rgb(229 231 235 / 0.1);
  }

  .\32xl\:border-l-gray-200\/100 {
    border-left-color: rgb(229 231 235 / 1);
  }

  .\32xl\:border-l-gray-200\/15 {
    border-left-color: rgb(229 231 235 / 0.15);
  }

  .\32xl\:border-l-gray-200\/20 {
    border-left-color: rgb(229 231 235 / 0.2);
  }

  .\32xl\:border-l-gray-200\/25 {
    border-left-color: rgb(229 231 235 / 0.25);
  }

  .\32xl\:border-l-gray-200\/30 {
    border-left-color: rgb(229 231 235 / 0.3);
  }

  .\32xl\:border-l-gray-200\/35 {
    border-left-color: rgb(229 231 235 / 0.35);
  }

  .\32xl\:border-l-gray-200\/40 {
    border-left-color: rgb(229 231 235 / 0.4);
  }

  .\32xl\:border-l-gray-200\/45 {
    border-left-color: rgb(229 231 235 / 0.45);
  }

  .\32xl\:border-l-gray-200\/5 {
    border-left-color: rgb(229 231 235 / 0.05);
  }

  .\32xl\:border-l-gray-200\/50 {
    border-left-color: rgb(229 231 235 / 0.5);
  }

  .\32xl\:border-l-gray-200\/55 {
    border-left-color: rgb(229 231 235 / 0.55);
  }

  .\32xl\:border-l-gray-200\/60 {
    border-left-color: rgb(229 231 235 / 0.6);
  }

  .\32xl\:border-l-gray-200\/65 {
    border-left-color: rgb(229 231 235 / 0.65);
  }

  .\32xl\:border-l-gray-200\/70 {
    border-left-color: rgb(229 231 235 / 0.7);
  }

  .\32xl\:border-l-gray-200\/75 {
    border-left-color: rgb(229 231 235 / 0.75);
  }

  .\32xl\:border-l-gray-200\/80 {
    border-left-color: rgb(229 231 235 / 0.8);
  }

  .\32xl\:border-l-gray-200\/85 {
    border-left-color: rgb(229 231 235 / 0.85);
  }

  .\32xl\:border-l-gray-200\/90 {
    border-left-color: rgb(229 231 235 / 0.9);
  }

  .\32xl\:border-l-gray-200\/95 {
    border-left-color: rgb(229 231 235 / 0.95);
  }

  .\32xl\:border-l-gray-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-300\/0 {
    border-left-color: rgb(209 213 219 / 0);
  }

  .\32xl\:border-l-gray-300\/10 {
    border-left-color: rgb(209 213 219 / 0.1);
  }

  .\32xl\:border-l-gray-300\/100 {
    border-left-color: rgb(209 213 219 / 1);
  }

  .\32xl\:border-l-gray-300\/15 {
    border-left-color: rgb(209 213 219 / 0.15);
  }

  .\32xl\:border-l-gray-300\/20 {
    border-left-color: rgb(209 213 219 / 0.2);
  }

  .\32xl\:border-l-gray-300\/25 {
    border-left-color: rgb(209 213 219 / 0.25);
  }

  .\32xl\:border-l-gray-300\/30 {
    border-left-color: rgb(209 213 219 / 0.3);
  }

  .\32xl\:border-l-gray-300\/35 {
    border-left-color: rgb(209 213 219 / 0.35);
  }

  .\32xl\:border-l-gray-300\/40 {
    border-left-color: rgb(209 213 219 / 0.4);
  }

  .\32xl\:border-l-gray-300\/45 {
    border-left-color: rgb(209 213 219 / 0.45);
  }

  .\32xl\:border-l-gray-300\/5 {
    border-left-color: rgb(209 213 219 / 0.05);
  }

  .\32xl\:border-l-gray-300\/50 {
    border-left-color: rgb(209 213 219 / 0.5);
  }

  .\32xl\:border-l-gray-300\/55 {
    border-left-color: rgb(209 213 219 / 0.55);
  }

  .\32xl\:border-l-gray-300\/60 {
    border-left-color: rgb(209 213 219 / 0.6);
  }

  .\32xl\:border-l-gray-300\/65 {
    border-left-color: rgb(209 213 219 / 0.65);
  }

  .\32xl\:border-l-gray-300\/70 {
    border-left-color: rgb(209 213 219 / 0.7);
  }

  .\32xl\:border-l-gray-300\/75 {
    border-left-color: rgb(209 213 219 / 0.75);
  }

  .\32xl\:border-l-gray-300\/80 {
    border-left-color: rgb(209 213 219 / 0.8);
  }

  .\32xl\:border-l-gray-300\/85 {
    border-left-color: rgb(209 213 219 / 0.85);
  }

  .\32xl\:border-l-gray-300\/90 {
    border-left-color: rgb(209 213 219 / 0.9);
  }

  .\32xl\:border-l-gray-300\/95 {
    border-left-color: rgb(209 213 219 / 0.95);
  }

  .\32xl\:border-l-gray-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-400\/0 {
    border-left-color: rgb(156 163 175 / 0);
  }

  .\32xl\:border-l-gray-400\/10 {
    border-left-color: rgb(156 163 175 / 0.1);
  }

  .\32xl\:border-l-gray-400\/100 {
    border-left-color: rgb(156 163 175 / 1);
  }

  .\32xl\:border-l-gray-400\/15 {
    border-left-color: rgb(156 163 175 / 0.15);
  }

  .\32xl\:border-l-gray-400\/20 {
    border-left-color: rgb(156 163 175 / 0.2);
  }

  .\32xl\:border-l-gray-400\/25 {
    border-left-color: rgb(156 163 175 / 0.25);
  }

  .\32xl\:border-l-gray-400\/30 {
    border-left-color: rgb(156 163 175 / 0.3);
  }

  .\32xl\:border-l-gray-400\/35 {
    border-left-color: rgb(156 163 175 / 0.35);
  }

  .\32xl\:border-l-gray-400\/40 {
    border-left-color: rgb(156 163 175 / 0.4);
  }

  .\32xl\:border-l-gray-400\/45 {
    border-left-color: rgb(156 163 175 / 0.45);
  }

  .\32xl\:border-l-gray-400\/5 {
    border-left-color: rgb(156 163 175 / 0.05);
  }

  .\32xl\:border-l-gray-400\/50 {
    border-left-color: rgb(156 163 175 / 0.5);
  }

  .\32xl\:border-l-gray-400\/55 {
    border-left-color: rgb(156 163 175 / 0.55);
  }

  .\32xl\:border-l-gray-400\/60 {
    border-left-color: rgb(156 163 175 / 0.6);
  }

  .\32xl\:border-l-gray-400\/65 {
    border-left-color: rgb(156 163 175 / 0.65);
  }

  .\32xl\:border-l-gray-400\/70 {
    border-left-color: rgb(156 163 175 / 0.7);
  }

  .\32xl\:border-l-gray-400\/75 {
    border-left-color: rgb(156 163 175 / 0.75);
  }

  .\32xl\:border-l-gray-400\/80 {
    border-left-color: rgb(156 163 175 / 0.8);
  }

  .\32xl\:border-l-gray-400\/85 {
    border-left-color: rgb(156 163 175 / 0.85);
  }

  .\32xl\:border-l-gray-400\/90 {
    border-left-color: rgb(156 163 175 / 0.9);
  }

  .\32xl\:border-l-gray-400\/95 {
    border-left-color: rgb(156 163 175 / 0.95);
  }

  .\32xl\:border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-50\/0 {
    border-left-color: rgb(249 250 251 / 0);
  }

  .\32xl\:border-l-gray-50\/10 {
    border-left-color: rgb(249 250 251 / 0.1);
  }

  .\32xl\:border-l-gray-50\/100 {
    border-left-color: rgb(249 250 251 / 1);
  }

  .\32xl\:border-l-gray-50\/15 {
    border-left-color: rgb(249 250 251 / 0.15);
  }

  .\32xl\:border-l-gray-50\/20 {
    border-left-color: rgb(249 250 251 / 0.2);
  }

  .\32xl\:border-l-gray-50\/25 {
    border-left-color: rgb(249 250 251 / 0.25);
  }

  .\32xl\:border-l-gray-50\/30 {
    border-left-color: rgb(249 250 251 / 0.3);
  }

  .\32xl\:border-l-gray-50\/35 {
    border-left-color: rgb(249 250 251 / 0.35);
  }

  .\32xl\:border-l-gray-50\/40 {
    border-left-color: rgb(249 250 251 / 0.4);
  }

  .\32xl\:border-l-gray-50\/45 {
    border-left-color: rgb(249 250 251 / 0.45);
  }

  .\32xl\:border-l-gray-50\/5 {
    border-left-color: rgb(249 250 251 / 0.05);
  }

  .\32xl\:border-l-gray-50\/50 {
    border-left-color: rgb(249 250 251 / 0.5);
  }

  .\32xl\:border-l-gray-50\/55 {
    border-left-color: rgb(249 250 251 / 0.55);
  }

  .\32xl\:border-l-gray-50\/60 {
    border-left-color: rgb(249 250 251 / 0.6);
  }

  .\32xl\:border-l-gray-50\/65 {
    border-left-color: rgb(249 250 251 / 0.65);
  }

  .\32xl\:border-l-gray-50\/70 {
    border-left-color: rgb(249 250 251 / 0.7);
  }

  .\32xl\:border-l-gray-50\/75 {
    border-left-color: rgb(249 250 251 / 0.75);
  }

  .\32xl\:border-l-gray-50\/80 {
    border-left-color: rgb(249 250 251 / 0.8);
  }

  .\32xl\:border-l-gray-50\/85 {
    border-left-color: rgb(249 250 251 / 0.85);
  }

  .\32xl\:border-l-gray-50\/90 {
    border-left-color: rgb(249 250 251 / 0.9);
  }

  .\32xl\:border-l-gray-50\/95 {
    border-left-color: rgb(249 250 251 / 0.95);
  }

  .\32xl\:border-l-gray-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-500\/0 {
    border-left-color: rgb(107 114 128 / 0);
  }

  .\32xl\:border-l-gray-500\/10 {
    border-left-color: rgb(107 114 128 / 0.1);
  }

  .\32xl\:border-l-gray-500\/100 {
    border-left-color: rgb(107 114 128 / 1);
  }

  .\32xl\:border-l-gray-500\/15 {
    border-left-color: rgb(107 114 128 / 0.15);
  }

  .\32xl\:border-l-gray-500\/20 {
    border-left-color: rgb(107 114 128 / 0.2);
  }

  .\32xl\:border-l-gray-500\/25 {
    border-left-color: rgb(107 114 128 / 0.25);
  }

  .\32xl\:border-l-gray-500\/30 {
    border-left-color: rgb(107 114 128 / 0.3);
  }

  .\32xl\:border-l-gray-500\/35 {
    border-left-color: rgb(107 114 128 / 0.35);
  }

  .\32xl\:border-l-gray-500\/40 {
    border-left-color: rgb(107 114 128 / 0.4);
  }

  .\32xl\:border-l-gray-500\/45 {
    border-left-color: rgb(107 114 128 / 0.45);
  }

  .\32xl\:border-l-gray-500\/5 {
    border-left-color: rgb(107 114 128 / 0.05);
  }

  .\32xl\:border-l-gray-500\/50 {
    border-left-color: rgb(107 114 128 / 0.5);
  }

  .\32xl\:border-l-gray-500\/55 {
    border-left-color: rgb(107 114 128 / 0.55);
  }

  .\32xl\:border-l-gray-500\/60 {
    border-left-color: rgb(107 114 128 / 0.6);
  }

  .\32xl\:border-l-gray-500\/65 {
    border-left-color: rgb(107 114 128 / 0.65);
  }

  .\32xl\:border-l-gray-500\/70 {
    border-left-color: rgb(107 114 128 / 0.7);
  }

  .\32xl\:border-l-gray-500\/75 {
    border-left-color: rgb(107 114 128 / 0.75);
  }

  .\32xl\:border-l-gray-500\/80 {
    border-left-color: rgb(107 114 128 / 0.8);
  }

  .\32xl\:border-l-gray-500\/85 {
    border-left-color: rgb(107 114 128 / 0.85);
  }

  .\32xl\:border-l-gray-500\/90 {
    border-left-color: rgb(107 114 128 / 0.9);
  }

  .\32xl\:border-l-gray-500\/95 {
    border-left-color: rgb(107 114 128 / 0.95);
  }

  .\32xl\:border-l-gray-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-600\/0 {
    border-left-color: rgb(75 85 99 / 0);
  }

  .\32xl\:border-l-gray-600\/10 {
    border-left-color: rgb(75 85 99 / 0.1);
  }

  .\32xl\:border-l-gray-600\/100 {
    border-left-color: rgb(75 85 99 / 1);
  }

  .\32xl\:border-l-gray-600\/15 {
    border-left-color: rgb(75 85 99 / 0.15);
  }

  .\32xl\:border-l-gray-600\/20 {
    border-left-color: rgb(75 85 99 / 0.2);
  }

  .\32xl\:border-l-gray-600\/25 {
    border-left-color: rgb(75 85 99 / 0.25);
  }

  .\32xl\:border-l-gray-600\/30 {
    border-left-color: rgb(75 85 99 / 0.3);
  }

  .\32xl\:border-l-gray-600\/35 {
    border-left-color: rgb(75 85 99 / 0.35);
  }

  .\32xl\:border-l-gray-600\/40 {
    border-left-color: rgb(75 85 99 / 0.4);
  }

  .\32xl\:border-l-gray-600\/45 {
    border-left-color: rgb(75 85 99 / 0.45);
  }

  .\32xl\:border-l-gray-600\/5 {
    border-left-color: rgb(75 85 99 / 0.05);
  }

  .\32xl\:border-l-gray-600\/50 {
    border-left-color: rgb(75 85 99 / 0.5);
  }

  .\32xl\:border-l-gray-600\/55 {
    border-left-color: rgb(75 85 99 / 0.55);
  }

  .\32xl\:border-l-gray-600\/60 {
    border-left-color: rgb(75 85 99 / 0.6);
  }

  .\32xl\:border-l-gray-600\/65 {
    border-left-color: rgb(75 85 99 / 0.65);
  }

  .\32xl\:border-l-gray-600\/70 {
    border-left-color: rgb(75 85 99 / 0.7);
  }

  .\32xl\:border-l-gray-600\/75 {
    border-left-color: rgb(75 85 99 / 0.75);
  }

  .\32xl\:border-l-gray-600\/80 {
    border-left-color: rgb(75 85 99 / 0.8);
  }

  .\32xl\:border-l-gray-600\/85 {
    border-left-color: rgb(75 85 99 / 0.85);
  }

  .\32xl\:border-l-gray-600\/90 {
    border-left-color: rgb(75 85 99 / 0.9);
  }

  .\32xl\:border-l-gray-600\/95 {
    border-left-color: rgb(75 85 99 / 0.95);
  }

  .\32xl\:border-l-gray-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-700\/0 {
    border-left-color: rgb(55 65 81 / 0);
  }

  .\32xl\:border-l-gray-700\/10 {
    border-left-color: rgb(55 65 81 / 0.1);
  }

  .\32xl\:border-l-gray-700\/100 {
    border-left-color: rgb(55 65 81 / 1);
  }

  .\32xl\:border-l-gray-700\/15 {
    border-left-color: rgb(55 65 81 / 0.15);
  }

  .\32xl\:border-l-gray-700\/20 {
    border-left-color: rgb(55 65 81 / 0.2);
  }

  .\32xl\:border-l-gray-700\/25 {
    border-left-color: rgb(55 65 81 / 0.25);
  }

  .\32xl\:border-l-gray-700\/30 {
    border-left-color: rgb(55 65 81 / 0.3);
  }

  .\32xl\:border-l-gray-700\/35 {
    border-left-color: rgb(55 65 81 / 0.35);
  }

  .\32xl\:border-l-gray-700\/40 {
    border-left-color: rgb(55 65 81 / 0.4);
  }

  .\32xl\:border-l-gray-700\/45 {
    border-left-color: rgb(55 65 81 / 0.45);
  }

  .\32xl\:border-l-gray-700\/5 {
    border-left-color: rgb(55 65 81 / 0.05);
  }

  .\32xl\:border-l-gray-700\/50 {
    border-left-color: rgb(55 65 81 / 0.5);
  }

  .\32xl\:border-l-gray-700\/55 {
    border-left-color: rgb(55 65 81 / 0.55);
  }

  .\32xl\:border-l-gray-700\/60 {
    border-left-color: rgb(55 65 81 / 0.6);
  }

  .\32xl\:border-l-gray-700\/65 {
    border-left-color: rgb(55 65 81 / 0.65);
  }

  .\32xl\:border-l-gray-700\/70 {
    border-left-color: rgb(55 65 81 / 0.7);
  }

  .\32xl\:border-l-gray-700\/75 {
    border-left-color: rgb(55 65 81 / 0.75);
  }

  .\32xl\:border-l-gray-700\/80 {
    border-left-color: rgb(55 65 81 / 0.8);
  }

  .\32xl\:border-l-gray-700\/85 {
    border-left-color: rgb(55 65 81 / 0.85);
  }

  .\32xl\:border-l-gray-700\/90 {
    border-left-color: rgb(55 65 81 / 0.9);
  }

  .\32xl\:border-l-gray-700\/95 {
    border-left-color: rgb(55 65 81 / 0.95);
  }

  .\32xl\:border-l-gray-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-800\/0 {
    border-left-color: rgb(31 41 55 / 0);
  }

  .\32xl\:border-l-gray-800\/10 {
    border-left-color: rgb(31 41 55 / 0.1);
  }

  .\32xl\:border-l-gray-800\/100 {
    border-left-color: rgb(31 41 55 / 1);
  }

  .\32xl\:border-l-gray-800\/15 {
    border-left-color: rgb(31 41 55 / 0.15);
  }

  .\32xl\:border-l-gray-800\/20 {
    border-left-color: rgb(31 41 55 / 0.2);
  }

  .\32xl\:border-l-gray-800\/25 {
    border-left-color: rgb(31 41 55 / 0.25);
  }

  .\32xl\:border-l-gray-800\/30 {
    border-left-color: rgb(31 41 55 / 0.3);
  }

  .\32xl\:border-l-gray-800\/35 {
    border-left-color: rgb(31 41 55 / 0.35);
  }

  .\32xl\:border-l-gray-800\/40 {
    border-left-color: rgb(31 41 55 / 0.4);
  }

  .\32xl\:border-l-gray-800\/45 {
    border-left-color: rgb(31 41 55 / 0.45);
  }

  .\32xl\:border-l-gray-800\/5 {
    border-left-color: rgb(31 41 55 / 0.05);
  }

  .\32xl\:border-l-gray-800\/50 {
    border-left-color: rgb(31 41 55 / 0.5);
  }

  .\32xl\:border-l-gray-800\/55 {
    border-left-color: rgb(31 41 55 / 0.55);
  }

  .\32xl\:border-l-gray-800\/60 {
    border-left-color: rgb(31 41 55 / 0.6);
  }

  .\32xl\:border-l-gray-800\/65 {
    border-left-color: rgb(31 41 55 / 0.65);
  }

  .\32xl\:border-l-gray-800\/70 {
    border-left-color: rgb(31 41 55 / 0.7);
  }

  .\32xl\:border-l-gray-800\/75 {
    border-left-color: rgb(31 41 55 / 0.75);
  }

  .\32xl\:border-l-gray-800\/80 {
    border-left-color: rgb(31 41 55 / 0.8);
  }

  .\32xl\:border-l-gray-800\/85 {
    border-left-color: rgb(31 41 55 / 0.85);
  }

  .\32xl\:border-l-gray-800\/90 {
    border-left-color: rgb(31 41 55 / 0.9);
  }

  .\32xl\:border-l-gray-800\/95 {
    border-left-color: rgb(31 41 55 / 0.95);
  }

  .\32xl\:border-l-gray-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-900\/0 {
    border-left-color: rgb(17 24 39 / 0);
  }

  .\32xl\:border-l-gray-900\/10 {
    border-left-color: rgb(17 24 39 / 0.1);
  }

  .\32xl\:border-l-gray-900\/100 {
    border-left-color: rgb(17 24 39 / 1);
  }

  .\32xl\:border-l-gray-900\/15 {
    border-left-color: rgb(17 24 39 / 0.15);
  }

  .\32xl\:border-l-gray-900\/20 {
    border-left-color: rgb(17 24 39 / 0.2);
  }

  .\32xl\:border-l-gray-900\/25 {
    border-left-color: rgb(17 24 39 / 0.25);
  }

  .\32xl\:border-l-gray-900\/30 {
    border-left-color: rgb(17 24 39 / 0.3);
  }

  .\32xl\:border-l-gray-900\/35 {
    border-left-color: rgb(17 24 39 / 0.35);
  }

  .\32xl\:border-l-gray-900\/40 {
    border-left-color: rgb(17 24 39 / 0.4);
  }

  .\32xl\:border-l-gray-900\/45 {
    border-left-color: rgb(17 24 39 / 0.45);
  }

  .\32xl\:border-l-gray-900\/5 {
    border-left-color: rgb(17 24 39 / 0.05);
  }

  .\32xl\:border-l-gray-900\/50 {
    border-left-color: rgb(17 24 39 / 0.5);
  }

  .\32xl\:border-l-gray-900\/55 {
    border-left-color: rgb(17 24 39 / 0.55);
  }

  .\32xl\:border-l-gray-900\/60 {
    border-left-color: rgb(17 24 39 / 0.6);
  }

  .\32xl\:border-l-gray-900\/65 {
    border-left-color: rgb(17 24 39 / 0.65);
  }

  .\32xl\:border-l-gray-900\/70 {
    border-left-color: rgb(17 24 39 / 0.7);
  }

  .\32xl\:border-l-gray-900\/75 {
    border-left-color: rgb(17 24 39 / 0.75);
  }

  .\32xl\:border-l-gray-900\/80 {
    border-left-color: rgb(17 24 39 / 0.8);
  }

  .\32xl\:border-l-gray-900\/85 {
    border-left-color: rgb(17 24 39 / 0.85);
  }

  .\32xl\:border-l-gray-900\/90 {
    border-left-color: rgb(17 24 39 / 0.9);
  }

  .\32xl\:border-l-gray-900\/95 {
    border-left-color: rgb(17 24 39 / 0.95);
  }

  .\32xl\:border-l-gray-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-gray-950\/0 {
    border-left-color: rgb(3 7 18 / 0);
  }

  .\32xl\:border-l-gray-950\/10 {
    border-left-color: rgb(3 7 18 / 0.1);
  }

  .\32xl\:border-l-gray-950\/100 {
    border-left-color: rgb(3 7 18 / 1);
  }

  .\32xl\:border-l-gray-950\/15 {
    border-left-color: rgb(3 7 18 / 0.15);
  }

  .\32xl\:border-l-gray-950\/20 {
    border-left-color: rgb(3 7 18 / 0.2);
  }

  .\32xl\:border-l-gray-950\/25 {
    border-left-color: rgb(3 7 18 / 0.25);
  }

  .\32xl\:border-l-gray-950\/30 {
    border-left-color: rgb(3 7 18 / 0.3);
  }

  .\32xl\:border-l-gray-950\/35 {
    border-left-color: rgb(3 7 18 / 0.35);
  }

  .\32xl\:border-l-gray-950\/40 {
    border-left-color: rgb(3 7 18 / 0.4);
  }

  .\32xl\:border-l-gray-950\/45 {
    border-left-color: rgb(3 7 18 / 0.45);
  }

  .\32xl\:border-l-gray-950\/5 {
    border-left-color: rgb(3 7 18 / 0.05);
  }

  .\32xl\:border-l-gray-950\/50 {
    border-left-color: rgb(3 7 18 / 0.5);
  }

  .\32xl\:border-l-gray-950\/55 {
    border-left-color: rgb(3 7 18 / 0.55);
  }

  .\32xl\:border-l-gray-950\/60 {
    border-left-color: rgb(3 7 18 / 0.6);
  }

  .\32xl\:border-l-gray-950\/65 {
    border-left-color: rgb(3 7 18 / 0.65);
  }

  .\32xl\:border-l-gray-950\/70 {
    border-left-color: rgb(3 7 18 / 0.7);
  }

  .\32xl\:border-l-gray-950\/75 {
    border-left-color: rgb(3 7 18 / 0.75);
  }

  .\32xl\:border-l-gray-950\/80 {
    border-left-color: rgb(3 7 18 / 0.8);
  }

  .\32xl\:border-l-gray-950\/85 {
    border-left-color: rgb(3 7 18 / 0.85);
  }

  .\32xl\:border-l-gray-950\/90 {
    border-left-color: rgb(3 7 18 / 0.9);
  }

  .\32xl\:border-l-gray-950\/95 {
    border-left-color: rgb(3 7 18 / 0.95);
  }

  .\32xl\:border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-100\/0 {
    border-left-color: rgb(220 252 231 / 0);
  }

  .\32xl\:border-l-green-100\/10 {
    border-left-color: rgb(220 252 231 / 0.1);
  }

  .\32xl\:border-l-green-100\/100 {
    border-left-color: rgb(220 252 231 / 1);
  }

  .\32xl\:border-l-green-100\/15 {
    border-left-color: rgb(220 252 231 / 0.15);
  }

  .\32xl\:border-l-green-100\/20 {
    border-left-color: rgb(220 252 231 / 0.2);
  }

  .\32xl\:border-l-green-100\/25 {
    border-left-color: rgb(220 252 231 / 0.25);
  }

  .\32xl\:border-l-green-100\/30 {
    border-left-color: rgb(220 252 231 / 0.3);
  }

  .\32xl\:border-l-green-100\/35 {
    border-left-color: rgb(220 252 231 / 0.35);
  }

  .\32xl\:border-l-green-100\/40 {
    border-left-color: rgb(220 252 231 / 0.4);
  }

  .\32xl\:border-l-green-100\/45 {
    border-left-color: rgb(220 252 231 / 0.45);
  }

  .\32xl\:border-l-green-100\/5 {
    border-left-color: rgb(220 252 231 / 0.05);
  }

  .\32xl\:border-l-green-100\/50 {
    border-left-color: rgb(220 252 231 / 0.5);
  }

  .\32xl\:border-l-green-100\/55 {
    border-left-color: rgb(220 252 231 / 0.55);
  }

  .\32xl\:border-l-green-100\/60 {
    border-left-color: rgb(220 252 231 / 0.6);
  }

  .\32xl\:border-l-green-100\/65 {
    border-left-color: rgb(220 252 231 / 0.65);
  }

  .\32xl\:border-l-green-100\/70 {
    border-left-color: rgb(220 252 231 / 0.7);
  }

  .\32xl\:border-l-green-100\/75 {
    border-left-color: rgb(220 252 231 / 0.75);
  }

  .\32xl\:border-l-green-100\/80 {
    border-left-color: rgb(220 252 231 / 0.8);
  }

  .\32xl\:border-l-green-100\/85 {
    border-left-color: rgb(220 252 231 / 0.85);
  }

  .\32xl\:border-l-green-100\/90 {
    border-left-color: rgb(220 252 231 / 0.9);
  }

  .\32xl\:border-l-green-100\/95 {
    border-left-color: rgb(220 252 231 / 0.95);
  }

  .\32xl\:border-l-green-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-200\/0 {
    border-left-color: rgb(187 247 208 / 0);
  }

  .\32xl\:border-l-green-200\/10 {
    border-left-color: rgb(187 247 208 / 0.1);
  }

  .\32xl\:border-l-green-200\/100 {
    border-left-color: rgb(187 247 208 / 1);
  }

  .\32xl\:border-l-green-200\/15 {
    border-left-color: rgb(187 247 208 / 0.15);
  }

  .\32xl\:border-l-green-200\/20 {
    border-left-color: rgb(187 247 208 / 0.2);
  }

  .\32xl\:border-l-green-200\/25 {
    border-left-color: rgb(187 247 208 / 0.25);
  }

  .\32xl\:border-l-green-200\/30 {
    border-left-color: rgb(187 247 208 / 0.3);
  }

  .\32xl\:border-l-green-200\/35 {
    border-left-color: rgb(187 247 208 / 0.35);
  }

  .\32xl\:border-l-green-200\/40 {
    border-left-color: rgb(187 247 208 / 0.4);
  }

  .\32xl\:border-l-green-200\/45 {
    border-left-color: rgb(187 247 208 / 0.45);
  }

  .\32xl\:border-l-green-200\/5 {
    border-left-color: rgb(187 247 208 / 0.05);
  }

  .\32xl\:border-l-green-200\/50 {
    border-left-color: rgb(187 247 208 / 0.5);
  }

  .\32xl\:border-l-green-200\/55 {
    border-left-color: rgb(187 247 208 / 0.55);
  }

  .\32xl\:border-l-green-200\/60 {
    border-left-color: rgb(187 247 208 / 0.6);
  }

  .\32xl\:border-l-green-200\/65 {
    border-left-color: rgb(187 247 208 / 0.65);
  }

  .\32xl\:border-l-green-200\/70 {
    border-left-color: rgb(187 247 208 / 0.7);
  }

  .\32xl\:border-l-green-200\/75 {
    border-left-color: rgb(187 247 208 / 0.75);
  }

  .\32xl\:border-l-green-200\/80 {
    border-left-color: rgb(187 247 208 / 0.8);
  }

  .\32xl\:border-l-green-200\/85 {
    border-left-color: rgb(187 247 208 / 0.85);
  }

  .\32xl\:border-l-green-200\/90 {
    border-left-color: rgb(187 247 208 / 0.9);
  }

  .\32xl\:border-l-green-200\/95 {
    border-left-color: rgb(187 247 208 / 0.95);
  }

  .\32xl\:border-l-green-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-300\/0 {
    border-left-color: rgb(134 239 172 / 0);
  }

  .\32xl\:border-l-green-300\/10 {
    border-left-color: rgb(134 239 172 / 0.1);
  }

  .\32xl\:border-l-green-300\/100 {
    border-left-color: rgb(134 239 172 / 1);
  }

  .\32xl\:border-l-green-300\/15 {
    border-left-color: rgb(134 239 172 / 0.15);
  }

  .\32xl\:border-l-green-300\/20 {
    border-left-color: rgb(134 239 172 / 0.2);
  }

  .\32xl\:border-l-green-300\/25 {
    border-left-color: rgb(134 239 172 / 0.25);
  }

  .\32xl\:border-l-green-300\/30 {
    border-left-color: rgb(134 239 172 / 0.3);
  }

  .\32xl\:border-l-green-300\/35 {
    border-left-color: rgb(134 239 172 / 0.35);
  }

  .\32xl\:border-l-green-300\/40 {
    border-left-color: rgb(134 239 172 / 0.4);
  }

  .\32xl\:border-l-green-300\/45 {
    border-left-color: rgb(134 239 172 / 0.45);
  }

  .\32xl\:border-l-green-300\/5 {
    border-left-color: rgb(134 239 172 / 0.05);
  }

  .\32xl\:border-l-green-300\/50 {
    border-left-color: rgb(134 239 172 / 0.5);
  }

  .\32xl\:border-l-green-300\/55 {
    border-left-color: rgb(134 239 172 / 0.55);
  }

  .\32xl\:border-l-green-300\/60 {
    border-left-color: rgb(134 239 172 / 0.6);
  }

  .\32xl\:border-l-green-300\/65 {
    border-left-color: rgb(134 239 172 / 0.65);
  }

  .\32xl\:border-l-green-300\/70 {
    border-left-color: rgb(134 239 172 / 0.7);
  }

  .\32xl\:border-l-green-300\/75 {
    border-left-color: rgb(134 239 172 / 0.75);
  }

  .\32xl\:border-l-green-300\/80 {
    border-left-color: rgb(134 239 172 / 0.8);
  }

  .\32xl\:border-l-green-300\/85 {
    border-left-color: rgb(134 239 172 / 0.85);
  }

  .\32xl\:border-l-green-300\/90 {
    border-left-color: rgb(134 239 172 / 0.9);
  }

  .\32xl\:border-l-green-300\/95 {
    border-left-color: rgb(134 239 172 / 0.95);
  }

  .\32xl\:border-l-green-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-400\/0 {
    border-left-color: rgb(74 222 128 / 0);
  }

  .\32xl\:border-l-green-400\/10 {
    border-left-color: rgb(74 222 128 / 0.1);
  }

  .\32xl\:border-l-green-400\/100 {
    border-left-color: rgb(74 222 128 / 1);
  }

  .\32xl\:border-l-green-400\/15 {
    border-left-color: rgb(74 222 128 / 0.15);
  }

  .\32xl\:border-l-green-400\/20 {
    border-left-color: rgb(74 222 128 / 0.2);
  }

  .\32xl\:border-l-green-400\/25 {
    border-left-color: rgb(74 222 128 / 0.25);
  }

  .\32xl\:border-l-green-400\/30 {
    border-left-color: rgb(74 222 128 / 0.3);
  }

  .\32xl\:border-l-green-400\/35 {
    border-left-color: rgb(74 222 128 / 0.35);
  }

  .\32xl\:border-l-green-400\/40 {
    border-left-color: rgb(74 222 128 / 0.4);
  }

  .\32xl\:border-l-green-400\/45 {
    border-left-color: rgb(74 222 128 / 0.45);
  }

  .\32xl\:border-l-green-400\/5 {
    border-left-color: rgb(74 222 128 / 0.05);
  }

  .\32xl\:border-l-green-400\/50 {
    border-left-color: rgb(74 222 128 / 0.5);
  }

  .\32xl\:border-l-green-400\/55 {
    border-left-color: rgb(74 222 128 / 0.55);
  }

  .\32xl\:border-l-green-400\/60 {
    border-left-color: rgb(74 222 128 / 0.6);
  }

  .\32xl\:border-l-green-400\/65 {
    border-left-color: rgb(74 222 128 / 0.65);
  }

  .\32xl\:border-l-green-400\/70 {
    border-left-color: rgb(74 222 128 / 0.7);
  }

  .\32xl\:border-l-green-400\/75 {
    border-left-color: rgb(74 222 128 / 0.75);
  }

  .\32xl\:border-l-green-400\/80 {
    border-left-color: rgb(74 222 128 / 0.8);
  }

  .\32xl\:border-l-green-400\/85 {
    border-left-color: rgb(74 222 128 / 0.85);
  }

  .\32xl\:border-l-green-400\/90 {
    border-left-color: rgb(74 222 128 / 0.9);
  }

  .\32xl\:border-l-green-400\/95 {
    border-left-color: rgb(74 222 128 / 0.95);
  }

  .\32xl\:border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-50\/0 {
    border-left-color: rgb(240 253 244 / 0);
  }

  .\32xl\:border-l-green-50\/10 {
    border-left-color: rgb(240 253 244 / 0.1);
  }

  .\32xl\:border-l-green-50\/100 {
    border-left-color: rgb(240 253 244 / 1);
  }

  .\32xl\:border-l-green-50\/15 {
    border-left-color: rgb(240 253 244 / 0.15);
  }

  .\32xl\:border-l-green-50\/20 {
    border-left-color: rgb(240 253 244 / 0.2);
  }

  .\32xl\:border-l-green-50\/25 {
    border-left-color: rgb(240 253 244 / 0.25);
  }

  .\32xl\:border-l-green-50\/30 {
    border-left-color: rgb(240 253 244 / 0.3);
  }

  .\32xl\:border-l-green-50\/35 {
    border-left-color: rgb(240 253 244 / 0.35);
  }

  .\32xl\:border-l-green-50\/40 {
    border-left-color: rgb(240 253 244 / 0.4);
  }

  .\32xl\:border-l-green-50\/45 {
    border-left-color: rgb(240 253 244 / 0.45);
  }

  .\32xl\:border-l-green-50\/5 {
    border-left-color: rgb(240 253 244 / 0.05);
  }

  .\32xl\:border-l-green-50\/50 {
    border-left-color: rgb(240 253 244 / 0.5);
  }

  .\32xl\:border-l-green-50\/55 {
    border-left-color: rgb(240 253 244 / 0.55);
  }

  .\32xl\:border-l-green-50\/60 {
    border-left-color: rgb(240 253 244 / 0.6);
  }

  .\32xl\:border-l-green-50\/65 {
    border-left-color: rgb(240 253 244 / 0.65);
  }

  .\32xl\:border-l-green-50\/70 {
    border-left-color: rgb(240 253 244 / 0.7);
  }

  .\32xl\:border-l-green-50\/75 {
    border-left-color: rgb(240 253 244 / 0.75);
  }

  .\32xl\:border-l-green-50\/80 {
    border-left-color: rgb(240 253 244 / 0.8);
  }

  .\32xl\:border-l-green-50\/85 {
    border-left-color: rgb(240 253 244 / 0.85);
  }

  .\32xl\:border-l-green-50\/90 {
    border-left-color: rgb(240 253 244 / 0.9);
  }

  .\32xl\:border-l-green-50\/95 {
    border-left-color: rgb(240 253 244 / 0.95);
  }

  .\32xl\:border-l-green-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-500\/0 {
    border-left-color: rgb(34 197 94 / 0);
  }

  .\32xl\:border-l-green-500\/10 {
    border-left-color: rgb(34 197 94 / 0.1);
  }

  .\32xl\:border-l-green-500\/100 {
    border-left-color: rgb(34 197 94 / 1);
  }

  .\32xl\:border-l-green-500\/15 {
    border-left-color: rgb(34 197 94 / 0.15);
  }

  .\32xl\:border-l-green-500\/20 {
    border-left-color: rgb(34 197 94 / 0.2);
  }

  .\32xl\:border-l-green-500\/25 {
    border-left-color: rgb(34 197 94 / 0.25);
  }

  .\32xl\:border-l-green-500\/30 {
    border-left-color: rgb(34 197 94 / 0.3);
  }

  .\32xl\:border-l-green-500\/35 {
    border-left-color: rgb(34 197 94 / 0.35);
  }

  .\32xl\:border-l-green-500\/40 {
    border-left-color: rgb(34 197 94 / 0.4);
  }

  .\32xl\:border-l-green-500\/45 {
    border-left-color: rgb(34 197 94 / 0.45);
  }

  .\32xl\:border-l-green-500\/5 {
    border-left-color: rgb(34 197 94 / 0.05);
  }

  .\32xl\:border-l-green-500\/50 {
    border-left-color: rgb(34 197 94 / 0.5);
  }

  .\32xl\:border-l-green-500\/55 {
    border-left-color: rgb(34 197 94 / 0.55);
  }

  .\32xl\:border-l-green-500\/60 {
    border-left-color: rgb(34 197 94 / 0.6);
  }

  .\32xl\:border-l-green-500\/65 {
    border-left-color: rgb(34 197 94 / 0.65);
  }

  .\32xl\:border-l-green-500\/70 {
    border-left-color: rgb(34 197 94 / 0.7);
  }

  .\32xl\:border-l-green-500\/75 {
    border-left-color: rgb(34 197 94 / 0.75);
  }

  .\32xl\:border-l-green-500\/80 {
    border-left-color: rgb(34 197 94 / 0.8);
  }

  .\32xl\:border-l-green-500\/85 {
    border-left-color: rgb(34 197 94 / 0.85);
  }

  .\32xl\:border-l-green-500\/90 {
    border-left-color: rgb(34 197 94 / 0.9);
  }

  .\32xl\:border-l-green-500\/95 {
    border-left-color: rgb(34 197 94 / 0.95);
  }

  .\32xl\:border-l-green-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-600\/0 {
    border-left-color: rgb(22 163 74 / 0);
  }

  .\32xl\:border-l-green-600\/10 {
    border-left-color: rgb(22 163 74 / 0.1);
  }

  .\32xl\:border-l-green-600\/100 {
    border-left-color: rgb(22 163 74 / 1);
  }

  .\32xl\:border-l-green-600\/15 {
    border-left-color: rgb(22 163 74 / 0.15);
  }

  .\32xl\:border-l-green-600\/20 {
    border-left-color: rgb(22 163 74 / 0.2);
  }

  .\32xl\:border-l-green-600\/25 {
    border-left-color: rgb(22 163 74 / 0.25);
  }

  .\32xl\:border-l-green-600\/30 {
    border-left-color: rgb(22 163 74 / 0.3);
  }

  .\32xl\:border-l-green-600\/35 {
    border-left-color: rgb(22 163 74 / 0.35);
  }

  .\32xl\:border-l-green-600\/40 {
    border-left-color: rgb(22 163 74 / 0.4);
  }

  .\32xl\:border-l-green-600\/45 {
    border-left-color: rgb(22 163 74 / 0.45);
  }

  .\32xl\:border-l-green-600\/5 {
    border-left-color: rgb(22 163 74 / 0.05);
  }

  .\32xl\:border-l-green-600\/50 {
    border-left-color: rgb(22 163 74 / 0.5);
  }

  .\32xl\:border-l-green-600\/55 {
    border-left-color: rgb(22 163 74 / 0.55);
  }

  .\32xl\:border-l-green-600\/60 {
    border-left-color: rgb(22 163 74 / 0.6);
  }

  .\32xl\:border-l-green-600\/65 {
    border-left-color: rgb(22 163 74 / 0.65);
  }

  .\32xl\:border-l-green-600\/70 {
    border-left-color: rgb(22 163 74 / 0.7);
  }

  .\32xl\:border-l-green-600\/75 {
    border-left-color: rgb(22 163 74 / 0.75);
  }

  .\32xl\:border-l-green-600\/80 {
    border-left-color: rgb(22 163 74 / 0.8);
  }

  .\32xl\:border-l-green-600\/85 {
    border-left-color: rgb(22 163 74 / 0.85);
  }

  .\32xl\:border-l-green-600\/90 {
    border-left-color: rgb(22 163 74 / 0.9);
  }

  .\32xl\:border-l-green-600\/95 {
    border-left-color: rgb(22 163 74 / 0.95);
  }

  .\32xl\:border-l-green-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-700\/0 {
    border-left-color: rgb(21 128 61 / 0);
  }

  .\32xl\:border-l-green-700\/10 {
    border-left-color: rgb(21 128 61 / 0.1);
  }

  .\32xl\:border-l-green-700\/100 {
    border-left-color: rgb(21 128 61 / 1);
  }

  .\32xl\:border-l-green-700\/15 {
    border-left-color: rgb(21 128 61 / 0.15);
  }

  .\32xl\:border-l-green-700\/20 {
    border-left-color: rgb(21 128 61 / 0.2);
  }

  .\32xl\:border-l-green-700\/25 {
    border-left-color: rgb(21 128 61 / 0.25);
  }

  .\32xl\:border-l-green-700\/30 {
    border-left-color: rgb(21 128 61 / 0.3);
  }

  .\32xl\:border-l-green-700\/35 {
    border-left-color: rgb(21 128 61 / 0.35);
  }

  .\32xl\:border-l-green-700\/40 {
    border-left-color: rgb(21 128 61 / 0.4);
  }

  .\32xl\:border-l-green-700\/45 {
    border-left-color: rgb(21 128 61 / 0.45);
  }

  .\32xl\:border-l-green-700\/5 {
    border-left-color: rgb(21 128 61 / 0.05);
  }

  .\32xl\:border-l-green-700\/50 {
    border-left-color: rgb(21 128 61 / 0.5);
  }

  .\32xl\:border-l-green-700\/55 {
    border-left-color: rgb(21 128 61 / 0.55);
  }

  .\32xl\:border-l-green-700\/60 {
    border-left-color: rgb(21 128 61 / 0.6);
  }

  .\32xl\:border-l-green-700\/65 {
    border-left-color: rgb(21 128 61 / 0.65);
  }

  .\32xl\:border-l-green-700\/70 {
    border-left-color: rgb(21 128 61 / 0.7);
  }

  .\32xl\:border-l-green-700\/75 {
    border-left-color: rgb(21 128 61 / 0.75);
  }

  .\32xl\:border-l-green-700\/80 {
    border-left-color: rgb(21 128 61 / 0.8);
  }

  .\32xl\:border-l-green-700\/85 {
    border-left-color: rgb(21 128 61 / 0.85);
  }

  .\32xl\:border-l-green-700\/90 {
    border-left-color: rgb(21 128 61 / 0.9);
  }

  .\32xl\:border-l-green-700\/95 {
    border-left-color: rgb(21 128 61 / 0.95);
  }

  .\32xl\:border-l-green-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-800\/0 {
    border-left-color: rgb(22 101 52 / 0);
  }

  .\32xl\:border-l-green-800\/10 {
    border-left-color: rgb(22 101 52 / 0.1);
  }

  .\32xl\:border-l-green-800\/100 {
    border-left-color: rgb(22 101 52 / 1);
  }

  .\32xl\:border-l-green-800\/15 {
    border-left-color: rgb(22 101 52 / 0.15);
  }

  .\32xl\:border-l-green-800\/20 {
    border-left-color: rgb(22 101 52 / 0.2);
  }

  .\32xl\:border-l-green-800\/25 {
    border-left-color: rgb(22 101 52 / 0.25);
  }

  .\32xl\:border-l-green-800\/30 {
    border-left-color: rgb(22 101 52 / 0.3);
  }

  .\32xl\:border-l-green-800\/35 {
    border-left-color: rgb(22 101 52 / 0.35);
  }

  .\32xl\:border-l-green-800\/40 {
    border-left-color: rgb(22 101 52 / 0.4);
  }

  .\32xl\:border-l-green-800\/45 {
    border-left-color: rgb(22 101 52 / 0.45);
  }

  .\32xl\:border-l-green-800\/5 {
    border-left-color: rgb(22 101 52 / 0.05);
  }

  .\32xl\:border-l-green-800\/50 {
    border-left-color: rgb(22 101 52 / 0.5);
  }

  .\32xl\:border-l-green-800\/55 {
    border-left-color: rgb(22 101 52 / 0.55);
  }

  .\32xl\:border-l-green-800\/60 {
    border-left-color: rgb(22 101 52 / 0.6);
  }

  .\32xl\:border-l-green-800\/65 {
    border-left-color: rgb(22 101 52 / 0.65);
  }

  .\32xl\:border-l-green-800\/70 {
    border-left-color: rgb(22 101 52 / 0.7);
  }

  .\32xl\:border-l-green-800\/75 {
    border-left-color: rgb(22 101 52 / 0.75);
  }

  .\32xl\:border-l-green-800\/80 {
    border-left-color: rgb(22 101 52 / 0.8);
  }

  .\32xl\:border-l-green-800\/85 {
    border-left-color: rgb(22 101 52 / 0.85);
  }

  .\32xl\:border-l-green-800\/90 {
    border-left-color: rgb(22 101 52 / 0.9);
  }

  .\32xl\:border-l-green-800\/95 {
    border-left-color: rgb(22 101 52 / 0.95);
  }

  .\32xl\:border-l-green-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-900\/0 {
    border-left-color: rgb(20 83 45 / 0);
  }

  .\32xl\:border-l-green-900\/10 {
    border-left-color: rgb(20 83 45 / 0.1);
  }

  .\32xl\:border-l-green-900\/100 {
    border-left-color: rgb(20 83 45 / 1);
  }

  .\32xl\:border-l-green-900\/15 {
    border-left-color: rgb(20 83 45 / 0.15);
  }

  .\32xl\:border-l-green-900\/20 {
    border-left-color: rgb(20 83 45 / 0.2);
  }

  .\32xl\:border-l-green-900\/25 {
    border-left-color: rgb(20 83 45 / 0.25);
  }

  .\32xl\:border-l-green-900\/30 {
    border-left-color: rgb(20 83 45 / 0.3);
  }

  .\32xl\:border-l-green-900\/35 {
    border-left-color: rgb(20 83 45 / 0.35);
  }

  .\32xl\:border-l-green-900\/40 {
    border-left-color: rgb(20 83 45 / 0.4);
  }

  .\32xl\:border-l-green-900\/45 {
    border-left-color: rgb(20 83 45 / 0.45);
  }

  .\32xl\:border-l-green-900\/5 {
    border-left-color: rgb(20 83 45 / 0.05);
  }

  .\32xl\:border-l-green-900\/50 {
    border-left-color: rgb(20 83 45 / 0.5);
  }

  .\32xl\:border-l-green-900\/55 {
    border-left-color: rgb(20 83 45 / 0.55);
  }

  .\32xl\:border-l-green-900\/60 {
    border-left-color: rgb(20 83 45 / 0.6);
  }

  .\32xl\:border-l-green-900\/65 {
    border-left-color: rgb(20 83 45 / 0.65);
  }

  .\32xl\:border-l-green-900\/70 {
    border-left-color: rgb(20 83 45 / 0.7);
  }

  .\32xl\:border-l-green-900\/75 {
    border-left-color: rgb(20 83 45 / 0.75);
  }

  .\32xl\:border-l-green-900\/80 {
    border-left-color: rgb(20 83 45 / 0.8);
  }

  .\32xl\:border-l-green-900\/85 {
    border-left-color: rgb(20 83 45 / 0.85);
  }

  .\32xl\:border-l-green-900\/90 {
    border-left-color: rgb(20 83 45 / 0.9);
  }

  .\32xl\:border-l-green-900\/95 {
    border-left-color: rgb(20 83 45 / 0.95);
  }

  .\32xl\:border-l-green-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-green-950\/0 {
    border-left-color: rgb(5 46 22 / 0);
  }

  .\32xl\:border-l-green-950\/10 {
    border-left-color: rgb(5 46 22 / 0.1);
  }

  .\32xl\:border-l-green-950\/100 {
    border-left-color: rgb(5 46 22 / 1);
  }

  .\32xl\:border-l-green-950\/15 {
    border-left-color: rgb(5 46 22 / 0.15);
  }

  .\32xl\:border-l-green-950\/20 {
    border-left-color: rgb(5 46 22 / 0.2);
  }

  .\32xl\:border-l-green-950\/25 {
    border-left-color: rgb(5 46 22 / 0.25);
  }

  .\32xl\:border-l-green-950\/30 {
    border-left-color: rgb(5 46 22 / 0.3);
  }

  .\32xl\:border-l-green-950\/35 {
    border-left-color: rgb(5 46 22 / 0.35);
  }

  .\32xl\:border-l-green-950\/40 {
    border-left-color: rgb(5 46 22 / 0.4);
  }

  .\32xl\:border-l-green-950\/45 {
    border-left-color: rgb(5 46 22 / 0.45);
  }

  .\32xl\:border-l-green-950\/5 {
    border-left-color: rgb(5 46 22 / 0.05);
  }

  .\32xl\:border-l-green-950\/50 {
    border-left-color: rgb(5 46 22 / 0.5);
  }

  .\32xl\:border-l-green-950\/55 {
    border-left-color: rgb(5 46 22 / 0.55);
  }

  .\32xl\:border-l-green-950\/60 {
    border-left-color: rgb(5 46 22 / 0.6);
  }

  .\32xl\:border-l-green-950\/65 {
    border-left-color: rgb(5 46 22 / 0.65);
  }

  .\32xl\:border-l-green-950\/70 {
    border-left-color: rgb(5 46 22 / 0.7);
  }

  .\32xl\:border-l-green-950\/75 {
    border-left-color: rgb(5 46 22 / 0.75);
  }

  .\32xl\:border-l-green-950\/80 {
    border-left-color: rgb(5 46 22 / 0.8);
  }

  .\32xl\:border-l-green-950\/85 {
    border-left-color: rgb(5 46 22 / 0.85);
  }

  .\32xl\:border-l-green-950\/90 {
    border-left-color: rgb(5 46 22 / 0.9);
  }

  .\32xl\:border-l-green-950\/95 {
    border-left-color: rgb(5 46 22 / 0.95);
  }

  .\32xl\:border-l-indigo-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-100\/0 {
    border-left-color: rgb(224 231 255 / 0);
  }

  .\32xl\:border-l-indigo-100\/10 {
    border-left-color: rgb(224 231 255 / 0.1);
  }

  .\32xl\:border-l-indigo-100\/100 {
    border-left-color: rgb(224 231 255 / 1);
  }

  .\32xl\:border-l-indigo-100\/15 {
    border-left-color: rgb(224 231 255 / 0.15);
  }

  .\32xl\:border-l-indigo-100\/20 {
    border-left-color: rgb(224 231 255 / 0.2);
  }

  .\32xl\:border-l-indigo-100\/25 {
    border-left-color: rgb(224 231 255 / 0.25);
  }

  .\32xl\:border-l-indigo-100\/30 {
    border-left-color: rgb(224 231 255 / 0.3);
  }

  .\32xl\:border-l-indigo-100\/35 {
    border-left-color: rgb(224 231 255 / 0.35);
  }

  .\32xl\:border-l-indigo-100\/40 {
    border-left-color: rgb(224 231 255 / 0.4);
  }

  .\32xl\:border-l-indigo-100\/45 {
    border-left-color: rgb(224 231 255 / 0.45);
  }

  .\32xl\:border-l-indigo-100\/5 {
    border-left-color: rgb(224 231 255 / 0.05);
  }

  .\32xl\:border-l-indigo-100\/50 {
    border-left-color: rgb(224 231 255 / 0.5);
  }

  .\32xl\:border-l-indigo-100\/55 {
    border-left-color: rgb(224 231 255 / 0.55);
  }

  .\32xl\:border-l-indigo-100\/60 {
    border-left-color: rgb(224 231 255 / 0.6);
  }

  .\32xl\:border-l-indigo-100\/65 {
    border-left-color: rgb(224 231 255 / 0.65);
  }

  .\32xl\:border-l-indigo-100\/70 {
    border-left-color: rgb(224 231 255 / 0.7);
  }

  .\32xl\:border-l-indigo-100\/75 {
    border-left-color: rgb(224 231 255 / 0.75);
  }

  .\32xl\:border-l-indigo-100\/80 {
    border-left-color: rgb(224 231 255 / 0.8);
  }

  .\32xl\:border-l-indigo-100\/85 {
    border-left-color: rgb(224 231 255 / 0.85);
  }

  .\32xl\:border-l-indigo-100\/90 {
    border-left-color: rgb(224 231 255 / 0.9);
  }

  .\32xl\:border-l-indigo-100\/95 {
    border-left-color: rgb(224 231 255 / 0.95);
  }

  .\32xl\:border-l-indigo-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-200\/0 {
    border-left-color: rgb(199 210 254 / 0);
  }

  .\32xl\:border-l-indigo-200\/10 {
    border-left-color: rgb(199 210 254 / 0.1);
  }

  .\32xl\:border-l-indigo-200\/100 {
    border-left-color: rgb(199 210 254 / 1);
  }

  .\32xl\:border-l-indigo-200\/15 {
    border-left-color: rgb(199 210 254 / 0.15);
  }

  .\32xl\:border-l-indigo-200\/20 {
    border-left-color: rgb(199 210 254 / 0.2);
  }

  .\32xl\:border-l-indigo-200\/25 {
    border-left-color: rgb(199 210 254 / 0.25);
  }

  .\32xl\:border-l-indigo-200\/30 {
    border-left-color: rgb(199 210 254 / 0.3);
  }

  .\32xl\:border-l-indigo-200\/35 {
    border-left-color: rgb(199 210 254 / 0.35);
  }

  .\32xl\:border-l-indigo-200\/40 {
    border-left-color: rgb(199 210 254 / 0.4);
  }

  .\32xl\:border-l-indigo-200\/45 {
    border-left-color: rgb(199 210 254 / 0.45);
  }

  .\32xl\:border-l-indigo-200\/5 {
    border-left-color: rgb(199 210 254 / 0.05);
  }

  .\32xl\:border-l-indigo-200\/50 {
    border-left-color: rgb(199 210 254 / 0.5);
  }

  .\32xl\:border-l-indigo-200\/55 {
    border-left-color: rgb(199 210 254 / 0.55);
  }

  .\32xl\:border-l-indigo-200\/60 {
    border-left-color: rgb(199 210 254 / 0.6);
  }

  .\32xl\:border-l-indigo-200\/65 {
    border-left-color: rgb(199 210 254 / 0.65);
  }

  .\32xl\:border-l-indigo-200\/70 {
    border-left-color: rgb(199 210 254 / 0.7);
  }

  .\32xl\:border-l-indigo-200\/75 {
    border-left-color: rgb(199 210 254 / 0.75);
  }

  .\32xl\:border-l-indigo-200\/80 {
    border-left-color: rgb(199 210 254 / 0.8);
  }

  .\32xl\:border-l-indigo-200\/85 {
    border-left-color: rgb(199 210 254 / 0.85);
  }

  .\32xl\:border-l-indigo-200\/90 {
    border-left-color: rgb(199 210 254 / 0.9);
  }

  .\32xl\:border-l-indigo-200\/95 {
    border-left-color: rgb(199 210 254 / 0.95);
  }

  .\32xl\:border-l-indigo-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-300\/0 {
    border-left-color: rgb(165 180 252 / 0);
  }

  .\32xl\:border-l-indigo-300\/10 {
    border-left-color: rgb(165 180 252 / 0.1);
  }

  .\32xl\:border-l-indigo-300\/100 {
    border-left-color: rgb(165 180 252 / 1);
  }

  .\32xl\:border-l-indigo-300\/15 {
    border-left-color: rgb(165 180 252 / 0.15);
  }

  .\32xl\:border-l-indigo-300\/20 {
    border-left-color: rgb(165 180 252 / 0.2);
  }

  .\32xl\:border-l-indigo-300\/25 {
    border-left-color: rgb(165 180 252 / 0.25);
  }

  .\32xl\:border-l-indigo-300\/30 {
    border-left-color: rgb(165 180 252 / 0.3);
  }

  .\32xl\:border-l-indigo-300\/35 {
    border-left-color: rgb(165 180 252 / 0.35);
  }

  .\32xl\:border-l-indigo-300\/40 {
    border-left-color: rgb(165 180 252 / 0.4);
  }

  .\32xl\:border-l-indigo-300\/45 {
    border-left-color: rgb(165 180 252 / 0.45);
  }

  .\32xl\:border-l-indigo-300\/5 {
    border-left-color: rgb(165 180 252 / 0.05);
  }

  .\32xl\:border-l-indigo-300\/50 {
    border-left-color: rgb(165 180 252 / 0.5);
  }

  .\32xl\:border-l-indigo-300\/55 {
    border-left-color: rgb(165 180 252 / 0.55);
  }

  .\32xl\:border-l-indigo-300\/60 {
    border-left-color: rgb(165 180 252 / 0.6);
  }

  .\32xl\:border-l-indigo-300\/65 {
    border-left-color: rgb(165 180 252 / 0.65);
  }

  .\32xl\:border-l-indigo-300\/70 {
    border-left-color: rgb(165 180 252 / 0.7);
  }

  .\32xl\:border-l-indigo-300\/75 {
    border-left-color: rgb(165 180 252 / 0.75);
  }

  .\32xl\:border-l-indigo-300\/80 {
    border-left-color: rgb(165 180 252 / 0.8);
  }

  .\32xl\:border-l-indigo-300\/85 {
    border-left-color: rgb(165 180 252 / 0.85);
  }

  .\32xl\:border-l-indigo-300\/90 {
    border-left-color: rgb(165 180 252 / 0.9);
  }

  .\32xl\:border-l-indigo-300\/95 {
    border-left-color: rgb(165 180 252 / 0.95);
  }

  .\32xl\:border-l-indigo-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-400\/0 {
    border-left-color: rgb(129 140 248 / 0);
  }

  .\32xl\:border-l-indigo-400\/10 {
    border-left-color: rgb(129 140 248 / 0.1);
  }

  .\32xl\:border-l-indigo-400\/100 {
    border-left-color: rgb(129 140 248 / 1);
  }

  .\32xl\:border-l-indigo-400\/15 {
    border-left-color: rgb(129 140 248 / 0.15);
  }

  .\32xl\:border-l-indigo-400\/20 {
    border-left-color: rgb(129 140 248 / 0.2);
  }

  .\32xl\:border-l-indigo-400\/25 {
    border-left-color: rgb(129 140 248 / 0.25);
  }

  .\32xl\:border-l-indigo-400\/30 {
    border-left-color: rgb(129 140 248 / 0.3);
  }

  .\32xl\:border-l-indigo-400\/35 {
    border-left-color: rgb(129 140 248 / 0.35);
  }

  .\32xl\:border-l-indigo-400\/40 {
    border-left-color: rgb(129 140 248 / 0.4);
  }

  .\32xl\:border-l-indigo-400\/45 {
    border-left-color: rgb(129 140 248 / 0.45);
  }

  .\32xl\:border-l-indigo-400\/5 {
    border-left-color: rgb(129 140 248 / 0.05);
  }

  .\32xl\:border-l-indigo-400\/50 {
    border-left-color: rgb(129 140 248 / 0.5);
  }

  .\32xl\:border-l-indigo-400\/55 {
    border-left-color: rgb(129 140 248 / 0.55);
  }

  .\32xl\:border-l-indigo-400\/60 {
    border-left-color: rgb(129 140 248 / 0.6);
  }

  .\32xl\:border-l-indigo-400\/65 {
    border-left-color: rgb(129 140 248 / 0.65);
  }

  .\32xl\:border-l-indigo-400\/70 {
    border-left-color: rgb(129 140 248 / 0.7);
  }

  .\32xl\:border-l-indigo-400\/75 {
    border-left-color: rgb(129 140 248 / 0.75);
  }

  .\32xl\:border-l-indigo-400\/80 {
    border-left-color: rgb(129 140 248 / 0.8);
  }

  .\32xl\:border-l-indigo-400\/85 {
    border-left-color: rgb(129 140 248 / 0.85);
  }

  .\32xl\:border-l-indigo-400\/90 {
    border-left-color: rgb(129 140 248 / 0.9);
  }

  .\32xl\:border-l-indigo-400\/95 {
    border-left-color: rgb(129 140 248 / 0.95);
  }

  .\32xl\:border-l-indigo-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-50\/0 {
    border-left-color: rgb(238 242 255 / 0);
  }

  .\32xl\:border-l-indigo-50\/10 {
    border-left-color: rgb(238 242 255 / 0.1);
  }

  .\32xl\:border-l-indigo-50\/100 {
    border-left-color: rgb(238 242 255 / 1);
  }

  .\32xl\:border-l-indigo-50\/15 {
    border-left-color: rgb(238 242 255 / 0.15);
  }

  .\32xl\:border-l-indigo-50\/20 {
    border-left-color: rgb(238 242 255 / 0.2);
  }

  .\32xl\:border-l-indigo-50\/25 {
    border-left-color: rgb(238 242 255 / 0.25);
  }

  .\32xl\:border-l-indigo-50\/30 {
    border-left-color: rgb(238 242 255 / 0.3);
  }

  .\32xl\:border-l-indigo-50\/35 {
    border-left-color: rgb(238 242 255 / 0.35);
  }

  .\32xl\:border-l-indigo-50\/40 {
    border-left-color: rgb(238 242 255 / 0.4);
  }

  .\32xl\:border-l-indigo-50\/45 {
    border-left-color: rgb(238 242 255 / 0.45);
  }

  .\32xl\:border-l-indigo-50\/5 {
    border-left-color: rgb(238 242 255 / 0.05);
  }

  .\32xl\:border-l-indigo-50\/50 {
    border-left-color: rgb(238 242 255 / 0.5);
  }

  .\32xl\:border-l-indigo-50\/55 {
    border-left-color: rgb(238 242 255 / 0.55);
  }

  .\32xl\:border-l-indigo-50\/60 {
    border-left-color: rgb(238 242 255 / 0.6);
  }

  .\32xl\:border-l-indigo-50\/65 {
    border-left-color: rgb(238 242 255 / 0.65);
  }

  .\32xl\:border-l-indigo-50\/70 {
    border-left-color: rgb(238 242 255 / 0.7);
  }

  .\32xl\:border-l-indigo-50\/75 {
    border-left-color: rgb(238 242 255 / 0.75);
  }

  .\32xl\:border-l-indigo-50\/80 {
    border-left-color: rgb(238 242 255 / 0.8);
  }

  .\32xl\:border-l-indigo-50\/85 {
    border-left-color: rgb(238 242 255 / 0.85);
  }

  .\32xl\:border-l-indigo-50\/90 {
    border-left-color: rgb(238 242 255 / 0.9);
  }

  .\32xl\:border-l-indigo-50\/95 {
    border-left-color: rgb(238 242 255 / 0.95);
  }

  .\32xl\:border-l-indigo-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-500\/0 {
    border-left-color: rgb(99 102 241 / 0);
  }

  .\32xl\:border-l-indigo-500\/10 {
    border-left-color: rgb(99 102 241 / 0.1);
  }

  .\32xl\:border-l-indigo-500\/100 {
    border-left-color: rgb(99 102 241 / 1);
  }

  .\32xl\:border-l-indigo-500\/15 {
    border-left-color: rgb(99 102 241 / 0.15);
  }

  .\32xl\:border-l-indigo-500\/20 {
    border-left-color: rgb(99 102 241 / 0.2);
  }

  .\32xl\:border-l-indigo-500\/25 {
    border-left-color: rgb(99 102 241 / 0.25);
  }

  .\32xl\:border-l-indigo-500\/30 {
    border-left-color: rgb(99 102 241 / 0.3);
  }

  .\32xl\:border-l-indigo-500\/35 {
    border-left-color: rgb(99 102 241 / 0.35);
  }

  .\32xl\:border-l-indigo-500\/40 {
    border-left-color: rgb(99 102 241 / 0.4);
  }

  .\32xl\:border-l-indigo-500\/45 {
    border-left-color: rgb(99 102 241 / 0.45);
  }

  .\32xl\:border-l-indigo-500\/5 {
    border-left-color: rgb(99 102 241 / 0.05);
  }

  .\32xl\:border-l-indigo-500\/50 {
    border-left-color: rgb(99 102 241 / 0.5);
  }

  .\32xl\:border-l-indigo-500\/55 {
    border-left-color: rgb(99 102 241 / 0.55);
  }

  .\32xl\:border-l-indigo-500\/60 {
    border-left-color: rgb(99 102 241 / 0.6);
  }

  .\32xl\:border-l-indigo-500\/65 {
    border-left-color: rgb(99 102 241 / 0.65);
  }

  .\32xl\:border-l-indigo-500\/70 {
    border-left-color: rgb(99 102 241 / 0.7);
  }

  .\32xl\:border-l-indigo-500\/75 {
    border-left-color: rgb(99 102 241 / 0.75);
  }

  .\32xl\:border-l-indigo-500\/80 {
    border-left-color: rgb(99 102 241 / 0.8);
  }

  .\32xl\:border-l-indigo-500\/85 {
    border-left-color: rgb(99 102 241 / 0.85);
  }

  .\32xl\:border-l-indigo-500\/90 {
    border-left-color: rgb(99 102 241 / 0.9);
  }

  .\32xl\:border-l-indigo-500\/95 {
    border-left-color: rgb(99 102 241 / 0.95);
  }

  .\32xl\:border-l-indigo-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-600\/0 {
    border-left-color: rgb(79 70 229 / 0);
  }

  .\32xl\:border-l-indigo-600\/10 {
    border-left-color: rgb(79 70 229 / 0.1);
  }

  .\32xl\:border-l-indigo-600\/100 {
    border-left-color: rgb(79 70 229 / 1);
  }

  .\32xl\:border-l-indigo-600\/15 {
    border-left-color: rgb(79 70 229 / 0.15);
  }

  .\32xl\:border-l-indigo-600\/20 {
    border-left-color: rgb(79 70 229 / 0.2);
  }

  .\32xl\:border-l-indigo-600\/25 {
    border-left-color: rgb(79 70 229 / 0.25);
  }

  .\32xl\:border-l-indigo-600\/30 {
    border-left-color: rgb(79 70 229 / 0.3);
  }

  .\32xl\:border-l-indigo-600\/35 {
    border-left-color: rgb(79 70 229 / 0.35);
  }

  .\32xl\:border-l-indigo-600\/40 {
    border-left-color: rgb(79 70 229 / 0.4);
  }

  .\32xl\:border-l-indigo-600\/45 {
    border-left-color: rgb(79 70 229 / 0.45);
  }

  .\32xl\:border-l-indigo-600\/5 {
    border-left-color: rgb(79 70 229 / 0.05);
  }

  .\32xl\:border-l-indigo-600\/50 {
    border-left-color: rgb(79 70 229 / 0.5);
  }

  .\32xl\:border-l-indigo-600\/55 {
    border-left-color: rgb(79 70 229 / 0.55);
  }

  .\32xl\:border-l-indigo-600\/60 {
    border-left-color: rgb(79 70 229 / 0.6);
  }

  .\32xl\:border-l-indigo-600\/65 {
    border-left-color: rgb(79 70 229 / 0.65);
  }

  .\32xl\:border-l-indigo-600\/70 {
    border-left-color: rgb(79 70 229 / 0.7);
  }

  .\32xl\:border-l-indigo-600\/75 {
    border-left-color: rgb(79 70 229 / 0.75);
  }

  .\32xl\:border-l-indigo-600\/80 {
    border-left-color: rgb(79 70 229 / 0.8);
  }

  .\32xl\:border-l-indigo-600\/85 {
    border-left-color: rgb(79 70 229 / 0.85);
  }

  .\32xl\:border-l-indigo-600\/90 {
    border-left-color: rgb(79 70 229 / 0.9);
  }

  .\32xl\:border-l-indigo-600\/95 {
    border-left-color: rgb(79 70 229 / 0.95);
  }

  .\32xl\:border-l-indigo-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-700\/0 {
    border-left-color: rgb(67 56 202 / 0);
  }

  .\32xl\:border-l-indigo-700\/10 {
    border-left-color: rgb(67 56 202 / 0.1);
  }

  .\32xl\:border-l-indigo-700\/100 {
    border-left-color: rgb(67 56 202 / 1);
  }

  .\32xl\:border-l-indigo-700\/15 {
    border-left-color: rgb(67 56 202 / 0.15);
  }

  .\32xl\:border-l-indigo-700\/20 {
    border-left-color: rgb(67 56 202 / 0.2);
  }

  .\32xl\:border-l-indigo-700\/25 {
    border-left-color: rgb(67 56 202 / 0.25);
  }

  .\32xl\:border-l-indigo-700\/30 {
    border-left-color: rgb(67 56 202 / 0.3);
  }

  .\32xl\:border-l-indigo-700\/35 {
    border-left-color: rgb(67 56 202 / 0.35);
  }

  .\32xl\:border-l-indigo-700\/40 {
    border-left-color: rgb(67 56 202 / 0.4);
  }

  .\32xl\:border-l-indigo-700\/45 {
    border-left-color: rgb(67 56 202 / 0.45);
  }

  .\32xl\:border-l-indigo-700\/5 {
    border-left-color: rgb(67 56 202 / 0.05);
  }

  .\32xl\:border-l-indigo-700\/50 {
    border-left-color: rgb(67 56 202 / 0.5);
  }

  .\32xl\:border-l-indigo-700\/55 {
    border-left-color: rgb(67 56 202 / 0.55);
  }

  .\32xl\:border-l-indigo-700\/60 {
    border-left-color: rgb(67 56 202 / 0.6);
  }

  .\32xl\:border-l-indigo-700\/65 {
    border-left-color: rgb(67 56 202 / 0.65);
  }

  .\32xl\:border-l-indigo-700\/70 {
    border-left-color: rgb(67 56 202 / 0.7);
  }

  .\32xl\:border-l-indigo-700\/75 {
    border-left-color: rgb(67 56 202 / 0.75);
  }

  .\32xl\:border-l-indigo-700\/80 {
    border-left-color: rgb(67 56 202 / 0.8);
  }

  .\32xl\:border-l-indigo-700\/85 {
    border-left-color: rgb(67 56 202 / 0.85);
  }

  .\32xl\:border-l-indigo-700\/90 {
    border-left-color: rgb(67 56 202 / 0.9);
  }

  .\32xl\:border-l-indigo-700\/95 {
    border-left-color: rgb(67 56 202 / 0.95);
  }

  .\32xl\:border-l-indigo-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-800\/0 {
    border-left-color: rgb(55 48 163 / 0);
  }

  .\32xl\:border-l-indigo-800\/10 {
    border-left-color: rgb(55 48 163 / 0.1);
  }

  .\32xl\:border-l-indigo-800\/100 {
    border-left-color: rgb(55 48 163 / 1);
  }

  .\32xl\:border-l-indigo-800\/15 {
    border-left-color: rgb(55 48 163 / 0.15);
  }

  .\32xl\:border-l-indigo-800\/20 {
    border-left-color: rgb(55 48 163 / 0.2);
  }

  .\32xl\:border-l-indigo-800\/25 {
    border-left-color: rgb(55 48 163 / 0.25);
  }

  .\32xl\:border-l-indigo-800\/30 {
    border-left-color: rgb(55 48 163 / 0.3);
  }

  .\32xl\:border-l-indigo-800\/35 {
    border-left-color: rgb(55 48 163 / 0.35);
  }

  .\32xl\:border-l-indigo-800\/40 {
    border-left-color: rgb(55 48 163 / 0.4);
  }

  .\32xl\:border-l-indigo-800\/45 {
    border-left-color: rgb(55 48 163 / 0.45);
  }

  .\32xl\:border-l-indigo-800\/5 {
    border-left-color: rgb(55 48 163 / 0.05);
  }

  .\32xl\:border-l-indigo-800\/50 {
    border-left-color: rgb(55 48 163 / 0.5);
  }

  .\32xl\:border-l-indigo-800\/55 {
    border-left-color: rgb(55 48 163 / 0.55);
  }

  .\32xl\:border-l-indigo-800\/60 {
    border-left-color: rgb(55 48 163 / 0.6);
  }

  .\32xl\:border-l-indigo-800\/65 {
    border-left-color: rgb(55 48 163 / 0.65);
  }

  .\32xl\:border-l-indigo-800\/70 {
    border-left-color: rgb(55 48 163 / 0.7);
  }

  .\32xl\:border-l-indigo-800\/75 {
    border-left-color: rgb(55 48 163 / 0.75);
  }

  .\32xl\:border-l-indigo-800\/80 {
    border-left-color: rgb(55 48 163 / 0.8);
  }

  .\32xl\:border-l-indigo-800\/85 {
    border-left-color: rgb(55 48 163 / 0.85);
  }

  .\32xl\:border-l-indigo-800\/90 {
    border-left-color: rgb(55 48 163 / 0.9);
  }

  .\32xl\:border-l-indigo-800\/95 {
    border-left-color: rgb(55 48 163 / 0.95);
  }

  .\32xl\:border-l-indigo-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-900\/0 {
    border-left-color: rgb(49 46 129 / 0);
  }

  .\32xl\:border-l-indigo-900\/10 {
    border-left-color: rgb(49 46 129 / 0.1);
  }

  .\32xl\:border-l-indigo-900\/100 {
    border-left-color: rgb(49 46 129 / 1);
  }

  .\32xl\:border-l-indigo-900\/15 {
    border-left-color: rgb(49 46 129 / 0.15);
  }

  .\32xl\:border-l-indigo-900\/20 {
    border-left-color: rgb(49 46 129 / 0.2);
  }

  .\32xl\:border-l-indigo-900\/25 {
    border-left-color: rgb(49 46 129 / 0.25);
  }

  .\32xl\:border-l-indigo-900\/30 {
    border-left-color: rgb(49 46 129 / 0.3);
  }

  .\32xl\:border-l-indigo-900\/35 {
    border-left-color: rgb(49 46 129 / 0.35);
  }

  .\32xl\:border-l-indigo-900\/40 {
    border-left-color: rgb(49 46 129 / 0.4);
  }

  .\32xl\:border-l-indigo-900\/45 {
    border-left-color: rgb(49 46 129 / 0.45);
  }

  .\32xl\:border-l-indigo-900\/5 {
    border-left-color: rgb(49 46 129 / 0.05);
  }

  .\32xl\:border-l-indigo-900\/50 {
    border-left-color: rgb(49 46 129 / 0.5);
  }

  .\32xl\:border-l-indigo-900\/55 {
    border-left-color: rgb(49 46 129 / 0.55);
  }

  .\32xl\:border-l-indigo-900\/60 {
    border-left-color: rgb(49 46 129 / 0.6);
  }

  .\32xl\:border-l-indigo-900\/65 {
    border-left-color: rgb(49 46 129 / 0.65);
  }

  .\32xl\:border-l-indigo-900\/70 {
    border-left-color: rgb(49 46 129 / 0.7);
  }

  .\32xl\:border-l-indigo-900\/75 {
    border-left-color: rgb(49 46 129 / 0.75);
  }

  .\32xl\:border-l-indigo-900\/80 {
    border-left-color: rgb(49 46 129 / 0.8);
  }

  .\32xl\:border-l-indigo-900\/85 {
    border-left-color: rgb(49 46 129 / 0.85);
  }

  .\32xl\:border-l-indigo-900\/90 {
    border-left-color: rgb(49 46 129 / 0.9);
  }

  .\32xl\:border-l-indigo-900\/95 {
    border-left-color: rgb(49 46 129 / 0.95);
  }

  .\32xl\:border-l-indigo-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-indigo-950\/0 {
    border-left-color: rgb(30 27 75 / 0);
  }

  .\32xl\:border-l-indigo-950\/10 {
    border-left-color: rgb(30 27 75 / 0.1);
  }

  .\32xl\:border-l-indigo-950\/100 {
    border-left-color: rgb(30 27 75 / 1);
  }

  .\32xl\:border-l-indigo-950\/15 {
    border-left-color: rgb(30 27 75 / 0.15);
  }

  .\32xl\:border-l-indigo-950\/20 {
    border-left-color: rgb(30 27 75 / 0.2);
  }

  .\32xl\:border-l-indigo-950\/25 {
    border-left-color: rgb(30 27 75 / 0.25);
  }

  .\32xl\:border-l-indigo-950\/30 {
    border-left-color: rgb(30 27 75 / 0.3);
  }

  .\32xl\:border-l-indigo-950\/35 {
    border-left-color: rgb(30 27 75 / 0.35);
  }

  .\32xl\:border-l-indigo-950\/40 {
    border-left-color: rgb(30 27 75 / 0.4);
  }

  .\32xl\:border-l-indigo-950\/45 {
    border-left-color: rgb(30 27 75 / 0.45);
  }

  .\32xl\:border-l-indigo-950\/5 {
    border-left-color: rgb(30 27 75 / 0.05);
  }

  .\32xl\:border-l-indigo-950\/50 {
    border-left-color: rgb(30 27 75 / 0.5);
  }

  .\32xl\:border-l-indigo-950\/55 {
    border-left-color: rgb(30 27 75 / 0.55);
  }

  .\32xl\:border-l-indigo-950\/60 {
    border-left-color: rgb(30 27 75 / 0.6);
  }

  .\32xl\:border-l-indigo-950\/65 {
    border-left-color: rgb(30 27 75 / 0.65);
  }

  .\32xl\:border-l-indigo-950\/70 {
    border-left-color: rgb(30 27 75 / 0.7);
  }

  .\32xl\:border-l-indigo-950\/75 {
    border-left-color: rgb(30 27 75 / 0.75);
  }

  .\32xl\:border-l-indigo-950\/80 {
    border-left-color: rgb(30 27 75 / 0.8);
  }

  .\32xl\:border-l-indigo-950\/85 {
    border-left-color: rgb(30 27 75 / 0.85);
  }

  .\32xl\:border-l-indigo-950\/90 {
    border-left-color: rgb(30 27 75 / 0.9);
  }

  .\32xl\:border-l-indigo-950\/95 {
    border-left-color: rgb(30 27 75 / 0.95);
  }

  .\32xl\:border-l-inherit {
    border-left-color: inherit;
  }

  .\32xl\:border-l-input {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-input\/0 {
    border-left-color: hsl(var(--input) / 0);
  }

  .\32xl\:border-l-input\/10 {
    border-left-color: hsl(var(--input) / 0.1);
  }

  .\32xl\:border-l-input\/100 {
    border-left-color: hsl(var(--input) / 1);
  }

  .\32xl\:border-l-input\/15 {
    border-left-color: hsl(var(--input) / 0.15);
  }

  .\32xl\:border-l-input\/20 {
    border-left-color: hsl(var(--input) / 0.2);
  }

  .\32xl\:border-l-input\/25 {
    border-left-color: hsl(var(--input) / 0.25);
  }

  .\32xl\:border-l-input\/30 {
    border-left-color: hsl(var(--input) / 0.3);
  }

  .\32xl\:border-l-input\/35 {
    border-left-color: hsl(var(--input) / 0.35);
  }

  .\32xl\:border-l-input\/40 {
    border-left-color: hsl(var(--input) / 0.4);
  }

  .\32xl\:border-l-input\/45 {
    border-left-color: hsl(var(--input) / 0.45);
  }

  .\32xl\:border-l-input\/5 {
    border-left-color: hsl(var(--input) / 0.05);
  }

  .\32xl\:border-l-input\/50 {
    border-left-color: hsl(var(--input) / 0.5);
  }

  .\32xl\:border-l-input\/55 {
    border-left-color: hsl(var(--input) / 0.55);
  }

  .\32xl\:border-l-input\/60 {
    border-left-color: hsl(var(--input) / 0.6);
  }

  .\32xl\:border-l-input\/65 {
    border-left-color: hsl(var(--input) / 0.65);
  }

  .\32xl\:border-l-input\/70 {
    border-left-color: hsl(var(--input) / 0.7);
  }

  .\32xl\:border-l-input\/75 {
    border-left-color: hsl(var(--input) / 0.75);
  }

  .\32xl\:border-l-input\/80 {
    border-left-color: hsl(var(--input) / 0.8);
  }

  .\32xl\:border-l-input\/85 {
    border-left-color: hsl(var(--input) / 0.85);
  }

  .\32xl\:border-l-input\/90 {
    border-left-color: hsl(var(--input) / 0.9);
  }

  .\32xl\:border-l-input\/95 {
    border-left-color: hsl(var(--input) / 0.95);
  }

  .\32xl\:border-l-lime-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-100\/0 {
    border-left-color: rgb(236 252 203 / 0);
  }

  .\32xl\:border-l-lime-100\/10 {
    border-left-color: rgb(236 252 203 / 0.1);
  }

  .\32xl\:border-l-lime-100\/100 {
    border-left-color: rgb(236 252 203 / 1);
  }

  .\32xl\:border-l-lime-100\/15 {
    border-left-color: rgb(236 252 203 / 0.15);
  }

  .\32xl\:border-l-lime-100\/20 {
    border-left-color: rgb(236 252 203 / 0.2);
  }

  .\32xl\:border-l-lime-100\/25 {
    border-left-color: rgb(236 252 203 / 0.25);
  }

  .\32xl\:border-l-lime-100\/30 {
    border-left-color: rgb(236 252 203 / 0.3);
  }

  .\32xl\:border-l-lime-100\/35 {
    border-left-color: rgb(236 252 203 / 0.35);
  }

  .\32xl\:border-l-lime-100\/40 {
    border-left-color: rgb(236 252 203 / 0.4);
  }

  .\32xl\:border-l-lime-100\/45 {
    border-left-color: rgb(236 252 203 / 0.45);
  }

  .\32xl\:border-l-lime-100\/5 {
    border-left-color: rgb(236 252 203 / 0.05);
  }

  .\32xl\:border-l-lime-100\/50 {
    border-left-color: rgb(236 252 203 / 0.5);
  }

  .\32xl\:border-l-lime-100\/55 {
    border-left-color: rgb(236 252 203 / 0.55);
  }

  .\32xl\:border-l-lime-100\/60 {
    border-left-color: rgb(236 252 203 / 0.6);
  }

  .\32xl\:border-l-lime-100\/65 {
    border-left-color: rgb(236 252 203 / 0.65);
  }

  .\32xl\:border-l-lime-100\/70 {
    border-left-color: rgb(236 252 203 / 0.7);
  }

  .\32xl\:border-l-lime-100\/75 {
    border-left-color: rgb(236 252 203 / 0.75);
  }

  .\32xl\:border-l-lime-100\/80 {
    border-left-color: rgb(236 252 203 / 0.8);
  }

  .\32xl\:border-l-lime-100\/85 {
    border-left-color: rgb(236 252 203 / 0.85);
  }

  .\32xl\:border-l-lime-100\/90 {
    border-left-color: rgb(236 252 203 / 0.9);
  }

  .\32xl\:border-l-lime-100\/95 {
    border-left-color: rgb(236 252 203 / 0.95);
  }

  .\32xl\:border-l-lime-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-200\/0 {
    border-left-color: rgb(217 249 157 / 0);
  }

  .\32xl\:border-l-lime-200\/10 {
    border-left-color: rgb(217 249 157 / 0.1);
  }

  .\32xl\:border-l-lime-200\/100 {
    border-left-color: rgb(217 249 157 / 1);
  }

  .\32xl\:border-l-lime-200\/15 {
    border-left-color: rgb(217 249 157 / 0.15);
  }

  .\32xl\:border-l-lime-200\/20 {
    border-left-color: rgb(217 249 157 / 0.2);
  }

  .\32xl\:border-l-lime-200\/25 {
    border-left-color: rgb(217 249 157 / 0.25);
  }

  .\32xl\:border-l-lime-200\/30 {
    border-left-color: rgb(217 249 157 / 0.3);
  }

  .\32xl\:border-l-lime-200\/35 {
    border-left-color: rgb(217 249 157 / 0.35);
  }

  .\32xl\:border-l-lime-200\/40 {
    border-left-color: rgb(217 249 157 / 0.4);
  }

  .\32xl\:border-l-lime-200\/45 {
    border-left-color: rgb(217 249 157 / 0.45);
  }

  .\32xl\:border-l-lime-200\/5 {
    border-left-color: rgb(217 249 157 / 0.05);
  }

  .\32xl\:border-l-lime-200\/50 {
    border-left-color: rgb(217 249 157 / 0.5);
  }

  .\32xl\:border-l-lime-200\/55 {
    border-left-color: rgb(217 249 157 / 0.55);
  }

  .\32xl\:border-l-lime-200\/60 {
    border-left-color: rgb(217 249 157 / 0.6);
  }

  .\32xl\:border-l-lime-200\/65 {
    border-left-color: rgb(217 249 157 / 0.65);
  }

  .\32xl\:border-l-lime-200\/70 {
    border-left-color: rgb(217 249 157 / 0.7);
  }

  .\32xl\:border-l-lime-200\/75 {
    border-left-color: rgb(217 249 157 / 0.75);
  }

  .\32xl\:border-l-lime-200\/80 {
    border-left-color: rgb(217 249 157 / 0.8);
  }

  .\32xl\:border-l-lime-200\/85 {
    border-left-color: rgb(217 249 157 / 0.85);
  }

  .\32xl\:border-l-lime-200\/90 {
    border-left-color: rgb(217 249 157 / 0.9);
  }

  .\32xl\:border-l-lime-200\/95 {
    border-left-color: rgb(217 249 157 / 0.95);
  }

  .\32xl\:border-l-lime-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-300\/0 {
    border-left-color: rgb(190 242 100 / 0);
  }

  .\32xl\:border-l-lime-300\/10 {
    border-left-color: rgb(190 242 100 / 0.1);
  }

  .\32xl\:border-l-lime-300\/100 {
    border-left-color: rgb(190 242 100 / 1);
  }

  .\32xl\:border-l-lime-300\/15 {
    border-left-color: rgb(190 242 100 / 0.15);
  }

  .\32xl\:border-l-lime-300\/20 {
    border-left-color: rgb(190 242 100 / 0.2);
  }

  .\32xl\:border-l-lime-300\/25 {
    border-left-color: rgb(190 242 100 / 0.25);
  }

  .\32xl\:border-l-lime-300\/30 {
    border-left-color: rgb(190 242 100 / 0.3);
  }

  .\32xl\:border-l-lime-300\/35 {
    border-left-color: rgb(190 242 100 / 0.35);
  }

  .\32xl\:border-l-lime-300\/40 {
    border-left-color: rgb(190 242 100 / 0.4);
  }

  .\32xl\:border-l-lime-300\/45 {
    border-left-color: rgb(190 242 100 / 0.45);
  }

  .\32xl\:border-l-lime-300\/5 {
    border-left-color: rgb(190 242 100 / 0.05);
  }

  .\32xl\:border-l-lime-300\/50 {
    border-left-color: rgb(190 242 100 / 0.5);
  }

  .\32xl\:border-l-lime-300\/55 {
    border-left-color: rgb(190 242 100 / 0.55);
  }

  .\32xl\:border-l-lime-300\/60 {
    border-left-color: rgb(190 242 100 / 0.6);
  }

  .\32xl\:border-l-lime-300\/65 {
    border-left-color: rgb(190 242 100 / 0.65);
  }

  .\32xl\:border-l-lime-300\/70 {
    border-left-color: rgb(190 242 100 / 0.7);
  }

  .\32xl\:border-l-lime-300\/75 {
    border-left-color: rgb(190 242 100 / 0.75);
  }

  .\32xl\:border-l-lime-300\/80 {
    border-left-color: rgb(190 242 100 / 0.8);
  }

  .\32xl\:border-l-lime-300\/85 {
    border-left-color: rgb(190 242 100 / 0.85);
  }

  .\32xl\:border-l-lime-300\/90 {
    border-left-color: rgb(190 242 100 / 0.9);
  }

  .\32xl\:border-l-lime-300\/95 {
    border-left-color: rgb(190 242 100 / 0.95);
  }

  .\32xl\:border-l-lime-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-400\/0 {
    border-left-color: rgb(163 230 53 / 0);
  }

  .\32xl\:border-l-lime-400\/10 {
    border-left-color: rgb(163 230 53 / 0.1);
  }

  .\32xl\:border-l-lime-400\/100 {
    border-left-color: rgb(163 230 53 / 1);
  }

  .\32xl\:border-l-lime-400\/15 {
    border-left-color: rgb(163 230 53 / 0.15);
  }

  .\32xl\:border-l-lime-400\/20 {
    border-left-color: rgb(163 230 53 / 0.2);
  }

  .\32xl\:border-l-lime-400\/25 {
    border-left-color: rgb(163 230 53 / 0.25);
  }

  .\32xl\:border-l-lime-400\/30 {
    border-left-color: rgb(163 230 53 / 0.3);
  }

  .\32xl\:border-l-lime-400\/35 {
    border-left-color: rgb(163 230 53 / 0.35);
  }

  .\32xl\:border-l-lime-400\/40 {
    border-left-color: rgb(163 230 53 / 0.4);
  }

  .\32xl\:border-l-lime-400\/45 {
    border-left-color: rgb(163 230 53 / 0.45);
  }

  .\32xl\:border-l-lime-400\/5 {
    border-left-color: rgb(163 230 53 / 0.05);
  }

  .\32xl\:border-l-lime-400\/50 {
    border-left-color: rgb(163 230 53 / 0.5);
  }

  .\32xl\:border-l-lime-400\/55 {
    border-left-color: rgb(163 230 53 / 0.55);
  }

  .\32xl\:border-l-lime-400\/60 {
    border-left-color: rgb(163 230 53 / 0.6);
  }

  .\32xl\:border-l-lime-400\/65 {
    border-left-color: rgb(163 230 53 / 0.65);
  }

  .\32xl\:border-l-lime-400\/70 {
    border-left-color: rgb(163 230 53 / 0.7);
  }

  .\32xl\:border-l-lime-400\/75 {
    border-left-color: rgb(163 230 53 / 0.75);
  }

  .\32xl\:border-l-lime-400\/80 {
    border-left-color: rgb(163 230 53 / 0.8);
  }

  .\32xl\:border-l-lime-400\/85 {
    border-left-color: rgb(163 230 53 / 0.85);
  }

  .\32xl\:border-l-lime-400\/90 {
    border-left-color: rgb(163 230 53 / 0.9);
  }

  .\32xl\:border-l-lime-400\/95 {
    border-left-color: rgb(163 230 53 / 0.95);
  }

  .\32xl\:border-l-lime-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-50\/0 {
    border-left-color: rgb(247 254 231 / 0);
  }

  .\32xl\:border-l-lime-50\/10 {
    border-left-color: rgb(247 254 231 / 0.1);
  }

  .\32xl\:border-l-lime-50\/100 {
    border-left-color: rgb(247 254 231 / 1);
  }

  .\32xl\:border-l-lime-50\/15 {
    border-left-color: rgb(247 254 231 / 0.15);
  }

  .\32xl\:border-l-lime-50\/20 {
    border-left-color: rgb(247 254 231 / 0.2);
  }

  .\32xl\:border-l-lime-50\/25 {
    border-left-color: rgb(247 254 231 / 0.25);
  }

  .\32xl\:border-l-lime-50\/30 {
    border-left-color: rgb(247 254 231 / 0.3);
  }

  .\32xl\:border-l-lime-50\/35 {
    border-left-color: rgb(247 254 231 / 0.35);
  }

  .\32xl\:border-l-lime-50\/40 {
    border-left-color: rgb(247 254 231 / 0.4);
  }

  .\32xl\:border-l-lime-50\/45 {
    border-left-color: rgb(247 254 231 / 0.45);
  }

  .\32xl\:border-l-lime-50\/5 {
    border-left-color: rgb(247 254 231 / 0.05);
  }

  .\32xl\:border-l-lime-50\/50 {
    border-left-color: rgb(247 254 231 / 0.5);
  }

  .\32xl\:border-l-lime-50\/55 {
    border-left-color: rgb(247 254 231 / 0.55);
  }

  .\32xl\:border-l-lime-50\/60 {
    border-left-color: rgb(247 254 231 / 0.6);
  }

  .\32xl\:border-l-lime-50\/65 {
    border-left-color: rgb(247 254 231 / 0.65);
  }

  .\32xl\:border-l-lime-50\/70 {
    border-left-color: rgb(247 254 231 / 0.7);
  }

  .\32xl\:border-l-lime-50\/75 {
    border-left-color: rgb(247 254 231 / 0.75);
  }

  .\32xl\:border-l-lime-50\/80 {
    border-left-color: rgb(247 254 231 / 0.8);
  }

  .\32xl\:border-l-lime-50\/85 {
    border-left-color: rgb(247 254 231 / 0.85);
  }

  .\32xl\:border-l-lime-50\/90 {
    border-left-color: rgb(247 254 231 / 0.9);
  }

  .\32xl\:border-l-lime-50\/95 {
    border-left-color: rgb(247 254 231 / 0.95);
  }

  .\32xl\:border-l-lime-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-500\/0 {
    border-left-color: rgb(132 204 22 / 0);
  }

  .\32xl\:border-l-lime-500\/10 {
    border-left-color: rgb(132 204 22 / 0.1);
  }

  .\32xl\:border-l-lime-500\/100 {
    border-left-color: rgb(132 204 22 / 1);
  }

  .\32xl\:border-l-lime-500\/15 {
    border-left-color: rgb(132 204 22 / 0.15);
  }

  .\32xl\:border-l-lime-500\/20 {
    border-left-color: rgb(132 204 22 / 0.2);
  }

  .\32xl\:border-l-lime-500\/25 {
    border-left-color: rgb(132 204 22 / 0.25);
  }

  .\32xl\:border-l-lime-500\/30 {
    border-left-color: rgb(132 204 22 / 0.3);
  }

  .\32xl\:border-l-lime-500\/35 {
    border-left-color: rgb(132 204 22 / 0.35);
  }

  .\32xl\:border-l-lime-500\/40 {
    border-left-color: rgb(132 204 22 / 0.4);
  }

  .\32xl\:border-l-lime-500\/45 {
    border-left-color: rgb(132 204 22 / 0.45);
  }

  .\32xl\:border-l-lime-500\/5 {
    border-left-color: rgb(132 204 22 / 0.05);
  }

  .\32xl\:border-l-lime-500\/50 {
    border-left-color: rgb(132 204 22 / 0.5);
  }

  .\32xl\:border-l-lime-500\/55 {
    border-left-color: rgb(132 204 22 / 0.55);
  }

  .\32xl\:border-l-lime-500\/60 {
    border-left-color: rgb(132 204 22 / 0.6);
  }

  .\32xl\:border-l-lime-500\/65 {
    border-left-color: rgb(132 204 22 / 0.65);
  }

  .\32xl\:border-l-lime-500\/70 {
    border-left-color: rgb(132 204 22 / 0.7);
  }

  .\32xl\:border-l-lime-500\/75 {
    border-left-color: rgb(132 204 22 / 0.75);
  }

  .\32xl\:border-l-lime-500\/80 {
    border-left-color: rgb(132 204 22 / 0.8);
  }

  .\32xl\:border-l-lime-500\/85 {
    border-left-color: rgb(132 204 22 / 0.85);
  }

  .\32xl\:border-l-lime-500\/90 {
    border-left-color: rgb(132 204 22 / 0.9);
  }

  .\32xl\:border-l-lime-500\/95 {
    border-left-color: rgb(132 204 22 / 0.95);
  }

  .\32xl\:border-l-lime-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-600\/0 {
    border-left-color: rgb(101 163 13 / 0);
  }

  .\32xl\:border-l-lime-600\/10 {
    border-left-color: rgb(101 163 13 / 0.1);
  }

  .\32xl\:border-l-lime-600\/100 {
    border-left-color: rgb(101 163 13 / 1);
  }

  .\32xl\:border-l-lime-600\/15 {
    border-left-color: rgb(101 163 13 / 0.15);
  }

  .\32xl\:border-l-lime-600\/20 {
    border-left-color: rgb(101 163 13 / 0.2);
  }

  .\32xl\:border-l-lime-600\/25 {
    border-left-color: rgb(101 163 13 / 0.25);
  }

  .\32xl\:border-l-lime-600\/30 {
    border-left-color: rgb(101 163 13 / 0.3);
  }

  .\32xl\:border-l-lime-600\/35 {
    border-left-color: rgb(101 163 13 / 0.35);
  }

  .\32xl\:border-l-lime-600\/40 {
    border-left-color: rgb(101 163 13 / 0.4);
  }

  .\32xl\:border-l-lime-600\/45 {
    border-left-color: rgb(101 163 13 / 0.45);
  }

  .\32xl\:border-l-lime-600\/5 {
    border-left-color: rgb(101 163 13 / 0.05);
  }

  .\32xl\:border-l-lime-600\/50 {
    border-left-color: rgb(101 163 13 / 0.5);
  }

  .\32xl\:border-l-lime-600\/55 {
    border-left-color: rgb(101 163 13 / 0.55);
  }

  .\32xl\:border-l-lime-600\/60 {
    border-left-color: rgb(101 163 13 / 0.6);
  }

  .\32xl\:border-l-lime-600\/65 {
    border-left-color: rgb(101 163 13 / 0.65);
  }

  .\32xl\:border-l-lime-600\/70 {
    border-left-color: rgb(101 163 13 / 0.7);
  }

  .\32xl\:border-l-lime-600\/75 {
    border-left-color: rgb(101 163 13 / 0.75);
  }

  .\32xl\:border-l-lime-600\/80 {
    border-left-color: rgb(101 163 13 / 0.8);
  }

  .\32xl\:border-l-lime-600\/85 {
    border-left-color: rgb(101 163 13 / 0.85);
  }

  .\32xl\:border-l-lime-600\/90 {
    border-left-color: rgb(101 163 13 / 0.9);
  }

  .\32xl\:border-l-lime-600\/95 {
    border-left-color: rgb(101 163 13 / 0.95);
  }

  .\32xl\:border-l-lime-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-700\/0 {
    border-left-color: rgb(77 124 15 / 0);
  }

  .\32xl\:border-l-lime-700\/10 {
    border-left-color: rgb(77 124 15 / 0.1);
  }

  .\32xl\:border-l-lime-700\/100 {
    border-left-color: rgb(77 124 15 / 1);
  }

  .\32xl\:border-l-lime-700\/15 {
    border-left-color: rgb(77 124 15 / 0.15);
  }

  .\32xl\:border-l-lime-700\/20 {
    border-left-color: rgb(77 124 15 / 0.2);
  }

  .\32xl\:border-l-lime-700\/25 {
    border-left-color: rgb(77 124 15 / 0.25);
  }

  .\32xl\:border-l-lime-700\/30 {
    border-left-color: rgb(77 124 15 / 0.3);
  }

  .\32xl\:border-l-lime-700\/35 {
    border-left-color: rgb(77 124 15 / 0.35);
  }

  .\32xl\:border-l-lime-700\/40 {
    border-left-color: rgb(77 124 15 / 0.4);
  }

  .\32xl\:border-l-lime-700\/45 {
    border-left-color: rgb(77 124 15 / 0.45);
  }

  .\32xl\:border-l-lime-700\/5 {
    border-left-color: rgb(77 124 15 / 0.05);
  }

  .\32xl\:border-l-lime-700\/50 {
    border-left-color: rgb(77 124 15 / 0.5);
  }

  .\32xl\:border-l-lime-700\/55 {
    border-left-color: rgb(77 124 15 / 0.55);
  }

  .\32xl\:border-l-lime-700\/60 {
    border-left-color: rgb(77 124 15 / 0.6);
  }

  .\32xl\:border-l-lime-700\/65 {
    border-left-color: rgb(77 124 15 / 0.65);
  }

  .\32xl\:border-l-lime-700\/70 {
    border-left-color: rgb(77 124 15 / 0.7);
  }

  .\32xl\:border-l-lime-700\/75 {
    border-left-color: rgb(77 124 15 / 0.75);
  }

  .\32xl\:border-l-lime-700\/80 {
    border-left-color: rgb(77 124 15 / 0.8);
  }

  .\32xl\:border-l-lime-700\/85 {
    border-left-color: rgb(77 124 15 / 0.85);
  }

  .\32xl\:border-l-lime-700\/90 {
    border-left-color: rgb(77 124 15 / 0.9);
  }

  .\32xl\:border-l-lime-700\/95 {
    border-left-color: rgb(77 124 15 / 0.95);
  }

  .\32xl\:border-l-lime-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-800\/0 {
    border-left-color: rgb(63 98 18 / 0);
  }

  .\32xl\:border-l-lime-800\/10 {
    border-left-color: rgb(63 98 18 / 0.1);
  }

  .\32xl\:border-l-lime-800\/100 {
    border-left-color: rgb(63 98 18 / 1);
  }

  .\32xl\:border-l-lime-800\/15 {
    border-left-color: rgb(63 98 18 / 0.15);
  }

  .\32xl\:border-l-lime-800\/20 {
    border-left-color: rgb(63 98 18 / 0.2);
  }

  .\32xl\:border-l-lime-800\/25 {
    border-left-color: rgb(63 98 18 / 0.25);
  }

  .\32xl\:border-l-lime-800\/30 {
    border-left-color: rgb(63 98 18 / 0.3);
  }

  .\32xl\:border-l-lime-800\/35 {
    border-left-color: rgb(63 98 18 / 0.35);
  }

  .\32xl\:border-l-lime-800\/40 {
    border-left-color: rgb(63 98 18 / 0.4);
  }

  .\32xl\:border-l-lime-800\/45 {
    border-left-color: rgb(63 98 18 / 0.45);
  }

  .\32xl\:border-l-lime-800\/5 {
    border-left-color: rgb(63 98 18 / 0.05);
  }

  .\32xl\:border-l-lime-800\/50 {
    border-left-color: rgb(63 98 18 / 0.5);
  }

  .\32xl\:border-l-lime-800\/55 {
    border-left-color: rgb(63 98 18 / 0.55);
  }

  .\32xl\:border-l-lime-800\/60 {
    border-left-color: rgb(63 98 18 / 0.6);
  }

  .\32xl\:border-l-lime-800\/65 {
    border-left-color: rgb(63 98 18 / 0.65);
  }

  .\32xl\:border-l-lime-800\/70 {
    border-left-color: rgb(63 98 18 / 0.7);
  }

  .\32xl\:border-l-lime-800\/75 {
    border-left-color: rgb(63 98 18 / 0.75);
  }

  .\32xl\:border-l-lime-800\/80 {
    border-left-color: rgb(63 98 18 / 0.8);
  }

  .\32xl\:border-l-lime-800\/85 {
    border-left-color: rgb(63 98 18 / 0.85);
  }

  .\32xl\:border-l-lime-800\/90 {
    border-left-color: rgb(63 98 18 / 0.9);
  }

  .\32xl\:border-l-lime-800\/95 {
    border-left-color: rgb(63 98 18 / 0.95);
  }

  .\32xl\:border-l-lime-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-900\/0 {
    border-left-color: rgb(54 83 20 / 0);
  }

  .\32xl\:border-l-lime-900\/10 {
    border-left-color: rgb(54 83 20 / 0.1);
  }

  .\32xl\:border-l-lime-900\/100 {
    border-left-color: rgb(54 83 20 / 1);
  }

  .\32xl\:border-l-lime-900\/15 {
    border-left-color: rgb(54 83 20 / 0.15);
  }

  .\32xl\:border-l-lime-900\/20 {
    border-left-color: rgb(54 83 20 / 0.2);
  }

  .\32xl\:border-l-lime-900\/25 {
    border-left-color: rgb(54 83 20 / 0.25);
  }

  .\32xl\:border-l-lime-900\/30 {
    border-left-color: rgb(54 83 20 / 0.3);
  }

  .\32xl\:border-l-lime-900\/35 {
    border-left-color: rgb(54 83 20 / 0.35);
  }

  .\32xl\:border-l-lime-900\/40 {
    border-left-color: rgb(54 83 20 / 0.4);
  }

  .\32xl\:border-l-lime-900\/45 {
    border-left-color: rgb(54 83 20 / 0.45);
  }

  .\32xl\:border-l-lime-900\/5 {
    border-left-color: rgb(54 83 20 / 0.05);
  }

  .\32xl\:border-l-lime-900\/50 {
    border-left-color: rgb(54 83 20 / 0.5);
  }

  .\32xl\:border-l-lime-900\/55 {
    border-left-color: rgb(54 83 20 / 0.55);
  }

  .\32xl\:border-l-lime-900\/60 {
    border-left-color: rgb(54 83 20 / 0.6);
  }

  .\32xl\:border-l-lime-900\/65 {
    border-left-color: rgb(54 83 20 / 0.65);
  }

  .\32xl\:border-l-lime-900\/70 {
    border-left-color: rgb(54 83 20 / 0.7);
  }

  .\32xl\:border-l-lime-900\/75 {
    border-left-color: rgb(54 83 20 / 0.75);
  }

  .\32xl\:border-l-lime-900\/80 {
    border-left-color: rgb(54 83 20 / 0.8);
  }

  .\32xl\:border-l-lime-900\/85 {
    border-left-color: rgb(54 83 20 / 0.85);
  }

  .\32xl\:border-l-lime-900\/90 {
    border-left-color: rgb(54 83 20 / 0.9);
  }

  .\32xl\:border-l-lime-900\/95 {
    border-left-color: rgb(54 83 20 / 0.95);
  }

  .\32xl\:border-l-lime-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-lime-950\/0 {
    border-left-color: rgb(26 46 5 / 0);
  }

  .\32xl\:border-l-lime-950\/10 {
    border-left-color: rgb(26 46 5 / 0.1);
  }

  .\32xl\:border-l-lime-950\/100 {
    border-left-color: rgb(26 46 5 / 1);
  }

  .\32xl\:border-l-lime-950\/15 {
    border-left-color: rgb(26 46 5 / 0.15);
  }

  .\32xl\:border-l-lime-950\/20 {
    border-left-color: rgb(26 46 5 / 0.2);
  }

  .\32xl\:border-l-lime-950\/25 {
    border-left-color: rgb(26 46 5 / 0.25);
  }

  .\32xl\:border-l-lime-950\/30 {
    border-left-color: rgb(26 46 5 / 0.3);
  }

  .\32xl\:border-l-lime-950\/35 {
    border-left-color: rgb(26 46 5 / 0.35);
  }

  .\32xl\:border-l-lime-950\/40 {
    border-left-color: rgb(26 46 5 / 0.4);
  }

  .\32xl\:border-l-lime-950\/45 {
    border-left-color: rgb(26 46 5 / 0.45);
  }

  .\32xl\:border-l-lime-950\/5 {
    border-left-color: rgb(26 46 5 / 0.05);
  }

  .\32xl\:border-l-lime-950\/50 {
    border-left-color: rgb(26 46 5 / 0.5);
  }

  .\32xl\:border-l-lime-950\/55 {
    border-left-color: rgb(26 46 5 / 0.55);
  }

  .\32xl\:border-l-lime-950\/60 {
    border-left-color: rgb(26 46 5 / 0.6);
  }

  .\32xl\:border-l-lime-950\/65 {
    border-left-color: rgb(26 46 5 / 0.65);
  }

  .\32xl\:border-l-lime-950\/70 {
    border-left-color: rgb(26 46 5 / 0.7);
  }

  .\32xl\:border-l-lime-950\/75 {
    border-left-color: rgb(26 46 5 / 0.75);
  }

  .\32xl\:border-l-lime-950\/80 {
    border-left-color: rgb(26 46 5 / 0.8);
  }

  .\32xl\:border-l-lime-950\/85 {
    border-left-color: rgb(26 46 5 / 0.85);
  }

  .\32xl\:border-l-lime-950\/90 {
    border-left-color: rgb(26 46 5 / 0.9);
  }

  .\32xl\:border-l-lime-950\/95 {
    border-left-color: rgb(26 46 5 / 0.95);
  }

  .\32xl\:border-l-muted {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-muted-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-muted-foreground\/0 {
    border-left-color: hsl(var(--muted-foreground) / 0);
  }

  .\32xl\:border-l-muted-foreground\/10 {
    border-left-color: hsl(var(--muted-foreground) / 0.1);
  }

  .\32xl\:border-l-muted-foreground\/100 {
    border-left-color: hsl(var(--muted-foreground) / 1);
  }

  .\32xl\:border-l-muted-foreground\/15 {
    border-left-color: hsl(var(--muted-foreground) / 0.15);
  }

  .\32xl\:border-l-muted-foreground\/20 {
    border-left-color: hsl(var(--muted-foreground) / 0.2);
  }

  .\32xl\:border-l-muted-foreground\/25 {
    border-left-color: hsl(var(--muted-foreground) / 0.25);
  }

  .\32xl\:border-l-muted-foreground\/30 {
    border-left-color: hsl(var(--muted-foreground) / 0.3);
  }

  .\32xl\:border-l-muted-foreground\/35 {
    border-left-color: hsl(var(--muted-foreground) / 0.35);
  }

  .\32xl\:border-l-muted-foreground\/40 {
    border-left-color: hsl(var(--muted-foreground) / 0.4);
  }

  .\32xl\:border-l-muted-foreground\/45 {
    border-left-color: hsl(var(--muted-foreground) / 0.45);
  }

  .\32xl\:border-l-muted-foreground\/5 {
    border-left-color: hsl(var(--muted-foreground) / 0.05);
  }

  .\32xl\:border-l-muted-foreground\/50 {
    border-left-color: hsl(var(--muted-foreground) / 0.5);
  }

  .\32xl\:border-l-muted-foreground\/55 {
    border-left-color: hsl(var(--muted-foreground) / 0.55);
  }

  .\32xl\:border-l-muted-foreground\/60 {
    border-left-color: hsl(var(--muted-foreground) / 0.6);
  }

  .\32xl\:border-l-muted-foreground\/65 {
    border-left-color: hsl(var(--muted-foreground) / 0.65);
  }

  .\32xl\:border-l-muted-foreground\/70 {
    border-left-color: hsl(var(--muted-foreground) / 0.7);
  }

  .\32xl\:border-l-muted-foreground\/75 {
    border-left-color: hsl(var(--muted-foreground) / 0.75);
  }

  .\32xl\:border-l-muted-foreground\/80 {
    border-left-color: hsl(var(--muted-foreground) / 0.8);
  }

  .\32xl\:border-l-muted-foreground\/85 {
    border-left-color: hsl(var(--muted-foreground) / 0.85);
  }

  .\32xl\:border-l-muted-foreground\/90 {
    border-left-color: hsl(var(--muted-foreground) / 0.9);
  }

  .\32xl\:border-l-muted-foreground\/95 {
    border-left-color: hsl(var(--muted-foreground) / 0.95);
  }

  .\32xl\:border-l-muted\/0 {
    border-left-color: hsl(var(--muted) / 0);
  }

  .\32xl\:border-l-muted\/10 {
    border-left-color: hsl(var(--muted) / 0.1);
  }

  .\32xl\:border-l-muted\/100 {
    border-left-color: hsl(var(--muted) / 1);
  }

  .\32xl\:border-l-muted\/15 {
    border-left-color: hsl(var(--muted) / 0.15);
  }

  .\32xl\:border-l-muted\/20 {
    border-left-color: hsl(var(--muted) / 0.2);
  }

  .\32xl\:border-l-muted\/25 {
    border-left-color: hsl(var(--muted) / 0.25);
  }

  .\32xl\:border-l-muted\/30 {
    border-left-color: hsl(var(--muted) / 0.3);
  }

  .\32xl\:border-l-muted\/35 {
    border-left-color: hsl(var(--muted) / 0.35);
  }

  .\32xl\:border-l-muted\/40 {
    border-left-color: hsl(var(--muted) / 0.4);
  }

  .\32xl\:border-l-muted\/45 {
    border-left-color: hsl(var(--muted) / 0.45);
  }

  .\32xl\:border-l-muted\/5 {
    border-left-color: hsl(var(--muted) / 0.05);
  }

  .\32xl\:border-l-muted\/50 {
    border-left-color: hsl(var(--muted) / 0.5);
  }

  .\32xl\:border-l-muted\/55 {
    border-left-color: hsl(var(--muted) / 0.55);
  }

  .\32xl\:border-l-muted\/60 {
    border-left-color: hsl(var(--muted) / 0.6);
  }

  .\32xl\:border-l-muted\/65 {
    border-left-color: hsl(var(--muted) / 0.65);
  }

  .\32xl\:border-l-muted\/70 {
    border-left-color: hsl(var(--muted) / 0.7);
  }

  .\32xl\:border-l-muted\/75 {
    border-left-color: hsl(var(--muted) / 0.75);
  }

  .\32xl\:border-l-muted\/80 {
    border-left-color: hsl(var(--muted) / 0.8);
  }

  .\32xl\:border-l-muted\/85 {
    border-left-color: hsl(var(--muted) / 0.85);
  }

  .\32xl\:border-l-muted\/90 {
    border-left-color: hsl(var(--muted) / 0.9);
  }

  .\32xl\:border-l-muted\/95 {
    border-left-color: hsl(var(--muted) / 0.95);
  }

  .\32xl\:border-l-neutral-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-100\/0 {
    border-left-color: rgb(245 245 245 / 0);
  }

  .\32xl\:border-l-neutral-100\/10 {
    border-left-color: rgb(245 245 245 / 0.1);
  }

  .\32xl\:border-l-neutral-100\/100 {
    border-left-color: rgb(245 245 245 / 1);
  }

  .\32xl\:border-l-neutral-100\/15 {
    border-left-color: rgb(245 245 245 / 0.15);
  }

  .\32xl\:border-l-neutral-100\/20 {
    border-left-color: rgb(245 245 245 / 0.2);
  }

  .\32xl\:border-l-neutral-100\/25 {
    border-left-color: rgb(245 245 245 / 0.25);
  }

  .\32xl\:border-l-neutral-100\/30 {
    border-left-color: rgb(245 245 245 / 0.3);
  }

  .\32xl\:border-l-neutral-100\/35 {
    border-left-color: rgb(245 245 245 / 0.35);
  }

  .\32xl\:border-l-neutral-100\/40 {
    border-left-color: rgb(245 245 245 / 0.4);
  }

  .\32xl\:border-l-neutral-100\/45 {
    border-left-color: rgb(245 245 245 / 0.45);
  }

  .\32xl\:border-l-neutral-100\/5 {
    border-left-color: rgb(245 245 245 / 0.05);
  }

  .\32xl\:border-l-neutral-100\/50 {
    border-left-color: rgb(245 245 245 / 0.5);
  }

  .\32xl\:border-l-neutral-100\/55 {
    border-left-color: rgb(245 245 245 / 0.55);
  }

  .\32xl\:border-l-neutral-100\/60 {
    border-left-color: rgb(245 245 245 / 0.6);
  }

  .\32xl\:border-l-neutral-100\/65 {
    border-left-color: rgb(245 245 245 / 0.65);
  }

  .\32xl\:border-l-neutral-100\/70 {
    border-left-color: rgb(245 245 245 / 0.7);
  }

  .\32xl\:border-l-neutral-100\/75 {
    border-left-color: rgb(245 245 245 / 0.75);
  }

  .\32xl\:border-l-neutral-100\/80 {
    border-left-color: rgb(245 245 245 / 0.8);
  }

  .\32xl\:border-l-neutral-100\/85 {
    border-left-color: rgb(245 245 245 / 0.85);
  }

  .\32xl\:border-l-neutral-100\/90 {
    border-left-color: rgb(245 245 245 / 0.9);
  }

  .\32xl\:border-l-neutral-100\/95 {
    border-left-color: rgb(245 245 245 / 0.95);
  }

  .\32xl\:border-l-neutral-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-200\/0 {
    border-left-color: rgb(229 229 229 / 0);
  }

  .\32xl\:border-l-neutral-200\/10 {
    border-left-color: rgb(229 229 229 / 0.1);
  }

  .\32xl\:border-l-neutral-200\/100 {
    border-left-color: rgb(229 229 229 / 1);
  }

  .\32xl\:border-l-neutral-200\/15 {
    border-left-color: rgb(229 229 229 / 0.15);
  }

  .\32xl\:border-l-neutral-200\/20 {
    border-left-color: rgb(229 229 229 / 0.2);
  }

  .\32xl\:border-l-neutral-200\/25 {
    border-left-color: rgb(229 229 229 / 0.25);
  }

  .\32xl\:border-l-neutral-200\/30 {
    border-left-color: rgb(229 229 229 / 0.3);
  }

  .\32xl\:border-l-neutral-200\/35 {
    border-left-color: rgb(229 229 229 / 0.35);
  }

  .\32xl\:border-l-neutral-200\/40 {
    border-left-color: rgb(229 229 229 / 0.4);
  }

  .\32xl\:border-l-neutral-200\/45 {
    border-left-color: rgb(229 229 229 / 0.45);
  }

  .\32xl\:border-l-neutral-200\/5 {
    border-left-color: rgb(229 229 229 / 0.05);
  }

  .\32xl\:border-l-neutral-200\/50 {
    border-left-color: rgb(229 229 229 / 0.5);
  }

  .\32xl\:border-l-neutral-200\/55 {
    border-left-color: rgb(229 229 229 / 0.55);
  }

  .\32xl\:border-l-neutral-200\/60 {
    border-left-color: rgb(229 229 229 / 0.6);
  }

  .\32xl\:border-l-neutral-200\/65 {
    border-left-color: rgb(229 229 229 / 0.65);
  }

  .\32xl\:border-l-neutral-200\/70 {
    border-left-color: rgb(229 229 229 / 0.7);
  }

  .\32xl\:border-l-neutral-200\/75 {
    border-left-color: rgb(229 229 229 / 0.75);
  }

  .\32xl\:border-l-neutral-200\/80 {
    border-left-color: rgb(229 229 229 / 0.8);
  }

  .\32xl\:border-l-neutral-200\/85 {
    border-left-color: rgb(229 229 229 / 0.85);
  }

  .\32xl\:border-l-neutral-200\/90 {
    border-left-color: rgb(229 229 229 / 0.9);
  }

  .\32xl\:border-l-neutral-200\/95 {
    border-left-color: rgb(229 229 229 / 0.95);
  }

  .\32xl\:border-l-neutral-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-300\/0 {
    border-left-color: rgb(212 212 212 / 0);
  }

  .\32xl\:border-l-neutral-300\/10 {
    border-left-color: rgb(212 212 212 / 0.1);
  }

  .\32xl\:border-l-neutral-300\/100 {
    border-left-color: rgb(212 212 212 / 1);
  }

  .\32xl\:border-l-neutral-300\/15 {
    border-left-color: rgb(212 212 212 / 0.15);
  }

  .\32xl\:border-l-neutral-300\/20 {
    border-left-color: rgb(212 212 212 / 0.2);
  }

  .\32xl\:border-l-neutral-300\/25 {
    border-left-color: rgb(212 212 212 / 0.25);
  }

  .\32xl\:border-l-neutral-300\/30 {
    border-left-color: rgb(212 212 212 / 0.3);
  }

  .\32xl\:border-l-neutral-300\/35 {
    border-left-color: rgb(212 212 212 / 0.35);
  }

  .\32xl\:border-l-neutral-300\/40 {
    border-left-color: rgb(212 212 212 / 0.4);
  }

  .\32xl\:border-l-neutral-300\/45 {
    border-left-color: rgb(212 212 212 / 0.45);
  }

  .\32xl\:border-l-neutral-300\/5 {
    border-left-color: rgb(212 212 212 / 0.05);
  }

  .\32xl\:border-l-neutral-300\/50 {
    border-left-color: rgb(212 212 212 / 0.5);
  }

  .\32xl\:border-l-neutral-300\/55 {
    border-left-color: rgb(212 212 212 / 0.55);
  }

  .\32xl\:border-l-neutral-300\/60 {
    border-left-color: rgb(212 212 212 / 0.6);
  }

  .\32xl\:border-l-neutral-300\/65 {
    border-left-color: rgb(212 212 212 / 0.65);
  }

  .\32xl\:border-l-neutral-300\/70 {
    border-left-color: rgb(212 212 212 / 0.7);
  }

  .\32xl\:border-l-neutral-300\/75 {
    border-left-color: rgb(212 212 212 / 0.75);
  }

  .\32xl\:border-l-neutral-300\/80 {
    border-left-color: rgb(212 212 212 / 0.8);
  }

  .\32xl\:border-l-neutral-300\/85 {
    border-left-color: rgb(212 212 212 / 0.85);
  }

  .\32xl\:border-l-neutral-300\/90 {
    border-left-color: rgb(212 212 212 / 0.9);
  }

  .\32xl\:border-l-neutral-300\/95 {
    border-left-color: rgb(212 212 212 / 0.95);
  }

  .\32xl\:border-l-neutral-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-400\/0 {
    border-left-color: rgb(163 163 163 / 0);
  }

  .\32xl\:border-l-neutral-400\/10 {
    border-left-color: rgb(163 163 163 / 0.1);
  }

  .\32xl\:border-l-neutral-400\/100 {
    border-left-color: rgb(163 163 163 / 1);
  }

  .\32xl\:border-l-neutral-400\/15 {
    border-left-color: rgb(163 163 163 / 0.15);
  }

  .\32xl\:border-l-neutral-400\/20 {
    border-left-color: rgb(163 163 163 / 0.2);
  }

  .\32xl\:border-l-neutral-400\/25 {
    border-left-color: rgb(163 163 163 / 0.25);
  }

  .\32xl\:border-l-neutral-400\/30 {
    border-left-color: rgb(163 163 163 / 0.3);
  }

  .\32xl\:border-l-neutral-400\/35 {
    border-left-color: rgb(163 163 163 / 0.35);
  }

  .\32xl\:border-l-neutral-400\/40 {
    border-left-color: rgb(163 163 163 / 0.4);
  }

  .\32xl\:border-l-neutral-400\/45 {
    border-left-color: rgb(163 163 163 / 0.45);
  }

  .\32xl\:border-l-neutral-400\/5 {
    border-left-color: rgb(163 163 163 / 0.05);
  }

  .\32xl\:border-l-neutral-400\/50 {
    border-left-color: rgb(163 163 163 / 0.5);
  }

  .\32xl\:border-l-neutral-400\/55 {
    border-left-color: rgb(163 163 163 / 0.55);
  }

  .\32xl\:border-l-neutral-400\/60 {
    border-left-color: rgb(163 163 163 / 0.6);
  }

  .\32xl\:border-l-neutral-400\/65 {
    border-left-color: rgb(163 163 163 / 0.65);
  }

  .\32xl\:border-l-neutral-400\/70 {
    border-left-color: rgb(163 163 163 / 0.7);
  }

  .\32xl\:border-l-neutral-400\/75 {
    border-left-color: rgb(163 163 163 / 0.75);
  }

  .\32xl\:border-l-neutral-400\/80 {
    border-left-color: rgb(163 163 163 / 0.8);
  }

  .\32xl\:border-l-neutral-400\/85 {
    border-left-color: rgb(163 163 163 / 0.85);
  }

  .\32xl\:border-l-neutral-400\/90 {
    border-left-color: rgb(163 163 163 / 0.9);
  }

  .\32xl\:border-l-neutral-400\/95 {
    border-left-color: rgb(163 163 163 / 0.95);
  }

  .\32xl\:border-l-neutral-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-l-neutral-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-l-neutral-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-l-neutral-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-l-neutral-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-l-neutral-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-l-neutral-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-l-neutral-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-l-neutral-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-l-neutral-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-l-neutral-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-l-neutral-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-l-neutral-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-l-neutral-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-l-neutral-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-l-neutral-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-l-neutral-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-l-neutral-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-l-neutral-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-l-neutral-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-l-neutral-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-l-neutral-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-500\/0 {
    border-left-color: rgb(115 115 115 / 0);
  }

  .\32xl\:border-l-neutral-500\/10 {
    border-left-color: rgb(115 115 115 / 0.1);
  }

  .\32xl\:border-l-neutral-500\/100 {
    border-left-color: rgb(115 115 115 / 1);
  }

  .\32xl\:border-l-neutral-500\/15 {
    border-left-color: rgb(115 115 115 / 0.15);
  }

  .\32xl\:border-l-neutral-500\/20 {
    border-left-color: rgb(115 115 115 / 0.2);
  }

  .\32xl\:border-l-neutral-500\/25 {
    border-left-color: rgb(115 115 115 / 0.25);
  }

  .\32xl\:border-l-neutral-500\/30 {
    border-left-color: rgb(115 115 115 / 0.3);
  }

  .\32xl\:border-l-neutral-500\/35 {
    border-left-color: rgb(115 115 115 / 0.35);
  }

  .\32xl\:border-l-neutral-500\/40 {
    border-left-color: rgb(115 115 115 / 0.4);
  }

  .\32xl\:border-l-neutral-500\/45 {
    border-left-color: rgb(115 115 115 / 0.45);
  }

  .\32xl\:border-l-neutral-500\/5 {
    border-left-color: rgb(115 115 115 / 0.05);
  }

  .\32xl\:border-l-neutral-500\/50 {
    border-left-color: rgb(115 115 115 / 0.5);
  }

  .\32xl\:border-l-neutral-500\/55 {
    border-left-color: rgb(115 115 115 / 0.55);
  }

  .\32xl\:border-l-neutral-500\/60 {
    border-left-color: rgb(115 115 115 / 0.6);
  }

  .\32xl\:border-l-neutral-500\/65 {
    border-left-color: rgb(115 115 115 / 0.65);
  }

  .\32xl\:border-l-neutral-500\/70 {
    border-left-color: rgb(115 115 115 / 0.7);
  }

  .\32xl\:border-l-neutral-500\/75 {
    border-left-color: rgb(115 115 115 / 0.75);
  }

  .\32xl\:border-l-neutral-500\/80 {
    border-left-color: rgb(115 115 115 / 0.8);
  }

  .\32xl\:border-l-neutral-500\/85 {
    border-left-color: rgb(115 115 115 / 0.85);
  }

  .\32xl\:border-l-neutral-500\/90 {
    border-left-color: rgb(115 115 115 / 0.9);
  }

  .\32xl\:border-l-neutral-500\/95 {
    border-left-color: rgb(115 115 115 / 0.95);
  }

  .\32xl\:border-l-neutral-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-600\/0 {
    border-left-color: rgb(82 82 82 / 0);
  }

  .\32xl\:border-l-neutral-600\/10 {
    border-left-color: rgb(82 82 82 / 0.1);
  }

  .\32xl\:border-l-neutral-600\/100 {
    border-left-color: rgb(82 82 82 / 1);
  }

  .\32xl\:border-l-neutral-600\/15 {
    border-left-color: rgb(82 82 82 / 0.15);
  }

  .\32xl\:border-l-neutral-600\/20 {
    border-left-color: rgb(82 82 82 / 0.2);
  }

  .\32xl\:border-l-neutral-600\/25 {
    border-left-color: rgb(82 82 82 / 0.25);
  }

  .\32xl\:border-l-neutral-600\/30 {
    border-left-color: rgb(82 82 82 / 0.3);
  }

  .\32xl\:border-l-neutral-600\/35 {
    border-left-color: rgb(82 82 82 / 0.35);
  }

  .\32xl\:border-l-neutral-600\/40 {
    border-left-color: rgb(82 82 82 / 0.4);
  }

  .\32xl\:border-l-neutral-600\/45 {
    border-left-color: rgb(82 82 82 / 0.45);
  }

  .\32xl\:border-l-neutral-600\/5 {
    border-left-color: rgb(82 82 82 / 0.05);
  }

  .\32xl\:border-l-neutral-600\/50 {
    border-left-color: rgb(82 82 82 / 0.5);
  }

  .\32xl\:border-l-neutral-600\/55 {
    border-left-color: rgb(82 82 82 / 0.55);
  }

  .\32xl\:border-l-neutral-600\/60 {
    border-left-color: rgb(82 82 82 / 0.6);
  }

  .\32xl\:border-l-neutral-600\/65 {
    border-left-color: rgb(82 82 82 / 0.65);
  }

  .\32xl\:border-l-neutral-600\/70 {
    border-left-color: rgb(82 82 82 / 0.7);
  }

  .\32xl\:border-l-neutral-600\/75 {
    border-left-color: rgb(82 82 82 / 0.75);
  }

  .\32xl\:border-l-neutral-600\/80 {
    border-left-color: rgb(82 82 82 / 0.8);
  }

  .\32xl\:border-l-neutral-600\/85 {
    border-left-color: rgb(82 82 82 / 0.85);
  }

  .\32xl\:border-l-neutral-600\/90 {
    border-left-color: rgb(82 82 82 / 0.9);
  }

  .\32xl\:border-l-neutral-600\/95 {
    border-left-color: rgb(82 82 82 / 0.95);
  }

  .\32xl\:border-l-neutral-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-700\/0 {
    border-left-color: rgb(64 64 64 / 0);
  }

  .\32xl\:border-l-neutral-700\/10 {
    border-left-color: rgb(64 64 64 / 0.1);
  }

  .\32xl\:border-l-neutral-700\/100 {
    border-left-color: rgb(64 64 64 / 1);
  }

  .\32xl\:border-l-neutral-700\/15 {
    border-left-color: rgb(64 64 64 / 0.15);
  }

  .\32xl\:border-l-neutral-700\/20 {
    border-left-color: rgb(64 64 64 / 0.2);
  }

  .\32xl\:border-l-neutral-700\/25 {
    border-left-color: rgb(64 64 64 / 0.25);
  }

  .\32xl\:border-l-neutral-700\/30 {
    border-left-color: rgb(64 64 64 / 0.3);
  }

  .\32xl\:border-l-neutral-700\/35 {
    border-left-color: rgb(64 64 64 / 0.35);
  }

  .\32xl\:border-l-neutral-700\/40 {
    border-left-color: rgb(64 64 64 / 0.4);
  }

  .\32xl\:border-l-neutral-700\/45 {
    border-left-color: rgb(64 64 64 / 0.45);
  }

  .\32xl\:border-l-neutral-700\/5 {
    border-left-color: rgb(64 64 64 / 0.05);
  }

  .\32xl\:border-l-neutral-700\/50 {
    border-left-color: rgb(64 64 64 / 0.5);
  }

  .\32xl\:border-l-neutral-700\/55 {
    border-left-color: rgb(64 64 64 / 0.55);
  }

  .\32xl\:border-l-neutral-700\/60 {
    border-left-color: rgb(64 64 64 / 0.6);
  }

  .\32xl\:border-l-neutral-700\/65 {
    border-left-color: rgb(64 64 64 / 0.65);
  }

  .\32xl\:border-l-neutral-700\/70 {
    border-left-color: rgb(64 64 64 / 0.7);
  }

  .\32xl\:border-l-neutral-700\/75 {
    border-left-color: rgb(64 64 64 / 0.75);
  }

  .\32xl\:border-l-neutral-700\/80 {
    border-left-color: rgb(64 64 64 / 0.8);
  }

  .\32xl\:border-l-neutral-700\/85 {
    border-left-color: rgb(64 64 64 / 0.85);
  }

  .\32xl\:border-l-neutral-700\/90 {
    border-left-color: rgb(64 64 64 / 0.9);
  }

  .\32xl\:border-l-neutral-700\/95 {
    border-left-color: rgb(64 64 64 / 0.95);
  }

  .\32xl\:border-l-neutral-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-800\/0 {
    border-left-color: rgb(38 38 38 / 0);
  }

  .\32xl\:border-l-neutral-800\/10 {
    border-left-color: rgb(38 38 38 / 0.1);
  }

  .\32xl\:border-l-neutral-800\/100 {
    border-left-color: rgb(38 38 38 / 1);
  }

  .\32xl\:border-l-neutral-800\/15 {
    border-left-color: rgb(38 38 38 / 0.15);
  }

  .\32xl\:border-l-neutral-800\/20 {
    border-left-color: rgb(38 38 38 / 0.2);
  }

  .\32xl\:border-l-neutral-800\/25 {
    border-left-color: rgb(38 38 38 / 0.25);
  }

  .\32xl\:border-l-neutral-800\/30 {
    border-left-color: rgb(38 38 38 / 0.3);
  }

  .\32xl\:border-l-neutral-800\/35 {
    border-left-color: rgb(38 38 38 / 0.35);
  }

  .\32xl\:border-l-neutral-800\/40 {
    border-left-color: rgb(38 38 38 / 0.4);
  }

  .\32xl\:border-l-neutral-800\/45 {
    border-left-color: rgb(38 38 38 / 0.45);
  }

  .\32xl\:border-l-neutral-800\/5 {
    border-left-color: rgb(38 38 38 / 0.05);
  }

  .\32xl\:border-l-neutral-800\/50 {
    border-left-color: rgb(38 38 38 / 0.5);
  }

  .\32xl\:border-l-neutral-800\/55 {
    border-left-color: rgb(38 38 38 / 0.55);
  }

  .\32xl\:border-l-neutral-800\/60 {
    border-left-color: rgb(38 38 38 / 0.6);
  }

  .\32xl\:border-l-neutral-800\/65 {
    border-left-color: rgb(38 38 38 / 0.65);
  }

  .\32xl\:border-l-neutral-800\/70 {
    border-left-color: rgb(38 38 38 / 0.7);
  }

  .\32xl\:border-l-neutral-800\/75 {
    border-left-color: rgb(38 38 38 / 0.75);
  }

  .\32xl\:border-l-neutral-800\/80 {
    border-left-color: rgb(38 38 38 / 0.8);
  }

  .\32xl\:border-l-neutral-800\/85 {
    border-left-color: rgb(38 38 38 / 0.85);
  }

  .\32xl\:border-l-neutral-800\/90 {
    border-left-color: rgb(38 38 38 / 0.9);
  }

  .\32xl\:border-l-neutral-800\/95 {
    border-left-color: rgb(38 38 38 / 0.95);
  }

  .\32xl\:border-l-neutral-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-900\/0 {
    border-left-color: rgb(23 23 23 / 0);
  }

  .\32xl\:border-l-neutral-900\/10 {
    border-left-color: rgb(23 23 23 / 0.1);
  }

  .\32xl\:border-l-neutral-900\/100 {
    border-left-color: rgb(23 23 23 / 1);
  }

  .\32xl\:border-l-neutral-900\/15 {
    border-left-color: rgb(23 23 23 / 0.15);
  }

  .\32xl\:border-l-neutral-900\/20 {
    border-left-color: rgb(23 23 23 / 0.2);
  }

  .\32xl\:border-l-neutral-900\/25 {
    border-left-color: rgb(23 23 23 / 0.25);
  }

  .\32xl\:border-l-neutral-900\/30 {
    border-left-color: rgb(23 23 23 / 0.3);
  }

  .\32xl\:border-l-neutral-900\/35 {
    border-left-color: rgb(23 23 23 / 0.35);
  }

  .\32xl\:border-l-neutral-900\/40 {
    border-left-color: rgb(23 23 23 / 0.4);
  }

  .\32xl\:border-l-neutral-900\/45 {
    border-left-color: rgb(23 23 23 / 0.45);
  }

  .\32xl\:border-l-neutral-900\/5 {
    border-left-color: rgb(23 23 23 / 0.05);
  }

  .\32xl\:border-l-neutral-900\/50 {
    border-left-color: rgb(23 23 23 / 0.5);
  }

  .\32xl\:border-l-neutral-900\/55 {
    border-left-color: rgb(23 23 23 / 0.55);
  }

  .\32xl\:border-l-neutral-900\/60 {
    border-left-color: rgb(23 23 23 / 0.6);
  }

  .\32xl\:border-l-neutral-900\/65 {
    border-left-color: rgb(23 23 23 / 0.65);
  }

  .\32xl\:border-l-neutral-900\/70 {
    border-left-color: rgb(23 23 23 / 0.7);
  }

  .\32xl\:border-l-neutral-900\/75 {
    border-left-color: rgb(23 23 23 / 0.75);
  }

  .\32xl\:border-l-neutral-900\/80 {
    border-left-color: rgb(23 23 23 / 0.8);
  }

  .\32xl\:border-l-neutral-900\/85 {
    border-left-color: rgb(23 23 23 / 0.85);
  }

  .\32xl\:border-l-neutral-900\/90 {
    border-left-color: rgb(23 23 23 / 0.9);
  }

  .\32xl\:border-l-neutral-900\/95 {
    border-left-color: rgb(23 23 23 / 0.95);
  }

  .\32xl\:border-l-neutral-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-neutral-950\/0 {
    border-left-color: rgb(10 10 10 / 0);
  }

  .\32xl\:border-l-neutral-950\/10 {
    border-left-color: rgb(10 10 10 / 0.1);
  }

  .\32xl\:border-l-neutral-950\/100 {
    border-left-color: rgb(10 10 10 / 1);
  }

  .\32xl\:border-l-neutral-950\/15 {
    border-left-color: rgb(10 10 10 / 0.15);
  }

  .\32xl\:border-l-neutral-950\/20 {
    border-left-color: rgb(10 10 10 / 0.2);
  }

  .\32xl\:border-l-neutral-950\/25 {
    border-left-color: rgb(10 10 10 / 0.25);
  }

  .\32xl\:border-l-neutral-950\/30 {
    border-left-color: rgb(10 10 10 / 0.3);
  }

  .\32xl\:border-l-neutral-950\/35 {
    border-left-color: rgb(10 10 10 / 0.35);
  }

  .\32xl\:border-l-neutral-950\/40 {
    border-left-color: rgb(10 10 10 / 0.4);
  }

  .\32xl\:border-l-neutral-950\/45 {
    border-left-color: rgb(10 10 10 / 0.45);
  }

  .\32xl\:border-l-neutral-950\/5 {
    border-left-color: rgb(10 10 10 / 0.05);
  }

  .\32xl\:border-l-neutral-950\/50 {
    border-left-color: rgb(10 10 10 / 0.5);
  }

  .\32xl\:border-l-neutral-950\/55 {
    border-left-color: rgb(10 10 10 / 0.55);
  }

  .\32xl\:border-l-neutral-950\/60 {
    border-left-color: rgb(10 10 10 / 0.6);
  }

  .\32xl\:border-l-neutral-950\/65 {
    border-left-color: rgb(10 10 10 / 0.65);
  }

  .\32xl\:border-l-neutral-950\/70 {
    border-left-color: rgb(10 10 10 / 0.7);
  }

  .\32xl\:border-l-neutral-950\/75 {
    border-left-color: rgb(10 10 10 / 0.75);
  }

  .\32xl\:border-l-neutral-950\/80 {
    border-left-color: rgb(10 10 10 / 0.8);
  }

  .\32xl\:border-l-neutral-950\/85 {
    border-left-color: rgb(10 10 10 / 0.85);
  }

  .\32xl\:border-l-neutral-950\/90 {
    border-left-color: rgb(10 10 10 / 0.9);
  }

  .\32xl\:border-l-neutral-950\/95 {
    border-left-color: rgb(10 10 10 / 0.95);
  }

  .\32xl\:border-l-orange-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-100\/0 {
    border-left-color: rgb(255 237 213 / 0);
  }

  .\32xl\:border-l-orange-100\/10 {
    border-left-color: rgb(255 237 213 / 0.1);
  }

  .\32xl\:border-l-orange-100\/100 {
    border-left-color: rgb(255 237 213 / 1);
  }

  .\32xl\:border-l-orange-100\/15 {
    border-left-color: rgb(255 237 213 / 0.15);
  }

  .\32xl\:border-l-orange-100\/20 {
    border-left-color: rgb(255 237 213 / 0.2);
  }

  .\32xl\:border-l-orange-100\/25 {
    border-left-color: rgb(255 237 213 / 0.25);
  }

  .\32xl\:border-l-orange-100\/30 {
    border-left-color: rgb(255 237 213 / 0.3);
  }

  .\32xl\:border-l-orange-100\/35 {
    border-left-color: rgb(255 237 213 / 0.35);
  }

  .\32xl\:border-l-orange-100\/40 {
    border-left-color: rgb(255 237 213 / 0.4);
  }

  .\32xl\:border-l-orange-100\/45 {
    border-left-color: rgb(255 237 213 / 0.45);
  }

  .\32xl\:border-l-orange-100\/5 {
    border-left-color: rgb(255 237 213 / 0.05);
  }

  .\32xl\:border-l-orange-100\/50 {
    border-left-color: rgb(255 237 213 / 0.5);
  }

  .\32xl\:border-l-orange-100\/55 {
    border-left-color: rgb(255 237 213 / 0.55);
  }

  .\32xl\:border-l-orange-100\/60 {
    border-left-color: rgb(255 237 213 / 0.6);
  }

  .\32xl\:border-l-orange-100\/65 {
    border-left-color: rgb(255 237 213 / 0.65);
  }

  .\32xl\:border-l-orange-100\/70 {
    border-left-color: rgb(255 237 213 / 0.7);
  }

  .\32xl\:border-l-orange-100\/75 {
    border-left-color: rgb(255 237 213 / 0.75);
  }

  .\32xl\:border-l-orange-100\/80 {
    border-left-color: rgb(255 237 213 / 0.8);
  }

  .\32xl\:border-l-orange-100\/85 {
    border-left-color: rgb(255 237 213 / 0.85);
  }

  .\32xl\:border-l-orange-100\/90 {
    border-left-color: rgb(255 237 213 / 0.9);
  }

  .\32xl\:border-l-orange-100\/95 {
    border-left-color: rgb(255 237 213 / 0.95);
  }

  .\32xl\:border-l-orange-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-200\/0 {
    border-left-color: rgb(254 215 170 / 0);
  }

  .\32xl\:border-l-orange-200\/10 {
    border-left-color: rgb(254 215 170 / 0.1);
  }

  .\32xl\:border-l-orange-200\/100 {
    border-left-color: rgb(254 215 170 / 1);
  }

  .\32xl\:border-l-orange-200\/15 {
    border-left-color: rgb(254 215 170 / 0.15);
  }

  .\32xl\:border-l-orange-200\/20 {
    border-left-color: rgb(254 215 170 / 0.2);
  }

  .\32xl\:border-l-orange-200\/25 {
    border-left-color: rgb(254 215 170 / 0.25);
  }

  .\32xl\:border-l-orange-200\/30 {
    border-left-color: rgb(254 215 170 / 0.3);
  }

  .\32xl\:border-l-orange-200\/35 {
    border-left-color: rgb(254 215 170 / 0.35);
  }

  .\32xl\:border-l-orange-200\/40 {
    border-left-color: rgb(254 215 170 / 0.4);
  }

  .\32xl\:border-l-orange-200\/45 {
    border-left-color: rgb(254 215 170 / 0.45);
  }

  .\32xl\:border-l-orange-200\/5 {
    border-left-color: rgb(254 215 170 / 0.05);
  }

  .\32xl\:border-l-orange-200\/50 {
    border-left-color: rgb(254 215 170 / 0.5);
  }

  .\32xl\:border-l-orange-200\/55 {
    border-left-color: rgb(254 215 170 / 0.55);
  }

  .\32xl\:border-l-orange-200\/60 {
    border-left-color: rgb(254 215 170 / 0.6);
  }

  .\32xl\:border-l-orange-200\/65 {
    border-left-color: rgb(254 215 170 / 0.65);
  }

  .\32xl\:border-l-orange-200\/70 {
    border-left-color: rgb(254 215 170 / 0.7);
  }

  .\32xl\:border-l-orange-200\/75 {
    border-left-color: rgb(254 215 170 / 0.75);
  }

  .\32xl\:border-l-orange-200\/80 {
    border-left-color: rgb(254 215 170 / 0.8);
  }

  .\32xl\:border-l-orange-200\/85 {
    border-left-color: rgb(254 215 170 / 0.85);
  }

  .\32xl\:border-l-orange-200\/90 {
    border-left-color: rgb(254 215 170 / 0.9);
  }

  .\32xl\:border-l-orange-200\/95 {
    border-left-color: rgb(254 215 170 / 0.95);
  }

  .\32xl\:border-l-orange-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-300\/0 {
    border-left-color: rgb(253 186 116 / 0);
  }

  .\32xl\:border-l-orange-300\/10 {
    border-left-color: rgb(253 186 116 / 0.1);
  }

  .\32xl\:border-l-orange-300\/100 {
    border-left-color: rgb(253 186 116 / 1);
  }

  .\32xl\:border-l-orange-300\/15 {
    border-left-color: rgb(253 186 116 / 0.15);
  }

  .\32xl\:border-l-orange-300\/20 {
    border-left-color: rgb(253 186 116 / 0.2);
  }

  .\32xl\:border-l-orange-300\/25 {
    border-left-color: rgb(253 186 116 / 0.25);
  }

  .\32xl\:border-l-orange-300\/30 {
    border-left-color: rgb(253 186 116 / 0.3);
  }

  .\32xl\:border-l-orange-300\/35 {
    border-left-color: rgb(253 186 116 / 0.35);
  }

  .\32xl\:border-l-orange-300\/40 {
    border-left-color: rgb(253 186 116 / 0.4);
  }

  .\32xl\:border-l-orange-300\/45 {
    border-left-color: rgb(253 186 116 / 0.45);
  }

  .\32xl\:border-l-orange-300\/5 {
    border-left-color: rgb(253 186 116 / 0.05);
  }

  .\32xl\:border-l-orange-300\/50 {
    border-left-color: rgb(253 186 116 / 0.5);
  }

  .\32xl\:border-l-orange-300\/55 {
    border-left-color: rgb(253 186 116 / 0.55);
  }

  .\32xl\:border-l-orange-300\/60 {
    border-left-color: rgb(253 186 116 / 0.6);
  }

  .\32xl\:border-l-orange-300\/65 {
    border-left-color: rgb(253 186 116 / 0.65);
  }

  .\32xl\:border-l-orange-300\/70 {
    border-left-color: rgb(253 186 116 / 0.7);
  }

  .\32xl\:border-l-orange-300\/75 {
    border-left-color: rgb(253 186 116 / 0.75);
  }

  .\32xl\:border-l-orange-300\/80 {
    border-left-color: rgb(253 186 116 / 0.8);
  }

  .\32xl\:border-l-orange-300\/85 {
    border-left-color: rgb(253 186 116 / 0.85);
  }

  .\32xl\:border-l-orange-300\/90 {
    border-left-color: rgb(253 186 116 / 0.9);
  }

  .\32xl\:border-l-orange-300\/95 {
    border-left-color: rgb(253 186 116 / 0.95);
  }

  .\32xl\:border-l-orange-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-400\/0 {
    border-left-color: rgb(251 146 60 / 0);
  }

  .\32xl\:border-l-orange-400\/10 {
    border-left-color: rgb(251 146 60 / 0.1);
  }

  .\32xl\:border-l-orange-400\/100 {
    border-left-color: rgb(251 146 60 / 1);
  }

  .\32xl\:border-l-orange-400\/15 {
    border-left-color: rgb(251 146 60 / 0.15);
  }

  .\32xl\:border-l-orange-400\/20 {
    border-left-color: rgb(251 146 60 / 0.2);
  }

  .\32xl\:border-l-orange-400\/25 {
    border-left-color: rgb(251 146 60 / 0.25);
  }

  .\32xl\:border-l-orange-400\/30 {
    border-left-color: rgb(251 146 60 / 0.3);
  }

  .\32xl\:border-l-orange-400\/35 {
    border-left-color: rgb(251 146 60 / 0.35);
  }

  .\32xl\:border-l-orange-400\/40 {
    border-left-color: rgb(251 146 60 / 0.4);
  }

  .\32xl\:border-l-orange-400\/45 {
    border-left-color: rgb(251 146 60 / 0.45);
  }

  .\32xl\:border-l-orange-400\/5 {
    border-left-color: rgb(251 146 60 / 0.05);
  }

  .\32xl\:border-l-orange-400\/50 {
    border-left-color: rgb(251 146 60 / 0.5);
  }

  .\32xl\:border-l-orange-400\/55 {
    border-left-color: rgb(251 146 60 / 0.55);
  }

  .\32xl\:border-l-orange-400\/60 {
    border-left-color: rgb(251 146 60 / 0.6);
  }

  .\32xl\:border-l-orange-400\/65 {
    border-left-color: rgb(251 146 60 / 0.65);
  }

  .\32xl\:border-l-orange-400\/70 {
    border-left-color: rgb(251 146 60 / 0.7);
  }

  .\32xl\:border-l-orange-400\/75 {
    border-left-color: rgb(251 146 60 / 0.75);
  }

  .\32xl\:border-l-orange-400\/80 {
    border-left-color: rgb(251 146 60 / 0.8);
  }

  .\32xl\:border-l-orange-400\/85 {
    border-left-color: rgb(251 146 60 / 0.85);
  }

  .\32xl\:border-l-orange-400\/90 {
    border-left-color: rgb(251 146 60 / 0.9);
  }

  .\32xl\:border-l-orange-400\/95 {
    border-left-color: rgb(251 146 60 / 0.95);
  }

  .\32xl\:border-l-orange-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-50\/0 {
    border-left-color: rgb(255 247 237 / 0);
  }

  .\32xl\:border-l-orange-50\/10 {
    border-left-color: rgb(255 247 237 / 0.1);
  }

  .\32xl\:border-l-orange-50\/100 {
    border-left-color: rgb(255 247 237 / 1);
  }

  .\32xl\:border-l-orange-50\/15 {
    border-left-color: rgb(255 247 237 / 0.15);
  }

  .\32xl\:border-l-orange-50\/20 {
    border-left-color: rgb(255 247 237 / 0.2);
  }

  .\32xl\:border-l-orange-50\/25 {
    border-left-color: rgb(255 247 237 / 0.25);
  }

  .\32xl\:border-l-orange-50\/30 {
    border-left-color: rgb(255 247 237 / 0.3);
  }

  .\32xl\:border-l-orange-50\/35 {
    border-left-color: rgb(255 247 237 / 0.35);
  }

  .\32xl\:border-l-orange-50\/40 {
    border-left-color: rgb(255 247 237 / 0.4);
  }

  .\32xl\:border-l-orange-50\/45 {
    border-left-color: rgb(255 247 237 / 0.45);
  }

  .\32xl\:border-l-orange-50\/5 {
    border-left-color: rgb(255 247 237 / 0.05);
  }

  .\32xl\:border-l-orange-50\/50 {
    border-left-color: rgb(255 247 237 / 0.5);
  }

  .\32xl\:border-l-orange-50\/55 {
    border-left-color: rgb(255 247 237 / 0.55);
  }

  .\32xl\:border-l-orange-50\/60 {
    border-left-color: rgb(255 247 237 / 0.6);
  }

  .\32xl\:border-l-orange-50\/65 {
    border-left-color: rgb(255 247 237 / 0.65);
  }

  .\32xl\:border-l-orange-50\/70 {
    border-left-color: rgb(255 247 237 / 0.7);
  }

  .\32xl\:border-l-orange-50\/75 {
    border-left-color: rgb(255 247 237 / 0.75);
  }

  .\32xl\:border-l-orange-50\/80 {
    border-left-color: rgb(255 247 237 / 0.8);
  }

  .\32xl\:border-l-orange-50\/85 {
    border-left-color: rgb(255 247 237 / 0.85);
  }

  .\32xl\:border-l-orange-50\/90 {
    border-left-color: rgb(255 247 237 / 0.9);
  }

  .\32xl\:border-l-orange-50\/95 {
    border-left-color: rgb(255 247 237 / 0.95);
  }

  .\32xl\:border-l-orange-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-500\/0 {
    border-left-color: rgb(249 115 22 / 0);
  }

  .\32xl\:border-l-orange-500\/10 {
    border-left-color: rgb(249 115 22 / 0.1);
  }

  .\32xl\:border-l-orange-500\/100 {
    border-left-color: rgb(249 115 22 / 1);
  }

  .\32xl\:border-l-orange-500\/15 {
    border-left-color: rgb(249 115 22 / 0.15);
  }

  .\32xl\:border-l-orange-500\/20 {
    border-left-color: rgb(249 115 22 / 0.2);
  }

  .\32xl\:border-l-orange-500\/25 {
    border-left-color: rgb(249 115 22 / 0.25);
  }

  .\32xl\:border-l-orange-500\/30 {
    border-left-color: rgb(249 115 22 / 0.3);
  }

  .\32xl\:border-l-orange-500\/35 {
    border-left-color: rgb(249 115 22 / 0.35);
  }

  .\32xl\:border-l-orange-500\/40 {
    border-left-color: rgb(249 115 22 / 0.4);
  }

  .\32xl\:border-l-orange-500\/45 {
    border-left-color: rgb(249 115 22 / 0.45);
  }

  .\32xl\:border-l-orange-500\/5 {
    border-left-color: rgb(249 115 22 / 0.05);
  }

  .\32xl\:border-l-orange-500\/50 {
    border-left-color: rgb(249 115 22 / 0.5);
  }

  .\32xl\:border-l-orange-500\/55 {
    border-left-color: rgb(249 115 22 / 0.55);
  }

  .\32xl\:border-l-orange-500\/60 {
    border-left-color: rgb(249 115 22 / 0.6);
  }

  .\32xl\:border-l-orange-500\/65 {
    border-left-color: rgb(249 115 22 / 0.65);
  }

  .\32xl\:border-l-orange-500\/70 {
    border-left-color: rgb(249 115 22 / 0.7);
  }

  .\32xl\:border-l-orange-500\/75 {
    border-left-color: rgb(249 115 22 / 0.75);
  }

  .\32xl\:border-l-orange-500\/80 {
    border-left-color: rgb(249 115 22 / 0.8);
  }

  .\32xl\:border-l-orange-500\/85 {
    border-left-color: rgb(249 115 22 / 0.85);
  }

  .\32xl\:border-l-orange-500\/90 {
    border-left-color: rgb(249 115 22 / 0.9);
  }

  .\32xl\:border-l-orange-500\/95 {
    border-left-color: rgb(249 115 22 / 0.95);
  }

  .\32xl\:border-l-orange-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-600\/0 {
    border-left-color: rgb(234 88 12 / 0);
  }

  .\32xl\:border-l-orange-600\/10 {
    border-left-color: rgb(234 88 12 / 0.1);
  }

  .\32xl\:border-l-orange-600\/100 {
    border-left-color: rgb(234 88 12 / 1);
  }

  .\32xl\:border-l-orange-600\/15 {
    border-left-color: rgb(234 88 12 / 0.15);
  }

  .\32xl\:border-l-orange-600\/20 {
    border-left-color: rgb(234 88 12 / 0.2);
  }

  .\32xl\:border-l-orange-600\/25 {
    border-left-color: rgb(234 88 12 / 0.25);
  }

  .\32xl\:border-l-orange-600\/30 {
    border-left-color: rgb(234 88 12 / 0.3);
  }

  .\32xl\:border-l-orange-600\/35 {
    border-left-color: rgb(234 88 12 / 0.35);
  }

  .\32xl\:border-l-orange-600\/40 {
    border-left-color: rgb(234 88 12 / 0.4);
  }

  .\32xl\:border-l-orange-600\/45 {
    border-left-color: rgb(234 88 12 / 0.45);
  }

  .\32xl\:border-l-orange-600\/5 {
    border-left-color: rgb(234 88 12 / 0.05);
  }

  .\32xl\:border-l-orange-600\/50 {
    border-left-color: rgb(234 88 12 / 0.5);
  }

  .\32xl\:border-l-orange-600\/55 {
    border-left-color: rgb(234 88 12 / 0.55);
  }

  .\32xl\:border-l-orange-600\/60 {
    border-left-color: rgb(234 88 12 / 0.6);
  }

  .\32xl\:border-l-orange-600\/65 {
    border-left-color: rgb(234 88 12 / 0.65);
  }

  .\32xl\:border-l-orange-600\/70 {
    border-left-color: rgb(234 88 12 / 0.7);
  }

  .\32xl\:border-l-orange-600\/75 {
    border-left-color: rgb(234 88 12 / 0.75);
  }

  .\32xl\:border-l-orange-600\/80 {
    border-left-color: rgb(234 88 12 / 0.8);
  }

  .\32xl\:border-l-orange-600\/85 {
    border-left-color: rgb(234 88 12 / 0.85);
  }

  .\32xl\:border-l-orange-600\/90 {
    border-left-color: rgb(234 88 12 / 0.9);
  }

  .\32xl\:border-l-orange-600\/95 {
    border-left-color: rgb(234 88 12 / 0.95);
  }

  .\32xl\:border-l-orange-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-700\/0 {
    border-left-color: rgb(194 65 12 / 0);
  }

  .\32xl\:border-l-orange-700\/10 {
    border-left-color: rgb(194 65 12 / 0.1);
  }

  .\32xl\:border-l-orange-700\/100 {
    border-left-color: rgb(194 65 12 / 1);
  }

  .\32xl\:border-l-orange-700\/15 {
    border-left-color: rgb(194 65 12 / 0.15);
  }

  .\32xl\:border-l-orange-700\/20 {
    border-left-color: rgb(194 65 12 / 0.2);
  }

  .\32xl\:border-l-orange-700\/25 {
    border-left-color: rgb(194 65 12 / 0.25);
  }

  .\32xl\:border-l-orange-700\/30 {
    border-left-color: rgb(194 65 12 / 0.3);
  }

  .\32xl\:border-l-orange-700\/35 {
    border-left-color: rgb(194 65 12 / 0.35);
  }

  .\32xl\:border-l-orange-700\/40 {
    border-left-color: rgb(194 65 12 / 0.4);
  }

  .\32xl\:border-l-orange-700\/45 {
    border-left-color: rgb(194 65 12 / 0.45);
  }

  .\32xl\:border-l-orange-700\/5 {
    border-left-color: rgb(194 65 12 / 0.05);
  }

  .\32xl\:border-l-orange-700\/50 {
    border-left-color: rgb(194 65 12 / 0.5);
  }

  .\32xl\:border-l-orange-700\/55 {
    border-left-color: rgb(194 65 12 / 0.55);
  }

  .\32xl\:border-l-orange-700\/60 {
    border-left-color: rgb(194 65 12 / 0.6);
  }

  .\32xl\:border-l-orange-700\/65 {
    border-left-color: rgb(194 65 12 / 0.65);
  }

  .\32xl\:border-l-orange-700\/70 {
    border-left-color: rgb(194 65 12 / 0.7);
  }

  .\32xl\:border-l-orange-700\/75 {
    border-left-color: rgb(194 65 12 / 0.75);
  }

  .\32xl\:border-l-orange-700\/80 {
    border-left-color: rgb(194 65 12 / 0.8);
  }

  .\32xl\:border-l-orange-700\/85 {
    border-left-color: rgb(194 65 12 / 0.85);
  }

  .\32xl\:border-l-orange-700\/90 {
    border-left-color: rgb(194 65 12 / 0.9);
  }

  .\32xl\:border-l-orange-700\/95 {
    border-left-color: rgb(194 65 12 / 0.95);
  }

  .\32xl\:border-l-orange-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-800\/0 {
    border-left-color: rgb(154 52 18 / 0);
  }

  .\32xl\:border-l-orange-800\/10 {
    border-left-color: rgb(154 52 18 / 0.1);
  }

  .\32xl\:border-l-orange-800\/100 {
    border-left-color: rgb(154 52 18 / 1);
  }

  .\32xl\:border-l-orange-800\/15 {
    border-left-color: rgb(154 52 18 / 0.15);
  }

  .\32xl\:border-l-orange-800\/20 {
    border-left-color: rgb(154 52 18 / 0.2);
  }

  .\32xl\:border-l-orange-800\/25 {
    border-left-color: rgb(154 52 18 / 0.25);
  }

  .\32xl\:border-l-orange-800\/30 {
    border-left-color: rgb(154 52 18 / 0.3);
  }

  .\32xl\:border-l-orange-800\/35 {
    border-left-color: rgb(154 52 18 / 0.35);
  }

  .\32xl\:border-l-orange-800\/40 {
    border-left-color: rgb(154 52 18 / 0.4);
  }

  .\32xl\:border-l-orange-800\/45 {
    border-left-color: rgb(154 52 18 / 0.45);
  }

  .\32xl\:border-l-orange-800\/5 {
    border-left-color: rgb(154 52 18 / 0.05);
  }

  .\32xl\:border-l-orange-800\/50 {
    border-left-color: rgb(154 52 18 / 0.5);
  }

  .\32xl\:border-l-orange-800\/55 {
    border-left-color: rgb(154 52 18 / 0.55);
  }

  .\32xl\:border-l-orange-800\/60 {
    border-left-color: rgb(154 52 18 / 0.6);
  }

  .\32xl\:border-l-orange-800\/65 {
    border-left-color: rgb(154 52 18 / 0.65);
  }

  .\32xl\:border-l-orange-800\/70 {
    border-left-color: rgb(154 52 18 / 0.7);
  }

  .\32xl\:border-l-orange-800\/75 {
    border-left-color: rgb(154 52 18 / 0.75);
  }

  .\32xl\:border-l-orange-800\/80 {
    border-left-color: rgb(154 52 18 / 0.8);
  }

  .\32xl\:border-l-orange-800\/85 {
    border-left-color: rgb(154 52 18 / 0.85);
  }

  .\32xl\:border-l-orange-800\/90 {
    border-left-color: rgb(154 52 18 / 0.9);
  }

  .\32xl\:border-l-orange-800\/95 {
    border-left-color: rgb(154 52 18 / 0.95);
  }

  .\32xl\:border-l-orange-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-900\/0 {
    border-left-color: rgb(124 45 18 / 0);
  }

  .\32xl\:border-l-orange-900\/10 {
    border-left-color: rgb(124 45 18 / 0.1);
  }

  .\32xl\:border-l-orange-900\/100 {
    border-left-color: rgb(124 45 18 / 1);
  }

  .\32xl\:border-l-orange-900\/15 {
    border-left-color: rgb(124 45 18 / 0.15);
  }

  .\32xl\:border-l-orange-900\/20 {
    border-left-color: rgb(124 45 18 / 0.2);
  }

  .\32xl\:border-l-orange-900\/25 {
    border-left-color: rgb(124 45 18 / 0.25);
  }

  .\32xl\:border-l-orange-900\/30 {
    border-left-color: rgb(124 45 18 / 0.3);
  }

  .\32xl\:border-l-orange-900\/35 {
    border-left-color: rgb(124 45 18 / 0.35);
  }

  .\32xl\:border-l-orange-900\/40 {
    border-left-color: rgb(124 45 18 / 0.4);
  }

  .\32xl\:border-l-orange-900\/45 {
    border-left-color: rgb(124 45 18 / 0.45);
  }

  .\32xl\:border-l-orange-900\/5 {
    border-left-color: rgb(124 45 18 / 0.05);
  }

  .\32xl\:border-l-orange-900\/50 {
    border-left-color: rgb(124 45 18 / 0.5);
  }

  .\32xl\:border-l-orange-900\/55 {
    border-left-color: rgb(124 45 18 / 0.55);
  }

  .\32xl\:border-l-orange-900\/60 {
    border-left-color: rgb(124 45 18 / 0.6);
  }

  .\32xl\:border-l-orange-900\/65 {
    border-left-color: rgb(124 45 18 / 0.65);
  }

  .\32xl\:border-l-orange-900\/70 {
    border-left-color: rgb(124 45 18 / 0.7);
  }

  .\32xl\:border-l-orange-900\/75 {
    border-left-color: rgb(124 45 18 / 0.75);
  }

  .\32xl\:border-l-orange-900\/80 {
    border-left-color: rgb(124 45 18 / 0.8);
  }

  .\32xl\:border-l-orange-900\/85 {
    border-left-color: rgb(124 45 18 / 0.85);
  }

  .\32xl\:border-l-orange-900\/90 {
    border-left-color: rgb(124 45 18 / 0.9);
  }

  .\32xl\:border-l-orange-900\/95 {
    border-left-color: rgb(124 45 18 / 0.95);
  }

  .\32xl\:border-l-orange-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-orange-950\/0 {
    border-left-color: rgb(67 20 7 / 0);
  }

  .\32xl\:border-l-orange-950\/10 {
    border-left-color: rgb(67 20 7 / 0.1);
  }

  .\32xl\:border-l-orange-950\/100 {
    border-left-color: rgb(67 20 7 / 1);
  }

  .\32xl\:border-l-orange-950\/15 {
    border-left-color: rgb(67 20 7 / 0.15);
  }

  .\32xl\:border-l-orange-950\/20 {
    border-left-color: rgb(67 20 7 / 0.2);
  }

  .\32xl\:border-l-orange-950\/25 {
    border-left-color: rgb(67 20 7 / 0.25);
  }

  .\32xl\:border-l-orange-950\/30 {
    border-left-color: rgb(67 20 7 / 0.3);
  }

  .\32xl\:border-l-orange-950\/35 {
    border-left-color: rgb(67 20 7 / 0.35);
  }

  .\32xl\:border-l-orange-950\/40 {
    border-left-color: rgb(67 20 7 / 0.4);
  }

  .\32xl\:border-l-orange-950\/45 {
    border-left-color: rgb(67 20 7 / 0.45);
  }

  .\32xl\:border-l-orange-950\/5 {
    border-left-color: rgb(67 20 7 / 0.05);
  }

  .\32xl\:border-l-orange-950\/50 {
    border-left-color: rgb(67 20 7 / 0.5);
  }

  .\32xl\:border-l-orange-950\/55 {
    border-left-color: rgb(67 20 7 / 0.55);
  }

  .\32xl\:border-l-orange-950\/60 {
    border-left-color: rgb(67 20 7 / 0.6);
  }

  .\32xl\:border-l-orange-950\/65 {
    border-left-color: rgb(67 20 7 / 0.65);
  }

  .\32xl\:border-l-orange-950\/70 {
    border-left-color: rgb(67 20 7 / 0.7);
  }

  .\32xl\:border-l-orange-950\/75 {
    border-left-color: rgb(67 20 7 / 0.75);
  }

  .\32xl\:border-l-orange-950\/80 {
    border-left-color: rgb(67 20 7 / 0.8);
  }

  .\32xl\:border-l-orange-950\/85 {
    border-left-color: rgb(67 20 7 / 0.85);
  }

  .\32xl\:border-l-orange-950\/90 {
    border-left-color: rgb(67 20 7 / 0.9);
  }

  .\32xl\:border-l-orange-950\/95 {
    border-left-color: rgb(67 20 7 / 0.95);
  }

  .\32xl\:border-l-pink-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-100\/0 {
    border-left-color: rgb(252 231 243 / 0);
  }

  .\32xl\:border-l-pink-100\/10 {
    border-left-color: rgb(252 231 243 / 0.1);
  }

  .\32xl\:border-l-pink-100\/100 {
    border-left-color: rgb(252 231 243 / 1);
  }

  .\32xl\:border-l-pink-100\/15 {
    border-left-color: rgb(252 231 243 / 0.15);
  }

  .\32xl\:border-l-pink-100\/20 {
    border-left-color: rgb(252 231 243 / 0.2);
  }

  .\32xl\:border-l-pink-100\/25 {
    border-left-color: rgb(252 231 243 / 0.25);
  }

  .\32xl\:border-l-pink-100\/30 {
    border-left-color: rgb(252 231 243 / 0.3);
  }

  .\32xl\:border-l-pink-100\/35 {
    border-left-color: rgb(252 231 243 / 0.35);
  }

  .\32xl\:border-l-pink-100\/40 {
    border-left-color: rgb(252 231 243 / 0.4);
  }

  .\32xl\:border-l-pink-100\/45 {
    border-left-color: rgb(252 231 243 / 0.45);
  }

  .\32xl\:border-l-pink-100\/5 {
    border-left-color: rgb(252 231 243 / 0.05);
  }

  .\32xl\:border-l-pink-100\/50 {
    border-left-color: rgb(252 231 243 / 0.5);
  }

  .\32xl\:border-l-pink-100\/55 {
    border-left-color: rgb(252 231 243 / 0.55);
  }

  .\32xl\:border-l-pink-100\/60 {
    border-left-color: rgb(252 231 243 / 0.6);
  }

  .\32xl\:border-l-pink-100\/65 {
    border-left-color: rgb(252 231 243 / 0.65);
  }

  .\32xl\:border-l-pink-100\/70 {
    border-left-color: rgb(252 231 243 / 0.7);
  }

  .\32xl\:border-l-pink-100\/75 {
    border-left-color: rgb(252 231 243 / 0.75);
  }

  .\32xl\:border-l-pink-100\/80 {
    border-left-color: rgb(252 231 243 / 0.8);
  }

  .\32xl\:border-l-pink-100\/85 {
    border-left-color: rgb(252 231 243 / 0.85);
  }

  .\32xl\:border-l-pink-100\/90 {
    border-left-color: rgb(252 231 243 / 0.9);
  }

  .\32xl\:border-l-pink-100\/95 {
    border-left-color: rgb(252 231 243 / 0.95);
  }

  .\32xl\:border-l-pink-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-200\/0 {
    border-left-color: rgb(251 207 232 / 0);
  }

  .\32xl\:border-l-pink-200\/10 {
    border-left-color: rgb(251 207 232 / 0.1);
  }

  .\32xl\:border-l-pink-200\/100 {
    border-left-color: rgb(251 207 232 / 1);
  }

  .\32xl\:border-l-pink-200\/15 {
    border-left-color: rgb(251 207 232 / 0.15);
  }

  .\32xl\:border-l-pink-200\/20 {
    border-left-color: rgb(251 207 232 / 0.2);
  }

  .\32xl\:border-l-pink-200\/25 {
    border-left-color: rgb(251 207 232 / 0.25);
  }

  .\32xl\:border-l-pink-200\/30 {
    border-left-color: rgb(251 207 232 / 0.3);
  }

  .\32xl\:border-l-pink-200\/35 {
    border-left-color: rgb(251 207 232 / 0.35);
  }

  .\32xl\:border-l-pink-200\/40 {
    border-left-color: rgb(251 207 232 / 0.4);
  }

  .\32xl\:border-l-pink-200\/45 {
    border-left-color: rgb(251 207 232 / 0.45);
  }

  .\32xl\:border-l-pink-200\/5 {
    border-left-color: rgb(251 207 232 / 0.05);
  }

  .\32xl\:border-l-pink-200\/50 {
    border-left-color: rgb(251 207 232 / 0.5);
  }

  .\32xl\:border-l-pink-200\/55 {
    border-left-color: rgb(251 207 232 / 0.55);
  }

  .\32xl\:border-l-pink-200\/60 {
    border-left-color: rgb(251 207 232 / 0.6);
  }

  .\32xl\:border-l-pink-200\/65 {
    border-left-color: rgb(251 207 232 / 0.65);
  }

  .\32xl\:border-l-pink-200\/70 {
    border-left-color: rgb(251 207 232 / 0.7);
  }

  .\32xl\:border-l-pink-200\/75 {
    border-left-color: rgb(251 207 232 / 0.75);
  }

  .\32xl\:border-l-pink-200\/80 {
    border-left-color: rgb(251 207 232 / 0.8);
  }

  .\32xl\:border-l-pink-200\/85 {
    border-left-color: rgb(251 207 232 / 0.85);
  }

  .\32xl\:border-l-pink-200\/90 {
    border-left-color: rgb(251 207 232 / 0.9);
  }

  .\32xl\:border-l-pink-200\/95 {
    border-left-color: rgb(251 207 232 / 0.95);
  }

  .\32xl\:border-l-pink-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-300\/0 {
    border-left-color: rgb(249 168 212 / 0);
  }

  .\32xl\:border-l-pink-300\/10 {
    border-left-color: rgb(249 168 212 / 0.1);
  }

  .\32xl\:border-l-pink-300\/100 {
    border-left-color: rgb(249 168 212 / 1);
  }

  .\32xl\:border-l-pink-300\/15 {
    border-left-color: rgb(249 168 212 / 0.15);
  }

  .\32xl\:border-l-pink-300\/20 {
    border-left-color: rgb(249 168 212 / 0.2);
  }

  .\32xl\:border-l-pink-300\/25 {
    border-left-color: rgb(249 168 212 / 0.25);
  }

  .\32xl\:border-l-pink-300\/30 {
    border-left-color: rgb(249 168 212 / 0.3);
  }

  .\32xl\:border-l-pink-300\/35 {
    border-left-color: rgb(249 168 212 / 0.35);
  }

  .\32xl\:border-l-pink-300\/40 {
    border-left-color: rgb(249 168 212 / 0.4);
  }

  .\32xl\:border-l-pink-300\/45 {
    border-left-color: rgb(249 168 212 / 0.45);
  }

  .\32xl\:border-l-pink-300\/5 {
    border-left-color: rgb(249 168 212 / 0.05);
  }

  .\32xl\:border-l-pink-300\/50 {
    border-left-color: rgb(249 168 212 / 0.5);
  }

  .\32xl\:border-l-pink-300\/55 {
    border-left-color: rgb(249 168 212 / 0.55);
  }

  .\32xl\:border-l-pink-300\/60 {
    border-left-color: rgb(249 168 212 / 0.6);
  }

  .\32xl\:border-l-pink-300\/65 {
    border-left-color: rgb(249 168 212 / 0.65);
  }

  .\32xl\:border-l-pink-300\/70 {
    border-left-color: rgb(249 168 212 / 0.7);
  }

  .\32xl\:border-l-pink-300\/75 {
    border-left-color: rgb(249 168 212 / 0.75);
  }

  .\32xl\:border-l-pink-300\/80 {
    border-left-color: rgb(249 168 212 / 0.8);
  }

  .\32xl\:border-l-pink-300\/85 {
    border-left-color: rgb(249 168 212 / 0.85);
  }

  .\32xl\:border-l-pink-300\/90 {
    border-left-color: rgb(249 168 212 / 0.9);
  }

  .\32xl\:border-l-pink-300\/95 {
    border-left-color: rgb(249 168 212 / 0.95);
  }

  .\32xl\:border-l-pink-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-400\/0 {
    border-left-color: rgb(244 114 182 / 0);
  }

  .\32xl\:border-l-pink-400\/10 {
    border-left-color: rgb(244 114 182 / 0.1);
  }

  .\32xl\:border-l-pink-400\/100 {
    border-left-color: rgb(244 114 182 / 1);
  }

  .\32xl\:border-l-pink-400\/15 {
    border-left-color: rgb(244 114 182 / 0.15);
  }

  .\32xl\:border-l-pink-400\/20 {
    border-left-color: rgb(244 114 182 / 0.2);
  }

  .\32xl\:border-l-pink-400\/25 {
    border-left-color: rgb(244 114 182 / 0.25);
  }

  .\32xl\:border-l-pink-400\/30 {
    border-left-color: rgb(244 114 182 / 0.3);
  }

  .\32xl\:border-l-pink-400\/35 {
    border-left-color: rgb(244 114 182 / 0.35);
  }

  .\32xl\:border-l-pink-400\/40 {
    border-left-color: rgb(244 114 182 / 0.4);
  }

  .\32xl\:border-l-pink-400\/45 {
    border-left-color: rgb(244 114 182 / 0.45);
  }

  .\32xl\:border-l-pink-400\/5 {
    border-left-color: rgb(244 114 182 / 0.05);
  }

  .\32xl\:border-l-pink-400\/50 {
    border-left-color: rgb(244 114 182 / 0.5);
  }

  .\32xl\:border-l-pink-400\/55 {
    border-left-color: rgb(244 114 182 / 0.55);
  }

  .\32xl\:border-l-pink-400\/60 {
    border-left-color: rgb(244 114 182 / 0.6);
  }

  .\32xl\:border-l-pink-400\/65 {
    border-left-color: rgb(244 114 182 / 0.65);
  }

  .\32xl\:border-l-pink-400\/70 {
    border-left-color: rgb(244 114 182 / 0.7);
  }

  .\32xl\:border-l-pink-400\/75 {
    border-left-color: rgb(244 114 182 / 0.75);
  }

  .\32xl\:border-l-pink-400\/80 {
    border-left-color: rgb(244 114 182 / 0.8);
  }

  .\32xl\:border-l-pink-400\/85 {
    border-left-color: rgb(244 114 182 / 0.85);
  }

  .\32xl\:border-l-pink-400\/90 {
    border-left-color: rgb(244 114 182 / 0.9);
  }

  .\32xl\:border-l-pink-400\/95 {
    border-left-color: rgb(244 114 182 / 0.95);
  }

  .\32xl\:border-l-pink-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-50\/0 {
    border-left-color: rgb(253 242 248 / 0);
  }

  .\32xl\:border-l-pink-50\/10 {
    border-left-color: rgb(253 242 248 / 0.1);
  }

  .\32xl\:border-l-pink-50\/100 {
    border-left-color: rgb(253 242 248 / 1);
  }

  .\32xl\:border-l-pink-50\/15 {
    border-left-color: rgb(253 242 248 / 0.15);
  }

  .\32xl\:border-l-pink-50\/20 {
    border-left-color: rgb(253 242 248 / 0.2);
  }

  .\32xl\:border-l-pink-50\/25 {
    border-left-color: rgb(253 242 248 / 0.25);
  }

  .\32xl\:border-l-pink-50\/30 {
    border-left-color: rgb(253 242 248 / 0.3);
  }

  .\32xl\:border-l-pink-50\/35 {
    border-left-color: rgb(253 242 248 / 0.35);
  }

  .\32xl\:border-l-pink-50\/40 {
    border-left-color: rgb(253 242 248 / 0.4);
  }

  .\32xl\:border-l-pink-50\/45 {
    border-left-color: rgb(253 242 248 / 0.45);
  }

  .\32xl\:border-l-pink-50\/5 {
    border-left-color: rgb(253 242 248 / 0.05);
  }

  .\32xl\:border-l-pink-50\/50 {
    border-left-color: rgb(253 242 248 / 0.5);
  }

  .\32xl\:border-l-pink-50\/55 {
    border-left-color: rgb(253 242 248 / 0.55);
  }

  .\32xl\:border-l-pink-50\/60 {
    border-left-color: rgb(253 242 248 / 0.6);
  }

  .\32xl\:border-l-pink-50\/65 {
    border-left-color: rgb(253 242 248 / 0.65);
  }

  .\32xl\:border-l-pink-50\/70 {
    border-left-color: rgb(253 242 248 / 0.7);
  }

  .\32xl\:border-l-pink-50\/75 {
    border-left-color: rgb(253 242 248 / 0.75);
  }

  .\32xl\:border-l-pink-50\/80 {
    border-left-color: rgb(253 242 248 / 0.8);
  }

  .\32xl\:border-l-pink-50\/85 {
    border-left-color: rgb(253 242 248 / 0.85);
  }

  .\32xl\:border-l-pink-50\/90 {
    border-left-color: rgb(253 242 248 / 0.9);
  }

  .\32xl\:border-l-pink-50\/95 {
    border-left-color: rgb(253 242 248 / 0.95);
  }

  .\32xl\:border-l-pink-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-500\/0 {
    border-left-color: rgb(236 72 153 / 0);
  }

  .\32xl\:border-l-pink-500\/10 {
    border-left-color: rgb(236 72 153 / 0.1);
  }

  .\32xl\:border-l-pink-500\/100 {
    border-left-color: rgb(236 72 153 / 1);
  }

  .\32xl\:border-l-pink-500\/15 {
    border-left-color: rgb(236 72 153 / 0.15);
  }

  .\32xl\:border-l-pink-500\/20 {
    border-left-color: rgb(236 72 153 / 0.2);
  }

  .\32xl\:border-l-pink-500\/25 {
    border-left-color: rgb(236 72 153 / 0.25);
  }

  .\32xl\:border-l-pink-500\/30 {
    border-left-color: rgb(236 72 153 / 0.3);
  }

  .\32xl\:border-l-pink-500\/35 {
    border-left-color: rgb(236 72 153 / 0.35);
  }

  .\32xl\:border-l-pink-500\/40 {
    border-left-color: rgb(236 72 153 / 0.4);
  }

  .\32xl\:border-l-pink-500\/45 {
    border-left-color: rgb(236 72 153 / 0.45);
  }

  .\32xl\:border-l-pink-500\/5 {
    border-left-color: rgb(236 72 153 / 0.05);
  }

  .\32xl\:border-l-pink-500\/50 {
    border-left-color: rgb(236 72 153 / 0.5);
  }

  .\32xl\:border-l-pink-500\/55 {
    border-left-color: rgb(236 72 153 / 0.55);
  }

  .\32xl\:border-l-pink-500\/60 {
    border-left-color: rgb(236 72 153 / 0.6);
  }

  .\32xl\:border-l-pink-500\/65 {
    border-left-color: rgb(236 72 153 / 0.65);
  }

  .\32xl\:border-l-pink-500\/70 {
    border-left-color: rgb(236 72 153 / 0.7);
  }

  .\32xl\:border-l-pink-500\/75 {
    border-left-color: rgb(236 72 153 / 0.75);
  }

  .\32xl\:border-l-pink-500\/80 {
    border-left-color: rgb(236 72 153 / 0.8);
  }

  .\32xl\:border-l-pink-500\/85 {
    border-left-color: rgb(236 72 153 / 0.85);
  }

  .\32xl\:border-l-pink-500\/90 {
    border-left-color: rgb(236 72 153 / 0.9);
  }

  .\32xl\:border-l-pink-500\/95 {
    border-left-color: rgb(236 72 153 / 0.95);
  }

  .\32xl\:border-l-pink-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-600\/0 {
    border-left-color: rgb(219 39 119 / 0);
  }

  .\32xl\:border-l-pink-600\/10 {
    border-left-color: rgb(219 39 119 / 0.1);
  }

  .\32xl\:border-l-pink-600\/100 {
    border-left-color: rgb(219 39 119 / 1);
  }

  .\32xl\:border-l-pink-600\/15 {
    border-left-color: rgb(219 39 119 / 0.15);
  }

  .\32xl\:border-l-pink-600\/20 {
    border-left-color: rgb(219 39 119 / 0.2);
  }

  .\32xl\:border-l-pink-600\/25 {
    border-left-color: rgb(219 39 119 / 0.25);
  }

  .\32xl\:border-l-pink-600\/30 {
    border-left-color: rgb(219 39 119 / 0.3);
  }

  .\32xl\:border-l-pink-600\/35 {
    border-left-color: rgb(219 39 119 / 0.35);
  }

  .\32xl\:border-l-pink-600\/40 {
    border-left-color: rgb(219 39 119 / 0.4);
  }

  .\32xl\:border-l-pink-600\/45 {
    border-left-color: rgb(219 39 119 / 0.45);
  }

  .\32xl\:border-l-pink-600\/5 {
    border-left-color: rgb(219 39 119 / 0.05);
  }

  .\32xl\:border-l-pink-600\/50 {
    border-left-color: rgb(219 39 119 / 0.5);
  }

  .\32xl\:border-l-pink-600\/55 {
    border-left-color: rgb(219 39 119 / 0.55);
  }

  .\32xl\:border-l-pink-600\/60 {
    border-left-color: rgb(219 39 119 / 0.6);
  }

  .\32xl\:border-l-pink-600\/65 {
    border-left-color: rgb(219 39 119 / 0.65);
  }

  .\32xl\:border-l-pink-600\/70 {
    border-left-color: rgb(219 39 119 / 0.7);
  }

  .\32xl\:border-l-pink-600\/75 {
    border-left-color: rgb(219 39 119 / 0.75);
  }

  .\32xl\:border-l-pink-600\/80 {
    border-left-color: rgb(219 39 119 / 0.8);
  }

  .\32xl\:border-l-pink-600\/85 {
    border-left-color: rgb(219 39 119 / 0.85);
  }

  .\32xl\:border-l-pink-600\/90 {
    border-left-color: rgb(219 39 119 / 0.9);
  }

  .\32xl\:border-l-pink-600\/95 {
    border-left-color: rgb(219 39 119 / 0.95);
  }

  .\32xl\:border-l-pink-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-700\/0 {
    border-left-color: rgb(190 24 93 / 0);
  }

  .\32xl\:border-l-pink-700\/10 {
    border-left-color: rgb(190 24 93 / 0.1);
  }

  .\32xl\:border-l-pink-700\/100 {
    border-left-color: rgb(190 24 93 / 1);
  }

  .\32xl\:border-l-pink-700\/15 {
    border-left-color: rgb(190 24 93 / 0.15);
  }

  .\32xl\:border-l-pink-700\/20 {
    border-left-color: rgb(190 24 93 / 0.2);
  }

  .\32xl\:border-l-pink-700\/25 {
    border-left-color: rgb(190 24 93 / 0.25);
  }

  .\32xl\:border-l-pink-700\/30 {
    border-left-color: rgb(190 24 93 / 0.3);
  }

  .\32xl\:border-l-pink-700\/35 {
    border-left-color: rgb(190 24 93 / 0.35);
  }

  .\32xl\:border-l-pink-700\/40 {
    border-left-color: rgb(190 24 93 / 0.4);
  }

  .\32xl\:border-l-pink-700\/45 {
    border-left-color: rgb(190 24 93 / 0.45);
  }

  .\32xl\:border-l-pink-700\/5 {
    border-left-color: rgb(190 24 93 / 0.05);
  }

  .\32xl\:border-l-pink-700\/50 {
    border-left-color: rgb(190 24 93 / 0.5);
  }

  .\32xl\:border-l-pink-700\/55 {
    border-left-color: rgb(190 24 93 / 0.55);
  }

  .\32xl\:border-l-pink-700\/60 {
    border-left-color: rgb(190 24 93 / 0.6);
  }

  .\32xl\:border-l-pink-700\/65 {
    border-left-color: rgb(190 24 93 / 0.65);
  }

  .\32xl\:border-l-pink-700\/70 {
    border-left-color: rgb(190 24 93 / 0.7);
  }

  .\32xl\:border-l-pink-700\/75 {
    border-left-color: rgb(190 24 93 / 0.75);
  }

  .\32xl\:border-l-pink-700\/80 {
    border-left-color: rgb(190 24 93 / 0.8);
  }

  .\32xl\:border-l-pink-700\/85 {
    border-left-color: rgb(190 24 93 / 0.85);
  }

  .\32xl\:border-l-pink-700\/90 {
    border-left-color: rgb(190 24 93 / 0.9);
  }

  .\32xl\:border-l-pink-700\/95 {
    border-left-color: rgb(190 24 93 / 0.95);
  }

  .\32xl\:border-l-pink-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-800\/0 {
    border-left-color: rgb(157 23 77 / 0);
  }

  .\32xl\:border-l-pink-800\/10 {
    border-left-color: rgb(157 23 77 / 0.1);
  }

  .\32xl\:border-l-pink-800\/100 {
    border-left-color: rgb(157 23 77 / 1);
  }

  .\32xl\:border-l-pink-800\/15 {
    border-left-color: rgb(157 23 77 / 0.15);
  }

  .\32xl\:border-l-pink-800\/20 {
    border-left-color: rgb(157 23 77 / 0.2);
  }

  .\32xl\:border-l-pink-800\/25 {
    border-left-color: rgb(157 23 77 / 0.25);
  }

  .\32xl\:border-l-pink-800\/30 {
    border-left-color: rgb(157 23 77 / 0.3);
  }

  .\32xl\:border-l-pink-800\/35 {
    border-left-color: rgb(157 23 77 / 0.35);
  }

  .\32xl\:border-l-pink-800\/40 {
    border-left-color: rgb(157 23 77 / 0.4);
  }

  .\32xl\:border-l-pink-800\/45 {
    border-left-color: rgb(157 23 77 / 0.45);
  }

  .\32xl\:border-l-pink-800\/5 {
    border-left-color: rgb(157 23 77 / 0.05);
  }

  .\32xl\:border-l-pink-800\/50 {
    border-left-color: rgb(157 23 77 / 0.5);
  }

  .\32xl\:border-l-pink-800\/55 {
    border-left-color: rgb(157 23 77 / 0.55);
  }

  .\32xl\:border-l-pink-800\/60 {
    border-left-color: rgb(157 23 77 / 0.6);
  }

  .\32xl\:border-l-pink-800\/65 {
    border-left-color: rgb(157 23 77 / 0.65);
  }

  .\32xl\:border-l-pink-800\/70 {
    border-left-color: rgb(157 23 77 / 0.7);
  }

  .\32xl\:border-l-pink-800\/75 {
    border-left-color: rgb(157 23 77 / 0.75);
  }

  .\32xl\:border-l-pink-800\/80 {
    border-left-color: rgb(157 23 77 / 0.8);
  }

  .\32xl\:border-l-pink-800\/85 {
    border-left-color: rgb(157 23 77 / 0.85);
  }

  .\32xl\:border-l-pink-800\/90 {
    border-left-color: rgb(157 23 77 / 0.9);
  }

  .\32xl\:border-l-pink-800\/95 {
    border-left-color: rgb(157 23 77 / 0.95);
  }

  .\32xl\:border-l-pink-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-900\/0 {
    border-left-color: rgb(131 24 67 / 0);
  }

  .\32xl\:border-l-pink-900\/10 {
    border-left-color: rgb(131 24 67 / 0.1);
  }

  .\32xl\:border-l-pink-900\/100 {
    border-left-color: rgb(131 24 67 / 1);
  }

  .\32xl\:border-l-pink-900\/15 {
    border-left-color: rgb(131 24 67 / 0.15);
  }

  .\32xl\:border-l-pink-900\/20 {
    border-left-color: rgb(131 24 67 / 0.2);
  }

  .\32xl\:border-l-pink-900\/25 {
    border-left-color: rgb(131 24 67 / 0.25);
  }

  .\32xl\:border-l-pink-900\/30 {
    border-left-color: rgb(131 24 67 / 0.3);
  }

  .\32xl\:border-l-pink-900\/35 {
    border-left-color: rgb(131 24 67 / 0.35);
  }

  .\32xl\:border-l-pink-900\/40 {
    border-left-color: rgb(131 24 67 / 0.4);
  }

  .\32xl\:border-l-pink-900\/45 {
    border-left-color: rgb(131 24 67 / 0.45);
  }

  .\32xl\:border-l-pink-900\/5 {
    border-left-color: rgb(131 24 67 / 0.05);
  }

  .\32xl\:border-l-pink-900\/50 {
    border-left-color: rgb(131 24 67 / 0.5);
  }

  .\32xl\:border-l-pink-900\/55 {
    border-left-color: rgb(131 24 67 / 0.55);
  }

  .\32xl\:border-l-pink-900\/60 {
    border-left-color: rgb(131 24 67 / 0.6);
  }

  .\32xl\:border-l-pink-900\/65 {
    border-left-color: rgb(131 24 67 / 0.65);
  }

  .\32xl\:border-l-pink-900\/70 {
    border-left-color: rgb(131 24 67 / 0.7);
  }

  .\32xl\:border-l-pink-900\/75 {
    border-left-color: rgb(131 24 67 / 0.75);
  }

  .\32xl\:border-l-pink-900\/80 {
    border-left-color: rgb(131 24 67 / 0.8);
  }

  .\32xl\:border-l-pink-900\/85 {
    border-left-color: rgb(131 24 67 / 0.85);
  }

  .\32xl\:border-l-pink-900\/90 {
    border-left-color: rgb(131 24 67 / 0.9);
  }

  .\32xl\:border-l-pink-900\/95 {
    border-left-color: rgb(131 24 67 / 0.95);
  }

  .\32xl\:border-l-pink-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-pink-950\/0 {
    border-left-color: rgb(80 7 36 / 0);
  }

  .\32xl\:border-l-pink-950\/10 {
    border-left-color: rgb(80 7 36 / 0.1);
  }

  .\32xl\:border-l-pink-950\/100 {
    border-left-color: rgb(80 7 36 / 1);
  }

  .\32xl\:border-l-pink-950\/15 {
    border-left-color: rgb(80 7 36 / 0.15);
  }

  .\32xl\:border-l-pink-950\/20 {
    border-left-color: rgb(80 7 36 / 0.2);
  }

  .\32xl\:border-l-pink-950\/25 {
    border-left-color: rgb(80 7 36 / 0.25);
  }

  .\32xl\:border-l-pink-950\/30 {
    border-left-color: rgb(80 7 36 / 0.3);
  }

  .\32xl\:border-l-pink-950\/35 {
    border-left-color: rgb(80 7 36 / 0.35);
  }

  .\32xl\:border-l-pink-950\/40 {
    border-left-color: rgb(80 7 36 / 0.4);
  }

  .\32xl\:border-l-pink-950\/45 {
    border-left-color: rgb(80 7 36 / 0.45);
  }

  .\32xl\:border-l-pink-950\/5 {
    border-left-color: rgb(80 7 36 / 0.05);
  }

  .\32xl\:border-l-pink-950\/50 {
    border-left-color: rgb(80 7 36 / 0.5);
  }

  .\32xl\:border-l-pink-950\/55 {
    border-left-color: rgb(80 7 36 / 0.55);
  }

  .\32xl\:border-l-pink-950\/60 {
    border-left-color: rgb(80 7 36 / 0.6);
  }

  .\32xl\:border-l-pink-950\/65 {
    border-left-color: rgb(80 7 36 / 0.65);
  }

  .\32xl\:border-l-pink-950\/70 {
    border-left-color: rgb(80 7 36 / 0.7);
  }

  .\32xl\:border-l-pink-950\/75 {
    border-left-color: rgb(80 7 36 / 0.75);
  }

  .\32xl\:border-l-pink-950\/80 {
    border-left-color: rgb(80 7 36 / 0.8);
  }

  .\32xl\:border-l-pink-950\/85 {
    border-left-color: rgb(80 7 36 / 0.85);
  }

  .\32xl\:border-l-pink-950\/90 {
    border-left-color: rgb(80 7 36 / 0.9);
  }

  .\32xl\:border-l-pink-950\/95 {
    border-left-color: rgb(80 7 36 / 0.95);
  }

  .\32xl\:border-l-popover {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-popover-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-popover-foreground\/0 {
    border-left-color: hsl(var(--popover-foreground) / 0);
  }

  .\32xl\:border-l-popover-foreground\/10 {
    border-left-color: hsl(var(--popover-foreground) / 0.1);
  }

  .\32xl\:border-l-popover-foreground\/100 {
    border-left-color: hsl(var(--popover-foreground) / 1);
  }

  .\32xl\:border-l-popover-foreground\/15 {
    border-left-color: hsl(var(--popover-foreground) / 0.15);
  }

  .\32xl\:border-l-popover-foreground\/20 {
    border-left-color: hsl(var(--popover-foreground) / 0.2);
  }

  .\32xl\:border-l-popover-foreground\/25 {
    border-left-color: hsl(var(--popover-foreground) / 0.25);
  }

  .\32xl\:border-l-popover-foreground\/30 {
    border-left-color: hsl(var(--popover-foreground) / 0.3);
  }

  .\32xl\:border-l-popover-foreground\/35 {
    border-left-color: hsl(var(--popover-foreground) / 0.35);
  }

  .\32xl\:border-l-popover-foreground\/40 {
    border-left-color: hsl(var(--popover-foreground) / 0.4);
  }

  .\32xl\:border-l-popover-foreground\/45 {
    border-left-color: hsl(var(--popover-foreground) / 0.45);
  }

  .\32xl\:border-l-popover-foreground\/5 {
    border-left-color: hsl(var(--popover-foreground) / 0.05);
  }

  .\32xl\:border-l-popover-foreground\/50 {
    border-left-color: hsl(var(--popover-foreground) / 0.5);
  }

  .\32xl\:border-l-popover-foreground\/55 {
    border-left-color: hsl(var(--popover-foreground) / 0.55);
  }

  .\32xl\:border-l-popover-foreground\/60 {
    border-left-color: hsl(var(--popover-foreground) / 0.6);
  }

  .\32xl\:border-l-popover-foreground\/65 {
    border-left-color: hsl(var(--popover-foreground) / 0.65);
  }

  .\32xl\:border-l-popover-foreground\/70 {
    border-left-color: hsl(var(--popover-foreground) / 0.7);
  }

  .\32xl\:border-l-popover-foreground\/75 {
    border-left-color: hsl(var(--popover-foreground) / 0.75);
  }

  .\32xl\:border-l-popover-foreground\/80 {
    border-left-color: hsl(var(--popover-foreground) / 0.8);
  }

  .\32xl\:border-l-popover-foreground\/85 {
    border-left-color: hsl(var(--popover-foreground) / 0.85);
  }

  .\32xl\:border-l-popover-foreground\/90 {
    border-left-color: hsl(var(--popover-foreground) / 0.9);
  }

  .\32xl\:border-l-popover-foreground\/95 {
    border-left-color: hsl(var(--popover-foreground) / 0.95);
  }

  .\32xl\:border-l-popover\/0 {
    border-left-color: hsl(var(--popover) / 0);
  }

  .\32xl\:border-l-popover\/10 {
    border-left-color: hsl(var(--popover) / 0.1);
  }

  .\32xl\:border-l-popover\/100 {
    border-left-color: hsl(var(--popover) / 1);
  }

  .\32xl\:border-l-popover\/15 {
    border-left-color: hsl(var(--popover) / 0.15);
  }

  .\32xl\:border-l-popover\/20 {
    border-left-color: hsl(var(--popover) / 0.2);
  }

  .\32xl\:border-l-popover\/25 {
    border-left-color: hsl(var(--popover) / 0.25);
  }

  .\32xl\:border-l-popover\/30 {
    border-left-color: hsl(var(--popover) / 0.3);
  }

  .\32xl\:border-l-popover\/35 {
    border-left-color: hsl(var(--popover) / 0.35);
  }

  .\32xl\:border-l-popover\/40 {
    border-left-color: hsl(var(--popover) / 0.4);
  }

  .\32xl\:border-l-popover\/45 {
    border-left-color: hsl(var(--popover) / 0.45);
  }

  .\32xl\:border-l-popover\/5 {
    border-left-color: hsl(var(--popover) / 0.05);
  }

  .\32xl\:border-l-popover\/50 {
    border-left-color: hsl(var(--popover) / 0.5);
  }

  .\32xl\:border-l-popover\/55 {
    border-left-color: hsl(var(--popover) / 0.55);
  }

  .\32xl\:border-l-popover\/60 {
    border-left-color: hsl(var(--popover) / 0.6);
  }

  .\32xl\:border-l-popover\/65 {
    border-left-color: hsl(var(--popover) / 0.65);
  }

  .\32xl\:border-l-popover\/70 {
    border-left-color: hsl(var(--popover) / 0.7);
  }

  .\32xl\:border-l-popover\/75 {
    border-left-color: hsl(var(--popover) / 0.75);
  }

  .\32xl\:border-l-popover\/80 {
    border-left-color: hsl(var(--popover) / 0.8);
  }

  .\32xl\:border-l-popover\/85 {
    border-left-color: hsl(var(--popover) / 0.85);
  }

  .\32xl\:border-l-popover\/90 {
    border-left-color: hsl(var(--popover) / 0.9);
  }

  .\32xl\:border-l-popover\/95 {
    border-left-color: hsl(var(--popover) / 0.95);
  }

  .\32xl\:border-l-primary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-primary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-primary-foreground\/0 {
    border-left-color: hsl(var(--primary-foreground) / 0);
  }

  .\32xl\:border-l-primary-foreground\/10 {
    border-left-color: hsl(var(--primary-foreground) / 0.1);
  }

  .\32xl\:border-l-primary-foreground\/100 {
    border-left-color: hsl(var(--primary-foreground) / 1);
  }

  .\32xl\:border-l-primary-foreground\/15 {
    border-left-color: hsl(var(--primary-foreground) / 0.15);
  }

  .\32xl\:border-l-primary-foreground\/20 {
    border-left-color: hsl(var(--primary-foreground) / 0.2);
  }

  .\32xl\:border-l-primary-foreground\/25 {
    border-left-color: hsl(var(--primary-foreground) / 0.25);
  }

  .\32xl\:border-l-primary-foreground\/30 {
    border-left-color: hsl(var(--primary-foreground) / 0.3);
  }

  .\32xl\:border-l-primary-foreground\/35 {
    border-left-color: hsl(var(--primary-foreground) / 0.35);
  }

  .\32xl\:border-l-primary-foreground\/40 {
    border-left-color: hsl(var(--primary-foreground) / 0.4);
  }

  .\32xl\:border-l-primary-foreground\/45 {
    border-left-color: hsl(var(--primary-foreground) / 0.45);
  }

  .\32xl\:border-l-primary-foreground\/5 {
    border-left-color: hsl(var(--primary-foreground) / 0.05);
  }

  .\32xl\:border-l-primary-foreground\/50 {
    border-left-color: hsl(var(--primary-foreground) / 0.5);
  }

  .\32xl\:border-l-primary-foreground\/55 {
    border-left-color: hsl(var(--primary-foreground) / 0.55);
  }

  .\32xl\:border-l-primary-foreground\/60 {
    border-left-color: hsl(var(--primary-foreground) / 0.6);
  }

  .\32xl\:border-l-primary-foreground\/65 {
    border-left-color: hsl(var(--primary-foreground) / 0.65);
  }

  .\32xl\:border-l-primary-foreground\/70 {
    border-left-color: hsl(var(--primary-foreground) / 0.7);
  }

  .\32xl\:border-l-primary-foreground\/75 {
    border-left-color: hsl(var(--primary-foreground) / 0.75);
  }

  .\32xl\:border-l-primary-foreground\/80 {
    border-left-color: hsl(var(--primary-foreground) / 0.8);
  }

  .\32xl\:border-l-primary-foreground\/85 {
    border-left-color: hsl(var(--primary-foreground) / 0.85);
  }

  .\32xl\:border-l-primary-foreground\/90 {
    border-left-color: hsl(var(--primary-foreground) / 0.9);
  }

  .\32xl\:border-l-primary-foreground\/95 {
    border-left-color: hsl(var(--primary-foreground) / 0.95);
  }

  .\32xl\:border-l-primary\/0 {
    border-left-color: hsl(var(--primary) / 0);
  }

  .\32xl\:border-l-primary\/10 {
    border-left-color: hsl(var(--primary) / 0.1);
  }

  .\32xl\:border-l-primary\/100 {
    border-left-color: hsl(var(--primary) / 1);
  }

  .\32xl\:border-l-primary\/15 {
    border-left-color: hsl(var(--primary) / 0.15);
  }

  .\32xl\:border-l-primary\/20 {
    border-left-color: hsl(var(--primary) / 0.2);
  }

  .\32xl\:border-l-primary\/25 {
    border-left-color: hsl(var(--primary) / 0.25);
  }

  .\32xl\:border-l-primary\/30 {
    border-left-color: hsl(var(--primary) / 0.3);
  }

  .\32xl\:border-l-primary\/35 {
    border-left-color: hsl(var(--primary) / 0.35);
  }

  .\32xl\:border-l-primary\/40 {
    border-left-color: hsl(var(--primary) / 0.4);
  }

  .\32xl\:border-l-primary\/45 {
    border-left-color: hsl(var(--primary) / 0.45);
  }

  .\32xl\:border-l-primary\/5 {
    border-left-color: hsl(var(--primary) / 0.05);
  }

  .\32xl\:border-l-primary\/50 {
    border-left-color: hsl(var(--primary) / 0.5);
  }

  .\32xl\:border-l-primary\/55 {
    border-left-color: hsl(var(--primary) / 0.55);
  }

  .\32xl\:border-l-primary\/60 {
    border-left-color: hsl(var(--primary) / 0.6);
  }

  .\32xl\:border-l-primary\/65 {
    border-left-color: hsl(var(--primary) / 0.65);
  }

  .\32xl\:border-l-primary\/70 {
    border-left-color: hsl(var(--primary) / 0.7);
  }

  .\32xl\:border-l-primary\/75 {
    border-left-color: hsl(var(--primary) / 0.75);
  }

  .\32xl\:border-l-primary\/80 {
    border-left-color: hsl(var(--primary) / 0.8);
  }

  .\32xl\:border-l-primary\/85 {
    border-left-color: hsl(var(--primary) / 0.85);
  }

  .\32xl\:border-l-primary\/90 {
    border-left-color: hsl(var(--primary) / 0.9);
  }

  .\32xl\:border-l-primary\/95 {
    border-left-color: hsl(var(--primary) / 0.95);
  }

  .\32xl\:border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-100\/0 {
    border-left-color: rgb(243 232 255 / 0);
  }

  .\32xl\:border-l-purple-100\/10 {
    border-left-color: rgb(243 232 255 / 0.1);
  }

  .\32xl\:border-l-purple-100\/100 {
    border-left-color: rgb(243 232 255 / 1);
  }

  .\32xl\:border-l-purple-100\/15 {
    border-left-color: rgb(243 232 255 / 0.15);
  }

  .\32xl\:border-l-purple-100\/20 {
    border-left-color: rgb(243 232 255 / 0.2);
  }

  .\32xl\:border-l-purple-100\/25 {
    border-left-color: rgb(243 232 255 / 0.25);
  }

  .\32xl\:border-l-purple-100\/30 {
    border-left-color: rgb(243 232 255 / 0.3);
  }

  .\32xl\:border-l-purple-100\/35 {
    border-left-color: rgb(243 232 255 / 0.35);
  }

  .\32xl\:border-l-purple-100\/40 {
    border-left-color: rgb(243 232 255 / 0.4);
  }

  .\32xl\:border-l-purple-100\/45 {
    border-left-color: rgb(243 232 255 / 0.45);
  }

  .\32xl\:border-l-purple-100\/5 {
    border-left-color: rgb(243 232 255 / 0.05);
  }

  .\32xl\:border-l-purple-100\/50 {
    border-left-color: rgb(243 232 255 / 0.5);
  }

  .\32xl\:border-l-purple-100\/55 {
    border-left-color: rgb(243 232 255 / 0.55);
  }

  .\32xl\:border-l-purple-100\/60 {
    border-left-color: rgb(243 232 255 / 0.6);
  }

  .\32xl\:border-l-purple-100\/65 {
    border-left-color: rgb(243 232 255 / 0.65);
  }

  .\32xl\:border-l-purple-100\/70 {
    border-left-color: rgb(243 232 255 / 0.7);
  }

  .\32xl\:border-l-purple-100\/75 {
    border-left-color: rgb(243 232 255 / 0.75);
  }

  .\32xl\:border-l-purple-100\/80 {
    border-left-color: rgb(243 232 255 / 0.8);
  }

  .\32xl\:border-l-purple-100\/85 {
    border-left-color: rgb(243 232 255 / 0.85);
  }

  .\32xl\:border-l-purple-100\/90 {
    border-left-color: rgb(243 232 255 / 0.9);
  }

  .\32xl\:border-l-purple-100\/95 {
    border-left-color: rgb(243 232 255 / 0.95);
  }

  .\32xl\:border-l-purple-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-200\/0 {
    border-left-color: rgb(233 213 255 / 0);
  }

  .\32xl\:border-l-purple-200\/10 {
    border-left-color: rgb(233 213 255 / 0.1);
  }

  .\32xl\:border-l-purple-200\/100 {
    border-left-color: rgb(233 213 255 / 1);
  }

  .\32xl\:border-l-purple-200\/15 {
    border-left-color: rgb(233 213 255 / 0.15);
  }

  .\32xl\:border-l-purple-200\/20 {
    border-left-color: rgb(233 213 255 / 0.2);
  }

  .\32xl\:border-l-purple-200\/25 {
    border-left-color: rgb(233 213 255 / 0.25);
  }

  .\32xl\:border-l-purple-200\/30 {
    border-left-color: rgb(233 213 255 / 0.3);
  }

  .\32xl\:border-l-purple-200\/35 {
    border-left-color: rgb(233 213 255 / 0.35);
  }

  .\32xl\:border-l-purple-200\/40 {
    border-left-color: rgb(233 213 255 / 0.4);
  }

  .\32xl\:border-l-purple-200\/45 {
    border-left-color: rgb(233 213 255 / 0.45);
  }

  .\32xl\:border-l-purple-200\/5 {
    border-left-color: rgb(233 213 255 / 0.05);
  }

  .\32xl\:border-l-purple-200\/50 {
    border-left-color: rgb(233 213 255 / 0.5);
  }

  .\32xl\:border-l-purple-200\/55 {
    border-left-color: rgb(233 213 255 / 0.55);
  }

  .\32xl\:border-l-purple-200\/60 {
    border-left-color: rgb(233 213 255 / 0.6);
  }

  .\32xl\:border-l-purple-200\/65 {
    border-left-color: rgb(233 213 255 / 0.65);
  }

  .\32xl\:border-l-purple-200\/70 {
    border-left-color: rgb(233 213 255 / 0.7);
  }

  .\32xl\:border-l-purple-200\/75 {
    border-left-color: rgb(233 213 255 / 0.75);
  }

  .\32xl\:border-l-purple-200\/80 {
    border-left-color: rgb(233 213 255 / 0.8);
  }

  .\32xl\:border-l-purple-200\/85 {
    border-left-color: rgb(233 213 255 / 0.85);
  }

  .\32xl\:border-l-purple-200\/90 {
    border-left-color: rgb(233 213 255 / 0.9);
  }

  .\32xl\:border-l-purple-200\/95 {
    border-left-color: rgb(233 213 255 / 0.95);
  }

  .\32xl\:border-l-purple-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-300\/0 {
    border-left-color: rgb(216 180 254 / 0);
  }

  .\32xl\:border-l-purple-300\/10 {
    border-left-color: rgb(216 180 254 / 0.1);
  }

  .\32xl\:border-l-purple-300\/100 {
    border-left-color: rgb(216 180 254 / 1);
  }

  .\32xl\:border-l-purple-300\/15 {
    border-left-color: rgb(216 180 254 / 0.15);
  }

  .\32xl\:border-l-purple-300\/20 {
    border-left-color: rgb(216 180 254 / 0.2);
  }

  .\32xl\:border-l-purple-300\/25 {
    border-left-color: rgb(216 180 254 / 0.25);
  }

  .\32xl\:border-l-purple-300\/30 {
    border-left-color: rgb(216 180 254 / 0.3);
  }

  .\32xl\:border-l-purple-300\/35 {
    border-left-color: rgb(216 180 254 / 0.35);
  }

  .\32xl\:border-l-purple-300\/40 {
    border-left-color: rgb(216 180 254 / 0.4);
  }

  .\32xl\:border-l-purple-300\/45 {
    border-left-color: rgb(216 180 254 / 0.45);
  }

  .\32xl\:border-l-purple-300\/5 {
    border-left-color: rgb(216 180 254 / 0.05);
  }

  .\32xl\:border-l-purple-300\/50 {
    border-left-color: rgb(216 180 254 / 0.5);
  }

  .\32xl\:border-l-purple-300\/55 {
    border-left-color: rgb(216 180 254 / 0.55);
  }

  .\32xl\:border-l-purple-300\/60 {
    border-left-color: rgb(216 180 254 / 0.6);
  }

  .\32xl\:border-l-purple-300\/65 {
    border-left-color: rgb(216 180 254 / 0.65);
  }

  .\32xl\:border-l-purple-300\/70 {
    border-left-color: rgb(216 180 254 / 0.7);
  }

  .\32xl\:border-l-purple-300\/75 {
    border-left-color: rgb(216 180 254 / 0.75);
  }

  .\32xl\:border-l-purple-300\/80 {
    border-left-color: rgb(216 180 254 / 0.8);
  }

  .\32xl\:border-l-purple-300\/85 {
    border-left-color: rgb(216 180 254 / 0.85);
  }

  .\32xl\:border-l-purple-300\/90 {
    border-left-color: rgb(216 180 254 / 0.9);
  }

  .\32xl\:border-l-purple-300\/95 {
    border-left-color: rgb(216 180 254 / 0.95);
  }

  .\32xl\:border-l-purple-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-400\/0 {
    border-left-color: rgb(192 132 252 / 0);
  }

  .\32xl\:border-l-purple-400\/10 {
    border-left-color: rgb(192 132 252 / 0.1);
  }

  .\32xl\:border-l-purple-400\/100 {
    border-left-color: rgb(192 132 252 / 1);
  }

  .\32xl\:border-l-purple-400\/15 {
    border-left-color: rgb(192 132 252 / 0.15);
  }

  .\32xl\:border-l-purple-400\/20 {
    border-left-color: rgb(192 132 252 / 0.2);
  }

  .\32xl\:border-l-purple-400\/25 {
    border-left-color: rgb(192 132 252 / 0.25);
  }

  .\32xl\:border-l-purple-400\/30 {
    border-left-color: rgb(192 132 252 / 0.3);
  }

  .\32xl\:border-l-purple-400\/35 {
    border-left-color: rgb(192 132 252 / 0.35);
  }

  .\32xl\:border-l-purple-400\/40 {
    border-left-color: rgb(192 132 252 / 0.4);
  }

  .\32xl\:border-l-purple-400\/45 {
    border-left-color: rgb(192 132 252 / 0.45);
  }

  .\32xl\:border-l-purple-400\/5 {
    border-left-color: rgb(192 132 252 / 0.05);
  }

  .\32xl\:border-l-purple-400\/50 {
    border-left-color: rgb(192 132 252 / 0.5);
  }

  .\32xl\:border-l-purple-400\/55 {
    border-left-color: rgb(192 132 252 / 0.55);
  }

  .\32xl\:border-l-purple-400\/60 {
    border-left-color: rgb(192 132 252 / 0.6);
  }

  .\32xl\:border-l-purple-400\/65 {
    border-left-color: rgb(192 132 252 / 0.65);
  }

  .\32xl\:border-l-purple-400\/70 {
    border-left-color: rgb(192 132 252 / 0.7);
  }

  .\32xl\:border-l-purple-400\/75 {
    border-left-color: rgb(192 132 252 / 0.75);
  }

  .\32xl\:border-l-purple-400\/80 {
    border-left-color: rgb(192 132 252 / 0.8);
  }

  .\32xl\:border-l-purple-400\/85 {
    border-left-color: rgb(192 132 252 / 0.85);
  }

  .\32xl\:border-l-purple-400\/90 {
    border-left-color: rgb(192 132 252 / 0.9);
  }

  .\32xl\:border-l-purple-400\/95 {
    border-left-color: rgb(192 132 252 / 0.95);
  }

  .\32xl\:border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-50\/0 {
    border-left-color: rgb(250 245 255 / 0);
  }

  .\32xl\:border-l-purple-50\/10 {
    border-left-color: rgb(250 245 255 / 0.1);
  }

  .\32xl\:border-l-purple-50\/100 {
    border-left-color: rgb(250 245 255 / 1);
  }

  .\32xl\:border-l-purple-50\/15 {
    border-left-color: rgb(250 245 255 / 0.15);
  }

  .\32xl\:border-l-purple-50\/20 {
    border-left-color: rgb(250 245 255 / 0.2);
  }

  .\32xl\:border-l-purple-50\/25 {
    border-left-color: rgb(250 245 255 / 0.25);
  }

  .\32xl\:border-l-purple-50\/30 {
    border-left-color: rgb(250 245 255 / 0.3);
  }

  .\32xl\:border-l-purple-50\/35 {
    border-left-color: rgb(250 245 255 / 0.35);
  }

  .\32xl\:border-l-purple-50\/40 {
    border-left-color: rgb(250 245 255 / 0.4);
  }

  .\32xl\:border-l-purple-50\/45 {
    border-left-color: rgb(250 245 255 / 0.45);
  }

  .\32xl\:border-l-purple-50\/5 {
    border-left-color: rgb(250 245 255 / 0.05);
  }

  .\32xl\:border-l-purple-50\/50 {
    border-left-color: rgb(250 245 255 / 0.5);
  }

  .\32xl\:border-l-purple-50\/55 {
    border-left-color: rgb(250 245 255 / 0.55);
  }

  .\32xl\:border-l-purple-50\/60 {
    border-left-color: rgb(250 245 255 / 0.6);
  }

  .\32xl\:border-l-purple-50\/65 {
    border-left-color: rgb(250 245 255 / 0.65);
  }

  .\32xl\:border-l-purple-50\/70 {
    border-left-color: rgb(250 245 255 / 0.7);
  }

  .\32xl\:border-l-purple-50\/75 {
    border-left-color: rgb(250 245 255 / 0.75);
  }

  .\32xl\:border-l-purple-50\/80 {
    border-left-color: rgb(250 245 255 / 0.8);
  }

  .\32xl\:border-l-purple-50\/85 {
    border-left-color: rgb(250 245 255 / 0.85);
  }

  .\32xl\:border-l-purple-50\/90 {
    border-left-color: rgb(250 245 255 / 0.9);
  }

  .\32xl\:border-l-purple-50\/95 {
    border-left-color: rgb(250 245 255 / 0.95);
  }

  .\32xl\:border-l-purple-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-500\/0 {
    border-left-color: rgb(168 85 247 / 0);
  }

  .\32xl\:border-l-purple-500\/10 {
    border-left-color: rgb(168 85 247 / 0.1);
  }

  .\32xl\:border-l-purple-500\/100 {
    border-left-color: rgb(168 85 247 / 1);
  }

  .\32xl\:border-l-purple-500\/15 {
    border-left-color: rgb(168 85 247 / 0.15);
  }

  .\32xl\:border-l-purple-500\/20 {
    border-left-color: rgb(168 85 247 / 0.2);
  }

  .\32xl\:border-l-purple-500\/25 {
    border-left-color: rgb(168 85 247 / 0.25);
  }

  .\32xl\:border-l-purple-500\/30 {
    border-left-color: rgb(168 85 247 / 0.3);
  }

  .\32xl\:border-l-purple-500\/35 {
    border-left-color: rgb(168 85 247 / 0.35);
  }

  .\32xl\:border-l-purple-500\/40 {
    border-left-color: rgb(168 85 247 / 0.4);
  }

  .\32xl\:border-l-purple-500\/45 {
    border-left-color: rgb(168 85 247 / 0.45);
  }

  .\32xl\:border-l-purple-500\/5 {
    border-left-color: rgb(168 85 247 / 0.05);
  }

  .\32xl\:border-l-purple-500\/50 {
    border-left-color: rgb(168 85 247 / 0.5);
  }

  .\32xl\:border-l-purple-500\/55 {
    border-left-color: rgb(168 85 247 / 0.55);
  }

  .\32xl\:border-l-purple-500\/60 {
    border-left-color: rgb(168 85 247 / 0.6);
  }

  .\32xl\:border-l-purple-500\/65 {
    border-left-color: rgb(168 85 247 / 0.65);
  }

  .\32xl\:border-l-purple-500\/70 {
    border-left-color: rgb(168 85 247 / 0.7);
  }

  .\32xl\:border-l-purple-500\/75 {
    border-left-color: rgb(168 85 247 / 0.75);
  }

  .\32xl\:border-l-purple-500\/80 {
    border-left-color: rgb(168 85 247 / 0.8);
  }

  .\32xl\:border-l-purple-500\/85 {
    border-left-color: rgb(168 85 247 / 0.85);
  }

  .\32xl\:border-l-purple-500\/90 {
    border-left-color: rgb(168 85 247 / 0.9);
  }

  .\32xl\:border-l-purple-500\/95 {
    border-left-color: rgb(168 85 247 / 0.95);
  }

  .\32xl\:border-l-purple-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-600\/0 {
    border-left-color: rgb(147 51 234 / 0);
  }

  .\32xl\:border-l-purple-600\/10 {
    border-left-color: rgb(147 51 234 / 0.1);
  }

  .\32xl\:border-l-purple-600\/100 {
    border-left-color: rgb(147 51 234 / 1);
  }

  .\32xl\:border-l-purple-600\/15 {
    border-left-color: rgb(147 51 234 / 0.15);
  }

  .\32xl\:border-l-purple-600\/20 {
    border-left-color: rgb(147 51 234 / 0.2);
  }

  .\32xl\:border-l-purple-600\/25 {
    border-left-color: rgb(147 51 234 / 0.25);
  }

  .\32xl\:border-l-purple-600\/30 {
    border-left-color: rgb(147 51 234 / 0.3);
  }

  .\32xl\:border-l-purple-600\/35 {
    border-left-color: rgb(147 51 234 / 0.35);
  }

  .\32xl\:border-l-purple-600\/40 {
    border-left-color: rgb(147 51 234 / 0.4);
  }

  .\32xl\:border-l-purple-600\/45 {
    border-left-color: rgb(147 51 234 / 0.45);
  }

  .\32xl\:border-l-purple-600\/5 {
    border-left-color: rgb(147 51 234 / 0.05);
  }

  .\32xl\:border-l-purple-600\/50 {
    border-left-color: rgb(147 51 234 / 0.5);
  }

  .\32xl\:border-l-purple-600\/55 {
    border-left-color: rgb(147 51 234 / 0.55);
  }

  .\32xl\:border-l-purple-600\/60 {
    border-left-color: rgb(147 51 234 / 0.6);
  }

  .\32xl\:border-l-purple-600\/65 {
    border-left-color: rgb(147 51 234 / 0.65);
  }

  .\32xl\:border-l-purple-600\/70 {
    border-left-color: rgb(147 51 234 / 0.7);
  }

  .\32xl\:border-l-purple-600\/75 {
    border-left-color: rgb(147 51 234 / 0.75);
  }

  .\32xl\:border-l-purple-600\/80 {
    border-left-color: rgb(147 51 234 / 0.8);
  }

  .\32xl\:border-l-purple-600\/85 {
    border-left-color: rgb(147 51 234 / 0.85);
  }

  .\32xl\:border-l-purple-600\/90 {
    border-left-color: rgb(147 51 234 / 0.9);
  }

  .\32xl\:border-l-purple-600\/95 {
    border-left-color: rgb(147 51 234 / 0.95);
  }

  .\32xl\:border-l-purple-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-700\/0 {
    border-left-color: rgb(126 34 206 / 0);
  }

  .\32xl\:border-l-purple-700\/10 {
    border-left-color: rgb(126 34 206 / 0.1);
  }

  .\32xl\:border-l-purple-700\/100 {
    border-left-color: rgb(126 34 206 / 1);
  }

  .\32xl\:border-l-purple-700\/15 {
    border-left-color: rgb(126 34 206 / 0.15);
  }

  .\32xl\:border-l-purple-700\/20 {
    border-left-color: rgb(126 34 206 / 0.2);
  }

  .\32xl\:border-l-purple-700\/25 {
    border-left-color: rgb(126 34 206 / 0.25);
  }

  .\32xl\:border-l-purple-700\/30 {
    border-left-color: rgb(126 34 206 / 0.3);
  }

  .\32xl\:border-l-purple-700\/35 {
    border-left-color: rgb(126 34 206 / 0.35);
  }

  .\32xl\:border-l-purple-700\/40 {
    border-left-color: rgb(126 34 206 / 0.4);
  }

  .\32xl\:border-l-purple-700\/45 {
    border-left-color: rgb(126 34 206 / 0.45);
  }

  .\32xl\:border-l-purple-700\/5 {
    border-left-color: rgb(126 34 206 / 0.05);
  }

  .\32xl\:border-l-purple-700\/50 {
    border-left-color: rgb(126 34 206 / 0.5);
  }

  .\32xl\:border-l-purple-700\/55 {
    border-left-color: rgb(126 34 206 / 0.55);
  }

  .\32xl\:border-l-purple-700\/60 {
    border-left-color: rgb(126 34 206 / 0.6);
  }

  .\32xl\:border-l-purple-700\/65 {
    border-left-color: rgb(126 34 206 / 0.65);
  }

  .\32xl\:border-l-purple-700\/70 {
    border-left-color: rgb(126 34 206 / 0.7);
  }

  .\32xl\:border-l-purple-700\/75 {
    border-left-color: rgb(126 34 206 / 0.75);
  }

  .\32xl\:border-l-purple-700\/80 {
    border-left-color: rgb(126 34 206 / 0.8);
  }

  .\32xl\:border-l-purple-700\/85 {
    border-left-color: rgb(126 34 206 / 0.85);
  }

  .\32xl\:border-l-purple-700\/90 {
    border-left-color: rgb(126 34 206 / 0.9);
  }

  .\32xl\:border-l-purple-700\/95 {
    border-left-color: rgb(126 34 206 / 0.95);
  }

  .\32xl\:border-l-purple-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-800\/0 {
    border-left-color: rgb(107 33 168 / 0);
  }

  .\32xl\:border-l-purple-800\/10 {
    border-left-color: rgb(107 33 168 / 0.1);
  }

  .\32xl\:border-l-purple-800\/100 {
    border-left-color: rgb(107 33 168 / 1);
  }

  .\32xl\:border-l-purple-800\/15 {
    border-left-color: rgb(107 33 168 / 0.15);
  }

  .\32xl\:border-l-purple-800\/20 {
    border-left-color: rgb(107 33 168 / 0.2);
  }

  .\32xl\:border-l-purple-800\/25 {
    border-left-color: rgb(107 33 168 / 0.25);
  }

  .\32xl\:border-l-purple-800\/30 {
    border-left-color: rgb(107 33 168 / 0.3);
  }

  .\32xl\:border-l-purple-800\/35 {
    border-left-color: rgb(107 33 168 / 0.35);
  }

  .\32xl\:border-l-purple-800\/40 {
    border-left-color: rgb(107 33 168 / 0.4);
  }

  .\32xl\:border-l-purple-800\/45 {
    border-left-color: rgb(107 33 168 / 0.45);
  }

  .\32xl\:border-l-purple-800\/5 {
    border-left-color: rgb(107 33 168 / 0.05);
  }

  .\32xl\:border-l-purple-800\/50 {
    border-left-color: rgb(107 33 168 / 0.5);
  }

  .\32xl\:border-l-purple-800\/55 {
    border-left-color: rgb(107 33 168 / 0.55);
  }

  .\32xl\:border-l-purple-800\/60 {
    border-left-color: rgb(107 33 168 / 0.6);
  }

  .\32xl\:border-l-purple-800\/65 {
    border-left-color: rgb(107 33 168 / 0.65);
  }

  .\32xl\:border-l-purple-800\/70 {
    border-left-color: rgb(107 33 168 / 0.7);
  }

  .\32xl\:border-l-purple-800\/75 {
    border-left-color: rgb(107 33 168 / 0.75);
  }

  .\32xl\:border-l-purple-800\/80 {
    border-left-color: rgb(107 33 168 / 0.8);
  }

  .\32xl\:border-l-purple-800\/85 {
    border-left-color: rgb(107 33 168 / 0.85);
  }

  .\32xl\:border-l-purple-800\/90 {
    border-left-color: rgb(107 33 168 / 0.9);
  }

  .\32xl\:border-l-purple-800\/95 {
    border-left-color: rgb(107 33 168 / 0.95);
  }

  .\32xl\:border-l-purple-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-900\/0 {
    border-left-color: rgb(88 28 135 / 0);
  }

  .\32xl\:border-l-purple-900\/10 {
    border-left-color: rgb(88 28 135 / 0.1);
  }

  .\32xl\:border-l-purple-900\/100 {
    border-left-color: rgb(88 28 135 / 1);
  }

  .\32xl\:border-l-purple-900\/15 {
    border-left-color: rgb(88 28 135 / 0.15);
  }

  .\32xl\:border-l-purple-900\/20 {
    border-left-color: rgb(88 28 135 / 0.2);
  }

  .\32xl\:border-l-purple-900\/25 {
    border-left-color: rgb(88 28 135 / 0.25);
  }

  .\32xl\:border-l-purple-900\/30 {
    border-left-color: rgb(88 28 135 / 0.3);
  }

  .\32xl\:border-l-purple-900\/35 {
    border-left-color: rgb(88 28 135 / 0.35);
  }

  .\32xl\:border-l-purple-900\/40 {
    border-left-color: rgb(88 28 135 / 0.4);
  }

  .\32xl\:border-l-purple-900\/45 {
    border-left-color: rgb(88 28 135 / 0.45);
  }

  .\32xl\:border-l-purple-900\/5 {
    border-left-color: rgb(88 28 135 / 0.05);
  }

  .\32xl\:border-l-purple-900\/50 {
    border-left-color: rgb(88 28 135 / 0.5);
  }

  .\32xl\:border-l-purple-900\/55 {
    border-left-color: rgb(88 28 135 / 0.55);
  }

  .\32xl\:border-l-purple-900\/60 {
    border-left-color: rgb(88 28 135 / 0.6);
  }

  .\32xl\:border-l-purple-900\/65 {
    border-left-color: rgb(88 28 135 / 0.65);
  }

  .\32xl\:border-l-purple-900\/70 {
    border-left-color: rgb(88 28 135 / 0.7);
  }

  .\32xl\:border-l-purple-900\/75 {
    border-left-color: rgb(88 28 135 / 0.75);
  }

  .\32xl\:border-l-purple-900\/80 {
    border-left-color: rgb(88 28 135 / 0.8);
  }

  .\32xl\:border-l-purple-900\/85 {
    border-left-color: rgb(88 28 135 / 0.85);
  }

  .\32xl\:border-l-purple-900\/90 {
    border-left-color: rgb(88 28 135 / 0.9);
  }

  .\32xl\:border-l-purple-900\/95 {
    border-left-color: rgb(88 28 135 / 0.95);
  }

  .\32xl\:border-l-purple-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-purple-950\/0 {
    border-left-color: rgb(59 7 100 / 0);
  }

  .\32xl\:border-l-purple-950\/10 {
    border-left-color: rgb(59 7 100 / 0.1);
  }

  .\32xl\:border-l-purple-950\/100 {
    border-left-color: rgb(59 7 100 / 1);
  }

  .\32xl\:border-l-purple-950\/15 {
    border-left-color: rgb(59 7 100 / 0.15);
  }

  .\32xl\:border-l-purple-950\/20 {
    border-left-color: rgb(59 7 100 / 0.2);
  }

  .\32xl\:border-l-purple-950\/25 {
    border-left-color: rgb(59 7 100 / 0.25);
  }

  .\32xl\:border-l-purple-950\/30 {
    border-left-color: rgb(59 7 100 / 0.3);
  }

  .\32xl\:border-l-purple-950\/35 {
    border-left-color: rgb(59 7 100 / 0.35);
  }

  .\32xl\:border-l-purple-950\/40 {
    border-left-color: rgb(59 7 100 / 0.4);
  }

  .\32xl\:border-l-purple-950\/45 {
    border-left-color: rgb(59 7 100 / 0.45);
  }

  .\32xl\:border-l-purple-950\/5 {
    border-left-color: rgb(59 7 100 / 0.05);
  }

  .\32xl\:border-l-purple-950\/50 {
    border-left-color: rgb(59 7 100 / 0.5);
  }

  .\32xl\:border-l-purple-950\/55 {
    border-left-color: rgb(59 7 100 / 0.55);
  }

  .\32xl\:border-l-purple-950\/60 {
    border-left-color: rgb(59 7 100 / 0.6);
  }

  .\32xl\:border-l-purple-950\/65 {
    border-left-color: rgb(59 7 100 / 0.65);
  }

  .\32xl\:border-l-purple-950\/70 {
    border-left-color: rgb(59 7 100 / 0.7);
  }

  .\32xl\:border-l-purple-950\/75 {
    border-left-color: rgb(59 7 100 / 0.75);
  }

  .\32xl\:border-l-purple-950\/80 {
    border-left-color: rgb(59 7 100 / 0.8);
  }

  .\32xl\:border-l-purple-950\/85 {
    border-left-color: rgb(59 7 100 / 0.85);
  }

  .\32xl\:border-l-purple-950\/90 {
    border-left-color: rgb(59 7 100 / 0.9);
  }

  .\32xl\:border-l-purple-950\/95 {
    border-left-color: rgb(59 7 100 / 0.95);
  }

  .\32xl\:border-l-red-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-100\/0 {
    border-left-color: rgb(254 226 226 / 0);
  }

  .\32xl\:border-l-red-100\/10 {
    border-left-color: rgb(254 226 226 / 0.1);
  }

  .\32xl\:border-l-red-100\/100 {
    border-left-color: rgb(254 226 226 / 1);
  }

  .\32xl\:border-l-red-100\/15 {
    border-left-color: rgb(254 226 226 / 0.15);
  }

  .\32xl\:border-l-red-100\/20 {
    border-left-color: rgb(254 226 226 / 0.2);
  }

  .\32xl\:border-l-red-100\/25 {
    border-left-color: rgb(254 226 226 / 0.25);
  }

  .\32xl\:border-l-red-100\/30 {
    border-left-color: rgb(254 226 226 / 0.3);
  }

  .\32xl\:border-l-red-100\/35 {
    border-left-color: rgb(254 226 226 / 0.35);
  }

  .\32xl\:border-l-red-100\/40 {
    border-left-color: rgb(254 226 226 / 0.4);
  }

  .\32xl\:border-l-red-100\/45 {
    border-left-color: rgb(254 226 226 / 0.45);
  }

  .\32xl\:border-l-red-100\/5 {
    border-left-color: rgb(254 226 226 / 0.05);
  }

  .\32xl\:border-l-red-100\/50 {
    border-left-color: rgb(254 226 226 / 0.5);
  }

  .\32xl\:border-l-red-100\/55 {
    border-left-color: rgb(254 226 226 / 0.55);
  }

  .\32xl\:border-l-red-100\/60 {
    border-left-color: rgb(254 226 226 / 0.6);
  }

  .\32xl\:border-l-red-100\/65 {
    border-left-color: rgb(254 226 226 / 0.65);
  }

  .\32xl\:border-l-red-100\/70 {
    border-left-color: rgb(254 226 226 / 0.7);
  }

  .\32xl\:border-l-red-100\/75 {
    border-left-color: rgb(254 226 226 / 0.75);
  }

  .\32xl\:border-l-red-100\/80 {
    border-left-color: rgb(254 226 226 / 0.8);
  }

  .\32xl\:border-l-red-100\/85 {
    border-left-color: rgb(254 226 226 / 0.85);
  }

  .\32xl\:border-l-red-100\/90 {
    border-left-color: rgb(254 226 226 / 0.9);
  }

  .\32xl\:border-l-red-100\/95 {
    border-left-color: rgb(254 226 226 / 0.95);
  }

  .\32xl\:border-l-red-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-200\/0 {
    border-left-color: rgb(254 202 202 / 0);
  }

  .\32xl\:border-l-red-200\/10 {
    border-left-color: rgb(254 202 202 / 0.1);
  }

  .\32xl\:border-l-red-200\/100 {
    border-left-color: rgb(254 202 202 / 1);
  }

  .\32xl\:border-l-red-200\/15 {
    border-left-color: rgb(254 202 202 / 0.15);
  }

  .\32xl\:border-l-red-200\/20 {
    border-left-color: rgb(254 202 202 / 0.2);
  }

  .\32xl\:border-l-red-200\/25 {
    border-left-color: rgb(254 202 202 / 0.25);
  }

  .\32xl\:border-l-red-200\/30 {
    border-left-color: rgb(254 202 202 / 0.3);
  }

  .\32xl\:border-l-red-200\/35 {
    border-left-color: rgb(254 202 202 / 0.35);
  }

  .\32xl\:border-l-red-200\/40 {
    border-left-color: rgb(254 202 202 / 0.4);
  }

  .\32xl\:border-l-red-200\/45 {
    border-left-color: rgb(254 202 202 / 0.45);
  }

  .\32xl\:border-l-red-200\/5 {
    border-left-color: rgb(254 202 202 / 0.05);
  }

  .\32xl\:border-l-red-200\/50 {
    border-left-color: rgb(254 202 202 / 0.5);
  }

  .\32xl\:border-l-red-200\/55 {
    border-left-color: rgb(254 202 202 / 0.55);
  }

  .\32xl\:border-l-red-200\/60 {
    border-left-color: rgb(254 202 202 / 0.6);
  }

  .\32xl\:border-l-red-200\/65 {
    border-left-color: rgb(254 202 202 / 0.65);
  }

  .\32xl\:border-l-red-200\/70 {
    border-left-color: rgb(254 202 202 / 0.7);
  }

  .\32xl\:border-l-red-200\/75 {
    border-left-color: rgb(254 202 202 / 0.75);
  }

  .\32xl\:border-l-red-200\/80 {
    border-left-color: rgb(254 202 202 / 0.8);
  }

  .\32xl\:border-l-red-200\/85 {
    border-left-color: rgb(254 202 202 / 0.85);
  }

  .\32xl\:border-l-red-200\/90 {
    border-left-color: rgb(254 202 202 / 0.9);
  }

  .\32xl\:border-l-red-200\/95 {
    border-left-color: rgb(254 202 202 / 0.95);
  }

  .\32xl\:border-l-red-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-300\/0 {
    border-left-color: rgb(252 165 165 / 0);
  }

  .\32xl\:border-l-red-300\/10 {
    border-left-color: rgb(252 165 165 / 0.1);
  }

  .\32xl\:border-l-red-300\/100 {
    border-left-color: rgb(252 165 165 / 1);
  }

  .\32xl\:border-l-red-300\/15 {
    border-left-color: rgb(252 165 165 / 0.15);
  }

  .\32xl\:border-l-red-300\/20 {
    border-left-color: rgb(252 165 165 / 0.2);
  }

  .\32xl\:border-l-red-300\/25 {
    border-left-color: rgb(252 165 165 / 0.25);
  }

  .\32xl\:border-l-red-300\/30 {
    border-left-color: rgb(252 165 165 / 0.3);
  }

  .\32xl\:border-l-red-300\/35 {
    border-left-color: rgb(252 165 165 / 0.35);
  }

  .\32xl\:border-l-red-300\/40 {
    border-left-color: rgb(252 165 165 / 0.4);
  }

  .\32xl\:border-l-red-300\/45 {
    border-left-color: rgb(252 165 165 / 0.45);
  }

  .\32xl\:border-l-red-300\/5 {
    border-left-color: rgb(252 165 165 / 0.05);
  }

  .\32xl\:border-l-red-300\/50 {
    border-left-color: rgb(252 165 165 / 0.5);
  }

  .\32xl\:border-l-red-300\/55 {
    border-left-color: rgb(252 165 165 / 0.55);
  }

  .\32xl\:border-l-red-300\/60 {
    border-left-color: rgb(252 165 165 / 0.6);
  }

  .\32xl\:border-l-red-300\/65 {
    border-left-color: rgb(252 165 165 / 0.65);
  }

  .\32xl\:border-l-red-300\/70 {
    border-left-color: rgb(252 165 165 / 0.7);
  }

  .\32xl\:border-l-red-300\/75 {
    border-left-color: rgb(252 165 165 / 0.75);
  }

  .\32xl\:border-l-red-300\/80 {
    border-left-color: rgb(252 165 165 / 0.8);
  }

  .\32xl\:border-l-red-300\/85 {
    border-left-color: rgb(252 165 165 / 0.85);
  }

  .\32xl\:border-l-red-300\/90 {
    border-left-color: rgb(252 165 165 / 0.9);
  }

  .\32xl\:border-l-red-300\/95 {
    border-left-color: rgb(252 165 165 / 0.95);
  }

  .\32xl\:border-l-red-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-400\/0 {
    border-left-color: rgb(248 113 113 / 0);
  }

  .\32xl\:border-l-red-400\/10 {
    border-left-color: rgb(248 113 113 / 0.1);
  }

  .\32xl\:border-l-red-400\/100 {
    border-left-color: rgb(248 113 113 / 1);
  }

  .\32xl\:border-l-red-400\/15 {
    border-left-color: rgb(248 113 113 / 0.15);
  }

  .\32xl\:border-l-red-400\/20 {
    border-left-color: rgb(248 113 113 / 0.2);
  }

  .\32xl\:border-l-red-400\/25 {
    border-left-color: rgb(248 113 113 / 0.25);
  }

  .\32xl\:border-l-red-400\/30 {
    border-left-color: rgb(248 113 113 / 0.3);
  }

  .\32xl\:border-l-red-400\/35 {
    border-left-color: rgb(248 113 113 / 0.35);
  }

  .\32xl\:border-l-red-400\/40 {
    border-left-color: rgb(248 113 113 / 0.4);
  }

  .\32xl\:border-l-red-400\/45 {
    border-left-color: rgb(248 113 113 / 0.45);
  }

  .\32xl\:border-l-red-400\/5 {
    border-left-color: rgb(248 113 113 / 0.05);
  }

  .\32xl\:border-l-red-400\/50 {
    border-left-color: rgb(248 113 113 / 0.5);
  }

  .\32xl\:border-l-red-400\/55 {
    border-left-color: rgb(248 113 113 / 0.55);
  }

  .\32xl\:border-l-red-400\/60 {
    border-left-color: rgb(248 113 113 / 0.6);
  }

  .\32xl\:border-l-red-400\/65 {
    border-left-color: rgb(248 113 113 / 0.65);
  }

  .\32xl\:border-l-red-400\/70 {
    border-left-color: rgb(248 113 113 / 0.7);
  }

  .\32xl\:border-l-red-400\/75 {
    border-left-color: rgb(248 113 113 / 0.75);
  }

  .\32xl\:border-l-red-400\/80 {
    border-left-color: rgb(248 113 113 / 0.8);
  }

  .\32xl\:border-l-red-400\/85 {
    border-left-color: rgb(248 113 113 / 0.85);
  }

  .\32xl\:border-l-red-400\/90 {
    border-left-color: rgb(248 113 113 / 0.9);
  }

  .\32xl\:border-l-red-400\/95 {
    border-left-color: rgb(248 113 113 / 0.95);
  }

  .\32xl\:border-l-red-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-50\/0 {
    border-left-color: rgb(254 242 242 / 0);
  }

  .\32xl\:border-l-red-50\/10 {
    border-left-color: rgb(254 242 242 / 0.1);
  }

  .\32xl\:border-l-red-50\/100 {
    border-left-color: rgb(254 242 242 / 1);
  }

  .\32xl\:border-l-red-50\/15 {
    border-left-color: rgb(254 242 242 / 0.15);
  }

  .\32xl\:border-l-red-50\/20 {
    border-left-color: rgb(254 242 242 / 0.2);
  }

  .\32xl\:border-l-red-50\/25 {
    border-left-color: rgb(254 242 242 / 0.25);
  }

  .\32xl\:border-l-red-50\/30 {
    border-left-color: rgb(254 242 242 / 0.3);
  }

  .\32xl\:border-l-red-50\/35 {
    border-left-color: rgb(254 242 242 / 0.35);
  }

  .\32xl\:border-l-red-50\/40 {
    border-left-color: rgb(254 242 242 / 0.4);
  }

  .\32xl\:border-l-red-50\/45 {
    border-left-color: rgb(254 242 242 / 0.45);
  }

  .\32xl\:border-l-red-50\/5 {
    border-left-color: rgb(254 242 242 / 0.05);
  }

  .\32xl\:border-l-red-50\/50 {
    border-left-color: rgb(254 242 242 / 0.5);
  }

  .\32xl\:border-l-red-50\/55 {
    border-left-color: rgb(254 242 242 / 0.55);
  }

  .\32xl\:border-l-red-50\/60 {
    border-left-color: rgb(254 242 242 / 0.6);
  }

  .\32xl\:border-l-red-50\/65 {
    border-left-color: rgb(254 242 242 / 0.65);
  }

  .\32xl\:border-l-red-50\/70 {
    border-left-color: rgb(254 242 242 / 0.7);
  }

  .\32xl\:border-l-red-50\/75 {
    border-left-color: rgb(254 242 242 / 0.75);
  }

  .\32xl\:border-l-red-50\/80 {
    border-left-color: rgb(254 242 242 / 0.8);
  }

  .\32xl\:border-l-red-50\/85 {
    border-left-color: rgb(254 242 242 / 0.85);
  }

  .\32xl\:border-l-red-50\/90 {
    border-left-color: rgb(254 242 242 / 0.9);
  }

  .\32xl\:border-l-red-50\/95 {
    border-left-color: rgb(254 242 242 / 0.95);
  }

  .\32xl\:border-l-red-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-500\/0 {
    border-left-color: rgb(239 68 68 / 0);
  }

  .\32xl\:border-l-red-500\/10 {
    border-left-color: rgb(239 68 68 / 0.1);
  }

  .\32xl\:border-l-red-500\/100 {
    border-left-color: rgb(239 68 68 / 1);
  }

  .\32xl\:border-l-red-500\/15 {
    border-left-color: rgb(239 68 68 / 0.15);
  }

  .\32xl\:border-l-red-500\/20 {
    border-left-color: rgb(239 68 68 / 0.2);
  }

  .\32xl\:border-l-red-500\/25 {
    border-left-color: rgb(239 68 68 / 0.25);
  }

  .\32xl\:border-l-red-500\/30 {
    border-left-color: rgb(239 68 68 / 0.3);
  }

  .\32xl\:border-l-red-500\/35 {
    border-left-color: rgb(239 68 68 / 0.35);
  }

  .\32xl\:border-l-red-500\/40 {
    border-left-color: rgb(239 68 68 / 0.4);
  }

  .\32xl\:border-l-red-500\/45 {
    border-left-color: rgb(239 68 68 / 0.45);
  }

  .\32xl\:border-l-red-500\/5 {
    border-left-color: rgb(239 68 68 / 0.05);
  }

  .\32xl\:border-l-red-500\/50 {
    border-left-color: rgb(239 68 68 / 0.5);
  }

  .\32xl\:border-l-red-500\/55 {
    border-left-color: rgb(239 68 68 / 0.55);
  }

  .\32xl\:border-l-red-500\/60 {
    border-left-color: rgb(239 68 68 / 0.6);
  }

  .\32xl\:border-l-red-500\/65 {
    border-left-color: rgb(239 68 68 / 0.65);
  }

  .\32xl\:border-l-red-500\/70 {
    border-left-color: rgb(239 68 68 / 0.7);
  }

  .\32xl\:border-l-red-500\/75 {
    border-left-color: rgb(239 68 68 / 0.75);
  }

  .\32xl\:border-l-red-500\/80 {
    border-left-color: rgb(239 68 68 / 0.8);
  }

  .\32xl\:border-l-red-500\/85 {
    border-left-color: rgb(239 68 68 / 0.85);
  }

  .\32xl\:border-l-red-500\/90 {
    border-left-color: rgb(239 68 68 / 0.9);
  }

  .\32xl\:border-l-red-500\/95 {
    border-left-color: rgb(239 68 68 / 0.95);
  }

  .\32xl\:border-l-red-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-600\/0 {
    border-left-color: rgb(220 38 38 / 0);
  }

  .\32xl\:border-l-red-600\/10 {
    border-left-color: rgb(220 38 38 / 0.1);
  }

  .\32xl\:border-l-red-600\/100 {
    border-left-color: rgb(220 38 38 / 1);
  }

  .\32xl\:border-l-red-600\/15 {
    border-left-color: rgb(220 38 38 / 0.15);
  }

  .\32xl\:border-l-red-600\/20 {
    border-left-color: rgb(220 38 38 / 0.2);
  }

  .\32xl\:border-l-red-600\/25 {
    border-left-color: rgb(220 38 38 / 0.25);
  }

  .\32xl\:border-l-red-600\/30 {
    border-left-color: rgb(220 38 38 / 0.3);
  }

  .\32xl\:border-l-red-600\/35 {
    border-left-color: rgb(220 38 38 / 0.35);
  }

  .\32xl\:border-l-red-600\/40 {
    border-left-color: rgb(220 38 38 / 0.4);
  }

  .\32xl\:border-l-red-600\/45 {
    border-left-color: rgb(220 38 38 / 0.45);
  }

  .\32xl\:border-l-red-600\/5 {
    border-left-color: rgb(220 38 38 / 0.05);
  }

  .\32xl\:border-l-red-600\/50 {
    border-left-color: rgb(220 38 38 / 0.5);
  }

  .\32xl\:border-l-red-600\/55 {
    border-left-color: rgb(220 38 38 / 0.55);
  }

  .\32xl\:border-l-red-600\/60 {
    border-left-color: rgb(220 38 38 / 0.6);
  }

  .\32xl\:border-l-red-600\/65 {
    border-left-color: rgb(220 38 38 / 0.65);
  }

  .\32xl\:border-l-red-600\/70 {
    border-left-color: rgb(220 38 38 / 0.7);
  }

  .\32xl\:border-l-red-600\/75 {
    border-left-color: rgb(220 38 38 / 0.75);
  }

  .\32xl\:border-l-red-600\/80 {
    border-left-color: rgb(220 38 38 / 0.8);
  }

  .\32xl\:border-l-red-600\/85 {
    border-left-color: rgb(220 38 38 / 0.85);
  }

  .\32xl\:border-l-red-600\/90 {
    border-left-color: rgb(220 38 38 / 0.9);
  }

  .\32xl\:border-l-red-600\/95 {
    border-left-color: rgb(220 38 38 / 0.95);
  }

  .\32xl\:border-l-red-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-700\/0 {
    border-left-color: rgb(185 28 28 / 0);
  }

  .\32xl\:border-l-red-700\/10 {
    border-left-color: rgb(185 28 28 / 0.1);
  }

  .\32xl\:border-l-red-700\/100 {
    border-left-color: rgb(185 28 28 / 1);
  }

  .\32xl\:border-l-red-700\/15 {
    border-left-color: rgb(185 28 28 / 0.15);
  }

  .\32xl\:border-l-red-700\/20 {
    border-left-color: rgb(185 28 28 / 0.2);
  }

  .\32xl\:border-l-red-700\/25 {
    border-left-color: rgb(185 28 28 / 0.25);
  }

  .\32xl\:border-l-red-700\/30 {
    border-left-color: rgb(185 28 28 / 0.3);
  }

  .\32xl\:border-l-red-700\/35 {
    border-left-color: rgb(185 28 28 / 0.35);
  }

  .\32xl\:border-l-red-700\/40 {
    border-left-color: rgb(185 28 28 / 0.4);
  }

  .\32xl\:border-l-red-700\/45 {
    border-left-color: rgb(185 28 28 / 0.45);
  }

  .\32xl\:border-l-red-700\/5 {
    border-left-color: rgb(185 28 28 / 0.05);
  }

  .\32xl\:border-l-red-700\/50 {
    border-left-color: rgb(185 28 28 / 0.5);
  }

  .\32xl\:border-l-red-700\/55 {
    border-left-color: rgb(185 28 28 / 0.55);
  }

  .\32xl\:border-l-red-700\/60 {
    border-left-color: rgb(185 28 28 / 0.6);
  }

  .\32xl\:border-l-red-700\/65 {
    border-left-color: rgb(185 28 28 / 0.65);
  }

  .\32xl\:border-l-red-700\/70 {
    border-left-color: rgb(185 28 28 / 0.7);
  }

  .\32xl\:border-l-red-700\/75 {
    border-left-color: rgb(185 28 28 / 0.75);
  }

  .\32xl\:border-l-red-700\/80 {
    border-left-color: rgb(185 28 28 / 0.8);
  }

  .\32xl\:border-l-red-700\/85 {
    border-left-color: rgb(185 28 28 / 0.85);
  }

  .\32xl\:border-l-red-700\/90 {
    border-left-color: rgb(185 28 28 / 0.9);
  }

  .\32xl\:border-l-red-700\/95 {
    border-left-color: rgb(185 28 28 / 0.95);
  }

  .\32xl\:border-l-red-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-800\/0 {
    border-left-color: rgb(153 27 27 / 0);
  }

  .\32xl\:border-l-red-800\/10 {
    border-left-color: rgb(153 27 27 / 0.1);
  }

  .\32xl\:border-l-red-800\/100 {
    border-left-color: rgb(153 27 27 / 1);
  }

  .\32xl\:border-l-red-800\/15 {
    border-left-color: rgb(153 27 27 / 0.15);
  }

  .\32xl\:border-l-red-800\/20 {
    border-left-color: rgb(153 27 27 / 0.2);
  }

  .\32xl\:border-l-red-800\/25 {
    border-left-color: rgb(153 27 27 / 0.25);
  }

  .\32xl\:border-l-red-800\/30 {
    border-left-color: rgb(153 27 27 / 0.3);
  }

  .\32xl\:border-l-red-800\/35 {
    border-left-color: rgb(153 27 27 / 0.35);
  }

  .\32xl\:border-l-red-800\/40 {
    border-left-color: rgb(153 27 27 / 0.4);
  }

  .\32xl\:border-l-red-800\/45 {
    border-left-color: rgb(153 27 27 / 0.45);
  }

  .\32xl\:border-l-red-800\/5 {
    border-left-color: rgb(153 27 27 / 0.05);
  }

  .\32xl\:border-l-red-800\/50 {
    border-left-color: rgb(153 27 27 / 0.5);
  }

  .\32xl\:border-l-red-800\/55 {
    border-left-color: rgb(153 27 27 / 0.55);
  }

  .\32xl\:border-l-red-800\/60 {
    border-left-color: rgb(153 27 27 / 0.6);
  }

  .\32xl\:border-l-red-800\/65 {
    border-left-color: rgb(153 27 27 / 0.65);
  }

  .\32xl\:border-l-red-800\/70 {
    border-left-color: rgb(153 27 27 / 0.7);
  }

  .\32xl\:border-l-red-800\/75 {
    border-left-color: rgb(153 27 27 / 0.75);
  }

  .\32xl\:border-l-red-800\/80 {
    border-left-color: rgb(153 27 27 / 0.8);
  }

  .\32xl\:border-l-red-800\/85 {
    border-left-color: rgb(153 27 27 / 0.85);
  }

  .\32xl\:border-l-red-800\/90 {
    border-left-color: rgb(153 27 27 / 0.9);
  }

  .\32xl\:border-l-red-800\/95 {
    border-left-color: rgb(153 27 27 / 0.95);
  }

  .\32xl\:border-l-red-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-900\/0 {
    border-left-color: rgb(127 29 29 / 0);
  }

  .\32xl\:border-l-red-900\/10 {
    border-left-color: rgb(127 29 29 / 0.1);
  }

  .\32xl\:border-l-red-900\/100 {
    border-left-color: rgb(127 29 29 / 1);
  }

  .\32xl\:border-l-red-900\/15 {
    border-left-color: rgb(127 29 29 / 0.15);
  }

  .\32xl\:border-l-red-900\/20 {
    border-left-color: rgb(127 29 29 / 0.2);
  }

  .\32xl\:border-l-red-900\/25 {
    border-left-color: rgb(127 29 29 / 0.25);
  }

  .\32xl\:border-l-red-900\/30 {
    border-left-color: rgb(127 29 29 / 0.3);
  }

  .\32xl\:border-l-red-900\/35 {
    border-left-color: rgb(127 29 29 / 0.35);
  }

  .\32xl\:border-l-red-900\/40 {
    border-left-color: rgb(127 29 29 / 0.4);
  }

  .\32xl\:border-l-red-900\/45 {
    border-left-color: rgb(127 29 29 / 0.45);
  }

  .\32xl\:border-l-red-900\/5 {
    border-left-color: rgb(127 29 29 / 0.05);
  }

  .\32xl\:border-l-red-900\/50 {
    border-left-color: rgb(127 29 29 / 0.5);
  }

  .\32xl\:border-l-red-900\/55 {
    border-left-color: rgb(127 29 29 / 0.55);
  }

  .\32xl\:border-l-red-900\/60 {
    border-left-color: rgb(127 29 29 / 0.6);
  }

  .\32xl\:border-l-red-900\/65 {
    border-left-color: rgb(127 29 29 / 0.65);
  }

  .\32xl\:border-l-red-900\/70 {
    border-left-color: rgb(127 29 29 / 0.7);
  }

  .\32xl\:border-l-red-900\/75 {
    border-left-color: rgb(127 29 29 / 0.75);
  }

  .\32xl\:border-l-red-900\/80 {
    border-left-color: rgb(127 29 29 / 0.8);
  }

  .\32xl\:border-l-red-900\/85 {
    border-left-color: rgb(127 29 29 / 0.85);
  }

  .\32xl\:border-l-red-900\/90 {
    border-left-color: rgb(127 29 29 / 0.9);
  }

  .\32xl\:border-l-red-900\/95 {
    border-left-color: rgb(127 29 29 / 0.95);
  }

  .\32xl\:border-l-red-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-red-950\/0 {
    border-left-color: rgb(69 10 10 / 0);
  }

  .\32xl\:border-l-red-950\/10 {
    border-left-color: rgb(69 10 10 / 0.1);
  }

  .\32xl\:border-l-red-950\/100 {
    border-left-color: rgb(69 10 10 / 1);
  }

  .\32xl\:border-l-red-950\/15 {
    border-left-color: rgb(69 10 10 / 0.15);
  }

  .\32xl\:border-l-red-950\/20 {
    border-left-color: rgb(69 10 10 / 0.2);
  }

  .\32xl\:border-l-red-950\/25 {
    border-left-color: rgb(69 10 10 / 0.25);
  }

  .\32xl\:border-l-red-950\/30 {
    border-left-color: rgb(69 10 10 / 0.3);
  }

  .\32xl\:border-l-red-950\/35 {
    border-left-color: rgb(69 10 10 / 0.35);
  }

  .\32xl\:border-l-red-950\/40 {
    border-left-color: rgb(69 10 10 / 0.4);
  }

  .\32xl\:border-l-red-950\/45 {
    border-left-color: rgb(69 10 10 / 0.45);
  }

  .\32xl\:border-l-red-950\/5 {
    border-left-color: rgb(69 10 10 / 0.05);
  }

  .\32xl\:border-l-red-950\/50 {
    border-left-color: rgb(69 10 10 / 0.5);
  }

  .\32xl\:border-l-red-950\/55 {
    border-left-color: rgb(69 10 10 / 0.55);
  }

  .\32xl\:border-l-red-950\/60 {
    border-left-color: rgb(69 10 10 / 0.6);
  }

  .\32xl\:border-l-red-950\/65 {
    border-left-color: rgb(69 10 10 / 0.65);
  }

  .\32xl\:border-l-red-950\/70 {
    border-left-color: rgb(69 10 10 / 0.7);
  }

  .\32xl\:border-l-red-950\/75 {
    border-left-color: rgb(69 10 10 / 0.75);
  }

  .\32xl\:border-l-red-950\/80 {
    border-left-color: rgb(69 10 10 / 0.8);
  }

  .\32xl\:border-l-red-950\/85 {
    border-left-color: rgb(69 10 10 / 0.85);
  }

  .\32xl\:border-l-red-950\/90 {
    border-left-color: rgb(69 10 10 / 0.9);
  }

  .\32xl\:border-l-red-950\/95 {
    border-left-color: rgb(69 10 10 / 0.95);
  }

  .\32xl\:border-l-ring {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-ring\/0 {
    border-left-color: hsl(var(--ring) / 0);
  }

  .\32xl\:border-l-ring\/10 {
    border-left-color: hsl(var(--ring) / 0.1);
  }

  .\32xl\:border-l-ring\/100 {
    border-left-color: hsl(var(--ring) / 1);
  }

  .\32xl\:border-l-ring\/15 {
    border-left-color: hsl(var(--ring) / 0.15);
  }

  .\32xl\:border-l-ring\/20 {
    border-left-color: hsl(var(--ring) / 0.2);
  }

  .\32xl\:border-l-ring\/25 {
    border-left-color: hsl(var(--ring) / 0.25);
  }

  .\32xl\:border-l-ring\/30 {
    border-left-color: hsl(var(--ring) / 0.3);
  }

  .\32xl\:border-l-ring\/35 {
    border-left-color: hsl(var(--ring) / 0.35);
  }

  .\32xl\:border-l-ring\/40 {
    border-left-color: hsl(var(--ring) / 0.4);
  }

  .\32xl\:border-l-ring\/45 {
    border-left-color: hsl(var(--ring) / 0.45);
  }

  .\32xl\:border-l-ring\/5 {
    border-left-color: hsl(var(--ring) / 0.05);
  }

  .\32xl\:border-l-ring\/50 {
    border-left-color: hsl(var(--ring) / 0.5);
  }

  .\32xl\:border-l-ring\/55 {
    border-left-color: hsl(var(--ring) / 0.55);
  }

  .\32xl\:border-l-ring\/60 {
    border-left-color: hsl(var(--ring) / 0.6);
  }

  .\32xl\:border-l-ring\/65 {
    border-left-color: hsl(var(--ring) / 0.65);
  }

  .\32xl\:border-l-ring\/70 {
    border-left-color: hsl(var(--ring) / 0.7);
  }

  .\32xl\:border-l-ring\/75 {
    border-left-color: hsl(var(--ring) / 0.75);
  }

  .\32xl\:border-l-ring\/80 {
    border-left-color: hsl(var(--ring) / 0.8);
  }

  .\32xl\:border-l-ring\/85 {
    border-left-color: hsl(var(--ring) / 0.85);
  }

  .\32xl\:border-l-ring\/90 {
    border-left-color: hsl(var(--ring) / 0.9);
  }

  .\32xl\:border-l-ring\/95 {
    border-left-color: hsl(var(--ring) / 0.95);
  }

  .\32xl\:border-l-rose-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-100\/0 {
    border-left-color: rgb(255 228 230 / 0);
  }

  .\32xl\:border-l-rose-100\/10 {
    border-left-color: rgb(255 228 230 / 0.1);
  }

  .\32xl\:border-l-rose-100\/100 {
    border-left-color: rgb(255 228 230 / 1);
  }

  .\32xl\:border-l-rose-100\/15 {
    border-left-color: rgb(255 228 230 / 0.15);
  }

  .\32xl\:border-l-rose-100\/20 {
    border-left-color: rgb(255 228 230 / 0.2);
  }

  .\32xl\:border-l-rose-100\/25 {
    border-left-color: rgb(255 228 230 / 0.25);
  }

  .\32xl\:border-l-rose-100\/30 {
    border-left-color: rgb(255 228 230 / 0.3);
  }

  .\32xl\:border-l-rose-100\/35 {
    border-left-color: rgb(255 228 230 / 0.35);
  }

  .\32xl\:border-l-rose-100\/40 {
    border-left-color: rgb(255 228 230 / 0.4);
  }

  .\32xl\:border-l-rose-100\/45 {
    border-left-color: rgb(255 228 230 / 0.45);
  }

  .\32xl\:border-l-rose-100\/5 {
    border-left-color: rgb(255 228 230 / 0.05);
  }

  .\32xl\:border-l-rose-100\/50 {
    border-left-color: rgb(255 228 230 / 0.5);
  }

  .\32xl\:border-l-rose-100\/55 {
    border-left-color: rgb(255 228 230 / 0.55);
  }

  .\32xl\:border-l-rose-100\/60 {
    border-left-color: rgb(255 228 230 / 0.6);
  }

  .\32xl\:border-l-rose-100\/65 {
    border-left-color: rgb(255 228 230 / 0.65);
  }

  .\32xl\:border-l-rose-100\/70 {
    border-left-color: rgb(255 228 230 / 0.7);
  }

  .\32xl\:border-l-rose-100\/75 {
    border-left-color: rgb(255 228 230 / 0.75);
  }

  .\32xl\:border-l-rose-100\/80 {
    border-left-color: rgb(255 228 230 / 0.8);
  }

  .\32xl\:border-l-rose-100\/85 {
    border-left-color: rgb(255 228 230 / 0.85);
  }

  .\32xl\:border-l-rose-100\/90 {
    border-left-color: rgb(255 228 230 / 0.9);
  }

  .\32xl\:border-l-rose-100\/95 {
    border-left-color: rgb(255 228 230 / 0.95);
  }

  .\32xl\:border-l-rose-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-200\/0 {
    border-left-color: rgb(254 205 211 / 0);
  }

  .\32xl\:border-l-rose-200\/10 {
    border-left-color: rgb(254 205 211 / 0.1);
  }

  .\32xl\:border-l-rose-200\/100 {
    border-left-color: rgb(254 205 211 / 1);
  }

  .\32xl\:border-l-rose-200\/15 {
    border-left-color: rgb(254 205 211 / 0.15);
  }

  .\32xl\:border-l-rose-200\/20 {
    border-left-color: rgb(254 205 211 / 0.2);
  }

  .\32xl\:border-l-rose-200\/25 {
    border-left-color: rgb(254 205 211 / 0.25);
  }

  .\32xl\:border-l-rose-200\/30 {
    border-left-color: rgb(254 205 211 / 0.3);
  }

  .\32xl\:border-l-rose-200\/35 {
    border-left-color: rgb(254 205 211 / 0.35);
  }

  .\32xl\:border-l-rose-200\/40 {
    border-left-color: rgb(254 205 211 / 0.4);
  }

  .\32xl\:border-l-rose-200\/45 {
    border-left-color: rgb(254 205 211 / 0.45);
  }

  .\32xl\:border-l-rose-200\/5 {
    border-left-color: rgb(254 205 211 / 0.05);
  }

  .\32xl\:border-l-rose-200\/50 {
    border-left-color: rgb(254 205 211 / 0.5);
  }

  .\32xl\:border-l-rose-200\/55 {
    border-left-color: rgb(254 205 211 / 0.55);
  }

  .\32xl\:border-l-rose-200\/60 {
    border-left-color: rgb(254 205 211 / 0.6);
  }

  .\32xl\:border-l-rose-200\/65 {
    border-left-color: rgb(254 205 211 / 0.65);
  }

  .\32xl\:border-l-rose-200\/70 {
    border-left-color: rgb(254 205 211 / 0.7);
  }

  .\32xl\:border-l-rose-200\/75 {
    border-left-color: rgb(254 205 211 / 0.75);
  }

  .\32xl\:border-l-rose-200\/80 {
    border-left-color: rgb(254 205 211 / 0.8);
  }

  .\32xl\:border-l-rose-200\/85 {
    border-left-color: rgb(254 205 211 / 0.85);
  }

  .\32xl\:border-l-rose-200\/90 {
    border-left-color: rgb(254 205 211 / 0.9);
  }

  .\32xl\:border-l-rose-200\/95 {
    border-left-color: rgb(254 205 211 / 0.95);
  }

  .\32xl\:border-l-rose-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-300\/0 {
    border-left-color: rgb(253 164 175 / 0);
  }

  .\32xl\:border-l-rose-300\/10 {
    border-left-color: rgb(253 164 175 / 0.1);
  }

  .\32xl\:border-l-rose-300\/100 {
    border-left-color: rgb(253 164 175 / 1);
  }

  .\32xl\:border-l-rose-300\/15 {
    border-left-color: rgb(253 164 175 / 0.15);
  }

  .\32xl\:border-l-rose-300\/20 {
    border-left-color: rgb(253 164 175 / 0.2);
  }

  .\32xl\:border-l-rose-300\/25 {
    border-left-color: rgb(253 164 175 / 0.25);
  }

  .\32xl\:border-l-rose-300\/30 {
    border-left-color: rgb(253 164 175 / 0.3);
  }

  .\32xl\:border-l-rose-300\/35 {
    border-left-color: rgb(253 164 175 / 0.35);
  }

  .\32xl\:border-l-rose-300\/40 {
    border-left-color: rgb(253 164 175 / 0.4);
  }

  .\32xl\:border-l-rose-300\/45 {
    border-left-color: rgb(253 164 175 / 0.45);
  }

  .\32xl\:border-l-rose-300\/5 {
    border-left-color: rgb(253 164 175 / 0.05);
  }

  .\32xl\:border-l-rose-300\/50 {
    border-left-color: rgb(253 164 175 / 0.5);
  }

  .\32xl\:border-l-rose-300\/55 {
    border-left-color: rgb(253 164 175 / 0.55);
  }

  .\32xl\:border-l-rose-300\/60 {
    border-left-color: rgb(253 164 175 / 0.6);
  }

  .\32xl\:border-l-rose-300\/65 {
    border-left-color: rgb(253 164 175 / 0.65);
  }

  .\32xl\:border-l-rose-300\/70 {
    border-left-color: rgb(253 164 175 / 0.7);
  }

  .\32xl\:border-l-rose-300\/75 {
    border-left-color: rgb(253 164 175 / 0.75);
  }

  .\32xl\:border-l-rose-300\/80 {
    border-left-color: rgb(253 164 175 / 0.8);
  }

  .\32xl\:border-l-rose-300\/85 {
    border-left-color: rgb(253 164 175 / 0.85);
  }

  .\32xl\:border-l-rose-300\/90 {
    border-left-color: rgb(253 164 175 / 0.9);
  }

  .\32xl\:border-l-rose-300\/95 {
    border-left-color: rgb(253 164 175 / 0.95);
  }

  .\32xl\:border-l-rose-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-400\/0 {
    border-left-color: rgb(251 113 133 / 0);
  }

  .\32xl\:border-l-rose-400\/10 {
    border-left-color: rgb(251 113 133 / 0.1);
  }

  .\32xl\:border-l-rose-400\/100 {
    border-left-color: rgb(251 113 133 / 1);
  }

  .\32xl\:border-l-rose-400\/15 {
    border-left-color: rgb(251 113 133 / 0.15);
  }

  .\32xl\:border-l-rose-400\/20 {
    border-left-color: rgb(251 113 133 / 0.2);
  }

  .\32xl\:border-l-rose-400\/25 {
    border-left-color: rgb(251 113 133 / 0.25);
  }

  .\32xl\:border-l-rose-400\/30 {
    border-left-color: rgb(251 113 133 / 0.3);
  }

  .\32xl\:border-l-rose-400\/35 {
    border-left-color: rgb(251 113 133 / 0.35);
  }

  .\32xl\:border-l-rose-400\/40 {
    border-left-color: rgb(251 113 133 / 0.4);
  }

  .\32xl\:border-l-rose-400\/45 {
    border-left-color: rgb(251 113 133 / 0.45);
  }

  .\32xl\:border-l-rose-400\/5 {
    border-left-color: rgb(251 113 133 / 0.05);
  }

  .\32xl\:border-l-rose-400\/50 {
    border-left-color: rgb(251 113 133 / 0.5);
  }

  .\32xl\:border-l-rose-400\/55 {
    border-left-color: rgb(251 113 133 / 0.55);
  }

  .\32xl\:border-l-rose-400\/60 {
    border-left-color: rgb(251 113 133 / 0.6);
  }

  .\32xl\:border-l-rose-400\/65 {
    border-left-color: rgb(251 113 133 / 0.65);
  }

  .\32xl\:border-l-rose-400\/70 {
    border-left-color: rgb(251 113 133 / 0.7);
  }

  .\32xl\:border-l-rose-400\/75 {
    border-left-color: rgb(251 113 133 / 0.75);
  }

  .\32xl\:border-l-rose-400\/80 {
    border-left-color: rgb(251 113 133 / 0.8);
  }

  .\32xl\:border-l-rose-400\/85 {
    border-left-color: rgb(251 113 133 / 0.85);
  }

  .\32xl\:border-l-rose-400\/90 {
    border-left-color: rgb(251 113 133 / 0.9);
  }

  .\32xl\:border-l-rose-400\/95 {
    border-left-color: rgb(251 113 133 / 0.95);
  }

  .\32xl\:border-l-rose-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-50\/0 {
    border-left-color: rgb(255 241 242 / 0);
  }

  .\32xl\:border-l-rose-50\/10 {
    border-left-color: rgb(255 241 242 / 0.1);
  }

  .\32xl\:border-l-rose-50\/100 {
    border-left-color: rgb(255 241 242 / 1);
  }

  .\32xl\:border-l-rose-50\/15 {
    border-left-color: rgb(255 241 242 / 0.15);
  }

  .\32xl\:border-l-rose-50\/20 {
    border-left-color: rgb(255 241 242 / 0.2);
  }

  .\32xl\:border-l-rose-50\/25 {
    border-left-color: rgb(255 241 242 / 0.25);
  }

  .\32xl\:border-l-rose-50\/30 {
    border-left-color: rgb(255 241 242 / 0.3);
  }

  .\32xl\:border-l-rose-50\/35 {
    border-left-color: rgb(255 241 242 / 0.35);
  }

  .\32xl\:border-l-rose-50\/40 {
    border-left-color: rgb(255 241 242 / 0.4);
  }

  .\32xl\:border-l-rose-50\/45 {
    border-left-color: rgb(255 241 242 / 0.45);
  }

  .\32xl\:border-l-rose-50\/5 {
    border-left-color: rgb(255 241 242 / 0.05);
  }

  .\32xl\:border-l-rose-50\/50 {
    border-left-color: rgb(255 241 242 / 0.5);
  }

  .\32xl\:border-l-rose-50\/55 {
    border-left-color: rgb(255 241 242 / 0.55);
  }

  .\32xl\:border-l-rose-50\/60 {
    border-left-color: rgb(255 241 242 / 0.6);
  }

  .\32xl\:border-l-rose-50\/65 {
    border-left-color: rgb(255 241 242 / 0.65);
  }

  .\32xl\:border-l-rose-50\/70 {
    border-left-color: rgb(255 241 242 / 0.7);
  }

  .\32xl\:border-l-rose-50\/75 {
    border-left-color: rgb(255 241 242 / 0.75);
  }

  .\32xl\:border-l-rose-50\/80 {
    border-left-color: rgb(255 241 242 / 0.8);
  }

  .\32xl\:border-l-rose-50\/85 {
    border-left-color: rgb(255 241 242 / 0.85);
  }

  .\32xl\:border-l-rose-50\/90 {
    border-left-color: rgb(255 241 242 / 0.9);
  }

  .\32xl\:border-l-rose-50\/95 {
    border-left-color: rgb(255 241 242 / 0.95);
  }

  .\32xl\:border-l-rose-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-500\/0 {
    border-left-color: rgb(244 63 94 / 0);
  }

  .\32xl\:border-l-rose-500\/10 {
    border-left-color: rgb(244 63 94 / 0.1);
  }

  .\32xl\:border-l-rose-500\/100 {
    border-left-color: rgb(244 63 94 / 1);
  }

  .\32xl\:border-l-rose-500\/15 {
    border-left-color: rgb(244 63 94 / 0.15);
  }

  .\32xl\:border-l-rose-500\/20 {
    border-left-color: rgb(244 63 94 / 0.2);
  }

  .\32xl\:border-l-rose-500\/25 {
    border-left-color: rgb(244 63 94 / 0.25);
  }

  .\32xl\:border-l-rose-500\/30 {
    border-left-color: rgb(244 63 94 / 0.3);
  }

  .\32xl\:border-l-rose-500\/35 {
    border-left-color: rgb(244 63 94 / 0.35);
  }

  .\32xl\:border-l-rose-500\/40 {
    border-left-color: rgb(244 63 94 / 0.4);
  }

  .\32xl\:border-l-rose-500\/45 {
    border-left-color: rgb(244 63 94 / 0.45);
  }

  .\32xl\:border-l-rose-500\/5 {
    border-left-color: rgb(244 63 94 / 0.05);
  }

  .\32xl\:border-l-rose-500\/50 {
    border-left-color: rgb(244 63 94 / 0.5);
  }

  .\32xl\:border-l-rose-500\/55 {
    border-left-color: rgb(244 63 94 / 0.55);
  }

  .\32xl\:border-l-rose-500\/60 {
    border-left-color: rgb(244 63 94 / 0.6);
  }

  .\32xl\:border-l-rose-500\/65 {
    border-left-color: rgb(244 63 94 / 0.65);
  }

  .\32xl\:border-l-rose-500\/70 {
    border-left-color: rgb(244 63 94 / 0.7);
  }

  .\32xl\:border-l-rose-500\/75 {
    border-left-color: rgb(244 63 94 / 0.75);
  }

  .\32xl\:border-l-rose-500\/80 {
    border-left-color: rgb(244 63 94 / 0.8);
  }

  .\32xl\:border-l-rose-500\/85 {
    border-left-color: rgb(244 63 94 / 0.85);
  }

  .\32xl\:border-l-rose-500\/90 {
    border-left-color: rgb(244 63 94 / 0.9);
  }

  .\32xl\:border-l-rose-500\/95 {
    border-left-color: rgb(244 63 94 / 0.95);
  }

  .\32xl\:border-l-rose-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-600\/0 {
    border-left-color: rgb(225 29 72 / 0);
  }

  .\32xl\:border-l-rose-600\/10 {
    border-left-color: rgb(225 29 72 / 0.1);
  }

  .\32xl\:border-l-rose-600\/100 {
    border-left-color: rgb(225 29 72 / 1);
  }

  .\32xl\:border-l-rose-600\/15 {
    border-left-color: rgb(225 29 72 / 0.15);
  }

  .\32xl\:border-l-rose-600\/20 {
    border-left-color: rgb(225 29 72 / 0.2);
  }

  .\32xl\:border-l-rose-600\/25 {
    border-left-color: rgb(225 29 72 / 0.25);
  }

  .\32xl\:border-l-rose-600\/30 {
    border-left-color: rgb(225 29 72 / 0.3);
  }

  .\32xl\:border-l-rose-600\/35 {
    border-left-color: rgb(225 29 72 / 0.35);
  }

  .\32xl\:border-l-rose-600\/40 {
    border-left-color: rgb(225 29 72 / 0.4);
  }

  .\32xl\:border-l-rose-600\/45 {
    border-left-color: rgb(225 29 72 / 0.45);
  }

  .\32xl\:border-l-rose-600\/5 {
    border-left-color: rgb(225 29 72 / 0.05);
  }

  .\32xl\:border-l-rose-600\/50 {
    border-left-color: rgb(225 29 72 / 0.5);
  }

  .\32xl\:border-l-rose-600\/55 {
    border-left-color: rgb(225 29 72 / 0.55);
  }

  .\32xl\:border-l-rose-600\/60 {
    border-left-color: rgb(225 29 72 / 0.6);
  }

  .\32xl\:border-l-rose-600\/65 {
    border-left-color: rgb(225 29 72 / 0.65);
  }

  .\32xl\:border-l-rose-600\/70 {
    border-left-color: rgb(225 29 72 / 0.7);
  }

  .\32xl\:border-l-rose-600\/75 {
    border-left-color: rgb(225 29 72 / 0.75);
  }

  .\32xl\:border-l-rose-600\/80 {
    border-left-color: rgb(225 29 72 / 0.8);
  }

  .\32xl\:border-l-rose-600\/85 {
    border-left-color: rgb(225 29 72 / 0.85);
  }

  .\32xl\:border-l-rose-600\/90 {
    border-left-color: rgb(225 29 72 / 0.9);
  }

  .\32xl\:border-l-rose-600\/95 {
    border-left-color: rgb(225 29 72 / 0.95);
  }

  .\32xl\:border-l-rose-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-700\/0 {
    border-left-color: rgb(190 18 60 / 0);
  }

  .\32xl\:border-l-rose-700\/10 {
    border-left-color: rgb(190 18 60 / 0.1);
  }

  .\32xl\:border-l-rose-700\/100 {
    border-left-color: rgb(190 18 60 / 1);
  }

  .\32xl\:border-l-rose-700\/15 {
    border-left-color: rgb(190 18 60 / 0.15);
  }

  .\32xl\:border-l-rose-700\/20 {
    border-left-color: rgb(190 18 60 / 0.2);
  }

  .\32xl\:border-l-rose-700\/25 {
    border-left-color: rgb(190 18 60 / 0.25);
  }

  .\32xl\:border-l-rose-700\/30 {
    border-left-color: rgb(190 18 60 / 0.3);
  }

  .\32xl\:border-l-rose-700\/35 {
    border-left-color: rgb(190 18 60 / 0.35);
  }

  .\32xl\:border-l-rose-700\/40 {
    border-left-color: rgb(190 18 60 / 0.4);
  }

  .\32xl\:border-l-rose-700\/45 {
    border-left-color: rgb(190 18 60 / 0.45);
  }

  .\32xl\:border-l-rose-700\/5 {
    border-left-color: rgb(190 18 60 / 0.05);
  }

  .\32xl\:border-l-rose-700\/50 {
    border-left-color: rgb(190 18 60 / 0.5);
  }

  .\32xl\:border-l-rose-700\/55 {
    border-left-color: rgb(190 18 60 / 0.55);
  }

  .\32xl\:border-l-rose-700\/60 {
    border-left-color: rgb(190 18 60 / 0.6);
  }

  .\32xl\:border-l-rose-700\/65 {
    border-left-color: rgb(190 18 60 / 0.65);
  }

  .\32xl\:border-l-rose-700\/70 {
    border-left-color: rgb(190 18 60 / 0.7);
  }

  .\32xl\:border-l-rose-700\/75 {
    border-left-color: rgb(190 18 60 / 0.75);
  }

  .\32xl\:border-l-rose-700\/80 {
    border-left-color: rgb(190 18 60 / 0.8);
  }

  .\32xl\:border-l-rose-700\/85 {
    border-left-color: rgb(190 18 60 / 0.85);
  }

  .\32xl\:border-l-rose-700\/90 {
    border-left-color: rgb(190 18 60 / 0.9);
  }

  .\32xl\:border-l-rose-700\/95 {
    border-left-color: rgb(190 18 60 / 0.95);
  }

  .\32xl\:border-l-rose-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-800\/0 {
    border-left-color: rgb(159 18 57 / 0);
  }

  .\32xl\:border-l-rose-800\/10 {
    border-left-color: rgb(159 18 57 / 0.1);
  }

  .\32xl\:border-l-rose-800\/100 {
    border-left-color: rgb(159 18 57 / 1);
  }

  .\32xl\:border-l-rose-800\/15 {
    border-left-color: rgb(159 18 57 / 0.15);
  }

  .\32xl\:border-l-rose-800\/20 {
    border-left-color: rgb(159 18 57 / 0.2);
  }

  .\32xl\:border-l-rose-800\/25 {
    border-left-color: rgb(159 18 57 / 0.25);
  }

  .\32xl\:border-l-rose-800\/30 {
    border-left-color: rgb(159 18 57 / 0.3);
  }

  .\32xl\:border-l-rose-800\/35 {
    border-left-color: rgb(159 18 57 / 0.35);
  }

  .\32xl\:border-l-rose-800\/40 {
    border-left-color: rgb(159 18 57 / 0.4);
  }

  .\32xl\:border-l-rose-800\/45 {
    border-left-color: rgb(159 18 57 / 0.45);
  }

  .\32xl\:border-l-rose-800\/5 {
    border-left-color: rgb(159 18 57 / 0.05);
  }

  .\32xl\:border-l-rose-800\/50 {
    border-left-color: rgb(159 18 57 / 0.5);
  }

  .\32xl\:border-l-rose-800\/55 {
    border-left-color: rgb(159 18 57 / 0.55);
  }

  .\32xl\:border-l-rose-800\/60 {
    border-left-color: rgb(159 18 57 / 0.6);
  }

  .\32xl\:border-l-rose-800\/65 {
    border-left-color: rgb(159 18 57 / 0.65);
  }

  .\32xl\:border-l-rose-800\/70 {
    border-left-color: rgb(159 18 57 / 0.7);
  }

  .\32xl\:border-l-rose-800\/75 {
    border-left-color: rgb(159 18 57 / 0.75);
  }

  .\32xl\:border-l-rose-800\/80 {
    border-left-color: rgb(159 18 57 / 0.8);
  }

  .\32xl\:border-l-rose-800\/85 {
    border-left-color: rgb(159 18 57 / 0.85);
  }

  .\32xl\:border-l-rose-800\/90 {
    border-left-color: rgb(159 18 57 / 0.9);
  }

  .\32xl\:border-l-rose-800\/95 {
    border-left-color: rgb(159 18 57 / 0.95);
  }

  .\32xl\:border-l-rose-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-900\/0 {
    border-left-color: rgb(136 19 55 / 0);
  }

  .\32xl\:border-l-rose-900\/10 {
    border-left-color: rgb(136 19 55 / 0.1);
  }

  .\32xl\:border-l-rose-900\/100 {
    border-left-color: rgb(136 19 55 / 1);
  }

  .\32xl\:border-l-rose-900\/15 {
    border-left-color: rgb(136 19 55 / 0.15);
  }

  .\32xl\:border-l-rose-900\/20 {
    border-left-color: rgb(136 19 55 / 0.2);
  }

  .\32xl\:border-l-rose-900\/25 {
    border-left-color: rgb(136 19 55 / 0.25);
  }

  .\32xl\:border-l-rose-900\/30 {
    border-left-color: rgb(136 19 55 / 0.3);
  }

  .\32xl\:border-l-rose-900\/35 {
    border-left-color: rgb(136 19 55 / 0.35);
  }

  .\32xl\:border-l-rose-900\/40 {
    border-left-color: rgb(136 19 55 / 0.4);
  }

  .\32xl\:border-l-rose-900\/45 {
    border-left-color: rgb(136 19 55 / 0.45);
  }

  .\32xl\:border-l-rose-900\/5 {
    border-left-color: rgb(136 19 55 / 0.05);
  }

  .\32xl\:border-l-rose-900\/50 {
    border-left-color: rgb(136 19 55 / 0.5);
  }

  .\32xl\:border-l-rose-900\/55 {
    border-left-color: rgb(136 19 55 / 0.55);
  }

  .\32xl\:border-l-rose-900\/60 {
    border-left-color: rgb(136 19 55 / 0.6);
  }

  .\32xl\:border-l-rose-900\/65 {
    border-left-color: rgb(136 19 55 / 0.65);
  }

  .\32xl\:border-l-rose-900\/70 {
    border-left-color: rgb(136 19 55 / 0.7);
  }

  .\32xl\:border-l-rose-900\/75 {
    border-left-color: rgb(136 19 55 / 0.75);
  }

  .\32xl\:border-l-rose-900\/80 {
    border-left-color: rgb(136 19 55 / 0.8);
  }

  .\32xl\:border-l-rose-900\/85 {
    border-left-color: rgb(136 19 55 / 0.85);
  }

  .\32xl\:border-l-rose-900\/90 {
    border-left-color: rgb(136 19 55 / 0.9);
  }

  .\32xl\:border-l-rose-900\/95 {
    border-left-color: rgb(136 19 55 / 0.95);
  }

  .\32xl\:border-l-rose-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-rose-950\/0 {
    border-left-color: rgb(76 5 25 / 0);
  }

  .\32xl\:border-l-rose-950\/10 {
    border-left-color: rgb(76 5 25 / 0.1);
  }

  .\32xl\:border-l-rose-950\/100 {
    border-left-color: rgb(76 5 25 / 1);
  }

  .\32xl\:border-l-rose-950\/15 {
    border-left-color: rgb(76 5 25 / 0.15);
  }

  .\32xl\:border-l-rose-950\/20 {
    border-left-color: rgb(76 5 25 / 0.2);
  }

  .\32xl\:border-l-rose-950\/25 {
    border-left-color: rgb(76 5 25 / 0.25);
  }

  .\32xl\:border-l-rose-950\/30 {
    border-left-color: rgb(76 5 25 / 0.3);
  }

  .\32xl\:border-l-rose-950\/35 {
    border-left-color: rgb(76 5 25 / 0.35);
  }

  .\32xl\:border-l-rose-950\/40 {
    border-left-color: rgb(76 5 25 / 0.4);
  }

  .\32xl\:border-l-rose-950\/45 {
    border-left-color: rgb(76 5 25 / 0.45);
  }

  .\32xl\:border-l-rose-950\/5 {
    border-left-color: rgb(76 5 25 / 0.05);
  }

  .\32xl\:border-l-rose-950\/50 {
    border-left-color: rgb(76 5 25 / 0.5);
  }

  .\32xl\:border-l-rose-950\/55 {
    border-left-color: rgb(76 5 25 / 0.55);
  }

  .\32xl\:border-l-rose-950\/60 {
    border-left-color: rgb(76 5 25 / 0.6);
  }

  .\32xl\:border-l-rose-950\/65 {
    border-left-color: rgb(76 5 25 / 0.65);
  }

  .\32xl\:border-l-rose-950\/70 {
    border-left-color: rgb(76 5 25 / 0.7);
  }

  .\32xl\:border-l-rose-950\/75 {
    border-left-color: rgb(76 5 25 / 0.75);
  }

  .\32xl\:border-l-rose-950\/80 {
    border-left-color: rgb(76 5 25 / 0.8);
  }

  .\32xl\:border-l-rose-950\/85 {
    border-left-color: rgb(76 5 25 / 0.85);
  }

  .\32xl\:border-l-rose-950\/90 {
    border-left-color: rgb(76 5 25 / 0.9);
  }

  .\32xl\:border-l-rose-950\/95 {
    border-left-color: rgb(76 5 25 / 0.95);
  }

  .\32xl\:border-l-secondary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-secondary-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-secondary-foreground\/0 {
    border-left-color: hsl(var(--secondary-foreground) / 0);
  }

  .\32xl\:border-l-secondary-foreground\/10 {
    border-left-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .\32xl\:border-l-secondary-foreground\/100 {
    border-left-color: hsl(var(--secondary-foreground) / 1);
  }

  .\32xl\:border-l-secondary-foreground\/15 {
    border-left-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .\32xl\:border-l-secondary-foreground\/20 {
    border-left-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .\32xl\:border-l-secondary-foreground\/25 {
    border-left-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .\32xl\:border-l-secondary-foreground\/30 {
    border-left-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .\32xl\:border-l-secondary-foreground\/35 {
    border-left-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .\32xl\:border-l-secondary-foreground\/40 {
    border-left-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .\32xl\:border-l-secondary-foreground\/45 {
    border-left-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .\32xl\:border-l-secondary-foreground\/5 {
    border-left-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .\32xl\:border-l-secondary-foreground\/50 {
    border-left-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .\32xl\:border-l-secondary-foreground\/55 {
    border-left-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .\32xl\:border-l-secondary-foreground\/60 {
    border-left-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .\32xl\:border-l-secondary-foreground\/65 {
    border-left-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .\32xl\:border-l-secondary-foreground\/70 {
    border-left-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .\32xl\:border-l-secondary-foreground\/75 {
    border-left-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .\32xl\:border-l-secondary-foreground\/80 {
    border-left-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .\32xl\:border-l-secondary-foreground\/85 {
    border-left-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .\32xl\:border-l-secondary-foreground\/90 {
    border-left-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .\32xl\:border-l-secondary-foreground\/95 {
    border-left-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .\32xl\:border-l-secondary\/0 {
    border-left-color: hsl(var(--secondary) / 0);
  }

  .\32xl\:border-l-secondary\/10 {
    border-left-color: hsl(var(--secondary) / 0.1);
  }

  .\32xl\:border-l-secondary\/100 {
    border-left-color: hsl(var(--secondary) / 1);
  }

  .\32xl\:border-l-secondary\/15 {
    border-left-color: hsl(var(--secondary) / 0.15);
  }

  .\32xl\:border-l-secondary\/20 {
    border-left-color: hsl(var(--secondary) / 0.2);
  }

  .\32xl\:border-l-secondary\/25 {
    border-left-color: hsl(var(--secondary) / 0.25);
  }

  .\32xl\:border-l-secondary\/30 {
    border-left-color: hsl(var(--secondary) / 0.3);
  }

  .\32xl\:border-l-secondary\/35 {
    border-left-color: hsl(var(--secondary) / 0.35);
  }

  .\32xl\:border-l-secondary\/40 {
    border-left-color: hsl(var(--secondary) / 0.4);
  }

  .\32xl\:border-l-secondary\/45 {
    border-left-color: hsl(var(--secondary) / 0.45);
  }

  .\32xl\:border-l-secondary\/5 {
    border-left-color: hsl(var(--secondary) / 0.05);
  }

  .\32xl\:border-l-secondary\/50 {
    border-left-color: hsl(var(--secondary) / 0.5);
  }

  .\32xl\:border-l-secondary\/55 {
    border-left-color: hsl(var(--secondary) / 0.55);
  }

  .\32xl\:border-l-secondary\/60 {
    border-left-color: hsl(var(--secondary) / 0.6);
  }

  .\32xl\:border-l-secondary\/65 {
    border-left-color: hsl(var(--secondary) / 0.65);
  }

  .\32xl\:border-l-secondary\/70 {
    border-left-color: hsl(var(--secondary) / 0.7);
  }

  .\32xl\:border-l-secondary\/75 {
    border-left-color: hsl(var(--secondary) / 0.75);
  }

  .\32xl\:border-l-secondary\/80 {
    border-left-color: hsl(var(--secondary) / 0.8);
  }

  .\32xl\:border-l-secondary\/85 {
    border-left-color: hsl(var(--secondary) / 0.85);
  }

  .\32xl\:border-l-secondary\/90 {
    border-left-color: hsl(var(--secondary) / 0.9);
  }

  .\32xl\:border-l-secondary\/95 {
    border-left-color: hsl(var(--secondary) / 0.95);
  }

  .\32xl\:border-l-sidebar {
    border-left-color: hsl(var(--sidebar-background));
  }

  .\32xl\:border-l-sidebar-accent {
    border-left-color: hsl(var(--sidebar-accent));
  }

  .\32xl\:border-l-sidebar-accent-foreground {
    border-left-color: hsl(var(--sidebar-accent-foreground));
  }

  .\32xl\:border-l-sidebar-accent-foreground\/0 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/10 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/100 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/15 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/20 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/25 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/30 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/35 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/40 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/45 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/5 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/50 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/55 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/60 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/65 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/70 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/75 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/80 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/85 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/90 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .\32xl\:border-l-sidebar-accent-foreground\/95 {
    border-left-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .\32xl\:border-l-sidebar-accent\/0 {
    border-left-color: hsl(var(--sidebar-accent) / 0);
  }

  .\32xl\:border-l-sidebar-accent\/10 {
    border-left-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .\32xl\:border-l-sidebar-accent\/100 {
    border-left-color: hsl(var(--sidebar-accent) / 1);
  }

  .\32xl\:border-l-sidebar-accent\/15 {
    border-left-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .\32xl\:border-l-sidebar-accent\/20 {
    border-left-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .\32xl\:border-l-sidebar-accent\/25 {
    border-left-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .\32xl\:border-l-sidebar-accent\/30 {
    border-left-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .\32xl\:border-l-sidebar-accent\/35 {
    border-left-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .\32xl\:border-l-sidebar-accent\/40 {
    border-left-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .\32xl\:border-l-sidebar-accent\/45 {
    border-left-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .\32xl\:border-l-sidebar-accent\/5 {
    border-left-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .\32xl\:border-l-sidebar-accent\/50 {
    border-left-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .\32xl\:border-l-sidebar-accent\/55 {
    border-left-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .\32xl\:border-l-sidebar-accent\/60 {
    border-left-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .\32xl\:border-l-sidebar-accent\/65 {
    border-left-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .\32xl\:border-l-sidebar-accent\/70 {
    border-left-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .\32xl\:border-l-sidebar-accent\/75 {
    border-left-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .\32xl\:border-l-sidebar-accent\/80 {
    border-left-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .\32xl\:border-l-sidebar-accent\/85 {
    border-left-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .\32xl\:border-l-sidebar-accent\/90 {
    border-left-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .\32xl\:border-l-sidebar-accent\/95 {
    border-left-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .\32xl\:border-l-sidebar-border {
    border-left-color: hsl(var(--sidebar-border));
  }

  .\32xl\:border-l-sidebar-border\/0 {
    border-left-color: hsl(var(--sidebar-border) / 0);
  }

  .\32xl\:border-l-sidebar-border\/10 {
    border-left-color: hsl(var(--sidebar-border) / 0.1);
  }

  .\32xl\:border-l-sidebar-border\/100 {
    border-left-color: hsl(var(--sidebar-border) / 1);
  }

  .\32xl\:border-l-sidebar-border\/15 {
    border-left-color: hsl(var(--sidebar-border) / 0.15);
  }

  .\32xl\:border-l-sidebar-border\/20 {
    border-left-color: hsl(var(--sidebar-border) / 0.2);
  }

  .\32xl\:border-l-sidebar-border\/25 {
    border-left-color: hsl(var(--sidebar-border) / 0.25);
  }

  .\32xl\:border-l-sidebar-border\/30 {
    border-left-color: hsl(var(--sidebar-border) / 0.3);
  }

  .\32xl\:border-l-sidebar-border\/35 {
    border-left-color: hsl(var(--sidebar-border) / 0.35);
  }

  .\32xl\:border-l-sidebar-border\/40 {
    border-left-color: hsl(var(--sidebar-border) / 0.4);
  }

  .\32xl\:border-l-sidebar-border\/45 {
    border-left-color: hsl(var(--sidebar-border) / 0.45);
  }

  .\32xl\:border-l-sidebar-border\/5 {
    border-left-color: hsl(var(--sidebar-border) / 0.05);
  }

  .\32xl\:border-l-sidebar-border\/50 {
    border-left-color: hsl(var(--sidebar-border) / 0.5);
  }

  .\32xl\:border-l-sidebar-border\/55 {
    border-left-color: hsl(var(--sidebar-border) / 0.55);
  }

  .\32xl\:border-l-sidebar-border\/60 {
    border-left-color: hsl(var(--sidebar-border) / 0.6);
  }

  .\32xl\:border-l-sidebar-border\/65 {
    border-left-color: hsl(var(--sidebar-border) / 0.65);
  }

  .\32xl\:border-l-sidebar-border\/70 {
    border-left-color: hsl(var(--sidebar-border) / 0.7);
  }

  .\32xl\:border-l-sidebar-border\/75 {
    border-left-color: hsl(var(--sidebar-border) / 0.75);
  }

  .\32xl\:border-l-sidebar-border\/80 {
    border-left-color: hsl(var(--sidebar-border) / 0.8);
  }

  .\32xl\:border-l-sidebar-border\/85 {
    border-left-color: hsl(var(--sidebar-border) / 0.85);
  }

  .\32xl\:border-l-sidebar-border\/90 {
    border-left-color: hsl(var(--sidebar-border) / 0.9);
  }

  .\32xl\:border-l-sidebar-border\/95 {
    border-left-color: hsl(var(--sidebar-border) / 0.95);
  }

  .\32xl\:border-l-sidebar-foreground {
    border-left-color: hsl(var(--sidebar-foreground));
  }

  .\32xl\:border-l-sidebar-foreground\/0 {
    border-left-color: hsl(var(--sidebar-foreground) / 0);
  }

  .\32xl\:border-l-sidebar-foreground\/10 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .\32xl\:border-l-sidebar-foreground\/100 {
    border-left-color: hsl(var(--sidebar-foreground) / 1);
  }

  .\32xl\:border-l-sidebar-foreground\/15 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .\32xl\:border-l-sidebar-foreground\/20 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .\32xl\:border-l-sidebar-foreground\/25 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .\32xl\:border-l-sidebar-foreground\/30 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .\32xl\:border-l-sidebar-foreground\/35 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .\32xl\:border-l-sidebar-foreground\/40 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .\32xl\:border-l-sidebar-foreground\/45 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .\32xl\:border-l-sidebar-foreground\/5 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .\32xl\:border-l-sidebar-foreground\/50 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .\32xl\:border-l-sidebar-foreground\/55 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .\32xl\:border-l-sidebar-foreground\/60 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .\32xl\:border-l-sidebar-foreground\/65 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .\32xl\:border-l-sidebar-foreground\/70 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .\32xl\:border-l-sidebar-foreground\/75 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .\32xl\:border-l-sidebar-foreground\/80 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .\32xl\:border-l-sidebar-foreground\/85 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .\32xl\:border-l-sidebar-foreground\/90 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .\32xl\:border-l-sidebar-foreground\/95 {
    border-left-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .\32xl\:border-l-sidebar-primary {
    border-left-color: hsl(var(--sidebar-primary));
  }

  .\32xl\:border-l-sidebar-primary-foreground {
    border-left-color: hsl(var(--sidebar-primary-foreground));
  }

  .\32xl\:border-l-sidebar-primary-foreground\/0 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/10 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/100 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/15 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/20 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/25 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/30 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/35 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/40 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/45 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/5 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/50 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/55 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/60 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/65 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/70 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/75 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/80 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/85 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/90 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .\32xl\:border-l-sidebar-primary-foreground\/95 {
    border-left-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .\32xl\:border-l-sidebar-primary\/0 {
    border-left-color: hsl(var(--sidebar-primary) / 0);
  }

  .\32xl\:border-l-sidebar-primary\/10 {
    border-left-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .\32xl\:border-l-sidebar-primary\/100 {
    border-left-color: hsl(var(--sidebar-primary) / 1);
  }

  .\32xl\:border-l-sidebar-primary\/15 {
    border-left-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .\32xl\:border-l-sidebar-primary\/20 {
    border-left-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .\32xl\:border-l-sidebar-primary\/25 {
    border-left-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .\32xl\:border-l-sidebar-primary\/30 {
    border-left-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .\32xl\:border-l-sidebar-primary\/35 {
    border-left-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .\32xl\:border-l-sidebar-primary\/40 {
    border-left-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .\32xl\:border-l-sidebar-primary\/45 {
    border-left-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .\32xl\:border-l-sidebar-primary\/5 {
    border-left-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .\32xl\:border-l-sidebar-primary\/50 {
    border-left-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .\32xl\:border-l-sidebar-primary\/55 {
    border-left-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .\32xl\:border-l-sidebar-primary\/60 {
    border-left-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .\32xl\:border-l-sidebar-primary\/65 {
    border-left-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .\32xl\:border-l-sidebar-primary\/70 {
    border-left-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .\32xl\:border-l-sidebar-primary\/75 {
    border-left-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .\32xl\:border-l-sidebar-primary\/80 {
    border-left-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .\32xl\:border-l-sidebar-primary\/85 {
    border-left-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .\32xl\:border-l-sidebar-primary\/90 {
    border-left-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .\32xl\:border-l-sidebar-primary\/95 {
    border-left-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .\32xl\:border-l-sidebar-ring {
    border-left-color: hsl(var(--sidebar-ring));
  }

  .\32xl\:border-l-sidebar-ring\/0 {
    border-left-color: hsl(var(--sidebar-ring) / 0);
  }

  .\32xl\:border-l-sidebar-ring\/10 {
    border-left-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .\32xl\:border-l-sidebar-ring\/100 {
    border-left-color: hsl(var(--sidebar-ring) / 1);
  }

  .\32xl\:border-l-sidebar-ring\/15 {
    border-left-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .\32xl\:border-l-sidebar-ring\/20 {
    border-left-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .\32xl\:border-l-sidebar-ring\/25 {
    border-left-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .\32xl\:border-l-sidebar-ring\/30 {
    border-left-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .\32xl\:border-l-sidebar-ring\/35 {
    border-left-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .\32xl\:border-l-sidebar-ring\/40 {
    border-left-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .\32xl\:border-l-sidebar-ring\/45 {
    border-left-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .\32xl\:border-l-sidebar-ring\/5 {
    border-left-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .\32xl\:border-l-sidebar-ring\/50 {
    border-left-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .\32xl\:border-l-sidebar-ring\/55 {
    border-left-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .\32xl\:border-l-sidebar-ring\/60 {
    border-left-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .\32xl\:border-l-sidebar-ring\/65 {
    border-left-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .\32xl\:border-l-sidebar-ring\/70 {
    border-left-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .\32xl\:border-l-sidebar-ring\/75 {
    border-left-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .\32xl\:border-l-sidebar-ring\/80 {
    border-left-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .\32xl\:border-l-sidebar-ring\/85 {
    border-left-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .\32xl\:border-l-sidebar-ring\/90 {
    border-left-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .\32xl\:border-l-sidebar-ring\/95 {
    border-left-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .\32xl\:border-l-sidebar\/0 {
    border-left-color: hsl(var(--sidebar-background) / 0);
  }

  .\32xl\:border-l-sidebar\/10 {
    border-left-color: hsl(var(--sidebar-background) / 0.1);
  }

  .\32xl\:border-l-sidebar\/100 {
    border-left-color: hsl(var(--sidebar-background) / 1);
  }

  .\32xl\:border-l-sidebar\/15 {
    border-left-color: hsl(var(--sidebar-background) / 0.15);
  }

  .\32xl\:border-l-sidebar\/20 {
    border-left-color: hsl(var(--sidebar-background) / 0.2);
  }

  .\32xl\:border-l-sidebar\/25 {
    border-left-color: hsl(var(--sidebar-background) / 0.25);
  }

  .\32xl\:border-l-sidebar\/30 {
    border-left-color: hsl(var(--sidebar-background) / 0.3);
  }

  .\32xl\:border-l-sidebar\/35 {
    border-left-color: hsl(var(--sidebar-background) / 0.35);
  }

  .\32xl\:border-l-sidebar\/40 {
    border-left-color: hsl(var(--sidebar-background) / 0.4);
  }

  .\32xl\:border-l-sidebar\/45 {
    border-left-color: hsl(var(--sidebar-background) / 0.45);
  }

  .\32xl\:border-l-sidebar\/5 {
    border-left-color: hsl(var(--sidebar-background) / 0.05);
  }

  .\32xl\:border-l-sidebar\/50 {
    border-left-color: hsl(var(--sidebar-background) / 0.5);
  }

  .\32xl\:border-l-sidebar\/55 {
    border-left-color: hsl(var(--sidebar-background) / 0.55);
  }

  .\32xl\:border-l-sidebar\/60 {
    border-left-color: hsl(var(--sidebar-background) / 0.6);
  }

  .\32xl\:border-l-sidebar\/65 {
    border-left-color: hsl(var(--sidebar-background) / 0.65);
  }

  .\32xl\:border-l-sidebar\/70 {
    border-left-color: hsl(var(--sidebar-background) / 0.7);
  }

  .\32xl\:border-l-sidebar\/75 {
    border-left-color: hsl(var(--sidebar-background) / 0.75);
  }

  .\32xl\:border-l-sidebar\/80 {
    border-left-color: hsl(var(--sidebar-background) / 0.8);
  }

  .\32xl\:border-l-sidebar\/85 {
    border-left-color: hsl(var(--sidebar-background) / 0.85);
  }

  .\32xl\:border-l-sidebar\/90 {
    border-left-color: hsl(var(--sidebar-background) / 0.9);
  }

  .\32xl\:border-l-sidebar\/95 {
    border-left-color: hsl(var(--sidebar-background) / 0.95);
  }

  .\32xl\:border-l-sky-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-100\/0 {
    border-left-color: rgb(224 242 254 / 0);
  }

  .\32xl\:border-l-sky-100\/10 {
    border-left-color: rgb(224 242 254 / 0.1);
  }

  .\32xl\:border-l-sky-100\/100 {
    border-left-color: rgb(224 242 254 / 1);
  }

  .\32xl\:border-l-sky-100\/15 {
    border-left-color: rgb(224 242 254 / 0.15);
  }

  .\32xl\:border-l-sky-100\/20 {
    border-left-color: rgb(224 242 254 / 0.2);
  }

  .\32xl\:border-l-sky-100\/25 {
    border-left-color: rgb(224 242 254 / 0.25);
  }

  .\32xl\:border-l-sky-100\/30 {
    border-left-color: rgb(224 242 254 / 0.3);
  }

  .\32xl\:border-l-sky-100\/35 {
    border-left-color: rgb(224 242 254 / 0.35);
  }

  .\32xl\:border-l-sky-100\/40 {
    border-left-color: rgb(224 242 254 / 0.4);
  }

  .\32xl\:border-l-sky-100\/45 {
    border-left-color: rgb(224 242 254 / 0.45);
  }

  .\32xl\:border-l-sky-100\/5 {
    border-left-color: rgb(224 242 254 / 0.05);
  }

  .\32xl\:border-l-sky-100\/50 {
    border-left-color: rgb(224 242 254 / 0.5);
  }

  .\32xl\:border-l-sky-100\/55 {
    border-left-color: rgb(224 242 254 / 0.55);
  }

  .\32xl\:border-l-sky-100\/60 {
    border-left-color: rgb(224 242 254 / 0.6);
  }

  .\32xl\:border-l-sky-100\/65 {
    border-left-color: rgb(224 242 254 / 0.65);
  }

  .\32xl\:border-l-sky-100\/70 {
    border-left-color: rgb(224 242 254 / 0.7);
  }

  .\32xl\:border-l-sky-100\/75 {
    border-left-color: rgb(224 242 254 / 0.75);
  }

  .\32xl\:border-l-sky-100\/80 {
    border-left-color: rgb(224 242 254 / 0.8);
  }

  .\32xl\:border-l-sky-100\/85 {
    border-left-color: rgb(224 242 254 / 0.85);
  }

  .\32xl\:border-l-sky-100\/90 {
    border-left-color: rgb(224 242 254 / 0.9);
  }

  .\32xl\:border-l-sky-100\/95 {
    border-left-color: rgb(224 242 254 / 0.95);
  }

  .\32xl\:border-l-sky-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-200\/0 {
    border-left-color: rgb(186 230 253 / 0);
  }

  .\32xl\:border-l-sky-200\/10 {
    border-left-color: rgb(186 230 253 / 0.1);
  }

  .\32xl\:border-l-sky-200\/100 {
    border-left-color: rgb(186 230 253 / 1);
  }

  .\32xl\:border-l-sky-200\/15 {
    border-left-color: rgb(186 230 253 / 0.15);
  }

  .\32xl\:border-l-sky-200\/20 {
    border-left-color: rgb(186 230 253 / 0.2);
  }

  .\32xl\:border-l-sky-200\/25 {
    border-left-color: rgb(186 230 253 / 0.25);
  }

  .\32xl\:border-l-sky-200\/30 {
    border-left-color: rgb(186 230 253 / 0.3);
  }

  .\32xl\:border-l-sky-200\/35 {
    border-left-color: rgb(186 230 253 / 0.35);
  }

  .\32xl\:border-l-sky-200\/40 {
    border-left-color: rgb(186 230 253 / 0.4);
  }

  .\32xl\:border-l-sky-200\/45 {
    border-left-color: rgb(186 230 253 / 0.45);
  }

  .\32xl\:border-l-sky-200\/5 {
    border-left-color: rgb(186 230 253 / 0.05);
  }

  .\32xl\:border-l-sky-200\/50 {
    border-left-color: rgb(186 230 253 / 0.5);
  }

  .\32xl\:border-l-sky-200\/55 {
    border-left-color: rgb(186 230 253 / 0.55);
  }

  .\32xl\:border-l-sky-200\/60 {
    border-left-color: rgb(186 230 253 / 0.6);
  }

  .\32xl\:border-l-sky-200\/65 {
    border-left-color: rgb(186 230 253 / 0.65);
  }

  .\32xl\:border-l-sky-200\/70 {
    border-left-color: rgb(186 230 253 / 0.7);
  }

  .\32xl\:border-l-sky-200\/75 {
    border-left-color: rgb(186 230 253 / 0.75);
  }

  .\32xl\:border-l-sky-200\/80 {
    border-left-color: rgb(186 230 253 / 0.8);
  }

  .\32xl\:border-l-sky-200\/85 {
    border-left-color: rgb(186 230 253 / 0.85);
  }

  .\32xl\:border-l-sky-200\/90 {
    border-left-color: rgb(186 230 253 / 0.9);
  }

  .\32xl\:border-l-sky-200\/95 {
    border-left-color: rgb(186 230 253 / 0.95);
  }

  .\32xl\:border-l-sky-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-300\/0 {
    border-left-color: rgb(125 211 252 / 0);
  }

  .\32xl\:border-l-sky-300\/10 {
    border-left-color: rgb(125 211 252 / 0.1);
  }

  .\32xl\:border-l-sky-300\/100 {
    border-left-color: rgb(125 211 252 / 1);
  }

  .\32xl\:border-l-sky-300\/15 {
    border-left-color: rgb(125 211 252 / 0.15);
  }

  .\32xl\:border-l-sky-300\/20 {
    border-left-color: rgb(125 211 252 / 0.2);
  }

  .\32xl\:border-l-sky-300\/25 {
    border-left-color: rgb(125 211 252 / 0.25);
  }

  .\32xl\:border-l-sky-300\/30 {
    border-left-color: rgb(125 211 252 / 0.3);
  }

  .\32xl\:border-l-sky-300\/35 {
    border-left-color: rgb(125 211 252 / 0.35);
  }

  .\32xl\:border-l-sky-300\/40 {
    border-left-color: rgb(125 211 252 / 0.4);
  }

  .\32xl\:border-l-sky-300\/45 {
    border-left-color: rgb(125 211 252 / 0.45);
  }

  .\32xl\:border-l-sky-300\/5 {
    border-left-color: rgb(125 211 252 / 0.05);
  }

  .\32xl\:border-l-sky-300\/50 {
    border-left-color: rgb(125 211 252 / 0.5);
  }

  .\32xl\:border-l-sky-300\/55 {
    border-left-color: rgb(125 211 252 / 0.55);
  }

  .\32xl\:border-l-sky-300\/60 {
    border-left-color: rgb(125 211 252 / 0.6);
  }

  .\32xl\:border-l-sky-300\/65 {
    border-left-color: rgb(125 211 252 / 0.65);
  }

  .\32xl\:border-l-sky-300\/70 {
    border-left-color: rgb(125 211 252 / 0.7);
  }

  .\32xl\:border-l-sky-300\/75 {
    border-left-color: rgb(125 211 252 / 0.75);
  }

  .\32xl\:border-l-sky-300\/80 {
    border-left-color: rgb(125 211 252 / 0.8);
  }

  .\32xl\:border-l-sky-300\/85 {
    border-left-color: rgb(125 211 252 / 0.85);
  }

  .\32xl\:border-l-sky-300\/90 {
    border-left-color: rgb(125 211 252 / 0.9);
  }

  .\32xl\:border-l-sky-300\/95 {
    border-left-color: rgb(125 211 252 / 0.95);
  }

  .\32xl\:border-l-sky-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-400\/0 {
    border-left-color: rgb(56 189 248 / 0);
  }

  .\32xl\:border-l-sky-400\/10 {
    border-left-color: rgb(56 189 248 / 0.1);
  }

  .\32xl\:border-l-sky-400\/100 {
    border-left-color: rgb(56 189 248 / 1);
  }

  .\32xl\:border-l-sky-400\/15 {
    border-left-color: rgb(56 189 248 / 0.15);
  }

  .\32xl\:border-l-sky-400\/20 {
    border-left-color: rgb(56 189 248 / 0.2);
  }

  .\32xl\:border-l-sky-400\/25 {
    border-left-color: rgb(56 189 248 / 0.25);
  }

  .\32xl\:border-l-sky-400\/30 {
    border-left-color: rgb(56 189 248 / 0.3);
  }

  .\32xl\:border-l-sky-400\/35 {
    border-left-color: rgb(56 189 248 / 0.35);
  }

  .\32xl\:border-l-sky-400\/40 {
    border-left-color: rgb(56 189 248 / 0.4);
  }

  .\32xl\:border-l-sky-400\/45 {
    border-left-color: rgb(56 189 248 / 0.45);
  }

  .\32xl\:border-l-sky-400\/5 {
    border-left-color: rgb(56 189 248 / 0.05);
  }

  .\32xl\:border-l-sky-400\/50 {
    border-left-color: rgb(56 189 248 / 0.5);
  }

  .\32xl\:border-l-sky-400\/55 {
    border-left-color: rgb(56 189 248 / 0.55);
  }

  .\32xl\:border-l-sky-400\/60 {
    border-left-color: rgb(56 189 248 / 0.6);
  }

  .\32xl\:border-l-sky-400\/65 {
    border-left-color: rgb(56 189 248 / 0.65);
  }

  .\32xl\:border-l-sky-400\/70 {
    border-left-color: rgb(56 189 248 / 0.7);
  }

  .\32xl\:border-l-sky-400\/75 {
    border-left-color: rgb(56 189 248 / 0.75);
  }

  .\32xl\:border-l-sky-400\/80 {
    border-left-color: rgb(56 189 248 / 0.8);
  }

  .\32xl\:border-l-sky-400\/85 {
    border-left-color: rgb(56 189 248 / 0.85);
  }

  .\32xl\:border-l-sky-400\/90 {
    border-left-color: rgb(56 189 248 / 0.9);
  }

  .\32xl\:border-l-sky-400\/95 {
    border-left-color: rgb(56 189 248 / 0.95);
  }

  .\32xl\:border-l-sky-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-50\/0 {
    border-left-color: rgb(240 249 255 / 0);
  }

  .\32xl\:border-l-sky-50\/10 {
    border-left-color: rgb(240 249 255 / 0.1);
  }

  .\32xl\:border-l-sky-50\/100 {
    border-left-color: rgb(240 249 255 / 1);
  }

  .\32xl\:border-l-sky-50\/15 {
    border-left-color: rgb(240 249 255 / 0.15);
  }

  .\32xl\:border-l-sky-50\/20 {
    border-left-color: rgb(240 249 255 / 0.2);
  }

  .\32xl\:border-l-sky-50\/25 {
    border-left-color: rgb(240 249 255 / 0.25);
  }

  .\32xl\:border-l-sky-50\/30 {
    border-left-color: rgb(240 249 255 / 0.3);
  }

  .\32xl\:border-l-sky-50\/35 {
    border-left-color: rgb(240 249 255 / 0.35);
  }

  .\32xl\:border-l-sky-50\/40 {
    border-left-color: rgb(240 249 255 / 0.4);
  }

  .\32xl\:border-l-sky-50\/45 {
    border-left-color: rgb(240 249 255 / 0.45);
  }

  .\32xl\:border-l-sky-50\/5 {
    border-left-color: rgb(240 249 255 / 0.05);
  }

  .\32xl\:border-l-sky-50\/50 {
    border-left-color: rgb(240 249 255 / 0.5);
  }

  .\32xl\:border-l-sky-50\/55 {
    border-left-color: rgb(240 249 255 / 0.55);
  }

  .\32xl\:border-l-sky-50\/60 {
    border-left-color: rgb(240 249 255 / 0.6);
  }

  .\32xl\:border-l-sky-50\/65 {
    border-left-color: rgb(240 249 255 / 0.65);
  }

  .\32xl\:border-l-sky-50\/70 {
    border-left-color: rgb(240 249 255 / 0.7);
  }

  .\32xl\:border-l-sky-50\/75 {
    border-left-color: rgb(240 249 255 / 0.75);
  }

  .\32xl\:border-l-sky-50\/80 {
    border-left-color: rgb(240 249 255 / 0.8);
  }

  .\32xl\:border-l-sky-50\/85 {
    border-left-color: rgb(240 249 255 / 0.85);
  }

  .\32xl\:border-l-sky-50\/90 {
    border-left-color: rgb(240 249 255 / 0.9);
  }

  .\32xl\:border-l-sky-50\/95 {
    border-left-color: rgb(240 249 255 / 0.95);
  }

  .\32xl\:border-l-sky-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-500\/0 {
    border-left-color: rgb(14 165 233 / 0);
  }

  .\32xl\:border-l-sky-500\/10 {
    border-left-color: rgb(14 165 233 / 0.1);
  }

  .\32xl\:border-l-sky-500\/100 {
    border-left-color: rgb(14 165 233 / 1);
  }

  .\32xl\:border-l-sky-500\/15 {
    border-left-color: rgb(14 165 233 / 0.15);
  }

  .\32xl\:border-l-sky-500\/20 {
    border-left-color: rgb(14 165 233 / 0.2);
  }

  .\32xl\:border-l-sky-500\/25 {
    border-left-color: rgb(14 165 233 / 0.25);
  }

  .\32xl\:border-l-sky-500\/30 {
    border-left-color: rgb(14 165 233 / 0.3);
  }

  .\32xl\:border-l-sky-500\/35 {
    border-left-color: rgb(14 165 233 / 0.35);
  }

  .\32xl\:border-l-sky-500\/40 {
    border-left-color: rgb(14 165 233 / 0.4);
  }

  .\32xl\:border-l-sky-500\/45 {
    border-left-color: rgb(14 165 233 / 0.45);
  }

  .\32xl\:border-l-sky-500\/5 {
    border-left-color: rgb(14 165 233 / 0.05);
  }

  .\32xl\:border-l-sky-500\/50 {
    border-left-color: rgb(14 165 233 / 0.5);
  }

  .\32xl\:border-l-sky-500\/55 {
    border-left-color: rgb(14 165 233 / 0.55);
  }

  .\32xl\:border-l-sky-500\/60 {
    border-left-color: rgb(14 165 233 / 0.6);
  }

  .\32xl\:border-l-sky-500\/65 {
    border-left-color: rgb(14 165 233 / 0.65);
  }

  .\32xl\:border-l-sky-500\/70 {
    border-left-color: rgb(14 165 233 / 0.7);
  }

  .\32xl\:border-l-sky-500\/75 {
    border-left-color: rgb(14 165 233 / 0.75);
  }

  .\32xl\:border-l-sky-500\/80 {
    border-left-color: rgb(14 165 233 / 0.8);
  }

  .\32xl\:border-l-sky-500\/85 {
    border-left-color: rgb(14 165 233 / 0.85);
  }

  .\32xl\:border-l-sky-500\/90 {
    border-left-color: rgb(14 165 233 / 0.9);
  }

  .\32xl\:border-l-sky-500\/95 {
    border-left-color: rgb(14 165 233 / 0.95);
  }

  .\32xl\:border-l-sky-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-600\/0 {
    border-left-color: rgb(2 132 199 / 0);
  }

  .\32xl\:border-l-sky-600\/10 {
    border-left-color: rgb(2 132 199 / 0.1);
  }

  .\32xl\:border-l-sky-600\/100 {
    border-left-color: rgb(2 132 199 / 1);
  }

  .\32xl\:border-l-sky-600\/15 {
    border-left-color: rgb(2 132 199 / 0.15);
  }

  .\32xl\:border-l-sky-600\/20 {
    border-left-color: rgb(2 132 199 / 0.2);
  }

  .\32xl\:border-l-sky-600\/25 {
    border-left-color: rgb(2 132 199 / 0.25);
  }

  .\32xl\:border-l-sky-600\/30 {
    border-left-color: rgb(2 132 199 / 0.3);
  }

  .\32xl\:border-l-sky-600\/35 {
    border-left-color: rgb(2 132 199 / 0.35);
  }

  .\32xl\:border-l-sky-600\/40 {
    border-left-color: rgb(2 132 199 / 0.4);
  }

  .\32xl\:border-l-sky-600\/45 {
    border-left-color: rgb(2 132 199 / 0.45);
  }

  .\32xl\:border-l-sky-600\/5 {
    border-left-color: rgb(2 132 199 / 0.05);
  }

  .\32xl\:border-l-sky-600\/50 {
    border-left-color: rgb(2 132 199 / 0.5);
  }

  .\32xl\:border-l-sky-600\/55 {
    border-left-color: rgb(2 132 199 / 0.55);
  }

  .\32xl\:border-l-sky-600\/60 {
    border-left-color: rgb(2 132 199 / 0.6);
  }

  .\32xl\:border-l-sky-600\/65 {
    border-left-color: rgb(2 132 199 / 0.65);
  }

  .\32xl\:border-l-sky-600\/70 {
    border-left-color: rgb(2 132 199 / 0.7);
  }

  .\32xl\:border-l-sky-600\/75 {
    border-left-color: rgb(2 132 199 / 0.75);
  }

  .\32xl\:border-l-sky-600\/80 {
    border-left-color: rgb(2 132 199 / 0.8);
  }

  .\32xl\:border-l-sky-600\/85 {
    border-left-color: rgb(2 132 199 / 0.85);
  }

  .\32xl\:border-l-sky-600\/90 {
    border-left-color: rgb(2 132 199 / 0.9);
  }

  .\32xl\:border-l-sky-600\/95 {
    border-left-color: rgb(2 132 199 / 0.95);
  }

  .\32xl\:border-l-sky-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-700\/0 {
    border-left-color: rgb(3 105 161 / 0);
  }

  .\32xl\:border-l-sky-700\/10 {
    border-left-color: rgb(3 105 161 / 0.1);
  }

  .\32xl\:border-l-sky-700\/100 {
    border-left-color: rgb(3 105 161 / 1);
  }

  .\32xl\:border-l-sky-700\/15 {
    border-left-color: rgb(3 105 161 / 0.15);
  }

  .\32xl\:border-l-sky-700\/20 {
    border-left-color: rgb(3 105 161 / 0.2);
  }

  .\32xl\:border-l-sky-700\/25 {
    border-left-color: rgb(3 105 161 / 0.25);
  }

  .\32xl\:border-l-sky-700\/30 {
    border-left-color: rgb(3 105 161 / 0.3);
  }

  .\32xl\:border-l-sky-700\/35 {
    border-left-color: rgb(3 105 161 / 0.35);
  }

  .\32xl\:border-l-sky-700\/40 {
    border-left-color: rgb(3 105 161 / 0.4);
  }

  .\32xl\:border-l-sky-700\/45 {
    border-left-color: rgb(3 105 161 / 0.45);
  }

  .\32xl\:border-l-sky-700\/5 {
    border-left-color: rgb(3 105 161 / 0.05);
  }

  .\32xl\:border-l-sky-700\/50 {
    border-left-color: rgb(3 105 161 / 0.5);
  }

  .\32xl\:border-l-sky-700\/55 {
    border-left-color: rgb(3 105 161 / 0.55);
  }

  .\32xl\:border-l-sky-700\/60 {
    border-left-color: rgb(3 105 161 / 0.6);
  }

  .\32xl\:border-l-sky-700\/65 {
    border-left-color: rgb(3 105 161 / 0.65);
  }

  .\32xl\:border-l-sky-700\/70 {
    border-left-color: rgb(3 105 161 / 0.7);
  }

  .\32xl\:border-l-sky-700\/75 {
    border-left-color: rgb(3 105 161 / 0.75);
  }

  .\32xl\:border-l-sky-700\/80 {
    border-left-color: rgb(3 105 161 / 0.8);
  }

  .\32xl\:border-l-sky-700\/85 {
    border-left-color: rgb(3 105 161 / 0.85);
  }

  .\32xl\:border-l-sky-700\/90 {
    border-left-color: rgb(3 105 161 / 0.9);
  }

  .\32xl\:border-l-sky-700\/95 {
    border-left-color: rgb(3 105 161 / 0.95);
  }

  .\32xl\:border-l-sky-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-800\/0 {
    border-left-color: rgb(7 89 133 / 0);
  }

  .\32xl\:border-l-sky-800\/10 {
    border-left-color: rgb(7 89 133 / 0.1);
  }

  .\32xl\:border-l-sky-800\/100 {
    border-left-color: rgb(7 89 133 / 1);
  }

  .\32xl\:border-l-sky-800\/15 {
    border-left-color: rgb(7 89 133 / 0.15);
  }

  .\32xl\:border-l-sky-800\/20 {
    border-left-color: rgb(7 89 133 / 0.2);
  }

  .\32xl\:border-l-sky-800\/25 {
    border-left-color: rgb(7 89 133 / 0.25);
  }

  .\32xl\:border-l-sky-800\/30 {
    border-left-color: rgb(7 89 133 / 0.3);
  }

  .\32xl\:border-l-sky-800\/35 {
    border-left-color: rgb(7 89 133 / 0.35);
  }

  .\32xl\:border-l-sky-800\/40 {
    border-left-color: rgb(7 89 133 / 0.4);
  }

  .\32xl\:border-l-sky-800\/45 {
    border-left-color: rgb(7 89 133 / 0.45);
  }

  .\32xl\:border-l-sky-800\/5 {
    border-left-color: rgb(7 89 133 / 0.05);
  }

  .\32xl\:border-l-sky-800\/50 {
    border-left-color: rgb(7 89 133 / 0.5);
  }

  .\32xl\:border-l-sky-800\/55 {
    border-left-color: rgb(7 89 133 / 0.55);
  }

  .\32xl\:border-l-sky-800\/60 {
    border-left-color: rgb(7 89 133 / 0.6);
  }

  .\32xl\:border-l-sky-800\/65 {
    border-left-color: rgb(7 89 133 / 0.65);
  }

  .\32xl\:border-l-sky-800\/70 {
    border-left-color: rgb(7 89 133 / 0.7);
  }

  .\32xl\:border-l-sky-800\/75 {
    border-left-color: rgb(7 89 133 / 0.75);
  }

  .\32xl\:border-l-sky-800\/80 {
    border-left-color: rgb(7 89 133 / 0.8);
  }

  .\32xl\:border-l-sky-800\/85 {
    border-left-color: rgb(7 89 133 / 0.85);
  }

  .\32xl\:border-l-sky-800\/90 {
    border-left-color: rgb(7 89 133 / 0.9);
  }

  .\32xl\:border-l-sky-800\/95 {
    border-left-color: rgb(7 89 133 / 0.95);
  }

  .\32xl\:border-l-sky-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-900\/0 {
    border-left-color: rgb(12 74 110 / 0);
  }

  .\32xl\:border-l-sky-900\/10 {
    border-left-color: rgb(12 74 110 / 0.1);
  }

  .\32xl\:border-l-sky-900\/100 {
    border-left-color: rgb(12 74 110 / 1);
  }

  .\32xl\:border-l-sky-900\/15 {
    border-left-color: rgb(12 74 110 / 0.15);
  }

  .\32xl\:border-l-sky-900\/20 {
    border-left-color: rgb(12 74 110 / 0.2);
  }

  .\32xl\:border-l-sky-900\/25 {
    border-left-color: rgb(12 74 110 / 0.25);
  }

  .\32xl\:border-l-sky-900\/30 {
    border-left-color: rgb(12 74 110 / 0.3);
  }

  .\32xl\:border-l-sky-900\/35 {
    border-left-color: rgb(12 74 110 / 0.35);
  }

  .\32xl\:border-l-sky-900\/40 {
    border-left-color: rgb(12 74 110 / 0.4);
  }

  .\32xl\:border-l-sky-900\/45 {
    border-left-color: rgb(12 74 110 / 0.45);
  }

  .\32xl\:border-l-sky-900\/5 {
    border-left-color: rgb(12 74 110 / 0.05);
  }

  .\32xl\:border-l-sky-900\/50 {
    border-left-color: rgb(12 74 110 / 0.5);
  }

  .\32xl\:border-l-sky-900\/55 {
    border-left-color: rgb(12 74 110 / 0.55);
  }

  .\32xl\:border-l-sky-900\/60 {
    border-left-color: rgb(12 74 110 / 0.6);
  }

  .\32xl\:border-l-sky-900\/65 {
    border-left-color: rgb(12 74 110 / 0.65);
  }

  .\32xl\:border-l-sky-900\/70 {
    border-left-color: rgb(12 74 110 / 0.7);
  }

  .\32xl\:border-l-sky-900\/75 {
    border-left-color: rgb(12 74 110 / 0.75);
  }

  .\32xl\:border-l-sky-900\/80 {
    border-left-color: rgb(12 74 110 / 0.8);
  }

  .\32xl\:border-l-sky-900\/85 {
    border-left-color: rgb(12 74 110 / 0.85);
  }

  .\32xl\:border-l-sky-900\/90 {
    border-left-color: rgb(12 74 110 / 0.9);
  }

  .\32xl\:border-l-sky-900\/95 {
    border-left-color: rgb(12 74 110 / 0.95);
  }

  .\32xl\:border-l-sky-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-sky-950\/0 {
    border-left-color: rgb(8 47 73 / 0);
  }

  .\32xl\:border-l-sky-950\/10 {
    border-left-color: rgb(8 47 73 / 0.1);
  }

  .\32xl\:border-l-sky-950\/100 {
    border-left-color: rgb(8 47 73 / 1);
  }

  .\32xl\:border-l-sky-950\/15 {
    border-left-color: rgb(8 47 73 / 0.15);
  }

  .\32xl\:border-l-sky-950\/20 {
    border-left-color: rgb(8 47 73 / 0.2);
  }

  .\32xl\:border-l-sky-950\/25 {
    border-left-color: rgb(8 47 73 / 0.25);
  }

  .\32xl\:border-l-sky-950\/30 {
    border-left-color: rgb(8 47 73 / 0.3);
  }

  .\32xl\:border-l-sky-950\/35 {
    border-left-color: rgb(8 47 73 / 0.35);
  }

  .\32xl\:border-l-sky-950\/40 {
    border-left-color: rgb(8 47 73 / 0.4);
  }

  .\32xl\:border-l-sky-950\/45 {
    border-left-color: rgb(8 47 73 / 0.45);
  }

  .\32xl\:border-l-sky-950\/5 {
    border-left-color: rgb(8 47 73 / 0.05);
  }

  .\32xl\:border-l-sky-950\/50 {
    border-left-color: rgb(8 47 73 / 0.5);
  }

  .\32xl\:border-l-sky-950\/55 {
    border-left-color: rgb(8 47 73 / 0.55);
  }

  .\32xl\:border-l-sky-950\/60 {
    border-left-color: rgb(8 47 73 / 0.6);
  }

  .\32xl\:border-l-sky-950\/65 {
    border-left-color: rgb(8 47 73 / 0.65);
  }

  .\32xl\:border-l-sky-950\/70 {
    border-left-color: rgb(8 47 73 / 0.7);
  }

  .\32xl\:border-l-sky-950\/75 {
    border-left-color: rgb(8 47 73 / 0.75);
  }

  .\32xl\:border-l-sky-950\/80 {
    border-left-color: rgb(8 47 73 / 0.8);
  }

  .\32xl\:border-l-sky-950\/85 {
    border-left-color: rgb(8 47 73 / 0.85);
  }

  .\32xl\:border-l-sky-950\/90 {
    border-left-color: rgb(8 47 73 / 0.9);
  }

  .\32xl\:border-l-sky-950\/95 {
    border-left-color: rgb(8 47 73 / 0.95);
  }

  .\32xl\:border-l-slate-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-100\/0 {
    border-left-color: rgb(241 245 249 / 0);
  }

  .\32xl\:border-l-slate-100\/10 {
    border-left-color: rgb(241 245 249 / 0.1);
  }

  .\32xl\:border-l-slate-100\/100 {
    border-left-color: rgb(241 245 249 / 1);
  }

  .\32xl\:border-l-slate-100\/15 {
    border-left-color: rgb(241 245 249 / 0.15);
  }

  .\32xl\:border-l-slate-100\/20 {
    border-left-color: rgb(241 245 249 / 0.2);
  }

  .\32xl\:border-l-slate-100\/25 {
    border-left-color: rgb(241 245 249 / 0.25);
  }

  .\32xl\:border-l-slate-100\/30 {
    border-left-color: rgb(241 245 249 / 0.3);
  }

  .\32xl\:border-l-slate-100\/35 {
    border-left-color: rgb(241 245 249 / 0.35);
  }

  .\32xl\:border-l-slate-100\/40 {
    border-left-color: rgb(241 245 249 / 0.4);
  }

  .\32xl\:border-l-slate-100\/45 {
    border-left-color: rgb(241 245 249 / 0.45);
  }

  .\32xl\:border-l-slate-100\/5 {
    border-left-color: rgb(241 245 249 / 0.05);
  }

  .\32xl\:border-l-slate-100\/50 {
    border-left-color: rgb(241 245 249 / 0.5);
  }

  .\32xl\:border-l-slate-100\/55 {
    border-left-color: rgb(241 245 249 / 0.55);
  }

  .\32xl\:border-l-slate-100\/60 {
    border-left-color: rgb(241 245 249 / 0.6);
  }

  .\32xl\:border-l-slate-100\/65 {
    border-left-color: rgb(241 245 249 / 0.65);
  }

  .\32xl\:border-l-slate-100\/70 {
    border-left-color: rgb(241 245 249 / 0.7);
  }

  .\32xl\:border-l-slate-100\/75 {
    border-left-color: rgb(241 245 249 / 0.75);
  }

  .\32xl\:border-l-slate-100\/80 {
    border-left-color: rgb(241 245 249 / 0.8);
  }

  .\32xl\:border-l-slate-100\/85 {
    border-left-color: rgb(241 245 249 / 0.85);
  }

  .\32xl\:border-l-slate-100\/90 {
    border-left-color: rgb(241 245 249 / 0.9);
  }

  .\32xl\:border-l-slate-100\/95 {
    border-left-color: rgb(241 245 249 / 0.95);
  }

  .\32xl\:border-l-slate-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-200\/0 {
    border-left-color: rgb(226 232 240 / 0);
  }

  .\32xl\:border-l-slate-200\/10 {
    border-left-color: rgb(226 232 240 / 0.1);
  }

  .\32xl\:border-l-slate-200\/100 {
    border-left-color: rgb(226 232 240 / 1);
  }

  .\32xl\:border-l-slate-200\/15 {
    border-left-color: rgb(226 232 240 / 0.15);
  }

  .\32xl\:border-l-slate-200\/20 {
    border-left-color: rgb(226 232 240 / 0.2);
  }

  .\32xl\:border-l-slate-200\/25 {
    border-left-color: rgb(226 232 240 / 0.25);
  }

  .\32xl\:border-l-slate-200\/30 {
    border-left-color: rgb(226 232 240 / 0.3);
  }

  .\32xl\:border-l-slate-200\/35 {
    border-left-color: rgb(226 232 240 / 0.35);
  }

  .\32xl\:border-l-slate-200\/40 {
    border-left-color: rgb(226 232 240 / 0.4);
  }

  .\32xl\:border-l-slate-200\/45 {
    border-left-color: rgb(226 232 240 / 0.45);
  }

  .\32xl\:border-l-slate-200\/5 {
    border-left-color: rgb(226 232 240 / 0.05);
  }

  .\32xl\:border-l-slate-200\/50 {
    border-left-color: rgb(226 232 240 / 0.5);
  }

  .\32xl\:border-l-slate-200\/55 {
    border-left-color: rgb(226 232 240 / 0.55);
  }

  .\32xl\:border-l-slate-200\/60 {
    border-left-color: rgb(226 232 240 / 0.6);
  }

  .\32xl\:border-l-slate-200\/65 {
    border-left-color: rgb(226 232 240 / 0.65);
  }

  .\32xl\:border-l-slate-200\/70 {
    border-left-color: rgb(226 232 240 / 0.7);
  }

  .\32xl\:border-l-slate-200\/75 {
    border-left-color: rgb(226 232 240 / 0.75);
  }

  .\32xl\:border-l-slate-200\/80 {
    border-left-color: rgb(226 232 240 / 0.8);
  }

  .\32xl\:border-l-slate-200\/85 {
    border-left-color: rgb(226 232 240 / 0.85);
  }

  .\32xl\:border-l-slate-200\/90 {
    border-left-color: rgb(226 232 240 / 0.9);
  }

  .\32xl\:border-l-slate-200\/95 {
    border-left-color: rgb(226 232 240 / 0.95);
  }

  .\32xl\:border-l-slate-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-300\/0 {
    border-left-color: rgb(203 213 225 / 0);
  }

  .\32xl\:border-l-slate-300\/10 {
    border-left-color: rgb(203 213 225 / 0.1);
  }

  .\32xl\:border-l-slate-300\/100 {
    border-left-color: rgb(203 213 225 / 1);
  }

  .\32xl\:border-l-slate-300\/15 {
    border-left-color: rgb(203 213 225 / 0.15);
  }

  .\32xl\:border-l-slate-300\/20 {
    border-left-color: rgb(203 213 225 / 0.2);
  }

  .\32xl\:border-l-slate-300\/25 {
    border-left-color: rgb(203 213 225 / 0.25);
  }

  .\32xl\:border-l-slate-300\/30 {
    border-left-color: rgb(203 213 225 / 0.3);
  }

  .\32xl\:border-l-slate-300\/35 {
    border-left-color: rgb(203 213 225 / 0.35);
  }

  .\32xl\:border-l-slate-300\/40 {
    border-left-color: rgb(203 213 225 / 0.4);
  }

  .\32xl\:border-l-slate-300\/45 {
    border-left-color: rgb(203 213 225 / 0.45);
  }

  .\32xl\:border-l-slate-300\/5 {
    border-left-color: rgb(203 213 225 / 0.05);
  }

  .\32xl\:border-l-slate-300\/50 {
    border-left-color: rgb(203 213 225 / 0.5);
  }

  .\32xl\:border-l-slate-300\/55 {
    border-left-color: rgb(203 213 225 / 0.55);
  }

  .\32xl\:border-l-slate-300\/60 {
    border-left-color: rgb(203 213 225 / 0.6);
  }

  .\32xl\:border-l-slate-300\/65 {
    border-left-color: rgb(203 213 225 / 0.65);
  }

  .\32xl\:border-l-slate-300\/70 {
    border-left-color: rgb(203 213 225 / 0.7);
  }

  .\32xl\:border-l-slate-300\/75 {
    border-left-color: rgb(203 213 225 / 0.75);
  }

  .\32xl\:border-l-slate-300\/80 {
    border-left-color: rgb(203 213 225 / 0.8);
  }

  .\32xl\:border-l-slate-300\/85 {
    border-left-color: rgb(203 213 225 / 0.85);
  }

  .\32xl\:border-l-slate-300\/90 {
    border-left-color: rgb(203 213 225 / 0.9);
  }

  .\32xl\:border-l-slate-300\/95 {
    border-left-color: rgb(203 213 225 / 0.95);
  }

  .\32xl\:border-l-slate-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-400\/0 {
    border-left-color: rgb(148 163 184 / 0);
  }

  .\32xl\:border-l-slate-400\/10 {
    border-left-color: rgb(148 163 184 / 0.1);
  }

  .\32xl\:border-l-slate-400\/100 {
    border-left-color: rgb(148 163 184 / 1);
  }

  .\32xl\:border-l-slate-400\/15 {
    border-left-color: rgb(148 163 184 / 0.15);
  }

  .\32xl\:border-l-slate-400\/20 {
    border-left-color: rgb(148 163 184 / 0.2);
  }

  .\32xl\:border-l-slate-400\/25 {
    border-left-color: rgb(148 163 184 / 0.25);
  }

  .\32xl\:border-l-slate-400\/30 {
    border-left-color: rgb(148 163 184 / 0.3);
  }

  .\32xl\:border-l-slate-400\/35 {
    border-left-color: rgb(148 163 184 / 0.35);
  }

  .\32xl\:border-l-slate-400\/40 {
    border-left-color: rgb(148 163 184 / 0.4);
  }

  .\32xl\:border-l-slate-400\/45 {
    border-left-color: rgb(148 163 184 / 0.45);
  }

  .\32xl\:border-l-slate-400\/5 {
    border-left-color: rgb(148 163 184 / 0.05);
  }

  .\32xl\:border-l-slate-400\/50 {
    border-left-color: rgb(148 163 184 / 0.5);
  }

  .\32xl\:border-l-slate-400\/55 {
    border-left-color: rgb(148 163 184 / 0.55);
  }

  .\32xl\:border-l-slate-400\/60 {
    border-left-color: rgb(148 163 184 / 0.6);
  }

  .\32xl\:border-l-slate-400\/65 {
    border-left-color: rgb(148 163 184 / 0.65);
  }

  .\32xl\:border-l-slate-400\/70 {
    border-left-color: rgb(148 163 184 / 0.7);
  }

  .\32xl\:border-l-slate-400\/75 {
    border-left-color: rgb(148 163 184 / 0.75);
  }

  .\32xl\:border-l-slate-400\/80 {
    border-left-color: rgb(148 163 184 / 0.8);
  }

  .\32xl\:border-l-slate-400\/85 {
    border-left-color: rgb(148 163 184 / 0.85);
  }

  .\32xl\:border-l-slate-400\/90 {
    border-left-color: rgb(148 163 184 / 0.9);
  }

  .\32xl\:border-l-slate-400\/95 {
    border-left-color: rgb(148 163 184 / 0.95);
  }

  .\32xl\:border-l-slate-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-50\/0 {
    border-left-color: rgb(248 250 252 / 0);
  }

  .\32xl\:border-l-slate-50\/10 {
    border-left-color: rgb(248 250 252 / 0.1);
  }

  .\32xl\:border-l-slate-50\/100 {
    border-left-color: rgb(248 250 252 / 1);
  }

  .\32xl\:border-l-slate-50\/15 {
    border-left-color: rgb(248 250 252 / 0.15);
  }

  .\32xl\:border-l-slate-50\/20 {
    border-left-color: rgb(248 250 252 / 0.2);
  }

  .\32xl\:border-l-slate-50\/25 {
    border-left-color: rgb(248 250 252 / 0.25);
  }

  .\32xl\:border-l-slate-50\/30 {
    border-left-color: rgb(248 250 252 / 0.3);
  }

  .\32xl\:border-l-slate-50\/35 {
    border-left-color: rgb(248 250 252 / 0.35);
  }

  .\32xl\:border-l-slate-50\/40 {
    border-left-color: rgb(248 250 252 / 0.4);
  }

  .\32xl\:border-l-slate-50\/45 {
    border-left-color: rgb(248 250 252 / 0.45);
  }

  .\32xl\:border-l-slate-50\/5 {
    border-left-color: rgb(248 250 252 / 0.05);
  }

  .\32xl\:border-l-slate-50\/50 {
    border-left-color: rgb(248 250 252 / 0.5);
  }

  .\32xl\:border-l-slate-50\/55 {
    border-left-color: rgb(248 250 252 / 0.55);
  }

  .\32xl\:border-l-slate-50\/60 {
    border-left-color: rgb(248 250 252 / 0.6);
  }

  .\32xl\:border-l-slate-50\/65 {
    border-left-color: rgb(248 250 252 / 0.65);
  }

  .\32xl\:border-l-slate-50\/70 {
    border-left-color: rgb(248 250 252 / 0.7);
  }

  .\32xl\:border-l-slate-50\/75 {
    border-left-color: rgb(248 250 252 / 0.75);
  }

  .\32xl\:border-l-slate-50\/80 {
    border-left-color: rgb(248 250 252 / 0.8);
  }

  .\32xl\:border-l-slate-50\/85 {
    border-left-color: rgb(248 250 252 / 0.85);
  }

  .\32xl\:border-l-slate-50\/90 {
    border-left-color: rgb(248 250 252 / 0.9);
  }

  .\32xl\:border-l-slate-50\/95 {
    border-left-color: rgb(248 250 252 / 0.95);
  }

  .\32xl\:border-l-slate-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-500\/0 {
    border-left-color: rgb(100 116 139 / 0);
  }

  .\32xl\:border-l-slate-500\/10 {
    border-left-color: rgb(100 116 139 / 0.1);
  }

  .\32xl\:border-l-slate-500\/100 {
    border-left-color: rgb(100 116 139 / 1);
  }

  .\32xl\:border-l-slate-500\/15 {
    border-left-color: rgb(100 116 139 / 0.15);
  }

  .\32xl\:border-l-slate-500\/20 {
    border-left-color: rgb(100 116 139 / 0.2);
  }

  .\32xl\:border-l-slate-500\/25 {
    border-left-color: rgb(100 116 139 / 0.25);
  }

  .\32xl\:border-l-slate-500\/30 {
    border-left-color: rgb(100 116 139 / 0.3);
  }

  .\32xl\:border-l-slate-500\/35 {
    border-left-color: rgb(100 116 139 / 0.35);
  }

  .\32xl\:border-l-slate-500\/40 {
    border-left-color: rgb(100 116 139 / 0.4);
  }

  .\32xl\:border-l-slate-500\/45 {
    border-left-color: rgb(100 116 139 / 0.45);
  }

  .\32xl\:border-l-slate-500\/5 {
    border-left-color: rgb(100 116 139 / 0.05);
  }

  .\32xl\:border-l-slate-500\/50 {
    border-left-color: rgb(100 116 139 / 0.5);
  }

  .\32xl\:border-l-slate-500\/55 {
    border-left-color: rgb(100 116 139 / 0.55);
  }

  .\32xl\:border-l-slate-500\/60 {
    border-left-color: rgb(100 116 139 / 0.6);
  }

  .\32xl\:border-l-slate-500\/65 {
    border-left-color: rgb(100 116 139 / 0.65);
  }

  .\32xl\:border-l-slate-500\/70 {
    border-left-color: rgb(100 116 139 / 0.7);
  }

  .\32xl\:border-l-slate-500\/75 {
    border-left-color: rgb(100 116 139 / 0.75);
  }

  .\32xl\:border-l-slate-500\/80 {
    border-left-color: rgb(100 116 139 / 0.8);
  }

  .\32xl\:border-l-slate-500\/85 {
    border-left-color: rgb(100 116 139 / 0.85);
  }

  .\32xl\:border-l-slate-500\/90 {
    border-left-color: rgb(100 116 139 / 0.9);
  }

  .\32xl\:border-l-slate-500\/95 {
    border-left-color: rgb(100 116 139 / 0.95);
  }

  .\32xl\:border-l-slate-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-600\/0 {
    border-left-color: rgb(71 85 105 / 0);
  }

  .\32xl\:border-l-slate-600\/10 {
    border-left-color: rgb(71 85 105 / 0.1);
  }

  .\32xl\:border-l-slate-600\/100 {
    border-left-color: rgb(71 85 105 / 1);
  }

  .\32xl\:border-l-slate-600\/15 {
    border-left-color: rgb(71 85 105 / 0.15);
  }

  .\32xl\:border-l-slate-600\/20 {
    border-left-color: rgb(71 85 105 / 0.2);
  }

  .\32xl\:border-l-slate-600\/25 {
    border-left-color: rgb(71 85 105 / 0.25);
  }

  .\32xl\:border-l-slate-600\/30 {
    border-left-color: rgb(71 85 105 / 0.3);
  }

  .\32xl\:border-l-slate-600\/35 {
    border-left-color: rgb(71 85 105 / 0.35);
  }

  .\32xl\:border-l-slate-600\/40 {
    border-left-color: rgb(71 85 105 / 0.4);
  }

  .\32xl\:border-l-slate-600\/45 {
    border-left-color: rgb(71 85 105 / 0.45);
  }

  .\32xl\:border-l-slate-600\/5 {
    border-left-color: rgb(71 85 105 / 0.05);
  }

  .\32xl\:border-l-slate-600\/50 {
    border-left-color: rgb(71 85 105 / 0.5);
  }

  .\32xl\:border-l-slate-600\/55 {
    border-left-color: rgb(71 85 105 / 0.55);
  }

  .\32xl\:border-l-slate-600\/60 {
    border-left-color: rgb(71 85 105 / 0.6);
  }

  .\32xl\:border-l-slate-600\/65 {
    border-left-color: rgb(71 85 105 / 0.65);
  }

  .\32xl\:border-l-slate-600\/70 {
    border-left-color: rgb(71 85 105 / 0.7);
  }

  .\32xl\:border-l-slate-600\/75 {
    border-left-color: rgb(71 85 105 / 0.75);
  }

  .\32xl\:border-l-slate-600\/80 {
    border-left-color: rgb(71 85 105 / 0.8);
  }

  .\32xl\:border-l-slate-600\/85 {
    border-left-color: rgb(71 85 105 / 0.85);
  }

  .\32xl\:border-l-slate-600\/90 {
    border-left-color: rgb(71 85 105 / 0.9);
  }

  .\32xl\:border-l-slate-600\/95 {
    border-left-color: rgb(71 85 105 / 0.95);
  }

  .\32xl\:border-l-slate-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-700\/0 {
    border-left-color: rgb(51 65 85 / 0);
  }

  .\32xl\:border-l-slate-700\/10 {
    border-left-color: rgb(51 65 85 / 0.1);
  }

  .\32xl\:border-l-slate-700\/100 {
    border-left-color: rgb(51 65 85 / 1);
  }

  .\32xl\:border-l-slate-700\/15 {
    border-left-color: rgb(51 65 85 / 0.15);
  }

  .\32xl\:border-l-slate-700\/20 {
    border-left-color: rgb(51 65 85 / 0.2);
  }

  .\32xl\:border-l-slate-700\/25 {
    border-left-color: rgb(51 65 85 / 0.25);
  }

  .\32xl\:border-l-slate-700\/30 {
    border-left-color: rgb(51 65 85 / 0.3);
  }

  .\32xl\:border-l-slate-700\/35 {
    border-left-color: rgb(51 65 85 / 0.35);
  }

  .\32xl\:border-l-slate-700\/40 {
    border-left-color: rgb(51 65 85 / 0.4);
  }

  .\32xl\:border-l-slate-700\/45 {
    border-left-color: rgb(51 65 85 / 0.45);
  }

  .\32xl\:border-l-slate-700\/5 {
    border-left-color: rgb(51 65 85 / 0.05);
  }

  .\32xl\:border-l-slate-700\/50 {
    border-left-color: rgb(51 65 85 / 0.5);
  }

  .\32xl\:border-l-slate-700\/55 {
    border-left-color: rgb(51 65 85 / 0.55);
  }

  .\32xl\:border-l-slate-700\/60 {
    border-left-color: rgb(51 65 85 / 0.6);
  }

  .\32xl\:border-l-slate-700\/65 {
    border-left-color: rgb(51 65 85 / 0.65);
  }

  .\32xl\:border-l-slate-700\/70 {
    border-left-color: rgb(51 65 85 / 0.7);
  }

  .\32xl\:border-l-slate-700\/75 {
    border-left-color: rgb(51 65 85 / 0.75);
  }

  .\32xl\:border-l-slate-700\/80 {
    border-left-color: rgb(51 65 85 / 0.8);
  }

  .\32xl\:border-l-slate-700\/85 {
    border-left-color: rgb(51 65 85 / 0.85);
  }

  .\32xl\:border-l-slate-700\/90 {
    border-left-color: rgb(51 65 85 / 0.9);
  }

  .\32xl\:border-l-slate-700\/95 {
    border-left-color: rgb(51 65 85 / 0.95);
  }

  .\32xl\:border-l-slate-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-800\/0 {
    border-left-color: rgb(30 41 59 / 0);
  }

  .\32xl\:border-l-slate-800\/10 {
    border-left-color: rgb(30 41 59 / 0.1);
  }

  .\32xl\:border-l-slate-800\/100 {
    border-left-color: rgb(30 41 59 / 1);
  }

  .\32xl\:border-l-slate-800\/15 {
    border-left-color: rgb(30 41 59 / 0.15);
  }

  .\32xl\:border-l-slate-800\/20 {
    border-left-color: rgb(30 41 59 / 0.2);
  }

  .\32xl\:border-l-slate-800\/25 {
    border-left-color: rgb(30 41 59 / 0.25);
  }

  .\32xl\:border-l-slate-800\/30 {
    border-left-color: rgb(30 41 59 / 0.3);
  }

  .\32xl\:border-l-slate-800\/35 {
    border-left-color: rgb(30 41 59 / 0.35);
  }

  .\32xl\:border-l-slate-800\/40 {
    border-left-color: rgb(30 41 59 / 0.4);
  }

  .\32xl\:border-l-slate-800\/45 {
    border-left-color: rgb(30 41 59 / 0.45);
  }

  .\32xl\:border-l-slate-800\/5 {
    border-left-color: rgb(30 41 59 / 0.05);
  }

  .\32xl\:border-l-slate-800\/50 {
    border-left-color: rgb(30 41 59 / 0.5);
  }

  .\32xl\:border-l-slate-800\/55 {
    border-left-color: rgb(30 41 59 / 0.55);
  }

  .\32xl\:border-l-slate-800\/60 {
    border-left-color: rgb(30 41 59 / 0.6);
  }

  .\32xl\:border-l-slate-800\/65 {
    border-left-color: rgb(30 41 59 / 0.65);
  }

  .\32xl\:border-l-slate-800\/70 {
    border-left-color: rgb(30 41 59 / 0.7);
  }

  .\32xl\:border-l-slate-800\/75 {
    border-left-color: rgb(30 41 59 / 0.75);
  }

  .\32xl\:border-l-slate-800\/80 {
    border-left-color: rgb(30 41 59 / 0.8);
  }

  .\32xl\:border-l-slate-800\/85 {
    border-left-color: rgb(30 41 59 / 0.85);
  }

  .\32xl\:border-l-slate-800\/90 {
    border-left-color: rgb(30 41 59 / 0.9);
  }

  .\32xl\:border-l-slate-800\/95 {
    border-left-color: rgb(30 41 59 / 0.95);
  }

  .\32xl\:border-l-slate-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-900\/0 {
    border-left-color: rgb(15 23 42 / 0);
  }

  .\32xl\:border-l-slate-900\/10 {
    border-left-color: rgb(15 23 42 / 0.1);
  }

  .\32xl\:border-l-slate-900\/100 {
    border-left-color: rgb(15 23 42 / 1);
  }

  .\32xl\:border-l-slate-900\/15 {
    border-left-color: rgb(15 23 42 / 0.15);
  }

  .\32xl\:border-l-slate-900\/20 {
    border-left-color: rgb(15 23 42 / 0.2);
  }

  .\32xl\:border-l-slate-900\/25 {
    border-left-color: rgb(15 23 42 / 0.25);
  }

  .\32xl\:border-l-slate-900\/30 {
    border-left-color: rgb(15 23 42 / 0.3);
  }

  .\32xl\:border-l-slate-900\/35 {
    border-left-color: rgb(15 23 42 / 0.35);
  }

  .\32xl\:border-l-slate-900\/40 {
    border-left-color: rgb(15 23 42 / 0.4);
  }

  .\32xl\:border-l-slate-900\/45 {
    border-left-color: rgb(15 23 42 / 0.45);
  }

  .\32xl\:border-l-slate-900\/5 {
    border-left-color: rgb(15 23 42 / 0.05);
  }

  .\32xl\:border-l-slate-900\/50 {
    border-left-color: rgb(15 23 42 / 0.5);
  }

  .\32xl\:border-l-slate-900\/55 {
    border-left-color: rgb(15 23 42 / 0.55);
  }

  .\32xl\:border-l-slate-900\/60 {
    border-left-color: rgb(15 23 42 / 0.6);
  }

  .\32xl\:border-l-slate-900\/65 {
    border-left-color: rgb(15 23 42 / 0.65);
  }

  .\32xl\:border-l-slate-900\/70 {
    border-left-color: rgb(15 23 42 / 0.7);
  }

  .\32xl\:border-l-slate-900\/75 {
    border-left-color: rgb(15 23 42 / 0.75);
  }

  .\32xl\:border-l-slate-900\/80 {
    border-left-color: rgb(15 23 42 / 0.8);
  }

  .\32xl\:border-l-slate-900\/85 {
    border-left-color: rgb(15 23 42 / 0.85);
  }

  .\32xl\:border-l-slate-900\/90 {
    border-left-color: rgb(15 23 42 / 0.9);
  }

  .\32xl\:border-l-slate-900\/95 {
    border-left-color: rgb(15 23 42 / 0.95);
  }

  .\32xl\:border-l-slate-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-slate-950\/0 {
    border-left-color: rgb(2 6 23 / 0);
  }

  .\32xl\:border-l-slate-950\/10 {
    border-left-color: rgb(2 6 23 / 0.1);
  }

  .\32xl\:border-l-slate-950\/100 {
    border-left-color: rgb(2 6 23 / 1);
  }

  .\32xl\:border-l-slate-950\/15 {
    border-left-color: rgb(2 6 23 / 0.15);
  }

  .\32xl\:border-l-slate-950\/20 {
    border-left-color: rgb(2 6 23 / 0.2);
  }

  .\32xl\:border-l-slate-950\/25 {
    border-left-color: rgb(2 6 23 / 0.25);
  }

  .\32xl\:border-l-slate-950\/30 {
    border-left-color: rgb(2 6 23 / 0.3);
  }

  .\32xl\:border-l-slate-950\/35 {
    border-left-color: rgb(2 6 23 / 0.35);
  }

  .\32xl\:border-l-slate-950\/40 {
    border-left-color: rgb(2 6 23 / 0.4);
  }

  .\32xl\:border-l-slate-950\/45 {
    border-left-color: rgb(2 6 23 / 0.45);
  }

  .\32xl\:border-l-slate-950\/5 {
    border-left-color: rgb(2 6 23 / 0.05);
  }

  .\32xl\:border-l-slate-950\/50 {
    border-left-color: rgb(2 6 23 / 0.5);
  }

  .\32xl\:border-l-slate-950\/55 {
    border-left-color: rgb(2 6 23 / 0.55);
  }

  .\32xl\:border-l-slate-950\/60 {
    border-left-color: rgb(2 6 23 / 0.6);
  }

  .\32xl\:border-l-slate-950\/65 {
    border-left-color: rgb(2 6 23 / 0.65);
  }

  .\32xl\:border-l-slate-950\/70 {
    border-left-color: rgb(2 6 23 / 0.7);
  }

  .\32xl\:border-l-slate-950\/75 {
    border-left-color: rgb(2 6 23 / 0.75);
  }

  .\32xl\:border-l-slate-950\/80 {
    border-left-color: rgb(2 6 23 / 0.8);
  }

  .\32xl\:border-l-slate-950\/85 {
    border-left-color: rgb(2 6 23 / 0.85);
  }

  .\32xl\:border-l-slate-950\/90 {
    border-left-color: rgb(2 6 23 / 0.9);
  }

  .\32xl\:border-l-slate-950\/95 {
    border-left-color: rgb(2 6 23 / 0.95);
  }

  .\32xl\:border-l-stone-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-100\/0 {
    border-left-color: rgb(245 245 244 / 0);
  }

  .\32xl\:border-l-stone-100\/10 {
    border-left-color: rgb(245 245 244 / 0.1);
  }

  .\32xl\:border-l-stone-100\/100 {
    border-left-color: rgb(245 245 244 / 1);
  }

  .\32xl\:border-l-stone-100\/15 {
    border-left-color: rgb(245 245 244 / 0.15);
  }

  .\32xl\:border-l-stone-100\/20 {
    border-left-color: rgb(245 245 244 / 0.2);
  }

  .\32xl\:border-l-stone-100\/25 {
    border-left-color: rgb(245 245 244 / 0.25);
  }

  .\32xl\:border-l-stone-100\/30 {
    border-left-color: rgb(245 245 244 / 0.3);
  }

  .\32xl\:border-l-stone-100\/35 {
    border-left-color: rgb(245 245 244 / 0.35);
  }

  .\32xl\:border-l-stone-100\/40 {
    border-left-color: rgb(245 245 244 / 0.4);
  }

  .\32xl\:border-l-stone-100\/45 {
    border-left-color: rgb(245 245 244 / 0.45);
  }

  .\32xl\:border-l-stone-100\/5 {
    border-left-color: rgb(245 245 244 / 0.05);
  }

  .\32xl\:border-l-stone-100\/50 {
    border-left-color: rgb(245 245 244 / 0.5);
  }

  .\32xl\:border-l-stone-100\/55 {
    border-left-color: rgb(245 245 244 / 0.55);
  }

  .\32xl\:border-l-stone-100\/60 {
    border-left-color: rgb(245 245 244 / 0.6);
  }

  .\32xl\:border-l-stone-100\/65 {
    border-left-color: rgb(245 245 244 / 0.65);
  }

  .\32xl\:border-l-stone-100\/70 {
    border-left-color: rgb(245 245 244 / 0.7);
  }

  .\32xl\:border-l-stone-100\/75 {
    border-left-color: rgb(245 245 244 / 0.75);
  }

  .\32xl\:border-l-stone-100\/80 {
    border-left-color: rgb(245 245 244 / 0.8);
  }

  .\32xl\:border-l-stone-100\/85 {
    border-left-color: rgb(245 245 244 / 0.85);
  }

  .\32xl\:border-l-stone-100\/90 {
    border-left-color: rgb(245 245 244 / 0.9);
  }

  .\32xl\:border-l-stone-100\/95 {
    border-left-color: rgb(245 245 244 / 0.95);
  }

  .\32xl\:border-l-stone-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-200\/0 {
    border-left-color: rgb(231 229 228 / 0);
  }

  .\32xl\:border-l-stone-200\/10 {
    border-left-color: rgb(231 229 228 / 0.1);
  }

  .\32xl\:border-l-stone-200\/100 {
    border-left-color: rgb(231 229 228 / 1);
  }

  .\32xl\:border-l-stone-200\/15 {
    border-left-color: rgb(231 229 228 / 0.15);
  }

  .\32xl\:border-l-stone-200\/20 {
    border-left-color: rgb(231 229 228 / 0.2);
  }

  .\32xl\:border-l-stone-200\/25 {
    border-left-color: rgb(231 229 228 / 0.25);
  }

  .\32xl\:border-l-stone-200\/30 {
    border-left-color: rgb(231 229 228 / 0.3);
  }

  .\32xl\:border-l-stone-200\/35 {
    border-left-color: rgb(231 229 228 / 0.35);
  }

  .\32xl\:border-l-stone-200\/40 {
    border-left-color: rgb(231 229 228 / 0.4);
  }

  .\32xl\:border-l-stone-200\/45 {
    border-left-color: rgb(231 229 228 / 0.45);
  }

  .\32xl\:border-l-stone-200\/5 {
    border-left-color: rgb(231 229 228 / 0.05);
  }

  .\32xl\:border-l-stone-200\/50 {
    border-left-color: rgb(231 229 228 / 0.5);
  }

  .\32xl\:border-l-stone-200\/55 {
    border-left-color: rgb(231 229 228 / 0.55);
  }

  .\32xl\:border-l-stone-200\/60 {
    border-left-color: rgb(231 229 228 / 0.6);
  }

  .\32xl\:border-l-stone-200\/65 {
    border-left-color: rgb(231 229 228 / 0.65);
  }

  .\32xl\:border-l-stone-200\/70 {
    border-left-color: rgb(231 229 228 / 0.7);
  }

  .\32xl\:border-l-stone-200\/75 {
    border-left-color: rgb(231 229 228 / 0.75);
  }

  .\32xl\:border-l-stone-200\/80 {
    border-left-color: rgb(231 229 228 / 0.8);
  }

  .\32xl\:border-l-stone-200\/85 {
    border-left-color: rgb(231 229 228 / 0.85);
  }

  .\32xl\:border-l-stone-200\/90 {
    border-left-color: rgb(231 229 228 / 0.9);
  }

  .\32xl\:border-l-stone-200\/95 {
    border-left-color: rgb(231 229 228 / 0.95);
  }

  .\32xl\:border-l-stone-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-300\/0 {
    border-left-color: rgb(214 211 209 / 0);
  }

  .\32xl\:border-l-stone-300\/10 {
    border-left-color: rgb(214 211 209 / 0.1);
  }

  .\32xl\:border-l-stone-300\/100 {
    border-left-color: rgb(214 211 209 / 1);
  }

  .\32xl\:border-l-stone-300\/15 {
    border-left-color: rgb(214 211 209 / 0.15);
  }

  .\32xl\:border-l-stone-300\/20 {
    border-left-color: rgb(214 211 209 / 0.2);
  }

  .\32xl\:border-l-stone-300\/25 {
    border-left-color: rgb(214 211 209 / 0.25);
  }

  .\32xl\:border-l-stone-300\/30 {
    border-left-color: rgb(214 211 209 / 0.3);
  }

  .\32xl\:border-l-stone-300\/35 {
    border-left-color: rgb(214 211 209 / 0.35);
  }

  .\32xl\:border-l-stone-300\/40 {
    border-left-color: rgb(214 211 209 / 0.4);
  }

  .\32xl\:border-l-stone-300\/45 {
    border-left-color: rgb(214 211 209 / 0.45);
  }

  .\32xl\:border-l-stone-300\/5 {
    border-left-color: rgb(214 211 209 / 0.05);
  }

  .\32xl\:border-l-stone-300\/50 {
    border-left-color: rgb(214 211 209 / 0.5);
  }

  .\32xl\:border-l-stone-300\/55 {
    border-left-color: rgb(214 211 209 / 0.55);
  }

  .\32xl\:border-l-stone-300\/60 {
    border-left-color: rgb(214 211 209 / 0.6);
  }

  .\32xl\:border-l-stone-300\/65 {
    border-left-color: rgb(214 211 209 / 0.65);
  }

  .\32xl\:border-l-stone-300\/70 {
    border-left-color: rgb(214 211 209 / 0.7);
  }

  .\32xl\:border-l-stone-300\/75 {
    border-left-color: rgb(214 211 209 / 0.75);
  }

  .\32xl\:border-l-stone-300\/80 {
    border-left-color: rgb(214 211 209 / 0.8);
  }

  .\32xl\:border-l-stone-300\/85 {
    border-left-color: rgb(214 211 209 / 0.85);
  }

  .\32xl\:border-l-stone-300\/90 {
    border-left-color: rgb(214 211 209 / 0.9);
  }

  .\32xl\:border-l-stone-300\/95 {
    border-left-color: rgb(214 211 209 / 0.95);
  }

  .\32xl\:border-l-stone-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-400\/0 {
    border-left-color: rgb(168 162 158 / 0);
  }

  .\32xl\:border-l-stone-400\/10 {
    border-left-color: rgb(168 162 158 / 0.1);
  }

  .\32xl\:border-l-stone-400\/100 {
    border-left-color: rgb(168 162 158 / 1);
  }

  .\32xl\:border-l-stone-400\/15 {
    border-left-color: rgb(168 162 158 / 0.15);
  }

  .\32xl\:border-l-stone-400\/20 {
    border-left-color: rgb(168 162 158 / 0.2);
  }

  .\32xl\:border-l-stone-400\/25 {
    border-left-color: rgb(168 162 158 / 0.25);
  }

  .\32xl\:border-l-stone-400\/30 {
    border-left-color: rgb(168 162 158 / 0.3);
  }

  .\32xl\:border-l-stone-400\/35 {
    border-left-color: rgb(168 162 158 / 0.35);
  }

  .\32xl\:border-l-stone-400\/40 {
    border-left-color: rgb(168 162 158 / 0.4);
  }

  .\32xl\:border-l-stone-400\/45 {
    border-left-color: rgb(168 162 158 / 0.45);
  }

  .\32xl\:border-l-stone-400\/5 {
    border-left-color: rgb(168 162 158 / 0.05);
  }

  .\32xl\:border-l-stone-400\/50 {
    border-left-color: rgb(168 162 158 / 0.5);
  }

  .\32xl\:border-l-stone-400\/55 {
    border-left-color: rgb(168 162 158 / 0.55);
  }

  .\32xl\:border-l-stone-400\/60 {
    border-left-color: rgb(168 162 158 / 0.6);
  }

  .\32xl\:border-l-stone-400\/65 {
    border-left-color: rgb(168 162 158 / 0.65);
  }

  .\32xl\:border-l-stone-400\/70 {
    border-left-color: rgb(168 162 158 / 0.7);
  }

  .\32xl\:border-l-stone-400\/75 {
    border-left-color: rgb(168 162 158 / 0.75);
  }

  .\32xl\:border-l-stone-400\/80 {
    border-left-color: rgb(168 162 158 / 0.8);
  }

  .\32xl\:border-l-stone-400\/85 {
    border-left-color: rgb(168 162 158 / 0.85);
  }

  .\32xl\:border-l-stone-400\/90 {
    border-left-color: rgb(168 162 158 / 0.9);
  }

  .\32xl\:border-l-stone-400\/95 {
    border-left-color: rgb(168 162 158 / 0.95);
  }

  .\32xl\:border-l-stone-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-50\/0 {
    border-left-color: rgb(250 250 249 / 0);
  }

  .\32xl\:border-l-stone-50\/10 {
    border-left-color: rgb(250 250 249 / 0.1);
  }

  .\32xl\:border-l-stone-50\/100 {
    border-left-color: rgb(250 250 249 / 1);
  }

  .\32xl\:border-l-stone-50\/15 {
    border-left-color: rgb(250 250 249 / 0.15);
  }

  .\32xl\:border-l-stone-50\/20 {
    border-left-color: rgb(250 250 249 / 0.2);
  }

  .\32xl\:border-l-stone-50\/25 {
    border-left-color: rgb(250 250 249 / 0.25);
  }

  .\32xl\:border-l-stone-50\/30 {
    border-left-color: rgb(250 250 249 / 0.3);
  }

  .\32xl\:border-l-stone-50\/35 {
    border-left-color: rgb(250 250 249 / 0.35);
  }

  .\32xl\:border-l-stone-50\/40 {
    border-left-color: rgb(250 250 249 / 0.4);
  }

  .\32xl\:border-l-stone-50\/45 {
    border-left-color: rgb(250 250 249 / 0.45);
  }

  .\32xl\:border-l-stone-50\/5 {
    border-left-color: rgb(250 250 249 / 0.05);
  }

  .\32xl\:border-l-stone-50\/50 {
    border-left-color: rgb(250 250 249 / 0.5);
  }

  .\32xl\:border-l-stone-50\/55 {
    border-left-color: rgb(250 250 249 / 0.55);
  }

  .\32xl\:border-l-stone-50\/60 {
    border-left-color: rgb(250 250 249 / 0.6);
  }

  .\32xl\:border-l-stone-50\/65 {
    border-left-color: rgb(250 250 249 / 0.65);
  }

  .\32xl\:border-l-stone-50\/70 {
    border-left-color: rgb(250 250 249 / 0.7);
  }

  .\32xl\:border-l-stone-50\/75 {
    border-left-color: rgb(250 250 249 / 0.75);
  }

  .\32xl\:border-l-stone-50\/80 {
    border-left-color: rgb(250 250 249 / 0.8);
  }

  .\32xl\:border-l-stone-50\/85 {
    border-left-color: rgb(250 250 249 / 0.85);
  }

  .\32xl\:border-l-stone-50\/90 {
    border-left-color: rgb(250 250 249 / 0.9);
  }

  .\32xl\:border-l-stone-50\/95 {
    border-left-color: rgb(250 250 249 / 0.95);
  }

  .\32xl\:border-l-stone-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-500\/0 {
    border-left-color: rgb(120 113 108 / 0);
  }

  .\32xl\:border-l-stone-500\/10 {
    border-left-color: rgb(120 113 108 / 0.1);
  }

  .\32xl\:border-l-stone-500\/100 {
    border-left-color: rgb(120 113 108 / 1);
  }

  .\32xl\:border-l-stone-500\/15 {
    border-left-color: rgb(120 113 108 / 0.15);
  }

  .\32xl\:border-l-stone-500\/20 {
    border-left-color: rgb(120 113 108 / 0.2);
  }

  .\32xl\:border-l-stone-500\/25 {
    border-left-color: rgb(120 113 108 / 0.25);
  }

  .\32xl\:border-l-stone-500\/30 {
    border-left-color: rgb(120 113 108 / 0.3);
  }

  .\32xl\:border-l-stone-500\/35 {
    border-left-color: rgb(120 113 108 / 0.35);
  }

  .\32xl\:border-l-stone-500\/40 {
    border-left-color: rgb(120 113 108 / 0.4);
  }

  .\32xl\:border-l-stone-500\/45 {
    border-left-color: rgb(120 113 108 / 0.45);
  }

  .\32xl\:border-l-stone-500\/5 {
    border-left-color: rgb(120 113 108 / 0.05);
  }

  .\32xl\:border-l-stone-500\/50 {
    border-left-color: rgb(120 113 108 / 0.5);
  }

  .\32xl\:border-l-stone-500\/55 {
    border-left-color: rgb(120 113 108 / 0.55);
  }

  .\32xl\:border-l-stone-500\/60 {
    border-left-color: rgb(120 113 108 / 0.6);
  }

  .\32xl\:border-l-stone-500\/65 {
    border-left-color: rgb(120 113 108 / 0.65);
  }

  .\32xl\:border-l-stone-500\/70 {
    border-left-color: rgb(120 113 108 / 0.7);
  }

  .\32xl\:border-l-stone-500\/75 {
    border-left-color: rgb(120 113 108 / 0.75);
  }

  .\32xl\:border-l-stone-500\/80 {
    border-left-color: rgb(120 113 108 / 0.8);
  }

  .\32xl\:border-l-stone-500\/85 {
    border-left-color: rgb(120 113 108 / 0.85);
  }

  .\32xl\:border-l-stone-500\/90 {
    border-left-color: rgb(120 113 108 / 0.9);
  }

  .\32xl\:border-l-stone-500\/95 {
    border-left-color: rgb(120 113 108 / 0.95);
  }

  .\32xl\:border-l-stone-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-600\/0 {
    border-left-color: rgb(87 83 78 / 0);
  }

  .\32xl\:border-l-stone-600\/10 {
    border-left-color: rgb(87 83 78 / 0.1);
  }

  .\32xl\:border-l-stone-600\/100 {
    border-left-color: rgb(87 83 78 / 1);
  }

  .\32xl\:border-l-stone-600\/15 {
    border-left-color: rgb(87 83 78 / 0.15);
  }

  .\32xl\:border-l-stone-600\/20 {
    border-left-color: rgb(87 83 78 / 0.2);
  }

  .\32xl\:border-l-stone-600\/25 {
    border-left-color: rgb(87 83 78 / 0.25);
  }

  .\32xl\:border-l-stone-600\/30 {
    border-left-color: rgb(87 83 78 / 0.3);
  }

  .\32xl\:border-l-stone-600\/35 {
    border-left-color: rgb(87 83 78 / 0.35);
  }

  .\32xl\:border-l-stone-600\/40 {
    border-left-color: rgb(87 83 78 / 0.4);
  }

  .\32xl\:border-l-stone-600\/45 {
    border-left-color: rgb(87 83 78 / 0.45);
  }

  .\32xl\:border-l-stone-600\/5 {
    border-left-color: rgb(87 83 78 / 0.05);
  }

  .\32xl\:border-l-stone-600\/50 {
    border-left-color: rgb(87 83 78 / 0.5);
  }

  .\32xl\:border-l-stone-600\/55 {
    border-left-color: rgb(87 83 78 / 0.55);
  }

  .\32xl\:border-l-stone-600\/60 {
    border-left-color: rgb(87 83 78 / 0.6);
  }

  .\32xl\:border-l-stone-600\/65 {
    border-left-color: rgb(87 83 78 / 0.65);
  }

  .\32xl\:border-l-stone-600\/70 {
    border-left-color: rgb(87 83 78 / 0.7);
  }

  .\32xl\:border-l-stone-600\/75 {
    border-left-color: rgb(87 83 78 / 0.75);
  }

  .\32xl\:border-l-stone-600\/80 {
    border-left-color: rgb(87 83 78 / 0.8);
  }

  .\32xl\:border-l-stone-600\/85 {
    border-left-color: rgb(87 83 78 / 0.85);
  }

  .\32xl\:border-l-stone-600\/90 {
    border-left-color: rgb(87 83 78 / 0.9);
  }

  .\32xl\:border-l-stone-600\/95 {
    border-left-color: rgb(87 83 78 / 0.95);
  }

  .\32xl\:border-l-stone-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-700\/0 {
    border-left-color: rgb(68 64 60 / 0);
  }

  .\32xl\:border-l-stone-700\/10 {
    border-left-color: rgb(68 64 60 / 0.1);
  }

  .\32xl\:border-l-stone-700\/100 {
    border-left-color: rgb(68 64 60 / 1);
  }

  .\32xl\:border-l-stone-700\/15 {
    border-left-color: rgb(68 64 60 / 0.15);
  }

  .\32xl\:border-l-stone-700\/20 {
    border-left-color: rgb(68 64 60 / 0.2);
  }

  .\32xl\:border-l-stone-700\/25 {
    border-left-color: rgb(68 64 60 / 0.25);
  }

  .\32xl\:border-l-stone-700\/30 {
    border-left-color: rgb(68 64 60 / 0.3);
  }

  .\32xl\:border-l-stone-700\/35 {
    border-left-color: rgb(68 64 60 / 0.35);
  }

  .\32xl\:border-l-stone-700\/40 {
    border-left-color: rgb(68 64 60 / 0.4);
  }

  .\32xl\:border-l-stone-700\/45 {
    border-left-color: rgb(68 64 60 / 0.45);
  }

  .\32xl\:border-l-stone-700\/5 {
    border-left-color: rgb(68 64 60 / 0.05);
  }

  .\32xl\:border-l-stone-700\/50 {
    border-left-color: rgb(68 64 60 / 0.5);
  }

  .\32xl\:border-l-stone-700\/55 {
    border-left-color: rgb(68 64 60 / 0.55);
  }

  .\32xl\:border-l-stone-700\/60 {
    border-left-color: rgb(68 64 60 / 0.6);
  }

  .\32xl\:border-l-stone-700\/65 {
    border-left-color: rgb(68 64 60 / 0.65);
  }

  .\32xl\:border-l-stone-700\/70 {
    border-left-color: rgb(68 64 60 / 0.7);
  }

  .\32xl\:border-l-stone-700\/75 {
    border-left-color: rgb(68 64 60 / 0.75);
  }

  .\32xl\:border-l-stone-700\/80 {
    border-left-color: rgb(68 64 60 / 0.8);
  }

  .\32xl\:border-l-stone-700\/85 {
    border-left-color: rgb(68 64 60 / 0.85);
  }

  .\32xl\:border-l-stone-700\/90 {
    border-left-color: rgb(68 64 60 / 0.9);
  }

  .\32xl\:border-l-stone-700\/95 {
    border-left-color: rgb(68 64 60 / 0.95);
  }

  .\32xl\:border-l-stone-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-800\/0 {
    border-left-color: rgb(41 37 36 / 0);
  }

  .\32xl\:border-l-stone-800\/10 {
    border-left-color: rgb(41 37 36 / 0.1);
  }

  .\32xl\:border-l-stone-800\/100 {
    border-left-color: rgb(41 37 36 / 1);
  }

  .\32xl\:border-l-stone-800\/15 {
    border-left-color: rgb(41 37 36 / 0.15);
  }

  .\32xl\:border-l-stone-800\/20 {
    border-left-color: rgb(41 37 36 / 0.2);
  }

  .\32xl\:border-l-stone-800\/25 {
    border-left-color: rgb(41 37 36 / 0.25);
  }

  .\32xl\:border-l-stone-800\/30 {
    border-left-color: rgb(41 37 36 / 0.3);
  }

  .\32xl\:border-l-stone-800\/35 {
    border-left-color: rgb(41 37 36 / 0.35);
  }

  .\32xl\:border-l-stone-800\/40 {
    border-left-color: rgb(41 37 36 / 0.4);
  }

  .\32xl\:border-l-stone-800\/45 {
    border-left-color: rgb(41 37 36 / 0.45);
  }

  .\32xl\:border-l-stone-800\/5 {
    border-left-color: rgb(41 37 36 / 0.05);
  }

  .\32xl\:border-l-stone-800\/50 {
    border-left-color: rgb(41 37 36 / 0.5);
  }

  .\32xl\:border-l-stone-800\/55 {
    border-left-color: rgb(41 37 36 / 0.55);
  }

  .\32xl\:border-l-stone-800\/60 {
    border-left-color: rgb(41 37 36 / 0.6);
  }

  .\32xl\:border-l-stone-800\/65 {
    border-left-color: rgb(41 37 36 / 0.65);
  }

  .\32xl\:border-l-stone-800\/70 {
    border-left-color: rgb(41 37 36 / 0.7);
  }

  .\32xl\:border-l-stone-800\/75 {
    border-left-color: rgb(41 37 36 / 0.75);
  }

  .\32xl\:border-l-stone-800\/80 {
    border-left-color: rgb(41 37 36 / 0.8);
  }

  .\32xl\:border-l-stone-800\/85 {
    border-left-color: rgb(41 37 36 / 0.85);
  }

  .\32xl\:border-l-stone-800\/90 {
    border-left-color: rgb(41 37 36 / 0.9);
  }

  .\32xl\:border-l-stone-800\/95 {
    border-left-color: rgb(41 37 36 / 0.95);
  }

  .\32xl\:border-l-stone-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-900\/0 {
    border-left-color: rgb(28 25 23 / 0);
  }

  .\32xl\:border-l-stone-900\/10 {
    border-left-color: rgb(28 25 23 / 0.1);
  }

  .\32xl\:border-l-stone-900\/100 {
    border-left-color: rgb(28 25 23 / 1);
  }

  .\32xl\:border-l-stone-900\/15 {
    border-left-color: rgb(28 25 23 / 0.15);
  }

  .\32xl\:border-l-stone-900\/20 {
    border-left-color: rgb(28 25 23 / 0.2);
  }

  .\32xl\:border-l-stone-900\/25 {
    border-left-color: rgb(28 25 23 / 0.25);
  }

  .\32xl\:border-l-stone-900\/30 {
    border-left-color: rgb(28 25 23 / 0.3);
  }

  .\32xl\:border-l-stone-900\/35 {
    border-left-color: rgb(28 25 23 / 0.35);
  }

  .\32xl\:border-l-stone-900\/40 {
    border-left-color: rgb(28 25 23 / 0.4);
  }

  .\32xl\:border-l-stone-900\/45 {
    border-left-color: rgb(28 25 23 / 0.45);
  }

  .\32xl\:border-l-stone-900\/5 {
    border-left-color: rgb(28 25 23 / 0.05);
  }

  .\32xl\:border-l-stone-900\/50 {
    border-left-color: rgb(28 25 23 / 0.5);
  }

  .\32xl\:border-l-stone-900\/55 {
    border-left-color: rgb(28 25 23 / 0.55);
  }

  .\32xl\:border-l-stone-900\/60 {
    border-left-color: rgb(28 25 23 / 0.6);
  }

  .\32xl\:border-l-stone-900\/65 {
    border-left-color: rgb(28 25 23 / 0.65);
  }

  .\32xl\:border-l-stone-900\/70 {
    border-left-color: rgb(28 25 23 / 0.7);
  }

  .\32xl\:border-l-stone-900\/75 {
    border-left-color: rgb(28 25 23 / 0.75);
  }

  .\32xl\:border-l-stone-900\/80 {
    border-left-color: rgb(28 25 23 / 0.8);
  }

  .\32xl\:border-l-stone-900\/85 {
    border-left-color: rgb(28 25 23 / 0.85);
  }

  .\32xl\:border-l-stone-900\/90 {
    border-left-color: rgb(28 25 23 / 0.9);
  }

  .\32xl\:border-l-stone-900\/95 {
    border-left-color: rgb(28 25 23 / 0.95);
  }

  .\32xl\:border-l-stone-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-stone-950\/0 {
    border-left-color: rgb(12 10 9 / 0);
  }

  .\32xl\:border-l-stone-950\/10 {
    border-left-color: rgb(12 10 9 / 0.1);
  }

  .\32xl\:border-l-stone-950\/100 {
    border-left-color: rgb(12 10 9 / 1);
  }

  .\32xl\:border-l-stone-950\/15 {
    border-left-color: rgb(12 10 9 / 0.15);
  }

  .\32xl\:border-l-stone-950\/20 {
    border-left-color: rgb(12 10 9 / 0.2);
  }

  .\32xl\:border-l-stone-950\/25 {
    border-left-color: rgb(12 10 9 / 0.25);
  }

  .\32xl\:border-l-stone-950\/30 {
    border-left-color: rgb(12 10 9 / 0.3);
  }

  .\32xl\:border-l-stone-950\/35 {
    border-left-color: rgb(12 10 9 / 0.35);
  }

  .\32xl\:border-l-stone-950\/40 {
    border-left-color: rgb(12 10 9 / 0.4);
  }

  .\32xl\:border-l-stone-950\/45 {
    border-left-color: rgb(12 10 9 / 0.45);
  }

  .\32xl\:border-l-stone-950\/5 {
    border-left-color: rgb(12 10 9 / 0.05);
  }

  .\32xl\:border-l-stone-950\/50 {
    border-left-color: rgb(12 10 9 / 0.5);
  }

  .\32xl\:border-l-stone-950\/55 {
    border-left-color: rgb(12 10 9 / 0.55);
  }

  .\32xl\:border-l-stone-950\/60 {
    border-left-color: rgb(12 10 9 / 0.6);
  }

  .\32xl\:border-l-stone-950\/65 {
    border-left-color: rgb(12 10 9 / 0.65);
  }

  .\32xl\:border-l-stone-950\/70 {
    border-left-color: rgb(12 10 9 / 0.7);
  }

  .\32xl\:border-l-stone-950\/75 {
    border-left-color: rgb(12 10 9 / 0.75);
  }

  .\32xl\:border-l-stone-950\/80 {
    border-left-color: rgb(12 10 9 / 0.8);
  }

  .\32xl\:border-l-stone-950\/85 {
    border-left-color: rgb(12 10 9 / 0.85);
  }

  .\32xl\:border-l-stone-950\/90 {
    border-left-color: rgb(12 10 9 / 0.9);
  }

  .\32xl\:border-l-stone-950\/95 {
    border-left-color: rgb(12 10 9 / 0.95);
  }

  .\32xl\:border-l-supporting {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-supporting-foreground {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-supporting-foreground\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-l-supporting-foreground\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-l-supporting-foreground\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-l-supporting-foreground\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-l-supporting-foreground\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-l-supporting-foreground\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-l-supporting-foreground\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-l-supporting-foreground\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-l-supporting-foreground\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-l-supporting-foreground\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-l-supporting-foreground\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-l-supporting-foreground\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-l-supporting-foreground\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-l-supporting-foreground\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-l-supporting-foreground\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-l-supporting-foreground\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-l-supporting-foreground\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-l-supporting-foreground\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-l-supporting-foreground\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-l-supporting-foreground\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-l-supporting-foreground\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-l-supporting\/0 {
    border-left-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-l-supporting\/10 {
    border-left-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-l-supporting\/100 {
    border-left-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-l-supporting\/15 {
    border-left-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-l-supporting\/20 {
    border-left-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-l-supporting\/25 {
    border-left-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-l-supporting\/30 {
    border-left-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-l-supporting\/35 {
    border-left-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-l-supporting\/40 {
    border-left-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-l-supporting\/45 {
    border-left-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-l-supporting\/5 {
    border-left-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-l-supporting\/50 {
    border-left-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-l-supporting\/55 {
    border-left-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-l-supporting\/60 {
    border-left-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-l-supporting\/65 {
    border-left-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-l-supporting\/70 {
    border-left-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-l-supporting\/75 {
    border-left-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-l-supporting\/80 {
    border-left-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-l-supporting\/85 {
    border-left-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-l-supporting\/90 {
    border-left-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-l-supporting\/95 {
    border-left-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-l-teal-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-100\/0 {
    border-left-color: rgb(204 251 241 / 0);
  }

  .\32xl\:border-l-teal-100\/10 {
    border-left-color: rgb(204 251 241 / 0.1);
  }

  .\32xl\:border-l-teal-100\/100 {
    border-left-color: rgb(204 251 241 / 1);
  }

  .\32xl\:border-l-teal-100\/15 {
    border-left-color: rgb(204 251 241 / 0.15);
  }

  .\32xl\:border-l-teal-100\/20 {
    border-left-color: rgb(204 251 241 / 0.2);
  }

  .\32xl\:border-l-teal-100\/25 {
    border-left-color: rgb(204 251 241 / 0.25);
  }

  .\32xl\:border-l-teal-100\/30 {
    border-left-color: rgb(204 251 241 / 0.3);
  }

  .\32xl\:border-l-teal-100\/35 {
    border-left-color: rgb(204 251 241 / 0.35);
  }

  .\32xl\:border-l-teal-100\/40 {
    border-left-color: rgb(204 251 241 / 0.4);
  }

  .\32xl\:border-l-teal-100\/45 {
    border-left-color: rgb(204 251 241 / 0.45);
  }

  .\32xl\:border-l-teal-100\/5 {
    border-left-color: rgb(204 251 241 / 0.05);
  }

  .\32xl\:border-l-teal-100\/50 {
    border-left-color: rgb(204 251 241 / 0.5);
  }

  .\32xl\:border-l-teal-100\/55 {
    border-left-color: rgb(204 251 241 / 0.55);
  }

  .\32xl\:border-l-teal-100\/60 {
    border-left-color: rgb(204 251 241 / 0.6);
  }

  .\32xl\:border-l-teal-100\/65 {
    border-left-color: rgb(204 251 241 / 0.65);
  }

  .\32xl\:border-l-teal-100\/70 {
    border-left-color: rgb(204 251 241 / 0.7);
  }

  .\32xl\:border-l-teal-100\/75 {
    border-left-color: rgb(204 251 241 / 0.75);
  }

  .\32xl\:border-l-teal-100\/80 {
    border-left-color: rgb(204 251 241 / 0.8);
  }

  .\32xl\:border-l-teal-100\/85 {
    border-left-color: rgb(204 251 241 / 0.85);
  }

  .\32xl\:border-l-teal-100\/90 {
    border-left-color: rgb(204 251 241 / 0.9);
  }

  .\32xl\:border-l-teal-100\/95 {
    border-left-color: rgb(204 251 241 / 0.95);
  }

  .\32xl\:border-l-teal-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-200\/0 {
    border-left-color: rgb(153 246 228 / 0);
  }

  .\32xl\:border-l-teal-200\/10 {
    border-left-color: rgb(153 246 228 / 0.1);
  }

  .\32xl\:border-l-teal-200\/100 {
    border-left-color: rgb(153 246 228 / 1);
  }

  .\32xl\:border-l-teal-200\/15 {
    border-left-color: rgb(153 246 228 / 0.15);
  }

  .\32xl\:border-l-teal-200\/20 {
    border-left-color: rgb(153 246 228 / 0.2);
  }

  .\32xl\:border-l-teal-200\/25 {
    border-left-color: rgb(153 246 228 / 0.25);
  }

  .\32xl\:border-l-teal-200\/30 {
    border-left-color: rgb(153 246 228 / 0.3);
  }

  .\32xl\:border-l-teal-200\/35 {
    border-left-color: rgb(153 246 228 / 0.35);
  }

  .\32xl\:border-l-teal-200\/40 {
    border-left-color: rgb(153 246 228 / 0.4);
  }

  .\32xl\:border-l-teal-200\/45 {
    border-left-color: rgb(153 246 228 / 0.45);
  }

  .\32xl\:border-l-teal-200\/5 {
    border-left-color: rgb(153 246 228 / 0.05);
  }

  .\32xl\:border-l-teal-200\/50 {
    border-left-color: rgb(153 246 228 / 0.5);
  }

  .\32xl\:border-l-teal-200\/55 {
    border-left-color: rgb(153 246 228 / 0.55);
  }

  .\32xl\:border-l-teal-200\/60 {
    border-left-color: rgb(153 246 228 / 0.6);
  }

  .\32xl\:border-l-teal-200\/65 {
    border-left-color: rgb(153 246 228 / 0.65);
  }

  .\32xl\:border-l-teal-200\/70 {
    border-left-color: rgb(153 246 228 / 0.7);
  }

  .\32xl\:border-l-teal-200\/75 {
    border-left-color: rgb(153 246 228 / 0.75);
  }

  .\32xl\:border-l-teal-200\/80 {
    border-left-color: rgb(153 246 228 / 0.8);
  }

  .\32xl\:border-l-teal-200\/85 {
    border-left-color: rgb(153 246 228 / 0.85);
  }

  .\32xl\:border-l-teal-200\/90 {
    border-left-color: rgb(153 246 228 / 0.9);
  }

  .\32xl\:border-l-teal-200\/95 {
    border-left-color: rgb(153 246 228 / 0.95);
  }

  .\32xl\:border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-300\/0 {
    border-left-color: rgb(94 234 212 / 0);
  }

  .\32xl\:border-l-teal-300\/10 {
    border-left-color: rgb(94 234 212 / 0.1);
  }

  .\32xl\:border-l-teal-300\/100 {
    border-left-color: rgb(94 234 212 / 1);
  }

  .\32xl\:border-l-teal-300\/15 {
    border-left-color: rgb(94 234 212 / 0.15);
  }

  .\32xl\:border-l-teal-300\/20 {
    border-left-color: rgb(94 234 212 / 0.2);
  }

  .\32xl\:border-l-teal-300\/25 {
    border-left-color: rgb(94 234 212 / 0.25);
  }

  .\32xl\:border-l-teal-300\/30 {
    border-left-color: rgb(94 234 212 / 0.3);
  }

  .\32xl\:border-l-teal-300\/35 {
    border-left-color: rgb(94 234 212 / 0.35);
  }

  .\32xl\:border-l-teal-300\/40 {
    border-left-color: rgb(94 234 212 / 0.4);
  }

  .\32xl\:border-l-teal-300\/45 {
    border-left-color: rgb(94 234 212 / 0.45);
  }

  .\32xl\:border-l-teal-300\/5 {
    border-left-color: rgb(94 234 212 / 0.05);
  }

  .\32xl\:border-l-teal-300\/50 {
    border-left-color: rgb(94 234 212 / 0.5);
  }

  .\32xl\:border-l-teal-300\/55 {
    border-left-color: rgb(94 234 212 / 0.55);
  }

  .\32xl\:border-l-teal-300\/60 {
    border-left-color: rgb(94 234 212 / 0.6);
  }

  .\32xl\:border-l-teal-300\/65 {
    border-left-color: rgb(94 234 212 / 0.65);
  }

  .\32xl\:border-l-teal-300\/70 {
    border-left-color: rgb(94 234 212 / 0.7);
  }

  .\32xl\:border-l-teal-300\/75 {
    border-left-color: rgb(94 234 212 / 0.75);
  }

  .\32xl\:border-l-teal-300\/80 {
    border-left-color: rgb(94 234 212 / 0.8);
  }

  .\32xl\:border-l-teal-300\/85 {
    border-left-color: rgb(94 234 212 / 0.85);
  }

  .\32xl\:border-l-teal-300\/90 {
    border-left-color: rgb(94 234 212 / 0.9);
  }

  .\32xl\:border-l-teal-300\/95 {
    border-left-color: rgb(94 234 212 / 0.95);
  }

  .\32xl\:border-l-teal-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-400\/0 {
    border-left-color: rgb(45 212 191 / 0);
  }

  .\32xl\:border-l-teal-400\/10 {
    border-left-color: rgb(45 212 191 / 0.1);
  }

  .\32xl\:border-l-teal-400\/100 {
    border-left-color: rgb(45 212 191 / 1);
  }

  .\32xl\:border-l-teal-400\/15 {
    border-left-color: rgb(45 212 191 / 0.15);
  }

  .\32xl\:border-l-teal-400\/20 {
    border-left-color: rgb(45 212 191 / 0.2);
  }

  .\32xl\:border-l-teal-400\/25 {
    border-left-color: rgb(45 212 191 / 0.25);
  }

  .\32xl\:border-l-teal-400\/30 {
    border-left-color: rgb(45 212 191 / 0.3);
  }

  .\32xl\:border-l-teal-400\/35 {
    border-left-color: rgb(45 212 191 / 0.35);
  }

  .\32xl\:border-l-teal-400\/40 {
    border-left-color: rgb(45 212 191 / 0.4);
  }

  .\32xl\:border-l-teal-400\/45 {
    border-left-color: rgb(45 212 191 / 0.45);
  }

  .\32xl\:border-l-teal-400\/5 {
    border-left-color: rgb(45 212 191 / 0.05);
  }

  .\32xl\:border-l-teal-400\/50 {
    border-left-color: rgb(45 212 191 / 0.5);
  }

  .\32xl\:border-l-teal-400\/55 {
    border-left-color: rgb(45 212 191 / 0.55);
  }

  .\32xl\:border-l-teal-400\/60 {
    border-left-color: rgb(45 212 191 / 0.6);
  }

  .\32xl\:border-l-teal-400\/65 {
    border-left-color: rgb(45 212 191 / 0.65);
  }

  .\32xl\:border-l-teal-400\/70 {
    border-left-color: rgb(45 212 191 / 0.7);
  }

  .\32xl\:border-l-teal-400\/75 {
    border-left-color: rgb(45 212 191 / 0.75);
  }

  .\32xl\:border-l-teal-400\/80 {
    border-left-color: rgb(45 212 191 / 0.8);
  }

  .\32xl\:border-l-teal-400\/85 {
    border-left-color: rgb(45 212 191 / 0.85);
  }

  .\32xl\:border-l-teal-400\/90 {
    border-left-color: rgb(45 212 191 / 0.9);
  }

  .\32xl\:border-l-teal-400\/95 {
    border-left-color: rgb(45 212 191 / 0.95);
  }

  .\32xl\:border-l-teal-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-50\/0 {
    border-left-color: rgb(240 253 250 / 0);
  }

  .\32xl\:border-l-teal-50\/10 {
    border-left-color: rgb(240 253 250 / 0.1);
  }

  .\32xl\:border-l-teal-50\/100 {
    border-left-color: rgb(240 253 250 / 1);
  }

  .\32xl\:border-l-teal-50\/15 {
    border-left-color: rgb(240 253 250 / 0.15);
  }

  .\32xl\:border-l-teal-50\/20 {
    border-left-color: rgb(240 253 250 / 0.2);
  }

  .\32xl\:border-l-teal-50\/25 {
    border-left-color: rgb(240 253 250 / 0.25);
  }

  .\32xl\:border-l-teal-50\/30 {
    border-left-color: rgb(240 253 250 / 0.3);
  }

  .\32xl\:border-l-teal-50\/35 {
    border-left-color: rgb(240 253 250 / 0.35);
  }

  .\32xl\:border-l-teal-50\/40 {
    border-left-color: rgb(240 253 250 / 0.4);
  }

  .\32xl\:border-l-teal-50\/45 {
    border-left-color: rgb(240 253 250 / 0.45);
  }

  .\32xl\:border-l-teal-50\/5 {
    border-left-color: rgb(240 253 250 / 0.05);
  }

  .\32xl\:border-l-teal-50\/50 {
    border-left-color: rgb(240 253 250 / 0.5);
  }

  .\32xl\:border-l-teal-50\/55 {
    border-left-color: rgb(240 253 250 / 0.55);
  }

  .\32xl\:border-l-teal-50\/60 {
    border-left-color: rgb(240 253 250 / 0.6);
  }

  .\32xl\:border-l-teal-50\/65 {
    border-left-color: rgb(240 253 250 / 0.65);
  }

  .\32xl\:border-l-teal-50\/70 {
    border-left-color: rgb(240 253 250 / 0.7);
  }

  .\32xl\:border-l-teal-50\/75 {
    border-left-color: rgb(240 253 250 / 0.75);
  }

  .\32xl\:border-l-teal-50\/80 {
    border-left-color: rgb(240 253 250 / 0.8);
  }

  .\32xl\:border-l-teal-50\/85 {
    border-left-color: rgb(240 253 250 / 0.85);
  }

  .\32xl\:border-l-teal-50\/90 {
    border-left-color: rgb(240 253 250 / 0.9);
  }

  .\32xl\:border-l-teal-50\/95 {
    border-left-color: rgb(240 253 250 / 0.95);
  }

  .\32xl\:border-l-teal-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-500\/0 {
    border-left-color: rgb(20 184 166 / 0);
  }

  .\32xl\:border-l-teal-500\/10 {
    border-left-color: rgb(20 184 166 / 0.1);
  }

  .\32xl\:border-l-teal-500\/100 {
    border-left-color: rgb(20 184 166 / 1);
  }

  .\32xl\:border-l-teal-500\/15 {
    border-left-color: rgb(20 184 166 / 0.15);
  }

  .\32xl\:border-l-teal-500\/20 {
    border-left-color: rgb(20 184 166 / 0.2);
  }

  .\32xl\:border-l-teal-500\/25 {
    border-left-color: rgb(20 184 166 / 0.25);
  }

  .\32xl\:border-l-teal-500\/30 {
    border-left-color: rgb(20 184 166 / 0.3);
  }

  .\32xl\:border-l-teal-500\/35 {
    border-left-color: rgb(20 184 166 / 0.35);
  }

  .\32xl\:border-l-teal-500\/40 {
    border-left-color: rgb(20 184 166 / 0.4);
  }

  .\32xl\:border-l-teal-500\/45 {
    border-left-color: rgb(20 184 166 / 0.45);
  }

  .\32xl\:border-l-teal-500\/5 {
    border-left-color: rgb(20 184 166 / 0.05);
  }

  .\32xl\:border-l-teal-500\/50 {
    border-left-color: rgb(20 184 166 / 0.5);
  }

  .\32xl\:border-l-teal-500\/55 {
    border-left-color: rgb(20 184 166 / 0.55);
  }

  .\32xl\:border-l-teal-500\/60 {
    border-left-color: rgb(20 184 166 / 0.6);
  }

  .\32xl\:border-l-teal-500\/65 {
    border-left-color: rgb(20 184 166 / 0.65);
  }

  .\32xl\:border-l-teal-500\/70 {
    border-left-color: rgb(20 184 166 / 0.7);
  }

  .\32xl\:border-l-teal-500\/75 {
    border-left-color: rgb(20 184 166 / 0.75);
  }

  .\32xl\:border-l-teal-500\/80 {
    border-left-color: rgb(20 184 166 / 0.8);
  }

  .\32xl\:border-l-teal-500\/85 {
    border-left-color: rgb(20 184 166 / 0.85);
  }

  .\32xl\:border-l-teal-500\/90 {
    border-left-color: rgb(20 184 166 / 0.9);
  }

  .\32xl\:border-l-teal-500\/95 {
    border-left-color: rgb(20 184 166 / 0.95);
  }

  .\32xl\:border-l-teal-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-600\/0 {
    border-left-color: rgb(13 148 136 / 0);
  }

  .\32xl\:border-l-teal-600\/10 {
    border-left-color: rgb(13 148 136 / 0.1);
  }

  .\32xl\:border-l-teal-600\/100 {
    border-left-color: rgb(13 148 136 / 1);
  }

  .\32xl\:border-l-teal-600\/15 {
    border-left-color: rgb(13 148 136 / 0.15);
  }

  .\32xl\:border-l-teal-600\/20 {
    border-left-color: rgb(13 148 136 / 0.2);
  }

  .\32xl\:border-l-teal-600\/25 {
    border-left-color: rgb(13 148 136 / 0.25);
  }

  .\32xl\:border-l-teal-600\/30 {
    border-left-color: rgb(13 148 136 / 0.3);
  }

  .\32xl\:border-l-teal-600\/35 {
    border-left-color: rgb(13 148 136 / 0.35);
  }

  .\32xl\:border-l-teal-600\/40 {
    border-left-color: rgb(13 148 136 / 0.4);
  }

  .\32xl\:border-l-teal-600\/45 {
    border-left-color: rgb(13 148 136 / 0.45);
  }

  .\32xl\:border-l-teal-600\/5 {
    border-left-color: rgb(13 148 136 / 0.05);
  }

  .\32xl\:border-l-teal-600\/50 {
    border-left-color: rgb(13 148 136 / 0.5);
  }

  .\32xl\:border-l-teal-600\/55 {
    border-left-color: rgb(13 148 136 / 0.55);
  }

  .\32xl\:border-l-teal-600\/60 {
    border-left-color: rgb(13 148 136 / 0.6);
  }

  .\32xl\:border-l-teal-600\/65 {
    border-left-color: rgb(13 148 136 / 0.65);
  }

  .\32xl\:border-l-teal-600\/70 {
    border-left-color: rgb(13 148 136 / 0.7);
  }

  .\32xl\:border-l-teal-600\/75 {
    border-left-color: rgb(13 148 136 / 0.75);
  }

  .\32xl\:border-l-teal-600\/80 {
    border-left-color: rgb(13 148 136 / 0.8);
  }

  .\32xl\:border-l-teal-600\/85 {
    border-left-color: rgb(13 148 136 / 0.85);
  }

  .\32xl\:border-l-teal-600\/90 {
    border-left-color: rgb(13 148 136 / 0.9);
  }

  .\32xl\:border-l-teal-600\/95 {
    border-left-color: rgb(13 148 136 / 0.95);
  }

  .\32xl\:border-l-teal-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-700\/0 {
    border-left-color: rgb(15 118 110 / 0);
  }

  .\32xl\:border-l-teal-700\/10 {
    border-left-color: rgb(15 118 110 / 0.1);
  }

  .\32xl\:border-l-teal-700\/100 {
    border-left-color: rgb(15 118 110 / 1);
  }

  .\32xl\:border-l-teal-700\/15 {
    border-left-color: rgb(15 118 110 / 0.15);
  }

  .\32xl\:border-l-teal-700\/20 {
    border-left-color: rgb(15 118 110 / 0.2);
  }

  .\32xl\:border-l-teal-700\/25 {
    border-left-color: rgb(15 118 110 / 0.25);
  }

  .\32xl\:border-l-teal-700\/30 {
    border-left-color: rgb(15 118 110 / 0.3);
  }

  .\32xl\:border-l-teal-700\/35 {
    border-left-color: rgb(15 118 110 / 0.35);
  }

  .\32xl\:border-l-teal-700\/40 {
    border-left-color: rgb(15 118 110 / 0.4);
  }

  .\32xl\:border-l-teal-700\/45 {
    border-left-color: rgb(15 118 110 / 0.45);
  }

  .\32xl\:border-l-teal-700\/5 {
    border-left-color: rgb(15 118 110 / 0.05);
  }

  .\32xl\:border-l-teal-700\/50 {
    border-left-color: rgb(15 118 110 / 0.5);
  }

  .\32xl\:border-l-teal-700\/55 {
    border-left-color: rgb(15 118 110 / 0.55);
  }

  .\32xl\:border-l-teal-700\/60 {
    border-left-color: rgb(15 118 110 / 0.6);
  }

  .\32xl\:border-l-teal-700\/65 {
    border-left-color: rgb(15 118 110 / 0.65);
  }

  .\32xl\:border-l-teal-700\/70 {
    border-left-color: rgb(15 118 110 / 0.7);
  }

  .\32xl\:border-l-teal-700\/75 {
    border-left-color: rgb(15 118 110 / 0.75);
  }

  .\32xl\:border-l-teal-700\/80 {
    border-left-color: rgb(15 118 110 / 0.8);
  }

  .\32xl\:border-l-teal-700\/85 {
    border-left-color: rgb(15 118 110 / 0.85);
  }

  .\32xl\:border-l-teal-700\/90 {
    border-left-color: rgb(15 118 110 / 0.9);
  }

  .\32xl\:border-l-teal-700\/95 {
    border-left-color: rgb(15 118 110 / 0.95);
  }

  .\32xl\:border-l-teal-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-800\/0 {
    border-left-color: rgb(17 94 89 / 0);
  }

  .\32xl\:border-l-teal-800\/10 {
    border-left-color: rgb(17 94 89 / 0.1);
  }

  .\32xl\:border-l-teal-800\/100 {
    border-left-color: rgb(17 94 89 / 1);
  }

  .\32xl\:border-l-teal-800\/15 {
    border-left-color: rgb(17 94 89 / 0.15);
  }

  .\32xl\:border-l-teal-800\/20 {
    border-left-color: rgb(17 94 89 / 0.2);
  }

  .\32xl\:border-l-teal-800\/25 {
    border-left-color: rgb(17 94 89 / 0.25);
  }

  .\32xl\:border-l-teal-800\/30 {
    border-left-color: rgb(17 94 89 / 0.3);
  }

  .\32xl\:border-l-teal-800\/35 {
    border-left-color: rgb(17 94 89 / 0.35);
  }

  .\32xl\:border-l-teal-800\/40 {
    border-left-color: rgb(17 94 89 / 0.4);
  }

  .\32xl\:border-l-teal-800\/45 {
    border-left-color: rgb(17 94 89 / 0.45);
  }

  .\32xl\:border-l-teal-800\/5 {
    border-left-color: rgb(17 94 89 / 0.05);
  }

  .\32xl\:border-l-teal-800\/50 {
    border-left-color: rgb(17 94 89 / 0.5);
  }

  .\32xl\:border-l-teal-800\/55 {
    border-left-color: rgb(17 94 89 / 0.55);
  }

  .\32xl\:border-l-teal-800\/60 {
    border-left-color: rgb(17 94 89 / 0.6);
  }

  .\32xl\:border-l-teal-800\/65 {
    border-left-color: rgb(17 94 89 / 0.65);
  }

  .\32xl\:border-l-teal-800\/70 {
    border-left-color: rgb(17 94 89 / 0.7);
  }

  .\32xl\:border-l-teal-800\/75 {
    border-left-color: rgb(17 94 89 / 0.75);
  }

  .\32xl\:border-l-teal-800\/80 {
    border-left-color: rgb(17 94 89 / 0.8);
  }

  .\32xl\:border-l-teal-800\/85 {
    border-left-color: rgb(17 94 89 / 0.85);
  }

  .\32xl\:border-l-teal-800\/90 {
    border-left-color: rgb(17 94 89 / 0.9);
  }

  .\32xl\:border-l-teal-800\/95 {
    border-left-color: rgb(17 94 89 / 0.95);
  }

  .\32xl\:border-l-teal-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-900\/0 {
    border-left-color: rgb(19 78 74 / 0);
  }

  .\32xl\:border-l-teal-900\/10 {
    border-left-color: rgb(19 78 74 / 0.1);
  }

  .\32xl\:border-l-teal-900\/100 {
    border-left-color: rgb(19 78 74 / 1);
  }

  .\32xl\:border-l-teal-900\/15 {
    border-left-color: rgb(19 78 74 / 0.15);
  }

  .\32xl\:border-l-teal-900\/20 {
    border-left-color: rgb(19 78 74 / 0.2);
  }

  .\32xl\:border-l-teal-900\/25 {
    border-left-color: rgb(19 78 74 / 0.25);
  }

  .\32xl\:border-l-teal-900\/30 {
    border-left-color: rgb(19 78 74 / 0.3);
  }

  .\32xl\:border-l-teal-900\/35 {
    border-left-color: rgb(19 78 74 / 0.35);
  }

  .\32xl\:border-l-teal-900\/40 {
    border-left-color: rgb(19 78 74 / 0.4);
  }

  .\32xl\:border-l-teal-900\/45 {
    border-left-color: rgb(19 78 74 / 0.45);
  }

  .\32xl\:border-l-teal-900\/5 {
    border-left-color: rgb(19 78 74 / 0.05);
  }

  .\32xl\:border-l-teal-900\/50 {
    border-left-color: rgb(19 78 74 / 0.5);
  }

  .\32xl\:border-l-teal-900\/55 {
    border-left-color: rgb(19 78 74 / 0.55);
  }

  .\32xl\:border-l-teal-900\/60 {
    border-left-color: rgb(19 78 74 / 0.6);
  }

  .\32xl\:border-l-teal-900\/65 {
    border-left-color: rgb(19 78 74 / 0.65);
  }

  .\32xl\:border-l-teal-900\/70 {
    border-left-color: rgb(19 78 74 / 0.7);
  }

  .\32xl\:border-l-teal-900\/75 {
    border-left-color: rgb(19 78 74 / 0.75);
  }

  .\32xl\:border-l-teal-900\/80 {
    border-left-color: rgb(19 78 74 / 0.8);
  }

  .\32xl\:border-l-teal-900\/85 {
    border-left-color: rgb(19 78 74 / 0.85);
  }

  .\32xl\:border-l-teal-900\/90 {
    border-left-color: rgb(19 78 74 / 0.9);
  }

  .\32xl\:border-l-teal-900\/95 {
    border-left-color: rgb(19 78 74 / 0.95);
  }

  .\32xl\:border-l-teal-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-teal-950\/0 {
    border-left-color: rgb(4 47 46 / 0);
  }

  .\32xl\:border-l-teal-950\/10 {
    border-left-color: rgb(4 47 46 / 0.1);
  }

  .\32xl\:border-l-teal-950\/100 {
    border-left-color: rgb(4 47 46 / 1);
  }

  .\32xl\:border-l-teal-950\/15 {
    border-left-color: rgb(4 47 46 / 0.15);
  }

  .\32xl\:border-l-teal-950\/20 {
    border-left-color: rgb(4 47 46 / 0.2);
  }

  .\32xl\:border-l-teal-950\/25 {
    border-left-color: rgb(4 47 46 / 0.25);
  }

  .\32xl\:border-l-teal-950\/30 {
    border-left-color: rgb(4 47 46 / 0.3);
  }

  .\32xl\:border-l-teal-950\/35 {
    border-left-color: rgb(4 47 46 / 0.35);
  }

  .\32xl\:border-l-teal-950\/40 {
    border-left-color: rgb(4 47 46 / 0.4);
  }

  .\32xl\:border-l-teal-950\/45 {
    border-left-color: rgb(4 47 46 / 0.45);
  }

  .\32xl\:border-l-teal-950\/5 {
    border-left-color: rgb(4 47 46 / 0.05);
  }

  .\32xl\:border-l-teal-950\/50 {
    border-left-color: rgb(4 47 46 / 0.5);
  }

  .\32xl\:border-l-teal-950\/55 {
    border-left-color: rgb(4 47 46 / 0.55);
  }

  .\32xl\:border-l-teal-950\/60 {
    border-left-color: rgb(4 47 46 / 0.6);
  }

  .\32xl\:border-l-teal-950\/65 {
    border-left-color: rgb(4 47 46 / 0.65);
  }

  .\32xl\:border-l-teal-950\/70 {
    border-left-color: rgb(4 47 46 / 0.7);
  }

  .\32xl\:border-l-teal-950\/75 {
    border-left-color: rgb(4 47 46 / 0.75);
  }

  .\32xl\:border-l-teal-950\/80 {
    border-left-color: rgb(4 47 46 / 0.8);
  }

  .\32xl\:border-l-teal-950\/85 {
    border-left-color: rgb(4 47 46 / 0.85);
  }

  .\32xl\:border-l-teal-950\/90 {
    border-left-color: rgb(4 47 46 / 0.9);
  }

  .\32xl\:border-l-teal-950\/95 {
    border-left-color: rgb(4 47 46 / 0.95);
  }

  .\32xl\:border-l-tertiary {
    --tw-border-opacity: 1;
    border-left-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-tertiary\/0 {
    border-left-color: hsl(var(--tertiary) / 0);
  }

  .\32xl\:border-l-tertiary\/10 {
    border-left-color: hsl(var(--tertiary) / 0.1);
  }

  .\32xl\:border-l-tertiary\/100 {
    border-left-color: hsl(var(--tertiary) / 1);
  }

  .\32xl\:border-l-tertiary\/15 {
    border-left-color: hsl(var(--tertiary) / 0.15);
  }

  .\32xl\:border-l-tertiary\/20 {
    border-left-color: hsl(var(--tertiary) / 0.2);
  }

  .\32xl\:border-l-tertiary\/25 {
    border-left-color: hsl(var(--tertiary) / 0.25);
  }

  .\32xl\:border-l-tertiary\/30 {
    border-left-color: hsl(var(--tertiary) / 0.3);
  }

  .\32xl\:border-l-tertiary\/35 {
    border-left-color: hsl(var(--tertiary) / 0.35);
  }

  .\32xl\:border-l-tertiary\/40 {
    border-left-color: hsl(var(--tertiary) / 0.4);
  }

  .\32xl\:border-l-tertiary\/45 {
    border-left-color: hsl(var(--tertiary) / 0.45);
  }

  .\32xl\:border-l-tertiary\/5 {
    border-left-color: hsl(var(--tertiary) / 0.05);
  }

  .\32xl\:border-l-tertiary\/50 {
    border-left-color: hsl(var(--tertiary) / 0.5);
  }

  .\32xl\:border-l-tertiary\/55 {
    border-left-color: hsl(var(--tertiary) / 0.55);
  }

  .\32xl\:border-l-tertiary\/60 {
    border-left-color: hsl(var(--tertiary) / 0.6);
  }

  .\32xl\:border-l-tertiary\/65 {
    border-left-color: hsl(var(--tertiary) / 0.65);
  }

  .\32xl\:border-l-tertiary\/70 {
    border-left-color: hsl(var(--tertiary) / 0.7);
  }

  .\32xl\:border-l-tertiary\/75 {
    border-left-color: hsl(var(--tertiary) / 0.75);
  }

  .\32xl\:border-l-tertiary\/80 {
    border-left-color: hsl(var(--tertiary) / 0.8);
  }

  .\32xl\:border-l-tertiary\/85 {
    border-left-color: hsl(var(--tertiary) / 0.85);
  }

  .\32xl\:border-l-tertiary\/90 {
    border-left-color: hsl(var(--tertiary) / 0.9);
  }

  .\32xl\:border-l-tertiary\/95 {
    border-left-color: hsl(var(--tertiary) / 0.95);
  }

  .\32xl\:border-l-transparent {
    border-left-color: transparent;
  }

  .\32xl\:border-l-transparent\/0 {
    border-left-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-l-transparent\/10 {
    border-left-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-l-transparent\/100 {
    border-left-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-l-transparent\/15 {
    border-left-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-l-transparent\/20 {
    border-left-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-l-transparent\/25 {
    border-left-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-l-transparent\/30 {
    border-left-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-l-transparent\/35 {
    border-left-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-l-transparent\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-l-transparent\/45 {
    border-left-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-l-transparent\/5 {
    border-left-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-l-transparent\/50 {
    border-left-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-l-transparent\/55 {
    border-left-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-l-transparent\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-l-transparent\/65 {
    border-left-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-l-transparent\/70 {
    border-left-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-l-transparent\/75 {
    border-left-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-l-transparent\/80 {
    border-left-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-l-transparent\/85 {
    border-left-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-l-transparent\/90 {
    border-left-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-l-transparent\/95 {
    border-left-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-l-violet-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-100\/0 {
    border-left-color: rgb(237 233 254 / 0);
  }

  .\32xl\:border-l-violet-100\/10 {
    border-left-color: rgb(237 233 254 / 0.1);
  }

  .\32xl\:border-l-violet-100\/100 {
    border-left-color: rgb(237 233 254 / 1);
  }

  .\32xl\:border-l-violet-100\/15 {
    border-left-color: rgb(237 233 254 / 0.15);
  }

  .\32xl\:border-l-violet-100\/20 {
    border-left-color: rgb(237 233 254 / 0.2);
  }

  .\32xl\:border-l-violet-100\/25 {
    border-left-color: rgb(237 233 254 / 0.25);
  }

  .\32xl\:border-l-violet-100\/30 {
    border-left-color: rgb(237 233 254 / 0.3);
  }

  .\32xl\:border-l-violet-100\/35 {
    border-left-color: rgb(237 233 254 / 0.35);
  }

  .\32xl\:border-l-violet-100\/40 {
    border-left-color: rgb(237 233 254 / 0.4);
  }

  .\32xl\:border-l-violet-100\/45 {
    border-left-color: rgb(237 233 254 / 0.45);
  }

  .\32xl\:border-l-violet-100\/5 {
    border-left-color: rgb(237 233 254 / 0.05);
  }

  .\32xl\:border-l-violet-100\/50 {
    border-left-color: rgb(237 233 254 / 0.5);
  }

  .\32xl\:border-l-violet-100\/55 {
    border-left-color: rgb(237 233 254 / 0.55);
  }

  .\32xl\:border-l-violet-100\/60 {
    border-left-color: rgb(237 233 254 / 0.6);
  }

  .\32xl\:border-l-violet-100\/65 {
    border-left-color: rgb(237 233 254 / 0.65);
  }

  .\32xl\:border-l-violet-100\/70 {
    border-left-color: rgb(237 233 254 / 0.7);
  }

  .\32xl\:border-l-violet-100\/75 {
    border-left-color: rgb(237 233 254 / 0.75);
  }

  .\32xl\:border-l-violet-100\/80 {
    border-left-color: rgb(237 233 254 / 0.8);
  }

  .\32xl\:border-l-violet-100\/85 {
    border-left-color: rgb(237 233 254 / 0.85);
  }

  .\32xl\:border-l-violet-100\/90 {
    border-left-color: rgb(237 233 254 / 0.9);
  }

  .\32xl\:border-l-violet-100\/95 {
    border-left-color: rgb(237 233 254 / 0.95);
  }

  .\32xl\:border-l-violet-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-200\/0 {
    border-left-color: rgb(221 214 254 / 0);
  }

  .\32xl\:border-l-violet-200\/10 {
    border-left-color: rgb(221 214 254 / 0.1);
  }

  .\32xl\:border-l-violet-200\/100 {
    border-left-color: rgb(221 214 254 / 1);
  }

  .\32xl\:border-l-violet-200\/15 {
    border-left-color: rgb(221 214 254 / 0.15);
  }

  .\32xl\:border-l-violet-200\/20 {
    border-left-color: rgb(221 214 254 / 0.2);
  }

  .\32xl\:border-l-violet-200\/25 {
    border-left-color: rgb(221 214 254 / 0.25);
  }

  .\32xl\:border-l-violet-200\/30 {
    border-left-color: rgb(221 214 254 / 0.3);
  }

  .\32xl\:border-l-violet-200\/35 {
    border-left-color: rgb(221 214 254 / 0.35);
  }

  .\32xl\:border-l-violet-200\/40 {
    border-left-color: rgb(221 214 254 / 0.4);
  }

  .\32xl\:border-l-violet-200\/45 {
    border-left-color: rgb(221 214 254 / 0.45);
  }

  .\32xl\:border-l-violet-200\/5 {
    border-left-color: rgb(221 214 254 / 0.05);
  }

  .\32xl\:border-l-violet-200\/50 {
    border-left-color: rgb(221 214 254 / 0.5);
  }

  .\32xl\:border-l-violet-200\/55 {
    border-left-color: rgb(221 214 254 / 0.55);
  }

  .\32xl\:border-l-violet-200\/60 {
    border-left-color: rgb(221 214 254 / 0.6);
  }

  .\32xl\:border-l-violet-200\/65 {
    border-left-color: rgb(221 214 254 / 0.65);
  }

  .\32xl\:border-l-violet-200\/70 {
    border-left-color: rgb(221 214 254 / 0.7);
  }

  .\32xl\:border-l-violet-200\/75 {
    border-left-color: rgb(221 214 254 / 0.75);
  }

  .\32xl\:border-l-violet-200\/80 {
    border-left-color: rgb(221 214 254 / 0.8);
  }

  .\32xl\:border-l-violet-200\/85 {
    border-left-color: rgb(221 214 254 / 0.85);
  }

  .\32xl\:border-l-violet-200\/90 {
    border-left-color: rgb(221 214 254 / 0.9);
  }

  .\32xl\:border-l-violet-200\/95 {
    border-left-color: rgb(221 214 254 / 0.95);
  }

  .\32xl\:border-l-violet-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-300\/0 {
    border-left-color: rgb(196 181 253 / 0);
  }

  .\32xl\:border-l-violet-300\/10 {
    border-left-color: rgb(196 181 253 / 0.1);
  }

  .\32xl\:border-l-violet-300\/100 {
    border-left-color: rgb(196 181 253 / 1);
  }

  .\32xl\:border-l-violet-300\/15 {
    border-left-color: rgb(196 181 253 / 0.15);
  }

  .\32xl\:border-l-violet-300\/20 {
    border-left-color: rgb(196 181 253 / 0.2);
  }

  .\32xl\:border-l-violet-300\/25 {
    border-left-color: rgb(196 181 253 / 0.25);
  }

  .\32xl\:border-l-violet-300\/30 {
    border-left-color: rgb(196 181 253 / 0.3);
  }

  .\32xl\:border-l-violet-300\/35 {
    border-left-color: rgb(196 181 253 / 0.35);
  }

  .\32xl\:border-l-violet-300\/40 {
    border-left-color: rgb(196 181 253 / 0.4);
  }

  .\32xl\:border-l-violet-300\/45 {
    border-left-color: rgb(196 181 253 / 0.45);
  }

  .\32xl\:border-l-violet-300\/5 {
    border-left-color: rgb(196 181 253 / 0.05);
  }

  .\32xl\:border-l-violet-300\/50 {
    border-left-color: rgb(196 181 253 / 0.5);
  }

  .\32xl\:border-l-violet-300\/55 {
    border-left-color: rgb(196 181 253 / 0.55);
  }

  .\32xl\:border-l-violet-300\/60 {
    border-left-color: rgb(196 181 253 / 0.6);
  }

  .\32xl\:border-l-violet-300\/65 {
    border-left-color: rgb(196 181 253 / 0.65);
  }

  .\32xl\:border-l-violet-300\/70 {
    border-left-color: rgb(196 181 253 / 0.7);
  }

  .\32xl\:border-l-violet-300\/75 {
    border-left-color: rgb(196 181 253 / 0.75);
  }

  .\32xl\:border-l-violet-300\/80 {
    border-left-color: rgb(196 181 253 / 0.8);
  }

  .\32xl\:border-l-violet-300\/85 {
    border-left-color: rgb(196 181 253 / 0.85);
  }

  .\32xl\:border-l-violet-300\/90 {
    border-left-color: rgb(196 181 253 / 0.9);
  }

  .\32xl\:border-l-violet-300\/95 {
    border-left-color: rgb(196 181 253 / 0.95);
  }

  .\32xl\:border-l-violet-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-400\/0 {
    border-left-color: rgb(167 139 250 / 0);
  }

  .\32xl\:border-l-violet-400\/10 {
    border-left-color: rgb(167 139 250 / 0.1);
  }

  .\32xl\:border-l-violet-400\/100 {
    border-left-color: rgb(167 139 250 / 1);
  }

  .\32xl\:border-l-violet-400\/15 {
    border-left-color: rgb(167 139 250 / 0.15);
  }

  .\32xl\:border-l-violet-400\/20 {
    border-left-color: rgb(167 139 250 / 0.2);
  }

  .\32xl\:border-l-violet-400\/25 {
    border-left-color: rgb(167 139 250 / 0.25);
  }

  .\32xl\:border-l-violet-400\/30 {
    border-left-color: rgb(167 139 250 / 0.3);
  }

  .\32xl\:border-l-violet-400\/35 {
    border-left-color: rgb(167 139 250 / 0.35);
  }

  .\32xl\:border-l-violet-400\/40 {
    border-left-color: rgb(167 139 250 / 0.4);
  }

  .\32xl\:border-l-violet-400\/45 {
    border-left-color: rgb(167 139 250 / 0.45);
  }

  .\32xl\:border-l-violet-400\/5 {
    border-left-color: rgb(167 139 250 / 0.05);
  }

  .\32xl\:border-l-violet-400\/50 {
    border-left-color: rgb(167 139 250 / 0.5);
  }

  .\32xl\:border-l-violet-400\/55 {
    border-left-color: rgb(167 139 250 / 0.55);
  }

  .\32xl\:border-l-violet-400\/60 {
    border-left-color: rgb(167 139 250 / 0.6);
  }

  .\32xl\:border-l-violet-400\/65 {
    border-left-color: rgb(167 139 250 / 0.65);
  }

  .\32xl\:border-l-violet-400\/70 {
    border-left-color: rgb(167 139 250 / 0.7);
  }

  .\32xl\:border-l-violet-400\/75 {
    border-left-color: rgb(167 139 250 / 0.75);
  }

  .\32xl\:border-l-violet-400\/80 {
    border-left-color: rgb(167 139 250 / 0.8);
  }

  .\32xl\:border-l-violet-400\/85 {
    border-left-color: rgb(167 139 250 / 0.85);
  }

  .\32xl\:border-l-violet-400\/90 {
    border-left-color: rgb(167 139 250 / 0.9);
  }

  .\32xl\:border-l-violet-400\/95 {
    border-left-color: rgb(167 139 250 / 0.95);
  }

  .\32xl\:border-l-violet-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-50\/0 {
    border-left-color: rgb(245 243 255 / 0);
  }

  .\32xl\:border-l-violet-50\/10 {
    border-left-color: rgb(245 243 255 / 0.1);
  }

  .\32xl\:border-l-violet-50\/100 {
    border-left-color: rgb(245 243 255 / 1);
  }

  .\32xl\:border-l-violet-50\/15 {
    border-left-color: rgb(245 243 255 / 0.15);
  }

  .\32xl\:border-l-violet-50\/20 {
    border-left-color: rgb(245 243 255 / 0.2);
  }

  .\32xl\:border-l-violet-50\/25 {
    border-left-color: rgb(245 243 255 / 0.25);
  }

  .\32xl\:border-l-violet-50\/30 {
    border-left-color: rgb(245 243 255 / 0.3);
  }

  .\32xl\:border-l-violet-50\/35 {
    border-left-color: rgb(245 243 255 / 0.35);
  }

  .\32xl\:border-l-violet-50\/40 {
    border-left-color: rgb(245 243 255 / 0.4);
  }

  .\32xl\:border-l-violet-50\/45 {
    border-left-color: rgb(245 243 255 / 0.45);
  }

  .\32xl\:border-l-violet-50\/5 {
    border-left-color: rgb(245 243 255 / 0.05);
  }

  .\32xl\:border-l-violet-50\/50 {
    border-left-color: rgb(245 243 255 / 0.5);
  }

  .\32xl\:border-l-violet-50\/55 {
    border-left-color: rgb(245 243 255 / 0.55);
  }

  .\32xl\:border-l-violet-50\/60 {
    border-left-color: rgb(245 243 255 / 0.6);
  }

  .\32xl\:border-l-violet-50\/65 {
    border-left-color: rgb(245 243 255 / 0.65);
  }

  .\32xl\:border-l-violet-50\/70 {
    border-left-color: rgb(245 243 255 / 0.7);
  }

  .\32xl\:border-l-violet-50\/75 {
    border-left-color: rgb(245 243 255 / 0.75);
  }

  .\32xl\:border-l-violet-50\/80 {
    border-left-color: rgb(245 243 255 / 0.8);
  }

  .\32xl\:border-l-violet-50\/85 {
    border-left-color: rgb(245 243 255 / 0.85);
  }

  .\32xl\:border-l-violet-50\/90 {
    border-left-color: rgb(245 243 255 / 0.9);
  }

  .\32xl\:border-l-violet-50\/95 {
    border-left-color: rgb(245 243 255 / 0.95);
  }

  .\32xl\:border-l-violet-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-500\/0 {
    border-left-color: rgb(139 92 246 / 0);
  }

  .\32xl\:border-l-violet-500\/10 {
    border-left-color: rgb(139 92 246 / 0.1);
  }

  .\32xl\:border-l-violet-500\/100 {
    border-left-color: rgb(139 92 246 / 1);
  }

  .\32xl\:border-l-violet-500\/15 {
    border-left-color: rgb(139 92 246 / 0.15);
  }

  .\32xl\:border-l-violet-500\/20 {
    border-left-color: rgb(139 92 246 / 0.2);
  }

  .\32xl\:border-l-violet-500\/25 {
    border-left-color: rgb(139 92 246 / 0.25);
  }

  .\32xl\:border-l-violet-500\/30 {
    border-left-color: rgb(139 92 246 / 0.3);
  }

  .\32xl\:border-l-violet-500\/35 {
    border-left-color: rgb(139 92 246 / 0.35);
  }

  .\32xl\:border-l-violet-500\/40 {
    border-left-color: rgb(139 92 246 / 0.4);
  }

  .\32xl\:border-l-violet-500\/45 {
    border-left-color: rgb(139 92 246 / 0.45);
  }

  .\32xl\:border-l-violet-500\/5 {
    border-left-color: rgb(139 92 246 / 0.05);
  }

  .\32xl\:border-l-violet-500\/50 {
    border-left-color: rgb(139 92 246 / 0.5);
  }

  .\32xl\:border-l-violet-500\/55 {
    border-left-color: rgb(139 92 246 / 0.55);
  }

  .\32xl\:border-l-violet-500\/60 {
    border-left-color: rgb(139 92 246 / 0.6);
  }

  .\32xl\:border-l-violet-500\/65 {
    border-left-color: rgb(139 92 246 / 0.65);
  }

  .\32xl\:border-l-violet-500\/70 {
    border-left-color: rgb(139 92 246 / 0.7);
  }

  .\32xl\:border-l-violet-500\/75 {
    border-left-color: rgb(139 92 246 / 0.75);
  }

  .\32xl\:border-l-violet-500\/80 {
    border-left-color: rgb(139 92 246 / 0.8);
  }

  .\32xl\:border-l-violet-500\/85 {
    border-left-color: rgb(139 92 246 / 0.85);
  }

  .\32xl\:border-l-violet-500\/90 {
    border-left-color: rgb(139 92 246 / 0.9);
  }

  .\32xl\:border-l-violet-500\/95 {
    border-left-color: rgb(139 92 246 / 0.95);
  }

  .\32xl\:border-l-violet-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-600\/0 {
    border-left-color: rgb(124 58 237 / 0);
  }

  .\32xl\:border-l-violet-600\/10 {
    border-left-color: rgb(124 58 237 / 0.1);
  }

  .\32xl\:border-l-violet-600\/100 {
    border-left-color: rgb(124 58 237 / 1);
  }

  .\32xl\:border-l-violet-600\/15 {
    border-left-color: rgb(124 58 237 / 0.15);
  }

  .\32xl\:border-l-violet-600\/20 {
    border-left-color: rgb(124 58 237 / 0.2);
  }

  .\32xl\:border-l-violet-600\/25 {
    border-left-color: rgb(124 58 237 / 0.25);
  }

  .\32xl\:border-l-violet-600\/30 {
    border-left-color: rgb(124 58 237 / 0.3);
  }

  .\32xl\:border-l-violet-600\/35 {
    border-left-color: rgb(124 58 237 / 0.35);
  }

  .\32xl\:border-l-violet-600\/40 {
    border-left-color: rgb(124 58 237 / 0.4);
  }

  .\32xl\:border-l-violet-600\/45 {
    border-left-color: rgb(124 58 237 / 0.45);
  }

  .\32xl\:border-l-violet-600\/5 {
    border-left-color: rgb(124 58 237 / 0.05);
  }

  .\32xl\:border-l-violet-600\/50 {
    border-left-color: rgb(124 58 237 / 0.5);
  }

  .\32xl\:border-l-violet-600\/55 {
    border-left-color: rgb(124 58 237 / 0.55);
  }

  .\32xl\:border-l-violet-600\/60 {
    border-left-color: rgb(124 58 237 / 0.6);
  }

  .\32xl\:border-l-violet-600\/65 {
    border-left-color: rgb(124 58 237 / 0.65);
  }

  .\32xl\:border-l-violet-600\/70 {
    border-left-color: rgb(124 58 237 / 0.7);
  }

  .\32xl\:border-l-violet-600\/75 {
    border-left-color: rgb(124 58 237 / 0.75);
  }

  .\32xl\:border-l-violet-600\/80 {
    border-left-color: rgb(124 58 237 / 0.8);
  }

  .\32xl\:border-l-violet-600\/85 {
    border-left-color: rgb(124 58 237 / 0.85);
  }

  .\32xl\:border-l-violet-600\/90 {
    border-left-color: rgb(124 58 237 / 0.9);
  }

  .\32xl\:border-l-violet-600\/95 {
    border-left-color: rgb(124 58 237 / 0.95);
  }

  .\32xl\:border-l-violet-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-700\/0 {
    border-left-color: rgb(109 40 217 / 0);
  }

  .\32xl\:border-l-violet-700\/10 {
    border-left-color: rgb(109 40 217 / 0.1);
  }

  .\32xl\:border-l-violet-700\/100 {
    border-left-color: rgb(109 40 217 / 1);
  }

  .\32xl\:border-l-violet-700\/15 {
    border-left-color: rgb(109 40 217 / 0.15);
  }

  .\32xl\:border-l-violet-700\/20 {
    border-left-color: rgb(109 40 217 / 0.2);
  }

  .\32xl\:border-l-violet-700\/25 {
    border-left-color: rgb(109 40 217 / 0.25);
  }

  .\32xl\:border-l-violet-700\/30 {
    border-left-color: rgb(109 40 217 / 0.3);
  }

  .\32xl\:border-l-violet-700\/35 {
    border-left-color: rgb(109 40 217 / 0.35);
  }

  .\32xl\:border-l-violet-700\/40 {
    border-left-color: rgb(109 40 217 / 0.4);
  }

  .\32xl\:border-l-violet-700\/45 {
    border-left-color: rgb(109 40 217 / 0.45);
  }

  .\32xl\:border-l-violet-700\/5 {
    border-left-color: rgb(109 40 217 / 0.05);
  }

  .\32xl\:border-l-violet-700\/50 {
    border-left-color: rgb(109 40 217 / 0.5);
  }

  .\32xl\:border-l-violet-700\/55 {
    border-left-color: rgb(109 40 217 / 0.55);
  }

  .\32xl\:border-l-violet-700\/60 {
    border-left-color: rgb(109 40 217 / 0.6);
  }

  .\32xl\:border-l-violet-700\/65 {
    border-left-color: rgb(109 40 217 / 0.65);
  }

  .\32xl\:border-l-violet-700\/70 {
    border-left-color: rgb(109 40 217 / 0.7);
  }

  .\32xl\:border-l-violet-700\/75 {
    border-left-color: rgb(109 40 217 / 0.75);
  }

  .\32xl\:border-l-violet-700\/80 {
    border-left-color: rgb(109 40 217 / 0.8);
  }

  .\32xl\:border-l-violet-700\/85 {
    border-left-color: rgb(109 40 217 / 0.85);
  }

  .\32xl\:border-l-violet-700\/90 {
    border-left-color: rgb(109 40 217 / 0.9);
  }

  .\32xl\:border-l-violet-700\/95 {
    border-left-color: rgb(109 40 217 / 0.95);
  }

  .\32xl\:border-l-violet-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-800\/0 {
    border-left-color: rgb(91 33 182 / 0);
  }

  .\32xl\:border-l-violet-800\/10 {
    border-left-color: rgb(91 33 182 / 0.1);
  }

  .\32xl\:border-l-violet-800\/100 {
    border-left-color: rgb(91 33 182 / 1);
  }

  .\32xl\:border-l-violet-800\/15 {
    border-left-color: rgb(91 33 182 / 0.15);
  }

  .\32xl\:border-l-violet-800\/20 {
    border-left-color: rgb(91 33 182 / 0.2);
  }

  .\32xl\:border-l-violet-800\/25 {
    border-left-color: rgb(91 33 182 / 0.25);
  }

  .\32xl\:border-l-violet-800\/30 {
    border-left-color: rgb(91 33 182 / 0.3);
  }

  .\32xl\:border-l-violet-800\/35 {
    border-left-color: rgb(91 33 182 / 0.35);
  }

  .\32xl\:border-l-violet-800\/40 {
    border-left-color: rgb(91 33 182 / 0.4);
  }

  .\32xl\:border-l-violet-800\/45 {
    border-left-color: rgb(91 33 182 / 0.45);
  }

  .\32xl\:border-l-violet-800\/5 {
    border-left-color: rgb(91 33 182 / 0.05);
  }

  .\32xl\:border-l-violet-800\/50 {
    border-left-color: rgb(91 33 182 / 0.5);
  }

  .\32xl\:border-l-violet-800\/55 {
    border-left-color: rgb(91 33 182 / 0.55);
  }

  .\32xl\:border-l-violet-800\/60 {
    border-left-color: rgb(91 33 182 / 0.6);
  }

  .\32xl\:border-l-violet-800\/65 {
    border-left-color: rgb(91 33 182 / 0.65);
  }

  .\32xl\:border-l-violet-800\/70 {
    border-left-color: rgb(91 33 182 / 0.7);
  }

  .\32xl\:border-l-violet-800\/75 {
    border-left-color: rgb(91 33 182 / 0.75);
  }

  .\32xl\:border-l-violet-800\/80 {
    border-left-color: rgb(91 33 182 / 0.8);
  }

  .\32xl\:border-l-violet-800\/85 {
    border-left-color: rgb(91 33 182 / 0.85);
  }

  .\32xl\:border-l-violet-800\/90 {
    border-left-color: rgb(91 33 182 / 0.9);
  }

  .\32xl\:border-l-violet-800\/95 {
    border-left-color: rgb(91 33 182 / 0.95);
  }

  .\32xl\:border-l-violet-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-900\/0 {
    border-left-color: rgb(76 29 149 / 0);
  }

  .\32xl\:border-l-violet-900\/10 {
    border-left-color: rgb(76 29 149 / 0.1);
  }

  .\32xl\:border-l-violet-900\/100 {
    border-left-color: rgb(76 29 149 / 1);
  }

  .\32xl\:border-l-violet-900\/15 {
    border-left-color: rgb(76 29 149 / 0.15);
  }

  .\32xl\:border-l-violet-900\/20 {
    border-left-color: rgb(76 29 149 / 0.2);
  }

  .\32xl\:border-l-violet-900\/25 {
    border-left-color: rgb(76 29 149 / 0.25);
  }

  .\32xl\:border-l-violet-900\/30 {
    border-left-color: rgb(76 29 149 / 0.3);
  }

  .\32xl\:border-l-violet-900\/35 {
    border-left-color: rgb(76 29 149 / 0.35);
  }

  .\32xl\:border-l-violet-900\/40 {
    border-left-color: rgb(76 29 149 / 0.4);
  }

  .\32xl\:border-l-violet-900\/45 {
    border-left-color: rgb(76 29 149 / 0.45);
  }

  .\32xl\:border-l-violet-900\/5 {
    border-left-color: rgb(76 29 149 / 0.05);
  }

  .\32xl\:border-l-violet-900\/50 {
    border-left-color: rgb(76 29 149 / 0.5);
  }

  .\32xl\:border-l-violet-900\/55 {
    border-left-color: rgb(76 29 149 / 0.55);
  }

  .\32xl\:border-l-violet-900\/60 {
    border-left-color: rgb(76 29 149 / 0.6);
  }

  .\32xl\:border-l-violet-900\/65 {
    border-left-color: rgb(76 29 149 / 0.65);
  }

  .\32xl\:border-l-violet-900\/70 {
    border-left-color: rgb(76 29 149 / 0.7);
  }

  .\32xl\:border-l-violet-900\/75 {
    border-left-color: rgb(76 29 149 / 0.75);
  }

  .\32xl\:border-l-violet-900\/80 {
    border-left-color: rgb(76 29 149 / 0.8);
  }

  .\32xl\:border-l-violet-900\/85 {
    border-left-color: rgb(76 29 149 / 0.85);
  }

  .\32xl\:border-l-violet-900\/90 {
    border-left-color: rgb(76 29 149 / 0.9);
  }

  .\32xl\:border-l-violet-900\/95 {
    border-left-color: rgb(76 29 149 / 0.95);
  }

  .\32xl\:border-l-violet-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-violet-950\/0 {
    border-left-color: rgb(46 16 101 / 0);
  }

  .\32xl\:border-l-violet-950\/10 {
    border-left-color: rgb(46 16 101 / 0.1);
  }

  .\32xl\:border-l-violet-950\/100 {
    border-left-color: rgb(46 16 101 / 1);
  }

  .\32xl\:border-l-violet-950\/15 {
    border-left-color: rgb(46 16 101 / 0.15);
  }

  .\32xl\:border-l-violet-950\/20 {
    border-left-color: rgb(46 16 101 / 0.2);
  }

  .\32xl\:border-l-violet-950\/25 {
    border-left-color: rgb(46 16 101 / 0.25);
  }

  .\32xl\:border-l-violet-950\/30 {
    border-left-color: rgb(46 16 101 / 0.3);
  }

  .\32xl\:border-l-violet-950\/35 {
    border-left-color: rgb(46 16 101 / 0.35);
  }

  .\32xl\:border-l-violet-950\/40 {
    border-left-color: rgb(46 16 101 / 0.4);
  }

  .\32xl\:border-l-violet-950\/45 {
    border-left-color: rgb(46 16 101 / 0.45);
  }

  .\32xl\:border-l-violet-950\/5 {
    border-left-color: rgb(46 16 101 / 0.05);
  }

  .\32xl\:border-l-violet-950\/50 {
    border-left-color: rgb(46 16 101 / 0.5);
  }

  .\32xl\:border-l-violet-950\/55 {
    border-left-color: rgb(46 16 101 / 0.55);
  }

  .\32xl\:border-l-violet-950\/60 {
    border-left-color: rgb(46 16 101 / 0.6);
  }

  .\32xl\:border-l-violet-950\/65 {
    border-left-color: rgb(46 16 101 / 0.65);
  }

  .\32xl\:border-l-violet-950\/70 {
    border-left-color: rgb(46 16 101 / 0.7);
  }

  .\32xl\:border-l-violet-950\/75 {
    border-left-color: rgb(46 16 101 / 0.75);
  }

  .\32xl\:border-l-violet-950\/80 {
    border-left-color: rgb(46 16 101 / 0.8);
  }

  .\32xl\:border-l-violet-950\/85 {
    border-left-color: rgb(46 16 101 / 0.85);
  }

  .\32xl\:border-l-violet-950\/90 {
    border-left-color: rgb(46 16 101 / 0.9);
  }

  .\32xl\:border-l-violet-950\/95 {
    border-left-color: rgb(46 16 101 / 0.95);
  }

  .\32xl\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-white\/0 {
    border-left-color: rgb(255 255 255 / 0);
  }

  .\32xl\:border-l-white\/10 {
    border-left-color: rgb(255 255 255 / 0.1);
  }

  .\32xl\:border-l-white\/100 {
    border-left-color: rgb(255 255 255 / 1);
  }

  .\32xl\:border-l-white\/15 {
    border-left-color: rgb(255 255 255 / 0.15);
  }

  .\32xl\:border-l-white\/20 {
    border-left-color: rgb(255 255 255 / 0.2);
  }

  .\32xl\:border-l-white\/25 {
    border-left-color: rgb(255 255 255 / 0.25);
  }

  .\32xl\:border-l-white\/30 {
    border-left-color: rgb(255 255 255 / 0.3);
  }

  .\32xl\:border-l-white\/35 {
    border-left-color: rgb(255 255 255 / 0.35);
  }

  .\32xl\:border-l-white\/40 {
    border-left-color: rgb(255 255 255 / 0.4);
  }

  .\32xl\:border-l-white\/45 {
    border-left-color: rgb(255 255 255 / 0.45);
  }

  .\32xl\:border-l-white\/5 {
    border-left-color: rgb(255 255 255 / 0.05);
  }

  .\32xl\:border-l-white\/50 {
    border-left-color: rgb(255 255 255 / 0.5);
  }

  .\32xl\:border-l-white\/55 {
    border-left-color: rgb(255 255 255 / 0.55);
  }

  .\32xl\:border-l-white\/60 {
    border-left-color: rgb(255 255 255 / 0.6);
  }

  .\32xl\:border-l-white\/65 {
    border-left-color: rgb(255 255 255 / 0.65);
  }

  .\32xl\:border-l-white\/70 {
    border-left-color: rgb(255 255 255 / 0.7);
  }

  .\32xl\:border-l-white\/75 {
    border-left-color: rgb(255 255 255 / 0.75);
  }

  .\32xl\:border-l-white\/80 {
    border-left-color: rgb(255 255 255 / 0.8);
  }

  .\32xl\:border-l-white\/85 {
    border-left-color: rgb(255 255 255 / 0.85);
  }

  .\32xl\:border-l-white\/90 {
    border-left-color: rgb(255 255 255 / 0.9);
  }

  .\32xl\:border-l-white\/95 {
    border-left-color: rgb(255 255 255 / 0.95);
  }

  .\32xl\:border-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-100\/0 {
    border-left-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-l-yellow-100\/10 {
    border-left-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-l-yellow-100\/100 {
    border-left-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-l-yellow-100\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .\32xl\:border-l-yellow-100\/20 {
    border-left-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-l-yellow-100\/25 {
    border-left-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-l-yellow-100\/30 {
    border-left-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-l-yellow-100\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .\32xl\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .\32xl\:border-l-yellow-100\/5 {
    border-left-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-l-yellow-100\/50 {
    border-left-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-l-yellow-100\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .\32xl\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .\32xl\:border-l-yellow-100\/70 {
    border-left-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-l-yellow-100\/75 {
    border-left-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-l-yellow-100\/80 {
    border-left-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-l-yellow-100\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .\32xl\:border-l-yellow-100\/90 {
    border-left-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-l-yellow-100\/95 {
    border-left-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-l-yellow-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-200\/0 {
    border-left-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-l-yellow-200\/10 {
    border-left-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-l-yellow-200\/100 {
    border-left-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-l-yellow-200\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .\32xl\:border-l-yellow-200\/20 {
    border-left-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-l-yellow-200\/25 {
    border-left-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-l-yellow-200\/30 {
    border-left-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-l-yellow-200\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .\32xl\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .\32xl\:border-l-yellow-200\/5 {
    border-left-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-l-yellow-200\/50 {
    border-left-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-l-yellow-200\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .\32xl\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .\32xl\:border-l-yellow-200\/70 {
    border-left-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-l-yellow-200\/75 {
    border-left-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-l-yellow-200\/80 {
    border-left-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-l-yellow-200\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .\32xl\:border-l-yellow-200\/90 {
    border-left-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-l-yellow-200\/95 {
    border-left-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-l-yellow-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-300\/0 {
    border-left-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-l-yellow-300\/10 {
    border-left-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-l-yellow-300\/100 {
    border-left-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-l-yellow-300\/15 {
    border-left-color: rgb(253 224 71 / 0.15);
  }

  .\32xl\:border-l-yellow-300\/20 {
    border-left-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-l-yellow-300\/25 {
    border-left-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-l-yellow-300\/30 {
    border-left-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-l-yellow-300\/35 {
    border-left-color: rgb(253 224 71 / 0.35);
  }

  .\32xl\:border-l-yellow-300\/40 {
    border-left-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-l-yellow-300\/45 {
    border-left-color: rgb(253 224 71 / 0.45);
  }

  .\32xl\:border-l-yellow-300\/5 {
    border-left-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-l-yellow-300\/50 {
    border-left-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-l-yellow-300\/55 {
    border-left-color: rgb(253 224 71 / 0.55);
  }

  .\32xl\:border-l-yellow-300\/60 {
    border-left-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-l-yellow-300\/65 {
    border-left-color: rgb(253 224 71 / 0.65);
  }

  .\32xl\:border-l-yellow-300\/70 {
    border-left-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-l-yellow-300\/75 {
    border-left-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-l-yellow-300\/80 {
    border-left-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-l-yellow-300\/85 {
    border-left-color: rgb(253 224 71 / 0.85);
  }

  .\32xl\:border-l-yellow-300\/90 {
    border-left-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-l-yellow-300\/95 {
    border-left-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-l-yellow-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-400\/0 {
    border-left-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-l-yellow-400\/10 {
    border-left-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-l-yellow-400\/100 {
    border-left-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-l-yellow-400\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .\32xl\:border-l-yellow-400\/20 {
    border-left-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-l-yellow-400\/25 {
    border-left-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-l-yellow-400\/30 {
    border-left-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-l-yellow-400\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .\32xl\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .\32xl\:border-l-yellow-400\/5 {
    border-left-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-l-yellow-400\/50 {
    border-left-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-l-yellow-400\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .\32xl\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .\32xl\:border-l-yellow-400\/70 {
    border-left-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-l-yellow-400\/75 {
    border-left-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-l-yellow-400\/80 {
    border-left-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-l-yellow-400\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .\32xl\:border-l-yellow-400\/90 {
    border-left-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-l-yellow-400\/95 {
    border-left-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-l-yellow-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-50\/0 {
    border-left-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-l-yellow-50\/10 {
    border-left-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-l-yellow-50\/100 {
    border-left-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-l-yellow-50\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .\32xl\:border-l-yellow-50\/20 {
    border-left-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-l-yellow-50\/25 {
    border-left-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-l-yellow-50\/30 {
    border-left-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-l-yellow-50\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .\32xl\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .\32xl\:border-l-yellow-50\/5 {
    border-left-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-l-yellow-50\/50 {
    border-left-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-l-yellow-50\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .\32xl\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .\32xl\:border-l-yellow-50\/70 {
    border-left-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-l-yellow-50\/75 {
    border-left-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-l-yellow-50\/80 {
    border-left-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-l-yellow-50\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .\32xl\:border-l-yellow-50\/90 {
    border-left-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-l-yellow-50\/95 {
    border-left-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-l-yellow-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-500\/0 {
    border-left-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-l-yellow-500\/10 {
    border-left-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-l-yellow-500\/100 {
    border-left-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-l-yellow-500\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .\32xl\:border-l-yellow-500\/20 {
    border-left-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-l-yellow-500\/25 {
    border-left-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-l-yellow-500\/30 {
    border-left-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-l-yellow-500\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .\32xl\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .\32xl\:border-l-yellow-500\/5 {
    border-left-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-l-yellow-500\/50 {
    border-left-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-l-yellow-500\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .\32xl\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .\32xl\:border-l-yellow-500\/70 {
    border-left-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-l-yellow-500\/75 {
    border-left-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-l-yellow-500\/80 {
    border-left-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-l-yellow-500\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .\32xl\:border-l-yellow-500\/90 {
    border-left-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-l-yellow-500\/95 {
    border-left-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-l-yellow-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-600\/0 {
    border-left-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-l-yellow-600\/10 {
    border-left-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-l-yellow-600\/100 {
    border-left-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-l-yellow-600\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .\32xl\:border-l-yellow-600\/20 {
    border-left-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-l-yellow-600\/25 {
    border-left-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-l-yellow-600\/30 {
    border-left-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-l-yellow-600\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .\32xl\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .\32xl\:border-l-yellow-600\/5 {
    border-left-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-l-yellow-600\/50 {
    border-left-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-l-yellow-600\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .\32xl\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .\32xl\:border-l-yellow-600\/70 {
    border-left-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-l-yellow-600\/75 {
    border-left-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-l-yellow-600\/80 {
    border-left-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-l-yellow-600\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .\32xl\:border-l-yellow-600\/90 {
    border-left-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-l-yellow-600\/95 {
    border-left-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-l-yellow-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-700\/0 {
    border-left-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-l-yellow-700\/10 {
    border-left-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-l-yellow-700\/100 {
    border-left-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-l-yellow-700\/15 {
    border-left-color: rgb(161 98 7 / 0.15);
  }

  .\32xl\:border-l-yellow-700\/20 {
    border-left-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-l-yellow-700\/25 {
    border-left-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-l-yellow-700\/30 {
    border-left-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-l-yellow-700\/35 {
    border-left-color: rgb(161 98 7 / 0.35);
  }

  .\32xl\:border-l-yellow-700\/40 {
    border-left-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-l-yellow-700\/45 {
    border-left-color: rgb(161 98 7 / 0.45);
  }

  .\32xl\:border-l-yellow-700\/5 {
    border-left-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-l-yellow-700\/50 {
    border-left-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-l-yellow-700\/55 {
    border-left-color: rgb(161 98 7 / 0.55);
  }

  .\32xl\:border-l-yellow-700\/60 {
    border-left-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-l-yellow-700\/65 {
    border-left-color: rgb(161 98 7 / 0.65);
  }

  .\32xl\:border-l-yellow-700\/70 {
    border-left-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-l-yellow-700\/75 {
    border-left-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-l-yellow-700\/80 {
    border-left-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-l-yellow-700\/85 {
    border-left-color: rgb(161 98 7 / 0.85);
  }

  .\32xl\:border-l-yellow-700\/90 {
    border-left-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-l-yellow-700\/95 {
    border-left-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-l-yellow-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-800\/0 {
    border-left-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-l-yellow-800\/10 {
    border-left-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-l-yellow-800\/100 {
    border-left-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-l-yellow-800\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .\32xl\:border-l-yellow-800\/20 {
    border-left-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-l-yellow-800\/25 {
    border-left-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-l-yellow-800\/30 {
    border-left-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-l-yellow-800\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .\32xl\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .\32xl\:border-l-yellow-800\/5 {
    border-left-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-l-yellow-800\/50 {
    border-left-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-l-yellow-800\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .\32xl\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .\32xl\:border-l-yellow-800\/70 {
    border-left-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-l-yellow-800\/75 {
    border-left-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-l-yellow-800\/80 {
    border-left-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-l-yellow-800\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .\32xl\:border-l-yellow-800\/90 {
    border-left-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-l-yellow-800\/95 {
    border-left-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-l-yellow-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-900\/0 {
    border-left-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-l-yellow-900\/10 {
    border-left-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-l-yellow-900\/100 {
    border-left-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-l-yellow-900\/15 {
    border-left-color: rgb(113 63 18 / 0.15);
  }

  .\32xl\:border-l-yellow-900\/20 {
    border-left-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-l-yellow-900\/25 {
    border-left-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-l-yellow-900\/30 {
    border-left-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-l-yellow-900\/35 {
    border-left-color: rgb(113 63 18 / 0.35);
  }

  .\32xl\:border-l-yellow-900\/40 {
    border-left-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-l-yellow-900\/45 {
    border-left-color: rgb(113 63 18 / 0.45);
  }

  .\32xl\:border-l-yellow-900\/5 {
    border-left-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-l-yellow-900\/50 {
    border-left-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-l-yellow-900\/55 {
    border-left-color: rgb(113 63 18 / 0.55);
  }

  .\32xl\:border-l-yellow-900\/60 {
    border-left-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-l-yellow-900\/65 {
    border-left-color: rgb(113 63 18 / 0.65);
  }

  .\32xl\:border-l-yellow-900\/70 {
    border-left-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-l-yellow-900\/75 {
    border-left-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-l-yellow-900\/80 {
    border-left-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-l-yellow-900\/85 {
    border-left-color: rgb(113 63 18 / 0.85);
  }

  .\32xl\:border-l-yellow-900\/90 {
    border-left-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-l-yellow-900\/95 {
    border-left-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-l-yellow-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-yellow-950\/0 {
    border-left-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-l-yellow-950\/10 {
    border-left-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-l-yellow-950\/100 {
    border-left-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-l-yellow-950\/15 {
    border-left-color: rgb(66 32 6 / 0.15);
  }

  .\32xl\:border-l-yellow-950\/20 {
    border-left-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-l-yellow-950\/25 {
    border-left-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-l-yellow-950\/30 {
    border-left-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-l-yellow-950\/35 {
    border-left-color: rgb(66 32 6 / 0.35);
  }

  .\32xl\:border-l-yellow-950\/40 {
    border-left-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-l-yellow-950\/45 {
    border-left-color: rgb(66 32 6 / 0.45);
  }

  .\32xl\:border-l-yellow-950\/5 {
    border-left-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-l-yellow-950\/50 {
    border-left-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-l-yellow-950\/55 {
    border-left-color: rgb(66 32 6 / 0.55);
  }

  .\32xl\:border-l-yellow-950\/60 {
    border-left-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-l-yellow-950\/65 {
    border-left-color: rgb(66 32 6 / 0.65);
  }

  .\32xl\:border-l-yellow-950\/70 {
    border-left-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-l-yellow-950\/75 {
    border-left-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-l-yellow-950\/80 {
    border-left-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-l-yellow-950\/85 {
    border-left-color: rgb(66 32 6 / 0.85);
  }

  .\32xl\:border-l-yellow-950\/90 {
    border-left-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-l-yellow-950\/95 {
    border-left-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-l-zinc-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-100\/0 {
    border-left-color: rgb(244 244 245 / 0);
  }

  .\32xl\:border-l-zinc-100\/10 {
    border-left-color: rgb(244 244 245 / 0.1);
  }

  .\32xl\:border-l-zinc-100\/100 {
    border-left-color: rgb(244 244 245 / 1);
  }

  .\32xl\:border-l-zinc-100\/15 {
    border-left-color: rgb(244 244 245 / 0.15);
  }

  .\32xl\:border-l-zinc-100\/20 {
    border-left-color: rgb(244 244 245 / 0.2);
  }

  .\32xl\:border-l-zinc-100\/25 {
    border-left-color: rgb(244 244 245 / 0.25);
  }

  .\32xl\:border-l-zinc-100\/30 {
    border-left-color: rgb(244 244 245 / 0.3);
  }

  .\32xl\:border-l-zinc-100\/35 {
    border-left-color: rgb(244 244 245 / 0.35);
  }

  .\32xl\:border-l-zinc-100\/40 {
    border-left-color: rgb(244 244 245 / 0.4);
  }

  .\32xl\:border-l-zinc-100\/45 {
    border-left-color: rgb(244 244 245 / 0.45);
  }

  .\32xl\:border-l-zinc-100\/5 {
    border-left-color: rgb(244 244 245 / 0.05);
  }

  .\32xl\:border-l-zinc-100\/50 {
    border-left-color: rgb(244 244 245 / 0.5);
  }

  .\32xl\:border-l-zinc-100\/55 {
    border-left-color: rgb(244 244 245 / 0.55);
  }

  .\32xl\:border-l-zinc-100\/60 {
    border-left-color: rgb(244 244 245 / 0.6);
  }

  .\32xl\:border-l-zinc-100\/65 {
    border-left-color: rgb(244 244 245 / 0.65);
  }

  .\32xl\:border-l-zinc-100\/70 {
    border-left-color: rgb(244 244 245 / 0.7);
  }

  .\32xl\:border-l-zinc-100\/75 {
    border-left-color: rgb(244 244 245 / 0.75);
  }

  .\32xl\:border-l-zinc-100\/80 {
    border-left-color: rgb(244 244 245 / 0.8);
  }

  .\32xl\:border-l-zinc-100\/85 {
    border-left-color: rgb(244 244 245 / 0.85);
  }

  .\32xl\:border-l-zinc-100\/90 {
    border-left-color: rgb(244 244 245 / 0.9);
  }

  .\32xl\:border-l-zinc-100\/95 {
    border-left-color: rgb(244 244 245 / 0.95);
  }

  .\32xl\:border-l-zinc-200 {
    --tw-border-opacity: 1;
    border-left-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-200\/0 {
    border-left-color: rgb(228 228 231 / 0);
  }

  .\32xl\:border-l-zinc-200\/10 {
    border-left-color: rgb(228 228 231 / 0.1);
  }

  .\32xl\:border-l-zinc-200\/100 {
    border-left-color: rgb(228 228 231 / 1);
  }

  .\32xl\:border-l-zinc-200\/15 {
    border-left-color: rgb(228 228 231 / 0.15);
  }

  .\32xl\:border-l-zinc-200\/20 {
    border-left-color: rgb(228 228 231 / 0.2);
  }

  .\32xl\:border-l-zinc-200\/25 {
    border-left-color: rgb(228 228 231 / 0.25);
  }

  .\32xl\:border-l-zinc-200\/30 {
    border-left-color: rgb(228 228 231 / 0.3);
  }

  .\32xl\:border-l-zinc-200\/35 {
    border-left-color: rgb(228 228 231 / 0.35);
  }

  .\32xl\:border-l-zinc-200\/40 {
    border-left-color: rgb(228 228 231 / 0.4);
  }

  .\32xl\:border-l-zinc-200\/45 {
    border-left-color: rgb(228 228 231 / 0.45);
  }

  .\32xl\:border-l-zinc-200\/5 {
    border-left-color: rgb(228 228 231 / 0.05);
  }

  .\32xl\:border-l-zinc-200\/50 {
    border-left-color: rgb(228 228 231 / 0.5);
  }

  .\32xl\:border-l-zinc-200\/55 {
    border-left-color: rgb(228 228 231 / 0.55);
  }

  .\32xl\:border-l-zinc-200\/60 {
    border-left-color: rgb(228 228 231 / 0.6);
  }

  .\32xl\:border-l-zinc-200\/65 {
    border-left-color: rgb(228 228 231 / 0.65);
  }

  .\32xl\:border-l-zinc-200\/70 {
    border-left-color: rgb(228 228 231 / 0.7);
  }

  .\32xl\:border-l-zinc-200\/75 {
    border-left-color: rgb(228 228 231 / 0.75);
  }

  .\32xl\:border-l-zinc-200\/80 {
    border-left-color: rgb(228 228 231 / 0.8);
  }

  .\32xl\:border-l-zinc-200\/85 {
    border-left-color: rgb(228 228 231 / 0.85);
  }

  .\32xl\:border-l-zinc-200\/90 {
    border-left-color: rgb(228 228 231 / 0.9);
  }

  .\32xl\:border-l-zinc-200\/95 {
    border-left-color: rgb(228 228 231 / 0.95);
  }

  .\32xl\:border-l-zinc-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-300\/0 {
    border-left-color: rgb(212 212 216 / 0);
  }

  .\32xl\:border-l-zinc-300\/10 {
    border-left-color: rgb(212 212 216 / 0.1);
  }

  .\32xl\:border-l-zinc-300\/100 {
    border-left-color: rgb(212 212 216 / 1);
  }

  .\32xl\:border-l-zinc-300\/15 {
    border-left-color: rgb(212 212 216 / 0.15);
  }

  .\32xl\:border-l-zinc-300\/20 {
    border-left-color: rgb(212 212 216 / 0.2);
  }

  .\32xl\:border-l-zinc-300\/25 {
    border-left-color: rgb(212 212 216 / 0.25);
  }

  .\32xl\:border-l-zinc-300\/30 {
    border-left-color: rgb(212 212 216 / 0.3);
  }

  .\32xl\:border-l-zinc-300\/35 {
    border-left-color: rgb(212 212 216 / 0.35);
  }

  .\32xl\:border-l-zinc-300\/40 {
    border-left-color: rgb(212 212 216 / 0.4);
  }

  .\32xl\:border-l-zinc-300\/45 {
    border-left-color: rgb(212 212 216 / 0.45);
  }

  .\32xl\:border-l-zinc-300\/5 {
    border-left-color: rgb(212 212 216 / 0.05);
  }

  .\32xl\:border-l-zinc-300\/50 {
    border-left-color: rgb(212 212 216 / 0.5);
  }

  .\32xl\:border-l-zinc-300\/55 {
    border-left-color: rgb(212 212 216 / 0.55);
  }

  .\32xl\:border-l-zinc-300\/60 {
    border-left-color: rgb(212 212 216 / 0.6);
  }

  .\32xl\:border-l-zinc-300\/65 {
    border-left-color: rgb(212 212 216 / 0.65);
  }

  .\32xl\:border-l-zinc-300\/70 {
    border-left-color: rgb(212 212 216 / 0.7);
  }

  .\32xl\:border-l-zinc-300\/75 {
    border-left-color: rgb(212 212 216 / 0.75);
  }

  .\32xl\:border-l-zinc-300\/80 {
    border-left-color: rgb(212 212 216 / 0.8);
  }

  .\32xl\:border-l-zinc-300\/85 {
    border-left-color: rgb(212 212 216 / 0.85);
  }

  .\32xl\:border-l-zinc-300\/90 {
    border-left-color: rgb(212 212 216 / 0.9);
  }

  .\32xl\:border-l-zinc-300\/95 {
    border-left-color: rgb(212 212 216 / 0.95);
  }

  .\32xl\:border-l-zinc-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-400\/0 {
    border-left-color: rgb(161 161 170 / 0);
  }

  .\32xl\:border-l-zinc-400\/10 {
    border-left-color: rgb(161 161 170 / 0.1);
  }

  .\32xl\:border-l-zinc-400\/100 {
    border-left-color: rgb(161 161 170 / 1);
  }

  .\32xl\:border-l-zinc-400\/15 {
    border-left-color: rgb(161 161 170 / 0.15);
  }

  .\32xl\:border-l-zinc-400\/20 {
    border-left-color: rgb(161 161 170 / 0.2);
  }

  .\32xl\:border-l-zinc-400\/25 {
    border-left-color: rgb(161 161 170 / 0.25);
  }

  .\32xl\:border-l-zinc-400\/30 {
    border-left-color: rgb(161 161 170 / 0.3);
  }

  .\32xl\:border-l-zinc-400\/35 {
    border-left-color: rgb(161 161 170 / 0.35);
  }

  .\32xl\:border-l-zinc-400\/40 {
    border-left-color: rgb(161 161 170 / 0.4);
  }

  .\32xl\:border-l-zinc-400\/45 {
    border-left-color: rgb(161 161 170 / 0.45);
  }

  .\32xl\:border-l-zinc-400\/5 {
    border-left-color: rgb(161 161 170 / 0.05);
  }

  .\32xl\:border-l-zinc-400\/50 {
    border-left-color: rgb(161 161 170 / 0.5);
  }

  .\32xl\:border-l-zinc-400\/55 {
    border-left-color: rgb(161 161 170 / 0.55);
  }

  .\32xl\:border-l-zinc-400\/60 {
    border-left-color: rgb(161 161 170 / 0.6);
  }

  .\32xl\:border-l-zinc-400\/65 {
    border-left-color: rgb(161 161 170 / 0.65);
  }

  .\32xl\:border-l-zinc-400\/70 {
    border-left-color: rgb(161 161 170 / 0.7);
  }

  .\32xl\:border-l-zinc-400\/75 {
    border-left-color: rgb(161 161 170 / 0.75);
  }

  .\32xl\:border-l-zinc-400\/80 {
    border-left-color: rgb(161 161 170 / 0.8);
  }

  .\32xl\:border-l-zinc-400\/85 {
    border-left-color: rgb(161 161 170 / 0.85);
  }

  .\32xl\:border-l-zinc-400\/90 {
    border-left-color: rgb(161 161 170 / 0.9);
  }

  .\32xl\:border-l-zinc-400\/95 {
    border-left-color: rgb(161 161 170 / 0.95);
  }

  .\32xl\:border-l-zinc-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-50\/0 {
    border-left-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-l-zinc-50\/10 {
    border-left-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-l-zinc-50\/100 {
    border-left-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-l-zinc-50\/15 {
    border-left-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-l-zinc-50\/20 {
    border-left-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-l-zinc-50\/25 {
    border-left-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-l-zinc-50\/30 {
    border-left-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-l-zinc-50\/35 {
    border-left-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-l-zinc-50\/40 {
    border-left-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-l-zinc-50\/45 {
    border-left-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-l-zinc-50\/5 {
    border-left-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-l-zinc-50\/50 {
    border-left-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-l-zinc-50\/55 {
    border-left-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-l-zinc-50\/60 {
    border-left-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-l-zinc-50\/65 {
    border-left-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-l-zinc-50\/70 {
    border-left-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-l-zinc-50\/75 {
    border-left-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-l-zinc-50\/80 {
    border-left-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-l-zinc-50\/85 {
    border-left-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-l-zinc-50\/90 {
    border-left-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-l-zinc-50\/95 {
    border-left-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-l-zinc-500 {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-500\/0 {
    border-left-color: rgb(113 113 122 / 0);
  }

  .\32xl\:border-l-zinc-500\/10 {
    border-left-color: rgb(113 113 122 / 0.1);
  }

  .\32xl\:border-l-zinc-500\/100 {
    border-left-color: rgb(113 113 122 / 1);
  }

  .\32xl\:border-l-zinc-500\/15 {
    border-left-color: rgb(113 113 122 / 0.15);
  }

  .\32xl\:border-l-zinc-500\/20 {
    border-left-color: rgb(113 113 122 / 0.2);
  }

  .\32xl\:border-l-zinc-500\/25 {
    border-left-color: rgb(113 113 122 / 0.25);
  }

  .\32xl\:border-l-zinc-500\/30 {
    border-left-color: rgb(113 113 122 / 0.3);
  }

  .\32xl\:border-l-zinc-500\/35 {
    border-left-color: rgb(113 113 122 / 0.35);
  }

  .\32xl\:border-l-zinc-500\/40 {
    border-left-color: rgb(113 113 122 / 0.4);
  }

  .\32xl\:border-l-zinc-500\/45 {
    border-left-color: rgb(113 113 122 / 0.45);
  }

  .\32xl\:border-l-zinc-500\/5 {
    border-left-color: rgb(113 113 122 / 0.05);
  }

  .\32xl\:border-l-zinc-500\/50 {
    border-left-color: rgb(113 113 122 / 0.5);
  }

  .\32xl\:border-l-zinc-500\/55 {
    border-left-color: rgb(113 113 122 / 0.55);
  }

  .\32xl\:border-l-zinc-500\/60 {
    border-left-color: rgb(113 113 122 / 0.6);
  }

  .\32xl\:border-l-zinc-500\/65 {
    border-left-color: rgb(113 113 122 / 0.65);
  }

  .\32xl\:border-l-zinc-500\/70 {
    border-left-color: rgb(113 113 122 / 0.7);
  }

  .\32xl\:border-l-zinc-500\/75 {
    border-left-color: rgb(113 113 122 / 0.75);
  }

  .\32xl\:border-l-zinc-500\/80 {
    border-left-color: rgb(113 113 122 / 0.8);
  }

  .\32xl\:border-l-zinc-500\/85 {
    border-left-color: rgb(113 113 122 / 0.85);
  }

  .\32xl\:border-l-zinc-500\/90 {
    border-left-color: rgb(113 113 122 / 0.9);
  }

  .\32xl\:border-l-zinc-500\/95 {
    border-left-color: rgb(113 113 122 / 0.95);
  }

  .\32xl\:border-l-zinc-600 {
    --tw-border-opacity: 1;
    border-left-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-600\/0 {
    border-left-color: rgb(82 82 91 / 0);
  }

  .\32xl\:border-l-zinc-600\/10 {
    border-left-color: rgb(82 82 91 / 0.1);
  }

  .\32xl\:border-l-zinc-600\/100 {
    border-left-color: rgb(82 82 91 / 1);
  }

  .\32xl\:border-l-zinc-600\/15 {
    border-left-color: rgb(82 82 91 / 0.15);
  }

  .\32xl\:border-l-zinc-600\/20 {
    border-left-color: rgb(82 82 91 / 0.2);
  }

  .\32xl\:border-l-zinc-600\/25 {
    border-left-color: rgb(82 82 91 / 0.25);
  }

  .\32xl\:border-l-zinc-600\/30 {
    border-left-color: rgb(82 82 91 / 0.3);
  }

  .\32xl\:border-l-zinc-600\/35 {
    border-left-color: rgb(82 82 91 / 0.35);
  }

  .\32xl\:border-l-zinc-600\/40 {
    border-left-color: rgb(82 82 91 / 0.4);
  }

  .\32xl\:border-l-zinc-600\/45 {
    border-left-color: rgb(82 82 91 / 0.45);
  }

  .\32xl\:border-l-zinc-600\/5 {
    border-left-color: rgb(82 82 91 / 0.05);
  }

  .\32xl\:border-l-zinc-600\/50 {
    border-left-color: rgb(82 82 91 / 0.5);
  }

  .\32xl\:border-l-zinc-600\/55 {
    border-left-color: rgb(82 82 91 / 0.55);
  }

  .\32xl\:border-l-zinc-600\/60 {
    border-left-color: rgb(82 82 91 / 0.6);
  }

  .\32xl\:border-l-zinc-600\/65 {
    border-left-color: rgb(82 82 91 / 0.65);
  }

  .\32xl\:border-l-zinc-600\/70 {
    border-left-color: rgb(82 82 91 / 0.7);
  }

  .\32xl\:border-l-zinc-600\/75 {
    border-left-color: rgb(82 82 91 / 0.75);
  }

  .\32xl\:border-l-zinc-600\/80 {
    border-left-color: rgb(82 82 91 / 0.8);
  }

  .\32xl\:border-l-zinc-600\/85 {
    border-left-color: rgb(82 82 91 / 0.85);
  }

  .\32xl\:border-l-zinc-600\/90 {
    border-left-color: rgb(82 82 91 / 0.9);
  }

  .\32xl\:border-l-zinc-600\/95 {
    border-left-color: rgb(82 82 91 / 0.95);
  }

  .\32xl\:border-l-zinc-700 {
    --tw-border-opacity: 1;
    border-left-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-700\/0 {
    border-left-color: rgb(63 63 70 / 0);
  }

  .\32xl\:border-l-zinc-700\/10 {
    border-left-color: rgb(63 63 70 / 0.1);
  }

  .\32xl\:border-l-zinc-700\/100 {
    border-left-color: rgb(63 63 70 / 1);
  }

  .\32xl\:border-l-zinc-700\/15 {
    border-left-color: rgb(63 63 70 / 0.15);
  }

  .\32xl\:border-l-zinc-700\/20 {
    border-left-color: rgb(63 63 70 / 0.2);
  }

  .\32xl\:border-l-zinc-700\/25 {
    border-left-color: rgb(63 63 70 / 0.25);
  }

  .\32xl\:border-l-zinc-700\/30 {
    border-left-color: rgb(63 63 70 / 0.3);
  }

  .\32xl\:border-l-zinc-700\/35 {
    border-left-color: rgb(63 63 70 / 0.35);
  }

  .\32xl\:border-l-zinc-700\/40 {
    border-left-color: rgb(63 63 70 / 0.4);
  }

  .\32xl\:border-l-zinc-700\/45 {
    border-left-color: rgb(63 63 70 / 0.45);
  }

  .\32xl\:border-l-zinc-700\/5 {
    border-left-color: rgb(63 63 70 / 0.05);
  }

  .\32xl\:border-l-zinc-700\/50 {
    border-left-color: rgb(63 63 70 / 0.5);
  }

  .\32xl\:border-l-zinc-700\/55 {
    border-left-color: rgb(63 63 70 / 0.55);
  }

  .\32xl\:border-l-zinc-700\/60 {
    border-left-color: rgb(63 63 70 / 0.6);
  }

  .\32xl\:border-l-zinc-700\/65 {
    border-left-color: rgb(63 63 70 / 0.65);
  }

  .\32xl\:border-l-zinc-700\/70 {
    border-left-color: rgb(63 63 70 / 0.7);
  }

  .\32xl\:border-l-zinc-700\/75 {
    border-left-color: rgb(63 63 70 / 0.75);
  }

  .\32xl\:border-l-zinc-700\/80 {
    border-left-color: rgb(63 63 70 / 0.8);
  }

  .\32xl\:border-l-zinc-700\/85 {
    border-left-color: rgb(63 63 70 / 0.85);
  }

  .\32xl\:border-l-zinc-700\/90 {
    border-left-color: rgb(63 63 70 / 0.9);
  }

  .\32xl\:border-l-zinc-700\/95 {
    border-left-color: rgb(63 63 70 / 0.95);
  }

  .\32xl\:border-l-zinc-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-800\/0 {
    border-left-color: rgb(39 39 42 / 0);
  }

  .\32xl\:border-l-zinc-800\/10 {
    border-left-color: rgb(39 39 42 / 0.1);
  }

  .\32xl\:border-l-zinc-800\/100 {
    border-left-color: rgb(39 39 42 / 1);
  }

  .\32xl\:border-l-zinc-800\/15 {
    border-left-color: rgb(39 39 42 / 0.15);
  }

  .\32xl\:border-l-zinc-800\/20 {
    border-left-color: rgb(39 39 42 / 0.2);
  }

  .\32xl\:border-l-zinc-800\/25 {
    border-left-color: rgb(39 39 42 / 0.25);
  }

  .\32xl\:border-l-zinc-800\/30 {
    border-left-color: rgb(39 39 42 / 0.3);
  }

  .\32xl\:border-l-zinc-800\/35 {
    border-left-color: rgb(39 39 42 / 0.35);
  }

  .\32xl\:border-l-zinc-800\/40 {
    border-left-color: rgb(39 39 42 / 0.4);
  }

  .\32xl\:border-l-zinc-800\/45 {
    border-left-color: rgb(39 39 42 / 0.45);
  }

  .\32xl\:border-l-zinc-800\/5 {
    border-left-color: rgb(39 39 42 / 0.05);
  }

  .\32xl\:border-l-zinc-800\/50 {
    border-left-color: rgb(39 39 42 / 0.5);
  }

  .\32xl\:border-l-zinc-800\/55 {
    border-left-color: rgb(39 39 42 / 0.55);
  }

  .\32xl\:border-l-zinc-800\/60 {
    border-left-color: rgb(39 39 42 / 0.6);
  }

  .\32xl\:border-l-zinc-800\/65 {
    border-left-color: rgb(39 39 42 / 0.65);
  }

  .\32xl\:border-l-zinc-800\/70 {
    border-left-color: rgb(39 39 42 / 0.7);
  }

  .\32xl\:border-l-zinc-800\/75 {
    border-left-color: rgb(39 39 42 / 0.75);
  }

  .\32xl\:border-l-zinc-800\/80 {
    border-left-color: rgb(39 39 42 / 0.8);
  }

  .\32xl\:border-l-zinc-800\/85 {
    border-left-color: rgb(39 39 42 / 0.85);
  }

  .\32xl\:border-l-zinc-800\/90 {
    border-left-color: rgb(39 39 42 / 0.9);
  }

  .\32xl\:border-l-zinc-800\/95 {
    border-left-color: rgb(39 39 42 / 0.95);
  }

  .\32xl\:border-l-zinc-900 {
    --tw-border-opacity: 1;
    border-left-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-900\/0 {
    border-left-color: rgb(24 24 27 / 0);
  }

  .\32xl\:border-l-zinc-900\/10 {
    border-left-color: rgb(24 24 27 / 0.1);
  }

  .\32xl\:border-l-zinc-900\/100 {
    border-left-color: rgb(24 24 27 / 1);
  }

  .\32xl\:border-l-zinc-900\/15 {
    border-left-color: rgb(24 24 27 / 0.15);
  }

  .\32xl\:border-l-zinc-900\/20 {
    border-left-color: rgb(24 24 27 / 0.2);
  }

  .\32xl\:border-l-zinc-900\/25 {
    border-left-color: rgb(24 24 27 / 0.25);
  }

  .\32xl\:border-l-zinc-900\/30 {
    border-left-color: rgb(24 24 27 / 0.3);
  }

  .\32xl\:border-l-zinc-900\/35 {
    border-left-color: rgb(24 24 27 / 0.35);
  }

  .\32xl\:border-l-zinc-900\/40 {
    border-left-color: rgb(24 24 27 / 0.4);
  }

  .\32xl\:border-l-zinc-900\/45 {
    border-left-color: rgb(24 24 27 / 0.45);
  }

  .\32xl\:border-l-zinc-900\/5 {
    border-left-color: rgb(24 24 27 / 0.05);
  }

  .\32xl\:border-l-zinc-900\/50 {
    border-left-color: rgb(24 24 27 / 0.5);
  }

  .\32xl\:border-l-zinc-900\/55 {
    border-left-color: rgb(24 24 27 / 0.55);
  }

  .\32xl\:border-l-zinc-900\/60 {
    border-left-color: rgb(24 24 27 / 0.6);
  }

  .\32xl\:border-l-zinc-900\/65 {
    border-left-color: rgb(24 24 27 / 0.65);
  }

  .\32xl\:border-l-zinc-900\/70 {
    border-left-color: rgb(24 24 27 / 0.7);
  }

  .\32xl\:border-l-zinc-900\/75 {
    border-left-color: rgb(24 24 27 / 0.75);
  }

  .\32xl\:border-l-zinc-900\/80 {
    border-left-color: rgb(24 24 27 / 0.8);
  }

  .\32xl\:border-l-zinc-900\/85 {
    border-left-color: rgb(24 24 27 / 0.85);
  }

  .\32xl\:border-l-zinc-900\/90 {
    border-left-color: rgb(24 24 27 / 0.9);
  }

  .\32xl\:border-l-zinc-900\/95 {
    border-left-color: rgb(24 24 27 / 0.95);
  }

  .\32xl\:border-l-zinc-950 {
    --tw-border-opacity: 1;
    border-left-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-l-zinc-950\/0 {
    border-left-color: rgb(9 9 11 / 0);
  }

  .\32xl\:border-l-zinc-950\/10 {
    border-left-color: rgb(9 9 11 / 0.1);
  }

  .\32xl\:border-l-zinc-950\/100 {
    border-left-color: rgb(9 9 11 / 1);
  }

  .\32xl\:border-l-zinc-950\/15 {
    border-left-color: rgb(9 9 11 / 0.15);
  }

  .\32xl\:border-l-zinc-950\/20 {
    border-left-color: rgb(9 9 11 / 0.2);
  }

  .\32xl\:border-l-zinc-950\/25 {
    border-left-color: rgb(9 9 11 / 0.25);
  }

  .\32xl\:border-l-zinc-950\/30 {
    border-left-color: rgb(9 9 11 / 0.3);
  }

  .\32xl\:border-l-zinc-950\/35 {
    border-left-color: rgb(9 9 11 / 0.35);
  }

  .\32xl\:border-l-zinc-950\/40 {
    border-left-color: rgb(9 9 11 / 0.4);
  }

  .\32xl\:border-l-zinc-950\/45 {
    border-left-color: rgb(9 9 11 / 0.45);
  }

  .\32xl\:border-l-zinc-950\/5 {
    border-left-color: rgb(9 9 11 / 0.05);
  }

  .\32xl\:border-l-zinc-950\/50 {
    border-left-color: rgb(9 9 11 / 0.5);
  }

  .\32xl\:border-l-zinc-950\/55 {
    border-left-color: rgb(9 9 11 / 0.55);
  }

  .\32xl\:border-l-zinc-950\/60 {
    border-left-color: rgb(9 9 11 / 0.6);
  }

  .\32xl\:border-l-zinc-950\/65 {
    border-left-color: rgb(9 9 11 / 0.65);
  }

  .\32xl\:border-l-zinc-950\/70 {
    border-left-color: rgb(9 9 11 / 0.7);
  }

  .\32xl\:border-l-zinc-950\/75 {
    border-left-color: rgb(9 9 11 / 0.75);
  }

  .\32xl\:border-l-zinc-950\/80 {
    border-left-color: rgb(9 9 11 / 0.8);
  }

  .\32xl\:border-l-zinc-950\/85 {
    border-left-color: rgb(9 9 11 / 0.85);
  }

  .\32xl\:border-l-zinc-950\/90 {
    border-left-color: rgb(9 9 11 / 0.9);
  }

  .\32xl\:border-l-zinc-950\/95 {
    border-left-color: rgb(9 9 11 / 0.95);
  }

  .\32xl\:border-r-accent {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-accent-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-accent-foreground\/0 {
    border-right-color: hsl(var(--accent-foreground) / 0);
  }

  .\32xl\:border-r-accent-foreground\/10 {
    border-right-color: hsl(var(--accent-foreground) / 0.1);
  }

  .\32xl\:border-r-accent-foreground\/100 {
    border-right-color: hsl(var(--accent-foreground) / 1);
  }

  .\32xl\:border-r-accent-foreground\/15 {
    border-right-color: hsl(var(--accent-foreground) / 0.15);
  }

  .\32xl\:border-r-accent-foreground\/20 {
    border-right-color: hsl(var(--accent-foreground) / 0.2);
  }

  .\32xl\:border-r-accent-foreground\/25 {
    border-right-color: hsl(var(--accent-foreground) / 0.25);
  }

  .\32xl\:border-r-accent-foreground\/30 {
    border-right-color: hsl(var(--accent-foreground) / 0.3);
  }

  .\32xl\:border-r-accent-foreground\/35 {
    border-right-color: hsl(var(--accent-foreground) / 0.35);
  }

  .\32xl\:border-r-accent-foreground\/40 {
    border-right-color: hsl(var(--accent-foreground) / 0.4);
  }

  .\32xl\:border-r-accent-foreground\/45 {
    border-right-color: hsl(var(--accent-foreground) / 0.45);
  }

  .\32xl\:border-r-accent-foreground\/5 {
    border-right-color: hsl(var(--accent-foreground) / 0.05);
  }

  .\32xl\:border-r-accent-foreground\/50 {
    border-right-color: hsl(var(--accent-foreground) / 0.5);
  }

  .\32xl\:border-r-accent-foreground\/55 {
    border-right-color: hsl(var(--accent-foreground) / 0.55);
  }

  .\32xl\:border-r-accent-foreground\/60 {
    border-right-color: hsl(var(--accent-foreground) / 0.6);
  }

  .\32xl\:border-r-accent-foreground\/65 {
    border-right-color: hsl(var(--accent-foreground) / 0.65);
  }

  .\32xl\:border-r-accent-foreground\/70 {
    border-right-color: hsl(var(--accent-foreground) / 0.7);
  }

  .\32xl\:border-r-accent-foreground\/75 {
    border-right-color: hsl(var(--accent-foreground) / 0.75);
  }

  .\32xl\:border-r-accent-foreground\/80 {
    border-right-color: hsl(var(--accent-foreground) / 0.8);
  }

  .\32xl\:border-r-accent-foreground\/85 {
    border-right-color: hsl(var(--accent-foreground) / 0.85);
  }

  .\32xl\:border-r-accent-foreground\/90 {
    border-right-color: hsl(var(--accent-foreground) / 0.9);
  }

  .\32xl\:border-r-accent-foreground\/95 {
    border-right-color: hsl(var(--accent-foreground) / 0.95);
  }

  .\32xl\:border-r-accent\/0 {
    border-right-color: hsl(var(--accent) / 0);
  }

  .\32xl\:border-r-accent\/10 {
    border-right-color: hsl(var(--accent) / 0.1);
  }

  .\32xl\:border-r-accent\/100 {
    border-right-color: hsl(var(--accent) / 1);
  }

  .\32xl\:border-r-accent\/15 {
    border-right-color: hsl(var(--accent) / 0.15);
  }

  .\32xl\:border-r-accent\/20 {
    border-right-color: hsl(var(--accent) / 0.2);
  }

  .\32xl\:border-r-accent\/25 {
    border-right-color: hsl(var(--accent) / 0.25);
  }

  .\32xl\:border-r-accent\/30 {
    border-right-color: hsl(var(--accent) / 0.3);
  }

  .\32xl\:border-r-accent\/35 {
    border-right-color: hsl(var(--accent) / 0.35);
  }

  .\32xl\:border-r-accent\/40 {
    border-right-color: hsl(var(--accent) / 0.4);
  }

  .\32xl\:border-r-accent\/45 {
    border-right-color: hsl(var(--accent) / 0.45);
  }

  .\32xl\:border-r-accent\/5 {
    border-right-color: hsl(var(--accent) / 0.05);
  }

  .\32xl\:border-r-accent\/50 {
    border-right-color: hsl(var(--accent) / 0.5);
  }

  .\32xl\:border-r-accent\/55 {
    border-right-color: hsl(var(--accent) / 0.55);
  }

  .\32xl\:border-r-accent\/60 {
    border-right-color: hsl(var(--accent) / 0.6);
  }

  .\32xl\:border-r-accent\/65 {
    border-right-color: hsl(var(--accent) / 0.65);
  }

  .\32xl\:border-r-accent\/70 {
    border-right-color: hsl(var(--accent) / 0.7);
  }

  .\32xl\:border-r-accent\/75 {
    border-right-color: hsl(var(--accent) / 0.75);
  }

  .\32xl\:border-r-accent\/80 {
    border-right-color: hsl(var(--accent) / 0.8);
  }

  .\32xl\:border-r-accent\/85 {
    border-right-color: hsl(var(--accent) / 0.85);
  }

  .\32xl\:border-r-accent\/90 {
    border-right-color: hsl(var(--accent) / 0.9);
  }

  .\32xl\:border-r-accent\/95 {
    border-right-color: hsl(var(--accent) / 0.95);
  }

  .\32xl\:border-r-amber-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-100\/0 {
    border-right-color: rgb(254 243 199 / 0);
  }

  .\32xl\:border-r-amber-100\/10 {
    border-right-color: rgb(254 243 199 / 0.1);
  }

  .\32xl\:border-r-amber-100\/100 {
    border-right-color: rgb(254 243 199 / 1);
  }

  .\32xl\:border-r-amber-100\/15 {
    border-right-color: rgb(254 243 199 / 0.15);
  }

  .\32xl\:border-r-amber-100\/20 {
    border-right-color: rgb(254 243 199 / 0.2);
  }

  .\32xl\:border-r-amber-100\/25 {
    border-right-color: rgb(254 243 199 / 0.25);
  }

  .\32xl\:border-r-amber-100\/30 {
    border-right-color: rgb(254 243 199 / 0.3);
  }

  .\32xl\:border-r-amber-100\/35 {
    border-right-color: rgb(254 243 199 / 0.35);
  }

  .\32xl\:border-r-amber-100\/40 {
    border-right-color: rgb(254 243 199 / 0.4);
  }

  .\32xl\:border-r-amber-100\/45 {
    border-right-color: rgb(254 243 199 / 0.45);
  }

  .\32xl\:border-r-amber-100\/5 {
    border-right-color: rgb(254 243 199 / 0.05);
  }

  .\32xl\:border-r-amber-100\/50 {
    border-right-color: rgb(254 243 199 / 0.5);
  }

  .\32xl\:border-r-amber-100\/55 {
    border-right-color: rgb(254 243 199 / 0.55);
  }

  .\32xl\:border-r-amber-100\/60 {
    border-right-color: rgb(254 243 199 / 0.6);
  }

  .\32xl\:border-r-amber-100\/65 {
    border-right-color: rgb(254 243 199 / 0.65);
  }

  .\32xl\:border-r-amber-100\/70 {
    border-right-color: rgb(254 243 199 / 0.7);
  }

  .\32xl\:border-r-amber-100\/75 {
    border-right-color: rgb(254 243 199 / 0.75);
  }

  .\32xl\:border-r-amber-100\/80 {
    border-right-color: rgb(254 243 199 / 0.8);
  }

  .\32xl\:border-r-amber-100\/85 {
    border-right-color: rgb(254 243 199 / 0.85);
  }

  .\32xl\:border-r-amber-100\/90 {
    border-right-color: rgb(254 243 199 / 0.9);
  }

  .\32xl\:border-r-amber-100\/95 {
    border-right-color: rgb(254 243 199 / 0.95);
  }

  .\32xl\:border-r-amber-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-200\/0 {
    border-right-color: rgb(253 230 138 / 0);
  }

  .\32xl\:border-r-amber-200\/10 {
    border-right-color: rgb(253 230 138 / 0.1);
  }

  .\32xl\:border-r-amber-200\/100 {
    border-right-color: rgb(253 230 138 / 1);
  }

  .\32xl\:border-r-amber-200\/15 {
    border-right-color: rgb(253 230 138 / 0.15);
  }

  .\32xl\:border-r-amber-200\/20 {
    border-right-color: rgb(253 230 138 / 0.2);
  }

  .\32xl\:border-r-amber-200\/25 {
    border-right-color: rgb(253 230 138 / 0.25);
  }

  .\32xl\:border-r-amber-200\/30 {
    border-right-color: rgb(253 230 138 / 0.3);
  }

  .\32xl\:border-r-amber-200\/35 {
    border-right-color: rgb(253 230 138 / 0.35);
  }

  .\32xl\:border-r-amber-200\/40 {
    border-right-color: rgb(253 230 138 / 0.4);
  }

  .\32xl\:border-r-amber-200\/45 {
    border-right-color: rgb(253 230 138 / 0.45);
  }

  .\32xl\:border-r-amber-200\/5 {
    border-right-color: rgb(253 230 138 / 0.05);
  }

  .\32xl\:border-r-amber-200\/50 {
    border-right-color: rgb(253 230 138 / 0.5);
  }

  .\32xl\:border-r-amber-200\/55 {
    border-right-color: rgb(253 230 138 / 0.55);
  }

  .\32xl\:border-r-amber-200\/60 {
    border-right-color: rgb(253 230 138 / 0.6);
  }

  .\32xl\:border-r-amber-200\/65 {
    border-right-color: rgb(253 230 138 / 0.65);
  }

  .\32xl\:border-r-amber-200\/70 {
    border-right-color: rgb(253 230 138 / 0.7);
  }

  .\32xl\:border-r-amber-200\/75 {
    border-right-color: rgb(253 230 138 / 0.75);
  }

  .\32xl\:border-r-amber-200\/80 {
    border-right-color: rgb(253 230 138 / 0.8);
  }

  .\32xl\:border-r-amber-200\/85 {
    border-right-color: rgb(253 230 138 / 0.85);
  }

  .\32xl\:border-r-amber-200\/90 {
    border-right-color: rgb(253 230 138 / 0.9);
  }

  .\32xl\:border-r-amber-200\/95 {
    border-right-color: rgb(253 230 138 / 0.95);
  }

  .\32xl\:border-r-amber-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-300\/0 {
    border-right-color: rgb(252 211 77 / 0);
  }

  .\32xl\:border-r-amber-300\/10 {
    border-right-color: rgb(252 211 77 / 0.1);
  }

  .\32xl\:border-r-amber-300\/100 {
    border-right-color: rgb(252 211 77 / 1);
  }

  .\32xl\:border-r-amber-300\/15 {
    border-right-color: rgb(252 211 77 / 0.15);
  }

  .\32xl\:border-r-amber-300\/20 {
    border-right-color: rgb(252 211 77 / 0.2);
  }

  .\32xl\:border-r-amber-300\/25 {
    border-right-color: rgb(252 211 77 / 0.25);
  }

  .\32xl\:border-r-amber-300\/30 {
    border-right-color: rgb(252 211 77 / 0.3);
  }

  .\32xl\:border-r-amber-300\/35 {
    border-right-color: rgb(252 211 77 / 0.35);
  }

  .\32xl\:border-r-amber-300\/40 {
    border-right-color: rgb(252 211 77 / 0.4);
  }

  .\32xl\:border-r-amber-300\/45 {
    border-right-color: rgb(252 211 77 / 0.45);
  }

  .\32xl\:border-r-amber-300\/5 {
    border-right-color: rgb(252 211 77 / 0.05);
  }

  .\32xl\:border-r-amber-300\/50 {
    border-right-color: rgb(252 211 77 / 0.5);
  }

  .\32xl\:border-r-amber-300\/55 {
    border-right-color: rgb(252 211 77 / 0.55);
  }

  .\32xl\:border-r-amber-300\/60 {
    border-right-color: rgb(252 211 77 / 0.6);
  }

  .\32xl\:border-r-amber-300\/65 {
    border-right-color: rgb(252 211 77 / 0.65);
  }

  .\32xl\:border-r-amber-300\/70 {
    border-right-color: rgb(252 211 77 / 0.7);
  }

  .\32xl\:border-r-amber-300\/75 {
    border-right-color: rgb(252 211 77 / 0.75);
  }

  .\32xl\:border-r-amber-300\/80 {
    border-right-color: rgb(252 211 77 / 0.8);
  }

  .\32xl\:border-r-amber-300\/85 {
    border-right-color: rgb(252 211 77 / 0.85);
  }

  .\32xl\:border-r-amber-300\/90 {
    border-right-color: rgb(252 211 77 / 0.9);
  }

  .\32xl\:border-r-amber-300\/95 {
    border-right-color: rgb(252 211 77 / 0.95);
  }

  .\32xl\:border-r-amber-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-400\/0 {
    border-right-color: rgb(251 191 36 / 0);
  }

  .\32xl\:border-r-amber-400\/10 {
    border-right-color: rgb(251 191 36 / 0.1);
  }

  .\32xl\:border-r-amber-400\/100 {
    border-right-color: rgb(251 191 36 / 1);
  }

  .\32xl\:border-r-amber-400\/15 {
    border-right-color: rgb(251 191 36 / 0.15);
  }

  .\32xl\:border-r-amber-400\/20 {
    border-right-color: rgb(251 191 36 / 0.2);
  }

  .\32xl\:border-r-amber-400\/25 {
    border-right-color: rgb(251 191 36 / 0.25);
  }

  .\32xl\:border-r-amber-400\/30 {
    border-right-color: rgb(251 191 36 / 0.3);
  }

  .\32xl\:border-r-amber-400\/35 {
    border-right-color: rgb(251 191 36 / 0.35);
  }

  .\32xl\:border-r-amber-400\/40 {
    border-right-color: rgb(251 191 36 / 0.4);
  }

  .\32xl\:border-r-amber-400\/45 {
    border-right-color: rgb(251 191 36 / 0.45);
  }

  .\32xl\:border-r-amber-400\/5 {
    border-right-color: rgb(251 191 36 / 0.05);
  }

  .\32xl\:border-r-amber-400\/50 {
    border-right-color: rgb(251 191 36 / 0.5);
  }

  .\32xl\:border-r-amber-400\/55 {
    border-right-color: rgb(251 191 36 / 0.55);
  }

  .\32xl\:border-r-amber-400\/60 {
    border-right-color: rgb(251 191 36 / 0.6);
  }

  .\32xl\:border-r-amber-400\/65 {
    border-right-color: rgb(251 191 36 / 0.65);
  }

  .\32xl\:border-r-amber-400\/70 {
    border-right-color: rgb(251 191 36 / 0.7);
  }

  .\32xl\:border-r-amber-400\/75 {
    border-right-color: rgb(251 191 36 / 0.75);
  }

  .\32xl\:border-r-amber-400\/80 {
    border-right-color: rgb(251 191 36 / 0.8);
  }

  .\32xl\:border-r-amber-400\/85 {
    border-right-color: rgb(251 191 36 / 0.85);
  }

  .\32xl\:border-r-amber-400\/90 {
    border-right-color: rgb(251 191 36 / 0.9);
  }

  .\32xl\:border-r-amber-400\/95 {
    border-right-color: rgb(251 191 36 / 0.95);
  }

  .\32xl\:border-r-amber-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-50\/0 {
    border-right-color: rgb(255 251 235 / 0);
  }

  .\32xl\:border-r-amber-50\/10 {
    border-right-color: rgb(255 251 235 / 0.1);
  }

  .\32xl\:border-r-amber-50\/100 {
    border-right-color: rgb(255 251 235 / 1);
  }

  .\32xl\:border-r-amber-50\/15 {
    border-right-color: rgb(255 251 235 / 0.15);
  }

  .\32xl\:border-r-amber-50\/20 {
    border-right-color: rgb(255 251 235 / 0.2);
  }

  .\32xl\:border-r-amber-50\/25 {
    border-right-color: rgb(255 251 235 / 0.25);
  }

  .\32xl\:border-r-amber-50\/30 {
    border-right-color: rgb(255 251 235 / 0.3);
  }

  .\32xl\:border-r-amber-50\/35 {
    border-right-color: rgb(255 251 235 / 0.35);
  }

  .\32xl\:border-r-amber-50\/40 {
    border-right-color: rgb(255 251 235 / 0.4);
  }

  .\32xl\:border-r-amber-50\/45 {
    border-right-color: rgb(255 251 235 / 0.45);
  }

  .\32xl\:border-r-amber-50\/5 {
    border-right-color: rgb(255 251 235 / 0.05);
  }

  .\32xl\:border-r-amber-50\/50 {
    border-right-color: rgb(255 251 235 / 0.5);
  }

  .\32xl\:border-r-amber-50\/55 {
    border-right-color: rgb(255 251 235 / 0.55);
  }

  .\32xl\:border-r-amber-50\/60 {
    border-right-color: rgb(255 251 235 / 0.6);
  }

  .\32xl\:border-r-amber-50\/65 {
    border-right-color: rgb(255 251 235 / 0.65);
  }

  .\32xl\:border-r-amber-50\/70 {
    border-right-color: rgb(255 251 235 / 0.7);
  }

  .\32xl\:border-r-amber-50\/75 {
    border-right-color: rgb(255 251 235 / 0.75);
  }

  .\32xl\:border-r-amber-50\/80 {
    border-right-color: rgb(255 251 235 / 0.8);
  }

  .\32xl\:border-r-amber-50\/85 {
    border-right-color: rgb(255 251 235 / 0.85);
  }

  .\32xl\:border-r-amber-50\/90 {
    border-right-color: rgb(255 251 235 / 0.9);
  }

  .\32xl\:border-r-amber-50\/95 {
    border-right-color: rgb(255 251 235 / 0.95);
  }

  .\32xl\:border-r-amber-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-500\/0 {
    border-right-color: rgb(245 158 11 / 0);
  }

  .\32xl\:border-r-amber-500\/10 {
    border-right-color: rgb(245 158 11 / 0.1);
  }

  .\32xl\:border-r-amber-500\/100 {
    border-right-color: rgb(245 158 11 / 1);
  }

  .\32xl\:border-r-amber-500\/15 {
    border-right-color: rgb(245 158 11 / 0.15);
  }

  .\32xl\:border-r-amber-500\/20 {
    border-right-color: rgb(245 158 11 / 0.2);
  }

  .\32xl\:border-r-amber-500\/25 {
    border-right-color: rgb(245 158 11 / 0.25);
  }

  .\32xl\:border-r-amber-500\/30 {
    border-right-color: rgb(245 158 11 / 0.3);
  }

  .\32xl\:border-r-amber-500\/35 {
    border-right-color: rgb(245 158 11 / 0.35);
  }

  .\32xl\:border-r-amber-500\/40 {
    border-right-color: rgb(245 158 11 / 0.4);
  }

  .\32xl\:border-r-amber-500\/45 {
    border-right-color: rgb(245 158 11 / 0.45);
  }

  .\32xl\:border-r-amber-500\/5 {
    border-right-color: rgb(245 158 11 / 0.05);
  }

  .\32xl\:border-r-amber-500\/50 {
    border-right-color: rgb(245 158 11 / 0.5);
  }

  .\32xl\:border-r-amber-500\/55 {
    border-right-color: rgb(245 158 11 / 0.55);
  }

  .\32xl\:border-r-amber-500\/60 {
    border-right-color: rgb(245 158 11 / 0.6);
  }

  .\32xl\:border-r-amber-500\/65 {
    border-right-color: rgb(245 158 11 / 0.65);
  }

  .\32xl\:border-r-amber-500\/70 {
    border-right-color: rgb(245 158 11 / 0.7);
  }

  .\32xl\:border-r-amber-500\/75 {
    border-right-color: rgb(245 158 11 / 0.75);
  }

  .\32xl\:border-r-amber-500\/80 {
    border-right-color: rgb(245 158 11 / 0.8);
  }

  .\32xl\:border-r-amber-500\/85 {
    border-right-color: rgb(245 158 11 / 0.85);
  }

  .\32xl\:border-r-amber-500\/90 {
    border-right-color: rgb(245 158 11 / 0.9);
  }

  .\32xl\:border-r-amber-500\/95 {
    border-right-color: rgb(245 158 11 / 0.95);
  }

  .\32xl\:border-r-amber-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-600\/0 {
    border-right-color: rgb(217 119 6 / 0);
  }

  .\32xl\:border-r-amber-600\/10 {
    border-right-color: rgb(217 119 6 / 0.1);
  }

  .\32xl\:border-r-amber-600\/100 {
    border-right-color: rgb(217 119 6 / 1);
  }

  .\32xl\:border-r-amber-600\/15 {
    border-right-color: rgb(217 119 6 / 0.15);
  }

  .\32xl\:border-r-amber-600\/20 {
    border-right-color: rgb(217 119 6 / 0.2);
  }

  .\32xl\:border-r-amber-600\/25 {
    border-right-color: rgb(217 119 6 / 0.25);
  }

  .\32xl\:border-r-amber-600\/30 {
    border-right-color: rgb(217 119 6 / 0.3);
  }

  .\32xl\:border-r-amber-600\/35 {
    border-right-color: rgb(217 119 6 / 0.35);
  }

  .\32xl\:border-r-amber-600\/40 {
    border-right-color: rgb(217 119 6 / 0.4);
  }

  .\32xl\:border-r-amber-600\/45 {
    border-right-color: rgb(217 119 6 / 0.45);
  }

  .\32xl\:border-r-amber-600\/5 {
    border-right-color: rgb(217 119 6 / 0.05);
  }

  .\32xl\:border-r-amber-600\/50 {
    border-right-color: rgb(217 119 6 / 0.5);
  }

  .\32xl\:border-r-amber-600\/55 {
    border-right-color: rgb(217 119 6 / 0.55);
  }

  .\32xl\:border-r-amber-600\/60 {
    border-right-color: rgb(217 119 6 / 0.6);
  }

  .\32xl\:border-r-amber-600\/65 {
    border-right-color: rgb(217 119 6 / 0.65);
  }

  .\32xl\:border-r-amber-600\/70 {
    border-right-color: rgb(217 119 6 / 0.7);
  }

  .\32xl\:border-r-amber-600\/75 {
    border-right-color: rgb(217 119 6 / 0.75);
  }

  .\32xl\:border-r-amber-600\/80 {
    border-right-color: rgb(217 119 6 / 0.8);
  }

  .\32xl\:border-r-amber-600\/85 {
    border-right-color: rgb(217 119 6 / 0.85);
  }

  .\32xl\:border-r-amber-600\/90 {
    border-right-color: rgb(217 119 6 / 0.9);
  }

  .\32xl\:border-r-amber-600\/95 {
    border-right-color: rgb(217 119 6 / 0.95);
  }

  .\32xl\:border-r-amber-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-700\/0 {
    border-right-color: rgb(180 83 9 / 0);
  }

  .\32xl\:border-r-amber-700\/10 {
    border-right-color: rgb(180 83 9 / 0.1);
  }

  .\32xl\:border-r-amber-700\/100 {
    border-right-color: rgb(180 83 9 / 1);
  }

  .\32xl\:border-r-amber-700\/15 {
    border-right-color: rgb(180 83 9 / 0.15);
  }

  .\32xl\:border-r-amber-700\/20 {
    border-right-color: rgb(180 83 9 / 0.2);
  }

  .\32xl\:border-r-amber-700\/25 {
    border-right-color: rgb(180 83 9 / 0.25);
  }

  .\32xl\:border-r-amber-700\/30 {
    border-right-color: rgb(180 83 9 / 0.3);
  }

  .\32xl\:border-r-amber-700\/35 {
    border-right-color: rgb(180 83 9 / 0.35);
  }

  .\32xl\:border-r-amber-700\/40 {
    border-right-color: rgb(180 83 9 / 0.4);
  }

  .\32xl\:border-r-amber-700\/45 {
    border-right-color: rgb(180 83 9 / 0.45);
  }

  .\32xl\:border-r-amber-700\/5 {
    border-right-color: rgb(180 83 9 / 0.05);
  }

  .\32xl\:border-r-amber-700\/50 {
    border-right-color: rgb(180 83 9 / 0.5);
  }

  .\32xl\:border-r-amber-700\/55 {
    border-right-color: rgb(180 83 9 / 0.55);
  }

  .\32xl\:border-r-amber-700\/60 {
    border-right-color: rgb(180 83 9 / 0.6);
  }

  .\32xl\:border-r-amber-700\/65 {
    border-right-color: rgb(180 83 9 / 0.65);
  }

  .\32xl\:border-r-amber-700\/70 {
    border-right-color: rgb(180 83 9 / 0.7);
  }

  .\32xl\:border-r-amber-700\/75 {
    border-right-color: rgb(180 83 9 / 0.75);
  }

  .\32xl\:border-r-amber-700\/80 {
    border-right-color: rgb(180 83 9 / 0.8);
  }

  .\32xl\:border-r-amber-700\/85 {
    border-right-color: rgb(180 83 9 / 0.85);
  }

  .\32xl\:border-r-amber-700\/90 {
    border-right-color: rgb(180 83 9 / 0.9);
  }

  .\32xl\:border-r-amber-700\/95 {
    border-right-color: rgb(180 83 9 / 0.95);
  }

  .\32xl\:border-r-amber-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-800\/0 {
    border-right-color: rgb(146 64 14 / 0);
  }

  .\32xl\:border-r-amber-800\/10 {
    border-right-color: rgb(146 64 14 / 0.1);
  }

  .\32xl\:border-r-amber-800\/100 {
    border-right-color: rgb(146 64 14 / 1);
  }

  .\32xl\:border-r-amber-800\/15 {
    border-right-color: rgb(146 64 14 / 0.15);
  }

  .\32xl\:border-r-amber-800\/20 {
    border-right-color: rgb(146 64 14 / 0.2);
  }

  .\32xl\:border-r-amber-800\/25 {
    border-right-color: rgb(146 64 14 / 0.25);
  }

  .\32xl\:border-r-amber-800\/30 {
    border-right-color: rgb(146 64 14 / 0.3);
  }

  .\32xl\:border-r-amber-800\/35 {
    border-right-color: rgb(146 64 14 / 0.35);
  }

  .\32xl\:border-r-amber-800\/40 {
    border-right-color: rgb(146 64 14 / 0.4);
  }

  .\32xl\:border-r-amber-800\/45 {
    border-right-color: rgb(146 64 14 / 0.45);
  }

  .\32xl\:border-r-amber-800\/5 {
    border-right-color: rgb(146 64 14 / 0.05);
  }

  .\32xl\:border-r-amber-800\/50 {
    border-right-color: rgb(146 64 14 / 0.5);
  }

  .\32xl\:border-r-amber-800\/55 {
    border-right-color: rgb(146 64 14 / 0.55);
  }

  .\32xl\:border-r-amber-800\/60 {
    border-right-color: rgb(146 64 14 / 0.6);
  }

  .\32xl\:border-r-amber-800\/65 {
    border-right-color: rgb(146 64 14 / 0.65);
  }

  .\32xl\:border-r-amber-800\/70 {
    border-right-color: rgb(146 64 14 / 0.7);
  }

  .\32xl\:border-r-amber-800\/75 {
    border-right-color: rgb(146 64 14 / 0.75);
  }

  .\32xl\:border-r-amber-800\/80 {
    border-right-color: rgb(146 64 14 / 0.8);
  }

  .\32xl\:border-r-amber-800\/85 {
    border-right-color: rgb(146 64 14 / 0.85);
  }

  .\32xl\:border-r-amber-800\/90 {
    border-right-color: rgb(146 64 14 / 0.9);
  }

  .\32xl\:border-r-amber-800\/95 {
    border-right-color: rgb(146 64 14 / 0.95);
  }

  .\32xl\:border-r-amber-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-900\/0 {
    border-right-color: rgb(120 53 15 / 0);
  }

  .\32xl\:border-r-amber-900\/10 {
    border-right-color: rgb(120 53 15 / 0.1);
  }

  .\32xl\:border-r-amber-900\/100 {
    border-right-color: rgb(120 53 15 / 1);
  }

  .\32xl\:border-r-amber-900\/15 {
    border-right-color: rgb(120 53 15 / 0.15);
  }

  .\32xl\:border-r-amber-900\/20 {
    border-right-color: rgb(120 53 15 / 0.2);
  }

  .\32xl\:border-r-amber-900\/25 {
    border-right-color: rgb(120 53 15 / 0.25);
  }

  .\32xl\:border-r-amber-900\/30 {
    border-right-color: rgb(120 53 15 / 0.3);
  }

  .\32xl\:border-r-amber-900\/35 {
    border-right-color: rgb(120 53 15 / 0.35);
  }

  .\32xl\:border-r-amber-900\/40 {
    border-right-color: rgb(120 53 15 / 0.4);
  }

  .\32xl\:border-r-amber-900\/45 {
    border-right-color: rgb(120 53 15 / 0.45);
  }

  .\32xl\:border-r-amber-900\/5 {
    border-right-color: rgb(120 53 15 / 0.05);
  }

  .\32xl\:border-r-amber-900\/50 {
    border-right-color: rgb(120 53 15 / 0.5);
  }

  .\32xl\:border-r-amber-900\/55 {
    border-right-color: rgb(120 53 15 / 0.55);
  }

  .\32xl\:border-r-amber-900\/60 {
    border-right-color: rgb(120 53 15 / 0.6);
  }

  .\32xl\:border-r-amber-900\/65 {
    border-right-color: rgb(120 53 15 / 0.65);
  }

  .\32xl\:border-r-amber-900\/70 {
    border-right-color: rgb(120 53 15 / 0.7);
  }

  .\32xl\:border-r-amber-900\/75 {
    border-right-color: rgb(120 53 15 / 0.75);
  }

  .\32xl\:border-r-amber-900\/80 {
    border-right-color: rgb(120 53 15 / 0.8);
  }

  .\32xl\:border-r-amber-900\/85 {
    border-right-color: rgb(120 53 15 / 0.85);
  }

  .\32xl\:border-r-amber-900\/90 {
    border-right-color: rgb(120 53 15 / 0.9);
  }

  .\32xl\:border-r-amber-900\/95 {
    border-right-color: rgb(120 53 15 / 0.95);
  }

  .\32xl\:border-r-amber-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-amber-950\/0 {
    border-right-color: rgb(69 26 3 / 0);
  }

  .\32xl\:border-r-amber-950\/10 {
    border-right-color: rgb(69 26 3 / 0.1);
  }

  .\32xl\:border-r-amber-950\/100 {
    border-right-color: rgb(69 26 3 / 1);
  }

  .\32xl\:border-r-amber-950\/15 {
    border-right-color: rgb(69 26 3 / 0.15);
  }

  .\32xl\:border-r-amber-950\/20 {
    border-right-color: rgb(69 26 3 / 0.2);
  }

  .\32xl\:border-r-amber-950\/25 {
    border-right-color: rgb(69 26 3 / 0.25);
  }

  .\32xl\:border-r-amber-950\/30 {
    border-right-color: rgb(69 26 3 / 0.3);
  }

  .\32xl\:border-r-amber-950\/35 {
    border-right-color: rgb(69 26 3 / 0.35);
  }

  .\32xl\:border-r-amber-950\/40 {
    border-right-color: rgb(69 26 3 / 0.4);
  }

  .\32xl\:border-r-amber-950\/45 {
    border-right-color: rgb(69 26 3 / 0.45);
  }

  .\32xl\:border-r-amber-950\/5 {
    border-right-color: rgb(69 26 3 / 0.05);
  }

  .\32xl\:border-r-amber-950\/50 {
    border-right-color: rgb(69 26 3 / 0.5);
  }

  .\32xl\:border-r-amber-950\/55 {
    border-right-color: rgb(69 26 3 / 0.55);
  }

  .\32xl\:border-r-amber-950\/60 {
    border-right-color: rgb(69 26 3 / 0.6);
  }

  .\32xl\:border-r-amber-950\/65 {
    border-right-color: rgb(69 26 3 / 0.65);
  }

  .\32xl\:border-r-amber-950\/70 {
    border-right-color: rgb(69 26 3 / 0.7);
  }

  .\32xl\:border-r-amber-950\/75 {
    border-right-color: rgb(69 26 3 / 0.75);
  }

  .\32xl\:border-r-amber-950\/80 {
    border-right-color: rgb(69 26 3 / 0.8);
  }

  .\32xl\:border-r-amber-950\/85 {
    border-right-color: rgb(69 26 3 / 0.85);
  }

  .\32xl\:border-r-amber-950\/90 {
    border-right-color: rgb(69 26 3 / 0.9);
  }

  .\32xl\:border-r-amber-950\/95 {
    border-right-color: rgb(69 26 3 / 0.95);
  }

  .\32xl\:border-r-background {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-background\/0 {
    border-right-color: hsl(var(--background) / 0);
  }

  .\32xl\:border-r-background\/10 {
    border-right-color: hsl(var(--background) / 0.1);
  }

  .\32xl\:border-r-background\/100 {
    border-right-color: hsl(var(--background) / 1);
  }

  .\32xl\:border-r-background\/15 {
    border-right-color: hsl(var(--background) / 0.15);
  }

  .\32xl\:border-r-background\/20 {
    border-right-color: hsl(var(--background) / 0.2);
  }

  .\32xl\:border-r-background\/25 {
    border-right-color: hsl(var(--background) / 0.25);
  }

  .\32xl\:border-r-background\/30 {
    border-right-color: hsl(var(--background) / 0.3);
  }

  .\32xl\:border-r-background\/35 {
    border-right-color: hsl(var(--background) / 0.35);
  }

  .\32xl\:border-r-background\/40 {
    border-right-color: hsl(var(--background) / 0.4);
  }

  .\32xl\:border-r-background\/45 {
    border-right-color: hsl(var(--background) / 0.45);
  }

  .\32xl\:border-r-background\/5 {
    border-right-color: hsl(var(--background) / 0.05);
  }

  .\32xl\:border-r-background\/50 {
    border-right-color: hsl(var(--background) / 0.5);
  }

  .\32xl\:border-r-background\/55 {
    border-right-color: hsl(var(--background) / 0.55);
  }

  .\32xl\:border-r-background\/60 {
    border-right-color: hsl(var(--background) / 0.6);
  }

  .\32xl\:border-r-background\/65 {
    border-right-color: hsl(var(--background) / 0.65);
  }

  .\32xl\:border-r-background\/70 {
    border-right-color: hsl(var(--background) / 0.7);
  }

  .\32xl\:border-r-background\/75 {
    border-right-color: hsl(var(--background) / 0.75);
  }

  .\32xl\:border-r-background\/80 {
    border-right-color: hsl(var(--background) / 0.8);
  }

  .\32xl\:border-r-background\/85 {
    border-right-color: hsl(var(--background) / 0.85);
  }

  .\32xl\:border-r-background\/90 {
    border-right-color: hsl(var(--background) / 0.9);
  }

  .\32xl\:border-r-background\/95 {
    border-right-color: hsl(var(--background) / 0.95);
  }

  .\32xl\:border-r-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-black\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-r-black\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-r-black\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-r-black\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-r-black\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-r-black\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-r-black\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-r-black\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-r-black\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-r-black\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-r-black\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-r-black\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-r-black\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-r-black\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-r-black\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-r-black\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-r-black\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-r-black\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-r-black\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-r-black\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-r-black\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-r-blue-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-100\/0 {
    border-right-color: rgb(219 234 254 / 0);
  }

  .\32xl\:border-r-blue-100\/10 {
    border-right-color: rgb(219 234 254 / 0.1);
  }

  .\32xl\:border-r-blue-100\/100 {
    border-right-color: rgb(219 234 254 / 1);
  }

  .\32xl\:border-r-blue-100\/15 {
    border-right-color: rgb(219 234 254 / 0.15);
  }

  .\32xl\:border-r-blue-100\/20 {
    border-right-color: rgb(219 234 254 / 0.2);
  }

  .\32xl\:border-r-blue-100\/25 {
    border-right-color: rgb(219 234 254 / 0.25);
  }

  .\32xl\:border-r-blue-100\/30 {
    border-right-color: rgb(219 234 254 / 0.3);
  }

  .\32xl\:border-r-blue-100\/35 {
    border-right-color: rgb(219 234 254 / 0.35);
  }

  .\32xl\:border-r-blue-100\/40 {
    border-right-color: rgb(219 234 254 / 0.4);
  }

  .\32xl\:border-r-blue-100\/45 {
    border-right-color: rgb(219 234 254 / 0.45);
  }

  .\32xl\:border-r-blue-100\/5 {
    border-right-color: rgb(219 234 254 / 0.05);
  }

  .\32xl\:border-r-blue-100\/50 {
    border-right-color: rgb(219 234 254 / 0.5);
  }

  .\32xl\:border-r-blue-100\/55 {
    border-right-color: rgb(219 234 254 / 0.55);
  }

  .\32xl\:border-r-blue-100\/60 {
    border-right-color: rgb(219 234 254 / 0.6);
  }

  .\32xl\:border-r-blue-100\/65 {
    border-right-color: rgb(219 234 254 / 0.65);
  }

  .\32xl\:border-r-blue-100\/70 {
    border-right-color: rgb(219 234 254 / 0.7);
  }

  .\32xl\:border-r-blue-100\/75 {
    border-right-color: rgb(219 234 254 / 0.75);
  }

  .\32xl\:border-r-blue-100\/80 {
    border-right-color: rgb(219 234 254 / 0.8);
  }

  .\32xl\:border-r-blue-100\/85 {
    border-right-color: rgb(219 234 254 / 0.85);
  }

  .\32xl\:border-r-blue-100\/90 {
    border-right-color: rgb(219 234 254 / 0.9);
  }

  .\32xl\:border-r-blue-100\/95 {
    border-right-color: rgb(219 234 254 / 0.95);
  }

  .\32xl\:border-r-blue-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-200\/0 {
    border-right-color: rgb(191 219 254 / 0);
  }

  .\32xl\:border-r-blue-200\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
  }

  .\32xl\:border-r-blue-200\/100 {
    border-right-color: rgb(191 219 254 / 1);
  }

  .\32xl\:border-r-blue-200\/15 {
    border-right-color: rgb(191 219 254 / 0.15);
  }

  .\32xl\:border-r-blue-200\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
  }

  .\32xl\:border-r-blue-200\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
  }

  .\32xl\:border-r-blue-200\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
  }

  .\32xl\:border-r-blue-200\/35 {
    border-right-color: rgb(191 219 254 / 0.35);
  }

  .\32xl\:border-r-blue-200\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
  }

  .\32xl\:border-r-blue-200\/45 {
    border-right-color: rgb(191 219 254 / 0.45);
  }

  .\32xl\:border-r-blue-200\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
  }

  .\32xl\:border-r-blue-200\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
  }

  .\32xl\:border-r-blue-200\/55 {
    border-right-color: rgb(191 219 254 / 0.55);
  }

  .\32xl\:border-r-blue-200\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
  }

  .\32xl\:border-r-blue-200\/65 {
    border-right-color: rgb(191 219 254 / 0.65);
  }

  .\32xl\:border-r-blue-200\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
  }

  .\32xl\:border-r-blue-200\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
  }

  .\32xl\:border-r-blue-200\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
  }

  .\32xl\:border-r-blue-200\/85 {
    border-right-color: rgb(191 219 254 / 0.85);
  }

  .\32xl\:border-r-blue-200\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
  }

  .\32xl\:border-r-blue-200\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
  }

  .\32xl\:border-r-blue-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-300\/0 {
    border-right-color: rgb(147 197 253 / 0);
  }

  .\32xl\:border-r-blue-300\/10 {
    border-right-color: rgb(147 197 253 / 0.1);
  }

  .\32xl\:border-r-blue-300\/100 {
    border-right-color: rgb(147 197 253 / 1);
  }

  .\32xl\:border-r-blue-300\/15 {
    border-right-color: rgb(147 197 253 / 0.15);
  }

  .\32xl\:border-r-blue-300\/20 {
    border-right-color: rgb(147 197 253 / 0.2);
  }

  .\32xl\:border-r-blue-300\/25 {
    border-right-color: rgb(147 197 253 / 0.25);
  }

  .\32xl\:border-r-blue-300\/30 {
    border-right-color: rgb(147 197 253 / 0.3);
  }

  .\32xl\:border-r-blue-300\/35 {
    border-right-color: rgb(147 197 253 / 0.35);
  }

  .\32xl\:border-r-blue-300\/40 {
    border-right-color: rgb(147 197 253 / 0.4);
  }

  .\32xl\:border-r-blue-300\/45 {
    border-right-color: rgb(147 197 253 / 0.45);
  }

  .\32xl\:border-r-blue-300\/5 {
    border-right-color: rgb(147 197 253 / 0.05);
  }

  .\32xl\:border-r-blue-300\/50 {
    border-right-color: rgb(147 197 253 / 0.5);
  }

  .\32xl\:border-r-blue-300\/55 {
    border-right-color: rgb(147 197 253 / 0.55);
  }

  .\32xl\:border-r-blue-300\/60 {
    border-right-color: rgb(147 197 253 / 0.6);
  }

  .\32xl\:border-r-blue-300\/65 {
    border-right-color: rgb(147 197 253 / 0.65);
  }

  .\32xl\:border-r-blue-300\/70 {
    border-right-color: rgb(147 197 253 / 0.7);
  }

  .\32xl\:border-r-blue-300\/75 {
    border-right-color: rgb(147 197 253 / 0.75);
  }

  .\32xl\:border-r-blue-300\/80 {
    border-right-color: rgb(147 197 253 / 0.8);
  }

  .\32xl\:border-r-blue-300\/85 {
    border-right-color: rgb(147 197 253 / 0.85);
  }

  .\32xl\:border-r-blue-300\/90 {
    border-right-color: rgb(147 197 253 / 0.9);
  }

  .\32xl\:border-r-blue-300\/95 {
    border-right-color: rgb(147 197 253 / 0.95);
  }

  .\32xl\:border-r-blue-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-400\/0 {
    border-right-color: rgb(96 165 250 / 0);
  }

  .\32xl\:border-r-blue-400\/10 {
    border-right-color: rgb(96 165 250 / 0.1);
  }

  .\32xl\:border-r-blue-400\/100 {
    border-right-color: rgb(96 165 250 / 1);
  }

  .\32xl\:border-r-blue-400\/15 {
    border-right-color: rgb(96 165 250 / 0.15);
  }

  .\32xl\:border-r-blue-400\/20 {
    border-right-color: rgb(96 165 250 / 0.2);
  }

  .\32xl\:border-r-blue-400\/25 {
    border-right-color: rgb(96 165 250 / 0.25);
  }

  .\32xl\:border-r-blue-400\/30 {
    border-right-color: rgb(96 165 250 / 0.3);
  }

  .\32xl\:border-r-blue-400\/35 {
    border-right-color: rgb(96 165 250 / 0.35);
  }

  .\32xl\:border-r-blue-400\/40 {
    border-right-color: rgb(96 165 250 / 0.4);
  }

  .\32xl\:border-r-blue-400\/45 {
    border-right-color: rgb(96 165 250 / 0.45);
  }

  .\32xl\:border-r-blue-400\/5 {
    border-right-color: rgb(96 165 250 / 0.05);
  }

  .\32xl\:border-r-blue-400\/50 {
    border-right-color: rgb(96 165 250 / 0.5);
  }

  .\32xl\:border-r-blue-400\/55 {
    border-right-color: rgb(96 165 250 / 0.55);
  }

  .\32xl\:border-r-blue-400\/60 {
    border-right-color: rgb(96 165 250 / 0.6);
  }

  .\32xl\:border-r-blue-400\/65 {
    border-right-color: rgb(96 165 250 / 0.65);
  }

  .\32xl\:border-r-blue-400\/70 {
    border-right-color: rgb(96 165 250 / 0.7);
  }

  .\32xl\:border-r-blue-400\/75 {
    border-right-color: rgb(96 165 250 / 0.75);
  }

  .\32xl\:border-r-blue-400\/80 {
    border-right-color: rgb(96 165 250 / 0.8);
  }

  .\32xl\:border-r-blue-400\/85 {
    border-right-color: rgb(96 165 250 / 0.85);
  }

  .\32xl\:border-r-blue-400\/90 {
    border-right-color: rgb(96 165 250 / 0.9);
  }

  .\32xl\:border-r-blue-400\/95 {
    border-right-color: rgb(96 165 250 / 0.95);
  }

  .\32xl\:border-r-blue-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-50\/0 {
    border-right-color: rgb(239 246 255 / 0);
  }

  .\32xl\:border-r-blue-50\/10 {
    border-right-color: rgb(239 246 255 / 0.1);
  }

  .\32xl\:border-r-blue-50\/100 {
    border-right-color: rgb(239 246 255 / 1);
  }

  .\32xl\:border-r-blue-50\/15 {
    border-right-color: rgb(239 246 255 / 0.15);
  }

  .\32xl\:border-r-blue-50\/20 {
    border-right-color: rgb(239 246 255 / 0.2);
  }

  .\32xl\:border-r-blue-50\/25 {
    border-right-color: rgb(239 246 255 / 0.25);
  }

  .\32xl\:border-r-blue-50\/30 {
    border-right-color: rgb(239 246 255 / 0.3);
  }

  .\32xl\:border-r-blue-50\/35 {
    border-right-color: rgb(239 246 255 / 0.35);
  }

  .\32xl\:border-r-blue-50\/40 {
    border-right-color: rgb(239 246 255 / 0.4);
  }

  .\32xl\:border-r-blue-50\/45 {
    border-right-color: rgb(239 246 255 / 0.45);
  }

  .\32xl\:border-r-blue-50\/5 {
    border-right-color: rgb(239 246 255 / 0.05);
  }

  .\32xl\:border-r-blue-50\/50 {
    border-right-color: rgb(239 246 255 / 0.5);
  }

  .\32xl\:border-r-blue-50\/55 {
    border-right-color: rgb(239 246 255 / 0.55);
  }

  .\32xl\:border-r-blue-50\/60 {
    border-right-color: rgb(239 246 255 / 0.6);
  }

  .\32xl\:border-r-blue-50\/65 {
    border-right-color: rgb(239 246 255 / 0.65);
  }

  .\32xl\:border-r-blue-50\/70 {
    border-right-color: rgb(239 246 255 / 0.7);
  }

  .\32xl\:border-r-blue-50\/75 {
    border-right-color: rgb(239 246 255 / 0.75);
  }

  .\32xl\:border-r-blue-50\/80 {
    border-right-color: rgb(239 246 255 / 0.8);
  }

  .\32xl\:border-r-blue-50\/85 {
    border-right-color: rgb(239 246 255 / 0.85);
  }

  .\32xl\:border-r-blue-50\/90 {
    border-right-color: rgb(239 246 255 / 0.9);
  }

  .\32xl\:border-r-blue-50\/95 {
    border-right-color: rgb(239 246 255 / 0.95);
  }

  .\32xl\:border-r-blue-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-500\/0 {
    border-right-color: rgb(59 130 246 / 0);
  }

  .\32xl\:border-r-blue-500\/10 {
    border-right-color: rgb(59 130 246 / 0.1);
  }

  .\32xl\:border-r-blue-500\/100 {
    border-right-color: rgb(59 130 246 / 1);
  }

  .\32xl\:border-r-blue-500\/15 {
    border-right-color: rgb(59 130 246 / 0.15);
  }

  .\32xl\:border-r-blue-500\/20 {
    border-right-color: rgb(59 130 246 / 0.2);
  }

  .\32xl\:border-r-blue-500\/25 {
    border-right-color: rgb(59 130 246 / 0.25);
  }

  .\32xl\:border-r-blue-500\/30 {
    border-right-color: rgb(59 130 246 / 0.3);
  }

  .\32xl\:border-r-blue-500\/35 {
    border-right-color: rgb(59 130 246 / 0.35);
  }

  .\32xl\:border-r-blue-500\/40 {
    border-right-color: rgb(59 130 246 / 0.4);
  }

  .\32xl\:border-r-blue-500\/45 {
    border-right-color: rgb(59 130 246 / 0.45);
  }

  .\32xl\:border-r-blue-500\/5 {
    border-right-color: rgb(59 130 246 / 0.05);
  }

  .\32xl\:border-r-blue-500\/50 {
    border-right-color: rgb(59 130 246 / 0.5);
  }

  .\32xl\:border-r-blue-500\/55 {
    border-right-color: rgb(59 130 246 / 0.55);
  }

  .\32xl\:border-r-blue-500\/60 {
    border-right-color: rgb(59 130 246 / 0.6);
  }

  .\32xl\:border-r-blue-500\/65 {
    border-right-color: rgb(59 130 246 / 0.65);
  }

  .\32xl\:border-r-blue-500\/70 {
    border-right-color: rgb(59 130 246 / 0.7);
  }

  .\32xl\:border-r-blue-500\/75 {
    border-right-color: rgb(59 130 246 / 0.75);
  }

  .\32xl\:border-r-blue-500\/80 {
    border-right-color: rgb(59 130 246 / 0.8);
  }

  .\32xl\:border-r-blue-500\/85 {
    border-right-color: rgb(59 130 246 / 0.85);
  }

  .\32xl\:border-r-blue-500\/90 {
    border-right-color: rgb(59 130 246 / 0.9);
  }

  .\32xl\:border-r-blue-500\/95 {
    border-right-color: rgb(59 130 246 / 0.95);
  }

  .\32xl\:border-r-blue-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-600\/0 {
    border-right-color: rgb(37 99 235 / 0);
  }

  .\32xl\:border-r-blue-600\/10 {
    border-right-color: rgb(37 99 235 / 0.1);
  }

  .\32xl\:border-r-blue-600\/100 {
    border-right-color: rgb(37 99 235 / 1);
  }

  .\32xl\:border-r-blue-600\/15 {
    border-right-color: rgb(37 99 235 / 0.15);
  }

  .\32xl\:border-r-blue-600\/20 {
    border-right-color: rgb(37 99 235 / 0.2);
  }

  .\32xl\:border-r-blue-600\/25 {
    border-right-color: rgb(37 99 235 / 0.25);
  }

  .\32xl\:border-r-blue-600\/30 {
    border-right-color: rgb(37 99 235 / 0.3);
  }

  .\32xl\:border-r-blue-600\/35 {
    border-right-color: rgb(37 99 235 / 0.35);
  }

  .\32xl\:border-r-blue-600\/40 {
    border-right-color: rgb(37 99 235 / 0.4);
  }

  .\32xl\:border-r-blue-600\/45 {
    border-right-color: rgb(37 99 235 / 0.45);
  }

  .\32xl\:border-r-blue-600\/5 {
    border-right-color: rgb(37 99 235 / 0.05);
  }

  .\32xl\:border-r-blue-600\/50 {
    border-right-color: rgb(37 99 235 / 0.5);
  }

  .\32xl\:border-r-blue-600\/55 {
    border-right-color: rgb(37 99 235 / 0.55);
  }

  .\32xl\:border-r-blue-600\/60 {
    border-right-color: rgb(37 99 235 / 0.6);
  }

  .\32xl\:border-r-blue-600\/65 {
    border-right-color: rgb(37 99 235 / 0.65);
  }

  .\32xl\:border-r-blue-600\/70 {
    border-right-color: rgb(37 99 235 / 0.7);
  }

  .\32xl\:border-r-blue-600\/75 {
    border-right-color: rgb(37 99 235 / 0.75);
  }

  .\32xl\:border-r-blue-600\/80 {
    border-right-color: rgb(37 99 235 / 0.8);
  }

  .\32xl\:border-r-blue-600\/85 {
    border-right-color: rgb(37 99 235 / 0.85);
  }

  .\32xl\:border-r-blue-600\/90 {
    border-right-color: rgb(37 99 235 / 0.9);
  }

  .\32xl\:border-r-blue-600\/95 {
    border-right-color: rgb(37 99 235 / 0.95);
  }

  .\32xl\:border-r-blue-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-700\/0 {
    border-right-color: rgb(29 78 216 / 0);
  }

  .\32xl\:border-r-blue-700\/10 {
    border-right-color: rgb(29 78 216 / 0.1);
  }

  .\32xl\:border-r-blue-700\/100 {
    border-right-color: rgb(29 78 216 / 1);
  }

  .\32xl\:border-r-blue-700\/15 {
    border-right-color: rgb(29 78 216 / 0.15);
  }

  .\32xl\:border-r-blue-700\/20 {
    border-right-color: rgb(29 78 216 / 0.2);
  }

  .\32xl\:border-r-blue-700\/25 {
    border-right-color: rgb(29 78 216 / 0.25);
  }

  .\32xl\:border-r-blue-700\/30 {
    border-right-color: rgb(29 78 216 / 0.3);
  }

  .\32xl\:border-r-blue-700\/35 {
    border-right-color: rgb(29 78 216 / 0.35);
  }

  .\32xl\:border-r-blue-700\/40 {
    border-right-color: rgb(29 78 216 / 0.4);
  }

  .\32xl\:border-r-blue-700\/45 {
    border-right-color: rgb(29 78 216 / 0.45);
  }

  .\32xl\:border-r-blue-700\/5 {
    border-right-color: rgb(29 78 216 / 0.05);
  }

  .\32xl\:border-r-blue-700\/50 {
    border-right-color: rgb(29 78 216 / 0.5);
  }

  .\32xl\:border-r-blue-700\/55 {
    border-right-color: rgb(29 78 216 / 0.55);
  }

  .\32xl\:border-r-blue-700\/60 {
    border-right-color: rgb(29 78 216 / 0.6);
  }

  .\32xl\:border-r-blue-700\/65 {
    border-right-color: rgb(29 78 216 / 0.65);
  }

  .\32xl\:border-r-blue-700\/70 {
    border-right-color: rgb(29 78 216 / 0.7);
  }

  .\32xl\:border-r-blue-700\/75 {
    border-right-color: rgb(29 78 216 / 0.75);
  }

  .\32xl\:border-r-blue-700\/80 {
    border-right-color: rgb(29 78 216 / 0.8);
  }

  .\32xl\:border-r-blue-700\/85 {
    border-right-color: rgb(29 78 216 / 0.85);
  }

  .\32xl\:border-r-blue-700\/90 {
    border-right-color: rgb(29 78 216 / 0.9);
  }

  .\32xl\:border-r-blue-700\/95 {
    border-right-color: rgb(29 78 216 / 0.95);
  }

  .\32xl\:border-r-blue-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-800\/0 {
    border-right-color: rgb(30 64 175 / 0);
  }

  .\32xl\:border-r-blue-800\/10 {
    border-right-color: rgb(30 64 175 / 0.1);
  }

  .\32xl\:border-r-blue-800\/100 {
    border-right-color: rgb(30 64 175 / 1);
  }

  .\32xl\:border-r-blue-800\/15 {
    border-right-color: rgb(30 64 175 / 0.15);
  }

  .\32xl\:border-r-blue-800\/20 {
    border-right-color: rgb(30 64 175 / 0.2);
  }

  .\32xl\:border-r-blue-800\/25 {
    border-right-color: rgb(30 64 175 / 0.25);
  }

  .\32xl\:border-r-blue-800\/30 {
    border-right-color: rgb(30 64 175 / 0.3);
  }

  .\32xl\:border-r-blue-800\/35 {
    border-right-color: rgb(30 64 175 / 0.35);
  }

  .\32xl\:border-r-blue-800\/40 {
    border-right-color: rgb(30 64 175 / 0.4);
  }

  .\32xl\:border-r-blue-800\/45 {
    border-right-color: rgb(30 64 175 / 0.45);
  }

  .\32xl\:border-r-blue-800\/5 {
    border-right-color: rgb(30 64 175 / 0.05);
  }

  .\32xl\:border-r-blue-800\/50 {
    border-right-color: rgb(30 64 175 / 0.5);
  }

  .\32xl\:border-r-blue-800\/55 {
    border-right-color: rgb(30 64 175 / 0.55);
  }

  .\32xl\:border-r-blue-800\/60 {
    border-right-color: rgb(30 64 175 / 0.6);
  }

  .\32xl\:border-r-blue-800\/65 {
    border-right-color: rgb(30 64 175 / 0.65);
  }

  .\32xl\:border-r-blue-800\/70 {
    border-right-color: rgb(30 64 175 / 0.7);
  }

  .\32xl\:border-r-blue-800\/75 {
    border-right-color: rgb(30 64 175 / 0.75);
  }

  .\32xl\:border-r-blue-800\/80 {
    border-right-color: rgb(30 64 175 / 0.8);
  }

  .\32xl\:border-r-blue-800\/85 {
    border-right-color: rgb(30 64 175 / 0.85);
  }

  .\32xl\:border-r-blue-800\/90 {
    border-right-color: rgb(30 64 175 / 0.9);
  }

  .\32xl\:border-r-blue-800\/95 {
    border-right-color: rgb(30 64 175 / 0.95);
  }

  .\32xl\:border-r-blue-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-900\/0 {
    border-right-color: rgb(30 58 138 / 0);
  }

  .\32xl\:border-r-blue-900\/10 {
    border-right-color: rgb(30 58 138 / 0.1);
  }

  .\32xl\:border-r-blue-900\/100 {
    border-right-color: rgb(30 58 138 / 1);
  }

  .\32xl\:border-r-blue-900\/15 {
    border-right-color: rgb(30 58 138 / 0.15);
  }

  .\32xl\:border-r-blue-900\/20 {
    border-right-color: rgb(30 58 138 / 0.2);
  }

  .\32xl\:border-r-blue-900\/25 {
    border-right-color: rgb(30 58 138 / 0.25);
  }

  .\32xl\:border-r-blue-900\/30 {
    border-right-color: rgb(30 58 138 / 0.3);
  }

  .\32xl\:border-r-blue-900\/35 {
    border-right-color: rgb(30 58 138 / 0.35);
  }

  .\32xl\:border-r-blue-900\/40 {
    border-right-color: rgb(30 58 138 / 0.4);
  }

  .\32xl\:border-r-blue-900\/45 {
    border-right-color: rgb(30 58 138 / 0.45);
  }

  .\32xl\:border-r-blue-900\/5 {
    border-right-color: rgb(30 58 138 / 0.05);
  }

  .\32xl\:border-r-blue-900\/50 {
    border-right-color: rgb(30 58 138 / 0.5);
  }

  .\32xl\:border-r-blue-900\/55 {
    border-right-color: rgb(30 58 138 / 0.55);
  }

  .\32xl\:border-r-blue-900\/60 {
    border-right-color: rgb(30 58 138 / 0.6);
  }

  .\32xl\:border-r-blue-900\/65 {
    border-right-color: rgb(30 58 138 / 0.65);
  }

  .\32xl\:border-r-blue-900\/70 {
    border-right-color: rgb(30 58 138 / 0.7);
  }

  .\32xl\:border-r-blue-900\/75 {
    border-right-color: rgb(30 58 138 / 0.75);
  }

  .\32xl\:border-r-blue-900\/80 {
    border-right-color: rgb(30 58 138 / 0.8);
  }

  .\32xl\:border-r-blue-900\/85 {
    border-right-color: rgb(30 58 138 / 0.85);
  }

  .\32xl\:border-r-blue-900\/90 {
    border-right-color: rgb(30 58 138 / 0.9);
  }

  .\32xl\:border-r-blue-900\/95 {
    border-right-color: rgb(30 58 138 / 0.95);
  }

  .\32xl\:border-r-blue-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-blue-950\/0 {
    border-right-color: rgb(23 37 84 / 0);
  }

  .\32xl\:border-r-blue-950\/10 {
    border-right-color: rgb(23 37 84 / 0.1);
  }

  .\32xl\:border-r-blue-950\/100 {
    border-right-color: rgb(23 37 84 / 1);
  }

  .\32xl\:border-r-blue-950\/15 {
    border-right-color: rgb(23 37 84 / 0.15);
  }

  .\32xl\:border-r-blue-950\/20 {
    border-right-color: rgb(23 37 84 / 0.2);
  }

  .\32xl\:border-r-blue-950\/25 {
    border-right-color: rgb(23 37 84 / 0.25);
  }

  .\32xl\:border-r-blue-950\/30 {
    border-right-color: rgb(23 37 84 / 0.3);
  }

  .\32xl\:border-r-blue-950\/35 {
    border-right-color: rgb(23 37 84 / 0.35);
  }

  .\32xl\:border-r-blue-950\/40 {
    border-right-color: rgb(23 37 84 / 0.4);
  }

  .\32xl\:border-r-blue-950\/45 {
    border-right-color: rgb(23 37 84 / 0.45);
  }

  .\32xl\:border-r-blue-950\/5 {
    border-right-color: rgb(23 37 84 / 0.05);
  }

  .\32xl\:border-r-blue-950\/50 {
    border-right-color: rgb(23 37 84 / 0.5);
  }

  .\32xl\:border-r-blue-950\/55 {
    border-right-color: rgb(23 37 84 / 0.55);
  }

  .\32xl\:border-r-blue-950\/60 {
    border-right-color: rgb(23 37 84 / 0.6);
  }

  .\32xl\:border-r-blue-950\/65 {
    border-right-color: rgb(23 37 84 / 0.65);
  }

  .\32xl\:border-r-blue-950\/70 {
    border-right-color: rgb(23 37 84 / 0.7);
  }

  .\32xl\:border-r-blue-950\/75 {
    border-right-color: rgb(23 37 84 / 0.75);
  }

  .\32xl\:border-r-blue-950\/80 {
    border-right-color: rgb(23 37 84 / 0.8);
  }

  .\32xl\:border-r-blue-950\/85 {
    border-right-color: rgb(23 37 84 / 0.85);
  }

  .\32xl\:border-r-blue-950\/90 {
    border-right-color: rgb(23 37 84 / 0.9);
  }

  .\32xl\:border-r-blue-950\/95 {
    border-right-color: rgb(23 37 84 / 0.95);
  }

  .\32xl\:border-r-border {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-border\/0 {
    border-right-color: hsl(var(--border) / 0);
  }

  .\32xl\:border-r-border\/10 {
    border-right-color: hsl(var(--border) / 0.1);
  }

  .\32xl\:border-r-border\/100 {
    border-right-color: hsl(var(--border) / 1);
  }

  .\32xl\:border-r-border\/15 {
    border-right-color: hsl(var(--border) / 0.15);
  }

  .\32xl\:border-r-border\/20 {
    border-right-color: hsl(var(--border) / 0.2);
  }

  .\32xl\:border-r-border\/25 {
    border-right-color: hsl(var(--border) / 0.25);
  }

  .\32xl\:border-r-border\/30 {
    border-right-color: hsl(var(--border) / 0.3);
  }

  .\32xl\:border-r-border\/35 {
    border-right-color: hsl(var(--border) / 0.35);
  }

  .\32xl\:border-r-border\/40 {
    border-right-color: hsl(var(--border) / 0.4);
  }

  .\32xl\:border-r-border\/45 {
    border-right-color: hsl(var(--border) / 0.45);
  }

  .\32xl\:border-r-border\/5 {
    border-right-color: hsl(var(--border) / 0.05);
  }

  .\32xl\:border-r-border\/50 {
    border-right-color: hsl(var(--border) / 0.5);
  }

  .\32xl\:border-r-border\/55 {
    border-right-color: hsl(var(--border) / 0.55);
  }

  .\32xl\:border-r-border\/60 {
    border-right-color: hsl(var(--border) / 0.6);
  }

  .\32xl\:border-r-border\/65 {
    border-right-color: hsl(var(--border) / 0.65);
  }

  .\32xl\:border-r-border\/70 {
    border-right-color: hsl(var(--border) / 0.7);
  }

  .\32xl\:border-r-border\/75 {
    border-right-color: hsl(var(--border) / 0.75);
  }

  .\32xl\:border-r-border\/80 {
    border-right-color: hsl(var(--border) / 0.8);
  }

  .\32xl\:border-r-border\/85 {
    border-right-color: hsl(var(--border) / 0.85);
  }

  .\32xl\:border-r-border\/90 {
    border-right-color: hsl(var(--border) / 0.9);
  }

  .\32xl\:border-r-border\/95 {
    border-right-color: hsl(var(--border) / 0.95);
  }

  .\32xl\:border-r-card {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-card-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-card-foreground\/0 {
    border-right-color: hsl(var(--card-foreground) / 0);
  }

  .\32xl\:border-r-card-foreground\/10 {
    border-right-color: hsl(var(--card-foreground) / 0.1);
  }

  .\32xl\:border-r-card-foreground\/100 {
    border-right-color: hsl(var(--card-foreground) / 1);
  }

  .\32xl\:border-r-card-foreground\/15 {
    border-right-color: hsl(var(--card-foreground) / 0.15);
  }

  .\32xl\:border-r-card-foreground\/20 {
    border-right-color: hsl(var(--card-foreground) / 0.2);
  }

  .\32xl\:border-r-card-foreground\/25 {
    border-right-color: hsl(var(--card-foreground) / 0.25);
  }

  .\32xl\:border-r-card-foreground\/30 {
    border-right-color: hsl(var(--card-foreground) / 0.3);
  }

  .\32xl\:border-r-card-foreground\/35 {
    border-right-color: hsl(var(--card-foreground) / 0.35);
  }

  .\32xl\:border-r-card-foreground\/40 {
    border-right-color: hsl(var(--card-foreground) / 0.4);
  }

  .\32xl\:border-r-card-foreground\/45 {
    border-right-color: hsl(var(--card-foreground) / 0.45);
  }

  .\32xl\:border-r-card-foreground\/5 {
    border-right-color: hsl(var(--card-foreground) / 0.05);
  }

  .\32xl\:border-r-card-foreground\/50 {
    border-right-color: hsl(var(--card-foreground) / 0.5);
  }

  .\32xl\:border-r-card-foreground\/55 {
    border-right-color: hsl(var(--card-foreground) / 0.55);
  }

  .\32xl\:border-r-card-foreground\/60 {
    border-right-color: hsl(var(--card-foreground) / 0.6);
  }

  .\32xl\:border-r-card-foreground\/65 {
    border-right-color: hsl(var(--card-foreground) / 0.65);
  }

  .\32xl\:border-r-card-foreground\/70 {
    border-right-color: hsl(var(--card-foreground) / 0.7);
  }

  .\32xl\:border-r-card-foreground\/75 {
    border-right-color: hsl(var(--card-foreground) / 0.75);
  }

  .\32xl\:border-r-card-foreground\/80 {
    border-right-color: hsl(var(--card-foreground) / 0.8);
  }

  .\32xl\:border-r-card-foreground\/85 {
    border-right-color: hsl(var(--card-foreground) / 0.85);
  }

  .\32xl\:border-r-card-foreground\/90 {
    border-right-color: hsl(var(--card-foreground) / 0.9);
  }

  .\32xl\:border-r-card-foreground\/95 {
    border-right-color: hsl(var(--card-foreground) / 0.95);
  }

  .\32xl\:border-r-card\/0 {
    border-right-color: hsl(var(--card) / 0);
  }

  .\32xl\:border-r-card\/10 {
    border-right-color: hsl(var(--card) / 0.1);
  }

  .\32xl\:border-r-card\/100 {
    border-right-color: hsl(var(--card) / 1);
  }

  .\32xl\:border-r-card\/15 {
    border-right-color: hsl(var(--card) / 0.15);
  }

  .\32xl\:border-r-card\/20 {
    border-right-color: hsl(var(--card) / 0.2);
  }

  .\32xl\:border-r-card\/25 {
    border-right-color: hsl(var(--card) / 0.25);
  }

  .\32xl\:border-r-card\/30 {
    border-right-color: hsl(var(--card) / 0.3);
  }

  .\32xl\:border-r-card\/35 {
    border-right-color: hsl(var(--card) / 0.35);
  }

  .\32xl\:border-r-card\/40 {
    border-right-color: hsl(var(--card) / 0.4);
  }

  .\32xl\:border-r-card\/45 {
    border-right-color: hsl(var(--card) / 0.45);
  }

  .\32xl\:border-r-card\/5 {
    border-right-color: hsl(var(--card) / 0.05);
  }

  .\32xl\:border-r-card\/50 {
    border-right-color: hsl(var(--card) / 0.5);
  }

  .\32xl\:border-r-card\/55 {
    border-right-color: hsl(var(--card) / 0.55);
  }

  .\32xl\:border-r-card\/60 {
    border-right-color: hsl(var(--card) / 0.6);
  }

  .\32xl\:border-r-card\/65 {
    border-right-color: hsl(var(--card) / 0.65);
  }

  .\32xl\:border-r-card\/70 {
    border-right-color: hsl(var(--card) / 0.7);
  }

  .\32xl\:border-r-card\/75 {
    border-right-color: hsl(var(--card) / 0.75);
  }

  .\32xl\:border-r-card\/80 {
    border-right-color: hsl(var(--card) / 0.8);
  }

  .\32xl\:border-r-card\/85 {
    border-right-color: hsl(var(--card) / 0.85);
  }

  .\32xl\:border-r-card\/90 {
    border-right-color: hsl(var(--card) / 0.9);
  }

  .\32xl\:border-r-card\/95 {
    border-right-color: hsl(var(--card) / 0.95);
  }

  .\32xl\:border-r-current {
    border-right-color: currentColor;
  }

  .\32xl\:border-r-cyan-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-100\/0 {
    border-right-color: rgb(207 250 254 / 0);
  }

  .\32xl\:border-r-cyan-100\/10 {
    border-right-color: rgb(207 250 254 / 0.1);
  }

  .\32xl\:border-r-cyan-100\/100 {
    border-right-color: rgb(207 250 254 / 1);
  }

  .\32xl\:border-r-cyan-100\/15 {
    border-right-color: rgb(207 250 254 / 0.15);
  }

  .\32xl\:border-r-cyan-100\/20 {
    border-right-color: rgb(207 250 254 / 0.2);
  }

  .\32xl\:border-r-cyan-100\/25 {
    border-right-color: rgb(207 250 254 / 0.25);
  }

  .\32xl\:border-r-cyan-100\/30 {
    border-right-color: rgb(207 250 254 / 0.3);
  }

  .\32xl\:border-r-cyan-100\/35 {
    border-right-color: rgb(207 250 254 / 0.35);
  }

  .\32xl\:border-r-cyan-100\/40 {
    border-right-color: rgb(207 250 254 / 0.4);
  }

  .\32xl\:border-r-cyan-100\/45 {
    border-right-color: rgb(207 250 254 / 0.45);
  }

  .\32xl\:border-r-cyan-100\/5 {
    border-right-color: rgb(207 250 254 / 0.05);
  }

  .\32xl\:border-r-cyan-100\/50 {
    border-right-color: rgb(207 250 254 / 0.5);
  }

  .\32xl\:border-r-cyan-100\/55 {
    border-right-color: rgb(207 250 254 / 0.55);
  }

  .\32xl\:border-r-cyan-100\/60 {
    border-right-color: rgb(207 250 254 / 0.6);
  }

  .\32xl\:border-r-cyan-100\/65 {
    border-right-color: rgb(207 250 254 / 0.65);
  }

  .\32xl\:border-r-cyan-100\/70 {
    border-right-color: rgb(207 250 254 / 0.7);
  }

  .\32xl\:border-r-cyan-100\/75 {
    border-right-color: rgb(207 250 254 / 0.75);
  }

  .\32xl\:border-r-cyan-100\/80 {
    border-right-color: rgb(207 250 254 / 0.8);
  }

  .\32xl\:border-r-cyan-100\/85 {
    border-right-color: rgb(207 250 254 / 0.85);
  }

  .\32xl\:border-r-cyan-100\/90 {
    border-right-color: rgb(207 250 254 / 0.9);
  }

  .\32xl\:border-r-cyan-100\/95 {
    border-right-color: rgb(207 250 254 / 0.95);
  }

  .\32xl\:border-r-cyan-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-200\/0 {
    border-right-color: rgb(165 243 252 / 0);
  }

  .\32xl\:border-r-cyan-200\/10 {
    border-right-color: rgb(165 243 252 / 0.1);
  }

  .\32xl\:border-r-cyan-200\/100 {
    border-right-color: rgb(165 243 252 / 1);
  }

  .\32xl\:border-r-cyan-200\/15 {
    border-right-color: rgb(165 243 252 / 0.15);
  }

  .\32xl\:border-r-cyan-200\/20 {
    border-right-color: rgb(165 243 252 / 0.2);
  }

  .\32xl\:border-r-cyan-200\/25 {
    border-right-color: rgb(165 243 252 / 0.25);
  }

  .\32xl\:border-r-cyan-200\/30 {
    border-right-color: rgb(165 243 252 / 0.3);
  }

  .\32xl\:border-r-cyan-200\/35 {
    border-right-color: rgb(165 243 252 / 0.35);
  }

  .\32xl\:border-r-cyan-200\/40 {
    border-right-color: rgb(165 243 252 / 0.4);
  }

  .\32xl\:border-r-cyan-200\/45 {
    border-right-color: rgb(165 243 252 / 0.45);
  }

  .\32xl\:border-r-cyan-200\/5 {
    border-right-color: rgb(165 243 252 / 0.05);
  }

  .\32xl\:border-r-cyan-200\/50 {
    border-right-color: rgb(165 243 252 / 0.5);
  }

  .\32xl\:border-r-cyan-200\/55 {
    border-right-color: rgb(165 243 252 / 0.55);
  }

  .\32xl\:border-r-cyan-200\/60 {
    border-right-color: rgb(165 243 252 / 0.6);
  }

  .\32xl\:border-r-cyan-200\/65 {
    border-right-color: rgb(165 243 252 / 0.65);
  }

  .\32xl\:border-r-cyan-200\/70 {
    border-right-color: rgb(165 243 252 / 0.7);
  }

  .\32xl\:border-r-cyan-200\/75 {
    border-right-color: rgb(165 243 252 / 0.75);
  }

  .\32xl\:border-r-cyan-200\/80 {
    border-right-color: rgb(165 243 252 / 0.8);
  }

  .\32xl\:border-r-cyan-200\/85 {
    border-right-color: rgb(165 243 252 / 0.85);
  }

  .\32xl\:border-r-cyan-200\/90 {
    border-right-color: rgb(165 243 252 / 0.9);
  }

  .\32xl\:border-r-cyan-200\/95 {
    border-right-color: rgb(165 243 252 / 0.95);
  }

  .\32xl\:border-r-cyan-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-300\/0 {
    border-right-color: rgb(103 232 249 / 0);
  }

  .\32xl\:border-r-cyan-300\/10 {
    border-right-color: rgb(103 232 249 / 0.1);
  }

  .\32xl\:border-r-cyan-300\/100 {
    border-right-color: rgb(103 232 249 / 1);
  }

  .\32xl\:border-r-cyan-300\/15 {
    border-right-color: rgb(103 232 249 / 0.15);
  }

  .\32xl\:border-r-cyan-300\/20 {
    border-right-color: rgb(103 232 249 / 0.2);
  }

  .\32xl\:border-r-cyan-300\/25 {
    border-right-color: rgb(103 232 249 / 0.25);
  }

  .\32xl\:border-r-cyan-300\/30 {
    border-right-color: rgb(103 232 249 / 0.3);
  }

  .\32xl\:border-r-cyan-300\/35 {
    border-right-color: rgb(103 232 249 / 0.35);
  }

  .\32xl\:border-r-cyan-300\/40 {
    border-right-color: rgb(103 232 249 / 0.4);
  }

  .\32xl\:border-r-cyan-300\/45 {
    border-right-color: rgb(103 232 249 / 0.45);
  }

  .\32xl\:border-r-cyan-300\/5 {
    border-right-color: rgb(103 232 249 / 0.05);
  }

  .\32xl\:border-r-cyan-300\/50 {
    border-right-color: rgb(103 232 249 / 0.5);
  }

  .\32xl\:border-r-cyan-300\/55 {
    border-right-color: rgb(103 232 249 / 0.55);
  }

  .\32xl\:border-r-cyan-300\/60 {
    border-right-color: rgb(103 232 249 / 0.6);
  }

  .\32xl\:border-r-cyan-300\/65 {
    border-right-color: rgb(103 232 249 / 0.65);
  }

  .\32xl\:border-r-cyan-300\/70 {
    border-right-color: rgb(103 232 249 / 0.7);
  }

  .\32xl\:border-r-cyan-300\/75 {
    border-right-color: rgb(103 232 249 / 0.75);
  }

  .\32xl\:border-r-cyan-300\/80 {
    border-right-color: rgb(103 232 249 / 0.8);
  }

  .\32xl\:border-r-cyan-300\/85 {
    border-right-color: rgb(103 232 249 / 0.85);
  }

  .\32xl\:border-r-cyan-300\/90 {
    border-right-color: rgb(103 232 249 / 0.9);
  }

  .\32xl\:border-r-cyan-300\/95 {
    border-right-color: rgb(103 232 249 / 0.95);
  }

  .\32xl\:border-r-cyan-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-400\/0 {
    border-right-color: rgb(34 211 238 / 0);
  }

  .\32xl\:border-r-cyan-400\/10 {
    border-right-color: rgb(34 211 238 / 0.1);
  }

  .\32xl\:border-r-cyan-400\/100 {
    border-right-color: rgb(34 211 238 / 1);
  }

  .\32xl\:border-r-cyan-400\/15 {
    border-right-color: rgb(34 211 238 / 0.15);
  }

  .\32xl\:border-r-cyan-400\/20 {
    border-right-color: rgb(34 211 238 / 0.2);
  }

  .\32xl\:border-r-cyan-400\/25 {
    border-right-color: rgb(34 211 238 / 0.25);
  }

  .\32xl\:border-r-cyan-400\/30 {
    border-right-color: rgb(34 211 238 / 0.3);
  }

  .\32xl\:border-r-cyan-400\/35 {
    border-right-color: rgb(34 211 238 / 0.35);
  }

  .\32xl\:border-r-cyan-400\/40 {
    border-right-color: rgb(34 211 238 / 0.4);
  }

  .\32xl\:border-r-cyan-400\/45 {
    border-right-color: rgb(34 211 238 / 0.45);
  }

  .\32xl\:border-r-cyan-400\/5 {
    border-right-color: rgb(34 211 238 / 0.05);
  }

  .\32xl\:border-r-cyan-400\/50 {
    border-right-color: rgb(34 211 238 / 0.5);
  }

  .\32xl\:border-r-cyan-400\/55 {
    border-right-color: rgb(34 211 238 / 0.55);
  }

  .\32xl\:border-r-cyan-400\/60 {
    border-right-color: rgb(34 211 238 / 0.6);
  }

  .\32xl\:border-r-cyan-400\/65 {
    border-right-color: rgb(34 211 238 / 0.65);
  }

  .\32xl\:border-r-cyan-400\/70 {
    border-right-color: rgb(34 211 238 / 0.7);
  }

  .\32xl\:border-r-cyan-400\/75 {
    border-right-color: rgb(34 211 238 / 0.75);
  }

  .\32xl\:border-r-cyan-400\/80 {
    border-right-color: rgb(34 211 238 / 0.8);
  }

  .\32xl\:border-r-cyan-400\/85 {
    border-right-color: rgb(34 211 238 / 0.85);
  }

  .\32xl\:border-r-cyan-400\/90 {
    border-right-color: rgb(34 211 238 / 0.9);
  }

  .\32xl\:border-r-cyan-400\/95 {
    border-right-color: rgb(34 211 238 / 0.95);
  }

  .\32xl\:border-r-cyan-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-50\/0 {
    border-right-color: rgb(236 254 255 / 0);
  }

  .\32xl\:border-r-cyan-50\/10 {
    border-right-color: rgb(236 254 255 / 0.1);
  }

  .\32xl\:border-r-cyan-50\/100 {
    border-right-color: rgb(236 254 255 / 1);
  }

  .\32xl\:border-r-cyan-50\/15 {
    border-right-color: rgb(236 254 255 / 0.15);
  }

  .\32xl\:border-r-cyan-50\/20 {
    border-right-color: rgb(236 254 255 / 0.2);
  }

  .\32xl\:border-r-cyan-50\/25 {
    border-right-color: rgb(236 254 255 / 0.25);
  }

  .\32xl\:border-r-cyan-50\/30 {
    border-right-color: rgb(236 254 255 / 0.3);
  }

  .\32xl\:border-r-cyan-50\/35 {
    border-right-color: rgb(236 254 255 / 0.35);
  }

  .\32xl\:border-r-cyan-50\/40 {
    border-right-color: rgb(236 254 255 / 0.4);
  }

  .\32xl\:border-r-cyan-50\/45 {
    border-right-color: rgb(236 254 255 / 0.45);
  }

  .\32xl\:border-r-cyan-50\/5 {
    border-right-color: rgb(236 254 255 / 0.05);
  }

  .\32xl\:border-r-cyan-50\/50 {
    border-right-color: rgb(236 254 255 / 0.5);
  }

  .\32xl\:border-r-cyan-50\/55 {
    border-right-color: rgb(236 254 255 / 0.55);
  }

  .\32xl\:border-r-cyan-50\/60 {
    border-right-color: rgb(236 254 255 / 0.6);
  }

  .\32xl\:border-r-cyan-50\/65 {
    border-right-color: rgb(236 254 255 / 0.65);
  }

  .\32xl\:border-r-cyan-50\/70 {
    border-right-color: rgb(236 254 255 / 0.7);
  }

  .\32xl\:border-r-cyan-50\/75 {
    border-right-color: rgb(236 254 255 / 0.75);
  }

  .\32xl\:border-r-cyan-50\/80 {
    border-right-color: rgb(236 254 255 / 0.8);
  }

  .\32xl\:border-r-cyan-50\/85 {
    border-right-color: rgb(236 254 255 / 0.85);
  }

  .\32xl\:border-r-cyan-50\/90 {
    border-right-color: rgb(236 254 255 / 0.9);
  }

  .\32xl\:border-r-cyan-50\/95 {
    border-right-color: rgb(236 254 255 / 0.95);
  }

  .\32xl\:border-r-cyan-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-500\/0 {
    border-right-color: rgb(6 182 212 / 0);
  }

  .\32xl\:border-r-cyan-500\/10 {
    border-right-color: rgb(6 182 212 / 0.1);
  }

  .\32xl\:border-r-cyan-500\/100 {
    border-right-color: rgb(6 182 212 / 1);
  }

  .\32xl\:border-r-cyan-500\/15 {
    border-right-color: rgb(6 182 212 / 0.15);
  }

  .\32xl\:border-r-cyan-500\/20 {
    border-right-color: rgb(6 182 212 / 0.2);
  }

  .\32xl\:border-r-cyan-500\/25 {
    border-right-color: rgb(6 182 212 / 0.25);
  }

  .\32xl\:border-r-cyan-500\/30 {
    border-right-color: rgb(6 182 212 / 0.3);
  }

  .\32xl\:border-r-cyan-500\/35 {
    border-right-color: rgb(6 182 212 / 0.35);
  }

  .\32xl\:border-r-cyan-500\/40 {
    border-right-color: rgb(6 182 212 / 0.4);
  }

  .\32xl\:border-r-cyan-500\/45 {
    border-right-color: rgb(6 182 212 / 0.45);
  }

  .\32xl\:border-r-cyan-500\/5 {
    border-right-color: rgb(6 182 212 / 0.05);
  }

  .\32xl\:border-r-cyan-500\/50 {
    border-right-color: rgb(6 182 212 / 0.5);
  }

  .\32xl\:border-r-cyan-500\/55 {
    border-right-color: rgb(6 182 212 / 0.55);
  }

  .\32xl\:border-r-cyan-500\/60 {
    border-right-color: rgb(6 182 212 / 0.6);
  }

  .\32xl\:border-r-cyan-500\/65 {
    border-right-color: rgb(6 182 212 / 0.65);
  }

  .\32xl\:border-r-cyan-500\/70 {
    border-right-color: rgb(6 182 212 / 0.7);
  }

  .\32xl\:border-r-cyan-500\/75 {
    border-right-color: rgb(6 182 212 / 0.75);
  }

  .\32xl\:border-r-cyan-500\/80 {
    border-right-color: rgb(6 182 212 / 0.8);
  }

  .\32xl\:border-r-cyan-500\/85 {
    border-right-color: rgb(6 182 212 / 0.85);
  }

  .\32xl\:border-r-cyan-500\/90 {
    border-right-color: rgb(6 182 212 / 0.9);
  }

  .\32xl\:border-r-cyan-500\/95 {
    border-right-color: rgb(6 182 212 / 0.95);
  }

  .\32xl\:border-r-cyan-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-600\/0 {
    border-right-color: rgb(8 145 178 / 0);
  }

  .\32xl\:border-r-cyan-600\/10 {
    border-right-color: rgb(8 145 178 / 0.1);
  }

  .\32xl\:border-r-cyan-600\/100 {
    border-right-color: rgb(8 145 178 / 1);
  }

  .\32xl\:border-r-cyan-600\/15 {
    border-right-color: rgb(8 145 178 / 0.15);
  }

  .\32xl\:border-r-cyan-600\/20 {
    border-right-color: rgb(8 145 178 / 0.2);
  }

  .\32xl\:border-r-cyan-600\/25 {
    border-right-color: rgb(8 145 178 / 0.25);
  }

  .\32xl\:border-r-cyan-600\/30 {
    border-right-color: rgb(8 145 178 / 0.3);
  }

  .\32xl\:border-r-cyan-600\/35 {
    border-right-color: rgb(8 145 178 / 0.35);
  }

  .\32xl\:border-r-cyan-600\/40 {
    border-right-color: rgb(8 145 178 / 0.4);
  }

  .\32xl\:border-r-cyan-600\/45 {
    border-right-color: rgb(8 145 178 / 0.45);
  }

  .\32xl\:border-r-cyan-600\/5 {
    border-right-color: rgb(8 145 178 / 0.05);
  }

  .\32xl\:border-r-cyan-600\/50 {
    border-right-color: rgb(8 145 178 / 0.5);
  }

  .\32xl\:border-r-cyan-600\/55 {
    border-right-color: rgb(8 145 178 / 0.55);
  }

  .\32xl\:border-r-cyan-600\/60 {
    border-right-color: rgb(8 145 178 / 0.6);
  }

  .\32xl\:border-r-cyan-600\/65 {
    border-right-color: rgb(8 145 178 / 0.65);
  }

  .\32xl\:border-r-cyan-600\/70 {
    border-right-color: rgb(8 145 178 / 0.7);
  }

  .\32xl\:border-r-cyan-600\/75 {
    border-right-color: rgb(8 145 178 / 0.75);
  }

  .\32xl\:border-r-cyan-600\/80 {
    border-right-color: rgb(8 145 178 / 0.8);
  }

  .\32xl\:border-r-cyan-600\/85 {
    border-right-color: rgb(8 145 178 / 0.85);
  }

  .\32xl\:border-r-cyan-600\/90 {
    border-right-color: rgb(8 145 178 / 0.9);
  }

  .\32xl\:border-r-cyan-600\/95 {
    border-right-color: rgb(8 145 178 / 0.95);
  }

  .\32xl\:border-r-cyan-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-700\/0 {
    border-right-color: rgb(14 116 144 / 0);
  }

  .\32xl\:border-r-cyan-700\/10 {
    border-right-color: rgb(14 116 144 / 0.1);
  }

  .\32xl\:border-r-cyan-700\/100 {
    border-right-color: rgb(14 116 144 / 1);
  }

  .\32xl\:border-r-cyan-700\/15 {
    border-right-color: rgb(14 116 144 / 0.15);
  }

  .\32xl\:border-r-cyan-700\/20 {
    border-right-color: rgb(14 116 144 / 0.2);
  }

  .\32xl\:border-r-cyan-700\/25 {
    border-right-color: rgb(14 116 144 / 0.25);
  }

  .\32xl\:border-r-cyan-700\/30 {
    border-right-color: rgb(14 116 144 / 0.3);
  }

  .\32xl\:border-r-cyan-700\/35 {
    border-right-color: rgb(14 116 144 / 0.35);
  }

  .\32xl\:border-r-cyan-700\/40 {
    border-right-color: rgb(14 116 144 / 0.4);
  }

  .\32xl\:border-r-cyan-700\/45 {
    border-right-color: rgb(14 116 144 / 0.45);
  }

  .\32xl\:border-r-cyan-700\/5 {
    border-right-color: rgb(14 116 144 / 0.05);
  }

  .\32xl\:border-r-cyan-700\/50 {
    border-right-color: rgb(14 116 144 / 0.5);
  }

  .\32xl\:border-r-cyan-700\/55 {
    border-right-color: rgb(14 116 144 / 0.55);
  }

  .\32xl\:border-r-cyan-700\/60 {
    border-right-color: rgb(14 116 144 / 0.6);
  }

  .\32xl\:border-r-cyan-700\/65 {
    border-right-color: rgb(14 116 144 / 0.65);
  }

  .\32xl\:border-r-cyan-700\/70 {
    border-right-color: rgb(14 116 144 / 0.7);
  }

  .\32xl\:border-r-cyan-700\/75 {
    border-right-color: rgb(14 116 144 / 0.75);
  }

  .\32xl\:border-r-cyan-700\/80 {
    border-right-color: rgb(14 116 144 / 0.8);
  }

  .\32xl\:border-r-cyan-700\/85 {
    border-right-color: rgb(14 116 144 / 0.85);
  }

  .\32xl\:border-r-cyan-700\/90 {
    border-right-color: rgb(14 116 144 / 0.9);
  }

  .\32xl\:border-r-cyan-700\/95 {
    border-right-color: rgb(14 116 144 / 0.95);
  }

  .\32xl\:border-r-cyan-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-800\/0 {
    border-right-color: rgb(21 94 117 / 0);
  }

  .\32xl\:border-r-cyan-800\/10 {
    border-right-color: rgb(21 94 117 / 0.1);
  }

  .\32xl\:border-r-cyan-800\/100 {
    border-right-color: rgb(21 94 117 / 1);
  }

  .\32xl\:border-r-cyan-800\/15 {
    border-right-color: rgb(21 94 117 / 0.15);
  }

  .\32xl\:border-r-cyan-800\/20 {
    border-right-color: rgb(21 94 117 / 0.2);
  }

  .\32xl\:border-r-cyan-800\/25 {
    border-right-color: rgb(21 94 117 / 0.25);
  }

  .\32xl\:border-r-cyan-800\/30 {
    border-right-color: rgb(21 94 117 / 0.3);
  }

  .\32xl\:border-r-cyan-800\/35 {
    border-right-color: rgb(21 94 117 / 0.35);
  }

  .\32xl\:border-r-cyan-800\/40 {
    border-right-color: rgb(21 94 117 / 0.4);
  }

  .\32xl\:border-r-cyan-800\/45 {
    border-right-color: rgb(21 94 117 / 0.45);
  }

  .\32xl\:border-r-cyan-800\/5 {
    border-right-color: rgb(21 94 117 / 0.05);
  }

  .\32xl\:border-r-cyan-800\/50 {
    border-right-color: rgb(21 94 117 / 0.5);
  }

  .\32xl\:border-r-cyan-800\/55 {
    border-right-color: rgb(21 94 117 / 0.55);
  }

  .\32xl\:border-r-cyan-800\/60 {
    border-right-color: rgb(21 94 117 / 0.6);
  }

  .\32xl\:border-r-cyan-800\/65 {
    border-right-color: rgb(21 94 117 / 0.65);
  }

  .\32xl\:border-r-cyan-800\/70 {
    border-right-color: rgb(21 94 117 / 0.7);
  }

  .\32xl\:border-r-cyan-800\/75 {
    border-right-color: rgb(21 94 117 / 0.75);
  }

  .\32xl\:border-r-cyan-800\/80 {
    border-right-color: rgb(21 94 117 / 0.8);
  }

  .\32xl\:border-r-cyan-800\/85 {
    border-right-color: rgb(21 94 117 / 0.85);
  }

  .\32xl\:border-r-cyan-800\/90 {
    border-right-color: rgb(21 94 117 / 0.9);
  }

  .\32xl\:border-r-cyan-800\/95 {
    border-right-color: rgb(21 94 117 / 0.95);
  }

  .\32xl\:border-r-cyan-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-900\/0 {
    border-right-color: rgb(22 78 99 / 0);
  }

  .\32xl\:border-r-cyan-900\/10 {
    border-right-color: rgb(22 78 99 / 0.1);
  }

  .\32xl\:border-r-cyan-900\/100 {
    border-right-color: rgb(22 78 99 / 1);
  }

  .\32xl\:border-r-cyan-900\/15 {
    border-right-color: rgb(22 78 99 / 0.15);
  }

  .\32xl\:border-r-cyan-900\/20 {
    border-right-color: rgb(22 78 99 / 0.2);
  }

  .\32xl\:border-r-cyan-900\/25 {
    border-right-color: rgb(22 78 99 / 0.25);
  }

  .\32xl\:border-r-cyan-900\/30 {
    border-right-color: rgb(22 78 99 / 0.3);
  }

  .\32xl\:border-r-cyan-900\/35 {
    border-right-color: rgb(22 78 99 / 0.35);
  }

  .\32xl\:border-r-cyan-900\/40 {
    border-right-color: rgb(22 78 99 / 0.4);
  }

  .\32xl\:border-r-cyan-900\/45 {
    border-right-color: rgb(22 78 99 / 0.45);
  }

  .\32xl\:border-r-cyan-900\/5 {
    border-right-color: rgb(22 78 99 / 0.05);
  }

  .\32xl\:border-r-cyan-900\/50 {
    border-right-color: rgb(22 78 99 / 0.5);
  }

  .\32xl\:border-r-cyan-900\/55 {
    border-right-color: rgb(22 78 99 / 0.55);
  }

  .\32xl\:border-r-cyan-900\/60 {
    border-right-color: rgb(22 78 99 / 0.6);
  }

  .\32xl\:border-r-cyan-900\/65 {
    border-right-color: rgb(22 78 99 / 0.65);
  }

  .\32xl\:border-r-cyan-900\/70 {
    border-right-color: rgb(22 78 99 / 0.7);
  }

  .\32xl\:border-r-cyan-900\/75 {
    border-right-color: rgb(22 78 99 / 0.75);
  }

  .\32xl\:border-r-cyan-900\/80 {
    border-right-color: rgb(22 78 99 / 0.8);
  }

  .\32xl\:border-r-cyan-900\/85 {
    border-right-color: rgb(22 78 99 / 0.85);
  }

  .\32xl\:border-r-cyan-900\/90 {
    border-right-color: rgb(22 78 99 / 0.9);
  }

  .\32xl\:border-r-cyan-900\/95 {
    border-right-color: rgb(22 78 99 / 0.95);
  }

  .\32xl\:border-r-cyan-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-cyan-950\/0 {
    border-right-color: rgb(8 51 68 / 0);
  }

  .\32xl\:border-r-cyan-950\/10 {
    border-right-color: rgb(8 51 68 / 0.1);
  }

  .\32xl\:border-r-cyan-950\/100 {
    border-right-color: rgb(8 51 68 / 1);
  }

  .\32xl\:border-r-cyan-950\/15 {
    border-right-color: rgb(8 51 68 / 0.15);
  }

  .\32xl\:border-r-cyan-950\/20 {
    border-right-color: rgb(8 51 68 / 0.2);
  }

  .\32xl\:border-r-cyan-950\/25 {
    border-right-color: rgb(8 51 68 / 0.25);
  }

  .\32xl\:border-r-cyan-950\/30 {
    border-right-color: rgb(8 51 68 / 0.3);
  }

  .\32xl\:border-r-cyan-950\/35 {
    border-right-color: rgb(8 51 68 / 0.35);
  }

  .\32xl\:border-r-cyan-950\/40 {
    border-right-color: rgb(8 51 68 / 0.4);
  }

  .\32xl\:border-r-cyan-950\/45 {
    border-right-color: rgb(8 51 68 / 0.45);
  }

  .\32xl\:border-r-cyan-950\/5 {
    border-right-color: rgb(8 51 68 / 0.05);
  }

  .\32xl\:border-r-cyan-950\/50 {
    border-right-color: rgb(8 51 68 / 0.5);
  }

  .\32xl\:border-r-cyan-950\/55 {
    border-right-color: rgb(8 51 68 / 0.55);
  }

  .\32xl\:border-r-cyan-950\/60 {
    border-right-color: rgb(8 51 68 / 0.6);
  }

  .\32xl\:border-r-cyan-950\/65 {
    border-right-color: rgb(8 51 68 / 0.65);
  }

  .\32xl\:border-r-cyan-950\/70 {
    border-right-color: rgb(8 51 68 / 0.7);
  }

  .\32xl\:border-r-cyan-950\/75 {
    border-right-color: rgb(8 51 68 / 0.75);
  }

  .\32xl\:border-r-cyan-950\/80 {
    border-right-color: rgb(8 51 68 / 0.8);
  }

  .\32xl\:border-r-cyan-950\/85 {
    border-right-color: rgb(8 51 68 / 0.85);
  }

  .\32xl\:border-r-cyan-950\/90 {
    border-right-color: rgb(8 51 68 / 0.9);
  }

  .\32xl\:border-r-cyan-950\/95 {
    border-right-color: rgb(8 51 68 / 0.95);
  }

  .\32xl\:border-r-destructive {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-destructive-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-destructive-foreground\/0 {
    border-right-color: hsl(var(--destructive-foreground) / 0);
  }

  .\32xl\:border-r-destructive-foreground\/10 {
    border-right-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .\32xl\:border-r-destructive-foreground\/100 {
    border-right-color: hsl(var(--destructive-foreground) / 1);
  }

  .\32xl\:border-r-destructive-foreground\/15 {
    border-right-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .\32xl\:border-r-destructive-foreground\/20 {
    border-right-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .\32xl\:border-r-destructive-foreground\/25 {
    border-right-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .\32xl\:border-r-destructive-foreground\/30 {
    border-right-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .\32xl\:border-r-destructive-foreground\/35 {
    border-right-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .\32xl\:border-r-destructive-foreground\/40 {
    border-right-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .\32xl\:border-r-destructive-foreground\/45 {
    border-right-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .\32xl\:border-r-destructive-foreground\/5 {
    border-right-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .\32xl\:border-r-destructive-foreground\/50 {
    border-right-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .\32xl\:border-r-destructive-foreground\/55 {
    border-right-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .\32xl\:border-r-destructive-foreground\/60 {
    border-right-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .\32xl\:border-r-destructive-foreground\/65 {
    border-right-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .\32xl\:border-r-destructive-foreground\/70 {
    border-right-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .\32xl\:border-r-destructive-foreground\/75 {
    border-right-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .\32xl\:border-r-destructive-foreground\/80 {
    border-right-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .\32xl\:border-r-destructive-foreground\/85 {
    border-right-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .\32xl\:border-r-destructive-foreground\/90 {
    border-right-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .\32xl\:border-r-destructive-foreground\/95 {
    border-right-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .\32xl\:border-r-destructive\/0 {
    border-right-color: hsl(var(--destructive) / 0);
  }

  .\32xl\:border-r-destructive\/10 {
    border-right-color: hsl(var(--destructive) / 0.1);
  }

  .\32xl\:border-r-destructive\/100 {
    border-right-color: hsl(var(--destructive) / 1);
  }

  .\32xl\:border-r-destructive\/15 {
    border-right-color: hsl(var(--destructive) / 0.15);
  }

  .\32xl\:border-r-destructive\/20 {
    border-right-color: hsl(var(--destructive) / 0.2);
  }

  .\32xl\:border-r-destructive\/25 {
    border-right-color: hsl(var(--destructive) / 0.25);
  }

  .\32xl\:border-r-destructive\/30 {
    border-right-color: hsl(var(--destructive) / 0.3);
  }

  .\32xl\:border-r-destructive\/35 {
    border-right-color: hsl(var(--destructive) / 0.35);
  }

  .\32xl\:border-r-destructive\/40 {
    border-right-color: hsl(var(--destructive) / 0.4);
  }

  .\32xl\:border-r-destructive\/45 {
    border-right-color: hsl(var(--destructive) / 0.45);
  }

  .\32xl\:border-r-destructive\/5 {
    border-right-color: hsl(var(--destructive) / 0.05);
  }

  .\32xl\:border-r-destructive\/50 {
    border-right-color: hsl(var(--destructive) / 0.5);
  }

  .\32xl\:border-r-destructive\/55 {
    border-right-color: hsl(var(--destructive) / 0.55);
  }

  .\32xl\:border-r-destructive\/60 {
    border-right-color: hsl(var(--destructive) / 0.6);
  }

  .\32xl\:border-r-destructive\/65 {
    border-right-color: hsl(var(--destructive) / 0.65);
  }

  .\32xl\:border-r-destructive\/70 {
    border-right-color: hsl(var(--destructive) / 0.7);
  }

  .\32xl\:border-r-destructive\/75 {
    border-right-color: hsl(var(--destructive) / 0.75);
  }

  .\32xl\:border-r-destructive\/80 {
    border-right-color: hsl(var(--destructive) / 0.8);
  }

  .\32xl\:border-r-destructive\/85 {
    border-right-color: hsl(var(--destructive) / 0.85);
  }

  .\32xl\:border-r-destructive\/90 {
    border-right-color: hsl(var(--destructive) / 0.9);
  }

  .\32xl\:border-r-destructive\/95 {
    border-right-color: hsl(var(--destructive) / 0.95);
  }

  .\32xl\:border-r-emerald-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-100\/0 {
    border-right-color: rgb(209 250 229 / 0);
  }

  .\32xl\:border-r-emerald-100\/10 {
    border-right-color: rgb(209 250 229 / 0.1);
  }

  .\32xl\:border-r-emerald-100\/100 {
    border-right-color: rgb(209 250 229 / 1);
  }

  .\32xl\:border-r-emerald-100\/15 {
    border-right-color: rgb(209 250 229 / 0.15);
  }

  .\32xl\:border-r-emerald-100\/20 {
    border-right-color: rgb(209 250 229 / 0.2);
  }

  .\32xl\:border-r-emerald-100\/25 {
    border-right-color: rgb(209 250 229 / 0.25);
  }

  .\32xl\:border-r-emerald-100\/30 {
    border-right-color: rgb(209 250 229 / 0.3);
  }

  .\32xl\:border-r-emerald-100\/35 {
    border-right-color: rgb(209 250 229 / 0.35);
  }

  .\32xl\:border-r-emerald-100\/40 {
    border-right-color: rgb(209 250 229 / 0.4);
  }

  .\32xl\:border-r-emerald-100\/45 {
    border-right-color: rgb(209 250 229 / 0.45);
  }

  .\32xl\:border-r-emerald-100\/5 {
    border-right-color: rgb(209 250 229 / 0.05);
  }

  .\32xl\:border-r-emerald-100\/50 {
    border-right-color: rgb(209 250 229 / 0.5);
  }

  .\32xl\:border-r-emerald-100\/55 {
    border-right-color: rgb(209 250 229 / 0.55);
  }

  .\32xl\:border-r-emerald-100\/60 {
    border-right-color: rgb(209 250 229 / 0.6);
  }

  .\32xl\:border-r-emerald-100\/65 {
    border-right-color: rgb(209 250 229 / 0.65);
  }

  .\32xl\:border-r-emerald-100\/70 {
    border-right-color: rgb(209 250 229 / 0.7);
  }

  .\32xl\:border-r-emerald-100\/75 {
    border-right-color: rgb(209 250 229 / 0.75);
  }

  .\32xl\:border-r-emerald-100\/80 {
    border-right-color: rgb(209 250 229 / 0.8);
  }

  .\32xl\:border-r-emerald-100\/85 {
    border-right-color: rgb(209 250 229 / 0.85);
  }

  .\32xl\:border-r-emerald-100\/90 {
    border-right-color: rgb(209 250 229 / 0.9);
  }

  .\32xl\:border-r-emerald-100\/95 {
    border-right-color: rgb(209 250 229 / 0.95);
  }

  .\32xl\:border-r-emerald-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-200\/0 {
    border-right-color: rgb(167 243 208 / 0);
  }

  .\32xl\:border-r-emerald-200\/10 {
    border-right-color: rgb(167 243 208 / 0.1);
  }

  .\32xl\:border-r-emerald-200\/100 {
    border-right-color: rgb(167 243 208 / 1);
  }

  .\32xl\:border-r-emerald-200\/15 {
    border-right-color: rgb(167 243 208 / 0.15);
  }

  .\32xl\:border-r-emerald-200\/20 {
    border-right-color: rgb(167 243 208 / 0.2);
  }

  .\32xl\:border-r-emerald-200\/25 {
    border-right-color: rgb(167 243 208 / 0.25);
  }

  .\32xl\:border-r-emerald-200\/30 {
    border-right-color: rgb(167 243 208 / 0.3);
  }

  .\32xl\:border-r-emerald-200\/35 {
    border-right-color: rgb(167 243 208 / 0.35);
  }

  .\32xl\:border-r-emerald-200\/40 {
    border-right-color: rgb(167 243 208 / 0.4);
  }

  .\32xl\:border-r-emerald-200\/45 {
    border-right-color: rgb(167 243 208 / 0.45);
  }

  .\32xl\:border-r-emerald-200\/5 {
    border-right-color: rgb(167 243 208 / 0.05);
  }

  .\32xl\:border-r-emerald-200\/50 {
    border-right-color: rgb(167 243 208 / 0.5);
  }

  .\32xl\:border-r-emerald-200\/55 {
    border-right-color: rgb(167 243 208 / 0.55);
  }

  .\32xl\:border-r-emerald-200\/60 {
    border-right-color: rgb(167 243 208 / 0.6);
  }

  .\32xl\:border-r-emerald-200\/65 {
    border-right-color: rgb(167 243 208 / 0.65);
  }

  .\32xl\:border-r-emerald-200\/70 {
    border-right-color: rgb(167 243 208 / 0.7);
  }

  .\32xl\:border-r-emerald-200\/75 {
    border-right-color: rgb(167 243 208 / 0.75);
  }

  .\32xl\:border-r-emerald-200\/80 {
    border-right-color: rgb(167 243 208 / 0.8);
  }

  .\32xl\:border-r-emerald-200\/85 {
    border-right-color: rgb(167 243 208 / 0.85);
  }

  .\32xl\:border-r-emerald-200\/90 {
    border-right-color: rgb(167 243 208 / 0.9);
  }

  .\32xl\:border-r-emerald-200\/95 {
    border-right-color: rgb(167 243 208 / 0.95);
  }

  .\32xl\:border-r-emerald-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-300\/0 {
    border-right-color: rgb(110 231 183 / 0);
  }

  .\32xl\:border-r-emerald-300\/10 {
    border-right-color: rgb(110 231 183 / 0.1);
  }

  .\32xl\:border-r-emerald-300\/100 {
    border-right-color: rgb(110 231 183 / 1);
  }

  .\32xl\:border-r-emerald-300\/15 {
    border-right-color: rgb(110 231 183 / 0.15);
  }

  .\32xl\:border-r-emerald-300\/20 {
    border-right-color: rgb(110 231 183 / 0.2);
  }

  .\32xl\:border-r-emerald-300\/25 {
    border-right-color: rgb(110 231 183 / 0.25);
  }

  .\32xl\:border-r-emerald-300\/30 {
    border-right-color: rgb(110 231 183 / 0.3);
  }

  .\32xl\:border-r-emerald-300\/35 {
    border-right-color: rgb(110 231 183 / 0.35);
  }

  .\32xl\:border-r-emerald-300\/40 {
    border-right-color: rgb(110 231 183 / 0.4);
  }

  .\32xl\:border-r-emerald-300\/45 {
    border-right-color: rgb(110 231 183 / 0.45);
  }

  .\32xl\:border-r-emerald-300\/5 {
    border-right-color: rgb(110 231 183 / 0.05);
  }

  .\32xl\:border-r-emerald-300\/50 {
    border-right-color: rgb(110 231 183 / 0.5);
  }

  .\32xl\:border-r-emerald-300\/55 {
    border-right-color: rgb(110 231 183 / 0.55);
  }

  .\32xl\:border-r-emerald-300\/60 {
    border-right-color: rgb(110 231 183 / 0.6);
  }

  .\32xl\:border-r-emerald-300\/65 {
    border-right-color: rgb(110 231 183 / 0.65);
  }

  .\32xl\:border-r-emerald-300\/70 {
    border-right-color: rgb(110 231 183 / 0.7);
  }

  .\32xl\:border-r-emerald-300\/75 {
    border-right-color: rgb(110 231 183 / 0.75);
  }

  .\32xl\:border-r-emerald-300\/80 {
    border-right-color: rgb(110 231 183 / 0.8);
  }

  .\32xl\:border-r-emerald-300\/85 {
    border-right-color: rgb(110 231 183 / 0.85);
  }

  .\32xl\:border-r-emerald-300\/90 {
    border-right-color: rgb(110 231 183 / 0.9);
  }

  .\32xl\:border-r-emerald-300\/95 {
    border-right-color: rgb(110 231 183 / 0.95);
  }

  .\32xl\:border-r-emerald-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-400\/0 {
    border-right-color: rgb(52 211 153 / 0);
  }

  .\32xl\:border-r-emerald-400\/10 {
    border-right-color: rgb(52 211 153 / 0.1);
  }

  .\32xl\:border-r-emerald-400\/100 {
    border-right-color: rgb(52 211 153 / 1);
  }

  .\32xl\:border-r-emerald-400\/15 {
    border-right-color: rgb(52 211 153 / 0.15);
  }

  .\32xl\:border-r-emerald-400\/20 {
    border-right-color: rgb(52 211 153 / 0.2);
  }

  .\32xl\:border-r-emerald-400\/25 {
    border-right-color: rgb(52 211 153 / 0.25);
  }

  .\32xl\:border-r-emerald-400\/30 {
    border-right-color: rgb(52 211 153 / 0.3);
  }

  .\32xl\:border-r-emerald-400\/35 {
    border-right-color: rgb(52 211 153 / 0.35);
  }

  .\32xl\:border-r-emerald-400\/40 {
    border-right-color: rgb(52 211 153 / 0.4);
  }

  .\32xl\:border-r-emerald-400\/45 {
    border-right-color: rgb(52 211 153 / 0.45);
  }

  .\32xl\:border-r-emerald-400\/5 {
    border-right-color: rgb(52 211 153 / 0.05);
  }

  .\32xl\:border-r-emerald-400\/50 {
    border-right-color: rgb(52 211 153 / 0.5);
  }

  .\32xl\:border-r-emerald-400\/55 {
    border-right-color: rgb(52 211 153 / 0.55);
  }

  .\32xl\:border-r-emerald-400\/60 {
    border-right-color: rgb(52 211 153 / 0.6);
  }

  .\32xl\:border-r-emerald-400\/65 {
    border-right-color: rgb(52 211 153 / 0.65);
  }

  .\32xl\:border-r-emerald-400\/70 {
    border-right-color: rgb(52 211 153 / 0.7);
  }

  .\32xl\:border-r-emerald-400\/75 {
    border-right-color: rgb(52 211 153 / 0.75);
  }

  .\32xl\:border-r-emerald-400\/80 {
    border-right-color: rgb(52 211 153 / 0.8);
  }

  .\32xl\:border-r-emerald-400\/85 {
    border-right-color: rgb(52 211 153 / 0.85);
  }

  .\32xl\:border-r-emerald-400\/90 {
    border-right-color: rgb(52 211 153 / 0.9);
  }

  .\32xl\:border-r-emerald-400\/95 {
    border-right-color: rgb(52 211 153 / 0.95);
  }

  .\32xl\:border-r-emerald-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-50\/0 {
    border-right-color: rgb(236 253 245 / 0);
  }

  .\32xl\:border-r-emerald-50\/10 {
    border-right-color: rgb(236 253 245 / 0.1);
  }

  .\32xl\:border-r-emerald-50\/100 {
    border-right-color: rgb(236 253 245 / 1);
  }

  .\32xl\:border-r-emerald-50\/15 {
    border-right-color: rgb(236 253 245 / 0.15);
  }

  .\32xl\:border-r-emerald-50\/20 {
    border-right-color: rgb(236 253 245 / 0.2);
  }

  .\32xl\:border-r-emerald-50\/25 {
    border-right-color: rgb(236 253 245 / 0.25);
  }

  .\32xl\:border-r-emerald-50\/30 {
    border-right-color: rgb(236 253 245 / 0.3);
  }

  .\32xl\:border-r-emerald-50\/35 {
    border-right-color: rgb(236 253 245 / 0.35);
  }

  .\32xl\:border-r-emerald-50\/40 {
    border-right-color: rgb(236 253 245 / 0.4);
  }

  .\32xl\:border-r-emerald-50\/45 {
    border-right-color: rgb(236 253 245 / 0.45);
  }

  .\32xl\:border-r-emerald-50\/5 {
    border-right-color: rgb(236 253 245 / 0.05);
  }

  .\32xl\:border-r-emerald-50\/50 {
    border-right-color: rgb(236 253 245 / 0.5);
  }

  .\32xl\:border-r-emerald-50\/55 {
    border-right-color: rgb(236 253 245 / 0.55);
  }

  .\32xl\:border-r-emerald-50\/60 {
    border-right-color: rgb(236 253 245 / 0.6);
  }

  .\32xl\:border-r-emerald-50\/65 {
    border-right-color: rgb(236 253 245 / 0.65);
  }

  .\32xl\:border-r-emerald-50\/70 {
    border-right-color: rgb(236 253 245 / 0.7);
  }

  .\32xl\:border-r-emerald-50\/75 {
    border-right-color: rgb(236 253 245 / 0.75);
  }

  .\32xl\:border-r-emerald-50\/80 {
    border-right-color: rgb(236 253 245 / 0.8);
  }

  .\32xl\:border-r-emerald-50\/85 {
    border-right-color: rgb(236 253 245 / 0.85);
  }

  .\32xl\:border-r-emerald-50\/90 {
    border-right-color: rgb(236 253 245 / 0.9);
  }

  .\32xl\:border-r-emerald-50\/95 {
    border-right-color: rgb(236 253 245 / 0.95);
  }

  .\32xl\:border-r-emerald-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-500\/0 {
    border-right-color: rgb(16 185 129 / 0);
  }

  .\32xl\:border-r-emerald-500\/10 {
    border-right-color: rgb(16 185 129 / 0.1);
  }

  .\32xl\:border-r-emerald-500\/100 {
    border-right-color: rgb(16 185 129 / 1);
  }

  .\32xl\:border-r-emerald-500\/15 {
    border-right-color: rgb(16 185 129 / 0.15);
  }

  .\32xl\:border-r-emerald-500\/20 {
    border-right-color: rgb(16 185 129 / 0.2);
  }

  .\32xl\:border-r-emerald-500\/25 {
    border-right-color: rgb(16 185 129 / 0.25);
  }

  .\32xl\:border-r-emerald-500\/30 {
    border-right-color: rgb(16 185 129 / 0.3);
  }

  .\32xl\:border-r-emerald-500\/35 {
    border-right-color: rgb(16 185 129 / 0.35);
  }

  .\32xl\:border-r-emerald-500\/40 {
    border-right-color: rgb(16 185 129 / 0.4);
  }

  .\32xl\:border-r-emerald-500\/45 {
    border-right-color: rgb(16 185 129 / 0.45);
  }

  .\32xl\:border-r-emerald-500\/5 {
    border-right-color: rgb(16 185 129 / 0.05);
  }

  .\32xl\:border-r-emerald-500\/50 {
    border-right-color: rgb(16 185 129 / 0.5);
  }

  .\32xl\:border-r-emerald-500\/55 {
    border-right-color: rgb(16 185 129 / 0.55);
  }

  .\32xl\:border-r-emerald-500\/60 {
    border-right-color: rgb(16 185 129 / 0.6);
  }

  .\32xl\:border-r-emerald-500\/65 {
    border-right-color: rgb(16 185 129 / 0.65);
  }

  .\32xl\:border-r-emerald-500\/70 {
    border-right-color: rgb(16 185 129 / 0.7);
  }

  .\32xl\:border-r-emerald-500\/75 {
    border-right-color: rgb(16 185 129 / 0.75);
  }

  .\32xl\:border-r-emerald-500\/80 {
    border-right-color: rgb(16 185 129 / 0.8);
  }

  .\32xl\:border-r-emerald-500\/85 {
    border-right-color: rgb(16 185 129 / 0.85);
  }

  .\32xl\:border-r-emerald-500\/90 {
    border-right-color: rgb(16 185 129 / 0.9);
  }

  .\32xl\:border-r-emerald-500\/95 {
    border-right-color: rgb(16 185 129 / 0.95);
  }

  .\32xl\:border-r-emerald-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-600\/0 {
    border-right-color: rgb(5 150 105 / 0);
  }

  .\32xl\:border-r-emerald-600\/10 {
    border-right-color: rgb(5 150 105 / 0.1);
  }

  .\32xl\:border-r-emerald-600\/100 {
    border-right-color: rgb(5 150 105 / 1);
  }

  .\32xl\:border-r-emerald-600\/15 {
    border-right-color: rgb(5 150 105 / 0.15);
  }

  .\32xl\:border-r-emerald-600\/20 {
    border-right-color: rgb(5 150 105 / 0.2);
  }

  .\32xl\:border-r-emerald-600\/25 {
    border-right-color: rgb(5 150 105 / 0.25);
  }

  .\32xl\:border-r-emerald-600\/30 {
    border-right-color: rgb(5 150 105 / 0.3);
  }

  .\32xl\:border-r-emerald-600\/35 {
    border-right-color: rgb(5 150 105 / 0.35);
  }

  .\32xl\:border-r-emerald-600\/40 {
    border-right-color: rgb(5 150 105 / 0.4);
  }

  .\32xl\:border-r-emerald-600\/45 {
    border-right-color: rgb(5 150 105 / 0.45);
  }

  .\32xl\:border-r-emerald-600\/5 {
    border-right-color: rgb(5 150 105 / 0.05);
  }

  .\32xl\:border-r-emerald-600\/50 {
    border-right-color: rgb(5 150 105 / 0.5);
  }

  .\32xl\:border-r-emerald-600\/55 {
    border-right-color: rgb(5 150 105 / 0.55);
  }

  .\32xl\:border-r-emerald-600\/60 {
    border-right-color: rgb(5 150 105 / 0.6);
  }

  .\32xl\:border-r-emerald-600\/65 {
    border-right-color: rgb(5 150 105 / 0.65);
  }

  .\32xl\:border-r-emerald-600\/70 {
    border-right-color: rgb(5 150 105 / 0.7);
  }

  .\32xl\:border-r-emerald-600\/75 {
    border-right-color: rgb(5 150 105 / 0.75);
  }

  .\32xl\:border-r-emerald-600\/80 {
    border-right-color: rgb(5 150 105 / 0.8);
  }

  .\32xl\:border-r-emerald-600\/85 {
    border-right-color: rgb(5 150 105 / 0.85);
  }

  .\32xl\:border-r-emerald-600\/90 {
    border-right-color: rgb(5 150 105 / 0.9);
  }

  .\32xl\:border-r-emerald-600\/95 {
    border-right-color: rgb(5 150 105 / 0.95);
  }

  .\32xl\:border-r-emerald-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-700\/0 {
    border-right-color: rgb(4 120 87 / 0);
  }

  .\32xl\:border-r-emerald-700\/10 {
    border-right-color: rgb(4 120 87 / 0.1);
  }

  .\32xl\:border-r-emerald-700\/100 {
    border-right-color: rgb(4 120 87 / 1);
  }

  .\32xl\:border-r-emerald-700\/15 {
    border-right-color: rgb(4 120 87 / 0.15);
  }

  .\32xl\:border-r-emerald-700\/20 {
    border-right-color: rgb(4 120 87 / 0.2);
  }

  .\32xl\:border-r-emerald-700\/25 {
    border-right-color: rgb(4 120 87 / 0.25);
  }

  .\32xl\:border-r-emerald-700\/30 {
    border-right-color: rgb(4 120 87 / 0.3);
  }

  .\32xl\:border-r-emerald-700\/35 {
    border-right-color: rgb(4 120 87 / 0.35);
  }

  .\32xl\:border-r-emerald-700\/40 {
    border-right-color: rgb(4 120 87 / 0.4);
  }

  .\32xl\:border-r-emerald-700\/45 {
    border-right-color: rgb(4 120 87 / 0.45);
  }

  .\32xl\:border-r-emerald-700\/5 {
    border-right-color: rgb(4 120 87 / 0.05);
  }

  .\32xl\:border-r-emerald-700\/50 {
    border-right-color: rgb(4 120 87 / 0.5);
  }

  .\32xl\:border-r-emerald-700\/55 {
    border-right-color: rgb(4 120 87 / 0.55);
  }

  .\32xl\:border-r-emerald-700\/60 {
    border-right-color: rgb(4 120 87 / 0.6);
  }

  .\32xl\:border-r-emerald-700\/65 {
    border-right-color: rgb(4 120 87 / 0.65);
  }

  .\32xl\:border-r-emerald-700\/70 {
    border-right-color: rgb(4 120 87 / 0.7);
  }

  .\32xl\:border-r-emerald-700\/75 {
    border-right-color: rgb(4 120 87 / 0.75);
  }

  .\32xl\:border-r-emerald-700\/80 {
    border-right-color: rgb(4 120 87 / 0.8);
  }

  .\32xl\:border-r-emerald-700\/85 {
    border-right-color: rgb(4 120 87 / 0.85);
  }

  .\32xl\:border-r-emerald-700\/90 {
    border-right-color: rgb(4 120 87 / 0.9);
  }

  .\32xl\:border-r-emerald-700\/95 {
    border-right-color: rgb(4 120 87 / 0.95);
  }

  .\32xl\:border-r-emerald-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-800\/0 {
    border-right-color: rgb(6 95 70 / 0);
  }

  .\32xl\:border-r-emerald-800\/10 {
    border-right-color: rgb(6 95 70 / 0.1);
  }

  .\32xl\:border-r-emerald-800\/100 {
    border-right-color: rgb(6 95 70 / 1);
  }

  .\32xl\:border-r-emerald-800\/15 {
    border-right-color: rgb(6 95 70 / 0.15);
  }

  .\32xl\:border-r-emerald-800\/20 {
    border-right-color: rgb(6 95 70 / 0.2);
  }

  .\32xl\:border-r-emerald-800\/25 {
    border-right-color: rgb(6 95 70 / 0.25);
  }

  .\32xl\:border-r-emerald-800\/30 {
    border-right-color: rgb(6 95 70 / 0.3);
  }

  .\32xl\:border-r-emerald-800\/35 {
    border-right-color: rgb(6 95 70 / 0.35);
  }

  .\32xl\:border-r-emerald-800\/40 {
    border-right-color: rgb(6 95 70 / 0.4);
  }

  .\32xl\:border-r-emerald-800\/45 {
    border-right-color: rgb(6 95 70 / 0.45);
  }

  .\32xl\:border-r-emerald-800\/5 {
    border-right-color: rgb(6 95 70 / 0.05);
  }

  .\32xl\:border-r-emerald-800\/50 {
    border-right-color: rgb(6 95 70 / 0.5);
  }

  .\32xl\:border-r-emerald-800\/55 {
    border-right-color: rgb(6 95 70 / 0.55);
  }

  .\32xl\:border-r-emerald-800\/60 {
    border-right-color: rgb(6 95 70 / 0.6);
  }

  .\32xl\:border-r-emerald-800\/65 {
    border-right-color: rgb(6 95 70 / 0.65);
  }

  .\32xl\:border-r-emerald-800\/70 {
    border-right-color: rgb(6 95 70 / 0.7);
  }

  .\32xl\:border-r-emerald-800\/75 {
    border-right-color: rgb(6 95 70 / 0.75);
  }

  .\32xl\:border-r-emerald-800\/80 {
    border-right-color: rgb(6 95 70 / 0.8);
  }

  .\32xl\:border-r-emerald-800\/85 {
    border-right-color: rgb(6 95 70 / 0.85);
  }

  .\32xl\:border-r-emerald-800\/90 {
    border-right-color: rgb(6 95 70 / 0.9);
  }

  .\32xl\:border-r-emerald-800\/95 {
    border-right-color: rgb(6 95 70 / 0.95);
  }

  .\32xl\:border-r-emerald-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-900\/0 {
    border-right-color: rgb(6 78 59 / 0);
  }

  .\32xl\:border-r-emerald-900\/10 {
    border-right-color: rgb(6 78 59 / 0.1);
  }

  .\32xl\:border-r-emerald-900\/100 {
    border-right-color: rgb(6 78 59 / 1);
  }

  .\32xl\:border-r-emerald-900\/15 {
    border-right-color: rgb(6 78 59 / 0.15);
  }

  .\32xl\:border-r-emerald-900\/20 {
    border-right-color: rgb(6 78 59 / 0.2);
  }

  .\32xl\:border-r-emerald-900\/25 {
    border-right-color: rgb(6 78 59 / 0.25);
  }

  .\32xl\:border-r-emerald-900\/30 {
    border-right-color: rgb(6 78 59 / 0.3);
  }

  .\32xl\:border-r-emerald-900\/35 {
    border-right-color: rgb(6 78 59 / 0.35);
  }

  .\32xl\:border-r-emerald-900\/40 {
    border-right-color: rgb(6 78 59 / 0.4);
  }

  .\32xl\:border-r-emerald-900\/45 {
    border-right-color: rgb(6 78 59 / 0.45);
  }

  .\32xl\:border-r-emerald-900\/5 {
    border-right-color: rgb(6 78 59 / 0.05);
  }

  .\32xl\:border-r-emerald-900\/50 {
    border-right-color: rgb(6 78 59 / 0.5);
  }

  .\32xl\:border-r-emerald-900\/55 {
    border-right-color: rgb(6 78 59 / 0.55);
  }

  .\32xl\:border-r-emerald-900\/60 {
    border-right-color: rgb(6 78 59 / 0.6);
  }

  .\32xl\:border-r-emerald-900\/65 {
    border-right-color: rgb(6 78 59 / 0.65);
  }

  .\32xl\:border-r-emerald-900\/70 {
    border-right-color: rgb(6 78 59 / 0.7);
  }

  .\32xl\:border-r-emerald-900\/75 {
    border-right-color: rgb(6 78 59 / 0.75);
  }

  .\32xl\:border-r-emerald-900\/80 {
    border-right-color: rgb(6 78 59 / 0.8);
  }

  .\32xl\:border-r-emerald-900\/85 {
    border-right-color: rgb(6 78 59 / 0.85);
  }

  .\32xl\:border-r-emerald-900\/90 {
    border-right-color: rgb(6 78 59 / 0.9);
  }

  .\32xl\:border-r-emerald-900\/95 {
    border-right-color: rgb(6 78 59 / 0.95);
  }

  .\32xl\:border-r-emerald-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-emerald-950\/0 {
    border-right-color: rgb(2 44 34 / 0);
  }

  .\32xl\:border-r-emerald-950\/10 {
    border-right-color: rgb(2 44 34 / 0.1);
  }

  .\32xl\:border-r-emerald-950\/100 {
    border-right-color: rgb(2 44 34 / 1);
  }

  .\32xl\:border-r-emerald-950\/15 {
    border-right-color: rgb(2 44 34 / 0.15);
  }

  .\32xl\:border-r-emerald-950\/20 {
    border-right-color: rgb(2 44 34 / 0.2);
  }

  .\32xl\:border-r-emerald-950\/25 {
    border-right-color: rgb(2 44 34 / 0.25);
  }

  .\32xl\:border-r-emerald-950\/30 {
    border-right-color: rgb(2 44 34 / 0.3);
  }

  .\32xl\:border-r-emerald-950\/35 {
    border-right-color: rgb(2 44 34 / 0.35);
  }

  .\32xl\:border-r-emerald-950\/40 {
    border-right-color: rgb(2 44 34 / 0.4);
  }

  .\32xl\:border-r-emerald-950\/45 {
    border-right-color: rgb(2 44 34 / 0.45);
  }

  .\32xl\:border-r-emerald-950\/5 {
    border-right-color: rgb(2 44 34 / 0.05);
  }

  .\32xl\:border-r-emerald-950\/50 {
    border-right-color: rgb(2 44 34 / 0.5);
  }

  .\32xl\:border-r-emerald-950\/55 {
    border-right-color: rgb(2 44 34 / 0.55);
  }

  .\32xl\:border-r-emerald-950\/60 {
    border-right-color: rgb(2 44 34 / 0.6);
  }

  .\32xl\:border-r-emerald-950\/65 {
    border-right-color: rgb(2 44 34 / 0.65);
  }

  .\32xl\:border-r-emerald-950\/70 {
    border-right-color: rgb(2 44 34 / 0.7);
  }

  .\32xl\:border-r-emerald-950\/75 {
    border-right-color: rgb(2 44 34 / 0.75);
  }

  .\32xl\:border-r-emerald-950\/80 {
    border-right-color: rgb(2 44 34 / 0.8);
  }

  .\32xl\:border-r-emerald-950\/85 {
    border-right-color: rgb(2 44 34 / 0.85);
  }

  .\32xl\:border-r-emerald-950\/90 {
    border-right-color: rgb(2 44 34 / 0.9);
  }

  .\32xl\:border-r-emerald-950\/95 {
    border-right-color: rgb(2 44 34 / 0.95);
  }

  .\32xl\:border-r-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-foreground\/0 {
    border-right-color: hsl(var(--foreground) / 0);
  }

  .\32xl\:border-r-foreground\/10 {
    border-right-color: hsl(var(--foreground) / 0.1);
  }

  .\32xl\:border-r-foreground\/100 {
    border-right-color: hsl(var(--foreground) / 1);
  }

  .\32xl\:border-r-foreground\/15 {
    border-right-color: hsl(var(--foreground) / 0.15);
  }

  .\32xl\:border-r-foreground\/20 {
    border-right-color: hsl(var(--foreground) / 0.2);
  }

  .\32xl\:border-r-foreground\/25 {
    border-right-color: hsl(var(--foreground) / 0.25);
  }

  .\32xl\:border-r-foreground\/30 {
    border-right-color: hsl(var(--foreground) / 0.3);
  }

  .\32xl\:border-r-foreground\/35 {
    border-right-color: hsl(var(--foreground) / 0.35);
  }

  .\32xl\:border-r-foreground\/40 {
    border-right-color: hsl(var(--foreground) / 0.4);
  }

  .\32xl\:border-r-foreground\/45 {
    border-right-color: hsl(var(--foreground) / 0.45);
  }

  .\32xl\:border-r-foreground\/5 {
    border-right-color: hsl(var(--foreground) / 0.05);
  }

  .\32xl\:border-r-foreground\/50 {
    border-right-color: hsl(var(--foreground) / 0.5);
  }

  .\32xl\:border-r-foreground\/55 {
    border-right-color: hsl(var(--foreground) / 0.55);
  }

  .\32xl\:border-r-foreground\/60 {
    border-right-color: hsl(var(--foreground) / 0.6);
  }

  .\32xl\:border-r-foreground\/65 {
    border-right-color: hsl(var(--foreground) / 0.65);
  }

  .\32xl\:border-r-foreground\/70 {
    border-right-color: hsl(var(--foreground) / 0.7);
  }

  .\32xl\:border-r-foreground\/75 {
    border-right-color: hsl(var(--foreground) / 0.75);
  }

  .\32xl\:border-r-foreground\/80 {
    border-right-color: hsl(var(--foreground) / 0.8);
  }

  .\32xl\:border-r-foreground\/85 {
    border-right-color: hsl(var(--foreground) / 0.85);
  }

  .\32xl\:border-r-foreground\/90 {
    border-right-color: hsl(var(--foreground) / 0.9);
  }

  .\32xl\:border-r-foreground\/95 {
    border-right-color: hsl(var(--foreground) / 0.95);
  }

  .\32xl\:border-r-fuchsia-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-100\/0 {
    border-right-color: rgb(250 232 255 / 0);
  }

  .\32xl\:border-r-fuchsia-100\/10 {
    border-right-color: rgb(250 232 255 / 0.1);
  }

  .\32xl\:border-r-fuchsia-100\/100 {
    border-right-color: rgb(250 232 255 / 1);
  }

  .\32xl\:border-r-fuchsia-100\/15 {
    border-right-color: rgb(250 232 255 / 0.15);
  }

  .\32xl\:border-r-fuchsia-100\/20 {
    border-right-color: rgb(250 232 255 / 0.2);
  }

  .\32xl\:border-r-fuchsia-100\/25 {
    border-right-color: rgb(250 232 255 / 0.25);
  }

  .\32xl\:border-r-fuchsia-100\/30 {
    border-right-color: rgb(250 232 255 / 0.3);
  }

  .\32xl\:border-r-fuchsia-100\/35 {
    border-right-color: rgb(250 232 255 / 0.35);
  }

  .\32xl\:border-r-fuchsia-100\/40 {
    border-right-color: rgb(250 232 255 / 0.4);
  }

  .\32xl\:border-r-fuchsia-100\/45 {
    border-right-color: rgb(250 232 255 / 0.45);
  }

  .\32xl\:border-r-fuchsia-100\/5 {
    border-right-color: rgb(250 232 255 / 0.05);
  }

  .\32xl\:border-r-fuchsia-100\/50 {
    border-right-color: rgb(250 232 255 / 0.5);
  }

  .\32xl\:border-r-fuchsia-100\/55 {
    border-right-color: rgb(250 232 255 / 0.55);
  }

  .\32xl\:border-r-fuchsia-100\/60 {
    border-right-color: rgb(250 232 255 / 0.6);
  }

  .\32xl\:border-r-fuchsia-100\/65 {
    border-right-color: rgb(250 232 255 / 0.65);
  }

  .\32xl\:border-r-fuchsia-100\/70 {
    border-right-color: rgb(250 232 255 / 0.7);
  }

  .\32xl\:border-r-fuchsia-100\/75 {
    border-right-color: rgb(250 232 255 / 0.75);
  }

  .\32xl\:border-r-fuchsia-100\/80 {
    border-right-color: rgb(250 232 255 / 0.8);
  }

  .\32xl\:border-r-fuchsia-100\/85 {
    border-right-color: rgb(250 232 255 / 0.85);
  }

  .\32xl\:border-r-fuchsia-100\/90 {
    border-right-color: rgb(250 232 255 / 0.9);
  }

  .\32xl\:border-r-fuchsia-100\/95 {
    border-right-color: rgb(250 232 255 / 0.95);
  }

  .\32xl\:border-r-fuchsia-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-200\/0 {
    border-right-color: rgb(245 208 254 / 0);
  }

  .\32xl\:border-r-fuchsia-200\/10 {
    border-right-color: rgb(245 208 254 / 0.1);
  }

  .\32xl\:border-r-fuchsia-200\/100 {
    border-right-color: rgb(245 208 254 / 1);
  }

  .\32xl\:border-r-fuchsia-200\/15 {
    border-right-color: rgb(245 208 254 / 0.15);
  }

  .\32xl\:border-r-fuchsia-200\/20 {
    border-right-color: rgb(245 208 254 / 0.2);
  }

  .\32xl\:border-r-fuchsia-200\/25 {
    border-right-color: rgb(245 208 254 / 0.25);
  }

  .\32xl\:border-r-fuchsia-200\/30 {
    border-right-color: rgb(245 208 254 / 0.3);
  }

  .\32xl\:border-r-fuchsia-200\/35 {
    border-right-color: rgb(245 208 254 / 0.35);
  }

  .\32xl\:border-r-fuchsia-200\/40 {
    border-right-color: rgb(245 208 254 / 0.4);
  }

  .\32xl\:border-r-fuchsia-200\/45 {
    border-right-color: rgb(245 208 254 / 0.45);
  }

  .\32xl\:border-r-fuchsia-200\/5 {
    border-right-color: rgb(245 208 254 / 0.05);
  }

  .\32xl\:border-r-fuchsia-200\/50 {
    border-right-color: rgb(245 208 254 / 0.5);
  }

  .\32xl\:border-r-fuchsia-200\/55 {
    border-right-color: rgb(245 208 254 / 0.55);
  }

  .\32xl\:border-r-fuchsia-200\/60 {
    border-right-color: rgb(245 208 254 / 0.6);
  }

  .\32xl\:border-r-fuchsia-200\/65 {
    border-right-color: rgb(245 208 254 / 0.65);
  }

  .\32xl\:border-r-fuchsia-200\/70 {
    border-right-color: rgb(245 208 254 / 0.7);
  }

  .\32xl\:border-r-fuchsia-200\/75 {
    border-right-color: rgb(245 208 254 / 0.75);
  }

  .\32xl\:border-r-fuchsia-200\/80 {
    border-right-color: rgb(245 208 254 / 0.8);
  }

  .\32xl\:border-r-fuchsia-200\/85 {
    border-right-color: rgb(245 208 254 / 0.85);
  }

  .\32xl\:border-r-fuchsia-200\/90 {
    border-right-color: rgb(245 208 254 / 0.9);
  }

  .\32xl\:border-r-fuchsia-200\/95 {
    border-right-color: rgb(245 208 254 / 0.95);
  }

  .\32xl\:border-r-fuchsia-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-300\/0 {
    border-right-color: rgb(240 171 252 / 0);
  }

  .\32xl\:border-r-fuchsia-300\/10 {
    border-right-color: rgb(240 171 252 / 0.1);
  }

  .\32xl\:border-r-fuchsia-300\/100 {
    border-right-color: rgb(240 171 252 / 1);
  }

  .\32xl\:border-r-fuchsia-300\/15 {
    border-right-color: rgb(240 171 252 / 0.15);
  }

  .\32xl\:border-r-fuchsia-300\/20 {
    border-right-color: rgb(240 171 252 / 0.2);
  }

  .\32xl\:border-r-fuchsia-300\/25 {
    border-right-color: rgb(240 171 252 / 0.25);
  }

  .\32xl\:border-r-fuchsia-300\/30 {
    border-right-color: rgb(240 171 252 / 0.3);
  }

  .\32xl\:border-r-fuchsia-300\/35 {
    border-right-color: rgb(240 171 252 / 0.35);
  }

  .\32xl\:border-r-fuchsia-300\/40 {
    border-right-color: rgb(240 171 252 / 0.4);
  }

  .\32xl\:border-r-fuchsia-300\/45 {
    border-right-color: rgb(240 171 252 / 0.45);
  }

  .\32xl\:border-r-fuchsia-300\/5 {
    border-right-color: rgb(240 171 252 / 0.05);
  }

  .\32xl\:border-r-fuchsia-300\/50 {
    border-right-color: rgb(240 171 252 / 0.5);
  }

  .\32xl\:border-r-fuchsia-300\/55 {
    border-right-color: rgb(240 171 252 / 0.55);
  }

  .\32xl\:border-r-fuchsia-300\/60 {
    border-right-color: rgb(240 171 252 / 0.6);
  }

  .\32xl\:border-r-fuchsia-300\/65 {
    border-right-color: rgb(240 171 252 / 0.65);
  }

  .\32xl\:border-r-fuchsia-300\/70 {
    border-right-color: rgb(240 171 252 / 0.7);
  }

  .\32xl\:border-r-fuchsia-300\/75 {
    border-right-color: rgb(240 171 252 / 0.75);
  }

  .\32xl\:border-r-fuchsia-300\/80 {
    border-right-color: rgb(240 171 252 / 0.8);
  }

  .\32xl\:border-r-fuchsia-300\/85 {
    border-right-color: rgb(240 171 252 / 0.85);
  }

  .\32xl\:border-r-fuchsia-300\/90 {
    border-right-color: rgb(240 171 252 / 0.9);
  }

  .\32xl\:border-r-fuchsia-300\/95 {
    border-right-color: rgb(240 171 252 / 0.95);
  }

  .\32xl\:border-r-fuchsia-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-400\/0 {
    border-right-color: rgb(232 121 249 / 0);
  }

  .\32xl\:border-r-fuchsia-400\/10 {
    border-right-color: rgb(232 121 249 / 0.1);
  }

  .\32xl\:border-r-fuchsia-400\/100 {
    border-right-color: rgb(232 121 249 / 1);
  }

  .\32xl\:border-r-fuchsia-400\/15 {
    border-right-color: rgb(232 121 249 / 0.15);
  }

  .\32xl\:border-r-fuchsia-400\/20 {
    border-right-color: rgb(232 121 249 / 0.2);
  }

  .\32xl\:border-r-fuchsia-400\/25 {
    border-right-color: rgb(232 121 249 / 0.25);
  }

  .\32xl\:border-r-fuchsia-400\/30 {
    border-right-color: rgb(232 121 249 / 0.3);
  }

  .\32xl\:border-r-fuchsia-400\/35 {
    border-right-color: rgb(232 121 249 / 0.35);
  }

  .\32xl\:border-r-fuchsia-400\/40 {
    border-right-color: rgb(232 121 249 / 0.4);
  }

  .\32xl\:border-r-fuchsia-400\/45 {
    border-right-color: rgb(232 121 249 / 0.45);
  }

  .\32xl\:border-r-fuchsia-400\/5 {
    border-right-color: rgb(232 121 249 / 0.05);
  }

  .\32xl\:border-r-fuchsia-400\/50 {
    border-right-color: rgb(232 121 249 / 0.5);
  }

  .\32xl\:border-r-fuchsia-400\/55 {
    border-right-color: rgb(232 121 249 / 0.55);
  }

  .\32xl\:border-r-fuchsia-400\/60 {
    border-right-color: rgb(232 121 249 / 0.6);
  }

  .\32xl\:border-r-fuchsia-400\/65 {
    border-right-color: rgb(232 121 249 / 0.65);
  }

  .\32xl\:border-r-fuchsia-400\/70 {
    border-right-color: rgb(232 121 249 / 0.7);
  }

  .\32xl\:border-r-fuchsia-400\/75 {
    border-right-color: rgb(232 121 249 / 0.75);
  }

  .\32xl\:border-r-fuchsia-400\/80 {
    border-right-color: rgb(232 121 249 / 0.8);
  }

  .\32xl\:border-r-fuchsia-400\/85 {
    border-right-color: rgb(232 121 249 / 0.85);
  }

  .\32xl\:border-r-fuchsia-400\/90 {
    border-right-color: rgb(232 121 249 / 0.9);
  }

  .\32xl\:border-r-fuchsia-400\/95 {
    border-right-color: rgb(232 121 249 / 0.95);
  }

  .\32xl\:border-r-fuchsia-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-50\/0 {
    border-right-color: rgb(253 244 255 / 0);
  }

  .\32xl\:border-r-fuchsia-50\/10 {
    border-right-color: rgb(253 244 255 / 0.1);
  }

  .\32xl\:border-r-fuchsia-50\/100 {
    border-right-color: rgb(253 244 255 / 1);
  }

  .\32xl\:border-r-fuchsia-50\/15 {
    border-right-color: rgb(253 244 255 / 0.15);
  }

  .\32xl\:border-r-fuchsia-50\/20 {
    border-right-color: rgb(253 244 255 / 0.2);
  }

  .\32xl\:border-r-fuchsia-50\/25 {
    border-right-color: rgb(253 244 255 / 0.25);
  }

  .\32xl\:border-r-fuchsia-50\/30 {
    border-right-color: rgb(253 244 255 / 0.3);
  }

  .\32xl\:border-r-fuchsia-50\/35 {
    border-right-color: rgb(253 244 255 / 0.35);
  }

  .\32xl\:border-r-fuchsia-50\/40 {
    border-right-color: rgb(253 244 255 / 0.4);
  }

  .\32xl\:border-r-fuchsia-50\/45 {
    border-right-color: rgb(253 244 255 / 0.45);
  }

  .\32xl\:border-r-fuchsia-50\/5 {
    border-right-color: rgb(253 244 255 / 0.05);
  }

  .\32xl\:border-r-fuchsia-50\/50 {
    border-right-color: rgb(253 244 255 / 0.5);
  }

  .\32xl\:border-r-fuchsia-50\/55 {
    border-right-color: rgb(253 244 255 / 0.55);
  }

  .\32xl\:border-r-fuchsia-50\/60 {
    border-right-color: rgb(253 244 255 / 0.6);
  }

  .\32xl\:border-r-fuchsia-50\/65 {
    border-right-color: rgb(253 244 255 / 0.65);
  }

  .\32xl\:border-r-fuchsia-50\/70 {
    border-right-color: rgb(253 244 255 / 0.7);
  }

  .\32xl\:border-r-fuchsia-50\/75 {
    border-right-color: rgb(253 244 255 / 0.75);
  }

  .\32xl\:border-r-fuchsia-50\/80 {
    border-right-color: rgb(253 244 255 / 0.8);
  }

  .\32xl\:border-r-fuchsia-50\/85 {
    border-right-color: rgb(253 244 255 / 0.85);
  }

  .\32xl\:border-r-fuchsia-50\/90 {
    border-right-color: rgb(253 244 255 / 0.9);
  }

  .\32xl\:border-r-fuchsia-50\/95 {
    border-right-color: rgb(253 244 255 / 0.95);
  }

  .\32xl\:border-r-fuchsia-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-500\/0 {
    border-right-color: rgb(217 70 239 / 0);
  }

  .\32xl\:border-r-fuchsia-500\/10 {
    border-right-color: rgb(217 70 239 / 0.1);
  }

  .\32xl\:border-r-fuchsia-500\/100 {
    border-right-color: rgb(217 70 239 / 1);
  }

  .\32xl\:border-r-fuchsia-500\/15 {
    border-right-color: rgb(217 70 239 / 0.15);
  }

  .\32xl\:border-r-fuchsia-500\/20 {
    border-right-color: rgb(217 70 239 / 0.2);
  }

  .\32xl\:border-r-fuchsia-500\/25 {
    border-right-color: rgb(217 70 239 / 0.25);
  }

  .\32xl\:border-r-fuchsia-500\/30 {
    border-right-color: rgb(217 70 239 / 0.3);
  }

  .\32xl\:border-r-fuchsia-500\/35 {
    border-right-color: rgb(217 70 239 / 0.35);
  }

  .\32xl\:border-r-fuchsia-500\/40 {
    border-right-color: rgb(217 70 239 / 0.4);
  }

  .\32xl\:border-r-fuchsia-500\/45 {
    border-right-color: rgb(217 70 239 / 0.45);
  }

  .\32xl\:border-r-fuchsia-500\/5 {
    border-right-color: rgb(217 70 239 / 0.05);
  }

  .\32xl\:border-r-fuchsia-500\/50 {
    border-right-color: rgb(217 70 239 / 0.5);
  }

  .\32xl\:border-r-fuchsia-500\/55 {
    border-right-color: rgb(217 70 239 / 0.55);
  }

  .\32xl\:border-r-fuchsia-500\/60 {
    border-right-color: rgb(217 70 239 / 0.6);
  }

  .\32xl\:border-r-fuchsia-500\/65 {
    border-right-color: rgb(217 70 239 / 0.65);
  }

  .\32xl\:border-r-fuchsia-500\/70 {
    border-right-color: rgb(217 70 239 / 0.7);
  }

  .\32xl\:border-r-fuchsia-500\/75 {
    border-right-color: rgb(217 70 239 / 0.75);
  }

  .\32xl\:border-r-fuchsia-500\/80 {
    border-right-color: rgb(217 70 239 / 0.8);
  }

  .\32xl\:border-r-fuchsia-500\/85 {
    border-right-color: rgb(217 70 239 / 0.85);
  }

  .\32xl\:border-r-fuchsia-500\/90 {
    border-right-color: rgb(217 70 239 / 0.9);
  }

  .\32xl\:border-r-fuchsia-500\/95 {
    border-right-color: rgb(217 70 239 / 0.95);
  }

  .\32xl\:border-r-fuchsia-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-600\/0 {
    border-right-color: rgb(192 38 211 / 0);
  }

  .\32xl\:border-r-fuchsia-600\/10 {
    border-right-color: rgb(192 38 211 / 0.1);
  }

  .\32xl\:border-r-fuchsia-600\/100 {
    border-right-color: rgb(192 38 211 / 1);
  }

  .\32xl\:border-r-fuchsia-600\/15 {
    border-right-color: rgb(192 38 211 / 0.15);
  }

  .\32xl\:border-r-fuchsia-600\/20 {
    border-right-color: rgb(192 38 211 / 0.2);
  }

  .\32xl\:border-r-fuchsia-600\/25 {
    border-right-color: rgb(192 38 211 / 0.25);
  }

  .\32xl\:border-r-fuchsia-600\/30 {
    border-right-color: rgb(192 38 211 / 0.3);
  }

  .\32xl\:border-r-fuchsia-600\/35 {
    border-right-color: rgb(192 38 211 / 0.35);
  }

  .\32xl\:border-r-fuchsia-600\/40 {
    border-right-color: rgb(192 38 211 / 0.4);
  }

  .\32xl\:border-r-fuchsia-600\/45 {
    border-right-color: rgb(192 38 211 / 0.45);
  }

  .\32xl\:border-r-fuchsia-600\/5 {
    border-right-color: rgb(192 38 211 / 0.05);
  }

  .\32xl\:border-r-fuchsia-600\/50 {
    border-right-color: rgb(192 38 211 / 0.5);
  }

  .\32xl\:border-r-fuchsia-600\/55 {
    border-right-color: rgb(192 38 211 / 0.55);
  }

  .\32xl\:border-r-fuchsia-600\/60 {
    border-right-color: rgb(192 38 211 / 0.6);
  }

  .\32xl\:border-r-fuchsia-600\/65 {
    border-right-color: rgb(192 38 211 / 0.65);
  }

  .\32xl\:border-r-fuchsia-600\/70 {
    border-right-color: rgb(192 38 211 / 0.7);
  }

  .\32xl\:border-r-fuchsia-600\/75 {
    border-right-color: rgb(192 38 211 / 0.75);
  }

  .\32xl\:border-r-fuchsia-600\/80 {
    border-right-color: rgb(192 38 211 / 0.8);
  }

  .\32xl\:border-r-fuchsia-600\/85 {
    border-right-color: rgb(192 38 211 / 0.85);
  }

  .\32xl\:border-r-fuchsia-600\/90 {
    border-right-color: rgb(192 38 211 / 0.9);
  }

  .\32xl\:border-r-fuchsia-600\/95 {
    border-right-color: rgb(192 38 211 / 0.95);
  }

  .\32xl\:border-r-fuchsia-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-700\/0 {
    border-right-color: rgb(162 28 175 / 0);
  }

  .\32xl\:border-r-fuchsia-700\/10 {
    border-right-color: rgb(162 28 175 / 0.1);
  }

  .\32xl\:border-r-fuchsia-700\/100 {
    border-right-color: rgb(162 28 175 / 1);
  }

  .\32xl\:border-r-fuchsia-700\/15 {
    border-right-color: rgb(162 28 175 / 0.15);
  }

  .\32xl\:border-r-fuchsia-700\/20 {
    border-right-color: rgb(162 28 175 / 0.2);
  }

  .\32xl\:border-r-fuchsia-700\/25 {
    border-right-color: rgb(162 28 175 / 0.25);
  }

  .\32xl\:border-r-fuchsia-700\/30 {
    border-right-color: rgb(162 28 175 / 0.3);
  }

  .\32xl\:border-r-fuchsia-700\/35 {
    border-right-color: rgb(162 28 175 / 0.35);
  }

  .\32xl\:border-r-fuchsia-700\/40 {
    border-right-color: rgb(162 28 175 / 0.4);
  }

  .\32xl\:border-r-fuchsia-700\/45 {
    border-right-color: rgb(162 28 175 / 0.45);
  }

  .\32xl\:border-r-fuchsia-700\/5 {
    border-right-color: rgb(162 28 175 / 0.05);
  }

  .\32xl\:border-r-fuchsia-700\/50 {
    border-right-color: rgb(162 28 175 / 0.5);
  }

  .\32xl\:border-r-fuchsia-700\/55 {
    border-right-color: rgb(162 28 175 / 0.55);
  }

  .\32xl\:border-r-fuchsia-700\/60 {
    border-right-color: rgb(162 28 175 / 0.6);
  }

  .\32xl\:border-r-fuchsia-700\/65 {
    border-right-color: rgb(162 28 175 / 0.65);
  }

  .\32xl\:border-r-fuchsia-700\/70 {
    border-right-color: rgb(162 28 175 / 0.7);
  }

  .\32xl\:border-r-fuchsia-700\/75 {
    border-right-color: rgb(162 28 175 / 0.75);
  }

  .\32xl\:border-r-fuchsia-700\/80 {
    border-right-color: rgb(162 28 175 / 0.8);
  }

  .\32xl\:border-r-fuchsia-700\/85 {
    border-right-color: rgb(162 28 175 / 0.85);
  }

  .\32xl\:border-r-fuchsia-700\/90 {
    border-right-color: rgb(162 28 175 / 0.9);
  }

  .\32xl\:border-r-fuchsia-700\/95 {
    border-right-color: rgb(162 28 175 / 0.95);
  }

  .\32xl\:border-r-fuchsia-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-800\/0 {
    border-right-color: rgb(134 25 143 / 0);
  }

  .\32xl\:border-r-fuchsia-800\/10 {
    border-right-color: rgb(134 25 143 / 0.1);
  }

  .\32xl\:border-r-fuchsia-800\/100 {
    border-right-color: rgb(134 25 143 / 1);
  }

  .\32xl\:border-r-fuchsia-800\/15 {
    border-right-color: rgb(134 25 143 / 0.15);
  }

  .\32xl\:border-r-fuchsia-800\/20 {
    border-right-color: rgb(134 25 143 / 0.2);
  }

  .\32xl\:border-r-fuchsia-800\/25 {
    border-right-color: rgb(134 25 143 / 0.25);
  }

  .\32xl\:border-r-fuchsia-800\/30 {
    border-right-color: rgb(134 25 143 / 0.3);
  }

  .\32xl\:border-r-fuchsia-800\/35 {
    border-right-color: rgb(134 25 143 / 0.35);
  }

  .\32xl\:border-r-fuchsia-800\/40 {
    border-right-color: rgb(134 25 143 / 0.4);
  }

  .\32xl\:border-r-fuchsia-800\/45 {
    border-right-color: rgb(134 25 143 / 0.45);
  }

  .\32xl\:border-r-fuchsia-800\/5 {
    border-right-color: rgb(134 25 143 / 0.05);
  }

  .\32xl\:border-r-fuchsia-800\/50 {
    border-right-color: rgb(134 25 143 / 0.5);
  }

  .\32xl\:border-r-fuchsia-800\/55 {
    border-right-color: rgb(134 25 143 / 0.55);
  }

  .\32xl\:border-r-fuchsia-800\/60 {
    border-right-color: rgb(134 25 143 / 0.6);
  }

  .\32xl\:border-r-fuchsia-800\/65 {
    border-right-color: rgb(134 25 143 / 0.65);
  }

  .\32xl\:border-r-fuchsia-800\/70 {
    border-right-color: rgb(134 25 143 / 0.7);
  }

  .\32xl\:border-r-fuchsia-800\/75 {
    border-right-color: rgb(134 25 143 / 0.75);
  }

  .\32xl\:border-r-fuchsia-800\/80 {
    border-right-color: rgb(134 25 143 / 0.8);
  }

  .\32xl\:border-r-fuchsia-800\/85 {
    border-right-color: rgb(134 25 143 / 0.85);
  }

  .\32xl\:border-r-fuchsia-800\/90 {
    border-right-color: rgb(134 25 143 / 0.9);
  }

  .\32xl\:border-r-fuchsia-800\/95 {
    border-right-color: rgb(134 25 143 / 0.95);
  }

  .\32xl\:border-r-fuchsia-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-900\/0 {
    border-right-color: rgb(112 26 117 / 0);
  }

  .\32xl\:border-r-fuchsia-900\/10 {
    border-right-color: rgb(112 26 117 / 0.1);
  }

  .\32xl\:border-r-fuchsia-900\/100 {
    border-right-color: rgb(112 26 117 / 1);
  }

  .\32xl\:border-r-fuchsia-900\/15 {
    border-right-color: rgb(112 26 117 / 0.15);
  }

  .\32xl\:border-r-fuchsia-900\/20 {
    border-right-color: rgb(112 26 117 / 0.2);
  }

  .\32xl\:border-r-fuchsia-900\/25 {
    border-right-color: rgb(112 26 117 / 0.25);
  }

  .\32xl\:border-r-fuchsia-900\/30 {
    border-right-color: rgb(112 26 117 / 0.3);
  }

  .\32xl\:border-r-fuchsia-900\/35 {
    border-right-color: rgb(112 26 117 / 0.35);
  }

  .\32xl\:border-r-fuchsia-900\/40 {
    border-right-color: rgb(112 26 117 / 0.4);
  }

  .\32xl\:border-r-fuchsia-900\/45 {
    border-right-color: rgb(112 26 117 / 0.45);
  }

  .\32xl\:border-r-fuchsia-900\/5 {
    border-right-color: rgb(112 26 117 / 0.05);
  }

  .\32xl\:border-r-fuchsia-900\/50 {
    border-right-color: rgb(112 26 117 / 0.5);
  }

  .\32xl\:border-r-fuchsia-900\/55 {
    border-right-color: rgb(112 26 117 / 0.55);
  }

  .\32xl\:border-r-fuchsia-900\/60 {
    border-right-color: rgb(112 26 117 / 0.6);
  }

  .\32xl\:border-r-fuchsia-900\/65 {
    border-right-color: rgb(112 26 117 / 0.65);
  }

  .\32xl\:border-r-fuchsia-900\/70 {
    border-right-color: rgb(112 26 117 / 0.7);
  }

  .\32xl\:border-r-fuchsia-900\/75 {
    border-right-color: rgb(112 26 117 / 0.75);
  }

  .\32xl\:border-r-fuchsia-900\/80 {
    border-right-color: rgb(112 26 117 / 0.8);
  }

  .\32xl\:border-r-fuchsia-900\/85 {
    border-right-color: rgb(112 26 117 / 0.85);
  }

  .\32xl\:border-r-fuchsia-900\/90 {
    border-right-color: rgb(112 26 117 / 0.9);
  }

  .\32xl\:border-r-fuchsia-900\/95 {
    border-right-color: rgb(112 26 117 / 0.95);
  }

  .\32xl\:border-r-fuchsia-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-fuchsia-950\/0 {
    border-right-color: rgb(74 4 78 / 0);
  }

  .\32xl\:border-r-fuchsia-950\/10 {
    border-right-color: rgb(74 4 78 / 0.1);
  }

  .\32xl\:border-r-fuchsia-950\/100 {
    border-right-color: rgb(74 4 78 / 1);
  }

  .\32xl\:border-r-fuchsia-950\/15 {
    border-right-color: rgb(74 4 78 / 0.15);
  }

  .\32xl\:border-r-fuchsia-950\/20 {
    border-right-color: rgb(74 4 78 / 0.2);
  }

  .\32xl\:border-r-fuchsia-950\/25 {
    border-right-color: rgb(74 4 78 / 0.25);
  }

  .\32xl\:border-r-fuchsia-950\/30 {
    border-right-color: rgb(74 4 78 / 0.3);
  }

  .\32xl\:border-r-fuchsia-950\/35 {
    border-right-color: rgb(74 4 78 / 0.35);
  }

  .\32xl\:border-r-fuchsia-950\/40 {
    border-right-color: rgb(74 4 78 / 0.4);
  }

  .\32xl\:border-r-fuchsia-950\/45 {
    border-right-color: rgb(74 4 78 / 0.45);
  }

  .\32xl\:border-r-fuchsia-950\/5 {
    border-right-color: rgb(74 4 78 / 0.05);
  }

  .\32xl\:border-r-fuchsia-950\/50 {
    border-right-color: rgb(74 4 78 / 0.5);
  }

  .\32xl\:border-r-fuchsia-950\/55 {
    border-right-color: rgb(74 4 78 / 0.55);
  }

  .\32xl\:border-r-fuchsia-950\/60 {
    border-right-color: rgb(74 4 78 / 0.6);
  }

  .\32xl\:border-r-fuchsia-950\/65 {
    border-right-color: rgb(74 4 78 / 0.65);
  }

  .\32xl\:border-r-fuchsia-950\/70 {
    border-right-color: rgb(74 4 78 / 0.7);
  }

  .\32xl\:border-r-fuchsia-950\/75 {
    border-right-color: rgb(74 4 78 / 0.75);
  }

  .\32xl\:border-r-fuchsia-950\/80 {
    border-right-color: rgb(74 4 78 / 0.8);
  }

  .\32xl\:border-r-fuchsia-950\/85 {
    border-right-color: rgb(74 4 78 / 0.85);
  }

  .\32xl\:border-r-fuchsia-950\/90 {
    border-right-color: rgb(74 4 78 / 0.9);
  }

  .\32xl\:border-r-fuchsia-950\/95 {
    border-right-color: rgb(74 4 78 / 0.95);
  }

  .\32xl\:border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-100\/0 {
    border-right-color: rgb(243 244 246 / 0);
  }

  .\32xl\:border-r-gray-100\/10 {
    border-right-color: rgb(243 244 246 / 0.1);
  }

  .\32xl\:border-r-gray-100\/100 {
    border-right-color: rgb(243 244 246 / 1);
  }

  .\32xl\:border-r-gray-100\/15 {
    border-right-color: rgb(243 244 246 / 0.15);
  }

  .\32xl\:border-r-gray-100\/20 {
    border-right-color: rgb(243 244 246 / 0.2);
  }

  .\32xl\:border-r-gray-100\/25 {
    border-right-color: rgb(243 244 246 / 0.25);
  }

  .\32xl\:border-r-gray-100\/30 {
    border-right-color: rgb(243 244 246 / 0.3);
  }

  .\32xl\:border-r-gray-100\/35 {
    border-right-color: rgb(243 244 246 / 0.35);
  }

  .\32xl\:border-r-gray-100\/40 {
    border-right-color: rgb(243 244 246 / 0.4);
  }

  .\32xl\:border-r-gray-100\/45 {
    border-right-color: rgb(243 244 246 / 0.45);
  }

  .\32xl\:border-r-gray-100\/5 {
    border-right-color: rgb(243 244 246 / 0.05);
  }

  .\32xl\:border-r-gray-100\/50 {
    border-right-color: rgb(243 244 246 / 0.5);
  }

  .\32xl\:border-r-gray-100\/55 {
    border-right-color: rgb(243 244 246 / 0.55);
  }

  .\32xl\:border-r-gray-100\/60 {
    border-right-color: rgb(243 244 246 / 0.6);
  }

  .\32xl\:border-r-gray-100\/65 {
    border-right-color: rgb(243 244 246 / 0.65);
  }

  .\32xl\:border-r-gray-100\/70 {
    border-right-color: rgb(243 244 246 / 0.7);
  }

  .\32xl\:border-r-gray-100\/75 {
    border-right-color: rgb(243 244 246 / 0.75);
  }

  .\32xl\:border-r-gray-100\/80 {
    border-right-color: rgb(243 244 246 / 0.8);
  }

  .\32xl\:border-r-gray-100\/85 {
    border-right-color: rgb(243 244 246 / 0.85);
  }

  .\32xl\:border-r-gray-100\/90 {
    border-right-color: rgb(243 244 246 / 0.9);
  }

  .\32xl\:border-r-gray-100\/95 {
    border-right-color: rgb(243 244 246 / 0.95);
  }

  .\32xl\:border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-200\/0 {
    border-right-color: rgb(229 231 235 / 0);
  }

  .\32xl\:border-r-gray-200\/10 {
    border-right-color: rgb(229 231 235 / 0.1);
  }

  .\32xl\:border-r-gray-200\/100 {
    border-right-color: rgb(229 231 235 / 1);
  }

  .\32xl\:border-r-gray-200\/15 {
    border-right-color: rgb(229 231 235 / 0.15);
  }

  .\32xl\:border-r-gray-200\/20 {
    border-right-color: rgb(229 231 235 / 0.2);
  }

  .\32xl\:border-r-gray-200\/25 {
    border-right-color: rgb(229 231 235 / 0.25);
  }

  .\32xl\:border-r-gray-200\/30 {
    border-right-color: rgb(229 231 235 / 0.3);
  }

  .\32xl\:border-r-gray-200\/35 {
    border-right-color: rgb(229 231 235 / 0.35);
  }

  .\32xl\:border-r-gray-200\/40 {
    border-right-color: rgb(229 231 235 / 0.4);
  }

  .\32xl\:border-r-gray-200\/45 {
    border-right-color: rgb(229 231 235 / 0.45);
  }

  .\32xl\:border-r-gray-200\/5 {
    border-right-color: rgb(229 231 235 / 0.05);
  }

  .\32xl\:border-r-gray-200\/50 {
    border-right-color: rgb(229 231 235 / 0.5);
  }

  .\32xl\:border-r-gray-200\/55 {
    border-right-color: rgb(229 231 235 / 0.55);
  }

  .\32xl\:border-r-gray-200\/60 {
    border-right-color: rgb(229 231 235 / 0.6);
  }

  .\32xl\:border-r-gray-200\/65 {
    border-right-color: rgb(229 231 235 / 0.65);
  }

  .\32xl\:border-r-gray-200\/70 {
    border-right-color: rgb(229 231 235 / 0.7);
  }

  .\32xl\:border-r-gray-200\/75 {
    border-right-color: rgb(229 231 235 / 0.75);
  }

  .\32xl\:border-r-gray-200\/80 {
    border-right-color: rgb(229 231 235 / 0.8);
  }

  .\32xl\:border-r-gray-200\/85 {
    border-right-color: rgb(229 231 235 / 0.85);
  }

  .\32xl\:border-r-gray-200\/90 {
    border-right-color: rgb(229 231 235 / 0.9);
  }

  .\32xl\:border-r-gray-200\/95 {
    border-right-color: rgb(229 231 235 / 0.95);
  }

  .\32xl\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-300\/0 {
    border-right-color: rgb(209 213 219 / 0);
  }

  .\32xl\:border-r-gray-300\/10 {
    border-right-color: rgb(209 213 219 / 0.1);
  }

  .\32xl\:border-r-gray-300\/100 {
    border-right-color: rgb(209 213 219 / 1);
  }

  .\32xl\:border-r-gray-300\/15 {
    border-right-color: rgb(209 213 219 / 0.15);
  }

  .\32xl\:border-r-gray-300\/20 {
    border-right-color: rgb(209 213 219 / 0.2);
  }

  .\32xl\:border-r-gray-300\/25 {
    border-right-color: rgb(209 213 219 / 0.25);
  }

  .\32xl\:border-r-gray-300\/30 {
    border-right-color: rgb(209 213 219 / 0.3);
  }

  .\32xl\:border-r-gray-300\/35 {
    border-right-color: rgb(209 213 219 / 0.35);
  }

  .\32xl\:border-r-gray-300\/40 {
    border-right-color: rgb(209 213 219 / 0.4);
  }

  .\32xl\:border-r-gray-300\/45 {
    border-right-color: rgb(209 213 219 / 0.45);
  }

  .\32xl\:border-r-gray-300\/5 {
    border-right-color: rgb(209 213 219 / 0.05);
  }

  .\32xl\:border-r-gray-300\/50 {
    border-right-color: rgb(209 213 219 / 0.5);
  }

  .\32xl\:border-r-gray-300\/55 {
    border-right-color: rgb(209 213 219 / 0.55);
  }

  .\32xl\:border-r-gray-300\/60 {
    border-right-color: rgb(209 213 219 / 0.6);
  }

  .\32xl\:border-r-gray-300\/65 {
    border-right-color: rgb(209 213 219 / 0.65);
  }

  .\32xl\:border-r-gray-300\/70 {
    border-right-color: rgb(209 213 219 / 0.7);
  }

  .\32xl\:border-r-gray-300\/75 {
    border-right-color: rgb(209 213 219 / 0.75);
  }

  .\32xl\:border-r-gray-300\/80 {
    border-right-color: rgb(209 213 219 / 0.8);
  }

  .\32xl\:border-r-gray-300\/85 {
    border-right-color: rgb(209 213 219 / 0.85);
  }

  .\32xl\:border-r-gray-300\/90 {
    border-right-color: rgb(209 213 219 / 0.9);
  }

  .\32xl\:border-r-gray-300\/95 {
    border-right-color: rgb(209 213 219 / 0.95);
  }

  .\32xl\:border-r-gray-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-400\/0 {
    border-right-color: rgb(156 163 175 / 0);
  }

  .\32xl\:border-r-gray-400\/10 {
    border-right-color: rgb(156 163 175 / 0.1);
  }

  .\32xl\:border-r-gray-400\/100 {
    border-right-color: rgb(156 163 175 / 1);
  }

  .\32xl\:border-r-gray-400\/15 {
    border-right-color: rgb(156 163 175 / 0.15);
  }

  .\32xl\:border-r-gray-400\/20 {
    border-right-color: rgb(156 163 175 / 0.2);
  }

  .\32xl\:border-r-gray-400\/25 {
    border-right-color: rgb(156 163 175 / 0.25);
  }

  .\32xl\:border-r-gray-400\/30 {
    border-right-color: rgb(156 163 175 / 0.3);
  }

  .\32xl\:border-r-gray-400\/35 {
    border-right-color: rgb(156 163 175 / 0.35);
  }

  .\32xl\:border-r-gray-400\/40 {
    border-right-color: rgb(156 163 175 / 0.4);
  }

  .\32xl\:border-r-gray-400\/45 {
    border-right-color: rgb(156 163 175 / 0.45);
  }

  .\32xl\:border-r-gray-400\/5 {
    border-right-color: rgb(156 163 175 / 0.05);
  }

  .\32xl\:border-r-gray-400\/50 {
    border-right-color: rgb(156 163 175 / 0.5);
  }

  .\32xl\:border-r-gray-400\/55 {
    border-right-color: rgb(156 163 175 / 0.55);
  }

  .\32xl\:border-r-gray-400\/60 {
    border-right-color: rgb(156 163 175 / 0.6);
  }

  .\32xl\:border-r-gray-400\/65 {
    border-right-color: rgb(156 163 175 / 0.65);
  }

  .\32xl\:border-r-gray-400\/70 {
    border-right-color: rgb(156 163 175 / 0.7);
  }

  .\32xl\:border-r-gray-400\/75 {
    border-right-color: rgb(156 163 175 / 0.75);
  }

  .\32xl\:border-r-gray-400\/80 {
    border-right-color: rgb(156 163 175 / 0.8);
  }

  .\32xl\:border-r-gray-400\/85 {
    border-right-color: rgb(156 163 175 / 0.85);
  }

  .\32xl\:border-r-gray-400\/90 {
    border-right-color: rgb(156 163 175 / 0.9);
  }

  .\32xl\:border-r-gray-400\/95 {
    border-right-color: rgb(156 163 175 / 0.95);
  }

  .\32xl\:border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-50\/0 {
    border-right-color: rgb(249 250 251 / 0);
  }

  .\32xl\:border-r-gray-50\/10 {
    border-right-color: rgb(249 250 251 / 0.1);
  }

  .\32xl\:border-r-gray-50\/100 {
    border-right-color: rgb(249 250 251 / 1);
  }

  .\32xl\:border-r-gray-50\/15 {
    border-right-color: rgb(249 250 251 / 0.15);
  }

  .\32xl\:border-r-gray-50\/20 {
    border-right-color: rgb(249 250 251 / 0.2);
  }

  .\32xl\:border-r-gray-50\/25 {
    border-right-color: rgb(249 250 251 / 0.25);
  }

  .\32xl\:border-r-gray-50\/30 {
    border-right-color: rgb(249 250 251 / 0.3);
  }

  .\32xl\:border-r-gray-50\/35 {
    border-right-color: rgb(249 250 251 / 0.35);
  }

  .\32xl\:border-r-gray-50\/40 {
    border-right-color: rgb(249 250 251 / 0.4);
  }

  .\32xl\:border-r-gray-50\/45 {
    border-right-color: rgb(249 250 251 / 0.45);
  }

  .\32xl\:border-r-gray-50\/5 {
    border-right-color: rgb(249 250 251 / 0.05);
  }

  .\32xl\:border-r-gray-50\/50 {
    border-right-color: rgb(249 250 251 / 0.5);
  }

  .\32xl\:border-r-gray-50\/55 {
    border-right-color: rgb(249 250 251 / 0.55);
  }

  .\32xl\:border-r-gray-50\/60 {
    border-right-color: rgb(249 250 251 / 0.6);
  }

  .\32xl\:border-r-gray-50\/65 {
    border-right-color: rgb(249 250 251 / 0.65);
  }

  .\32xl\:border-r-gray-50\/70 {
    border-right-color: rgb(249 250 251 / 0.7);
  }

  .\32xl\:border-r-gray-50\/75 {
    border-right-color: rgb(249 250 251 / 0.75);
  }

  .\32xl\:border-r-gray-50\/80 {
    border-right-color: rgb(249 250 251 / 0.8);
  }

  .\32xl\:border-r-gray-50\/85 {
    border-right-color: rgb(249 250 251 / 0.85);
  }

  .\32xl\:border-r-gray-50\/90 {
    border-right-color: rgb(249 250 251 / 0.9);
  }

  .\32xl\:border-r-gray-50\/95 {
    border-right-color: rgb(249 250 251 / 0.95);
  }

  .\32xl\:border-r-gray-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-500\/0 {
    border-right-color: rgb(107 114 128 / 0);
  }

  .\32xl\:border-r-gray-500\/10 {
    border-right-color: rgb(107 114 128 / 0.1);
  }

  .\32xl\:border-r-gray-500\/100 {
    border-right-color: rgb(107 114 128 / 1);
  }

  .\32xl\:border-r-gray-500\/15 {
    border-right-color: rgb(107 114 128 / 0.15);
  }

  .\32xl\:border-r-gray-500\/20 {
    border-right-color: rgb(107 114 128 / 0.2);
  }

  .\32xl\:border-r-gray-500\/25 {
    border-right-color: rgb(107 114 128 / 0.25);
  }

  .\32xl\:border-r-gray-500\/30 {
    border-right-color: rgb(107 114 128 / 0.3);
  }

  .\32xl\:border-r-gray-500\/35 {
    border-right-color: rgb(107 114 128 / 0.35);
  }

  .\32xl\:border-r-gray-500\/40 {
    border-right-color: rgb(107 114 128 / 0.4);
  }

  .\32xl\:border-r-gray-500\/45 {
    border-right-color: rgb(107 114 128 / 0.45);
  }

  .\32xl\:border-r-gray-500\/5 {
    border-right-color: rgb(107 114 128 / 0.05);
  }

  .\32xl\:border-r-gray-500\/50 {
    border-right-color: rgb(107 114 128 / 0.5);
  }

  .\32xl\:border-r-gray-500\/55 {
    border-right-color: rgb(107 114 128 / 0.55);
  }

  .\32xl\:border-r-gray-500\/60 {
    border-right-color: rgb(107 114 128 / 0.6);
  }

  .\32xl\:border-r-gray-500\/65 {
    border-right-color: rgb(107 114 128 / 0.65);
  }

  .\32xl\:border-r-gray-500\/70 {
    border-right-color: rgb(107 114 128 / 0.7);
  }

  .\32xl\:border-r-gray-500\/75 {
    border-right-color: rgb(107 114 128 / 0.75);
  }

  .\32xl\:border-r-gray-500\/80 {
    border-right-color: rgb(107 114 128 / 0.8);
  }

  .\32xl\:border-r-gray-500\/85 {
    border-right-color: rgb(107 114 128 / 0.85);
  }

  .\32xl\:border-r-gray-500\/90 {
    border-right-color: rgb(107 114 128 / 0.9);
  }

  .\32xl\:border-r-gray-500\/95 {
    border-right-color: rgb(107 114 128 / 0.95);
  }

  .\32xl\:border-r-gray-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-600\/0 {
    border-right-color: rgb(75 85 99 / 0);
  }

  .\32xl\:border-r-gray-600\/10 {
    border-right-color: rgb(75 85 99 / 0.1);
  }

  .\32xl\:border-r-gray-600\/100 {
    border-right-color: rgb(75 85 99 / 1);
  }

  .\32xl\:border-r-gray-600\/15 {
    border-right-color: rgb(75 85 99 / 0.15);
  }

  .\32xl\:border-r-gray-600\/20 {
    border-right-color: rgb(75 85 99 / 0.2);
  }

  .\32xl\:border-r-gray-600\/25 {
    border-right-color: rgb(75 85 99 / 0.25);
  }

  .\32xl\:border-r-gray-600\/30 {
    border-right-color: rgb(75 85 99 / 0.3);
  }

  .\32xl\:border-r-gray-600\/35 {
    border-right-color: rgb(75 85 99 / 0.35);
  }

  .\32xl\:border-r-gray-600\/40 {
    border-right-color: rgb(75 85 99 / 0.4);
  }

  .\32xl\:border-r-gray-600\/45 {
    border-right-color: rgb(75 85 99 / 0.45);
  }

  .\32xl\:border-r-gray-600\/5 {
    border-right-color: rgb(75 85 99 / 0.05);
  }

  .\32xl\:border-r-gray-600\/50 {
    border-right-color: rgb(75 85 99 / 0.5);
  }

  .\32xl\:border-r-gray-600\/55 {
    border-right-color: rgb(75 85 99 / 0.55);
  }

  .\32xl\:border-r-gray-600\/60 {
    border-right-color: rgb(75 85 99 / 0.6);
  }

  .\32xl\:border-r-gray-600\/65 {
    border-right-color: rgb(75 85 99 / 0.65);
  }

  .\32xl\:border-r-gray-600\/70 {
    border-right-color: rgb(75 85 99 / 0.7);
  }

  .\32xl\:border-r-gray-600\/75 {
    border-right-color: rgb(75 85 99 / 0.75);
  }

  .\32xl\:border-r-gray-600\/80 {
    border-right-color: rgb(75 85 99 / 0.8);
  }

  .\32xl\:border-r-gray-600\/85 {
    border-right-color: rgb(75 85 99 / 0.85);
  }

  .\32xl\:border-r-gray-600\/90 {
    border-right-color: rgb(75 85 99 / 0.9);
  }

  .\32xl\:border-r-gray-600\/95 {
    border-right-color: rgb(75 85 99 / 0.95);
  }

  .\32xl\:border-r-gray-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-700\/0 {
    border-right-color: rgb(55 65 81 / 0);
  }

  .\32xl\:border-r-gray-700\/10 {
    border-right-color: rgb(55 65 81 / 0.1);
  }

  .\32xl\:border-r-gray-700\/100 {
    border-right-color: rgb(55 65 81 / 1);
  }

  .\32xl\:border-r-gray-700\/15 {
    border-right-color: rgb(55 65 81 / 0.15);
  }

  .\32xl\:border-r-gray-700\/20 {
    border-right-color: rgb(55 65 81 / 0.2);
  }

  .\32xl\:border-r-gray-700\/25 {
    border-right-color: rgb(55 65 81 / 0.25);
  }

  .\32xl\:border-r-gray-700\/30 {
    border-right-color: rgb(55 65 81 / 0.3);
  }

  .\32xl\:border-r-gray-700\/35 {
    border-right-color: rgb(55 65 81 / 0.35);
  }

  .\32xl\:border-r-gray-700\/40 {
    border-right-color: rgb(55 65 81 / 0.4);
  }

  .\32xl\:border-r-gray-700\/45 {
    border-right-color: rgb(55 65 81 / 0.45);
  }

  .\32xl\:border-r-gray-700\/5 {
    border-right-color: rgb(55 65 81 / 0.05);
  }

  .\32xl\:border-r-gray-700\/50 {
    border-right-color: rgb(55 65 81 / 0.5);
  }

  .\32xl\:border-r-gray-700\/55 {
    border-right-color: rgb(55 65 81 / 0.55);
  }

  .\32xl\:border-r-gray-700\/60 {
    border-right-color: rgb(55 65 81 / 0.6);
  }

  .\32xl\:border-r-gray-700\/65 {
    border-right-color: rgb(55 65 81 / 0.65);
  }

  .\32xl\:border-r-gray-700\/70 {
    border-right-color: rgb(55 65 81 / 0.7);
  }

  .\32xl\:border-r-gray-700\/75 {
    border-right-color: rgb(55 65 81 / 0.75);
  }

  .\32xl\:border-r-gray-700\/80 {
    border-right-color: rgb(55 65 81 / 0.8);
  }

  .\32xl\:border-r-gray-700\/85 {
    border-right-color: rgb(55 65 81 / 0.85);
  }

  .\32xl\:border-r-gray-700\/90 {
    border-right-color: rgb(55 65 81 / 0.9);
  }

  .\32xl\:border-r-gray-700\/95 {
    border-right-color: rgb(55 65 81 / 0.95);
  }

  .\32xl\:border-r-gray-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-800\/0 {
    border-right-color: rgb(31 41 55 / 0);
  }

  .\32xl\:border-r-gray-800\/10 {
    border-right-color: rgb(31 41 55 / 0.1);
  }

  .\32xl\:border-r-gray-800\/100 {
    border-right-color: rgb(31 41 55 / 1);
  }

  .\32xl\:border-r-gray-800\/15 {
    border-right-color: rgb(31 41 55 / 0.15);
  }

  .\32xl\:border-r-gray-800\/20 {
    border-right-color: rgb(31 41 55 / 0.2);
  }

  .\32xl\:border-r-gray-800\/25 {
    border-right-color: rgb(31 41 55 / 0.25);
  }

  .\32xl\:border-r-gray-800\/30 {
    border-right-color: rgb(31 41 55 / 0.3);
  }

  .\32xl\:border-r-gray-800\/35 {
    border-right-color: rgb(31 41 55 / 0.35);
  }

  .\32xl\:border-r-gray-800\/40 {
    border-right-color: rgb(31 41 55 / 0.4);
  }

  .\32xl\:border-r-gray-800\/45 {
    border-right-color: rgb(31 41 55 / 0.45);
  }

  .\32xl\:border-r-gray-800\/5 {
    border-right-color: rgb(31 41 55 / 0.05);
  }

  .\32xl\:border-r-gray-800\/50 {
    border-right-color: rgb(31 41 55 / 0.5);
  }

  .\32xl\:border-r-gray-800\/55 {
    border-right-color: rgb(31 41 55 / 0.55);
  }

  .\32xl\:border-r-gray-800\/60 {
    border-right-color: rgb(31 41 55 / 0.6);
  }

  .\32xl\:border-r-gray-800\/65 {
    border-right-color: rgb(31 41 55 / 0.65);
  }

  .\32xl\:border-r-gray-800\/70 {
    border-right-color: rgb(31 41 55 / 0.7);
  }

  .\32xl\:border-r-gray-800\/75 {
    border-right-color: rgb(31 41 55 / 0.75);
  }

  .\32xl\:border-r-gray-800\/80 {
    border-right-color: rgb(31 41 55 / 0.8);
  }

  .\32xl\:border-r-gray-800\/85 {
    border-right-color: rgb(31 41 55 / 0.85);
  }

  .\32xl\:border-r-gray-800\/90 {
    border-right-color: rgb(31 41 55 / 0.9);
  }

  .\32xl\:border-r-gray-800\/95 {
    border-right-color: rgb(31 41 55 / 0.95);
  }

  .\32xl\:border-r-gray-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-900\/0 {
    border-right-color: rgb(17 24 39 / 0);
  }

  .\32xl\:border-r-gray-900\/10 {
    border-right-color: rgb(17 24 39 / 0.1);
  }

  .\32xl\:border-r-gray-900\/100 {
    border-right-color: rgb(17 24 39 / 1);
  }

  .\32xl\:border-r-gray-900\/15 {
    border-right-color: rgb(17 24 39 / 0.15);
  }

  .\32xl\:border-r-gray-900\/20 {
    border-right-color: rgb(17 24 39 / 0.2);
  }

  .\32xl\:border-r-gray-900\/25 {
    border-right-color: rgb(17 24 39 / 0.25);
  }

  .\32xl\:border-r-gray-900\/30 {
    border-right-color: rgb(17 24 39 / 0.3);
  }

  .\32xl\:border-r-gray-900\/35 {
    border-right-color: rgb(17 24 39 / 0.35);
  }

  .\32xl\:border-r-gray-900\/40 {
    border-right-color: rgb(17 24 39 / 0.4);
  }

  .\32xl\:border-r-gray-900\/45 {
    border-right-color: rgb(17 24 39 / 0.45);
  }

  .\32xl\:border-r-gray-900\/5 {
    border-right-color: rgb(17 24 39 / 0.05);
  }

  .\32xl\:border-r-gray-900\/50 {
    border-right-color: rgb(17 24 39 / 0.5);
  }

  .\32xl\:border-r-gray-900\/55 {
    border-right-color: rgb(17 24 39 / 0.55);
  }

  .\32xl\:border-r-gray-900\/60 {
    border-right-color: rgb(17 24 39 / 0.6);
  }

  .\32xl\:border-r-gray-900\/65 {
    border-right-color: rgb(17 24 39 / 0.65);
  }

  .\32xl\:border-r-gray-900\/70 {
    border-right-color: rgb(17 24 39 / 0.7);
  }

  .\32xl\:border-r-gray-900\/75 {
    border-right-color: rgb(17 24 39 / 0.75);
  }

  .\32xl\:border-r-gray-900\/80 {
    border-right-color: rgb(17 24 39 / 0.8);
  }

  .\32xl\:border-r-gray-900\/85 {
    border-right-color: rgb(17 24 39 / 0.85);
  }

  .\32xl\:border-r-gray-900\/90 {
    border-right-color: rgb(17 24 39 / 0.9);
  }

  .\32xl\:border-r-gray-900\/95 {
    border-right-color: rgb(17 24 39 / 0.95);
  }

  .\32xl\:border-r-gray-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-gray-950\/0 {
    border-right-color: rgb(3 7 18 / 0);
  }

  .\32xl\:border-r-gray-950\/10 {
    border-right-color: rgb(3 7 18 / 0.1);
  }

  .\32xl\:border-r-gray-950\/100 {
    border-right-color: rgb(3 7 18 / 1);
  }

  .\32xl\:border-r-gray-950\/15 {
    border-right-color: rgb(3 7 18 / 0.15);
  }

  .\32xl\:border-r-gray-950\/20 {
    border-right-color: rgb(3 7 18 / 0.2);
  }

  .\32xl\:border-r-gray-950\/25 {
    border-right-color: rgb(3 7 18 / 0.25);
  }

  .\32xl\:border-r-gray-950\/30 {
    border-right-color: rgb(3 7 18 / 0.3);
  }

  .\32xl\:border-r-gray-950\/35 {
    border-right-color: rgb(3 7 18 / 0.35);
  }

  .\32xl\:border-r-gray-950\/40 {
    border-right-color: rgb(3 7 18 / 0.4);
  }

  .\32xl\:border-r-gray-950\/45 {
    border-right-color: rgb(3 7 18 / 0.45);
  }

  .\32xl\:border-r-gray-950\/5 {
    border-right-color: rgb(3 7 18 / 0.05);
  }

  .\32xl\:border-r-gray-950\/50 {
    border-right-color: rgb(3 7 18 / 0.5);
  }

  .\32xl\:border-r-gray-950\/55 {
    border-right-color: rgb(3 7 18 / 0.55);
  }

  .\32xl\:border-r-gray-950\/60 {
    border-right-color: rgb(3 7 18 / 0.6);
  }

  .\32xl\:border-r-gray-950\/65 {
    border-right-color: rgb(3 7 18 / 0.65);
  }

  .\32xl\:border-r-gray-950\/70 {
    border-right-color: rgb(3 7 18 / 0.7);
  }

  .\32xl\:border-r-gray-950\/75 {
    border-right-color: rgb(3 7 18 / 0.75);
  }

  .\32xl\:border-r-gray-950\/80 {
    border-right-color: rgb(3 7 18 / 0.8);
  }

  .\32xl\:border-r-gray-950\/85 {
    border-right-color: rgb(3 7 18 / 0.85);
  }

  .\32xl\:border-r-gray-950\/90 {
    border-right-color: rgb(3 7 18 / 0.9);
  }

  .\32xl\:border-r-gray-950\/95 {
    border-right-color: rgb(3 7 18 / 0.95);
  }

  .\32xl\:border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-100\/0 {
    border-right-color: rgb(220 252 231 / 0);
  }

  .\32xl\:border-r-green-100\/10 {
    border-right-color: rgb(220 252 231 / 0.1);
  }

  .\32xl\:border-r-green-100\/100 {
    border-right-color: rgb(220 252 231 / 1);
  }

  .\32xl\:border-r-green-100\/15 {
    border-right-color: rgb(220 252 231 / 0.15);
  }

  .\32xl\:border-r-green-100\/20 {
    border-right-color: rgb(220 252 231 / 0.2);
  }

  .\32xl\:border-r-green-100\/25 {
    border-right-color: rgb(220 252 231 / 0.25);
  }

  .\32xl\:border-r-green-100\/30 {
    border-right-color: rgb(220 252 231 / 0.3);
  }

  .\32xl\:border-r-green-100\/35 {
    border-right-color: rgb(220 252 231 / 0.35);
  }

  .\32xl\:border-r-green-100\/40 {
    border-right-color: rgb(220 252 231 / 0.4);
  }

  .\32xl\:border-r-green-100\/45 {
    border-right-color: rgb(220 252 231 / 0.45);
  }

  .\32xl\:border-r-green-100\/5 {
    border-right-color: rgb(220 252 231 / 0.05);
  }

  .\32xl\:border-r-green-100\/50 {
    border-right-color: rgb(220 252 231 / 0.5);
  }

  .\32xl\:border-r-green-100\/55 {
    border-right-color: rgb(220 252 231 / 0.55);
  }

  .\32xl\:border-r-green-100\/60 {
    border-right-color: rgb(220 252 231 / 0.6);
  }

  .\32xl\:border-r-green-100\/65 {
    border-right-color: rgb(220 252 231 / 0.65);
  }

  .\32xl\:border-r-green-100\/70 {
    border-right-color: rgb(220 252 231 / 0.7);
  }

  .\32xl\:border-r-green-100\/75 {
    border-right-color: rgb(220 252 231 / 0.75);
  }

  .\32xl\:border-r-green-100\/80 {
    border-right-color: rgb(220 252 231 / 0.8);
  }

  .\32xl\:border-r-green-100\/85 {
    border-right-color: rgb(220 252 231 / 0.85);
  }

  .\32xl\:border-r-green-100\/90 {
    border-right-color: rgb(220 252 231 / 0.9);
  }

  .\32xl\:border-r-green-100\/95 {
    border-right-color: rgb(220 252 231 / 0.95);
  }

  .\32xl\:border-r-green-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-200\/0 {
    border-right-color: rgb(187 247 208 / 0);
  }

  .\32xl\:border-r-green-200\/10 {
    border-right-color: rgb(187 247 208 / 0.1);
  }

  .\32xl\:border-r-green-200\/100 {
    border-right-color: rgb(187 247 208 / 1);
  }

  .\32xl\:border-r-green-200\/15 {
    border-right-color: rgb(187 247 208 / 0.15);
  }

  .\32xl\:border-r-green-200\/20 {
    border-right-color: rgb(187 247 208 / 0.2);
  }

  .\32xl\:border-r-green-200\/25 {
    border-right-color: rgb(187 247 208 / 0.25);
  }

  .\32xl\:border-r-green-200\/30 {
    border-right-color: rgb(187 247 208 / 0.3);
  }

  .\32xl\:border-r-green-200\/35 {
    border-right-color: rgb(187 247 208 / 0.35);
  }

  .\32xl\:border-r-green-200\/40 {
    border-right-color: rgb(187 247 208 / 0.4);
  }

  .\32xl\:border-r-green-200\/45 {
    border-right-color: rgb(187 247 208 / 0.45);
  }

  .\32xl\:border-r-green-200\/5 {
    border-right-color: rgb(187 247 208 / 0.05);
  }

  .\32xl\:border-r-green-200\/50 {
    border-right-color: rgb(187 247 208 / 0.5);
  }

  .\32xl\:border-r-green-200\/55 {
    border-right-color: rgb(187 247 208 / 0.55);
  }

  .\32xl\:border-r-green-200\/60 {
    border-right-color: rgb(187 247 208 / 0.6);
  }

  .\32xl\:border-r-green-200\/65 {
    border-right-color: rgb(187 247 208 / 0.65);
  }

  .\32xl\:border-r-green-200\/70 {
    border-right-color: rgb(187 247 208 / 0.7);
  }

  .\32xl\:border-r-green-200\/75 {
    border-right-color: rgb(187 247 208 / 0.75);
  }

  .\32xl\:border-r-green-200\/80 {
    border-right-color: rgb(187 247 208 / 0.8);
  }

  .\32xl\:border-r-green-200\/85 {
    border-right-color: rgb(187 247 208 / 0.85);
  }

  .\32xl\:border-r-green-200\/90 {
    border-right-color: rgb(187 247 208 / 0.9);
  }

  .\32xl\:border-r-green-200\/95 {
    border-right-color: rgb(187 247 208 / 0.95);
  }

  .\32xl\:border-r-green-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-300\/0 {
    border-right-color: rgb(134 239 172 / 0);
  }

  .\32xl\:border-r-green-300\/10 {
    border-right-color: rgb(134 239 172 / 0.1);
  }

  .\32xl\:border-r-green-300\/100 {
    border-right-color: rgb(134 239 172 / 1);
  }

  .\32xl\:border-r-green-300\/15 {
    border-right-color: rgb(134 239 172 / 0.15);
  }

  .\32xl\:border-r-green-300\/20 {
    border-right-color: rgb(134 239 172 / 0.2);
  }

  .\32xl\:border-r-green-300\/25 {
    border-right-color: rgb(134 239 172 / 0.25);
  }

  .\32xl\:border-r-green-300\/30 {
    border-right-color: rgb(134 239 172 / 0.3);
  }

  .\32xl\:border-r-green-300\/35 {
    border-right-color: rgb(134 239 172 / 0.35);
  }

  .\32xl\:border-r-green-300\/40 {
    border-right-color: rgb(134 239 172 / 0.4);
  }

  .\32xl\:border-r-green-300\/45 {
    border-right-color: rgb(134 239 172 / 0.45);
  }

  .\32xl\:border-r-green-300\/5 {
    border-right-color: rgb(134 239 172 / 0.05);
  }

  .\32xl\:border-r-green-300\/50 {
    border-right-color: rgb(134 239 172 / 0.5);
  }

  .\32xl\:border-r-green-300\/55 {
    border-right-color: rgb(134 239 172 / 0.55);
  }

  .\32xl\:border-r-green-300\/60 {
    border-right-color: rgb(134 239 172 / 0.6);
  }

  .\32xl\:border-r-green-300\/65 {
    border-right-color: rgb(134 239 172 / 0.65);
  }

  .\32xl\:border-r-green-300\/70 {
    border-right-color: rgb(134 239 172 / 0.7);
  }

  .\32xl\:border-r-green-300\/75 {
    border-right-color: rgb(134 239 172 / 0.75);
  }

  .\32xl\:border-r-green-300\/80 {
    border-right-color: rgb(134 239 172 / 0.8);
  }

  .\32xl\:border-r-green-300\/85 {
    border-right-color: rgb(134 239 172 / 0.85);
  }

  .\32xl\:border-r-green-300\/90 {
    border-right-color: rgb(134 239 172 / 0.9);
  }

  .\32xl\:border-r-green-300\/95 {
    border-right-color: rgb(134 239 172 / 0.95);
  }

  .\32xl\:border-r-green-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-400\/0 {
    border-right-color: rgb(74 222 128 / 0);
  }

  .\32xl\:border-r-green-400\/10 {
    border-right-color: rgb(74 222 128 / 0.1);
  }

  .\32xl\:border-r-green-400\/100 {
    border-right-color: rgb(74 222 128 / 1);
  }

  .\32xl\:border-r-green-400\/15 {
    border-right-color: rgb(74 222 128 / 0.15);
  }

  .\32xl\:border-r-green-400\/20 {
    border-right-color: rgb(74 222 128 / 0.2);
  }

  .\32xl\:border-r-green-400\/25 {
    border-right-color: rgb(74 222 128 / 0.25);
  }

  .\32xl\:border-r-green-400\/30 {
    border-right-color: rgb(74 222 128 / 0.3);
  }

  .\32xl\:border-r-green-400\/35 {
    border-right-color: rgb(74 222 128 / 0.35);
  }

  .\32xl\:border-r-green-400\/40 {
    border-right-color: rgb(74 222 128 / 0.4);
  }

  .\32xl\:border-r-green-400\/45 {
    border-right-color: rgb(74 222 128 / 0.45);
  }

  .\32xl\:border-r-green-400\/5 {
    border-right-color: rgb(74 222 128 / 0.05);
  }

  .\32xl\:border-r-green-400\/50 {
    border-right-color: rgb(74 222 128 / 0.5);
  }

  .\32xl\:border-r-green-400\/55 {
    border-right-color: rgb(74 222 128 / 0.55);
  }

  .\32xl\:border-r-green-400\/60 {
    border-right-color: rgb(74 222 128 / 0.6);
  }

  .\32xl\:border-r-green-400\/65 {
    border-right-color: rgb(74 222 128 / 0.65);
  }

  .\32xl\:border-r-green-400\/70 {
    border-right-color: rgb(74 222 128 / 0.7);
  }

  .\32xl\:border-r-green-400\/75 {
    border-right-color: rgb(74 222 128 / 0.75);
  }

  .\32xl\:border-r-green-400\/80 {
    border-right-color: rgb(74 222 128 / 0.8);
  }

  .\32xl\:border-r-green-400\/85 {
    border-right-color: rgb(74 222 128 / 0.85);
  }

  .\32xl\:border-r-green-400\/90 {
    border-right-color: rgb(74 222 128 / 0.9);
  }

  .\32xl\:border-r-green-400\/95 {
    border-right-color: rgb(74 222 128 / 0.95);
  }

  .\32xl\:border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-50\/0 {
    border-right-color: rgb(240 253 244 / 0);
  }

  .\32xl\:border-r-green-50\/10 {
    border-right-color: rgb(240 253 244 / 0.1);
  }

  .\32xl\:border-r-green-50\/100 {
    border-right-color: rgb(240 253 244 / 1);
  }

  .\32xl\:border-r-green-50\/15 {
    border-right-color: rgb(240 253 244 / 0.15);
  }

  .\32xl\:border-r-green-50\/20 {
    border-right-color: rgb(240 253 244 / 0.2);
  }

  .\32xl\:border-r-green-50\/25 {
    border-right-color: rgb(240 253 244 / 0.25);
  }

  .\32xl\:border-r-green-50\/30 {
    border-right-color: rgb(240 253 244 / 0.3);
  }

  .\32xl\:border-r-green-50\/35 {
    border-right-color: rgb(240 253 244 / 0.35);
  }

  .\32xl\:border-r-green-50\/40 {
    border-right-color: rgb(240 253 244 / 0.4);
  }

  .\32xl\:border-r-green-50\/45 {
    border-right-color: rgb(240 253 244 / 0.45);
  }

  .\32xl\:border-r-green-50\/5 {
    border-right-color: rgb(240 253 244 / 0.05);
  }

  .\32xl\:border-r-green-50\/50 {
    border-right-color: rgb(240 253 244 / 0.5);
  }

  .\32xl\:border-r-green-50\/55 {
    border-right-color: rgb(240 253 244 / 0.55);
  }

  .\32xl\:border-r-green-50\/60 {
    border-right-color: rgb(240 253 244 / 0.6);
  }

  .\32xl\:border-r-green-50\/65 {
    border-right-color: rgb(240 253 244 / 0.65);
  }

  .\32xl\:border-r-green-50\/70 {
    border-right-color: rgb(240 253 244 / 0.7);
  }

  .\32xl\:border-r-green-50\/75 {
    border-right-color: rgb(240 253 244 / 0.75);
  }

  .\32xl\:border-r-green-50\/80 {
    border-right-color: rgb(240 253 244 / 0.8);
  }

  .\32xl\:border-r-green-50\/85 {
    border-right-color: rgb(240 253 244 / 0.85);
  }

  .\32xl\:border-r-green-50\/90 {
    border-right-color: rgb(240 253 244 / 0.9);
  }

  .\32xl\:border-r-green-50\/95 {
    border-right-color: rgb(240 253 244 / 0.95);
  }

  .\32xl\:border-r-green-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-500\/0 {
    border-right-color: rgb(34 197 94 / 0);
  }

  .\32xl\:border-r-green-500\/10 {
    border-right-color: rgb(34 197 94 / 0.1);
  }

  .\32xl\:border-r-green-500\/100 {
    border-right-color: rgb(34 197 94 / 1);
  }

  .\32xl\:border-r-green-500\/15 {
    border-right-color: rgb(34 197 94 / 0.15);
  }

  .\32xl\:border-r-green-500\/20 {
    border-right-color: rgb(34 197 94 / 0.2);
  }

  .\32xl\:border-r-green-500\/25 {
    border-right-color: rgb(34 197 94 / 0.25);
  }

  .\32xl\:border-r-green-500\/30 {
    border-right-color: rgb(34 197 94 / 0.3);
  }

  .\32xl\:border-r-green-500\/35 {
    border-right-color: rgb(34 197 94 / 0.35);
  }

  .\32xl\:border-r-green-500\/40 {
    border-right-color: rgb(34 197 94 / 0.4);
  }

  .\32xl\:border-r-green-500\/45 {
    border-right-color: rgb(34 197 94 / 0.45);
  }

  .\32xl\:border-r-green-500\/5 {
    border-right-color: rgb(34 197 94 / 0.05);
  }

  .\32xl\:border-r-green-500\/50 {
    border-right-color: rgb(34 197 94 / 0.5);
  }

  .\32xl\:border-r-green-500\/55 {
    border-right-color: rgb(34 197 94 / 0.55);
  }

  .\32xl\:border-r-green-500\/60 {
    border-right-color: rgb(34 197 94 / 0.6);
  }

  .\32xl\:border-r-green-500\/65 {
    border-right-color: rgb(34 197 94 / 0.65);
  }

  .\32xl\:border-r-green-500\/70 {
    border-right-color: rgb(34 197 94 / 0.7);
  }

  .\32xl\:border-r-green-500\/75 {
    border-right-color: rgb(34 197 94 / 0.75);
  }

  .\32xl\:border-r-green-500\/80 {
    border-right-color: rgb(34 197 94 / 0.8);
  }

  .\32xl\:border-r-green-500\/85 {
    border-right-color: rgb(34 197 94 / 0.85);
  }

  .\32xl\:border-r-green-500\/90 {
    border-right-color: rgb(34 197 94 / 0.9);
  }

  .\32xl\:border-r-green-500\/95 {
    border-right-color: rgb(34 197 94 / 0.95);
  }

  .\32xl\:border-r-green-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-600\/0 {
    border-right-color: rgb(22 163 74 / 0);
  }

  .\32xl\:border-r-green-600\/10 {
    border-right-color: rgb(22 163 74 / 0.1);
  }

  .\32xl\:border-r-green-600\/100 {
    border-right-color: rgb(22 163 74 / 1);
  }

  .\32xl\:border-r-green-600\/15 {
    border-right-color: rgb(22 163 74 / 0.15);
  }

  .\32xl\:border-r-green-600\/20 {
    border-right-color: rgb(22 163 74 / 0.2);
  }

  .\32xl\:border-r-green-600\/25 {
    border-right-color: rgb(22 163 74 / 0.25);
  }

  .\32xl\:border-r-green-600\/30 {
    border-right-color: rgb(22 163 74 / 0.3);
  }

  .\32xl\:border-r-green-600\/35 {
    border-right-color: rgb(22 163 74 / 0.35);
  }

  .\32xl\:border-r-green-600\/40 {
    border-right-color: rgb(22 163 74 / 0.4);
  }

  .\32xl\:border-r-green-600\/45 {
    border-right-color: rgb(22 163 74 / 0.45);
  }

  .\32xl\:border-r-green-600\/5 {
    border-right-color: rgb(22 163 74 / 0.05);
  }

  .\32xl\:border-r-green-600\/50 {
    border-right-color: rgb(22 163 74 / 0.5);
  }

  .\32xl\:border-r-green-600\/55 {
    border-right-color: rgb(22 163 74 / 0.55);
  }

  .\32xl\:border-r-green-600\/60 {
    border-right-color: rgb(22 163 74 / 0.6);
  }

  .\32xl\:border-r-green-600\/65 {
    border-right-color: rgb(22 163 74 / 0.65);
  }

  .\32xl\:border-r-green-600\/70 {
    border-right-color: rgb(22 163 74 / 0.7);
  }

  .\32xl\:border-r-green-600\/75 {
    border-right-color: rgb(22 163 74 / 0.75);
  }

  .\32xl\:border-r-green-600\/80 {
    border-right-color: rgb(22 163 74 / 0.8);
  }

  .\32xl\:border-r-green-600\/85 {
    border-right-color: rgb(22 163 74 / 0.85);
  }

  .\32xl\:border-r-green-600\/90 {
    border-right-color: rgb(22 163 74 / 0.9);
  }

  .\32xl\:border-r-green-600\/95 {
    border-right-color: rgb(22 163 74 / 0.95);
  }

  .\32xl\:border-r-green-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-700\/0 {
    border-right-color: rgb(21 128 61 / 0);
  }

  .\32xl\:border-r-green-700\/10 {
    border-right-color: rgb(21 128 61 / 0.1);
  }

  .\32xl\:border-r-green-700\/100 {
    border-right-color: rgb(21 128 61 / 1);
  }

  .\32xl\:border-r-green-700\/15 {
    border-right-color: rgb(21 128 61 / 0.15);
  }

  .\32xl\:border-r-green-700\/20 {
    border-right-color: rgb(21 128 61 / 0.2);
  }

  .\32xl\:border-r-green-700\/25 {
    border-right-color: rgb(21 128 61 / 0.25);
  }

  .\32xl\:border-r-green-700\/30 {
    border-right-color: rgb(21 128 61 / 0.3);
  }

  .\32xl\:border-r-green-700\/35 {
    border-right-color: rgb(21 128 61 / 0.35);
  }

  .\32xl\:border-r-green-700\/40 {
    border-right-color: rgb(21 128 61 / 0.4);
  }

  .\32xl\:border-r-green-700\/45 {
    border-right-color: rgb(21 128 61 / 0.45);
  }

  .\32xl\:border-r-green-700\/5 {
    border-right-color: rgb(21 128 61 / 0.05);
  }

  .\32xl\:border-r-green-700\/50 {
    border-right-color: rgb(21 128 61 / 0.5);
  }

  .\32xl\:border-r-green-700\/55 {
    border-right-color: rgb(21 128 61 / 0.55);
  }

  .\32xl\:border-r-green-700\/60 {
    border-right-color: rgb(21 128 61 / 0.6);
  }

  .\32xl\:border-r-green-700\/65 {
    border-right-color: rgb(21 128 61 / 0.65);
  }

  .\32xl\:border-r-green-700\/70 {
    border-right-color: rgb(21 128 61 / 0.7);
  }

  .\32xl\:border-r-green-700\/75 {
    border-right-color: rgb(21 128 61 / 0.75);
  }

  .\32xl\:border-r-green-700\/80 {
    border-right-color: rgb(21 128 61 / 0.8);
  }

  .\32xl\:border-r-green-700\/85 {
    border-right-color: rgb(21 128 61 / 0.85);
  }

  .\32xl\:border-r-green-700\/90 {
    border-right-color: rgb(21 128 61 / 0.9);
  }

  .\32xl\:border-r-green-700\/95 {
    border-right-color: rgb(21 128 61 / 0.95);
  }

  .\32xl\:border-r-green-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-800\/0 {
    border-right-color: rgb(22 101 52 / 0);
  }

  .\32xl\:border-r-green-800\/10 {
    border-right-color: rgb(22 101 52 / 0.1);
  }

  .\32xl\:border-r-green-800\/100 {
    border-right-color: rgb(22 101 52 / 1);
  }

  .\32xl\:border-r-green-800\/15 {
    border-right-color: rgb(22 101 52 / 0.15);
  }

  .\32xl\:border-r-green-800\/20 {
    border-right-color: rgb(22 101 52 / 0.2);
  }

  .\32xl\:border-r-green-800\/25 {
    border-right-color: rgb(22 101 52 / 0.25);
  }

  .\32xl\:border-r-green-800\/30 {
    border-right-color: rgb(22 101 52 / 0.3);
  }

  .\32xl\:border-r-green-800\/35 {
    border-right-color: rgb(22 101 52 / 0.35);
  }

  .\32xl\:border-r-green-800\/40 {
    border-right-color: rgb(22 101 52 / 0.4);
  }

  .\32xl\:border-r-green-800\/45 {
    border-right-color: rgb(22 101 52 / 0.45);
  }

  .\32xl\:border-r-green-800\/5 {
    border-right-color: rgb(22 101 52 / 0.05);
  }

  .\32xl\:border-r-green-800\/50 {
    border-right-color: rgb(22 101 52 / 0.5);
  }

  .\32xl\:border-r-green-800\/55 {
    border-right-color: rgb(22 101 52 / 0.55);
  }

  .\32xl\:border-r-green-800\/60 {
    border-right-color: rgb(22 101 52 / 0.6);
  }

  .\32xl\:border-r-green-800\/65 {
    border-right-color: rgb(22 101 52 / 0.65);
  }

  .\32xl\:border-r-green-800\/70 {
    border-right-color: rgb(22 101 52 / 0.7);
  }

  .\32xl\:border-r-green-800\/75 {
    border-right-color: rgb(22 101 52 / 0.75);
  }

  .\32xl\:border-r-green-800\/80 {
    border-right-color: rgb(22 101 52 / 0.8);
  }

  .\32xl\:border-r-green-800\/85 {
    border-right-color: rgb(22 101 52 / 0.85);
  }

  .\32xl\:border-r-green-800\/90 {
    border-right-color: rgb(22 101 52 / 0.9);
  }

  .\32xl\:border-r-green-800\/95 {
    border-right-color: rgb(22 101 52 / 0.95);
  }

  .\32xl\:border-r-green-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-900\/0 {
    border-right-color: rgb(20 83 45 / 0);
  }

  .\32xl\:border-r-green-900\/10 {
    border-right-color: rgb(20 83 45 / 0.1);
  }

  .\32xl\:border-r-green-900\/100 {
    border-right-color: rgb(20 83 45 / 1);
  }

  .\32xl\:border-r-green-900\/15 {
    border-right-color: rgb(20 83 45 / 0.15);
  }

  .\32xl\:border-r-green-900\/20 {
    border-right-color: rgb(20 83 45 / 0.2);
  }

  .\32xl\:border-r-green-900\/25 {
    border-right-color: rgb(20 83 45 / 0.25);
  }

  .\32xl\:border-r-green-900\/30 {
    border-right-color: rgb(20 83 45 / 0.3);
  }

  .\32xl\:border-r-green-900\/35 {
    border-right-color: rgb(20 83 45 / 0.35);
  }

  .\32xl\:border-r-green-900\/40 {
    border-right-color: rgb(20 83 45 / 0.4);
  }

  .\32xl\:border-r-green-900\/45 {
    border-right-color: rgb(20 83 45 / 0.45);
  }

  .\32xl\:border-r-green-900\/5 {
    border-right-color: rgb(20 83 45 / 0.05);
  }

  .\32xl\:border-r-green-900\/50 {
    border-right-color: rgb(20 83 45 / 0.5);
  }

  .\32xl\:border-r-green-900\/55 {
    border-right-color: rgb(20 83 45 / 0.55);
  }

  .\32xl\:border-r-green-900\/60 {
    border-right-color: rgb(20 83 45 / 0.6);
  }

  .\32xl\:border-r-green-900\/65 {
    border-right-color: rgb(20 83 45 / 0.65);
  }

  .\32xl\:border-r-green-900\/70 {
    border-right-color: rgb(20 83 45 / 0.7);
  }

  .\32xl\:border-r-green-900\/75 {
    border-right-color: rgb(20 83 45 / 0.75);
  }

  .\32xl\:border-r-green-900\/80 {
    border-right-color: rgb(20 83 45 / 0.8);
  }

  .\32xl\:border-r-green-900\/85 {
    border-right-color: rgb(20 83 45 / 0.85);
  }

  .\32xl\:border-r-green-900\/90 {
    border-right-color: rgb(20 83 45 / 0.9);
  }

  .\32xl\:border-r-green-900\/95 {
    border-right-color: rgb(20 83 45 / 0.95);
  }

  .\32xl\:border-r-green-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-green-950\/0 {
    border-right-color: rgb(5 46 22 / 0);
  }

  .\32xl\:border-r-green-950\/10 {
    border-right-color: rgb(5 46 22 / 0.1);
  }

  .\32xl\:border-r-green-950\/100 {
    border-right-color: rgb(5 46 22 / 1);
  }

  .\32xl\:border-r-green-950\/15 {
    border-right-color: rgb(5 46 22 / 0.15);
  }

  .\32xl\:border-r-green-950\/20 {
    border-right-color: rgb(5 46 22 / 0.2);
  }

  .\32xl\:border-r-green-950\/25 {
    border-right-color: rgb(5 46 22 / 0.25);
  }

  .\32xl\:border-r-green-950\/30 {
    border-right-color: rgb(5 46 22 / 0.3);
  }

  .\32xl\:border-r-green-950\/35 {
    border-right-color: rgb(5 46 22 / 0.35);
  }

  .\32xl\:border-r-green-950\/40 {
    border-right-color: rgb(5 46 22 / 0.4);
  }

  .\32xl\:border-r-green-950\/45 {
    border-right-color: rgb(5 46 22 / 0.45);
  }

  .\32xl\:border-r-green-950\/5 {
    border-right-color: rgb(5 46 22 / 0.05);
  }

  .\32xl\:border-r-green-950\/50 {
    border-right-color: rgb(5 46 22 / 0.5);
  }

  .\32xl\:border-r-green-950\/55 {
    border-right-color: rgb(5 46 22 / 0.55);
  }

  .\32xl\:border-r-green-950\/60 {
    border-right-color: rgb(5 46 22 / 0.6);
  }

  .\32xl\:border-r-green-950\/65 {
    border-right-color: rgb(5 46 22 / 0.65);
  }

  .\32xl\:border-r-green-950\/70 {
    border-right-color: rgb(5 46 22 / 0.7);
  }

  .\32xl\:border-r-green-950\/75 {
    border-right-color: rgb(5 46 22 / 0.75);
  }

  .\32xl\:border-r-green-950\/80 {
    border-right-color: rgb(5 46 22 / 0.8);
  }

  .\32xl\:border-r-green-950\/85 {
    border-right-color: rgb(5 46 22 / 0.85);
  }

  .\32xl\:border-r-green-950\/90 {
    border-right-color: rgb(5 46 22 / 0.9);
  }

  .\32xl\:border-r-green-950\/95 {
    border-right-color: rgb(5 46 22 / 0.95);
  }

  .\32xl\:border-r-indigo-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-100\/0 {
    border-right-color: rgb(224 231 255 / 0);
  }

  .\32xl\:border-r-indigo-100\/10 {
    border-right-color: rgb(224 231 255 / 0.1);
  }

  .\32xl\:border-r-indigo-100\/100 {
    border-right-color: rgb(224 231 255 / 1);
  }

  .\32xl\:border-r-indigo-100\/15 {
    border-right-color: rgb(224 231 255 / 0.15);
  }

  .\32xl\:border-r-indigo-100\/20 {
    border-right-color: rgb(224 231 255 / 0.2);
  }

  .\32xl\:border-r-indigo-100\/25 {
    border-right-color: rgb(224 231 255 / 0.25);
  }

  .\32xl\:border-r-indigo-100\/30 {
    border-right-color: rgb(224 231 255 / 0.3);
  }

  .\32xl\:border-r-indigo-100\/35 {
    border-right-color: rgb(224 231 255 / 0.35);
  }

  .\32xl\:border-r-indigo-100\/40 {
    border-right-color: rgb(224 231 255 / 0.4);
  }

  .\32xl\:border-r-indigo-100\/45 {
    border-right-color: rgb(224 231 255 / 0.45);
  }

  .\32xl\:border-r-indigo-100\/5 {
    border-right-color: rgb(224 231 255 / 0.05);
  }

  .\32xl\:border-r-indigo-100\/50 {
    border-right-color: rgb(224 231 255 / 0.5);
  }

  .\32xl\:border-r-indigo-100\/55 {
    border-right-color: rgb(224 231 255 / 0.55);
  }

  .\32xl\:border-r-indigo-100\/60 {
    border-right-color: rgb(224 231 255 / 0.6);
  }

  .\32xl\:border-r-indigo-100\/65 {
    border-right-color: rgb(224 231 255 / 0.65);
  }

  .\32xl\:border-r-indigo-100\/70 {
    border-right-color: rgb(224 231 255 / 0.7);
  }

  .\32xl\:border-r-indigo-100\/75 {
    border-right-color: rgb(224 231 255 / 0.75);
  }

  .\32xl\:border-r-indigo-100\/80 {
    border-right-color: rgb(224 231 255 / 0.8);
  }

  .\32xl\:border-r-indigo-100\/85 {
    border-right-color: rgb(224 231 255 / 0.85);
  }

  .\32xl\:border-r-indigo-100\/90 {
    border-right-color: rgb(224 231 255 / 0.9);
  }

  .\32xl\:border-r-indigo-100\/95 {
    border-right-color: rgb(224 231 255 / 0.95);
  }

  .\32xl\:border-r-indigo-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-200\/0 {
    border-right-color: rgb(199 210 254 / 0);
  }

  .\32xl\:border-r-indigo-200\/10 {
    border-right-color: rgb(199 210 254 / 0.1);
  }

  .\32xl\:border-r-indigo-200\/100 {
    border-right-color: rgb(199 210 254 / 1);
  }

  .\32xl\:border-r-indigo-200\/15 {
    border-right-color: rgb(199 210 254 / 0.15);
  }

  .\32xl\:border-r-indigo-200\/20 {
    border-right-color: rgb(199 210 254 / 0.2);
  }

  .\32xl\:border-r-indigo-200\/25 {
    border-right-color: rgb(199 210 254 / 0.25);
  }

  .\32xl\:border-r-indigo-200\/30 {
    border-right-color: rgb(199 210 254 / 0.3);
  }

  .\32xl\:border-r-indigo-200\/35 {
    border-right-color: rgb(199 210 254 / 0.35);
  }

  .\32xl\:border-r-indigo-200\/40 {
    border-right-color: rgb(199 210 254 / 0.4);
  }

  .\32xl\:border-r-indigo-200\/45 {
    border-right-color: rgb(199 210 254 / 0.45);
  }

  .\32xl\:border-r-indigo-200\/5 {
    border-right-color: rgb(199 210 254 / 0.05);
  }

  .\32xl\:border-r-indigo-200\/50 {
    border-right-color: rgb(199 210 254 / 0.5);
  }

  .\32xl\:border-r-indigo-200\/55 {
    border-right-color: rgb(199 210 254 / 0.55);
  }

  .\32xl\:border-r-indigo-200\/60 {
    border-right-color: rgb(199 210 254 / 0.6);
  }

  .\32xl\:border-r-indigo-200\/65 {
    border-right-color: rgb(199 210 254 / 0.65);
  }

  .\32xl\:border-r-indigo-200\/70 {
    border-right-color: rgb(199 210 254 / 0.7);
  }

  .\32xl\:border-r-indigo-200\/75 {
    border-right-color: rgb(199 210 254 / 0.75);
  }

  .\32xl\:border-r-indigo-200\/80 {
    border-right-color: rgb(199 210 254 / 0.8);
  }

  .\32xl\:border-r-indigo-200\/85 {
    border-right-color: rgb(199 210 254 / 0.85);
  }

  .\32xl\:border-r-indigo-200\/90 {
    border-right-color: rgb(199 210 254 / 0.9);
  }

  .\32xl\:border-r-indigo-200\/95 {
    border-right-color: rgb(199 210 254 / 0.95);
  }

  .\32xl\:border-r-indigo-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-300\/0 {
    border-right-color: rgb(165 180 252 / 0);
  }

  .\32xl\:border-r-indigo-300\/10 {
    border-right-color: rgb(165 180 252 / 0.1);
  }

  .\32xl\:border-r-indigo-300\/100 {
    border-right-color: rgb(165 180 252 / 1);
  }

  .\32xl\:border-r-indigo-300\/15 {
    border-right-color: rgb(165 180 252 / 0.15);
  }

  .\32xl\:border-r-indigo-300\/20 {
    border-right-color: rgb(165 180 252 / 0.2);
  }

  .\32xl\:border-r-indigo-300\/25 {
    border-right-color: rgb(165 180 252 / 0.25);
  }

  .\32xl\:border-r-indigo-300\/30 {
    border-right-color: rgb(165 180 252 / 0.3);
  }

  .\32xl\:border-r-indigo-300\/35 {
    border-right-color: rgb(165 180 252 / 0.35);
  }

  .\32xl\:border-r-indigo-300\/40 {
    border-right-color: rgb(165 180 252 / 0.4);
  }

  .\32xl\:border-r-indigo-300\/45 {
    border-right-color: rgb(165 180 252 / 0.45);
  }

  .\32xl\:border-r-indigo-300\/5 {
    border-right-color: rgb(165 180 252 / 0.05);
  }

  .\32xl\:border-r-indigo-300\/50 {
    border-right-color: rgb(165 180 252 / 0.5);
  }

  .\32xl\:border-r-indigo-300\/55 {
    border-right-color: rgb(165 180 252 / 0.55);
  }

  .\32xl\:border-r-indigo-300\/60 {
    border-right-color: rgb(165 180 252 / 0.6);
  }

  .\32xl\:border-r-indigo-300\/65 {
    border-right-color: rgb(165 180 252 / 0.65);
  }

  .\32xl\:border-r-indigo-300\/70 {
    border-right-color: rgb(165 180 252 / 0.7);
  }

  .\32xl\:border-r-indigo-300\/75 {
    border-right-color: rgb(165 180 252 / 0.75);
  }

  .\32xl\:border-r-indigo-300\/80 {
    border-right-color: rgb(165 180 252 / 0.8);
  }

  .\32xl\:border-r-indigo-300\/85 {
    border-right-color: rgb(165 180 252 / 0.85);
  }

  .\32xl\:border-r-indigo-300\/90 {
    border-right-color: rgb(165 180 252 / 0.9);
  }

  .\32xl\:border-r-indigo-300\/95 {
    border-right-color: rgb(165 180 252 / 0.95);
  }

  .\32xl\:border-r-indigo-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-400\/0 {
    border-right-color: rgb(129 140 248 / 0);
  }

  .\32xl\:border-r-indigo-400\/10 {
    border-right-color: rgb(129 140 248 / 0.1);
  }

  .\32xl\:border-r-indigo-400\/100 {
    border-right-color: rgb(129 140 248 / 1);
  }

  .\32xl\:border-r-indigo-400\/15 {
    border-right-color: rgb(129 140 248 / 0.15);
  }

  .\32xl\:border-r-indigo-400\/20 {
    border-right-color: rgb(129 140 248 / 0.2);
  }

  .\32xl\:border-r-indigo-400\/25 {
    border-right-color: rgb(129 140 248 / 0.25);
  }

  .\32xl\:border-r-indigo-400\/30 {
    border-right-color: rgb(129 140 248 / 0.3);
  }

  .\32xl\:border-r-indigo-400\/35 {
    border-right-color: rgb(129 140 248 / 0.35);
  }

  .\32xl\:border-r-indigo-400\/40 {
    border-right-color: rgb(129 140 248 / 0.4);
  }

  .\32xl\:border-r-indigo-400\/45 {
    border-right-color: rgb(129 140 248 / 0.45);
  }

  .\32xl\:border-r-indigo-400\/5 {
    border-right-color: rgb(129 140 248 / 0.05);
  }

  .\32xl\:border-r-indigo-400\/50 {
    border-right-color: rgb(129 140 248 / 0.5);
  }

  .\32xl\:border-r-indigo-400\/55 {
    border-right-color: rgb(129 140 248 / 0.55);
  }

  .\32xl\:border-r-indigo-400\/60 {
    border-right-color: rgb(129 140 248 / 0.6);
  }

  .\32xl\:border-r-indigo-400\/65 {
    border-right-color: rgb(129 140 248 / 0.65);
  }

  .\32xl\:border-r-indigo-400\/70 {
    border-right-color: rgb(129 140 248 / 0.7);
  }

  .\32xl\:border-r-indigo-400\/75 {
    border-right-color: rgb(129 140 248 / 0.75);
  }

  .\32xl\:border-r-indigo-400\/80 {
    border-right-color: rgb(129 140 248 / 0.8);
  }

  .\32xl\:border-r-indigo-400\/85 {
    border-right-color: rgb(129 140 248 / 0.85);
  }

  .\32xl\:border-r-indigo-400\/90 {
    border-right-color: rgb(129 140 248 / 0.9);
  }

  .\32xl\:border-r-indigo-400\/95 {
    border-right-color: rgb(129 140 248 / 0.95);
  }

  .\32xl\:border-r-indigo-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-50\/0 {
    border-right-color: rgb(238 242 255 / 0);
  }

  .\32xl\:border-r-indigo-50\/10 {
    border-right-color: rgb(238 242 255 / 0.1);
  }

  .\32xl\:border-r-indigo-50\/100 {
    border-right-color: rgb(238 242 255 / 1);
  }

  .\32xl\:border-r-indigo-50\/15 {
    border-right-color: rgb(238 242 255 / 0.15);
  }

  .\32xl\:border-r-indigo-50\/20 {
    border-right-color: rgb(238 242 255 / 0.2);
  }

  .\32xl\:border-r-indigo-50\/25 {
    border-right-color: rgb(238 242 255 / 0.25);
  }

  .\32xl\:border-r-indigo-50\/30 {
    border-right-color: rgb(238 242 255 / 0.3);
  }

  .\32xl\:border-r-indigo-50\/35 {
    border-right-color: rgb(238 242 255 / 0.35);
  }

  .\32xl\:border-r-indigo-50\/40 {
    border-right-color: rgb(238 242 255 / 0.4);
  }

  .\32xl\:border-r-indigo-50\/45 {
    border-right-color: rgb(238 242 255 / 0.45);
  }

  .\32xl\:border-r-indigo-50\/5 {
    border-right-color: rgb(238 242 255 / 0.05);
  }

  .\32xl\:border-r-indigo-50\/50 {
    border-right-color: rgb(238 242 255 / 0.5);
  }

  .\32xl\:border-r-indigo-50\/55 {
    border-right-color: rgb(238 242 255 / 0.55);
  }

  .\32xl\:border-r-indigo-50\/60 {
    border-right-color: rgb(238 242 255 / 0.6);
  }

  .\32xl\:border-r-indigo-50\/65 {
    border-right-color: rgb(238 242 255 / 0.65);
  }

  .\32xl\:border-r-indigo-50\/70 {
    border-right-color: rgb(238 242 255 / 0.7);
  }

  .\32xl\:border-r-indigo-50\/75 {
    border-right-color: rgb(238 242 255 / 0.75);
  }

  .\32xl\:border-r-indigo-50\/80 {
    border-right-color: rgb(238 242 255 / 0.8);
  }

  .\32xl\:border-r-indigo-50\/85 {
    border-right-color: rgb(238 242 255 / 0.85);
  }

  .\32xl\:border-r-indigo-50\/90 {
    border-right-color: rgb(238 242 255 / 0.9);
  }

  .\32xl\:border-r-indigo-50\/95 {
    border-right-color: rgb(238 242 255 / 0.95);
  }

  .\32xl\:border-r-indigo-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-500\/0 {
    border-right-color: rgb(99 102 241 / 0);
  }

  .\32xl\:border-r-indigo-500\/10 {
    border-right-color: rgb(99 102 241 / 0.1);
  }

  .\32xl\:border-r-indigo-500\/100 {
    border-right-color: rgb(99 102 241 / 1);
  }

  .\32xl\:border-r-indigo-500\/15 {
    border-right-color: rgb(99 102 241 / 0.15);
  }

  .\32xl\:border-r-indigo-500\/20 {
    border-right-color: rgb(99 102 241 / 0.2);
  }

  .\32xl\:border-r-indigo-500\/25 {
    border-right-color: rgb(99 102 241 / 0.25);
  }

  .\32xl\:border-r-indigo-500\/30 {
    border-right-color: rgb(99 102 241 / 0.3);
  }

  .\32xl\:border-r-indigo-500\/35 {
    border-right-color: rgb(99 102 241 / 0.35);
  }

  .\32xl\:border-r-indigo-500\/40 {
    border-right-color: rgb(99 102 241 / 0.4);
  }

  .\32xl\:border-r-indigo-500\/45 {
    border-right-color: rgb(99 102 241 / 0.45);
  }

  .\32xl\:border-r-indigo-500\/5 {
    border-right-color: rgb(99 102 241 / 0.05);
  }

  .\32xl\:border-r-indigo-500\/50 {
    border-right-color: rgb(99 102 241 / 0.5);
  }

  .\32xl\:border-r-indigo-500\/55 {
    border-right-color: rgb(99 102 241 / 0.55);
  }

  .\32xl\:border-r-indigo-500\/60 {
    border-right-color: rgb(99 102 241 / 0.6);
  }

  .\32xl\:border-r-indigo-500\/65 {
    border-right-color: rgb(99 102 241 / 0.65);
  }

  .\32xl\:border-r-indigo-500\/70 {
    border-right-color: rgb(99 102 241 / 0.7);
  }

  .\32xl\:border-r-indigo-500\/75 {
    border-right-color: rgb(99 102 241 / 0.75);
  }

  .\32xl\:border-r-indigo-500\/80 {
    border-right-color: rgb(99 102 241 / 0.8);
  }

  .\32xl\:border-r-indigo-500\/85 {
    border-right-color: rgb(99 102 241 / 0.85);
  }

  .\32xl\:border-r-indigo-500\/90 {
    border-right-color: rgb(99 102 241 / 0.9);
  }

  .\32xl\:border-r-indigo-500\/95 {
    border-right-color: rgb(99 102 241 / 0.95);
  }

  .\32xl\:border-r-indigo-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-600\/0 {
    border-right-color: rgb(79 70 229 / 0);
  }

  .\32xl\:border-r-indigo-600\/10 {
    border-right-color: rgb(79 70 229 / 0.1);
  }

  .\32xl\:border-r-indigo-600\/100 {
    border-right-color: rgb(79 70 229 / 1);
  }

  .\32xl\:border-r-indigo-600\/15 {
    border-right-color: rgb(79 70 229 / 0.15);
  }

  .\32xl\:border-r-indigo-600\/20 {
    border-right-color: rgb(79 70 229 / 0.2);
  }

  .\32xl\:border-r-indigo-600\/25 {
    border-right-color: rgb(79 70 229 / 0.25);
  }

  .\32xl\:border-r-indigo-600\/30 {
    border-right-color: rgb(79 70 229 / 0.3);
  }

  .\32xl\:border-r-indigo-600\/35 {
    border-right-color: rgb(79 70 229 / 0.35);
  }

  .\32xl\:border-r-indigo-600\/40 {
    border-right-color: rgb(79 70 229 / 0.4);
  }

  .\32xl\:border-r-indigo-600\/45 {
    border-right-color: rgb(79 70 229 / 0.45);
  }

  .\32xl\:border-r-indigo-600\/5 {
    border-right-color: rgb(79 70 229 / 0.05);
  }

  .\32xl\:border-r-indigo-600\/50 {
    border-right-color: rgb(79 70 229 / 0.5);
  }

  .\32xl\:border-r-indigo-600\/55 {
    border-right-color: rgb(79 70 229 / 0.55);
  }

  .\32xl\:border-r-indigo-600\/60 {
    border-right-color: rgb(79 70 229 / 0.6);
  }

  .\32xl\:border-r-indigo-600\/65 {
    border-right-color: rgb(79 70 229 / 0.65);
  }

  .\32xl\:border-r-indigo-600\/70 {
    border-right-color: rgb(79 70 229 / 0.7);
  }

  .\32xl\:border-r-indigo-600\/75 {
    border-right-color: rgb(79 70 229 / 0.75);
  }

  .\32xl\:border-r-indigo-600\/80 {
    border-right-color: rgb(79 70 229 / 0.8);
  }

  .\32xl\:border-r-indigo-600\/85 {
    border-right-color: rgb(79 70 229 / 0.85);
  }

  .\32xl\:border-r-indigo-600\/90 {
    border-right-color: rgb(79 70 229 / 0.9);
  }

  .\32xl\:border-r-indigo-600\/95 {
    border-right-color: rgb(79 70 229 / 0.95);
  }

  .\32xl\:border-r-indigo-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-700\/0 {
    border-right-color: rgb(67 56 202 / 0);
  }

  .\32xl\:border-r-indigo-700\/10 {
    border-right-color: rgb(67 56 202 / 0.1);
  }

  .\32xl\:border-r-indigo-700\/100 {
    border-right-color: rgb(67 56 202 / 1);
  }

  .\32xl\:border-r-indigo-700\/15 {
    border-right-color: rgb(67 56 202 / 0.15);
  }

  .\32xl\:border-r-indigo-700\/20 {
    border-right-color: rgb(67 56 202 / 0.2);
  }

  .\32xl\:border-r-indigo-700\/25 {
    border-right-color: rgb(67 56 202 / 0.25);
  }

  .\32xl\:border-r-indigo-700\/30 {
    border-right-color: rgb(67 56 202 / 0.3);
  }

  .\32xl\:border-r-indigo-700\/35 {
    border-right-color: rgb(67 56 202 / 0.35);
  }

  .\32xl\:border-r-indigo-700\/40 {
    border-right-color: rgb(67 56 202 / 0.4);
  }

  .\32xl\:border-r-indigo-700\/45 {
    border-right-color: rgb(67 56 202 / 0.45);
  }

  .\32xl\:border-r-indigo-700\/5 {
    border-right-color: rgb(67 56 202 / 0.05);
  }

  .\32xl\:border-r-indigo-700\/50 {
    border-right-color: rgb(67 56 202 / 0.5);
  }

  .\32xl\:border-r-indigo-700\/55 {
    border-right-color: rgb(67 56 202 / 0.55);
  }

  .\32xl\:border-r-indigo-700\/60 {
    border-right-color: rgb(67 56 202 / 0.6);
  }

  .\32xl\:border-r-indigo-700\/65 {
    border-right-color: rgb(67 56 202 / 0.65);
  }

  .\32xl\:border-r-indigo-700\/70 {
    border-right-color: rgb(67 56 202 / 0.7);
  }

  .\32xl\:border-r-indigo-700\/75 {
    border-right-color: rgb(67 56 202 / 0.75);
  }

  .\32xl\:border-r-indigo-700\/80 {
    border-right-color: rgb(67 56 202 / 0.8);
  }

  .\32xl\:border-r-indigo-700\/85 {
    border-right-color: rgb(67 56 202 / 0.85);
  }

  .\32xl\:border-r-indigo-700\/90 {
    border-right-color: rgb(67 56 202 / 0.9);
  }

  .\32xl\:border-r-indigo-700\/95 {
    border-right-color: rgb(67 56 202 / 0.95);
  }

  .\32xl\:border-r-indigo-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-800\/0 {
    border-right-color: rgb(55 48 163 / 0);
  }

  .\32xl\:border-r-indigo-800\/10 {
    border-right-color: rgb(55 48 163 / 0.1);
  }

  .\32xl\:border-r-indigo-800\/100 {
    border-right-color: rgb(55 48 163 / 1);
  }

  .\32xl\:border-r-indigo-800\/15 {
    border-right-color: rgb(55 48 163 / 0.15);
  }

  .\32xl\:border-r-indigo-800\/20 {
    border-right-color: rgb(55 48 163 / 0.2);
  }

  .\32xl\:border-r-indigo-800\/25 {
    border-right-color: rgb(55 48 163 / 0.25);
  }

  .\32xl\:border-r-indigo-800\/30 {
    border-right-color: rgb(55 48 163 / 0.3);
  }

  .\32xl\:border-r-indigo-800\/35 {
    border-right-color: rgb(55 48 163 / 0.35);
  }

  .\32xl\:border-r-indigo-800\/40 {
    border-right-color: rgb(55 48 163 / 0.4);
  }

  .\32xl\:border-r-indigo-800\/45 {
    border-right-color: rgb(55 48 163 / 0.45);
  }

  .\32xl\:border-r-indigo-800\/5 {
    border-right-color: rgb(55 48 163 / 0.05);
  }

  .\32xl\:border-r-indigo-800\/50 {
    border-right-color: rgb(55 48 163 / 0.5);
  }

  .\32xl\:border-r-indigo-800\/55 {
    border-right-color: rgb(55 48 163 / 0.55);
  }

  .\32xl\:border-r-indigo-800\/60 {
    border-right-color: rgb(55 48 163 / 0.6);
  }

  .\32xl\:border-r-indigo-800\/65 {
    border-right-color: rgb(55 48 163 / 0.65);
  }

  .\32xl\:border-r-indigo-800\/70 {
    border-right-color: rgb(55 48 163 / 0.7);
  }

  .\32xl\:border-r-indigo-800\/75 {
    border-right-color: rgb(55 48 163 / 0.75);
  }

  .\32xl\:border-r-indigo-800\/80 {
    border-right-color: rgb(55 48 163 / 0.8);
  }

  .\32xl\:border-r-indigo-800\/85 {
    border-right-color: rgb(55 48 163 / 0.85);
  }

  .\32xl\:border-r-indigo-800\/90 {
    border-right-color: rgb(55 48 163 / 0.9);
  }

  .\32xl\:border-r-indigo-800\/95 {
    border-right-color: rgb(55 48 163 / 0.95);
  }

  .\32xl\:border-r-indigo-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-900\/0 {
    border-right-color: rgb(49 46 129 / 0);
  }

  .\32xl\:border-r-indigo-900\/10 {
    border-right-color: rgb(49 46 129 / 0.1);
  }

  .\32xl\:border-r-indigo-900\/100 {
    border-right-color: rgb(49 46 129 / 1);
  }

  .\32xl\:border-r-indigo-900\/15 {
    border-right-color: rgb(49 46 129 / 0.15);
  }

  .\32xl\:border-r-indigo-900\/20 {
    border-right-color: rgb(49 46 129 / 0.2);
  }

  .\32xl\:border-r-indigo-900\/25 {
    border-right-color: rgb(49 46 129 / 0.25);
  }

  .\32xl\:border-r-indigo-900\/30 {
    border-right-color: rgb(49 46 129 / 0.3);
  }

  .\32xl\:border-r-indigo-900\/35 {
    border-right-color: rgb(49 46 129 / 0.35);
  }

  .\32xl\:border-r-indigo-900\/40 {
    border-right-color: rgb(49 46 129 / 0.4);
  }

  .\32xl\:border-r-indigo-900\/45 {
    border-right-color: rgb(49 46 129 / 0.45);
  }

  .\32xl\:border-r-indigo-900\/5 {
    border-right-color: rgb(49 46 129 / 0.05);
  }

  .\32xl\:border-r-indigo-900\/50 {
    border-right-color: rgb(49 46 129 / 0.5);
  }

  .\32xl\:border-r-indigo-900\/55 {
    border-right-color: rgb(49 46 129 / 0.55);
  }

  .\32xl\:border-r-indigo-900\/60 {
    border-right-color: rgb(49 46 129 / 0.6);
  }

  .\32xl\:border-r-indigo-900\/65 {
    border-right-color: rgb(49 46 129 / 0.65);
  }

  .\32xl\:border-r-indigo-900\/70 {
    border-right-color: rgb(49 46 129 / 0.7);
  }

  .\32xl\:border-r-indigo-900\/75 {
    border-right-color: rgb(49 46 129 / 0.75);
  }

  .\32xl\:border-r-indigo-900\/80 {
    border-right-color: rgb(49 46 129 / 0.8);
  }

  .\32xl\:border-r-indigo-900\/85 {
    border-right-color: rgb(49 46 129 / 0.85);
  }

  .\32xl\:border-r-indigo-900\/90 {
    border-right-color: rgb(49 46 129 / 0.9);
  }

  .\32xl\:border-r-indigo-900\/95 {
    border-right-color: rgb(49 46 129 / 0.95);
  }

  .\32xl\:border-r-indigo-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-indigo-950\/0 {
    border-right-color: rgb(30 27 75 / 0);
  }

  .\32xl\:border-r-indigo-950\/10 {
    border-right-color: rgb(30 27 75 / 0.1);
  }

  .\32xl\:border-r-indigo-950\/100 {
    border-right-color: rgb(30 27 75 / 1);
  }

  .\32xl\:border-r-indigo-950\/15 {
    border-right-color: rgb(30 27 75 / 0.15);
  }

  .\32xl\:border-r-indigo-950\/20 {
    border-right-color: rgb(30 27 75 / 0.2);
  }

  .\32xl\:border-r-indigo-950\/25 {
    border-right-color: rgb(30 27 75 / 0.25);
  }

  .\32xl\:border-r-indigo-950\/30 {
    border-right-color: rgb(30 27 75 / 0.3);
  }

  .\32xl\:border-r-indigo-950\/35 {
    border-right-color: rgb(30 27 75 / 0.35);
  }

  .\32xl\:border-r-indigo-950\/40 {
    border-right-color: rgb(30 27 75 / 0.4);
  }

  .\32xl\:border-r-indigo-950\/45 {
    border-right-color: rgb(30 27 75 / 0.45);
  }

  .\32xl\:border-r-indigo-950\/5 {
    border-right-color: rgb(30 27 75 / 0.05);
  }

  .\32xl\:border-r-indigo-950\/50 {
    border-right-color: rgb(30 27 75 / 0.5);
  }

  .\32xl\:border-r-indigo-950\/55 {
    border-right-color: rgb(30 27 75 / 0.55);
  }

  .\32xl\:border-r-indigo-950\/60 {
    border-right-color: rgb(30 27 75 / 0.6);
  }

  .\32xl\:border-r-indigo-950\/65 {
    border-right-color: rgb(30 27 75 / 0.65);
  }

  .\32xl\:border-r-indigo-950\/70 {
    border-right-color: rgb(30 27 75 / 0.7);
  }

  .\32xl\:border-r-indigo-950\/75 {
    border-right-color: rgb(30 27 75 / 0.75);
  }

  .\32xl\:border-r-indigo-950\/80 {
    border-right-color: rgb(30 27 75 / 0.8);
  }

  .\32xl\:border-r-indigo-950\/85 {
    border-right-color: rgb(30 27 75 / 0.85);
  }

  .\32xl\:border-r-indigo-950\/90 {
    border-right-color: rgb(30 27 75 / 0.9);
  }

  .\32xl\:border-r-indigo-950\/95 {
    border-right-color: rgb(30 27 75 / 0.95);
  }

  .\32xl\:border-r-inherit {
    border-right-color: inherit;
  }

  .\32xl\:border-r-input {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-input\/0 {
    border-right-color: hsl(var(--input) / 0);
  }

  .\32xl\:border-r-input\/10 {
    border-right-color: hsl(var(--input) / 0.1);
  }

  .\32xl\:border-r-input\/100 {
    border-right-color: hsl(var(--input) / 1);
  }

  .\32xl\:border-r-input\/15 {
    border-right-color: hsl(var(--input) / 0.15);
  }

  .\32xl\:border-r-input\/20 {
    border-right-color: hsl(var(--input) / 0.2);
  }

  .\32xl\:border-r-input\/25 {
    border-right-color: hsl(var(--input) / 0.25);
  }

  .\32xl\:border-r-input\/30 {
    border-right-color: hsl(var(--input) / 0.3);
  }

  .\32xl\:border-r-input\/35 {
    border-right-color: hsl(var(--input) / 0.35);
  }

  .\32xl\:border-r-input\/40 {
    border-right-color: hsl(var(--input) / 0.4);
  }

  .\32xl\:border-r-input\/45 {
    border-right-color: hsl(var(--input) / 0.45);
  }

  .\32xl\:border-r-input\/5 {
    border-right-color: hsl(var(--input) / 0.05);
  }

  .\32xl\:border-r-input\/50 {
    border-right-color: hsl(var(--input) / 0.5);
  }

  .\32xl\:border-r-input\/55 {
    border-right-color: hsl(var(--input) / 0.55);
  }

  .\32xl\:border-r-input\/60 {
    border-right-color: hsl(var(--input) / 0.6);
  }

  .\32xl\:border-r-input\/65 {
    border-right-color: hsl(var(--input) / 0.65);
  }

  .\32xl\:border-r-input\/70 {
    border-right-color: hsl(var(--input) / 0.7);
  }

  .\32xl\:border-r-input\/75 {
    border-right-color: hsl(var(--input) / 0.75);
  }

  .\32xl\:border-r-input\/80 {
    border-right-color: hsl(var(--input) / 0.8);
  }

  .\32xl\:border-r-input\/85 {
    border-right-color: hsl(var(--input) / 0.85);
  }

  .\32xl\:border-r-input\/90 {
    border-right-color: hsl(var(--input) / 0.9);
  }

  .\32xl\:border-r-input\/95 {
    border-right-color: hsl(var(--input) / 0.95);
  }

  .\32xl\:border-r-lime-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-100\/0 {
    border-right-color: rgb(236 252 203 / 0);
  }

  .\32xl\:border-r-lime-100\/10 {
    border-right-color: rgb(236 252 203 / 0.1);
  }

  .\32xl\:border-r-lime-100\/100 {
    border-right-color: rgb(236 252 203 / 1);
  }

  .\32xl\:border-r-lime-100\/15 {
    border-right-color: rgb(236 252 203 / 0.15);
  }

  .\32xl\:border-r-lime-100\/20 {
    border-right-color: rgb(236 252 203 / 0.2);
  }

  .\32xl\:border-r-lime-100\/25 {
    border-right-color: rgb(236 252 203 / 0.25);
  }

  .\32xl\:border-r-lime-100\/30 {
    border-right-color: rgb(236 252 203 / 0.3);
  }

  .\32xl\:border-r-lime-100\/35 {
    border-right-color: rgb(236 252 203 / 0.35);
  }

  .\32xl\:border-r-lime-100\/40 {
    border-right-color: rgb(236 252 203 / 0.4);
  }

  .\32xl\:border-r-lime-100\/45 {
    border-right-color: rgb(236 252 203 / 0.45);
  }

  .\32xl\:border-r-lime-100\/5 {
    border-right-color: rgb(236 252 203 / 0.05);
  }

  .\32xl\:border-r-lime-100\/50 {
    border-right-color: rgb(236 252 203 / 0.5);
  }

  .\32xl\:border-r-lime-100\/55 {
    border-right-color: rgb(236 252 203 / 0.55);
  }

  .\32xl\:border-r-lime-100\/60 {
    border-right-color: rgb(236 252 203 / 0.6);
  }

  .\32xl\:border-r-lime-100\/65 {
    border-right-color: rgb(236 252 203 / 0.65);
  }

  .\32xl\:border-r-lime-100\/70 {
    border-right-color: rgb(236 252 203 / 0.7);
  }

  .\32xl\:border-r-lime-100\/75 {
    border-right-color: rgb(236 252 203 / 0.75);
  }

  .\32xl\:border-r-lime-100\/80 {
    border-right-color: rgb(236 252 203 / 0.8);
  }

  .\32xl\:border-r-lime-100\/85 {
    border-right-color: rgb(236 252 203 / 0.85);
  }

  .\32xl\:border-r-lime-100\/90 {
    border-right-color: rgb(236 252 203 / 0.9);
  }

  .\32xl\:border-r-lime-100\/95 {
    border-right-color: rgb(236 252 203 / 0.95);
  }

  .\32xl\:border-r-lime-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-200\/0 {
    border-right-color: rgb(217 249 157 / 0);
  }

  .\32xl\:border-r-lime-200\/10 {
    border-right-color: rgb(217 249 157 / 0.1);
  }

  .\32xl\:border-r-lime-200\/100 {
    border-right-color: rgb(217 249 157 / 1);
  }

  .\32xl\:border-r-lime-200\/15 {
    border-right-color: rgb(217 249 157 / 0.15);
  }

  .\32xl\:border-r-lime-200\/20 {
    border-right-color: rgb(217 249 157 / 0.2);
  }

  .\32xl\:border-r-lime-200\/25 {
    border-right-color: rgb(217 249 157 / 0.25);
  }

  .\32xl\:border-r-lime-200\/30 {
    border-right-color: rgb(217 249 157 / 0.3);
  }

  .\32xl\:border-r-lime-200\/35 {
    border-right-color: rgb(217 249 157 / 0.35);
  }

  .\32xl\:border-r-lime-200\/40 {
    border-right-color: rgb(217 249 157 / 0.4);
  }

  .\32xl\:border-r-lime-200\/45 {
    border-right-color: rgb(217 249 157 / 0.45);
  }

  .\32xl\:border-r-lime-200\/5 {
    border-right-color: rgb(217 249 157 / 0.05);
  }

  .\32xl\:border-r-lime-200\/50 {
    border-right-color: rgb(217 249 157 / 0.5);
  }

  .\32xl\:border-r-lime-200\/55 {
    border-right-color: rgb(217 249 157 / 0.55);
  }

  .\32xl\:border-r-lime-200\/60 {
    border-right-color: rgb(217 249 157 / 0.6);
  }

  .\32xl\:border-r-lime-200\/65 {
    border-right-color: rgb(217 249 157 / 0.65);
  }

  .\32xl\:border-r-lime-200\/70 {
    border-right-color: rgb(217 249 157 / 0.7);
  }

  .\32xl\:border-r-lime-200\/75 {
    border-right-color: rgb(217 249 157 / 0.75);
  }

  .\32xl\:border-r-lime-200\/80 {
    border-right-color: rgb(217 249 157 / 0.8);
  }

  .\32xl\:border-r-lime-200\/85 {
    border-right-color: rgb(217 249 157 / 0.85);
  }

  .\32xl\:border-r-lime-200\/90 {
    border-right-color: rgb(217 249 157 / 0.9);
  }

  .\32xl\:border-r-lime-200\/95 {
    border-right-color: rgb(217 249 157 / 0.95);
  }

  .\32xl\:border-r-lime-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-300\/0 {
    border-right-color: rgb(190 242 100 / 0);
  }

  .\32xl\:border-r-lime-300\/10 {
    border-right-color: rgb(190 242 100 / 0.1);
  }

  .\32xl\:border-r-lime-300\/100 {
    border-right-color: rgb(190 242 100 / 1);
  }

  .\32xl\:border-r-lime-300\/15 {
    border-right-color: rgb(190 242 100 / 0.15);
  }

  .\32xl\:border-r-lime-300\/20 {
    border-right-color: rgb(190 242 100 / 0.2);
  }

  .\32xl\:border-r-lime-300\/25 {
    border-right-color: rgb(190 242 100 / 0.25);
  }

  .\32xl\:border-r-lime-300\/30 {
    border-right-color: rgb(190 242 100 / 0.3);
  }

  .\32xl\:border-r-lime-300\/35 {
    border-right-color: rgb(190 242 100 / 0.35);
  }

  .\32xl\:border-r-lime-300\/40 {
    border-right-color: rgb(190 242 100 / 0.4);
  }

  .\32xl\:border-r-lime-300\/45 {
    border-right-color: rgb(190 242 100 / 0.45);
  }

  .\32xl\:border-r-lime-300\/5 {
    border-right-color: rgb(190 242 100 / 0.05);
  }

  .\32xl\:border-r-lime-300\/50 {
    border-right-color: rgb(190 242 100 / 0.5);
  }

  .\32xl\:border-r-lime-300\/55 {
    border-right-color: rgb(190 242 100 / 0.55);
  }

  .\32xl\:border-r-lime-300\/60 {
    border-right-color: rgb(190 242 100 / 0.6);
  }

  .\32xl\:border-r-lime-300\/65 {
    border-right-color: rgb(190 242 100 / 0.65);
  }

  .\32xl\:border-r-lime-300\/70 {
    border-right-color: rgb(190 242 100 / 0.7);
  }

  .\32xl\:border-r-lime-300\/75 {
    border-right-color: rgb(190 242 100 / 0.75);
  }

  .\32xl\:border-r-lime-300\/80 {
    border-right-color: rgb(190 242 100 / 0.8);
  }

  .\32xl\:border-r-lime-300\/85 {
    border-right-color: rgb(190 242 100 / 0.85);
  }

  .\32xl\:border-r-lime-300\/90 {
    border-right-color: rgb(190 242 100 / 0.9);
  }

  .\32xl\:border-r-lime-300\/95 {
    border-right-color: rgb(190 242 100 / 0.95);
  }

  .\32xl\:border-r-lime-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-400\/0 {
    border-right-color: rgb(163 230 53 / 0);
  }

  .\32xl\:border-r-lime-400\/10 {
    border-right-color: rgb(163 230 53 / 0.1);
  }

  .\32xl\:border-r-lime-400\/100 {
    border-right-color: rgb(163 230 53 / 1);
  }

  .\32xl\:border-r-lime-400\/15 {
    border-right-color: rgb(163 230 53 / 0.15);
  }

  .\32xl\:border-r-lime-400\/20 {
    border-right-color: rgb(163 230 53 / 0.2);
  }

  .\32xl\:border-r-lime-400\/25 {
    border-right-color: rgb(163 230 53 / 0.25);
  }

  .\32xl\:border-r-lime-400\/30 {
    border-right-color: rgb(163 230 53 / 0.3);
  }

  .\32xl\:border-r-lime-400\/35 {
    border-right-color: rgb(163 230 53 / 0.35);
  }

  .\32xl\:border-r-lime-400\/40 {
    border-right-color: rgb(163 230 53 / 0.4);
  }

  .\32xl\:border-r-lime-400\/45 {
    border-right-color: rgb(163 230 53 / 0.45);
  }

  .\32xl\:border-r-lime-400\/5 {
    border-right-color: rgb(163 230 53 / 0.05);
  }

  .\32xl\:border-r-lime-400\/50 {
    border-right-color: rgb(163 230 53 / 0.5);
  }

  .\32xl\:border-r-lime-400\/55 {
    border-right-color: rgb(163 230 53 / 0.55);
  }

  .\32xl\:border-r-lime-400\/60 {
    border-right-color: rgb(163 230 53 / 0.6);
  }

  .\32xl\:border-r-lime-400\/65 {
    border-right-color: rgb(163 230 53 / 0.65);
  }

  .\32xl\:border-r-lime-400\/70 {
    border-right-color: rgb(163 230 53 / 0.7);
  }

  .\32xl\:border-r-lime-400\/75 {
    border-right-color: rgb(163 230 53 / 0.75);
  }

  .\32xl\:border-r-lime-400\/80 {
    border-right-color: rgb(163 230 53 / 0.8);
  }

  .\32xl\:border-r-lime-400\/85 {
    border-right-color: rgb(163 230 53 / 0.85);
  }

  .\32xl\:border-r-lime-400\/90 {
    border-right-color: rgb(163 230 53 / 0.9);
  }

  .\32xl\:border-r-lime-400\/95 {
    border-right-color: rgb(163 230 53 / 0.95);
  }

  .\32xl\:border-r-lime-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-50\/0 {
    border-right-color: rgb(247 254 231 / 0);
  }

  .\32xl\:border-r-lime-50\/10 {
    border-right-color: rgb(247 254 231 / 0.1);
  }

  .\32xl\:border-r-lime-50\/100 {
    border-right-color: rgb(247 254 231 / 1);
  }

  .\32xl\:border-r-lime-50\/15 {
    border-right-color: rgb(247 254 231 / 0.15);
  }

  .\32xl\:border-r-lime-50\/20 {
    border-right-color: rgb(247 254 231 / 0.2);
  }

  .\32xl\:border-r-lime-50\/25 {
    border-right-color: rgb(247 254 231 / 0.25);
  }

  .\32xl\:border-r-lime-50\/30 {
    border-right-color: rgb(247 254 231 / 0.3);
  }

  .\32xl\:border-r-lime-50\/35 {
    border-right-color: rgb(247 254 231 / 0.35);
  }

  .\32xl\:border-r-lime-50\/40 {
    border-right-color: rgb(247 254 231 / 0.4);
  }

  .\32xl\:border-r-lime-50\/45 {
    border-right-color: rgb(247 254 231 / 0.45);
  }

  .\32xl\:border-r-lime-50\/5 {
    border-right-color: rgb(247 254 231 / 0.05);
  }

  .\32xl\:border-r-lime-50\/50 {
    border-right-color: rgb(247 254 231 / 0.5);
  }

  .\32xl\:border-r-lime-50\/55 {
    border-right-color: rgb(247 254 231 / 0.55);
  }

  .\32xl\:border-r-lime-50\/60 {
    border-right-color: rgb(247 254 231 / 0.6);
  }

  .\32xl\:border-r-lime-50\/65 {
    border-right-color: rgb(247 254 231 / 0.65);
  }

  .\32xl\:border-r-lime-50\/70 {
    border-right-color: rgb(247 254 231 / 0.7);
  }

  .\32xl\:border-r-lime-50\/75 {
    border-right-color: rgb(247 254 231 / 0.75);
  }

  .\32xl\:border-r-lime-50\/80 {
    border-right-color: rgb(247 254 231 / 0.8);
  }

  .\32xl\:border-r-lime-50\/85 {
    border-right-color: rgb(247 254 231 / 0.85);
  }

  .\32xl\:border-r-lime-50\/90 {
    border-right-color: rgb(247 254 231 / 0.9);
  }

  .\32xl\:border-r-lime-50\/95 {
    border-right-color: rgb(247 254 231 / 0.95);
  }

  .\32xl\:border-r-lime-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-500\/0 {
    border-right-color: rgb(132 204 22 / 0);
  }

  .\32xl\:border-r-lime-500\/10 {
    border-right-color: rgb(132 204 22 / 0.1);
  }

  .\32xl\:border-r-lime-500\/100 {
    border-right-color: rgb(132 204 22 / 1);
  }

  .\32xl\:border-r-lime-500\/15 {
    border-right-color: rgb(132 204 22 / 0.15);
  }

  .\32xl\:border-r-lime-500\/20 {
    border-right-color: rgb(132 204 22 / 0.2);
  }

  .\32xl\:border-r-lime-500\/25 {
    border-right-color: rgb(132 204 22 / 0.25);
  }

  .\32xl\:border-r-lime-500\/30 {
    border-right-color: rgb(132 204 22 / 0.3);
  }

  .\32xl\:border-r-lime-500\/35 {
    border-right-color: rgb(132 204 22 / 0.35);
  }

  .\32xl\:border-r-lime-500\/40 {
    border-right-color: rgb(132 204 22 / 0.4);
  }

  .\32xl\:border-r-lime-500\/45 {
    border-right-color: rgb(132 204 22 / 0.45);
  }

  .\32xl\:border-r-lime-500\/5 {
    border-right-color: rgb(132 204 22 / 0.05);
  }

  .\32xl\:border-r-lime-500\/50 {
    border-right-color: rgb(132 204 22 / 0.5);
  }

  .\32xl\:border-r-lime-500\/55 {
    border-right-color: rgb(132 204 22 / 0.55);
  }

  .\32xl\:border-r-lime-500\/60 {
    border-right-color: rgb(132 204 22 / 0.6);
  }

  .\32xl\:border-r-lime-500\/65 {
    border-right-color: rgb(132 204 22 / 0.65);
  }

  .\32xl\:border-r-lime-500\/70 {
    border-right-color: rgb(132 204 22 / 0.7);
  }

  .\32xl\:border-r-lime-500\/75 {
    border-right-color: rgb(132 204 22 / 0.75);
  }

  .\32xl\:border-r-lime-500\/80 {
    border-right-color: rgb(132 204 22 / 0.8);
  }

  .\32xl\:border-r-lime-500\/85 {
    border-right-color: rgb(132 204 22 / 0.85);
  }

  .\32xl\:border-r-lime-500\/90 {
    border-right-color: rgb(132 204 22 / 0.9);
  }

  .\32xl\:border-r-lime-500\/95 {
    border-right-color: rgb(132 204 22 / 0.95);
  }

  .\32xl\:border-r-lime-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-600\/0 {
    border-right-color: rgb(101 163 13 / 0);
  }

  .\32xl\:border-r-lime-600\/10 {
    border-right-color: rgb(101 163 13 / 0.1);
  }

  .\32xl\:border-r-lime-600\/100 {
    border-right-color: rgb(101 163 13 / 1);
  }

  .\32xl\:border-r-lime-600\/15 {
    border-right-color: rgb(101 163 13 / 0.15);
  }

  .\32xl\:border-r-lime-600\/20 {
    border-right-color: rgb(101 163 13 / 0.2);
  }

  .\32xl\:border-r-lime-600\/25 {
    border-right-color: rgb(101 163 13 / 0.25);
  }

  .\32xl\:border-r-lime-600\/30 {
    border-right-color: rgb(101 163 13 / 0.3);
  }

  .\32xl\:border-r-lime-600\/35 {
    border-right-color: rgb(101 163 13 / 0.35);
  }

  .\32xl\:border-r-lime-600\/40 {
    border-right-color: rgb(101 163 13 / 0.4);
  }

  .\32xl\:border-r-lime-600\/45 {
    border-right-color: rgb(101 163 13 / 0.45);
  }

  .\32xl\:border-r-lime-600\/5 {
    border-right-color: rgb(101 163 13 / 0.05);
  }

  .\32xl\:border-r-lime-600\/50 {
    border-right-color: rgb(101 163 13 / 0.5);
  }

  .\32xl\:border-r-lime-600\/55 {
    border-right-color: rgb(101 163 13 / 0.55);
  }

  .\32xl\:border-r-lime-600\/60 {
    border-right-color: rgb(101 163 13 / 0.6);
  }

  .\32xl\:border-r-lime-600\/65 {
    border-right-color: rgb(101 163 13 / 0.65);
  }

  .\32xl\:border-r-lime-600\/70 {
    border-right-color: rgb(101 163 13 / 0.7);
  }

  .\32xl\:border-r-lime-600\/75 {
    border-right-color: rgb(101 163 13 / 0.75);
  }

  .\32xl\:border-r-lime-600\/80 {
    border-right-color: rgb(101 163 13 / 0.8);
  }

  .\32xl\:border-r-lime-600\/85 {
    border-right-color: rgb(101 163 13 / 0.85);
  }

  .\32xl\:border-r-lime-600\/90 {
    border-right-color: rgb(101 163 13 / 0.9);
  }

  .\32xl\:border-r-lime-600\/95 {
    border-right-color: rgb(101 163 13 / 0.95);
  }

  .\32xl\:border-r-lime-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-700\/0 {
    border-right-color: rgb(77 124 15 / 0);
  }

  .\32xl\:border-r-lime-700\/10 {
    border-right-color: rgb(77 124 15 / 0.1);
  }

  .\32xl\:border-r-lime-700\/100 {
    border-right-color: rgb(77 124 15 / 1);
  }

  .\32xl\:border-r-lime-700\/15 {
    border-right-color: rgb(77 124 15 / 0.15);
  }

  .\32xl\:border-r-lime-700\/20 {
    border-right-color: rgb(77 124 15 / 0.2);
  }

  .\32xl\:border-r-lime-700\/25 {
    border-right-color: rgb(77 124 15 / 0.25);
  }

  .\32xl\:border-r-lime-700\/30 {
    border-right-color: rgb(77 124 15 / 0.3);
  }

  .\32xl\:border-r-lime-700\/35 {
    border-right-color: rgb(77 124 15 / 0.35);
  }

  .\32xl\:border-r-lime-700\/40 {
    border-right-color: rgb(77 124 15 / 0.4);
  }

  .\32xl\:border-r-lime-700\/45 {
    border-right-color: rgb(77 124 15 / 0.45);
  }

  .\32xl\:border-r-lime-700\/5 {
    border-right-color: rgb(77 124 15 / 0.05);
  }

  .\32xl\:border-r-lime-700\/50 {
    border-right-color: rgb(77 124 15 / 0.5);
  }

  .\32xl\:border-r-lime-700\/55 {
    border-right-color: rgb(77 124 15 / 0.55);
  }

  .\32xl\:border-r-lime-700\/60 {
    border-right-color: rgb(77 124 15 / 0.6);
  }

  .\32xl\:border-r-lime-700\/65 {
    border-right-color: rgb(77 124 15 / 0.65);
  }

  .\32xl\:border-r-lime-700\/70 {
    border-right-color: rgb(77 124 15 / 0.7);
  }

  .\32xl\:border-r-lime-700\/75 {
    border-right-color: rgb(77 124 15 / 0.75);
  }

  .\32xl\:border-r-lime-700\/80 {
    border-right-color: rgb(77 124 15 / 0.8);
  }

  .\32xl\:border-r-lime-700\/85 {
    border-right-color: rgb(77 124 15 / 0.85);
  }

  .\32xl\:border-r-lime-700\/90 {
    border-right-color: rgb(77 124 15 / 0.9);
  }

  .\32xl\:border-r-lime-700\/95 {
    border-right-color: rgb(77 124 15 / 0.95);
  }

  .\32xl\:border-r-lime-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-800\/0 {
    border-right-color: rgb(63 98 18 / 0);
  }

  .\32xl\:border-r-lime-800\/10 {
    border-right-color: rgb(63 98 18 / 0.1);
  }

  .\32xl\:border-r-lime-800\/100 {
    border-right-color: rgb(63 98 18 / 1);
  }

  .\32xl\:border-r-lime-800\/15 {
    border-right-color: rgb(63 98 18 / 0.15);
  }

  .\32xl\:border-r-lime-800\/20 {
    border-right-color: rgb(63 98 18 / 0.2);
  }

  .\32xl\:border-r-lime-800\/25 {
    border-right-color: rgb(63 98 18 / 0.25);
  }

  .\32xl\:border-r-lime-800\/30 {
    border-right-color: rgb(63 98 18 / 0.3);
  }

  .\32xl\:border-r-lime-800\/35 {
    border-right-color: rgb(63 98 18 / 0.35);
  }

  .\32xl\:border-r-lime-800\/40 {
    border-right-color: rgb(63 98 18 / 0.4);
  }

  .\32xl\:border-r-lime-800\/45 {
    border-right-color: rgb(63 98 18 / 0.45);
  }

  .\32xl\:border-r-lime-800\/5 {
    border-right-color: rgb(63 98 18 / 0.05);
  }

  .\32xl\:border-r-lime-800\/50 {
    border-right-color: rgb(63 98 18 / 0.5);
  }

  .\32xl\:border-r-lime-800\/55 {
    border-right-color: rgb(63 98 18 / 0.55);
  }

  .\32xl\:border-r-lime-800\/60 {
    border-right-color: rgb(63 98 18 / 0.6);
  }

  .\32xl\:border-r-lime-800\/65 {
    border-right-color: rgb(63 98 18 / 0.65);
  }

  .\32xl\:border-r-lime-800\/70 {
    border-right-color: rgb(63 98 18 / 0.7);
  }

  .\32xl\:border-r-lime-800\/75 {
    border-right-color: rgb(63 98 18 / 0.75);
  }

  .\32xl\:border-r-lime-800\/80 {
    border-right-color: rgb(63 98 18 / 0.8);
  }

  .\32xl\:border-r-lime-800\/85 {
    border-right-color: rgb(63 98 18 / 0.85);
  }

  .\32xl\:border-r-lime-800\/90 {
    border-right-color: rgb(63 98 18 / 0.9);
  }

  .\32xl\:border-r-lime-800\/95 {
    border-right-color: rgb(63 98 18 / 0.95);
  }

  .\32xl\:border-r-lime-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-900\/0 {
    border-right-color: rgb(54 83 20 / 0);
  }

  .\32xl\:border-r-lime-900\/10 {
    border-right-color: rgb(54 83 20 / 0.1);
  }

  .\32xl\:border-r-lime-900\/100 {
    border-right-color: rgb(54 83 20 / 1);
  }

  .\32xl\:border-r-lime-900\/15 {
    border-right-color: rgb(54 83 20 / 0.15);
  }

  .\32xl\:border-r-lime-900\/20 {
    border-right-color: rgb(54 83 20 / 0.2);
  }

  .\32xl\:border-r-lime-900\/25 {
    border-right-color: rgb(54 83 20 / 0.25);
  }

  .\32xl\:border-r-lime-900\/30 {
    border-right-color: rgb(54 83 20 / 0.3);
  }

  .\32xl\:border-r-lime-900\/35 {
    border-right-color: rgb(54 83 20 / 0.35);
  }

  .\32xl\:border-r-lime-900\/40 {
    border-right-color: rgb(54 83 20 / 0.4);
  }

  .\32xl\:border-r-lime-900\/45 {
    border-right-color: rgb(54 83 20 / 0.45);
  }

  .\32xl\:border-r-lime-900\/5 {
    border-right-color: rgb(54 83 20 / 0.05);
  }

  .\32xl\:border-r-lime-900\/50 {
    border-right-color: rgb(54 83 20 / 0.5);
  }

  .\32xl\:border-r-lime-900\/55 {
    border-right-color: rgb(54 83 20 / 0.55);
  }

  .\32xl\:border-r-lime-900\/60 {
    border-right-color: rgb(54 83 20 / 0.6);
  }

  .\32xl\:border-r-lime-900\/65 {
    border-right-color: rgb(54 83 20 / 0.65);
  }

  .\32xl\:border-r-lime-900\/70 {
    border-right-color: rgb(54 83 20 / 0.7);
  }

  .\32xl\:border-r-lime-900\/75 {
    border-right-color: rgb(54 83 20 / 0.75);
  }

  .\32xl\:border-r-lime-900\/80 {
    border-right-color: rgb(54 83 20 / 0.8);
  }

  .\32xl\:border-r-lime-900\/85 {
    border-right-color: rgb(54 83 20 / 0.85);
  }

  .\32xl\:border-r-lime-900\/90 {
    border-right-color: rgb(54 83 20 / 0.9);
  }

  .\32xl\:border-r-lime-900\/95 {
    border-right-color: rgb(54 83 20 / 0.95);
  }

  .\32xl\:border-r-lime-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-lime-950\/0 {
    border-right-color: rgb(26 46 5 / 0);
  }

  .\32xl\:border-r-lime-950\/10 {
    border-right-color: rgb(26 46 5 / 0.1);
  }

  .\32xl\:border-r-lime-950\/100 {
    border-right-color: rgb(26 46 5 / 1);
  }

  .\32xl\:border-r-lime-950\/15 {
    border-right-color: rgb(26 46 5 / 0.15);
  }

  .\32xl\:border-r-lime-950\/20 {
    border-right-color: rgb(26 46 5 / 0.2);
  }

  .\32xl\:border-r-lime-950\/25 {
    border-right-color: rgb(26 46 5 / 0.25);
  }

  .\32xl\:border-r-lime-950\/30 {
    border-right-color: rgb(26 46 5 / 0.3);
  }

  .\32xl\:border-r-lime-950\/35 {
    border-right-color: rgb(26 46 5 / 0.35);
  }

  .\32xl\:border-r-lime-950\/40 {
    border-right-color: rgb(26 46 5 / 0.4);
  }

  .\32xl\:border-r-lime-950\/45 {
    border-right-color: rgb(26 46 5 / 0.45);
  }

  .\32xl\:border-r-lime-950\/5 {
    border-right-color: rgb(26 46 5 / 0.05);
  }

  .\32xl\:border-r-lime-950\/50 {
    border-right-color: rgb(26 46 5 / 0.5);
  }

  .\32xl\:border-r-lime-950\/55 {
    border-right-color: rgb(26 46 5 / 0.55);
  }

  .\32xl\:border-r-lime-950\/60 {
    border-right-color: rgb(26 46 5 / 0.6);
  }

  .\32xl\:border-r-lime-950\/65 {
    border-right-color: rgb(26 46 5 / 0.65);
  }

  .\32xl\:border-r-lime-950\/70 {
    border-right-color: rgb(26 46 5 / 0.7);
  }

  .\32xl\:border-r-lime-950\/75 {
    border-right-color: rgb(26 46 5 / 0.75);
  }

  .\32xl\:border-r-lime-950\/80 {
    border-right-color: rgb(26 46 5 / 0.8);
  }

  .\32xl\:border-r-lime-950\/85 {
    border-right-color: rgb(26 46 5 / 0.85);
  }

  .\32xl\:border-r-lime-950\/90 {
    border-right-color: rgb(26 46 5 / 0.9);
  }

  .\32xl\:border-r-lime-950\/95 {
    border-right-color: rgb(26 46 5 / 0.95);
  }

  .\32xl\:border-r-muted {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-muted-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-muted-foreground\/0 {
    border-right-color: hsl(var(--muted-foreground) / 0);
  }

  .\32xl\:border-r-muted-foreground\/10 {
    border-right-color: hsl(var(--muted-foreground) / 0.1);
  }

  .\32xl\:border-r-muted-foreground\/100 {
    border-right-color: hsl(var(--muted-foreground) / 1);
  }

  .\32xl\:border-r-muted-foreground\/15 {
    border-right-color: hsl(var(--muted-foreground) / 0.15);
  }

  .\32xl\:border-r-muted-foreground\/20 {
    border-right-color: hsl(var(--muted-foreground) / 0.2);
  }

  .\32xl\:border-r-muted-foreground\/25 {
    border-right-color: hsl(var(--muted-foreground) / 0.25);
  }

  .\32xl\:border-r-muted-foreground\/30 {
    border-right-color: hsl(var(--muted-foreground) / 0.3);
  }

  .\32xl\:border-r-muted-foreground\/35 {
    border-right-color: hsl(var(--muted-foreground) / 0.35);
  }

  .\32xl\:border-r-muted-foreground\/40 {
    border-right-color: hsl(var(--muted-foreground) / 0.4);
  }

  .\32xl\:border-r-muted-foreground\/45 {
    border-right-color: hsl(var(--muted-foreground) / 0.45);
  }

  .\32xl\:border-r-muted-foreground\/5 {
    border-right-color: hsl(var(--muted-foreground) / 0.05);
  }

  .\32xl\:border-r-muted-foreground\/50 {
    border-right-color: hsl(var(--muted-foreground) / 0.5);
  }

  .\32xl\:border-r-muted-foreground\/55 {
    border-right-color: hsl(var(--muted-foreground) / 0.55);
  }

  .\32xl\:border-r-muted-foreground\/60 {
    border-right-color: hsl(var(--muted-foreground) / 0.6);
  }

  .\32xl\:border-r-muted-foreground\/65 {
    border-right-color: hsl(var(--muted-foreground) / 0.65);
  }

  .\32xl\:border-r-muted-foreground\/70 {
    border-right-color: hsl(var(--muted-foreground) / 0.7);
  }

  .\32xl\:border-r-muted-foreground\/75 {
    border-right-color: hsl(var(--muted-foreground) / 0.75);
  }

  .\32xl\:border-r-muted-foreground\/80 {
    border-right-color: hsl(var(--muted-foreground) / 0.8);
  }

  .\32xl\:border-r-muted-foreground\/85 {
    border-right-color: hsl(var(--muted-foreground) / 0.85);
  }

  .\32xl\:border-r-muted-foreground\/90 {
    border-right-color: hsl(var(--muted-foreground) / 0.9);
  }

  .\32xl\:border-r-muted-foreground\/95 {
    border-right-color: hsl(var(--muted-foreground) / 0.95);
  }

  .\32xl\:border-r-muted\/0 {
    border-right-color: hsl(var(--muted) / 0);
  }

  .\32xl\:border-r-muted\/10 {
    border-right-color: hsl(var(--muted) / 0.1);
  }

  .\32xl\:border-r-muted\/100 {
    border-right-color: hsl(var(--muted) / 1);
  }

  .\32xl\:border-r-muted\/15 {
    border-right-color: hsl(var(--muted) / 0.15);
  }

  .\32xl\:border-r-muted\/20 {
    border-right-color: hsl(var(--muted) / 0.2);
  }

  .\32xl\:border-r-muted\/25 {
    border-right-color: hsl(var(--muted) / 0.25);
  }

  .\32xl\:border-r-muted\/30 {
    border-right-color: hsl(var(--muted) / 0.3);
  }

  .\32xl\:border-r-muted\/35 {
    border-right-color: hsl(var(--muted) / 0.35);
  }

  .\32xl\:border-r-muted\/40 {
    border-right-color: hsl(var(--muted) / 0.4);
  }

  .\32xl\:border-r-muted\/45 {
    border-right-color: hsl(var(--muted) / 0.45);
  }

  .\32xl\:border-r-muted\/5 {
    border-right-color: hsl(var(--muted) / 0.05);
  }

  .\32xl\:border-r-muted\/50 {
    border-right-color: hsl(var(--muted) / 0.5);
  }

  .\32xl\:border-r-muted\/55 {
    border-right-color: hsl(var(--muted) / 0.55);
  }

  .\32xl\:border-r-muted\/60 {
    border-right-color: hsl(var(--muted) / 0.6);
  }

  .\32xl\:border-r-muted\/65 {
    border-right-color: hsl(var(--muted) / 0.65);
  }

  .\32xl\:border-r-muted\/70 {
    border-right-color: hsl(var(--muted) / 0.7);
  }

  .\32xl\:border-r-muted\/75 {
    border-right-color: hsl(var(--muted) / 0.75);
  }

  .\32xl\:border-r-muted\/80 {
    border-right-color: hsl(var(--muted) / 0.8);
  }

  .\32xl\:border-r-muted\/85 {
    border-right-color: hsl(var(--muted) / 0.85);
  }

  .\32xl\:border-r-muted\/90 {
    border-right-color: hsl(var(--muted) / 0.9);
  }

  .\32xl\:border-r-muted\/95 {
    border-right-color: hsl(var(--muted) / 0.95);
  }

  .\32xl\:border-r-neutral-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-100\/0 {
    border-right-color: rgb(245 245 245 / 0);
  }

  .\32xl\:border-r-neutral-100\/10 {
    border-right-color: rgb(245 245 245 / 0.1);
  }

  .\32xl\:border-r-neutral-100\/100 {
    border-right-color: rgb(245 245 245 / 1);
  }

  .\32xl\:border-r-neutral-100\/15 {
    border-right-color: rgb(245 245 245 / 0.15);
  }

  .\32xl\:border-r-neutral-100\/20 {
    border-right-color: rgb(245 245 245 / 0.2);
  }

  .\32xl\:border-r-neutral-100\/25 {
    border-right-color: rgb(245 245 245 / 0.25);
  }

  .\32xl\:border-r-neutral-100\/30 {
    border-right-color: rgb(245 245 245 / 0.3);
  }

  .\32xl\:border-r-neutral-100\/35 {
    border-right-color: rgb(245 245 245 / 0.35);
  }

  .\32xl\:border-r-neutral-100\/40 {
    border-right-color: rgb(245 245 245 / 0.4);
  }

  .\32xl\:border-r-neutral-100\/45 {
    border-right-color: rgb(245 245 245 / 0.45);
  }

  .\32xl\:border-r-neutral-100\/5 {
    border-right-color: rgb(245 245 245 / 0.05);
  }

  .\32xl\:border-r-neutral-100\/50 {
    border-right-color: rgb(245 245 245 / 0.5);
  }

  .\32xl\:border-r-neutral-100\/55 {
    border-right-color: rgb(245 245 245 / 0.55);
  }

  .\32xl\:border-r-neutral-100\/60 {
    border-right-color: rgb(245 245 245 / 0.6);
  }

  .\32xl\:border-r-neutral-100\/65 {
    border-right-color: rgb(245 245 245 / 0.65);
  }

  .\32xl\:border-r-neutral-100\/70 {
    border-right-color: rgb(245 245 245 / 0.7);
  }

  .\32xl\:border-r-neutral-100\/75 {
    border-right-color: rgb(245 245 245 / 0.75);
  }

  .\32xl\:border-r-neutral-100\/80 {
    border-right-color: rgb(245 245 245 / 0.8);
  }

  .\32xl\:border-r-neutral-100\/85 {
    border-right-color: rgb(245 245 245 / 0.85);
  }

  .\32xl\:border-r-neutral-100\/90 {
    border-right-color: rgb(245 245 245 / 0.9);
  }

  .\32xl\:border-r-neutral-100\/95 {
    border-right-color: rgb(245 245 245 / 0.95);
  }

  .\32xl\:border-r-neutral-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-200\/0 {
    border-right-color: rgb(229 229 229 / 0);
  }

  .\32xl\:border-r-neutral-200\/10 {
    border-right-color: rgb(229 229 229 / 0.1);
  }

  .\32xl\:border-r-neutral-200\/100 {
    border-right-color: rgb(229 229 229 / 1);
  }

  .\32xl\:border-r-neutral-200\/15 {
    border-right-color: rgb(229 229 229 / 0.15);
  }

  .\32xl\:border-r-neutral-200\/20 {
    border-right-color: rgb(229 229 229 / 0.2);
  }

  .\32xl\:border-r-neutral-200\/25 {
    border-right-color: rgb(229 229 229 / 0.25);
  }

  .\32xl\:border-r-neutral-200\/30 {
    border-right-color: rgb(229 229 229 / 0.3);
  }

  .\32xl\:border-r-neutral-200\/35 {
    border-right-color: rgb(229 229 229 / 0.35);
  }

  .\32xl\:border-r-neutral-200\/40 {
    border-right-color: rgb(229 229 229 / 0.4);
  }

  .\32xl\:border-r-neutral-200\/45 {
    border-right-color: rgb(229 229 229 / 0.45);
  }

  .\32xl\:border-r-neutral-200\/5 {
    border-right-color: rgb(229 229 229 / 0.05);
  }

  .\32xl\:border-r-neutral-200\/50 {
    border-right-color: rgb(229 229 229 / 0.5);
  }

  .\32xl\:border-r-neutral-200\/55 {
    border-right-color: rgb(229 229 229 / 0.55);
  }

  .\32xl\:border-r-neutral-200\/60 {
    border-right-color: rgb(229 229 229 / 0.6);
  }

  .\32xl\:border-r-neutral-200\/65 {
    border-right-color: rgb(229 229 229 / 0.65);
  }

  .\32xl\:border-r-neutral-200\/70 {
    border-right-color: rgb(229 229 229 / 0.7);
  }

  .\32xl\:border-r-neutral-200\/75 {
    border-right-color: rgb(229 229 229 / 0.75);
  }

  .\32xl\:border-r-neutral-200\/80 {
    border-right-color: rgb(229 229 229 / 0.8);
  }

  .\32xl\:border-r-neutral-200\/85 {
    border-right-color: rgb(229 229 229 / 0.85);
  }

  .\32xl\:border-r-neutral-200\/90 {
    border-right-color: rgb(229 229 229 / 0.9);
  }

  .\32xl\:border-r-neutral-200\/95 {
    border-right-color: rgb(229 229 229 / 0.95);
  }

  .\32xl\:border-r-neutral-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-300\/0 {
    border-right-color: rgb(212 212 212 / 0);
  }

  .\32xl\:border-r-neutral-300\/10 {
    border-right-color: rgb(212 212 212 / 0.1);
  }

  .\32xl\:border-r-neutral-300\/100 {
    border-right-color: rgb(212 212 212 / 1);
  }

  .\32xl\:border-r-neutral-300\/15 {
    border-right-color: rgb(212 212 212 / 0.15);
  }

  .\32xl\:border-r-neutral-300\/20 {
    border-right-color: rgb(212 212 212 / 0.2);
  }

  .\32xl\:border-r-neutral-300\/25 {
    border-right-color: rgb(212 212 212 / 0.25);
  }

  .\32xl\:border-r-neutral-300\/30 {
    border-right-color: rgb(212 212 212 / 0.3);
  }

  .\32xl\:border-r-neutral-300\/35 {
    border-right-color: rgb(212 212 212 / 0.35);
  }

  .\32xl\:border-r-neutral-300\/40 {
    border-right-color: rgb(212 212 212 / 0.4);
  }

  .\32xl\:border-r-neutral-300\/45 {
    border-right-color: rgb(212 212 212 / 0.45);
  }

  .\32xl\:border-r-neutral-300\/5 {
    border-right-color: rgb(212 212 212 / 0.05);
  }

  .\32xl\:border-r-neutral-300\/50 {
    border-right-color: rgb(212 212 212 / 0.5);
  }

  .\32xl\:border-r-neutral-300\/55 {
    border-right-color: rgb(212 212 212 / 0.55);
  }

  .\32xl\:border-r-neutral-300\/60 {
    border-right-color: rgb(212 212 212 / 0.6);
  }

  .\32xl\:border-r-neutral-300\/65 {
    border-right-color: rgb(212 212 212 / 0.65);
  }

  .\32xl\:border-r-neutral-300\/70 {
    border-right-color: rgb(212 212 212 / 0.7);
  }

  .\32xl\:border-r-neutral-300\/75 {
    border-right-color: rgb(212 212 212 / 0.75);
  }

  .\32xl\:border-r-neutral-300\/80 {
    border-right-color: rgb(212 212 212 / 0.8);
  }

  .\32xl\:border-r-neutral-300\/85 {
    border-right-color: rgb(212 212 212 / 0.85);
  }

  .\32xl\:border-r-neutral-300\/90 {
    border-right-color: rgb(212 212 212 / 0.9);
  }

  .\32xl\:border-r-neutral-300\/95 {
    border-right-color: rgb(212 212 212 / 0.95);
  }

  .\32xl\:border-r-neutral-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-400\/0 {
    border-right-color: rgb(163 163 163 / 0);
  }

  .\32xl\:border-r-neutral-400\/10 {
    border-right-color: rgb(163 163 163 / 0.1);
  }

  .\32xl\:border-r-neutral-400\/100 {
    border-right-color: rgb(163 163 163 / 1);
  }

  .\32xl\:border-r-neutral-400\/15 {
    border-right-color: rgb(163 163 163 / 0.15);
  }

  .\32xl\:border-r-neutral-400\/20 {
    border-right-color: rgb(163 163 163 / 0.2);
  }

  .\32xl\:border-r-neutral-400\/25 {
    border-right-color: rgb(163 163 163 / 0.25);
  }

  .\32xl\:border-r-neutral-400\/30 {
    border-right-color: rgb(163 163 163 / 0.3);
  }

  .\32xl\:border-r-neutral-400\/35 {
    border-right-color: rgb(163 163 163 / 0.35);
  }

  .\32xl\:border-r-neutral-400\/40 {
    border-right-color: rgb(163 163 163 / 0.4);
  }

  .\32xl\:border-r-neutral-400\/45 {
    border-right-color: rgb(163 163 163 / 0.45);
  }

  .\32xl\:border-r-neutral-400\/5 {
    border-right-color: rgb(163 163 163 / 0.05);
  }

  .\32xl\:border-r-neutral-400\/50 {
    border-right-color: rgb(163 163 163 / 0.5);
  }

  .\32xl\:border-r-neutral-400\/55 {
    border-right-color: rgb(163 163 163 / 0.55);
  }

  .\32xl\:border-r-neutral-400\/60 {
    border-right-color: rgb(163 163 163 / 0.6);
  }

  .\32xl\:border-r-neutral-400\/65 {
    border-right-color: rgb(163 163 163 / 0.65);
  }

  .\32xl\:border-r-neutral-400\/70 {
    border-right-color: rgb(163 163 163 / 0.7);
  }

  .\32xl\:border-r-neutral-400\/75 {
    border-right-color: rgb(163 163 163 / 0.75);
  }

  .\32xl\:border-r-neutral-400\/80 {
    border-right-color: rgb(163 163 163 / 0.8);
  }

  .\32xl\:border-r-neutral-400\/85 {
    border-right-color: rgb(163 163 163 / 0.85);
  }

  .\32xl\:border-r-neutral-400\/90 {
    border-right-color: rgb(163 163 163 / 0.9);
  }

  .\32xl\:border-r-neutral-400\/95 {
    border-right-color: rgb(163 163 163 / 0.95);
  }

  .\32xl\:border-r-neutral-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-r-neutral-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-r-neutral-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-r-neutral-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-r-neutral-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-r-neutral-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-r-neutral-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-r-neutral-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-r-neutral-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-r-neutral-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-r-neutral-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-r-neutral-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-r-neutral-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-r-neutral-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-r-neutral-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-r-neutral-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-r-neutral-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-r-neutral-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-r-neutral-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-r-neutral-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-r-neutral-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-r-neutral-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-500\/0 {
    border-right-color: rgb(115 115 115 / 0);
  }

  .\32xl\:border-r-neutral-500\/10 {
    border-right-color: rgb(115 115 115 / 0.1);
  }

  .\32xl\:border-r-neutral-500\/100 {
    border-right-color: rgb(115 115 115 / 1);
  }

  .\32xl\:border-r-neutral-500\/15 {
    border-right-color: rgb(115 115 115 / 0.15);
  }

  .\32xl\:border-r-neutral-500\/20 {
    border-right-color: rgb(115 115 115 / 0.2);
  }

  .\32xl\:border-r-neutral-500\/25 {
    border-right-color: rgb(115 115 115 / 0.25);
  }

  .\32xl\:border-r-neutral-500\/30 {
    border-right-color: rgb(115 115 115 / 0.3);
  }

  .\32xl\:border-r-neutral-500\/35 {
    border-right-color: rgb(115 115 115 / 0.35);
  }

  .\32xl\:border-r-neutral-500\/40 {
    border-right-color: rgb(115 115 115 / 0.4);
  }

  .\32xl\:border-r-neutral-500\/45 {
    border-right-color: rgb(115 115 115 / 0.45);
  }

  .\32xl\:border-r-neutral-500\/5 {
    border-right-color: rgb(115 115 115 / 0.05);
  }

  .\32xl\:border-r-neutral-500\/50 {
    border-right-color: rgb(115 115 115 / 0.5);
  }

  .\32xl\:border-r-neutral-500\/55 {
    border-right-color: rgb(115 115 115 / 0.55);
  }

  .\32xl\:border-r-neutral-500\/60 {
    border-right-color: rgb(115 115 115 / 0.6);
  }

  .\32xl\:border-r-neutral-500\/65 {
    border-right-color: rgb(115 115 115 / 0.65);
  }

  .\32xl\:border-r-neutral-500\/70 {
    border-right-color: rgb(115 115 115 / 0.7);
  }

  .\32xl\:border-r-neutral-500\/75 {
    border-right-color: rgb(115 115 115 / 0.75);
  }

  .\32xl\:border-r-neutral-500\/80 {
    border-right-color: rgb(115 115 115 / 0.8);
  }

  .\32xl\:border-r-neutral-500\/85 {
    border-right-color: rgb(115 115 115 / 0.85);
  }

  .\32xl\:border-r-neutral-500\/90 {
    border-right-color: rgb(115 115 115 / 0.9);
  }

  .\32xl\:border-r-neutral-500\/95 {
    border-right-color: rgb(115 115 115 / 0.95);
  }

  .\32xl\:border-r-neutral-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-600\/0 {
    border-right-color: rgb(82 82 82 / 0);
  }

  .\32xl\:border-r-neutral-600\/10 {
    border-right-color: rgb(82 82 82 / 0.1);
  }

  .\32xl\:border-r-neutral-600\/100 {
    border-right-color: rgb(82 82 82 / 1);
  }

  .\32xl\:border-r-neutral-600\/15 {
    border-right-color: rgb(82 82 82 / 0.15);
  }

  .\32xl\:border-r-neutral-600\/20 {
    border-right-color: rgb(82 82 82 / 0.2);
  }

  .\32xl\:border-r-neutral-600\/25 {
    border-right-color: rgb(82 82 82 / 0.25);
  }

  .\32xl\:border-r-neutral-600\/30 {
    border-right-color: rgb(82 82 82 / 0.3);
  }

  .\32xl\:border-r-neutral-600\/35 {
    border-right-color: rgb(82 82 82 / 0.35);
  }

  .\32xl\:border-r-neutral-600\/40 {
    border-right-color: rgb(82 82 82 / 0.4);
  }

  .\32xl\:border-r-neutral-600\/45 {
    border-right-color: rgb(82 82 82 / 0.45);
  }

  .\32xl\:border-r-neutral-600\/5 {
    border-right-color: rgb(82 82 82 / 0.05);
  }

  .\32xl\:border-r-neutral-600\/50 {
    border-right-color: rgb(82 82 82 / 0.5);
  }

  .\32xl\:border-r-neutral-600\/55 {
    border-right-color: rgb(82 82 82 / 0.55);
  }

  .\32xl\:border-r-neutral-600\/60 {
    border-right-color: rgb(82 82 82 / 0.6);
  }

  .\32xl\:border-r-neutral-600\/65 {
    border-right-color: rgb(82 82 82 / 0.65);
  }

  .\32xl\:border-r-neutral-600\/70 {
    border-right-color: rgb(82 82 82 / 0.7);
  }

  .\32xl\:border-r-neutral-600\/75 {
    border-right-color: rgb(82 82 82 / 0.75);
  }

  .\32xl\:border-r-neutral-600\/80 {
    border-right-color: rgb(82 82 82 / 0.8);
  }

  .\32xl\:border-r-neutral-600\/85 {
    border-right-color: rgb(82 82 82 / 0.85);
  }

  .\32xl\:border-r-neutral-600\/90 {
    border-right-color: rgb(82 82 82 / 0.9);
  }

  .\32xl\:border-r-neutral-600\/95 {
    border-right-color: rgb(82 82 82 / 0.95);
  }

  .\32xl\:border-r-neutral-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-700\/0 {
    border-right-color: rgb(64 64 64 / 0);
  }

  .\32xl\:border-r-neutral-700\/10 {
    border-right-color: rgb(64 64 64 / 0.1);
  }

  .\32xl\:border-r-neutral-700\/100 {
    border-right-color: rgb(64 64 64 / 1);
  }

  .\32xl\:border-r-neutral-700\/15 {
    border-right-color: rgb(64 64 64 / 0.15);
  }

  .\32xl\:border-r-neutral-700\/20 {
    border-right-color: rgb(64 64 64 / 0.2);
  }

  .\32xl\:border-r-neutral-700\/25 {
    border-right-color: rgb(64 64 64 / 0.25);
  }

  .\32xl\:border-r-neutral-700\/30 {
    border-right-color: rgb(64 64 64 / 0.3);
  }

  .\32xl\:border-r-neutral-700\/35 {
    border-right-color: rgb(64 64 64 / 0.35);
  }

  .\32xl\:border-r-neutral-700\/40 {
    border-right-color: rgb(64 64 64 / 0.4);
  }

  .\32xl\:border-r-neutral-700\/45 {
    border-right-color: rgb(64 64 64 / 0.45);
  }

  .\32xl\:border-r-neutral-700\/5 {
    border-right-color: rgb(64 64 64 / 0.05);
  }

  .\32xl\:border-r-neutral-700\/50 {
    border-right-color: rgb(64 64 64 / 0.5);
  }

  .\32xl\:border-r-neutral-700\/55 {
    border-right-color: rgb(64 64 64 / 0.55);
  }

  .\32xl\:border-r-neutral-700\/60 {
    border-right-color: rgb(64 64 64 / 0.6);
  }

  .\32xl\:border-r-neutral-700\/65 {
    border-right-color: rgb(64 64 64 / 0.65);
  }

  .\32xl\:border-r-neutral-700\/70 {
    border-right-color: rgb(64 64 64 / 0.7);
  }

  .\32xl\:border-r-neutral-700\/75 {
    border-right-color: rgb(64 64 64 / 0.75);
  }

  .\32xl\:border-r-neutral-700\/80 {
    border-right-color: rgb(64 64 64 / 0.8);
  }

  .\32xl\:border-r-neutral-700\/85 {
    border-right-color: rgb(64 64 64 / 0.85);
  }

  .\32xl\:border-r-neutral-700\/90 {
    border-right-color: rgb(64 64 64 / 0.9);
  }

  .\32xl\:border-r-neutral-700\/95 {
    border-right-color: rgb(64 64 64 / 0.95);
  }

  .\32xl\:border-r-neutral-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-800\/0 {
    border-right-color: rgb(38 38 38 / 0);
  }

  .\32xl\:border-r-neutral-800\/10 {
    border-right-color: rgb(38 38 38 / 0.1);
  }

  .\32xl\:border-r-neutral-800\/100 {
    border-right-color: rgb(38 38 38 / 1);
  }

  .\32xl\:border-r-neutral-800\/15 {
    border-right-color: rgb(38 38 38 / 0.15);
  }

  .\32xl\:border-r-neutral-800\/20 {
    border-right-color: rgb(38 38 38 / 0.2);
  }

  .\32xl\:border-r-neutral-800\/25 {
    border-right-color: rgb(38 38 38 / 0.25);
  }

  .\32xl\:border-r-neutral-800\/30 {
    border-right-color: rgb(38 38 38 / 0.3);
  }

  .\32xl\:border-r-neutral-800\/35 {
    border-right-color: rgb(38 38 38 / 0.35);
  }

  .\32xl\:border-r-neutral-800\/40 {
    border-right-color: rgb(38 38 38 / 0.4);
  }

  .\32xl\:border-r-neutral-800\/45 {
    border-right-color: rgb(38 38 38 / 0.45);
  }

  .\32xl\:border-r-neutral-800\/5 {
    border-right-color: rgb(38 38 38 / 0.05);
  }

  .\32xl\:border-r-neutral-800\/50 {
    border-right-color: rgb(38 38 38 / 0.5);
  }

  .\32xl\:border-r-neutral-800\/55 {
    border-right-color: rgb(38 38 38 / 0.55);
  }

  .\32xl\:border-r-neutral-800\/60 {
    border-right-color: rgb(38 38 38 / 0.6);
  }

  .\32xl\:border-r-neutral-800\/65 {
    border-right-color: rgb(38 38 38 / 0.65);
  }

  .\32xl\:border-r-neutral-800\/70 {
    border-right-color: rgb(38 38 38 / 0.7);
  }

  .\32xl\:border-r-neutral-800\/75 {
    border-right-color: rgb(38 38 38 / 0.75);
  }

  .\32xl\:border-r-neutral-800\/80 {
    border-right-color: rgb(38 38 38 / 0.8);
  }

  .\32xl\:border-r-neutral-800\/85 {
    border-right-color: rgb(38 38 38 / 0.85);
  }

  .\32xl\:border-r-neutral-800\/90 {
    border-right-color: rgb(38 38 38 / 0.9);
  }

  .\32xl\:border-r-neutral-800\/95 {
    border-right-color: rgb(38 38 38 / 0.95);
  }

  .\32xl\:border-r-neutral-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-900\/0 {
    border-right-color: rgb(23 23 23 / 0);
  }

  .\32xl\:border-r-neutral-900\/10 {
    border-right-color: rgb(23 23 23 / 0.1);
  }

  .\32xl\:border-r-neutral-900\/100 {
    border-right-color: rgb(23 23 23 / 1);
  }

  .\32xl\:border-r-neutral-900\/15 {
    border-right-color: rgb(23 23 23 / 0.15);
  }

  .\32xl\:border-r-neutral-900\/20 {
    border-right-color: rgb(23 23 23 / 0.2);
  }

  .\32xl\:border-r-neutral-900\/25 {
    border-right-color: rgb(23 23 23 / 0.25);
  }

  .\32xl\:border-r-neutral-900\/30 {
    border-right-color: rgb(23 23 23 / 0.3);
  }

  .\32xl\:border-r-neutral-900\/35 {
    border-right-color: rgb(23 23 23 / 0.35);
  }

  .\32xl\:border-r-neutral-900\/40 {
    border-right-color: rgb(23 23 23 / 0.4);
  }

  .\32xl\:border-r-neutral-900\/45 {
    border-right-color: rgb(23 23 23 / 0.45);
  }

  .\32xl\:border-r-neutral-900\/5 {
    border-right-color: rgb(23 23 23 / 0.05);
  }

  .\32xl\:border-r-neutral-900\/50 {
    border-right-color: rgb(23 23 23 / 0.5);
  }

  .\32xl\:border-r-neutral-900\/55 {
    border-right-color: rgb(23 23 23 / 0.55);
  }

  .\32xl\:border-r-neutral-900\/60 {
    border-right-color: rgb(23 23 23 / 0.6);
  }

  .\32xl\:border-r-neutral-900\/65 {
    border-right-color: rgb(23 23 23 / 0.65);
  }

  .\32xl\:border-r-neutral-900\/70 {
    border-right-color: rgb(23 23 23 / 0.7);
  }

  .\32xl\:border-r-neutral-900\/75 {
    border-right-color: rgb(23 23 23 / 0.75);
  }

  .\32xl\:border-r-neutral-900\/80 {
    border-right-color: rgb(23 23 23 / 0.8);
  }

  .\32xl\:border-r-neutral-900\/85 {
    border-right-color: rgb(23 23 23 / 0.85);
  }

  .\32xl\:border-r-neutral-900\/90 {
    border-right-color: rgb(23 23 23 / 0.9);
  }

  .\32xl\:border-r-neutral-900\/95 {
    border-right-color: rgb(23 23 23 / 0.95);
  }

  .\32xl\:border-r-neutral-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-neutral-950\/0 {
    border-right-color: rgb(10 10 10 / 0);
  }

  .\32xl\:border-r-neutral-950\/10 {
    border-right-color: rgb(10 10 10 / 0.1);
  }

  .\32xl\:border-r-neutral-950\/100 {
    border-right-color: rgb(10 10 10 / 1);
  }

  .\32xl\:border-r-neutral-950\/15 {
    border-right-color: rgb(10 10 10 / 0.15);
  }

  .\32xl\:border-r-neutral-950\/20 {
    border-right-color: rgb(10 10 10 / 0.2);
  }

  .\32xl\:border-r-neutral-950\/25 {
    border-right-color: rgb(10 10 10 / 0.25);
  }

  .\32xl\:border-r-neutral-950\/30 {
    border-right-color: rgb(10 10 10 / 0.3);
  }

  .\32xl\:border-r-neutral-950\/35 {
    border-right-color: rgb(10 10 10 / 0.35);
  }

  .\32xl\:border-r-neutral-950\/40 {
    border-right-color: rgb(10 10 10 / 0.4);
  }

  .\32xl\:border-r-neutral-950\/45 {
    border-right-color: rgb(10 10 10 / 0.45);
  }

  .\32xl\:border-r-neutral-950\/5 {
    border-right-color: rgb(10 10 10 / 0.05);
  }

  .\32xl\:border-r-neutral-950\/50 {
    border-right-color: rgb(10 10 10 / 0.5);
  }

  .\32xl\:border-r-neutral-950\/55 {
    border-right-color: rgb(10 10 10 / 0.55);
  }

  .\32xl\:border-r-neutral-950\/60 {
    border-right-color: rgb(10 10 10 / 0.6);
  }

  .\32xl\:border-r-neutral-950\/65 {
    border-right-color: rgb(10 10 10 / 0.65);
  }

  .\32xl\:border-r-neutral-950\/70 {
    border-right-color: rgb(10 10 10 / 0.7);
  }

  .\32xl\:border-r-neutral-950\/75 {
    border-right-color: rgb(10 10 10 / 0.75);
  }

  .\32xl\:border-r-neutral-950\/80 {
    border-right-color: rgb(10 10 10 / 0.8);
  }

  .\32xl\:border-r-neutral-950\/85 {
    border-right-color: rgb(10 10 10 / 0.85);
  }

  .\32xl\:border-r-neutral-950\/90 {
    border-right-color: rgb(10 10 10 / 0.9);
  }

  .\32xl\:border-r-neutral-950\/95 {
    border-right-color: rgb(10 10 10 / 0.95);
  }

  .\32xl\:border-r-orange-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-100\/0 {
    border-right-color: rgb(255 237 213 / 0);
  }

  .\32xl\:border-r-orange-100\/10 {
    border-right-color: rgb(255 237 213 / 0.1);
  }

  .\32xl\:border-r-orange-100\/100 {
    border-right-color: rgb(255 237 213 / 1);
  }

  .\32xl\:border-r-orange-100\/15 {
    border-right-color: rgb(255 237 213 / 0.15);
  }

  .\32xl\:border-r-orange-100\/20 {
    border-right-color: rgb(255 237 213 / 0.2);
  }

  .\32xl\:border-r-orange-100\/25 {
    border-right-color: rgb(255 237 213 / 0.25);
  }

  .\32xl\:border-r-orange-100\/30 {
    border-right-color: rgb(255 237 213 / 0.3);
  }

  .\32xl\:border-r-orange-100\/35 {
    border-right-color: rgb(255 237 213 / 0.35);
  }

  .\32xl\:border-r-orange-100\/40 {
    border-right-color: rgb(255 237 213 / 0.4);
  }

  .\32xl\:border-r-orange-100\/45 {
    border-right-color: rgb(255 237 213 / 0.45);
  }

  .\32xl\:border-r-orange-100\/5 {
    border-right-color: rgb(255 237 213 / 0.05);
  }

  .\32xl\:border-r-orange-100\/50 {
    border-right-color: rgb(255 237 213 / 0.5);
  }

  .\32xl\:border-r-orange-100\/55 {
    border-right-color: rgb(255 237 213 / 0.55);
  }

  .\32xl\:border-r-orange-100\/60 {
    border-right-color: rgb(255 237 213 / 0.6);
  }

  .\32xl\:border-r-orange-100\/65 {
    border-right-color: rgb(255 237 213 / 0.65);
  }

  .\32xl\:border-r-orange-100\/70 {
    border-right-color: rgb(255 237 213 / 0.7);
  }

  .\32xl\:border-r-orange-100\/75 {
    border-right-color: rgb(255 237 213 / 0.75);
  }

  .\32xl\:border-r-orange-100\/80 {
    border-right-color: rgb(255 237 213 / 0.8);
  }

  .\32xl\:border-r-orange-100\/85 {
    border-right-color: rgb(255 237 213 / 0.85);
  }

  .\32xl\:border-r-orange-100\/90 {
    border-right-color: rgb(255 237 213 / 0.9);
  }

  .\32xl\:border-r-orange-100\/95 {
    border-right-color: rgb(255 237 213 / 0.95);
  }

  .\32xl\:border-r-orange-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-200\/0 {
    border-right-color: rgb(254 215 170 / 0);
  }

  .\32xl\:border-r-orange-200\/10 {
    border-right-color: rgb(254 215 170 / 0.1);
  }

  .\32xl\:border-r-orange-200\/100 {
    border-right-color: rgb(254 215 170 / 1);
  }

  .\32xl\:border-r-orange-200\/15 {
    border-right-color: rgb(254 215 170 / 0.15);
  }

  .\32xl\:border-r-orange-200\/20 {
    border-right-color: rgb(254 215 170 / 0.2);
  }

  .\32xl\:border-r-orange-200\/25 {
    border-right-color: rgb(254 215 170 / 0.25);
  }

  .\32xl\:border-r-orange-200\/30 {
    border-right-color: rgb(254 215 170 / 0.3);
  }

  .\32xl\:border-r-orange-200\/35 {
    border-right-color: rgb(254 215 170 / 0.35);
  }

  .\32xl\:border-r-orange-200\/40 {
    border-right-color: rgb(254 215 170 / 0.4);
  }

  .\32xl\:border-r-orange-200\/45 {
    border-right-color: rgb(254 215 170 / 0.45);
  }

  .\32xl\:border-r-orange-200\/5 {
    border-right-color: rgb(254 215 170 / 0.05);
  }

  .\32xl\:border-r-orange-200\/50 {
    border-right-color: rgb(254 215 170 / 0.5);
  }

  .\32xl\:border-r-orange-200\/55 {
    border-right-color: rgb(254 215 170 / 0.55);
  }

  .\32xl\:border-r-orange-200\/60 {
    border-right-color: rgb(254 215 170 / 0.6);
  }

  .\32xl\:border-r-orange-200\/65 {
    border-right-color: rgb(254 215 170 / 0.65);
  }

  .\32xl\:border-r-orange-200\/70 {
    border-right-color: rgb(254 215 170 / 0.7);
  }

  .\32xl\:border-r-orange-200\/75 {
    border-right-color: rgb(254 215 170 / 0.75);
  }

  .\32xl\:border-r-orange-200\/80 {
    border-right-color: rgb(254 215 170 / 0.8);
  }

  .\32xl\:border-r-orange-200\/85 {
    border-right-color: rgb(254 215 170 / 0.85);
  }

  .\32xl\:border-r-orange-200\/90 {
    border-right-color: rgb(254 215 170 / 0.9);
  }

  .\32xl\:border-r-orange-200\/95 {
    border-right-color: rgb(254 215 170 / 0.95);
  }

  .\32xl\:border-r-orange-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-300\/0 {
    border-right-color: rgb(253 186 116 / 0);
  }

  .\32xl\:border-r-orange-300\/10 {
    border-right-color: rgb(253 186 116 / 0.1);
  }

  .\32xl\:border-r-orange-300\/100 {
    border-right-color: rgb(253 186 116 / 1);
  }

  .\32xl\:border-r-orange-300\/15 {
    border-right-color: rgb(253 186 116 / 0.15);
  }

  .\32xl\:border-r-orange-300\/20 {
    border-right-color: rgb(253 186 116 / 0.2);
  }

  .\32xl\:border-r-orange-300\/25 {
    border-right-color: rgb(253 186 116 / 0.25);
  }

  .\32xl\:border-r-orange-300\/30 {
    border-right-color: rgb(253 186 116 / 0.3);
  }

  .\32xl\:border-r-orange-300\/35 {
    border-right-color: rgb(253 186 116 / 0.35);
  }

  .\32xl\:border-r-orange-300\/40 {
    border-right-color: rgb(253 186 116 / 0.4);
  }

  .\32xl\:border-r-orange-300\/45 {
    border-right-color: rgb(253 186 116 / 0.45);
  }

  .\32xl\:border-r-orange-300\/5 {
    border-right-color: rgb(253 186 116 / 0.05);
  }

  .\32xl\:border-r-orange-300\/50 {
    border-right-color: rgb(253 186 116 / 0.5);
  }

  .\32xl\:border-r-orange-300\/55 {
    border-right-color: rgb(253 186 116 / 0.55);
  }

  .\32xl\:border-r-orange-300\/60 {
    border-right-color: rgb(253 186 116 / 0.6);
  }

  .\32xl\:border-r-orange-300\/65 {
    border-right-color: rgb(253 186 116 / 0.65);
  }

  .\32xl\:border-r-orange-300\/70 {
    border-right-color: rgb(253 186 116 / 0.7);
  }

  .\32xl\:border-r-orange-300\/75 {
    border-right-color: rgb(253 186 116 / 0.75);
  }

  .\32xl\:border-r-orange-300\/80 {
    border-right-color: rgb(253 186 116 / 0.8);
  }

  .\32xl\:border-r-orange-300\/85 {
    border-right-color: rgb(253 186 116 / 0.85);
  }

  .\32xl\:border-r-orange-300\/90 {
    border-right-color: rgb(253 186 116 / 0.9);
  }

  .\32xl\:border-r-orange-300\/95 {
    border-right-color: rgb(253 186 116 / 0.95);
  }

  .\32xl\:border-r-orange-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-400\/0 {
    border-right-color: rgb(251 146 60 / 0);
  }

  .\32xl\:border-r-orange-400\/10 {
    border-right-color: rgb(251 146 60 / 0.1);
  }

  .\32xl\:border-r-orange-400\/100 {
    border-right-color: rgb(251 146 60 / 1);
  }

  .\32xl\:border-r-orange-400\/15 {
    border-right-color: rgb(251 146 60 / 0.15);
  }

  .\32xl\:border-r-orange-400\/20 {
    border-right-color: rgb(251 146 60 / 0.2);
  }

  .\32xl\:border-r-orange-400\/25 {
    border-right-color: rgb(251 146 60 / 0.25);
  }

  .\32xl\:border-r-orange-400\/30 {
    border-right-color: rgb(251 146 60 / 0.3);
  }

  .\32xl\:border-r-orange-400\/35 {
    border-right-color: rgb(251 146 60 / 0.35);
  }

  .\32xl\:border-r-orange-400\/40 {
    border-right-color: rgb(251 146 60 / 0.4);
  }

  .\32xl\:border-r-orange-400\/45 {
    border-right-color: rgb(251 146 60 / 0.45);
  }

  .\32xl\:border-r-orange-400\/5 {
    border-right-color: rgb(251 146 60 / 0.05);
  }

  .\32xl\:border-r-orange-400\/50 {
    border-right-color: rgb(251 146 60 / 0.5);
  }

  .\32xl\:border-r-orange-400\/55 {
    border-right-color: rgb(251 146 60 / 0.55);
  }

  .\32xl\:border-r-orange-400\/60 {
    border-right-color: rgb(251 146 60 / 0.6);
  }

  .\32xl\:border-r-orange-400\/65 {
    border-right-color: rgb(251 146 60 / 0.65);
  }

  .\32xl\:border-r-orange-400\/70 {
    border-right-color: rgb(251 146 60 / 0.7);
  }

  .\32xl\:border-r-orange-400\/75 {
    border-right-color: rgb(251 146 60 / 0.75);
  }

  .\32xl\:border-r-orange-400\/80 {
    border-right-color: rgb(251 146 60 / 0.8);
  }

  .\32xl\:border-r-orange-400\/85 {
    border-right-color: rgb(251 146 60 / 0.85);
  }

  .\32xl\:border-r-orange-400\/90 {
    border-right-color: rgb(251 146 60 / 0.9);
  }

  .\32xl\:border-r-orange-400\/95 {
    border-right-color: rgb(251 146 60 / 0.95);
  }

  .\32xl\:border-r-orange-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-50\/0 {
    border-right-color: rgb(255 247 237 / 0);
  }

  .\32xl\:border-r-orange-50\/10 {
    border-right-color: rgb(255 247 237 / 0.1);
  }

  .\32xl\:border-r-orange-50\/100 {
    border-right-color: rgb(255 247 237 / 1);
  }

  .\32xl\:border-r-orange-50\/15 {
    border-right-color: rgb(255 247 237 / 0.15);
  }

  .\32xl\:border-r-orange-50\/20 {
    border-right-color: rgb(255 247 237 / 0.2);
  }

  .\32xl\:border-r-orange-50\/25 {
    border-right-color: rgb(255 247 237 / 0.25);
  }

  .\32xl\:border-r-orange-50\/30 {
    border-right-color: rgb(255 247 237 / 0.3);
  }

  .\32xl\:border-r-orange-50\/35 {
    border-right-color: rgb(255 247 237 / 0.35);
  }

  .\32xl\:border-r-orange-50\/40 {
    border-right-color: rgb(255 247 237 / 0.4);
  }

  .\32xl\:border-r-orange-50\/45 {
    border-right-color: rgb(255 247 237 / 0.45);
  }

  .\32xl\:border-r-orange-50\/5 {
    border-right-color: rgb(255 247 237 / 0.05);
  }

  .\32xl\:border-r-orange-50\/50 {
    border-right-color: rgb(255 247 237 / 0.5);
  }

  .\32xl\:border-r-orange-50\/55 {
    border-right-color: rgb(255 247 237 / 0.55);
  }

  .\32xl\:border-r-orange-50\/60 {
    border-right-color: rgb(255 247 237 / 0.6);
  }

  .\32xl\:border-r-orange-50\/65 {
    border-right-color: rgb(255 247 237 / 0.65);
  }

  .\32xl\:border-r-orange-50\/70 {
    border-right-color: rgb(255 247 237 / 0.7);
  }

  .\32xl\:border-r-orange-50\/75 {
    border-right-color: rgb(255 247 237 / 0.75);
  }

  .\32xl\:border-r-orange-50\/80 {
    border-right-color: rgb(255 247 237 / 0.8);
  }

  .\32xl\:border-r-orange-50\/85 {
    border-right-color: rgb(255 247 237 / 0.85);
  }

  .\32xl\:border-r-orange-50\/90 {
    border-right-color: rgb(255 247 237 / 0.9);
  }

  .\32xl\:border-r-orange-50\/95 {
    border-right-color: rgb(255 247 237 / 0.95);
  }

  .\32xl\:border-r-orange-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-500\/0 {
    border-right-color: rgb(249 115 22 / 0);
  }

  .\32xl\:border-r-orange-500\/10 {
    border-right-color: rgb(249 115 22 / 0.1);
  }

  .\32xl\:border-r-orange-500\/100 {
    border-right-color: rgb(249 115 22 / 1);
  }

  .\32xl\:border-r-orange-500\/15 {
    border-right-color: rgb(249 115 22 / 0.15);
  }

  .\32xl\:border-r-orange-500\/20 {
    border-right-color: rgb(249 115 22 / 0.2);
  }

  .\32xl\:border-r-orange-500\/25 {
    border-right-color: rgb(249 115 22 / 0.25);
  }

  .\32xl\:border-r-orange-500\/30 {
    border-right-color: rgb(249 115 22 / 0.3);
  }

  .\32xl\:border-r-orange-500\/35 {
    border-right-color: rgb(249 115 22 / 0.35);
  }

  .\32xl\:border-r-orange-500\/40 {
    border-right-color: rgb(249 115 22 / 0.4);
  }

  .\32xl\:border-r-orange-500\/45 {
    border-right-color: rgb(249 115 22 / 0.45);
  }

  .\32xl\:border-r-orange-500\/5 {
    border-right-color: rgb(249 115 22 / 0.05);
  }

  .\32xl\:border-r-orange-500\/50 {
    border-right-color: rgb(249 115 22 / 0.5);
  }

  .\32xl\:border-r-orange-500\/55 {
    border-right-color: rgb(249 115 22 / 0.55);
  }

  .\32xl\:border-r-orange-500\/60 {
    border-right-color: rgb(249 115 22 / 0.6);
  }

  .\32xl\:border-r-orange-500\/65 {
    border-right-color: rgb(249 115 22 / 0.65);
  }

  .\32xl\:border-r-orange-500\/70 {
    border-right-color: rgb(249 115 22 / 0.7);
  }

  .\32xl\:border-r-orange-500\/75 {
    border-right-color: rgb(249 115 22 / 0.75);
  }

  .\32xl\:border-r-orange-500\/80 {
    border-right-color: rgb(249 115 22 / 0.8);
  }

  .\32xl\:border-r-orange-500\/85 {
    border-right-color: rgb(249 115 22 / 0.85);
  }

  .\32xl\:border-r-orange-500\/90 {
    border-right-color: rgb(249 115 22 / 0.9);
  }

  .\32xl\:border-r-orange-500\/95 {
    border-right-color: rgb(249 115 22 / 0.95);
  }

  .\32xl\:border-r-orange-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-600\/0 {
    border-right-color: rgb(234 88 12 / 0);
  }

  .\32xl\:border-r-orange-600\/10 {
    border-right-color: rgb(234 88 12 / 0.1);
  }

  .\32xl\:border-r-orange-600\/100 {
    border-right-color: rgb(234 88 12 / 1);
  }

  .\32xl\:border-r-orange-600\/15 {
    border-right-color: rgb(234 88 12 / 0.15);
  }

  .\32xl\:border-r-orange-600\/20 {
    border-right-color: rgb(234 88 12 / 0.2);
  }

  .\32xl\:border-r-orange-600\/25 {
    border-right-color: rgb(234 88 12 / 0.25);
  }

  .\32xl\:border-r-orange-600\/30 {
    border-right-color: rgb(234 88 12 / 0.3);
  }

  .\32xl\:border-r-orange-600\/35 {
    border-right-color: rgb(234 88 12 / 0.35);
  }

  .\32xl\:border-r-orange-600\/40 {
    border-right-color: rgb(234 88 12 / 0.4);
  }

  .\32xl\:border-r-orange-600\/45 {
    border-right-color: rgb(234 88 12 / 0.45);
  }

  .\32xl\:border-r-orange-600\/5 {
    border-right-color: rgb(234 88 12 / 0.05);
  }

  .\32xl\:border-r-orange-600\/50 {
    border-right-color: rgb(234 88 12 / 0.5);
  }

  .\32xl\:border-r-orange-600\/55 {
    border-right-color: rgb(234 88 12 / 0.55);
  }

  .\32xl\:border-r-orange-600\/60 {
    border-right-color: rgb(234 88 12 / 0.6);
  }

  .\32xl\:border-r-orange-600\/65 {
    border-right-color: rgb(234 88 12 / 0.65);
  }

  .\32xl\:border-r-orange-600\/70 {
    border-right-color: rgb(234 88 12 / 0.7);
  }

  .\32xl\:border-r-orange-600\/75 {
    border-right-color: rgb(234 88 12 / 0.75);
  }

  .\32xl\:border-r-orange-600\/80 {
    border-right-color: rgb(234 88 12 / 0.8);
  }

  .\32xl\:border-r-orange-600\/85 {
    border-right-color: rgb(234 88 12 / 0.85);
  }

  .\32xl\:border-r-orange-600\/90 {
    border-right-color: rgb(234 88 12 / 0.9);
  }

  .\32xl\:border-r-orange-600\/95 {
    border-right-color: rgb(234 88 12 / 0.95);
  }

  .\32xl\:border-r-orange-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-700\/0 {
    border-right-color: rgb(194 65 12 / 0);
  }

  .\32xl\:border-r-orange-700\/10 {
    border-right-color: rgb(194 65 12 / 0.1);
  }

  .\32xl\:border-r-orange-700\/100 {
    border-right-color: rgb(194 65 12 / 1);
  }

  .\32xl\:border-r-orange-700\/15 {
    border-right-color: rgb(194 65 12 / 0.15);
  }

  .\32xl\:border-r-orange-700\/20 {
    border-right-color: rgb(194 65 12 / 0.2);
  }

  .\32xl\:border-r-orange-700\/25 {
    border-right-color: rgb(194 65 12 / 0.25);
  }

  .\32xl\:border-r-orange-700\/30 {
    border-right-color: rgb(194 65 12 / 0.3);
  }

  .\32xl\:border-r-orange-700\/35 {
    border-right-color: rgb(194 65 12 / 0.35);
  }

  .\32xl\:border-r-orange-700\/40 {
    border-right-color: rgb(194 65 12 / 0.4);
  }

  .\32xl\:border-r-orange-700\/45 {
    border-right-color: rgb(194 65 12 / 0.45);
  }

  .\32xl\:border-r-orange-700\/5 {
    border-right-color: rgb(194 65 12 / 0.05);
  }

  .\32xl\:border-r-orange-700\/50 {
    border-right-color: rgb(194 65 12 / 0.5);
  }

  .\32xl\:border-r-orange-700\/55 {
    border-right-color: rgb(194 65 12 / 0.55);
  }

  .\32xl\:border-r-orange-700\/60 {
    border-right-color: rgb(194 65 12 / 0.6);
  }

  .\32xl\:border-r-orange-700\/65 {
    border-right-color: rgb(194 65 12 / 0.65);
  }

  .\32xl\:border-r-orange-700\/70 {
    border-right-color: rgb(194 65 12 / 0.7);
  }

  .\32xl\:border-r-orange-700\/75 {
    border-right-color: rgb(194 65 12 / 0.75);
  }

  .\32xl\:border-r-orange-700\/80 {
    border-right-color: rgb(194 65 12 / 0.8);
  }

  .\32xl\:border-r-orange-700\/85 {
    border-right-color: rgb(194 65 12 / 0.85);
  }

  .\32xl\:border-r-orange-700\/90 {
    border-right-color: rgb(194 65 12 / 0.9);
  }

  .\32xl\:border-r-orange-700\/95 {
    border-right-color: rgb(194 65 12 / 0.95);
  }

  .\32xl\:border-r-orange-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-800\/0 {
    border-right-color: rgb(154 52 18 / 0);
  }

  .\32xl\:border-r-orange-800\/10 {
    border-right-color: rgb(154 52 18 / 0.1);
  }

  .\32xl\:border-r-orange-800\/100 {
    border-right-color: rgb(154 52 18 / 1);
  }

  .\32xl\:border-r-orange-800\/15 {
    border-right-color: rgb(154 52 18 / 0.15);
  }

  .\32xl\:border-r-orange-800\/20 {
    border-right-color: rgb(154 52 18 / 0.2);
  }

  .\32xl\:border-r-orange-800\/25 {
    border-right-color: rgb(154 52 18 / 0.25);
  }

  .\32xl\:border-r-orange-800\/30 {
    border-right-color: rgb(154 52 18 / 0.3);
  }

  .\32xl\:border-r-orange-800\/35 {
    border-right-color: rgb(154 52 18 / 0.35);
  }

  .\32xl\:border-r-orange-800\/40 {
    border-right-color: rgb(154 52 18 / 0.4);
  }

  .\32xl\:border-r-orange-800\/45 {
    border-right-color: rgb(154 52 18 / 0.45);
  }

  .\32xl\:border-r-orange-800\/5 {
    border-right-color: rgb(154 52 18 / 0.05);
  }

  .\32xl\:border-r-orange-800\/50 {
    border-right-color: rgb(154 52 18 / 0.5);
  }

  .\32xl\:border-r-orange-800\/55 {
    border-right-color: rgb(154 52 18 / 0.55);
  }

  .\32xl\:border-r-orange-800\/60 {
    border-right-color: rgb(154 52 18 / 0.6);
  }

  .\32xl\:border-r-orange-800\/65 {
    border-right-color: rgb(154 52 18 / 0.65);
  }

  .\32xl\:border-r-orange-800\/70 {
    border-right-color: rgb(154 52 18 / 0.7);
  }

  .\32xl\:border-r-orange-800\/75 {
    border-right-color: rgb(154 52 18 / 0.75);
  }

  .\32xl\:border-r-orange-800\/80 {
    border-right-color: rgb(154 52 18 / 0.8);
  }

  .\32xl\:border-r-orange-800\/85 {
    border-right-color: rgb(154 52 18 / 0.85);
  }

  .\32xl\:border-r-orange-800\/90 {
    border-right-color: rgb(154 52 18 / 0.9);
  }

  .\32xl\:border-r-orange-800\/95 {
    border-right-color: rgb(154 52 18 / 0.95);
  }

  .\32xl\:border-r-orange-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-900\/0 {
    border-right-color: rgb(124 45 18 / 0);
  }

  .\32xl\:border-r-orange-900\/10 {
    border-right-color: rgb(124 45 18 / 0.1);
  }

  .\32xl\:border-r-orange-900\/100 {
    border-right-color: rgb(124 45 18 / 1);
  }

  .\32xl\:border-r-orange-900\/15 {
    border-right-color: rgb(124 45 18 / 0.15);
  }

  .\32xl\:border-r-orange-900\/20 {
    border-right-color: rgb(124 45 18 / 0.2);
  }

  .\32xl\:border-r-orange-900\/25 {
    border-right-color: rgb(124 45 18 / 0.25);
  }

  .\32xl\:border-r-orange-900\/30 {
    border-right-color: rgb(124 45 18 / 0.3);
  }

  .\32xl\:border-r-orange-900\/35 {
    border-right-color: rgb(124 45 18 / 0.35);
  }

  .\32xl\:border-r-orange-900\/40 {
    border-right-color: rgb(124 45 18 / 0.4);
  }

  .\32xl\:border-r-orange-900\/45 {
    border-right-color: rgb(124 45 18 / 0.45);
  }

  .\32xl\:border-r-orange-900\/5 {
    border-right-color: rgb(124 45 18 / 0.05);
  }

  .\32xl\:border-r-orange-900\/50 {
    border-right-color: rgb(124 45 18 / 0.5);
  }

  .\32xl\:border-r-orange-900\/55 {
    border-right-color: rgb(124 45 18 / 0.55);
  }

  .\32xl\:border-r-orange-900\/60 {
    border-right-color: rgb(124 45 18 / 0.6);
  }

  .\32xl\:border-r-orange-900\/65 {
    border-right-color: rgb(124 45 18 / 0.65);
  }

  .\32xl\:border-r-orange-900\/70 {
    border-right-color: rgb(124 45 18 / 0.7);
  }

  .\32xl\:border-r-orange-900\/75 {
    border-right-color: rgb(124 45 18 / 0.75);
  }

  .\32xl\:border-r-orange-900\/80 {
    border-right-color: rgb(124 45 18 / 0.8);
  }

  .\32xl\:border-r-orange-900\/85 {
    border-right-color: rgb(124 45 18 / 0.85);
  }

  .\32xl\:border-r-orange-900\/90 {
    border-right-color: rgb(124 45 18 / 0.9);
  }

  .\32xl\:border-r-orange-900\/95 {
    border-right-color: rgb(124 45 18 / 0.95);
  }

  .\32xl\:border-r-orange-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-orange-950\/0 {
    border-right-color: rgb(67 20 7 / 0);
  }

  .\32xl\:border-r-orange-950\/10 {
    border-right-color: rgb(67 20 7 / 0.1);
  }

  .\32xl\:border-r-orange-950\/100 {
    border-right-color: rgb(67 20 7 / 1);
  }

  .\32xl\:border-r-orange-950\/15 {
    border-right-color: rgb(67 20 7 / 0.15);
  }

  .\32xl\:border-r-orange-950\/20 {
    border-right-color: rgb(67 20 7 / 0.2);
  }

  .\32xl\:border-r-orange-950\/25 {
    border-right-color: rgb(67 20 7 / 0.25);
  }

  .\32xl\:border-r-orange-950\/30 {
    border-right-color: rgb(67 20 7 / 0.3);
  }

  .\32xl\:border-r-orange-950\/35 {
    border-right-color: rgb(67 20 7 / 0.35);
  }

  .\32xl\:border-r-orange-950\/40 {
    border-right-color: rgb(67 20 7 / 0.4);
  }

  .\32xl\:border-r-orange-950\/45 {
    border-right-color: rgb(67 20 7 / 0.45);
  }

  .\32xl\:border-r-orange-950\/5 {
    border-right-color: rgb(67 20 7 / 0.05);
  }

  .\32xl\:border-r-orange-950\/50 {
    border-right-color: rgb(67 20 7 / 0.5);
  }

  .\32xl\:border-r-orange-950\/55 {
    border-right-color: rgb(67 20 7 / 0.55);
  }

  .\32xl\:border-r-orange-950\/60 {
    border-right-color: rgb(67 20 7 / 0.6);
  }

  .\32xl\:border-r-orange-950\/65 {
    border-right-color: rgb(67 20 7 / 0.65);
  }

  .\32xl\:border-r-orange-950\/70 {
    border-right-color: rgb(67 20 7 / 0.7);
  }

  .\32xl\:border-r-orange-950\/75 {
    border-right-color: rgb(67 20 7 / 0.75);
  }

  .\32xl\:border-r-orange-950\/80 {
    border-right-color: rgb(67 20 7 / 0.8);
  }

  .\32xl\:border-r-orange-950\/85 {
    border-right-color: rgb(67 20 7 / 0.85);
  }

  .\32xl\:border-r-orange-950\/90 {
    border-right-color: rgb(67 20 7 / 0.9);
  }

  .\32xl\:border-r-orange-950\/95 {
    border-right-color: rgb(67 20 7 / 0.95);
  }

  .\32xl\:border-r-pink-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-100\/0 {
    border-right-color: rgb(252 231 243 / 0);
  }

  .\32xl\:border-r-pink-100\/10 {
    border-right-color: rgb(252 231 243 / 0.1);
  }

  .\32xl\:border-r-pink-100\/100 {
    border-right-color: rgb(252 231 243 / 1);
  }

  .\32xl\:border-r-pink-100\/15 {
    border-right-color: rgb(252 231 243 / 0.15);
  }

  .\32xl\:border-r-pink-100\/20 {
    border-right-color: rgb(252 231 243 / 0.2);
  }

  .\32xl\:border-r-pink-100\/25 {
    border-right-color: rgb(252 231 243 / 0.25);
  }

  .\32xl\:border-r-pink-100\/30 {
    border-right-color: rgb(252 231 243 / 0.3);
  }

  .\32xl\:border-r-pink-100\/35 {
    border-right-color: rgb(252 231 243 / 0.35);
  }

  .\32xl\:border-r-pink-100\/40 {
    border-right-color: rgb(252 231 243 / 0.4);
  }

  .\32xl\:border-r-pink-100\/45 {
    border-right-color: rgb(252 231 243 / 0.45);
  }

  .\32xl\:border-r-pink-100\/5 {
    border-right-color: rgb(252 231 243 / 0.05);
  }

  .\32xl\:border-r-pink-100\/50 {
    border-right-color: rgb(252 231 243 / 0.5);
  }

  .\32xl\:border-r-pink-100\/55 {
    border-right-color: rgb(252 231 243 / 0.55);
  }

  .\32xl\:border-r-pink-100\/60 {
    border-right-color: rgb(252 231 243 / 0.6);
  }

  .\32xl\:border-r-pink-100\/65 {
    border-right-color: rgb(252 231 243 / 0.65);
  }

  .\32xl\:border-r-pink-100\/70 {
    border-right-color: rgb(252 231 243 / 0.7);
  }

  .\32xl\:border-r-pink-100\/75 {
    border-right-color: rgb(252 231 243 / 0.75);
  }

  .\32xl\:border-r-pink-100\/80 {
    border-right-color: rgb(252 231 243 / 0.8);
  }

  .\32xl\:border-r-pink-100\/85 {
    border-right-color: rgb(252 231 243 / 0.85);
  }

  .\32xl\:border-r-pink-100\/90 {
    border-right-color: rgb(252 231 243 / 0.9);
  }

  .\32xl\:border-r-pink-100\/95 {
    border-right-color: rgb(252 231 243 / 0.95);
  }

  .\32xl\:border-r-pink-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-200\/0 {
    border-right-color: rgb(251 207 232 / 0);
  }

  .\32xl\:border-r-pink-200\/10 {
    border-right-color: rgb(251 207 232 / 0.1);
  }

  .\32xl\:border-r-pink-200\/100 {
    border-right-color: rgb(251 207 232 / 1);
  }

  .\32xl\:border-r-pink-200\/15 {
    border-right-color: rgb(251 207 232 / 0.15);
  }

  .\32xl\:border-r-pink-200\/20 {
    border-right-color: rgb(251 207 232 / 0.2);
  }

  .\32xl\:border-r-pink-200\/25 {
    border-right-color: rgb(251 207 232 / 0.25);
  }

  .\32xl\:border-r-pink-200\/30 {
    border-right-color: rgb(251 207 232 / 0.3);
  }

  .\32xl\:border-r-pink-200\/35 {
    border-right-color: rgb(251 207 232 / 0.35);
  }

  .\32xl\:border-r-pink-200\/40 {
    border-right-color: rgb(251 207 232 / 0.4);
  }

  .\32xl\:border-r-pink-200\/45 {
    border-right-color: rgb(251 207 232 / 0.45);
  }

  .\32xl\:border-r-pink-200\/5 {
    border-right-color: rgb(251 207 232 / 0.05);
  }

  .\32xl\:border-r-pink-200\/50 {
    border-right-color: rgb(251 207 232 / 0.5);
  }

  .\32xl\:border-r-pink-200\/55 {
    border-right-color: rgb(251 207 232 / 0.55);
  }

  .\32xl\:border-r-pink-200\/60 {
    border-right-color: rgb(251 207 232 / 0.6);
  }

  .\32xl\:border-r-pink-200\/65 {
    border-right-color: rgb(251 207 232 / 0.65);
  }

  .\32xl\:border-r-pink-200\/70 {
    border-right-color: rgb(251 207 232 / 0.7);
  }

  .\32xl\:border-r-pink-200\/75 {
    border-right-color: rgb(251 207 232 / 0.75);
  }

  .\32xl\:border-r-pink-200\/80 {
    border-right-color: rgb(251 207 232 / 0.8);
  }

  .\32xl\:border-r-pink-200\/85 {
    border-right-color: rgb(251 207 232 / 0.85);
  }

  .\32xl\:border-r-pink-200\/90 {
    border-right-color: rgb(251 207 232 / 0.9);
  }

  .\32xl\:border-r-pink-200\/95 {
    border-right-color: rgb(251 207 232 / 0.95);
  }

  .\32xl\:border-r-pink-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-300\/0 {
    border-right-color: rgb(249 168 212 / 0);
  }

  .\32xl\:border-r-pink-300\/10 {
    border-right-color: rgb(249 168 212 / 0.1);
  }

  .\32xl\:border-r-pink-300\/100 {
    border-right-color: rgb(249 168 212 / 1);
  }

  .\32xl\:border-r-pink-300\/15 {
    border-right-color: rgb(249 168 212 / 0.15);
  }

  .\32xl\:border-r-pink-300\/20 {
    border-right-color: rgb(249 168 212 / 0.2);
  }

  .\32xl\:border-r-pink-300\/25 {
    border-right-color: rgb(249 168 212 / 0.25);
  }

  .\32xl\:border-r-pink-300\/30 {
    border-right-color: rgb(249 168 212 / 0.3);
  }

  .\32xl\:border-r-pink-300\/35 {
    border-right-color: rgb(249 168 212 / 0.35);
  }

  .\32xl\:border-r-pink-300\/40 {
    border-right-color: rgb(249 168 212 / 0.4);
  }

  .\32xl\:border-r-pink-300\/45 {
    border-right-color: rgb(249 168 212 / 0.45);
  }

  .\32xl\:border-r-pink-300\/5 {
    border-right-color: rgb(249 168 212 / 0.05);
  }

  .\32xl\:border-r-pink-300\/50 {
    border-right-color: rgb(249 168 212 / 0.5);
  }

  .\32xl\:border-r-pink-300\/55 {
    border-right-color: rgb(249 168 212 / 0.55);
  }

  .\32xl\:border-r-pink-300\/60 {
    border-right-color: rgb(249 168 212 / 0.6);
  }

  .\32xl\:border-r-pink-300\/65 {
    border-right-color: rgb(249 168 212 / 0.65);
  }

  .\32xl\:border-r-pink-300\/70 {
    border-right-color: rgb(249 168 212 / 0.7);
  }

  .\32xl\:border-r-pink-300\/75 {
    border-right-color: rgb(249 168 212 / 0.75);
  }

  .\32xl\:border-r-pink-300\/80 {
    border-right-color: rgb(249 168 212 / 0.8);
  }

  .\32xl\:border-r-pink-300\/85 {
    border-right-color: rgb(249 168 212 / 0.85);
  }

  .\32xl\:border-r-pink-300\/90 {
    border-right-color: rgb(249 168 212 / 0.9);
  }

  .\32xl\:border-r-pink-300\/95 {
    border-right-color: rgb(249 168 212 / 0.95);
  }

  .\32xl\:border-r-pink-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-400\/0 {
    border-right-color: rgb(244 114 182 / 0);
  }

  .\32xl\:border-r-pink-400\/10 {
    border-right-color: rgb(244 114 182 / 0.1);
  }

  .\32xl\:border-r-pink-400\/100 {
    border-right-color: rgb(244 114 182 / 1);
  }

  .\32xl\:border-r-pink-400\/15 {
    border-right-color: rgb(244 114 182 / 0.15);
  }

  .\32xl\:border-r-pink-400\/20 {
    border-right-color: rgb(244 114 182 / 0.2);
  }

  .\32xl\:border-r-pink-400\/25 {
    border-right-color: rgb(244 114 182 / 0.25);
  }

  .\32xl\:border-r-pink-400\/30 {
    border-right-color: rgb(244 114 182 / 0.3);
  }

  .\32xl\:border-r-pink-400\/35 {
    border-right-color: rgb(244 114 182 / 0.35);
  }

  .\32xl\:border-r-pink-400\/40 {
    border-right-color: rgb(244 114 182 / 0.4);
  }

  .\32xl\:border-r-pink-400\/45 {
    border-right-color: rgb(244 114 182 / 0.45);
  }

  .\32xl\:border-r-pink-400\/5 {
    border-right-color: rgb(244 114 182 / 0.05);
  }

  .\32xl\:border-r-pink-400\/50 {
    border-right-color: rgb(244 114 182 / 0.5);
  }

  .\32xl\:border-r-pink-400\/55 {
    border-right-color: rgb(244 114 182 / 0.55);
  }

  .\32xl\:border-r-pink-400\/60 {
    border-right-color: rgb(244 114 182 / 0.6);
  }

  .\32xl\:border-r-pink-400\/65 {
    border-right-color: rgb(244 114 182 / 0.65);
  }

  .\32xl\:border-r-pink-400\/70 {
    border-right-color: rgb(244 114 182 / 0.7);
  }

  .\32xl\:border-r-pink-400\/75 {
    border-right-color: rgb(244 114 182 / 0.75);
  }

  .\32xl\:border-r-pink-400\/80 {
    border-right-color: rgb(244 114 182 / 0.8);
  }

  .\32xl\:border-r-pink-400\/85 {
    border-right-color: rgb(244 114 182 / 0.85);
  }

  .\32xl\:border-r-pink-400\/90 {
    border-right-color: rgb(244 114 182 / 0.9);
  }

  .\32xl\:border-r-pink-400\/95 {
    border-right-color: rgb(244 114 182 / 0.95);
  }

  .\32xl\:border-r-pink-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-50\/0 {
    border-right-color: rgb(253 242 248 / 0);
  }

  .\32xl\:border-r-pink-50\/10 {
    border-right-color: rgb(253 242 248 / 0.1);
  }

  .\32xl\:border-r-pink-50\/100 {
    border-right-color: rgb(253 242 248 / 1);
  }

  .\32xl\:border-r-pink-50\/15 {
    border-right-color: rgb(253 242 248 / 0.15);
  }

  .\32xl\:border-r-pink-50\/20 {
    border-right-color: rgb(253 242 248 / 0.2);
  }

  .\32xl\:border-r-pink-50\/25 {
    border-right-color: rgb(253 242 248 / 0.25);
  }

  .\32xl\:border-r-pink-50\/30 {
    border-right-color: rgb(253 242 248 / 0.3);
  }

  .\32xl\:border-r-pink-50\/35 {
    border-right-color: rgb(253 242 248 / 0.35);
  }

  .\32xl\:border-r-pink-50\/40 {
    border-right-color: rgb(253 242 248 / 0.4);
  }

  .\32xl\:border-r-pink-50\/45 {
    border-right-color: rgb(253 242 248 / 0.45);
  }

  .\32xl\:border-r-pink-50\/5 {
    border-right-color: rgb(253 242 248 / 0.05);
  }

  .\32xl\:border-r-pink-50\/50 {
    border-right-color: rgb(253 242 248 / 0.5);
  }

  .\32xl\:border-r-pink-50\/55 {
    border-right-color: rgb(253 242 248 / 0.55);
  }

  .\32xl\:border-r-pink-50\/60 {
    border-right-color: rgb(253 242 248 / 0.6);
  }

  .\32xl\:border-r-pink-50\/65 {
    border-right-color: rgb(253 242 248 / 0.65);
  }

  .\32xl\:border-r-pink-50\/70 {
    border-right-color: rgb(253 242 248 / 0.7);
  }

  .\32xl\:border-r-pink-50\/75 {
    border-right-color: rgb(253 242 248 / 0.75);
  }

  .\32xl\:border-r-pink-50\/80 {
    border-right-color: rgb(253 242 248 / 0.8);
  }

  .\32xl\:border-r-pink-50\/85 {
    border-right-color: rgb(253 242 248 / 0.85);
  }

  .\32xl\:border-r-pink-50\/90 {
    border-right-color: rgb(253 242 248 / 0.9);
  }

  .\32xl\:border-r-pink-50\/95 {
    border-right-color: rgb(253 242 248 / 0.95);
  }

  .\32xl\:border-r-pink-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-500\/0 {
    border-right-color: rgb(236 72 153 / 0);
  }

  .\32xl\:border-r-pink-500\/10 {
    border-right-color: rgb(236 72 153 / 0.1);
  }

  .\32xl\:border-r-pink-500\/100 {
    border-right-color: rgb(236 72 153 / 1);
  }

  .\32xl\:border-r-pink-500\/15 {
    border-right-color: rgb(236 72 153 / 0.15);
  }

  .\32xl\:border-r-pink-500\/20 {
    border-right-color: rgb(236 72 153 / 0.2);
  }

  .\32xl\:border-r-pink-500\/25 {
    border-right-color: rgb(236 72 153 / 0.25);
  }

  .\32xl\:border-r-pink-500\/30 {
    border-right-color: rgb(236 72 153 / 0.3);
  }

  .\32xl\:border-r-pink-500\/35 {
    border-right-color: rgb(236 72 153 / 0.35);
  }

  .\32xl\:border-r-pink-500\/40 {
    border-right-color: rgb(236 72 153 / 0.4);
  }

  .\32xl\:border-r-pink-500\/45 {
    border-right-color: rgb(236 72 153 / 0.45);
  }

  .\32xl\:border-r-pink-500\/5 {
    border-right-color: rgb(236 72 153 / 0.05);
  }

  .\32xl\:border-r-pink-500\/50 {
    border-right-color: rgb(236 72 153 / 0.5);
  }

  .\32xl\:border-r-pink-500\/55 {
    border-right-color: rgb(236 72 153 / 0.55);
  }

  .\32xl\:border-r-pink-500\/60 {
    border-right-color: rgb(236 72 153 / 0.6);
  }

  .\32xl\:border-r-pink-500\/65 {
    border-right-color: rgb(236 72 153 / 0.65);
  }

  .\32xl\:border-r-pink-500\/70 {
    border-right-color: rgb(236 72 153 / 0.7);
  }

  .\32xl\:border-r-pink-500\/75 {
    border-right-color: rgb(236 72 153 / 0.75);
  }

  .\32xl\:border-r-pink-500\/80 {
    border-right-color: rgb(236 72 153 / 0.8);
  }

  .\32xl\:border-r-pink-500\/85 {
    border-right-color: rgb(236 72 153 / 0.85);
  }

  .\32xl\:border-r-pink-500\/90 {
    border-right-color: rgb(236 72 153 / 0.9);
  }

  .\32xl\:border-r-pink-500\/95 {
    border-right-color: rgb(236 72 153 / 0.95);
  }

  .\32xl\:border-r-pink-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-600\/0 {
    border-right-color: rgb(219 39 119 / 0);
  }

  .\32xl\:border-r-pink-600\/10 {
    border-right-color: rgb(219 39 119 / 0.1);
  }

  .\32xl\:border-r-pink-600\/100 {
    border-right-color: rgb(219 39 119 / 1);
  }

  .\32xl\:border-r-pink-600\/15 {
    border-right-color: rgb(219 39 119 / 0.15);
  }

  .\32xl\:border-r-pink-600\/20 {
    border-right-color: rgb(219 39 119 / 0.2);
  }

  .\32xl\:border-r-pink-600\/25 {
    border-right-color: rgb(219 39 119 / 0.25);
  }

  .\32xl\:border-r-pink-600\/30 {
    border-right-color: rgb(219 39 119 / 0.3);
  }

  .\32xl\:border-r-pink-600\/35 {
    border-right-color: rgb(219 39 119 / 0.35);
  }

  .\32xl\:border-r-pink-600\/40 {
    border-right-color: rgb(219 39 119 / 0.4);
  }

  .\32xl\:border-r-pink-600\/45 {
    border-right-color: rgb(219 39 119 / 0.45);
  }

  .\32xl\:border-r-pink-600\/5 {
    border-right-color: rgb(219 39 119 / 0.05);
  }

  .\32xl\:border-r-pink-600\/50 {
    border-right-color: rgb(219 39 119 / 0.5);
  }

  .\32xl\:border-r-pink-600\/55 {
    border-right-color: rgb(219 39 119 / 0.55);
  }

  .\32xl\:border-r-pink-600\/60 {
    border-right-color: rgb(219 39 119 / 0.6);
  }

  .\32xl\:border-r-pink-600\/65 {
    border-right-color: rgb(219 39 119 / 0.65);
  }

  .\32xl\:border-r-pink-600\/70 {
    border-right-color: rgb(219 39 119 / 0.7);
  }

  .\32xl\:border-r-pink-600\/75 {
    border-right-color: rgb(219 39 119 / 0.75);
  }

  .\32xl\:border-r-pink-600\/80 {
    border-right-color: rgb(219 39 119 / 0.8);
  }

  .\32xl\:border-r-pink-600\/85 {
    border-right-color: rgb(219 39 119 / 0.85);
  }

  .\32xl\:border-r-pink-600\/90 {
    border-right-color: rgb(219 39 119 / 0.9);
  }

  .\32xl\:border-r-pink-600\/95 {
    border-right-color: rgb(219 39 119 / 0.95);
  }

  .\32xl\:border-r-pink-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-700\/0 {
    border-right-color: rgb(190 24 93 / 0);
  }

  .\32xl\:border-r-pink-700\/10 {
    border-right-color: rgb(190 24 93 / 0.1);
  }

  .\32xl\:border-r-pink-700\/100 {
    border-right-color: rgb(190 24 93 / 1);
  }

  .\32xl\:border-r-pink-700\/15 {
    border-right-color: rgb(190 24 93 / 0.15);
  }

  .\32xl\:border-r-pink-700\/20 {
    border-right-color: rgb(190 24 93 / 0.2);
  }

  .\32xl\:border-r-pink-700\/25 {
    border-right-color: rgb(190 24 93 / 0.25);
  }

  .\32xl\:border-r-pink-700\/30 {
    border-right-color: rgb(190 24 93 / 0.3);
  }

  .\32xl\:border-r-pink-700\/35 {
    border-right-color: rgb(190 24 93 / 0.35);
  }

  .\32xl\:border-r-pink-700\/40 {
    border-right-color: rgb(190 24 93 / 0.4);
  }

  .\32xl\:border-r-pink-700\/45 {
    border-right-color: rgb(190 24 93 / 0.45);
  }

  .\32xl\:border-r-pink-700\/5 {
    border-right-color: rgb(190 24 93 / 0.05);
  }

  .\32xl\:border-r-pink-700\/50 {
    border-right-color: rgb(190 24 93 / 0.5);
  }

  .\32xl\:border-r-pink-700\/55 {
    border-right-color: rgb(190 24 93 / 0.55);
  }

  .\32xl\:border-r-pink-700\/60 {
    border-right-color: rgb(190 24 93 / 0.6);
  }

  .\32xl\:border-r-pink-700\/65 {
    border-right-color: rgb(190 24 93 / 0.65);
  }

  .\32xl\:border-r-pink-700\/70 {
    border-right-color: rgb(190 24 93 / 0.7);
  }

  .\32xl\:border-r-pink-700\/75 {
    border-right-color: rgb(190 24 93 / 0.75);
  }

  .\32xl\:border-r-pink-700\/80 {
    border-right-color: rgb(190 24 93 / 0.8);
  }

  .\32xl\:border-r-pink-700\/85 {
    border-right-color: rgb(190 24 93 / 0.85);
  }

  .\32xl\:border-r-pink-700\/90 {
    border-right-color: rgb(190 24 93 / 0.9);
  }

  .\32xl\:border-r-pink-700\/95 {
    border-right-color: rgb(190 24 93 / 0.95);
  }

  .\32xl\:border-r-pink-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-800\/0 {
    border-right-color: rgb(157 23 77 / 0);
  }

  .\32xl\:border-r-pink-800\/10 {
    border-right-color: rgb(157 23 77 / 0.1);
  }

  .\32xl\:border-r-pink-800\/100 {
    border-right-color: rgb(157 23 77 / 1);
  }

  .\32xl\:border-r-pink-800\/15 {
    border-right-color: rgb(157 23 77 / 0.15);
  }

  .\32xl\:border-r-pink-800\/20 {
    border-right-color: rgb(157 23 77 / 0.2);
  }

  .\32xl\:border-r-pink-800\/25 {
    border-right-color: rgb(157 23 77 / 0.25);
  }

  .\32xl\:border-r-pink-800\/30 {
    border-right-color: rgb(157 23 77 / 0.3);
  }

  .\32xl\:border-r-pink-800\/35 {
    border-right-color: rgb(157 23 77 / 0.35);
  }

  .\32xl\:border-r-pink-800\/40 {
    border-right-color: rgb(157 23 77 / 0.4);
  }

  .\32xl\:border-r-pink-800\/45 {
    border-right-color: rgb(157 23 77 / 0.45);
  }

  .\32xl\:border-r-pink-800\/5 {
    border-right-color: rgb(157 23 77 / 0.05);
  }

  .\32xl\:border-r-pink-800\/50 {
    border-right-color: rgb(157 23 77 / 0.5);
  }

  .\32xl\:border-r-pink-800\/55 {
    border-right-color: rgb(157 23 77 / 0.55);
  }

  .\32xl\:border-r-pink-800\/60 {
    border-right-color: rgb(157 23 77 / 0.6);
  }

  .\32xl\:border-r-pink-800\/65 {
    border-right-color: rgb(157 23 77 / 0.65);
  }

  .\32xl\:border-r-pink-800\/70 {
    border-right-color: rgb(157 23 77 / 0.7);
  }

  .\32xl\:border-r-pink-800\/75 {
    border-right-color: rgb(157 23 77 / 0.75);
  }

  .\32xl\:border-r-pink-800\/80 {
    border-right-color: rgb(157 23 77 / 0.8);
  }

  .\32xl\:border-r-pink-800\/85 {
    border-right-color: rgb(157 23 77 / 0.85);
  }

  .\32xl\:border-r-pink-800\/90 {
    border-right-color: rgb(157 23 77 / 0.9);
  }

  .\32xl\:border-r-pink-800\/95 {
    border-right-color: rgb(157 23 77 / 0.95);
  }

  .\32xl\:border-r-pink-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-900\/0 {
    border-right-color: rgb(131 24 67 / 0);
  }

  .\32xl\:border-r-pink-900\/10 {
    border-right-color: rgb(131 24 67 / 0.1);
  }

  .\32xl\:border-r-pink-900\/100 {
    border-right-color: rgb(131 24 67 / 1);
  }

  .\32xl\:border-r-pink-900\/15 {
    border-right-color: rgb(131 24 67 / 0.15);
  }

  .\32xl\:border-r-pink-900\/20 {
    border-right-color: rgb(131 24 67 / 0.2);
  }

  .\32xl\:border-r-pink-900\/25 {
    border-right-color: rgb(131 24 67 / 0.25);
  }

  .\32xl\:border-r-pink-900\/30 {
    border-right-color: rgb(131 24 67 / 0.3);
  }

  .\32xl\:border-r-pink-900\/35 {
    border-right-color: rgb(131 24 67 / 0.35);
  }

  .\32xl\:border-r-pink-900\/40 {
    border-right-color: rgb(131 24 67 / 0.4);
  }

  .\32xl\:border-r-pink-900\/45 {
    border-right-color: rgb(131 24 67 / 0.45);
  }

  .\32xl\:border-r-pink-900\/5 {
    border-right-color: rgb(131 24 67 / 0.05);
  }

  .\32xl\:border-r-pink-900\/50 {
    border-right-color: rgb(131 24 67 / 0.5);
  }

  .\32xl\:border-r-pink-900\/55 {
    border-right-color: rgb(131 24 67 / 0.55);
  }

  .\32xl\:border-r-pink-900\/60 {
    border-right-color: rgb(131 24 67 / 0.6);
  }

  .\32xl\:border-r-pink-900\/65 {
    border-right-color: rgb(131 24 67 / 0.65);
  }

  .\32xl\:border-r-pink-900\/70 {
    border-right-color: rgb(131 24 67 / 0.7);
  }

  .\32xl\:border-r-pink-900\/75 {
    border-right-color: rgb(131 24 67 / 0.75);
  }

  .\32xl\:border-r-pink-900\/80 {
    border-right-color: rgb(131 24 67 / 0.8);
  }

  .\32xl\:border-r-pink-900\/85 {
    border-right-color: rgb(131 24 67 / 0.85);
  }

  .\32xl\:border-r-pink-900\/90 {
    border-right-color: rgb(131 24 67 / 0.9);
  }

  .\32xl\:border-r-pink-900\/95 {
    border-right-color: rgb(131 24 67 / 0.95);
  }

  .\32xl\:border-r-pink-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-pink-950\/0 {
    border-right-color: rgb(80 7 36 / 0);
  }

  .\32xl\:border-r-pink-950\/10 {
    border-right-color: rgb(80 7 36 / 0.1);
  }

  .\32xl\:border-r-pink-950\/100 {
    border-right-color: rgb(80 7 36 / 1);
  }

  .\32xl\:border-r-pink-950\/15 {
    border-right-color: rgb(80 7 36 / 0.15);
  }

  .\32xl\:border-r-pink-950\/20 {
    border-right-color: rgb(80 7 36 / 0.2);
  }

  .\32xl\:border-r-pink-950\/25 {
    border-right-color: rgb(80 7 36 / 0.25);
  }

  .\32xl\:border-r-pink-950\/30 {
    border-right-color: rgb(80 7 36 / 0.3);
  }

  .\32xl\:border-r-pink-950\/35 {
    border-right-color: rgb(80 7 36 / 0.35);
  }

  .\32xl\:border-r-pink-950\/40 {
    border-right-color: rgb(80 7 36 / 0.4);
  }

  .\32xl\:border-r-pink-950\/45 {
    border-right-color: rgb(80 7 36 / 0.45);
  }

  .\32xl\:border-r-pink-950\/5 {
    border-right-color: rgb(80 7 36 / 0.05);
  }

  .\32xl\:border-r-pink-950\/50 {
    border-right-color: rgb(80 7 36 / 0.5);
  }

  .\32xl\:border-r-pink-950\/55 {
    border-right-color: rgb(80 7 36 / 0.55);
  }

  .\32xl\:border-r-pink-950\/60 {
    border-right-color: rgb(80 7 36 / 0.6);
  }

  .\32xl\:border-r-pink-950\/65 {
    border-right-color: rgb(80 7 36 / 0.65);
  }

  .\32xl\:border-r-pink-950\/70 {
    border-right-color: rgb(80 7 36 / 0.7);
  }

  .\32xl\:border-r-pink-950\/75 {
    border-right-color: rgb(80 7 36 / 0.75);
  }

  .\32xl\:border-r-pink-950\/80 {
    border-right-color: rgb(80 7 36 / 0.8);
  }

  .\32xl\:border-r-pink-950\/85 {
    border-right-color: rgb(80 7 36 / 0.85);
  }

  .\32xl\:border-r-pink-950\/90 {
    border-right-color: rgb(80 7 36 / 0.9);
  }

  .\32xl\:border-r-pink-950\/95 {
    border-right-color: rgb(80 7 36 / 0.95);
  }

  .\32xl\:border-r-popover {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-popover-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-popover-foreground\/0 {
    border-right-color: hsl(var(--popover-foreground) / 0);
  }

  .\32xl\:border-r-popover-foreground\/10 {
    border-right-color: hsl(var(--popover-foreground) / 0.1);
  }

  .\32xl\:border-r-popover-foreground\/100 {
    border-right-color: hsl(var(--popover-foreground) / 1);
  }

  .\32xl\:border-r-popover-foreground\/15 {
    border-right-color: hsl(var(--popover-foreground) / 0.15);
  }

  .\32xl\:border-r-popover-foreground\/20 {
    border-right-color: hsl(var(--popover-foreground) / 0.2);
  }

  .\32xl\:border-r-popover-foreground\/25 {
    border-right-color: hsl(var(--popover-foreground) / 0.25);
  }

  .\32xl\:border-r-popover-foreground\/30 {
    border-right-color: hsl(var(--popover-foreground) / 0.3);
  }

  .\32xl\:border-r-popover-foreground\/35 {
    border-right-color: hsl(var(--popover-foreground) / 0.35);
  }

  .\32xl\:border-r-popover-foreground\/40 {
    border-right-color: hsl(var(--popover-foreground) / 0.4);
  }

  .\32xl\:border-r-popover-foreground\/45 {
    border-right-color: hsl(var(--popover-foreground) / 0.45);
  }

  .\32xl\:border-r-popover-foreground\/5 {
    border-right-color: hsl(var(--popover-foreground) / 0.05);
  }

  .\32xl\:border-r-popover-foreground\/50 {
    border-right-color: hsl(var(--popover-foreground) / 0.5);
  }

  .\32xl\:border-r-popover-foreground\/55 {
    border-right-color: hsl(var(--popover-foreground) / 0.55);
  }

  .\32xl\:border-r-popover-foreground\/60 {
    border-right-color: hsl(var(--popover-foreground) / 0.6);
  }

  .\32xl\:border-r-popover-foreground\/65 {
    border-right-color: hsl(var(--popover-foreground) / 0.65);
  }

  .\32xl\:border-r-popover-foreground\/70 {
    border-right-color: hsl(var(--popover-foreground) / 0.7);
  }

  .\32xl\:border-r-popover-foreground\/75 {
    border-right-color: hsl(var(--popover-foreground) / 0.75);
  }

  .\32xl\:border-r-popover-foreground\/80 {
    border-right-color: hsl(var(--popover-foreground) / 0.8);
  }

  .\32xl\:border-r-popover-foreground\/85 {
    border-right-color: hsl(var(--popover-foreground) / 0.85);
  }

  .\32xl\:border-r-popover-foreground\/90 {
    border-right-color: hsl(var(--popover-foreground) / 0.9);
  }

  .\32xl\:border-r-popover-foreground\/95 {
    border-right-color: hsl(var(--popover-foreground) / 0.95);
  }

  .\32xl\:border-r-popover\/0 {
    border-right-color: hsl(var(--popover) / 0);
  }

  .\32xl\:border-r-popover\/10 {
    border-right-color: hsl(var(--popover) / 0.1);
  }

  .\32xl\:border-r-popover\/100 {
    border-right-color: hsl(var(--popover) / 1);
  }

  .\32xl\:border-r-popover\/15 {
    border-right-color: hsl(var(--popover) / 0.15);
  }

  .\32xl\:border-r-popover\/20 {
    border-right-color: hsl(var(--popover) / 0.2);
  }

  .\32xl\:border-r-popover\/25 {
    border-right-color: hsl(var(--popover) / 0.25);
  }

  .\32xl\:border-r-popover\/30 {
    border-right-color: hsl(var(--popover) / 0.3);
  }

  .\32xl\:border-r-popover\/35 {
    border-right-color: hsl(var(--popover) / 0.35);
  }

  .\32xl\:border-r-popover\/40 {
    border-right-color: hsl(var(--popover) / 0.4);
  }

  .\32xl\:border-r-popover\/45 {
    border-right-color: hsl(var(--popover) / 0.45);
  }

  .\32xl\:border-r-popover\/5 {
    border-right-color: hsl(var(--popover) / 0.05);
  }

  .\32xl\:border-r-popover\/50 {
    border-right-color: hsl(var(--popover) / 0.5);
  }

  .\32xl\:border-r-popover\/55 {
    border-right-color: hsl(var(--popover) / 0.55);
  }

  .\32xl\:border-r-popover\/60 {
    border-right-color: hsl(var(--popover) / 0.6);
  }

  .\32xl\:border-r-popover\/65 {
    border-right-color: hsl(var(--popover) / 0.65);
  }

  .\32xl\:border-r-popover\/70 {
    border-right-color: hsl(var(--popover) / 0.7);
  }

  .\32xl\:border-r-popover\/75 {
    border-right-color: hsl(var(--popover) / 0.75);
  }

  .\32xl\:border-r-popover\/80 {
    border-right-color: hsl(var(--popover) / 0.8);
  }

  .\32xl\:border-r-popover\/85 {
    border-right-color: hsl(var(--popover) / 0.85);
  }

  .\32xl\:border-r-popover\/90 {
    border-right-color: hsl(var(--popover) / 0.9);
  }

  .\32xl\:border-r-popover\/95 {
    border-right-color: hsl(var(--popover) / 0.95);
  }

  .\32xl\:border-r-primary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-primary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-primary-foreground\/0 {
    border-right-color: hsl(var(--primary-foreground) / 0);
  }

  .\32xl\:border-r-primary-foreground\/10 {
    border-right-color: hsl(var(--primary-foreground) / 0.1);
  }

  .\32xl\:border-r-primary-foreground\/100 {
    border-right-color: hsl(var(--primary-foreground) / 1);
  }

  .\32xl\:border-r-primary-foreground\/15 {
    border-right-color: hsl(var(--primary-foreground) / 0.15);
  }

  .\32xl\:border-r-primary-foreground\/20 {
    border-right-color: hsl(var(--primary-foreground) / 0.2);
  }

  .\32xl\:border-r-primary-foreground\/25 {
    border-right-color: hsl(var(--primary-foreground) / 0.25);
  }

  .\32xl\:border-r-primary-foreground\/30 {
    border-right-color: hsl(var(--primary-foreground) / 0.3);
  }

  .\32xl\:border-r-primary-foreground\/35 {
    border-right-color: hsl(var(--primary-foreground) / 0.35);
  }

  .\32xl\:border-r-primary-foreground\/40 {
    border-right-color: hsl(var(--primary-foreground) / 0.4);
  }

  .\32xl\:border-r-primary-foreground\/45 {
    border-right-color: hsl(var(--primary-foreground) / 0.45);
  }

  .\32xl\:border-r-primary-foreground\/5 {
    border-right-color: hsl(var(--primary-foreground) / 0.05);
  }

  .\32xl\:border-r-primary-foreground\/50 {
    border-right-color: hsl(var(--primary-foreground) / 0.5);
  }

  .\32xl\:border-r-primary-foreground\/55 {
    border-right-color: hsl(var(--primary-foreground) / 0.55);
  }

  .\32xl\:border-r-primary-foreground\/60 {
    border-right-color: hsl(var(--primary-foreground) / 0.6);
  }

  .\32xl\:border-r-primary-foreground\/65 {
    border-right-color: hsl(var(--primary-foreground) / 0.65);
  }

  .\32xl\:border-r-primary-foreground\/70 {
    border-right-color: hsl(var(--primary-foreground) / 0.7);
  }

  .\32xl\:border-r-primary-foreground\/75 {
    border-right-color: hsl(var(--primary-foreground) / 0.75);
  }

  .\32xl\:border-r-primary-foreground\/80 {
    border-right-color: hsl(var(--primary-foreground) / 0.8);
  }

  .\32xl\:border-r-primary-foreground\/85 {
    border-right-color: hsl(var(--primary-foreground) / 0.85);
  }

  .\32xl\:border-r-primary-foreground\/90 {
    border-right-color: hsl(var(--primary-foreground) / 0.9);
  }

  .\32xl\:border-r-primary-foreground\/95 {
    border-right-color: hsl(var(--primary-foreground) / 0.95);
  }

  .\32xl\:border-r-primary\/0 {
    border-right-color: hsl(var(--primary) / 0);
  }

  .\32xl\:border-r-primary\/10 {
    border-right-color: hsl(var(--primary) / 0.1);
  }

  .\32xl\:border-r-primary\/100 {
    border-right-color: hsl(var(--primary) / 1);
  }

  .\32xl\:border-r-primary\/15 {
    border-right-color: hsl(var(--primary) / 0.15);
  }

  .\32xl\:border-r-primary\/20 {
    border-right-color: hsl(var(--primary) / 0.2);
  }

  .\32xl\:border-r-primary\/25 {
    border-right-color: hsl(var(--primary) / 0.25);
  }

  .\32xl\:border-r-primary\/30 {
    border-right-color: hsl(var(--primary) / 0.3);
  }

  .\32xl\:border-r-primary\/35 {
    border-right-color: hsl(var(--primary) / 0.35);
  }

  .\32xl\:border-r-primary\/40 {
    border-right-color: hsl(var(--primary) / 0.4);
  }

  .\32xl\:border-r-primary\/45 {
    border-right-color: hsl(var(--primary) / 0.45);
  }

  .\32xl\:border-r-primary\/5 {
    border-right-color: hsl(var(--primary) / 0.05);
  }

  .\32xl\:border-r-primary\/50 {
    border-right-color: hsl(var(--primary) / 0.5);
  }

  .\32xl\:border-r-primary\/55 {
    border-right-color: hsl(var(--primary) / 0.55);
  }

  .\32xl\:border-r-primary\/60 {
    border-right-color: hsl(var(--primary) / 0.6);
  }

  .\32xl\:border-r-primary\/65 {
    border-right-color: hsl(var(--primary) / 0.65);
  }

  .\32xl\:border-r-primary\/70 {
    border-right-color: hsl(var(--primary) / 0.7);
  }

  .\32xl\:border-r-primary\/75 {
    border-right-color: hsl(var(--primary) / 0.75);
  }

  .\32xl\:border-r-primary\/80 {
    border-right-color: hsl(var(--primary) / 0.8);
  }

  .\32xl\:border-r-primary\/85 {
    border-right-color: hsl(var(--primary) / 0.85);
  }

  .\32xl\:border-r-primary\/90 {
    border-right-color: hsl(var(--primary) / 0.9);
  }

  .\32xl\:border-r-primary\/95 {
    border-right-color: hsl(var(--primary) / 0.95);
  }

  .\32xl\:border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-100\/0 {
    border-right-color: rgb(243 232 255 / 0);
  }

  .\32xl\:border-r-purple-100\/10 {
    border-right-color: rgb(243 232 255 / 0.1);
  }

  .\32xl\:border-r-purple-100\/100 {
    border-right-color: rgb(243 232 255 / 1);
  }

  .\32xl\:border-r-purple-100\/15 {
    border-right-color: rgb(243 232 255 / 0.15);
  }

  .\32xl\:border-r-purple-100\/20 {
    border-right-color: rgb(243 232 255 / 0.2);
  }

  .\32xl\:border-r-purple-100\/25 {
    border-right-color: rgb(243 232 255 / 0.25);
  }

  .\32xl\:border-r-purple-100\/30 {
    border-right-color: rgb(243 232 255 / 0.3);
  }

  .\32xl\:border-r-purple-100\/35 {
    border-right-color: rgb(243 232 255 / 0.35);
  }

  .\32xl\:border-r-purple-100\/40 {
    border-right-color: rgb(243 232 255 / 0.4);
  }

  .\32xl\:border-r-purple-100\/45 {
    border-right-color: rgb(243 232 255 / 0.45);
  }

  .\32xl\:border-r-purple-100\/5 {
    border-right-color: rgb(243 232 255 / 0.05);
  }

  .\32xl\:border-r-purple-100\/50 {
    border-right-color: rgb(243 232 255 / 0.5);
  }

  .\32xl\:border-r-purple-100\/55 {
    border-right-color: rgb(243 232 255 / 0.55);
  }

  .\32xl\:border-r-purple-100\/60 {
    border-right-color: rgb(243 232 255 / 0.6);
  }

  .\32xl\:border-r-purple-100\/65 {
    border-right-color: rgb(243 232 255 / 0.65);
  }

  .\32xl\:border-r-purple-100\/70 {
    border-right-color: rgb(243 232 255 / 0.7);
  }

  .\32xl\:border-r-purple-100\/75 {
    border-right-color: rgb(243 232 255 / 0.75);
  }

  .\32xl\:border-r-purple-100\/80 {
    border-right-color: rgb(243 232 255 / 0.8);
  }

  .\32xl\:border-r-purple-100\/85 {
    border-right-color: rgb(243 232 255 / 0.85);
  }

  .\32xl\:border-r-purple-100\/90 {
    border-right-color: rgb(243 232 255 / 0.9);
  }

  .\32xl\:border-r-purple-100\/95 {
    border-right-color: rgb(243 232 255 / 0.95);
  }

  .\32xl\:border-r-purple-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-200\/0 {
    border-right-color: rgb(233 213 255 / 0);
  }

  .\32xl\:border-r-purple-200\/10 {
    border-right-color: rgb(233 213 255 / 0.1);
  }

  .\32xl\:border-r-purple-200\/100 {
    border-right-color: rgb(233 213 255 / 1);
  }

  .\32xl\:border-r-purple-200\/15 {
    border-right-color: rgb(233 213 255 / 0.15);
  }

  .\32xl\:border-r-purple-200\/20 {
    border-right-color: rgb(233 213 255 / 0.2);
  }

  .\32xl\:border-r-purple-200\/25 {
    border-right-color: rgb(233 213 255 / 0.25);
  }

  .\32xl\:border-r-purple-200\/30 {
    border-right-color: rgb(233 213 255 / 0.3);
  }

  .\32xl\:border-r-purple-200\/35 {
    border-right-color: rgb(233 213 255 / 0.35);
  }

  .\32xl\:border-r-purple-200\/40 {
    border-right-color: rgb(233 213 255 / 0.4);
  }

  .\32xl\:border-r-purple-200\/45 {
    border-right-color: rgb(233 213 255 / 0.45);
  }

  .\32xl\:border-r-purple-200\/5 {
    border-right-color: rgb(233 213 255 / 0.05);
  }

  .\32xl\:border-r-purple-200\/50 {
    border-right-color: rgb(233 213 255 / 0.5);
  }

  .\32xl\:border-r-purple-200\/55 {
    border-right-color: rgb(233 213 255 / 0.55);
  }

  .\32xl\:border-r-purple-200\/60 {
    border-right-color: rgb(233 213 255 / 0.6);
  }

  .\32xl\:border-r-purple-200\/65 {
    border-right-color: rgb(233 213 255 / 0.65);
  }

  .\32xl\:border-r-purple-200\/70 {
    border-right-color: rgb(233 213 255 / 0.7);
  }

  .\32xl\:border-r-purple-200\/75 {
    border-right-color: rgb(233 213 255 / 0.75);
  }

  .\32xl\:border-r-purple-200\/80 {
    border-right-color: rgb(233 213 255 / 0.8);
  }

  .\32xl\:border-r-purple-200\/85 {
    border-right-color: rgb(233 213 255 / 0.85);
  }

  .\32xl\:border-r-purple-200\/90 {
    border-right-color: rgb(233 213 255 / 0.9);
  }

  .\32xl\:border-r-purple-200\/95 {
    border-right-color: rgb(233 213 255 / 0.95);
  }

  .\32xl\:border-r-purple-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-300\/0 {
    border-right-color: rgb(216 180 254 / 0);
  }

  .\32xl\:border-r-purple-300\/10 {
    border-right-color: rgb(216 180 254 / 0.1);
  }

  .\32xl\:border-r-purple-300\/100 {
    border-right-color: rgb(216 180 254 / 1);
  }

  .\32xl\:border-r-purple-300\/15 {
    border-right-color: rgb(216 180 254 / 0.15);
  }

  .\32xl\:border-r-purple-300\/20 {
    border-right-color: rgb(216 180 254 / 0.2);
  }

  .\32xl\:border-r-purple-300\/25 {
    border-right-color: rgb(216 180 254 / 0.25);
  }

  .\32xl\:border-r-purple-300\/30 {
    border-right-color: rgb(216 180 254 / 0.3);
  }

  .\32xl\:border-r-purple-300\/35 {
    border-right-color: rgb(216 180 254 / 0.35);
  }

  .\32xl\:border-r-purple-300\/40 {
    border-right-color: rgb(216 180 254 / 0.4);
  }

  .\32xl\:border-r-purple-300\/45 {
    border-right-color: rgb(216 180 254 / 0.45);
  }

  .\32xl\:border-r-purple-300\/5 {
    border-right-color: rgb(216 180 254 / 0.05);
  }

  .\32xl\:border-r-purple-300\/50 {
    border-right-color: rgb(216 180 254 / 0.5);
  }

  .\32xl\:border-r-purple-300\/55 {
    border-right-color: rgb(216 180 254 / 0.55);
  }

  .\32xl\:border-r-purple-300\/60 {
    border-right-color: rgb(216 180 254 / 0.6);
  }

  .\32xl\:border-r-purple-300\/65 {
    border-right-color: rgb(216 180 254 / 0.65);
  }

  .\32xl\:border-r-purple-300\/70 {
    border-right-color: rgb(216 180 254 / 0.7);
  }

  .\32xl\:border-r-purple-300\/75 {
    border-right-color: rgb(216 180 254 / 0.75);
  }

  .\32xl\:border-r-purple-300\/80 {
    border-right-color: rgb(216 180 254 / 0.8);
  }

  .\32xl\:border-r-purple-300\/85 {
    border-right-color: rgb(216 180 254 / 0.85);
  }

  .\32xl\:border-r-purple-300\/90 {
    border-right-color: rgb(216 180 254 / 0.9);
  }

  .\32xl\:border-r-purple-300\/95 {
    border-right-color: rgb(216 180 254 / 0.95);
  }

  .\32xl\:border-r-purple-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-400\/0 {
    border-right-color: rgb(192 132 252 / 0);
  }

  .\32xl\:border-r-purple-400\/10 {
    border-right-color: rgb(192 132 252 / 0.1);
  }

  .\32xl\:border-r-purple-400\/100 {
    border-right-color: rgb(192 132 252 / 1);
  }

  .\32xl\:border-r-purple-400\/15 {
    border-right-color: rgb(192 132 252 / 0.15);
  }

  .\32xl\:border-r-purple-400\/20 {
    border-right-color: rgb(192 132 252 / 0.2);
  }

  .\32xl\:border-r-purple-400\/25 {
    border-right-color: rgb(192 132 252 / 0.25);
  }

  .\32xl\:border-r-purple-400\/30 {
    border-right-color: rgb(192 132 252 / 0.3);
  }

  .\32xl\:border-r-purple-400\/35 {
    border-right-color: rgb(192 132 252 / 0.35);
  }

  .\32xl\:border-r-purple-400\/40 {
    border-right-color: rgb(192 132 252 / 0.4);
  }

  .\32xl\:border-r-purple-400\/45 {
    border-right-color: rgb(192 132 252 / 0.45);
  }

  .\32xl\:border-r-purple-400\/5 {
    border-right-color: rgb(192 132 252 / 0.05);
  }

  .\32xl\:border-r-purple-400\/50 {
    border-right-color: rgb(192 132 252 / 0.5);
  }

  .\32xl\:border-r-purple-400\/55 {
    border-right-color: rgb(192 132 252 / 0.55);
  }

  .\32xl\:border-r-purple-400\/60 {
    border-right-color: rgb(192 132 252 / 0.6);
  }

  .\32xl\:border-r-purple-400\/65 {
    border-right-color: rgb(192 132 252 / 0.65);
  }

  .\32xl\:border-r-purple-400\/70 {
    border-right-color: rgb(192 132 252 / 0.7);
  }

  .\32xl\:border-r-purple-400\/75 {
    border-right-color: rgb(192 132 252 / 0.75);
  }

  .\32xl\:border-r-purple-400\/80 {
    border-right-color: rgb(192 132 252 / 0.8);
  }

  .\32xl\:border-r-purple-400\/85 {
    border-right-color: rgb(192 132 252 / 0.85);
  }

  .\32xl\:border-r-purple-400\/90 {
    border-right-color: rgb(192 132 252 / 0.9);
  }

  .\32xl\:border-r-purple-400\/95 {
    border-right-color: rgb(192 132 252 / 0.95);
  }

  .\32xl\:border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-50\/0 {
    border-right-color: rgb(250 245 255 / 0);
  }

  .\32xl\:border-r-purple-50\/10 {
    border-right-color: rgb(250 245 255 / 0.1);
  }

  .\32xl\:border-r-purple-50\/100 {
    border-right-color: rgb(250 245 255 / 1);
  }

  .\32xl\:border-r-purple-50\/15 {
    border-right-color: rgb(250 245 255 / 0.15);
  }

  .\32xl\:border-r-purple-50\/20 {
    border-right-color: rgb(250 245 255 / 0.2);
  }

  .\32xl\:border-r-purple-50\/25 {
    border-right-color: rgb(250 245 255 / 0.25);
  }

  .\32xl\:border-r-purple-50\/30 {
    border-right-color: rgb(250 245 255 / 0.3);
  }

  .\32xl\:border-r-purple-50\/35 {
    border-right-color: rgb(250 245 255 / 0.35);
  }

  .\32xl\:border-r-purple-50\/40 {
    border-right-color: rgb(250 245 255 / 0.4);
  }

  .\32xl\:border-r-purple-50\/45 {
    border-right-color: rgb(250 245 255 / 0.45);
  }

  .\32xl\:border-r-purple-50\/5 {
    border-right-color: rgb(250 245 255 / 0.05);
  }

  .\32xl\:border-r-purple-50\/50 {
    border-right-color: rgb(250 245 255 / 0.5);
  }

  .\32xl\:border-r-purple-50\/55 {
    border-right-color: rgb(250 245 255 / 0.55);
  }

  .\32xl\:border-r-purple-50\/60 {
    border-right-color: rgb(250 245 255 / 0.6);
  }

  .\32xl\:border-r-purple-50\/65 {
    border-right-color: rgb(250 245 255 / 0.65);
  }

  .\32xl\:border-r-purple-50\/70 {
    border-right-color: rgb(250 245 255 / 0.7);
  }

  .\32xl\:border-r-purple-50\/75 {
    border-right-color: rgb(250 245 255 / 0.75);
  }

  .\32xl\:border-r-purple-50\/80 {
    border-right-color: rgb(250 245 255 / 0.8);
  }

  .\32xl\:border-r-purple-50\/85 {
    border-right-color: rgb(250 245 255 / 0.85);
  }

  .\32xl\:border-r-purple-50\/90 {
    border-right-color: rgb(250 245 255 / 0.9);
  }

  .\32xl\:border-r-purple-50\/95 {
    border-right-color: rgb(250 245 255 / 0.95);
  }

  .\32xl\:border-r-purple-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-500\/0 {
    border-right-color: rgb(168 85 247 / 0);
  }

  .\32xl\:border-r-purple-500\/10 {
    border-right-color: rgb(168 85 247 / 0.1);
  }

  .\32xl\:border-r-purple-500\/100 {
    border-right-color: rgb(168 85 247 / 1);
  }

  .\32xl\:border-r-purple-500\/15 {
    border-right-color: rgb(168 85 247 / 0.15);
  }

  .\32xl\:border-r-purple-500\/20 {
    border-right-color: rgb(168 85 247 / 0.2);
  }

  .\32xl\:border-r-purple-500\/25 {
    border-right-color: rgb(168 85 247 / 0.25);
  }

  .\32xl\:border-r-purple-500\/30 {
    border-right-color: rgb(168 85 247 / 0.3);
  }

  .\32xl\:border-r-purple-500\/35 {
    border-right-color: rgb(168 85 247 / 0.35);
  }

  .\32xl\:border-r-purple-500\/40 {
    border-right-color: rgb(168 85 247 / 0.4);
  }

  .\32xl\:border-r-purple-500\/45 {
    border-right-color: rgb(168 85 247 / 0.45);
  }

  .\32xl\:border-r-purple-500\/5 {
    border-right-color: rgb(168 85 247 / 0.05);
  }

  .\32xl\:border-r-purple-500\/50 {
    border-right-color: rgb(168 85 247 / 0.5);
  }

  .\32xl\:border-r-purple-500\/55 {
    border-right-color: rgb(168 85 247 / 0.55);
  }

  .\32xl\:border-r-purple-500\/60 {
    border-right-color: rgb(168 85 247 / 0.6);
  }

  .\32xl\:border-r-purple-500\/65 {
    border-right-color: rgb(168 85 247 / 0.65);
  }

  .\32xl\:border-r-purple-500\/70 {
    border-right-color: rgb(168 85 247 / 0.7);
  }

  .\32xl\:border-r-purple-500\/75 {
    border-right-color: rgb(168 85 247 / 0.75);
  }

  .\32xl\:border-r-purple-500\/80 {
    border-right-color: rgb(168 85 247 / 0.8);
  }

  .\32xl\:border-r-purple-500\/85 {
    border-right-color: rgb(168 85 247 / 0.85);
  }

  .\32xl\:border-r-purple-500\/90 {
    border-right-color: rgb(168 85 247 / 0.9);
  }

  .\32xl\:border-r-purple-500\/95 {
    border-right-color: rgb(168 85 247 / 0.95);
  }

  .\32xl\:border-r-purple-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-600\/0 {
    border-right-color: rgb(147 51 234 / 0);
  }

  .\32xl\:border-r-purple-600\/10 {
    border-right-color: rgb(147 51 234 / 0.1);
  }

  .\32xl\:border-r-purple-600\/100 {
    border-right-color: rgb(147 51 234 / 1);
  }

  .\32xl\:border-r-purple-600\/15 {
    border-right-color: rgb(147 51 234 / 0.15);
  }

  .\32xl\:border-r-purple-600\/20 {
    border-right-color: rgb(147 51 234 / 0.2);
  }

  .\32xl\:border-r-purple-600\/25 {
    border-right-color: rgb(147 51 234 / 0.25);
  }

  .\32xl\:border-r-purple-600\/30 {
    border-right-color: rgb(147 51 234 / 0.3);
  }

  .\32xl\:border-r-purple-600\/35 {
    border-right-color: rgb(147 51 234 / 0.35);
  }

  .\32xl\:border-r-purple-600\/40 {
    border-right-color: rgb(147 51 234 / 0.4);
  }

  .\32xl\:border-r-purple-600\/45 {
    border-right-color: rgb(147 51 234 / 0.45);
  }

  .\32xl\:border-r-purple-600\/5 {
    border-right-color: rgb(147 51 234 / 0.05);
  }

  .\32xl\:border-r-purple-600\/50 {
    border-right-color: rgb(147 51 234 / 0.5);
  }

  .\32xl\:border-r-purple-600\/55 {
    border-right-color: rgb(147 51 234 / 0.55);
  }

  .\32xl\:border-r-purple-600\/60 {
    border-right-color: rgb(147 51 234 / 0.6);
  }

  .\32xl\:border-r-purple-600\/65 {
    border-right-color: rgb(147 51 234 / 0.65);
  }

  .\32xl\:border-r-purple-600\/70 {
    border-right-color: rgb(147 51 234 / 0.7);
  }

  .\32xl\:border-r-purple-600\/75 {
    border-right-color: rgb(147 51 234 / 0.75);
  }

  .\32xl\:border-r-purple-600\/80 {
    border-right-color: rgb(147 51 234 / 0.8);
  }

  .\32xl\:border-r-purple-600\/85 {
    border-right-color: rgb(147 51 234 / 0.85);
  }

  .\32xl\:border-r-purple-600\/90 {
    border-right-color: rgb(147 51 234 / 0.9);
  }

  .\32xl\:border-r-purple-600\/95 {
    border-right-color: rgb(147 51 234 / 0.95);
  }

  .\32xl\:border-r-purple-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-700\/0 {
    border-right-color: rgb(126 34 206 / 0);
  }

  .\32xl\:border-r-purple-700\/10 {
    border-right-color: rgb(126 34 206 / 0.1);
  }

  .\32xl\:border-r-purple-700\/100 {
    border-right-color: rgb(126 34 206 / 1);
  }

  .\32xl\:border-r-purple-700\/15 {
    border-right-color: rgb(126 34 206 / 0.15);
  }

  .\32xl\:border-r-purple-700\/20 {
    border-right-color: rgb(126 34 206 / 0.2);
  }

  .\32xl\:border-r-purple-700\/25 {
    border-right-color: rgb(126 34 206 / 0.25);
  }

  .\32xl\:border-r-purple-700\/30 {
    border-right-color: rgb(126 34 206 / 0.3);
  }

  .\32xl\:border-r-purple-700\/35 {
    border-right-color: rgb(126 34 206 / 0.35);
  }

  .\32xl\:border-r-purple-700\/40 {
    border-right-color: rgb(126 34 206 / 0.4);
  }

  .\32xl\:border-r-purple-700\/45 {
    border-right-color: rgb(126 34 206 / 0.45);
  }

  .\32xl\:border-r-purple-700\/5 {
    border-right-color: rgb(126 34 206 / 0.05);
  }

  .\32xl\:border-r-purple-700\/50 {
    border-right-color: rgb(126 34 206 / 0.5);
  }

  .\32xl\:border-r-purple-700\/55 {
    border-right-color: rgb(126 34 206 / 0.55);
  }

  .\32xl\:border-r-purple-700\/60 {
    border-right-color: rgb(126 34 206 / 0.6);
  }

  .\32xl\:border-r-purple-700\/65 {
    border-right-color: rgb(126 34 206 / 0.65);
  }

  .\32xl\:border-r-purple-700\/70 {
    border-right-color: rgb(126 34 206 / 0.7);
  }

  .\32xl\:border-r-purple-700\/75 {
    border-right-color: rgb(126 34 206 / 0.75);
  }

  .\32xl\:border-r-purple-700\/80 {
    border-right-color: rgb(126 34 206 / 0.8);
  }

  .\32xl\:border-r-purple-700\/85 {
    border-right-color: rgb(126 34 206 / 0.85);
  }

  .\32xl\:border-r-purple-700\/90 {
    border-right-color: rgb(126 34 206 / 0.9);
  }

  .\32xl\:border-r-purple-700\/95 {
    border-right-color: rgb(126 34 206 / 0.95);
  }

  .\32xl\:border-r-purple-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-800\/0 {
    border-right-color: rgb(107 33 168 / 0);
  }

  .\32xl\:border-r-purple-800\/10 {
    border-right-color: rgb(107 33 168 / 0.1);
  }

  .\32xl\:border-r-purple-800\/100 {
    border-right-color: rgb(107 33 168 / 1);
  }

  .\32xl\:border-r-purple-800\/15 {
    border-right-color: rgb(107 33 168 / 0.15);
  }

  .\32xl\:border-r-purple-800\/20 {
    border-right-color: rgb(107 33 168 / 0.2);
  }

  .\32xl\:border-r-purple-800\/25 {
    border-right-color: rgb(107 33 168 / 0.25);
  }

  .\32xl\:border-r-purple-800\/30 {
    border-right-color: rgb(107 33 168 / 0.3);
  }

  .\32xl\:border-r-purple-800\/35 {
    border-right-color: rgb(107 33 168 / 0.35);
  }

  .\32xl\:border-r-purple-800\/40 {
    border-right-color: rgb(107 33 168 / 0.4);
  }

  .\32xl\:border-r-purple-800\/45 {
    border-right-color: rgb(107 33 168 / 0.45);
  }

  .\32xl\:border-r-purple-800\/5 {
    border-right-color: rgb(107 33 168 / 0.05);
  }

  .\32xl\:border-r-purple-800\/50 {
    border-right-color: rgb(107 33 168 / 0.5);
  }

  .\32xl\:border-r-purple-800\/55 {
    border-right-color: rgb(107 33 168 / 0.55);
  }

  .\32xl\:border-r-purple-800\/60 {
    border-right-color: rgb(107 33 168 / 0.6);
  }

  .\32xl\:border-r-purple-800\/65 {
    border-right-color: rgb(107 33 168 / 0.65);
  }

  .\32xl\:border-r-purple-800\/70 {
    border-right-color: rgb(107 33 168 / 0.7);
  }

  .\32xl\:border-r-purple-800\/75 {
    border-right-color: rgb(107 33 168 / 0.75);
  }

  .\32xl\:border-r-purple-800\/80 {
    border-right-color: rgb(107 33 168 / 0.8);
  }

  .\32xl\:border-r-purple-800\/85 {
    border-right-color: rgb(107 33 168 / 0.85);
  }

  .\32xl\:border-r-purple-800\/90 {
    border-right-color: rgb(107 33 168 / 0.9);
  }

  .\32xl\:border-r-purple-800\/95 {
    border-right-color: rgb(107 33 168 / 0.95);
  }

  .\32xl\:border-r-purple-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-900\/0 {
    border-right-color: rgb(88 28 135 / 0);
  }

  .\32xl\:border-r-purple-900\/10 {
    border-right-color: rgb(88 28 135 / 0.1);
  }

  .\32xl\:border-r-purple-900\/100 {
    border-right-color: rgb(88 28 135 / 1);
  }

  .\32xl\:border-r-purple-900\/15 {
    border-right-color: rgb(88 28 135 / 0.15);
  }

  .\32xl\:border-r-purple-900\/20 {
    border-right-color: rgb(88 28 135 / 0.2);
  }

  .\32xl\:border-r-purple-900\/25 {
    border-right-color: rgb(88 28 135 / 0.25);
  }

  .\32xl\:border-r-purple-900\/30 {
    border-right-color: rgb(88 28 135 / 0.3);
  }

  .\32xl\:border-r-purple-900\/35 {
    border-right-color: rgb(88 28 135 / 0.35);
  }

  .\32xl\:border-r-purple-900\/40 {
    border-right-color: rgb(88 28 135 / 0.4);
  }

  .\32xl\:border-r-purple-900\/45 {
    border-right-color: rgb(88 28 135 / 0.45);
  }

  .\32xl\:border-r-purple-900\/5 {
    border-right-color: rgb(88 28 135 / 0.05);
  }

  .\32xl\:border-r-purple-900\/50 {
    border-right-color: rgb(88 28 135 / 0.5);
  }

  .\32xl\:border-r-purple-900\/55 {
    border-right-color: rgb(88 28 135 / 0.55);
  }

  .\32xl\:border-r-purple-900\/60 {
    border-right-color: rgb(88 28 135 / 0.6);
  }

  .\32xl\:border-r-purple-900\/65 {
    border-right-color: rgb(88 28 135 / 0.65);
  }

  .\32xl\:border-r-purple-900\/70 {
    border-right-color: rgb(88 28 135 / 0.7);
  }

  .\32xl\:border-r-purple-900\/75 {
    border-right-color: rgb(88 28 135 / 0.75);
  }

  .\32xl\:border-r-purple-900\/80 {
    border-right-color: rgb(88 28 135 / 0.8);
  }

  .\32xl\:border-r-purple-900\/85 {
    border-right-color: rgb(88 28 135 / 0.85);
  }

  .\32xl\:border-r-purple-900\/90 {
    border-right-color: rgb(88 28 135 / 0.9);
  }

  .\32xl\:border-r-purple-900\/95 {
    border-right-color: rgb(88 28 135 / 0.95);
  }

  .\32xl\:border-r-purple-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-purple-950\/0 {
    border-right-color: rgb(59 7 100 / 0);
  }

  .\32xl\:border-r-purple-950\/10 {
    border-right-color: rgb(59 7 100 / 0.1);
  }

  .\32xl\:border-r-purple-950\/100 {
    border-right-color: rgb(59 7 100 / 1);
  }

  .\32xl\:border-r-purple-950\/15 {
    border-right-color: rgb(59 7 100 / 0.15);
  }

  .\32xl\:border-r-purple-950\/20 {
    border-right-color: rgb(59 7 100 / 0.2);
  }

  .\32xl\:border-r-purple-950\/25 {
    border-right-color: rgb(59 7 100 / 0.25);
  }

  .\32xl\:border-r-purple-950\/30 {
    border-right-color: rgb(59 7 100 / 0.3);
  }

  .\32xl\:border-r-purple-950\/35 {
    border-right-color: rgb(59 7 100 / 0.35);
  }

  .\32xl\:border-r-purple-950\/40 {
    border-right-color: rgb(59 7 100 / 0.4);
  }

  .\32xl\:border-r-purple-950\/45 {
    border-right-color: rgb(59 7 100 / 0.45);
  }

  .\32xl\:border-r-purple-950\/5 {
    border-right-color: rgb(59 7 100 / 0.05);
  }

  .\32xl\:border-r-purple-950\/50 {
    border-right-color: rgb(59 7 100 / 0.5);
  }

  .\32xl\:border-r-purple-950\/55 {
    border-right-color: rgb(59 7 100 / 0.55);
  }

  .\32xl\:border-r-purple-950\/60 {
    border-right-color: rgb(59 7 100 / 0.6);
  }

  .\32xl\:border-r-purple-950\/65 {
    border-right-color: rgb(59 7 100 / 0.65);
  }

  .\32xl\:border-r-purple-950\/70 {
    border-right-color: rgb(59 7 100 / 0.7);
  }

  .\32xl\:border-r-purple-950\/75 {
    border-right-color: rgb(59 7 100 / 0.75);
  }

  .\32xl\:border-r-purple-950\/80 {
    border-right-color: rgb(59 7 100 / 0.8);
  }

  .\32xl\:border-r-purple-950\/85 {
    border-right-color: rgb(59 7 100 / 0.85);
  }

  .\32xl\:border-r-purple-950\/90 {
    border-right-color: rgb(59 7 100 / 0.9);
  }

  .\32xl\:border-r-purple-950\/95 {
    border-right-color: rgb(59 7 100 / 0.95);
  }

  .\32xl\:border-r-red-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-100\/0 {
    border-right-color: rgb(254 226 226 / 0);
  }

  .\32xl\:border-r-red-100\/10 {
    border-right-color: rgb(254 226 226 / 0.1);
  }

  .\32xl\:border-r-red-100\/100 {
    border-right-color: rgb(254 226 226 / 1);
  }

  .\32xl\:border-r-red-100\/15 {
    border-right-color: rgb(254 226 226 / 0.15);
  }

  .\32xl\:border-r-red-100\/20 {
    border-right-color: rgb(254 226 226 / 0.2);
  }

  .\32xl\:border-r-red-100\/25 {
    border-right-color: rgb(254 226 226 / 0.25);
  }

  .\32xl\:border-r-red-100\/30 {
    border-right-color: rgb(254 226 226 / 0.3);
  }

  .\32xl\:border-r-red-100\/35 {
    border-right-color: rgb(254 226 226 / 0.35);
  }

  .\32xl\:border-r-red-100\/40 {
    border-right-color: rgb(254 226 226 / 0.4);
  }

  .\32xl\:border-r-red-100\/45 {
    border-right-color: rgb(254 226 226 / 0.45);
  }

  .\32xl\:border-r-red-100\/5 {
    border-right-color: rgb(254 226 226 / 0.05);
  }

  .\32xl\:border-r-red-100\/50 {
    border-right-color: rgb(254 226 226 / 0.5);
  }

  .\32xl\:border-r-red-100\/55 {
    border-right-color: rgb(254 226 226 / 0.55);
  }

  .\32xl\:border-r-red-100\/60 {
    border-right-color: rgb(254 226 226 / 0.6);
  }

  .\32xl\:border-r-red-100\/65 {
    border-right-color: rgb(254 226 226 / 0.65);
  }

  .\32xl\:border-r-red-100\/70 {
    border-right-color: rgb(254 226 226 / 0.7);
  }

  .\32xl\:border-r-red-100\/75 {
    border-right-color: rgb(254 226 226 / 0.75);
  }

  .\32xl\:border-r-red-100\/80 {
    border-right-color: rgb(254 226 226 / 0.8);
  }

  .\32xl\:border-r-red-100\/85 {
    border-right-color: rgb(254 226 226 / 0.85);
  }

  .\32xl\:border-r-red-100\/90 {
    border-right-color: rgb(254 226 226 / 0.9);
  }

  .\32xl\:border-r-red-100\/95 {
    border-right-color: rgb(254 226 226 / 0.95);
  }

  .\32xl\:border-r-red-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-200\/0 {
    border-right-color: rgb(254 202 202 / 0);
  }

  .\32xl\:border-r-red-200\/10 {
    border-right-color: rgb(254 202 202 / 0.1);
  }

  .\32xl\:border-r-red-200\/100 {
    border-right-color: rgb(254 202 202 / 1);
  }

  .\32xl\:border-r-red-200\/15 {
    border-right-color: rgb(254 202 202 / 0.15);
  }

  .\32xl\:border-r-red-200\/20 {
    border-right-color: rgb(254 202 202 / 0.2);
  }

  .\32xl\:border-r-red-200\/25 {
    border-right-color: rgb(254 202 202 / 0.25);
  }

  .\32xl\:border-r-red-200\/30 {
    border-right-color: rgb(254 202 202 / 0.3);
  }

  .\32xl\:border-r-red-200\/35 {
    border-right-color: rgb(254 202 202 / 0.35);
  }

  .\32xl\:border-r-red-200\/40 {
    border-right-color: rgb(254 202 202 / 0.4);
  }

  .\32xl\:border-r-red-200\/45 {
    border-right-color: rgb(254 202 202 / 0.45);
  }

  .\32xl\:border-r-red-200\/5 {
    border-right-color: rgb(254 202 202 / 0.05);
  }

  .\32xl\:border-r-red-200\/50 {
    border-right-color: rgb(254 202 202 / 0.5);
  }

  .\32xl\:border-r-red-200\/55 {
    border-right-color: rgb(254 202 202 / 0.55);
  }

  .\32xl\:border-r-red-200\/60 {
    border-right-color: rgb(254 202 202 / 0.6);
  }

  .\32xl\:border-r-red-200\/65 {
    border-right-color: rgb(254 202 202 / 0.65);
  }

  .\32xl\:border-r-red-200\/70 {
    border-right-color: rgb(254 202 202 / 0.7);
  }

  .\32xl\:border-r-red-200\/75 {
    border-right-color: rgb(254 202 202 / 0.75);
  }

  .\32xl\:border-r-red-200\/80 {
    border-right-color: rgb(254 202 202 / 0.8);
  }

  .\32xl\:border-r-red-200\/85 {
    border-right-color: rgb(254 202 202 / 0.85);
  }

  .\32xl\:border-r-red-200\/90 {
    border-right-color: rgb(254 202 202 / 0.9);
  }

  .\32xl\:border-r-red-200\/95 {
    border-right-color: rgb(254 202 202 / 0.95);
  }

  .\32xl\:border-r-red-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-300\/0 {
    border-right-color: rgb(252 165 165 / 0);
  }

  .\32xl\:border-r-red-300\/10 {
    border-right-color: rgb(252 165 165 / 0.1);
  }

  .\32xl\:border-r-red-300\/100 {
    border-right-color: rgb(252 165 165 / 1);
  }

  .\32xl\:border-r-red-300\/15 {
    border-right-color: rgb(252 165 165 / 0.15);
  }

  .\32xl\:border-r-red-300\/20 {
    border-right-color: rgb(252 165 165 / 0.2);
  }

  .\32xl\:border-r-red-300\/25 {
    border-right-color: rgb(252 165 165 / 0.25);
  }

  .\32xl\:border-r-red-300\/30 {
    border-right-color: rgb(252 165 165 / 0.3);
  }

  .\32xl\:border-r-red-300\/35 {
    border-right-color: rgb(252 165 165 / 0.35);
  }

  .\32xl\:border-r-red-300\/40 {
    border-right-color: rgb(252 165 165 / 0.4);
  }

  .\32xl\:border-r-red-300\/45 {
    border-right-color: rgb(252 165 165 / 0.45);
  }

  .\32xl\:border-r-red-300\/5 {
    border-right-color: rgb(252 165 165 / 0.05);
  }

  .\32xl\:border-r-red-300\/50 {
    border-right-color: rgb(252 165 165 / 0.5);
  }

  .\32xl\:border-r-red-300\/55 {
    border-right-color: rgb(252 165 165 / 0.55);
  }

  .\32xl\:border-r-red-300\/60 {
    border-right-color: rgb(252 165 165 / 0.6);
  }

  .\32xl\:border-r-red-300\/65 {
    border-right-color: rgb(252 165 165 / 0.65);
  }

  .\32xl\:border-r-red-300\/70 {
    border-right-color: rgb(252 165 165 / 0.7);
  }

  .\32xl\:border-r-red-300\/75 {
    border-right-color: rgb(252 165 165 / 0.75);
  }

  .\32xl\:border-r-red-300\/80 {
    border-right-color: rgb(252 165 165 / 0.8);
  }

  .\32xl\:border-r-red-300\/85 {
    border-right-color: rgb(252 165 165 / 0.85);
  }

  .\32xl\:border-r-red-300\/90 {
    border-right-color: rgb(252 165 165 / 0.9);
  }

  .\32xl\:border-r-red-300\/95 {
    border-right-color: rgb(252 165 165 / 0.95);
  }

  .\32xl\:border-r-red-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-400\/0 {
    border-right-color: rgb(248 113 113 / 0);
  }

  .\32xl\:border-r-red-400\/10 {
    border-right-color: rgb(248 113 113 / 0.1);
  }

  .\32xl\:border-r-red-400\/100 {
    border-right-color: rgb(248 113 113 / 1);
  }

  .\32xl\:border-r-red-400\/15 {
    border-right-color: rgb(248 113 113 / 0.15);
  }

  .\32xl\:border-r-red-400\/20 {
    border-right-color: rgb(248 113 113 / 0.2);
  }

  .\32xl\:border-r-red-400\/25 {
    border-right-color: rgb(248 113 113 / 0.25);
  }

  .\32xl\:border-r-red-400\/30 {
    border-right-color: rgb(248 113 113 / 0.3);
  }

  .\32xl\:border-r-red-400\/35 {
    border-right-color: rgb(248 113 113 / 0.35);
  }

  .\32xl\:border-r-red-400\/40 {
    border-right-color: rgb(248 113 113 / 0.4);
  }

  .\32xl\:border-r-red-400\/45 {
    border-right-color: rgb(248 113 113 / 0.45);
  }

  .\32xl\:border-r-red-400\/5 {
    border-right-color: rgb(248 113 113 / 0.05);
  }

  .\32xl\:border-r-red-400\/50 {
    border-right-color: rgb(248 113 113 / 0.5);
  }

  .\32xl\:border-r-red-400\/55 {
    border-right-color: rgb(248 113 113 / 0.55);
  }

  .\32xl\:border-r-red-400\/60 {
    border-right-color: rgb(248 113 113 / 0.6);
  }

  .\32xl\:border-r-red-400\/65 {
    border-right-color: rgb(248 113 113 / 0.65);
  }

  .\32xl\:border-r-red-400\/70 {
    border-right-color: rgb(248 113 113 / 0.7);
  }

  .\32xl\:border-r-red-400\/75 {
    border-right-color: rgb(248 113 113 / 0.75);
  }

  .\32xl\:border-r-red-400\/80 {
    border-right-color: rgb(248 113 113 / 0.8);
  }

  .\32xl\:border-r-red-400\/85 {
    border-right-color: rgb(248 113 113 / 0.85);
  }

  .\32xl\:border-r-red-400\/90 {
    border-right-color: rgb(248 113 113 / 0.9);
  }

  .\32xl\:border-r-red-400\/95 {
    border-right-color: rgb(248 113 113 / 0.95);
  }

  .\32xl\:border-r-red-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-50\/0 {
    border-right-color: rgb(254 242 242 / 0);
  }

  .\32xl\:border-r-red-50\/10 {
    border-right-color: rgb(254 242 242 / 0.1);
  }

  .\32xl\:border-r-red-50\/100 {
    border-right-color: rgb(254 242 242 / 1);
  }

  .\32xl\:border-r-red-50\/15 {
    border-right-color: rgb(254 242 242 / 0.15);
  }

  .\32xl\:border-r-red-50\/20 {
    border-right-color: rgb(254 242 242 / 0.2);
  }

  .\32xl\:border-r-red-50\/25 {
    border-right-color: rgb(254 242 242 / 0.25);
  }

  .\32xl\:border-r-red-50\/30 {
    border-right-color: rgb(254 242 242 / 0.3);
  }

  .\32xl\:border-r-red-50\/35 {
    border-right-color: rgb(254 242 242 / 0.35);
  }

  .\32xl\:border-r-red-50\/40 {
    border-right-color: rgb(254 242 242 / 0.4);
  }

  .\32xl\:border-r-red-50\/45 {
    border-right-color: rgb(254 242 242 / 0.45);
  }

  .\32xl\:border-r-red-50\/5 {
    border-right-color: rgb(254 242 242 / 0.05);
  }

  .\32xl\:border-r-red-50\/50 {
    border-right-color: rgb(254 242 242 / 0.5);
  }

  .\32xl\:border-r-red-50\/55 {
    border-right-color: rgb(254 242 242 / 0.55);
  }

  .\32xl\:border-r-red-50\/60 {
    border-right-color: rgb(254 242 242 / 0.6);
  }

  .\32xl\:border-r-red-50\/65 {
    border-right-color: rgb(254 242 242 / 0.65);
  }

  .\32xl\:border-r-red-50\/70 {
    border-right-color: rgb(254 242 242 / 0.7);
  }

  .\32xl\:border-r-red-50\/75 {
    border-right-color: rgb(254 242 242 / 0.75);
  }

  .\32xl\:border-r-red-50\/80 {
    border-right-color: rgb(254 242 242 / 0.8);
  }

  .\32xl\:border-r-red-50\/85 {
    border-right-color: rgb(254 242 242 / 0.85);
  }

  .\32xl\:border-r-red-50\/90 {
    border-right-color: rgb(254 242 242 / 0.9);
  }

  .\32xl\:border-r-red-50\/95 {
    border-right-color: rgb(254 242 242 / 0.95);
  }

  .\32xl\:border-r-red-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-500\/0 {
    border-right-color: rgb(239 68 68 / 0);
  }

  .\32xl\:border-r-red-500\/10 {
    border-right-color: rgb(239 68 68 / 0.1);
  }

  .\32xl\:border-r-red-500\/100 {
    border-right-color: rgb(239 68 68 / 1);
  }

  .\32xl\:border-r-red-500\/15 {
    border-right-color: rgb(239 68 68 / 0.15);
  }

  .\32xl\:border-r-red-500\/20 {
    border-right-color: rgb(239 68 68 / 0.2);
  }

  .\32xl\:border-r-red-500\/25 {
    border-right-color: rgb(239 68 68 / 0.25);
  }

  .\32xl\:border-r-red-500\/30 {
    border-right-color: rgb(239 68 68 / 0.3);
  }

  .\32xl\:border-r-red-500\/35 {
    border-right-color: rgb(239 68 68 / 0.35);
  }

  .\32xl\:border-r-red-500\/40 {
    border-right-color: rgb(239 68 68 / 0.4);
  }

  .\32xl\:border-r-red-500\/45 {
    border-right-color: rgb(239 68 68 / 0.45);
  }

  .\32xl\:border-r-red-500\/5 {
    border-right-color: rgb(239 68 68 / 0.05);
  }

  .\32xl\:border-r-red-500\/50 {
    border-right-color: rgb(239 68 68 / 0.5);
  }

  .\32xl\:border-r-red-500\/55 {
    border-right-color: rgb(239 68 68 / 0.55);
  }

  .\32xl\:border-r-red-500\/60 {
    border-right-color: rgb(239 68 68 / 0.6);
  }

  .\32xl\:border-r-red-500\/65 {
    border-right-color: rgb(239 68 68 / 0.65);
  }

  .\32xl\:border-r-red-500\/70 {
    border-right-color: rgb(239 68 68 / 0.7);
  }

  .\32xl\:border-r-red-500\/75 {
    border-right-color: rgb(239 68 68 / 0.75);
  }

  .\32xl\:border-r-red-500\/80 {
    border-right-color: rgb(239 68 68 / 0.8);
  }

  .\32xl\:border-r-red-500\/85 {
    border-right-color: rgb(239 68 68 / 0.85);
  }

  .\32xl\:border-r-red-500\/90 {
    border-right-color: rgb(239 68 68 / 0.9);
  }

  .\32xl\:border-r-red-500\/95 {
    border-right-color: rgb(239 68 68 / 0.95);
  }

  .\32xl\:border-r-red-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-600\/0 {
    border-right-color: rgb(220 38 38 / 0);
  }

  .\32xl\:border-r-red-600\/10 {
    border-right-color: rgb(220 38 38 / 0.1);
  }

  .\32xl\:border-r-red-600\/100 {
    border-right-color: rgb(220 38 38 / 1);
  }

  .\32xl\:border-r-red-600\/15 {
    border-right-color: rgb(220 38 38 / 0.15);
  }

  .\32xl\:border-r-red-600\/20 {
    border-right-color: rgb(220 38 38 / 0.2);
  }

  .\32xl\:border-r-red-600\/25 {
    border-right-color: rgb(220 38 38 / 0.25);
  }

  .\32xl\:border-r-red-600\/30 {
    border-right-color: rgb(220 38 38 / 0.3);
  }

  .\32xl\:border-r-red-600\/35 {
    border-right-color: rgb(220 38 38 / 0.35);
  }

  .\32xl\:border-r-red-600\/40 {
    border-right-color: rgb(220 38 38 / 0.4);
  }

  .\32xl\:border-r-red-600\/45 {
    border-right-color: rgb(220 38 38 / 0.45);
  }

  .\32xl\:border-r-red-600\/5 {
    border-right-color: rgb(220 38 38 / 0.05);
  }

  .\32xl\:border-r-red-600\/50 {
    border-right-color: rgb(220 38 38 / 0.5);
  }

  .\32xl\:border-r-red-600\/55 {
    border-right-color: rgb(220 38 38 / 0.55);
  }

  .\32xl\:border-r-red-600\/60 {
    border-right-color: rgb(220 38 38 / 0.6);
  }

  .\32xl\:border-r-red-600\/65 {
    border-right-color: rgb(220 38 38 / 0.65);
  }

  .\32xl\:border-r-red-600\/70 {
    border-right-color: rgb(220 38 38 / 0.7);
  }

  .\32xl\:border-r-red-600\/75 {
    border-right-color: rgb(220 38 38 / 0.75);
  }

  .\32xl\:border-r-red-600\/80 {
    border-right-color: rgb(220 38 38 / 0.8);
  }

  .\32xl\:border-r-red-600\/85 {
    border-right-color: rgb(220 38 38 / 0.85);
  }

  .\32xl\:border-r-red-600\/90 {
    border-right-color: rgb(220 38 38 / 0.9);
  }

  .\32xl\:border-r-red-600\/95 {
    border-right-color: rgb(220 38 38 / 0.95);
  }

  .\32xl\:border-r-red-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-700\/0 {
    border-right-color: rgb(185 28 28 / 0);
  }

  .\32xl\:border-r-red-700\/10 {
    border-right-color: rgb(185 28 28 / 0.1);
  }

  .\32xl\:border-r-red-700\/100 {
    border-right-color: rgb(185 28 28 / 1);
  }

  .\32xl\:border-r-red-700\/15 {
    border-right-color: rgb(185 28 28 / 0.15);
  }

  .\32xl\:border-r-red-700\/20 {
    border-right-color: rgb(185 28 28 / 0.2);
  }

  .\32xl\:border-r-red-700\/25 {
    border-right-color: rgb(185 28 28 / 0.25);
  }

  .\32xl\:border-r-red-700\/30 {
    border-right-color: rgb(185 28 28 / 0.3);
  }

  .\32xl\:border-r-red-700\/35 {
    border-right-color: rgb(185 28 28 / 0.35);
  }

  .\32xl\:border-r-red-700\/40 {
    border-right-color: rgb(185 28 28 / 0.4);
  }

  .\32xl\:border-r-red-700\/45 {
    border-right-color: rgb(185 28 28 / 0.45);
  }

  .\32xl\:border-r-red-700\/5 {
    border-right-color: rgb(185 28 28 / 0.05);
  }

  .\32xl\:border-r-red-700\/50 {
    border-right-color: rgb(185 28 28 / 0.5);
  }

  .\32xl\:border-r-red-700\/55 {
    border-right-color: rgb(185 28 28 / 0.55);
  }

  .\32xl\:border-r-red-700\/60 {
    border-right-color: rgb(185 28 28 / 0.6);
  }

  .\32xl\:border-r-red-700\/65 {
    border-right-color: rgb(185 28 28 / 0.65);
  }

  .\32xl\:border-r-red-700\/70 {
    border-right-color: rgb(185 28 28 / 0.7);
  }

  .\32xl\:border-r-red-700\/75 {
    border-right-color: rgb(185 28 28 / 0.75);
  }

  .\32xl\:border-r-red-700\/80 {
    border-right-color: rgb(185 28 28 / 0.8);
  }

  .\32xl\:border-r-red-700\/85 {
    border-right-color: rgb(185 28 28 / 0.85);
  }

  .\32xl\:border-r-red-700\/90 {
    border-right-color: rgb(185 28 28 / 0.9);
  }

  .\32xl\:border-r-red-700\/95 {
    border-right-color: rgb(185 28 28 / 0.95);
  }

  .\32xl\:border-r-red-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-800\/0 {
    border-right-color: rgb(153 27 27 / 0);
  }

  .\32xl\:border-r-red-800\/10 {
    border-right-color: rgb(153 27 27 / 0.1);
  }

  .\32xl\:border-r-red-800\/100 {
    border-right-color: rgb(153 27 27 / 1);
  }

  .\32xl\:border-r-red-800\/15 {
    border-right-color: rgb(153 27 27 / 0.15);
  }

  .\32xl\:border-r-red-800\/20 {
    border-right-color: rgb(153 27 27 / 0.2);
  }

  .\32xl\:border-r-red-800\/25 {
    border-right-color: rgb(153 27 27 / 0.25);
  }

  .\32xl\:border-r-red-800\/30 {
    border-right-color: rgb(153 27 27 / 0.3);
  }

  .\32xl\:border-r-red-800\/35 {
    border-right-color: rgb(153 27 27 / 0.35);
  }

  .\32xl\:border-r-red-800\/40 {
    border-right-color: rgb(153 27 27 / 0.4);
  }

  .\32xl\:border-r-red-800\/45 {
    border-right-color: rgb(153 27 27 / 0.45);
  }

  .\32xl\:border-r-red-800\/5 {
    border-right-color: rgb(153 27 27 / 0.05);
  }

  .\32xl\:border-r-red-800\/50 {
    border-right-color: rgb(153 27 27 / 0.5);
  }

  .\32xl\:border-r-red-800\/55 {
    border-right-color: rgb(153 27 27 / 0.55);
  }

  .\32xl\:border-r-red-800\/60 {
    border-right-color: rgb(153 27 27 / 0.6);
  }

  .\32xl\:border-r-red-800\/65 {
    border-right-color: rgb(153 27 27 / 0.65);
  }

  .\32xl\:border-r-red-800\/70 {
    border-right-color: rgb(153 27 27 / 0.7);
  }

  .\32xl\:border-r-red-800\/75 {
    border-right-color: rgb(153 27 27 / 0.75);
  }

  .\32xl\:border-r-red-800\/80 {
    border-right-color: rgb(153 27 27 / 0.8);
  }

  .\32xl\:border-r-red-800\/85 {
    border-right-color: rgb(153 27 27 / 0.85);
  }

  .\32xl\:border-r-red-800\/90 {
    border-right-color: rgb(153 27 27 / 0.9);
  }

  .\32xl\:border-r-red-800\/95 {
    border-right-color: rgb(153 27 27 / 0.95);
  }

  .\32xl\:border-r-red-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-900\/0 {
    border-right-color: rgb(127 29 29 / 0);
  }

  .\32xl\:border-r-red-900\/10 {
    border-right-color: rgb(127 29 29 / 0.1);
  }

  .\32xl\:border-r-red-900\/100 {
    border-right-color: rgb(127 29 29 / 1);
  }

  .\32xl\:border-r-red-900\/15 {
    border-right-color: rgb(127 29 29 / 0.15);
  }

  .\32xl\:border-r-red-900\/20 {
    border-right-color: rgb(127 29 29 / 0.2);
  }

  .\32xl\:border-r-red-900\/25 {
    border-right-color: rgb(127 29 29 / 0.25);
  }

  .\32xl\:border-r-red-900\/30 {
    border-right-color: rgb(127 29 29 / 0.3);
  }

  .\32xl\:border-r-red-900\/35 {
    border-right-color: rgb(127 29 29 / 0.35);
  }

  .\32xl\:border-r-red-900\/40 {
    border-right-color: rgb(127 29 29 / 0.4);
  }

  .\32xl\:border-r-red-900\/45 {
    border-right-color: rgb(127 29 29 / 0.45);
  }

  .\32xl\:border-r-red-900\/5 {
    border-right-color: rgb(127 29 29 / 0.05);
  }

  .\32xl\:border-r-red-900\/50 {
    border-right-color: rgb(127 29 29 / 0.5);
  }

  .\32xl\:border-r-red-900\/55 {
    border-right-color: rgb(127 29 29 / 0.55);
  }

  .\32xl\:border-r-red-900\/60 {
    border-right-color: rgb(127 29 29 / 0.6);
  }

  .\32xl\:border-r-red-900\/65 {
    border-right-color: rgb(127 29 29 / 0.65);
  }

  .\32xl\:border-r-red-900\/70 {
    border-right-color: rgb(127 29 29 / 0.7);
  }

  .\32xl\:border-r-red-900\/75 {
    border-right-color: rgb(127 29 29 / 0.75);
  }

  .\32xl\:border-r-red-900\/80 {
    border-right-color: rgb(127 29 29 / 0.8);
  }

  .\32xl\:border-r-red-900\/85 {
    border-right-color: rgb(127 29 29 / 0.85);
  }

  .\32xl\:border-r-red-900\/90 {
    border-right-color: rgb(127 29 29 / 0.9);
  }

  .\32xl\:border-r-red-900\/95 {
    border-right-color: rgb(127 29 29 / 0.95);
  }

  .\32xl\:border-r-red-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-red-950\/0 {
    border-right-color: rgb(69 10 10 / 0);
  }

  .\32xl\:border-r-red-950\/10 {
    border-right-color: rgb(69 10 10 / 0.1);
  }

  .\32xl\:border-r-red-950\/100 {
    border-right-color: rgb(69 10 10 / 1);
  }

  .\32xl\:border-r-red-950\/15 {
    border-right-color: rgb(69 10 10 / 0.15);
  }

  .\32xl\:border-r-red-950\/20 {
    border-right-color: rgb(69 10 10 / 0.2);
  }

  .\32xl\:border-r-red-950\/25 {
    border-right-color: rgb(69 10 10 / 0.25);
  }

  .\32xl\:border-r-red-950\/30 {
    border-right-color: rgb(69 10 10 / 0.3);
  }

  .\32xl\:border-r-red-950\/35 {
    border-right-color: rgb(69 10 10 / 0.35);
  }

  .\32xl\:border-r-red-950\/40 {
    border-right-color: rgb(69 10 10 / 0.4);
  }

  .\32xl\:border-r-red-950\/45 {
    border-right-color: rgb(69 10 10 / 0.45);
  }

  .\32xl\:border-r-red-950\/5 {
    border-right-color: rgb(69 10 10 / 0.05);
  }

  .\32xl\:border-r-red-950\/50 {
    border-right-color: rgb(69 10 10 / 0.5);
  }

  .\32xl\:border-r-red-950\/55 {
    border-right-color: rgb(69 10 10 / 0.55);
  }

  .\32xl\:border-r-red-950\/60 {
    border-right-color: rgb(69 10 10 / 0.6);
  }

  .\32xl\:border-r-red-950\/65 {
    border-right-color: rgb(69 10 10 / 0.65);
  }

  .\32xl\:border-r-red-950\/70 {
    border-right-color: rgb(69 10 10 / 0.7);
  }

  .\32xl\:border-r-red-950\/75 {
    border-right-color: rgb(69 10 10 / 0.75);
  }

  .\32xl\:border-r-red-950\/80 {
    border-right-color: rgb(69 10 10 / 0.8);
  }

  .\32xl\:border-r-red-950\/85 {
    border-right-color: rgb(69 10 10 / 0.85);
  }

  .\32xl\:border-r-red-950\/90 {
    border-right-color: rgb(69 10 10 / 0.9);
  }

  .\32xl\:border-r-red-950\/95 {
    border-right-color: rgb(69 10 10 / 0.95);
  }

  .\32xl\:border-r-ring {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-ring\/0 {
    border-right-color: hsl(var(--ring) / 0);
  }

  .\32xl\:border-r-ring\/10 {
    border-right-color: hsl(var(--ring) / 0.1);
  }

  .\32xl\:border-r-ring\/100 {
    border-right-color: hsl(var(--ring) / 1);
  }

  .\32xl\:border-r-ring\/15 {
    border-right-color: hsl(var(--ring) / 0.15);
  }

  .\32xl\:border-r-ring\/20 {
    border-right-color: hsl(var(--ring) / 0.2);
  }

  .\32xl\:border-r-ring\/25 {
    border-right-color: hsl(var(--ring) / 0.25);
  }

  .\32xl\:border-r-ring\/30 {
    border-right-color: hsl(var(--ring) / 0.3);
  }

  .\32xl\:border-r-ring\/35 {
    border-right-color: hsl(var(--ring) / 0.35);
  }

  .\32xl\:border-r-ring\/40 {
    border-right-color: hsl(var(--ring) / 0.4);
  }

  .\32xl\:border-r-ring\/45 {
    border-right-color: hsl(var(--ring) / 0.45);
  }

  .\32xl\:border-r-ring\/5 {
    border-right-color: hsl(var(--ring) / 0.05);
  }

  .\32xl\:border-r-ring\/50 {
    border-right-color: hsl(var(--ring) / 0.5);
  }

  .\32xl\:border-r-ring\/55 {
    border-right-color: hsl(var(--ring) / 0.55);
  }

  .\32xl\:border-r-ring\/60 {
    border-right-color: hsl(var(--ring) / 0.6);
  }

  .\32xl\:border-r-ring\/65 {
    border-right-color: hsl(var(--ring) / 0.65);
  }

  .\32xl\:border-r-ring\/70 {
    border-right-color: hsl(var(--ring) / 0.7);
  }

  .\32xl\:border-r-ring\/75 {
    border-right-color: hsl(var(--ring) / 0.75);
  }

  .\32xl\:border-r-ring\/80 {
    border-right-color: hsl(var(--ring) / 0.8);
  }

  .\32xl\:border-r-ring\/85 {
    border-right-color: hsl(var(--ring) / 0.85);
  }

  .\32xl\:border-r-ring\/90 {
    border-right-color: hsl(var(--ring) / 0.9);
  }

  .\32xl\:border-r-ring\/95 {
    border-right-color: hsl(var(--ring) / 0.95);
  }

  .\32xl\:border-r-rose-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-100\/0 {
    border-right-color: rgb(255 228 230 / 0);
  }

  .\32xl\:border-r-rose-100\/10 {
    border-right-color: rgb(255 228 230 / 0.1);
  }

  .\32xl\:border-r-rose-100\/100 {
    border-right-color: rgb(255 228 230 / 1);
  }

  .\32xl\:border-r-rose-100\/15 {
    border-right-color: rgb(255 228 230 / 0.15);
  }

  .\32xl\:border-r-rose-100\/20 {
    border-right-color: rgb(255 228 230 / 0.2);
  }

  .\32xl\:border-r-rose-100\/25 {
    border-right-color: rgb(255 228 230 / 0.25);
  }

  .\32xl\:border-r-rose-100\/30 {
    border-right-color: rgb(255 228 230 / 0.3);
  }

  .\32xl\:border-r-rose-100\/35 {
    border-right-color: rgb(255 228 230 / 0.35);
  }

  .\32xl\:border-r-rose-100\/40 {
    border-right-color: rgb(255 228 230 / 0.4);
  }

  .\32xl\:border-r-rose-100\/45 {
    border-right-color: rgb(255 228 230 / 0.45);
  }

  .\32xl\:border-r-rose-100\/5 {
    border-right-color: rgb(255 228 230 / 0.05);
  }

  .\32xl\:border-r-rose-100\/50 {
    border-right-color: rgb(255 228 230 / 0.5);
  }

  .\32xl\:border-r-rose-100\/55 {
    border-right-color: rgb(255 228 230 / 0.55);
  }

  .\32xl\:border-r-rose-100\/60 {
    border-right-color: rgb(255 228 230 / 0.6);
  }

  .\32xl\:border-r-rose-100\/65 {
    border-right-color: rgb(255 228 230 / 0.65);
  }

  .\32xl\:border-r-rose-100\/70 {
    border-right-color: rgb(255 228 230 / 0.7);
  }

  .\32xl\:border-r-rose-100\/75 {
    border-right-color: rgb(255 228 230 / 0.75);
  }

  .\32xl\:border-r-rose-100\/80 {
    border-right-color: rgb(255 228 230 / 0.8);
  }

  .\32xl\:border-r-rose-100\/85 {
    border-right-color: rgb(255 228 230 / 0.85);
  }

  .\32xl\:border-r-rose-100\/90 {
    border-right-color: rgb(255 228 230 / 0.9);
  }

  .\32xl\:border-r-rose-100\/95 {
    border-right-color: rgb(255 228 230 / 0.95);
  }

  .\32xl\:border-r-rose-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-200\/0 {
    border-right-color: rgb(254 205 211 / 0);
  }

  .\32xl\:border-r-rose-200\/10 {
    border-right-color: rgb(254 205 211 / 0.1);
  }

  .\32xl\:border-r-rose-200\/100 {
    border-right-color: rgb(254 205 211 / 1);
  }

  .\32xl\:border-r-rose-200\/15 {
    border-right-color: rgb(254 205 211 / 0.15);
  }

  .\32xl\:border-r-rose-200\/20 {
    border-right-color: rgb(254 205 211 / 0.2);
  }

  .\32xl\:border-r-rose-200\/25 {
    border-right-color: rgb(254 205 211 / 0.25);
  }

  .\32xl\:border-r-rose-200\/30 {
    border-right-color: rgb(254 205 211 / 0.3);
  }

  .\32xl\:border-r-rose-200\/35 {
    border-right-color: rgb(254 205 211 / 0.35);
  }

  .\32xl\:border-r-rose-200\/40 {
    border-right-color: rgb(254 205 211 / 0.4);
  }

  .\32xl\:border-r-rose-200\/45 {
    border-right-color: rgb(254 205 211 / 0.45);
  }

  .\32xl\:border-r-rose-200\/5 {
    border-right-color: rgb(254 205 211 / 0.05);
  }

  .\32xl\:border-r-rose-200\/50 {
    border-right-color: rgb(254 205 211 / 0.5);
  }

  .\32xl\:border-r-rose-200\/55 {
    border-right-color: rgb(254 205 211 / 0.55);
  }

  .\32xl\:border-r-rose-200\/60 {
    border-right-color: rgb(254 205 211 / 0.6);
  }

  .\32xl\:border-r-rose-200\/65 {
    border-right-color: rgb(254 205 211 / 0.65);
  }

  .\32xl\:border-r-rose-200\/70 {
    border-right-color: rgb(254 205 211 / 0.7);
  }

  .\32xl\:border-r-rose-200\/75 {
    border-right-color: rgb(254 205 211 / 0.75);
  }

  .\32xl\:border-r-rose-200\/80 {
    border-right-color: rgb(254 205 211 / 0.8);
  }

  .\32xl\:border-r-rose-200\/85 {
    border-right-color: rgb(254 205 211 / 0.85);
  }

  .\32xl\:border-r-rose-200\/90 {
    border-right-color: rgb(254 205 211 / 0.9);
  }

  .\32xl\:border-r-rose-200\/95 {
    border-right-color: rgb(254 205 211 / 0.95);
  }

  .\32xl\:border-r-rose-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-300\/0 {
    border-right-color: rgb(253 164 175 / 0);
  }

  .\32xl\:border-r-rose-300\/10 {
    border-right-color: rgb(253 164 175 / 0.1);
  }

  .\32xl\:border-r-rose-300\/100 {
    border-right-color: rgb(253 164 175 / 1);
  }

  .\32xl\:border-r-rose-300\/15 {
    border-right-color: rgb(253 164 175 / 0.15);
  }

  .\32xl\:border-r-rose-300\/20 {
    border-right-color: rgb(253 164 175 / 0.2);
  }

  .\32xl\:border-r-rose-300\/25 {
    border-right-color: rgb(253 164 175 / 0.25);
  }

  .\32xl\:border-r-rose-300\/30 {
    border-right-color: rgb(253 164 175 / 0.3);
  }

  .\32xl\:border-r-rose-300\/35 {
    border-right-color: rgb(253 164 175 / 0.35);
  }

  .\32xl\:border-r-rose-300\/40 {
    border-right-color: rgb(253 164 175 / 0.4);
  }

  .\32xl\:border-r-rose-300\/45 {
    border-right-color: rgb(253 164 175 / 0.45);
  }

  .\32xl\:border-r-rose-300\/5 {
    border-right-color: rgb(253 164 175 / 0.05);
  }

  .\32xl\:border-r-rose-300\/50 {
    border-right-color: rgb(253 164 175 / 0.5);
  }

  .\32xl\:border-r-rose-300\/55 {
    border-right-color: rgb(253 164 175 / 0.55);
  }

  .\32xl\:border-r-rose-300\/60 {
    border-right-color: rgb(253 164 175 / 0.6);
  }

  .\32xl\:border-r-rose-300\/65 {
    border-right-color: rgb(253 164 175 / 0.65);
  }

  .\32xl\:border-r-rose-300\/70 {
    border-right-color: rgb(253 164 175 / 0.7);
  }

  .\32xl\:border-r-rose-300\/75 {
    border-right-color: rgb(253 164 175 / 0.75);
  }

  .\32xl\:border-r-rose-300\/80 {
    border-right-color: rgb(253 164 175 / 0.8);
  }

  .\32xl\:border-r-rose-300\/85 {
    border-right-color: rgb(253 164 175 / 0.85);
  }

  .\32xl\:border-r-rose-300\/90 {
    border-right-color: rgb(253 164 175 / 0.9);
  }

  .\32xl\:border-r-rose-300\/95 {
    border-right-color: rgb(253 164 175 / 0.95);
  }

  .\32xl\:border-r-rose-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-400\/0 {
    border-right-color: rgb(251 113 133 / 0);
  }

  .\32xl\:border-r-rose-400\/10 {
    border-right-color: rgb(251 113 133 / 0.1);
  }

  .\32xl\:border-r-rose-400\/100 {
    border-right-color: rgb(251 113 133 / 1);
  }

  .\32xl\:border-r-rose-400\/15 {
    border-right-color: rgb(251 113 133 / 0.15);
  }

  .\32xl\:border-r-rose-400\/20 {
    border-right-color: rgb(251 113 133 / 0.2);
  }

  .\32xl\:border-r-rose-400\/25 {
    border-right-color: rgb(251 113 133 / 0.25);
  }

  .\32xl\:border-r-rose-400\/30 {
    border-right-color: rgb(251 113 133 / 0.3);
  }

  .\32xl\:border-r-rose-400\/35 {
    border-right-color: rgb(251 113 133 / 0.35);
  }

  .\32xl\:border-r-rose-400\/40 {
    border-right-color: rgb(251 113 133 / 0.4);
  }

  .\32xl\:border-r-rose-400\/45 {
    border-right-color: rgb(251 113 133 / 0.45);
  }

  .\32xl\:border-r-rose-400\/5 {
    border-right-color: rgb(251 113 133 / 0.05);
  }

  .\32xl\:border-r-rose-400\/50 {
    border-right-color: rgb(251 113 133 / 0.5);
  }

  .\32xl\:border-r-rose-400\/55 {
    border-right-color: rgb(251 113 133 / 0.55);
  }

  .\32xl\:border-r-rose-400\/60 {
    border-right-color: rgb(251 113 133 / 0.6);
  }

  .\32xl\:border-r-rose-400\/65 {
    border-right-color: rgb(251 113 133 / 0.65);
  }

  .\32xl\:border-r-rose-400\/70 {
    border-right-color: rgb(251 113 133 / 0.7);
  }

  .\32xl\:border-r-rose-400\/75 {
    border-right-color: rgb(251 113 133 / 0.75);
  }

  .\32xl\:border-r-rose-400\/80 {
    border-right-color: rgb(251 113 133 / 0.8);
  }

  .\32xl\:border-r-rose-400\/85 {
    border-right-color: rgb(251 113 133 / 0.85);
  }

  .\32xl\:border-r-rose-400\/90 {
    border-right-color: rgb(251 113 133 / 0.9);
  }

  .\32xl\:border-r-rose-400\/95 {
    border-right-color: rgb(251 113 133 / 0.95);
  }

  .\32xl\:border-r-rose-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-50\/0 {
    border-right-color: rgb(255 241 242 / 0);
  }

  .\32xl\:border-r-rose-50\/10 {
    border-right-color: rgb(255 241 242 / 0.1);
  }

  .\32xl\:border-r-rose-50\/100 {
    border-right-color: rgb(255 241 242 / 1);
  }

  .\32xl\:border-r-rose-50\/15 {
    border-right-color: rgb(255 241 242 / 0.15);
  }

  .\32xl\:border-r-rose-50\/20 {
    border-right-color: rgb(255 241 242 / 0.2);
  }

  .\32xl\:border-r-rose-50\/25 {
    border-right-color: rgb(255 241 242 / 0.25);
  }

  .\32xl\:border-r-rose-50\/30 {
    border-right-color: rgb(255 241 242 / 0.3);
  }

  .\32xl\:border-r-rose-50\/35 {
    border-right-color: rgb(255 241 242 / 0.35);
  }

  .\32xl\:border-r-rose-50\/40 {
    border-right-color: rgb(255 241 242 / 0.4);
  }

  .\32xl\:border-r-rose-50\/45 {
    border-right-color: rgb(255 241 242 / 0.45);
  }

  .\32xl\:border-r-rose-50\/5 {
    border-right-color: rgb(255 241 242 / 0.05);
  }

  .\32xl\:border-r-rose-50\/50 {
    border-right-color: rgb(255 241 242 / 0.5);
  }

  .\32xl\:border-r-rose-50\/55 {
    border-right-color: rgb(255 241 242 / 0.55);
  }

  .\32xl\:border-r-rose-50\/60 {
    border-right-color: rgb(255 241 242 / 0.6);
  }

  .\32xl\:border-r-rose-50\/65 {
    border-right-color: rgb(255 241 242 / 0.65);
  }

  .\32xl\:border-r-rose-50\/70 {
    border-right-color: rgb(255 241 242 / 0.7);
  }

  .\32xl\:border-r-rose-50\/75 {
    border-right-color: rgb(255 241 242 / 0.75);
  }

  .\32xl\:border-r-rose-50\/80 {
    border-right-color: rgb(255 241 242 / 0.8);
  }

  .\32xl\:border-r-rose-50\/85 {
    border-right-color: rgb(255 241 242 / 0.85);
  }

  .\32xl\:border-r-rose-50\/90 {
    border-right-color: rgb(255 241 242 / 0.9);
  }

  .\32xl\:border-r-rose-50\/95 {
    border-right-color: rgb(255 241 242 / 0.95);
  }

  .\32xl\:border-r-rose-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-500\/0 {
    border-right-color: rgb(244 63 94 / 0);
  }

  .\32xl\:border-r-rose-500\/10 {
    border-right-color: rgb(244 63 94 / 0.1);
  }

  .\32xl\:border-r-rose-500\/100 {
    border-right-color: rgb(244 63 94 / 1);
  }

  .\32xl\:border-r-rose-500\/15 {
    border-right-color: rgb(244 63 94 / 0.15);
  }

  .\32xl\:border-r-rose-500\/20 {
    border-right-color: rgb(244 63 94 / 0.2);
  }

  .\32xl\:border-r-rose-500\/25 {
    border-right-color: rgb(244 63 94 / 0.25);
  }

  .\32xl\:border-r-rose-500\/30 {
    border-right-color: rgb(244 63 94 / 0.3);
  }

  .\32xl\:border-r-rose-500\/35 {
    border-right-color: rgb(244 63 94 / 0.35);
  }

  .\32xl\:border-r-rose-500\/40 {
    border-right-color: rgb(244 63 94 / 0.4);
  }

  .\32xl\:border-r-rose-500\/45 {
    border-right-color: rgb(244 63 94 / 0.45);
  }

  .\32xl\:border-r-rose-500\/5 {
    border-right-color: rgb(244 63 94 / 0.05);
  }

  .\32xl\:border-r-rose-500\/50 {
    border-right-color: rgb(244 63 94 / 0.5);
  }

  .\32xl\:border-r-rose-500\/55 {
    border-right-color: rgb(244 63 94 / 0.55);
  }

  .\32xl\:border-r-rose-500\/60 {
    border-right-color: rgb(244 63 94 / 0.6);
  }

  .\32xl\:border-r-rose-500\/65 {
    border-right-color: rgb(244 63 94 / 0.65);
  }

  .\32xl\:border-r-rose-500\/70 {
    border-right-color: rgb(244 63 94 / 0.7);
  }

  .\32xl\:border-r-rose-500\/75 {
    border-right-color: rgb(244 63 94 / 0.75);
  }

  .\32xl\:border-r-rose-500\/80 {
    border-right-color: rgb(244 63 94 / 0.8);
  }

  .\32xl\:border-r-rose-500\/85 {
    border-right-color: rgb(244 63 94 / 0.85);
  }

  .\32xl\:border-r-rose-500\/90 {
    border-right-color: rgb(244 63 94 / 0.9);
  }

  .\32xl\:border-r-rose-500\/95 {
    border-right-color: rgb(244 63 94 / 0.95);
  }

  .\32xl\:border-r-rose-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-600\/0 {
    border-right-color: rgb(225 29 72 / 0);
  }

  .\32xl\:border-r-rose-600\/10 {
    border-right-color: rgb(225 29 72 / 0.1);
  }

  .\32xl\:border-r-rose-600\/100 {
    border-right-color: rgb(225 29 72 / 1);
  }

  .\32xl\:border-r-rose-600\/15 {
    border-right-color: rgb(225 29 72 / 0.15);
  }

  .\32xl\:border-r-rose-600\/20 {
    border-right-color: rgb(225 29 72 / 0.2);
  }

  .\32xl\:border-r-rose-600\/25 {
    border-right-color: rgb(225 29 72 / 0.25);
  }

  .\32xl\:border-r-rose-600\/30 {
    border-right-color: rgb(225 29 72 / 0.3);
  }

  .\32xl\:border-r-rose-600\/35 {
    border-right-color: rgb(225 29 72 / 0.35);
  }

  .\32xl\:border-r-rose-600\/40 {
    border-right-color: rgb(225 29 72 / 0.4);
  }

  .\32xl\:border-r-rose-600\/45 {
    border-right-color: rgb(225 29 72 / 0.45);
  }

  .\32xl\:border-r-rose-600\/5 {
    border-right-color: rgb(225 29 72 / 0.05);
  }

  .\32xl\:border-r-rose-600\/50 {
    border-right-color: rgb(225 29 72 / 0.5);
  }

  .\32xl\:border-r-rose-600\/55 {
    border-right-color: rgb(225 29 72 / 0.55);
  }

  .\32xl\:border-r-rose-600\/60 {
    border-right-color: rgb(225 29 72 / 0.6);
  }

  .\32xl\:border-r-rose-600\/65 {
    border-right-color: rgb(225 29 72 / 0.65);
  }

  .\32xl\:border-r-rose-600\/70 {
    border-right-color: rgb(225 29 72 / 0.7);
  }

  .\32xl\:border-r-rose-600\/75 {
    border-right-color: rgb(225 29 72 / 0.75);
  }

  .\32xl\:border-r-rose-600\/80 {
    border-right-color: rgb(225 29 72 / 0.8);
  }

  .\32xl\:border-r-rose-600\/85 {
    border-right-color: rgb(225 29 72 / 0.85);
  }

  .\32xl\:border-r-rose-600\/90 {
    border-right-color: rgb(225 29 72 / 0.9);
  }

  .\32xl\:border-r-rose-600\/95 {
    border-right-color: rgb(225 29 72 / 0.95);
  }

  .\32xl\:border-r-rose-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-700\/0 {
    border-right-color: rgb(190 18 60 / 0);
  }

  .\32xl\:border-r-rose-700\/10 {
    border-right-color: rgb(190 18 60 / 0.1);
  }

  .\32xl\:border-r-rose-700\/100 {
    border-right-color: rgb(190 18 60 / 1);
  }

  .\32xl\:border-r-rose-700\/15 {
    border-right-color: rgb(190 18 60 / 0.15);
  }

  .\32xl\:border-r-rose-700\/20 {
    border-right-color: rgb(190 18 60 / 0.2);
  }

  .\32xl\:border-r-rose-700\/25 {
    border-right-color: rgb(190 18 60 / 0.25);
  }

  .\32xl\:border-r-rose-700\/30 {
    border-right-color: rgb(190 18 60 / 0.3);
  }

  .\32xl\:border-r-rose-700\/35 {
    border-right-color: rgb(190 18 60 / 0.35);
  }

  .\32xl\:border-r-rose-700\/40 {
    border-right-color: rgb(190 18 60 / 0.4);
  }

  .\32xl\:border-r-rose-700\/45 {
    border-right-color: rgb(190 18 60 / 0.45);
  }

  .\32xl\:border-r-rose-700\/5 {
    border-right-color: rgb(190 18 60 / 0.05);
  }

  .\32xl\:border-r-rose-700\/50 {
    border-right-color: rgb(190 18 60 / 0.5);
  }

  .\32xl\:border-r-rose-700\/55 {
    border-right-color: rgb(190 18 60 / 0.55);
  }

  .\32xl\:border-r-rose-700\/60 {
    border-right-color: rgb(190 18 60 / 0.6);
  }

  .\32xl\:border-r-rose-700\/65 {
    border-right-color: rgb(190 18 60 / 0.65);
  }

  .\32xl\:border-r-rose-700\/70 {
    border-right-color: rgb(190 18 60 / 0.7);
  }

  .\32xl\:border-r-rose-700\/75 {
    border-right-color: rgb(190 18 60 / 0.75);
  }

  .\32xl\:border-r-rose-700\/80 {
    border-right-color: rgb(190 18 60 / 0.8);
  }

  .\32xl\:border-r-rose-700\/85 {
    border-right-color: rgb(190 18 60 / 0.85);
  }

  .\32xl\:border-r-rose-700\/90 {
    border-right-color: rgb(190 18 60 / 0.9);
  }

  .\32xl\:border-r-rose-700\/95 {
    border-right-color: rgb(190 18 60 / 0.95);
  }

  .\32xl\:border-r-rose-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-800\/0 {
    border-right-color: rgb(159 18 57 / 0);
  }

  .\32xl\:border-r-rose-800\/10 {
    border-right-color: rgb(159 18 57 / 0.1);
  }

  .\32xl\:border-r-rose-800\/100 {
    border-right-color: rgb(159 18 57 / 1);
  }

  .\32xl\:border-r-rose-800\/15 {
    border-right-color: rgb(159 18 57 / 0.15);
  }

  .\32xl\:border-r-rose-800\/20 {
    border-right-color: rgb(159 18 57 / 0.2);
  }

  .\32xl\:border-r-rose-800\/25 {
    border-right-color: rgb(159 18 57 / 0.25);
  }

  .\32xl\:border-r-rose-800\/30 {
    border-right-color: rgb(159 18 57 / 0.3);
  }

  .\32xl\:border-r-rose-800\/35 {
    border-right-color: rgb(159 18 57 / 0.35);
  }

  .\32xl\:border-r-rose-800\/40 {
    border-right-color: rgb(159 18 57 / 0.4);
  }

  .\32xl\:border-r-rose-800\/45 {
    border-right-color: rgb(159 18 57 / 0.45);
  }

  .\32xl\:border-r-rose-800\/5 {
    border-right-color: rgb(159 18 57 / 0.05);
  }

  .\32xl\:border-r-rose-800\/50 {
    border-right-color: rgb(159 18 57 / 0.5);
  }

  .\32xl\:border-r-rose-800\/55 {
    border-right-color: rgb(159 18 57 / 0.55);
  }

  .\32xl\:border-r-rose-800\/60 {
    border-right-color: rgb(159 18 57 / 0.6);
  }

  .\32xl\:border-r-rose-800\/65 {
    border-right-color: rgb(159 18 57 / 0.65);
  }

  .\32xl\:border-r-rose-800\/70 {
    border-right-color: rgb(159 18 57 / 0.7);
  }

  .\32xl\:border-r-rose-800\/75 {
    border-right-color: rgb(159 18 57 / 0.75);
  }

  .\32xl\:border-r-rose-800\/80 {
    border-right-color: rgb(159 18 57 / 0.8);
  }

  .\32xl\:border-r-rose-800\/85 {
    border-right-color: rgb(159 18 57 / 0.85);
  }

  .\32xl\:border-r-rose-800\/90 {
    border-right-color: rgb(159 18 57 / 0.9);
  }

  .\32xl\:border-r-rose-800\/95 {
    border-right-color: rgb(159 18 57 / 0.95);
  }

  .\32xl\:border-r-rose-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-900\/0 {
    border-right-color: rgb(136 19 55 / 0);
  }

  .\32xl\:border-r-rose-900\/10 {
    border-right-color: rgb(136 19 55 / 0.1);
  }

  .\32xl\:border-r-rose-900\/100 {
    border-right-color: rgb(136 19 55 / 1);
  }

  .\32xl\:border-r-rose-900\/15 {
    border-right-color: rgb(136 19 55 / 0.15);
  }

  .\32xl\:border-r-rose-900\/20 {
    border-right-color: rgb(136 19 55 / 0.2);
  }

  .\32xl\:border-r-rose-900\/25 {
    border-right-color: rgb(136 19 55 / 0.25);
  }

  .\32xl\:border-r-rose-900\/30 {
    border-right-color: rgb(136 19 55 / 0.3);
  }

  .\32xl\:border-r-rose-900\/35 {
    border-right-color: rgb(136 19 55 / 0.35);
  }

  .\32xl\:border-r-rose-900\/40 {
    border-right-color: rgb(136 19 55 / 0.4);
  }

  .\32xl\:border-r-rose-900\/45 {
    border-right-color: rgb(136 19 55 / 0.45);
  }

  .\32xl\:border-r-rose-900\/5 {
    border-right-color: rgb(136 19 55 / 0.05);
  }

  .\32xl\:border-r-rose-900\/50 {
    border-right-color: rgb(136 19 55 / 0.5);
  }

  .\32xl\:border-r-rose-900\/55 {
    border-right-color: rgb(136 19 55 / 0.55);
  }

  .\32xl\:border-r-rose-900\/60 {
    border-right-color: rgb(136 19 55 / 0.6);
  }

  .\32xl\:border-r-rose-900\/65 {
    border-right-color: rgb(136 19 55 / 0.65);
  }

  .\32xl\:border-r-rose-900\/70 {
    border-right-color: rgb(136 19 55 / 0.7);
  }

  .\32xl\:border-r-rose-900\/75 {
    border-right-color: rgb(136 19 55 / 0.75);
  }

  .\32xl\:border-r-rose-900\/80 {
    border-right-color: rgb(136 19 55 / 0.8);
  }

  .\32xl\:border-r-rose-900\/85 {
    border-right-color: rgb(136 19 55 / 0.85);
  }

  .\32xl\:border-r-rose-900\/90 {
    border-right-color: rgb(136 19 55 / 0.9);
  }

  .\32xl\:border-r-rose-900\/95 {
    border-right-color: rgb(136 19 55 / 0.95);
  }

  .\32xl\:border-r-rose-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-rose-950\/0 {
    border-right-color: rgb(76 5 25 / 0);
  }

  .\32xl\:border-r-rose-950\/10 {
    border-right-color: rgb(76 5 25 / 0.1);
  }

  .\32xl\:border-r-rose-950\/100 {
    border-right-color: rgb(76 5 25 / 1);
  }

  .\32xl\:border-r-rose-950\/15 {
    border-right-color: rgb(76 5 25 / 0.15);
  }

  .\32xl\:border-r-rose-950\/20 {
    border-right-color: rgb(76 5 25 / 0.2);
  }

  .\32xl\:border-r-rose-950\/25 {
    border-right-color: rgb(76 5 25 / 0.25);
  }

  .\32xl\:border-r-rose-950\/30 {
    border-right-color: rgb(76 5 25 / 0.3);
  }

  .\32xl\:border-r-rose-950\/35 {
    border-right-color: rgb(76 5 25 / 0.35);
  }

  .\32xl\:border-r-rose-950\/40 {
    border-right-color: rgb(76 5 25 / 0.4);
  }

  .\32xl\:border-r-rose-950\/45 {
    border-right-color: rgb(76 5 25 / 0.45);
  }

  .\32xl\:border-r-rose-950\/5 {
    border-right-color: rgb(76 5 25 / 0.05);
  }

  .\32xl\:border-r-rose-950\/50 {
    border-right-color: rgb(76 5 25 / 0.5);
  }

  .\32xl\:border-r-rose-950\/55 {
    border-right-color: rgb(76 5 25 / 0.55);
  }

  .\32xl\:border-r-rose-950\/60 {
    border-right-color: rgb(76 5 25 / 0.6);
  }

  .\32xl\:border-r-rose-950\/65 {
    border-right-color: rgb(76 5 25 / 0.65);
  }

  .\32xl\:border-r-rose-950\/70 {
    border-right-color: rgb(76 5 25 / 0.7);
  }

  .\32xl\:border-r-rose-950\/75 {
    border-right-color: rgb(76 5 25 / 0.75);
  }

  .\32xl\:border-r-rose-950\/80 {
    border-right-color: rgb(76 5 25 / 0.8);
  }

  .\32xl\:border-r-rose-950\/85 {
    border-right-color: rgb(76 5 25 / 0.85);
  }

  .\32xl\:border-r-rose-950\/90 {
    border-right-color: rgb(76 5 25 / 0.9);
  }

  .\32xl\:border-r-rose-950\/95 {
    border-right-color: rgb(76 5 25 / 0.95);
  }

  .\32xl\:border-r-secondary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-secondary-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-secondary-foreground\/0 {
    border-right-color: hsl(var(--secondary-foreground) / 0);
  }

  .\32xl\:border-r-secondary-foreground\/10 {
    border-right-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .\32xl\:border-r-secondary-foreground\/100 {
    border-right-color: hsl(var(--secondary-foreground) / 1);
  }

  .\32xl\:border-r-secondary-foreground\/15 {
    border-right-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .\32xl\:border-r-secondary-foreground\/20 {
    border-right-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .\32xl\:border-r-secondary-foreground\/25 {
    border-right-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .\32xl\:border-r-secondary-foreground\/30 {
    border-right-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .\32xl\:border-r-secondary-foreground\/35 {
    border-right-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .\32xl\:border-r-secondary-foreground\/40 {
    border-right-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .\32xl\:border-r-secondary-foreground\/45 {
    border-right-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .\32xl\:border-r-secondary-foreground\/5 {
    border-right-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .\32xl\:border-r-secondary-foreground\/50 {
    border-right-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .\32xl\:border-r-secondary-foreground\/55 {
    border-right-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .\32xl\:border-r-secondary-foreground\/60 {
    border-right-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .\32xl\:border-r-secondary-foreground\/65 {
    border-right-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .\32xl\:border-r-secondary-foreground\/70 {
    border-right-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .\32xl\:border-r-secondary-foreground\/75 {
    border-right-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .\32xl\:border-r-secondary-foreground\/80 {
    border-right-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .\32xl\:border-r-secondary-foreground\/85 {
    border-right-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .\32xl\:border-r-secondary-foreground\/90 {
    border-right-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .\32xl\:border-r-secondary-foreground\/95 {
    border-right-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .\32xl\:border-r-secondary\/0 {
    border-right-color: hsl(var(--secondary) / 0);
  }

  .\32xl\:border-r-secondary\/10 {
    border-right-color: hsl(var(--secondary) / 0.1);
  }

  .\32xl\:border-r-secondary\/100 {
    border-right-color: hsl(var(--secondary) / 1);
  }

  .\32xl\:border-r-secondary\/15 {
    border-right-color: hsl(var(--secondary) / 0.15);
  }

  .\32xl\:border-r-secondary\/20 {
    border-right-color: hsl(var(--secondary) / 0.2);
  }

  .\32xl\:border-r-secondary\/25 {
    border-right-color: hsl(var(--secondary) / 0.25);
  }

  .\32xl\:border-r-secondary\/30 {
    border-right-color: hsl(var(--secondary) / 0.3);
  }

  .\32xl\:border-r-secondary\/35 {
    border-right-color: hsl(var(--secondary) / 0.35);
  }

  .\32xl\:border-r-secondary\/40 {
    border-right-color: hsl(var(--secondary) / 0.4);
  }

  .\32xl\:border-r-secondary\/45 {
    border-right-color: hsl(var(--secondary) / 0.45);
  }

  .\32xl\:border-r-secondary\/5 {
    border-right-color: hsl(var(--secondary) / 0.05);
  }

  .\32xl\:border-r-secondary\/50 {
    border-right-color: hsl(var(--secondary) / 0.5);
  }

  .\32xl\:border-r-secondary\/55 {
    border-right-color: hsl(var(--secondary) / 0.55);
  }

  .\32xl\:border-r-secondary\/60 {
    border-right-color: hsl(var(--secondary) / 0.6);
  }

  .\32xl\:border-r-secondary\/65 {
    border-right-color: hsl(var(--secondary) / 0.65);
  }

  .\32xl\:border-r-secondary\/70 {
    border-right-color: hsl(var(--secondary) / 0.7);
  }

  .\32xl\:border-r-secondary\/75 {
    border-right-color: hsl(var(--secondary) / 0.75);
  }

  .\32xl\:border-r-secondary\/80 {
    border-right-color: hsl(var(--secondary) / 0.8);
  }

  .\32xl\:border-r-secondary\/85 {
    border-right-color: hsl(var(--secondary) / 0.85);
  }

  .\32xl\:border-r-secondary\/90 {
    border-right-color: hsl(var(--secondary) / 0.9);
  }

  .\32xl\:border-r-secondary\/95 {
    border-right-color: hsl(var(--secondary) / 0.95);
  }

  .\32xl\:border-r-sidebar {
    border-right-color: hsl(var(--sidebar-background));
  }

  .\32xl\:border-r-sidebar-accent {
    border-right-color: hsl(var(--sidebar-accent));
  }

  .\32xl\:border-r-sidebar-accent-foreground {
    border-right-color: hsl(var(--sidebar-accent-foreground));
  }

  .\32xl\:border-r-sidebar-accent-foreground\/0 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/10 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/100 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/15 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/20 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/25 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/30 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/35 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/40 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/45 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/5 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/50 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/55 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/60 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/65 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/70 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/75 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/80 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/85 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/90 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .\32xl\:border-r-sidebar-accent-foreground\/95 {
    border-right-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .\32xl\:border-r-sidebar-accent\/0 {
    border-right-color: hsl(var(--sidebar-accent) / 0);
  }

  .\32xl\:border-r-sidebar-accent\/10 {
    border-right-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .\32xl\:border-r-sidebar-accent\/100 {
    border-right-color: hsl(var(--sidebar-accent) / 1);
  }

  .\32xl\:border-r-sidebar-accent\/15 {
    border-right-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .\32xl\:border-r-sidebar-accent\/20 {
    border-right-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .\32xl\:border-r-sidebar-accent\/25 {
    border-right-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .\32xl\:border-r-sidebar-accent\/30 {
    border-right-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .\32xl\:border-r-sidebar-accent\/35 {
    border-right-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .\32xl\:border-r-sidebar-accent\/40 {
    border-right-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .\32xl\:border-r-sidebar-accent\/45 {
    border-right-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .\32xl\:border-r-sidebar-accent\/5 {
    border-right-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .\32xl\:border-r-sidebar-accent\/50 {
    border-right-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .\32xl\:border-r-sidebar-accent\/55 {
    border-right-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .\32xl\:border-r-sidebar-accent\/60 {
    border-right-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .\32xl\:border-r-sidebar-accent\/65 {
    border-right-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .\32xl\:border-r-sidebar-accent\/70 {
    border-right-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .\32xl\:border-r-sidebar-accent\/75 {
    border-right-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .\32xl\:border-r-sidebar-accent\/80 {
    border-right-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .\32xl\:border-r-sidebar-accent\/85 {
    border-right-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .\32xl\:border-r-sidebar-accent\/90 {
    border-right-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .\32xl\:border-r-sidebar-accent\/95 {
    border-right-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .\32xl\:border-r-sidebar-border {
    border-right-color: hsl(var(--sidebar-border));
  }

  .\32xl\:border-r-sidebar-border\/0 {
    border-right-color: hsl(var(--sidebar-border) / 0);
  }

  .\32xl\:border-r-sidebar-border\/10 {
    border-right-color: hsl(var(--sidebar-border) / 0.1);
  }

  .\32xl\:border-r-sidebar-border\/100 {
    border-right-color: hsl(var(--sidebar-border) / 1);
  }

  .\32xl\:border-r-sidebar-border\/15 {
    border-right-color: hsl(var(--sidebar-border) / 0.15);
  }

  .\32xl\:border-r-sidebar-border\/20 {
    border-right-color: hsl(var(--sidebar-border) / 0.2);
  }

  .\32xl\:border-r-sidebar-border\/25 {
    border-right-color: hsl(var(--sidebar-border) / 0.25);
  }

  .\32xl\:border-r-sidebar-border\/30 {
    border-right-color: hsl(var(--sidebar-border) / 0.3);
  }

  .\32xl\:border-r-sidebar-border\/35 {
    border-right-color: hsl(var(--sidebar-border) / 0.35);
  }

  .\32xl\:border-r-sidebar-border\/40 {
    border-right-color: hsl(var(--sidebar-border) / 0.4);
  }

  .\32xl\:border-r-sidebar-border\/45 {
    border-right-color: hsl(var(--sidebar-border) / 0.45);
  }

  .\32xl\:border-r-sidebar-border\/5 {
    border-right-color: hsl(var(--sidebar-border) / 0.05);
  }

  .\32xl\:border-r-sidebar-border\/50 {
    border-right-color: hsl(var(--sidebar-border) / 0.5);
  }

  .\32xl\:border-r-sidebar-border\/55 {
    border-right-color: hsl(var(--sidebar-border) / 0.55);
  }

  .\32xl\:border-r-sidebar-border\/60 {
    border-right-color: hsl(var(--sidebar-border) / 0.6);
  }

  .\32xl\:border-r-sidebar-border\/65 {
    border-right-color: hsl(var(--sidebar-border) / 0.65);
  }

  .\32xl\:border-r-sidebar-border\/70 {
    border-right-color: hsl(var(--sidebar-border) / 0.7);
  }

  .\32xl\:border-r-sidebar-border\/75 {
    border-right-color: hsl(var(--sidebar-border) / 0.75);
  }

  .\32xl\:border-r-sidebar-border\/80 {
    border-right-color: hsl(var(--sidebar-border) / 0.8);
  }

  .\32xl\:border-r-sidebar-border\/85 {
    border-right-color: hsl(var(--sidebar-border) / 0.85);
  }

  .\32xl\:border-r-sidebar-border\/90 {
    border-right-color: hsl(var(--sidebar-border) / 0.9);
  }

  .\32xl\:border-r-sidebar-border\/95 {
    border-right-color: hsl(var(--sidebar-border) / 0.95);
  }

  .\32xl\:border-r-sidebar-foreground {
    border-right-color: hsl(var(--sidebar-foreground));
  }

  .\32xl\:border-r-sidebar-foreground\/0 {
    border-right-color: hsl(var(--sidebar-foreground) / 0);
  }

  .\32xl\:border-r-sidebar-foreground\/10 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .\32xl\:border-r-sidebar-foreground\/100 {
    border-right-color: hsl(var(--sidebar-foreground) / 1);
  }

  .\32xl\:border-r-sidebar-foreground\/15 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .\32xl\:border-r-sidebar-foreground\/20 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .\32xl\:border-r-sidebar-foreground\/25 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .\32xl\:border-r-sidebar-foreground\/30 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .\32xl\:border-r-sidebar-foreground\/35 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .\32xl\:border-r-sidebar-foreground\/40 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .\32xl\:border-r-sidebar-foreground\/45 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .\32xl\:border-r-sidebar-foreground\/5 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .\32xl\:border-r-sidebar-foreground\/50 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .\32xl\:border-r-sidebar-foreground\/55 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .\32xl\:border-r-sidebar-foreground\/60 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .\32xl\:border-r-sidebar-foreground\/65 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .\32xl\:border-r-sidebar-foreground\/70 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .\32xl\:border-r-sidebar-foreground\/75 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .\32xl\:border-r-sidebar-foreground\/80 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .\32xl\:border-r-sidebar-foreground\/85 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .\32xl\:border-r-sidebar-foreground\/90 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .\32xl\:border-r-sidebar-foreground\/95 {
    border-right-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .\32xl\:border-r-sidebar-primary {
    border-right-color: hsl(var(--sidebar-primary));
  }

  .\32xl\:border-r-sidebar-primary-foreground {
    border-right-color: hsl(var(--sidebar-primary-foreground));
  }

  .\32xl\:border-r-sidebar-primary-foreground\/0 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/10 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/100 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/15 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/20 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/25 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/30 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/35 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/40 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/45 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/5 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/50 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/55 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/60 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/65 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/70 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/75 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/80 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/85 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/90 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .\32xl\:border-r-sidebar-primary-foreground\/95 {
    border-right-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .\32xl\:border-r-sidebar-primary\/0 {
    border-right-color: hsl(var(--sidebar-primary) / 0);
  }

  .\32xl\:border-r-sidebar-primary\/10 {
    border-right-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .\32xl\:border-r-sidebar-primary\/100 {
    border-right-color: hsl(var(--sidebar-primary) / 1);
  }

  .\32xl\:border-r-sidebar-primary\/15 {
    border-right-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .\32xl\:border-r-sidebar-primary\/20 {
    border-right-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .\32xl\:border-r-sidebar-primary\/25 {
    border-right-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .\32xl\:border-r-sidebar-primary\/30 {
    border-right-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .\32xl\:border-r-sidebar-primary\/35 {
    border-right-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .\32xl\:border-r-sidebar-primary\/40 {
    border-right-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .\32xl\:border-r-sidebar-primary\/45 {
    border-right-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .\32xl\:border-r-sidebar-primary\/5 {
    border-right-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .\32xl\:border-r-sidebar-primary\/50 {
    border-right-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .\32xl\:border-r-sidebar-primary\/55 {
    border-right-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .\32xl\:border-r-sidebar-primary\/60 {
    border-right-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .\32xl\:border-r-sidebar-primary\/65 {
    border-right-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .\32xl\:border-r-sidebar-primary\/70 {
    border-right-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .\32xl\:border-r-sidebar-primary\/75 {
    border-right-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .\32xl\:border-r-sidebar-primary\/80 {
    border-right-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .\32xl\:border-r-sidebar-primary\/85 {
    border-right-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .\32xl\:border-r-sidebar-primary\/90 {
    border-right-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .\32xl\:border-r-sidebar-primary\/95 {
    border-right-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .\32xl\:border-r-sidebar-ring {
    border-right-color: hsl(var(--sidebar-ring));
  }

  .\32xl\:border-r-sidebar-ring\/0 {
    border-right-color: hsl(var(--sidebar-ring) / 0);
  }

  .\32xl\:border-r-sidebar-ring\/10 {
    border-right-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .\32xl\:border-r-sidebar-ring\/100 {
    border-right-color: hsl(var(--sidebar-ring) / 1);
  }

  .\32xl\:border-r-sidebar-ring\/15 {
    border-right-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .\32xl\:border-r-sidebar-ring\/20 {
    border-right-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .\32xl\:border-r-sidebar-ring\/25 {
    border-right-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .\32xl\:border-r-sidebar-ring\/30 {
    border-right-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .\32xl\:border-r-sidebar-ring\/35 {
    border-right-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .\32xl\:border-r-sidebar-ring\/40 {
    border-right-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .\32xl\:border-r-sidebar-ring\/45 {
    border-right-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .\32xl\:border-r-sidebar-ring\/5 {
    border-right-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .\32xl\:border-r-sidebar-ring\/50 {
    border-right-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .\32xl\:border-r-sidebar-ring\/55 {
    border-right-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .\32xl\:border-r-sidebar-ring\/60 {
    border-right-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .\32xl\:border-r-sidebar-ring\/65 {
    border-right-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .\32xl\:border-r-sidebar-ring\/70 {
    border-right-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .\32xl\:border-r-sidebar-ring\/75 {
    border-right-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .\32xl\:border-r-sidebar-ring\/80 {
    border-right-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .\32xl\:border-r-sidebar-ring\/85 {
    border-right-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .\32xl\:border-r-sidebar-ring\/90 {
    border-right-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .\32xl\:border-r-sidebar-ring\/95 {
    border-right-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .\32xl\:border-r-sidebar\/0 {
    border-right-color: hsl(var(--sidebar-background) / 0);
  }

  .\32xl\:border-r-sidebar\/10 {
    border-right-color: hsl(var(--sidebar-background) / 0.1);
  }

  .\32xl\:border-r-sidebar\/100 {
    border-right-color: hsl(var(--sidebar-background) / 1);
  }

  .\32xl\:border-r-sidebar\/15 {
    border-right-color: hsl(var(--sidebar-background) / 0.15);
  }

  .\32xl\:border-r-sidebar\/20 {
    border-right-color: hsl(var(--sidebar-background) / 0.2);
  }

  .\32xl\:border-r-sidebar\/25 {
    border-right-color: hsl(var(--sidebar-background) / 0.25);
  }

  .\32xl\:border-r-sidebar\/30 {
    border-right-color: hsl(var(--sidebar-background) / 0.3);
  }

  .\32xl\:border-r-sidebar\/35 {
    border-right-color: hsl(var(--sidebar-background) / 0.35);
  }

  .\32xl\:border-r-sidebar\/40 {
    border-right-color: hsl(var(--sidebar-background) / 0.4);
  }

  .\32xl\:border-r-sidebar\/45 {
    border-right-color: hsl(var(--sidebar-background) / 0.45);
  }

  .\32xl\:border-r-sidebar\/5 {
    border-right-color: hsl(var(--sidebar-background) / 0.05);
  }

  .\32xl\:border-r-sidebar\/50 {
    border-right-color: hsl(var(--sidebar-background) / 0.5);
  }

  .\32xl\:border-r-sidebar\/55 {
    border-right-color: hsl(var(--sidebar-background) / 0.55);
  }

  .\32xl\:border-r-sidebar\/60 {
    border-right-color: hsl(var(--sidebar-background) / 0.6);
  }

  .\32xl\:border-r-sidebar\/65 {
    border-right-color: hsl(var(--sidebar-background) / 0.65);
  }

  .\32xl\:border-r-sidebar\/70 {
    border-right-color: hsl(var(--sidebar-background) / 0.7);
  }

  .\32xl\:border-r-sidebar\/75 {
    border-right-color: hsl(var(--sidebar-background) / 0.75);
  }

  .\32xl\:border-r-sidebar\/80 {
    border-right-color: hsl(var(--sidebar-background) / 0.8);
  }

  .\32xl\:border-r-sidebar\/85 {
    border-right-color: hsl(var(--sidebar-background) / 0.85);
  }

  .\32xl\:border-r-sidebar\/90 {
    border-right-color: hsl(var(--sidebar-background) / 0.9);
  }

  .\32xl\:border-r-sidebar\/95 {
    border-right-color: hsl(var(--sidebar-background) / 0.95);
  }

  .\32xl\:border-r-sky-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-100\/0 {
    border-right-color: rgb(224 242 254 / 0);
  }

  .\32xl\:border-r-sky-100\/10 {
    border-right-color: rgb(224 242 254 / 0.1);
  }

  .\32xl\:border-r-sky-100\/100 {
    border-right-color: rgb(224 242 254 / 1);
  }

  .\32xl\:border-r-sky-100\/15 {
    border-right-color: rgb(224 242 254 / 0.15);
  }

  .\32xl\:border-r-sky-100\/20 {
    border-right-color: rgb(224 242 254 / 0.2);
  }

  .\32xl\:border-r-sky-100\/25 {
    border-right-color: rgb(224 242 254 / 0.25);
  }

  .\32xl\:border-r-sky-100\/30 {
    border-right-color: rgb(224 242 254 / 0.3);
  }

  .\32xl\:border-r-sky-100\/35 {
    border-right-color: rgb(224 242 254 / 0.35);
  }

  .\32xl\:border-r-sky-100\/40 {
    border-right-color: rgb(224 242 254 / 0.4);
  }

  .\32xl\:border-r-sky-100\/45 {
    border-right-color: rgb(224 242 254 / 0.45);
  }

  .\32xl\:border-r-sky-100\/5 {
    border-right-color: rgb(224 242 254 / 0.05);
  }

  .\32xl\:border-r-sky-100\/50 {
    border-right-color: rgb(224 242 254 / 0.5);
  }

  .\32xl\:border-r-sky-100\/55 {
    border-right-color: rgb(224 242 254 / 0.55);
  }

  .\32xl\:border-r-sky-100\/60 {
    border-right-color: rgb(224 242 254 / 0.6);
  }

  .\32xl\:border-r-sky-100\/65 {
    border-right-color: rgb(224 242 254 / 0.65);
  }

  .\32xl\:border-r-sky-100\/70 {
    border-right-color: rgb(224 242 254 / 0.7);
  }

  .\32xl\:border-r-sky-100\/75 {
    border-right-color: rgb(224 242 254 / 0.75);
  }

  .\32xl\:border-r-sky-100\/80 {
    border-right-color: rgb(224 242 254 / 0.8);
  }

  .\32xl\:border-r-sky-100\/85 {
    border-right-color: rgb(224 242 254 / 0.85);
  }

  .\32xl\:border-r-sky-100\/90 {
    border-right-color: rgb(224 242 254 / 0.9);
  }

  .\32xl\:border-r-sky-100\/95 {
    border-right-color: rgb(224 242 254 / 0.95);
  }

  .\32xl\:border-r-sky-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-200\/0 {
    border-right-color: rgb(186 230 253 / 0);
  }

  .\32xl\:border-r-sky-200\/10 {
    border-right-color: rgb(186 230 253 / 0.1);
  }

  .\32xl\:border-r-sky-200\/100 {
    border-right-color: rgb(186 230 253 / 1);
  }

  .\32xl\:border-r-sky-200\/15 {
    border-right-color: rgb(186 230 253 / 0.15);
  }

  .\32xl\:border-r-sky-200\/20 {
    border-right-color: rgb(186 230 253 / 0.2);
  }

  .\32xl\:border-r-sky-200\/25 {
    border-right-color: rgb(186 230 253 / 0.25);
  }

  .\32xl\:border-r-sky-200\/30 {
    border-right-color: rgb(186 230 253 / 0.3);
  }

  .\32xl\:border-r-sky-200\/35 {
    border-right-color: rgb(186 230 253 / 0.35);
  }

  .\32xl\:border-r-sky-200\/40 {
    border-right-color: rgb(186 230 253 / 0.4);
  }

  .\32xl\:border-r-sky-200\/45 {
    border-right-color: rgb(186 230 253 / 0.45);
  }

  .\32xl\:border-r-sky-200\/5 {
    border-right-color: rgb(186 230 253 / 0.05);
  }

  .\32xl\:border-r-sky-200\/50 {
    border-right-color: rgb(186 230 253 / 0.5);
  }

  .\32xl\:border-r-sky-200\/55 {
    border-right-color: rgb(186 230 253 / 0.55);
  }

  .\32xl\:border-r-sky-200\/60 {
    border-right-color: rgb(186 230 253 / 0.6);
  }

  .\32xl\:border-r-sky-200\/65 {
    border-right-color: rgb(186 230 253 / 0.65);
  }

  .\32xl\:border-r-sky-200\/70 {
    border-right-color: rgb(186 230 253 / 0.7);
  }

  .\32xl\:border-r-sky-200\/75 {
    border-right-color: rgb(186 230 253 / 0.75);
  }

  .\32xl\:border-r-sky-200\/80 {
    border-right-color: rgb(186 230 253 / 0.8);
  }

  .\32xl\:border-r-sky-200\/85 {
    border-right-color: rgb(186 230 253 / 0.85);
  }

  .\32xl\:border-r-sky-200\/90 {
    border-right-color: rgb(186 230 253 / 0.9);
  }

  .\32xl\:border-r-sky-200\/95 {
    border-right-color: rgb(186 230 253 / 0.95);
  }

  .\32xl\:border-r-sky-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-300\/0 {
    border-right-color: rgb(125 211 252 / 0);
  }

  .\32xl\:border-r-sky-300\/10 {
    border-right-color: rgb(125 211 252 / 0.1);
  }

  .\32xl\:border-r-sky-300\/100 {
    border-right-color: rgb(125 211 252 / 1);
  }

  .\32xl\:border-r-sky-300\/15 {
    border-right-color: rgb(125 211 252 / 0.15);
  }

  .\32xl\:border-r-sky-300\/20 {
    border-right-color: rgb(125 211 252 / 0.2);
  }

  .\32xl\:border-r-sky-300\/25 {
    border-right-color: rgb(125 211 252 / 0.25);
  }

  .\32xl\:border-r-sky-300\/30 {
    border-right-color: rgb(125 211 252 / 0.3);
  }

  .\32xl\:border-r-sky-300\/35 {
    border-right-color: rgb(125 211 252 / 0.35);
  }

  .\32xl\:border-r-sky-300\/40 {
    border-right-color: rgb(125 211 252 / 0.4);
  }

  .\32xl\:border-r-sky-300\/45 {
    border-right-color: rgb(125 211 252 / 0.45);
  }

  .\32xl\:border-r-sky-300\/5 {
    border-right-color: rgb(125 211 252 / 0.05);
  }

  .\32xl\:border-r-sky-300\/50 {
    border-right-color: rgb(125 211 252 / 0.5);
  }

  .\32xl\:border-r-sky-300\/55 {
    border-right-color: rgb(125 211 252 / 0.55);
  }

  .\32xl\:border-r-sky-300\/60 {
    border-right-color: rgb(125 211 252 / 0.6);
  }

  .\32xl\:border-r-sky-300\/65 {
    border-right-color: rgb(125 211 252 / 0.65);
  }

  .\32xl\:border-r-sky-300\/70 {
    border-right-color: rgb(125 211 252 / 0.7);
  }

  .\32xl\:border-r-sky-300\/75 {
    border-right-color: rgb(125 211 252 / 0.75);
  }

  .\32xl\:border-r-sky-300\/80 {
    border-right-color: rgb(125 211 252 / 0.8);
  }

  .\32xl\:border-r-sky-300\/85 {
    border-right-color: rgb(125 211 252 / 0.85);
  }

  .\32xl\:border-r-sky-300\/90 {
    border-right-color: rgb(125 211 252 / 0.9);
  }

  .\32xl\:border-r-sky-300\/95 {
    border-right-color: rgb(125 211 252 / 0.95);
  }

  .\32xl\:border-r-sky-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-400\/0 {
    border-right-color: rgb(56 189 248 / 0);
  }

  .\32xl\:border-r-sky-400\/10 {
    border-right-color: rgb(56 189 248 / 0.1);
  }

  .\32xl\:border-r-sky-400\/100 {
    border-right-color: rgb(56 189 248 / 1);
  }

  .\32xl\:border-r-sky-400\/15 {
    border-right-color: rgb(56 189 248 / 0.15);
  }

  .\32xl\:border-r-sky-400\/20 {
    border-right-color: rgb(56 189 248 / 0.2);
  }

  .\32xl\:border-r-sky-400\/25 {
    border-right-color: rgb(56 189 248 / 0.25);
  }

  .\32xl\:border-r-sky-400\/30 {
    border-right-color: rgb(56 189 248 / 0.3);
  }

  .\32xl\:border-r-sky-400\/35 {
    border-right-color: rgb(56 189 248 / 0.35);
  }

  .\32xl\:border-r-sky-400\/40 {
    border-right-color: rgb(56 189 248 / 0.4);
  }

  .\32xl\:border-r-sky-400\/45 {
    border-right-color: rgb(56 189 248 / 0.45);
  }

  .\32xl\:border-r-sky-400\/5 {
    border-right-color: rgb(56 189 248 / 0.05);
  }

  .\32xl\:border-r-sky-400\/50 {
    border-right-color: rgb(56 189 248 / 0.5);
  }

  .\32xl\:border-r-sky-400\/55 {
    border-right-color: rgb(56 189 248 / 0.55);
  }

  .\32xl\:border-r-sky-400\/60 {
    border-right-color: rgb(56 189 248 / 0.6);
  }

  .\32xl\:border-r-sky-400\/65 {
    border-right-color: rgb(56 189 248 / 0.65);
  }

  .\32xl\:border-r-sky-400\/70 {
    border-right-color: rgb(56 189 248 / 0.7);
  }

  .\32xl\:border-r-sky-400\/75 {
    border-right-color: rgb(56 189 248 / 0.75);
  }

  .\32xl\:border-r-sky-400\/80 {
    border-right-color: rgb(56 189 248 / 0.8);
  }

  .\32xl\:border-r-sky-400\/85 {
    border-right-color: rgb(56 189 248 / 0.85);
  }

  .\32xl\:border-r-sky-400\/90 {
    border-right-color: rgb(56 189 248 / 0.9);
  }

  .\32xl\:border-r-sky-400\/95 {
    border-right-color: rgb(56 189 248 / 0.95);
  }

  .\32xl\:border-r-sky-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-50\/0 {
    border-right-color: rgb(240 249 255 / 0);
  }

  .\32xl\:border-r-sky-50\/10 {
    border-right-color: rgb(240 249 255 / 0.1);
  }

  .\32xl\:border-r-sky-50\/100 {
    border-right-color: rgb(240 249 255 / 1);
  }

  .\32xl\:border-r-sky-50\/15 {
    border-right-color: rgb(240 249 255 / 0.15);
  }

  .\32xl\:border-r-sky-50\/20 {
    border-right-color: rgb(240 249 255 / 0.2);
  }

  .\32xl\:border-r-sky-50\/25 {
    border-right-color: rgb(240 249 255 / 0.25);
  }

  .\32xl\:border-r-sky-50\/30 {
    border-right-color: rgb(240 249 255 / 0.3);
  }

  .\32xl\:border-r-sky-50\/35 {
    border-right-color: rgb(240 249 255 / 0.35);
  }

  .\32xl\:border-r-sky-50\/40 {
    border-right-color: rgb(240 249 255 / 0.4);
  }

  .\32xl\:border-r-sky-50\/45 {
    border-right-color: rgb(240 249 255 / 0.45);
  }

  .\32xl\:border-r-sky-50\/5 {
    border-right-color: rgb(240 249 255 / 0.05);
  }

  .\32xl\:border-r-sky-50\/50 {
    border-right-color: rgb(240 249 255 / 0.5);
  }

  .\32xl\:border-r-sky-50\/55 {
    border-right-color: rgb(240 249 255 / 0.55);
  }

  .\32xl\:border-r-sky-50\/60 {
    border-right-color: rgb(240 249 255 / 0.6);
  }

  .\32xl\:border-r-sky-50\/65 {
    border-right-color: rgb(240 249 255 / 0.65);
  }

  .\32xl\:border-r-sky-50\/70 {
    border-right-color: rgb(240 249 255 / 0.7);
  }

  .\32xl\:border-r-sky-50\/75 {
    border-right-color: rgb(240 249 255 / 0.75);
  }

  .\32xl\:border-r-sky-50\/80 {
    border-right-color: rgb(240 249 255 / 0.8);
  }

  .\32xl\:border-r-sky-50\/85 {
    border-right-color: rgb(240 249 255 / 0.85);
  }

  .\32xl\:border-r-sky-50\/90 {
    border-right-color: rgb(240 249 255 / 0.9);
  }

  .\32xl\:border-r-sky-50\/95 {
    border-right-color: rgb(240 249 255 / 0.95);
  }

  .\32xl\:border-r-sky-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-500\/0 {
    border-right-color: rgb(14 165 233 / 0);
  }

  .\32xl\:border-r-sky-500\/10 {
    border-right-color: rgb(14 165 233 / 0.1);
  }

  .\32xl\:border-r-sky-500\/100 {
    border-right-color: rgb(14 165 233 / 1);
  }

  .\32xl\:border-r-sky-500\/15 {
    border-right-color: rgb(14 165 233 / 0.15);
  }

  .\32xl\:border-r-sky-500\/20 {
    border-right-color: rgb(14 165 233 / 0.2);
  }

  .\32xl\:border-r-sky-500\/25 {
    border-right-color: rgb(14 165 233 / 0.25);
  }

  .\32xl\:border-r-sky-500\/30 {
    border-right-color: rgb(14 165 233 / 0.3);
  }

  .\32xl\:border-r-sky-500\/35 {
    border-right-color: rgb(14 165 233 / 0.35);
  }

  .\32xl\:border-r-sky-500\/40 {
    border-right-color: rgb(14 165 233 / 0.4);
  }

  .\32xl\:border-r-sky-500\/45 {
    border-right-color: rgb(14 165 233 / 0.45);
  }

  .\32xl\:border-r-sky-500\/5 {
    border-right-color: rgb(14 165 233 / 0.05);
  }

  .\32xl\:border-r-sky-500\/50 {
    border-right-color: rgb(14 165 233 / 0.5);
  }

  .\32xl\:border-r-sky-500\/55 {
    border-right-color: rgb(14 165 233 / 0.55);
  }

  .\32xl\:border-r-sky-500\/60 {
    border-right-color: rgb(14 165 233 / 0.6);
  }

  .\32xl\:border-r-sky-500\/65 {
    border-right-color: rgb(14 165 233 / 0.65);
  }

  .\32xl\:border-r-sky-500\/70 {
    border-right-color: rgb(14 165 233 / 0.7);
  }

  .\32xl\:border-r-sky-500\/75 {
    border-right-color: rgb(14 165 233 / 0.75);
  }

  .\32xl\:border-r-sky-500\/80 {
    border-right-color: rgb(14 165 233 / 0.8);
  }

  .\32xl\:border-r-sky-500\/85 {
    border-right-color: rgb(14 165 233 / 0.85);
  }

  .\32xl\:border-r-sky-500\/90 {
    border-right-color: rgb(14 165 233 / 0.9);
  }

  .\32xl\:border-r-sky-500\/95 {
    border-right-color: rgb(14 165 233 / 0.95);
  }

  .\32xl\:border-r-sky-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-600\/0 {
    border-right-color: rgb(2 132 199 / 0);
  }

  .\32xl\:border-r-sky-600\/10 {
    border-right-color: rgb(2 132 199 / 0.1);
  }

  .\32xl\:border-r-sky-600\/100 {
    border-right-color: rgb(2 132 199 / 1);
  }

  .\32xl\:border-r-sky-600\/15 {
    border-right-color: rgb(2 132 199 / 0.15);
  }

  .\32xl\:border-r-sky-600\/20 {
    border-right-color: rgb(2 132 199 / 0.2);
  }

  .\32xl\:border-r-sky-600\/25 {
    border-right-color: rgb(2 132 199 / 0.25);
  }

  .\32xl\:border-r-sky-600\/30 {
    border-right-color: rgb(2 132 199 / 0.3);
  }

  .\32xl\:border-r-sky-600\/35 {
    border-right-color: rgb(2 132 199 / 0.35);
  }

  .\32xl\:border-r-sky-600\/40 {
    border-right-color: rgb(2 132 199 / 0.4);
  }

  .\32xl\:border-r-sky-600\/45 {
    border-right-color: rgb(2 132 199 / 0.45);
  }

  .\32xl\:border-r-sky-600\/5 {
    border-right-color: rgb(2 132 199 / 0.05);
  }

  .\32xl\:border-r-sky-600\/50 {
    border-right-color: rgb(2 132 199 / 0.5);
  }

  .\32xl\:border-r-sky-600\/55 {
    border-right-color: rgb(2 132 199 / 0.55);
  }

  .\32xl\:border-r-sky-600\/60 {
    border-right-color: rgb(2 132 199 / 0.6);
  }

  .\32xl\:border-r-sky-600\/65 {
    border-right-color: rgb(2 132 199 / 0.65);
  }

  .\32xl\:border-r-sky-600\/70 {
    border-right-color: rgb(2 132 199 / 0.7);
  }

  .\32xl\:border-r-sky-600\/75 {
    border-right-color: rgb(2 132 199 / 0.75);
  }

  .\32xl\:border-r-sky-600\/80 {
    border-right-color: rgb(2 132 199 / 0.8);
  }

  .\32xl\:border-r-sky-600\/85 {
    border-right-color: rgb(2 132 199 / 0.85);
  }

  .\32xl\:border-r-sky-600\/90 {
    border-right-color: rgb(2 132 199 / 0.9);
  }

  .\32xl\:border-r-sky-600\/95 {
    border-right-color: rgb(2 132 199 / 0.95);
  }

  .\32xl\:border-r-sky-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-700\/0 {
    border-right-color: rgb(3 105 161 / 0);
  }

  .\32xl\:border-r-sky-700\/10 {
    border-right-color: rgb(3 105 161 / 0.1);
  }

  .\32xl\:border-r-sky-700\/100 {
    border-right-color: rgb(3 105 161 / 1);
  }

  .\32xl\:border-r-sky-700\/15 {
    border-right-color: rgb(3 105 161 / 0.15);
  }

  .\32xl\:border-r-sky-700\/20 {
    border-right-color: rgb(3 105 161 / 0.2);
  }

  .\32xl\:border-r-sky-700\/25 {
    border-right-color: rgb(3 105 161 / 0.25);
  }

  .\32xl\:border-r-sky-700\/30 {
    border-right-color: rgb(3 105 161 / 0.3);
  }

  .\32xl\:border-r-sky-700\/35 {
    border-right-color: rgb(3 105 161 / 0.35);
  }

  .\32xl\:border-r-sky-700\/40 {
    border-right-color: rgb(3 105 161 / 0.4);
  }

  .\32xl\:border-r-sky-700\/45 {
    border-right-color: rgb(3 105 161 / 0.45);
  }

  .\32xl\:border-r-sky-700\/5 {
    border-right-color: rgb(3 105 161 / 0.05);
  }

  .\32xl\:border-r-sky-700\/50 {
    border-right-color: rgb(3 105 161 / 0.5);
  }

  .\32xl\:border-r-sky-700\/55 {
    border-right-color: rgb(3 105 161 / 0.55);
  }

  .\32xl\:border-r-sky-700\/60 {
    border-right-color: rgb(3 105 161 / 0.6);
  }

  .\32xl\:border-r-sky-700\/65 {
    border-right-color: rgb(3 105 161 / 0.65);
  }

  .\32xl\:border-r-sky-700\/70 {
    border-right-color: rgb(3 105 161 / 0.7);
  }

  .\32xl\:border-r-sky-700\/75 {
    border-right-color: rgb(3 105 161 / 0.75);
  }

  .\32xl\:border-r-sky-700\/80 {
    border-right-color: rgb(3 105 161 / 0.8);
  }

  .\32xl\:border-r-sky-700\/85 {
    border-right-color: rgb(3 105 161 / 0.85);
  }

  .\32xl\:border-r-sky-700\/90 {
    border-right-color: rgb(3 105 161 / 0.9);
  }

  .\32xl\:border-r-sky-700\/95 {
    border-right-color: rgb(3 105 161 / 0.95);
  }

  .\32xl\:border-r-sky-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-800\/0 {
    border-right-color: rgb(7 89 133 / 0);
  }

  .\32xl\:border-r-sky-800\/10 {
    border-right-color: rgb(7 89 133 / 0.1);
  }

  .\32xl\:border-r-sky-800\/100 {
    border-right-color: rgb(7 89 133 / 1);
  }

  .\32xl\:border-r-sky-800\/15 {
    border-right-color: rgb(7 89 133 / 0.15);
  }

  .\32xl\:border-r-sky-800\/20 {
    border-right-color: rgb(7 89 133 / 0.2);
  }

  .\32xl\:border-r-sky-800\/25 {
    border-right-color: rgb(7 89 133 / 0.25);
  }

  .\32xl\:border-r-sky-800\/30 {
    border-right-color: rgb(7 89 133 / 0.3);
  }

  .\32xl\:border-r-sky-800\/35 {
    border-right-color: rgb(7 89 133 / 0.35);
  }

  .\32xl\:border-r-sky-800\/40 {
    border-right-color: rgb(7 89 133 / 0.4);
  }

  .\32xl\:border-r-sky-800\/45 {
    border-right-color: rgb(7 89 133 / 0.45);
  }

  .\32xl\:border-r-sky-800\/5 {
    border-right-color: rgb(7 89 133 / 0.05);
  }

  .\32xl\:border-r-sky-800\/50 {
    border-right-color: rgb(7 89 133 / 0.5);
  }

  .\32xl\:border-r-sky-800\/55 {
    border-right-color: rgb(7 89 133 / 0.55);
  }

  .\32xl\:border-r-sky-800\/60 {
    border-right-color: rgb(7 89 133 / 0.6);
  }

  .\32xl\:border-r-sky-800\/65 {
    border-right-color: rgb(7 89 133 / 0.65);
  }

  .\32xl\:border-r-sky-800\/70 {
    border-right-color: rgb(7 89 133 / 0.7);
  }

  .\32xl\:border-r-sky-800\/75 {
    border-right-color: rgb(7 89 133 / 0.75);
  }

  .\32xl\:border-r-sky-800\/80 {
    border-right-color: rgb(7 89 133 / 0.8);
  }

  .\32xl\:border-r-sky-800\/85 {
    border-right-color: rgb(7 89 133 / 0.85);
  }

  .\32xl\:border-r-sky-800\/90 {
    border-right-color: rgb(7 89 133 / 0.9);
  }

  .\32xl\:border-r-sky-800\/95 {
    border-right-color: rgb(7 89 133 / 0.95);
  }

  .\32xl\:border-r-sky-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-900\/0 {
    border-right-color: rgb(12 74 110 / 0);
  }

  .\32xl\:border-r-sky-900\/10 {
    border-right-color: rgb(12 74 110 / 0.1);
  }

  .\32xl\:border-r-sky-900\/100 {
    border-right-color: rgb(12 74 110 / 1);
  }

  .\32xl\:border-r-sky-900\/15 {
    border-right-color: rgb(12 74 110 / 0.15);
  }

  .\32xl\:border-r-sky-900\/20 {
    border-right-color: rgb(12 74 110 / 0.2);
  }

  .\32xl\:border-r-sky-900\/25 {
    border-right-color: rgb(12 74 110 / 0.25);
  }

  .\32xl\:border-r-sky-900\/30 {
    border-right-color: rgb(12 74 110 / 0.3);
  }

  .\32xl\:border-r-sky-900\/35 {
    border-right-color: rgb(12 74 110 / 0.35);
  }

  .\32xl\:border-r-sky-900\/40 {
    border-right-color: rgb(12 74 110 / 0.4);
  }

  .\32xl\:border-r-sky-900\/45 {
    border-right-color: rgb(12 74 110 / 0.45);
  }

  .\32xl\:border-r-sky-900\/5 {
    border-right-color: rgb(12 74 110 / 0.05);
  }

  .\32xl\:border-r-sky-900\/50 {
    border-right-color: rgb(12 74 110 / 0.5);
  }

  .\32xl\:border-r-sky-900\/55 {
    border-right-color: rgb(12 74 110 / 0.55);
  }

  .\32xl\:border-r-sky-900\/60 {
    border-right-color: rgb(12 74 110 / 0.6);
  }

  .\32xl\:border-r-sky-900\/65 {
    border-right-color: rgb(12 74 110 / 0.65);
  }

  .\32xl\:border-r-sky-900\/70 {
    border-right-color: rgb(12 74 110 / 0.7);
  }

  .\32xl\:border-r-sky-900\/75 {
    border-right-color: rgb(12 74 110 / 0.75);
  }

  .\32xl\:border-r-sky-900\/80 {
    border-right-color: rgb(12 74 110 / 0.8);
  }

  .\32xl\:border-r-sky-900\/85 {
    border-right-color: rgb(12 74 110 / 0.85);
  }

  .\32xl\:border-r-sky-900\/90 {
    border-right-color: rgb(12 74 110 / 0.9);
  }

  .\32xl\:border-r-sky-900\/95 {
    border-right-color: rgb(12 74 110 / 0.95);
  }

  .\32xl\:border-r-sky-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-sky-950\/0 {
    border-right-color: rgb(8 47 73 / 0);
  }

  .\32xl\:border-r-sky-950\/10 {
    border-right-color: rgb(8 47 73 / 0.1);
  }

  .\32xl\:border-r-sky-950\/100 {
    border-right-color: rgb(8 47 73 / 1);
  }

  .\32xl\:border-r-sky-950\/15 {
    border-right-color: rgb(8 47 73 / 0.15);
  }

  .\32xl\:border-r-sky-950\/20 {
    border-right-color: rgb(8 47 73 / 0.2);
  }

  .\32xl\:border-r-sky-950\/25 {
    border-right-color: rgb(8 47 73 / 0.25);
  }

  .\32xl\:border-r-sky-950\/30 {
    border-right-color: rgb(8 47 73 / 0.3);
  }

  .\32xl\:border-r-sky-950\/35 {
    border-right-color: rgb(8 47 73 / 0.35);
  }

  .\32xl\:border-r-sky-950\/40 {
    border-right-color: rgb(8 47 73 / 0.4);
  }

  .\32xl\:border-r-sky-950\/45 {
    border-right-color: rgb(8 47 73 / 0.45);
  }

  .\32xl\:border-r-sky-950\/5 {
    border-right-color: rgb(8 47 73 / 0.05);
  }

  .\32xl\:border-r-sky-950\/50 {
    border-right-color: rgb(8 47 73 / 0.5);
  }

  .\32xl\:border-r-sky-950\/55 {
    border-right-color: rgb(8 47 73 / 0.55);
  }

  .\32xl\:border-r-sky-950\/60 {
    border-right-color: rgb(8 47 73 / 0.6);
  }

  .\32xl\:border-r-sky-950\/65 {
    border-right-color: rgb(8 47 73 / 0.65);
  }

  .\32xl\:border-r-sky-950\/70 {
    border-right-color: rgb(8 47 73 / 0.7);
  }

  .\32xl\:border-r-sky-950\/75 {
    border-right-color: rgb(8 47 73 / 0.75);
  }

  .\32xl\:border-r-sky-950\/80 {
    border-right-color: rgb(8 47 73 / 0.8);
  }

  .\32xl\:border-r-sky-950\/85 {
    border-right-color: rgb(8 47 73 / 0.85);
  }

  .\32xl\:border-r-sky-950\/90 {
    border-right-color: rgb(8 47 73 / 0.9);
  }

  .\32xl\:border-r-sky-950\/95 {
    border-right-color: rgb(8 47 73 / 0.95);
  }

  .\32xl\:border-r-slate-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-100\/0 {
    border-right-color: rgb(241 245 249 / 0);
  }

  .\32xl\:border-r-slate-100\/10 {
    border-right-color: rgb(241 245 249 / 0.1);
  }

  .\32xl\:border-r-slate-100\/100 {
    border-right-color: rgb(241 245 249 / 1);
  }

  .\32xl\:border-r-slate-100\/15 {
    border-right-color: rgb(241 245 249 / 0.15);
  }

  .\32xl\:border-r-slate-100\/20 {
    border-right-color: rgb(241 245 249 / 0.2);
  }

  .\32xl\:border-r-slate-100\/25 {
    border-right-color: rgb(241 245 249 / 0.25);
  }

  .\32xl\:border-r-slate-100\/30 {
    border-right-color: rgb(241 245 249 / 0.3);
  }

  .\32xl\:border-r-slate-100\/35 {
    border-right-color: rgb(241 245 249 / 0.35);
  }

  .\32xl\:border-r-slate-100\/40 {
    border-right-color: rgb(241 245 249 / 0.4);
  }

  .\32xl\:border-r-slate-100\/45 {
    border-right-color: rgb(241 245 249 / 0.45);
  }

  .\32xl\:border-r-slate-100\/5 {
    border-right-color: rgb(241 245 249 / 0.05);
  }

  .\32xl\:border-r-slate-100\/50 {
    border-right-color: rgb(241 245 249 / 0.5);
  }

  .\32xl\:border-r-slate-100\/55 {
    border-right-color: rgb(241 245 249 / 0.55);
  }

  .\32xl\:border-r-slate-100\/60 {
    border-right-color: rgb(241 245 249 / 0.6);
  }

  .\32xl\:border-r-slate-100\/65 {
    border-right-color: rgb(241 245 249 / 0.65);
  }

  .\32xl\:border-r-slate-100\/70 {
    border-right-color: rgb(241 245 249 / 0.7);
  }

  .\32xl\:border-r-slate-100\/75 {
    border-right-color: rgb(241 245 249 / 0.75);
  }

  .\32xl\:border-r-slate-100\/80 {
    border-right-color: rgb(241 245 249 / 0.8);
  }

  .\32xl\:border-r-slate-100\/85 {
    border-right-color: rgb(241 245 249 / 0.85);
  }

  .\32xl\:border-r-slate-100\/90 {
    border-right-color: rgb(241 245 249 / 0.9);
  }

  .\32xl\:border-r-slate-100\/95 {
    border-right-color: rgb(241 245 249 / 0.95);
  }

  .\32xl\:border-r-slate-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-200\/0 {
    border-right-color: rgb(226 232 240 / 0);
  }

  .\32xl\:border-r-slate-200\/10 {
    border-right-color: rgb(226 232 240 / 0.1);
  }

  .\32xl\:border-r-slate-200\/100 {
    border-right-color: rgb(226 232 240 / 1);
  }

  .\32xl\:border-r-slate-200\/15 {
    border-right-color: rgb(226 232 240 / 0.15);
  }

  .\32xl\:border-r-slate-200\/20 {
    border-right-color: rgb(226 232 240 / 0.2);
  }

  .\32xl\:border-r-slate-200\/25 {
    border-right-color: rgb(226 232 240 / 0.25);
  }

  .\32xl\:border-r-slate-200\/30 {
    border-right-color: rgb(226 232 240 / 0.3);
  }

  .\32xl\:border-r-slate-200\/35 {
    border-right-color: rgb(226 232 240 / 0.35);
  }

  .\32xl\:border-r-slate-200\/40 {
    border-right-color: rgb(226 232 240 / 0.4);
  }

  .\32xl\:border-r-slate-200\/45 {
    border-right-color: rgb(226 232 240 / 0.45);
  }

  .\32xl\:border-r-slate-200\/5 {
    border-right-color: rgb(226 232 240 / 0.05);
  }

  .\32xl\:border-r-slate-200\/50 {
    border-right-color: rgb(226 232 240 / 0.5);
  }

  .\32xl\:border-r-slate-200\/55 {
    border-right-color: rgb(226 232 240 / 0.55);
  }

  .\32xl\:border-r-slate-200\/60 {
    border-right-color: rgb(226 232 240 / 0.6);
  }

  .\32xl\:border-r-slate-200\/65 {
    border-right-color: rgb(226 232 240 / 0.65);
  }

  .\32xl\:border-r-slate-200\/70 {
    border-right-color: rgb(226 232 240 / 0.7);
  }

  .\32xl\:border-r-slate-200\/75 {
    border-right-color: rgb(226 232 240 / 0.75);
  }

  .\32xl\:border-r-slate-200\/80 {
    border-right-color: rgb(226 232 240 / 0.8);
  }

  .\32xl\:border-r-slate-200\/85 {
    border-right-color: rgb(226 232 240 / 0.85);
  }

  .\32xl\:border-r-slate-200\/90 {
    border-right-color: rgb(226 232 240 / 0.9);
  }

  .\32xl\:border-r-slate-200\/95 {
    border-right-color: rgb(226 232 240 / 0.95);
  }

  .\32xl\:border-r-slate-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-300\/0 {
    border-right-color: rgb(203 213 225 / 0);
  }

  .\32xl\:border-r-slate-300\/10 {
    border-right-color: rgb(203 213 225 / 0.1);
  }

  .\32xl\:border-r-slate-300\/100 {
    border-right-color: rgb(203 213 225 / 1);
  }

  .\32xl\:border-r-slate-300\/15 {
    border-right-color: rgb(203 213 225 / 0.15);
  }

  .\32xl\:border-r-slate-300\/20 {
    border-right-color: rgb(203 213 225 / 0.2);
  }

  .\32xl\:border-r-slate-300\/25 {
    border-right-color: rgb(203 213 225 / 0.25);
  }

  .\32xl\:border-r-slate-300\/30 {
    border-right-color: rgb(203 213 225 / 0.3);
  }

  .\32xl\:border-r-slate-300\/35 {
    border-right-color: rgb(203 213 225 / 0.35);
  }

  .\32xl\:border-r-slate-300\/40 {
    border-right-color: rgb(203 213 225 / 0.4);
  }

  .\32xl\:border-r-slate-300\/45 {
    border-right-color: rgb(203 213 225 / 0.45);
  }

  .\32xl\:border-r-slate-300\/5 {
    border-right-color: rgb(203 213 225 / 0.05);
  }

  .\32xl\:border-r-slate-300\/50 {
    border-right-color: rgb(203 213 225 / 0.5);
  }

  .\32xl\:border-r-slate-300\/55 {
    border-right-color: rgb(203 213 225 / 0.55);
  }

  .\32xl\:border-r-slate-300\/60 {
    border-right-color: rgb(203 213 225 / 0.6);
  }

  .\32xl\:border-r-slate-300\/65 {
    border-right-color: rgb(203 213 225 / 0.65);
  }

  .\32xl\:border-r-slate-300\/70 {
    border-right-color: rgb(203 213 225 / 0.7);
  }

  .\32xl\:border-r-slate-300\/75 {
    border-right-color: rgb(203 213 225 / 0.75);
  }

  .\32xl\:border-r-slate-300\/80 {
    border-right-color: rgb(203 213 225 / 0.8);
  }

  .\32xl\:border-r-slate-300\/85 {
    border-right-color: rgb(203 213 225 / 0.85);
  }

  .\32xl\:border-r-slate-300\/90 {
    border-right-color: rgb(203 213 225 / 0.9);
  }

  .\32xl\:border-r-slate-300\/95 {
    border-right-color: rgb(203 213 225 / 0.95);
  }

  .\32xl\:border-r-slate-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-400\/0 {
    border-right-color: rgb(148 163 184 / 0);
  }

  .\32xl\:border-r-slate-400\/10 {
    border-right-color: rgb(148 163 184 / 0.1);
  }

  .\32xl\:border-r-slate-400\/100 {
    border-right-color: rgb(148 163 184 / 1);
  }

  .\32xl\:border-r-slate-400\/15 {
    border-right-color: rgb(148 163 184 / 0.15);
  }

  .\32xl\:border-r-slate-400\/20 {
    border-right-color: rgb(148 163 184 / 0.2);
  }

  .\32xl\:border-r-slate-400\/25 {
    border-right-color: rgb(148 163 184 / 0.25);
  }

  .\32xl\:border-r-slate-400\/30 {
    border-right-color: rgb(148 163 184 / 0.3);
  }

  .\32xl\:border-r-slate-400\/35 {
    border-right-color: rgb(148 163 184 / 0.35);
  }

  .\32xl\:border-r-slate-400\/40 {
    border-right-color: rgb(148 163 184 / 0.4);
  }

  .\32xl\:border-r-slate-400\/45 {
    border-right-color: rgb(148 163 184 / 0.45);
  }

  .\32xl\:border-r-slate-400\/5 {
    border-right-color: rgb(148 163 184 / 0.05);
  }

  .\32xl\:border-r-slate-400\/50 {
    border-right-color: rgb(148 163 184 / 0.5);
  }

  .\32xl\:border-r-slate-400\/55 {
    border-right-color: rgb(148 163 184 / 0.55);
  }

  .\32xl\:border-r-slate-400\/60 {
    border-right-color: rgb(148 163 184 / 0.6);
  }

  .\32xl\:border-r-slate-400\/65 {
    border-right-color: rgb(148 163 184 / 0.65);
  }

  .\32xl\:border-r-slate-400\/70 {
    border-right-color: rgb(148 163 184 / 0.7);
  }

  .\32xl\:border-r-slate-400\/75 {
    border-right-color: rgb(148 163 184 / 0.75);
  }

  .\32xl\:border-r-slate-400\/80 {
    border-right-color: rgb(148 163 184 / 0.8);
  }

  .\32xl\:border-r-slate-400\/85 {
    border-right-color: rgb(148 163 184 / 0.85);
  }

  .\32xl\:border-r-slate-400\/90 {
    border-right-color: rgb(148 163 184 / 0.9);
  }

  .\32xl\:border-r-slate-400\/95 {
    border-right-color: rgb(148 163 184 / 0.95);
  }

  .\32xl\:border-r-slate-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-50\/0 {
    border-right-color: rgb(248 250 252 / 0);
  }

  .\32xl\:border-r-slate-50\/10 {
    border-right-color: rgb(248 250 252 / 0.1);
  }

  .\32xl\:border-r-slate-50\/100 {
    border-right-color: rgb(248 250 252 / 1);
  }

  .\32xl\:border-r-slate-50\/15 {
    border-right-color: rgb(248 250 252 / 0.15);
  }

  .\32xl\:border-r-slate-50\/20 {
    border-right-color: rgb(248 250 252 / 0.2);
  }

  .\32xl\:border-r-slate-50\/25 {
    border-right-color: rgb(248 250 252 / 0.25);
  }

  .\32xl\:border-r-slate-50\/30 {
    border-right-color: rgb(248 250 252 / 0.3);
  }

  .\32xl\:border-r-slate-50\/35 {
    border-right-color: rgb(248 250 252 / 0.35);
  }

  .\32xl\:border-r-slate-50\/40 {
    border-right-color: rgb(248 250 252 / 0.4);
  }

  .\32xl\:border-r-slate-50\/45 {
    border-right-color: rgb(248 250 252 / 0.45);
  }

  .\32xl\:border-r-slate-50\/5 {
    border-right-color: rgb(248 250 252 / 0.05);
  }

  .\32xl\:border-r-slate-50\/50 {
    border-right-color: rgb(248 250 252 / 0.5);
  }

  .\32xl\:border-r-slate-50\/55 {
    border-right-color: rgb(248 250 252 / 0.55);
  }

  .\32xl\:border-r-slate-50\/60 {
    border-right-color: rgb(248 250 252 / 0.6);
  }

  .\32xl\:border-r-slate-50\/65 {
    border-right-color: rgb(248 250 252 / 0.65);
  }

  .\32xl\:border-r-slate-50\/70 {
    border-right-color: rgb(248 250 252 / 0.7);
  }

  .\32xl\:border-r-slate-50\/75 {
    border-right-color: rgb(248 250 252 / 0.75);
  }

  .\32xl\:border-r-slate-50\/80 {
    border-right-color: rgb(248 250 252 / 0.8);
  }

  .\32xl\:border-r-slate-50\/85 {
    border-right-color: rgb(248 250 252 / 0.85);
  }

  .\32xl\:border-r-slate-50\/90 {
    border-right-color: rgb(248 250 252 / 0.9);
  }

  .\32xl\:border-r-slate-50\/95 {
    border-right-color: rgb(248 250 252 / 0.95);
  }

  .\32xl\:border-r-slate-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-500\/0 {
    border-right-color: rgb(100 116 139 / 0);
  }

  .\32xl\:border-r-slate-500\/10 {
    border-right-color: rgb(100 116 139 / 0.1);
  }

  .\32xl\:border-r-slate-500\/100 {
    border-right-color: rgb(100 116 139 / 1);
  }

  .\32xl\:border-r-slate-500\/15 {
    border-right-color: rgb(100 116 139 / 0.15);
  }

  .\32xl\:border-r-slate-500\/20 {
    border-right-color: rgb(100 116 139 / 0.2);
  }

  .\32xl\:border-r-slate-500\/25 {
    border-right-color: rgb(100 116 139 / 0.25);
  }

  .\32xl\:border-r-slate-500\/30 {
    border-right-color: rgb(100 116 139 / 0.3);
  }

  .\32xl\:border-r-slate-500\/35 {
    border-right-color: rgb(100 116 139 / 0.35);
  }

  .\32xl\:border-r-slate-500\/40 {
    border-right-color: rgb(100 116 139 / 0.4);
  }

  .\32xl\:border-r-slate-500\/45 {
    border-right-color: rgb(100 116 139 / 0.45);
  }

  .\32xl\:border-r-slate-500\/5 {
    border-right-color: rgb(100 116 139 / 0.05);
  }

  .\32xl\:border-r-slate-500\/50 {
    border-right-color: rgb(100 116 139 / 0.5);
  }

  .\32xl\:border-r-slate-500\/55 {
    border-right-color: rgb(100 116 139 / 0.55);
  }

  .\32xl\:border-r-slate-500\/60 {
    border-right-color: rgb(100 116 139 / 0.6);
  }

  .\32xl\:border-r-slate-500\/65 {
    border-right-color: rgb(100 116 139 / 0.65);
  }

  .\32xl\:border-r-slate-500\/70 {
    border-right-color: rgb(100 116 139 / 0.7);
  }

  .\32xl\:border-r-slate-500\/75 {
    border-right-color: rgb(100 116 139 / 0.75);
  }

  .\32xl\:border-r-slate-500\/80 {
    border-right-color: rgb(100 116 139 / 0.8);
  }

  .\32xl\:border-r-slate-500\/85 {
    border-right-color: rgb(100 116 139 / 0.85);
  }

  .\32xl\:border-r-slate-500\/90 {
    border-right-color: rgb(100 116 139 / 0.9);
  }

  .\32xl\:border-r-slate-500\/95 {
    border-right-color: rgb(100 116 139 / 0.95);
  }

  .\32xl\:border-r-slate-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-600\/0 {
    border-right-color: rgb(71 85 105 / 0);
  }

  .\32xl\:border-r-slate-600\/10 {
    border-right-color: rgb(71 85 105 / 0.1);
  }

  .\32xl\:border-r-slate-600\/100 {
    border-right-color: rgb(71 85 105 / 1);
  }

  .\32xl\:border-r-slate-600\/15 {
    border-right-color: rgb(71 85 105 / 0.15);
  }

  .\32xl\:border-r-slate-600\/20 {
    border-right-color: rgb(71 85 105 / 0.2);
  }

  .\32xl\:border-r-slate-600\/25 {
    border-right-color: rgb(71 85 105 / 0.25);
  }

  .\32xl\:border-r-slate-600\/30 {
    border-right-color: rgb(71 85 105 / 0.3);
  }

  .\32xl\:border-r-slate-600\/35 {
    border-right-color: rgb(71 85 105 / 0.35);
  }

  .\32xl\:border-r-slate-600\/40 {
    border-right-color: rgb(71 85 105 / 0.4);
  }

  .\32xl\:border-r-slate-600\/45 {
    border-right-color: rgb(71 85 105 / 0.45);
  }

  .\32xl\:border-r-slate-600\/5 {
    border-right-color: rgb(71 85 105 / 0.05);
  }

  .\32xl\:border-r-slate-600\/50 {
    border-right-color: rgb(71 85 105 / 0.5);
  }

  .\32xl\:border-r-slate-600\/55 {
    border-right-color: rgb(71 85 105 / 0.55);
  }

  .\32xl\:border-r-slate-600\/60 {
    border-right-color: rgb(71 85 105 / 0.6);
  }

  .\32xl\:border-r-slate-600\/65 {
    border-right-color: rgb(71 85 105 / 0.65);
  }

  .\32xl\:border-r-slate-600\/70 {
    border-right-color: rgb(71 85 105 / 0.7);
  }

  .\32xl\:border-r-slate-600\/75 {
    border-right-color: rgb(71 85 105 / 0.75);
  }

  .\32xl\:border-r-slate-600\/80 {
    border-right-color: rgb(71 85 105 / 0.8);
  }

  .\32xl\:border-r-slate-600\/85 {
    border-right-color: rgb(71 85 105 / 0.85);
  }

  .\32xl\:border-r-slate-600\/90 {
    border-right-color: rgb(71 85 105 / 0.9);
  }

  .\32xl\:border-r-slate-600\/95 {
    border-right-color: rgb(71 85 105 / 0.95);
  }

  .\32xl\:border-r-slate-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-700\/0 {
    border-right-color: rgb(51 65 85 / 0);
  }

  .\32xl\:border-r-slate-700\/10 {
    border-right-color: rgb(51 65 85 / 0.1);
  }

  .\32xl\:border-r-slate-700\/100 {
    border-right-color: rgb(51 65 85 / 1);
  }

  .\32xl\:border-r-slate-700\/15 {
    border-right-color: rgb(51 65 85 / 0.15);
  }

  .\32xl\:border-r-slate-700\/20 {
    border-right-color: rgb(51 65 85 / 0.2);
  }

  .\32xl\:border-r-slate-700\/25 {
    border-right-color: rgb(51 65 85 / 0.25);
  }

  .\32xl\:border-r-slate-700\/30 {
    border-right-color: rgb(51 65 85 / 0.3);
  }

  .\32xl\:border-r-slate-700\/35 {
    border-right-color: rgb(51 65 85 / 0.35);
  }

  .\32xl\:border-r-slate-700\/40 {
    border-right-color: rgb(51 65 85 / 0.4);
  }

  .\32xl\:border-r-slate-700\/45 {
    border-right-color: rgb(51 65 85 / 0.45);
  }

  .\32xl\:border-r-slate-700\/5 {
    border-right-color: rgb(51 65 85 / 0.05);
  }

  .\32xl\:border-r-slate-700\/50 {
    border-right-color: rgb(51 65 85 / 0.5);
  }

  .\32xl\:border-r-slate-700\/55 {
    border-right-color: rgb(51 65 85 / 0.55);
  }

  .\32xl\:border-r-slate-700\/60 {
    border-right-color: rgb(51 65 85 / 0.6);
  }

  .\32xl\:border-r-slate-700\/65 {
    border-right-color: rgb(51 65 85 / 0.65);
  }

  .\32xl\:border-r-slate-700\/70 {
    border-right-color: rgb(51 65 85 / 0.7);
  }

  .\32xl\:border-r-slate-700\/75 {
    border-right-color: rgb(51 65 85 / 0.75);
  }

  .\32xl\:border-r-slate-700\/80 {
    border-right-color: rgb(51 65 85 / 0.8);
  }

  .\32xl\:border-r-slate-700\/85 {
    border-right-color: rgb(51 65 85 / 0.85);
  }

  .\32xl\:border-r-slate-700\/90 {
    border-right-color: rgb(51 65 85 / 0.9);
  }

  .\32xl\:border-r-slate-700\/95 {
    border-right-color: rgb(51 65 85 / 0.95);
  }

  .\32xl\:border-r-slate-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-800\/0 {
    border-right-color: rgb(30 41 59 / 0);
  }

  .\32xl\:border-r-slate-800\/10 {
    border-right-color: rgb(30 41 59 / 0.1);
  }

  .\32xl\:border-r-slate-800\/100 {
    border-right-color: rgb(30 41 59 / 1);
  }

  .\32xl\:border-r-slate-800\/15 {
    border-right-color: rgb(30 41 59 / 0.15);
  }

  .\32xl\:border-r-slate-800\/20 {
    border-right-color: rgb(30 41 59 / 0.2);
  }

  .\32xl\:border-r-slate-800\/25 {
    border-right-color: rgb(30 41 59 / 0.25);
  }

  .\32xl\:border-r-slate-800\/30 {
    border-right-color: rgb(30 41 59 / 0.3);
  }

  .\32xl\:border-r-slate-800\/35 {
    border-right-color: rgb(30 41 59 / 0.35);
  }

  .\32xl\:border-r-slate-800\/40 {
    border-right-color: rgb(30 41 59 / 0.4);
  }

  .\32xl\:border-r-slate-800\/45 {
    border-right-color: rgb(30 41 59 / 0.45);
  }

  .\32xl\:border-r-slate-800\/5 {
    border-right-color: rgb(30 41 59 / 0.05);
  }

  .\32xl\:border-r-slate-800\/50 {
    border-right-color: rgb(30 41 59 / 0.5);
  }

  .\32xl\:border-r-slate-800\/55 {
    border-right-color: rgb(30 41 59 / 0.55);
  }

  .\32xl\:border-r-slate-800\/60 {
    border-right-color: rgb(30 41 59 / 0.6);
  }

  .\32xl\:border-r-slate-800\/65 {
    border-right-color: rgb(30 41 59 / 0.65);
  }

  .\32xl\:border-r-slate-800\/70 {
    border-right-color: rgb(30 41 59 / 0.7);
  }

  .\32xl\:border-r-slate-800\/75 {
    border-right-color: rgb(30 41 59 / 0.75);
  }

  .\32xl\:border-r-slate-800\/80 {
    border-right-color: rgb(30 41 59 / 0.8);
  }

  .\32xl\:border-r-slate-800\/85 {
    border-right-color: rgb(30 41 59 / 0.85);
  }

  .\32xl\:border-r-slate-800\/90 {
    border-right-color: rgb(30 41 59 / 0.9);
  }

  .\32xl\:border-r-slate-800\/95 {
    border-right-color: rgb(30 41 59 / 0.95);
  }

  .\32xl\:border-r-slate-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-900\/0 {
    border-right-color: rgb(15 23 42 / 0);
  }

  .\32xl\:border-r-slate-900\/10 {
    border-right-color: rgb(15 23 42 / 0.1);
  }

  .\32xl\:border-r-slate-900\/100 {
    border-right-color: rgb(15 23 42 / 1);
  }

  .\32xl\:border-r-slate-900\/15 {
    border-right-color: rgb(15 23 42 / 0.15);
  }

  .\32xl\:border-r-slate-900\/20 {
    border-right-color: rgb(15 23 42 / 0.2);
  }

  .\32xl\:border-r-slate-900\/25 {
    border-right-color: rgb(15 23 42 / 0.25);
  }

  .\32xl\:border-r-slate-900\/30 {
    border-right-color: rgb(15 23 42 / 0.3);
  }

  .\32xl\:border-r-slate-900\/35 {
    border-right-color: rgb(15 23 42 / 0.35);
  }

  .\32xl\:border-r-slate-900\/40 {
    border-right-color: rgb(15 23 42 / 0.4);
  }

  .\32xl\:border-r-slate-900\/45 {
    border-right-color: rgb(15 23 42 / 0.45);
  }

  .\32xl\:border-r-slate-900\/5 {
    border-right-color: rgb(15 23 42 / 0.05);
  }

  .\32xl\:border-r-slate-900\/50 {
    border-right-color: rgb(15 23 42 / 0.5);
  }

  .\32xl\:border-r-slate-900\/55 {
    border-right-color: rgb(15 23 42 / 0.55);
  }

  .\32xl\:border-r-slate-900\/60 {
    border-right-color: rgb(15 23 42 / 0.6);
  }

  .\32xl\:border-r-slate-900\/65 {
    border-right-color: rgb(15 23 42 / 0.65);
  }

  .\32xl\:border-r-slate-900\/70 {
    border-right-color: rgb(15 23 42 / 0.7);
  }

  .\32xl\:border-r-slate-900\/75 {
    border-right-color: rgb(15 23 42 / 0.75);
  }

  .\32xl\:border-r-slate-900\/80 {
    border-right-color: rgb(15 23 42 / 0.8);
  }

  .\32xl\:border-r-slate-900\/85 {
    border-right-color: rgb(15 23 42 / 0.85);
  }

  .\32xl\:border-r-slate-900\/90 {
    border-right-color: rgb(15 23 42 / 0.9);
  }

  .\32xl\:border-r-slate-900\/95 {
    border-right-color: rgb(15 23 42 / 0.95);
  }

  .\32xl\:border-r-slate-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-slate-950\/0 {
    border-right-color: rgb(2 6 23 / 0);
  }

  .\32xl\:border-r-slate-950\/10 {
    border-right-color: rgb(2 6 23 / 0.1);
  }

  .\32xl\:border-r-slate-950\/100 {
    border-right-color: rgb(2 6 23 / 1);
  }

  .\32xl\:border-r-slate-950\/15 {
    border-right-color: rgb(2 6 23 / 0.15);
  }

  .\32xl\:border-r-slate-950\/20 {
    border-right-color: rgb(2 6 23 / 0.2);
  }

  .\32xl\:border-r-slate-950\/25 {
    border-right-color: rgb(2 6 23 / 0.25);
  }

  .\32xl\:border-r-slate-950\/30 {
    border-right-color: rgb(2 6 23 / 0.3);
  }

  .\32xl\:border-r-slate-950\/35 {
    border-right-color: rgb(2 6 23 / 0.35);
  }

  .\32xl\:border-r-slate-950\/40 {
    border-right-color: rgb(2 6 23 / 0.4);
  }

  .\32xl\:border-r-slate-950\/45 {
    border-right-color: rgb(2 6 23 / 0.45);
  }

  .\32xl\:border-r-slate-950\/5 {
    border-right-color: rgb(2 6 23 / 0.05);
  }

  .\32xl\:border-r-slate-950\/50 {
    border-right-color: rgb(2 6 23 / 0.5);
  }

  .\32xl\:border-r-slate-950\/55 {
    border-right-color: rgb(2 6 23 / 0.55);
  }

  .\32xl\:border-r-slate-950\/60 {
    border-right-color: rgb(2 6 23 / 0.6);
  }

  .\32xl\:border-r-slate-950\/65 {
    border-right-color: rgb(2 6 23 / 0.65);
  }

  .\32xl\:border-r-slate-950\/70 {
    border-right-color: rgb(2 6 23 / 0.7);
  }

  .\32xl\:border-r-slate-950\/75 {
    border-right-color: rgb(2 6 23 / 0.75);
  }

  .\32xl\:border-r-slate-950\/80 {
    border-right-color: rgb(2 6 23 / 0.8);
  }

  .\32xl\:border-r-slate-950\/85 {
    border-right-color: rgb(2 6 23 / 0.85);
  }

  .\32xl\:border-r-slate-950\/90 {
    border-right-color: rgb(2 6 23 / 0.9);
  }

  .\32xl\:border-r-slate-950\/95 {
    border-right-color: rgb(2 6 23 / 0.95);
  }

  .\32xl\:border-r-stone-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-100\/0 {
    border-right-color: rgb(245 245 244 / 0);
  }

  .\32xl\:border-r-stone-100\/10 {
    border-right-color: rgb(245 245 244 / 0.1);
  }

  .\32xl\:border-r-stone-100\/100 {
    border-right-color: rgb(245 245 244 / 1);
  }

  .\32xl\:border-r-stone-100\/15 {
    border-right-color: rgb(245 245 244 / 0.15);
  }

  .\32xl\:border-r-stone-100\/20 {
    border-right-color: rgb(245 245 244 / 0.2);
  }

  .\32xl\:border-r-stone-100\/25 {
    border-right-color: rgb(245 245 244 / 0.25);
  }

  .\32xl\:border-r-stone-100\/30 {
    border-right-color: rgb(245 245 244 / 0.3);
  }

  .\32xl\:border-r-stone-100\/35 {
    border-right-color: rgb(245 245 244 / 0.35);
  }

  .\32xl\:border-r-stone-100\/40 {
    border-right-color: rgb(245 245 244 / 0.4);
  }

  .\32xl\:border-r-stone-100\/45 {
    border-right-color: rgb(245 245 244 / 0.45);
  }

  .\32xl\:border-r-stone-100\/5 {
    border-right-color: rgb(245 245 244 / 0.05);
  }

  .\32xl\:border-r-stone-100\/50 {
    border-right-color: rgb(245 245 244 / 0.5);
  }

  .\32xl\:border-r-stone-100\/55 {
    border-right-color: rgb(245 245 244 / 0.55);
  }

  .\32xl\:border-r-stone-100\/60 {
    border-right-color: rgb(245 245 244 / 0.6);
  }

  .\32xl\:border-r-stone-100\/65 {
    border-right-color: rgb(245 245 244 / 0.65);
  }

  .\32xl\:border-r-stone-100\/70 {
    border-right-color: rgb(245 245 244 / 0.7);
  }

  .\32xl\:border-r-stone-100\/75 {
    border-right-color: rgb(245 245 244 / 0.75);
  }

  .\32xl\:border-r-stone-100\/80 {
    border-right-color: rgb(245 245 244 / 0.8);
  }

  .\32xl\:border-r-stone-100\/85 {
    border-right-color: rgb(245 245 244 / 0.85);
  }

  .\32xl\:border-r-stone-100\/90 {
    border-right-color: rgb(245 245 244 / 0.9);
  }

  .\32xl\:border-r-stone-100\/95 {
    border-right-color: rgb(245 245 244 / 0.95);
  }

  .\32xl\:border-r-stone-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-200\/0 {
    border-right-color: rgb(231 229 228 / 0);
  }

  .\32xl\:border-r-stone-200\/10 {
    border-right-color: rgb(231 229 228 / 0.1);
  }

  .\32xl\:border-r-stone-200\/100 {
    border-right-color: rgb(231 229 228 / 1);
  }

  .\32xl\:border-r-stone-200\/15 {
    border-right-color: rgb(231 229 228 / 0.15);
  }

  .\32xl\:border-r-stone-200\/20 {
    border-right-color: rgb(231 229 228 / 0.2);
  }

  .\32xl\:border-r-stone-200\/25 {
    border-right-color: rgb(231 229 228 / 0.25);
  }

  .\32xl\:border-r-stone-200\/30 {
    border-right-color: rgb(231 229 228 / 0.3);
  }

  .\32xl\:border-r-stone-200\/35 {
    border-right-color: rgb(231 229 228 / 0.35);
  }

  .\32xl\:border-r-stone-200\/40 {
    border-right-color: rgb(231 229 228 / 0.4);
  }

  .\32xl\:border-r-stone-200\/45 {
    border-right-color: rgb(231 229 228 / 0.45);
  }

  .\32xl\:border-r-stone-200\/5 {
    border-right-color: rgb(231 229 228 / 0.05);
  }

  .\32xl\:border-r-stone-200\/50 {
    border-right-color: rgb(231 229 228 / 0.5);
  }

  .\32xl\:border-r-stone-200\/55 {
    border-right-color: rgb(231 229 228 / 0.55);
  }

  .\32xl\:border-r-stone-200\/60 {
    border-right-color: rgb(231 229 228 / 0.6);
  }

  .\32xl\:border-r-stone-200\/65 {
    border-right-color: rgb(231 229 228 / 0.65);
  }

  .\32xl\:border-r-stone-200\/70 {
    border-right-color: rgb(231 229 228 / 0.7);
  }

  .\32xl\:border-r-stone-200\/75 {
    border-right-color: rgb(231 229 228 / 0.75);
  }

  .\32xl\:border-r-stone-200\/80 {
    border-right-color: rgb(231 229 228 / 0.8);
  }

  .\32xl\:border-r-stone-200\/85 {
    border-right-color: rgb(231 229 228 / 0.85);
  }

  .\32xl\:border-r-stone-200\/90 {
    border-right-color: rgb(231 229 228 / 0.9);
  }

  .\32xl\:border-r-stone-200\/95 {
    border-right-color: rgb(231 229 228 / 0.95);
  }

  .\32xl\:border-r-stone-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-300\/0 {
    border-right-color: rgb(214 211 209 / 0);
  }

  .\32xl\:border-r-stone-300\/10 {
    border-right-color: rgb(214 211 209 / 0.1);
  }

  .\32xl\:border-r-stone-300\/100 {
    border-right-color: rgb(214 211 209 / 1);
  }

  .\32xl\:border-r-stone-300\/15 {
    border-right-color: rgb(214 211 209 / 0.15);
  }

  .\32xl\:border-r-stone-300\/20 {
    border-right-color: rgb(214 211 209 / 0.2);
  }

  .\32xl\:border-r-stone-300\/25 {
    border-right-color: rgb(214 211 209 / 0.25);
  }

  .\32xl\:border-r-stone-300\/30 {
    border-right-color: rgb(214 211 209 / 0.3);
  }

  .\32xl\:border-r-stone-300\/35 {
    border-right-color: rgb(214 211 209 / 0.35);
  }

  .\32xl\:border-r-stone-300\/40 {
    border-right-color: rgb(214 211 209 / 0.4);
  }

  .\32xl\:border-r-stone-300\/45 {
    border-right-color: rgb(214 211 209 / 0.45);
  }

  .\32xl\:border-r-stone-300\/5 {
    border-right-color: rgb(214 211 209 / 0.05);
  }

  .\32xl\:border-r-stone-300\/50 {
    border-right-color: rgb(214 211 209 / 0.5);
  }

  .\32xl\:border-r-stone-300\/55 {
    border-right-color: rgb(214 211 209 / 0.55);
  }

  .\32xl\:border-r-stone-300\/60 {
    border-right-color: rgb(214 211 209 / 0.6);
  }

  .\32xl\:border-r-stone-300\/65 {
    border-right-color: rgb(214 211 209 / 0.65);
  }

  .\32xl\:border-r-stone-300\/70 {
    border-right-color: rgb(214 211 209 / 0.7);
  }

  .\32xl\:border-r-stone-300\/75 {
    border-right-color: rgb(214 211 209 / 0.75);
  }

  .\32xl\:border-r-stone-300\/80 {
    border-right-color: rgb(214 211 209 / 0.8);
  }

  .\32xl\:border-r-stone-300\/85 {
    border-right-color: rgb(214 211 209 / 0.85);
  }

  .\32xl\:border-r-stone-300\/90 {
    border-right-color: rgb(214 211 209 / 0.9);
  }

  .\32xl\:border-r-stone-300\/95 {
    border-right-color: rgb(214 211 209 / 0.95);
  }

  .\32xl\:border-r-stone-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-400\/0 {
    border-right-color: rgb(168 162 158 / 0);
  }

  .\32xl\:border-r-stone-400\/10 {
    border-right-color: rgb(168 162 158 / 0.1);
  }

  .\32xl\:border-r-stone-400\/100 {
    border-right-color: rgb(168 162 158 / 1);
  }

  .\32xl\:border-r-stone-400\/15 {
    border-right-color: rgb(168 162 158 / 0.15);
  }

  .\32xl\:border-r-stone-400\/20 {
    border-right-color: rgb(168 162 158 / 0.2);
  }

  .\32xl\:border-r-stone-400\/25 {
    border-right-color: rgb(168 162 158 / 0.25);
  }

  .\32xl\:border-r-stone-400\/30 {
    border-right-color: rgb(168 162 158 / 0.3);
  }

  .\32xl\:border-r-stone-400\/35 {
    border-right-color: rgb(168 162 158 / 0.35);
  }

  .\32xl\:border-r-stone-400\/40 {
    border-right-color: rgb(168 162 158 / 0.4);
  }

  .\32xl\:border-r-stone-400\/45 {
    border-right-color: rgb(168 162 158 / 0.45);
  }

  .\32xl\:border-r-stone-400\/5 {
    border-right-color: rgb(168 162 158 / 0.05);
  }

  .\32xl\:border-r-stone-400\/50 {
    border-right-color: rgb(168 162 158 / 0.5);
  }

  .\32xl\:border-r-stone-400\/55 {
    border-right-color: rgb(168 162 158 / 0.55);
  }

  .\32xl\:border-r-stone-400\/60 {
    border-right-color: rgb(168 162 158 / 0.6);
  }

  .\32xl\:border-r-stone-400\/65 {
    border-right-color: rgb(168 162 158 / 0.65);
  }

  .\32xl\:border-r-stone-400\/70 {
    border-right-color: rgb(168 162 158 / 0.7);
  }

  .\32xl\:border-r-stone-400\/75 {
    border-right-color: rgb(168 162 158 / 0.75);
  }

  .\32xl\:border-r-stone-400\/80 {
    border-right-color: rgb(168 162 158 / 0.8);
  }

  .\32xl\:border-r-stone-400\/85 {
    border-right-color: rgb(168 162 158 / 0.85);
  }

  .\32xl\:border-r-stone-400\/90 {
    border-right-color: rgb(168 162 158 / 0.9);
  }

  .\32xl\:border-r-stone-400\/95 {
    border-right-color: rgb(168 162 158 / 0.95);
  }

  .\32xl\:border-r-stone-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-50\/0 {
    border-right-color: rgb(250 250 249 / 0);
  }

  .\32xl\:border-r-stone-50\/10 {
    border-right-color: rgb(250 250 249 / 0.1);
  }

  .\32xl\:border-r-stone-50\/100 {
    border-right-color: rgb(250 250 249 / 1);
  }

  .\32xl\:border-r-stone-50\/15 {
    border-right-color: rgb(250 250 249 / 0.15);
  }

  .\32xl\:border-r-stone-50\/20 {
    border-right-color: rgb(250 250 249 / 0.2);
  }

  .\32xl\:border-r-stone-50\/25 {
    border-right-color: rgb(250 250 249 / 0.25);
  }

  .\32xl\:border-r-stone-50\/30 {
    border-right-color: rgb(250 250 249 / 0.3);
  }

  .\32xl\:border-r-stone-50\/35 {
    border-right-color: rgb(250 250 249 / 0.35);
  }

  .\32xl\:border-r-stone-50\/40 {
    border-right-color: rgb(250 250 249 / 0.4);
  }

  .\32xl\:border-r-stone-50\/45 {
    border-right-color: rgb(250 250 249 / 0.45);
  }

  .\32xl\:border-r-stone-50\/5 {
    border-right-color: rgb(250 250 249 / 0.05);
  }

  .\32xl\:border-r-stone-50\/50 {
    border-right-color: rgb(250 250 249 / 0.5);
  }

  .\32xl\:border-r-stone-50\/55 {
    border-right-color: rgb(250 250 249 / 0.55);
  }

  .\32xl\:border-r-stone-50\/60 {
    border-right-color: rgb(250 250 249 / 0.6);
  }

  .\32xl\:border-r-stone-50\/65 {
    border-right-color: rgb(250 250 249 / 0.65);
  }

  .\32xl\:border-r-stone-50\/70 {
    border-right-color: rgb(250 250 249 / 0.7);
  }

  .\32xl\:border-r-stone-50\/75 {
    border-right-color: rgb(250 250 249 / 0.75);
  }

  .\32xl\:border-r-stone-50\/80 {
    border-right-color: rgb(250 250 249 / 0.8);
  }

  .\32xl\:border-r-stone-50\/85 {
    border-right-color: rgb(250 250 249 / 0.85);
  }

  .\32xl\:border-r-stone-50\/90 {
    border-right-color: rgb(250 250 249 / 0.9);
  }

  .\32xl\:border-r-stone-50\/95 {
    border-right-color: rgb(250 250 249 / 0.95);
  }

  .\32xl\:border-r-stone-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-500\/0 {
    border-right-color: rgb(120 113 108 / 0);
  }

  .\32xl\:border-r-stone-500\/10 {
    border-right-color: rgb(120 113 108 / 0.1);
  }

  .\32xl\:border-r-stone-500\/100 {
    border-right-color: rgb(120 113 108 / 1);
  }

  .\32xl\:border-r-stone-500\/15 {
    border-right-color: rgb(120 113 108 / 0.15);
  }

  .\32xl\:border-r-stone-500\/20 {
    border-right-color: rgb(120 113 108 / 0.2);
  }

  .\32xl\:border-r-stone-500\/25 {
    border-right-color: rgb(120 113 108 / 0.25);
  }

  .\32xl\:border-r-stone-500\/30 {
    border-right-color: rgb(120 113 108 / 0.3);
  }

  .\32xl\:border-r-stone-500\/35 {
    border-right-color: rgb(120 113 108 / 0.35);
  }

  .\32xl\:border-r-stone-500\/40 {
    border-right-color: rgb(120 113 108 / 0.4);
  }

  .\32xl\:border-r-stone-500\/45 {
    border-right-color: rgb(120 113 108 / 0.45);
  }

  .\32xl\:border-r-stone-500\/5 {
    border-right-color: rgb(120 113 108 / 0.05);
  }

  .\32xl\:border-r-stone-500\/50 {
    border-right-color: rgb(120 113 108 / 0.5);
  }

  .\32xl\:border-r-stone-500\/55 {
    border-right-color: rgb(120 113 108 / 0.55);
  }

  .\32xl\:border-r-stone-500\/60 {
    border-right-color: rgb(120 113 108 / 0.6);
  }

  .\32xl\:border-r-stone-500\/65 {
    border-right-color: rgb(120 113 108 / 0.65);
  }

  .\32xl\:border-r-stone-500\/70 {
    border-right-color: rgb(120 113 108 / 0.7);
  }

  .\32xl\:border-r-stone-500\/75 {
    border-right-color: rgb(120 113 108 / 0.75);
  }

  .\32xl\:border-r-stone-500\/80 {
    border-right-color: rgb(120 113 108 / 0.8);
  }

  .\32xl\:border-r-stone-500\/85 {
    border-right-color: rgb(120 113 108 / 0.85);
  }

  .\32xl\:border-r-stone-500\/90 {
    border-right-color: rgb(120 113 108 / 0.9);
  }

  .\32xl\:border-r-stone-500\/95 {
    border-right-color: rgb(120 113 108 / 0.95);
  }

  .\32xl\:border-r-stone-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-600\/0 {
    border-right-color: rgb(87 83 78 / 0);
  }

  .\32xl\:border-r-stone-600\/10 {
    border-right-color: rgb(87 83 78 / 0.1);
  }

  .\32xl\:border-r-stone-600\/100 {
    border-right-color: rgb(87 83 78 / 1);
  }

  .\32xl\:border-r-stone-600\/15 {
    border-right-color: rgb(87 83 78 / 0.15);
  }

  .\32xl\:border-r-stone-600\/20 {
    border-right-color: rgb(87 83 78 / 0.2);
  }

  .\32xl\:border-r-stone-600\/25 {
    border-right-color: rgb(87 83 78 / 0.25);
  }

  .\32xl\:border-r-stone-600\/30 {
    border-right-color: rgb(87 83 78 / 0.3);
  }

  .\32xl\:border-r-stone-600\/35 {
    border-right-color: rgb(87 83 78 / 0.35);
  }

  .\32xl\:border-r-stone-600\/40 {
    border-right-color: rgb(87 83 78 / 0.4);
  }

  .\32xl\:border-r-stone-600\/45 {
    border-right-color: rgb(87 83 78 / 0.45);
  }

  .\32xl\:border-r-stone-600\/5 {
    border-right-color: rgb(87 83 78 / 0.05);
  }

  .\32xl\:border-r-stone-600\/50 {
    border-right-color: rgb(87 83 78 / 0.5);
  }

  .\32xl\:border-r-stone-600\/55 {
    border-right-color: rgb(87 83 78 / 0.55);
  }

  .\32xl\:border-r-stone-600\/60 {
    border-right-color: rgb(87 83 78 / 0.6);
  }

  .\32xl\:border-r-stone-600\/65 {
    border-right-color: rgb(87 83 78 / 0.65);
  }

  .\32xl\:border-r-stone-600\/70 {
    border-right-color: rgb(87 83 78 / 0.7);
  }

  .\32xl\:border-r-stone-600\/75 {
    border-right-color: rgb(87 83 78 / 0.75);
  }

  .\32xl\:border-r-stone-600\/80 {
    border-right-color: rgb(87 83 78 / 0.8);
  }

  .\32xl\:border-r-stone-600\/85 {
    border-right-color: rgb(87 83 78 / 0.85);
  }

  .\32xl\:border-r-stone-600\/90 {
    border-right-color: rgb(87 83 78 / 0.9);
  }

  .\32xl\:border-r-stone-600\/95 {
    border-right-color: rgb(87 83 78 / 0.95);
  }

  .\32xl\:border-r-stone-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-700\/0 {
    border-right-color: rgb(68 64 60 / 0);
  }

  .\32xl\:border-r-stone-700\/10 {
    border-right-color: rgb(68 64 60 / 0.1);
  }

  .\32xl\:border-r-stone-700\/100 {
    border-right-color: rgb(68 64 60 / 1);
  }

  .\32xl\:border-r-stone-700\/15 {
    border-right-color: rgb(68 64 60 / 0.15);
  }

  .\32xl\:border-r-stone-700\/20 {
    border-right-color: rgb(68 64 60 / 0.2);
  }

  .\32xl\:border-r-stone-700\/25 {
    border-right-color: rgb(68 64 60 / 0.25);
  }

  .\32xl\:border-r-stone-700\/30 {
    border-right-color: rgb(68 64 60 / 0.3);
  }

  .\32xl\:border-r-stone-700\/35 {
    border-right-color: rgb(68 64 60 / 0.35);
  }

  .\32xl\:border-r-stone-700\/40 {
    border-right-color: rgb(68 64 60 / 0.4);
  }

  .\32xl\:border-r-stone-700\/45 {
    border-right-color: rgb(68 64 60 / 0.45);
  }

  .\32xl\:border-r-stone-700\/5 {
    border-right-color: rgb(68 64 60 / 0.05);
  }

  .\32xl\:border-r-stone-700\/50 {
    border-right-color: rgb(68 64 60 / 0.5);
  }

  .\32xl\:border-r-stone-700\/55 {
    border-right-color: rgb(68 64 60 / 0.55);
  }

  .\32xl\:border-r-stone-700\/60 {
    border-right-color: rgb(68 64 60 / 0.6);
  }

  .\32xl\:border-r-stone-700\/65 {
    border-right-color: rgb(68 64 60 / 0.65);
  }

  .\32xl\:border-r-stone-700\/70 {
    border-right-color: rgb(68 64 60 / 0.7);
  }

  .\32xl\:border-r-stone-700\/75 {
    border-right-color: rgb(68 64 60 / 0.75);
  }

  .\32xl\:border-r-stone-700\/80 {
    border-right-color: rgb(68 64 60 / 0.8);
  }

  .\32xl\:border-r-stone-700\/85 {
    border-right-color: rgb(68 64 60 / 0.85);
  }

  .\32xl\:border-r-stone-700\/90 {
    border-right-color: rgb(68 64 60 / 0.9);
  }

  .\32xl\:border-r-stone-700\/95 {
    border-right-color: rgb(68 64 60 / 0.95);
  }

  .\32xl\:border-r-stone-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-800\/0 {
    border-right-color: rgb(41 37 36 / 0);
  }

  .\32xl\:border-r-stone-800\/10 {
    border-right-color: rgb(41 37 36 / 0.1);
  }

  .\32xl\:border-r-stone-800\/100 {
    border-right-color: rgb(41 37 36 / 1);
  }

  .\32xl\:border-r-stone-800\/15 {
    border-right-color: rgb(41 37 36 / 0.15);
  }

  .\32xl\:border-r-stone-800\/20 {
    border-right-color: rgb(41 37 36 / 0.2);
  }

  .\32xl\:border-r-stone-800\/25 {
    border-right-color: rgb(41 37 36 / 0.25);
  }

  .\32xl\:border-r-stone-800\/30 {
    border-right-color: rgb(41 37 36 / 0.3);
  }

  .\32xl\:border-r-stone-800\/35 {
    border-right-color: rgb(41 37 36 / 0.35);
  }

  .\32xl\:border-r-stone-800\/40 {
    border-right-color: rgb(41 37 36 / 0.4);
  }

  .\32xl\:border-r-stone-800\/45 {
    border-right-color: rgb(41 37 36 / 0.45);
  }

  .\32xl\:border-r-stone-800\/5 {
    border-right-color: rgb(41 37 36 / 0.05);
  }

  .\32xl\:border-r-stone-800\/50 {
    border-right-color: rgb(41 37 36 / 0.5);
  }

  .\32xl\:border-r-stone-800\/55 {
    border-right-color: rgb(41 37 36 / 0.55);
  }

  .\32xl\:border-r-stone-800\/60 {
    border-right-color: rgb(41 37 36 / 0.6);
  }

  .\32xl\:border-r-stone-800\/65 {
    border-right-color: rgb(41 37 36 / 0.65);
  }

  .\32xl\:border-r-stone-800\/70 {
    border-right-color: rgb(41 37 36 / 0.7);
  }

  .\32xl\:border-r-stone-800\/75 {
    border-right-color: rgb(41 37 36 / 0.75);
  }

  .\32xl\:border-r-stone-800\/80 {
    border-right-color: rgb(41 37 36 / 0.8);
  }

  .\32xl\:border-r-stone-800\/85 {
    border-right-color: rgb(41 37 36 / 0.85);
  }

  .\32xl\:border-r-stone-800\/90 {
    border-right-color: rgb(41 37 36 / 0.9);
  }

  .\32xl\:border-r-stone-800\/95 {
    border-right-color: rgb(41 37 36 / 0.95);
  }

  .\32xl\:border-r-stone-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-900\/0 {
    border-right-color: rgb(28 25 23 / 0);
  }

  .\32xl\:border-r-stone-900\/10 {
    border-right-color: rgb(28 25 23 / 0.1);
  }

  .\32xl\:border-r-stone-900\/100 {
    border-right-color: rgb(28 25 23 / 1);
  }

  .\32xl\:border-r-stone-900\/15 {
    border-right-color: rgb(28 25 23 / 0.15);
  }

  .\32xl\:border-r-stone-900\/20 {
    border-right-color: rgb(28 25 23 / 0.2);
  }

  .\32xl\:border-r-stone-900\/25 {
    border-right-color: rgb(28 25 23 / 0.25);
  }

  .\32xl\:border-r-stone-900\/30 {
    border-right-color: rgb(28 25 23 / 0.3);
  }

  .\32xl\:border-r-stone-900\/35 {
    border-right-color: rgb(28 25 23 / 0.35);
  }

  .\32xl\:border-r-stone-900\/40 {
    border-right-color: rgb(28 25 23 / 0.4);
  }

  .\32xl\:border-r-stone-900\/45 {
    border-right-color: rgb(28 25 23 / 0.45);
  }

  .\32xl\:border-r-stone-900\/5 {
    border-right-color: rgb(28 25 23 / 0.05);
  }

  .\32xl\:border-r-stone-900\/50 {
    border-right-color: rgb(28 25 23 / 0.5);
  }

  .\32xl\:border-r-stone-900\/55 {
    border-right-color: rgb(28 25 23 / 0.55);
  }

  .\32xl\:border-r-stone-900\/60 {
    border-right-color: rgb(28 25 23 / 0.6);
  }

  .\32xl\:border-r-stone-900\/65 {
    border-right-color: rgb(28 25 23 / 0.65);
  }

  .\32xl\:border-r-stone-900\/70 {
    border-right-color: rgb(28 25 23 / 0.7);
  }

  .\32xl\:border-r-stone-900\/75 {
    border-right-color: rgb(28 25 23 / 0.75);
  }

  .\32xl\:border-r-stone-900\/80 {
    border-right-color: rgb(28 25 23 / 0.8);
  }

  .\32xl\:border-r-stone-900\/85 {
    border-right-color: rgb(28 25 23 / 0.85);
  }

  .\32xl\:border-r-stone-900\/90 {
    border-right-color: rgb(28 25 23 / 0.9);
  }

  .\32xl\:border-r-stone-900\/95 {
    border-right-color: rgb(28 25 23 / 0.95);
  }

  .\32xl\:border-r-stone-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-stone-950\/0 {
    border-right-color: rgb(12 10 9 / 0);
  }

  .\32xl\:border-r-stone-950\/10 {
    border-right-color: rgb(12 10 9 / 0.1);
  }

  .\32xl\:border-r-stone-950\/100 {
    border-right-color: rgb(12 10 9 / 1);
  }

  .\32xl\:border-r-stone-950\/15 {
    border-right-color: rgb(12 10 9 / 0.15);
  }

  .\32xl\:border-r-stone-950\/20 {
    border-right-color: rgb(12 10 9 / 0.2);
  }

  .\32xl\:border-r-stone-950\/25 {
    border-right-color: rgb(12 10 9 / 0.25);
  }

  .\32xl\:border-r-stone-950\/30 {
    border-right-color: rgb(12 10 9 / 0.3);
  }

  .\32xl\:border-r-stone-950\/35 {
    border-right-color: rgb(12 10 9 / 0.35);
  }

  .\32xl\:border-r-stone-950\/40 {
    border-right-color: rgb(12 10 9 / 0.4);
  }

  .\32xl\:border-r-stone-950\/45 {
    border-right-color: rgb(12 10 9 / 0.45);
  }

  .\32xl\:border-r-stone-950\/5 {
    border-right-color: rgb(12 10 9 / 0.05);
  }

  .\32xl\:border-r-stone-950\/50 {
    border-right-color: rgb(12 10 9 / 0.5);
  }

  .\32xl\:border-r-stone-950\/55 {
    border-right-color: rgb(12 10 9 / 0.55);
  }

  .\32xl\:border-r-stone-950\/60 {
    border-right-color: rgb(12 10 9 / 0.6);
  }

  .\32xl\:border-r-stone-950\/65 {
    border-right-color: rgb(12 10 9 / 0.65);
  }

  .\32xl\:border-r-stone-950\/70 {
    border-right-color: rgb(12 10 9 / 0.7);
  }

  .\32xl\:border-r-stone-950\/75 {
    border-right-color: rgb(12 10 9 / 0.75);
  }

  .\32xl\:border-r-stone-950\/80 {
    border-right-color: rgb(12 10 9 / 0.8);
  }

  .\32xl\:border-r-stone-950\/85 {
    border-right-color: rgb(12 10 9 / 0.85);
  }

  .\32xl\:border-r-stone-950\/90 {
    border-right-color: rgb(12 10 9 / 0.9);
  }

  .\32xl\:border-r-stone-950\/95 {
    border-right-color: rgb(12 10 9 / 0.95);
  }

  .\32xl\:border-r-supporting {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-supporting-foreground {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-supporting-foreground\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-r-supporting-foreground\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-r-supporting-foreground\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-r-supporting-foreground\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-r-supporting-foreground\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-r-supporting-foreground\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-r-supporting-foreground\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-r-supporting-foreground\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-r-supporting-foreground\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-r-supporting-foreground\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-r-supporting-foreground\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-r-supporting-foreground\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-r-supporting-foreground\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-r-supporting-foreground\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-r-supporting-foreground\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-r-supporting-foreground\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-r-supporting-foreground\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-r-supporting-foreground\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-r-supporting-foreground\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-r-supporting-foreground\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-r-supporting-foreground\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-r-supporting\/0 {
    border-right-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-r-supporting\/10 {
    border-right-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-r-supporting\/100 {
    border-right-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-r-supporting\/15 {
    border-right-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-r-supporting\/20 {
    border-right-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-r-supporting\/25 {
    border-right-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-r-supporting\/30 {
    border-right-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-r-supporting\/35 {
    border-right-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-r-supporting\/40 {
    border-right-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-r-supporting\/45 {
    border-right-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-r-supporting\/5 {
    border-right-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-r-supporting\/50 {
    border-right-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-r-supporting\/55 {
    border-right-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-r-supporting\/60 {
    border-right-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-r-supporting\/65 {
    border-right-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-r-supporting\/70 {
    border-right-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-r-supporting\/75 {
    border-right-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-r-supporting\/80 {
    border-right-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-r-supporting\/85 {
    border-right-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-r-supporting\/90 {
    border-right-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-r-supporting\/95 {
    border-right-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-r-teal-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-100\/0 {
    border-right-color: rgb(204 251 241 / 0);
  }

  .\32xl\:border-r-teal-100\/10 {
    border-right-color: rgb(204 251 241 / 0.1);
  }

  .\32xl\:border-r-teal-100\/100 {
    border-right-color: rgb(204 251 241 / 1);
  }

  .\32xl\:border-r-teal-100\/15 {
    border-right-color: rgb(204 251 241 / 0.15);
  }

  .\32xl\:border-r-teal-100\/20 {
    border-right-color: rgb(204 251 241 / 0.2);
  }

  .\32xl\:border-r-teal-100\/25 {
    border-right-color: rgb(204 251 241 / 0.25);
  }

  .\32xl\:border-r-teal-100\/30 {
    border-right-color: rgb(204 251 241 / 0.3);
  }

  .\32xl\:border-r-teal-100\/35 {
    border-right-color: rgb(204 251 241 / 0.35);
  }

  .\32xl\:border-r-teal-100\/40 {
    border-right-color: rgb(204 251 241 / 0.4);
  }

  .\32xl\:border-r-teal-100\/45 {
    border-right-color: rgb(204 251 241 / 0.45);
  }

  .\32xl\:border-r-teal-100\/5 {
    border-right-color: rgb(204 251 241 / 0.05);
  }

  .\32xl\:border-r-teal-100\/50 {
    border-right-color: rgb(204 251 241 / 0.5);
  }

  .\32xl\:border-r-teal-100\/55 {
    border-right-color: rgb(204 251 241 / 0.55);
  }

  .\32xl\:border-r-teal-100\/60 {
    border-right-color: rgb(204 251 241 / 0.6);
  }

  .\32xl\:border-r-teal-100\/65 {
    border-right-color: rgb(204 251 241 / 0.65);
  }

  .\32xl\:border-r-teal-100\/70 {
    border-right-color: rgb(204 251 241 / 0.7);
  }

  .\32xl\:border-r-teal-100\/75 {
    border-right-color: rgb(204 251 241 / 0.75);
  }

  .\32xl\:border-r-teal-100\/80 {
    border-right-color: rgb(204 251 241 / 0.8);
  }

  .\32xl\:border-r-teal-100\/85 {
    border-right-color: rgb(204 251 241 / 0.85);
  }

  .\32xl\:border-r-teal-100\/90 {
    border-right-color: rgb(204 251 241 / 0.9);
  }

  .\32xl\:border-r-teal-100\/95 {
    border-right-color: rgb(204 251 241 / 0.95);
  }

  .\32xl\:border-r-teal-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-200\/0 {
    border-right-color: rgb(153 246 228 / 0);
  }

  .\32xl\:border-r-teal-200\/10 {
    border-right-color: rgb(153 246 228 / 0.1);
  }

  .\32xl\:border-r-teal-200\/100 {
    border-right-color: rgb(153 246 228 / 1);
  }

  .\32xl\:border-r-teal-200\/15 {
    border-right-color: rgb(153 246 228 / 0.15);
  }

  .\32xl\:border-r-teal-200\/20 {
    border-right-color: rgb(153 246 228 / 0.2);
  }

  .\32xl\:border-r-teal-200\/25 {
    border-right-color: rgb(153 246 228 / 0.25);
  }

  .\32xl\:border-r-teal-200\/30 {
    border-right-color: rgb(153 246 228 / 0.3);
  }

  .\32xl\:border-r-teal-200\/35 {
    border-right-color: rgb(153 246 228 / 0.35);
  }

  .\32xl\:border-r-teal-200\/40 {
    border-right-color: rgb(153 246 228 / 0.4);
  }

  .\32xl\:border-r-teal-200\/45 {
    border-right-color: rgb(153 246 228 / 0.45);
  }

  .\32xl\:border-r-teal-200\/5 {
    border-right-color: rgb(153 246 228 / 0.05);
  }

  .\32xl\:border-r-teal-200\/50 {
    border-right-color: rgb(153 246 228 / 0.5);
  }

  .\32xl\:border-r-teal-200\/55 {
    border-right-color: rgb(153 246 228 / 0.55);
  }

  .\32xl\:border-r-teal-200\/60 {
    border-right-color: rgb(153 246 228 / 0.6);
  }

  .\32xl\:border-r-teal-200\/65 {
    border-right-color: rgb(153 246 228 / 0.65);
  }

  .\32xl\:border-r-teal-200\/70 {
    border-right-color: rgb(153 246 228 / 0.7);
  }

  .\32xl\:border-r-teal-200\/75 {
    border-right-color: rgb(153 246 228 / 0.75);
  }

  .\32xl\:border-r-teal-200\/80 {
    border-right-color: rgb(153 246 228 / 0.8);
  }

  .\32xl\:border-r-teal-200\/85 {
    border-right-color: rgb(153 246 228 / 0.85);
  }

  .\32xl\:border-r-teal-200\/90 {
    border-right-color: rgb(153 246 228 / 0.9);
  }

  .\32xl\:border-r-teal-200\/95 {
    border-right-color: rgb(153 246 228 / 0.95);
  }

  .\32xl\:border-r-teal-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-300\/0 {
    border-right-color: rgb(94 234 212 / 0);
  }

  .\32xl\:border-r-teal-300\/10 {
    border-right-color: rgb(94 234 212 / 0.1);
  }

  .\32xl\:border-r-teal-300\/100 {
    border-right-color: rgb(94 234 212 / 1);
  }

  .\32xl\:border-r-teal-300\/15 {
    border-right-color: rgb(94 234 212 / 0.15);
  }

  .\32xl\:border-r-teal-300\/20 {
    border-right-color: rgb(94 234 212 / 0.2);
  }

  .\32xl\:border-r-teal-300\/25 {
    border-right-color: rgb(94 234 212 / 0.25);
  }

  .\32xl\:border-r-teal-300\/30 {
    border-right-color: rgb(94 234 212 / 0.3);
  }

  .\32xl\:border-r-teal-300\/35 {
    border-right-color: rgb(94 234 212 / 0.35);
  }

  .\32xl\:border-r-teal-300\/40 {
    border-right-color: rgb(94 234 212 / 0.4);
  }

  .\32xl\:border-r-teal-300\/45 {
    border-right-color: rgb(94 234 212 / 0.45);
  }

  .\32xl\:border-r-teal-300\/5 {
    border-right-color: rgb(94 234 212 / 0.05);
  }

  .\32xl\:border-r-teal-300\/50 {
    border-right-color: rgb(94 234 212 / 0.5);
  }

  .\32xl\:border-r-teal-300\/55 {
    border-right-color: rgb(94 234 212 / 0.55);
  }

  .\32xl\:border-r-teal-300\/60 {
    border-right-color: rgb(94 234 212 / 0.6);
  }

  .\32xl\:border-r-teal-300\/65 {
    border-right-color: rgb(94 234 212 / 0.65);
  }

  .\32xl\:border-r-teal-300\/70 {
    border-right-color: rgb(94 234 212 / 0.7);
  }

  .\32xl\:border-r-teal-300\/75 {
    border-right-color: rgb(94 234 212 / 0.75);
  }

  .\32xl\:border-r-teal-300\/80 {
    border-right-color: rgb(94 234 212 / 0.8);
  }

  .\32xl\:border-r-teal-300\/85 {
    border-right-color: rgb(94 234 212 / 0.85);
  }

  .\32xl\:border-r-teal-300\/90 {
    border-right-color: rgb(94 234 212 / 0.9);
  }

  .\32xl\:border-r-teal-300\/95 {
    border-right-color: rgb(94 234 212 / 0.95);
  }

  .\32xl\:border-r-teal-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-400\/0 {
    border-right-color: rgb(45 212 191 / 0);
  }

  .\32xl\:border-r-teal-400\/10 {
    border-right-color: rgb(45 212 191 / 0.1);
  }

  .\32xl\:border-r-teal-400\/100 {
    border-right-color: rgb(45 212 191 / 1);
  }

  .\32xl\:border-r-teal-400\/15 {
    border-right-color: rgb(45 212 191 / 0.15);
  }

  .\32xl\:border-r-teal-400\/20 {
    border-right-color: rgb(45 212 191 / 0.2);
  }

  .\32xl\:border-r-teal-400\/25 {
    border-right-color: rgb(45 212 191 / 0.25);
  }

  .\32xl\:border-r-teal-400\/30 {
    border-right-color: rgb(45 212 191 / 0.3);
  }

  .\32xl\:border-r-teal-400\/35 {
    border-right-color: rgb(45 212 191 / 0.35);
  }

  .\32xl\:border-r-teal-400\/40 {
    border-right-color: rgb(45 212 191 / 0.4);
  }

  .\32xl\:border-r-teal-400\/45 {
    border-right-color: rgb(45 212 191 / 0.45);
  }

  .\32xl\:border-r-teal-400\/5 {
    border-right-color: rgb(45 212 191 / 0.05);
  }

  .\32xl\:border-r-teal-400\/50 {
    border-right-color: rgb(45 212 191 / 0.5);
  }

  .\32xl\:border-r-teal-400\/55 {
    border-right-color: rgb(45 212 191 / 0.55);
  }

  .\32xl\:border-r-teal-400\/60 {
    border-right-color: rgb(45 212 191 / 0.6);
  }

  .\32xl\:border-r-teal-400\/65 {
    border-right-color: rgb(45 212 191 / 0.65);
  }

  .\32xl\:border-r-teal-400\/70 {
    border-right-color: rgb(45 212 191 / 0.7);
  }

  .\32xl\:border-r-teal-400\/75 {
    border-right-color: rgb(45 212 191 / 0.75);
  }

  .\32xl\:border-r-teal-400\/80 {
    border-right-color: rgb(45 212 191 / 0.8);
  }

  .\32xl\:border-r-teal-400\/85 {
    border-right-color: rgb(45 212 191 / 0.85);
  }

  .\32xl\:border-r-teal-400\/90 {
    border-right-color: rgb(45 212 191 / 0.9);
  }

  .\32xl\:border-r-teal-400\/95 {
    border-right-color: rgb(45 212 191 / 0.95);
  }

  .\32xl\:border-r-teal-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-50\/0 {
    border-right-color: rgb(240 253 250 / 0);
  }

  .\32xl\:border-r-teal-50\/10 {
    border-right-color: rgb(240 253 250 / 0.1);
  }

  .\32xl\:border-r-teal-50\/100 {
    border-right-color: rgb(240 253 250 / 1);
  }

  .\32xl\:border-r-teal-50\/15 {
    border-right-color: rgb(240 253 250 / 0.15);
  }

  .\32xl\:border-r-teal-50\/20 {
    border-right-color: rgb(240 253 250 / 0.2);
  }

  .\32xl\:border-r-teal-50\/25 {
    border-right-color: rgb(240 253 250 / 0.25);
  }

  .\32xl\:border-r-teal-50\/30 {
    border-right-color: rgb(240 253 250 / 0.3);
  }

  .\32xl\:border-r-teal-50\/35 {
    border-right-color: rgb(240 253 250 / 0.35);
  }

  .\32xl\:border-r-teal-50\/40 {
    border-right-color: rgb(240 253 250 / 0.4);
  }

  .\32xl\:border-r-teal-50\/45 {
    border-right-color: rgb(240 253 250 / 0.45);
  }

  .\32xl\:border-r-teal-50\/5 {
    border-right-color: rgb(240 253 250 / 0.05);
  }

  .\32xl\:border-r-teal-50\/50 {
    border-right-color: rgb(240 253 250 / 0.5);
  }

  .\32xl\:border-r-teal-50\/55 {
    border-right-color: rgb(240 253 250 / 0.55);
  }

  .\32xl\:border-r-teal-50\/60 {
    border-right-color: rgb(240 253 250 / 0.6);
  }

  .\32xl\:border-r-teal-50\/65 {
    border-right-color: rgb(240 253 250 / 0.65);
  }

  .\32xl\:border-r-teal-50\/70 {
    border-right-color: rgb(240 253 250 / 0.7);
  }

  .\32xl\:border-r-teal-50\/75 {
    border-right-color: rgb(240 253 250 / 0.75);
  }

  .\32xl\:border-r-teal-50\/80 {
    border-right-color: rgb(240 253 250 / 0.8);
  }

  .\32xl\:border-r-teal-50\/85 {
    border-right-color: rgb(240 253 250 / 0.85);
  }

  .\32xl\:border-r-teal-50\/90 {
    border-right-color: rgb(240 253 250 / 0.9);
  }

  .\32xl\:border-r-teal-50\/95 {
    border-right-color: rgb(240 253 250 / 0.95);
  }

  .\32xl\:border-r-teal-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-500\/0 {
    border-right-color: rgb(20 184 166 / 0);
  }

  .\32xl\:border-r-teal-500\/10 {
    border-right-color: rgb(20 184 166 / 0.1);
  }

  .\32xl\:border-r-teal-500\/100 {
    border-right-color: rgb(20 184 166 / 1);
  }

  .\32xl\:border-r-teal-500\/15 {
    border-right-color: rgb(20 184 166 / 0.15);
  }

  .\32xl\:border-r-teal-500\/20 {
    border-right-color: rgb(20 184 166 / 0.2);
  }

  .\32xl\:border-r-teal-500\/25 {
    border-right-color: rgb(20 184 166 / 0.25);
  }

  .\32xl\:border-r-teal-500\/30 {
    border-right-color: rgb(20 184 166 / 0.3);
  }

  .\32xl\:border-r-teal-500\/35 {
    border-right-color: rgb(20 184 166 / 0.35);
  }

  .\32xl\:border-r-teal-500\/40 {
    border-right-color: rgb(20 184 166 / 0.4);
  }

  .\32xl\:border-r-teal-500\/45 {
    border-right-color: rgb(20 184 166 / 0.45);
  }

  .\32xl\:border-r-teal-500\/5 {
    border-right-color: rgb(20 184 166 / 0.05);
  }

  .\32xl\:border-r-teal-500\/50 {
    border-right-color: rgb(20 184 166 / 0.5);
  }

  .\32xl\:border-r-teal-500\/55 {
    border-right-color: rgb(20 184 166 / 0.55);
  }

  .\32xl\:border-r-teal-500\/60 {
    border-right-color: rgb(20 184 166 / 0.6);
  }

  .\32xl\:border-r-teal-500\/65 {
    border-right-color: rgb(20 184 166 / 0.65);
  }

  .\32xl\:border-r-teal-500\/70 {
    border-right-color: rgb(20 184 166 / 0.7);
  }

  .\32xl\:border-r-teal-500\/75 {
    border-right-color: rgb(20 184 166 / 0.75);
  }

  .\32xl\:border-r-teal-500\/80 {
    border-right-color: rgb(20 184 166 / 0.8);
  }

  .\32xl\:border-r-teal-500\/85 {
    border-right-color: rgb(20 184 166 / 0.85);
  }

  .\32xl\:border-r-teal-500\/90 {
    border-right-color: rgb(20 184 166 / 0.9);
  }

  .\32xl\:border-r-teal-500\/95 {
    border-right-color: rgb(20 184 166 / 0.95);
  }

  .\32xl\:border-r-teal-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-600\/0 {
    border-right-color: rgb(13 148 136 / 0);
  }

  .\32xl\:border-r-teal-600\/10 {
    border-right-color: rgb(13 148 136 / 0.1);
  }

  .\32xl\:border-r-teal-600\/100 {
    border-right-color: rgb(13 148 136 / 1);
  }

  .\32xl\:border-r-teal-600\/15 {
    border-right-color: rgb(13 148 136 / 0.15);
  }

  .\32xl\:border-r-teal-600\/20 {
    border-right-color: rgb(13 148 136 / 0.2);
  }

  .\32xl\:border-r-teal-600\/25 {
    border-right-color: rgb(13 148 136 / 0.25);
  }

  .\32xl\:border-r-teal-600\/30 {
    border-right-color: rgb(13 148 136 / 0.3);
  }

  .\32xl\:border-r-teal-600\/35 {
    border-right-color: rgb(13 148 136 / 0.35);
  }

  .\32xl\:border-r-teal-600\/40 {
    border-right-color: rgb(13 148 136 / 0.4);
  }

  .\32xl\:border-r-teal-600\/45 {
    border-right-color: rgb(13 148 136 / 0.45);
  }

  .\32xl\:border-r-teal-600\/5 {
    border-right-color: rgb(13 148 136 / 0.05);
  }

  .\32xl\:border-r-teal-600\/50 {
    border-right-color: rgb(13 148 136 / 0.5);
  }

  .\32xl\:border-r-teal-600\/55 {
    border-right-color: rgb(13 148 136 / 0.55);
  }

  .\32xl\:border-r-teal-600\/60 {
    border-right-color: rgb(13 148 136 / 0.6);
  }

  .\32xl\:border-r-teal-600\/65 {
    border-right-color: rgb(13 148 136 / 0.65);
  }

  .\32xl\:border-r-teal-600\/70 {
    border-right-color: rgb(13 148 136 / 0.7);
  }

  .\32xl\:border-r-teal-600\/75 {
    border-right-color: rgb(13 148 136 / 0.75);
  }

  .\32xl\:border-r-teal-600\/80 {
    border-right-color: rgb(13 148 136 / 0.8);
  }

  .\32xl\:border-r-teal-600\/85 {
    border-right-color: rgb(13 148 136 / 0.85);
  }

  .\32xl\:border-r-teal-600\/90 {
    border-right-color: rgb(13 148 136 / 0.9);
  }

  .\32xl\:border-r-teal-600\/95 {
    border-right-color: rgb(13 148 136 / 0.95);
  }

  .\32xl\:border-r-teal-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-700\/0 {
    border-right-color: rgb(15 118 110 / 0);
  }

  .\32xl\:border-r-teal-700\/10 {
    border-right-color: rgb(15 118 110 / 0.1);
  }

  .\32xl\:border-r-teal-700\/100 {
    border-right-color: rgb(15 118 110 / 1);
  }

  .\32xl\:border-r-teal-700\/15 {
    border-right-color: rgb(15 118 110 / 0.15);
  }

  .\32xl\:border-r-teal-700\/20 {
    border-right-color: rgb(15 118 110 / 0.2);
  }

  .\32xl\:border-r-teal-700\/25 {
    border-right-color: rgb(15 118 110 / 0.25);
  }

  .\32xl\:border-r-teal-700\/30 {
    border-right-color: rgb(15 118 110 / 0.3);
  }

  .\32xl\:border-r-teal-700\/35 {
    border-right-color: rgb(15 118 110 / 0.35);
  }

  .\32xl\:border-r-teal-700\/40 {
    border-right-color: rgb(15 118 110 / 0.4);
  }

  .\32xl\:border-r-teal-700\/45 {
    border-right-color: rgb(15 118 110 / 0.45);
  }

  .\32xl\:border-r-teal-700\/5 {
    border-right-color: rgb(15 118 110 / 0.05);
  }

  .\32xl\:border-r-teal-700\/50 {
    border-right-color: rgb(15 118 110 / 0.5);
  }

  .\32xl\:border-r-teal-700\/55 {
    border-right-color: rgb(15 118 110 / 0.55);
  }

  .\32xl\:border-r-teal-700\/60 {
    border-right-color: rgb(15 118 110 / 0.6);
  }

  .\32xl\:border-r-teal-700\/65 {
    border-right-color: rgb(15 118 110 / 0.65);
  }

  .\32xl\:border-r-teal-700\/70 {
    border-right-color: rgb(15 118 110 / 0.7);
  }

  .\32xl\:border-r-teal-700\/75 {
    border-right-color: rgb(15 118 110 / 0.75);
  }

  .\32xl\:border-r-teal-700\/80 {
    border-right-color: rgb(15 118 110 / 0.8);
  }

  .\32xl\:border-r-teal-700\/85 {
    border-right-color: rgb(15 118 110 / 0.85);
  }

  .\32xl\:border-r-teal-700\/90 {
    border-right-color: rgb(15 118 110 / 0.9);
  }

  .\32xl\:border-r-teal-700\/95 {
    border-right-color: rgb(15 118 110 / 0.95);
  }

  .\32xl\:border-r-teal-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-800\/0 {
    border-right-color: rgb(17 94 89 / 0);
  }

  .\32xl\:border-r-teal-800\/10 {
    border-right-color: rgb(17 94 89 / 0.1);
  }

  .\32xl\:border-r-teal-800\/100 {
    border-right-color: rgb(17 94 89 / 1);
  }

  .\32xl\:border-r-teal-800\/15 {
    border-right-color: rgb(17 94 89 / 0.15);
  }

  .\32xl\:border-r-teal-800\/20 {
    border-right-color: rgb(17 94 89 / 0.2);
  }

  .\32xl\:border-r-teal-800\/25 {
    border-right-color: rgb(17 94 89 / 0.25);
  }

  .\32xl\:border-r-teal-800\/30 {
    border-right-color: rgb(17 94 89 / 0.3);
  }

  .\32xl\:border-r-teal-800\/35 {
    border-right-color: rgb(17 94 89 / 0.35);
  }

  .\32xl\:border-r-teal-800\/40 {
    border-right-color: rgb(17 94 89 / 0.4);
  }

  .\32xl\:border-r-teal-800\/45 {
    border-right-color: rgb(17 94 89 / 0.45);
  }

  .\32xl\:border-r-teal-800\/5 {
    border-right-color: rgb(17 94 89 / 0.05);
  }

  .\32xl\:border-r-teal-800\/50 {
    border-right-color: rgb(17 94 89 / 0.5);
  }

  .\32xl\:border-r-teal-800\/55 {
    border-right-color: rgb(17 94 89 / 0.55);
  }

  .\32xl\:border-r-teal-800\/60 {
    border-right-color: rgb(17 94 89 / 0.6);
  }

  .\32xl\:border-r-teal-800\/65 {
    border-right-color: rgb(17 94 89 / 0.65);
  }

  .\32xl\:border-r-teal-800\/70 {
    border-right-color: rgb(17 94 89 / 0.7);
  }

  .\32xl\:border-r-teal-800\/75 {
    border-right-color: rgb(17 94 89 / 0.75);
  }

  .\32xl\:border-r-teal-800\/80 {
    border-right-color: rgb(17 94 89 / 0.8);
  }

  .\32xl\:border-r-teal-800\/85 {
    border-right-color: rgb(17 94 89 / 0.85);
  }

  .\32xl\:border-r-teal-800\/90 {
    border-right-color: rgb(17 94 89 / 0.9);
  }

  .\32xl\:border-r-teal-800\/95 {
    border-right-color: rgb(17 94 89 / 0.95);
  }

  .\32xl\:border-r-teal-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-900\/0 {
    border-right-color: rgb(19 78 74 / 0);
  }

  .\32xl\:border-r-teal-900\/10 {
    border-right-color: rgb(19 78 74 / 0.1);
  }

  .\32xl\:border-r-teal-900\/100 {
    border-right-color: rgb(19 78 74 / 1);
  }

  .\32xl\:border-r-teal-900\/15 {
    border-right-color: rgb(19 78 74 / 0.15);
  }

  .\32xl\:border-r-teal-900\/20 {
    border-right-color: rgb(19 78 74 / 0.2);
  }

  .\32xl\:border-r-teal-900\/25 {
    border-right-color: rgb(19 78 74 / 0.25);
  }

  .\32xl\:border-r-teal-900\/30 {
    border-right-color: rgb(19 78 74 / 0.3);
  }

  .\32xl\:border-r-teal-900\/35 {
    border-right-color: rgb(19 78 74 / 0.35);
  }

  .\32xl\:border-r-teal-900\/40 {
    border-right-color: rgb(19 78 74 / 0.4);
  }

  .\32xl\:border-r-teal-900\/45 {
    border-right-color: rgb(19 78 74 / 0.45);
  }

  .\32xl\:border-r-teal-900\/5 {
    border-right-color: rgb(19 78 74 / 0.05);
  }

  .\32xl\:border-r-teal-900\/50 {
    border-right-color: rgb(19 78 74 / 0.5);
  }

  .\32xl\:border-r-teal-900\/55 {
    border-right-color: rgb(19 78 74 / 0.55);
  }

  .\32xl\:border-r-teal-900\/60 {
    border-right-color: rgb(19 78 74 / 0.6);
  }

  .\32xl\:border-r-teal-900\/65 {
    border-right-color: rgb(19 78 74 / 0.65);
  }

  .\32xl\:border-r-teal-900\/70 {
    border-right-color: rgb(19 78 74 / 0.7);
  }

  .\32xl\:border-r-teal-900\/75 {
    border-right-color: rgb(19 78 74 / 0.75);
  }

  .\32xl\:border-r-teal-900\/80 {
    border-right-color: rgb(19 78 74 / 0.8);
  }

  .\32xl\:border-r-teal-900\/85 {
    border-right-color: rgb(19 78 74 / 0.85);
  }

  .\32xl\:border-r-teal-900\/90 {
    border-right-color: rgb(19 78 74 / 0.9);
  }

  .\32xl\:border-r-teal-900\/95 {
    border-right-color: rgb(19 78 74 / 0.95);
  }

  .\32xl\:border-r-teal-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-teal-950\/0 {
    border-right-color: rgb(4 47 46 / 0);
  }

  .\32xl\:border-r-teal-950\/10 {
    border-right-color: rgb(4 47 46 / 0.1);
  }

  .\32xl\:border-r-teal-950\/100 {
    border-right-color: rgb(4 47 46 / 1);
  }

  .\32xl\:border-r-teal-950\/15 {
    border-right-color: rgb(4 47 46 / 0.15);
  }

  .\32xl\:border-r-teal-950\/20 {
    border-right-color: rgb(4 47 46 / 0.2);
  }

  .\32xl\:border-r-teal-950\/25 {
    border-right-color: rgb(4 47 46 / 0.25);
  }

  .\32xl\:border-r-teal-950\/30 {
    border-right-color: rgb(4 47 46 / 0.3);
  }

  .\32xl\:border-r-teal-950\/35 {
    border-right-color: rgb(4 47 46 / 0.35);
  }

  .\32xl\:border-r-teal-950\/40 {
    border-right-color: rgb(4 47 46 / 0.4);
  }

  .\32xl\:border-r-teal-950\/45 {
    border-right-color: rgb(4 47 46 / 0.45);
  }

  .\32xl\:border-r-teal-950\/5 {
    border-right-color: rgb(4 47 46 / 0.05);
  }

  .\32xl\:border-r-teal-950\/50 {
    border-right-color: rgb(4 47 46 / 0.5);
  }

  .\32xl\:border-r-teal-950\/55 {
    border-right-color: rgb(4 47 46 / 0.55);
  }

  .\32xl\:border-r-teal-950\/60 {
    border-right-color: rgb(4 47 46 / 0.6);
  }

  .\32xl\:border-r-teal-950\/65 {
    border-right-color: rgb(4 47 46 / 0.65);
  }

  .\32xl\:border-r-teal-950\/70 {
    border-right-color: rgb(4 47 46 / 0.7);
  }

  .\32xl\:border-r-teal-950\/75 {
    border-right-color: rgb(4 47 46 / 0.75);
  }

  .\32xl\:border-r-teal-950\/80 {
    border-right-color: rgb(4 47 46 / 0.8);
  }

  .\32xl\:border-r-teal-950\/85 {
    border-right-color: rgb(4 47 46 / 0.85);
  }

  .\32xl\:border-r-teal-950\/90 {
    border-right-color: rgb(4 47 46 / 0.9);
  }

  .\32xl\:border-r-teal-950\/95 {
    border-right-color: rgb(4 47 46 / 0.95);
  }

  .\32xl\:border-r-tertiary {
    --tw-border-opacity: 1;
    border-right-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-tertiary\/0 {
    border-right-color: hsl(var(--tertiary) / 0);
  }

  .\32xl\:border-r-tertiary\/10 {
    border-right-color: hsl(var(--tertiary) / 0.1);
  }

  .\32xl\:border-r-tertiary\/100 {
    border-right-color: hsl(var(--tertiary) / 1);
  }

  .\32xl\:border-r-tertiary\/15 {
    border-right-color: hsl(var(--tertiary) / 0.15);
  }

  .\32xl\:border-r-tertiary\/20 {
    border-right-color: hsl(var(--tertiary) / 0.2);
  }

  .\32xl\:border-r-tertiary\/25 {
    border-right-color: hsl(var(--tertiary) / 0.25);
  }

  .\32xl\:border-r-tertiary\/30 {
    border-right-color: hsl(var(--tertiary) / 0.3);
  }

  .\32xl\:border-r-tertiary\/35 {
    border-right-color: hsl(var(--tertiary) / 0.35);
  }

  .\32xl\:border-r-tertiary\/40 {
    border-right-color: hsl(var(--tertiary) / 0.4);
  }

  .\32xl\:border-r-tertiary\/45 {
    border-right-color: hsl(var(--tertiary) / 0.45);
  }

  .\32xl\:border-r-tertiary\/5 {
    border-right-color: hsl(var(--tertiary) / 0.05);
  }

  .\32xl\:border-r-tertiary\/50 {
    border-right-color: hsl(var(--tertiary) / 0.5);
  }

  .\32xl\:border-r-tertiary\/55 {
    border-right-color: hsl(var(--tertiary) / 0.55);
  }

  .\32xl\:border-r-tertiary\/60 {
    border-right-color: hsl(var(--tertiary) / 0.6);
  }

  .\32xl\:border-r-tertiary\/65 {
    border-right-color: hsl(var(--tertiary) / 0.65);
  }

  .\32xl\:border-r-tertiary\/70 {
    border-right-color: hsl(var(--tertiary) / 0.7);
  }

  .\32xl\:border-r-tertiary\/75 {
    border-right-color: hsl(var(--tertiary) / 0.75);
  }

  .\32xl\:border-r-tertiary\/80 {
    border-right-color: hsl(var(--tertiary) / 0.8);
  }

  .\32xl\:border-r-tertiary\/85 {
    border-right-color: hsl(var(--tertiary) / 0.85);
  }

  .\32xl\:border-r-tertiary\/90 {
    border-right-color: hsl(var(--tertiary) / 0.9);
  }

  .\32xl\:border-r-tertiary\/95 {
    border-right-color: hsl(var(--tertiary) / 0.95);
  }

  .\32xl\:border-r-transparent {
    border-right-color: transparent;
  }

  .\32xl\:border-r-transparent\/0 {
    border-right-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-r-transparent\/10 {
    border-right-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-r-transparent\/100 {
    border-right-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-r-transparent\/15 {
    border-right-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-r-transparent\/20 {
    border-right-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-r-transparent\/25 {
    border-right-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-r-transparent\/30 {
    border-right-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-r-transparent\/35 {
    border-right-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-r-transparent\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-r-transparent\/45 {
    border-right-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-r-transparent\/5 {
    border-right-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-r-transparent\/50 {
    border-right-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-r-transparent\/55 {
    border-right-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-r-transparent\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-r-transparent\/65 {
    border-right-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-r-transparent\/70 {
    border-right-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-r-transparent\/75 {
    border-right-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-r-transparent\/80 {
    border-right-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-r-transparent\/85 {
    border-right-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-r-transparent\/90 {
    border-right-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-r-transparent\/95 {
    border-right-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-r-violet-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-100\/0 {
    border-right-color: rgb(237 233 254 / 0);
  }

  .\32xl\:border-r-violet-100\/10 {
    border-right-color: rgb(237 233 254 / 0.1);
  }

  .\32xl\:border-r-violet-100\/100 {
    border-right-color: rgb(237 233 254 / 1);
  }

  .\32xl\:border-r-violet-100\/15 {
    border-right-color: rgb(237 233 254 / 0.15);
  }

  .\32xl\:border-r-violet-100\/20 {
    border-right-color: rgb(237 233 254 / 0.2);
  }

  .\32xl\:border-r-violet-100\/25 {
    border-right-color: rgb(237 233 254 / 0.25);
  }

  .\32xl\:border-r-violet-100\/30 {
    border-right-color: rgb(237 233 254 / 0.3);
  }

  .\32xl\:border-r-violet-100\/35 {
    border-right-color: rgb(237 233 254 / 0.35);
  }

  .\32xl\:border-r-violet-100\/40 {
    border-right-color: rgb(237 233 254 / 0.4);
  }

  .\32xl\:border-r-violet-100\/45 {
    border-right-color: rgb(237 233 254 / 0.45);
  }

  .\32xl\:border-r-violet-100\/5 {
    border-right-color: rgb(237 233 254 / 0.05);
  }

  .\32xl\:border-r-violet-100\/50 {
    border-right-color: rgb(237 233 254 / 0.5);
  }

  .\32xl\:border-r-violet-100\/55 {
    border-right-color: rgb(237 233 254 / 0.55);
  }

  .\32xl\:border-r-violet-100\/60 {
    border-right-color: rgb(237 233 254 / 0.6);
  }

  .\32xl\:border-r-violet-100\/65 {
    border-right-color: rgb(237 233 254 / 0.65);
  }

  .\32xl\:border-r-violet-100\/70 {
    border-right-color: rgb(237 233 254 / 0.7);
  }

  .\32xl\:border-r-violet-100\/75 {
    border-right-color: rgb(237 233 254 / 0.75);
  }

  .\32xl\:border-r-violet-100\/80 {
    border-right-color: rgb(237 233 254 / 0.8);
  }

  .\32xl\:border-r-violet-100\/85 {
    border-right-color: rgb(237 233 254 / 0.85);
  }

  .\32xl\:border-r-violet-100\/90 {
    border-right-color: rgb(237 233 254 / 0.9);
  }

  .\32xl\:border-r-violet-100\/95 {
    border-right-color: rgb(237 233 254 / 0.95);
  }

  .\32xl\:border-r-violet-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-200\/0 {
    border-right-color: rgb(221 214 254 / 0);
  }

  .\32xl\:border-r-violet-200\/10 {
    border-right-color: rgb(221 214 254 / 0.1);
  }

  .\32xl\:border-r-violet-200\/100 {
    border-right-color: rgb(221 214 254 / 1);
  }

  .\32xl\:border-r-violet-200\/15 {
    border-right-color: rgb(221 214 254 / 0.15);
  }

  .\32xl\:border-r-violet-200\/20 {
    border-right-color: rgb(221 214 254 / 0.2);
  }

  .\32xl\:border-r-violet-200\/25 {
    border-right-color: rgb(221 214 254 / 0.25);
  }

  .\32xl\:border-r-violet-200\/30 {
    border-right-color: rgb(221 214 254 / 0.3);
  }

  .\32xl\:border-r-violet-200\/35 {
    border-right-color: rgb(221 214 254 / 0.35);
  }

  .\32xl\:border-r-violet-200\/40 {
    border-right-color: rgb(221 214 254 / 0.4);
  }

  .\32xl\:border-r-violet-200\/45 {
    border-right-color: rgb(221 214 254 / 0.45);
  }

  .\32xl\:border-r-violet-200\/5 {
    border-right-color: rgb(221 214 254 / 0.05);
  }

  .\32xl\:border-r-violet-200\/50 {
    border-right-color: rgb(221 214 254 / 0.5);
  }

  .\32xl\:border-r-violet-200\/55 {
    border-right-color: rgb(221 214 254 / 0.55);
  }

  .\32xl\:border-r-violet-200\/60 {
    border-right-color: rgb(221 214 254 / 0.6);
  }

  .\32xl\:border-r-violet-200\/65 {
    border-right-color: rgb(221 214 254 / 0.65);
  }

  .\32xl\:border-r-violet-200\/70 {
    border-right-color: rgb(221 214 254 / 0.7);
  }

  .\32xl\:border-r-violet-200\/75 {
    border-right-color: rgb(221 214 254 / 0.75);
  }

  .\32xl\:border-r-violet-200\/80 {
    border-right-color: rgb(221 214 254 / 0.8);
  }

  .\32xl\:border-r-violet-200\/85 {
    border-right-color: rgb(221 214 254 / 0.85);
  }

  .\32xl\:border-r-violet-200\/90 {
    border-right-color: rgb(221 214 254 / 0.9);
  }

  .\32xl\:border-r-violet-200\/95 {
    border-right-color: rgb(221 214 254 / 0.95);
  }

  .\32xl\:border-r-violet-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-300\/0 {
    border-right-color: rgb(196 181 253 / 0);
  }

  .\32xl\:border-r-violet-300\/10 {
    border-right-color: rgb(196 181 253 / 0.1);
  }

  .\32xl\:border-r-violet-300\/100 {
    border-right-color: rgb(196 181 253 / 1);
  }

  .\32xl\:border-r-violet-300\/15 {
    border-right-color: rgb(196 181 253 / 0.15);
  }

  .\32xl\:border-r-violet-300\/20 {
    border-right-color: rgb(196 181 253 / 0.2);
  }

  .\32xl\:border-r-violet-300\/25 {
    border-right-color: rgb(196 181 253 / 0.25);
  }

  .\32xl\:border-r-violet-300\/30 {
    border-right-color: rgb(196 181 253 / 0.3);
  }

  .\32xl\:border-r-violet-300\/35 {
    border-right-color: rgb(196 181 253 / 0.35);
  }

  .\32xl\:border-r-violet-300\/40 {
    border-right-color: rgb(196 181 253 / 0.4);
  }

  .\32xl\:border-r-violet-300\/45 {
    border-right-color: rgb(196 181 253 / 0.45);
  }

  .\32xl\:border-r-violet-300\/5 {
    border-right-color: rgb(196 181 253 / 0.05);
  }

  .\32xl\:border-r-violet-300\/50 {
    border-right-color: rgb(196 181 253 / 0.5);
  }

  .\32xl\:border-r-violet-300\/55 {
    border-right-color: rgb(196 181 253 / 0.55);
  }

  .\32xl\:border-r-violet-300\/60 {
    border-right-color: rgb(196 181 253 / 0.6);
  }

  .\32xl\:border-r-violet-300\/65 {
    border-right-color: rgb(196 181 253 / 0.65);
  }

  .\32xl\:border-r-violet-300\/70 {
    border-right-color: rgb(196 181 253 / 0.7);
  }

  .\32xl\:border-r-violet-300\/75 {
    border-right-color: rgb(196 181 253 / 0.75);
  }

  .\32xl\:border-r-violet-300\/80 {
    border-right-color: rgb(196 181 253 / 0.8);
  }

  .\32xl\:border-r-violet-300\/85 {
    border-right-color: rgb(196 181 253 / 0.85);
  }

  .\32xl\:border-r-violet-300\/90 {
    border-right-color: rgb(196 181 253 / 0.9);
  }

  .\32xl\:border-r-violet-300\/95 {
    border-right-color: rgb(196 181 253 / 0.95);
  }

  .\32xl\:border-r-violet-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-400\/0 {
    border-right-color: rgb(167 139 250 / 0);
  }

  .\32xl\:border-r-violet-400\/10 {
    border-right-color: rgb(167 139 250 / 0.1);
  }

  .\32xl\:border-r-violet-400\/100 {
    border-right-color: rgb(167 139 250 / 1);
  }

  .\32xl\:border-r-violet-400\/15 {
    border-right-color: rgb(167 139 250 / 0.15);
  }

  .\32xl\:border-r-violet-400\/20 {
    border-right-color: rgb(167 139 250 / 0.2);
  }

  .\32xl\:border-r-violet-400\/25 {
    border-right-color: rgb(167 139 250 / 0.25);
  }

  .\32xl\:border-r-violet-400\/30 {
    border-right-color: rgb(167 139 250 / 0.3);
  }

  .\32xl\:border-r-violet-400\/35 {
    border-right-color: rgb(167 139 250 / 0.35);
  }

  .\32xl\:border-r-violet-400\/40 {
    border-right-color: rgb(167 139 250 / 0.4);
  }

  .\32xl\:border-r-violet-400\/45 {
    border-right-color: rgb(167 139 250 / 0.45);
  }

  .\32xl\:border-r-violet-400\/5 {
    border-right-color: rgb(167 139 250 / 0.05);
  }

  .\32xl\:border-r-violet-400\/50 {
    border-right-color: rgb(167 139 250 / 0.5);
  }

  .\32xl\:border-r-violet-400\/55 {
    border-right-color: rgb(167 139 250 / 0.55);
  }

  .\32xl\:border-r-violet-400\/60 {
    border-right-color: rgb(167 139 250 / 0.6);
  }

  .\32xl\:border-r-violet-400\/65 {
    border-right-color: rgb(167 139 250 / 0.65);
  }

  .\32xl\:border-r-violet-400\/70 {
    border-right-color: rgb(167 139 250 / 0.7);
  }

  .\32xl\:border-r-violet-400\/75 {
    border-right-color: rgb(167 139 250 / 0.75);
  }

  .\32xl\:border-r-violet-400\/80 {
    border-right-color: rgb(167 139 250 / 0.8);
  }

  .\32xl\:border-r-violet-400\/85 {
    border-right-color: rgb(167 139 250 / 0.85);
  }

  .\32xl\:border-r-violet-400\/90 {
    border-right-color: rgb(167 139 250 / 0.9);
  }

  .\32xl\:border-r-violet-400\/95 {
    border-right-color: rgb(167 139 250 / 0.95);
  }

  .\32xl\:border-r-violet-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-50\/0 {
    border-right-color: rgb(245 243 255 / 0);
  }

  .\32xl\:border-r-violet-50\/10 {
    border-right-color: rgb(245 243 255 / 0.1);
  }

  .\32xl\:border-r-violet-50\/100 {
    border-right-color: rgb(245 243 255 / 1);
  }

  .\32xl\:border-r-violet-50\/15 {
    border-right-color: rgb(245 243 255 / 0.15);
  }

  .\32xl\:border-r-violet-50\/20 {
    border-right-color: rgb(245 243 255 / 0.2);
  }

  .\32xl\:border-r-violet-50\/25 {
    border-right-color: rgb(245 243 255 / 0.25);
  }

  .\32xl\:border-r-violet-50\/30 {
    border-right-color: rgb(245 243 255 / 0.3);
  }

  .\32xl\:border-r-violet-50\/35 {
    border-right-color: rgb(245 243 255 / 0.35);
  }

  .\32xl\:border-r-violet-50\/40 {
    border-right-color: rgb(245 243 255 / 0.4);
  }

  .\32xl\:border-r-violet-50\/45 {
    border-right-color: rgb(245 243 255 / 0.45);
  }

  .\32xl\:border-r-violet-50\/5 {
    border-right-color: rgb(245 243 255 / 0.05);
  }

  .\32xl\:border-r-violet-50\/50 {
    border-right-color: rgb(245 243 255 / 0.5);
  }

  .\32xl\:border-r-violet-50\/55 {
    border-right-color: rgb(245 243 255 / 0.55);
  }

  .\32xl\:border-r-violet-50\/60 {
    border-right-color: rgb(245 243 255 / 0.6);
  }

  .\32xl\:border-r-violet-50\/65 {
    border-right-color: rgb(245 243 255 / 0.65);
  }

  .\32xl\:border-r-violet-50\/70 {
    border-right-color: rgb(245 243 255 / 0.7);
  }

  .\32xl\:border-r-violet-50\/75 {
    border-right-color: rgb(245 243 255 / 0.75);
  }

  .\32xl\:border-r-violet-50\/80 {
    border-right-color: rgb(245 243 255 / 0.8);
  }

  .\32xl\:border-r-violet-50\/85 {
    border-right-color: rgb(245 243 255 / 0.85);
  }

  .\32xl\:border-r-violet-50\/90 {
    border-right-color: rgb(245 243 255 / 0.9);
  }

  .\32xl\:border-r-violet-50\/95 {
    border-right-color: rgb(245 243 255 / 0.95);
  }

  .\32xl\:border-r-violet-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-500\/0 {
    border-right-color: rgb(139 92 246 / 0);
  }

  .\32xl\:border-r-violet-500\/10 {
    border-right-color: rgb(139 92 246 / 0.1);
  }

  .\32xl\:border-r-violet-500\/100 {
    border-right-color: rgb(139 92 246 / 1);
  }

  .\32xl\:border-r-violet-500\/15 {
    border-right-color: rgb(139 92 246 / 0.15);
  }

  .\32xl\:border-r-violet-500\/20 {
    border-right-color: rgb(139 92 246 / 0.2);
  }

  .\32xl\:border-r-violet-500\/25 {
    border-right-color: rgb(139 92 246 / 0.25);
  }

  .\32xl\:border-r-violet-500\/30 {
    border-right-color: rgb(139 92 246 / 0.3);
  }

  .\32xl\:border-r-violet-500\/35 {
    border-right-color: rgb(139 92 246 / 0.35);
  }

  .\32xl\:border-r-violet-500\/40 {
    border-right-color: rgb(139 92 246 / 0.4);
  }

  .\32xl\:border-r-violet-500\/45 {
    border-right-color: rgb(139 92 246 / 0.45);
  }

  .\32xl\:border-r-violet-500\/5 {
    border-right-color: rgb(139 92 246 / 0.05);
  }

  .\32xl\:border-r-violet-500\/50 {
    border-right-color: rgb(139 92 246 / 0.5);
  }

  .\32xl\:border-r-violet-500\/55 {
    border-right-color: rgb(139 92 246 / 0.55);
  }

  .\32xl\:border-r-violet-500\/60 {
    border-right-color: rgb(139 92 246 / 0.6);
  }

  .\32xl\:border-r-violet-500\/65 {
    border-right-color: rgb(139 92 246 / 0.65);
  }

  .\32xl\:border-r-violet-500\/70 {
    border-right-color: rgb(139 92 246 / 0.7);
  }

  .\32xl\:border-r-violet-500\/75 {
    border-right-color: rgb(139 92 246 / 0.75);
  }

  .\32xl\:border-r-violet-500\/80 {
    border-right-color: rgb(139 92 246 / 0.8);
  }

  .\32xl\:border-r-violet-500\/85 {
    border-right-color: rgb(139 92 246 / 0.85);
  }

  .\32xl\:border-r-violet-500\/90 {
    border-right-color: rgb(139 92 246 / 0.9);
  }

  .\32xl\:border-r-violet-500\/95 {
    border-right-color: rgb(139 92 246 / 0.95);
  }

  .\32xl\:border-r-violet-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-600\/0 {
    border-right-color: rgb(124 58 237 / 0);
  }

  .\32xl\:border-r-violet-600\/10 {
    border-right-color: rgb(124 58 237 / 0.1);
  }

  .\32xl\:border-r-violet-600\/100 {
    border-right-color: rgb(124 58 237 / 1);
  }

  .\32xl\:border-r-violet-600\/15 {
    border-right-color: rgb(124 58 237 / 0.15);
  }

  .\32xl\:border-r-violet-600\/20 {
    border-right-color: rgb(124 58 237 / 0.2);
  }

  .\32xl\:border-r-violet-600\/25 {
    border-right-color: rgb(124 58 237 / 0.25);
  }

  .\32xl\:border-r-violet-600\/30 {
    border-right-color: rgb(124 58 237 / 0.3);
  }

  .\32xl\:border-r-violet-600\/35 {
    border-right-color: rgb(124 58 237 / 0.35);
  }

  .\32xl\:border-r-violet-600\/40 {
    border-right-color: rgb(124 58 237 / 0.4);
  }

  .\32xl\:border-r-violet-600\/45 {
    border-right-color: rgb(124 58 237 / 0.45);
  }

  .\32xl\:border-r-violet-600\/5 {
    border-right-color: rgb(124 58 237 / 0.05);
  }

  .\32xl\:border-r-violet-600\/50 {
    border-right-color: rgb(124 58 237 / 0.5);
  }

  .\32xl\:border-r-violet-600\/55 {
    border-right-color: rgb(124 58 237 / 0.55);
  }

  .\32xl\:border-r-violet-600\/60 {
    border-right-color: rgb(124 58 237 / 0.6);
  }

  .\32xl\:border-r-violet-600\/65 {
    border-right-color: rgb(124 58 237 / 0.65);
  }

  .\32xl\:border-r-violet-600\/70 {
    border-right-color: rgb(124 58 237 / 0.7);
  }

  .\32xl\:border-r-violet-600\/75 {
    border-right-color: rgb(124 58 237 / 0.75);
  }

  .\32xl\:border-r-violet-600\/80 {
    border-right-color: rgb(124 58 237 / 0.8);
  }

  .\32xl\:border-r-violet-600\/85 {
    border-right-color: rgb(124 58 237 / 0.85);
  }

  .\32xl\:border-r-violet-600\/90 {
    border-right-color: rgb(124 58 237 / 0.9);
  }

  .\32xl\:border-r-violet-600\/95 {
    border-right-color: rgb(124 58 237 / 0.95);
  }

  .\32xl\:border-r-violet-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-700\/0 {
    border-right-color: rgb(109 40 217 / 0);
  }

  .\32xl\:border-r-violet-700\/10 {
    border-right-color: rgb(109 40 217 / 0.1);
  }

  .\32xl\:border-r-violet-700\/100 {
    border-right-color: rgb(109 40 217 / 1);
  }

  .\32xl\:border-r-violet-700\/15 {
    border-right-color: rgb(109 40 217 / 0.15);
  }

  .\32xl\:border-r-violet-700\/20 {
    border-right-color: rgb(109 40 217 / 0.2);
  }

  .\32xl\:border-r-violet-700\/25 {
    border-right-color: rgb(109 40 217 / 0.25);
  }

  .\32xl\:border-r-violet-700\/30 {
    border-right-color: rgb(109 40 217 / 0.3);
  }

  .\32xl\:border-r-violet-700\/35 {
    border-right-color: rgb(109 40 217 / 0.35);
  }

  .\32xl\:border-r-violet-700\/40 {
    border-right-color: rgb(109 40 217 / 0.4);
  }

  .\32xl\:border-r-violet-700\/45 {
    border-right-color: rgb(109 40 217 / 0.45);
  }

  .\32xl\:border-r-violet-700\/5 {
    border-right-color: rgb(109 40 217 / 0.05);
  }

  .\32xl\:border-r-violet-700\/50 {
    border-right-color: rgb(109 40 217 / 0.5);
  }

  .\32xl\:border-r-violet-700\/55 {
    border-right-color: rgb(109 40 217 / 0.55);
  }

  .\32xl\:border-r-violet-700\/60 {
    border-right-color: rgb(109 40 217 / 0.6);
  }

  .\32xl\:border-r-violet-700\/65 {
    border-right-color: rgb(109 40 217 / 0.65);
  }

  .\32xl\:border-r-violet-700\/70 {
    border-right-color: rgb(109 40 217 / 0.7);
  }

  .\32xl\:border-r-violet-700\/75 {
    border-right-color: rgb(109 40 217 / 0.75);
  }

  .\32xl\:border-r-violet-700\/80 {
    border-right-color: rgb(109 40 217 / 0.8);
  }

  .\32xl\:border-r-violet-700\/85 {
    border-right-color: rgb(109 40 217 / 0.85);
  }

  .\32xl\:border-r-violet-700\/90 {
    border-right-color: rgb(109 40 217 / 0.9);
  }

  .\32xl\:border-r-violet-700\/95 {
    border-right-color: rgb(109 40 217 / 0.95);
  }

  .\32xl\:border-r-violet-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-800\/0 {
    border-right-color: rgb(91 33 182 / 0);
  }

  .\32xl\:border-r-violet-800\/10 {
    border-right-color: rgb(91 33 182 / 0.1);
  }

  .\32xl\:border-r-violet-800\/100 {
    border-right-color: rgb(91 33 182 / 1);
  }

  .\32xl\:border-r-violet-800\/15 {
    border-right-color: rgb(91 33 182 / 0.15);
  }

  .\32xl\:border-r-violet-800\/20 {
    border-right-color: rgb(91 33 182 / 0.2);
  }

  .\32xl\:border-r-violet-800\/25 {
    border-right-color: rgb(91 33 182 / 0.25);
  }

  .\32xl\:border-r-violet-800\/30 {
    border-right-color: rgb(91 33 182 / 0.3);
  }

  .\32xl\:border-r-violet-800\/35 {
    border-right-color: rgb(91 33 182 / 0.35);
  }

  .\32xl\:border-r-violet-800\/40 {
    border-right-color: rgb(91 33 182 / 0.4);
  }

  .\32xl\:border-r-violet-800\/45 {
    border-right-color: rgb(91 33 182 / 0.45);
  }

  .\32xl\:border-r-violet-800\/5 {
    border-right-color: rgb(91 33 182 / 0.05);
  }

  .\32xl\:border-r-violet-800\/50 {
    border-right-color: rgb(91 33 182 / 0.5);
  }

  .\32xl\:border-r-violet-800\/55 {
    border-right-color: rgb(91 33 182 / 0.55);
  }

  .\32xl\:border-r-violet-800\/60 {
    border-right-color: rgb(91 33 182 / 0.6);
  }

  .\32xl\:border-r-violet-800\/65 {
    border-right-color: rgb(91 33 182 / 0.65);
  }

  .\32xl\:border-r-violet-800\/70 {
    border-right-color: rgb(91 33 182 / 0.7);
  }

  .\32xl\:border-r-violet-800\/75 {
    border-right-color: rgb(91 33 182 / 0.75);
  }

  .\32xl\:border-r-violet-800\/80 {
    border-right-color: rgb(91 33 182 / 0.8);
  }

  .\32xl\:border-r-violet-800\/85 {
    border-right-color: rgb(91 33 182 / 0.85);
  }

  .\32xl\:border-r-violet-800\/90 {
    border-right-color: rgb(91 33 182 / 0.9);
  }

  .\32xl\:border-r-violet-800\/95 {
    border-right-color: rgb(91 33 182 / 0.95);
  }

  .\32xl\:border-r-violet-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-900\/0 {
    border-right-color: rgb(76 29 149 / 0);
  }

  .\32xl\:border-r-violet-900\/10 {
    border-right-color: rgb(76 29 149 / 0.1);
  }

  .\32xl\:border-r-violet-900\/100 {
    border-right-color: rgb(76 29 149 / 1);
  }

  .\32xl\:border-r-violet-900\/15 {
    border-right-color: rgb(76 29 149 / 0.15);
  }

  .\32xl\:border-r-violet-900\/20 {
    border-right-color: rgb(76 29 149 / 0.2);
  }

  .\32xl\:border-r-violet-900\/25 {
    border-right-color: rgb(76 29 149 / 0.25);
  }

  .\32xl\:border-r-violet-900\/30 {
    border-right-color: rgb(76 29 149 / 0.3);
  }

  .\32xl\:border-r-violet-900\/35 {
    border-right-color: rgb(76 29 149 / 0.35);
  }

  .\32xl\:border-r-violet-900\/40 {
    border-right-color: rgb(76 29 149 / 0.4);
  }

  .\32xl\:border-r-violet-900\/45 {
    border-right-color: rgb(76 29 149 / 0.45);
  }

  .\32xl\:border-r-violet-900\/5 {
    border-right-color: rgb(76 29 149 / 0.05);
  }

  .\32xl\:border-r-violet-900\/50 {
    border-right-color: rgb(76 29 149 / 0.5);
  }

  .\32xl\:border-r-violet-900\/55 {
    border-right-color: rgb(76 29 149 / 0.55);
  }

  .\32xl\:border-r-violet-900\/60 {
    border-right-color: rgb(76 29 149 / 0.6);
  }

  .\32xl\:border-r-violet-900\/65 {
    border-right-color: rgb(76 29 149 / 0.65);
  }

  .\32xl\:border-r-violet-900\/70 {
    border-right-color: rgb(76 29 149 / 0.7);
  }

  .\32xl\:border-r-violet-900\/75 {
    border-right-color: rgb(76 29 149 / 0.75);
  }

  .\32xl\:border-r-violet-900\/80 {
    border-right-color: rgb(76 29 149 / 0.8);
  }

  .\32xl\:border-r-violet-900\/85 {
    border-right-color: rgb(76 29 149 / 0.85);
  }

  .\32xl\:border-r-violet-900\/90 {
    border-right-color: rgb(76 29 149 / 0.9);
  }

  .\32xl\:border-r-violet-900\/95 {
    border-right-color: rgb(76 29 149 / 0.95);
  }

  .\32xl\:border-r-violet-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-violet-950\/0 {
    border-right-color: rgb(46 16 101 / 0);
  }

  .\32xl\:border-r-violet-950\/10 {
    border-right-color: rgb(46 16 101 / 0.1);
  }

  .\32xl\:border-r-violet-950\/100 {
    border-right-color: rgb(46 16 101 / 1);
  }

  .\32xl\:border-r-violet-950\/15 {
    border-right-color: rgb(46 16 101 / 0.15);
  }

  .\32xl\:border-r-violet-950\/20 {
    border-right-color: rgb(46 16 101 / 0.2);
  }

  .\32xl\:border-r-violet-950\/25 {
    border-right-color: rgb(46 16 101 / 0.25);
  }

  .\32xl\:border-r-violet-950\/30 {
    border-right-color: rgb(46 16 101 / 0.3);
  }

  .\32xl\:border-r-violet-950\/35 {
    border-right-color: rgb(46 16 101 / 0.35);
  }

  .\32xl\:border-r-violet-950\/40 {
    border-right-color: rgb(46 16 101 / 0.4);
  }

  .\32xl\:border-r-violet-950\/45 {
    border-right-color: rgb(46 16 101 / 0.45);
  }

  .\32xl\:border-r-violet-950\/5 {
    border-right-color: rgb(46 16 101 / 0.05);
  }

  .\32xl\:border-r-violet-950\/50 {
    border-right-color: rgb(46 16 101 / 0.5);
  }

  .\32xl\:border-r-violet-950\/55 {
    border-right-color: rgb(46 16 101 / 0.55);
  }

  .\32xl\:border-r-violet-950\/60 {
    border-right-color: rgb(46 16 101 / 0.6);
  }

  .\32xl\:border-r-violet-950\/65 {
    border-right-color: rgb(46 16 101 / 0.65);
  }

  .\32xl\:border-r-violet-950\/70 {
    border-right-color: rgb(46 16 101 / 0.7);
  }

  .\32xl\:border-r-violet-950\/75 {
    border-right-color: rgb(46 16 101 / 0.75);
  }

  .\32xl\:border-r-violet-950\/80 {
    border-right-color: rgb(46 16 101 / 0.8);
  }

  .\32xl\:border-r-violet-950\/85 {
    border-right-color: rgb(46 16 101 / 0.85);
  }

  .\32xl\:border-r-violet-950\/90 {
    border-right-color: rgb(46 16 101 / 0.9);
  }

  .\32xl\:border-r-violet-950\/95 {
    border-right-color: rgb(46 16 101 / 0.95);
  }

  .\32xl\:border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-white\/0 {
    border-right-color: rgb(255 255 255 / 0);
  }

  .\32xl\:border-r-white\/10 {
    border-right-color: rgb(255 255 255 / 0.1);
  }

  .\32xl\:border-r-white\/100 {
    border-right-color: rgb(255 255 255 / 1);
  }

  .\32xl\:border-r-white\/15 {
    border-right-color: rgb(255 255 255 / 0.15);
  }

  .\32xl\:border-r-white\/20 {
    border-right-color: rgb(255 255 255 / 0.2);
  }

  .\32xl\:border-r-white\/25 {
    border-right-color: rgb(255 255 255 / 0.25);
  }

  .\32xl\:border-r-white\/30 {
    border-right-color: rgb(255 255 255 / 0.3);
  }

  .\32xl\:border-r-white\/35 {
    border-right-color: rgb(255 255 255 / 0.35);
  }

  .\32xl\:border-r-white\/40 {
    border-right-color: rgb(255 255 255 / 0.4);
  }

  .\32xl\:border-r-white\/45 {
    border-right-color: rgb(255 255 255 / 0.45);
  }

  .\32xl\:border-r-white\/5 {
    border-right-color: rgb(255 255 255 / 0.05);
  }

  .\32xl\:border-r-white\/50 {
    border-right-color: rgb(255 255 255 / 0.5);
  }

  .\32xl\:border-r-white\/55 {
    border-right-color: rgb(255 255 255 / 0.55);
  }

  .\32xl\:border-r-white\/60 {
    border-right-color: rgb(255 255 255 / 0.6);
  }

  .\32xl\:border-r-white\/65 {
    border-right-color: rgb(255 255 255 / 0.65);
  }

  .\32xl\:border-r-white\/70 {
    border-right-color: rgb(255 255 255 / 0.7);
  }

  .\32xl\:border-r-white\/75 {
    border-right-color: rgb(255 255 255 / 0.75);
  }

  .\32xl\:border-r-white\/80 {
    border-right-color: rgb(255 255 255 / 0.8);
  }

  .\32xl\:border-r-white\/85 {
    border-right-color: rgb(255 255 255 / 0.85);
  }

  .\32xl\:border-r-white\/90 {
    border-right-color: rgb(255 255 255 / 0.9);
  }

  .\32xl\:border-r-white\/95 {
    border-right-color: rgb(255 255 255 / 0.95);
  }

  .\32xl\:border-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-100\/0 {
    border-right-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-r-yellow-100\/10 {
    border-right-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-r-yellow-100\/100 {
    border-right-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-r-yellow-100\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .\32xl\:border-r-yellow-100\/20 {
    border-right-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-r-yellow-100\/25 {
    border-right-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-r-yellow-100\/30 {
    border-right-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-r-yellow-100\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .\32xl\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .\32xl\:border-r-yellow-100\/5 {
    border-right-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-r-yellow-100\/50 {
    border-right-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-r-yellow-100\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .\32xl\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .\32xl\:border-r-yellow-100\/70 {
    border-right-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-r-yellow-100\/75 {
    border-right-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-r-yellow-100\/80 {
    border-right-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-r-yellow-100\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .\32xl\:border-r-yellow-100\/90 {
    border-right-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-r-yellow-100\/95 {
    border-right-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-r-yellow-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-200\/0 {
    border-right-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-r-yellow-200\/10 {
    border-right-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-r-yellow-200\/100 {
    border-right-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-r-yellow-200\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .\32xl\:border-r-yellow-200\/20 {
    border-right-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-r-yellow-200\/25 {
    border-right-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-r-yellow-200\/30 {
    border-right-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-r-yellow-200\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .\32xl\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .\32xl\:border-r-yellow-200\/5 {
    border-right-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-r-yellow-200\/50 {
    border-right-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-r-yellow-200\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .\32xl\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .\32xl\:border-r-yellow-200\/70 {
    border-right-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-r-yellow-200\/75 {
    border-right-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-r-yellow-200\/80 {
    border-right-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-r-yellow-200\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .\32xl\:border-r-yellow-200\/90 {
    border-right-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-r-yellow-200\/95 {
    border-right-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-r-yellow-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-300\/0 {
    border-right-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-r-yellow-300\/10 {
    border-right-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-r-yellow-300\/100 {
    border-right-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-r-yellow-300\/15 {
    border-right-color: rgb(253 224 71 / 0.15);
  }

  .\32xl\:border-r-yellow-300\/20 {
    border-right-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-r-yellow-300\/25 {
    border-right-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-r-yellow-300\/30 {
    border-right-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-r-yellow-300\/35 {
    border-right-color: rgb(253 224 71 / 0.35);
  }

  .\32xl\:border-r-yellow-300\/40 {
    border-right-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-r-yellow-300\/45 {
    border-right-color: rgb(253 224 71 / 0.45);
  }

  .\32xl\:border-r-yellow-300\/5 {
    border-right-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-r-yellow-300\/50 {
    border-right-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-r-yellow-300\/55 {
    border-right-color: rgb(253 224 71 / 0.55);
  }

  .\32xl\:border-r-yellow-300\/60 {
    border-right-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-r-yellow-300\/65 {
    border-right-color: rgb(253 224 71 / 0.65);
  }

  .\32xl\:border-r-yellow-300\/70 {
    border-right-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-r-yellow-300\/75 {
    border-right-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-r-yellow-300\/80 {
    border-right-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-r-yellow-300\/85 {
    border-right-color: rgb(253 224 71 / 0.85);
  }

  .\32xl\:border-r-yellow-300\/90 {
    border-right-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-r-yellow-300\/95 {
    border-right-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-r-yellow-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-400\/0 {
    border-right-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-r-yellow-400\/10 {
    border-right-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-r-yellow-400\/100 {
    border-right-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-r-yellow-400\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .\32xl\:border-r-yellow-400\/20 {
    border-right-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-r-yellow-400\/25 {
    border-right-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-r-yellow-400\/30 {
    border-right-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-r-yellow-400\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .\32xl\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .\32xl\:border-r-yellow-400\/5 {
    border-right-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-r-yellow-400\/50 {
    border-right-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-r-yellow-400\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .\32xl\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .\32xl\:border-r-yellow-400\/70 {
    border-right-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-r-yellow-400\/75 {
    border-right-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-r-yellow-400\/80 {
    border-right-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-r-yellow-400\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .\32xl\:border-r-yellow-400\/90 {
    border-right-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-r-yellow-400\/95 {
    border-right-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-r-yellow-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-50\/0 {
    border-right-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-r-yellow-50\/10 {
    border-right-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-r-yellow-50\/100 {
    border-right-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-r-yellow-50\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .\32xl\:border-r-yellow-50\/20 {
    border-right-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-r-yellow-50\/25 {
    border-right-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-r-yellow-50\/30 {
    border-right-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-r-yellow-50\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .\32xl\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .\32xl\:border-r-yellow-50\/5 {
    border-right-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-r-yellow-50\/50 {
    border-right-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-r-yellow-50\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .\32xl\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .\32xl\:border-r-yellow-50\/70 {
    border-right-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-r-yellow-50\/75 {
    border-right-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-r-yellow-50\/80 {
    border-right-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-r-yellow-50\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .\32xl\:border-r-yellow-50\/90 {
    border-right-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-r-yellow-50\/95 {
    border-right-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-r-yellow-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-500\/0 {
    border-right-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-r-yellow-500\/10 {
    border-right-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-r-yellow-500\/100 {
    border-right-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-r-yellow-500\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .\32xl\:border-r-yellow-500\/20 {
    border-right-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-r-yellow-500\/25 {
    border-right-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-r-yellow-500\/30 {
    border-right-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-r-yellow-500\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .\32xl\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .\32xl\:border-r-yellow-500\/5 {
    border-right-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-r-yellow-500\/50 {
    border-right-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-r-yellow-500\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .\32xl\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .\32xl\:border-r-yellow-500\/70 {
    border-right-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-r-yellow-500\/75 {
    border-right-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-r-yellow-500\/80 {
    border-right-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-r-yellow-500\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .\32xl\:border-r-yellow-500\/90 {
    border-right-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-r-yellow-500\/95 {
    border-right-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-r-yellow-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-600\/0 {
    border-right-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-r-yellow-600\/10 {
    border-right-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-r-yellow-600\/100 {
    border-right-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-r-yellow-600\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .\32xl\:border-r-yellow-600\/20 {
    border-right-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-r-yellow-600\/25 {
    border-right-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-r-yellow-600\/30 {
    border-right-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-r-yellow-600\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .\32xl\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .\32xl\:border-r-yellow-600\/5 {
    border-right-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-r-yellow-600\/50 {
    border-right-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-r-yellow-600\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .\32xl\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .\32xl\:border-r-yellow-600\/70 {
    border-right-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-r-yellow-600\/75 {
    border-right-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-r-yellow-600\/80 {
    border-right-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-r-yellow-600\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .\32xl\:border-r-yellow-600\/90 {
    border-right-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-r-yellow-600\/95 {
    border-right-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-r-yellow-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-700\/0 {
    border-right-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-r-yellow-700\/10 {
    border-right-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-r-yellow-700\/100 {
    border-right-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-r-yellow-700\/15 {
    border-right-color: rgb(161 98 7 / 0.15);
  }

  .\32xl\:border-r-yellow-700\/20 {
    border-right-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-r-yellow-700\/25 {
    border-right-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-r-yellow-700\/30 {
    border-right-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-r-yellow-700\/35 {
    border-right-color: rgb(161 98 7 / 0.35);
  }

  .\32xl\:border-r-yellow-700\/40 {
    border-right-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-r-yellow-700\/45 {
    border-right-color: rgb(161 98 7 / 0.45);
  }

  .\32xl\:border-r-yellow-700\/5 {
    border-right-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-r-yellow-700\/50 {
    border-right-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-r-yellow-700\/55 {
    border-right-color: rgb(161 98 7 / 0.55);
  }

  .\32xl\:border-r-yellow-700\/60 {
    border-right-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-r-yellow-700\/65 {
    border-right-color: rgb(161 98 7 / 0.65);
  }

  .\32xl\:border-r-yellow-700\/70 {
    border-right-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-r-yellow-700\/75 {
    border-right-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-r-yellow-700\/80 {
    border-right-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-r-yellow-700\/85 {
    border-right-color: rgb(161 98 7 / 0.85);
  }

  .\32xl\:border-r-yellow-700\/90 {
    border-right-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-r-yellow-700\/95 {
    border-right-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-r-yellow-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-800\/0 {
    border-right-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-r-yellow-800\/10 {
    border-right-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-r-yellow-800\/100 {
    border-right-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-r-yellow-800\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .\32xl\:border-r-yellow-800\/20 {
    border-right-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-r-yellow-800\/25 {
    border-right-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-r-yellow-800\/30 {
    border-right-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-r-yellow-800\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .\32xl\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .\32xl\:border-r-yellow-800\/5 {
    border-right-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-r-yellow-800\/50 {
    border-right-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-r-yellow-800\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .\32xl\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .\32xl\:border-r-yellow-800\/70 {
    border-right-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-r-yellow-800\/75 {
    border-right-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-r-yellow-800\/80 {
    border-right-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-r-yellow-800\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .\32xl\:border-r-yellow-800\/90 {
    border-right-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-r-yellow-800\/95 {
    border-right-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-r-yellow-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-900\/0 {
    border-right-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-r-yellow-900\/10 {
    border-right-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-r-yellow-900\/100 {
    border-right-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-r-yellow-900\/15 {
    border-right-color: rgb(113 63 18 / 0.15);
  }

  .\32xl\:border-r-yellow-900\/20 {
    border-right-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-r-yellow-900\/25 {
    border-right-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-r-yellow-900\/30 {
    border-right-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-r-yellow-900\/35 {
    border-right-color: rgb(113 63 18 / 0.35);
  }

  .\32xl\:border-r-yellow-900\/40 {
    border-right-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-r-yellow-900\/45 {
    border-right-color: rgb(113 63 18 / 0.45);
  }

  .\32xl\:border-r-yellow-900\/5 {
    border-right-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-r-yellow-900\/50 {
    border-right-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-r-yellow-900\/55 {
    border-right-color: rgb(113 63 18 / 0.55);
  }

  .\32xl\:border-r-yellow-900\/60 {
    border-right-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-r-yellow-900\/65 {
    border-right-color: rgb(113 63 18 / 0.65);
  }

  .\32xl\:border-r-yellow-900\/70 {
    border-right-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-r-yellow-900\/75 {
    border-right-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-r-yellow-900\/80 {
    border-right-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-r-yellow-900\/85 {
    border-right-color: rgb(113 63 18 / 0.85);
  }

  .\32xl\:border-r-yellow-900\/90 {
    border-right-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-r-yellow-900\/95 {
    border-right-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-r-yellow-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-yellow-950\/0 {
    border-right-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-r-yellow-950\/10 {
    border-right-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-r-yellow-950\/100 {
    border-right-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-r-yellow-950\/15 {
    border-right-color: rgb(66 32 6 / 0.15);
  }

  .\32xl\:border-r-yellow-950\/20 {
    border-right-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-r-yellow-950\/25 {
    border-right-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-r-yellow-950\/30 {
    border-right-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-r-yellow-950\/35 {
    border-right-color: rgb(66 32 6 / 0.35);
  }

  .\32xl\:border-r-yellow-950\/40 {
    border-right-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-r-yellow-950\/45 {
    border-right-color: rgb(66 32 6 / 0.45);
  }

  .\32xl\:border-r-yellow-950\/5 {
    border-right-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-r-yellow-950\/50 {
    border-right-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-r-yellow-950\/55 {
    border-right-color: rgb(66 32 6 / 0.55);
  }

  .\32xl\:border-r-yellow-950\/60 {
    border-right-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-r-yellow-950\/65 {
    border-right-color: rgb(66 32 6 / 0.65);
  }

  .\32xl\:border-r-yellow-950\/70 {
    border-right-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-r-yellow-950\/75 {
    border-right-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-r-yellow-950\/80 {
    border-right-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-r-yellow-950\/85 {
    border-right-color: rgb(66 32 6 / 0.85);
  }

  .\32xl\:border-r-yellow-950\/90 {
    border-right-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-r-yellow-950\/95 {
    border-right-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-r-zinc-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-100\/0 {
    border-right-color: rgb(244 244 245 / 0);
  }

  .\32xl\:border-r-zinc-100\/10 {
    border-right-color: rgb(244 244 245 / 0.1);
  }

  .\32xl\:border-r-zinc-100\/100 {
    border-right-color: rgb(244 244 245 / 1);
  }

  .\32xl\:border-r-zinc-100\/15 {
    border-right-color: rgb(244 244 245 / 0.15);
  }

  .\32xl\:border-r-zinc-100\/20 {
    border-right-color: rgb(244 244 245 / 0.2);
  }

  .\32xl\:border-r-zinc-100\/25 {
    border-right-color: rgb(244 244 245 / 0.25);
  }

  .\32xl\:border-r-zinc-100\/30 {
    border-right-color: rgb(244 244 245 / 0.3);
  }

  .\32xl\:border-r-zinc-100\/35 {
    border-right-color: rgb(244 244 245 / 0.35);
  }

  .\32xl\:border-r-zinc-100\/40 {
    border-right-color: rgb(244 244 245 / 0.4);
  }

  .\32xl\:border-r-zinc-100\/45 {
    border-right-color: rgb(244 244 245 / 0.45);
  }

  .\32xl\:border-r-zinc-100\/5 {
    border-right-color: rgb(244 244 245 / 0.05);
  }

  .\32xl\:border-r-zinc-100\/50 {
    border-right-color: rgb(244 244 245 / 0.5);
  }

  .\32xl\:border-r-zinc-100\/55 {
    border-right-color: rgb(244 244 245 / 0.55);
  }

  .\32xl\:border-r-zinc-100\/60 {
    border-right-color: rgb(244 244 245 / 0.6);
  }

  .\32xl\:border-r-zinc-100\/65 {
    border-right-color: rgb(244 244 245 / 0.65);
  }

  .\32xl\:border-r-zinc-100\/70 {
    border-right-color: rgb(244 244 245 / 0.7);
  }

  .\32xl\:border-r-zinc-100\/75 {
    border-right-color: rgb(244 244 245 / 0.75);
  }

  .\32xl\:border-r-zinc-100\/80 {
    border-right-color: rgb(244 244 245 / 0.8);
  }

  .\32xl\:border-r-zinc-100\/85 {
    border-right-color: rgb(244 244 245 / 0.85);
  }

  .\32xl\:border-r-zinc-100\/90 {
    border-right-color: rgb(244 244 245 / 0.9);
  }

  .\32xl\:border-r-zinc-100\/95 {
    border-right-color: rgb(244 244 245 / 0.95);
  }

  .\32xl\:border-r-zinc-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-200\/0 {
    border-right-color: rgb(228 228 231 / 0);
  }

  .\32xl\:border-r-zinc-200\/10 {
    border-right-color: rgb(228 228 231 / 0.1);
  }

  .\32xl\:border-r-zinc-200\/100 {
    border-right-color: rgb(228 228 231 / 1);
  }

  .\32xl\:border-r-zinc-200\/15 {
    border-right-color: rgb(228 228 231 / 0.15);
  }

  .\32xl\:border-r-zinc-200\/20 {
    border-right-color: rgb(228 228 231 / 0.2);
  }

  .\32xl\:border-r-zinc-200\/25 {
    border-right-color: rgb(228 228 231 / 0.25);
  }

  .\32xl\:border-r-zinc-200\/30 {
    border-right-color: rgb(228 228 231 / 0.3);
  }

  .\32xl\:border-r-zinc-200\/35 {
    border-right-color: rgb(228 228 231 / 0.35);
  }

  .\32xl\:border-r-zinc-200\/40 {
    border-right-color: rgb(228 228 231 / 0.4);
  }

  .\32xl\:border-r-zinc-200\/45 {
    border-right-color: rgb(228 228 231 / 0.45);
  }

  .\32xl\:border-r-zinc-200\/5 {
    border-right-color: rgb(228 228 231 / 0.05);
  }

  .\32xl\:border-r-zinc-200\/50 {
    border-right-color: rgb(228 228 231 / 0.5);
  }

  .\32xl\:border-r-zinc-200\/55 {
    border-right-color: rgb(228 228 231 / 0.55);
  }

  .\32xl\:border-r-zinc-200\/60 {
    border-right-color: rgb(228 228 231 / 0.6);
  }

  .\32xl\:border-r-zinc-200\/65 {
    border-right-color: rgb(228 228 231 / 0.65);
  }

  .\32xl\:border-r-zinc-200\/70 {
    border-right-color: rgb(228 228 231 / 0.7);
  }

  .\32xl\:border-r-zinc-200\/75 {
    border-right-color: rgb(228 228 231 / 0.75);
  }

  .\32xl\:border-r-zinc-200\/80 {
    border-right-color: rgb(228 228 231 / 0.8);
  }

  .\32xl\:border-r-zinc-200\/85 {
    border-right-color: rgb(228 228 231 / 0.85);
  }

  .\32xl\:border-r-zinc-200\/90 {
    border-right-color: rgb(228 228 231 / 0.9);
  }

  .\32xl\:border-r-zinc-200\/95 {
    border-right-color: rgb(228 228 231 / 0.95);
  }

  .\32xl\:border-r-zinc-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-300\/0 {
    border-right-color: rgb(212 212 216 / 0);
  }

  .\32xl\:border-r-zinc-300\/10 {
    border-right-color: rgb(212 212 216 / 0.1);
  }

  .\32xl\:border-r-zinc-300\/100 {
    border-right-color: rgb(212 212 216 / 1);
  }

  .\32xl\:border-r-zinc-300\/15 {
    border-right-color: rgb(212 212 216 / 0.15);
  }

  .\32xl\:border-r-zinc-300\/20 {
    border-right-color: rgb(212 212 216 / 0.2);
  }

  .\32xl\:border-r-zinc-300\/25 {
    border-right-color: rgb(212 212 216 / 0.25);
  }

  .\32xl\:border-r-zinc-300\/30 {
    border-right-color: rgb(212 212 216 / 0.3);
  }

  .\32xl\:border-r-zinc-300\/35 {
    border-right-color: rgb(212 212 216 / 0.35);
  }

  .\32xl\:border-r-zinc-300\/40 {
    border-right-color: rgb(212 212 216 / 0.4);
  }

  .\32xl\:border-r-zinc-300\/45 {
    border-right-color: rgb(212 212 216 / 0.45);
  }

  .\32xl\:border-r-zinc-300\/5 {
    border-right-color: rgb(212 212 216 / 0.05);
  }

  .\32xl\:border-r-zinc-300\/50 {
    border-right-color: rgb(212 212 216 / 0.5);
  }

  .\32xl\:border-r-zinc-300\/55 {
    border-right-color: rgb(212 212 216 / 0.55);
  }

  .\32xl\:border-r-zinc-300\/60 {
    border-right-color: rgb(212 212 216 / 0.6);
  }

  .\32xl\:border-r-zinc-300\/65 {
    border-right-color: rgb(212 212 216 / 0.65);
  }

  .\32xl\:border-r-zinc-300\/70 {
    border-right-color: rgb(212 212 216 / 0.7);
  }

  .\32xl\:border-r-zinc-300\/75 {
    border-right-color: rgb(212 212 216 / 0.75);
  }

  .\32xl\:border-r-zinc-300\/80 {
    border-right-color: rgb(212 212 216 / 0.8);
  }

  .\32xl\:border-r-zinc-300\/85 {
    border-right-color: rgb(212 212 216 / 0.85);
  }

  .\32xl\:border-r-zinc-300\/90 {
    border-right-color: rgb(212 212 216 / 0.9);
  }

  .\32xl\:border-r-zinc-300\/95 {
    border-right-color: rgb(212 212 216 / 0.95);
  }

  .\32xl\:border-r-zinc-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-400\/0 {
    border-right-color: rgb(161 161 170 / 0);
  }

  .\32xl\:border-r-zinc-400\/10 {
    border-right-color: rgb(161 161 170 / 0.1);
  }

  .\32xl\:border-r-zinc-400\/100 {
    border-right-color: rgb(161 161 170 / 1);
  }

  .\32xl\:border-r-zinc-400\/15 {
    border-right-color: rgb(161 161 170 / 0.15);
  }

  .\32xl\:border-r-zinc-400\/20 {
    border-right-color: rgb(161 161 170 / 0.2);
  }

  .\32xl\:border-r-zinc-400\/25 {
    border-right-color: rgb(161 161 170 / 0.25);
  }

  .\32xl\:border-r-zinc-400\/30 {
    border-right-color: rgb(161 161 170 / 0.3);
  }

  .\32xl\:border-r-zinc-400\/35 {
    border-right-color: rgb(161 161 170 / 0.35);
  }

  .\32xl\:border-r-zinc-400\/40 {
    border-right-color: rgb(161 161 170 / 0.4);
  }

  .\32xl\:border-r-zinc-400\/45 {
    border-right-color: rgb(161 161 170 / 0.45);
  }

  .\32xl\:border-r-zinc-400\/5 {
    border-right-color: rgb(161 161 170 / 0.05);
  }

  .\32xl\:border-r-zinc-400\/50 {
    border-right-color: rgb(161 161 170 / 0.5);
  }

  .\32xl\:border-r-zinc-400\/55 {
    border-right-color: rgb(161 161 170 / 0.55);
  }

  .\32xl\:border-r-zinc-400\/60 {
    border-right-color: rgb(161 161 170 / 0.6);
  }

  .\32xl\:border-r-zinc-400\/65 {
    border-right-color: rgb(161 161 170 / 0.65);
  }

  .\32xl\:border-r-zinc-400\/70 {
    border-right-color: rgb(161 161 170 / 0.7);
  }

  .\32xl\:border-r-zinc-400\/75 {
    border-right-color: rgb(161 161 170 / 0.75);
  }

  .\32xl\:border-r-zinc-400\/80 {
    border-right-color: rgb(161 161 170 / 0.8);
  }

  .\32xl\:border-r-zinc-400\/85 {
    border-right-color: rgb(161 161 170 / 0.85);
  }

  .\32xl\:border-r-zinc-400\/90 {
    border-right-color: rgb(161 161 170 / 0.9);
  }

  .\32xl\:border-r-zinc-400\/95 {
    border-right-color: rgb(161 161 170 / 0.95);
  }

  .\32xl\:border-r-zinc-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-50\/0 {
    border-right-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-r-zinc-50\/10 {
    border-right-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-r-zinc-50\/100 {
    border-right-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-r-zinc-50\/15 {
    border-right-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-r-zinc-50\/20 {
    border-right-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-r-zinc-50\/25 {
    border-right-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-r-zinc-50\/30 {
    border-right-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-r-zinc-50\/35 {
    border-right-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-r-zinc-50\/40 {
    border-right-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-r-zinc-50\/45 {
    border-right-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-r-zinc-50\/5 {
    border-right-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-r-zinc-50\/50 {
    border-right-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-r-zinc-50\/55 {
    border-right-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-r-zinc-50\/60 {
    border-right-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-r-zinc-50\/65 {
    border-right-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-r-zinc-50\/70 {
    border-right-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-r-zinc-50\/75 {
    border-right-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-r-zinc-50\/80 {
    border-right-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-r-zinc-50\/85 {
    border-right-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-r-zinc-50\/90 {
    border-right-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-r-zinc-50\/95 {
    border-right-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-r-zinc-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-500\/0 {
    border-right-color: rgb(113 113 122 / 0);
  }

  .\32xl\:border-r-zinc-500\/10 {
    border-right-color: rgb(113 113 122 / 0.1);
  }

  .\32xl\:border-r-zinc-500\/100 {
    border-right-color: rgb(113 113 122 / 1);
  }

  .\32xl\:border-r-zinc-500\/15 {
    border-right-color: rgb(113 113 122 / 0.15);
  }

  .\32xl\:border-r-zinc-500\/20 {
    border-right-color: rgb(113 113 122 / 0.2);
  }

  .\32xl\:border-r-zinc-500\/25 {
    border-right-color: rgb(113 113 122 / 0.25);
  }

  .\32xl\:border-r-zinc-500\/30 {
    border-right-color: rgb(113 113 122 / 0.3);
  }

  .\32xl\:border-r-zinc-500\/35 {
    border-right-color: rgb(113 113 122 / 0.35);
  }

  .\32xl\:border-r-zinc-500\/40 {
    border-right-color: rgb(113 113 122 / 0.4);
  }

  .\32xl\:border-r-zinc-500\/45 {
    border-right-color: rgb(113 113 122 / 0.45);
  }

  .\32xl\:border-r-zinc-500\/5 {
    border-right-color: rgb(113 113 122 / 0.05);
  }

  .\32xl\:border-r-zinc-500\/50 {
    border-right-color: rgb(113 113 122 / 0.5);
  }

  .\32xl\:border-r-zinc-500\/55 {
    border-right-color: rgb(113 113 122 / 0.55);
  }

  .\32xl\:border-r-zinc-500\/60 {
    border-right-color: rgb(113 113 122 / 0.6);
  }

  .\32xl\:border-r-zinc-500\/65 {
    border-right-color: rgb(113 113 122 / 0.65);
  }

  .\32xl\:border-r-zinc-500\/70 {
    border-right-color: rgb(113 113 122 / 0.7);
  }

  .\32xl\:border-r-zinc-500\/75 {
    border-right-color: rgb(113 113 122 / 0.75);
  }

  .\32xl\:border-r-zinc-500\/80 {
    border-right-color: rgb(113 113 122 / 0.8);
  }

  .\32xl\:border-r-zinc-500\/85 {
    border-right-color: rgb(113 113 122 / 0.85);
  }

  .\32xl\:border-r-zinc-500\/90 {
    border-right-color: rgb(113 113 122 / 0.9);
  }

  .\32xl\:border-r-zinc-500\/95 {
    border-right-color: rgb(113 113 122 / 0.95);
  }

  .\32xl\:border-r-zinc-600 {
    --tw-border-opacity: 1;
    border-right-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-600\/0 {
    border-right-color: rgb(82 82 91 / 0);
  }

  .\32xl\:border-r-zinc-600\/10 {
    border-right-color: rgb(82 82 91 / 0.1);
  }

  .\32xl\:border-r-zinc-600\/100 {
    border-right-color: rgb(82 82 91 / 1);
  }

  .\32xl\:border-r-zinc-600\/15 {
    border-right-color: rgb(82 82 91 / 0.15);
  }

  .\32xl\:border-r-zinc-600\/20 {
    border-right-color: rgb(82 82 91 / 0.2);
  }

  .\32xl\:border-r-zinc-600\/25 {
    border-right-color: rgb(82 82 91 / 0.25);
  }

  .\32xl\:border-r-zinc-600\/30 {
    border-right-color: rgb(82 82 91 / 0.3);
  }

  .\32xl\:border-r-zinc-600\/35 {
    border-right-color: rgb(82 82 91 / 0.35);
  }

  .\32xl\:border-r-zinc-600\/40 {
    border-right-color: rgb(82 82 91 / 0.4);
  }

  .\32xl\:border-r-zinc-600\/45 {
    border-right-color: rgb(82 82 91 / 0.45);
  }

  .\32xl\:border-r-zinc-600\/5 {
    border-right-color: rgb(82 82 91 / 0.05);
  }

  .\32xl\:border-r-zinc-600\/50 {
    border-right-color: rgb(82 82 91 / 0.5);
  }

  .\32xl\:border-r-zinc-600\/55 {
    border-right-color: rgb(82 82 91 / 0.55);
  }

  .\32xl\:border-r-zinc-600\/60 {
    border-right-color: rgb(82 82 91 / 0.6);
  }

  .\32xl\:border-r-zinc-600\/65 {
    border-right-color: rgb(82 82 91 / 0.65);
  }

  .\32xl\:border-r-zinc-600\/70 {
    border-right-color: rgb(82 82 91 / 0.7);
  }

  .\32xl\:border-r-zinc-600\/75 {
    border-right-color: rgb(82 82 91 / 0.75);
  }

  .\32xl\:border-r-zinc-600\/80 {
    border-right-color: rgb(82 82 91 / 0.8);
  }

  .\32xl\:border-r-zinc-600\/85 {
    border-right-color: rgb(82 82 91 / 0.85);
  }

  .\32xl\:border-r-zinc-600\/90 {
    border-right-color: rgb(82 82 91 / 0.9);
  }

  .\32xl\:border-r-zinc-600\/95 {
    border-right-color: rgb(82 82 91 / 0.95);
  }

  .\32xl\:border-r-zinc-700 {
    --tw-border-opacity: 1;
    border-right-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-700\/0 {
    border-right-color: rgb(63 63 70 / 0);
  }

  .\32xl\:border-r-zinc-700\/10 {
    border-right-color: rgb(63 63 70 / 0.1);
  }

  .\32xl\:border-r-zinc-700\/100 {
    border-right-color: rgb(63 63 70 / 1);
  }

  .\32xl\:border-r-zinc-700\/15 {
    border-right-color: rgb(63 63 70 / 0.15);
  }

  .\32xl\:border-r-zinc-700\/20 {
    border-right-color: rgb(63 63 70 / 0.2);
  }

  .\32xl\:border-r-zinc-700\/25 {
    border-right-color: rgb(63 63 70 / 0.25);
  }

  .\32xl\:border-r-zinc-700\/30 {
    border-right-color: rgb(63 63 70 / 0.3);
  }

  .\32xl\:border-r-zinc-700\/35 {
    border-right-color: rgb(63 63 70 / 0.35);
  }

  .\32xl\:border-r-zinc-700\/40 {
    border-right-color: rgb(63 63 70 / 0.4);
  }

  .\32xl\:border-r-zinc-700\/45 {
    border-right-color: rgb(63 63 70 / 0.45);
  }

  .\32xl\:border-r-zinc-700\/5 {
    border-right-color: rgb(63 63 70 / 0.05);
  }

  .\32xl\:border-r-zinc-700\/50 {
    border-right-color: rgb(63 63 70 / 0.5);
  }

  .\32xl\:border-r-zinc-700\/55 {
    border-right-color: rgb(63 63 70 / 0.55);
  }

  .\32xl\:border-r-zinc-700\/60 {
    border-right-color: rgb(63 63 70 / 0.6);
  }

  .\32xl\:border-r-zinc-700\/65 {
    border-right-color: rgb(63 63 70 / 0.65);
  }

  .\32xl\:border-r-zinc-700\/70 {
    border-right-color: rgb(63 63 70 / 0.7);
  }

  .\32xl\:border-r-zinc-700\/75 {
    border-right-color: rgb(63 63 70 / 0.75);
  }

  .\32xl\:border-r-zinc-700\/80 {
    border-right-color: rgb(63 63 70 / 0.8);
  }

  .\32xl\:border-r-zinc-700\/85 {
    border-right-color: rgb(63 63 70 / 0.85);
  }

  .\32xl\:border-r-zinc-700\/90 {
    border-right-color: rgb(63 63 70 / 0.9);
  }

  .\32xl\:border-r-zinc-700\/95 {
    border-right-color: rgb(63 63 70 / 0.95);
  }

  .\32xl\:border-r-zinc-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-800\/0 {
    border-right-color: rgb(39 39 42 / 0);
  }

  .\32xl\:border-r-zinc-800\/10 {
    border-right-color: rgb(39 39 42 / 0.1);
  }

  .\32xl\:border-r-zinc-800\/100 {
    border-right-color: rgb(39 39 42 / 1);
  }

  .\32xl\:border-r-zinc-800\/15 {
    border-right-color: rgb(39 39 42 / 0.15);
  }

  .\32xl\:border-r-zinc-800\/20 {
    border-right-color: rgb(39 39 42 / 0.2);
  }

  .\32xl\:border-r-zinc-800\/25 {
    border-right-color: rgb(39 39 42 / 0.25);
  }

  .\32xl\:border-r-zinc-800\/30 {
    border-right-color: rgb(39 39 42 / 0.3);
  }

  .\32xl\:border-r-zinc-800\/35 {
    border-right-color: rgb(39 39 42 / 0.35);
  }

  .\32xl\:border-r-zinc-800\/40 {
    border-right-color: rgb(39 39 42 / 0.4);
  }

  .\32xl\:border-r-zinc-800\/45 {
    border-right-color: rgb(39 39 42 / 0.45);
  }

  .\32xl\:border-r-zinc-800\/5 {
    border-right-color: rgb(39 39 42 / 0.05);
  }

  .\32xl\:border-r-zinc-800\/50 {
    border-right-color: rgb(39 39 42 / 0.5);
  }

  .\32xl\:border-r-zinc-800\/55 {
    border-right-color: rgb(39 39 42 / 0.55);
  }

  .\32xl\:border-r-zinc-800\/60 {
    border-right-color: rgb(39 39 42 / 0.6);
  }

  .\32xl\:border-r-zinc-800\/65 {
    border-right-color: rgb(39 39 42 / 0.65);
  }

  .\32xl\:border-r-zinc-800\/70 {
    border-right-color: rgb(39 39 42 / 0.7);
  }

  .\32xl\:border-r-zinc-800\/75 {
    border-right-color: rgb(39 39 42 / 0.75);
  }

  .\32xl\:border-r-zinc-800\/80 {
    border-right-color: rgb(39 39 42 / 0.8);
  }

  .\32xl\:border-r-zinc-800\/85 {
    border-right-color: rgb(39 39 42 / 0.85);
  }

  .\32xl\:border-r-zinc-800\/90 {
    border-right-color: rgb(39 39 42 / 0.9);
  }

  .\32xl\:border-r-zinc-800\/95 {
    border-right-color: rgb(39 39 42 / 0.95);
  }

  .\32xl\:border-r-zinc-900 {
    --tw-border-opacity: 1;
    border-right-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-900\/0 {
    border-right-color: rgb(24 24 27 / 0);
  }

  .\32xl\:border-r-zinc-900\/10 {
    border-right-color: rgb(24 24 27 / 0.1);
  }

  .\32xl\:border-r-zinc-900\/100 {
    border-right-color: rgb(24 24 27 / 1);
  }

  .\32xl\:border-r-zinc-900\/15 {
    border-right-color: rgb(24 24 27 / 0.15);
  }

  .\32xl\:border-r-zinc-900\/20 {
    border-right-color: rgb(24 24 27 / 0.2);
  }

  .\32xl\:border-r-zinc-900\/25 {
    border-right-color: rgb(24 24 27 / 0.25);
  }

  .\32xl\:border-r-zinc-900\/30 {
    border-right-color: rgb(24 24 27 / 0.3);
  }

  .\32xl\:border-r-zinc-900\/35 {
    border-right-color: rgb(24 24 27 / 0.35);
  }

  .\32xl\:border-r-zinc-900\/40 {
    border-right-color: rgb(24 24 27 / 0.4);
  }

  .\32xl\:border-r-zinc-900\/45 {
    border-right-color: rgb(24 24 27 / 0.45);
  }

  .\32xl\:border-r-zinc-900\/5 {
    border-right-color: rgb(24 24 27 / 0.05);
  }

  .\32xl\:border-r-zinc-900\/50 {
    border-right-color: rgb(24 24 27 / 0.5);
  }

  .\32xl\:border-r-zinc-900\/55 {
    border-right-color: rgb(24 24 27 / 0.55);
  }

  .\32xl\:border-r-zinc-900\/60 {
    border-right-color: rgb(24 24 27 / 0.6);
  }

  .\32xl\:border-r-zinc-900\/65 {
    border-right-color: rgb(24 24 27 / 0.65);
  }

  .\32xl\:border-r-zinc-900\/70 {
    border-right-color: rgb(24 24 27 / 0.7);
  }

  .\32xl\:border-r-zinc-900\/75 {
    border-right-color: rgb(24 24 27 / 0.75);
  }

  .\32xl\:border-r-zinc-900\/80 {
    border-right-color: rgb(24 24 27 / 0.8);
  }

  .\32xl\:border-r-zinc-900\/85 {
    border-right-color: rgb(24 24 27 / 0.85);
  }

  .\32xl\:border-r-zinc-900\/90 {
    border-right-color: rgb(24 24 27 / 0.9);
  }

  .\32xl\:border-r-zinc-900\/95 {
    border-right-color: rgb(24 24 27 / 0.95);
  }

  .\32xl\:border-r-zinc-950 {
    --tw-border-opacity: 1;
    border-right-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-r-zinc-950\/0 {
    border-right-color: rgb(9 9 11 / 0);
  }

  .\32xl\:border-r-zinc-950\/10 {
    border-right-color: rgb(9 9 11 / 0.1);
  }

  .\32xl\:border-r-zinc-950\/100 {
    border-right-color: rgb(9 9 11 / 1);
  }

  .\32xl\:border-r-zinc-950\/15 {
    border-right-color: rgb(9 9 11 / 0.15);
  }

  .\32xl\:border-r-zinc-950\/20 {
    border-right-color: rgb(9 9 11 / 0.2);
  }

  .\32xl\:border-r-zinc-950\/25 {
    border-right-color: rgb(9 9 11 / 0.25);
  }

  .\32xl\:border-r-zinc-950\/30 {
    border-right-color: rgb(9 9 11 / 0.3);
  }

  .\32xl\:border-r-zinc-950\/35 {
    border-right-color: rgb(9 9 11 / 0.35);
  }

  .\32xl\:border-r-zinc-950\/40 {
    border-right-color: rgb(9 9 11 / 0.4);
  }

  .\32xl\:border-r-zinc-950\/45 {
    border-right-color: rgb(9 9 11 / 0.45);
  }

  .\32xl\:border-r-zinc-950\/5 {
    border-right-color: rgb(9 9 11 / 0.05);
  }

  .\32xl\:border-r-zinc-950\/50 {
    border-right-color: rgb(9 9 11 / 0.5);
  }

  .\32xl\:border-r-zinc-950\/55 {
    border-right-color: rgb(9 9 11 / 0.55);
  }

  .\32xl\:border-r-zinc-950\/60 {
    border-right-color: rgb(9 9 11 / 0.6);
  }

  .\32xl\:border-r-zinc-950\/65 {
    border-right-color: rgb(9 9 11 / 0.65);
  }

  .\32xl\:border-r-zinc-950\/70 {
    border-right-color: rgb(9 9 11 / 0.7);
  }

  .\32xl\:border-r-zinc-950\/75 {
    border-right-color: rgb(9 9 11 / 0.75);
  }

  .\32xl\:border-r-zinc-950\/80 {
    border-right-color: rgb(9 9 11 / 0.8);
  }

  .\32xl\:border-r-zinc-950\/85 {
    border-right-color: rgb(9 9 11 / 0.85);
  }

  .\32xl\:border-r-zinc-950\/90 {
    border-right-color: rgb(9 9 11 / 0.9);
  }

  .\32xl\:border-r-zinc-950\/95 {
    border-right-color: rgb(9 9 11 / 0.95);
  }

  .\32xl\:border-t-accent {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-accent-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--accent-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-accent-foreground\/0 {
    border-top-color: hsl(var(--accent-foreground) / 0);
  }

  .\32xl\:border-t-accent-foreground\/10 {
    border-top-color: hsl(var(--accent-foreground) / 0.1);
  }

  .\32xl\:border-t-accent-foreground\/100 {
    border-top-color: hsl(var(--accent-foreground) / 1);
  }

  .\32xl\:border-t-accent-foreground\/15 {
    border-top-color: hsl(var(--accent-foreground) / 0.15);
  }

  .\32xl\:border-t-accent-foreground\/20 {
    border-top-color: hsl(var(--accent-foreground) / 0.2);
  }

  .\32xl\:border-t-accent-foreground\/25 {
    border-top-color: hsl(var(--accent-foreground) / 0.25);
  }

  .\32xl\:border-t-accent-foreground\/30 {
    border-top-color: hsl(var(--accent-foreground) / 0.3);
  }

  .\32xl\:border-t-accent-foreground\/35 {
    border-top-color: hsl(var(--accent-foreground) / 0.35);
  }

  .\32xl\:border-t-accent-foreground\/40 {
    border-top-color: hsl(var(--accent-foreground) / 0.4);
  }

  .\32xl\:border-t-accent-foreground\/45 {
    border-top-color: hsl(var(--accent-foreground) / 0.45);
  }

  .\32xl\:border-t-accent-foreground\/5 {
    border-top-color: hsl(var(--accent-foreground) / 0.05);
  }

  .\32xl\:border-t-accent-foreground\/50 {
    border-top-color: hsl(var(--accent-foreground) / 0.5);
  }

  .\32xl\:border-t-accent-foreground\/55 {
    border-top-color: hsl(var(--accent-foreground) / 0.55);
  }

  .\32xl\:border-t-accent-foreground\/60 {
    border-top-color: hsl(var(--accent-foreground) / 0.6);
  }

  .\32xl\:border-t-accent-foreground\/65 {
    border-top-color: hsl(var(--accent-foreground) / 0.65);
  }

  .\32xl\:border-t-accent-foreground\/70 {
    border-top-color: hsl(var(--accent-foreground) / 0.7);
  }

  .\32xl\:border-t-accent-foreground\/75 {
    border-top-color: hsl(var(--accent-foreground) / 0.75);
  }

  .\32xl\:border-t-accent-foreground\/80 {
    border-top-color: hsl(var(--accent-foreground) / 0.8);
  }

  .\32xl\:border-t-accent-foreground\/85 {
    border-top-color: hsl(var(--accent-foreground) / 0.85);
  }

  .\32xl\:border-t-accent-foreground\/90 {
    border-top-color: hsl(var(--accent-foreground) / 0.9);
  }

  .\32xl\:border-t-accent-foreground\/95 {
    border-top-color: hsl(var(--accent-foreground) / 0.95);
  }

  .\32xl\:border-t-accent\/0 {
    border-top-color: hsl(var(--accent) / 0);
  }

  .\32xl\:border-t-accent\/10 {
    border-top-color: hsl(var(--accent) / 0.1);
  }

  .\32xl\:border-t-accent\/100 {
    border-top-color: hsl(var(--accent) / 1);
  }

  .\32xl\:border-t-accent\/15 {
    border-top-color: hsl(var(--accent) / 0.15);
  }

  .\32xl\:border-t-accent\/20 {
    border-top-color: hsl(var(--accent) / 0.2);
  }

  .\32xl\:border-t-accent\/25 {
    border-top-color: hsl(var(--accent) / 0.25);
  }

  .\32xl\:border-t-accent\/30 {
    border-top-color: hsl(var(--accent) / 0.3);
  }

  .\32xl\:border-t-accent\/35 {
    border-top-color: hsl(var(--accent) / 0.35);
  }

  .\32xl\:border-t-accent\/40 {
    border-top-color: hsl(var(--accent) / 0.4);
  }

  .\32xl\:border-t-accent\/45 {
    border-top-color: hsl(var(--accent) / 0.45);
  }

  .\32xl\:border-t-accent\/5 {
    border-top-color: hsl(var(--accent) / 0.05);
  }

  .\32xl\:border-t-accent\/50 {
    border-top-color: hsl(var(--accent) / 0.5);
  }

  .\32xl\:border-t-accent\/55 {
    border-top-color: hsl(var(--accent) / 0.55);
  }

  .\32xl\:border-t-accent\/60 {
    border-top-color: hsl(var(--accent) / 0.6);
  }

  .\32xl\:border-t-accent\/65 {
    border-top-color: hsl(var(--accent) / 0.65);
  }

  .\32xl\:border-t-accent\/70 {
    border-top-color: hsl(var(--accent) / 0.7);
  }

  .\32xl\:border-t-accent\/75 {
    border-top-color: hsl(var(--accent) / 0.75);
  }

  .\32xl\:border-t-accent\/80 {
    border-top-color: hsl(var(--accent) / 0.8);
  }

  .\32xl\:border-t-accent\/85 {
    border-top-color: hsl(var(--accent) / 0.85);
  }

  .\32xl\:border-t-accent\/90 {
    border-top-color: hsl(var(--accent) / 0.9);
  }

  .\32xl\:border-t-accent\/95 {
    border-top-color: hsl(var(--accent) / 0.95);
  }

  .\32xl\:border-t-amber-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-100\/0 {
    border-top-color: rgb(254 243 199 / 0);
  }

  .\32xl\:border-t-amber-100\/10 {
    border-top-color: rgb(254 243 199 / 0.1);
  }

  .\32xl\:border-t-amber-100\/100 {
    border-top-color: rgb(254 243 199 / 1);
  }

  .\32xl\:border-t-amber-100\/15 {
    border-top-color: rgb(254 243 199 / 0.15);
  }

  .\32xl\:border-t-amber-100\/20 {
    border-top-color: rgb(254 243 199 / 0.2);
  }

  .\32xl\:border-t-amber-100\/25 {
    border-top-color: rgb(254 243 199 / 0.25);
  }

  .\32xl\:border-t-amber-100\/30 {
    border-top-color: rgb(254 243 199 / 0.3);
  }

  .\32xl\:border-t-amber-100\/35 {
    border-top-color: rgb(254 243 199 / 0.35);
  }

  .\32xl\:border-t-amber-100\/40 {
    border-top-color: rgb(254 243 199 / 0.4);
  }

  .\32xl\:border-t-amber-100\/45 {
    border-top-color: rgb(254 243 199 / 0.45);
  }

  .\32xl\:border-t-amber-100\/5 {
    border-top-color: rgb(254 243 199 / 0.05);
  }

  .\32xl\:border-t-amber-100\/50 {
    border-top-color: rgb(254 243 199 / 0.5);
  }

  .\32xl\:border-t-amber-100\/55 {
    border-top-color: rgb(254 243 199 / 0.55);
  }

  .\32xl\:border-t-amber-100\/60 {
    border-top-color: rgb(254 243 199 / 0.6);
  }

  .\32xl\:border-t-amber-100\/65 {
    border-top-color: rgb(254 243 199 / 0.65);
  }

  .\32xl\:border-t-amber-100\/70 {
    border-top-color: rgb(254 243 199 / 0.7);
  }

  .\32xl\:border-t-amber-100\/75 {
    border-top-color: rgb(254 243 199 / 0.75);
  }

  .\32xl\:border-t-amber-100\/80 {
    border-top-color: rgb(254 243 199 / 0.8);
  }

  .\32xl\:border-t-amber-100\/85 {
    border-top-color: rgb(254 243 199 / 0.85);
  }

  .\32xl\:border-t-amber-100\/90 {
    border-top-color: rgb(254 243 199 / 0.9);
  }

  .\32xl\:border-t-amber-100\/95 {
    border-top-color: rgb(254 243 199 / 0.95);
  }

  .\32xl\:border-t-amber-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-200\/0 {
    border-top-color: rgb(253 230 138 / 0);
  }

  .\32xl\:border-t-amber-200\/10 {
    border-top-color: rgb(253 230 138 / 0.1);
  }

  .\32xl\:border-t-amber-200\/100 {
    border-top-color: rgb(253 230 138 / 1);
  }

  .\32xl\:border-t-amber-200\/15 {
    border-top-color: rgb(253 230 138 / 0.15);
  }

  .\32xl\:border-t-amber-200\/20 {
    border-top-color: rgb(253 230 138 / 0.2);
  }

  .\32xl\:border-t-amber-200\/25 {
    border-top-color: rgb(253 230 138 / 0.25);
  }

  .\32xl\:border-t-amber-200\/30 {
    border-top-color: rgb(253 230 138 / 0.3);
  }

  .\32xl\:border-t-amber-200\/35 {
    border-top-color: rgb(253 230 138 / 0.35);
  }

  .\32xl\:border-t-amber-200\/40 {
    border-top-color: rgb(253 230 138 / 0.4);
  }

  .\32xl\:border-t-amber-200\/45 {
    border-top-color: rgb(253 230 138 / 0.45);
  }

  .\32xl\:border-t-amber-200\/5 {
    border-top-color: rgb(253 230 138 / 0.05);
  }

  .\32xl\:border-t-amber-200\/50 {
    border-top-color: rgb(253 230 138 / 0.5);
  }

  .\32xl\:border-t-amber-200\/55 {
    border-top-color: rgb(253 230 138 / 0.55);
  }

  .\32xl\:border-t-amber-200\/60 {
    border-top-color: rgb(253 230 138 / 0.6);
  }

  .\32xl\:border-t-amber-200\/65 {
    border-top-color: rgb(253 230 138 / 0.65);
  }

  .\32xl\:border-t-amber-200\/70 {
    border-top-color: rgb(253 230 138 / 0.7);
  }

  .\32xl\:border-t-amber-200\/75 {
    border-top-color: rgb(253 230 138 / 0.75);
  }

  .\32xl\:border-t-amber-200\/80 {
    border-top-color: rgb(253 230 138 / 0.8);
  }

  .\32xl\:border-t-amber-200\/85 {
    border-top-color: rgb(253 230 138 / 0.85);
  }

  .\32xl\:border-t-amber-200\/90 {
    border-top-color: rgb(253 230 138 / 0.9);
  }

  .\32xl\:border-t-amber-200\/95 {
    border-top-color: rgb(253 230 138 / 0.95);
  }

  .\32xl\:border-t-amber-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-300\/0 {
    border-top-color: rgb(252 211 77 / 0);
  }

  .\32xl\:border-t-amber-300\/10 {
    border-top-color: rgb(252 211 77 / 0.1);
  }

  .\32xl\:border-t-amber-300\/100 {
    border-top-color: rgb(252 211 77 / 1);
  }

  .\32xl\:border-t-amber-300\/15 {
    border-top-color: rgb(252 211 77 / 0.15);
  }

  .\32xl\:border-t-amber-300\/20 {
    border-top-color: rgb(252 211 77 / 0.2);
  }

  .\32xl\:border-t-amber-300\/25 {
    border-top-color: rgb(252 211 77 / 0.25);
  }

  .\32xl\:border-t-amber-300\/30 {
    border-top-color: rgb(252 211 77 / 0.3);
  }

  .\32xl\:border-t-amber-300\/35 {
    border-top-color: rgb(252 211 77 / 0.35);
  }

  .\32xl\:border-t-amber-300\/40 {
    border-top-color: rgb(252 211 77 / 0.4);
  }

  .\32xl\:border-t-amber-300\/45 {
    border-top-color: rgb(252 211 77 / 0.45);
  }

  .\32xl\:border-t-amber-300\/5 {
    border-top-color: rgb(252 211 77 / 0.05);
  }

  .\32xl\:border-t-amber-300\/50 {
    border-top-color: rgb(252 211 77 / 0.5);
  }

  .\32xl\:border-t-amber-300\/55 {
    border-top-color: rgb(252 211 77 / 0.55);
  }

  .\32xl\:border-t-amber-300\/60 {
    border-top-color: rgb(252 211 77 / 0.6);
  }

  .\32xl\:border-t-amber-300\/65 {
    border-top-color: rgb(252 211 77 / 0.65);
  }

  .\32xl\:border-t-amber-300\/70 {
    border-top-color: rgb(252 211 77 / 0.7);
  }

  .\32xl\:border-t-amber-300\/75 {
    border-top-color: rgb(252 211 77 / 0.75);
  }

  .\32xl\:border-t-amber-300\/80 {
    border-top-color: rgb(252 211 77 / 0.8);
  }

  .\32xl\:border-t-amber-300\/85 {
    border-top-color: rgb(252 211 77 / 0.85);
  }

  .\32xl\:border-t-amber-300\/90 {
    border-top-color: rgb(252 211 77 / 0.9);
  }

  .\32xl\:border-t-amber-300\/95 {
    border-top-color: rgb(252 211 77 / 0.95);
  }

  .\32xl\:border-t-amber-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-400\/0 {
    border-top-color: rgb(251 191 36 / 0);
  }

  .\32xl\:border-t-amber-400\/10 {
    border-top-color: rgb(251 191 36 / 0.1);
  }

  .\32xl\:border-t-amber-400\/100 {
    border-top-color: rgb(251 191 36 / 1);
  }

  .\32xl\:border-t-amber-400\/15 {
    border-top-color: rgb(251 191 36 / 0.15);
  }

  .\32xl\:border-t-amber-400\/20 {
    border-top-color: rgb(251 191 36 / 0.2);
  }

  .\32xl\:border-t-amber-400\/25 {
    border-top-color: rgb(251 191 36 / 0.25);
  }

  .\32xl\:border-t-amber-400\/30 {
    border-top-color: rgb(251 191 36 / 0.3);
  }

  .\32xl\:border-t-amber-400\/35 {
    border-top-color: rgb(251 191 36 / 0.35);
  }

  .\32xl\:border-t-amber-400\/40 {
    border-top-color: rgb(251 191 36 / 0.4);
  }

  .\32xl\:border-t-amber-400\/45 {
    border-top-color: rgb(251 191 36 / 0.45);
  }

  .\32xl\:border-t-amber-400\/5 {
    border-top-color: rgb(251 191 36 / 0.05);
  }

  .\32xl\:border-t-amber-400\/50 {
    border-top-color: rgb(251 191 36 / 0.5);
  }

  .\32xl\:border-t-amber-400\/55 {
    border-top-color: rgb(251 191 36 / 0.55);
  }

  .\32xl\:border-t-amber-400\/60 {
    border-top-color: rgb(251 191 36 / 0.6);
  }

  .\32xl\:border-t-amber-400\/65 {
    border-top-color: rgb(251 191 36 / 0.65);
  }

  .\32xl\:border-t-amber-400\/70 {
    border-top-color: rgb(251 191 36 / 0.7);
  }

  .\32xl\:border-t-amber-400\/75 {
    border-top-color: rgb(251 191 36 / 0.75);
  }

  .\32xl\:border-t-amber-400\/80 {
    border-top-color: rgb(251 191 36 / 0.8);
  }

  .\32xl\:border-t-amber-400\/85 {
    border-top-color: rgb(251 191 36 / 0.85);
  }

  .\32xl\:border-t-amber-400\/90 {
    border-top-color: rgb(251 191 36 / 0.9);
  }

  .\32xl\:border-t-amber-400\/95 {
    border-top-color: rgb(251 191 36 / 0.95);
  }

  .\32xl\:border-t-amber-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-50\/0 {
    border-top-color: rgb(255 251 235 / 0);
  }

  .\32xl\:border-t-amber-50\/10 {
    border-top-color: rgb(255 251 235 / 0.1);
  }

  .\32xl\:border-t-amber-50\/100 {
    border-top-color: rgb(255 251 235 / 1);
  }

  .\32xl\:border-t-amber-50\/15 {
    border-top-color: rgb(255 251 235 / 0.15);
  }

  .\32xl\:border-t-amber-50\/20 {
    border-top-color: rgb(255 251 235 / 0.2);
  }

  .\32xl\:border-t-amber-50\/25 {
    border-top-color: rgb(255 251 235 / 0.25);
  }

  .\32xl\:border-t-amber-50\/30 {
    border-top-color: rgb(255 251 235 / 0.3);
  }

  .\32xl\:border-t-amber-50\/35 {
    border-top-color: rgb(255 251 235 / 0.35);
  }

  .\32xl\:border-t-amber-50\/40 {
    border-top-color: rgb(255 251 235 / 0.4);
  }

  .\32xl\:border-t-amber-50\/45 {
    border-top-color: rgb(255 251 235 / 0.45);
  }

  .\32xl\:border-t-amber-50\/5 {
    border-top-color: rgb(255 251 235 / 0.05);
  }

  .\32xl\:border-t-amber-50\/50 {
    border-top-color: rgb(255 251 235 / 0.5);
  }

  .\32xl\:border-t-amber-50\/55 {
    border-top-color: rgb(255 251 235 / 0.55);
  }

  .\32xl\:border-t-amber-50\/60 {
    border-top-color: rgb(255 251 235 / 0.6);
  }

  .\32xl\:border-t-amber-50\/65 {
    border-top-color: rgb(255 251 235 / 0.65);
  }

  .\32xl\:border-t-amber-50\/70 {
    border-top-color: rgb(255 251 235 / 0.7);
  }

  .\32xl\:border-t-amber-50\/75 {
    border-top-color: rgb(255 251 235 / 0.75);
  }

  .\32xl\:border-t-amber-50\/80 {
    border-top-color: rgb(255 251 235 / 0.8);
  }

  .\32xl\:border-t-amber-50\/85 {
    border-top-color: rgb(255 251 235 / 0.85);
  }

  .\32xl\:border-t-amber-50\/90 {
    border-top-color: rgb(255 251 235 / 0.9);
  }

  .\32xl\:border-t-amber-50\/95 {
    border-top-color: rgb(255 251 235 / 0.95);
  }

  .\32xl\:border-t-amber-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-500\/0 {
    border-top-color: rgb(245 158 11 / 0);
  }

  .\32xl\:border-t-amber-500\/10 {
    border-top-color: rgb(245 158 11 / 0.1);
  }

  .\32xl\:border-t-amber-500\/100 {
    border-top-color: rgb(245 158 11 / 1);
  }

  .\32xl\:border-t-amber-500\/15 {
    border-top-color: rgb(245 158 11 / 0.15);
  }

  .\32xl\:border-t-amber-500\/20 {
    border-top-color: rgb(245 158 11 / 0.2);
  }

  .\32xl\:border-t-amber-500\/25 {
    border-top-color: rgb(245 158 11 / 0.25);
  }

  .\32xl\:border-t-amber-500\/30 {
    border-top-color: rgb(245 158 11 / 0.3);
  }

  .\32xl\:border-t-amber-500\/35 {
    border-top-color: rgb(245 158 11 / 0.35);
  }

  .\32xl\:border-t-amber-500\/40 {
    border-top-color: rgb(245 158 11 / 0.4);
  }

  .\32xl\:border-t-amber-500\/45 {
    border-top-color: rgb(245 158 11 / 0.45);
  }

  .\32xl\:border-t-amber-500\/5 {
    border-top-color: rgb(245 158 11 / 0.05);
  }

  .\32xl\:border-t-amber-500\/50 {
    border-top-color: rgb(245 158 11 / 0.5);
  }

  .\32xl\:border-t-amber-500\/55 {
    border-top-color: rgb(245 158 11 / 0.55);
  }

  .\32xl\:border-t-amber-500\/60 {
    border-top-color: rgb(245 158 11 / 0.6);
  }

  .\32xl\:border-t-amber-500\/65 {
    border-top-color: rgb(245 158 11 / 0.65);
  }

  .\32xl\:border-t-amber-500\/70 {
    border-top-color: rgb(245 158 11 / 0.7);
  }

  .\32xl\:border-t-amber-500\/75 {
    border-top-color: rgb(245 158 11 / 0.75);
  }

  .\32xl\:border-t-amber-500\/80 {
    border-top-color: rgb(245 158 11 / 0.8);
  }

  .\32xl\:border-t-amber-500\/85 {
    border-top-color: rgb(245 158 11 / 0.85);
  }

  .\32xl\:border-t-amber-500\/90 {
    border-top-color: rgb(245 158 11 / 0.9);
  }

  .\32xl\:border-t-amber-500\/95 {
    border-top-color: rgb(245 158 11 / 0.95);
  }

  .\32xl\:border-t-amber-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-600\/0 {
    border-top-color: rgb(217 119 6 / 0);
  }

  .\32xl\:border-t-amber-600\/10 {
    border-top-color: rgb(217 119 6 / 0.1);
  }

  .\32xl\:border-t-amber-600\/100 {
    border-top-color: rgb(217 119 6 / 1);
  }

  .\32xl\:border-t-amber-600\/15 {
    border-top-color: rgb(217 119 6 / 0.15);
  }

  .\32xl\:border-t-amber-600\/20 {
    border-top-color: rgb(217 119 6 / 0.2);
  }

  .\32xl\:border-t-amber-600\/25 {
    border-top-color: rgb(217 119 6 / 0.25);
  }

  .\32xl\:border-t-amber-600\/30 {
    border-top-color: rgb(217 119 6 / 0.3);
  }

  .\32xl\:border-t-amber-600\/35 {
    border-top-color: rgb(217 119 6 / 0.35);
  }

  .\32xl\:border-t-amber-600\/40 {
    border-top-color: rgb(217 119 6 / 0.4);
  }

  .\32xl\:border-t-amber-600\/45 {
    border-top-color: rgb(217 119 6 / 0.45);
  }

  .\32xl\:border-t-amber-600\/5 {
    border-top-color: rgb(217 119 6 / 0.05);
  }

  .\32xl\:border-t-amber-600\/50 {
    border-top-color: rgb(217 119 6 / 0.5);
  }

  .\32xl\:border-t-amber-600\/55 {
    border-top-color: rgb(217 119 6 / 0.55);
  }

  .\32xl\:border-t-amber-600\/60 {
    border-top-color: rgb(217 119 6 / 0.6);
  }

  .\32xl\:border-t-amber-600\/65 {
    border-top-color: rgb(217 119 6 / 0.65);
  }

  .\32xl\:border-t-amber-600\/70 {
    border-top-color: rgb(217 119 6 / 0.7);
  }

  .\32xl\:border-t-amber-600\/75 {
    border-top-color: rgb(217 119 6 / 0.75);
  }

  .\32xl\:border-t-amber-600\/80 {
    border-top-color: rgb(217 119 6 / 0.8);
  }

  .\32xl\:border-t-amber-600\/85 {
    border-top-color: rgb(217 119 6 / 0.85);
  }

  .\32xl\:border-t-amber-600\/90 {
    border-top-color: rgb(217 119 6 / 0.9);
  }

  .\32xl\:border-t-amber-600\/95 {
    border-top-color: rgb(217 119 6 / 0.95);
  }

  .\32xl\:border-t-amber-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-700\/0 {
    border-top-color: rgb(180 83 9 / 0);
  }

  .\32xl\:border-t-amber-700\/10 {
    border-top-color: rgb(180 83 9 / 0.1);
  }

  .\32xl\:border-t-amber-700\/100 {
    border-top-color: rgb(180 83 9 / 1);
  }

  .\32xl\:border-t-amber-700\/15 {
    border-top-color: rgb(180 83 9 / 0.15);
  }

  .\32xl\:border-t-amber-700\/20 {
    border-top-color: rgb(180 83 9 / 0.2);
  }

  .\32xl\:border-t-amber-700\/25 {
    border-top-color: rgb(180 83 9 / 0.25);
  }

  .\32xl\:border-t-amber-700\/30 {
    border-top-color: rgb(180 83 9 / 0.3);
  }

  .\32xl\:border-t-amber-700\/35 {
    border-top-color: rgb(180 83 9 / 0.35);
  }

  .\32xl\:border-t-amber-700\/40 {
    border-top-color: rgb(180 83 9 / 0.4);
  }

  .\32xl\:border-t-amber-700\/45 {
    border-top-color: rgb(180 83 9 / 0.45);
  }

  .\32xl\:border-t-amber-700\/5 {
    border-top-color: rgb(180 83 9 / 0.05);
  }

  .\32xl\:border-t-amber-700\/50 {
    border-top-color: rgb(180 83 9 / 0.5);
  }

  .\32xl\:border-t-amber-700\/55 {
    border-top-color: rgb(180 83 9 / 0.55);
  }

  .\32xl\:border-t-amber-700\/60 {
    border-top-color: rgb(180 83 9 / 0.6);
  }

  .\32xl\:border-t-amber-700\/65 {
    border-top-color: rgb(180 83 9 / 0.65);
  }

  .\32xl\:border-t-amber-700\/70 {
    border-top-color: rgb(180 83 9 / 0.7);
  }

  .\32xl\:border-t-amber-700\/75 {
    border-top-color: rgb(180 83 9 / 0.75);
  }

  .\32xl\:border-t-amber-700\/80 {
    border-top-color: rgb(180 83 9 / 0.8);
  }

  .\32xl\:border-t-amber-700\/85 {
    border-top-color: rgb(180 83 9 / 0.85);
  }

  .\32xl\:border-t-amber-700\/90 {
    border-top-color: rgb(180 83 9 / 0.9);
  }

  .\32xl\:border-t-amber-700\/95 {
    border-top-color: rgb(180 83 9 / 0.95);
  }

  .\32xl\:border-t-amber-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-800\/0 {
    border-top-color: rgb(146 64 14 / 0);
  }

  .\32xl\:border-t-amber-800\/10 {
    border-top-color: rgb(146 64 14 / 0.1);
  }

  .\32xl\:border-t-amber-800\/100 {
    border-top-color: rgb(146 64 14 / 1);
  }

  .\32xl\:border-t-amber-800\/15 {
    border-top-color: rgb(146 64 14 / 0.15);
  }

  .\32xl\:border-t-amber-800\/20 {
    border-top-color: rgb(146 64 14 / 0.2);
  }

  .\32xl\:border-t-amber-800\/25 {
    border-top-color: rgb(146 64 14 / 0.25);
  }

  .\32xl\:border-t-amber-800\/30 {
    border-top-color: rgb(146 64 14 / 0.3);
  }

  .\32xl\:border-t-amber-800\/35 {
    border-top-color: rgb(146 64 14 / 0.35);
  }

  .\32xl\:border-t-amber-800\/40 {
    border-top-color: rgb(146 64 14 / 0.4);
  }

  .\32xl\:border-t-amber-800\/45 {
    border-top-color: rgb(146 64 14 / 0.45);
  }

  .\32xl\:border-t-amber-800\/5 {
    border-top-color: rgb(146 64 14 / 0.05);
  }

  .\32xl\:border-t-amber-800\/50 {
    border-top-color: rgb(146 64 14 / 0.5);
  }

  .\32xl\:border-t-amber-800\/55 {
    border-top-color: rgb(146 64 14 / 0.55);
  }

  .\32xl\:border-t-amber-800\/60 {
    border-top-color: rgb(146 64 14 / 0.6);
  }

  .\32xl\:border-t-amber-800\/65 {
    border-top-color: rgb(146 64 14 / 0.65);
  }

  .\32xl\:border-t-amber-800\/70 {
    border-top-color: rgb(146 64 14 / 0.7);
  }

  .\32xl\:border-t-amber-800\/75 {
    border-top-color: rgb(146 64 14 / 0.75);
  }

  .\32xl\:border-t-amber-800\/80 {
    border-top-color: rgb(146 64 14 / 0.8);
  }

  .\32xl\:border-t-amber-800\/85 {
    border-top-color: rgb(146 64 14 / 0.85);
  }

  .\32xl\:border-t-amber-800\/90 {
    border-top-color: rgb(146 64 14 / 0.9);
  }

  .\32xl\:border-t-amber-800\/95 {
    border-top-color: rgb(146 64 14 / 0.95);
  }

  .\32xl\:border-t-amber-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-900\/0 {
    border-top-color: rgb(120 53 15 / 0);
  }

  .\32xl\:border-t-amber-900\/10 {
    border-top-color: rgb(120 53 15 / 0.1);
  }

  .\32xl\:border-t-amber-900\/100 {
    border-top-color: rgb(120 53 15 / 1);
  }

  .\32xl\:border-t-amber-900\/15 {
    border-top-color: rgb(120 53 15 / 0.15);
  }

  .\32xl\:border-t-amber-900\/20 {
    border-top-color: rgb(120 53 15 / 0.2);
  }

  .\32xl\:border-t-amber-900\/25 {
    border-top-color: rgb(120 53 15 / 0.25);
  }

  .\32xl\:border-t-amber-900\/30 {
    border-top-color: rgb(120 53 15 / 0.3);
  }

  .\32xl\:border-t-amber-900\/35 {
    border-top-color: rgb(120 53 15 / 0.35);
  }

  .\32xl\:border-t-amber-900\/40 {
    border-top-color: rgb(120 53 15 / 0.4);
  }

  .\32xl\:border-t-amber-900\/45 {
    border-top-color: rgb(120 53 15 / 0.45);
  }

  .\32xl\:border-t-amber-900\/5 {
    border-top-color: rgb(120 53 15 / 0.05);
  }

  .\32xl\:border-t-amber-900\/50 {
    border-top-color: rgb(120 53 15 / 0.5);
  }

  .\32xl\:border-t-amber-900\/55 {
    border-top-color: rgb(120 53 15 / 0.55);
  }

  .\32xl\:border-t-amber-900\/60 {
    border-top-color: rgb(120 53 15 / 0.6);
  }

  .\32xl\:border-t-amber-900\/65 {
    border-top-color: rgb(120 53 15 / 0.65);
  }

  .\32xl\:border-t-amber-900\/70 {
    border-top-color: rgb(120 53 15 / 0.7);
  }

  .\32xl\:border-t-amber-900\/75 {
    border-top-color: rgb(120 53 15 / 0.75);
  }

  .\32xl\:border-t-amber-900\/80 {
    border-top-color: rgb(120 53 15 / 0.8);
  }

  .\32xl\:border-t-amber-900\/85 {
    border-top-color: rgb(120 53 15 / 0.85);
  }

  .\32xl\:border-t-amber-900\/90 {
    border-top-color: rgb(120 53 15 / 0.9);
  }

  .\32xl\:border-t-amber-900\/95 {
    border-top-color: rgb(120 53 15 / 0.95);
  }

  .\32xl\:border-t-amber-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-amber-950\/0 {
    border-top-color: rgb(69 26 3 / 0);
  }

  .\32xl\:border-t-amber-950\/10 {
    border-top-color: rgb(69 26 3 / 0.1);
  }

  .\32xl\:border-t-amber-950\/100 {
    border-top-color: rgb(69 26 3 / 1);
  }

  .\32xl\:border-t-amber-950\/15 {
    border-top-color: rgb(69 26 3 / 0.15);
  }

  .\32xl\:border-t-amber-950\/20 {
    border-top-color: rgb(69 26 3 / 0.2);
  }

  .\32xl\:border-t-amber-950\/25 {
    border-top-color: rgb(69 26 3 / 0.25);
  }

  .\32xl\:border-t-amber-950\/30 {
    border-top-color: rgb(69 26 3 / 0.3);
  }

  .\32xl\:border-t-amber-950\/35 {
    border-top-color: rgb(69 26 3 / 0.35);
  }

  .\32xl\:border-t-amber-950\/40 {
    border-top-color: rgb(69 26 3 / 0.4);
  }

  .\32xl\:border-t-amber-950\/45 {
    border-top-color: rgb(69 26 3 / 0.45);
  }

  .\32xl\:border-t-amber-950\/5 {
    border-top-color: rgb(69 26 3 / 0.05);
  }

  .\32xl\:border-t-amber-950\/50 {
    border-top-color: rgb(69 26 3 / 0.5);
  }

  .\32xl\:border-t-amber-950\/55 {
    border-top-color: rgb(69 26 3 / 0.55);
  }

  .\32xl\:border-t-amber-950\/60 {
    border-top-color: rgb(69 26 3 / 0.6);
  }

  .\32xl\:border-t-amber-950\/65 {
    border-top-color: rgb(69 26 3 / 0.65);
  }

  .\32xl\:border-t-amber-950\/70 {
    border-top-color: rgb(69 26 3 / 0.7);
  }

  .\32xl\:border-t-amber-950\/75 {
    border-top-color: rgb(69 26 3 / 0.75);
  }

  .\32xl\:border-t-amber-950\/80 {
    border-top-color: rgb(69 26 3 / 0.8);
  }

  .\32xl\:border-t-amber-950\/85 {
    border-top-color: rgb(69 26 3 / 0.85);
  }

  .\32xl\:border-t-amber-950\/90 {
    border-top-color: rgb(69 26 3 / 0.9);
  }

  .\32xl\:border-t-amber-950\/95 {
    border-top-color: rgb(69 26 3 / 0.95);
  }

  .\32xl\:border-t-background {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--background) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-background\/0 {
    border-top-color: hsl(var(--background) / 0);
  }

  .\32xl\:border-t-background\/10 {
    border-top-color: hsl(var(--background) / 0.1);
  }

  .\32xl\:border-t-background\/100 {
    border-top-color: hsl(var(--background) / 1);
  }

  .\32xl\:border-t-background\/15 {
    border-top-color: hsl(var(--background) / 0.15);
  }

  .\32xl\:border-t-background\/20 {
    border-top-color: hsl(var(--background) / 0.2);
  }

  .\32xl\:border-t-background\/25 {
    border-top-color: hsl(var(--background) / 0.25);
  }

  .\32xl\:border-t-background\/30 {
    border-top-color: hsl(var(--background) / 0.3);
  }

  .\32xl\:border-t-background\/35 {
    border-top-color: hsl(var(--background) / 0.35);
  }

  .\32xl\:border-t-background\/40 {
    border-top-color: hsl(var(--background) / 0.4);
  }

  .\32xl\:border-t-background\/45 {
    border-top-color: hsl(var(--background) / 0.45);
  }

  .\32xl\:border-t-background\/5 {
    border-top-color: hsl(var(--background) / 0.05);
  }

  .\32xl\:border-t-background\/50 {
    border-top-color: hsl(var(--background) / 0.5);
  }

  .\32xl\:border-t-background\/55 {
    border-top-color: hsl(var(--background) / 0.55);
  }

  .\32xl\:border-t-background\/60 {
    border-top-color: hsl(var(--background) / 0.6);
  }

  .\32xl\:border-t-background\/65 {
    border-top-color: hsl(var(--background) / 0.65);
  }

  .\32xl\:border-t-background\/70 {
    border-top-color: hsl(var(--background) / 0.7);
  }

  .\32xl\:border-t-background\/75 {
    border-top-color: hsl(var(--background) / 0.75);
  }

  .\32xl\:border-t-background\/80 {
    border-top-color: hsl(var(--background) / 0.8);
  }

  .\32xl\:border-t-background\/85 {
    border-top-color: hsl(var(--background) / 0.85);
  }

  .\32xl\:border-t-background\/90 {
    border-top-color: hsl(var(--background) / 0.9);
  }

  .\32xl\:border-t-background\/95 {
    border-top-color: hsl(var(--background) / 0.95);
  }

  .\32xl\:border-t-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-black\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-t-black\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-t-black\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-t-black\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-t-black\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-t-black\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-t-black\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-t-black\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-t-black\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-t-black\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-t-black\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-t-black\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-t-black\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-t-black\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-t-black\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-t-black\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-t-black\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-t-black\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-t-black\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-t-black\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-t-black\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-t-blue-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-100\/0 {
    border-top-color: rgb(219 234 254 / 0);
  }

  .\32xl\:border-t-blue-100\/10 {
    border-top-color: rgb(219 234 254 / 0.1);
  }

  .\32xl\:border-t-blue-100\/100 {
    border-top-color: rgb(219 234 254 / 1);
  }

  .\32xl\:border-t-blue-100\/15 {
    border-top-color: rgb(219 234 254 / 0.15);
  }

  .\32xl\:border-t-blue-100\/20 {
    border-top-color: rgb(219 234 254 / 0.2);
  }

  .\32xl\:border-t-blue-100\/25 {
    border-top-color: rgb(219 234 254 / 0.25);
  }

  .\32xl\:border-t-blue-100\/30 {
    border-top-color: rgb(219 234 254 / 0.3);
  }

  .\32xl\:border-t-blue-100\/35 {
    border-top-color: rgb(219 234 254 / 0.35);
  }

  .\32xl\:border-t-blue-100\/40 {
    border-top-color: rgb(219 234 254 / 0.4);
  }

  .\32xl\:border-t-blue-100\/45 {
    border-top-color: rgb(219 234 254 / 0.45);
  }

  .\32xl\:border-t-blue-100\/5 {
    border-top-color: rgb(219 234 254 / 0.05);
  }

  .\32xl\:border-t-blue-100\/50 {
    border-top-color: rgb(219 234 254 / 0.5);
  }

  .\32xl\:border-t-blue-100\/55 {
    border-top-color: rgb(219 234 254 / 0.55);
  }

  .\32xl\:border-t-blue-100\/60 {
    border-top-color: rgb(219 234 254 / 0.6);
  }

  .\32xl\:border-t-blue-100\/65 {
    border-top-color: rgb(219 234 254 / 0.65);
  }

  .\32xl\:border-t-blue-100\/70 {
    border-top-color: rgb(219 234 254 / 0.7);
  }

  .\32xl\:border-t-blue-100\/75 {
    border-top-color: rgb(219 234 254 / 0.75);
  }

  .\32xl\:border-t-blue-100\/80 {
    border-top-color: rgb(219 234 254 / 0.8);
  }

  .\32xl\:border-t-blue-100\/85 {
    border-top-color: rgb(219 234 254 / 0.85);
  }

  .\32xl\:border-t-blue-100\/90 {
    border-top-color: rgb(219 234 254 / 0.9);
  }

  .\32xl\:border-t-blue-100\/95 {
    border-top-color: rgb(219 234 254 / 0.95);
  }

  .\32xl\:border-t-blue-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-200\/0 {
    border-top-color: rgb(191 219 254 / 0);
  }

  .\32xl\:border-t-blue-200\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
  }

  .\32xl\:border-t-blue-200\/100 {
    border-top-color: rgb(191 219 254 / 1);
  }

  .\32xl\:border-t-blue-200\/15 {
    border-top-color: rgb(191 219 254 / 0.15);
  }

  .\32xl\:border-t-blue-200\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
  }

  .\32xl\:border-t-blue-200\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
  }

  .\32xl\:border-t-blue-200\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
  }

  .\32xl\:border-t-blue-200\/35 {
    border-top-color: rgb(191 219 254 / 0.35);
  }

  .\32xl\:border-t-blue-200\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
  }

  .\32xl\:border-t-blue-200\/45 {
    border-top-color: rgb(191 219 254 / 0.45);
  }

  .\32xl\:border-t-blue-200\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
  }

  .\32xl\:border-t-blue-200\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
  }

  .\32xl\:border-t-blue-200\/55 {
    border-top-color: rgb(191 219 254 / 0.55);
  }

  .\32xl\:border-t-blue-200\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
  }

  .\32xl\:border-t-blue-200\/65 {
    border-top-color: rgb(191 219 254 / 0.65);
  }

  .\32xl\:border-t-blue-200\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
  }

  .\32xl\:border-t-blue-200\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
  }

  .\32xl\:border-t-blue-200\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
  }

  .\32xl\:border-t-blue-200\/85 {
    border-top-color: rgb(191 219 254 / 0.85);
  }

  .\32xl\:border-t-blue-200\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
  }

  .\32xl\:border-t-blue-200\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
  }

  .\32xl\:border-t-blue-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-300\/0 {
    border-top-color: rgb(147 197 253 / 0);
  }

  .\32xl\:border-t-blue-300\/10 {
    border-top-color: rgb(147 197 253 / 0.1);
  }

  .\32xl\:border-t-blue-300\/100 {
    border-top-color: rgb(147 197 253 / 1);
  }

  .\32xl\:border-t-blue-300\/15 {
    border-top-color: rgb(147 197 253 / 0.15);
  }

  .\32xl\:border-t-blue-300\/20 {
    border-top-color: rgb(147 197 253 / 0.2);
  }

  .\32xl\:border-t-blue-300\/25 {
    border-top-color: rgb(147 197 253 / 0.25);
  }

  .\32xl\:border-t-blue-300\/30 {
    border-top-color: rgb(147 197 253 / 0.3);
  }

  .\32xl\:border-t-blue-300\/35 {
    border-top-color: rgb(147 197 253 / 0.35);
  }

  .\32xl\:border-t-blue-300\/40 {
    border-top-color: rgb(147 197 253 / 0.4);
  }

  .\32xl\:border-t-blue-300\/45 {
    border-top-color: rgb(147 197 253 / 0.45);
  }

  .\32xl\:border-t-blue-300\/5 {
    border-top-color: rgb(147 197 253 / 0.05);
  }

  .\32xl\:border-t-blue-300\/50 {
    border-top-color: rgb(147 197 253 / 0.5);
  }

  .\32xl\:border-t-blue-300\/55 {
    border-top-color: rgb(147 197 253 / 0.55);
  }

  .\32xl\:border-t-blue-300\/60 {
    border-top-color: rgb(147 197 253 / 0.6);
  }

  .\32xl\:border-t-blue-300\/65 {
    border-top-color: rgb(147 197 253 / 0.65);
  }

  .\32xl\:border-t-blue-300\/70 {
    border-top-color: rgb(147 197 253 / 0.7);
  }

  .\32xl\:border-t-blue-300\/75 {
    border-top-color: rgb(147 197 253 / 0.75);
  }

  .\32xl\:border-t-blue-300\/80 {
    border-top-color: rgb(147 197 253 / 0.8);
  }

  .\32xl\:border-t-blue-300\/85 {
    border-top-color: rgb(147 197 253 / 0.85);
  }

  .\32xl\:border-t-blue-300\/90 {
    border-top-color: rgb(147 197 253 / 0.9);
  }

  .\32xl\:border-t-blue-300\/95 {
    border-top-color: rgb(147 197 253 / 0.95);
  }

  .\32xl\:border-t-blue-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-400\/0 {
    border-top-color: rgb(96 165 250 / 0);
  }

  .\32xl\:border-t-blue-400\/10 {
    border-top-color: rgb(96 165 250 / 0.1);
  }

  .\32xl\:border-t-blue-400\/100 {
    border-top-color: rgb(96 165 250 / 1);
  }

  .\32xl\:border-t-blue-400\/15 {
    border-top-color: rgb(96 165 250 / 0.15);
  }

  .\32xl\:border-t-blue-400\/20 {
    border-top-color: rgb(96 165 250 / 0.2);
  }

  .\32xl\:border-t-blue-400\/25 {
    border-top-color: rgb(96 165 250 / 0.25);
  }

  .\32xl\:border-t-blue-400\/30 {
    border-top-color: rgb(96 165 250 / 0.3);
  }

  .\32xl\:border-t-blue-400\/35 {
    border-top-color: rgb(96 165 250 / 0.35);
  }

  .\32xl\:border-t-blue-400\/40 {
    border-top-color: rgb(96 165 250 / 0.4);
  }

  .\32xl\:border-t-blue-400\/45 {
    border-top-color: rgb(96 165 250 / 0.45);
  }

  .\32xl\:border-t-blue-400\/5 {
    border-top-color: rgb(96 165 250 / 0.05);
  }

  .\32xl\:border-t-blue-400\/50 {
    border-top-color: rgb(96 165 250 / 0.5);
  }

  .\32xl\:border-t-blue-400\/55 {
    border-top-color: rgb(96 165 250 / 0.55);
  }

  .\32xl\:border-t-blue-400\/60 {
    border-top-color: rgb(96 165 250 / 0.6);
  }

  .\32xl\:border-t-blue-400\/65 {
    border-top-color: rgb(96 165 250 / 0.65);
  }

  .\32xl\:border-t-blue-400\/70 {
    border-top-color: rgb(96 165 250 / 0.7);
  }

  .\32xl\:border-t-blue-400\/75 {
    border-top-color: rgb(96 165 250 / 0.75);
  }

  .\32xl\:border-t-blue-400\/80 {
    border-top-color: rgb(96 165 250 / 0.8);
  }

  .\32xl\:border-t-blue-400\/85 {
    border-top-color: rgb(96 165 250 / 0.85);
  }

  .\32xl\:border-t-blue-400\/90 {
    border-top-color: rgb(96 165 250 / 0.9);
  }

  .\32xl\:border-t-blue-400\/95 {
    border-top-color: rgb(96 165 250 / 0.95);
  }

  .\32xl\:border-t-blue-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-50\/0 {
    border-top-color: rgb(239 246 255 / 0);
  }

  .\32xl\:border-t-blue-50\/10 {
    border-top-color: rgb(239 246 255 / 0.1);
  }

  .\32xl\:border-t-blue-50\/100 {
    border-top-color: rgb(239 246 255 / 1);
  }

  .\32xl\:border-t-blue-50\/15 {
    border-top-color: rgb(239 246 255 / 0.15);
  }

  .\32xl\:border-t-blue-50\/20 {
    border-top-color: rgb(239 246 255 / 0.2);
  }

  .\32xl\:border-t-blue-50\/25 {
    border-top-color: rgb(239 246 255 / 0.25);
  }

  .\32xl\:border-t-blue-50\/30 {
    border-top-color: rgb(239 246 255 / 0.3);
  }

  .\32xl\:border-t-blue-50\/35 {
    border-top-color: rgb(239 246 255 / 0.35);
  }

  .\32xl\:border-t-blue-50\/40 {
    border-top-color: rgb(239 246 255 / 0.4);
  }

  .\32xl\:border-t-blue-50\/45 {
    border-top-color: rgb(239 246 255 / 0.45);
  }

  .\32xl\:border-t-blue-50\/5 {
    border-top-color: rgb(239 246 255 / 0.05);
  }

  .\32xl\:border-t-blue-50\/50 {
    border-top-color: rgb(239 246 255 / 0.5);
  }

  .\32xl\:border-t-blue-50\/55 {
    border-top-color: rgb(239 246 255 / 0.55);
  }

  .\32xl\:border-t-blue-50\/60 {
    border-top-color: rgb(239 246 255 / 0.6);
  }

  .\32xl\:border-t-blue-50\/65 {
    border-top-color: rgb(239 246 255 / 0.65);
  }

  .\32xl\:border-t-blue-50\/70 {
    border-top-color: rgb(239 246 255 / 0.7);
  }

  .\32xl\:border-t-blue-50\/75 {
    border-top-color: rgb(239 246 255 / 0.75);
  }

  .\32xl\:border-t-blue-50\/80 {
    border-top-color: rgb(239 246 255 / 0.8);
  }

  .\32xl\:border-t-blue-50\/85 {
    border-top-color: rgb(239 246 255 / 0.85);
  }

  .\32xl\:border-t-blue-50\/90 {
    border-top-color: rgb(239 246 255 / 0.9);
  }

  .\32xl\:border-t-blue-50\/95 {
    border-top-color: rgb(239 246 255 / 0.95);
  }

  .\32xl\:border-t-blue-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-500\/0 {
    border-top-color: rgb(59 130 246 / 0);
  }

  .\32xl\:border-t-blue-500\/10 {
    border-top-color: rgb(59 130 246 / 0.1);
  }

  .\32xl\:border-t-blue-500\/100 {
    border-top-color: rgb(59 130 246 / 1);
  }

  .\32xl\:border-t-blue-500\/15 {
    border-top-color: rgb(59 130 246 / 0.15);
  }

  .\32xl\:border-t-blue-500\/20 {
    border-top-color: rgb(59 130 246 / 0.2);
  }

  .\32xl\:border-t-blue-500\/25 {
    border-top-color: rgb(59 130 246 / 0.25);
  }

  .\32xl\:border-t-blue-500\/30 {
    border-top-color: rgb(59 130 246 / 0.3);
  }

  .\32xl\:border-t-blue-500\/35 {
    border-top-color: rgb(59 130 246 / 0.35);
  }

  .\32xl\:border-t-blue-500\/40 {
    border-top-color: rgb(59 130 246 / 0.4);
  }

  .\32xl\:border-t-blue-500\/45 {
    border-top-color: rgb(59 130 246 / 0.45);
  }

  .\32xl\:border-t-blue-500\/5 {
    border-top-color: rgb(59 130 246 / 0.05);
  }

  .\32xl\:border-t-blue-500\/50 {
    border-top-color: rgb(59 130 246 / 0.5);
  }

  .\32xl\:border-t-blue-500\/55 {
    border-top-color: rgb(59 130 246 / 0.55);
  }

  .\32xl\:border-t-blue-500\/60 {
    border-top-color: rgb(59 130 246 / 0.6);
  }

  .\32xl\:border-t-blue-500\/65 {
    border-top-color: rgb(59 130 246 / 0.65);
  }

  .\32xl\:border-t-blue-500\/70 {
    border-top-color: rgb(59 130 246 / 0.7);
  }

  .\32xl\:border-t-blue-500\/75 {
    border-top-color: rgb(59 130 246 / 0.75);
  }

  .\32xl\:border-t-blue-500\/80 {
    border-top-color: rgb(59 130 246 / 0.8);
  }

  .\32xl\:border-t-blue-500\/85 {
    border-top-color: rgb(59 130 246 / 0.85);
  }

  .\32xl\:border-t-blue-500\/90 {
    border-top-color: rgb(59 130 246 / 0.9);
  }

  .\32xl\:border-t-blue-500\/95 {
    border-top-color: rgb(59 130 246 / 0.95);
  }

  .\32xl\:border-t-blue-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-600\/0 {
    border-top-color: rgb(37 99 235 / 0);
  }

  .\32xl\:border-t-blue-600\/10 {
    border-top-color: rgb(37 99 235 / 0.1);
  }

  .\32xl\:border-t-blue-600\/100 {
    border-top-color: rgb(37 99 235 / 1);
  }

  .\32xl\:border-t-blue-600\/15 {
    border-top-color: rgb(37 99 235 / 0.15);
  }

  .\32xl\:border-t-blue-600\/20 {
    border-top-color: rgb(37 99 235 / 0.2);
  }

  .\32xl\:border-t-blue-600\/25 {
    border-top-color: rgb(37 99 235 / 0.25);
  }

  .\32xl\:border-t-blue-600\/30 {
    border-top-color: rgb(37 99 235 / 0.3);
  }

  .\32xl\:border-t-blue-600\/35 {
    border-top-color: rgb(37 99 235 / 0.35);
  }

  .\32xl\:border-t-blue-600\/40 {
    border-top-color: rgb(37 99 235 / 0.4);
  }

  .\32xl\:border-t-blue-600\/45 {
    border-top-color: rgb(37 99 235 / 0.45);
  }

  .\32xl\:border-t-blue-600\/5 {
    border-top-color: rgb(37 99 235 / 0.05);
  }

  .\32xl\:border-t-blue-600\/50 {
    border-top-color: rgb(37 99 235 / 0.5);
  }

  .\32xl\:border-t-blue-600\/55 {
    border-top-color: rgb(37 99 235 / 0.55);
  }

  .\32xl\:border-t-blue-600\/60 {
    border-top-color: rgb(37 99 235 / 0.6);
  }

  .\32xl\:border-t-blue-600\/65 {
    border-top-color: rgb(37 99 235 / 0.65);
  }

  .\32xl\:border-t-blue-600\/70 {
    border-top-color: rgb(37 99 235 / 0.7);
  }

  .\32xl\:border-t-blue-600\/75 {
    border-top-color: rgb(37 99 235 / 0.75);
  }

  .\32xl\:border-t-blue-600\/80 {
    border-top-color: rgb(37 99 235 / 0.8);
  }

  .\32xl\:border-t-blue-600\/85 {
    border-top-color: rgb(37 99 235 / 0.85);
  }

  .\32xl\:border-t-blue-600\/90 {
    border-top-color: rgb(37 99 235 / 0.9);
  }

  .\32xl\:border-t-blue-600\/95 {
    border-top-color: rgb(37 99 235 / 0.95);
  }

  .\32xl\:border-t-blue-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-700\/0 {
    border-top-color: rgb(29 78 216 / 0);
  }

  .\32xl\:border-t-blue-700\/10 {
    border-top-color: rgb(29 78 216 / 0.1);
  }

  .\32xl\:border-t-blue-700\/100 {
    border-top-color: rgb(29 78 216 / 1);
  }

  .\32xl\:border-t-blue-700\/15 {
    border-top-color: rgb(29 78 216 / 0.15);
  }

  .\32xl\:border-t-blue-700\/20 {
    border-top-color: rgb(29 78 216 / 0.2);
  }

  .\32xl\:border-t-blue-700\/25 {
    border-top-color: rgb(29 78 216 / 0.25);
  }

  .\32xl\:border-t-blue-700\/30 {
    border-top-color: rgb(29 78 216 / 0.3);
  }

  .\32xl\:border-t-blue-700\/35 {
    border-top-color: rgb(29 78 216 / 0.35);
  }

  .\32xl\:border-t-blue-700\/40 {
    border-top-color: rgb(29 78 216 / 0.4);
  }

  .\32xl\:border-t-blue-700\/45 {
    border-top-color: rgb(29 78 216 / 0.45);
  }

  .\32xl\:border-t-blue-700\/5 {
    border-top-color: rgb(29 78 216 / 0.05);
  }

  .\32xl\:border-t-blue-700\/50 {
    border-top-color: rgb(29 78 216 / 0.5);
  }

  .\32xl\:border-t-blue-700\/55 {
    border-top-color: rgb(29 78 216 / 0.55);
  }

  .\32xl\:border-t-blue-700\/60 {
    border-top-color: rgb(29 78 216 / 0.6);
  }

  .\32xl\:border-t-blue-700\/65 {
    border-top-color: rgb(29 78 216 / 0.65);
  }

  .\32xl\:border-t-blue-700\/70 {
    border-top-color: rgb(29 78 216 / 0.7);
  }

  .\32xl\:border-t-blue-700\/75 {
    border-top-color: rgb(29 78 216 / 0.75);
  }

  .\32xl\:border-t-blue-700\/80 {
    border-top-color: rgb(29 78 216 / 0.8);
  }

  .\32xl\:border-t-blue-700\/85 {
    border-top-color: rgb(29 78 216 / 0.85);
  }

  .\32xl\:border-t-blue-700\/90 {
    border-top-color: rgb(29 78 216 / 0.9);
  }

  .\32xl\:border-t-blue-700\/95 {
    border-top-color: rgb(29 78 216 / 0.95);
  }

  .\32xl\:border-t-blue-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-800\/0 {
    border-top-color: rgb(30 64 175 / 0);
  }

  .\32xl\:border-t-blue-800\/10 {
    border-top-color: rgb(30 64 175 / 0.1);
  }

  .\32xl\:border-t-blue-800\/100 {
    border-top-color: rgb(30 64 175 / 1);
  }

  .\32xl\:border-t-blue-800\/15 {
    border-top-color: rgb(30 64 175 / 0.15);
  }

  .\32xl\:border-t-blue-800\/20 {
    border-top-color: rgb(30 64 175 / 0.2);
  }

  .\32xl\:border-t-blue-800\/25 {
    border-top-color: rgb(30 64 175 / 0.25);
  }

  .\32xl\:border-t-blue-800\/30 {
    border-top-color: rgb(30 64 175 / 0.3);
  }

  .\32xl\:border-t-blue-800\/35 {
    border-top-color: rgb(30 64 175 / 0.35);
  }

  .\32xl\:border-t-blue-800\/40 {
    border-top-color: rgb(30 64 175 / 0.4);
  }

  .\32xl\:border-t-blue-800\/45 {
    border-top-color: rgb(30 64 175 / 0.45);
  }

  .\32xl\:border-t-blue-800\/5 {
    border-top-color: rgb(30 64 175 / 0.05);
  }

  .\32xl\:border-t-blue-800\/50 {
    border-top-color: rgb(30 64 175 / 0.5);
  }

  .\32xl\:border-t-blue-800\/55 {
    border-top-color: rgb(30 64 175 / 0.55);
  }

  .\32xl\:border-t-blue-800\/60 {
    border-top-color: rgb(30 64 175 / 0.6);
  }

  .\32xl\:border-t-blue-800\/65 {
    border-top-color: rgb(30 64 175 / 0.65);
  }

  .\32xl\:border-t-blue-800\/70 {
    border-top-color: rgb(30 64 175 / 0.7);
  }

  .\32xl\:border-t-blue-800\/75 {
    border-top-color: rgb(30 64 175 / 0.75);
  }

  .\32xl\:border-t-blue-800\/80 {
    border-top-color: rgb(30 64 175 / 0.8);
  }

  .\32xl\:border-t-blue-800\/85 {
    border-top-color: rgb(30 64 175 / 0.85);
  }

  .\32xl\:border-t-blue-800\/90 {
    border-top-color: rgb(30 64 175 / 0.9);
  }

  .\32xl\:border-t-blue-800\/95 {
    border-top-color: rgb(30 64 175 / 0.95);
  }

  .\32xl\:border-t-blue-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-900\/0 {
    border-top-color: rgb(30 58 138 / 0);
  }

  .\32xl\:border-t-blue-900\/10 {
    border-top-color: rgb(30 58 138 / 0.1);
  }

  .\32xl\:border-t-blue-900\/100 {
    border-top-color: rgb(30 58 138 / 1);
  }

  .\32xl\:border-t-blue-900\/15 {
    border-top-color: rgb(30 58 138 / 0.15);
  }

  .\32xl\:border-t-blue-900\/20 {
    border-top-color: rgb(30 58 138 / 0.2);
  }

  .\32xl\:border-t-blue-900\/25 {
    border-top-color: rgb(30 58 138 / 0.25);
  }

  .\32xl\:border-t-blue-900\/30 {
    border-top-color: rgb(30 58 138 / 0.3);
  }

  .\32xl\:border-t-blue-900\/35 {
    border-top-color: rgb(30 58 138 / 0.35);
  }

  .\32xl\:border-t-blue-900\/40 {
    border-top-color: rgb(30 58 138 / 0.4);
  }

  .\32xl\:border-t-blue-900\/45 {
    border-top-color: rgb(30 58 138 / 0.45);
  }

  .\32xl\:border-t-blue-900\/5 {
    border-top-color: rgb(30 58 138 / 0.05);
  }

  .\32xl\:border-t-blue-900\/50 {
    border-top-color: rgb(30 58 138 / 0.5);
  }

  .\32xl\:border-t-blue-900\/55 {
    border-top-color: rgb(30 58 138 / 0.55);
  }

  .\32xl\:border-t-blue-900\/60 {
    border-top-color: rgb(30 58 138 / 0.6);
  }

  .\32xl\:border-t-blue-900\/65 {
    border-top-color: rgb(30 58 138 / 0.65);
  }

  .\32xl\:border-t-blue-900\/70 {
    border-top-color: rgb(30 58 138 / 0.7);
  }

  .\32xl\:border-t-blue-900\/75 {
    border-top-color: rgb(30 58 138 / 0.75);
  }

  .\32xl\:border-t-blue-900\/80 {
    border-top-color: rgb(30 58 138 / 0.8);
  }

  .\32xl\:border-t-blue-900\/85 {
    border-top-color: rgb(30 58 138 / 0.85);
  }

  .\32xl\:border-t-blue-900\/90 {
    border-top-color: rgb(30 58 138 / 0.9);
  }

  .\32xl\:border-t-blue-900\/95 {
    border-top-color: rgb(30 58 138 / 0.95);
  }

  .\32xl\:border-t-blue-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-blue-950\/0 {
    border-top-color: rgb(23 37 84 / 0);
  }

  .\32xl\:border-t-blue-950\/10 {
    border-top-color: rgb(23 37 84 / 0.1);
  }

  .\32xl\:border-t-blue-950\/100 {
    border-top-color: rgb(23 37 84 / 1);
  }

  .\32xl\:border-t-blue-950\/15 {
    border-top-color: rgb(23 37 84 / 0.15);
  }

  .\32xl\:border-t-blue-950\/20 {
    border-top-color: rgb(23 37 84 / 0.2);
  }

  .\32xl\:border-t-blue-950\/25 {
    border-top-color: rgb(23 37 84 / 0.25);
  }

  .\32xl\:border-t-blue-950\/30 {
    border-top-color: rgb(23 37 84 / 0.3);
  }

  .\32xl\:border-t-blue-950\/35 {
    border-top-color: rgb(23 37 84 / 0.35);
  }

  .\32xl\:border-t-blue-950\/40 {
    border-top-color: rgb(23 37 84 / 0.4);
  }

  .\32xl\:border-t-blue-950\/45 {
    border-top-color: rgb(23 37 84 / 0.45);
  }

  .\32xl\:border-t-blue-950\/5 {
    border-top-color: rgb(23 37 84 / 0.05);
  }

  .\32xl\:border-t-blue-950\/50 {
    border-top-color: rgb(23 37 84 / 0.5);
  }

  .\32xl\:border-t-blue-950\/55 {
    border-top-color: rgb(23 37 84 / 0.55);
  }

  .\32xl\:border-t-blue-950\/60 {
    border-top-color: rgb(23 37 84 / 0.6);
  }

  .\32xl\:border-t-blue-950\/65 {
    border-top-color: rgb(23 37 84 / 0.65);
  }

  .\32xl\:border-t-blue-950\/70 {
    border-top-color: rgb(23 37 84 / 0.7);
  }

  .\32xl\:border-t-blue-950\/75 {
    border-top-color: rgb(23 37 84 / 0.75);
  }

  .\32xl\:border-t-blue-950\/80 {
    border-top-color: rgb(23 37 84 / 0.8);
  }

  .\32xl\:border-t-blue-950\/85 {
    border-top-color: rgb(23 37 84 / 0.85);
  }

  .\32xl\:border-t-blue-950\/90 {
    border-top-color: rgb(23 37 84 / 0.9);
  }

  .\32xl\:border-t-blue-950\/95 {
    border-top-color: rgb(23 37 84 / 0.95);
  }

  .\32xl\:border-t-border {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--border) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-border\/0 {
    border-top-color: hsl(var(--border) / 0);
  }

  .\32xl\:border-t-border\/10 {
    border-top-color: hsl(var(--border) / 0.1);
  }

  .\32xl\:border-t-border\/100 {
    border-top-color: hsl(var(--border) / 1);
  }

  .\32xl\:border-t-border\/15 {
    border-top-color: hsl(var(--border) / 0.15);
  }

  .\32xl\:border-t-border\/20 {
    border-top-color: hsl(var(--border) / 0.2);
  }

  .\32xl\:border-t-border\/25 {
    border-top-color: hsl(var(--border) / 0.25);
  }

  .\32xl\:border-t-border\/30 {
    border-top-color: hsl(var(--border) / 0.3);
  }

  .\32xl\:border-t-border\/35 {
    border-top-color: hsl(var(--border) / 0.35);
  }

  .\32xl\:border-t-border\/40 {
    border-top-color: hsl(var(--border) / 0.4);
  }

  .\32xl\:border-t-border\/45 {
    border-top-color: hsl(var(--border) / 0.45);
  }

  .\32xl\:border-t-border\/5 {
    border-top-color: hsl(var(--border) / 0.05);
  }

  .\32xl\:border-t-border\/50 {
    border-top-color: hsl(var(--border) / 0.5);
  }

  .\32xl\:border-t-border\/55 {
    border-top-color: hsl(var(--border) / 0.55);
  }

  .\32xl\:border-t-border\/60 {
    border-top-color: hsl(var(--border) / 0.6);
  }

  .\32xl\:border-t-border\/65 {
    border-top-color: hsl(var(--border) / 0.65);
  }

  .\32xl\:border-t-border\/70 {
    border-top-color: hsl(var(--border) / 0.7);
  }

  .\32xl\:border-t-border\/75 {
    border-top-color: hsl(var(--border) / 0.75);
  }

  .\32xl\:border-t-border\/80 {
    border-top-color: hsl(var(--border) / 0.8);
  }

  .\32xl\:border-t-border\/85 {
    border-top-color: hsl(var(--border) / 0.85);
  }

  .\32xl\:border-t-border\/90 {
    border-top-color: hsl(var(--border) / 0.9);
  }

  .\32xl\:border-t-border\/95 {
    border-top-color: hsl(var(--border) / 0.95);
  }

  .\32xl\:border-t-card {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-card-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--card-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-card-foreground\/0 {
    border-top-color: hsl(var(--card-foreground) / 0);
  }

  .\32xl\:border-t-card-foreground\/10 {
    border-top-color: hsl(var(--card-foreground) / 0.1);
  }

  .\32xl\:border-t-card-foreground\/100 {
    border-top-color: hsl(var(--card-foreground) / 1);
  }

  .\32xl\:border-t-card-foreground\/15 {
    border-top-color: hsl(var(--card-foreground) / 0.15);
  }

  .\32xl\:border-t-card-foreground\/20 {
    border-top-color: hsl(var(--card-foreground) / 0.2);
  }

  .\32xl\:border-t-card-foreground\/25 {
    border-top-color: hsl(var(--card-foreground) / 0.25);
  }

  .\32xl\:border-t-card-foreground\/30 {
    border-top-color: hsl(var(--card-foreground) / 0.3);
  }

  .\32xl\:border-t-card-foreground\/35 {
    border-top-color: hsl(var(--card-foreground) / 0.35);
  }

  .\32xl\:border-t-card-foreground\/40 {
    border-top-color: hsl(var(--card-foreground) / 0.4);
  }

  .\32xl\:border-t-card-foreground\/45 {
    border-top-color: hsl(var(--card-foreground) / 0.45);
  }

  .\32xl\:border-t-card-foreground\/5 {
    border-top-color: hsl(var(--card-foreground) / 0.05);
  }

  .\32xl\:border-t-card-foreground\/50 {
    border-top-color: hsl(var(--card-foreground) / 0.5);
  }

  .\32xl\:border-t-card-foreground\/55 {
    border-top-color: hsl(var(--card-foreground) / 0.55);
  }

  .\32xl\:border-t-card-foreground\/60 {
    border-top-color: hsl(var(--card-foreground) / 0.6);
  }

  .\32xl\:border-t-card-foreground\/65 {
    border-top-color: hsl(var(--card-foreground) / 0.65);
  }

  .\32xl\:border-t-card-foreground\/70 {
    border-top-color: hsl(var(--card-foreground) / 0.7);
  }

  .\32xl\:border-t-card-foreground\/75 {
    border-top-color: hsl(var(--card-foreground) / 0.75);
  }

  .\32xl\:border-t-card-foreground\/80 {
    border-top-color: hsl(var(--card-foreground) / 0.8);
  }

  .\32xl\:border-t-card-foreground\/85 {
    border-top-color: hsl(var(--card-foreground) / 0.85);
  }

  .\32xl\:border-t-card-foreground\/90 {
    border-top-color: hsl(var(--card-foreground) / 0.9);
  }

  .\32xl\:border-t-card-foreground\/95 {
    border-top-color: hsl(var(--card-foreground) / 0.95);
  }

  .\32xl\:border-t-card\/0 {
    border-top-color: hsl(var(--card) / 0);
  }

  .\32xl\:border-t-card\/10 {
    border-top-color: hsl(var(--card) / 0.1);
  }

  .\32xl\:border-t-card\/100 {
    border-top-color: hsl(var(--card) / 1);
  }

  .\32xl\:border-t-card\/15 {
    border-top-color: hsl(var(--card) / 0.15);
  }

  .\32xl\:border-t-card\/20 {
    border-top-color: hsl(var(--card) / 0.2);
  }

  .\32xl\:border-t-card\/25 {
    border-top-color: hsl(var(--card) / 0.25);
  }

  .\32xl\:border-t-card\/30 {
    border-top-color: hsl(var(--card) / 0.3);
  }

  .\32xl\:border-t-card\/35 {
    border-top-color: hsl(var(--card) / 0.35);
  }

  .\32xl\:border-t-card\/40 {
    border-top-color: hsl(var(--card) / 0.4);
  }

  .\32xl\:border-t-card\/45 {
    border-top-color: hsl(var(--card) / 0.45);
  }

  .\32xl\:border-t-card\/5 {
    border-top-color: hsl(var(--card) / 0.05);
  }

  .\32xl\:border-t-card\/50 {
    border-top-color: hsl(var(--card) / 0.5);
  }

  .\32xl\:border-t-card\/55 {
    border-top-color: hsl(var(--card) / 0.55);
  }

  .\32xl\:border-t-card\/60 {
    border-top-color: hsl(var(--card) / 0.6);
  }

  .\32xl\:border-t-card\/65 {
    border-top-color: hsl(var(--card) / 0.65);
  }

  .\32xl\:border-t-card\/70 {
    border-top-color: hsl(var(--card) / 0.7);
  }

  .\32xl\:border-t-card\/75 {
    border-top-color: hsl(var(--card) / 0.75);
  }

  .\32xl\:border-t-card\/80 {
    border-top-color: hsl(var(--card) / 0.8);
  }

  .\32xl\:border-t-card\/85 {
    border-top-color: hsl(var(--card) / 0.85);
  }

  .\32xl\:border-t-card\/90 {
    border-top-color: hsl(var(--card) / 0.9);
  }

  .\32xl\:border-t-card\/95 {
    border-top-color: hsl(var(--card) / 0.95);
  }

  .\32xl\:border-t-current {
    border-top-color: currentColor;
  }

  .\32xl\:border-t-cyan-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-100\/0 {
    border-top-color: rgb(207 250 254 / 0);
  }

  .\32xl\:border-t-cyan-100\/10 {
    border-top-color: rgb(207 250 254 / 0.1);
  }

  .\32xl\:border-t-cyan-100\/100 {
    border-top-color: rgb(207 250 254 / 1);
  }

  .\32xl\:border-t-cyan-100\/15 {
    border-top-color: rgb(207 250 254 / 0.15);
  }

  .\32xl\:border-t-cyan-100\/20 {
    border-top-color: rgb(207 250 254 / 0.2);
  }

  .\32xl\:border-t-cyan-100\/25 {
    border-top-color: rgb(207 250 254 / 0.25);
  }

  .\32xl\:border-t-cyan-100\/30 {
    border-top-color: rgb(207 250 254 / 0.3);
  }

  .\32xl\:border-t-cyan-100\/35 {
    border-top-color: rgb(207 250 254 / 0.35);
  }

  .\32xl\:border-t-cyan-100\/40 {
    border-top-color: rgb(207 250 254 / 0.4);
  }

  .\32xl\:border-t-cyan-100\/45 {
    border-top-color: rgb(207 250 254 / 0.45);
  }

  .\32xl\:border-t-cyan-100\/5 {
    border-top-color: rgb(207 250 254 / 0.05);
  }

  .\32xl\:border-t-cyan-100\/50 {
    border-top-color: rgb(207 250 254 / 0.5);
  }

  .\32xl\:border-t-cyan-100\/55 {
    border-top-color: rgb(207 250 254 / 0.55);
  }

  .\32xl\:border-t-cyan-100\/60 {
    border-top-color: rgb(207 250 254 / 0.6);
  }

  .\32xl\:border-t-cyan-100\/65 {
    border-top-color: rgb(207 250 254 / 0.65);
  }

  .\32xl\:border-t-cyan-100\/70 {
    border-top-color: rgb(207 250 254 / 0.7);
  }

  .\32xl\:border-t-cyan-100\/75 {
    border-top-color: rgb(207 250 254 / 0.75);
  }

  .\32xl\:border-t-cyan-100\/80 {
    border-top-color: rgb(207 250 254 / 0.8);
  }

  .\32xl\:border-t-cyan-100\/85 {
    border-top-color: rgb(207 250 254 / 0.85);
  }

  .\32xl\:border-t-cyan-100\/90 {
    border-top-color: rgb(207 250 254 / 0.9);
  }

  .\32xl\:border-t-cyan-100\/95 {
    border-top-color: rgb(207 250 254 / 0.95);
  }

  .\32xl\:border-t-cyan-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-200\/0 {
    border-top-color: rgb(165 243 252 / 0);
  }

  .\32xl\:border-t-cyan-200\/10 {
    border-top-color: rgb(165 243 252 / 0.1);
  }

  .\32xl\:border-t-cyan-200\/100 {
    border-top-color: rgb(165 243 252 / 1);
  }

  .\32xl\:border-t-cyan-200\/15 {
    border-top-color: rgb(165 243 252 / 0.15);
  }

  .\32xl\:border-t-cyan-200\/20 {
    border-top-color: rgb(165 243 252 / 0.2);
  }

  .\32xl\:border-t-cyan-200\/25 {
    border-top-color: rgb(165 243 252 / 0.25);
  }

  .\32xl\:border-t-cyan-200\/30 {
    border-top-color: rgb(165 243 252 / 0.3);
  }

  .\32xl\:border-t-cyan-200\/35 {
    border-top-color: rgb(165 243 252 / 0.35);
  }

  .\32xl\:border-t-cyan-200\/40 {
    border-top-color: rgb(165 243 252 / 0.4);
  }

  .\32xl\:border-t-cyan-200\/45 {
    border-top-color: rgb(165 243 252 / 0.45);
  }

  .\32xl\:border-t-cyan-200\/5 {
    border-top-color: rgb(165 243 252 / 0.05);
  }

  .\32xl\:border-t-cyan-200\/50 {
    border-top-color: rgb(165 243 252 / 0.5);
  }

  .\32xl\:border-t-cyan-200\/55 {
    border-top-color: rgb(165 243 252 / 0.55);
  }

  .\32xl\:border-t-cyan-200\/60 {
    border-top-color: rgb(165 243 252 / 0.6);
  }

  .\32xl\:border-t-cyan-200\/65 {
    border-top-color: rgb(165 243 252 / 0.65);
  }

  .\32xl\:border-t-cyan-200\/70 {
    border-top-color: rgb(165 243 252 / 0.7);
  }

  .\32xl\:border-t-cyan-200\/75 {
    border-top-color: rgb(165 243 252 / 0.75);
  }

  .\32xl\:border-t-cyan-200\/80 {
    border-top-color: rgb(165 243 252 / 0.8);
  }

  .\32xl\:border-t-cyan-200\/85 {
    border-top-color: rgb(165 243 252 / 0.85);
  }

  .\32xl\:border-t-cyan-200\/90 {
    border-top-color: rgb(165 243 252 / 0.9);
  }

  .\32xl\:border-t-cyan-200\/95 {
    border-top-color: rgb(165 243 252 / 0.95);
  }

  .\32xl\:border-t-cyan-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-300\/0 {
    border-top-color: rgb(103 232 249 / 0);
  }

  .\32xl\:border-t-cyan-300\/10 {
    border-top-color: rgb(103 232 249 / 0.1);
  }

  .\32xl\:border-t-cyan-300\/100 {
    border-top-color: rgb(103 232 249 / 1);
  }

  .\32xl\:border-t-cyan-300\/15 {
    border-top-color: rgb(103 232 249 / 0.15);
  }

  .\32xl\:border-t-cyan-300\/20 {
    border-top-color: rgb(103 232 249 / 0.2);
  }

  .\32xl\:border-t-cyan-300\/25 {
    border-top-color: rgb(103 232 249 / 0.25);
  }

  .\32xl\:border-t-cyan-300\/30 {
    border-top-color: rgb(103 232 249 / 0.3);
  }

  .\32xl\:border-t-cyan-300\/35 {
    border-top-color: rgb(103 232 249 / 0.35);
  }

  .\32xl\:border-t-cyan-300\/40 {
    border-top-color: rgb(103 232 249 / 0.4);
  }

  .\32xl\:border-t-cyan-300\/45 {
    border-top-color: rgb(103 232 249 / 0.45);
  }

  .\32xl\:border-t-cyan-300\/5 {
    border-top-color: rgb(103 232 249 / 0.05);
  }

  .\32xl\:border-t-cyan-300\/50 {
    border-top-color: rgb(103 232 249 / 0.5);
  }

  .\32xl\:border-t-cyan-300\/55 {
    border-top-color: rgb(103 232 249 / 0.55);
  }

  .\32xl\:border-t-cyan-300\/60 {
    border-top-color: rgb(103 232 249 / 0.6);
  }

  .\32xl\:border-t-cyan-300\/65 {
    border-top-color: rgb(103 232 249 / 0.65);
  }

  .\32xl\:border-t-cyan-300\/70 {
    border-top-color: rgb(103 232 249 / 0.7);
  }

  .\32xl\:border-t-cyan-300\/75 {
    border-top-color: rgb(103 232 249 / 0.75);
  }

  .\32xl\:border-t-cyan-300\/80 {
    border-top-color: rgb(103 232 249 / 0.8);
  }

  .\32xl\:border-t-cyan-300\/85 {
    border-top-color: rgb(103 232 249 / 0.85);
  }

  .\32xl\:border-t-cyan-300\/90 {
    border-top-color: rgb(103 232 249 / 0.9);
  }

  .\32xl\:border-t-cyan-300\/95 {
    border-top-color: rgb(103 232 249 / 0.95);
  }

  .\32xl\:border-t-cyan-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-400\/0 {
    border-top-color: rgb(34 211 238 / 0);
  }

  .\32xl\:border-t-cyan-400\/10 {
    border-top-color: rgb(34 211 238 / 0.1);
  }

  .\32xl\:border-t-cyan-400\/100 {
    border-top-color: rgb(34 211 238 / 1);
  }

  .\32xl\:border-t-cyan-400\/15 {
    border-top-color: rgb(34 211 238 / 0.15);
  }

  .\32xl\:border-t-cyan-400\/20 {
    border-top-color: rgb(34 211 238 / 0.2);
  }

  .\32xl\:border-t-cyan-400\/25 {
    border-top-color: rgb(34 211 238 / 0.25);
  }

  .\32xl\:border-t-cyan-400\/30 {
    border-top-color: rgb(34 211 238 / 0.3);
  }

  .\32xl\:border-t-cyan-400\/35 {
    border-top-color: rgb(34 211 238 / 0.35);
  }

  .\32xl\:border-t-cyan-400\/40 {
    border-top-color: rgb(34 211 238 / 0.4);
  }

  .\32xl\:border-t-cyan-400\/45 {
    border-top-color: rgb(34 211 238 / 0.45);
  }

  .\32xl\:border-t-cyan-400\/5 {
    border-top-color: rgb(34 211 238 / 0.05);
  }

  .\32xl\:border-t-cyan-400\/50 {
    border-top-color: rgb(34 211 238 / 0.5);
  }

  .\32xl\:border-t-cyan-400\/55 {
    border-top-color: rgb(34 211 238 / 0.55);
  }

  .\32xl\:border-t-cyan-400\/60 {
    border-top-color: rgb(34 211 238 / 0.6);
  }

  .\32xl\:border-t-cyan-400\/65 {
    border-top-color: rgb(34 211 238 / 0.65);
  }

  .\32xl\:border-t-cyan-400\/70 {
    border-top-color: rgb(34 211 238 / 0.7);
  }

  .\32xl\:border-t-cyan-400\/75 {
    border-top-color: rgb(34 211 238 / 0.75);
  }

  .\32xl\:border-t-cyan-400\/80 {
    border-top-color: rgb(34 211 238 / 0.8);
  }

  .\32xl\:border-t-cyan-400\/85 {
    border-top-color: rgb(34 211 238 / 0.85);
  }

  .\32xl\:border-t-cyan-400\/90 {
    border-top-color: rgb(34 211 238 / 0.9);
  }

  .\32xl\:border-t-cyan-400\/95 {
    border-top-color: rgb(34 211 238 / 0.95);
  }

  .\32xl\:border-t-cyan-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-50\/0 {
    border-top-color: rgb(236 254 255 / 0);
  }

  .\32xl\:border-t-cyan-50\/10 {
    border-top-color: rgb(236 254 255 / 0.1);
  }

  .\32xl\:border-t-cyan-50\/100 {
    border-top-color: rgb(236 254 255 / 1);
  }

  .\32xl\:border-t-cyan-50\/15 {
    border-top-color: rgb(236 254 255 / 0.15);
  }

  .\32xl\:border-t-cyan-50\/20 {
    border-top-color: rgb(236 254 255 / 0.2);
  }

  .\32xl\:border-t-cyan-50\/25 {
    border-top-color: rgb(236 254 255 / 0.25);
  }

  .\32xl\:border-t-cyan-50\/30 {
    border-top-color: rgb(236 254 255 / 0.3);
  }

  .\32xl\:border-t-cyan-50\/35 {
    border-top-color: rgb(236 254 255 / 0.35);
  }

  .\32xl\:border-t-cyan-50\/40 {
    border-top-color: rgb(236 254 255 / 0.4);
  }

  .\32xl\:border-t-cyan-50\/45 {
    border-top-color: rgb(236 254 255 / 0.45);
  }

  .\32xl\:border-t-cyan-50\/5 {
    border-top-color: rgb(236 254 255 / 0.05);
  }

  .\32xl\:border-t-cyan-50\/50 {
    border-top-color: rgb(236 254 255 / 0.5);
  }

  .\32xl\:border-t-cyan-50\/55 {
    border-top-color: rgb(236 254 255 / 0.55);
  }

  .\32xl\:border-t-cyan-50\/60 {
    border-top-color: rgb(236 254 255 / 0.6);
  }

  .\32xl\:border-t-cyan-50\/65 {
    border-top-color: rgb(236 254 255 / 0.65);
  }

  .\32xl\:border-t-cyan-50\/70 {
    border-top-color: rgb(236 254 255 / 0.7);
  }

  .\32xl\:border-t-cyan-50\/75 {
    border-top-color: rgb(236 254 255 / 0.75);
  }

  .\32xl\:border-t-cyan-50\/80 {
    border-top-color: rgb(236 254 255 / 0.8);
  }

  .\32xl\:border-t-cyan-50\/85 {
    border-top-color: rgb(236 254 255 / 0.85);
  }

  .\32xl\:border-t-cyan-50\/90 {
    border-top-color: rgb(236 254 255 / 0.9);
  }

  .\32xl\:border-t-cyan-50\/95 {
    border-top-color: rgb(236 254 255 / 0.95);
  }

  .\32xl\:border-t-cyan-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-500\/0 {
    border-top-color: rgb(6 182 212 / 0);
  }

  .\32xl\:border-t-cyan-500\/10 {
    border-top-color: rgb(6 182 212 / 0.1);
  }

  .\32xl\:border-t-cyan-500\/100 {
    border-top-color: rgb(6 182 212 / 1);
  }

  .\32xl\:border-t-cyan-500\/15 {
    border-top-color: rgb(6 182 212 / 0.15);
  }

  .\32xl\:border-t-cyan-500\/20 {
    border-top-color: rgb(6 182 212 / 0.2);
  }

  .\32xl\:border-t-cyan-500\/25 {
    border-top-color: rgb(6 182 212 / 0.25);
  }

  .\32xl\:border-t-cyan-500\/30 {
    border-top-color: rgb(6 182 212 / 0.3);
  }

  .\32xl\:border-t-cyan-500\/35 {
    border-top-color: rgb(6 182 212 / 0.35);
  }

  .\32xl\:border-t-cyan-500\/40 {
    border-top-color: rgb(6 182 212 / 0.4);
  }

  .\32xl\:border-t-cyan-500\/45 {
    border-top-color: rgb(6 182 212 / 0.45);
  }

  .\32xl\:border-t-cyan-500\/5 {
    border-top-color: rgb(6 182 212 / 0.05);
  }

  .\32xl\:border-t-cyan-500\/50 {
    border-top-color: rgb(6 182 212 / 0.5);
  }

  .\32xl\:border-t-cyan-500\/55 {
    border-top-color: rgb(6 182 212 / 0.55);
  }

  .\32xl\:border-t-cyan-500\/60 {
    border-top-color: rgb(6 182 212 / 0.6);
  }

  .\32xl\:border-t-cyan-500\/65 {
    border-top-color: rgb(6 182 212 / 0.65);
  }

  .\32xl\:border-t-cyan-500\/70 {
    border-top-color: rgb(6 182 212 / 0.7);
  }

  .\32xl\:border-t-cyan-500\/75 {
    border-top-color: rgb(6 182 212 / 0.75);
  }

  .\32xl\:border-t-cyan-500\/80 {
    border-top-color: rgb(6 182 212 / 0.8);
  }

  .\32xl\:border-t-cyan-500\/85 {
    border-top-color: rgb(6 182 212 / 0.85);
  }

  .\32xl\:border-t-cyan-500\/90 {
    border-top-color: rgb(6 182 212 / 0.9);
  }

  .\32xl\:border-t-cyan-500\/95 {
    border-top-color: rgb(6 182 212 / 0.95);
  }

  .\32xl\:border-t-cyan-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-600\/0 {
    border-top-color: rgb(8 145 178 / 0);
  }

  .\32xl\:border-t-cyan-600\/10 {
    border-top-color: rgb(8 145 178 / 0.1);
  }

  .\32xl\:border-t-cyan-600\/100 {
    border-top-color: rgb(8 145 178 / 1);
  }

  .\32xl\:border-t-cyan-600\/15 {
    border-top-color: rgb(8 145 178 / 0.15);
  }

  .\32xl\:border-t-cyan-600\/20 {
    border-top-color: rgb(8 145 178 / 0.2);
  }

  .\32xl\:border-t-cyan-600\/25 {
    border-top-color: rgb(8 145 178 / 0.25);
  }

  .\32xl\:border-t-cyan-600\/30 {
    border-top-color: rgb(8 145 178 / 0.3);
  }

  .\32xl\:border-t-cyan-600\/35 {
    border-top-color: rgb(8 145 178 / 0.35);
  }

  .\32xl\:border-t-cyan-600\/40 {
    border-top-color: rgb(8 145 178 / 0.4);
  }

  .\32xl\:border-t-cyan-600\/45 {
    border-top-color: rgb(8 145 178 / 0.45);
  }

  .\32xl\:border-t-cyan-600\/5 {
    border-top-color: rgb(8 145 178 / 0.05);
  }

  .\32xl\:border-t-cyan-600\/50 {
    border-top-color: rgb(8 145 178 / 0.5);
  }

  .\32xl\:border-t-cyan-600\/55 {
    border-top-color: rgb(8 145 178 / 0.55);
  }

  .\32xl\:border-t-cyan-600\/60 {
    border-top-color: rgb(8 145 178 / 0.6);
  }

  .\32xl\:border-t-cyan-600\/65 {
    border-top-color: rgb(8 145 178 / 0.65);
  }

  .\32xl\:border-t-cyan-600\/70 {
    border-top-color: rgb(8 145 178 / 0.7);
  }

  .\32xl\:border-t-cyan-600\/75 {
    border-top-color: rgb(8 145 178 / 0.75);
  }

  .\32xl\:border-t-cyan-600\/80 {
    border-top-color: rgb(8 145 178 / 0.8);
  }

  .\32xl\:border-t-cyan-600\/85 {
    border-top-color: rgb(8 145 178 / 0.85);
  }

  .\32xl\:border-t-cyan-600\/90 {
    border-top-color: rgb(8 145 178 / 0.9);
  }

  .\32xl\:border-t-cyan-600\/95 {
    border-top-color: rgb(8 145 178 / 0.95);
  }

  .\32xl\:border-t-cyan-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-700\/0 {
    border-top-color: rgb(14 116 144 / 0);
  }

  .\32xl\:border-t-cyan-700\/10 {
    border-top-color: rgb(14 116 144 / 0.1);
  }

  .\32xl\:border-t-cyan-700\/100 {
    border-top-color: rgb(14 116 144 / 1);
  }

  .\32xl\:border-t-cyan-700\/15 {
    border-top-color: rgb(14 116 144 / 0.15);
  }

  .\32xl\:border-t-cyan-700\/20 {
    border-top-color: rgb(14 116 144 / 0.2);
  }

  .\32xl\:border-t-cyan-700\/25 {
    border-top-color: rgb(14 116 144 / 0.25);
  }

  .\32xl\:border-t-cyan-700\/30 {
    border-top-color: rgb(14 116 144 / 0.3);
  }

  .\32xl\:border-t-cyan-700\/35 {
    border-top-color: rgb(14 116 144 / 0.35);
  }

  .\32xl\:border-t-cyan-700\/40 {
    border-top-color: rgb(14 116 144 / 0.4);
  }

  .\32xl\:border-t-cyan-700\/45 {
    border-top-color: rgb(14 116 144 / 0.45);
  }

  .\32xl\:border-t-cyan-700\/5 {
    border-top-color: rgb(14 116 144 / 0.05);
  }

  .\32xl\:border-t-cyan-700\/50 {
    border-top-color: rgb(14 116 144 / 0.5);
  }

  .\32xl\:border-t-cyan-700\/55 {
    border-top-color: rgb(14 116 144 / 0.55);
  }

  .\32xl\:border-t-cyan-700\/60 {
    border-top-color: rgb(14 116 144 / 0.6);
  }

  .\32xl\:border-t-cyan-700\/65 {
    border-top-color: rgb(14 116 144 / 0.65);
  }

  .\32xl\:border-t-cyan-700\/70 {
    border-top-color: rgb(14 116 144 / 0.7);
  }

  .\32xl\:border-t-cyan-700\/75 {
    border-top-color: rgb(14 116 144 / 0.75);
  }

  .\32xl\:border-t-cyan-700\/80 {
    border-top-color: rgb(14 116 144 / 0.8);
  }

  .\32xl\:border-t-cyan-700\/85 {
    border-top-color: rgb(14 116 144 / 0.85);
  }

  .\32xl\:border-t-cyan-700\/90 {
    border-top-color: rgb(14 116 144 / 0.9);
  }

  .\32xl\:border-t-cyan-700\/95 {
    border-top-color: rgb(14 116 144 / 0.95);
  }

  .\32xl\:border-t-cyan-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-800\/0 {
    border-top-color: rgb(21 94 117 / 0);
  }

  .\32xl\:border-t-cyan-800\/10 {
    border-top-color: rgb(21 94 117 / 0.1);
  }

  .\32xl\:border-t-cyan-800\/100 {
    border-top-color: rgb(21 94 117 / 1);
  }

  .\32xl\:border-t-cyan-800\/15 {
    border-top-color: rgb(21 94 117 / 0.15);
  }

  .\32xl\:border-t-cyan-800\/20 {
    border-top-color: rgb(21 94 117 / 0.2);
  }

  .\32xl\:border-t-cyan-800\/25 {
    border-top-color: rgb(21 94 117 / 0.25);
  }

  .\32xl\:border-t-cyan-800\/30 {
    border-top-color: rgb(21 94 117 / 0.3);
  }

  .\32xl\:border-t-cyan-800\/35 {
    border-top-color: rgb(21 94 117 / 0.35);
  }

  .\32xl\:border-t-cyan-800\/40 {
    border-top-color: rgb(21 94 117 / 0.4);
  }

  .\32xl\:border-t-cyan-800\/45 {
    border-top-color: rgb(21 94 117 / 0.45);
  }

  .\32xl\:border-t-cyan-800\/5 {
    border-top-color: rgb(21 94 117 / 0.05);
  }

  .\32xl\:border-t-cyan-800\/50 {
    border-top-color: rgb(21 94 117 / 0.5);
  }

  .\32xl\:border-t-cyan-800\/55 {
    border-top-color: rgb(21 94 117 / 0.55);
  }

  .\32xl\:border-t-cyan-800\/60 {
    border-top-color: rgb(21 94 117 / 0.6);
  }

  .\32xl\:border-t-cyan-800\/65 {
    border-top-color: rgb(21 94 117 / 0.65);
  }

  .\32xl\:border-t-cyan-800\/70 {
    border-top-color: rgb(21 94 117 / 0.7);
  }

  .\32xl\:border-t-cyan-800\/75 {
    border-top-color: rgb(21 94 117 / 0.75);
  }

  .\32xl\:border-t-cyan-800\/80 {
    border-top-color: rgb(21 94 117 / 0.8);
  }

  .\32xl\:border-t-cyan-800\/85 {
    border-top-color: rgb(21 94 117 / 0.85);
  }

  .\32xl\:border-t-cyan-800\/90 {
    border-top-color: rgb(21 94 117 / 0.9);
  }

  .\32xl\:border-t-cyan-800\/95 {
    border-top-color: rgb(21 94 117 / 0.95);
  }

  .\32xl\:border-t-cyan-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-900\/0 {
    border-top-color: rgb(22 78 99 / 0);
  }

  .\32xl\:border-t-cyan-900\/10 {
    border-top-color: rgb(22 78 99 / 0.1);
  }

  .\32xl\:border-t-cyan-900\/100 {
    border-top-color: rgb(22 78 99 / 1);
  }

  .\32xl\:border-t-cyan-900\/15 {
    border-top-color: rgb(22 78 99 / 0.15);
  }

  .\32xl\:border-t-cyan-900\/20 {
    border-top-color: rgb(22 78 99 / 0.2);
  }

  .\32xl\:border-t-cyan-900\/25 {
    border-top-color: rgb(22 78 99 / 0.25);
  }

  .\32xl\:border-t-cyan-900\/30 {
    border-top-color: rgb(22 78 99 / 0.3);
  }

  .\32xl\:border-t-cyan-900\/35 {
    border-top-color: rgb(22 78 99 / 0.35);
  }

  .\32xl\:border-t-cyan-900\/40 {
    border-top-color: rgb(22 78 99 / 0.4);
  }

  .\32xl\:border-t-cyan-900\/45 {
    border-top-color: rgb(22 78 99 / 0.45);
  }

  .\32xl\:border-t-cyan-900\/5 {
    border-top-color: rgb(22 78 99 / 0.05);
  }

  .\32xl\:border-t-cyan-900\/50 {
    border-top-color: rgb(22 78 99 / 0.5);
  }

  .\32xl\:border-t-cyan-900\/55 {
    border-top-color: rgb(22 78 99 / 0.55);
  }

  .\32xl\:border-t-cyan-900\/60 {
    border-top-color: rgb(22 78 99 / 0.6);
  }

  .\32xl\:border-t-cyan-900\/65 {
    border-top-color: rgb(22 78 99 / 0.65);
  }

  .\32xl\:border-t-cyan-900\/70 {
    border-top-color: rgb(22 78 99 / 0.7);
  }

  .\32xl\:border-t-cyan-900\/75 {
    border-top-color: rgb(22 78 99 / 0.75);
  }

  .\32xl\:border-t-cyan-900\/80 {
    border-top-color: rgb(22 78 99 / 0.8);
  }

  .\32xl\:border-t-cyan-900\/85 {
    border-top-color: rgb(22 78 99 / 0.85);
  }

  .\32xl\:border-t-cyan-900\/90 {
    border-top-color: rgb(22 78 99 / 0.9);
  }

  .\32xl\:border-t-cyan-900\/95 {
    border-top-color: rgb(22 78 99 / 0.95);
  }

  .\32xl\:border-t-cyan-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-cyan-950\/0 {
    border-top-color: rgb(8 51 68 / 0);
  }

  .\32xl\:border-t-cyan-950\/10 {
    border-top-color: rgb(8 51 68 / 0.1);
  }

  .\32xl\:border-t-cyan-950\/100 {
    border-top-color: rgb(8 51 68 / 1);
  }

  .\32xl\:border-t-cyan-950\/15 {
    border-top-color: rgb(8 51 68 / 0.15);
  }

  .\32xl\:border-t-cyan-950\/20 {
    border-top-color: rgb(8 51 68 / 0.2);
  }

  .\32xl\:border-t-cyan-950\/25 {
    border-top-color: rgb(8 51 68 / 0.25);
  }

  .\32xl\:border-t-cyan-950\/30 {
    border-top-color: rgb(8 51 68 / 0.3);
  }

  .\32xl\:border-t-cyan-950\/35 {
    border-top-color: rgb(8 51 68 / 0.35);
  }

  .\32xl\:border-t-cyan-950\/40 {
    border-top-color: rgb(8 51 68 / 0.4);
  }

  .\32xl\:border-t-cyan-950\/45 {
    border-top-color: rgb(8 51 68 / 0.45);
  }

  .\32xl\:border-t-cyan-950\/5 {
    border-top-color: rgb(8 51 68 / 0.05);
  }

  .\32xl\:border-t-cyan-950\/50 {
    border-top-color: rgb(8 51 68 / 0.5);
  }

  .\32xl\:border-t-cyan-950\/55 {
    border-top-color: rgb(8 51 68 / 0.55);
  }

  .\32xl\:border-t-cyan-950\/60 {
    border-top-color: rgb(8 51 68 / 0.6);
  }

  .\32xl\:border-t-cyan-950\/65 {
    border-top-color: rgb(8 51 68 / 0.65);
  }

  .\32xl\:border-t-cyan-950\/70 {
    border-top-color: rgb(8 51 68 / 0.7);
  }

  .\32xl\:border-t-cyan-950\/75 {
    border-top-color: rgb(8 51 68 / 0.75);
  }

  .\32xl\:border-t-cyan-950\/80 {
    border-top-color: rgb(8 51 68 / 0.8);
  }

  .\32xl\:border-t-cyan-950\/85 {
    border-top-color: rgb(8 51 68 / 0.85);
  }

  .\32xl\:border-t-cyan-950\/90 {
    border-top-color: rgb(8 51 68 / 0.9);
  }

  .\32xl\:border-t-cyan-950\/95 {
    border-top-color: rgb(8 51 68 / 0.95);
  }

  .\32xl\:border-t-destructive {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-destructive-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--destructive-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-destructive-foreground\/0 {
    border-top-color: hsl(var(--destructive-foreground) / 0);
  }

  .\32xl\:border-t-destructive-foreground\/10 {
    border-top-color: hsl(var(--destructive-foreground) / 0.1);
  }

  .\32xl\:border-t-destructive-foreground\/100 {
    border-top-color: hsl(var(--destructive-foreground) / 1);
  }

  .\32xl\:border-t-destructive-foreground\/15 {
    border-top-color: hsl(var(--destructive-foreground) / 0.15);
  }

  .\32xl\:border-t-destructive-foreground\/20 {
    border-top-color: hsl(var(--destructive-foreground) / 0.2);
  }

  .\32xl\:border-t-destructive-foreground\/25 {
    border-top-color: hsl(var(--destructive-foreground) / 0.25);
  }

  .\32xl\:border-t-destructive-foreground\/30 {
    border-top-color: hsl(var(--destructive-foreground) / 0.3);
  }

  .\32xl\:border-t-destructive-foreground\/35 {
    border-top-color: hsl(var(--destructive-foreground) / 0.35);
  }

  .\32xl\:border-t-destructive-foreground\/40 {
    border-top-color: hsl(var(--destructive-foreground) / 0.4);
  }

  .\32xl\:border-t-destructive-foreground\/45 {
    border-top-color: hsl(var(--destructive-foreground) / 0.45);
  }

  .\32xl\:border-t-destructive-foreground\/5 {
    border-top-color: hsl(var(--destructive-foreground) / 0.05);
  }

  .\32xl\:border-t-destructive-foreground\/50 {
    border-top-color: hsl(var(--destructive-foreground) / 0.5);
  }

  .\32xl\:border-t-destructive-foreground\/55 {
    border-top-color: hsl(var(--destructive-foreground) / 0.55);
  }

  .\32xl\:border-t-destructive-foreground\/60 {
    border-top-color: hsl(var(--destructive-foreground) / 0.6);
  }

  .\32xl\:border-t-destructive-foreground\/65 {
    border-top-color: hsl(var(--destructive-foreground) / 0.65);
  }

  .\32xl\:border-t-destructive-foreground\/70 {
    border-top-color: hsl(var(--destructive-foreground) / 0.7);
  }

  .\32xl\:border-t-destructive-foreground\/75 {
    border-top-color: hsl(var(--destructive-foreground) / 0.75);
  }

  .\32xl\:border-t-destructive-foreground\/80 {
    border-top-color: hsl(var(--destructive-foreground) / 0.8);
  }

  .\32xl\:border-t-destructive-foreground\/85 {
    border-top-color: hsl(var(--destructive-foreground) / 0.85);
  }

  .\32xl\:border-t-destructive-foreground\/90 {
    border-top-color: hsl(var(--destructive-foreground) / 0.9);
  }

  .\32xl\:border-t-destructive-foreground\/95 {
    border-top-color: hsl(var(--destructive-foreground) / 0.95);
  }

  .\32xl\:border-t-destructive\/0 {
    border-top-color: hsl(var(--destructive) / 0);
  }

  .\32xl\:border-t-destructive\/10 {
    border-top-color: hsl(var(--destructive) / 0.1);
  }

  .\32xl\:border-t-destructive\/100 {
    border-top-color: hsl(var(--destructive) / 1);
  }

  .\32xl\:border-t-destructive\/15 {
    border-top-color: hsl(var(--destructive) / 0.15);
  }

  .\32xl\:border-t-destructive\/20 {
    border-top-color: hsl(var(--destructive) / 0.2);
  }

  .\32xl\:border-t-destructive\/25 {
    border-top-color: hsl(var(--destructive) / 0.25);
  }

  .\32xl\:border-t-destructive\/30 {
    border-top-color: hsl(var(--destructive) / 0.3);
  }

  .\32xl\:border-t-destructive\/35 {
    border-top-color: hsl(var(--destructive) / 0.35);
  }

  .\32xl\:border-t-destructive\/40 {
    border-top-color: hsl(var(--destructive) / 0.4);
  }

  .\32xl\:border-t-destructive\/45 {
    border-top-color: hsl(var(--destructive) / 0.45);
  }

  .\32xl\:border-t-destructive\/5 {
    border-top-color: hsl(var(--destructive) / 0.05);
  }

  .\32xl\:border-t-destructive\/50 {
    border-top-color: hsl(var(--destructive) / 0.5);
  }

  .\32xl\:border-t-destructive\/55 {
    border-top-color: hsl(var(--destructive) / 0.55);
  }

  .\32xl\:border-t-destructive\/60 {
    border-top-color: hsl(var(--destructive) / 0.6);
  }

  .\32xl\:border-t-destructive\/65 {
    border-top-color: hsl(var(--destructive) / 0.65);
  }

  .\32xl\:border-t-destructive\/70 {
    border-top-color: hsl(var(--destructive) / 0.7);
  }

  .\32xl\:border-t-destructive\/75 {
    border-top-color: hsl(var(--destructive) / 0.75);
  }

  .\32xl\:border-t-destructive\/80 {
    border-top-color: hsl(var(--destructive) / 0.8);
  }

  .\32xl\:border-t-destructive\/85 {
    border-top-color: hsl(var(--destructive) / 0.85);
  }

  .\32xl\:border-t-destructive\/90 {
    border-top-color: hsl(var(--destructive) / 0.9);
  }

  .\32xl\:border-t-destructive\/95 {
    border-top-color: hsl(var(--destructive) / 0.95);
  }

  .\32xl\:border-t-emerald-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-100\/0 {
    border-top-color: rgb(209 250 229 / 0);
  }

  .\32xl\:border-t-emerald-100\/10 {
    border-top-color: rgb(209 250 229 / 0.1);
  }

  .\32xl\:border-t-emerald-100\/100 {
    border-top-color: rgb(209 250 229 / 1);
  }

  .\32xl\:border-t-emerald-100\/15 {
    border-top-color: rgb(209 250 229 / 0.15);
  }

  .\32xl\:border-t-emerald-100\/20 {
    border-top-color: rgb(209 250 229 / 0.2);
  }

  .\32xl\:border-t-emerald-100\/25 {
    border-top-color: rgb(209 250 229 / 0.25);
  }

  .\32xl\:border-t-emerald-100\/30 {
    border-top-color: rgb(209 250 229 / 0.3);
  }

  .\32xl\:border-t-emerald-100\/35 {
    border-top-color: rgb(209 250 229 / 0.35);
  }

  .\32xl\:border-t-emerald-100\/40 {
    border-top-color: rgb(209 250 229 / 0.4);
  }

  .\32xl\:border-t-emerald-100\/45 {
    border-top-color: rgb(209 250 229 / 0.45);
  }

  .\32xl\:border-t-emerald-100\/5 {
    border-top-color: rgb(209 250 229 / 0.05);
  }

  .\32xl\:border-t-emerald-100\/50 {
    border-top-color: rgb(209 250 229 / 0.5);
  }

  .\32xl\:border-t-emerald-100\/55 {
    border-top-color: rgb(209 250 229 / 0.55);
  }

  .\32xl\:border-t-emerald-100\/60 {
    border-top-color: rgb(209 250 229 / 0.6);
  }

  .\32xl\:border-t-emerald-100\/65 {
    border-top-color: rgb(209 250 229 / 0.65);
  }

  .\32xl\:border-t-emerald-100\/70 {
    border-top-color: rgb(209 250 229 / 0.7);
  }

  .\32xl\:border-t-emerald-100\/75 {
    border-top-color: rgb(209 250 229 / 0.75);
  }

  .\32xl\:border-t-emerald-100\/80 {
    border-top-color: rgb(209 250 229 / 0.8);
  }

  .\32xl\:border-t-emerald-100\/85 {
    border-top-color: rgb(209 250 229 / 0.85);
  }

  .\32xl\:border-t-emerald-100\/90 {
    border-top-color: rgb(209 250 229 / 0.9);
  }

  .\32xl\:border-t-emerald-100\/95 {
    border-top-color: rgb(209 250 229 / 0.95);
  }

  .\32xl\:border-t-emerald-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-200\/0 {
    border-top-color: rgb(167 243 208 / 0);
  }

  .\32xl\:border-t-emerald-200\/10 {
    border-top-color: rgb(167 243 208 / 0.1);
  }

  .\32xl\:border-t-emerald-200\/100 {
    border-top-color: rgb(167 243 208 / 1);
  }

  .\32xl\:border-t-emerald-200\/15 {
    border-top-color: rgb(167 243 208 / 0.15);
  }

  .\32xl\:border-t-emerald-200\/20 {
    border-top-color: rgb(167 243 208 / 0.2);
  }

  .\32xl\:border-t-emerald-200\/25 {
    border-top-color: rgb(167 243 208 / 0.25);
  }

  .\32xl\:border-t-emerald-200\/30 {
    border-top-color: rgb(167 243 208 / 0.3);
  }

  .\32xl\:border-t-emerald-200\/35 {
    border-top-color: rgb(167 243 208 / 0.35);
  }

  .\32xl\:border-t-emerald-200\/40 {
    border-top-color: rgb(167 243 208 / 0.4);
  }

  .\32xl\:border-t-emerald-200\/45 {
    border-top-color: rgb(167 243 208 / 0.45);
  }

  .\32xl\:border-t-emerald-200\/5 {
    border-top-color: rgb(167 243 208 / 0.05);
  }

  .\32xl\:border-t-emerald-200\/50 {
    border-top-color: rgb(167 243 208 / 0.5);
  }

  .\32xl\:border-t-emerald-200\/55 {
    border-top-color: rgb(167 243 208 / 0.55);
  }

  .\32xl\:border-t-emerald-200\/60 {
    border-top-color: rgb(167 243 208 / 0.6);
  }

  .\32xl\:border-t-emerald-200\/65 {
    border-top-color: rgb(167 243 208 / 0.65);
  }

  .\32xl\:border-t-emerald-200\/70 {
    border-top-color: rgb(167 243 208 / 0.7);
  }

  .\32xl\:border-t-emerald-200\/75 {
    border-top-color: rgb(167 243 208 / 0.75);
  }

  .\32xl\:border-t-emerald-200\/80 {
    border-top-color: rgb(167 243 208 / 0.8);
  }

  .\32xl\:border-t-emerald-200\/85 {
    border-top-color: rgb(167 243 208 / 0.85);
  }

  .\32xl\:border-t-emerald-200\/90 {
    border-top-color: rgb(167 243 208 / 0.9);
  }

  .\32xl\:border-t-emerald-200\/95 {
    border-top-color: rgb(167 243 208 / 0.95);
  }

  .\32xl\:border-t-emerald-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-300\/0 {
    border-top-color: rgb(110 231 183 / 0);
  }

  .\32xl\:border-t-emerald-300\/10 {
    border-top-color: rgb(110 231 183 / 0.1);
  }

  .\32xl\:border-t-emerald-300\/100 {
    border-top-color: rgb(110 231 183 / 1);
  }

  .\32xl\:border-t-emerald-300\/15 {
    border-top-color: rgb(110 231 183 / 0.15);
  }

  .\32xl\:border-t-emerald-300\/20 {
    border-top-color: rgb(110 231 183 / 0.2);
  }

  .\32xl\:border-t-emerald-300\/25 {
    border-top-color: rgb(110 231 183 / 0.25);
  }

  .\32xl\:border-t-emerald-300\/30 {
    border-top-color: rgb(110 231 183 / 0.3);
  }

  .\32xl\:border-t-emerald-300\/35 {
    border-top-color: rgb(110 231 183 / 0.35);
  }

  .\32xl\:border-t-emerald-300\/40 {
    border-top-color: rgb(110 231 183 / 0.4);
  }

  .\32xl\:border-t-emerald-300\/45 {
    border-top-color: rgb(110 231 183 / 0.45);
  }

  .\32xl\:border-t-emerald-300\/5 {
    border-top-color: rgb(110 231 183 / 0.05);
  }

  .\32xl\:border-t-emerald-300\/50 {
    border-top-color: rgb(110 231 183 / 0.5);
  }

  .\32xl\:border-t-emerald-300\/55 {
    border-top-color: rgb(110 231 183 / 0.55);
  }

  .\32xl\:border-t-emerald-300\/60 {
    border-top-color: rgb(110 231 183 / 0.6);
  }

  .\32xl\:border-t-emerald-300\/65 {
    border-top-color: rgb(110 231 183 / 0.65);
  }

  .\32xl\:border-t-emerald-300\/70 {
    border-top-color: rgb(110 231 183 / 0.7);
  }

  .\32xl\:border-t-emerald-300\/75 {
    border-top-color: rgb(110 231 183 / 0.75);
  }

  .\32xl\:border-t-emerald-300\/80 {
    border-top-color: rgb(110 231 183 / 0.8);
  }

  .\32xl\:border-t-emerald-300\/85 {
    border-top-color: rgb(110 231 183 / 0.85);
  }

  .\32xl\:border-t-emerald-300\/90 {
    border-top-color: rgb(110 231 183 / 0.9);
  }

  .\32xl\:border-t-emerald-300\/95 {
    border-top-color: rgb(110 231 183 / 0.95);
  }

  .\32xl\:border-t-emerald-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-400\/0 {
    border-top-color: rgb(52 211 153 / 0);
  }

  .\32xl\:border-t-emerald-400\/10 {
    border-top-color: rgb(52 211 153 / 0.1);
  }

  .\32xl\:border-t-emerald-400\/100 {
    border-top-color: rgb(52 211 153 / 1);
  }

  .\32xl\:border-t-emerald-400\/15 {
    border-top-color: rgb(52 211 153 / 0.15);
  }

  .\32xl\:border-t-emerald-400\/20 {
    border-top-color: rgb(52 211 153 / 0.2);
  }

  .\32xl\:border-t-emerald-400\/25 {
    border-top-color: rgb(52 211 153 / 0.25);
  }

  .\32xl\:border-t-emerald-400\/30 {
    border-top-color: rgb(52 211 153 / 0.3);
  }

  .\32xl\:border-t-emerald-400\/35 {
    border-top-color: rgb(52 211 153 / 0.35);
  }

  .\32xl\:border-t-emerald-400\/40 {
    border-top-color: rgb(52 211 153 / 0.4);
  }

  .\32xl\:border-t-emerald-400\/45 {
    border-top-color: rgb(52 211 153 / 0.45);
  }

  .\32xl\:border-t-emerald-400\/5 {
    border-top-color: rgb(52 211 153 / 0.05);
  }

  .\32xl\:border-t-emerald-400\/50 {
    border-top-color: rgb(52 211 153 / 0.5);
  }

  .\32xl\:border-t-emerald-400\/55 {
    border-top-color: rgb(52 211 153 / 0.55);
  }

  .\32xl\:border-t-emerald-400\/60 {
    border-top-color: rgb(52 211 153 / 0.6);
  }

  .\32xl\:border-t-emerald-400\/65 {
    border-top-color: rgb(52 211 153 / 0.65);
  }

  .\32xl\:border-t-emerald-400\/70 {
    border-top-color: rgb(52 211 153 / 0.7);
  }

  .\32xl\:border-t-emerald-400\/75 {
    border-top-color: rgb(52 211 153 / 0.75);
  }

  .\32xl\:border-t-emerald-400\/80 {
    border-top-color: rgb(52 211 153 / 0.8);
  }

  .\32xl\:border-t-emerald-400\/85 {
    border-top-color: rgb(52 211 153 / 0.85);
  }

  .\32xl\:border-t-emerald-400\/90 {
    border-top-color: rgb(52 211 153 / 0.9);
  }

  .\32xl\:border-t-emerald-400\/95 {
    border-top-color: rgb(52 211 153 / 0.95);
  }

  .\32xl\:border-t-emerald-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-50\/0 {
    border-top-color: rgb(236 253 245 / 0);
  }

  .\32xl\:border-t-emerald-50\/10 {
    border-top-color: rgb(236 253 245 / 0.1);
  }

  .\32xl\:border-t-emerald-50\/100 {
    border-top-color: rgb(236 253 245 / 1);
  }

  .\32xl\:border-t-emerald-50\/15 {
    border-top-color: rgb(236 253 245 / 0.15);
  }

  .\32xl\:border-t-emerald-50\/20 {
    border-top-color: rgb(236 253 245 / 0.2);
  }

  .\32xl\:border-t-emerald-50\/25 {
    border-top-color: rgb(236 253 245 / 0.25);
  }

  .\32xl\:border-t-emerald-50\/30 {
    border-top-color: rgb(236 253 245 / 0.3);
  }

  .\32xl\:border-t-emerald-50\/35 {
    border-top-color: rgb(236 253 245 / 0.35);
  }

  .\32xl\:border-t-emerald-50\/40 {
    border-top-color: rgb(236 253 245 / 0.4);
  }

  .\32xl\:border-t-emerald-50\/45 {
    border-top-color: rgb(236 253 245 / 0.45);
  }

  .\32xl\:border-t-emerald-50\/5 {
    border-top-color: rgb(236 253 245 / 0.05);
  }

  .\32xl\:border-t-emerald-50\/50 {
    border-top-color: rgb(236 253 245 / 0.5);
  }

  .\32xl\:border-t-emerald-50\/55 {
    border-top-color: rgb(236 253 245 / 0.55);
  }

  .\32xl\:border-t-emerald-50\/60 {
    border-top-color: rgb(236 253 245 / 0.6);
  }

  .\32xl\:border-t-emerald-50\/65 {
    border-top-color: rgb(236 253 245 / 0.65);
  }

  .\32xl\:border-t-emerald-50\/70 {
    border-top-color: rgb(236 253 245 / 0.7);
  }

  .\32xl\:border-t-emerald-50\/75 {
    border-top-color: rgb(236 253 245 / 0.75);
  }

  .\32xl\:border-t-emerald-50\/80 {
    border-top-color: rgb(236 253 245 / 0.8);
  }

  .\32xl\:border-t-emerald-50\/85 {
    border-top-color: rgb(236 253 245 / 0.85);
  }

  .\32xl\:border-t-emerald-50\/90 {
    border-top-color: rgb(236 253 245 / 0.9);
  }

  .\32xl\:border-t-emerald-50\/95 {
    border-top-color: rgb(236 253 245 / 0.95);
  }

  .\32xl\:border-t-emerald-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-500\/0 {
    border-top-color: rgb(16 185 129 / 0);
  }

  .\32xl\:border-t-emerald-500\/10 {
    border-top-color: rgb(16 185 129 / 0.1);
  }

  .\32xl\:border-t-emerald-500\/100 {
    border-top-color: rgb(16 185 129 / 1);
  }

  .\32xl\:border-t-emerald-500\/15 {
    border-top-color: rgb(16 185 129 / 0.15);
  }

  .\32xl\:border-t-emerald-500\/20 {
    border-top-color: rgb(16 185 129 / 0.2);
  }

  .\32xl\:border-t-emerald-500\/25 {
    border-top-color: rgb(16 185 129 / 0.25);
  }

  .\32xl\:border-t-emerald-500\/30 {
    border-top-color: rgb(16 185 129 / 0.3);
  }

  .\32xl\:border-t-emerald-500\/35 {
    border-top-color: rgb(16 185 129 / 0.35);
  }

  .\32xl\:border-t-emerald-500\/40 {
    border-top-color: rgb(16 185 129 / 0.4);
  }

  .\32xl\:border-t-emerald-500\/45 {
    border-top-color: rgb(16 185 129 / 0.45);
  }

  .\32xl\:border-t-emerald-500\/5 {
    border-top-color: rgb(16 185 129 / 0.05);
  }

  .\32xl\:border-t-emerald-500\/50 {
    border-top-color: rgb(16 185 129 / 0.5);
  }

  .\32xl\:border-t-emerald-500\/55 {
    border-top-color: rgb(16 185 129 / 0.55);
  }

  .\32xl\:border-t-emerald-500\/60 {
    border-top-color: rgb(16 185 129 / 0.6);
  }

  .\32xl\:border-t-emerald-500\/65 {
    border-top-color: rgb(16 185 129 / 0.65);
  }

  .\32xl\:border-t-emerald-500\/70 {
    border-top-color: rgb(16 185 129 / 0.7);
  }

  .\32xl\:border-t-emerald-500\/75 {
    border-top-color: rgb(16 185 129 / 0.75);
  }

  .\32xl\:border-t-emerald-500\/80 {
    border-top-color: rgb(16 185 129 / 0.8);
  }

  .\32xl\:border-t-emerald-500\/85 {
    border-top-color: rgb(16 185 129 / 0.85);
  }

  .\32xl\:border-t-emerald-500\/90 {
    border-top-color: rgb(16 185 129 / 0.9);
  }

  .\32xl\:border-t-emerald-500\/95 {
    border-top-color: rgb(16 185 129 / 0.95);
  }

  .\32xl\:border-t-emerald-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-600\/0 {
    border-top-color: rgb(5 150 105 / 0);
  }

  .\32xl\:border-t-emerald-600\/10 {
    border-top-color: rgb(5 150 105 / 0.1);
  }

  .\32xl\:border-t-emerald-600\/100 {
    border-top-color: rgb(5 150 105 / 1);
  }

  .\32xl\:border-t-emerald-600\/15 {
    border-top-color: rgb(5 150 105 / 0.15);
  }

  .\32xl\:border-t-emerald-600\/20 {
    border-top-color: rgb(5 150 105 / 0.2);
  }

  .\32xl\:border-t-emerald-600\/25 {
    border-top-color: rgb(5 150 105 / 0.25);
  }

  .\32xl\:border-t-emerald-600\/30 {
    border-top-color: rgb(5 150 105 / 0.3);
  }

  .\32xl\:border-t-emerald-600\/35 {
    border-top-color: rgb(5 150 105 / 0.35);
  }

  .\32xl\:border-t-emerald-600\/40 {
    border-top-color: rgb(5 150 105 / 0.4);
  }

  .\32xl\:border-t-emerald-600\/45 {
    border-top-color: rgb(5 150 105 / 0.45);
  }

  .\32xl\:border-t-emerald-600\/5 {
    border-top-color: rgb(5 150 105 / 0.05);
  }

  .\32xl\:border-t-emerald-600\/50 {
    border-top-color: rgb(5 150 105 / 0.5);
  }

  .\32xl\:border-t-emerald-600\/55 {
    border-top-color: rgb(5 150 105 / 0.55);
  }

  .\32xl\:border-t-emerald-600\/60 {
    border-top-color: rgb(5 150 105 / 0.6);
  }

  .\32xl\:border-t-emerald-600\/65 {
    border-top-color: rgb(5 150 105 / 0.65);
  }

  .\32xl\:border-t-emerald-600\/70 {
    border-top-color: rgb(5 150 105 / 0.7);
  }

  .\32xl\:border-t-emerald-600\/75 {
    border-top-color: rgb(5 150 105 / 0.75);
  }

  .\32xl\:border-t-emerald-600\/80 {
    border-top-color: rgb(5 150 105 / 0.8);
  }

  .\32xl\:border-t-emerald-600\/85 {
    border-top-color: rgb(5 150 105 / 0.85);
  }

  .\32xl\:border-t-emerald-600\/90 {
    border-top-color: rgb(5 150 105 / 0.9);
  }

  .\32xl\:border-t-emerald-600\/95 {
    border-top-color: rgb(5 150 105 / 0.95);
  }

  .\32xl\:border-t-emerald-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-700\/0 {
    border-top-color: rgb(4 120 87 / 0);
  }

  .\32xl\:border-t-emerald-700\/10 {
    border-top-color: rgb(4 120 87 / 0.1);
  }

  .\32xl\:border-t-emerald-700\/100 {
    border-top-color: rgb(4 120 87 / 1);
  }

  .\32xl\:border-t-emerald-700\/15 {
    border-top-color: rgb(4 120 87 / 0.15);
  }

  .\32xl\:border-t-emerald-700\/20 {
    border-top-color: rgb(4 120 87 / 0.2);
  }

  .\32xl\:border-t-emerald-700\/25 {
    border-top-color: rgb(4 120 87 / 0.25);
  }

  .\32xl\:border-t-emerald-700\/30 {
    border-top-color: rgb(4 120 87 / 0.3);
  }

  .\32xl\:border-t-emerald-700\/35 {
    border-top-color: rgb(4 120 87 / 0.35);
  }

  .\32xl\:border-t-emerald-700\/40 {
    border-top-color: rgb(4 120 87 / 0.4);
  }

  .\32xl\:border-t-emerald-700\/45 {
    border-top-color: rgb(4 120 87 / 0.45);
  }

  .\32xl\:border-t-emerald-700\/5 {
    border-top-color: rgb(4 120 87 / 0.05);
  }

  .\32xl\:border-t-emerald-700\/50 {
    border-top-color: rgb(4 120 87 / 0.5);
  }

  .\32xl\:border-t-emerald-700\/55 {
    border-top-color: rgb(4 120 87 / 0.55);
  }

  .\32xl\:border-t-emerald-700\/60 {
    border-top-color: rgb(4 120 87 / 0.6);
  }

  .\32xl\:border-t-emerald-700\/65 {
    border-top-color: rgb(4 120 87 / 0.65);
  }

  .\32xl\:border-t-emerald-700\/70 {
    border-top-color: rgb(4 120 87 / 0.7);
  }

  .\32xl\:border-t-emerald-700\/75 {
    border-top-color: rgb(4 120 87 / 0.75);
  }

  .\32xl\:border-t-emerald-700\/80 {
    border-top-color: rgb(4 120 87 / 0.8);
  }

  .\32xl\:border-t-emerald-700\/85 {
    border-top-color: rgb(4 120 87 / 0.85);
  }

  .\32xl\:border-t-emerald-700\/90 {
    border-top-color: rgb(4 120 87 / 0.9);
  }

  .\32xl\:border-t-emerald-700\/95 {
    border-top-color: rgb(4 120 87 / 0.95);
  }

  .\32xl\:border-t-emerald-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-800\/0 {
    border-top-color: rgb(6 95 70 / 0);
  }

  .\32xl\:border-t-emerald-800\/10 {
    border-top-color: rgb(6 95 70 / 0.1);
  }

  .\32xl\:border-t-emerald-800\/100 {
    border-top-color: rgb(6 95 70 / 1);
  }

  .\32xl\:border-t-emerald-800\/15 {
    border-top-color: rgb(6 95 70 / 0.15);
  }

  .\32xl\:border-t-emerald-800\/20 {
    border-top-color: rgb(6 95 70 / 0.2);
  }

  .\32xl\:border-t-emerald-800\/25 {
    border-top-color: rgb(6 95 70 / 0.25);
  }

  .\32xl\:border-t-emerald-800\/30 {
    border-top-color: rgb(6 95 70 / 0.3);
  }

  .\32xl\:border-t-emerald-800\/35 {
    border-top-color: rgb(6 95 70 / 0.35);
  }

  .\32xl\:border-t-emerald-800\/40 {
    border-top-color: rgb(6 95 70 / 0.4);
  }

  .\32xl\:border-t-emerald-800\/45 {
    border-top-color: rgb(6 95 70 / 0.45);
  }

  .\32xl\:border-t-emerald-800\/5 {
    border-top-color: rgb(6 95 70 / 0.05);
  }

  .\32xl\:border-t-emerald-800\/50 {
    border-top-color: rgb(6 95 70 / 0.5);
  }

  .\32xl\:border-t-emerald-800\/55 {
    border-top-color: rgb(6 95 70 / 0.55);
  }

  .\32xl\:border-t-emerald-800\/60 {
    border-top-color: rgb(6 95 70 / 0.6);
  }

  .\32xl\:border-t-emerald-800\/65 {
    border-top-color: rgb(6 95 70 / 0.65);
  }

  .\32xl\:border-t-emerald-800\/70 {
    border-top-color: rgb(6 95 70 / 0.7);
  }

  .\32xl\:border-t-emerald-800\/75 {
    border-top-color: rgb(6 95 70 / 0.75);
  }

  .\32xl\:border-t-emerald-800\/80 {
    border-top-color: rgb(6 95 70 / 0.8);
  }

  .\32xl\:border-t-emerald-800\/85 {
    border-top-color: rgb(6 95 70 / 0.85);
  }

  .\32xl\:border-t-emerald-800\/90 {
    border-top-color: rgb(6 95 70 / 0.9);
  }

  .\32xl\:border-t-emerald-800\/95 {
    border-top-color: rgb(6 95 70 / 0.95);
  }

  .\32xl\:border-t-emerald-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-900\/0 {
    border-top-color: rgb(6 78 59 / 0);
  }

  .\32xl\:border-t-emerald-900\/10 {
    border-top-color: rgb(6 78 59 / 0.1);
  }

  .\32xl\:border-t-emerald-900\/100 {
    border-top-color: rgb(6 78 59 / 1);
  }

  .\32xl\:border-t-emerald-900\/15 {
    border-top-color: rgb(6 78 59 / 0.15);
  }

  .\32xl\:border-t-emerald-900\/20 {
    border-top-color: rgb(6 78 59 / 0.2);
  }

  .\32xl\:border-t-emerald-900\/25 {
    border-top-color: rgb(6 78 59 / 0.25);
  }

  .\32xl\:border-t-emerald-900\/30 {
    border-top-color: rgb(6 78 59 / 0.3);
  }

  .\32xl\:border-t-emerald-900\/35 {
    border-top-color: rgb(6 78 59 / 0.35);
  }

  .\32xl\:border-t-emerald-900\/40 {
    border-top-color: rgb(6 78 59 / 0.4);
  }

  .\32xl\:border-t-emerald-900\/45 {
    border-top-color: rgb(6 78 59 / 0.45);
  }

  .\32xl\:border-t-emerald-900\/5 {
    border-top-color: rgb(6 78 59 / 0.05);
  }

  .\32xl\:border-t-emerald-900\/50 {
    border-top-color: rgb(6 78 59 / 0.5);
  }

  .\32xl\:border-t-emerald-900\/55 {
    border-top-color: rgb(6 78 59 / 0.55);
  }

  .\32xl\:border-t-emerald-900\/60 {
    border-top-color: rgb(6 78 59 / 0.6);
  }

  .\32xl\:border-t-emerald-900\/65 {
    border-top-color: rgb(6 78 59 / 0.65);
  }

  .\32xl\:border-t-emerald-900\/70 {
    border-top-color: rgb(6 78 59 / 0.7);
  }

  .\32xl\:border-t-emerald-900\/75 {
    border-top-color: rgb(6 78 59 / 0.75);
  }

  .\32xl\:border-t-emerald-900\/80 {
    border-top-color: rgb(6 78 59 / 0.8);
  }

  .\32xl\:border-t-emerald-900\/85 {
    border-top-color: rgb(6 78 59 / 0.85);
  }

  .\32xl\:border-t-emerald-900\/90 {
    border-top-color: rgb(6 78 59 / 0.9);
  }

  .\32xl\:border-t-emerald-900\/95 {
    border-top-color: rgb(6 78 59 / 0.95);
  }

  .\32xl\:border-t-emerald-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-emerald-950\/0 {
    border-top-color: rgb(2 44 34 / 0);
  }

  .\32xl\:border-t-emerald-950\/10 {
    border-top-color: rgb(2 44 34 / 0.1);
  }

  .\32xl\:border-t-emerald-950\/100 {
    border-top-color: rgb(2 44 34 / 1);
  }

  .\32xl\:border-t-emerald-950\/15 {
    border-top-color: rgb(2 44 34 / 0.15);
  }

  .\32xl\:border-t-emerald-950\/20 {
    border-top-color: rgb(2 44 34 / 0.2);
  }

  .\32xl\:border-t-emerald-950\/25 {
    border-top-color: rgb(2 44 34 / 0.25);
  }

  .\32xl\:border-t-emerald-950\/30 {
    border-top-color: rgb(2 44 34 / 0.3);
  }

  .\32xl\:border-t-emerald-950\/35 {
    border-top-color: rgb(2 44 34 / 0.35);
  }

  .\32xl\:border-t-emerald-950\/40 {
    border-top-color: rgb(2 44 34 / 0.4);
  }

  .\32xl\:border-t-emerald-950\/45 {
    border-top-color: rgb(2 44 34 / 0.45);
  }

  .\32xl\:border-t-emerald-950\/5 {
    border-top-color: rgb(2 44 34 / 0.05);
  }

  .\32xl\:border-t-emerald-950\/50 {
    border-top-color: rgb(2 44 34 / 0.5);
  }

  .\32xl\:border-t-emerald-950\/55 {
    border-top-color: rgb(2 44 34 / 0.55);
  }

  .\32xl\:border-t-emerald-950\/60 {
    border-top-color: rgb(2 44 34 / 0.6);
  }

  .\32xl\:border-t-emerald-950\/65 {
    border-top-color: rgb(2 44 34 / 0.65);
  }

  .\32xl\:border-t-emerald-950\/70 {
    border-top-color: rgb(2 44 34 / 0.7);
  }

  .\32xl\:border-t-emerald-950\/75 {
    border-top-color: rgb(2 44 34 / 0.75);
  }

  .\32xl\:border-t-emerald-950\/80 {
    border-top-color: rgb(2 44 34 / 0.8);
  }

  .\32xl\:border-t-emerald-950\/85 {
    border-top-color: rgb(2 44 34 / 0.85);
  }

  .\32xl\:border-t-emerald-950\/90 {
    border-top-color: rgb(2 44 34 / 0.9);
  }

  .\32xl\:border-t-emerald-950\/95 {
    border-top-color: rgb(2 44 34 / 0.95);
  }

  .\32xl\:border-t-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-foreground\/0 {
    border-top-color: hsl(var(--foreground) / 0);
  }

  .\32xl\:border-t-foreground\/10 {
    border-top-color: hsl(var(--foreground) / 0.1);
  }

  .\32xl\:border-t-foreground\/100 {
    border-top-color: hsl(var(--foreground) / 1);
  }

  .\32xl\:border-t-foreground\/15 {
    border-top-color: hsl(var(--foreground) / 0.15);
  }

  .\32xl\:border-t-foreground\/20 {
    border-top-color: hsl(var(--foreground) / 0.2);
  }

  .\32xl\:border-t-foreground\/25 {
    border-top-color: hsl(var(--foreground) / 0.25);
  }

  .\32xl\:border-t-foreground\/30 {
    border-top-color: hsl(var(--foreground) / 0.3);
  }

  .\32xl\:border-t-foreground\/35 {
    border-top-color: hsl(var(--foreground) / 0.35);
  }

  .\32xl\:border-t-foreground\/40 {
    border-top-color: hsl(var(--foreground) / 0.4);
  }

  .\32xl\:border-t-foreground\/45 {
    border-top-color: hsl(var(--foreground) / 0.45);
  }

  .\32xl\:border-t-foreground\/5 {
    border-top-color: hsl(var(--foreground) / 0.05);
  }

  .\32xl\:border-t-foreground\/50 {
    border-top-color: hsl(var(--foreground) / 0.5);
  }

  .\32xl\:border-t-foreground\/55 {
    border-top-color: hsl(var(--foreground) / 0.55);
  }

  .\32xl\:border-t-foreground\/60 {
    border-top-color: hsl(var(--foreground) / 0.6);
  }

  .\32xl\:border-t-foreground\/65 {
    border-top-color: hsl(var(--foreground) / 0.65);
  }

  .\32xl\:border-t-foreground\/70 {
    border-top-color: hsl(var(--foreground) / 0.7);
  }

  .\32xl\:border-t-foreground\/75 {
    border-top-color: hsl(var(--foreground) / 0.75);
  }

  .\32xl\:border-t-foreground\/80 {
    border-top-color: hsl(var(--foreground) / 0.8);
  }

  .\32xl\:border-t-foreground\/85 {
    border-top-color: hsl(var(--foreground) / 0.85);
  }

  .\32xl\:border-t-foreground\/90 {
    border-top-color: hsl(var(--foreground) / 0.9);
  }

  .\32xl\:border-t-foreground\/95 {
    border-top-color: hsl(var(--foreground) / 0.95);
  }

  .\32xl\:border-t-fuchsia-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-100\/0 {
    border-top-color: rgb(250 232 255 / 0);
  }

  .\32xl\:border-t-fuchsia-100\/10 {
    border-top-color: rgb(250 232 255 / 0.1);
  }

  .\32xl\:border-t-fuchsia-100\/100 {
    border-top-color: rgb(250 232 255 / 1);
  }

  .\32xl\:border-t-fuchsia-100\/15 {
    border-top-color: rgb(250 232 255 / 0.15);
  }

  .\32xl\:border-t-fuchsia-100\/20 {
    border-top-color: rgb(250 232 255 / 0.2);
  }

  .\32xl\:border-t-fuchsia-100\/25 {
    border-top-color: rgb(250 232 255 / 0.25);
  }

  .\32xl\:border-t-fuchsia-100\/30 {
    border-top-color: rgb(250 232 255 / 0.3);
  }

  .\32xl\:border-t-fuchsia-100\/35 {
    border-top-color: rgb(250 232 255 / 0.35);
  }

  .\32xl\:border-t-fuchsia-100\/40 {
    border-top-color: rgb(250 232 255 / 0.4);
  }

  .\32xl\:border-t-fuchsia-100\/45 {
    border-top-color: rgb(250 232 255 / 0.45);
  }

  .\32xl\:border-t-fuchsia-100\/5 {
    border-top-color: rgb(250 232 255 / 0.05);
  }

  .\32xl\:border-t-fuchsia-100\/50 {
    border-top-color: rgb(250 232 255 / 0.5);
  }

  .\32xl\:border-t-fuchsia-100\/55 {
    border-top-color: rgb(250 232 255 / 0.55);
  }

  .\32xl\:border-t-fuchsia-100\/60 {
    border-top-color: rgb(250 232 255 / 0.6);
  }

  .\32xl\:border-t-fuchsia-100\/65 {
    border-top-color: rgb(250 232 255 / 0.65);
  }

  .\32xl\:border-t-fuchsia-100\/70 {
    border-top-color: rgb(250 232 255 / 0.7);
  }

  .\32xl\:border-t-fuchsia-100\/75 {
    border-top-color: rgb(250 232 255 / 0.75);
  }

  .\32xl\:border-t-fuchsia-100\/80 {
    border-top-color: rgb(250 232 255 / 0.8);
  }

  .\32xl\:border-t-fuchsia-100\/85 {
    border-top-color: rgb(250 232 255 / 0.85);
  }

  .\32xl\:border-t-fuchsia-100\/90 {
    border-top-color: rgb(250 232 255 / 0.9);
  }

  .\32xl\:border-t-fuchsia-100\/95 {
    border-top-color: rgb(250 232 255 / 0.95);
  }

  .\32xl\:border-t-fuchsia-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-200\/0 {
    border-top-color: rgb(245 208 254 / 0);
  }

  .\32xl\:border-t-fuchsia-200\/10 {
    border-top-color: rgb(245 208 254 / 0.1);
  }

  .\32xl\:border-t-fuchsia-200\/100 {
    border-top-color: rgb(245 208 254 / 1);
  }

  .\32xl\:border-t-fuchsia-200\/15 {
    border-top-color: rgb(245 208 254 / 0.15);
  }

  .\32xl\:border-t-fuchsia-200\/20 {
    border-top-color: rgb(245 208 254 / 0.2);
  }

  .\32xl\:border-t-fuchsia-200\/25 {
    border-top-color: rgb(245 208 254 / 0.25);
  }

  .\32xl\:border-t-fuchsia-200\/30 {
    border-top-color: rgb(245 208 254 / 0.3);
  }

  .\32xl\:border-t-fuchsia-200\/35 {
    border-top-color: rgb(245 208 254 / 0.35);
  }

  .\32xl\:border-t-fuchsia-200\/40 {
    border-top-color: rgb(245 208 254 / 0.4);
  }

  .\32xl\:border-t-fuchsia-200\/45 {
    border-top-color: rgb(245 208 254 / 0.45);
  }

  .\32xl\:border-t-fuchsia-200\/5 {
    border-top-color: rgb(245 208 254 / 0.05);
  }

  .\32xl\:border-t-fuchsia-200\/50 {
    border-top-color: rgb(245 208 254 / 0.5);
  }

  .\32xl\:border-t-fuchsia-200\/55 {
    border-top-color: rgb(245 208 254 / 0.55);
  }

  .\32xl\:border-t-fuchsia-200\/60 {
    border-top-color: rgb(245 208 254 / 0.6);
  }

  .\32xl\:border-t-fuchsia-200\/65 {
    border-top-color: rgb(245 208 254 / 0.65);
  }

  .\32xl\:border-t-fuchsia-200\/70 {
    border-top-color: rgb(245 208 254 / 0.7);
  }

  .\32xl\:border-t-fuchsia-200\/75 {
    border-top-color: rgb(245 208 254 / 0.75);
  }

  .\32xl\:border-t-fuchsia-200\/80 {
    border-top-color: rgb(245 208 254 / 0.8);
  }

  .\32xl\:border-t-fuchsia-200\/85 {
    border-top-color: rgb(245 208 254 / 0.85);
  }

  .\32xl\:border-t-fuchsia-200\/90 {
    border-top-color: rgb(245 208 254 / 0.9);
  }

  .\32xl\:border-t-fuchsia-200\/95 {
    border-top-color: rgb(245 208 254 / 0.95);
  }

  .\32xl\:border-t-fuchsia-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-300\/0 {
    border-top-color: rgb(240 171 252 / 0);
  }

  .\32xl\:border-t-fuchsia-300\/10 {
    border-top-color: rgb(240 171 252 / 0.1);
  }

  .\32xl\:border-t-fuchsia-300\/100 {
    border-top-color: rgb(240 171 252 / 1);
  }

  .\32xl\:border-t-fuchsia-300\/15 {
    border-top-color: rgb(240 171 252 / 0.15);
  }

  .\32xl\:border-t-fuchsia-300\/20 {
    border-top-color: rgb(240 171 252 / 0.2);
  }

  .\32xl\:border-t-fuchsia-300\/25 {
    border-top-color: rgb(240 171 252 / 0.25);
  }

  .\32xl\:border-t-fuchsia-300\/30 {
    border-top-color: rgb(240 171 252 / 0.3);
  }

  .\32xl\:border-t-fuchsia-300\/35 {
    border-top-color: rgb(240 171 252 / 0.35);
  }

  .\32xl\:border-t-fuchsia-300\/40 {
    border-top-color: rgb(240 171 252 / 0.4);
  }

  .\32xl\:border-t-fuchsia-300\/45 {
    border-top-color: rgb(240 171 252 / 0.45);
  }

  .\32xl\:border-t-fuchsia-300\/5 {
    border-top-color: rgb(240 171 252 / 0.05);
  }

  .\32xl\:border-t-fuchsia-300\/50 {
    border-top-color: rgb(240 171 252 / 0.5);
  }

  .\32xl\:border-t-fuchsia-300\/55 {
    border-top-color: rgb(240 171 252 / 0.55);
  }

  .\32xl\:border-t-fuchsia-300\/60 {
    border-top-color: rgb(240 171 252 / 0.6);
  }

  .\32xl\:border-t-fuchsia-300\/65 {
    border-top-color: rgb(240 171 252 / 0.65);
  }

  .\32xl\:border-t-fuchsia-300\/70 {
    border-top-color: rgb(240 171 252 / 0.7);
  }

  .\32xl\:border-t-fuchsia-300\/75 {
    border-top-color: rgb(240 171 252 / 0.75);
  }

  .\32xl\:border-t-fuchsia-300\/80 {
    border-top-color: rgb(240 171 252 / 0.8);
  }

  .\32xl\:border-t-fuchsia-300\/85 {
    border-top-color: rgb(240 171 252 / 0.85);
  }

  .\32xl\:border-t-fuchsia-300\/90 {
    border-top-color: rgb(240 171 252 / 0.9);
  }

  .\32xl\:border-t-fuchsia-300\/95 {
    border-top-color: rgb(240 171 252 / 0.95);
  }

  .\32xl\:border-t-fuchsia-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-400\/0 {
    border-top-color: rgb(232 121 249 / 0);
  }

  .\32xl\:border-t-fuchsia-400\/10 {
    border-top-color: rgb(232 121 249 / 0.1);
  }

  .\32xl\:border-t-fuchsia-400\/100 {
    border-top-color: rgb(232 121 249 / 1);
  }

  .\32xl\:border-t-fuchsia-400\/15 {
    border-top-color: rgb(232 121 249 / 0.15);
  }

  .\32xl\:border-t-fuchsia-400\/20 {
    border-top-color: rgb(232 121 249 / 0.2);
  }

  .\32xl\:border-t-fuchsia-400\/25 {
    border-top-color: rgb(232 121 249 / 0.25);
  }

  .\32xl\:border-t-fuchsia-400\/30 {
    border-top-color: rgb(232 121 249 / 0.3);
  }

  .\32xl\:border-t-fuchsia-400\/35 {
    border-top-color: rgb(232 121 249 / 0.35);
  }

  .\32xl\:border-t-fuchsia-400\/40 {
    border-top-color: rgb(232 121 249 / 0.4);
  }

  .\32xl\:border-t-fuchsia-400\/45 {
    border-top-color: rgb(232 121 249 / 0.45);
  }

  .\32xl\:border-t-fuchsia-400\/5 {
    border-top-color: rgb(232 121 249 / 0.05);
  }

  .\32xl\:border-t-fuchsia-400\/50 {
    border-top-color: rgb(232 121 249 / 0.5);
  }

  .\32xl\:border-t-fuchsia-400\/55 {
    border-top-color: rgb(232 121 249 / 0.55);
  }

  .\32xl\:border-t-fuchsia-400\/60 {
    border-top-color: rgb(232 121 249 / 0.6);
  }

  .\32xl\:border-t-fuchsia-400\/65 {
    border-top-color: rgb(232 121 249 / 0.65);
  }

  .\32xl\:border-t-fuchsia-400\/70 {
    border-top-color: rgb(232 121 249 / 0.7);
  }

  .\32xl\:border-t-fuchsia-400\/75 {
    border-top-color: rgb(232 121 249 / 0.75);
  }

  .\32xl\:border-t-fuchsia-400\/80 {
    border-top-color: rgb(232 121 249 / 0.8);
  }

  .\32xl\:border-t-fuchsia-400\/85 {
    border-top-color: rgb(232 121 249 / 0.85);
  }

  .\32xl\:border-t-fuchsia-400\/90 {
    border-top-color: rgb(232 121 249 / 0.9);
  }

  .\32xl\:border-t-fuchsia-400\/95 {
    border-top-color: rgb(232 121 249 / 0.95);
  }

  .\32xl\:border-t-fuchsia-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-50\/0 {
    border-top-color: rgb(253 244 255 / 0);
  }

  .\32xl\:border-t-fuchsia-50\/10 {
    border-top-color: rgb(253 244 255 / 0.1);
  }

  .\32xl\:border-t-fuchsia-50\/100 {
    border-top-color: rgb(253 244 255 / 1);
  }

  .\32xl\:border-t-fuchsia-50\/15 {
    border-top-color: rgb(253 244 255 / 0.15);
  }

  .\32xl\:border-t-fuchsia-50\/20 {
    border-top-color: rgb(253 244 255 / 0.2);
  }

  .\32xl\:border-t-fuchsia-50\/25 {
    border-top-color: rgb(253 244 255 / 0.25);
  }

  .\32xl\:border-t-fuchsia-50\/30 {
    border-top-color: rgb(253 244 255 / 0.3);
  }

  .\32xl\:border-t-fuchsia-50\/35 {
    border-top-color: rgb(253 244 255 / 0.35);
  }

  .\32xl\:border-t-fuchsia-50\/40 {
    border-top-color: rgb(253 244 255 / 0.4);
  }

  .\32xl\:border-t-fuchsia-50\/45 {
    border-top-color: rgb(253 244 255 / 0.45);
  }

  .\32xl\:border-t-fuchsia-50\/5 {
    border-top-color: rgb(253 244 255 / 0.05);
  }

  .\32xl\:border-t-fuchsia-50\/50 {
    border-top-color: rgb(253 244 255 / 0.5);
  }

  .\32xl\:border-t-fuchsia-50\/55 {
    border-top-color: rgb(253 244 255 / 0.55);
  }

  .\32xl\:border-t-fuchsia-50\/60 {
    border-top-color: rgb(253 244 255 / 0.6);
  }

  .\32xl\:border-t-fuchsia-50\/65 {
    border-top-color: rgb(253 244 255 / 0.65);
  }

  .\32xl\:border-t-fuchsia-50\/70 {
    border-top-color: rgb(253 244 255 / 0.7);
  }

  .\32xl\:border-t-fuchsia-50\/75 {
    border-top-color: rgb(253 244 255 / 0.75);
  }

  .\32xl\:border-t-fuchsia-50\/80 {
    border-top-color: rgb(253 244 255 / 0.8);
  }

  .\32xl\:border-t-fuchsia-50\/85 {
    border-top-color: rgb(253 244 255 / 0.85);
  }

  .\32xl\:border-t-fuchsia-50\/90 {
    border-top-color: rgb(253 244 255 / 0.9);
  }

  .\32xl\:border-t-fuchsia-50\/95 {
    border-top-color: rgb(253 244 255 / 0.95);
  }

  .\32xl\:border-t-fuchsia-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-500\/0 {
    border-top-color: rgb(217 70 239 / 0);
  }

  .\32xl\:border-t-fuchsia-500\/10 {
    border-top-color: rgb(217 70 239 / 0.1);
  }

  .\32xl\:border-t-fuchsia-500\/100 {
    border-top-color: rgb(217 70 239 / 1);
  }

  .\32xl\:border-t-fuchsia-500\/15 {
    border-top-color: rgb(217 70 239 / 0.15);
  }

  .\32xl\:border-t-fuchsia-500\/20 {
    border-top-color: rgb(217 70 239 / 0.2);
  }

  .\32xl\:border-t-fuchsia-500\/25 {
    border-top-color: rgb(217 70 239 / 0.25);
  }

  .\32xl\:border-t-fuchsia-500\/30 {
    border-top-color: rgb(217 70 239 / 0.3);
  }

  .\32xl\:border-t-fuchsia-500\/35 {
    border-top-color: rgb(217 70 239 / 0.35);
  }

  .\32xl\:border-t-fuchsia-500\/40 {
    border-top-color: rgb(217 70 239 / 0.4);
  }

  .\32xl\:border-t-fuchsia-500\/45 {
    border-top-color: rgb(217 70 239 / 0.45);
  }

  .\32xl\:border-t-fuchsia-500\/5 {
    border-top-color: rgb(217 70 239 / 0.05);
  }

  .\32xl\:border-t-fuchsia-500\/50 {
    border-top-color: rgb(217 70 239 / 0.5);
  }

  .\32xl\:border-t-fuchsia-500\/55 {
    border-top-color: rgb(217 70 239 / 0.55);
  }

  .\32xl\:border-t-fuchsia-500\/60 {
    border-top-color: rgb(217 70 239 / 0.6);
  }

  .\32xl\:border-t-fuchsia-500\/65 {
    border-top-color: rgb(217 70 239 / 0.65);
  }

  .\32xl\:border-t-fuchsia-500\/70 {
    border-top-color: rgb(217 70 239 / 0.7);
  }

  .\32xl\:border-t-fuchsia-500\/75 {
    border-top-color: rgb(217 70 239 / 0.75);
  }

  .\32xl\:border-t-fuchsia-500\/80 {
    border-top-color: rgb(217 70 239 / 0.8);
  }

  .\32xl\:border-t-fuchsia-500\/85 {
    border-top-color: rgb(217 70 239 / 0.85);
  }

  .\32xl\:border-t-fuchsia-500\/90 {
    border-top-color: rgb(217 70 239 / 0.9);
  }

  .\32xl\:border-t-fuchsia-500\/95 {
    border-top-color: rgb(217 70 239 / 0.95);
  }

  .\32xl\:border-t-fuchsia-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-600\/0 {
    border-top-color: rgb(192 38 211 / 0);
  }

  .\32xl\:border-t-fuchsia-600\/10 {
    border-top-color: rgb(192 38 211 / 0.1);
  }

  .\32xl\:border-t-fuchsia-600\/100 {
    border-top-color: rgb(192 38 211 / 1);
  }

  .\32xl\:border-t-fuchsia-600\/15 {
    border-top-color: rgb(192 38 211 / 0.15);
  }

  .\32xl\:border-t-fuchsia-600\/20 {
    border-top-color: rgb(192 38 211 / 0.2);
  }

  .\32xl\:border-t-fuchsia-600\/25 {
    border-top-color: rgb(192 38 211 / 0.25);
  }

  .\32xl\:border-t-fuchsia-600\/30 {
    border-top-color: rgb(192 38 211 / 0.3);
  }

  .\32xl\:border-t-fuchsia-600\/35 {
    border-top-color: rgb(192 38 211 / 0.35);
  }

  .\32xl\:border-t-fuchsia-600\/40 {
    border-top-color: rgb(192 38 211 / 0.4);
  }

  .\32xl\:border-t-fuchsia-600\/45 {
    border-top-color: rgb(192 38 211 / 0.45);
  }

  .\32xl\:border-t-fuchsia-600\/5 {
    border-top-color: rgb(192 38 211 / 0.05);
  }

  .\32xl\:border-t-fuchsia-600\/50 {
    border-top-color: rgb(192 38 211 / 0.5);
  }

  .\32xl\:border-t-fuchsia-600\/55 {
    border-top-color: rgb(192 38 211 / 0.55);
  }

  .\32xl\:border-t-fuchsia-600\/60 {
    border-top-color: rgb(192 38 211 / 0.6);
  }

  .\32xl\:border-t-fuchsia-600\/65 {
    border-top-color: rgb(192 38 211 / 0.65);
  }

  .\32xl\:border-t-fuchsia-600\/70 {
    border-top-color: rgb(192 38 211 / 0.7);
  }

  .\32xl\:border-t-fuchsia-600\/75 {
    border-top-color: rgb(192 38 211 / 0.75);
  }

  .\32xl\:border-t-fuchsia-600\/80 {
    border-top-color: rgb(192 38 211 / 0.8);
  }

  .\32xl\:border-t-fuchsia-600\/85 {
    border-top-color: rgb(192 38 211 / 0.85);
  }

  .\32xl\:border-t-fuchsia-600\/90 {
    border-top-color: rgb(192 38 211 / 0.9);
  }

  .\32xl\:border-t-fuchsia-600\/95 {
    border-top-color: rgb(192 38 211 / 0.95);
  }

  .\32xl\:border-t-fuchsia-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-700\/0 {
    border-top-color: rgb(162 28 175 / 0);
  }

  .\32xl\:border-t-fuchsia-700\/10 {
    border-top-color: rgb(162 28 175 / 0.1);
  }

  .\32xl\:border-t-fuchsia-700\/100 {
    border-top-color: rgb(162 28 175 / 1);
  }

  .\32xl\:border-t-fuchsia-700\/15 {
    border-top-color: rgb(162 28 175 / 0.15);
  }

  .\32xl\:border-t-fuchsia-700\/20 {
    border-top-color: rgb(162 28 175 / 0.2);
  }

  .\32xl\:border-t-fuchsia-700\/25 {
    border-top-color: rgb(162 28 175 / 0.25);
  }

  .\32xl\:border-t-fuchsia-700\/30 {
    border-top-color: rgb(162 28 175 / 0.3);
  }

  .\32xl\:border-t-fuchsia-700\/35 {
    border-top-color: rgb(162 28 175 / 0.35);
  }

  .\32xl\:border-t-fuchsia-700\/40 {
    border-top-color: rgb(162 28 175 / 0.4);
  }

  .\32xl\:border-t-fuchsia-700\/45 {
    border-top-color: rgb(162 28 175 / 0.45);
  }

  .\32xl\:border-t-fuchsia-700\/5 {
    border-top-color: rgb(162 28 175 / 0.05);
  }

  .\32xl\:border-t-fuchsia-700\/50 {
    border-top-color: rgb(162 28 175 / 0.5);
  }

  .\32xl\:border-t-fuchsia-700\/55 {
    border-top-color: rgb(162 28 175 / 0.55);
  }

  .\32xl\:border-t-fuchsia-700\/60 {
    border-top-color: rgb(162 28 175 / 0.6);
  }

  .\32xl\:border-t-fuchsia-700\/65 {
    border-top-color: rgb(162 28 175 / 0.65);
  }

  .\32xl\:border-t-fuchsia-700\/70 {
    border-top-color: rgb(162 28 175 / 0.7);
  }

  .\32xl\:border-t-fuchsia-700\/75 {
    border-top-color: rgb(162 28 175 / 0.75);
  }

  .\32xl\:border-t-fuchsia-700\/80 {
    border-top-color: rgb(162 28 175 / 0.8);
  }

  .\32xl\:border-t-fuchsia-700\/85 {
    border-top-color: rgb(162 28 175 / 0.85);
  }

  .\32xl\:border-t-fuchsia-700\/90 {
    border-top-color: rgb(162 28 175 / 0.9);
  }

  .\32xl\:border-t-fuchsia-700\/95 {
    border-top-color: rgb(162 28 175 / 0.95);
  }

  .\32xl\:border-t-fuchsia-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-800\/0 {
    border-top-color: rgb(134 25 143 / 0);
  }

  .\32xl\:border-t-fuchsia-800\/10 {
    border-top-color: rgb(134 25 143 / 0.1);
  }

  .\32xl\:border-t-fuchsia-800\/100 {
    border-top-color: rgb(134 25 143 / 1);
  }

  .\32xl\:border-t-fuchsia-800\/15 {
    border-top-color: rgb(134 25 143 / 0.15);
  }

  .\32xl\:border-t-fuchsia-800\/20 {
    border-top-color: rgb(134 25 143 / 0.2);
  }

  .\32xl\:border-t-fuchsia-800\/25 {
    border-top-color: rgb(134 25 143 / 0.25);
  }

  .\32xl\:border-t-fuchsia-800\/30 {
    border-top-color: rgb(134 25 143 / 0.3);
  }

  .\32xl\:border-t-fuchsia-800\/35 {
    border-top-color: rgb(134 25 143 / 0.35);
  }

  .\32xl\:border-t-fuchsia-800\/40 {
    border-top-color: rgb(134 25 143 / 0.4);
  }

  .\32xl\:border-t-fuchsia-800\/45 {
    border-top-color: rgb(134 25 143 / 0.45);
  }

  .\32xl\:border-t-fuchsia-800\/5 {
    border-top-color: rgb(134 25 143 / 0.05);
  }

  .\32xl\:border-t-fuchsia-800\/50 {
    border-top-color: rgb(134 25 143 / 0.5);
  }

  .\32xl\:border-t-fuchsia-800\/55 {
    border-top-color: rgb(134 25 143 / 0.55);
  }

  .\32xl\:border-t-fuchsia-800\/60 {
    border-top-color: rgb(134 25 143 / 0.6);
  }

  .\32xl\:border-t-fuchsia-800\/65 {
    border-top-color: rgb(134 25 143 / 0.65);
  }

  .\32xl\:border-t-fuchsia-800\/70 {
    border-top-color: rgb(134 25 143 / 0.7);
  }

  .\32xl\:border-t-fuchsia-800\/75 {
    border-top-color: rgb(134 25 143 / 0.75);
  }

  .\32xl\:border-t-fuchsia-800\/80 {
    border-top-color: rgb(134 25 143 / 0.8);
  }

  .\32xl\:border-t-fuchsia-800\/85 {
    border-top-color: rgb(134 25 143 / 0.85);
  }

  .\32xl\:border-t-fuchsia-800\/90 {
    border-top-color: rgb(134 25 143 / 0.9);
  }

  .\32xl\:border-t-fuchsia-800\/95 {
    border-top-color: rgb(134 25 143 / 0.95);
  }

  .\32xl\:border-t-fuchsia-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-900\/0 {
    border-top-color: rgb(112 26 117 / 0);
  }

  .\32xl\:border-t-fuchsia-900\/10 {
    border-top-color: rgb(112 26 117 / 0.1);
  }

  .\32xl\:border-t-fuchsia-900\/100 {
    border-top-color: rgb(112 26 117 / 1);
  }

  .\32xl\:border-t-fuchsia-900\/15 {
    border-top-color: rgb(112 26 117 / 0.15);
  }

  .\32xl\:border-t-fuchsia-900\/20 {
    border-top-color: rgb(112 26 117 / 0.2);
  }

  .\32xl\:border-t-fuchsia-900\/25 {
    border-top-color: rgb(112 26 117 / 0.25);
  }

  .\32xl\:border-t-fuchsia-900\/30 {
    border-top-color: rgb(112 26 117 / 0.3);
  }

  .\32xl\:border-t-fuchsia-900\/35 {
    border-top-color: rgb(112 26 117 / 0.35);
  }

  .\32xl\:border-t-fuchsia-900\/40 {
    border-top-color: rgb(112 26 117 / 0.4);
  }

  .\32xl\:border-t-fuchsia-900\/45 {
    border-top-color: rgb(112 26 117 / 0.45);
  }

  .\32xl\:border-t-fuchsia-900\/5 {
    border-top-color: rgb(112 26 117 / 0.05);
  }

  .\32xl\:border-t-fuchsia-900\/50 {
    border-top-color: rgb(112 26 117 / 0.5);
  }

  .\32xl\:border-t-fuchsia-900\/55 {
    border-top-color: rgb(112 26 117 / 0.55);
  }

  .\32xl\:border-t-fuchsia-900\/60 {
    border-top-color: rgb(112 26 117 / 0.6);
  }

  .\32xl\:border-t-fuchsia-900\/65 {
    border-top-color: rgb(112 26 117 / 0.65);
  }

  .\32xl\:border-t-fuchsia-900\/70 {
    border-top-color: rgb(112 26 117 / 0.7);
  }

  .\32xl\:border-t-fuchsia-900\/75 {
    border-top-color: rgb(112 26 117 / 0.75);
  }

  .\32xl\:border-t-fuchsia-900\/80 {
    border-top-color: rgb(112 26 117 / 0.8);
  }

  .\32xl\:border-t-fuchsia-900\/85 {
    border-top-color: rgb(112 26 117 / 0.85);
  }

  .\32xl\:border-t-fuchsia-900\/90 {
    border-top-color: rgb(112 26 117 / 0.9);
  }

  .\32xl\:border-t-fuchsia-900\/95 {
    border-top-color: rgb(112 26 117 / 0.95);
  }

  .\32xl\:border-t-fuchsia-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-fuchsia-950\/0 {
    border-top-color: rgb(74 4 78 / 0);
  }

  .\32xl\:border-t-fuchsia-950\/10 {
    border-top-color: rgb(74 4 78 / 0.1);
  }

  .\32xl\:border-t-fuchsia-950\/100 {
    border-top-color: rgb(74 4 78 / 1);
  }

  .\32xl\:border-t-fuchsia-950\/15 {
    border-top-color: rgb(74 4 78 / 0.15);
  }

  .\32xl\:border-t-fuchsia-950\/20 {
    border-top-color: rgb(74 4 78 / 0.2);
  }

  .\32xl\:border-t-fuchsia-950\/25 {
    border-top-color: rgb(74 4 78 / 0.25);
  }

  .\32xl\:border-t-fuchsia-950\/30 {
    border-top-color: rgb(74 4 78 / 0.3);
  }

  .\32xl\:border-t-fuchsia-950\/35 {
    border-top-color: rgb(74 4 78 / 0.35);
  }

  .\32xl\:border-t-fuchsia-950\/40 {
    border-top-color: rgb(74 4 78 / 0.4);
  }

  .\32xl\:border-t-fuchsia-950\/45 {
    border-top-color: rgb(74 4 78 / 0.45);
  }

  .\32xl\:border-t-fuchsia-950\/5 {
    border-top-color: rgb(74 4 78 / 0.05);
  }

  .\32xl\:border-t-fuchsia-950\/50 {
    border-top-color: rgb(74 4 78 / 0.5);
  }

  .\32xl\:border-t-fuchsia-950\/55 {
    border-top-color: rgb(74 4 78 / 0.55);
  }

  .\32xl\:border-t-fuchsia-950\/60 {
    border-top-color: rgb(74 4 78 / 0.6);
  }

  .\32xl\:border-t-fuchsia-950\/65 {
    border-top-color: rgb(74 4 78 / 0.65);
  }

  .\32xl\:border-t-fuchsia-950\/70 {
    border-top-color: rgb(74 4 78 / 0.7);
  }

  .\32xl\:border-t-fuchsia-950\/75 {
    border-top-color: rgb(74 4 78 / 0.75);
  }

  .\32xl\:border-t-fuchsia-950\/80 {
    border-top-color: rgb(74 4 78 / 0.8);
  }

  .\32xl\:border-t-fuchsia-950\/85 {
    border-top-color: rgb(74 4 78 / 0.85);
  }

  .\32xl\:border-t-fuchsia-950\/90 {
    border-top-color: rgb(74 4 78 / 0.9);
  }

  .\32xl\:border-t-fuchsia-950\/95 {
    border-top-color: rgb(74 4 78 / 0.95);
  }

  .\32xl\:border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-100\/0 {
    border-top-color: rgb(243 244 246 / 0);
  }

  .\32xl\:border-t-gray-100\/10 {
    border-top-color: rgb(243 244 246 / 0.1);
  }

  .\32xl\:border-t-gray-100\/100 {
    border-top-color: rgb(243 244 246 / 1);
  }

  .\32xl\:border-t-gray-100\/15 {
    border-top-color: rgb(243 244 246 / 0.15);
  }

  .\32xl\:border-t-gray-100\/20 {
    border-top-color: rgb(243 244 246 / 0.2);
  }

  .\32xl\:border-t-gray-100\/25 {
    border-top-color: rgb(243 244 246 / 0.25);
  }

  .\32xl\:border-t-gray-100\/30 {
    border-top-color: rgb(243 244 246 / 0.3);
  }

  .\32xl\:border-t-gray-100\/35 {
    border-top-color: rgb(243 244 246 / 0.35);
  }

  .\32xl\:border-t-gray-100\/40 {
    border-top-color: rgb(243 244 246 / 0.4);
  }

  .\32xl\:border-t-gray-100\/45 {
    border-top-color: rgb(243 244 246 / 0.45);
  }

  .\32xl\:border-t-gray-100\/5 {
    border-top-color: rgb(243 244 246 / 0.05);
  }

  .\32xl\:border-t-gray-100\/50 {
    border-top-color: rgb(243 244 246 / 0.5);
  }

  .\32xl\:border-t-gray-100\/55 {
    border-top-color: rgb(243 244 246 / 0.55);
  }

  .\32xl\:border-t-gray-100\/60 {
    border-top-color: rgb(243 244 246 / 0.6);
  }

  .\32xl\:border-t-gray-100\/65 {
    border-top-color: rgb(243 244 246 / 0.65);
  }

  .\32xl\:border-t-gray-100\/70 {
    border-top-color: rgb(243 244 246 / 0.7);
  }

  .\32xl\:border-t-gray-100\/75 {
    border-top-color: rgb(243 244 246 / 0.75);
  }

  .\32xl\:border-t-gray-100\/80 {
    border-top-color: rgb(243 244 246 / 0.8);
  }

  .\32xl\:border-t-gray-100\/85 {
    border-top-color: rgb(243 244 246 / 0.85);
  }

  .\32xl\:border-t-gray-100\/90 {
    border-top-color: rgb(243 244 246 / 0.9);
  }

  .\32xl\:border-t-gray-100\/95 {
    border-top-color: rgb(243 244 246 / 0.95);
  }

  .\32xl\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-200\/0 {
    border-top-color: rgb(229 231 235 / 0);
  }

  .\32xl\:border-t-gray-200\/10 {
    border-top-color: rgb(229 231 235 / 0.1);
  }

  .\32xl\:border-t-gray-200\/100 {
    border-top-color: rgb(229 231 235 / 1);
  }

  .\32xl\:border-t-gray-200\/15 {
    border-top-color: rgb(229 231 235 / 0.15);
  }

  .\32xl\:border-t-gray-200\/20 {
    border-top-color: rgb(229 231 235 / 0.2);
  }

  .\32xl\:border-t-gray-200\/25 {
    border-top-color: rgb(229 231 235 / 0.25);
  }

  .\32xl\:border-t-gray-200\/30 {
    border-top-color: rgb(229 231 235 / 0.3);
  }

  .\32xl\:border-t-gray-200\/35 {
    border-top-color: rgb(229 231 235 / 0.35);
  }

  .\32xl\:border-t-gray-200\/40 {
    border-top-color: rgb(229 231 235 / 0.4);
  }

  .\32xl\:border-t-gray-200\/45 {
    border-top-color: rgb(229 231 235 / 0.45);
  }

  .\32xl\:border-t-gray-200\/5 {
    border-top-color: rgb(229 231 235 / 0.05);
  }

  .\32xl\:border-t-gray-200\/50 {
    border-top-color: rgb(229 231 235 / 0.5);
  }

  .\32xl\:border-t-gray-200\/55 {
    border-top-color: rgb(229 231 235 / 0.55);
  }

  .\32xl\:border-t-gray-200\/60 {
    border-top-color: rgb(229 231 235 / 0.6);
  }

  .\32xl\:border-t-gray-200\/65 {
    border-top-color: rgb(229 231 235 / 0.65);
  }

  .\32xl\:border-t-gray-200\/70 {
    border-top-color: rgb(229 231 235 / 0.7);
  }

  .\32xl\:border-t-gray-200\/75 {
    border-top-color: rgb(229 231 235 / 0.75);
  }

  .\32xl\:border-t-gray-200\/80 {
    border-top-color: rgb(229 231 235 / 0.8);
  }

  .\32xl\:border-t-gray-200\/85 {
    border-top-color: rgb(229 231 235 / 0.85);
  }

  .\32xl\:border-t-gray-200\/90 {
    border-top-color: rgb(229 231 235 / 0.9);
  }

  .\32xl\:border-t-gray-200\/95 {
    border-top-color: rgb(229 231 235 / 0.95);
  }

  .\32xl\:border-t-gray-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-300\/0 {
    border-top-color: rgb(209 213 219 / 0);
  }

  .\32xl\:border-t-gray-300\/10 {
    border-top-color: rgb(209 213 219 / 0.1);
  }

  .\32xl\:border-t-gray-300\/100 {
    border-top-color: rgb(209 213 219 / 1);
  }

  .\32xl\:border-t-gray-300\/15 {
    border-top-color: rgb(209 213 219 / 0.15);
  }

  .\32xl\:border-t-gray-300\/20 {
    border-top-color: rgb(209 213 219 / 0.2);
  }

  .\32xl\:border-t-gray-300\/25 {
    border-top-color: rgb(209 213 219 / 0.25);
  }

  .\32xl\:border-t-gray-300\/30 {
    border-top-color: rgb(209 213 219 / 0.3);
  }

  .\32xl\:border-t-gray-300\/35 {
    border-top-color: rgb(209 213 219 / 0.35);
  }

  .\32xl\:border-t-gray-300\/40 {
    border-top-color: rgb(209 213 219 / 0.4);
  }

  .\32xl\:border-t-gray-300\/45 {
    border-top-color: rgb(209 213 219 / 0.45);
  }

  .\32xl\:border-t-gray-300\/5 {
    border-top-color: rgb(209 213 219 / 0.05);
  }

  .\32xl\:border-t-gray-300\/50 {
    border-top-color: rgb(209 213 219 / 0.5);
  }

  .\32xl\:border-t-gray-300\/55 {
    border-top-color: rgb(209 213 219 / 0.55);
  }

  .\32xl\:border-t-gray-300\/60 {
    border-top-color: rgb(209 213 219 / 0.6);
  }

  .\32xl\:border-t-gray-300\/65 {
    border-top-color: rgb(209 213 219 / 0.65);
  }

  .\32xl\:border-t-gray-300\/70 {
    border-top-color: rgb(209 213 219 / 0.7);
  }

  .\32xl\:border-t-gray-300\/75 {
    border-top-color: rgb(209 213 219 / 0.75);
  }

  .\32xl\:border-t-gray-300\/80 {
    border-top-color: rgb(209 213 219 / 0.8);
  }

  .\32xl\:border-t-gray-300\/85 {
    border-top-color: rgb(209 213 219 / 0.85);
  }

  .\32xl\:border-t-gray-300\/90 {
    border-top-color: rgb(209 213 219 / 0.9);
  }

  .\32xl\:border-t-gray-300\/95 {
    border-top-color: rgb(209 213 219 / 0.95);
  }

  .\32xl\:border-t-gray-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-400\/0 {
    border-top-color: rgb(156 163 175 / 0);
  }

  .\32xl\:border-t-gray-400\/10 {
    border-top-color: rgb(156 163 175 / 0.1);
  }

  .\32xl\:border-t-gray-400\/100 {
    border-top-color: rgb(156 163 175 / 1);
  }

  .\32xl\:border-t-gray-400\/15 {
    border-top-color: rgb(156 163 175 / 0.15);
  }

  .\32xl\:border-t-gray-400\/20 {
    border-top-color: rgb(156 163 175 / 0.2);
  }

  .\32xl\:border-t-gray-400\/25 {
    border-top-color: rgb(156 163 175 / 0.25);
  }

  .\32xl\:border-t-gray-400\/30 {
    border-top-color: rgb(156 163 175 / 0.3);
  }

  .\32xl\:border-t-gray-400\/35 {
    border-top-color: rgb(156 163 175 / 0.35);
  }

  .\32xl\:border-t-gray-400\/40 {
    border-top-color: rgb(156 163 175 / 0.4);
  }

  .\32xl\:border-t-gray-400\/45 {
    border-top-color: rgb(156 163 175 / 0.45);
  }

  .\32xl\:border-t-gray-400\/5 {
    border-top-color: rgb(156 163 175 / 0.05);
  }

  .\32xl\:border-t-gray-400\/50 {
    border-top-color: rgb(156 163 175 / 0.5);
  }

  .\32xl\:border-t-gray-400\/55 {
    border-top-color: rgb(156 163 175 / 0.55);
  }

  .\32xl\:border-t-gray-400\/60 {
    border-top-color: rgb(156 163 175 / 0.6);
  }

  .\32xl\:border-t-gray-400\/65 {
    border-top-color: rgb(156 163 175 / 0.65);
  }

  .\32xl\:border-t-gray-400\/70 {
    border-top-color: rgb(156 163 175 / 0.7);
  }

  .\32xl\:border-t-gray-400\/75 {
    border-top-color: rgb(156 163 175 / 0.75);
  }

  .\32xl\:border-t-gray-400\/80 {
    border-top-color: rgb(156 163 175 / 0.8);
  }

  .\32xl\:border-t-gray-400\/85 {
    border-top-color: rgb(156 163 175 / 0.85);
  }

  .\32xl\:border-t-gray-400\/90 {
    border-top-color: rgb(156 163 175 / 0.9);
  }

  .\32xl\:border-t-gray-400\/95 {
    border-top-color: rgb(156 163 175 / 0.95);
  }

  .\32xl\:border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-50\/0 {
    border-top-color: rgb(249 250 251 / 0);
  }

  .\32xl\:border-t-gray-50\/10 {
    border-top-color: rgb(249 250 251 / 0.1);
  }

  .\32xl\:border-t-gray-50\/100 {
    border-top-color: rgb(249 250 251 / 1);
  }

  .\32xl\:border-t-gray-50\/15 {
    border-top-color: rgb(249 250 251 / 0.15);
  }

  .\32xl\:border-t-gray-50\/20 {
    border-top-color: rgb(249 250 251 / 0.2);
  }

  .\32xl\:border-t-gray-50\/25 {
    border-top-color: rgb(249 250 251 / 0.25);
  }

  .\32xl\:border-t-gray-50\/30 {
    border-top-color: rgb(249 250 251 / 0.3);
  }

  .\32xl\:border-t-gray-50\/35 {
    border-top-color: rgb(249 250 251 / 0.35);
  }

  .\32xl\:border-t-gray-50\/40 {
    border-top-color: rgb(249 250 251 / 0.4);
  }

  .\32xl\:border-t-gray-50\/45 {
    border-top-color: rgb(249 250 251 / 0.45);
  }

  .\32xl\:border-t-gray-50\/5 {
    border-top-color: rgb(249 250 251 / 0.05);
  }

  .\32xl\:border-t-gray-50\/50 {
    border-top-color: rgb(249 250 251 / 0.5);
  }

  .\32xl\:border-t-gray-50\/55 {
    border-top-color: rgb(249 250 251 / 0.55);
  }

  .\32xl\:border-t-gray-50\/60 {
    border-top-color: rgb(249 250 251 / 0.6);
  }

  .\32xl\:border-t-gray-50\/65 {
    border-top-color: rgb(249 250 251 / 0.65);
  }

  .\32xl\:border-t-gray-50\/70 {
    border-top-color: rgb(249 250 251 / 0.7);
  }

  .\32xl\:border-t-gray-50\/75 {
    border-top-color: rgb(249 250 251 / 0.75);
  }

  .\32xl\:border-t-gray-50\/80 {
    border-top-color: rgb(249 250 251 / 0.8);
  }

  .\32xl\:border-t-gray-50\/85 {
    border-top-color: rgb(249 250 251 / 0.85);
  }

  .\32xl\:border-t-gray-50\/90 {
    border-top-color: rgb(249 250 251 / 0.9);
  }

  .\32xl\:border-t-gray-50\/95 {
    border-top-color: rgb(249 250 251 / 0.95);
  }

  .\32xl\:border-t-gray-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-500\/0 {
    border-top-color: rgb(107 114 128 / 0);
  }

  .\32xl\:border-t-gray-500\/10 {
    border-top-color: rgb(107 114 128 / 0.1);
  }

  .\32xl\:border-t-gray-500\/100 {
    border-top-color: rgb(107 114 128 / 1);
  }

  .\32xl\:border-t-gray-500\/15 {
    border-top-color: rgb(107 114 128 / 0.15);
  }

  .\32xl\:border-t-gray-500\/20 {
    border-top-color: rgb(107 114 128 / 0.2);
  }

  .\32xl\:border-t-gray-500\/25 {
    border-top-color: rgb(107 114 128 / 0.25);
  }

  .\32xl\:border-t-gray-500\/30 {
    border-top-color: rgb(107 114 128 / 0.3);
  }

  .\32xl\:border-t-gray-500\/35 {
    border-top-color: rgb(107 114 128 / 0.35);
  }

  .\32xl\:border-t-gray-500\/40 {
    border-top-color: rgb(107 114 128 / 0.4);
  }

  .\32xl\:border-t-gray-500\/45 {
    border-top-color: rgb(107 114 128 / 0.45);
  }

  .\32xl\:border-t-gray-500\/5 {
    border-top-color: rgb(107 114 128 / 0.05);
  }

  .\32xl\:border-t-gray-500\/50 {
    border-top-color: rgb(107 114 128 / 0.5);
  }

  .\32xl\:border-t-gray-500\/55 {
    border-top-color: rgb(107 114 128 / 0.55);
  }

  .\32xl\:border-t-gray-500\/60 {
    border-top-color: rgb(107 114 128 / 0.6);
  }

  .\32xl\:border-t-gray-500\/65 {
    border-top-color: rgb(107 114 128 / 0.65);
  }

  .\32xl\:border-t-gray-500\/70 {
    border-top-color: rgb(107 114 128 / 0.7);
  }

  .\32xl\:border-t-gray-500\/75 {
    border-top-color: rgb(107 114 128 / 0.75);
  }

  .\32xl\:border-t-gray-500\/80 {
    border-top-color: rgb(107 114 128 / 0.8);
  }

  .\32xl\:border-t-gray-500\/85 {
    border-top-color: rgb(107 114 128 / 0.85);
  }

  .\32xl\:border-t-gray-500\/90 {
    border-top-color: rgb(107 114 128 / 0.9);
  }

  .\32xl\:border-t-gray-500\/95 {
    border-top-color: rgb(107 114 128 / 0.95);
  }

  .\32xl\:border-t-gray-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-600\/0 {
    border-top-color: rgb(75 85 99 / 0);
  }

  .\32xl\:border-t-gray-600\/10 {
    border-top-color: rgb(75 85 99 / 0.1);
  }

  .\32xl\:border-t-gray-600\/100 {
    border-top-color: rgb(75 85 99 / 1);
  }

  .\32xl\:border-t-gray-600\/15 {
    border-top-color: rgb(75 85 99 / 0.15);
  }

  .\32xl\:border-t-gray-600\/20 {
    border-top-color: rgb(75 85 99 / 0.2);
  }

  .\32xl\:border-t-gray-600\/25 {
    border-top-color: rgb(75 85 99 / 0.25);
  }

  .\32xl\:border-t-gray-600\/30 {
    border-top-color: rgb(75 85 99 / 0.3);
  }

  .\32xl\:border-t-gray-600\/35 {
    border-top-color: rgb(75 85 99 / 0.35);
  }

  .\32xl\:border-t-gray-600\/40 {
    border-top-color: rgb(75 85 99 / 0.4);
  }

  .\32xl\:border-t-gray-600\/45 {
    border-top-color: rgb(75 85 99 / 0.45);
  }

  .\32xl\:border-t-gray-600\/5 {
    border-top-color: rgb(75 85 99 / 0.05);
  }

  .\32xl\:border-t-gray-600\/50 {
    border-top-color: rgb(75 85 99 / 0.5);
  }

  .\32xl\:border-t-gray-600\/55 {
    border-top-color: rgb(75 85 99 / 0.55);
  }

  .\32xl\:border-t-gray-600\/60 {
    border-top-color: rgb(75 85 99 / 0.6);
  }

  .\32xl\:border-t-gray-600\/65 {
    border-top-color: rgb(75 85 99 / 0.65);
  }

  .\32xl\:border-t-gray-600\/70 {
    border-top-color: rgb(75 85 99 / 0.7);
  }

  .\32xl\:border-t-gray-600\/75 {
    border-top-color: rgb(75 85 99 / 0.75);
  }

  .\32xl\:border-t-gray-600\/80 {
    border-top-color: rgb(75 85 99 / 0.8);
  }

  .\32xl\:border-t-gray-600\/85 {
    border-top-color: rgb(75 85 99 / 0.85);
  }

  .\32xl\:border-t-gray-600\/90 {
    border-top-color: rgb(75 85 99 / 0.9);
  }

  .\32xl\:border-t-gray-600\/95 {
    border-top-color: rgb(75 85 99 / 0.95);
  }

  .\32xl\:border-t-gray-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-700\/0 {
    border-top-color: rgb(55 65 81 / 0);
  }

  .\32xl\:border-t-gray-700\/10 {
    border-top-color: rgb(55 65 81 / 0.1);
  }

  .\32xl\:border-t-gray-700\/100 {
    border-top-color: rgb(55 65 81 / 1);
  }

  .\32xl\:border-t-gray-700\/15 {
    border-top-color: rgb(55 65 81 / 0.15);
  }

  .\32xl\:border-t-gray-700\/20 {
    border-top-color: rgb(55 65 81 / 0.2);
  }

  .\32xl\:border-t-gray-700\/25 {
    border-top-color: rgb(55 65 81 / 0.25);
  }

  .\32xl\:border-t-gray-700\/30 {
    border-top-color: rgb(55 65 81 / 0.3);
  }

  .\32xl\:border-t-gray-700\/35 {
    border-top-color: rgb(55 65 81 / 0.35);
  }

  .\32xl\:border-t-gray-700\/40 {
    border-top-color: rgb(55 65 81 / 0.4);
  }

  .\32xl\:border-t-gray-700\/45 {
    border-top-color: rgb(55 65 81 / 0.45);
  }

  .\32xl\:border-t-gray-700\/5 {
    border-top-color: rgb(55 65 81 / 0.05);
  }

  .\32xl\:border-t-gray-700\/50 {
    border-top-color: rgb(55 65 81 / 0.5);
  }

  .\32xl\:border-t-gray-700\/55 {
    border-top-color: rgb(55 65 81 / 0.55);
  }

  .\32xl\:border-t-gray-700\/60 {
    border-top-color: rgb(55 65 81 / 0.6);
  }

  .\32xl\:border-t-gray-700\/65 {
    border-top-color: rgb(55 65 81 / 0.65);
  }

  .\32xl\:border-t-gray-700\/70 {
    border-top-color: rgb(55 65 81 / 0.7);
  }

  .\32xl\:border-t-gray-700\/75 {
    border-top-color: rgb(55 65 81 / 0.75);
  }

  .\32xl\:border-t-gray-700\/80 {
    border-top-color: rgb(55 65 81 / 0.8);
  }

  .\32xl\:border-t-gray-700\/85 {
    border-top-color: rgb(55 65 81 / 0.85);
  }

  .\32xl\:border-t-gray-700\/90 {
    border-top-color: rgb(55 65 81 / 0.9);
  }

  .\32xl\:border-t-gray-700\/95 {
    border-top-color: rgb(55 65 81 / 0.95);
  }

  .\32xl\:border-t-gray-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-800\/0 {
    border-top-color: rgb(31 41 55 / 0);
  }

  .\32xl\:border-t-gray-800\/10 {
    border-top-color: rgb(31 41 55 / 0.1);
  }

  .\32xl\:border-t-gray-800\/100 {
    border-top-color: rgb(31 41 55 / 1);
  }

  .\32xl\:border-t-gray-800\/15 {
    border-top-color: rgb(31 41 55 / 0.15);
  }

  .\32xl\:border-t-gray-800\/20 {
    border-top-color: rgb(31 41 55 / 0.2);
  }

  .\32xl\:border-t-gray-800\/25 {
    border-top-color: rgb(31 41 55 / 0.25);
  }

  .\32xl\:border-t-gray-800\/30 {
    border-top-color: rgb(31 41 55 / 0.3);
  }

  .\32xl\:border-t-gray-800\/35 {
    border-top-color: rgb(31 41 55 / 0.35);
  }

  .\32xl\:border-t-gray-800\/40 {
    border-top-color: rgb(31 41 55 / 0.4);
  }

  .\32xl\:border-t-gray-800\/45 {
    border-top-color: rgb(31 41 55 / 0.45);
  }

  .\32xl\:border-t-gray-800\/5 {
    border-top-color: rgb(31 41 55 / 0.05);
  }

  .\32xl\:border-t-gray-800\/50 {
    border-top-color: rgb(31 41 55 / 0.5);
  }

  .\32xl\:border-t-gray-800\/55 {
    border-top-color: rgb(31 41 55 / 0.55);
  }

  .\32xl\:border-t-gray-800\/60 {
    border-top-color: rgb(31 41 55 / 0.6);
  }

  .\32xl\:border-t-gray-800\/65 {
    border-top-color: rgb(31 41 55 / 0.65);
  }

  .\32xl\:border-t-gray-800\/70 {
    border-top-color: rgb(31 41 55 / 0.7);
  }

  .\32xl\:border-t-gray-800\/75 {
    border-top-color: rgb(31 41 55 / 0.75);
  }

  .\32xl\:border-t-gray-800\/80 {
    border-top-color: rgb(31 41 55 / 0.8);
  }

  .\32xl\:border-t-gray-800\/85 {
    border-top-color: rgb(31 41 55 / 0.85);
  }

  .\32xl\:border-t-gray-800\/90 {
    border-top-color: rgb(31 41 55 / 0.9);
  }

  .\32xl\:border-t-gray-800\/95 {
    border-top-color: rgb(31 41 55 / 0.95);
  }

  .\32xl\:border-t-gray-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-900\/0 {
    border-top-color: rgb(17 24 39 / 0);
  }

  .\32xl\:border-t-gray-900\/10 {
    border-top-color: rgb(17 24 39 / 0.1);
  }

  .\32xl\:border-t-gray-900\/100 {
    border-top-color: rgb(17 24 39 / 1);
  }

  .\32xl\:border-t-gray-900\/15 {
    border-top-color: rgb(17 24 39 / 0.15);
  }

  .\32xl\:border-t-gray-900\/20 {
    border-top-color: rgb(17 24 39 / 0.2);
  }

  .\32xl\:border-t-gray-900\/25 {
    border-top-color: rgb(17 24 39 / 0.25);
  }

  .\32xl\:border-t-gray-900\/30 {
    border-top-color: rgb(17 24 39 / 0.3);
  }

  .\32xl\:border-t-gray-900\/35 {
    border-top-color: rgb(17 24 39 / 0.35);
  }

  .\32xl\:border-t-gray-900\/40 {
    border-top-color: rgb(17 24 39 / 0.4);
  }

  .\32xl\:border-t-gray-900\/45 {
    border-top-color: rgb(17 24 39 / 0.45);
  }

  .\32xl\:border-t-gray-900\/5 {
    border-top-color: rgb(17 24 39 / 0.05);
  }

  .\32xl\:border-t-gray-900\/50 {
    border-top-color: rgb(17 24 39 / 0.5);
  }

  .\32xl\:border-t-gray-900\/55 {
    border-top-color: rgb(17 24 39 / 0.55);
  }

  .\32xl\:border-t-gray-900\/60 {
    border-top-color: rgb(17 24 39 / 0.6);
  }

  .\32xl\:border-t-gray-900\/65 {
    border-top-color: rgb(17 24 39 / 0.65);
  }

  .\32xl\:border-t-gray-900\/70 {
    border-top-color: rgb(17 24 39 / 0.7);
  }

  .\32xl\:border-t-gray-900\/75 {
    border-top-color: rgb(17 24 39 / 0.75);
  }

  .\32xl\:border-t-gray-900\/80 {
    border-top-color: rgb(17 24 39 / 0.8);
  }

  .\32xl\:border-t-gray-900\/85 {
    border-top-color: rgb(17 24 39 / 0.85);
  }

  .\32xl\:border-t-gray-900\/90 {
    border-top-color: rgb(17 24 39 / 0.9);
  }

  .\32xl\:border-t-gray-900\/95 {
    border-top-color: rgb(17 24 39 / 0.95);
  }

  .\32xl\:border-t-gray-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-gray-950\/0 {
    border-top-color: rgb(3 7 18 / 0);
  }

  .\32xl\:border-t-gray-950\/10 {
    border-top-color: rgb(3 7 18 / 0.1);
  }

  .\32xl\:border-t-gray-950\/100 {
    border-top-color: rgb(3 7 18 / 1);
  }

  .\32xl\:border-t-gray-950\/15 {
    border-top-color: rgb(3 7 18 / 0.15);
  }

  .\32xl\:border-t-gray-950\/20 {
    border-top-color: rgb(3 7 18 / 0.2);
  }

  .\32xl\:border-t-gray-950\/25 {
    border-top-color: rgb(3 7 18 / 0.25);
  }

  .\32xl\:border-t-gray-950\/30 {
    border-top-color: rgb(3 7 18 / 0.3);
  }

  .\32xl\:border-t-gray-950\/35 {
    border-top-color: rgb(3 7 18 / 0.35);
  }

  .\32xl\:border-t-gray-950\/40 {
    border-top-color: rgb(3 7 18 / 0.4);
  }

  .\32xl\:border-t-gray-950\/45 {
    border-top-color: rgb(3 7 18 / 0.45);
  }

  .\32xl\:border-t-gray-950\/5 {
    border-top-color: rgb(3 7 18 / 0.05);
  }

  .\32xl\:border-t-gray-950\/50 {
    border-top-color: rgb(3 7 18 / 0.5);
  }

  .\32xl\:border-t-gray-950\/55 {
    border-top-color: rgb(3 7 18 / 0.55);
  }

  .\32xl\:border-t-gray-950\/60 {
    border-top-color: rgb(3 7 18 / 0.6);
  }

  .\32xl\:border-t-gray-950\/65 {
    border-top-color: rgb(3 7 18 / 0.65);
  }

  .\32xl\:border-t-gray-950\/70 {
    border-top-color: rgb(3 7 18 / 0.7);
  }

  .\32xl\:border-t-gray-950\/75 {
    border-top-color: rgb(3 7 18 / 0.75);
  }

  .\32xl\:border-t-gray-950\/80 {
    border-top-color: rgb(3 7 18 / 0.8);
  }

  .\32xl\:border-t-gray-950\/85 {
    border-top-color: rgb(3 7 18 / 0.85);
  }

  .\32xl\:border-t-gray-950\/90 {
    border-top-color: rgb(3 7 18 / 0.9);
  }

  .\32xl\:border-t-gray-950\/95 {
    border-top-color: rgb(3 7 18 / 0.95);
  }

  .\32xl\:border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-100\/0 {
    border-top-color: rgb(220 252 231 / 0);
  }

  .\32xl\:border-t-green-100\/10 {
    border-top-color: rgb(220 252 231 / 0.1);
  }

  .\32xl\:border-t-green-100\/100 {
    border-top-color: rgb(220 252 231 / 1);
  }

  .\32xl\:border-t-green-100\/15 {
    border-top-color: rgb(220 252 231 / 0.15);
  }

  .\32xl\:border-t-green-100\/20 {
    border-top-color: rgb(220 252 231 / 0.2);
  }

  .\32xl\:border-t-green-100\/25 {
    border-top-color: rgb(220 252 231 / 0.25);
  }

  .\32xl\:border-t-green-100\/30 {
    border-top-color: rgb(220 252 231 / 0.3);
  }

  .\32xl\:border-t-green-100\/35 {
    border-top-color: rgb(220 252 231 / 0.35);
  }

  .\32xl\:border-t-green-100\/40 {
    border-top-color: rgb(220 252 231 / 0.4);
  }

  .\32xl\:border-t-green-100\/45 {
    border-top-color: rgb(220 252 231 / 0.45);
  }

  .\32xl\:border-t-green-100\/5 {
    border-top-color: rgb(220 252 231 / 0.05);
  }

  .\32xl\:border-t-green-100\/50 {
    border-top-color: rgb(220 252 231 / 0.5);
  }

  .\32xl\:border-t-green-100\/55 {
    border-top-color: rgb(220 252 231 / 0.55);
  }

  .\32xl\:border-t-green-100\/60 {
    border-top-color: rgb(220 252 231 / 0.6);
  }

  .\32xl\:border-t-green-100\/65 {
    border-top-color: rgb(220 252 231 / 0.65);
  }

  .\32xl\:border-t-green-100\/70 {
    border-top-color: rgb(220 252 231 / 0.7);
  }

  .\32xl\:border-t-green-100\/75 {
    border-top-color: rgb(220 252 231 / 0.75);
  }

  .\32xl\:border-t-green-100\/80 {
    border-top-color: rgb(220 252 231 / 0.8);
  }

  .\32xl\:border-t-green-100\/85 {
    border-top-color: rgb(220 252 231 / 0.85);
  }

  .\32xl\:border-t-green-100\/90 {
    border-top-color: rgb(220 252 231 / 0.9);
  }

  .\32xl\:border-t-green-100\/95 {
    border-top-color: rgb(220 252 231 / 0.95);
  }

  .\32xl\:border-t-green-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-200\/0 {
    border-top-color: rgb(187 247 208 / 0);
  }

  .\32xl\:border-t-green-200\/10 {
    border-top-color: rgb(187 247 208 / 0.1);
  }

  .\32xl\:border-t-green-200\/100 {
    border-top-color: rgb(187 247 208 / 1);
  }

  .\32xl\:border-t-green-200\/15 {
    border-top-color: rgb(187 247 208 / 0.15);
  }

  .\32xl\:border-t-green-200\/20 {
    border-top-color: rgb(187 247 208 / 0.2);
  }

  .\32xl\:border-t-green-200\/25 {
    border-top-color: rgb(187 247 208 / 0.25);
  }

  .\32xl\:border-t-green-200\/30 {
    border-top-color: rgb(187 247 208 / 0.3);
  }

  .\32xl\:border-t-green-200\/35 {
    border-top-color: rgb(187 247 208 / 0.35);
  }

  .\32xl\:border-t-green-200\/40 {
    border-top-color: rgb(187 247 208 / 0.4);
  }

  .\32xl\:border-t-green-200\/45 {
    border-top-color: rgb(187 247 208 / 0.45);
  }

  .\32xl\:border-t-green-200\/5 {
    border-top-color: rgb(187 247 208 / 0.05);
  }

  .\32xl\:border-t-green-200\/50 {
    border-top-color: rgb(187 247 208 / 0.5);
  }

  .\32xl\:border-t-green-200\/55 {
    border-top-color: rgb(187 247 208 / 0.55);
  }

  .\32xl\:border-t-green-200\/60 {
    border-top-color: rgb(187 247 208 / 0.6);
  }

  .\32xl\:border-t-green-200\/65 {
    border-top-color: rgb(187 247 208 / 0.65);
  }

  .\32xl\:border-t-green-200\/70 {
    border-top-color: rgb(187 247 208 / 0.7);
  }

  .\32xl\:border-t-green-200\/75 {
    border-top-color: rgb(187 247 208 / 0.75);
  }

  .\32xl\:border-t-green-200\/80 {
    border-top-color: rgb(187 247 208 / 0.8);
  }

  .\32xl\:border-t-green-200\/85 {
    border-top-color: rgb(187 247 208 / 0.85);
  }

  .\32xl\:border-t-green-200\/90 {
    border-top-color: rgb(187 247 208 / 0.9);
  }

  .\32xl\:border-t-green-200\/95 {
    border-top-color: rgb(187 247 208 / 0.95);
  }

  .\32xl\:border-t-green-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-300\/0 {
    border-top-color: rgb(134 239 172 / 0);
  }

  .\32xl\:border-t-green-300\/10 {
    border-top-color: rgb(134 239 172 / 0.1);
  }

  .\32xl\:border-t-green-300\/100 {
    border-top-color: rgb(134 239 172 / 1);
  }

  .\32xl\:border-t-green-300\/15 {
    border-top-color: rgb(134 239 172 / 0.15);
  }

  .\32xl\:border-t-green-300\/20 {
    border-top-color: rgb(134 239 172 / 0.2);
  }

  .\32xl\:border-t-green-300\/25 {
    border-top-color: rgb(134 239 172 / 0.25);
  }

  .\32xl\:border-t-green-300\/30 {
    border-top-color: rgb(134 239 172 / 0.3);
  }

  .\32xl\:border-t-green-300\/35 {
    border-top-color: rgb(134 239 172 / 0.35);
  }

  .\32xl\:border-t-green-300\/40 {
    border-top-color: rgb(134 239 172 / 0.4);
  }

  .\32xl\:border-t-green-300\/45 {
    border-top-color: rgb(134 239 172 / 0.45);
  }

  .\32xl\:border-t-green-300\/5 {
    border-top-color: rgb(134 239 172 / 0.05);
  }

  .\32xl\:border-t-green-300\/50 {
    border-top-color: rgb(134 239 172 / 0.5);
  }

  .\32xl\:border-t-green-300\/55 {
    border-top-color: rgb(134 239 172 / 0.55);
  }

  .\32xl\:border-t-green-300\/60 {
    border-top-color: rgb(134 239 172 / 0.6);
  }

  .\32xl\:border-t-green-300\/65 {
    border-top-color: rgb(134 239 172 / 0.65);
  }

  .\32xl\:border-t-green-300\/70 {
    border-top-color: rgb(134 239 172 / 0.7);
  }

  .\32xl\:border-t-green-300\/75 {
    border-top-color: rgb(134 239 172 / 0.75);
  }

  .\32xl\:border-t-green-300\/80 {
    border-top-color: rgb(134 239 172 / 0.8);
  }

  .\32xl\:border-t-green-300\/85 {
    border-top-color: rgb(134 239 172 / 0.85);
  }

  .\32xl\:border-t-green-300\/90 {
    border-top-color: rgb(134 239 172 / 0.9);
  }

  .\32xl\:border-t-green-300\/95 {
    border-top-color: rgb(134 239 172 / 0.95);
  }

  .\32xl\:border-t-green-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-400\/0 {
    border-top-color: rgb(74 222 128 / 0);
  }

  .\32xl\:border-t-green-400\/10 {
    border-top-color: rgb(74 222 128 / 0.1);
  }

  .\32xl\:border-t-green-400\/100 {
    border-top-color: rgb(74 222 128 / 1);
  }

  .\32xl\:border-t-green-400\/15 {
    border-top-color: rgb(74 222 128 / 0.15);
  }

  .\32xl\:border-t-green-400\/20 {
    border-top-color: rgb(74 222 128 / 0.2);
  }

  .\32xl\:border-t-green-400\/25 {
    border-top-color: rgb(74 222 128 / 0.25);
  }

  .\32xl\:border-t-green-400\/30 {
    border-top-color: rgb(74 222 128 / 0.3);
  }

  .\32xl\:border-t-green-400\/35 {
    border-top-color: rgb(74 222 128 / 0.35);
  }

  .\32xl\:border-t-green-400\/40 {
    border-top-color: rgb(74 222 128 / 0.4);
  }

  .\32xl\:border-t-green-400\/45 {
    border-top-color: rgb(74 222 128 / 0.45);
  }

  .\32xl\:border-t-green-400\/5 {
    border-top-color: rgb(74 222 128 / 0.05);
  }

  .\32xl\:border-t-green-400\/50 {
    border-top-color: rgb(74 222 128 / 0.5);
  }

  .\32xl\:border-t-green-400\/55 {
    border-top-color: rgb(74 222 128 / 0.55);
  }

  .\32xl\:border-t-green-400\/60 {
    border-top-color: rgb(74 222 128 / 0.6);
  }

  .\32xl\:border-t-green-400\/65 {
    border-top-color: rgb(74 222 128 / 0.65);
  }

  .\32xl\:border-t-green-400\/70 {
    border-top-color: rgb(74 222 128 / 0.7);
  }

  .\32xl\:border-t-green-400\/75 {
    border-top-color: rgb(74 222 128 / 0.75);
  }

  .\32xl\:border-t-green-400\/80 {
    border-top-color: rgb(74 222 128 / 0.8);
  }

  .\32xl\:border-t-green-400\/85 {
    border-top-color: rgb(74 222 128 / 0.85);
  }

  .\32xl\:border-t-green-400\/90 {
    border-top-color: rgb(74 222 128 / 0.9);
  }

  .\32xl\:border-t-green-400\/95 {
    border-top-color: rgb(74 222 128 / 0.95);
  }

  .\32xl\:border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-50\/0 {
    border-top-color: rgb(240 253 244 / 0);
  }

  .\32xl\:border-t-green-50\/10 {
    border-top-color: rgb(240 253 244 / 0.1);
  }

  .\32xl\:border-t-green-50\/100 {
    border-top-color: rgb(240 253 244 / 1);
  }

  .\32xl\:border-t-green-50\/15 {
    border-top-color: rgb(240 253 244 / 0.15);
  }

  .\32xl\:border-t-green-50\/20 {
    border-top-color: rgb(240 253 244 / 0.2);
  }

  .\32xl\:border-t-green-50\/25 {
    border-top-color: rgb(240 253 244 / 0.25);
  }

  .\32xl\:border-t-green-50\/30 {
    border-top-color: rgb(240 253 244 / 0.3);
  }

  .\32xl\:border-t-green-50\/35 {
    border-top-color: rgb(240 253 244 / 0.35);
  }

  .\32xl\:border-t-green-50\/40 {
    border-top-color: rgb(240 253 244 / 0.4);
  }

  .\32xl\:border-t-green-50\/45 {
    border-top-color: rgb(240 253 244 / 0.45);
  }

  .\32xl\:border-t-green-50\/5 {
    border-top-color: rgb(240 253 244 / 0.05);
  }

  .\32xl\:border-t-green-50\/50 {
    border-top-color: rgb(240 253 244 / 0.5);
  }

  .\32xl\:border-t-green-50\/55 {
    border-top-color: rgb(240 253 244 / 0.55);
  }

  .\32xl\:border-t-green-50\/60 {
    border-top-color: rgb(240 253 244 / 0.6);
  }

  .\32xl\:border-t-green-50\/65 {
    border-top-color: rgb(240 253 244 / 0.65);
  }

  .\32xl\:border-t-green-50\/70 {
    border-top-color: rgb(240 253 244 / 0.7);
  }

  .\32xl\:border-t-green-50\/75 {
    border-top-color: rgb(240 253 244 / 0.75);
  }

  .\32xl\:border-t-green-50\/80 {
    border-top-color: rgb(240 253 244 / 0.8);
  }

  .\32xl\:border-t-green-50\/85 {
    border-top-color: rgb(240 253 244 / 0.85);
  }

  .\32xl\:border-t-green-50\/90 {
    border-top-color: rgb(240 253 244 / 0.9);
  }

  .\32xl\:border-t-green-50\/95 {
    border-top-color: rgb(240 253 244 / 0.95);
  }

  .\32xl\:border-t-green-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-500\/0 {
    border-top-color: rgb(34 197 94 / 0);
  }

  .\32xl\:border-t-green-500\/10 {
    border-top-color: rgb(34 197 94 / 0.1);
  }

  .\32xl\:border-t-green-500\/100 {
    border-top-color: rgb(34 197 94 / 1);
  }

  .\32xl\:border-t-green-500\/15 {
    border-top-color: rgb(34 197 94 / 0.15);
  }

  .\32xl\:border-t-green-500\/20 {
    border-top-color: rgb(34 197 94 / 0.2);
  }

  .\32xl\:border-t-green-500\/25 {
    border-top-color: rgb(34 197 94 / 0.25);
  }

  .\32xl\:border-t-green-500\/30 {
    border-top-color: rgb(34 197 94 / 0.3);
  }

  .\32xl\:border-t-green-500\/35 {
    border-top-color: rgb(34 197 94 / 0.35);
  }

  .\32xl\:border-t-green-500\/40 {
    border-top-color: rgb(34 197 94 / 0.4);
  }

  .\32xl\:border-t-green-500\/45 {
    border-top-color: rgb(34 197 94 / 0.45);
  }

  .\32xl\:border-t-green-500\/5 {
    border-top-color: rgb(34 197 94 / 0.05);
  }

  .\32xl\:border-t-green-500\/50 {
    border-top-color: rgb(34 197 94 / 0.5);
  }

  .\32xl\:border-t-green-500\/55 {
    border-top-color: rgb(34 197 94 / 0.55);
  }

  .\32xl\:border-t-green-500\/60 {
    border-top-color: rgb(34 197 94 / 0.6);
  }

  .\32xl\:border-t-green-500\/65 {
    border-top-color: rgb(34 197 94 / 0.65);
  }

  .\32xl\:border-t-green-500\/70 {
    border-top-color: rgb(34 197 94 / 0.7);
  }

  .\32xl\:border-t-green-500\/75 {
    border-top-color: rgb(34 197 94 / 0.75);
  }

  .\32xl\:border-t-green-500\/80 {
    border-top-color: rgb(34 197 94 / 0.8);
  }

  .\32xl\:border-t-green-500\/85 {
    border-top-color: rgb(34 197 94 / 0.85);
  }

  .\32xl\:border-t-green-500\/90 {
    border-top-color: rgb(34 197 94 / 0.9);
  }

  .\32xl\:border-t-green-500\/95 {
    border-top-color: rgb(34 197 94 / 0.95);
  }

  .\32xl\:border-t-green-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-600\/0 {
    border-top-color: rgb(22 163 74 / 0);
  }

  .\32xl\:border-t-green-600\/10 {
    border-top-color: rgb(22 163 74 / 0.1);
  }

  .\32xl\:border-t-green-600\/100 {
    border-top-color: rgb(22 163 74 / 1);
  }

  .\32xl\:border-t-green-600\/15 {
    border-top-color: rgb(22 163 74 / 0.15);
  }

  .\32xl\:border-t-green-600\/20 {
    border-top-color: rgb(22 163 74 / 0.2);
  }

  .\32xl\:border-t-green-600\/25 {
    border-top-color: rgb(22 163 74 / 0.25);
  }

  .\32xl\:border-t-green-600\/30 {
    border-top-color: rgb(22 163 74 / 0.3);
  }

  .\32xl\:border-t-green-600\/35 {
    border-top-color: rgb(22 163 74 / 0.35);
  }

  .\32xl\:border-t-green-600\/40 {
    border-top-color: rgb(22 163 74 / 0.4);
  }

  .\32xl\:border-t-green-600\/45 {
    border-top-color: rgb(22 163 74 / 0.45);
  }

  .\32xl\:border-t-green-600\/5 {
    border-top-color: rgb(22 163 74 / 0.05);
  }

  .\32xl\:border-t-green-600\/50 {
    border-top-color: rgb(22 163 74 / 0.5);
  }

  .\32xl\:border-t-green-600\/55 {
    border-top-color: rgb(22 163 74 / 0.55);
  }

  .\32xl\:border-t-green-600\/60 {
    border-top-color: rgb(22 163 74 / 0.6);
  }

  .\32xl\:border-t-green-600\/65 {
    border-top-color: rgb(22 163 74 / 0.65);
  }

  .\32xl\:border-t-green-600\/70 {
    border-top-color: rgb(22 163 74 / 0.7);
  }

  .\32xl\:border-t-green-600\/75 {
    border-top-color: rgb(22 163 74 / 0.75);
  }

  .\32xl\:border-t-green-600\/80 {
    border-top-color: rgb(22 163 74 / 0.8);
  }

  .\32xl\:border-t-green-600\/85 {
    border-top-color: rgb(22 163 74 / 0.85);
  }

  .\32xl\:border-t-green-600\/90 {
    border-top-color: rgb(22 163 74 / 0.9);
  }

  .\32xl\:border-t-green-600\/95 {
    border-top-color: rgb(22 163 74 / 0.95);
  }

  .\32xl\:border-t-green-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-700\/0 {
    border-top-color: rgb(21 128 61 / 0);
  }

  .\32xl\:border-t-green-700\/10 {
    border-top-color: rgb(21 128 61 / 0.1);
  }

  .\32xl\:border-t-green-700\/100 {
    border-top-color: rgb(21 128 61 / 1);
  }

  .\32xl\:border-t-green-700\/15 {
    border-top-color: rgb(21 128 61 / 0.15);
  }

  .\32xl\:border-t-green-700\/20 {
    border-top-color: rgb(21 128 61 / 0.2);
  }

  .\32xl\:border-t-green-700\/25 {
    border-top-color: rgb(21 128 61 / 0.25);
  }

  .\32xl\:border-t-green-700\/30 {
    border-top-color: rgb(21 128 61 / 0.3);
  }

  .\32xl\:border-t-green-700\/35 {
    border-top-color: rgb(21 128 61 / 0.35);
  }

  .\32xl\:border-t-green-700\/40 {
    border-top-color: rgb(21 128 61 / 0.4);
  }

  .\32xl\:border-t-green-700\/45 {
    border-top-color: rgb(21 128 61 / 0.45);
  }

  .\32xl\:border-t-green-700\/5 {
    border-top-color: rgb(21 128 61 / 0.05);
  }

  .\32xl\:border-t-green-700\/50 {
    border-top-color: rgb(21 128 61 / 0.5);
  }

  .\32xl\:border-t-green-700\/55 {
    border-top-color: rgb(21 128 61 / 0.55);
  }

  .\32xl\:border-t-green-700\/60 {
    border-top-color: rgb(21 128 61 / 0.6);
  }

  .\32xl\:border-t-green-700\/65 {
    border-top-color: rgb(21 128 61 / 0.65);
  }

  .\32xl\:border-t-green-700\/70 {
    border-top-color: rgb(21 128 61 / 0.7);
  }

  .\32xl\:border-t-green-700\/75 {
    border-top-color: rgb(21 128 61 / 0.75);
  }

  .\32xl\:border-t-green-700\/80 {
    border-top-color: rgb(21 128 61 / 0.8);
  }

  .\32xl\:border-t-green-700\/85 {
    border-top-color: rgb(21 128 61 / 0.85);
  }

  .\32xl\:border-t-green-700\/90 {
    border-top-color: rgb(21 128 61 / 0.9);
  }

  .\32xl\:border-t-green-700\/95 {
    border-top-color: rgb(21 128 61 / 0.95);
  }

  .\32xl\:border-t-green-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-800\/0 {
    border-top-color: rgb(22 101 52 / 0);
  }

  .\32xl\:border-t-green-800\/10 {
    border-top-color: rgb(22 101 52 / 0.1);
  }

  .\32xl\:border-t-green-800\/100 {
    border-top-color: rgb(22 101 52 / 1);
  }

  .\32xl\:border-t-green-800\/15 {
    border-top-color: rgb(22 101 52 / 0.15);
  }

  .\32xl\:border-t-green-800\/20 {
    border-top-color: rgb(22 101 52 / 0.2);
  }

  .\32xl\:border-t-green-800\/25 {
    border-top-color: rgb(22 101 52 / 0.25);
  }

  .\32xl\:border-t-green-800\/30 {
    border-top-color: rgb(22 101 52 / 0.3);
  }

  .\32xl\:border-t-green-800\/35 {
    border-top-color: rgb(22 101 52 / 0.35);
  }

  .\32xl\:border-t-green-800\/40 {
    border-top-color: rgb(22 101 52 / 0.4);
  }

  .\32xl\:border-t-green-800\/45 {
    border-top-color: rgb(22 101 52 / 0.45);
  }

  .\32xl\:border-t-green-800\/5 {
    border-top-color: rgb(22 101 52 / 0.05);
  }

  .\32xl\:border-t-green-800\/50 {
    border-top-color: rgb(22 101 52 / 0.5);
  }

  .\32xl\:border-t-green-800\/55 {
    border-top-color: rgb(22 101 52 / 0.55);
  }

  .\32xl\:border-t-green-800\/60 {
    border-top-color: rgb(22 101 52 / 0.6);
  }

  .\32xl\:border-t-green-800\/65 {
    border-top-color: rgb(22 101 52 / 0.65);
  }

  .\32xl\:border-t-green-800\/70 {
    border-top-color: rgb(22 101 52 / 0.7);
  }

  .\32xl\:border-t-green-800\/75 {
    border-top-color: rgb(22 101 52 / 0.75);
  }

  .\32xl\:border-t-green-800\/80 {
    border-top-color: rgb(22 101 52 / 0.8);
  }

  .\32xl\:border-t-green-800\/85 {
    border-top-color: rgb(22 101 52 / 0.85);
  }

  .\32xl\:border-t-green-800\/90 {
    border-top-color: rgb(22 101 52 / 0.9);
  }

  .\32xl\:border-t-green-800\/95 {
    border-top-color: rgb(22 101 52 / 0.95);
  }

  .\32xl\:border-t-green-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-900\/0 {
    border-top-color: rgb(20 83 45 / 0);
  }

  .\32xl\:border-t-green-900\/10 {
    border-top-color: rgb(20 83 45 / 0.1);
  }

  .\32xl\:border-t-green-900\/100 {
    border-top-color: rgb(20 83 45 / 1);
  }

  .\32xl\:border-t-green-900\/15 {
    border-top-color: rgb(20 83 45 / 0.15);
  }

  .\32xl\:border-t-green-900\/20 {
    border-top-color: rgb(20 83 45 / 0.2);
  }

  .\32xl\:border-t-green-900\/25 {
    border-top-color: rgb(20 83 45 / 0.25);
  }

  .\32xl\:border-t-green-900\/30 {
    border-top-color: rgb(20 83 45 / 0.3);
  }

  .\32xl\:border-t-green-900\/35 {
    border-top-color: rgb(20 83 45 / 0.35);
  }

  .\32xl\:border-t-green-900\/40 {
    border-top-color: rgb(20 83 45 / 0.4);
  }

  .\32xl\:border-t-green-900\/45 {
    border-top-color: rgb(20 83 45 / 0.45);
  }

  .\32xl\:border-t-green-900\/5 {
    border-top-color: rgb(20 83 45 / 0.05);
  }

  .\32xl\:border-t-green-900\/50 {
    border-top-color: rgb(20 83 45 / 0.5);
  }

  .\32xl\:border-t-green-900\/55 {
    border-top-color: rgb(20 83 45 / 0.55);
  }

  .\32xl\:border-t-green-900\/60 {
    border-top-color: rgb(20 83 45 / 0.6);
  }

  .\32xl\:border-t-green-900\/65 {
    border-top-color: rgb(20 83 45 / 0.65);
  }

  .\32xl\:border-t-green-900\/70 {
    border-top-color: rgb(20 83 45 / 0.7);
  }

  .\32xl\:border-t-green-900\/75 {
    border-top-color: rgb(20 83 45 / 0.75);
  }

  .\32xl\:border-t-green-900\/80 {
    border-top-color: rgb(20 83 45 / 0.8);
  }

  .\32xl\:border-t-green-900\/85 {
    border-top-color: rgb(20 83 45 / 0.85);
  }

  .\32xl\:border-t-green-900\/90 {
    border-top-color: rgb(20 83 45 / 0.9);
  }

  .\32xl\:border-t-green-900\/95 {
    border-top-color: rgb(20 83 45 / 0.95);
  }

  .\32xl\:border-t-green-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-green-950\/0 {
    border-top-color: rgb(5 46 22 / 0);
  }

  .\32xl\:border-t-green-950\/10 {
    border-top-color: rgb(5 46 22 / 0.1);
  }

  .\32xl\:border-t-green-950\/100 {
    border-top-color: rgb(5 46 22 / 1);
  }

  .\32xl\:border-t-green-950\/15 {
    border-top-color: rgb(5 46 22 / 0.15);
  }

  .\32xl\:border-t-green-950\/20 {
    border-top-color: rgb(5 46 22 / 0.2);
  }

  .\32xl\:border-t-green-950\/25 {
    border-top-color: rgb(5 46 22 / 0.25);
  }

  .\32xl\:border-t-green-950\/30 {
    border-top-color: rgb(5 46 22 / 0.3);
  }

  .\32xl\:border-t-green-950\/35 {
    border-top-color: rgb(5 46 22 / 0.35);
  }

  .\32xl\:border-t-green-950\/40 {
    border-top-color: rgb(5 46 22 / 0.4);
  }

  .\32xl\:border-t-green-950\/45 {
    border-top-color: rgb(5 46 22 / 0.45);
  }

  .\32xl\:border-t-green-950\/5 {
    border-top-color: rgb(5 46 22 / 0.05);
  }

  .\32xl\:border-t-green-950\/50 {
    border-top-color: rgb(5 46 22 / 0.5);
  }

  .\32xl\:border-t-green-950\/55 {
    border-top-color: rgb(5 46 22 / 0.55);
  }

  .\32xl\:border-t-green-950\/60 {
    border-top-color: rgb(5 46 22 / 0.6);
  }

  .\32xl\:border-t-green-950\/65 {
    border-top-color: rgb(5 46 22 / 0.65);
  }

  .\32xl\:border-t-green-950\/70 {
    border-top-color: rgb(5 46 22 / 0.7);
  }

  .\32xl\:border-t-green-950\/75 {
    border-top-color: rgb(5 46 22 / 0.75);
  }

  .\32xl\:border-t-green-950\/80 {
    border-top-color: rgb(5 46 22 / 0.8);
  }

  .\32xl\:border-t-green-950\/85 {
    border-top-color: rgb(5 46 22 / 0.85);
  }

  .\32xl\:border-t-green-950\/90 {
    border-top-color: rgb(5 46 22 / 0.9);
  }

  .\32xl\:border-t-green-950\/95 {
    border-top-color: rgb(5 46 22 / 0.95);
  }

  .\32xl\:border-t-indigo-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-100\/0 {
    border-top-color: rgb(224 231 255 / 0);
  }

  .\32xl\:border-t-indigo-100\/10 {
    border-top-color: rgb(224 231 255 / 0.1);
  }

  .\32xl\:border-t-indigo-100\/100 {
    border-top-color: rgb(224 231 255 / 1);
  }

  .\32xl\:border-t-indigo-100\/15 {
    border-top-color: rgb(224 231 255 / 0.15);
  }

  .\32xl\:border-t-indigo-100\/20 {
    border-top-color: rgb(224 231 255 / 0.2);
  }

  .\32xl\:border-t-indigo-100\/25 {
    border-top-color: rgb(224 231 255 / 0.25);
  }

  .\32xl\:border-t-indigo-100\/30 {
    border-top-color: rgb(224 231 255 / 0.3);
  }

  .\32xl\:border-t-indigo-100\/35 {
    border-top-color: rgb(224 231 255 / 0.35);
  }

  .\32xl\:border-t-indigo-100\/40 {
    border-top-color: rgb(224 231 255 / 0.4);
  }

  .\32xl\:border-t-indigo-100\/45 {
    border-top-color: rgb(224 231 255 / 0.45);
  }

  .\32xl\:border-t-indigo-100\/5 {
    border-top-color: rgb(224 231 255 / 0.05);
  }

  .\32xl\:border-t-indigo-100\/50 {
    border-top-color: rgb(224 231 255 / 0.5);
  }

  .\32xl\:border-t-indigo-100\/55 {
    border-top-color: rgb(224 231 255 / 0.55);
  }

  .\32xl\:border-t-indigo-100\/60 {
    border-top-color: rgb(224 231 255 / 0.6);
  }

  .\32xl\:border-t-indigo-100\/65 {
    border-top-color: rgb(224 231 255 / 0.65);
  }

  .\32xl\:border-t-indigo-100\/70 {
    border-top-color: rgb(224 231 255 / 0.7);
  }

  .\32xl\:border-t-indigo-100\/75 {
    border-top-color: rgb(224 231 255 / 0.75);
  }

  .\32xl\:border-t-indigo-100\/80 {
    border-top-color: rgb(224 231 255 / 0.8);
  }

  .\32xl\:border-t-indigo-100\/85 {
    border-top-color: rgb(224 231 255 / 0.85);
  }

  .\32xl\:border-t-indigo-100\/90 {
    border-top-color: rgb(224 231 255 / 0.9);
  }

  .\32xl\:border-t-indigo-100\/95 {
    border-top-color: rgb(224 231 255 / 0.95);
  }

  .\32xl\:border-t-indigo-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-200\/0 {
    border-top-color: rgb(199 210 254 / 0);
  }

  .\32xl\:border-t-indigo-200\/10 {
    border-top-color: rgb(199 210 254 / 0.1);
  }

  .\32xl\:border-t-indigo-200\/100 {
    border-top-color: rgb(199 210 254 / 1);
  }

  .\32xl\:border-t-indigo-200\/15 {
    border-top-color: rgb(199 210 254 / 0.15);
  }

  .\32xl\:border-t-indigo-200\/20 {
    border-top-color: rgb(199 210 254 / 0.2);
  }

  .\32xl\:border-t-indigo-200\/25 {
    border-top-color: rgb(199 210 254 / 0.25);
  }

  .\32xl\:border-t-indigo-200\/30 {
    border-top-color: rgb(199 210 254 / 0.3);
  }

  .\32xl\:border-t-indigo-200\/35 {
    border-top-color: rgb(199 210 254 / 0.35);
  }

  .\32xl\:border-t-indigo-200\/40 {
    border-top-color: rgb(199 210 254 / 0.4);
  }

  .\32xl\:border-t-indigo-200\/45 {
    border-top-color: rgb(199 210 254 / 0.45);
  }

  .\32xl\:border-t-indigo-200\/5 {
    border-top-color: rgb(199 210 254 / 0.05);
  }

  .\32xl\:border-t-indigo-200\/50 {
    border-top-color: rgb(199 210 254 / 0.5);
  }

  .\32xl\:border-t-indigo-200\/55 {
    border-top-color: rgb(199 210 254 / 0.55);
  }

  .\32xl\:border-t-indigo-200\/60 {
    border-top-color: rgb(199 210 254 / 0.6);
  }

  .\32xl\:border-t-indigo-200\/65 {
    border-top-color: rgb(199 210 254 / 0.65);
  }

  .\32xl\:border-t-indigo-200\/70 {
    border-top-color: rgb(199 210 254 / 0.7);
  }

  .\32xl\:border-t-indigo-200\/75 {
    border-top-color: rgb(199 210 254 / 0.75);
  }

  .\32xl\:border-t-indigo-200\/80 {
    border-top-color: rgb(199 210 254 / 0.8);
  }

  .\32xl\:border-t-indigo-200\/85 {
    border-top-color: rgb(199 210 254 / 0.85);
  }

  .\32xl\:border-t-indigo-200\/90 {
    border-top-color: rgb(199 210 254 / 0.9);
  }

  .\32xl\:border-t-indigo-200\/95 {
    border-top-color: rgb(199 210 254 / 0.95);
  }

  .\32xl\:border-t-indigo-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-300\/0 {
    border-top-color: rgb(165 180 252 / 0);
  }

  .\32xl\:border-t-indigo-300\/10 {
    border-top-color: rgb(165 180 252 / 0.1);
  }

  .\32xl\:border-t-indigo-300\/100 {
    border-top-color: rgb(165 180 252 / 1);
  }

  .\32xl\:border-t-indigo-300\/15 {
    border-top-color: rgb(165 180 252 / 0.15);
  }

  .\32xl\:border-t-indigo-300\/20 {
    border-top-color: rgb(165 180 252 / 0.2);
  }

  .\32xl\:border-t-indigo-300\/25 {
    border-top-color: rgb(165 180 252 / 0.25);
  }

  .\32xl\:border-t-indigo-300\/30 {
    border-top-color: rgb(165 180 252 / 0.3);
  }

  .\32xl\:border-t-indigo-300\/35 {
    border-top-color: rgb(165 180 252 / 0.35);
  }

  .\32xl\:border-t-indigo-300\/40 {
    border-top-color: rgb(165 180 252 / 0.4);
  }

  .\32xl\:border-t-indigo-300\/45 {
    border-top-color: rgb(165 180 252 / 0.45);
  }

  .\32xl\:border-t-indigo-300\/5 {
    border-top-color: rgb(165 180 252 / 0.05);
  }

  .\32xl\:border-t-indigo-300\/50 {
    border-top-color: rgb(165 180 252 / 0.5);
  }

  .\32xl\:border-t-indigo-300\/55 {
    border-top-color: rgb(165 180 252 / 0.55);
  }

  .\32xl\:border-t-indigo-300\/60 {
    border-top-color: rgb(165 180 252 / 0.6);
  }

  .\32xl\:border-t-indigo-300\/65 {
    border-top-color: rgb(165 180 252 / 0.65);
  }

  .\32xl\:border-t-indigo-300\/70 {
    border-top-color: rgb(165 180 252 / 0.7);
  }

  .\32xl\:border-t-indigo-300\/75 {
    border-top-color: rgb(165 180 252 / 0.75);
  }

  .\32xl\:border-t-indigo-300\/80 {
    border-top-color: rgb(165 180 252 / 0.8);
  }

  .\32xl\:border-t-indigo-300\/85 {
    border-top-color: rgb(165 180 252 / 0.85);
  }

  .\32xl\:border-t-indigo-300\/90 {
    border-top-color: rgb(165 180 252 / 0.9);
  }

  .\32xl\:border-t-indigo-300\/95 {
    border-top-color: rgb(165 180 252 / 0.95);
  }

  .\32xl\:border-t-indigo-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-400\/0 {
    border-top-color: rgb(129 140 248 / 0);
  }

  .\32xl\:border-t-indigo-400\/10 {
    border-top-color: rgb(129 140 248 / 0.1);
  }

  .\32xl\:border-t-indigo-400\/100 {
    border-top-color: rgb(129 140 248 / 1);
  }

  .\32xl\:border-t-indigo-400\/15 {
    border-top-color: rgb(129 140 248 / 0.15);
  }

  .\32xl\:border-t-indigo-400\/20 {
    border-top-color: rgb(129 140 248 / 0.2);
  }

  .\32xl\:border-t-indigo-400\/25 {
    border-top-color: rgb(129 140 248 / 0.25);
  }

  .\32xl\:border-t-indigo-400\/30 {
    border-top-color: rgb(129 140 248 / 0.3);
  }

  .\32xl\:border-t-indigo-400\/35 {
    border-top-color: rgb(129 140 248 / 0.35);
  }

  .\32xl\:border-t-indigo-400\/40 {
    border-top-color: rgb(129 140 248 / 0.4);
  }

  .\32xl\:border-t-indigo-400\/45 {
    border-top-color: rgb(129 140 248 / 0.45);
  }

  .\32xl\:border-t-indigo-400\/5 {
    border-top-color: rgb(129 140 248 / 0.05);
  }

  .\32xl\:border-t-indigo-400\/50 {
    border-top-color: rgb(129 140 248 / 0.5);
  }

  .\32xl\:border-t-indigo-400\/55 {
    border-top-color: rgb(129 140 248 / 0.55);
  }

  .\32xl\:border-t-indigo-400\/60 {
    border-top-color: rgb(129 140 248 / 0.6);
  }

  .\32xl\:border-t-indigo-400\/65 {
    border-top-color: rgb(129 140 248 / 0.65);
  }

  .\32xl\:border-t-indigo-400\/70 {
    border-top-color: rgb(129 140 248 / 0.7);
  }

  .\32xl\:border-t-indigo-400\/75 {
    border-top-color: rgb(129 140 248 / 0.75);
  }

  .\32xl\:border-t-indigo-400\/80 {
    border-top-color: rgb(129 140 248 / 0.8);
  }

  .\32xl\:border-t-indigo-400\/85 {
    border-top-color: rgb(129 140 248 / 0.85);
  }

  .\32xl\:border-t-indigo-400\/90 {
    border-top-color: rgb(129 140 248 / 0.9);
  }

  .\32xl\:border-t-indigo-400\/95 {
    border-top-color: rgb(129 140 248 / 0.95);
  }

  .\32xl\:border-t-indigo-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-50\/0 {
    border-top-color: rgb(238 242 255 / 0);
  }

  .\32xl\:border-t-indigo-50\/10 {
    border-top-color: rgb(238 242 255 / 0.1);
  }

  .\32xl\:border-t-indigo-50\/100 {
    border-top-color: rgb(238 242 255 / 1);
  }

  .\32xl\:border-t-indigo-50\/15 {
    border-top-color: rgb(238 242 255 / 0.15);
  }

  .\32xl\:border-t-indigo-50\/20 {
    border-top-color: rgb(238 242 255 / 0.2);
  }

  .\32xl\:border-t-indigo-50\/25 {
    border-top-color: rgb(238 242 255 / 0.25);
  }

  .\32xl\:border-t-indigo-50\/30 {
    border-top-color: rgb(238 242 255 / 0.3);
  }

  .\32xl\:border-t-indigo-50\/35 {
    border-top-color: rgb(238 242 255 / 0.35);
  }

  .\32xl\:border-t-indigo-50\/40 {
    border-top-color: rgb(238 242 255 / 0.4);
  }

  .\32xl\:border-t-indigo-50\/45 {
    border-top-color: rgb(238 242 255 / 0.45);
  }

  .\32xl\:border-t-indigo-50\/5 {
    border-top-color: rgb(238 242 255 / 0.05);
  }

  .\32xl\:border-t-indigo-50\/50 {
    border-top-color: rgb(238 242 255 / 0.5);
  }

  .\32xl\:border-t-indigo-50\/55 {
    border-top-color: rgb(238 242 255 / 0.55);
  }

  .\32xl\:border-t-indigo-50\/60 {
    border-top-color: rgb(238 242 255 / 0.6);
  }

  .\32xl\:border-t-indigo-50\/65 {
    border-top-color: rgb(238 242 255 / 0.65);
  }

  .\32xl\:border-t-indigo-50\/70 {
    border-top-color: rgb(238 242 255 / 0.7);
  }

  .\32xl\:border-t-indigo-50\/75 {
    border-top-color: rgb(238 242 255 / 0.75);
  }

  .\32xl\:border-t-indigo-50\/80 {
    border-top-color: rgb(238 242 255 / 0.8);
  }

  .\32xl\:border-t-indigo-50\/85 {
    border-top-color: rgb(238 242 255 / 0.85);
  }

  .\32xl\:border-t-indigo-50\/90 {
    border-top-color: rgb(238 242 255 / 0.9);
  }

  .\32xl\:border-t-indigo-50\/95 {
    border-top-color: rgb(238 242 255 / 0.95);
  }

  .\32xl\:border-t-indigo-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-500\/0 {
    border-top-color: rgb(99 102 241 / 0);
  }

  .\32xl\:border-t-indigo-500\/10 {
    border-top-color: rgb(99 102 241 / 0.1);
  }

  .\32xl\:border-t-indigo-500\/100 {
    border-top-color: rgb(99 102 241 / 1);
  }

  .\32xl\:border-t-indigo-500\/15 {
    border-top-color: rgb(99 102 241 / 0.15);
  }

  .\32xl\:border-t-indigo-500\/20 {
    border-top-color: rgb(99 102 241 / 0.2);
  }

  .\32xl\:border-t-indigo-500\/25 {
    border-top-color: rgb(99 102 241 / 0.25);
  }

  .\32xl\:border-t-indigo-500\/30 {
    border-top-color: rgb(99 102 241 / 0.3);
  }

  .\32xl\:border-t-indigo-500\/35 {
    border-top-color: rgb(99 102 241 / 0.35);
  }

  .\32xl\:border-t-indigo-500\/40 {
    border-top-color: rgb(99 102 241 / 0.4);
  }

  .\32xl\:border-t-indigo-500\/45 {
    border-top-color: rgb(99 102 241 / 0.45);
  }

  .\32xl\:border-t-indigo-500\/5 {
    border-top-color: rgb(99 102 241 / 0.05);
  }

  .\32xl\:border-t-indigo-500\/50 {
    border-top-color: rgb(99 102 241 / 0.5);
  }

  .\32xl\:border-t-indigo-500\/55 {
    border-top-color: rgb(99 102 241 / 0.55);
  }

  .\32xl\:border-t-indigo-500\/60 {
    border-top-color: rgb(99 102 241 / 0.6);
  }

  .\32xl\:border-t-indigo-500\/65 {
    border-top-color: rgb(99 102 241 / 0.65);
  }

  .\32xl\:border-t-indigo-500\/70 {
    border-top-color: rgb(99 102 241 / 0.7);
  }

  .\32xl\:border-t-indigo-500\/75 {
    border-top-color: rgb(99 102 241 / 0.75);
  }

  .\32xl\:border-t-indigo-500\/80 {
    border-top-color: rgb(99 102 241 / 0.8);
  }

  .\32xl\:border-t-indigo-500\/85 {
    border-top-color: rgb(99 102 241 / 0.85);
  }

  .\32xl\:border-t-indigo-500\/90 {
    border-top-color: rgb(99 102 241 / 0.9);
  }

  .\32xl\:border-t-indigo-500\/95 {
    border-top-color: rgb(99 102 241 / 0.95);
  }

  .\32xl\:border-t-indigo-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-600\/0 {
    border-top-color: rgb(79 70 229 / 0);
  }

  .\32xl\:border-t-indigo-600\/10 {
    border-top-color: rgb(79 70 229 / 0.1);
  }

  .\32xl\:border-t-indigo-600\/100 {
    border-top-color: rgb(79 70 229 / 1);
  }

  .\32xl\:border-t-indigo-600\/15 {
    border-top-color: rgb(79 70 229 / 0.15);
  }

  .\32xl\:border-t-indigo-600\/20 {
    border-top-color: rgb(79 70 229 / 0.2);
  }

  .\32xl\:border-t-indigo-600\/25 {
    border-top-color: rgb(79 70 229 / 0.25);
  }

  .\32xl\:border-t-indigo-600\/30 {
    border-top-color: rgb(79 70 229 / 0.3);
  }

  .\32xl\:border-t-indigo-600\/35 {
    border-top-color: rgb(79 70 229 / 0.35);
  }

  .\32xl\:border-t-indigo-600\/40 {
    border-top-color: rgb(79 70 229 / 0.4);
  }

  .\32xl\:border-t-indigo-600\/45 {
    border-top-color: rgb(79 70 229 / 0.45);
  }

  .\32xl\:border-t-indigo-600\/5 {
    border-top-color: rgb(79 70 229 / 0.05);
  }

  .\32xl\:border-t-indigo-600\/50 {
    border-top-color: rgb(79 70 229 / 0.5);
  }

  .\32xl\:border-t-indigo-600\/55 {
    border-top-color: rgb(79 70 229 / 0.55);
  }

  .\32xl\:border-t-indigo-600\/60 {
    border-top-color: rgb(79 70 229 / 0.6);
  }

  .\32xl\:border-t-indigo-600\/65 {
    border-top-color: rgb(79 70 229 / 0.65);
  }

  .\32xl\:border-t-indigo-600\/70 {
    border-top-color: rgb(79 70 229 / 0.7);
  }

  .\32xl\:border-t-indigo-600\/75 {
    border-top-color: rgb(79 70 229 / 0.75);
  }

  .\32xl\:border-t-indigo-600\/80 {
    border-top-color: rgb(79 70 229 / 0.8);
  }

  .\32xl\:border-t-indigo-600\/85 {
    border-top-color: rgb(79 70 229 / 0.85);
  }

  .\32xl\:border-t-indigo-600\/90 {
    border-top-color: rgb(79 70 229 / 0.9);
  }

  .\32xl\:border-t-indigo-600\/95 {
    border-top-color: rgb(79 70 229 / 0.95);
  }

  .\32xl\:border-t-indigo-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-700\/0 {
    border-top-color: rgb(67 56 202 / 0);
  }

  .\32xl\:border-t-indigo-700\/10 {
    border-top-color: rgb(67 56 202 / 0.1);
  }

  .\32xl\:border-t-indigo-700\/100 {
    border-top-color: rgb(67 56 202 / 1);
  }

  .\32xl\:border-t-indigo-700\/15 {
    border-top-color: rgb(67 56 202 / 0.15);
  }

  .\32xl\:border-t-indigo-700\/20 {
    border-top-color: rgb(67 56 202 / 0.2);
  }

  .\32xl\:border-t-indigo-700\/25 {
    border-top-color: rgb(67 56 202 / 0.25);
  }

  .\32xl\:border-t-indigo-700\/30 {
    border-top-color: rgb(67 56 202 / 0.3);
  }

  .\32xl\:border-t-indigo-700\/35 {
    border-top-color: rgb(67 56 202 / 0.35);
  }

  .\32xl\:border-t-indigo-700\/40 {
    border-top-color: rgb(67 56 202 / 0.4);
  }

  .\32xl\:border-t-indigo-700\/45 {
    border-top-color: rgb(67 56 202 / 0.45);
  }

  .\32xl\:border-t-indigo-700\/5 {
    border-top-color: rgb(67 56 202 / 0.05);
  }

  .\32xl\:border-t-indigo-700\/50 {
    border-top-color: rgb(67 56 202 / 0.5);
  }

  .\32xl\:border-t-indigo-700\/55 {
    border-top-color: rgb(67 56 202 / 0.55);
  }

  .\32xl\:border-t-indigo-700\/60 {
    border-top-color: rgb(67 56 202 / 0.6);
  }

  .\32xl\:border-t-indigo-700\/65 {
    border-top-color: rgb(67 56 202 / 0.65);
  }

  .\32xl\:border-t-indigo-700\/70 {
    border-top-color: rgb(67 56 202 / 0.7);
  }

  .\32xl\:border-t-indigo-700\/75 {
    border-top-color: rgb(67 56 202 / 0.75);
  }

  .\32xl\:border-t-indigo-700\/80 {
    border-top-color: rgb(67 56 202 / 0.8);
  }

  .\32xl\:border-t-indigo-700\/85 {
    border-top-color: rgb(67 56 202 / 0.85);
  }

  .\32xl\:border-t-indigo-700\/90 {
    border-top-color: rgb(67 56 202 / 0.9);
  }

  .\32xl\:border-t-indigo-700\/95 {
    border-top-color: rgb(67 56 202 / 0.95);
  }

  .\32xl\:border-t-indigo-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-800\/0 {
    border-top-color: rgb(55 48 163 / 0);
  }

  .\32xl\:border-t-indigo-800\/10 {
    border-top-color: rgb(55 48 163 / 0.1);
  }

  .\32xl\:border-t-indigo-800\/100 {
    border-top-color: rgb(55 48 163 / 1);
  }

  .\32xl\:border-t-indigo-800\/15 {
    border-top-color: rgb(55 48 163 / 0.15);
  }

  .\32xl\:border-t-indigo-800\/20 {
    border-top-color: rgb(55 48 163 / 0.2);
  }

  .\32xl\:border-t-indigo-800\/25 {
    border-top-color: rgb(55 48 163 / 0.25);
  }

  .\32xl\:border-t-indigo-800\/30 {
    border-top-color: rgb(55 48 163 / 0.3);
  }

  .\32xl\:border-t-indigo-800\/35 {
    border-top-color: rgb(55 48 163 / 0.35);
  }

  .\32xl\:border-t-indigo-800\/40 {
    border-top-color: rgb(55 48 163 / 0.4);
  }

  .\32xl\:border-t-indigo-800\/45 {
    border-top-color: rgb(55 48 163 / 0.45);
  }

  .\32xl\:border-t-indigo-800\/5 {
    border-top-color: rgb(55 48 163 / 0.05);
  }

  .\32xl\:border-t-indigo-800\/50 {
    border-top-color: rgb(55 48 163 / 0.5);
  }

  .\32xl\:border-t-indigo-800\/55 {
    border-top-color: rgb(55 48 163 / 0.55);
  }

  .\32xl\:border-t-indigo-800\/60 {
    border-top-color: rgb(55 48 163 / 0.6);
  }

  .\32xl\:border-t-indigo-800\/65 {
    border-top-color: rgb(55 48 163 / 0.65);
  }

  .\32xl\:border-t-indigo-800\/70 {
    border-top-color: rgb(55 48 163 / 0.7);
  }

  .\32xl\:border-t-indigo-800\/75 {
    border-top-color: rgb(55 48 163 / 0.75);
  }

  .\32xl\:border-t-indigo-800\/80 {
    border-top-color: rgb(55 48 163 / 0.8);
  }

  .\32xl\:border-t-indigo-800\/85 {
    border-top-color: rgb(55 48 163 / 0.85);
  }

  .\32xl\:border-t-indigo-800\/90 {
    border-top-color: rgb(55 48 163 / 0.9);
  }

  .\32xl\:border-t-indigo-800\/95 {
    border-top-color: rgb(55 48 163 / 0.95);
  }

  .\32xl\:border-t-indigo-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-900\/0 {
    border-top-color: rgb(49 46 129 / 0);
  }

  .\32xl\:border-t-indigo-900\/10 {
    border-top-color: rgb(49 46 129 / 0.1);
  }

  .\32xl\:border-t-indigo-900\/100 {
    border-top-color: rgb(49 46 129 / 1);
  }

  .\32xl\:border-t-indigo-900\/15 {
    border-top-color: rgb(49 46 129 / 0.15);
  }

  .\32xl\:border-t-indigo-900\/20 {
    border-top-color: rgb(49 46 129 / 0.2);
  }

  .\32xl\:border-t-indigo-900\/25 {
    border-top-color: rgb(49 46 129 / 0.25);
  }

  .\32xl\:border-t-indigo-900\/30 {
    border-top-color: rgb(49 46 129 / 0.3);
  }

  .\32xl\:border-t-indigo-900\/35 {
    border-top-color: rgb(49 46 129 / 0.35);
  }

  .\32xl\:border-t-indigo-900\/40 {
    border-top-color: rgb(49 46 129 / 0.4);
  }

  .\32xl\:border-t-indigo-900\/45 {
    border-top-color: rgb(49 46 129 / 0.45);
  }

  .\32xl\:border-t-indigo-900\/5 {
    border-top-color: rgb(49 46 129 / 0.05);
  }

  .\32xl\:border-t-indigo-900\/50 {
    border-top-color: rgb(49 46 129 / 0.5);
  }

  .\32xl\:border-t-indigo-900\/55 {
    border-top-color: rgb(49 46 129 / 0.55);
  }

  .\32xl\:border-t-indigo-900\/60 {
    border-top-color: rgb(49 46 129 / 0.6);
  }

  .\32xl\:border-t-indigo-900\/65 {
    border-top-color: rgb(49 46 129 / 0.65);
  }

  .\32xl\:border-t-indigo-900\/70 {
    border-top-color: rgb(49 46 129 / 0.7);
  }

  .\32xl\:border-t-indigo-900\/75 {
    border-top-color: rgb(49 46 129 / 0.75);
  }

  .\32xl\:border-t-indigo-900\/80 {
    border-top-color: rgb(49 46 129 / 0.8);
  }

  .\32xl\:border-t-indigo-900\/85 {
    border-top-color: rgb(49 46 129 / 0.85);
  }

  .\32xl\:border-t-indigo-900\/90 {
    border-top-color: rgb(49 46 129 / 0.9);
  }

  .\32xl\:border-t-indigo-900\/95 {
    border-top-color: rgb(49 46 129 / 0.95);
  }

  .\32xl\:border-t-indigo-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-indigo-950\/0 {
    border-top-color: rgb(30 27 75 / 0);
  }

  .\32xl\:border-t-indigo-950\/10 {
    border-top-color: rgb(30 27 75 / 0.1);
  }

  .\32xl\:border-t-indigo-950\/100 {
    border-top-color: rgb(30 27 75 / 1);
  }

  .\32xl\:border-t-indigo-950\/15 {
    border-top-color: rgb(30 27 75 / 0.15);
  }

  .\32xl\:border-t-indigo-950\/20 {
    border-top-color: rgb(30 27 75 / 0.2);
  }

  .\32xl\:border-t-indigo-950\/25 {
    border-top-color: rgb(30 27 75 / 0.25);
  }

  .\32xl\:border-t-indigo-950\/30 {
    border-top-color: rgb(30 27 75 / 0.3);
  }

  .\32xl\:border-t-indigo-950\/35 {
    border-top-color: rgb(30 27 75 / 0.35);
  }

  .\32xl\:border-t-indigo-950\/40 {
    border-top-color: rgb(30 27 75 / 0.4);
  }

  .\32xl\:border-t-indigo-950\/45 {
    border-top-color: rgb(30 27 75 / 0.45);
  }

  .\32xl\:border-t-indigo-950\/5 {
    border-top-color: rgb(30 27 75 / 0.05);
  }

  .\32xl\:border-t-indigo-950\/50 {
    border-top-color: rgb(30 27 75 / 0.5);
  }

  .\32xl\:border-t-indigo-950\/55 {
    border-top-color: rgb(30 27 75 / 0.55);
  }

  .\32xl\:border-t-indigo-950\/60 {
    border-top-color: rgb(30 27 75 / 0.6);
  }

  .\32xl\:border-t-indigo-950\/65 {
    border-top-color: rgb(30 27 75 / 0.65);
  }

  .\32xl\:border-t-indigo-950\/70 {
    border-top-color: rgb(30 27 75 / 0.7);
  }

  .\32xl\:border-t-indigo-950\/75 {
    border-top-color: rgb(30 27 75 / 0.75);
  }

  .\32xl\:border-t-indigo-950\/80 {
    border-top-color: rgb(30 27 75 / 0.8);
  }

  .\32xl\:border-t-indigo-950\/85 {
    border-top-color: rgb(30 27 75 / 0.85);
  }

  .\32xl\:border-t-indigo-950\/90 {
    border-top-color: rgb(30 27 75 / 0.9);
  }

  .\32xl\:border-t-indigo-950\/95 {
    border-top-color: rgb(30 27 75 / 0.95);
  }

  .\32xl\:border-t-inherit {
    border-top-color: inherit;
  }

  .\32xl\:border-t-input {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--input) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-input\/0 {
    border-top-color: hsl(var(--input) / 0);
  }

  .\32xl\:border-t-input\/10 {
    border-top-color: hsl(var(--input) / 0.1);
  }

  .\32xl\:border-t-input\/100 {
    border-top-color: hsl(var(--input) / 1);
  }

  .\32xl\:border-t-input\/15 {
    border-top-color: hsl(var(--input) / 0.15);
  }

  .\32xl\:border-t-input\/20 {
    border-top-color: hsl(var(--input) / 0.2);
  }

  .\32xl\:border-t-input\/25 {
    border-top-color: hsl(var(--input) / 0.25);
  }

  .\32xl\:border-t-input\/30 {
    border-top-color: hsl(var(--input) / 0.3);
  }

  .\32xl\:border-t-input\/35 {
    border-top-color: hsl(var(--input) / 0.35);
  }

  .\32xl\:border-t-input\/40 {
    border-top-color: hsl(var(--input) / 0.4);
  }

  .\32xl\:border-t-input\/45 {
    border-top-color: hsl(var(--input) / 0.45);
  }

  .\32xl\:border-t-input\/5 {
    border-top-color: hsl(var(--input) / 0.05);
  }

  .\32xl\:border-t-input\/50 {
    border-top-color: hsl(var(--input) / 0.5);
  }

  .\32xl\:border-t-input\/55 {
    border-top-color: hsl(var(--input) / 0.55);
  }

  .\32xl\:border-t-input\/60 {
    border-top-color: hsl(var(--input) / 0.6);
  }

  .\32xl\:border-t-input\/65 {
    border-top-color: hsl(var(--input) / 0.65);
  }

  .\32xl\:border-t-input\/70 {
    border-top-color: hsl(var(--input) / 0.7);
  }

  .\32xl\:border-t-input\/75 {
    border-top-color: hsl(var(--input) / 0.75);
  }

  .\32xl\:border-t-input\/80 {
    border-top-color: hsl(var(--input) / 0.8);
  }

  .\32xl\:border-t-input\/85 {
    border-top-color: hsl(var(--input) / 0.85);
  }

  .\32xl\:border-t-input\/90 {
    border-top-color: hsl(var(--input) / 0.9);
  }

  .\32xl\:border-t-input\/95 {
    border-top-color: hsl(var(--input) / 0.95);
  }

  .\32xl\:border-t-lime-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-100\/0 {
    border-top-color: rgb(236 252 203 / 0);
  }

  .\32xl\:border-t-lime-100\/10 {
    border-top-color: rgb(236 252 203 / 0.1);
  }

  .\32xl\:border-t-lime-100\/100 {
    border-top-color: rgb(236 252 203 / 1);
  }

  .\32xl\:border-t-lime-100\/15 {
    border-top-color: rgb(236 252 203 / 0.15);
  }

  .\32xl\:border-t-lime-100\/20 {
    border-top-color: rgb(236 252 203 / 0.2);
  }

  .\32xl\:border-t-lime-100\/25 {
    border-top-color: rgb(236 252 203 / 0.25);
  }

  .\32xl\:border-t-lime-100\/30 {
    border-top-color: rgb(236 252 203 / 0.3);
  }

  .\32xl\:border-t-lime-100\/35 {
    border-top-color: rgb(236 252 203 / 0.35);
  }

  .\32xl\:border-t-lime-100\/40 {
    border-top-color: rgb(236 252 203 / 0.4);
  }

  .\32xl\:border-t-lime-100\/45 {
    border-top-color: rgb(236 252 203 / 0.45);
  }

  .\32xl\:border-t-lime-100\/5 {
    border-top-color: rgb(236 252 203 / 0.05);
  }

  .\32xl\:border-t-lime-100\/50 {
    border-top-color: rgb(236 252 203 / 0.5);
  }

  .\32xl\:border-t-lime-100\/55 {
    border-top-color: rgb(236 252 203 / 0.55);
  }

  .\32xl\:border-t-lime-100\/60 {
    border-top-color: rgb(236 252 203 / 0.6);
  }

  .\32xl\:border-t-lime-100\/65 {
    border-top-color: rgb(236 252 203 / 0.65);
  }

  .\32xl\:border-t-lime-100\/70 {
    border-top-color: rgb(236 252 203 / 0.7);
  }

  .\32xl\:border-t-lime-100\/75 {
    border-top-color: rgb(236 252 203 / 0.75);
  }

  .\32xl\:border-t-lime-100\/80 {
    border-top-color: rgb(236 252 203 / 0.8);
  }

  .\32xl\:border-t-lime-100\/85 {
    border-top-color: rgb(236 252 203 / 0.85);
  }

  .\32xl\:border-t-lime-100\/90 {
    border-top-color: rgb(236 252 203 / 0.9);
  }

  .\32xl\:border-t-lime-100\/95 {
    border-top-color: rgb(236 252 203 / 0.95);
  }

  .\32xl\:border-t-lime-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-200\/0 {
    border-top-color: rgb(217 249 157 / 0);
  }

  .\32xl\:border-t-lime-200\/10 {
    border-top-color: rgb(217 249 157 / 0.1);
  }

  .\32xl\:border-t-lime-200\/100 {
    border-top-color: rgb(217 249 157 / 1);
  }

  .\32xl\:border-t-lime-200\/15 {
    border-top-color: rgb(217 249 157 / 0.15);
  }

  .\32xl\:border-t-lime-200\/20 {
    border-top-color: rgb(217 249 157 / 0.2);
  }

  .\32xl\:border-t-lime-200\/25 {
    border-top-color: rgb(217 249 157 / 0.25);
  }

  .\32xl\:border-t-lime-200\/30 {
    border-top-color: rgb(217 249 157 / 0.3);
  }

  .\32xl\:border-t-lime-200\/35 {
    border-top-color: rgb(217 249 157 / 0.35);
  }

  .\32xl\:border-t-lime-200\/40 {
    border-top-color: rgb(217 249 157 / 0.4);
  }

  .\32xl\:border-t-lime-200\/45 {
    border-top-color: rgb(217 249 157 / 0.45);
  }

  .\32xl\:border-t-lime-200\/5 {
    border-top-color: rgb(217 249 157 / 0.05);
  }

  .\32xl\:border-t-lime-200\/50 {
    border-top-color: rgb(217 249 157 / 0.5);
  }

  .\32xl\:border-t-lime-200\/55 {
    border-top-color: rgb(217 249 157 / 0.55);
  }

  .\32xl\:border-t-lime-200\/60 {
    border-top-color: rgb(217 249 157 / 0.6);
  }

  .\32xl\:border-t-lime-200\/65 {
    border-top-color: rgb(217 249 157 / 0.65);
  }

  .\32xl\:border-t-lime-200\/70 {
    border-top-color: rgb(217 249 157 / 0.7);
  }

  .\32xl\:border-t-lime-200\/75 {
    border-top-color: rgb(217 249 157 / 0.75);
  }

  .\32xl\:border-t-lime-200\/80 {
    border-top-color: rgb(217 249 157 / 0.8);
  }

  .\32xl\:border-t-lime-200\/85 {
    border-top-color: rgb(217 249 157 / 0.85);
  }

  .\32xl\:border-t-lime-200\/90 {
    border-top-color: rgb(217 249 157 / 0.9);
  }

  .\32xl\:border-t-lime-200\/95 {
    border-top-color: rgb(217 249 157 / 0.95);
  }

  .\32xl\:border-t-lime-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-300\/0 {
    border-top-color: rgb(190 242 100 / 0);
  }

  .\32xl\:border-t-lime-300\/10 {
    border-top-color: rgb(190 242 100 / 0.1);
  }

  .\32xl\:border-t-lime-300\/100 {
    border-top-color: rgb(190 242 100 / 1);
  }

  .\32xl\:border-t-lime-300\/15 {
    border-top-color: rgb(190 242 100 / 0.15);
  }

  .\32xl\:border-t-lime-300\/20 {
    border-top-color: rgb(190 242 100 / 0.2);
  }

  .\32xl\:border-t-lime-300\/25 {
    border-top-color: rgb(190 242 100 / 0.25);
  }

  .\32xl\:border-t-lime-300\/30 {
    border-top-color: rgb(190 242 100 / 0.3);
  }

  .\32xl\:border-t-lime-300\/35 {
    border-top-color: rgb(190 242 100 / 0.35);
  }

  .\32xl\:border-t-lime-300\/40 {
    border-top-color: rgb(190 242 100 / 0.4);
  }

  .\32xl\:border-t-lime-300\/45 {
    border-top-color: rgb(190 242 100 / 0.45);
  }

  .\32xl\:border-t-lime-300\/5 {
    border-top-color: rgb(190 242 100 / 0.05);
  }

  .\32xl\:border-t-lime-300\/50 {
    border-top-color: rgb(190 242 100 / 0.5);
  }

  .\32xl\:border-t-lime-300\/55 {
    border-top-color: rgb(190 242 100 / 0.55);
  }

  .\32xl\:border-t-lime-300\/60 {
    border-top-color: rgb(190 242 100 / 0.6);
  }

  .\32xl\:border-t-lime-300\/65 {
    border-top-color: rgb(190 242 100 / 0.65);
  }

  .\32xl\:border-t-lime-300\/70 {
    border-top-color: rgb(190 242 100 / 0.7);
  }

  .\32xl\:border-t-lime-300\/75 {
    border-top-color: rgb(190 242 100 / 0.75);
  }

  .\32xl\:border-t-lime-300\/80 {
    border-top-color: rgb(190 242 100 / 0.8);
  }

  .\32xl\:border-t-lime-300\/85 {
    border-top-color: rgb(190 242 100 / 0.85);
  }

  .\32xl\:border-t-lime-300\/90 {
    border-top-color: rgb(190 242 100 / 0.9);
  }

  .\32xl\:border-t-lime-300\/95 {
    border-top-color: rgb(190 242 100 / 0.95);
  }

  .\32xl\:border-t-lime-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-400\/0 {
    border-top-color: rgb(163 230 53 / 0);
  }

  .\32xl\:border-t-lime-400\/10 {
    border-top-color: rgb(163 230 53 / 0.1);
  }

  .\32xl\:border-t-lime-400\/100 {
    border-top-color: rgb(163 230 53 / 1);
  }

  .\32xl\:border-t-lime-400\/15 {
    border-top-color: rgb(163 230 53 / 0.15);
  }

  .\32xl\:border-t-lime-400\/20 {
    border-top-color: rgb(163 230 53 / 0.2);
  }

  .\32xl\:border-t-lime-400\/25 {
    border-top-color: rgb(163 230 53 / 0.25);
  }

  .\32xl\:border-t-lime-400\/30 {
    border-top-color: rgb(163 230 53 / 0.3);
  }

  .\32xl\:border-t-lime-400\/35 {
    border-top-color: rgb(163 230 53 / 0.35);
  }

  .\32xl\:border-t-lime-400\/40 {
    border-top-color: rgb(163 230 53 / 0.4);
  }

  .\32xl\:border-t-lime-400\/45 {
    border-top-color: rgb(163 230 53 / 0.45);
  }

  .\32xl\:border-t-lime-400\/5 {
    border-top-color: rgb(163 230 53 / 0.05);
  }

  .\32xl\:border-t-lime-400\/50 {
    border-top-color: rgb(163 230 53 / 0.5);
  }

  .\32xl\:border-t-lime-400\/55 {
    border-top-color: rgb(163 230 53 / 0.55);
  }

  .\32xl\:border-t-lime-400\/60 {
    border-top-color: rgb(163 230 53 / 0.6);
  }

  .\32xl\:border-t-lime-400\/65 {
    border-top-color: rgb(163 230 53 / 0.65);
  }

  .\32xl\:border-t-lime-400\/70 {
    border-top-color: rgb(163 230 53 / 0.7);
  }

  .\32xl\:border-t-lime-400\/75 {
    border-top-color: rgb(163 230 53 / 0.75);
  }

  .\32xl\:border-t-lime-400\/80 {
    border-top-color: rgb(163 230 53 / 0.8);
  }

  .\32xl\:border-t-lime-400\/85 {
    border-top-color: rgb(163 230 53 / 0.85);
  }

  .\32xl\:border-t-lime-400\/90 {
    border-top-color: rgb(163 230 53 / 0.9);
  }

  .\32xl\:border-t-lime-400\/95 {
    border-top-color: rgb(163 230 53 / 0.95);
  }

  .\32xl\:border-t-lime-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-50\/0 {
    border-top-color: rgb(247 254 231 / 0);
  }

  .\32xl\:border-t-lime-50\/10 {
    border-top-color: rgb(247 254 231 / 0.1);
  }

  .\32xl\:border-t-lime-50\/100 {
    border-top-color: rgb(247 254 231 / 1);
  }

  .\32xl\:border-t-lime-50\/15 {
    border-top-color: rgb(247 254 231 / 0.15);
  }

  .\32xl\:border-t-lime-50\/20 {
    border-top-color: rgb(247 254 231 / 0.2);
  }

  .\32xl\:border-t-lime-50\/25 {
    border-top-color: rgb(247 254 231 / 0.25);
  }

  .\32xl\:border-t-lime-50\/30 {
    border-top-color: rgb(247 254 231 / 0.3);
  }

  .\32xl\:border-t-lime-50\/35 {
    border-top-color: rgb(247 254 231 / 0.35);
  }

  .\32xl\:border-t-lime-50\/40 {
    border-top-color: rgb(247 254 231 / 0.4);
  }

  .\32xl\:border-t-lime-50\/45 {
    border-top-color: rgb(247 254 231 / 0.45);
  }

  .\32xl\:border-t-lime-50\/5 {
    border-top-color: rgb(247 254 231 / 0.05);
  }

  .\32xl\:border-t-lime-50\/50 {
    border-top-color: rgb(247 254 231 / 0.5);
  }

  .\32xl\:border-t-lime-50\/55 {
    border-top-color: rgb(247 254 231 / 0.55);
  }

  .\32xl\:border-t-lime-50\/60 {
    border-top-color: rgb(247 254 231 / 0.6);
  }

  .\32xl\:border-t-lime-50\/65 {
    border-top-color: rgb(247 254 231 / 0.65);
  }

  .\32xl\:border-t-lime-50\/70 {
    border-top-color: rgb(247 254 231 / 0.7);
  }

  .\32xl\:border-t-lime-50\/75 {
    border-top-color: rgb(247 254 231 / 0.75);
  }

  .\32xl\:border-t-lime-50\/80 {
    border-top-color: rgb(247 254 231 / 0.8);
  }

  .\32xl\:border-t-lime-50\/85 {
    border-top-color: rgb(247 254 231 / 0.85);
  }

  .\32xl\:border-t-lime-50\/90 {
    border-top-color: rgb(247 254 231 / 0.9);
  }

  .\32xl\:border-t-lime-50\/95 {
    border-top-color: rgb(247 254 231 / 0.95);
  }

  .\32xl\:border-t-lime-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-500\/0 {
    border-top-color: rgb(132 204 22 / 0);
  }

  .\32xl\:border-t-lime-500\/10 {
    border-top-color: rgb(132 204 22 / 0.1);
  }

  .\32xl\:border-t-lime-500\/100 {
    border-top-color: rgb(132 204 22 / 1);
  }

  .\32xl\:border-t-lime-500\/15 {
    border-top-color: rgb(132 204 22 / 0.15);
  }

  .\32xl\:border-t-lime-500\/20 {
    border-top-color: rgb(132 204 22 / 0.2);
  }

  .\32xl\:border-t-lime-500\/25 {
    border-top-color: rgb(132 204 22 / 0.25);
  }

  .\32xl\:border-t-lime-500\/30 {
    border-top-color: rgb(132 204 22 / 0.3);
  }

  .\32xl\:border-t-lime-500\/35 {
    border-top-color: rgb(132 204 22 / 0.35);
  }

  .\32xl\:border-t-lime-500\/40 {
    border-top-color: rgb(132 204 22 / 0.4);
  }

  .\32xl\:border-t-lime-500\/45 {
    border-top-color: rgb(132 204 22 / 0.45);
  }

  .\32xl\:border-t-lime-500\/5 {
    border-top-color: rgb(132 204 22 / 0.05);
  }

  .\32xl\:border-t-lime-500\/50 {
    border-top-color: rgb(132 204 22 / 0.5);
  }

  .\32xl\:border-t-lime-500\/55 {
    border-top-color: rgb(132 204 22 / 0.55);
  }

  .\32xl\:border-t-lime-500\/60 {
    border-top-color: rgb(132 204 22 / 0.6);
  }

  .\32xl\:border-t-lime-500\/65 {
    border-top-color: rgb(132 204 22 / 0.65);
  }

  .\32xl\:border-t-lime-500\/70 {
    border-top-color: rgb(132 204 22 / 0.7);
  }

  .\32xl\:border-t-lime-500\/75 {
    border-top-color: rgb(132 204 22 / 0.75);
  }

  .\32xl\:border-t-lime-500\/80 {
    border-top-color: rgb(132 204 22 / 0.8);
  }

  .\32xl\:border-t-lime-500\/85 {
    border-top-color: rgb(132 204 22 / 0.85);
  }

  .\32xl\:border-t-lime-500\/90 {
    border-top-color: rgb(132 204 22 / 0.9);
  }

  .\32xl\:border-t-lime-500\/95 {
    border-top-color: rgb(132 204 22 / 0.95);
  }

  .\32xl\:border-t-lime-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-600\/0 {
    border-top-color: rgb(101 163 13 / 0);
  }

  .\32xl\:border-t-lime-600\/10 {
    border-top-color: rgb(101 163 13 / 0.1);
  }

  .\32xl\:border-t-lime-600\/100 {
    border-top-color: rgb(101 163 13 / 1);
  }

  .\32xl\:border-t-lime-600\/15 {
    border-top-color: rgb(101 163 13 / 0.15);
  }

  .\32xl\:border-t-lime-600\/20 {
    border-top-color: rgb(101 163 13 / 0.2);
  }

  .\32xl\:border-t-lime-600\/25 {
    border-top-color: rgb(101 163 13 / 0.25);
  }

  .\32xl\:border-t-lime-600\/30 {
    border-top-color: rgb(101 163 13 / 0.3);
  }

  .\32xl\:border-t-lime-600\/35 {
    border-top-color: rgb(101 163 13 / 0.35);
  }

  .\32xl\:border-t-lime-600\/40 {
    border-top-color: rgb(101 163 13 / 0.4);
  }

  .\32xl\:border-t-lime-600\/45 {
    border-top-color: rgb(101 163 13 / 0.45);
  }

  .\32xl\:border-t-lime-600\/5 {
    border-top-color: rgb(101 163 13 / 0.05);
  }

  .\32xl\:border-t-lime-600\/50 {
    border-top-color: rgb(101 163 13 / 0.5);
  }

  .\32xl\:border-t-lime-600\/55 {
    border-top-color: rgb(101 163 13 / 0.55);
  }

  .\32xl\:border-t-lime-600\/60 {
    border-top-color: rgb(101 163 13 / 0.6);
  }

  .\32xl\:border-t-lime-600\/65 {
    border-top-color: rgb(101 163 13 / 0.65);
  }

  .\32xl\:border-t-lime-600\/70 {
    border-top-color: rgb(101 163 13 / 0.7);
  }

  .\32xl\:border-t-lime-600\/75 {
    border-top-color: rgb(101 163 13 / 0.75);
  }

  .\32xl\:border-t-lime-600\/80 {
    border-top-color: rgb(101 163 13 / 0.8);
  }

  .\32xl\:border-t-lime-600\/85 {
    border-top-color: rgb(101 163 13 / 0.85);
  }

  .\32xl\:border-t-lime-600\/90 {
    border-top-color: rgb(101 163 13 / 0.9);
  }

  .\32xl\:border-t-lime-600\/95 {
    border-top-color: rgb(101 163 13 / 0.95);
  }

  .\32xl\:border-t-lime-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-700\/0 {
    border-top-color: rgb(77 124 15 / 0);
  }

  .\32xl\:border-t-lime-700\/10 {
    border-top-color: rgb(77 124 15 / 0.1);
  }

  .\32xl\:border-t-lime-700\/100 {
    border-top-color: rgb(77 124 15 / 1);
  }

  .\32xl\:border-t-lime-700\/15 {
    border-top-color: rgb(77 124 15 / 0.15);
  }

  .\32xl\:border-t-lime-700\/20 {
    border-top-color: rgb(77 124 15 / 0.2);
  }

  .\32xl\:border-t-lime-700\/25 {
    border-top-color: rgb(77 124 15 / 0.25);
  }

  .\32xl\:border-t-lime-700\/30 {
    border-top-color: rgb(77 124 15 / 0.3);
  }

  .\32xl\:border-t-lime-700\/35 {
    border-top-color: rgb(77 124 15 / 0.35);
  }

  .\32xl\:border-t-lime-700\/40 {
    border-top-color: rgb(77 124 15 / 0.4);
  }

  .\32xl\:border-t-lime-700\/45 {
    border-top-color: rgb(77 124 15 / 0.45);
  }

  .\32xl\:border-t-lime-700\/5 {
    border-top-color: rgb(77 124 15 / 0.05);
  }

  .\32xl\:border-t-lime-700\/50 {
    border-top-color: rgb(77 124 15 / 0.5);
  }

  .\32xl\:border-t-lime-700\/55 {
    border-top-color: rgb(77 124 15 / 0.55);
  }

  .\32xl\:border-t-lime-700\/60 {
    border-top-color: rgb(77 124 15 / 0.6);
  }

  .\32xl\:border-t-lime-700\/65 {
    border-top-color: rgb(77 124 15 / 0.65);
  }

  .\32xl\:border-t-lime-700\/70 {
    border-top-color: rgb(77 124 15 / 0.7);
  }

  .\32xl\:border-t-lime-700\/75 {
    border-top-color: rgb(77 124 15 / 0.75);
  }

  .\32xl\:border-t-lime-700\/80 {
    border-top-color: rgb(77 124 15 / 0.8);
  }

  .\32xl\:border-t-lime-700\/85 {
    border-top-color: rgb(77 124 15 / 0.85);
  }

  .\32xl\:border-t-lime-700\/90 {
    border-top-color: rgb(77 124 15 / 0.9);
  }

  .\32xl\:border-t-lime-700\/95 {
    border-top-color: rgb(77 124 15 / 0.95);
  }

  .\32xl\:border-t-lime-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-800\/0 {
    border-top-color: rgb(63 98 18 / 0);
  }

  .\32xl\:border-t-lime-800\/10 {
    border-top-color: rgb(63 98 18 / 0.1);
  }

  .\32xl\:border-t-lime-800\/100 {
    border-top-color: rgb(63 98 18 / 1);
  }

  .\32xl\:border-t-lime-800\/15 {
    border-top-color: rgb(63 98 18 / 0.15);
  }

  .\32xl\:border-t-lime-800\/20 {
    border-top-color: rgb(63 98 18 / 0.2);
  }

  .\32xl\:border-t-lime-800\/25 {
    border-top-color: rgb(63 98 18 / 0.25);
  }

  .\32xl\:border-t-lime-800\/30 {
    border-top-color: rgb(63 98 18 / 0.3);
  }

  .\32xl\:border-t-lime-800\/35 {
    border-top-color: rgb(63 98 18 / 0.35);
  }

  .\32xl\:border-t-lime-800\/40 {
    border-top-color: rgb(63 98 18 / 0.4);
  }

  .\32xl\:border-t-lime-800\/45 {
    border-top-color: rgb(63 98 18 / 0.45);
  }

  .\32xl\:border-t-lime-800\/5 {
    border-top-color: rgb(63 98 18 / 0.05);
  }

  .\32xl\:border-t-lime-800\/50 {
    border-top-color: rgb(63 98 18 / 0.5);
  }

  .\32xl\:border-t-lime-800\/55 {
    border-top-color: rgb(63 98 18 / 0.55);
  }

  .\32xl\:border-t-lime-800\/60 {
    border-top-color: rgb(63 98 18 / 0.6);
  }

  .\32xl\:border-t-lime-800\/65 {
    border-top-color: rgb(63 98 18 / 0.65);
  }

  .\32xl\:border-t-lime-800\/70 {
    border-top-color: rgb(63 98 18 / 0.7);
  }

  .\32xl\:border-t-lime-800\/75 {
    border-top-color: rgb(63 98 18 / 0.75);
  }

  .\32xl\:border-t-lime-800\/80 {
    border-top-color: rgb(63 98 18 / 0.8);
  }

  .\32xl\:border-t-lime-800\/85 {
    border-top-color: rgb(63 98 18 / 0.85);
  }

  .\32xl\:border-t-lime-800\/90 {
    border-top-color: rgb(63 98 18 / 0.9);
  }

  .\32xl\:border-t-lime-800\/95 {
    border-top-color: rgb(63 98 18 / 0.95);
  }

  .\32xl\:border-t-lime-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-900\/0 {
    border-top-color: rgb(54 83 20 / 0);
  }

  .\32xl\:border-t-lime-900\/10 {
    border-top-color: rgb(54 83 20 / 0.1);
  }

  .\32xl\:border-t-lime-900\/100 {
    border-top-color: rgb(54 83 20 / 1);
  }

  .\32xl\:border-t-lime-900\/15 {
    border-top-color: rgb(54 83 20 / 0.15);
  }

  .\32xl\:border-t-lime-900\/20 {
    border-top-color: rgb(54 83 20 / 0.2);
  }

  .\32xl\:border-t-lime-900\/25 {
    border-top-color: rgb(54 83 20 / 0.25);
  }

  .\32xl\:border-t-lime-900\/30 {
    border-top-color: rgb(54 83 20 / 0.3);
  }

  .\32xl\:border-t-lime-900\/35 {
    border-top-color: rgb(54 83 20 / 0.35);
  }

  .\32xl\:border-t-lime-900\/40 {
    border-top-color: rgb(54 83 20 / 0.4);
  }

  .\32xl\:border-t-lime-900\/45 {
    border-top-color: rgb(54 83 20 / 0.45);
  }

  .\32xl\:border-t-lime-900\/5 {
    border-top-color: rgb(54 83 20 / 0.05);
  }

  .\32xl\:border-t-lime-900\/50 {
    border-top-color: rgb(54 83 20 / 0.5);
  }

  .\32xl\:border-t-lime-900\/55 {
    border-top-color: rgb(54 83 20 / 0.55);
  }

  .\32xl\:border-t-lime-900\/60 {
    border-top-color: rgb(54 83 20 / 0.6);
  }

  .\32xl\:border-t-lime-900\/65 {
    border-top-color: rgb(54 83 20 / 0.65);
  }

  .\32xl\:border-t-lime-900\/70 {
    border-top-color: rgb(54 83 20 / 0.7);
  }

  .\32xl\:border-t-lime-900\/75 {
    border-top-color: rgb(54 83 20 / 0.75);
  }

  .\32xl\:border-t-lime-900\/80 {
    border-top-color: rgb(54 83 20 / 0.8);
  }

  .\32xl\:border-t-lime-900\/85 {
    border-top-color: rgb(54 83 20 / 0.85);
  }

  .\32xl\:border-t-lime-900\/90 {
    border-top-color: rgb(54 83 20 / 0.9);
  }

  .\32xl\:border-t-lime-900\/95 {
    border-top-color: rgb(54 83 20 / 0.95);
  }

  .\32xl\:border-t-lime-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-lime-950\/0 {
    border-top-color: rgb(26 46 5 / 0);
  }

  .\32xl\:border-t-lime-950\/10 {
    border-top-color: rgb(26 46 5 / 0.1);
  }

  .\32xl\:border-t-lime-950\/100 {
    border-top-color: rgb(26 46 5 / 1);
  }

  .\32xl\:border-t-lime-950\/15 {
    border-top-color: rgb(26 46 5 / 0.15);
  }

  .\32xl\:border-t-lime-950\/20 {
    border-top-color: rgb(26 46 5 / 0.2);
  }

  .\32xl\:border-t-lime-950\/25 {
    border-top-color: rgb(26 46 5 / 0.25);
  }

  .\32xl\:border-t-lime-950\/30 {
    border-top-color: rgb(26 46 5 / 0.3);
  }

  .\32xl\:border-t-lime-950\/35 {
    border-top-color: rgb(26 46 5 / 0.35);
  }

  .\32xl\:border-t-lime-950\/40 {
    border-top-color: rgb(26 46 5 / 0.4);
  }

  .\32xl\:border-t-lime-950\/45 {
    border-top-color: rgb(26 46 5 / 0.45);
  }

  .\32xl\:border-t-lime-950\/5 {
    border-top-color: rgb(26 46 5 / 0.05);
  }

  .\32xl\:border-t-lime-950\/50 {
    border-top-color: rgb(26 46 5 / 0.5);
  }

  .\32xl\:border-t-lime-950\/55 {
    border-top-color: rgb(26 46 5 / 0.55);
  }

  .\32xl\:border-t-lime-950\/60 {
    border-top-color: rgb(26 46 5 / 0.6);
  }

  .\32xl\:border-t-lime-950\/65 {
    border-top-color: rgb(26 46 5 / 0.65);
  }

  .\32xl\:border-t-lime-950\/70 {
    border-top-color: rgb(26 46 5 / 0.7);
  }

  .\32xl\:border-t-lime-950\/75 {
    border-top-color: rgb(26 46 5 / 0.75);
  }

  .\32xl\:border-t-lime-950\/80 {
    border-top-color: rgb(26 46 5 / 0.8);
  }

  .\32xl\:border-t-lime-950\/85 {
    border-top-color: rgb(26 46 5 / 0.85);
  }

  .\32xl\:border-t-lime-950\/90 {
    border-top-color: rgb(26 46 5 / 0.9);
  }

  .\32xl\:border-t-lime-950\/95 {
    border-top-color: rgb(26 46 5 / 0.95);
  }

  .\32xl\:border-t-muted {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-muted-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--muted-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-muted-foreground\/0 {
    border-top-color: hsl(var(--muted-foreground) / 0);
  }

  .\32xl\:border-t-muted-foreground\/10 {
    border-top-color: hsl(var(--muted-foreground) / 0.1);
  }

  .\32xl\:border-t-muted-foreground\/100 {
    border-top-color: hsl(var(--muted-foreground) / 1);
  }

  .\32xl\:border-t-muted-foreground\/15 {
    border-top-color: hsl(var(--muted-foreground) / 0.15);
  }

  .\32xl\:border-t-muted-foreground\/20 {
    border-top-color: hsl(var(--muted-foreground) / 0.2);
  }

  .\32xl\:border-t-muted-foreground\/25 {
    border-top-color: hsl(var(--muted-foreground) / 0.25);
  }

  .\32xl\:border-t-muted-foreground\/30 {
    border-top-color: hsl(var(--muted-foreground) / 0.3);
  }

  .\32xl\:border-t-muted-foreground\/35 {
    border-top-color: hsl(var(--muted-foreground) / 0.35);
  }

  .\32xl\:border-t-muted-foreground\/40 {
    border-top-color: hsl(var(--muted-foreground) / 0.4);
  }

  .\32xl\:border-t-muted-foreground\/45 {
    border-top-color: hsl(var(--muted-foreground) / 0.45);
  }

  .\32xl\:border-t-muted-foreground\/5 {
    border-top-color: hsl(var(--muted-foreground) / 0.05);
  }

  .\32xl\:border-t-muted-foreground\/50 {
    border-top-color: hsl(var(--muted-foreground) / 0.5);
  }

  .\32xl\:border-t-muted-foreground\/55 {
    border-top-color: hsl(var(--muted-foreground) / 0.55);
  }

  .\32xl\:border-t-muted-foreground\/60 {
    border-top-color: hsl(var(--muted-foreground) / 0.6);
  }

  .\32xl\:border-t-muted-foreground\/65 {
    border-top-color: hsl(var(--muted-foreground) / 0.65);
  }

  .\32xl\:border-t-muted-foreground\/70 {
    border-top-color: hsl(var(--muted-foreground) / 0.7);
  }

  .\32xl\:border-t-muted-foreground\/75 {
    border-top-color: hsl(var(--muted-foreground) / 0.75);
  }

  .\32xl\:border-t-muted-foreground\/80 {
    border-top-color: hsl(var(--muted-foreground) / 0.8);
  }

  .\32xl\:border-t-muted-foreground\/85 {
    border-top-color: hsl(var(--muted-foreground) / 0.85);
  }

  .\32xl\:border-t-muted-foreground\/90 {
    border-top-color: hsl(var(--muted-foreground) / 0.9);
  }

  .\32xl\:border-t-muted-foreground\/95 {
    border-top-color: hsl(var(--muted-foreground) / 0.95);
  }

  .\32xl\:border-t-muted\/0 {
    border-top-color: hsl(var(--muted) / 0);
  }

  .\32xl\:border-t-muted\/10 {
    border-top-color: hsl(var(--muted) / 0.1);
  }

  .\32xl\:border-t-muted\/100 {
    border-top-color: hsl(var(--muted) / 1);
  }

  .\32xl\:border-t-muted\/15 {
    border-top-color: hsl(var(--muted) / 0.15);
  }

  .\32xl\:border-t-muted\/20 {
    border-top-color: hsl(var(--muted) / 0.2);
  }

  .\32xl\:border-t-muted\/25 {
    border-top-color: hsl(var(--muted) / 0.25);
  }

  .\32xl\:border-t-muted\/30 {
    border-top-color: hsl(var(--muted) / 0.3);
  }

  .\32xl\:border-t-muted\/35 {
    border-top-color: hsl(var(--muted) / 0.35);
  }

  .\32xl\:border-t-muted\/40 {
    border-top-color: hsl(var(--muted) / 0.4);
  }

  .\32xl\:border-t-muted\/45 {
    border-top-color: hsl(var(--muted) / 0.45);
  }

  .\32xl\:border-t-muted\/5 {
    border-top-color: hsl(var(--muted) / 0.05);
  }

  .\32xl\:border-t-muted\/50 {
    border-top-color: hsl(var(--muted) / 0.5);
  }

  .\32xl\:border-t-muted\/55 {
    border-top-color: hsl(var(--muted) / 0.55);
  }

  .\32xl\:border-t-muted\/60 {
    border-top-color: hsl(var(--muted) / 0.6);
  }

  .\32xl\:border-t-muted\/65 {
    border-top-color: hsl(var(--muted) / 0.65);
  }

  .\32xl\:border-t-muted\/70 {
    border-top-color: hsl(var(--muted) / 0.7);
  }

  .\32xl\:border-t-muted\/75 {
    border-top-color: hsl(var(--muted) / 0.75);
  }

  .\32xl\:border-t-muted\/80 {
    border-top-color: hsl(var(--muted) / 0.8);
  }

  .\32xl\:border-t-muted\/85 {
    border-top-color: hsl(var(--muted) / 0.85);
  }

  .\32xl\:border-t-muted\/90 {
    border-top-color: hsl(var(--muted) / 0.9);
  }

  .\32xl\:border-t-muted\/95 {
    border-top-color: hsl(var(--muted) / 0.95);
  }

  .\32xl\:border-t-neutral-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-100\/0 {
    border-top-color: rgb(245 245 245 / 0);
  }

  .\32xl\:border-t-neutral-100\/10 {
    border-top-color: rgb(245 245 245 / 0.1);
  }

  .\32xl\:border-t-neutral-100\/100 {
    border-top-color: rgb(245 245 245 / 1);
  }

  .\32xl\:border-t-neutral-100\/15 {
    border-top-color: rgb(245 245 245 / 0.15);
  }

  .\32xl\:border-t-neutral-100\/20 {
    border-top-color: rgb(245 245 245 / 0.2);
  }

  .\32xl\:border-t-neutral-100\/25 {
    border-top-color: rgb(245 245 245 / 0.25);
  }

  .\32xl\:border-t-neutral-100\/30 {
    border-top-color: rgb(245 245 245 / 0.3);
  }

  .\32xl\:border-t-neutral-100\/35 {
    border-top-color: rgb(245 245 245 / 0.35);
  }

  .\32xl\:border-t-neutral-100\/40 {
    border-top-color: rgb(245 245 245 / 0.4);
  }

  .\32xl\:border-t-neutral-100\/45 {
    border-top-color: rgb(245 245 245 / 0.45);
  }

  .\32xl\:border-t-neutral-100\/5 {
    border-top-color: rgb(245 245 245 / 0.05);
  }

  .\32xl\:border-t-neutral-100\/50 {
    border-top-color: rgb(245 245 245 / 0.5);
  }

  .\32xl\:border-t-neutral-100\/55 {
    border-top-color: rgb(245 245 245 / 0.55);
  }

  .\32xl\:border-t-neutral-100\/60 {
    border-top-color: rgb(245 245 245 / 0.6);
  }

  .\32xl\:border-t-neutral-100\/65 {
    border-top-color: rgb(245 245 245 / 0.65);
  }

  .\32xl\:border-t-neutral-100\/70 {
    border-top-color: rgb(245 245 245 / 0.7);
  }

  .\32xl\:border-t-neutral-100\/75 {
    border-top-color: rgb(245 245 245 / 0.75);
  }

  .\32xl\:border-t-neutral-100\/80 {
    border-top-color: rgb(245 245 245 / 0.8);
  }

  .\32xl\:border-t-neutral-100\/85 {
    border-top-color: rgb(245 245 245 / 0.85);
  }

  .\32xl\:border-t-neutral-100\/90 {
    border-top-color: rgb(245 245 245 / 0.9);
  }

  .\32xl\:border-t-neutral-100\/95 {
    border-top-color: rgb(245 245 245 / 0.95);
  }

  .\32xl\:border-t-neutral-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-200\/0 {
    border-top-color: rgb(229 229 229 / 0);
  }

  .\32xl\:border-t-neutral-200\/10 {
    border-top-color: rgb(229 229 229 / 0.1);
  }

  .\32xl\:border-t-neutral-200\/100 {
    border-top-color: rgb(229 229 229 / 1);
  }

  .\32xl\:border-t-neutral-200\/15 {
    border-top-color: rgb(229 229 229 / 0.15);
  }

  .\32xl\:border-t-neutral-200\/20 {
    border-top-color: rgb(229 229 229 / 0.2);
  }

  .\32xl\:border-t-neutral-200\/25 {
    border-top-color: rgb(229 229 229 / 0.25);
  }

  .\32xl\:border-t-neutral-200\/30 {
    border-top-color: rgb(229 229 229 / 0.3);
  }

  .\32xl\:border-t-neutral-200\/35 {
    border-top-color: rgb(229 229 229 / 0.35);
  }

  .\32xl\:border-t-neutral-200\/40 {
    border-top-color: rgb(229 229 229 / 0.4);
  }

  .\32xl\:border-t-neutral-200\/45 {
    border-top-color: rgb(229 229 229 / 0.45);
  }

  .\32xl\:border-t-neutral-200\/5 {
    border-top-color: rgb(229 229 229 / 0.05);
  }

  .\32xl\:border-t-neutral-200\/50 {
    border-top-color: rgb(229 229 229 / 0.5);
  }

  .\32xl\:border-t-neutral-200\/55 {
    border-top-color: rgb(229 229 229 / 0.55);
  }

  .\32xl\:border-t-neutral-200\/60 {
    border-top-color: rgb(229 229 229 / 0.6);
  }

  .\32xl\:border-t-neutral-200\/65 {
    border-top-color: rgb(229 229 229 / 0.65);
  }

  .\32xl\:border-t-neutral-200\/70 {
    border-top-color: rgb(229 229 229 / 0.7);
  }

  .\32xl\:border-t-neutral-200\/75 {
    border-top-color: rgb(229 229 229 / 0.75);
  }

  .\32xl\:border-t-neutral-200\/80 {
    border-top-color: rgb(229 229 229 / 0.8);
  }

  .\32xl\:border-t-neutral-200\/85 {
    border-top-color: rgb(229 229 229 / 0.85);
  }

  .\32xl\:border-t-neutral-200\/90 {
    border-top-color: rgb(229 229 229 / 0.9);
  }

  .\32xl\:border-t-neutral-200\/95 {
    border-top-color: rgb(229 229 229 / 0.95);
  }

  .\32xl\:border-t-neutral-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-300\/0 {
    border-top-color: rgb(212 212 212 / 0);
  }

  .\32xl\:border-t-neutral-300\/10 {
    border-top-color: rgb(212 212 212 / 0.1);
  }

  .\32xl\:border-t-neutral-300\/100 {
    border-top-color: rgb(212 212 212 / 1);
  }

  .\32xl\:border-t-neutral-300\/15 {
    border-top-color: rgb(212 212 212 / 0.15);
  }

  .\32xl\:border-t-neutral-300\/20 {
    border-top-color: rgb(212 212 212 / 0.2);
  }

  .\32xl\:border-t-neutral-300\/25 {
    border-top-color: rgb(212 212 212 / 0.25);
  }

  .\32xl\:border-t-neutral-300\/30 {
    border-top-color: rgb(212 212 212 / 0.3);
  }

  .\32xl\:border-t-neutral-300\/35 {
    border-top-color: rgb(212 212 212 / 0.35);
  }

  .\32xl\:border-t-neutral-300\/40 {
    border-top-color: rgb(212 212 212 / 0.4);
  }

  .\32xl\:border-t-neutral-300\/45 {
    border-top-color: rgb(212 212 212 / 0.45);
  }

  .\32xl\:border-t-neutral-300\/5 {
    border-top-color: rgb(212 212 212 / 0.05);
  }

  .\32xl\:border-t-neutral-300\/50 {
    border-top-color: rgb(212 212 212 / 0.5);
  }

  .\32xl\:border-t-neutral-300\/55 {
    border-top-color: rgb(212 212 212 / 0.55);
  }

  .\32xl\:border-t-neutral-300\/60 {
    border-top-color: rgb(212 212 212 / 0.6);
  }

  .\32xl\:border-t-neutral-300\/65 {
    border-top-color: rgb(212 212 212 / 0.65);
  }

  .\32xl\:border-t-neutral-300\/70 {
    border-top-color: rgb(212 212 212 / 0.7);
  }

  .\32xl\:border-t-neutral-300\/75 {
    border-top-color: rgb(212 212 212 / 0.75);
  }

  .\32xl\:border-t-neutral-300\/80 {
    border-top-color: rgb(212 212 212 / 0.8);
  }

  .\32xl\:border-t-neutral-300\/85 {
    border-top-color: rgb(212 212 212 / 0.85);
  }

  .\32xl\:border-t-neutral-300\/90 {
    border-top-color: rgb(212 212 212 / 0.9);
  }

  .\32xl\:border-t-neutral-300\/95 {
    border-top-color: rgb(212 212 212 / 0.95);
  }

  .\32xl\:border-t-neutral-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-400\/0 {
    border-top-color: rgb(163 163 163 / 0);
  }

  .\32xl\:border-t-neutral-400\/10 {
    border-top-color: rgb(163 163 163 / 0.1);
  }

  .\32xl\:border-t-neutral-400\/100 {
    border-top-color: rgb(163 163 163 / 1);
  }

  .\32xl\:border-t-neutral-400\/15 {
    border-top-color: rgb(163 163 163 / 0.15);
  }

  .\32xl\:border-t-neutral-400\/20 {
    border-top-color: rgb(163 163 163 / 0.2);
  }

  .\32xl\:border-t-neutral-400\/25 {
    border-top-color: rgb(163 163 163 / 0.25);
  }

  .\32xl\:border-t-neutral-400\/30 {
    border-top-color: rgb(163 163 163 / 0.3);
  }

  .\32xl\:border-t-neutral-400\/35 {
    border-top-color: rgb(163 163 163 / 0.35);
  }

  .\32xl\:border-t-neutral-400\/40 {
    border-top-color: rgb(163 163 163 / 0.4);
  }

  .\32xl\:border-t-neutral-400\/45 {
    border-top-color: rgb(163 163 163 / 0.45);
  }

  .\32xl\:border-t-neutral-400\/5 {
    border-top-color: rgb(163 163 163 / 0.05);
  }

  .\32xl\:border-t-neutral-400\/50 {
    border-top-color: rgb(163 163 163 / 0.5);
  }

  .\32xl\:border-t-neutral-400\/55 {
    border-top-color: rgb(163 163 163 / 0.55);
  }

  .\32xl\:border-t-neutral-400\/60 {
    border-top-color: rgb(163 163 163 / 0.6);
  }

  .\32xl\:border-t-neutral-400\/65 {
    border-top-color: rgb(163 163 163 / 0.65);
  }

  .\32xl\:border-t-neutral-400\/70 {
    border-top-color: rgb(163 163 163 / 0.7);
  }

  .\32xl\:border-t-neutral-400\/75 {
    border-top-color: rgb(163 163 163 / 0.75);
  }

  .\32xl\:border-t-neutral-400\/80 {
    border-top-color: rgb(163 163 163 / 0.8);
  }

  .\32xl\:border-t-neutral-400\/85 {
    border-top-color: rgb(163 163 163 / 0.85);
  }

  .\32xl\:border-t-neutral-400\/90 {
    border-top-color: rgb(163 163 163 / 0.9);
  }

  .\32xl\:border-t-neutral-400\/95 {
    border-top-color: rgb(163 163 163 / 0.95);
  }

  .\32xl\:border-t-neutral-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-t-neutral-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-t-neutral-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-t-neutral-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-t-neutral-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-t-neutral-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-t-neutral-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-t-neutral-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-t-neutral-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-t-neutral-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-t-neutral-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-t-neutral-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-t-neutral-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-t-neutral-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-t-neutral-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-t-neutral-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-t-neutral-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-t-neutral-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-t-neutral-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-t-neutral-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-t-neutral-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-t-neutral-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-500\/0 {
    border-top-color: rgb(115 115 115 / 0);
  }

  .\32xl\:border-t-neutral-500\/10 {
    border-top-color: rgb(115 115 115 / 0.1);
  }

  .\32xl\:border-t-neutral-500\/100 {
    border-top-color: rgb(115 115 115 / 1);
  }

  .\32xl\:border-t-neutral-500\/15 {
    border-top-color: rgb(115 115 115 / 0.15);
  }

  .\32xl\:border-t-neutral-500\/20 {
    border-top-color: rgb(115 115 115 / 0.2);
  }

  .\32xl\:border-t-neutral-500\/25 {
    border-top-color: rgb(115 115 115 / 0.25);
  }

  .\32xl\:border-t-neutral-500\/30 {
    border-top-color: rgb(115 115 115 / 0.3);
  }

  .\32xl\:border-t-neutral-500\/35 {
    border-top-color: rgb(115 115 115 / 0.35);
  }

  .\32xl\:border-t-neutral-500\/40 {
    border-top-color: rgb(115 115 115 / 0.4);
  }

  .\32xl\:border-t-neutral-500\/45 {
    border-top-color: rgb(115 115 115 / 0.45);
  }

  .\32xl\:border-t-neutral-500\/5 {
    border-top-color: rgb(115 115 115 / 0.05);
  }

  .\32xl\:border-t-neutral-500\/50 {
    border-top-color: rgb(115 115 115 / 0.5);
  }

  .\32xl\:border-t-neutral-500\/55 {
    border-top-color: rgb(115 115 115 / 0.55);
  }

  .\32xl\:border-t-neutral-500\/60 {
    border-top-color: rgb(115 115 115 / 0.6);
  }

  .\32xl\:border-t-neutral-500\/65 {
    border-top-color: rgb(115 115 115 / 0.65);
  }

  .\32xl\:border-t-neutral-500\/70 {
    border-top-color: rgb(115 115 115 / 0.7);
  }

  .\32xl\:border-t-neutral-500\/75 {
    border-top-color: rgb(115 115 115 / 0.75);
  }

  .\32xl\:border-t-neutral-500\/80 {
    border-top-color: rgb(115 115 115 / 0.8);
  }

  .\32xl\:border-t-neutral-500\/85 {
    border-top-color: rgb(115 115 115 / 0.85);
  }

  .\32xl\:border-t-neutral-500\/90 {
    border-top-color: rgb(115 115 115 / 0.9);
  }

  .\32xl\:border-t-neutral-500\/95 {
    border-top-color: rgb(115 115 115 / 0.95);
  }

  .\32xl\:border-t-neutral-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-600\/0 {
    border-top-color: rgb(82 82 82 / 0);
  }

  .\32xl\:border-t-neutral-600\/10 {
    border-top-color: rgb(82 82 82 / 0.1);
  }

  .\32xl\:border-t-neutral-600\/100 {
    border-top-color: rgb(82 82 82 / 1);
  }

  .\32xl\:border-t-neutral-600\/15 {
    border-top-color: rgb(82 82 82 / 0.15);
  }

  .\32xl\:border-t-neutral-600\/20 {
    border-top-color: rgb(82 82 82 / 0.2);
  }

  .\32xl\:border-t-neutral-600\/25 {
    border-top-color: rgb(82 82 82 / 0.25);
  }

  .\32xl\:border-t-neutral-600\/30 {
    border-top-color: rgb(82 82 82 / 0.3);
  }

  .\32xl\:border-t-neutral-600\/35 {
    border-top-color: rgb(82 82 82 / 0.35);
  }

  .\32xl\:border-t-neutral-600\/40 {
    border-top-color: rgb(82 82 82 / 0.4);
  }

  .\32xl\:border-t-neutral-600\/45 {
    border-top-color: rgb(82 82 82 / 0.45);
  }

  .\32xl\:border-t-neutral-600\/5 {
    border-top-color: rgb(82 82 82 / 0.05);
  }

  .\32xl\:border-t-neutral-600\/50 {
    border-top-color: rgb(82 82 82 / 0.5);
  }

  .\32xl\:border-t-neutral-600\/55 {
    border-top-color: rgb(82 82 82 / 0.55);
  }

  .\32xl\:border-t-neutral-600\/60 {
    border-top-color: rgb(82 82 82 / 0.6);
  }

  .\32xl\:border-t-neutral-600\/65 {
    border-top-color: rgb(82 82 82 / 0.65);
  }

  .\32xl\:border-t-neutral-600\/70 {
    border-top-color: rgb(82 82 82 / 0.7);
  }

  .\32xl\:border-t-neutral-600\/75 {
    border-top-color: rgb(82 82 82 / 0.75);
  }

  .\32xl\:border-t-neutral-600\/80 {
    border-top-color: rgb(82 82 82 / 0.8);
  }

  .\32xl\:border-t-neutral-600\/85 {
    border-top-color: rgb(82 82 82 / 0.85);
  }

  .\32xl\:border-t-neutral-600\/90 {
    border-top-color: rgb(82 82 82 / 0.9);
  }

  .\32xl\:border-t-neutral-600\/95 {
    border-top-color: rgb(82 82 82 / 0.95);
  }

  .\32xl\:border-t-neutral-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-700\/0 {
    border-top-color: rgb(64 64 64 / 0);
  }

  .\32xl\:border-t-neutral-700\/10 {
    border-top-color: rgb(64 64 64 / 0.1);
  }

  .\32xl\:border-t-neutral-700\/100 {
    border-top-color: rgb(64 64 64 / 1);
  }

  .\32xl\:border-t-neutral-700\/15 {
    border-top-color: rgb(64 64 64 / 0.15);
  }

  .\32xl\:border-t-neutral-700\/20 {
    border-top-color: rgb(64 64 64 / 0.2);
  }

  .\32xl\:border-t-neutral-700\/25 {
    border-top-color: rgb(64 64 64 / 0.25);
  }

  .\32xl\:border-t-neutral-700\/30 {
    border-top-color: rgb(64 64 64 / 0.3);
  }

  .\32xl\:border-t-neutral-700\/35 {
    border-top-color: rgb(64 64 64 / 0.35);
  }

  .\32xl\:border-t-neutral-700\/40 {
    border-top-color: rgb(64 64 64 / 0.4);
  }

  .\32xl\:border-t-neutral-700\/45 {
    border-top-color: rgb(64 64 64 / 0.45);
  }

  .\32xl\:border-t-neutral-700\/5 {
    border-top-color: rgb(64 64 64 / 0.05);
  }

  .\32xl\:border-t-neutral-700\/50 {
    border-top-color: rgb(64 64 64 / 0.5);
  }

  .\32xl\:border-t-neutral-700\/55 {
    border-top-color: rgb(64 64 64 / 0.55);
  }

  .\32xl\:border-t-neutral-700\/60 {
    border-top-color: rgb(64 64 64 / 0.6);
  }

  .\32xl\:border-t-neutral-700\/65 {
    border-top-color: rgb(64 64 64 / 0.65);
  }

  .\32xl\:border-t-neutral-700\/70 {
    border-top-color: rgb(64 64 64 / 0.7);
  }

  .\32xl\:border-t-neutral-700\/75 {
    border-top-color: rgb(64 64 64 / 0.75);
  }

  .\32xl\:border-t-neutral-700\/80 {
    border-top-color: rgb(64 64 64 / 0.8);
  }

  .\32xl\:border-t-neutral-700\/85 {
    border-top-color: rgb(64 64 64 / 0.85);
  }

  .\32xl\:border-t-neutral-700\/90 {
    border-top-color: rgb(64 64 64 / 0.9);
  }

  .\32xl\:border-t-neutral-700\/95 {
    border-top-color: rgb(64 64 64 / 0.95);
  }

  .\32xl\:border-t-neutral-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-800\/0 {
    border-top-color: rgb(38 38 38 / 0);
  }

  .\32xl\:border-t-neutral-800\/10 {
    border-top-color: rgb(38 38 38 / 0.1);
  }

  .\32xl\:border-t-neutral-800\/100 {
    border-top-color: rgb(38 38 38 / 1);
  }

  .\32xl\:border-t-neutral-800\/15 {
    border-top-color: rgb(38 38 38 / 0.15);
  }

  .\32xl\:border-t-neutral-800\/20 {
    border-top-color: rgb(38 38 38 / 0.2);
  }

  .\32xl\:border-t-neutral-800\/25 {
    border-top-color: rgb(38 38 38 / 0.25);
  }

  .\32xl\:border-t-neutral-800\/30 {
    border-top-color: rgb(38 38 38 / 0.3);
  }

  .\32xl\:border-t-neutral-800\/35 {
    border-top-color: rgb(38 38 38 / 0.35);
  }

  .\32xl\:border-t-neutral-800\/40 {
    border-top-color: rgb(38 38 38 / 0.4);
  }

  .\32xl\:border-t-neutral-800\/45 {
    border-top-color: rgb(38 38 38 / 0.45);
  }

  .\32xl\:border-t-neutral-800\/5 {
    border-top-color: rgb(38 38 38 / 0.05);
  }

  .\32xl\:border-t-neutral-800\/50 {
    border-top-color: rgb(38 38 38 / 0.5);
  }

  .\32xl\:border-t-neutral-800\/55 {
    border-top-color: rgb(38 38 38 / 0.55);
  }

  .\32xl\:border-t-neutral-800\/60 {
    border-top-color: rgb(38 38 38 / 0.6);
  }

  .\32xl\:border-t-neutral-800\/65 {
    border-top-color: rgb(38 38 38 / 0.65);
  }

  .\32xl\:border-t-neutral-800\/70 {
    border-top-color: rgb(38 38 38 / 0.7);
  }

  .\32xl\:border-t-neutral-800\/75 {
    border-top-color: rgb(38 38 38 / 0.75);
  }

  .\32xl\:border-t-neutral-800\/80 {
    border-top-color: rgb(38 38 38 / 0.8);
  }

  .\32xl\:border-t-neutral-800\/85 {
    border-top-color: rgb(38 38 38 / 0.85);
  }

  .\32xl\:border-t-neutral-800\/90 {
    border-top-color: rgb(38 38 38 / 0.9);
  }

  .\32xl\:border-t-neutral-800\/95 {
    border-top-color: rgb(38 38 38 / 0.95);
  }

  .\32xl\:border-t-neutral-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-900\/0 {
    border-top-color: rgb(23 23 23 / 0);
  }

  .\32xl\:border-t-neutral-900\/10 {
    border-top-color: rgb(23 23 23 / 0.1);
  }

  .\32xl\:border-t-neutral-900\/100 {
    border-top-color: rgb(23 23 23 / 1);
  }

  .\32xl\:border-t-neutral-900\/15 {
    border-top-color: rgb(23 23 23 / 0.15);
  }

  .\32xl\:border-t-neutral-900\/20 {
    border-top-color: rgb(23 23 23 / 0.2);
  }

  .\32xl\:border-t-neutral-900\/25 {
    border-top-color: rgb(23 23 23 / 0.25);
  }

  .\32xl\:border-t-neutral-900\/30 {
    border-top-color: rgb(23 23 23 / 0.3);
  }

  .\32xl\:border-t-neutral-900\/35 {
    border-top-color: rgb(23 23 23 / 0.35);
  }

  .\32xl\:border-t-neutral-900\/40 {
    border-top-color: rgb(23 23 23 / 0.4);
  }

  .\32xl\:border-t-neutral-900\/45 {
    border-top-color: rgb(23 23 23 / 0.45);
  }

  .\32xl\:border-t-neutral-900\/5 {
    border-top-color: rgb(23 23 23 / 0.05);
  }

  .\32xl\:border-t-neutral-900\/50 {
    border-top-color: rgb(23 23 23 / 0.5);
  }

  .\32xl\:border-t-neutral-900\/55 {
    border-top-color: rgb(23 23 23 / 0.55);
  }

  .\32xl\:border-t-neutral-900\/60 {
    border-top-color: rgb(23 23 23 / 0.6);
  }

  .\32xl\:border-t-neutral-900\/65 {
    border-top-color: rgb(23 23 23 / 0.65);
  }

  .\32xl\:border-t-neutral-900\/70 {
    border-top-color: rgb(23 23 23 / 0.7);
  }

  .\32xl\:border-t-neutral-900\/75 {
    border-top-color: rgb(23 23 23 / 0.75);
  }

  .\32xl\:border-t-neutral-900\/80 {
    border-top-color: rgb(23 23 23 / 0.8);
  }

  .\32xl\:border-t-neutral-900\/85 {
    border-top-color: rgb(23 23 23 / 0.85);
  }

  .\32xl\:border-t-neutral-900\/90 {
    border-top-color: rgb(23 23 23 / 0.9);
  }

  .\32xl\:border-t-neutral-900\/95 {
    border-top-color: rgb(23 23 23 / 0.95);
  }

  .\32xl\:border-t-neutral-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-neutral-950\/0 {
    border-top-color: rgb(10 10 10 / 0);
  }

  .\32xl\:border-t-neutral-950\/10 {
    border-top-color: rgb(10 10 10 / 0.1);
  }

  .\32xl\:border-t-neutral-950\/100 {
    border-top-color: rgb(10 10 10 / 1);
  }

  .\32xl\:border-t-neutral-950\/15 {
    border-top-color: rgb(10 10 10 / 0.15);
  }

  .\32xl\:border-t-neutral-950\/20 {
    border-top-color: rgb(10 10 10 / 0.2);
  }

  .\32xl\:border-t-neutral-950\/25 {
    border-top-color: rgb(10 10 10 / 0.25);
  }

  .\32xl\:border-t-neutral-950\/30 {
    border-top-color: rgb(10 10 10 / 0.3);
  }

  .\32xl\:border-t-neutral-950\/35 {
    border-top-color: rgb(10 10 10 / 0.35);
  }

  .\32xl\:border-t-neutral-950\/40 {
    border-top-color: rgb(10 10 10 / 0.4);
  }

  .\32xl\:border-t-neutral-950\/45 {
    border-top-color: rgb(10 10 10 / 0.45);
  }

  .\32xl\:border-t-neutral-950\/5 {
    border-top-color: rgb(10 10 10 / 0.05);
  }

  .\32xl\:border-t-neutral-950\/50 {
    border-top-color: rgb(10 10 10 / 0.5);
  }

  .\32xl\:border-t-neutral-950\/55 {
    border-top-color: rgb(10 10 10 / 0.55);
  }

  .\32xl\:border-t-neutral-950\/60 {
    border-top-color: rgb(10 10 10 / 0.6);
  }

  .\32xl\:border-t-neutral-950\/65 {
    border-top-color: rgb(10 10 10 / 0.65);
  }

  .\32xl\:border-t-neutral-950\/70 {
    border-top-color: rgb(10 10 10 / 0.7);
  }

  .\32xl\:border-t-neutral-950\/75 {
    border-top-color: rgb(10 10 10 / 0.75);
  }

  .\32xl\:border-t-neutral-950\/80 {
    border-top-color: rgb(10 10 10 / 0.8);
  }

  .\32xl\:border-t-neutral-950\/85 {
    border-top-color: rgb(10 10 10 / 0.85);
  }

  .\32xl\:border-t-neutral-950\/90 {
    border-top-color: rgb(10 10 10 / 0.9);
  }

  .\32xl\:border-t-neutral-950\/95 {
    border-top-color: rgb(10 10 10 / 0.95);
  }

  .\32xl\:border-t-orange-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-100\/0 {
    border-top-color: rgb(255 237 213 / 0);
  }

  .\32xl\:border-t-orange-100\/10 {
    border-top-color: rgb(255 237 213 / 0.1);
  }

  .\32xl\:border-t-orange-100\/100 {
    border-top-color: rgb(255 237 213 / 1);
  }

  .\32xl\:border-t-orange-100\/15 {
    border-top-color: rgb(255 237 213 / 0.15);
  }

  .\32xl\:border-t-orange-100\/20 {
    border-top-color: rgb(255 237 213 / 0.2);
  }

  .\32xl\:border-t-orange-100\/25 {
    border-top-color: rgb(255 237 213 / 0.25);
  }

  .\32xl\:border-t-orange-100\/30 {
    border-top-color: rgb(255 237 213 / 0.3);
  }

  .\32xl\:border-t-orange-100\/35 {
    border-top-color: rgb(255 237 213 / 0.35);
  }

  .\32xl\:border-t-orange-100\/40 {
    border-top-color: rgb(255 237 213 / 0.4);
  }

  .\32xl\:border-t-orange-100\/45 {
    border-top-color: rgb(255 237 213 / 0.45);
  }

  .\32xl\:border-t-orange-100\/5 {
    border-top-color: rgb(255 237 213 / 0.05);
  }

  .\32xl\:border-t-orange-100\/50 {
    border-top-color: rgb(255 237 213 / 0.5);
  }

  .\32xl\:border-t-orange-100\/55 {
    border-top-color: rgb(255 237 213 / 0.55);
  }

  .\32xl\:border-t-orange-100\/60 {
    border-top-color: rgb(255 237 213 / 0.6);
  }

  .\32xl\:border-t-orange-100\/65 {
    border-top-color: rgb(255 237 213 / 0.65);
  }

  .\32xl\:border-t-orange-100\/70 {
    border-top-color: rgb(255 237 213 / 0.7);
  }

  .\32xl\:border-t-orange-100\/75 {
    border-top-color: rgb(255 237 213 / 0.75);
  }

  .\32xl\:border-t-orange-100\/80 {
    border-top-color: rgb(255 237 213 / 0.8);
  }

  .\32xl\:border-t-orange-100\/85 {
    border-top-color: rgb(255 237 213 / 0.85);
  }

  .\32xl\:border-t-orange-100\/90 {
    border-top-color: rgb(255 237 213 / 0.9);
  }

  .\32xl\:border-t-orange-100\/95 {
    border-top-color: rgb(255 237 213 / 0.95);
  }

  .\32xl\:border-t-orange-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-200\/0 {
    border-top-color: rgb(254 215 170 / 0);
  }

  .\32xl\:border-t-orange-200\/10 {
    border-top-color: rgb(254 215 170 / 0.1);
  }

  .\32xl\:border-t-orange-200\/100 {
    border-top-color: rgb(254 215 170 / 1);
  }

  .\32xl\:border-t-orange-200\/15 {
    border-top-color: rgb(254 215 170 / 0.15);
  }

  .\32xl\:border-t-orange-200\/20 {
    border-top-color: rgb(254 215 170 / 0.2);
  }

  .\32xl\:border-t-orange-200\/25 {
    border-top-color: rgb(254 215 170 / 0.25);
  }

  .\32xl\:border-t-orange-200\/30 {
    border-top-color: rgb(254 215 170 / 0.3);
  }

  .\32xl\:border-t-orange-200\/35 {
    border-top-color: rgb(254 215 170 / 0.35);
  }

  .\32xl\:border-t-orange-200\/40 {
    border-top-color: rgb(254 215 170 / 0.4);
  }

  .\32xl\:border-t-orange-200\/45 {
    border-top-color: rgb(254 215 170 / 0.45);
  }

  .\32xl\:border-t-orange-200\/5 {
    border-top-color: rgb(254 215 170 / 0.05);
  }

  .\32xl\:border-t-orange-200\/50 {
    border-top-color: rgb(254 215 170 / 0.5);
  }

  .\32xl\:border-t-orange-200\/55 {
    border-top-color: rgb(254 215 170 / 0.55);
  }

  .\32xl\:border-t-orange-200\/60 {
    border-top-color: rgb(254 215 170 / 0.6);
  }

  .\32xl\:border-t-orange-200\/65 {
    border-top-color: rgb(254 215 170 / 0.65);
  }

  .\32xl\:border-t-orange-200\/70 {
    border-top-color: rgb(254 215 170 / 0.7);
  }

  .\32xl\:border-t-orange-200\/75 {
    border-top-color: rgb(254 215 170 / 0.75);
  }

  .\32xl\:border-t-orange-200\/80 {
    border-top-color: rgb(254 215 170 / 0.8);
  }

  .\32xl\:border-t-orange-200\/85 {
    border-top-color: rgb(254 215 170 / 0.85);
  }

  .\32xl\:border-t-orange-200\/90 {
    border-top-color: rgb(254 215 170 / 0.9);
  }

  .\32xl\:border-t-orange-200\/95 {
    border-top-color: rgb(254 215 170 / 0.95);
  }

  .\32xl\:border-t-orange-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-300\/0 {
    border-top-color: rgb(253 186 116 / 0);
  }

  .\32xl\:border-t-orange-300\/10 {
    border-top-color: rgb(253 186 116 / 0.1);
  }

  .\32xl\:border-t-orange-300\/100 {
    border-top-color: rgb(253 186 116 / 1);
  }

  .\32xl\:border-t-orange-300\/15 {
    border-top-color: rgb(253 186 116 / 0.15);
  }

  .\32xl\:border-t-orange-300\/20 {
    border-top-color: rgb(253 186 116 / 0.2);
  }

  .\32xl\:border-t-orange-300\/25 {
    border-top-color: rgb(253 186 116 / 0.25);
  }

  .\32xl\:border-t-orange-300\/30 {
    border-top-color: rgb(253 186 116 / 0.3);
  }

  .\32xl\:border-t-orange-300\/35 {
    border-top-color: rgb(253 186 116 / 0.35);
  }

  .\32xl\:border-t-orange-300\/40 {
    border-top-color: rgb(253 186 116 / 0.4);
  }

  .\32xl\:border-t-orange-300\/45 {
    border-top-color: rgb(253 186 116 / 0.45);
  }

  .\32xl\:border-t-orange-300\/5 {
    border-top-color: rgb(253 186 116 / 0.05);
  }

  .\32xl\:border-t-orange-300\/50 {
    border-top-color: rgb(253 186 116 / 0.5);
  }

  .\32xl\:border-t-orange-300\/55 {
    border-top-color: rgb(253 186 116 / 0.55);
  }

  .\32xl\:border-t-orange-300\/60 {
    border-top-color: rgb(253 186 116 / 0.6);
  }

  .\32xl\:border-t-orange-300\/65 {
    border-top-color: rgb(253 186 116 / 0.65);
  }

  .\32xl\:border-t-orange-300\/70 {
    border-top-color: rgb(253 186 116 / 0.7);
  }

  .\32xl\:border-t-orange-300\/75 {
    border-top-color: rgb(253 186 116 / 0.75);
  }

  .\32xl\:border-t-orange-300\/80 {
    border-top-color: rgb(253 186 116 / 0.8);
  }

  .\32xl\:border-t-orange-300\/85 {
    border-top-color: rgb(253 186 116 / 0.85);
  }

  .\32xl\:border-t-orange-300\/90 {
    border-top-color: rgb(253 186 116 / 0.9);
  }

  .\32xl\:border-t-orange-300\/95 {
    border-top-color: rgb(253 186 116 / 0.95);
  }

  .\32xl\:border-t-orange-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-400\/0 {
    border-top-color: rgb(251 146 60 / 0);
  }

  .\32xl\:border-t-orange-400\/10 {
    border-top-color: rgb(251 146 60 / 0.1);
  }

  .\32xl\:border-t-orange-400\/100 {
    border-top-color: rgb(251 146 60 / 1);
  }

  .\32xl\:border-t-orange-400\/15 {
    border-top-color: rgb(251 146 60 / 0.15);
  }

  .\32xl\:border-t-orange-400\/20 {
    border-top-color: rgb(251 146 60 / 0.2);
  }

  .\32xl\:border-t-orange-400\/25 {
    border-top-color: rgb(251 146 60 / 0.25);
  }

  .\32xl\:border-t-orange-400\/30 {
    border-top-color: rgb(251 146 60 / 0.3);
  }

  .\32xl\:border-t-orange-400\/35 {
    border-top-color: rgb(251 146 60 / 0.35);
  }

  .\32xl\:border-t-orange-400\/40 {
    border-top-color: rgb(251 146 60 / 0.4);
  }

  .\32xl\:border-t-orange-400\/45 {
    border-top-color: rgb(251 146 60 / 0.45);
  }

  .\32xl\:border-t-orange-400\/5 {
    border-top-color: rgb(251 146 60 / 0.05);
  }

  .\32xl\:border-t-orange-400\/50 {
    border-top-color: rgb(251 146 60 / 0.5);
  }

  .\32xl\:border-t-orange-400\/55 {
    border-top-color: rgb(251 146 60 / 0.55);
  }

  .\32xl\:border-t-orange-400\/60 {
    border-top-color: rgb(251 146 60 / 0.6);
  }

  .\32xl\:border-t-orange-400\/65 {
    border-top-color: rgb(251 146 60 / 0.65);
  }

  .\32xl\:border-t-orange-400\/70 {
    border-top-color: rgb(251 146 60 / 0.7);
  }

  .\32xl\:border-t-orange-400\/75 {
    border-top-color: rgb(251 146 60 / 0.75);
  }

  .\32xl\:border-t-orange-400\/80 {
    border-top-color: rgb(251 146 60 / 0.8);
  }

  .\32xl\:border-t-orange-400\/85 {
    border-top-color: rgb(251 146 60 / 0.85);
  }

  .\32xl\:border-t-orange-400\/90 {
    border-top-color: rgb(251 146 60 / 0.9);
  }

  .\32xl\:border-t-orange-400\/95 {
    border-top-color: rgb(251 146 60 / 0.95);
  }

  .\32xl\:border-t-orange-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-50\/0 {
    border-top-color: rgb(255 247 237 / 0);
  }

  .\32xl\:border-t-orange-50\/10 {
    border-top-color: rgb(255 247 237 / 0.1);
  }

  .\32xl\:border-t-orange-50\/100 {
    border-top-color: rgb(255 247 237 / 1);
  }

  .\32xl\:border-t-orange-50\/15 {
    border-top-color: rgb(255 247 237 / 0.15);
  }

  .\32xl\:border-t-orange-50\/20 {
    border-top-color: rgb(255 247 237 / 0.2);
  }

  .\32xl\:border-t-orange-50\/25 {
    border-top-color: rgb(255 247 237 / 0.25);
  }

  .\32xl\:border-t-orange-50\/30 {
    border-top-color: rgb(255 247 237 / 0.3);
  }

  .\32xl\:border-t-orange-50\/35 {
    border-top-color: rgb(255 247 237 / 0.35);
  }

  .\32xl\:border-t-orange-50\/40 {
    border-top-color: rgb(255 247 237 / 0.4);
  }

  .\32xl\:border-t-orange-50\/45 {
    border-top-color: rgb(255 247 237 / 0.45);
  }

  .\32xl\:border-t-orange-50\/5 {
    border-top-color: rgb(255 247 237 / 0.05);
  }

  .\32xl\:border-t-orange-50\/50 {
    border-top-color: rgb(255 247 237 / 0.5);
  }

  .\32xl\:border-t-orange-50\/55 {
    border-top-color: rgb(255 247 237 / 0.55);
  }

  .\32xl\:border-t-orange-50\/60 {
    border-top-color: rgb(255 247 237 / 0.6);
  }

  .\32xl\:border-t-orange-50\/65 {
    border-top-color: rgb(255 247 237 / 0.65);
  }

  .\32xl\:border-t-orange-50\/70 {
    border-top-color: rgb(255 247 237 / 0.7);
  }

  .\32xl\:border-t-orange-50\/75 {
    border-top-color: rgb(255 247 237 / 0.75);
  }

  .\32xl\:border-t-orange-50\/80 {
    border-top-color: rgb(255 247 237 / 0.8);
  }

  .\32xl\:border-t-orange-50\/85 {
    border-top-color: rgb(255 247 237 / 0.85);
  }

  .\32xl\:border-t-orange-50\/90 {
    border-top-color: rgb(255 247 237 / 0.9);
  }

  .\32xl\:border-t-orange-50\/95 {
    border-top-color: rgb(255 247 237 / 0.95);
  }

  .\32xl\:border-t-orange-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-500\/0 {
    border-top-color: rgb(249 115 22 / 0);
  }

  .\32xl\:border-t-orange-500\/10 {
    border-top-color: rgb(249 115 22 / 0.1);
  }

  .\32xl\:border-t-orange-500\/100 {
    border-top-color: rgb(249 115 22 / 1);
  }

  .\32xl\:border-t-orange-500\/15 {
    border-top-color: rgb(249 115 22 / 0.15);
  }

  .\32xl\:border-t-orange-500\/20 {
    border-top-color: rgb(249 115 22 / 0.2);
  }

  .\32xl\:border-t-orange-500\/25 {
    border-top-color: rgb(249 115 22 / 0.25);
  }

  .\32xl\:border-t-orange-500\/30 {
    border-top-color: rgb(249 115 22 / 0.3);
  }

  .\32xl\:border-t-orange-500\/35 {
    border-top-color: rgb(249 115 22 / 0.35);
  }

  .\32xl\:border-t-orange-500\/40 {
    border-top-color: rgb(249 115 22 / 0.4);
  }

  .\32xl\:border-t-orange-500\/45 {
    border-top-color: rgb(249 115 22 / 0.45);
  }

  .\32xl\:border-t-orange-500\/5 {
    border-top-color: rgb(249 115 22 / 0.05);
  }

  .\32xl\:border-t-orange-500\/50 {
    border-top-color: rgb(249 115 22 / 0.5);
  }

  .\32xl\:border-t-orange-500\/55 {
    border-top-color: rgb(249 115 22 / 0.55);
  }

  .\32xl\:border-t-orange-500\/60 {
    border-top-color: rgb(249 115 22 / 0.6);
  }

  .\32xl\:border-t-orange-500\/65 {
    border-top-color: rgb(249 115 22 / 0.65);
  }

  .\32xl\:border-t-orange-500\/70 {
    border-top-color: rgb(249 115 22 / 0.7);
  }

  .\32xl\:border-t-orange-500\/75 {
    border-top-color: rgb(249 115 22 / 0.75);
  }

  .\32xl\:border-t-orange-500\/80 {
    border-top-color: rgb(249 115 22 / 0.8);
  }

  .\32xl\:border-t-orange-500\/85 {
    border-top-color: rgb(249 115 22 / 0.85);
  }

  .\32xl\:border-t-orange-500\/90 {
    border-top-color: rgb(249 115 22 / 0.9);
  }

  .\32xl\:border-t-orange-500\/95 {
    border-top-color: rgb(249 115 22 / 0.95);
  }

  .\32xl\:border-t-orange-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-600\/0 {
    border-top-color: rgb(234 88 12 / 0);
  }

  .\32xl\:border-t-orange-600\/10 {
    border-top-color: rgb(234 88 12 / 0.1);
  }

  .\32xl\:border-t-orange-600\/100 {
    border-top-color: rgb(234 88 12 / 1);
  }

  .\32xl\:border-t-orange-600\/15 {
    border-top-color: rgb(234 88 12 / 0.15);
  }

  .\32xl\:border-t-orange-600\/20 {
    border-top-color: rgb(234 88 12 / 0.2);
  }

  .\32xl\:border-t-orange-600\/25 {
    border-top-color: rgb(234 88 12 / 0.25);
  }

  .\32xl\:border-t-orange-600\/30 {
    border-top-color: rgb(234 88 12 / 0.3);
  }

  .\32xl\:border-t-orange-600\/35 {
    border-top-color: rgb(234 88 12 / 0.35);
  }

  .\32xl\:border-t-orange-600\/40 {
    border-top-color: rgb(234 88 12 / 0.4);
  }

  .\32xl\:border-t-orange-600\/45 {
    border-top-color: rgb(234 88 12 / 0.45);
  }

  .\32xl\:border-t-orange-600\/5 {
    border-top-color: rgb(234 88 12 / 0.05);
  }

  .\32xl\:border-t-orange-600\/50 {
    border-top-color: rgb(234 88 12 / 0.5);
  }

  .\32xl\:border-t-orange-600\/55 {
    border-top-color: rgb(234 88 12 / 0.55);
  }

  .\32xl\:border-t-orange-600\/60 {
    border-top-color: rgb(234 88 12 / 0.6);
  }

  .\32xl\:border-t-orange-600\/65 {
    border-top-color: rgb(234 88 12 / 0.65);
  }

  .\32xl\:border-t-orange-600\/70 {
    border-top-color: rgb(234 88 12 / 0.7);
  }

  .\32xl\:border-t-orange-600\/75 {
    border-top-color: rgb(234 88 12 / 0.75);
  }

  .\32xl\:border-t-orange-600\/80 {
    border-top-color: rgb(234 88 12 / 0.8);
  }

  .\32xl\:border-t-orange-600\/85 {
    border-top-color: rgb(234 88 12 / 0.85);
  }

  .\32xl\:border-t-orange-600\/90 {
    border-top-color: rgb(234 88 12 / 0.9);
  }

  .\32xl\:border-t-orange-600\/95 {
    border-top-color: rgb(234 88 12 / 0.95);
  }

  .\32xl\:border-t-orange-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-700\/0 {
    border-top-color: rgb(194 65 12 / 0);
  }

  .\32xl\:border-t-orange-700\/10 {
    border-top-color: rgb(194 65 12 / 0.1);
  }

  .\32xl\:border-t-orange-700\/100 {
    border-top-color: rgb(194 65 12 / 1);
  }

  .\32xl\:border-t-orange-700\/15 {
    border-top-color: rgb(194 65 12 / 0.15);
  }

  .\32xl\:border-t-orange-700\/20 {
    border-top-color: rgb(194 65 12 / 0.2);
  }

  .\32xl\:border-t-orange-700\/25 {
    border-top-color: rgb(194 65 12 / 0.25);
  }

  .\32xl\:border-t-orange-700\/30 {
    border-top-color: rgb(194 65 12 / 0.3);
  }

  .\32xl\:border-t-orange-700\/35 {
    border-top-color: rgb(194 65 12 / 0.35);
  }

  .\32xl\:border-t-orange-700\/40 {
    border-top-color: rgb(194 65 12 / 0.4);
  }

  .\32xl\:border-t-orange-700\/45 {
    border-top-color: rgb(194 65 12 / 0.45);
  }

  .\32xl\:border-t-orange-700\/5 {
    border-top-color: rgb(194 65 12 / 0.05);
  }

  .\32xl\:border-t-orange-700\/50 {
    border-top-color: rgb(194 65 12 / 0.5);
  }

  .\32xl\:border-t-orange-700\/55 {
    border-top-color: rgb(194 65 12 / 0.55);
  }

  .\32xl\:border-t-orange-700\/60 {
    border-top-color: rgb(194 65 12 / 0.6);
  }

  .\32xl\:border-t-orange-700\/65 {
    border-top-color: rgb(194 65 12 / 0.65);
  }

  .\32xl\:border-t-orange-700\/70 {
    border-top-color: rgb(194 65 12 / 0.7);
  }

  .\32xl\:border-t-orange-700\/75 {
    border-top-color: rgb(194 65 12 / 0.75);
  }

  .\32xl\:border-t-orange-700\/80 {
    border-top-color: rgb(194 65 12 / 0.8);
  }

  .\32xl\:border-t-orange-700\/85 {
    border-top-color: rgb(194 65 12 / 0.85);
  }

  .\32xl\:border-t-orange-700\/90 {
    border-top-color: rgb(194 65 12 / 0.9);
  }

  .\32xl\:border-t-orange-700\/95 {
    border-top-color: rgb(194 65 12 / 0.95);
  }

  .\32xl\:border-t-orange-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-800\/0 {
    border-top-color: rgb(154 52 18 / 0);
  }

  .\32xl\:border-t-orange-800\/10 {
    border-top-color: rgb(154 52 18 / 0.1);
  }

  .\32xl\:border-t-orange-800\/100 {
    border-top-color: rgb(154 52 18 / 1);
  }

  .\32xl\:border-t-orange-800\/15 {
    border-top-color: rgb(154 52 18 / 0.15);
  }

  .\32xl\:border-t-orange-800\/20 {
    border-top-color: rgb(154 52 18 / 0.2);
  }

  .\32xl\:border-t-orange-800\/25 {
    border-top-color: rgb(154 52 18 / 0.25);
  }

  .\32xl\:border-t-orange-800\/30 {
    border-top-color: rgb(154 52 18 / 0.3);
  }

  .\32xl\:border-t-orange-800\/35 {
    border-top-color: rgb(154 52 18 / 0.35);
  }

  .\32xl\:border-t-orange-800\/40 {
    border-top-color: rgb(154 52 18 / 0.4);
  }

  .\32xl\:border-t-orange-800\/45 {
    border-top-color: rgb(154 52 18 / 0.45);
  }

  .\32xl\:border-t-orange-800\/5 {
    border-top-color: rgb(154 52 18 / 0.05);
  }

  .\32xl\:border-t-orange-800\/50 {
    border-top-color: rgb(154 52 18 / 0.5);
  }

  .\32xl\:border-t-orange-800\/55 {
    border-top-color: rgb(154 52 18 / 0.55);
  }

  .\32xl\:border-t-orange-800\/60 {
    border-top-color: rgb(154 52 18 / 0.6);
  }

  .\32xl\:border-t-orange-800\/65 {
    border-top-color: rgb(154 52 18 / 0.65);
  }

  .\32xl\:border-t-orange-800\/70 {
    border-top-color: rgb(154 52 18 / 0.7);
  }

  .\32xl\:border-t-orange-800\/75 {
    border-top-color: rgb(154 52 18 / 0.75);
  }

  .\32xl\:border-t-orange-800\/80 {
    border-top-color: rgb(154 52 18 / 0.8);
  }

  .\32xl\:border-t-orange-800\/85 {
    border-top-color: rgb(154 52 18 / 0.85);
  }

  .\32xl\:border-t-orange-800\/90 {
    border-top-color: rgb(154 52 18 / 0.9);
  }

  .\32xl\:border-t-orange-800\/95 {
    border-top-color: rgb(154 52 18 / 0.95);
  }

  .\32xl\:border-t-orange-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-900\/0 {
    border-top-color: rgb(124 45 18 / 0);
  }

  .\32xl\:border-t-orange-900\/10 {
    border-top-color: rgb(124 45 18 / 0.1);
  }

  .\32xl\:border-t-orange-900\/100 {
    border-top-color: rgb(124 45 18 / 1);
  }

  .\32xl\:border-t-orange-900\/15 {
    border-top-color: rgb(124 45 18 / 0.15);
  }

  .\32xl\:border-t-orange-900\/20 {
    border-top-color: rgb(124 45 18 / 0.2);
  }

  .\32xl\:border-t-orange-900\/25 {
    border-top-color: rgb(124 45 18 / 0.25);
  }

  .\32xl\:border-t-orange-900\/30 {
    border-top-color: rgb(124 45 18 / 0.3);
  }

  .\32xl\:border-t-orange-900\/35 {
    border-top-color: rgb(124 45 18 / 0.35);
  }

  .\32xl\:border-t-orange-900\/40 {
    border-top-color: rgb(124 45 18 / 0.4);
  }

  .\32xl\:border-t-orange-900\/45 {
    border-top-color: rgb(124 45 18 / 0.45);
  }

  .\32xl\:border-t-orange-900\/5 {
    border-top-color: rgb(124 45 18 / 0.05);
  }

  .\32xl\:border-t-orange-900\/50 {
    border-top-color: rgb(124 45 18 / 0.5);
  }

  .\32xl\:border-t-orange-900\/55 {
    border-top-color: rgb(124 45 18 / 0.55);
  }

  .\32xl\:border-t-orange-900\/60 {
    border-top-color: rgb(124 45 18 / 0.6);
  }

  .\32xl\:border-t-orange-900\/65 {
    border-top-color: rgb(124 45 18 / 0.65);
  }

  .\32xl\:border-t-orange-900\/70 {
    border-top-color: rgb(124 45 18 / 0.7);
  }

  .\32xl\:border-t-orange-900\/75 {
    border-top-color: rgb(124 45 18 / 0.75);
  }

  .\32xl\:border-t-orange-900\/80 {
    border-top-color: rgb(124 45 18 / 0.8);
  }

  .\32xl\:border-t-orange-900\/85 {
    border-top-color: rgb(124 45 18 / 0.85);
  }

  .\32xl\:border-t-orange-900\/90 {
    border-top-color: rgb(124 45 18 / 0.9);
  }

  .\32xl\:border-t-orange-900\/95 {
    border-top-color: rgb(124 45 18 / 0.95);
  }

  .\32xl\:border-t-orange-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-orange-950\/0 {
    border-top-color: rgb(67 20 7 / 0);
  }

  .\32xl\:border-t-orange-950\/10 {
    border-top-color: rgb(67 20 7 / 0.1);
  }

  .\32xl\:border-t-orange-950\/100 {
    border-top-color: rgb(67 20 7 / 1);
  }

  .\32xl\:border-t-orange-950\/15 {
    border-top-color: rgb(67 20 7 / 0.15);
  }

  .\32xl\:border-t-orange-950\/20 {
    border-top-color: rgb(67 20 7 / 0.2);
  }

  .\32xl\:border-t-orange-950\/25 {
    border-top-color: rgb(67 20 7 / 0.25);
  }

  .\32xl\:border-t-orange-950\/30 {
    border-top-color: rgb(67 20 7 / 0.3);
  }

  .\32xl\:border-t-orange-950\/35 {
    border-top-color: rgb(67 20 7 / 0.35);
  }

  .\32xl\:border-t-orange-950\/40 {
    border-top-color: rgb(67 20 7 / 0.4);
  }

  .\32xl\:border-t-orange-950\/45 {
    border-top-color: rgb(67 20 7 / 0.45);
  }

  .\32xl\:border-t-orange-950\/5 {
    border-top-color: rgb(67 20 7 / 0.05);
  }

  .\32xl\:border-t-orange-950\/50 {
    border-top-color: rgb(67 20 7 / 0.5);
  }

  .\32xl\:border-t-orange-950\/55 {
    border-top-color: rgb(67 20 7 / 0.55);
  }

  .\32xl\:border-t-orange-950\/60 {
    border-top-color: rgb(67 20 7 / 0.6);
  }

  .\32xl\:border-t-orange-950\/65 {
    border-top-color: rgb(67 20 7 / 0.65);
  }

  .\32xl\:border-t-orange-950\/70 {
    border-top-color: rgb(67 20 7 / 0.7);
  }

  .\32xl\:border-t-orange-950\/75 {
    border-top-color: rgb(67 20 7 / 0.75);
  }

  .\32xl\:border-t-orange-950\/80 {
    border-top-color: rgb(67 20 7 / 0.8);
  }

  .\32xl\:border-t-orange-950\/85 {
    border-top-color: rgb(67 20 7 / 0.85);
  }

  .\32xl\:border-t-orange-950\/90 {
    border-top-color: rgb(67 20 7 / 0.9);
  }

  .\32xl\:border-t-orange-950\/95 {
    border-top-color: rgb(67 20 7 / 0.95);
  }

  .\32xl\:border-t-pink-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-100\/0 {
    border-top-color: rgb(252 231 243 / 0);
  }

  .\32xl\:border-t-pink-100\/10 {
    border-top-color: rgb(252 231 243 / 0.1);
  }

  .\32xl\:border-t-pink-100\/100 {
    border-top-color: rgb(252 231 243 / 1);
  }

  .\32xl\:border-t-pink-100\/15 {
    border-top-color: rgb(252 231 243 / 0.15);
  }

  .\32xl\:border-t-pink-100\/20 {
    border-top-color: rgb(252 231 243 / 0.2);
  }

  .\32xl\:border-t-pink-100\/25 {
    border-top-color: rgb(252 231 243 / 0.25);
  }

  .\32xl\:border-t-pink-100\/30 {
    border-top-color: rgb(252 231 243 / 0.3);
  }

  .\32xl\:border-t-pink-100\/35 {
    border-top-color: rgb(252 231 243 / 0.35);
  }

  .\32xl\:border-t-pink-100\/40 {
    border-top-color: rgb(252 231 243 / 0.4);
  }

  .\32xl\:border-t-pink-100\/45 {
    border-top-color: rgb(252 231 243 / 0.45);
  }

  .\32xl\:border-t-pink-100\/5 {
    border-top-color: rgb(252 231 243 / 0.05);
  }

  .\32xl\:border-t-pink-100\/50 {
    border-top-color: rgb(252 231 243 / 0.5);
  }

  .\32xl\:border-t-pink-100\/55 {
    border-top-color: rgb(252 231 243 / 0.55);
  }

  .\32xl\:border-t-pink-100\/60 {
    border-top-color: rgb(252 231 243 / 0.6);
  }

  .\32xl\:border-t-pink-100\/65 {
    border-top-color: rgb(252 231 243 / 0.65);
  }

  .\32xl\:border-t-pink-100\/70 {
    border-top-color: rgb(252 231 243 / 0.7);
  }

  .\32xl\:border-t-pink-100\/75 {
    border-top-color: rgb(252 231 243 / 0.75);
  }

  .\32xl\:border-t-pink-100\/80 {
    border-top-color: rgb(252 231 243 / 0.8);
  }

  .\32xl\:border-t-pink-100\/85 {
    border-top-color: rgb(252 231 243 / 0.85);
  }

  .\32xl\:border-t-pink-100\/90 {
    border-top-color: rgb(252 231 243 / 0.9);
  }

  .\32xl\:border-t-pink-100\/95 {
    border-top-color: rgb(252 231 243 / 0.95);
  }

  .\32xl\:border-t-pink-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-200\/0 {
    border-top-color: rgb(251 207 232 / 0);
  }

  .\32xl\:border-t-pink-200\/10 {
    border-top-color: rgb(251 207 232 / 0.1);
  }

  .\32xl\:border-t-pink-200\/100 {
    border-top-color: rgb(251 207 232 / 1);
  }

  .\32xl\:border-t-pink-200\/15 {
    border-top-color: rgb(251 207 232 / 0.15);
  }

  .\32xl\:border-t-pink-200\/20 {
    border-top-color: rgb(251 207 232 / 0.2);
  }

  .\32xl\:border-t-pink-200\/25 {
    border-top-color: rgb(251 207 232 / 0.25);
  }

  .\32xl\:border-t-pink-200\/30 {
    border-top-color: rgb(251 207 232 / 0.3);
  }

  .\32xl\:border-t-pink-200\/35 {
    border-top-color: rgb(251 207 232 / 0.35);
  }

  .\32xl\:border-t-pink-200\/40 {
    border-top-color: rgb(251 207 232 / 0.4);
  }

  .\32xl\:border-t-pink-200\/45 {
    border-top-color: rgb(251 207 232 / 0.45);
  }

  .\32xl\:border-t-pink-200\/5 {
    border-top-color: rgb(251 207 232 / 0.05);
  }

  .\32xl\:border-t-pink-200\/50 {
    border-top-color: rgb(251 207 232 / 0.5);
  }

  .\32xl\:border-t-pink-200\/55 {
    border-top-color: rgb(251 207 232 / 0.55);
  }

  .\32xl\:border-t-pink-200\/60 {
    border-top-color: rgb(251 207 232 / 0.6);
  }

  .\32xl\:border-t-pink-200\/65 {
    border-top-color: rgb(251 207 232 / 0.65);
  }

  .\32xl\:border-t-pink-200\/70 {
    border-top-color: rgb(251 207 232 / 0.7);
  }

  .\32xl\:border-t-pink-200\/75 {
    border-top-color: rgb(251 207 232 / 0.75);
  }

  .\32xl\:border-t-pink-200\/80 {
    border-top-color: rgb(251 207 232 / 0.8);
  }

  .\32xl\:border-t-pink-200\/85 {
    border-top-color: rgb(251 207 232 / 0.85);
  }

  .\32xl\:border-t-pink-200\/90 {
    border-top-color: rgb(251 207 232 / 0.9);
  }

  .\32xl\:border-t-pink-200\/95 {
    border-top-color: rgb(251 207 232 / 0.95);
  }

  .\32xl\:border-t-pink-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-300\/0 {
    border-top-color: rgb(249 168 212 / 0);
  }

  .\32xl\:border-t-pink-300\/10 {
    border-top-color: rgb(249 168 212 / 0.1);
  }

  .\32xl\:border-t-pink-300\/100 {
    border-top-color: rgb(249 168 212 / 1);
  }

  .\32xl\:border-t-pink-300\/15 {
    border-top-color: rgb(249 168 212 / 0.15);
  }

  .\32xl\:border-t-pink-300\/20 {
    border-top-color: rgb(249 168 212 / 0.2);
  }

  .\32xl\:border-t-pink-300\/25 {
    border-top-color: rgb(249 168 212 / 0.25);
  }

  .\32xl\:border-t-pink-300\/30 {
    border-top-color: rgb(249 168 212 / 0.3);
  }

  .\32xl\:border-t-pink-300\/35 {
    border-top-color: rgb(249 168 212 / 0.35);
  }

  .\32xl\:border-t-pink-300\/40 {
    border-top-color: rgb(249 168 212 / 0.4);
  }

  .\32xl\:border-t-pink-300\/45 {
    border-top-color: rgb(249 168 212 / 0.45);
  }

  .\32xl\:border-t-pink-300\/5 {
    border-top-color: rgb(249 168 212 / 0.05);
  }

  .\32xl\:border-t-pink-300\/50 {
    border-top-color: rgb(249 168 212 / 0.5);
  }

  .\32xl\:border-t-pink-300\/55 {
    border-top-color: rgb(249 168 212 / 0.55);
  }

  .\32xl\:border-t-pink-300\/60 {
    border-top-color: rgb(249 168 212 / 0.6);
  }

  .\32xl\:border-t-pink-300\/65 {
    border-top-color: rgb(249 168 212 / 0.65);
  }

  .\32xl\:border-t-pink-300\/70 {
    border-top-color: rgb(249 168 212 / 0.7);
  }

  .\32xl\:border-t-pink-300\/75 {
    border-top-color: rgb(249 168 212 / 0.75);
  }

  .\32xl\:border-t-pink-300\/80 {
    border-top-color: rgb(249 168 212 / 0.8);
  }

  .\32xl\:border-t-pink-300\/85 {
    border-top-color: rgb(249 168 212 / 0.85);
  }

  .\32xl\:border-t-pink-300\/90 {
    border-top-color: rgb(249 168 212 / 0.9);
  }

  .\32xl\:border-t-pink-300\/95 {
    border-top-color: rgb(249 168 212 / 0.95);
  }

  .\32xl\:border-t-pink-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-400\/0 {
    border-top-color: rgb(244 114 182 / 0);
  }

  .\32xl\:border-t-pink-400\/10 {
    border-top-color: rgb(244 114 182 / 0.1);
  }

  .\32xl\:border-t-pink-400\/100 {
    border-top-color: rgb(244 114 182 / 1);
  }

  .\32xl\:border-t-pink-400\/15 {
    border-top-color: rgb(244 114 182 / 0.15);
  }

  .\32xl\:border-t-pink-400\/20 {
    border-top-color: rgb(244 114 182 / 0.2);
  }

  .\32xl\:border-t-pink-400\/25 {
    border-top-color: rgb(244 114 182 / 0.25);
  }

  .\32xl\:border-t-pink-400\/30 {
    border-top-color: rgb(244 114 182 / 0.3);
  }

  .\32xl\:border-t-pink-400\/35 {
    border-top-color: rgb(244 114 182 / 0.35);
  }

  .\32xl\:border-t-pink-400\/40 {
    border-top-color: rgb(244 114 182 / 0.4);
  }

  .\32xl\:border-t-pink-400\/45 {
    border-top-color: rgb(244 114 182 / 0.45);
  }

  .\32xl\:border-t-pink-400\/5 {
    border-top-color: rgb(244 114 182 / 0.05);
  }

  .\32xl\:border-t-pink-400\/50 {
    border-top-color: rgb(244 114 182 / 0.5);
  }

  .\32xl\:border-t-pink-400\/55 {
    border-top-color: rgb(244 114 182 / 0.55);
  }

  .\32xl\:border-t-pink-400\/60 {
    border-top-color: rgb(244 114 182 / 0.6);
  }

  .\32xl\:border-t-pink-400\/65 {
    border-top-color: rgb(244 114 182 / 0.65);
  }

  .\32xl\:border-t-pink-400\/70 {
    border-top-color: rgb(244 114 182 / 0.7);
  }

  .\32xl\:border-t-pink-400\/75 {
    border-top-color: rgb(244 114 182 / 0.75);
  }

  .\32xl\:border-t-pink-400\/80 {
    border-top-color: rgb(244 114 182 / 0.8);
  }

  .\32xl\:border-t-pink-400\/85 {
    border-top-color: rgb(244 114 182 / 0.85);
  }

  .\32xl\:border-t-pink-400\/90 {
    border-top-color: rgb(244 114 182 / 0.9);
  }

  .\32xl\:border-t-pink-400\/95 {
    border-top-color: rgb(244 114 182 / 0.95);
  }

  .\32xl\:border-t-pink-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-50\/0 {
    border-top-color: rgb(253 242 248 / 0);
  }

  .\32xl\:border-t-pink-50\/10 {
    border-top-color: rgb(253 242 248 / 0.1);
  }

  .\32xl\:border-t-pink-50\/100 {
    border-top-color: rgb(253 242 248 / 1);
  }

  .\32xl\:border-t-pink-50\/15 {
    border-top-color: rgb(253 242 248 / 0.15);
  }

  .\32xl\:border-t-pink-50\/20 {
    border-top-color: rgb(253 242 248 / 0.2);
  }

  .\32xl\:border-t-pink-50\/25 {
    border-top-color: rgb(253 242 248 / 0.25);
  }

  .\32xl\:border-t-pink-50\/30 {
    border-top-color: rgb(253 242 248 / 0.3);
  }

  .\32xl\:border-t-pink-50\/35 {
    border-top-color: rgb(253 242 248 / 0.35);
  }

  .\32xl\:border-t-pink-50\/40 {
    border-top-color: rgb(253 242 248 / 0.4);
  }

  .\32xl\:border-t-pink-50\/45 {
    border-top-color: rgb(253 242 248 / 0.45);
  }

  .\32xl\:border-t-pink-50\/5 {
    border-top-color: rgb(253 242 248 / 0.05);
  }

  .\32xl\:border-t-pink-50\/50 {
    border-top-color: rgb(253 242 248 / 0.5);
  }

  .\32xl\:border-t-pink-50\/55 {
    border-top-color: rgb(253 242 248 / 0.55);
  }

  .\32xl\:border-t-pink-50\/60 {
    border-top-color: rgb(253 242 248 / 0.6);
  }

  .\32xl\:border-t-pink-50\/65 {
    border-top-color: rgb(253 242 248 / 0.65);
  }

  .\32xl\:border-t-pink-50\/70 {
    border-top-color: rgb(253 242 248 / 0.7);
  }

  .\32xl\:border-t-pink-50\/75 {
    border-top-color: rgb(253 242 248 / 0.75);
  }

  .\32xl\:border-t-pink-50\/80 {
    border-top-color: rgb(253 242 248 / 0.8);
  }

  .\32xl\:border-t-pink-50\/85 {
    border-top-color: rgb(253 242 248 / 0.85);
  }

  .\32xl\:border-t-pink-50\/90 {
    border-top-color: rgb(253 242 248 / 0.9);
  }

  .\32xl\:border-t-pink-50\/95 {
    border-top-color: rgb(253 242 248 / 0.95);
  }

  .\32xl\:border-t-pink-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-500\/0 {
    border-top-color: rgb(236 72 153 / 0);
  }

  .\32xl\:border-t-pink-500\/10 {
    border-top-color: rgb(236 72 153 / 0.1);
  }

  .\32xl\:border-t-pink-500\/100 {
    border-top-color: rgb(236 72 153 / 1);
  }

  .\32xl\:border-t-pink-500\/15 {
    border-top-color: rgb(236 72 153 / 0.15);
  }

  .\32xl\:border-t-pink-500\/20 {
    border-top-color: rgb(236 72 153 / 0.2);
  }

  .\32xl\:border-t-pink-500\/25 {
    border-top-color: rgb(236 72 153 / 0.25);
  }

  .\32xl\:border-t-pink-500\/30 {
    border-top-color: rgb(236 72 153 / 0.3);
  }

  .\32xl\:border-t-pink-500\/35 {
    border-top-color: rgb(236 72 153 / 0.35);
  }

  .\32xl\:border-t-pink-500\/40 {
    border-top-color: rgb(236 72 153 / 0.4);
  }

  .\32xl\:border-t-pink-500\/45 {
    border-top-color: rgb(236 72 153 / 0.45);
  }

  .\32xl\:border-t-pink-500\/5 {
    border-top-color: rgb(236 72 153 / 0.05);
  }

  .\32xl\:border-t-pink-500\/50 {
    border-top-color: rgb(236 72 153 / 0.5);
  }

  .\32xl\:border-t-pink-500\/55 {
    border-top-color: rgb(236 72 153 / 0.55);
  }

  .\32xl\:border-t-pink-500\/60 {
    border-top-color: rgb(236 72 153 / 0.6);
  }

  .\32xl\:border-t-pink-500\/65 {
    border-top-color: rgb(236 72 153 / 0.65);
  }

  .\32xl\:border-t-pink-500\/70 {
    border-top-color: rgb(236 72 153 / 0.7);
  }

  .\32xl\:border-t-pink-500\/75 {
    border-top-color: rgb(236 72 153 / 0.75);
  }

  .\32xl\:border-t-pink-500\/80 {
    border-top-color: rgb(236 72 153 / 0.8);
  }

  .\32xl\:border-t-pink-500\/85 {
    border-top-color: rgb(236 72 153 / 0.85);
  }

  .\32xl\:border-t-pink-500\/90 {
    border-top-color: rgb(236 72 153 / 0.9);
  }

  .\32xl\:border-t-pink-500\/95 {
    border-top-color: rgb(236 72 153 / 0.95);
  }

  .\32xl\:border-t-pink-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-600\/0 {
    border-top-color: rgb(219 39 119 / 0);
  }

  .\32xl\:border-t-pink-600\/10 {
    border-top-color: rgb(219 39 119 / 0.1);
  }

  .\32xl\:border-t-pink-600\/100 {
    border-top-color: rgb(219 39 119 / 1);
  }

  .\32xl\:border-t-pink-600\/15 {
    border-top-color: rgb(219 39 119 / 0.15);
  }

  .\32xl\:border-t-pink-600\/20 {
    border-top-color: rgb(219 39 119 / 0.2);
  }

  .\32xl\:border-t-pink-600\/25 {
    border-top-color: rgb(219 39 119 / 0.25);
  }

  .\32xl\:border-t-pink-600\/30 {
    border-top-color: rgb(219 39 119 / 0.3);
  }

  .\32xl\:border-t-pink-600\/35 {
    border-top-color: rgb(219 39 119 / 0.35);
  }

  .\32xl\:border-t-pink-600\/40 {
    border-top-color: rgb(219 39 119 / 0.4);
  }

  .\32xl\:border-t-pink-600\/45 {
    border-top-color: rgb(219 39 119 / 0.45);
  }

  .\32xl\:border-t-pink-600\/5 {
    border-top-color: rgb(219 39 119 / 0.05);
  }

  .\32xl\:border-t-pink-600\/50 {
    border-top-color: rgb(219 39 119 / 0.5);
  }

  .\32xl\:border-t-pink-600\/55 {
    border-top-color: rgb(219 39 119 / 0.55);
  }

  .\32xl\:border-t-pink-600\/60 {
    border-top-color: rgb(219 39 119 / 0.6);
  }

  .\32xl\:border-t-pink-600\/65 {
    border-top-color: rgb(219 39 119 / 0.65);
  }

  .\32xl\:border-t-pink-600\/70 {
    border-top-color: rgb(219 39 119 / 0.7);
  }

  .\32xl\:border-t-pink-600\/75 {
    border-top-color: rgb(219 39 119 / 0.75);
  }

  .\32xl\:border-t-pink-600\/80 {
    border-top-color: rgb(219 39 119 / 0.8);
  }

  .\32xl\:border-t-pink-600\/85 {
    border-top-color: rgb(219 39 119 / 0.85);
  }

  .\32xl\:border-t-pink-600\/90 {
    border-top-color: rgb(219 39 119 / 0.9);
  }

  .\32xl\:border-t-pink-600\/95 {
    border-top-color: rgb(219 39 119 / 0.95);
  }

  .\32xl\:border-t-pink-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-700\/0 {
    border-top-color: rgb(190 24 93 / 0);
  }

  .\32xl\:border-t-pink-700\/10 {
    border-top-color: rgb(190 24 93 / 0.1);
  }

  .\32xl\:border-t-pink-700\/100 {
    border-top-color: rgb(190 24 93 / 1);
  }

  .\32xl\:border-t-pink-700\/15 {
    border-top-color: rgb(190 24 93 / 0.15);
  }

  .\32xl\:border-t-pink-700\/20 {
    border-top-color: rgb(190 24 93 / 0.2);
  }

  .\32xl\:border-t-pink-700\/25 {
    border-top-color: rgb(190 24 93 / 0.25);
  }

  .\32xl\:border-t-pink-700\/30 {
    border-top-color: rgb(190 24 93 / 0.3);
  }

  .\32xl\:border-t-pink-700\/35 {
    border-top-color: rgb(190 24 93 / 0.35);
  }

  .\32xl\:border-t-pink-700\/40 {
    border-top-color: rgb(190 24 93 / 0.4);
  }

  .\32xl\:border-t-pink-700\/45 {
    border-top-color: rgb(190 24 93 / 0.45);
  }

  .\32xl\:border-t-pink-700\/5 {
    border-top-color: rgb(190 24 93 / 0.05);
  }

  .\32xl\:border-t-pink-700\/50 {
    border-top-color: rgb(190 24 93 / 0.5);
  }

  .\32xl\:border-t-pink-700\/55 {
    border-top-color: rgb(190 24 93 / 0.55);
  }

  .\32xl\:border-t-pink-700\/60 {
    border-top-color: rgb(190 24 93 / 0.6);
  }

  .\32xl\:border-t-pink-700\/65 {
    border-top-color: rgb(190 24 93 / 0.65);
  }

  .\32xl\:border-t-pink-700\/70 {
    border-top-color: rgb(190 24 93 / 0.7);
  }

  .\32xl\:border-t-pink-700\/75 {
    border-top-color: rgb(190 24 93 / 0.75);
  }

  .\32xl\:border-t-pink-700\/80 {
    border-top-color: rgb(190 24 93 / 0.8);
  }

  .\32xl\:border-t-pink-700\/85 {
    border-top-color: rgb(190 24 93 / 0.85);
  }

  .\32xl\:border-t-pink-700\/90 {
    border-top-color: rgb(190 24 93 / 0.9);
  }

  .\32xl\:border-t-pink-700\/95 {
    border-top-color: rgb(190 24 93 / 0.95);
  }

  .\32xl\:border-t-pink-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-800\/0 {
    border-top-color: rgb(157 23 77 / 0);
  }

  .\32xl\:border-t-pink-800\/10 {
    border-top-color: rgb(157 23 77 / 0.1);
  }

  .\32xl\:border-t-pink-800\/100 {
    border-top-color: rgb(157 23 77 / 1);
  }

  .\32xl\:border-t-pink-800\/15 {
    border-top-color: rgb(157 23 77 / 0.15);
  }

  .\32xl\:border-t-pink-800\/20 {
    border-top-color: rgb(157 23 77 / 0.2);
  }

  .\32xl\:border-t-pink-800\/25 {
    border-top-color: rgb(157 23 77 / 0.25);
  }

  .\32xl\:border-t-pink-800\/30 {
    border-top-color: rgb(157 23 77 / 0.3);
  }

  .\32xl\:border-t-pink-800\/35 {
    border-top-color: rgb(157 23 77 / 0.35);
  }

  .\32xl\:border-t-pink-800\/40 {
    border-top-color: rgb(157 23 77 / 0.4);
  }

  .\32xl\:border-t-pink-800\/45 {
    border-top-color: rgb(157 23 77 / 0.45);
  }

  .\32xl\:border-t-pink-800\/5 {
    border-top-color: rgb(157 23 77 / 0.05);
  }

  .\32xl\:border-t-pink-800\/50 {
    border-top-color: rgb(157 23 77 / 0.5);
  }

  .\32xl\:border-t-pink-800\/55 {
    border-top-color: rgb(157 23 77 / 0.55);
  }

  .\32xl\:border-t-pink-800\/60 {
    border-top-color: rgb(157 23 77 / 0.6);
  }

  .\32xl\:border-t-pink-800\/65 {
    border-top-color: rgb(157 23 77 / 0.65);
  }

  .\32xl\:border-t-pink-800\/70 {
    border-top-color: rgb(157 23 77 / 0.7);
  }

  .\32xl\:border-t-pink-800\/75 {
    border-top-color: rgb(157 23 77 / 0.75);
  }

  .\32xl\:border-t-pink-800\/80 {
    border-top-color: rgb(157 23 77 / 0.8);
  }

  .\32xl\:border-t-pink-800\/85 {
    border-top-color: rgb(157 23 77 / 0.85);
  }

  .\32xl\:border-t-pink-800\/90 {
    border-top-color: rgb(157 23 77 / 0.9);
  }

  .\32xl\:border-t-pink-800\/95 {
    border-top-color: rgb(157 23 77 / 0.95);
  }

  .\32xl\:border-t-pink-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-900\/0 {
    border-top-color: rgb(131 24 67 / 0);
  }

  .\32xl\:border-t-pink-900\/10 {
    border-top-color: rgb(131 24 67 / 0.1);
  }

  .\32xl\:border-t-pink-900\/100 {
    border-top-color: rgb(131 24 67 / 1);
  }

  .\32xl\:border-t-pink-900\/15 {
    border-top-color: rgb(131 24 67 / 0.15);
  }

  .\32xl\:border-t-pink-900\/20 {
    border-top-color: rgb(131 24 67 / 0.2);
  }

  .\32xl\:border-t-pink-900\/25 {
    border-top-color: rgb(131 24 67 / 0.25);
  }

  .\32xl\:border-t-pink-900\/30 {
    border-top-color: rgb(131 24 67 / 0.3);
  }

  .\32xl\:border-t-pink-900\/35 {
    border-top-color: rgb(131 24 67 / 0.35);
  }

  .\32xl\:border-t-pink-900\/40 {
    border-top-color: rgb(131 24 67 / 0.4);
  }

  .\32xl\:border-t-pink-900\/45 {
    border-top-color: rgb(131 24 67 / 0.45);
  }

  .\32xl\:border-t-pink-900\/5 {
    border-top-color: rgb(131 24 67 / 0.05);
  }

  .\32xl\:border-t-pink-900\/50 {
    border-top-color: rgb(131 24 67 / 0.5);
  }

  .\32xl\:border-t-pink-900\/55 {
    border-top-color: rgb(131 24 67 / 0.55);
  }

  .\32xl\:border-t-pink-900\/60 {
    border-top-color: rgb(131 24 67 / 0.6);
  }

  .\32xl\:border-t-pink-900\/65 {
    border-top-color: rgb(131 24 67 / 0.65);
  }

  .\32xl\:border-t-pink-900\/70 {
    border-top-color: rgb(131 24 67 / 0.7);
  }

  .\32xl\:border-t-pink-900\/75 {
    border-top-color: rgb(131 24 67 / 0.75);
  }

  .\32xl\:border-t-pink-900\/80 {
    border-top-color: rgb(131 24 67 / 0.8);
  }

  .\32xl\:border-t-pink-900\/85 {
    border-top-color: rgb(131 24 67 / 0.85);
  }

  .\32xl\:border-t-pink-900\/90 {
    border-top-color: rgb(131 24 67 / 0.9);
  }

  .\32xl\:border-t-pink-900\/95 {
    border-top-color: rgb(131 24 67 / 0.95);
  }

  .\32xl\:border-t-pink-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-pink-950\/0 {
    border-top-color: rgb(80 7 36 / 0);
  }

  .\32xl\:border-t-pink-950\/10 {
    border-top-color: rgb(80 7 36 / 0.1);
  }

  .\32xl\:border-t-pink-950\/100 {
    border-top-color: rgb(80 7 36 / 1);
  }

  .\32xl\:border-t-pink-950\/15 {
    border-top-color: rgb(80 7 36 / 0.15);
  }

  .\32xl\:border-t-pink-950\/20 {
    border-top-color: rgb(80 7 36 / 0.2);
  }

  .\32xl\:border-t-pink-950\/25 {
    border-top-color: rgb(80 7 36 / 0.25);
  }

  .\32xl\:border-t-pink-950\/30 {
    border-top-color: rgb(80 7 36 / 0.3);
  }

  .\32xl\:border-t-pink-950\/35 {
    border-top-color: rgb(80 7 36 / 0.35);
  }

  .\32xl\:border-t-pink-950\/40 {
    border-top-color: rgb(80 7 36 / 0.4);
  }

  .\32xl\:border-t-pink-950\/45 {
    border-top-color: rgb(80 7 36 / 0.45);
  }

  .\32xl\:border-t-pink-950\/5 {
    border-top-color: rgb(80 7 36 / 0.05);
  }

  .\32xl\:border-t-pink-950\/50 {
    border-top-color: rgb(80 7 36 / 0.5);
  }

  .\32xl\:border-t-pink-950\/55 {
    border-top-color: rgb(80 7 36 / 0.55);
  }

  .\32xl\:border-t-pink-950\/60 {
    border-top-color: rgb(80 7 36 / 0.6);
  }

  .\32xl\:border-t-pink-950\/65 {
    border-top-color: rgb(80 7 36 / 0.65);
  }

  .\32xl\:border-t-pink-950\/70 {
    border-top-color: rgb(80 7 36 / 0.7);
  }

  .\32xl\:border-t-pink-950\/75 {
    border-top-color: rgb(80 7 36 / 0.75);
  }

  .\32xl\:border-t-pink-950\/80 {
    border-top-color: rgb(80 7 36 / 0.8);
  }

  .\32xl\:border-t-pink-950\/85 {
    border-top-color: rgb(80 7 36 / 0.85);
  }

  .\32xl\:border-t-pink-950\/90 {
    border-top-color: rgb(80 7 36 / 0.9);
  }

  .\32xl\:border-t-pink-950\/95 {
    border-top-color: rgb(80 7 36 / 0.95);
  }

  .\32xl\:border-t-popover {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-popover-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--popover-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-popover-foreground\/0 {
    border-top-color: hsl(var(--popover-foreground) / 0);
  }

  .\32xl\:border-t-popover-foreground\/10 {
    border-top-color: hsl(var(--popover-foreground) / 0.1);
  }

  .\32xl\:border-t-popover-foreground\/100 {
    border-top-color: hsl(var(--popover-foreground) / 1);
  }

  .\32xl\:border-t-popover-foreground\/15 {
    border-top-color: hsl(var(--popover-foreground) / 0.15);
  }

  .\32xl\:border-t-popover-foreground\/20 {
    border-top-color: hsl(var(--popover-foreground) / 0.2);
  }

  .\32xl\:border-t-popover-foreground\/25 {
    border-top-color: hsl(var(--popover-foreground) / 0.25);
  }

  .\32xl\:border-t-popover-foreground\/30 {
    border-top-color: hsl(var(--popover-foreground) / 0.3);
  }

  .\32xl\:border-t-popover-foreground\/35 {
    border-top-color: hsl(var(--popover-foreground) / 0.35);
  }

  .\32xl\:border-t-popover-foreground\/40 {
    border-top-color: hsl(var(--popover-foreground) / 0.4);
  }

  .\32xl\:border-t-popover-foreground\/45 {
    border-top-color: hsl(var(--popover-foreground) / 0.45);
  }

  .\32xl\:border-t-popover-foreground\/5 {
    border-top-color: hsl(var(--popover-foreground) / 0.05);
  }

  .\32xl\:border-t-popover-foreground\/50 {
    border-top-color: hsl(var(--popover-foreground) / 0.5);
  }

  .\32xl\:border-t-popover-foreground\/55 {
    border-top-color: hsl(var(--popover-foreground) / 0.55);
  }

  .\32xl\:border-t-popover-foreground\/60 {
    border-top-color: hsl(var(--popover-foreground) / 0.6);
  }

  .\32xl\:border-t-popover-foreground\/65 {
    border-top-color: hsl(var(--popover-foreground) / 0.65);
  }

  .\32xl\:border-t-popover-foreground\/70 {
    border-top-color: hsl(var(--popover-foreground) / 0.7);
  }

  .\32xl\:border-t-popover-foreground\/75 {
    border-top-color: hsl(var(--popover-foreground) / 0.75);
  }

  .\32xl\:border-t-popover-foreground\/80 {
    border-top-color: hsl(var(--popover-foreground) / 0.8);
  }

  .\32xl\:border-t-popover-foreground\/85 {
    border-top-color: hsl(var(--popover-foreground) / 0.85);
  }

  .\32xl\:border-t-popover-foreground\/90 {
    border-top-color: hsl(var(--popover-foreground) / 0.9);
  }

  .\32xl\:border-t-popover-foreground\/95 {
    border-top-color: hsl(var(--popover-foreground) / 0.95);
  }

  .\32xl\:border-t-popover\/0 {
    border-top-color: hsl(var(--popover) / 0);
  }

  .\32xl\:border-t-popover\/10 {
    border-top-color: hsl(var(--popover) / 0.1);
  }

  .\32xl\:border-t-popover\/100 {
    border-top-color: hsl(var(--popover) / 1);
  }

  .\32xl\:border-t-popover\/15 {
    border-top-color: hsl(var(--popover) / 0.15);
  }

  .\32xl\:border-t-popover\/20 {
    border-top-color: hsl(var(--popover) / 0.2);
  }

  .\32xl\:border-t-popover\/25 {
    border-top-color: hsl(var(--popover) / 0.25);
  }

  .\32xl\:border-t-popover\/30 {
    border-top-color: hsl(var(--popover) / 0.3);
  }

  .\32xl\:border-t-popover\/35 {
    border-top-color: hsl(var(--popover) / 0.35);
  }

  .\32xl\:border-t-popover\/40 {
    border-top-color: hsl(var(--popover) / 0.4);
  }

  .\32xl\:border-t-popover\/45 {
    border-top-color: hsl(var(--popover) / 0.45);
  }

  .\32xl\:border-t-popover\/5 {
    border-top-color: hsl(var(--popover) / 0.05);
  }

  .\32xl\:border-t-popover\/50 {
    border-top-color: hsl(var(--popover) / 0.5);
  }

  .\32xl\:border-t-popover\/55 {
    border-top-color: hsl(var(--popover) / 0.55);
  }

  .\32xl\:border-t-popover\/60 {
    border-top-color: hsl(var(--popover) / 0.6);
  }

  .\32xl\:border-t-popover\/65 {
    border-top-color: hsl(var(--popover) / 0.65);
  }

  .\32xl\:border-t-popover\/70 {
    border-top-color: hsl(var(--popover) / 0.7);
  }

  .\32xl\:border-t-popover\/75 {
    border-top-color: hsl(var(--popover) / 0.75);
  }

  .\32xl\:border-t-popover\/80 {
    border-top-color: hsl(var(--popover) / 0.8);
  }

  .\32xl\:border-t-popover\/85 {
    border-top-color: hsl(var(--popover) / 0.85);
  }

  .\32xl\:border-t-popover\/90 {
    border-top-color: hsl(var(--popover) / 0.9);
  }

  .\32xl\:border-t-popover\/95 {
    border-top-color: hsl(var(--popover) / 0.95);
  }

  .\32xl\:border-t-primary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-primary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--primary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-primary-foreground\/0 {
    border-top-color: hsl(var(--primary-foreground) / 0);
  }

  .\32xl\:border-t-primary-foreground\/10 {
    border-top-color: hsl(var(--primary-foreground) / 0.1);
  }

  .\32xl\:border-t-primary-foreground\/100 {
    border-top-color: hsl(var(--primary-foreground) / 1);
  }

  .\32xl\:border-t-primary-foreground\/15 {
    border-top-color: hsl(var(--primary-foreground) / 0.15);
  }

  .\32xl\:border-t-primary-foreground\/20 {
    border-top-color: hsl(var(--primary-foreground) / 0.2);
  }

  .\32xl\:border-t-primary-foreground\/25 {
    border-top-color: hsl(var(--primary-foreground) / 0.25);
  }

  .\32xl\:border-t-primary-foreground\/30 {
    border-top-color: hsl(var(--primary-foreground) / 0.3);
  }

  .\32xl\:border-t-primary-foreground\/35 {
    border-top-color: hsl(var(--primary-foreground) / 0.35);
  }

  .\32xl\:border-t-primary-foreground\/40 {
    border-top-color: hsl(var(--primary-foreground) / 0.4);
  }

  .\32xl\:border-t-primary-foreground\/45 {
    border-top-color: hsl(var(--primary-foreground) / 0.45);
  }

  .\32xl\:border-t-primary-foreground\/5 {
    border-top-color: hsl(var(--primary-foreground) / 0.05);
  }

  .\32xl\:border-t-primary-foreground\/50 {
    border-top-color: hsl(var(--primary-foreground) / 0.5);
  }

  .\32xl\:border-t-primary-foreground\/55 {
    border-top-color: hsl(var(--primary-foreground) / 0.55);
  }

  .\32xl\:border-t-primary-foreground\/60 {
    border-top-color: hsl(var(--primary-foreground) / 0.6);
  }

  .\32xl\:border-t-primary-foreground\/65 {
    border-top-color: hsl(var(--primary-foreground) / 0.65);
  }

  .\32xl\:border-t-primary-foreground\/70 {
    border-top-color: hsl(var(--primary-foreground) / 0.7);
  }

  .\32xl\:border-t-primary-foreground\/75 {
    border-top-color: hsl(var(--primary-foreground) / 0.75);
  }

  .\32xl\:border-t-primary-foreground\/80 {
    border-top-color: hsl(var(--primary-foreground) / 0.8);
  }

  .\32xl\:border-t-primary-foreground\/85 {
    border-top-color: hsl(var(--primary-foreground) / 0.85);
  }

  .\32xl\:border-t-primary-foreground\/90 {
    border-top-color: hsl(var(--primary-foreground) / 0.9);
  }

  .\32xl\:border-t-primary-foreground\/95 {
    border-top-color: hsl(var(--primary-foreground) / 0.95);
  }

  .\32xl\:border-t-primary\/0 {
    border-top-color: hsl(var(--primary) / 0);
  }

  .\32xl\:border-t-primary\/10 {
    border-top-color: hsl(var(--primary) / 0.1);
  }

  .\32xl\:border-t-primary\/100 {
    border-top-color: hsl(var(--primary) / 1);
  }

  .\32xl\:border-t-primary\/15 {
    border-top-color: hsl(var(--primary) / 0.15);
  }

  .\32xl\:border-t-primary\/20 {
    border-top-color: hsl(var(--primary) / 0.2);
  }

  .\32xl\:border-t-primary\/25 {
    border-top-color: hsl(var(--primary) / 0.25);
  }

  .\32xl\:border-t-primary\/30 {
    border-top-color: hsl(var(--primary) / 0.3);
  }

  .\32xl\:border-t-primary\/35 {
    border-top-color: hsl(var(--primary) / 0.35);
  }

  .\32xl\:border-t-primary\/40 {
    border-top-color: hsl(var(--primary) / 0.4);
  }

  .\32xl\:border-t-primary\/45 {
    border-top-color: hsl(var(--primary) / 0.45);
  }

  .\32xl\:border-t-primary\/5 {
    border-top-color: hsl(var(--primary) / 0.05);
  }

  .\32xl\:border-t-primary\/50 {
    border-top-color: hsl(var(--primary) / 0.5);
  }

  .\32xl\:border-t-primary\/55 {
    border-top-color: hsl(var(--primary) / 0.55);
  }

  .\32xl\:border-t-primary\/60 {
    border-top-color: hsl(var(--primary) / 0.6);
  }

  .\32xl\:border-t-primary\/65 {
    border-top-color: hsl(var(--primary) / 0.65);
  }

  .\32xl\:border-t-primary\/70 {
    border-top-color: hsl(var(--primary) / 0.7);
  }

  .\32xl\:border-t-primary\/75 {
    border-top-color: hsl(var(--primary) / 0.75);
  }

  .\32xl\:border-t-primary\/80 {
    border-top-color: hsl(var(--primary) / 0.8);
  }

  .\32xl\:border-t-primary\/85 {
    border-top-color: hsl(var(--primary) / 0.85);
  }

  .\32xl\:border-t-primary\/90 {
    border-top-color: hsl(var(--primary) / 0.9);
  }

  .\32xl\:border-t-primary\/95 {
    border-top-color: hsl(var(--primary) / 0.95);
  }

  .\32xl\:border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-100\/0 {
    border-top-color: rgb(243 232 255 / 0);
  }

  .\32xl\:border-t-purple-100\/10 {
    border-top-color: rgb(243 232 255 / 0.1);
  }

  .\32xl\:border-t-purple-100\/100 {
    border-top-color: rgb(243 232 255 / 1);
  }

  .\32xl\:border-t-purple-100\/15 {
    border-top-color: rgb(243 232 255 / 0.15);
  }

  .\32xl\:border-t-purple-100\/20 {
    border-top-color: rgb(243 232 255 / 0.2);
  }

  .\32xl\:border-t-purple-100\/25 {
    border-top-color: rgb(243 232 255 / 0.25);
  }

  .\32xl\:border-t-purple-100\/30 {
    border-top-color: rgb(243 232 255 / 0.3);
  }

  .\32xl\:border-t-purple-100\/35 {
    border-top-color: rgb(243 232 255 / 0.35);
  }

  .\32xl\:border-t-purple-100\/40 {
    border-top-color: rgb(243 232 255 / 0.4);
  }

  .\32xl\:border-t-purple-100\/45 {
    border-top-color: rgb(243 232 255 / 0.45);
  }

  .\32xl\:border-t-purple-100\/5 {
    border-top-color: rgb(243 232 255 / 0.05);
  }

  .\32xl\:border-t-purple-100\/50 {
    border-top-color: rgb(243 232 255 / 0.5);
  }

  .\32xl\:border-t-purple-100\/55 {
    border-top-color: rgb(243 232 255 / 0.55);
  }

  .\32xl\:border-t-purple-100\/60 {
    border-top-color: rgb(243 232 255 / 0.6);
  }

  .\32xl\:border-t-purple-100\/65 {
    border-top-color: rgb(243 232 255 / 0.65);
  }

  .\32xl\:border-t-purple-100\/70 {
    border-top-color: rgb(243 232 255 / 0.7);
  }

  .\32xl\:border-t-purple-100\/75 {
    border-top-color: rgb(243 232 255 / 0.75);
  }

  .\32xl\:border-t-purple-100\/80 {
    border-top-color: rgb(243 232 255 / 0.8);
  }

  .\32xl\:border-t-purple-100\/85 {
    border-top-color: rgb(243 232 255 / 0.85);
  }

  .\32xl\:border-t-purple-100\/90 {
    border-top-color: rgb(243 232 255 / 0.9);
  }

  .\32xl\:border-t-purple-100\/95 {
    border-top-color: rgb(243 232 255 / 0.95);
  }

  .\32xl\:border-t-purple-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-200\/0 {
    border-top-color: rgb(233 213 255 / 0);
  }

  .\32xl\:border-t-purple-200\/10 {
    border-top-color: rgb(233 213 255 / 0.1);
  }

  .\32xl\:border-t-purple-200\/100 {
    border-top-color: rgb(233 213 255 / 1);
  }

  .\32xl\:border-t-purple-200\/15 {
    border-top-color: rgb(233 213 255 / 0.15);
  }

  .\32xl\:border-t-purple-200\/20 {
    border-top-color: rgb(233 213 255 / 0.2);
  }

  .\32xl\:border-t-purple-200\/25 {
    border-top-color: rgb(233 213 255 / 0.25);
  }

  .\32xl\:border-t-purple-200\/30 {
    border-top-color: rgb(233 213 255 / 0.3);
  }

  .\32xl\:border-t-purple-200\/35 {
    border-top-color: rgb(233 213 255 / 0.35);
  }

  .\32xl\:border-t-purple-200\/40 {
    border-top-color: rgb(233 213 255 / 0.4);
  }

  .\32xl\:border-t-purple-200\/45 {
    border-top-color: rgb(233 213 255 / 0.45);
  }

  .\32xl\:border-t-purple-200\/5 {
    border-top-color: rgb(233 213 255 / 0.05);
  }

  .\32xl\:border-t-purple-200\/50 {
    border-top-color: rgb(233 213 255 / 0.5);
  }

  .\32xl\:border-t-purple-200\/55 {
    border-top-color: rgb(233 213 255 / 0.55);
  }

  .\32xl\:border-t-purple-200\/60 {
    border-top-color: rgb(233 213 255 / 0.6);
  }

  .\32xl\:border-t-purple-200\/65 {
    border-top-color: rgb(233 213 255 / 0.65);
  }

  .\32xl\:border-t-purple-200\/70 {
    border-top-color: rgb(233 213 255 / 0.7);
  }

  .\32xl\:border-t-purple-200\/75 {
    border-top-color: rgb(233 213 255 / 0.75);
  }

  .\32xl\:border-t-purple-200\/80 {
    border-top-color: rgb(233 213 255 / 0.8);
  }

  .\32xl\:border-t-purple-200\/85 {
    border-top-color: rgb(233 213 255 / 0.85);
  }

  .\32xl\:border-t-purple-200\/90 {
    border-top-color: rgb(233 213 255 / 0.9);
  }

  .\32xl\:border-t-purple-200\/95 {
    border-top-color: rgb(233 213 255 / 0.95);
  }

  .\32xl\:border-t-purple-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-300\/0 {
    border-top-color: rgb(216 180 254 / 0);
  }

  .\32xl\:border-t-purple-300\/10 {
    border-top-color: rgb(216 180 254 / 0.1);
  }

  .\32xl\:border-t-purple-300\/100 {
    border-top-color: rgb(216 180 254 / 1);
  }

  .\32xl\:border-t-purple-300\/15 {
    border-top-color: rgb(216 180 254 / 0.15);
  }

  .\32xl\:border-t-purple-300\/20 {
    border-top-color: rgb(216 180 254 / 0.2);
  }

  .\32xl\:border-t-purple-300\/25 {
    border-top-color: rgb(216 180 254 / 0.25);
  }

  .\32xl\:border-t-purple-300\/30 {
    border-top-color: rgb(216 180 254 / 0.3);
  }

  .\32xl\:border-t-purple-300\/35 {
    border-top-color: rgb(216 180 254 / 0.35);
  }

  .\32xl\:border-t-purple-300\/40 {
    border-top-color: rgb(216 180 254 / 0.4);
  }

  .\32xl\:border-t-purple-300\/45 {
    border-top-color: rgb(216 180 254 / 0.45);
  }

  .\32xl\:border-t-purple-300\/5 {
    border-top-color: rgb(216 180 254 / 0.05);
  }

  .\32xl\:border-t-purple-300\/50 {
    border-top-color: rgb(216 180 254 / 0.5);
  }

  .\32xl\:border-t-purple-300\/55 {
    border-top-color: rgb(216 180 254 / 0.55);
  }

  .\32xl\:border-t-purple-300\/60 {
    border-top-color: rgb(216 180 254 / 0.6);
  }

  .\32xl\:border-t-purple-300\/65 {
    border-top-color: rgb(216 180 254 / 0.65);
  }

  .\32xl\:border-t-purple-300\/70 {
    border-top-color: rgb(216 180 254 / 0.7);
  }

  .\32xl\:border-t-purple-300\/75 {
    border-top-color: rgb(216 180 254 / 0.75);
  }

  .\32xl\:border-t-purple-300\/80 {
    border-top-color: rgb(216 180 254 / 0.8);
  }

  .\32xl\:border-t-purple-300\/85 {
    border-top-color: rgb(216 180 254 / 0.85);
  }

  .\32xl\:border-t-purple-300\/90 {
    border-top-color: rgb(216 180 254 / 0.9);
  }

  .\32xl\:border-t-purple-300\/95 {
    border-top-color: rgb(216 180 254 / 0.95);
  }

  .\32xl\:border-t-purple-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-400\/0 {
    border-top-color: rgb(192 132 252 / 0);
  }

  .\32xl\:border-t-purple-400\/10 {
    border-top-color: rgb(192 132 252 / 0.1);
  }

  .\32xl\:border-t-purple-400\/100 {
    border-top-color: rgb(192 132 252 / 1);
  }

  .\32xl\:border-t-purple-400\/15 {
    border-top-color: rgb(192 132 252 / 0.15);
  }

  .\32xl\:border-t-purple-400\/20 {
    border-top-color: rgb(192 132 252 / 0.2);
  }

  .\32xl\:border-t-purple-400\/25 {
    border-top-color: rgb(192 132 252 / 0.25);
  }

  .\32xl\:border-t-purple-400\/30 {
    border-top-color: rgb(192 132 252 / 0.3);
  }

  .\32xl\:border-t-purple-400\/35 {
    border-top-color: rgb(192 132 252 / 0.35);
  }

  .\32xl\:border-t-purple-400\/40 {
    border-top-color: rgb(192 132 252 / 0.4);
  }

  .\32xl\:border-t-purple-400\/45 {
    border-top-color: rgb(192 132 252 / 0.45);
  }

  .\32xl\:border-t-purple-400\/5 {
    border-top-color: rgb(192 132 252 / 0.05);
  }

  .\32xl\:border-t-purple-400\/50 {
    border-top-color: rgb(192 132 252 / 0.5);
  }

  .\32xl\:border-t-purple-400\/55 {
    border-top-color: rgb(192 132 252 / 0.55);
  }

  .\32xl\:border-t-purple-400\/60 {
    border-top-color: rgb(192 132 252 / 0.6);
  }

  .\32xl\:border-t-purple-400\/65 {
    border-top-color: rgb(192 132 252 / 0.65);
  }

  .\32xl\:border-t-purple-400\/70 {
    border-top-color: rgb(192 132 252 / 0.7);
  }

  .\32xl\:border-t-purple-400\/75 {
    border-top-color: rgb(192 132 252 / 0.75);
  }

  .\32xl\:border-t-purple-400\/80 {
    border-top-color: rgb(192 132 252 / 0.8);
  }

  .\32xl\:border-t-purple-400\/85 {
    border-top-color: rgb(192 132 252 / 0.85);
  }

  .\32xl\:border-t-purple-400\/90 {
    border-top-color: rgb(192 132 252 / 0.9);
  }

  .\32xl\:border-t-purple-400\/95 {
    border-top-color: rgb(192 132 252 / 0.95);
  }

  .\32xl\:border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-50\/0 {
    border-top-color: rgb(250 245 255 / 0);
  }

  .\32xl\:border-t-purple-50\/10 {
    border-top-color: rgb(250 245 255 / 0.1);
  }

  .\32xl\:border-t-purple-50\/100 {
    border-top-color: rgb(250 245 255 / 1);
  }

  .\32xl\:border-t-purple-50\/15 {
    border-top-color: rgb(250 245 255 / 0.15);
  }

  .\32xl\:border-t-purple-50\/20 {
    border-top-color: rgb(250 245 255 / 0.2);
  }

  .\32xl\:border-t-purple-50\/25 {
    border-top-color: rgb(250 245 255 / 0.25);
  }

  .\32xl\:border-t-purple-50\/30 {
    border-top-color: rgb(250 245 255 / 0.3);
  }

  .\32xl\:border-t-purple-50\/35 {
    border-top-color: rgb(250 245 255 / 0.35);
  }

  .\32xl\:border-t-purple-50\/40 {
    border-top-color: rgb(250 245 255 / 0.4);
  }

  .\32xl\:border-t-purple-50\/45 {
    border-top-color: rgb(250 245 255 / 0.45);
  }

  .\32xl\:border-t-purple-50\/5 {
    border-top-color: rgb(250 245 255 / 0.05);
  }

  .\32xl\:border-t-purple-50\/50 {
    border-top-color: rgb(250 245 255 / 0.5);
  }

  .\32xl\:border-t-purple-50\/55 {
    border-top-color: rgb(250 245 255 / 0.55);
  }

  .\32xl\:border-t-purple-50\/60 {
    border-top-color: rgb(250 245 255 / 0.6);
  }

  .\32xl\:border-t-purple-50\/65 {
    border-top-color: rgb(250 245 255 / 0.65);
  }

  .\32xl\:border-t-purple-50\/70 {
    border-top-color: rgb(250 245 255 / 0.7);
  }

  .\32xl\:border-t-purple-50\/75 {
    border-top-color: rgb(250 245 255 / 0.75);
  }

  .\32xl\:border-t-purple-50\/80 {
    border-top-color: rgb(250 245 255 / 0.8);
  }

  .\32xl\:border-t-purple-50\/85 {
    border-top-color: rgb(250 245 255 / 0.85);
  }

  .\32xl\:border-t-purple-50\/90 {
    border-top-color: rgb(250 245 255 / 0.9);
  }

  .\32xl\:border-t-purple-50\/95 {
    border-top-color: rgb(250 245 255 / 0.95);
  }

  .\32xl\:border-t-purple-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-500\/0 {
    border-top-color: rgb(168 85 247 / 0);
  }

  .\32xl\:border-t-purple-500\/10 {
    border-top-color: rgb(168 85 247 / 0.1);
  }

  .\32xl\:border-t-purple-500\/100 {
    border-top-color: rgb(168 85 247 / 1);
  }

  .\32xl\:border-t-purple-500\/15 {
    border-top-color: rgb(168 85 247 / 0.15);
  }

  .\32xl\:border-t-purple-500\/20 {
    border-top-color: rgb(168 85 247 / 0.2);
  }

  .\32xl\:border-t-purple-500\/25 {
    border-top-color: rgb(168 85 247 / 0.25);
  }

  .\32xl\:border-t-purple-500\/30 {
    border-top-color: rgb(168 85 247 / 0.3);
  }

  .\32xl\:border-t-purple-500\/35 {
    border-top-color: rgb(168 85 247 / 0.35);
  }

  .\32xl\:border-t-purple-500\/40 {
    border-top-color: rgb(168 85 247 / 0.4);
  }

  .\32xl\:border-t-purple-500\/45 {
    border-top-color: rgb(168 85 247 / 0.45);
  }

  .\32xl\:border-t-purple-500\/5 {
    border-top-color: rgb(168 85 247 / 0.05);
  }

  .\32xl\:border-t-purple-500\/50 {
    border-top-color: rgb(168 85 247 / 0.5);
  }

  .\32xl\:border-t-purple-500\/55 {
    border-top-color: rgb(168 85 247 / 0.55);
  }

  .\32xl\:border-t-purple-500\/60 {
    border-top-color: rgb(168 85 247 / 0.6);
  }

  .\32xl\:border-t-purple-500\/65 {
    border-top-color: rgb(168 85 247 / 0.65);
  }

  .\32xl\:border-t-purple-500\/70 {
    border-top-color: rgb(168 85 247 / 0.7);
  }

  .\32xl\:border-t-purple-500\/75 {
    border-top-color: rgb(168 85 247 / 0.75);
  }

  .\32xl\:border-t-purple-500\/80 {
    border-top-color: rgb(168 85 247 / 0.8);
  }

  .\32xl\:border-t-purple-500\/85 {
    border-top-color: rgb(168 85 247 / 0.85);
  }

  .\32xl\:border-t-purple-500\/90 {
    border-top-color: rgb(168 85 247 / 0.9);
  }

  .\32xl\:border-t-purple-500\/95 {
    border-top-color: rgb(168 85 247 / 0.95);
  }

  .\32xl\:border-t-purple-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-600\/0 {
    border-top-color: rgb(147 51 234 / 0);
  }

  .\32xl\:border-t-purple-600\/10 {
    border-top-color: rgb(147 51 234 / 0.1);
  }

  .\32xl\:border-t-purple-600\/100 {
    border-top-color: rgb(147 51 234 / 1);
  }

  .\32xl\:border-t-purple-600\/15 {
    border-top-color: rgb(147 51 234 / 0.15);
  }

  .\32xl\:border-t-purple-600\/20 {
    border-top-color: rgb(147 51 234 / 0.2);
  }

  .\32xl\:border-t-purple-600\/25 {
    border-top-color: rgb(147 51 234 / 0.25);
  }

  .\32xl\:border-t-purple-600\/30 {
    border-top-color: rgb(147 51 234 / 0.3);
  }

  .\32xl\:border-t-purple-600\/35 {
    border-top-color: rgb(147 51 234 / 0.35);
  }

  .\32xl\:border-t-purple-600\/40 {
    border-top-color: rgb(147 51 234 / 0.4);
  }

  .\32xl\:border-t-purple-600\/45 {
    border-top-color: rgb(147 51 234 / 0.45);
  }

  .\32xl\:border-t-purple-600\/5 {
    border-top-color: rgb(147 51 234 / 0.05);
  }

  .\32xl\:border-t-purple-600\/50 {
    border-top-color: rgb(147 51 234 / 0.5);
  }

  .\32xl\:border-t-purple-600\/55 {
    border-top-color: rgb(147 51 234 / 0.55);
  }

  .\32xl\:border-t-purple-600\/60 {
    border-top-color: rgb(147 51 234 / 0.6);
  }

  .\32xl\:border-t-purple-600\/65 {
    border-top-color: rgb(147 51 234 / 0.65);
  }

  .\32xl\:border-t-purple-600\/70 {
    border-top-color: rgb(147 51 234 / 0.7);
  }

  .\32xl\:border-t-purple-600\/75 {
    border-top-color: rgb(147 51 234 / 0.75);
  }

  .\32xl\:border-t-purple-600\/80 {
    border-top-color: rgb(147 51 234 / 0.8);
  }

  .\32xl\:border-t-purple-600\/85 {
    border-top-color: rgb(147 51 234 / 0.85);
  }

  .\32xl\:border-t-purple-600\/90 {
    border-top-color: rgb(147 51 234 / 0.9);
  }

  .\32xl\:border-t-purple-600\/95 {
    border-top-color: rgb(147 51 234 / 0.95);
  }

  .\32xl\:border-t-purple-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-700\/0 {
    border-top-color: rgb(126 34 206 / 0);
  }

  .\32xl\:border-t-purple-700\/10 {
    border-top-color: rgb(126 34 206 / 0.1);
  }

  .\32xl\:border-t-purple-700\/100 {
    border-top-color: rgb(126 34 206 / 1);
  }

  .\32xl\:border-t-purple-700\/15 {
    border-top-color: rgb(126 34 206 / 0.15);
  }

  .\32xl\:border-t-purple-700\/20 {
    border-top-color: rgb(126 34 206 / 0.2);
  }

  .\32xl\:border-t-purple-700\/25 {
    border-top-color: rgb(126 34 206 / 0.25);
  }

  .\32xl\:border-t-purple-700\/30 {
    border-top-color: rgb(126 34 206 / 0.3);
  }

  .\32xl\:border-t-purple-700\/35 {
    border-top-color: rgb(126 34 206 / 0.35);
  }

  .\32xl\:border-t-purple-700\/40 {
    border-top-color: rgb(126 34 206 / 0.4);
  }

  .\32xl\:border-t-purple-700\/45 {
    border-top-color: rgb(126 34 206 / 0.45);
  }

  .\32xl\:border-t-purple-700\/5 {
    border-top-color: rgb(126 34 206 / 0.05);
  }

  .\32xl\:border-t-purple-700\/50 {
    border-top-color: rgb(126 34 206 / 0.5);
  }

  .\32xl\:border-t-purple-700\/55 {
    border-top-color: rgb(126 34 206 / 0.55);
  }

  .\32xl\:border-t-purple-700\/60 {
    border-top-color: rgb(126 34 206 / 0.6);
  }

  .\32xl\:border-t-purple-700\/65 {
    border-top-color: rgb(126 34 206 / 0.65);
  }

  .\32xl\:border-t-purple-700\/70 {
    border-top-color: rgb(126 34 206 / 0.7);
  }

  .\32xl\:border-t-purple-700\/75 {
    border-top-color: rgb(126 34 206 / 0.75);
  }

  .\32xl\:border-t-purple-700\/80 {
    border-top-color: rgb(126 34 206 / 0.8);
  }

  .\32xl\:border-t-purple-700\/85 {
    border-top-color: rgb(126 34 206 / 0.85);
  }

  .\32xl\:border-t-purple-700\/90 {
    border-top-color: rgb(126 34 206 / 0.9);
  }

  .\32xl\:border-t-purple-700\/95 {
    border-top-color: rgb(126 34 206 / 0.95);
  }

  .\32xl\:border-t-purple-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-800\/0 {
    border-top-color: rgb(107 33 168 / 0);
  }

  .\32xl\:border-t-purple-800\/10 {
    border-top-color: rgb(107 33 168 / 0.1);
  }

  .\32xl\:border-t-purple-800\/100 {
    border-top-color: rgb(107 33 168 / 1);
  }

  .\32xl\:border-t-purple-800\/15 {
    border-top-color: rgb(107 33 168 / 0.15);
  }

  .\32xl\:border-t-purple-800\/20 {
    border-top-color: rgb(107 33 168 / 0.2);
  }

  .\32xl\:border-t-purple-800\/25 {
    border-top-color: rgb(107 33 168 / 0.25);
  }

  .\32xl\:border-t-purple-800\/30 {
    border-top-color: rgb(107 33 168 / 0.3);
  }

  .\32xl\:border-t-purple-800\/35 {
    border-top-color: rgb(107 33 168 / 0.35);
  }

  .\32xl\:border-t-purple-800\/40 {
    border-top-color: rgb(107 33 168 / 0.4);
  }

  .\32xl\:border-t-purple-800\/45 {
    border-top-color: rgb(107 33 168 / 0.45);
  }

  .\32xl\:border-t-purple-800\/5 {
    border-top-color: rgb(107 33 168 / 0.05);
  }

  .\32xl\:border-t-purple-800\/50 {
    border-top-color: rgb(107 33 168 / 0.5);
  }

  .\32xl\:border-t-purple-800\/55 {
    border-top-color: rgb(107 33 168 / 0.55);
  }

  .\32xl\:border-t-purple-800\/60 {
    border-top-color: rgb(107 33 168 / 0.6);
  }

  .\32xl\:border-t-purple-800\/65 {
    border-top-color: rgb(107 33 168 / 0.65);
  }

  .\32xl\:border-t-purple-800\/70 {
    border-top-color: rgb(107 33 168 / 0.7);
  }

  .\32xl\:border-t-purple-800\/75 {
    border-top-color: rgb(107 33 168 / 0.75);
  }

  .\32xl\:border-t-purple-800\/80 {
    border-top-color: rgb(107 33 168 / 0.8);
  }

  .\32xl\:border-t-purple-800\/85 {
    border-top-color: rgb(107 33 168 / 0.85);
  }

  .\32xl\:border-t-purple-800\/90 {
    border-top-color: rgb(107 33 168 / 0.9);
  }

  .\32xl\:border-t-purple-800\/95 {
    border-top-color: rgb(107 33 168 / 0.95);
  }

  .\32xl\:border-t-purple-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-900\/0 {
    border-top-color: rgb(88 28 135 / 0);
  }

  .\32xl\:border-t-purple-900\/10 {
    border-top-color: rgb(88 28 135 / 0.1);
  }

  .\32xl\:border-t-purple-900\/100 {
    border-top-color: rgb(88 28 135 / 1);
  }

  .\32xl\:border-t-purple-900\/15 {
    border-top-color: rgb(88 28 135 / 0.15);
  }

  .\32xl\:border-t-purple-900\/20 {
    border-top-color: rgb(88 28 135 / 0.2);
  }

  .\32xl\:border-t-purple-900\/25 {
    border-top-color: rgb(88 28 135 / 0.25);
  }

  .\32xl\:border-t-purple-900\/30 {
    border-top-color: rgb(88 28 135 / 0.3);
  }

  .\32xl\:border-t-purple-900\/35 {
    border-top-color: rgb(88 28 135 / 0.35);
  }

  .\32xl\:border-t-purple-900\/40 {
    border-top-color: rgb(88 28 135 / 0.4);
  }

  .\32xl\:border-t-purple-900\/45 {
    border-top-color: rgb(88 28 135 / 0.45);
  }

  .\32xl\:border-t-purple-900\/5 {
    border-top-color: rgb(88 28 135 / 0.05);
  }

  .\32xl\:border-t-purple-900\/50 {
    border-top-color: rgb(88 28 135 / 0.5);
  }

  .\32xl\:border-t-purple-900\/55 {
    border-top-color: rgb(88 28 135 / 0.55);
  }

  .\32xl\:border-t-purple-900\/60 {
    border-top-color: rgb(88 28 135 / 0.6);
  }

  .\32xl\:border-t-purple-900\/65 {
    border-top-color: rgb(88 28 135 / 0.65);
  }

  .\32xl\:border-t-purple-900\/70 {
    border-top-color: rgb(88 28 135 / 0.7);
  }

  .\32xl\:border-t-purple-900\/75 {
    border-top-color: rgb(88 28 135 / 0.75);
  }

  .\32xl\:border-t-purple-900\/80 {
    border-top-color: rgb(88 28 135 / 0.8);
  }

  .\32xl\:border-t-purple-900\/85 {
    border-top-color: rgb(88 28 135 / 0.85);
  }

  .\32xl\:border-t-purple-900\/90 {
    border-top-color: rgb(88 28 135 / 0.9);
  }

  .\32xl\:border-t-purple-900\/95 {
    border-top-color: rgb(88 28 135 / 0.95);
  }

  .\32xl\:border-t-purple-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-purple-950\/0 {
    border-top-color: rgb(59 7 100 / 0);
  }

  .\32xl\:border-t-purple-950\/10 {
    border-top-color: rgb(59 7 100 / 0.1);
  }

  .\32xl\:border-t-purple-950\/100 {
    border-top-color: rgb(59 7 100 / 1);
  }

  .\32xl\:border-t-purple-950\/15 {
    border-top-color: rgb(59 7 100 / 0.15);
  }

  .\32xl\:border-t-purple-950\/20 {
    border-top-color: rgb(59 7 100 / 0.2);
  }

  .\32xl\:border-t-purple-950\/25 {
    border-top-color: rgb(59 7 100 / 0.25);
  }

  .\32xl\:border-t-purple-950\/30 {
    border-top-color: rgb(59 7 100 / 0.3);
  }

  .\32xl\:border-t-purple-950\/35 {
    border-top-color: rgb(59 7 100 / 0.35);
  }

  .\32xl\:border-t-purple-950\/40 {
    border-top-color: rgb(59 7 100 / 0.4);
  }

  .\32xl\:border-t-purple-950\/45 {
    border-top-color: rgb(59 7 100 / 0.45);
  }

  .\32xl\:border-t-purple-950\/5 {
    border-top-color: rgb(59 7 100 / 0.05);
  }

  .\32xl\:border-t-purple-950\/50 {
    border-top-color: rgb(59 7 100 / 0.5);
  }

  .\32xl\:border-t-purple-950\/55 {
    border-top-color: rgb(59 7 100 / 0.55);
  }

  .\32xl\:border-t-purple-950\/60 {
    border-top-color: rgb(59 7 100 / 0.6);
  }

  .\32xl\:border-t-purple-950\/65 {
    border-top-color: rgb(59 7 100 / 0.65);
  }

  .\32xl\:border-t-purple-950\/70 {
    border-top-color: rgb(59 7 100 / 0.7);
  }

  .\32xl\:border-t-purple-950\/75 {
    border-top-color: rgb(59 7 100 / 0.75);
  }

  .\32xl\:border-t-purple-950\/80 {
    border-top-color: rgb(59 7 100 / 0.8);
  }

  .\32xl\:border-t-purple-950\/85 {
    border-top-color: rgb(59 7 100 / 0.85);
  }

  .\32xl\:border-t-purple-950\/90 {
    border-top-color: rgb(59 7 100 / 0.9);
  }

  .\32xl\:border-t-purple-950\/95 {
    border-top-color: rgb(59 7 100 / 0.95);
  }

  .\32xl\:border-t-red-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-100\/0 {
    border-top-color: rgb(254 226 226 / 0);
  }

  .\32xl\:border-t-red-100\/10 {
    border-top-color: rgb(254 226 226 / 0.1);
  }

  .\32xl\:border-t-red-100\/100 {
    border-top-color: rgb(254 226 226 / 1);
  }

  .\32xl\:border-t-red-100\/15 {
    border-top-color: rgb(254 226 226 / 0.15);
  }

  .\32xl\:border-t-red-100\/20 {
    border-top-color: rgb(254 226 226 / 0.2);
  }

  .\32xl\:border-t-red-100\/25 {
    border-top-color: rgb(254 226 226 / 0.25);
  }

  .\32xl\:border-t-red-100\/30 {
    border-top-color: rgb(254 226 226 / 0.3);
  }

  .\32xl\:border-t-red-100\/35 {
    border-top-color: rgb(254 226 226 / 0.35);
  }

  .\32xl\:border-t-red-100\/40 {
    border-top-color: rgb(254 226 226 / 0.4);
  }

  .\32xl\:border-t-red-100\/45 {
    border-top-color: rgb(254 226 226 / 0.45);
  }

  .\32xl\:border-t-red-100\/5 {
    border-top-color: rgb(254 226 226 / 0.05);
  }

  .\32xl\:border-t-red-100\/50 {
    border-top-color: rgb(254 226 226 / 0.5);
  }

  .\32xl\:border-t-red-100\/55 {
    border-top-color: rgb(254 226 226 / 0.55);
  }

  .\32xl\:border-t-red-100\/60 {
    border-top-color: rgb(254 226 226 / 0.6);
  }

  .\32xl\:border-t-red-100\/65 {
    border-top-color: rgb(254 226 226 / 0.65);
  }

  .\32xl\:border-t-red-100\/70 {
    border-top-color: rgb(254 226 226 / 0.7);
  }

  .\32xl\:border-t-red-100\/75 {
    border-top-color: rgb(254 226 226 / 0.75);
  }

  .\32xl\:border-t-red-100\/80 {
    border-top-color: rgb(254 226 226 / 0.8);
  }

  .\32xl\:border-t-red-100\/85 {
    border-top-color: rgb(254 226 226 / 0.85);
  }

  .\32xl\:border-t-red-100\/90 {
    border-top-color: rgb(254 226 226 / 0.9);
  }

  .\32xl\:border-t-red-100\/95 {
    border-top-color: rgb(254 226 226 / 0.95);
  }

  .\32xl\:border-t-red-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-200\/0 {
    border-top-color: rgb(254 202 202 / 0);
  }

  .\32xl\:border-t-red-200\/10 {
    border-top-color: rgb(254 202 202 / 0.1);
  }

  .\32xl\:border-t-red-200\/100 {
    border-top-color: rgb(254 202 202 / 1);
  }

  .\32xl\:border-t-red-200\/15 {
    border-top-color: rgb(254 202 202 / 0.15);
  }

  .\32xl\:border-t-red-200\/20 {
    border-top-color: rgb(254 202 202 / 0.2);
  }

  .\32xl\:border-t-red-200\/25 {
    border-top-color: rgb(254 202 202 / 0.25);
  }

  .\32xl\:border-t-red-200\/30 {
    border-top-color: rgb(254 202 202 / 0.3);
  }

  .\32xl\:border-t-red-200\/35 {
    border-top-color: rgb(254 202 202 / 0.35);
  }

  .\32xl\:border-t-red-200\/40 {
    border-top-color: rgb(254 202 202 / 0.4);
  }

  .\32xl\:border-t-red-200\/45 {
    border-top-color: rgb(254 202 202 / 0.45);
  }

  .\32xl\:border-t-red-200\/5 {
    border-top-color: rgb(254 202 202 / 0.05);
  }

  .\32xl\:border-t-red-200\/50 {
    border-top-color: rgb(254 202 202 / 0.5);
  }

  .\32xl\:border-t-red-200\/55 {
    border-top-color: rgb(254 202 202 / 0.55);
  }

  .\32xl\:border-t-red-200\/60 {
    border-top-color: rgb(254 202 202 / 0.6);
  }

  .\32xl\:border-t-red-200\/65 {
    border-top-color: rgb(254 202 202 / 0.65);
  }

  .\32xl\:border-t-red-200\/70 {
    border-top-color: rgb(254 202 202 / 0.7);
  }

  .\32xl\:border-t-red-200\/75 {
    border-top-color: rgb(254 202 202 / 0.75);
  }

  .\32xl\:border-t-red-200\/80 {
    border-top-color: rgb(254 202 202 / 0.8);
  }

  .\32xl\:border-t-red-200\/85 {
    border-top-color: rgb(254 202 202 / 0.85);
  }

  .\32xl\:border-t-red-200\/90 {
    border-top-color: rgb(254 202 202 / 0.9);
  }

  .\32xl\:border-t-red-200\/95 {
    border-top-color: rgb(254 202 202 / 0.95);
  }

  .\32xl\:border-t-red-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-300\/0 {
    border-top-color: rgb(252 165 165 / 0);
  }

  .\32xl\:border-t-red-300\/10 {
    border-top-color: rgb(252 165 165 / 0.1);
  }

  .\32xl\:border-t-red-300\/100 {
    border-top-color: rgb(252 165 165 / 1);
  }

  .\32xl\:border-t-red-300\/15 {
    border-top-color: rgb(252 165 165 / 0.15);
  }

  .\32xl\:border-t-red-300\/20 {
    border-top-color: rgb(252 165 165 / 0.2);
  }

  .\32xl\:border-t-red-300\/25 {
    border-top-color: rgb(252 165 165 / 0.25);
  }

  .\32xl\:border-t-red-300\/30 {
    border-top-color: rgb(252 165 165 / 0.3);
  }

  .\32xl\:border-t-red-300\/35 {
    border-top-color: rgb(252 165 165 / 0.35);
  }

  .\32xl\:border-t-red-300\/40 {
    border-top-color: rgb(252 165 165 / 0.4);
  }

  .\32xl\:border-t-red-300\/45 {
    border-top-color: rgb(252 165 165 / 0.45);
  }

  .\32xl\:border-t-red-300\/5 {
    border-top-color: rgb(252 165 165 / 0.05);
  }

  .\32xl\:border-t-red-300\/50 {
    border-top-color: rgb(252 165 165 / 0.5);
  }

  .\32xl\:border-t-red-300\/55 {
    border-top-color: rgb(252 165 165 / 0.55);
  }

  .\32xl\:border-t-red-300\/60 {
    border-top-color: rgb(252 165 165 / 0.6);
  }

  .\32xl\:border-t-red-300\/65 {
    border-top-color: rgb(252 165 165 / 0.65);
  }

  .\32xl\:border-t-red-300\/70 {
    border-top-color: rgb(252 165 165 / 0.7);
  }

  .\32xl\:border-t-red-300\/75 {
    border-top-color: rgb(252 165 165 / 0.75);
  }

  .\32xl\:border-t-red-300\/80 {
    border-top-color: rgb(252 165 165 / 0.8);
  }

  .\32xl\:border-t-red-300\/85 {
    border-top-color: rgb(252 165 165 / 0.85);
  }

  .\32xl\:border-t-red-300\/90 {
    border-top-color: rgb(252 165 165 / 0.9);
  }

  .\32xl\:border-t-red-300\/95 {
    border-top-color: rgb(252 165 165 / 0.95);
  }

  .\32xl\:border-t-red-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-400\/0 {
    border-top-color: rgb(248 113 113 / 0);
  }

  .\32xl\:border-t-red-400\/10 {
    border-top-color: rgb(248 113 113 / 0.1);
  }

  .\32xl\:border-t-red-400\/100 {
    border-top-color: rgb(248 113 113 / 1);
  }

  .\32xl\:border-t-red-400\/15 {
    border-top-color: rgb(248 113 113 / 0.15);
  }

  .\32xl\:border-t-red-400\/20 {
    border-top-color: rgb(248 113 113 / 0.2);
  }

  .\32xl\:border-t-red-400\/25 {
    border-top-color: rgb(248 113 113 / 0.25);
  }

  .\32xl\:border-t-red-400\/30 {
    border-top-color: rgb(248 113 113 / 0.3);
  }

  .\32xl\:border-t-red-400\/35 {
    border-top-color: rgb(248 113 113 / 0.35);
  }

  .\32xl\:border-t-red-400\/40 {
    border-top-color: rgb(248 113 113 / 0.4);
  }

  .\32xl\:border-t-red-400\/45 {
    border-top-color: rgb(248 113 113 / 0.45);
  }

  .\32xl\:border-t-red-400\/5 {
    border-top-color: rgb(248 113 113 / 0.05);
  }

  .\32xl\:border-t-red-400\/50 {
    border-top-color: rgb(248 113 113 / 0.5);
  }

  .\32xl\:border-t-red-400\/55 {
    border-top-color: rgb(248 113 113 / 0.55);
  }

  .\32xl\:border-t-red-400\/60 {
    border-top-color: rgb(248 113 113 / 0.6);
  }

  .\32xl\:border-t-red-400\/65 {
    border-top-color: rgb(248 113 113 / 0.65);
  }

  .\32xl\:border-t-red-400\/70 {
    border-top-color: rgb(248 113 113 / 0.7);
  }

  .\32xl\:border-t-red-400\/75 {
    border-top-color: rgb(248 113 113 / 0.75);
  }

  .\32xl\:border-t-red-400\/80 {
    border-top-color: rgb(248 113 113 / 0.8);
  }

  .\32xl\:border-t-red-400\/85 {
    border-top-color: rgb(248 113 113 / 0.85);
  }

  .\32xl\:border-t-red-400\/90 {
    border-top-color: rgb(248 113 113 / 0.9);
  }

  .\32xl\:border-t-red-400\/95 {
    border-top-color: rgb(248 113 113 / 0.95);
  }

  .\32xl\:border-t-red-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-50\/0 {
    border-top-color: rgb(254 242 242 / 0);
  }

  .\32xl\:border-t-red-50\/10 {
    border-top-color: rgb(254 242 242 / 0.1);
  }

  .\32xl\:border-t-red-50\/100 {
    border-top-color: rgb(254 242 242 / 1);
  }

  .\32xl\:border-t-red-50\/15 {
    border-top-color: rgb(254 242 242 / 0.15);
  }

  .\32xl\:border-t-red-50\/20 {
    border-top-color: rgb(254 242 242 / 0.2);
  }

  .\32xl\:border-t-red-50\/25 {
    border-top-color: rgb(254 242 242 / 0.25);
  }

  .\32xl\:border-t-red-50\/30 {
    border-top-color: rgb(254 242 242 / 0.3);
  }

  .\32xl\:border-t-red-50\/35 {
    border-top-color: rgb(254 242 242 / 0.35);
  }

  .\32xl\:border-t-red-50\/40 {
    border-top-color: rgb(254 242 242 / 0.4);
  }

  .\32xl\:border-t-red-50\/45 {
    border-top-color: rgb(254 242 242 / 0.45);
  }

  .\32xl\:border-t-red-50\/5 {
    border-top-color: rgb(254 242 242 / 0.05);
  }

  .\32xl\:border-t-red-50\/50 {
    border-top-color: rgb(254 242 242 / 0.5);
  }

  .\32xl\:border-t-red-50\/55 {
    border-top-color: rgb(254 242 242 / 0.55);
  }

  .\32xl\:border-t-red-50\/60 {
    border-top-color: rgb(254 242 242 / 0.6);
  }

  .\32xl\:border-t-red-50\/65 {
    border-top-color: rgb(254 242 242 / 0.65);
  }

  .\32xl\:border-t-red-50\/70 {
    border-top-color: rgb(254 242 242 / 0.7);
  }

  .\32xl\:border-t-red-50\/75 {
    border-top-color: rgb(254 242 242 / 0.75);
  }

  .\32xl\:border-t-red-50\/80 {
    border-top-color: rgb(254 242 242 / 0.8);
  }

  .\32xl\:border-t-red-50\/85 {
    border-top-color: rgb(254 242 242 / 0.85);
  }

  .\32xl\:border-t-red-50\/90 {
    border-top-color: rgb(254 242 242 / 0.9);
  }

  .\32xl\:border-t-red-50\/95 {
    border-top-color: rgb(254 242 242 / 0.95);
  }

  .\32xl\:border-t-red-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-500\/0 {
    border-top-color: rgb(239 68 68 / 0);
  }

  .\32xl\:border-t-red-500\/10 {
    border-top-color: rgb(239 68 68 / 0.1);
  }

  .\32xl\:border-t-red-500\/100 {
    border-top-color: rgb(239 68 68 / 1);
  }

  .\32xl\:border-t-red-500\/15 {
    border-top-color: rgb(239 68 68 / 0.15);
  }

  .\32xl\:border-t-red-500\/20 {
    border-top-color: rgb(239 68 68 / 0.2);
  }

  .\32xl\:border-t-red-500\/25 {
    border-top-color: rgb(239 68 68 / 0.25);
  }

  .\32xl\:border-t-red-500\/30 {
    border-top-color: rgb(239 68 68 / 0.3);
  }

  .\32xl\:border-t-red-500\/35 {
    border-top-color: rgb(239 68 68 / 0.35);
  }

  .\32xl\:border-t-red-500\/40 {
    border-top-color: rgb(239 68 68 / 0.4);
  }

  .\32xl\:border-t-red-500\/45 {
    border-top-color: rgb(239 68 68 / 0.45);
  }

  .\32xl\:border-t-red-500\/5 {
    border-top-color: rgb(239 68 68 / 0.05);
  }

  .\32xl\:border-t-red-500\/50 {
    border-top-color: rgb(239 68 68 / 0.5);
  }

  .\32xl\:border-t-red-500\/55 {
    border-top-color: rgb(239 68 68 / 0.55);
  }

  .\32xl\:border-t-red-500\/60 {
    border-top-color: rgb(239 68 68 / 0.6);
  }

  .\32xl\:border-t-red-500\/65 {
    border-top-color: rgb(239 68 68 / 0.65);
  }

  .\32xl\:border-t-red-500\/70 {
    border-top-color: rgb(239 68 68 / 0.7);
  }

  .\32xl\:border-t-red-500\/75 {
    border-top-color: rgb(239 68 68 / 0.75);
  }

  .\32xl\:border-t-red-500\/80 {
    border-top-color: rgb(239 68 68 / 0.8);
  }

  .\32xl\:border-t-red-500\/85 {
    border-top-color: rgb(239 68 68 / 0.85);
  }

  .\32xl\:border-t-red-500\/90 {
    border-top-color: rgb(239 68 68 / 0.9);
  }

  .\32xl\:border-t-red-500\/95 {
    border-top-color: rgb(239 68 68 / 0.95);
  }

  .\32xl\:border-t-red-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-600\/0 {
    border-top-color: rgb(220 38 38 / 0);
  }

  .\32xl\:border-t-red-600\/10 {
    border-top-color: rgb(220 38 38 / 0.1);
  }

  .\32xl\:border-t-red-600\/100 {
    border-top-color: rgb(220 38 38 / 1);
  }

  .\32xl\:border-t-red-600\/15 {
    border-top-color: rgb(220 38 38 / 0.15);
  }

  .\32xl\:border-t-red-600\/20 {
    border-top-color: rgb(220 38 38 / 0.2);
  }

  .\32xl\:border-t-red-600\/25 {
    border-top-color: rgb(220 38 38 / 0.25);
  }

  .\32xl\:border-t-red-600\/30 {
    border-top-color: rgb(220 38 38 / 0.3);
  }

  .\32xl\:border-t-red-600\/35 {
    border-top-color: rgb(220 38 38 / 0.35);
  }

  .\32xl\:border-t-red-600\/40 {
    border-top-color: rgb(220 38 38 / 0.4);
  }

  .\32xl\:border-t-red-600\/45 {
    border-top-color: rgb(220 38 38 / 0.45);
  }

  .\32xl\:border-t-red-600\/5 {
    border-top-color: rgb(220 38 38 / 0.05);
  }

  .\32xl\:border-t-red-600\/50 {
    border-top-color: rgb(220 38 38 / 0.5);
  }

  .\32xl\:border-t-red-600\/55 {
    border-top-color: rgb(220 38 38 / 0.55);
  }

  .\32xl\:border-t-red-600\/60 {
    border-top-color: rgb(220 38 38 / 0.6);
  }

  .\32xl\:border-t-red-600\/65 {
    border-top-color: rgb(220 38 38 / 0.65);
  }

  .\32xl\:border-t-red-600\/70 {
    border-top-color: rgb(220 38 38 / 0.7);
  }

  .\32xl\:border-t-red-600\/75 {
    border-top-color: rgb(220 38 38 / 0.75);
  }

  .\32xl\:border-t-red-600\/80 {
    border-top-color: rgb(220 38 38 / 0.8);
  }

  .\32xl\:border-t-red-600\/85 {
    border-top-color: rgb(220 38 38 / 0.85);
  }

  .\32xl\:border-t-red-600\/90 {
    border-top-color: rgb(220 38 38 / 0.9);
  }

  .\32xl\:border-t-red-600\/95 {
    border-top-color: rgb(220 38 38 / 0.95);
  }

  .\32xl\:border-t-red-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-700\/0 {
    border-top-color: rgb(185 28 28 / 0);
  }

  .\32xl\:border-t-red-700\/10 {
    border-top-color: rgb(185 28 28 / 0.1);
  }

  .\32xl\:border-t-red-700\/100 {
    border-top-color: rgb(185 28 28 / 1);
  }

  .\32xl\:border-t-red-700\/15 {
    border-top-color: rgb(185 28 28 / 0.15);
  }

  .\32xl\:border-t-red-700\/20 {
    border-top-color: rgb(185 28 28 / 0.2);
  }

  .\32xl\:border-t-red-700\/25 {
    border-top-color: rgb(185 28 28 / 0.25);
  }

  .\32xl\:border-t-red-700\/30 {
    border-top-color: rgb(185 28 28 / 0.3);
  }

  .\32xl\:border-t-red-700\/35 {
    border-top-color: rgb(185 28 28 / 0.35);
  }

  .\32xl\:border-t-red-700\/40 {
    border-top-color: rgb(185 28 28 / 0.4);
  }

  .\32xl\:border-t-red-700\/45 {
    border-top-color: rgb(185 28 28 / 0.45);
  }

  .\32xl\:border-t-red-700\/5 {
    border-top-color: rgb(185 28 28 / 0.05);
  }

  .\32xl\:border-t-red-700\/50 {
    border-top-color: rgb(185 28 28 / 0.5);
  }

  .\32xl\:border-t-red-700\/55 {
    border-top-color: rgb(185 28 28 / 0.55);
  }

  .\32xl\:border-t-red-700\/60 {
    border-top-color: rgb(185 28 28 / 0.6);
  }

  .\32xl\:border-t-red-700\/65 {
    border-top-color: rgb(185 28 28 / 0.65);
  }

  .\32xl\:border-t-red-700\/70 {
    border-top-color: rgb(185 28 28 / 0.7);
  }

  .\32xl\:border-t-red-700\/75 {
    border-top-color: rgb(185 28 28 / 0.75);
  }

  .\32xl\:border-t-red-700\/80 {
    border-top-color: rgb(185 28 28 / 0.8);
  }

  .\32xl\:border-t-red-700\/85 {
    border-top-color: rgb(185 28 28 / 0.85);
  }

  .\32xl\:border-t-red-700\/90 {
    border-top-color: rgb(185 28 28 / 0.9);
  }

  .\32xl\:border-t-red-700\/95 {
    border-top-color: rgb(185 28 28 / 0.95);
  }

  .\32xl\:border-t-red-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-800\/0 {
    border-top-color: rgb(153 27 27 / 0);
  }

  .\32xl\:border-t-red-800\/10 {
    border-top-color: rgb(153 27 27 / 0.1);
  }

  .\32xl\:border-t-red-800\/100 {
    border-top-color: rgb(153 27 27 / 1);
  }

  .\32xl\:border-t-red-800\/15 {
    border-top-color: rgb(153 27 27 / 0.15);
  }

  .\32xl\:border-t-red-800\/20 {
    border-top-color: rgb(153 27 27 / 0.2);
  }

  .\32xl\:border-t-red-800\/25 {
    border-top-color: rgb(153 27 27 / 0.25);
  }

  .\32xl\:border-t-red-800\/30 {
    border-top-color: rgb(153 27 27 / 0.3);
  }

  .\32xl\:border-t-red-800\/35 {
    border-top-color: rgb(153 27 27 / 0.35);
  }

  .\32xl\:border-t-red-800\/40 {
    border-top-color: rgb(153 27 27 / 0.4);
  }

  .\32xl\:border-t-red-800\/45 {
    border-top-color: rgb(153 27 27 / 0.45);
  }

  .\32xl\:border-t-red-800\/5 {
    border-top-color: rgb(153 27 27 / 0.05);
  }

  .\32xl\:border-t-red-800\/50 {
    border-top-color: rgb(153 27 27 / 0.5);
  }

  .\32xl\:border-t-red-800\/55 {
    border-top-color: rgb(153 27 27 / 0.55);
  }

  .\32xl\:border-t-red-800\/60 {
    border-top-color: rgb(153 27 27 / 0.6);
  }

  .\32xl\:border-t-red-800\/65 {
    border-top-color: rgb(153 27 27 / 0.65);
  }

  .\32xl\:border-t-red-800\/70 {
    border-top-color: rgb(153 27 27 / 0.7);
  }

  .\32xl\:border-t-red-800\/75 {
    border-top-color: rgb(153 27 27 / 0.75);
  }

  .\32xl\:border-t-red-800\/80 {
    border-top-color: rgb(153 27 27 / 0.8);
  }

  .\32xl\:border-t-red-800\/85 {
    border-top-color: rgb(153 27 27 / 0.85);
  }

  .\32xl\:border-t-red-800\/90 {
    border-top-color: rgb(153 27 27 / 0.9);
  }

  .\32xl\:border-t-red-800\/95 {
    border-top-color: rgb(153 27 27 / 0.95);
  }

  .\32xl\:border-t-red-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-900\/0 {
    border-top-color: rgb(127 29 29 / 0);
  }

  .\32xl\:border-t-red-900\/10 {
    border-top-color: rgb(127 29 29 / 0.1);
  }

  .\32xl\:border-t-red-900\/100 {
    border-top-color: rgb(127 29 29 / 1);
  }

  .\32xl\:border-t-red-900\/15 {
    border-top-color: rgb(127 29 29 / 0.15);
  }

  .\32xl\:border-t-red-900\/20 {
    border-top-color: rgb(127 29 29 / 0.2);
  }

  .\32xl\:border-t-red-900\/25 {
    border-top-color: rgb(127 29 29 / 0.25);
  }

  .\32xl\:border-t-red-900\/30 {
    border-top-color: rgb(127 29 29 / 0.3);
  }

  .\32xl\:border-t-red-900\/35 {
    border-top-color: rgb(127 29 29 / 0.35);
  }

  .\32xl\:border-t-red-900\/40 {
    border-top-color: rgb(127 29 29 / 0.4);
  }

  .\32xl\:border-t-red-900\/45 {
    border-top-color: rgb(127 29 29 / 0.45);
  }

  .\32xl\:border-t-red-900\/5 {
    border-top-color: rgb(127 29 29 / 0.05);
  }

  .\32xl\:border-t-red-900\/50 {
    border-top-color: rgb(127 29 29 / 0.5);
  }

  .\32xl\:border-t-red-900\/55 {
    border-top-color: rgb(127 29 29 / 0.55);
  }

  .\32xl\:border-t-red-900\/60 {
    border-top-color: rgb(127 29 29 / 0.6);
  }

  .\32xl\:border-t-red-900\/65 {
    border-top-color: rgb(127 29 29 / 0.65);
  }

  .\32xl\:border-t-red-900\/70 {
    border-top-color: rgb(127 29 29 / 0.7);
  }

  .\32xl\:border-t-red-900\/75 {
    border-top-color: rgb(127 29 29 / 0.75);
  }

  .\32xl\:border-t-red-900\/80 {
    border-top-color: rgb(127 29 29 / 0.8);
  }

  .\32xl\:border-t-red-900\/85 {
    border-top-color: rgb(127 29 29 / 0.85);
  }

  .\32xl\:border-t-red-900\/90 {
    border-top-color: rgb(127 29 29 / 0.9);
  }

  .\32xl\:border-t-red-900\/95 {
    border-top-color: rgb(127 29 29 / 0.95);
  }

  .\32xl\:border-t-red-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-red-950\/0 {
    border-top-color: rgb(69 10 10 / 0);
  }

  .\32xl\:border-t-red-950\/10 {
    border-top-color: rgb(69 10 10 / 0.1);
  }

  .\32xl\:border-t-red-950\/100 {
    border-top-color: rgb(69 10 10 / 1);
  }

  .\32xl\:border-t-red-950\/15 {
    border-top-color: rgb(69 10 10 / 0.15);
  }

  .\32xl\:border-t-red-950\/20 {
    border-top-color: rgb(69 10 10 / 0.2);
  }

  .\32xl\:border-t-red-950\/25 {
    border-top-color: rgb(69 10 10 / 0.25);
  }

  .\32xl\:border-t-red-950\/30 {
    border-top-color: rgb(69 10 10 / 0.3);
  }

  .\32xl\:border-t-red-950\/35 {
    border-top-color: rgb(69 10 10 / 0.35);
  }

  .\32xl\:border-t-red-950\/40 {
    border-top-color: rgb(69 10 10 / 0.4);
  }

  .\32xl\:border-t-red-950\/45 {
    border-top-color: rgb(69 10 10 / 0.45);
  }

  .\32xl\:border-t-red-950\/5 {
    border-top-color: rgb(69 10 10 / 0.05);
  }

  .\32xl\:border-t-red-950\/50 {
    border-top-color: rgb(69 10 10 / 0.5);
  }

  .\32xl\:border-t-red-950\/55 {
    border-top-color: rgb(69 10 10 / 0.55);
  }

  .\32xl\:border-t-red-950\/60 {
    border-top-color: rgb(69 10 10 / 0.6);
  }

  .\32xl\:border-t-red-950\/65 {
    border-top-color: rgb(69 10 10 / 0.65);
  }

  .\32xl\:border-t-red-950\/70 {
    border-top-color: rgb(69 10 10 / 0.7);
  }

  .\32xl\:border-t-red-950\/75 {
    border-top-color: rgb(69 10 10 / 0.75);
  }

  .\32xl\:border-t-red-950\/80 {
    border-top-color: rgb(69 10 10 / 0.8);
  }

  .\32xl\:border-t-red-950\/85 {
    border-top-color: rgb(69 10 10 / 0.85);
  }

  .\32xl\:border-t-red-950\/90 {
    border-top-color: rgb(69 10 10 / 0.9);
  }

  .\32xl\:border-t-red-950\/95 {
    border-top-color: rgb(69 10 10 / 0.95);
  }

  .\32xl\:border-t-ring {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--ring) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-ring\/0 {
    border-top-color: hsl(var(--ring) / 0);
  }

  .\32xl\:border-t-ring\/10 {
    border-top-color: hsl(var(--ring) / 0.1);
  }

  .\32xl\:border-t-ring\/100 {
    border-top-color: hsl(var(--ring) / 1);
  }

  .\32xl\:border-t-ring\/15 {
    border-top-color: hsl(var(--ring) / 0.15);
  }

  .\32xl\:border-t-ring\/20 {
    border-top-color: hsl(var(--ring) / 0.2);
  }

  .\32xl\:border-t-ring\/25 {
    border-top-color: hsl(var(--ring) / 0.25);
  }

  .\32xl\:border-t-ring\/30 {
    border-top-color: hsl(var(--ring) / 0.3);
  }

  .\32xl\:border-t-ring\/35 {
    border-top-color: hsl(var(--ring) / 0.35);
  }

  .\32xl\:border-t-ring\/40 {
    border-top-color: hsl(var(--ring) / 0.4);
  }

  .\32xl\:border-t-ring\/45 {
    border-top-color: hsl(var(--ring) / 0.45);
  }

  .\32xl\:border-t-ring\/5 {
    border-top-color: hsl(var(--ring) / 0.05);
  }

  .\32xl\:border-t-ring\/50 {
    border-top-color: hsl(var(--ring) / 0.5);
  }

  .\32xl\:border-t-ring\/55 {
    border-top-color: hsl(var(--ring) / 0.55);
  }

  .\32xl\:border-t-ring\/60 {
    border-top-color: hsl(var(--ring) / 0.6);
  }

  .\32xl\:border-t-ring\/65 {
    border-top-color: hsl(var(--ring) / 0.65);
  }

  .\32xl\:border-t-ring\/70 {
    border-top-color: hsl(var(--ring) / 0.7);
  }

  .\32xl\:border-t-ring\/75 {
    border-top-color: hsl(var(--ring) / 0.75);
  }

  .\32xl\:border-t-ring\/80 {
    border-top-color: hsl(var(--ring) / 0.8);
  }

  .\32xl\:border-t-ring\/85 {
    border-top-color: hsl(var(--ring) / 0.85);
  }

  .\32xl\:border-t-ring\/90 {
    border-top-color: hsl(var(--ring) / 0.9);
  }

  .\32xl\:border-t-ring\/95 {
    border-top-color: hsl(var(--ring) / 0.95);
  }

  .\32xl\:border-t-rose-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-100\/0 {
    border-top-color: rgb(255 228 230 / 0);
  }

  .\32xl\:border-t-rose-100\/10 {
    border-top-color: rgb(255 228 230 / 0.1);
  }

  .\32xl\:border-t-rose-100\/100 {
    border-top-color: rgb(255 228 230 / 1);
  }

  .\32xl\:border-t-rose-100\/15 {
    border-top-color: rgb(255 228 230 / 0.15);
  }

  .\32xl\:border-t-rose-100\/20 {
    border-top-color: rgb(255 228 230 / 0.2);
  }

  .\32xl\:border-t-rose-100\/25 {
    border-top-color: rgb(255 228 230 / 0.25);
  }

  .\32xl\:border-t-rose-100\/30 {
    border-top-color: rgb(255 228 230 / 0.3);
  }

  .\32xl\:border-t-rose-100\/35 {
    border-top-color: rgb(255 228 230 / 0.35);
  }

  .\32xl\:border-t-rose-100\/40 {
    border-top-color: rgb(255 228 230 / 0.4);
  }

  .\32xl\:border-t-rose-100\/45 {
    border-top-color: rgb(255 228 230 / 0.45);
  }

  .\32xl\:border-t-rose-100\/5 {
    border-top-color: rgb(255 228 230 / 0.05);
  }

  .\32xl\:border-t-rose-100\/50 {
    border-top-color: rgb(255 228 230 / 0.5);
  }

  .\32xl\:border-t-rose-100\/55 {
    border-top-color: rgb(255 228 230 / 0.55);
  }

  .\32xl\:border-t-rose-100\/60 {
    border-top-color: rgb(255 228 230 / 0.6);
  }

  .\32xl\:border-t-rose-100\/65 {
    border-top-color: rgb(255 228 230 / 0.65);
  }

  .\32xl\:border-t-rose-100\/70 {
    border-top-color: rgb(255 228 230 / 0.7);
  }

  .\32xl\:border-t-rose-100\/75 {
    border-top-color: rgb(255 228 230 / 0.75);
  }

  .\32xl\:border-t-rose-100\/80 {
    border-top-color: rgb(255 228 230 / 0.8);
  }

  .\32xl\:border-t-rose-100\/85 {
    border-top-color: rgb(255 228 230 / 0.85);
  }

  .\32xl\:border-t-rose-100\/90 {
    border-top-color: rgb(255 228 230 / 0.9);
  }

  .\32xl\:border-t-rose-100\/95 {
    border-top-color: rgb(255 228 230 / 0.95);
  }

  .\32xl\:border-t-rose-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-200\/0 {
    border-top-color: rgb(254 205 211 / 0);
  }

  .\32xl\:border-t-rose-200\/10 {
    border-top-color: rgb(254 205 211 / 0.1);
  }

  .\32xl\:border-t-rose-200\/100 {
    border-top-color: rgb(254 205 211 / 1);
  }

  .\32xl\:border-t-rose-200\/15 {
    border-top-color: rgb(254 205 211 / 0.15);
  }

  .\32xl\:border-t-rose-200\/20 {
    border-top-color: rgb(254 205 211 / 0.2);
  }

  .\32xl\:border-t-rose-200\/25 {
    border-top-color: rgb(254 205 211 / 0.25);
  }

  .\32xl\:border-t-rose-200\/30 {
    border-top-color: rgb(254 205 211 / 0.3);
  }

  .\32xl\:border-t-rose-200\/35 {
    border-top-color: rgb(254 205 211 / 0.35);
  }

  .\32xl\:border-t-rose-200\/40 {
    border-top-color: rgb(254 205 211 / 0.4);
  }

  .\32xl\:border-t-rose-200\/45 {
    border-top-color: rgb(254 205 211 / 0.45);
  }

  .\32xl\:border-t-rose-200\/5 {
    border-top-color: rgb(254 205 211 / 0.05);
  }

  .\32xl\:border-t-rose-200\/50 {
    border-top-color: rgb(254 205 211 / 0.5);
  }

  .\32xl\:border-t-rose-200\/55 {
    border-top-color: rgb(254 205 211 / 0.55);
  }

  .\32xl\:border-t-rose-200\/60 {
    border-top-color: rgb(254 205 211 / 0.6);
  }

  .\32xl\:border-t-rose-200\/65 {
    border-top-color: rgb(254 205 211 / 0.65);
  }

  .\32xl\:border-t-rose-200\/70 {
    border-top-color: rgb(254 205 211 / 0.7);
  }

  .\32xl\:border-t-rose-200\/75 {
    border-top-color: rgb(254 205 211 / 0.75);
  }

  .\32xl\:border-t-rose-200\/80 {
    border-top-color: rgb(254 205 211 / 0.8);
  }

  .\32xl\:border-t-rose-200\/85 {
    border-top-color: rgb(254 205 211 / 0.85);
  }

  .\32xl\:border-t-rose-200\/90 {
    border-top-color: rgb(254 205 211 / 0.9);
  }

  .\32xl\:border-t-rose-200\/95 {
    border-top-color: rgb(254 205 211 / 0.95);
  }

  .\32xl\:border-t-rose-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-300\/0 {
    border-top-color: rgb(253 164 175 / 0);
  }

  .\32xl\:border-t-rose-300\/10 {
    border-top-color: rgb(253 164 175 / 0.1);
  }

  .\32xl\:border-t-rose-300\/100 {
    border-top-color: rgb(253 164 175 / 1);
  }

  .\32xl\:border-t-rose-300\/15 {
    border-top-color: rgb(253 164 175 / 0.15);
  }

  .\32xl\:border-t-rose-300\/20 {
    border-top-color: rgb(253 164 175 / 0.2);
  }

  .\32xl\:border-t-rose-300\/25 {
    border-top-color: rgb(253 164 175 / 0.25);
  }

  .\32xl\:border-t-rose-300\/30 {
    border-top-color: rgb(253 164 175 / 0.3);
  }

  .\32xl\:border-t-rose-300\/35 {
    border-top-color: rgb(253 164 175 / 0.35);
  }

  .\32xl\:border-t-rose-300\/40 {
    border-top-color: rgb(253 164 175 / 0.4);
  }

  .\32xl\:border-t-rose-300\/45 {
    border-top-color: rgb(253 164 175 / 0.45);
  }

  .\32xl\:border-t-rose-300\/5 {
    border-top-color: rgb(253 164 175 / 0.05);
  }

  .\32xl\:border-t-rose-300\/50 {
    border-top-color: rgb(253 164 175 / 0.5);
  }

  .\32xl\:border-t-rose-300\/55 {
    border-top-color: rgb(253 164 175 / 0.55);
  }

  .\32xl\:border-t-rose-300\/60 {
    border-top-color: rgb(253 164 175 / 0.6);
  }

  .\32xl\:border-t-rose-300\/65 {
    border-top-color: rgb(253 164 175 / 0.65);
  }

  .\32xl\:border-t-rose-300\/70 {
    border-top-color: rgb(253 164 175 / 0.7);
  }

  .\32xl\:border-t-rose-300\/75 {
    border-top-color: rgb(253 164 175 / 0.75);
  }

  .\32xl\:border-t-rose-300\/80 {
    border-top-color: rgb(253 164 175 / 0.8);
  }

  .\32xl\:border-t-rose-300\/85 {
    border-top-color: rgb(253 164 175 / 0.85);
  }

  .\32xl\:border-t-rose-300\/90 {
    border-top-color: rgb(253 164 175 / 0.9);
  }

  .\32xl\:border-t-rose-300\/95 {
    border-top-color: rgb(253 164 175 / 0.95);
  }

  .\32xl\:border-t-rose-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-400\/0 {
    border-top-color: rgb(251 113 133 / 0);
  }

  .\32xl\:border-t-rose-400\/10 {
    border-top-color: rgb(251 113 133 / 0.1);
  }

  .\32xl\:border-t-rose-400\/100 {
    border-top-color: rgb(251 113 133 / 1);
  }

  .\32xl\:border-t-rose-400\/15 {
    border-top-color: rgb(251 113 133 / 0.15);
  }

  .\32xl\:border-t-rose-400\/20 {
    border-top-color: rgb(251 113 133 / 0.2);
  }

  .\32xl\:border-t-rose-400\/25 {
    border-top-color: rgb(251 113 133 / 0.25);
  }

  .\32xl\:border-t-rose-400\/30 {
    border-top-color: rgb(251 113 133 / 0.3);
  }

  .\32xl\:border-t-rose-400\/35 {
    border-top-color: rgb(251 113 133 / 0.35);
  }

  .\32xl\:border-t-rose-400\/40 {
    border-top-color: rgb(251 113 133 / 0.4);
  }

  .\32xl\:border-t-rose-400\/45 {
    border-top-color: rgb(251 113 133 / 0.45);
  }

  .\32xl\:border-t-rose-400\/5 {
    border-top-color: rgb(251 113 133 / 0.05);
  }

  .\32xl\:border-t-rose-400\/50 {
    border-top-color: rgb(251 113 133 / 0.5);
  }

  .\32xl\:border-t-rose-400\/55 {
    border-top-color: rgb(251 113 133 / 0.55);
  }

  .\32xl\:border-t-rose-400\/60 {
    border-top-color: rgb(251 113 133 / 0.6);
  }

  .\32xl\:border-t-rose-400\/65 {
    border-top-color: rgb(251 113 133 / 0.65);
  }

  .\32xl\:border-t-rose-400\/70 {
    border-top-color: rgb(251 113 133 / 0.7);
  }

  .\32xl\:border-t-rose-400\/75 {
    border-top-color: rgb(251 113 133 / 0.75);
  }

  .\32xl\:border-t-rose-400\/80 {
    border-top-color: rgb(251 113 133 / 0.8);
  }

  .\32xl\:border-t-rose-400\/85 {
    border-top-color: rgb(251 113 133 / 0.85);
  }

  .\32xl\:border-t-rose-400\/90 {
    border-top-color: rgb(251 113 133 / 0.9);
  }

  .\32xl\:border-t-rose-400\/95 {
    border-top-color: rgb(251 113 133 / 0.95);
  }

  .\32xl\:border-t-rose-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-50\/0 {
    border-top-color: rgb(255 241 242 / 0);
  }

  .\32xl\:border-t-rose-50\/10 {
    border-top-color: rgb(255 241 242 / 0.1);
  }

  .\32xl\:border-t-rose-50\/100 {
    border-top-color: rgb(255 241 242 / 1);
  }

  .\32xl\:border-t-rose-50\/15 {
    border-top-color: rgb(255 241 242 / 0.15);
  }

  .\32xl\:border-t-rose-50\/20 {
    border-top-color: rgb(255 241 242 / 0.2);
  }

  .\32xl\:border-t-rose-50\/25 {
    border-top-color: rgb(255 241 242 / 0.25);
  }

  .\32xl\:border-t-rose-50\/30 {
    border-top-color: rgb(255 241 242 / 0.3);
  }

  .\32xl\:border-t-rose-50\/35 {
    border-top-color: rgb(255 241 242 / 0.35);
  }

  .\32xl\:border-t-rose-50\/40 {
    border-top-color: rgb(255 241 242 / 0.4);
  }

  .\32xl\:border-t-rose-50\/45 {
    border-top-color: rgb(255 241 242 / 0.45);
  }

  .\32xl\:border-t-rose-50\/5 {
    border-top-color: rgb(255 241 242 / 0.05);
  }

  .\32xl\:border-t-rose-50\/50 {
    border-top-color: rgb(255 241 242 / 0.5);
  }

  .\32xl\:border-t-rose-50\/55 {
    border-top-color: rgb(255 241 242 / 0.55);
  }

  .\32xl\:border-t-rose-50\/60 {
    border-top-color: rgb(255 241 242 / 0.6);
  }

  .\32xl\:border-t-rose-50\/65 {
    border-top-color: rgb(255 241 242 / 0.65);
  }

  .\32xl\:border-t-rose-50\/70 {
    border-top-color: rgb(255 241 242 / 0.7);
  }

  .\32xl\:border-t-rose-50\/75 {
    border-top-color: rgb(255 241 242 / 0.75);
  }

  .\32xl\:border-t-rose-50\/80 {
    border-top-color: rgb(255 241 242 / 0.8);
  }

  .\32xl\:border-t-rose-50\/85 {
    border-top-color: rgb(255 241 242 / 0.85);
  }

  .\32xl\:border-t-rose-50\/90 {
    border-top-color: rgb(255 241 242 / 0.9);
  }

  .\32xl\:border-t-rose-50\/95 {
    border-top-color: rgb(255 241 242 / 0.95);
  }

  .\32xl\:border-t-rose-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-500\/0 {
    border-top-color: rgb(244 63 94 / 0);
  }

  .\32xl\:border-t-rose-500\/10 {
    border-top-color: rgb(244 63 94 / 0.1);
  }

  .\32xl\:border-t-rose-500\/100 {
    border-top-color: rgb(244 63 94 / 1);
  }

  .\32xl\:border-t-rose-500\/15 {
    border-top-color: rgb(244 63 94 / 0.15);
  }

  .\32xl\:border-t-rose-500\/20 {
    border-top-color: rgb(244 63 94 / 0.2);
  }

  .\32xl\:border-t-rose-500\/25 {
    border-top-color: rgb(244 63 94 / 0.25);
  }

  .\32xl\:border-t-rose-500\/30 {
    border-top-color: rgb(244 63 94 / 0.3);
  }

  .\32xl\:border-t-rose-500\/35 {
    border-top-color: rgb(244 63 94 / 0.35);
  }

  .\32xl\:border-t-rose-500\/40 {
    border-top-color: rgb(244 63 94 / 0.4);
  }

  .\32xl\:border-t-rose-500\/45 {
    border-top-color: rgb(244 63 94 / 0.45);
  }

  .\32xl\:border-t-rose-500\/5 {
    border-top-color: rgb(244 63 94 / 0.05);
  }

  .\32xl\:border-t-rose-500\/50 {
    border-top-color: rgb(244 63 94 / 0.5);
  }

  .\32xl\:border-t-rose-500\/55 {
    border-top-color: rgb(244 63 94 / 0.55);
  }

  .\32xl\:border-t-rose-500\/60 {
    border-top-color: rgb(244 63 94 / 0.6);
  }

  .\32xl\:border-t-rose-500\/65 {
    border-top-color: rgb(244 63 94 / 0.65);
  }

  .\32xl\:border-t-rose-500\/70 {
    border-top-color: rgb(244 63 94 / 0.7);
  }

  .\32xl\:border-t-rose-500\/75 {
    border-top-color: rgb(244 63 94 / 0.75);
  }

  .\32xl\:border-t-rose-500\/80 {
    border-top-color: rgb(244 63 94 / 0.8);
  }

  .\32xl\:border-t-rose-500\/85 {
    border-top-color: rgb(244 63 94 / 0.85);
  }

  .\32xl\:border-t-rose-500\/90 {
    border-top-color: rgb(244 63 94 / 0.9);
  }

  .\32xl\:border-t-rose-500\/95 {
    border-top-color: rgb(244 63 94 / 0.95);
  }

  .\32xl\:border-t-rose-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-600\/0 {
    border-top-color: rgb(225 29 72 / 0);
  }

  .\32xl\:border-t-rose-600\/10 {
    border-top-color: rgb(225 29 72 / 0.1);
  }

  .\32xl\:border-t-rose-600\/100 {
    border-top-color: rgb(225 29 72 / 1);
  }

  .\32xl\:border-t-rose-600\/15 {
    border-top-color: rgb(225 29 72 / 0.15);
  }

  .\32xl\:border-t-rose-600\/20 {
    border-top-color: rgb(225 29 72 / 0.2);
  }

  .\32xl\:border-t-rose-600\/25 {
    border-top-color: rgb(225 29 72 / 0.25);
  }

  .\32xl\:border-t-rose-600\/30 {
    border-top-color: rgb(225 29 72 / 0.3);
  }

  .\32xl\:border-t-rose-600\/35 {
    border-top-color: rgb(225 29 72 / 0.35);
  }

  .\32xl\:border-t-rose-600\/40 {
    border-top-color: rgb(225 29 72 / 0.4);
  }

  .\32xl\:border-t-rose-600\/45 {
    border-top-color: rgb(225 29 72 / 0.45);
  }

  .\32xl\:border-t-rose-600\/5 {
    border-top-color: rgb(225 29 72 / 0.05);
  }

  .\32xl\:border-t-rose-600\/50 {
    border-top-color: rgb(225 29 72 / 0.5);
  }

  .\32xl\:border-t-rose-600\/55 {
    border-top-color: rgb(225 29 72 / 0.55);
  }

  .\32xl\:border-t-rose-600\/60 {
    border-top-color: rgb(225 29 72 / 0.6);
  }

  .\32xl\:border-t-rose-600\/65 {
    border-top-color: rgb(225 29 72 / 0.65);
  }

  .\32xl\:border-t-rose-600\/70 {
    border-top-color: rgb(225 29 72 / 0.7);
  }

  .\32xl\:border-t-rose-600\/75 {
    border-top-color: rgb(225 29 72 / 0.75);
  }

  .\32xl\:border-t-rose-600\/80 {
    border-top-color: rgb(225 29 72 / 0.8);
  }

  .\32xl\:border-t-rose-600\/85 {
    border-top-color: rgb(225 29 72 / 0.85);
  }

  .\32xl\:border-t-rose-600\/90 {
    border-top-color: rgb(225 29 72 / 0.9);
  }

  .\32xl\:border-t-rose-600\/95 {
    border-top-color: rgb(225 29 72 / 0.95);
  }

  .\32xl\:border-t-rose-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-700\/0 {
    border-top-color: rgb(190 18 60 / 0);
  }

  .\32xl\:border-t-rose-700\/10 {
    border-top-color: rgb(190 18 60 / 0.1);
  }

  .\32xl\:border-t-rose-700\/100 {
    border-top-color: rgb(190 18 60 / 1);
  }

  .\32xl\:border-t-rose-700\/15 {
    border-top-color: rgb(190 18 60 / 0.15);
  }

  .\32xl\:border-t-rose-700\/20 {
    border-top-color: rgb(190 18 60 / 0.2);
  }

  .\32xl\:border-t-rose-700\/25 {
    border-top-color: rgb(190 18 60 / 0.25);
  }

  .\32xl\:border-t-rose-700\/30 {
    border-top-color: rgb(190 18 60 / 0.3);
  }

  .\32xl\:border-t-rose-700\/35 {
    border-top-color: rgb(190 18 60 / 0.35);
  }

  .\32xl\:border-t-rose-700\/40 {
    border-top-color: rgb(190 18 60 / 0.4);
  }

  .\32xl\:border-t-rose-700\/45 {
    border-top-color: rgb(190 18 60 / 0.45);
  }

  .\32xl\:border-t-rose-700\/5 {
    border-top-color: rgb(190 18 60 / 0.05);
  }

  .\32xl\:border-t-rose-700\/50 {
    border-top-color: rgb(190 18 60 / 0.5);
  }

  .\32xl\:border-t-rose-700\/55 {
    border-top-color: rgb(190 18 60 / 0.55);
  }

  .\32xl\:border-t-rose-700\/60 {
    border-top-color: rgb(190 18 60 / 0.6);
  }

  .\32xl\:border-t-rose-700\/65 {
    border-top-color: rgb(190 18 60 / 0.65);
  }

  .\32xl\:border-t-rose-700\/70 {
    border-top-color: rgb(190 18 60 / 0.7);
  }

  .\32xl\:border-t-rose-700\/75 {
    border-top-color: rgb(190 18 60 / 0.75);
  }

  .\32xl\:border-t-rose-700\/80 {
    border-top-color: rgb(190 18 60 / 0.8);
  }

  .\32xl\:border-t-rose-700\/85 {
    border-top-color: rgb(190 18 60 / 0.85);
  }

  .\32xl\:border-t-rose-700\/90 {
    border-top-color: rgb(190 18 60 / 0.9);
  }

  .\32xl\:border-t-rose-700\/95 {
    border-top-color: rgb(190 18 60 / 0.95);
  }

  .\32xl\:border-t-rose-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-800\/0 {
    border-top-color: rgb(159 18 57 / 0);
  }

  .\32xl\:border-t-rose-800\/10 {
    border-top-color: rgb(159 18 57 / 0.1);
  }

  .\32xl\:border-t-rose-800\/100 {
    border-top-color: rgb(159 18 57 / 1);
  }

  .\32xl\:border-t-rose-800\/15 {
    border-top-color: rgb(159 18 57 / 0.15);
  }

  .\32xl\:border-t-rose-800\/20 {
    border-top-color: rgb(159 18 57 / 0.2);
  }

  .\32xl\:border-t-rose-800\/25 {
    border-top-color: rgb(159 18 57 / 0.25);
  }

  .\32xl\:border-t-rose-800\/30 {
    border-top-color: rgb(159 18 57 / 0.3);
  }

  .\32xl\:border-t-rose-800\/35 {
    border-top-color: rgb(159 18 57 / 0.35);
  }

  .\32xl\:border-t-rose-800\/40 {
    border-top-color: rgb(159 18 57 / 0.4);
  }

  .\32xl\:border-t-rose-800\/45 {
    border-top-color: rgb(159 18 57 / 0.45);
  }

  .\32xl\:border-t-rose-800\/5 {
    border-top-color: rgb(159 18 57 / 0.05);
  }

  .\32xl\:border-t-rose-800\/50 {
    border-top-color: rgb(159 18 57 / 0.5);
  }

  .\32xl\:border-t-rose-800\/55 {
    border-top-color: rgb(159 18 57 / 0.55);
  }

  .\32xl\:border-t-rose-800\/60 {
    border-top-color: rgb(159 18 57 / 0.6);
  }

  .\32xl\:border-t-rose-800\/65 {
    border-top-color: rgb(159 18 57 / 0.65);
  }

  .\32xl\:border-t-rose-800\/70 {
    border-top-color: rgb(159 18 57 / 0.7);
  }

  .\32xl\:border-t-rose-800\/75 {
    border-top-color: rgb(159 18 57 / 0.75);
  }

  .\32xl\:border-t-rose-800\/80 {
    border-top-color: rgb(159 18 57 / 0.8);
  }

  .\32xl\:border-t-rose-800\/85 {
    border-top-color: rgb(159 18 57 / 0.85);
  }

  .\32xl\:border-t-rose-800\/90 {
    border-top-color: rgb(159 18 57 / 0.9);
  }

  .\32xl\:border-t-rose-800\/95 {
    border-top-color: rgb(159 18 57 / 0.95);
  }

  .\32xl\:border-t-rose-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-900\/0 {
    border-top-color: rgb(136 19 55 / 0);
  }

  .\32xl\:border-t-rose-900\/10 {
    border-top-color: rgb(136 19 55 / 0.1);
  }

  .\32xl\:border-t-rose-900\/100 {
    border-top-color: rgb(136 19 55 / 1);
  }

  .\32xl\:border-t-rose-900\/15 {
    border-top-color: rgb(136 19 55 / 0.15);
  }

  .\32xl\:border-t-rose-900\/20 {
    border-top-color: rgb(136 19 55 / 0.2);
  }

  .\32xl\:border-t-rose-900\/25 {
    border-top-color: rgb(136 19 55 / 0.25);
  }

  .\32xl\:border-t-rose-900\/30 {
    border-top-color: rgb(136 19 55 / 0.3);
  }

  .\32xl\:border-t-rose-900\/35 {
    border-top-color: rgb(136 19 55 / 0.35);
  }

  .\32xl\:border-t-rose-900\/40 {
    border-top-color: rgb(136 19 55 / 0.4);
  }

  .\32xl\:border-t-rose-900\/45 {
    border-top-color: rgb(136 19 55 / 0.45);
  }

  .\32xl\:border-t-rose-900\/5 {
    border-top-color: rgb(136 19 55 / 0.05);
  }

  .\32xl\:border-t-rose-900\/50 {
    border-top-color: rgb(136 19 55 / 0.5);
  }

  .\32xl\:border-t-rose-900\/55 {
    border-top-color: rgb(136 19 55 / 0.55);
  }

  .\32xl\:border-t-rose-900\/60 {
    border-top-color: rgb(136 19 55 / 0.6);
  }

  .\32xl\:border-t-rose-900\/65 {
    border-top-color: rgb(136 19 55 / 0.65);
  }

  .\32xl\:border-t-rose-900\/70 {
    border-top-color: rgb(136 19 55 / 0.7);
  }

  .\32xl\:border-t-rose-900\/75 {
    border-top-color: rgb(136 19 55 / 0.75);
  }

  .\32xl\:border-t-rose-900\/80 {
    border-top-color: rgb(136 19 55 / 0.8);
  }

  .\32xl\:border-t-rose-900\/85 {
    border-top-color: rgb(136 19 55 / 0.85);
  }

  .\32xl\:border-t-rose-900\/90 {
    border-top-color: rgb(136 19 55 / 0.9);
  }

  .\32xl\:border-t-rose-900\/95 {
    border-top-color: rgb(136 19 55 / 0.95);
  }

  .\32xl\:border-t-rose-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-rose-950\/0 {
    border-top-color: rgb(76 5 25 / 0);
  }

  .\32xl\:border-t-rose-950\/10 {
    border-top-color: rgb(76 5 25 / 0.1);
  }

  .\32xl\:border-t-rose-950\/100 {
    border-top-color: rgb(76 5 25 / 1);
  }

  .\32xl\:border-t-rose-950\/15 {
    border-top-color: rgb(76 5 25 / 0.15);
  }

  .\32xl\:border-t-rose-950\/20 {
    border-top-color: rgb(76 5 25 / 0.2);
  }

  .\32xl\:border-t-rose-950\/25 {
    border-top-color: rgb(76 5 25 / 0.25);
  }

  .\32xl\:border-t-rose-950\/30 {
    border-top-color: rgb(76 5 25 / 0.3);
  }

  .\32xl\:border-t-rose-950\/35 {
    border-top-color: rgb(76 5 25 / 0.35);
  }

  .\32xl\:border-t-rose-950\/40 {
    border-top-color: rgb(76 5 25 / 0.4);
  }

  .\32xl\:border-t-rose-950\/45 {
    border-top-color: rgb(76 5 25 / 0.45);
  }

  .\32xl\:border-t-rose-950\/5 {
    border-top-color: rgb(76 5 25 / 0.05);
  }

  .\32xl\:border-t-rose-950\/50 {
    border-top-color: rgb(76 5 25 / 0.5);
  }

  .\32xl\:border-t-rose-950\/55 {
    border-top-color: rgb(76 5 25 / 0.55);
  }

  .\32xl\:border-t-rose-950\/60 {
    border-top-color: rgb(76 5 25 / 0.6);
  }

  .\32xl\:border-t-rose-950\/65 {
    border-top-color: rgb(76 5 25 / 0.65);
  }

  .\32xl\:border-t-rose-950\/70 {
    border-top-color: rgb(76 5 25 / 0.7);
  }

  .\32xl\:border-t-rose-950\/75 {
    border-top-color: rgb(76 5 25 / 0.75);
  }

  .\32xl\:border-t-rose-950\/80 {
    border-top-color: rgb(76 5 25 / 0.8);
  }

  .\32xl\:border-t-rose-950\/85 {
    border-top-color: rgb(76 5 25 / 0.85);
  }

  .\32xl\:border-t-rose-950\/90 {
    border-top-color: rgb(76 5 25 / 0.9);
  }

  .\32xl\:border-t-rose-950\/95 {
    border-top-color: rgb(76 5 25 / 0.95);
  }

  .\32xl\:border-t-secondary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-secondary-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--secondary-foreground) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-secondary-foreground\/0 {
    border-top-color: hsl(var(--secondary-foreground) / 0);
  }

  .\32xl\:border-t-secondary-foreground\/10 {
    border-top-color: hsl(var(--secondary-foreground) / 0.1);
  }

  .\32xl\:border-t-secondary-foreground\/100 {
    border-top-color: hsl(var(--secondary-foreground) / 1);
  }

  .\32xl\:border-t-secondary-foreground\/15 {
    border-top-color: hsl(var(--secondary-foreground) / 0.15);
  }

  .\32xl\:border-t-secondary-foreground\/20 {
    border-top-color: hsl(var(--secondary-foreground) / 0.2);
  }

  .\32xl\:border-t-secondary-foreground\/25 {
    border-top-color: hsl(var(--secondary-foreground) / 0.25);
  }

  .\32xl\:border-t-secondary-foreground\/30 {
    border-top-color: hsl(var(--secondary-foreground) / 0.3);
  }

  .\32xl\:border-t-secondary-foreground\/35 {
    border-top-color: hsl(var(--secondary-foreground) / 0.35);
  }

  .\32xl\:border-t-secondary-foreground\/40 {
    border-top-color: hsl(var(--secondary-foreground) / 0.4);
  }

  .\32xl\:border-t-secondary-foreground\/45 {
    border-top-color: hsl(var(--secondary-foreground) / 0.45);
  }

  .\32xl\:border-t-secondary-foreground\/5 {
    border-top-color: hsl(var(--secondary-foreground) / 0.05);
  }

  .\32xl\:border-t-secondary-foreground\/50 {
    border-top-color: hsl(var(--secondary-foreground) / 0.5);
  }

  .\32xl\:border-t-secondary-foreground\/55 {
    border-top-color: hsl(var(--secondary-foreground) / 0.55);
  }

  .\32xl\:border-t-secondary-foreground\/60 {
    border-top-color: hsl(var(--secondary-foreground) / 0.6);
  }

  .\32xl\:border-t-secondary-foreground\/65 {
    border-top-color: hsl(var(--secondary-foreground) / 0.65);
  }

  .\32xl\:border-t-secondary-foreground\/70 {
    border-top-color: hsl(var(--secondary-foreground) / 0.7);
  }

  .\32xl\:border-t-secondary-foreground\/75 {
    border-top-color: hsl(var(--secondary-foreground) / 0.75);
  }

  .\32xl\:border-t-secondary-foreground\/80 {
    border-top-color: hsl(var(--secondary-foreground) / 0.8);
  }

  .\32xl\:border-t-secondary-foreground\/85 {
    border-top-color: hsl(var(--secondary-foreground) / 0.85);
  }

  .\32xl\:border-t-secondary-foreground\/90 {
    border-top-color: hsl(var(--secondary-foreground) / 0.9);
  }

  .\32xl\:border-t-secondary-foreground\/95 {
    border-top-color: hsl(var(--secondary-foreground) / 0.95);
  }

  .\32xl\:border-t-secondary\/0 {
    border-top-color: hsl(var(--secondary) / 0);
  }

  .\32xl\:border-t-secondary\/10 {
    border-top-color: hsl(var(--secondary) / 0.1);
  }

  .\32xl\:border-t-secondary\/100 {
    border-top-color: hsl(var(--secondary) / 1);
  }

  .\32xl\:border-t-secondary\/15 {
    border-top-color: hsl(var(--secondary) / 0.15);
  }

  .\32xl\:border-t-secondary\/20 {
    border-top-color: hsl(var(--secondary) / 0.2);
  }

  .\32xl\:border-t-secondary\/25 {
    border-top-color: hsl(var(--secondary) / 0.25);
  }

  .\32xl\:border-t-secondary\/30 {
    border-top-color: hsl(var(--secondary) / 0.3);
  }

  .\32xl\:border-t-secondary\/35 {
    border-top-color: hsl(var(--secondary) / 0.35);
  }

  .\32xl\:border-t-secondary\/40 {
    border-top-color: hsl(var(--secondary) / 0.4);
  }

  .\32xl\:border-t-secondary\/45 {
    border-top-color: hsl(var(--secondary) / 0.45);
  }

  .\32xl\:border-t-secondary\/5 {
    border-top-color: hsl(var(--secondary) / 0.05);
  }

  .\32xl\:border-t-secondary\/50 {
    border-top-color: hsl(var(--secondary) / 0.5);
  }

  .\32xl\:border-t-secondary\/55 {
    border-top-color: hsl(var(--secondary) / 0.55);
  }

  .\32xl\:border-t-secondary\/60 {
    border-top-color: hsl(var(--secondary) / 0.6);
  }

  .\32xl\:border-t-secondary\/65 {
    border-top-color: hsl(var(--secondary) / 0.65);
  }

  .\32xl\:border-t-secondary\/70 {
    border-top-color: hsl(var(--secondary) / 0.7);
  }

  .\32xl\:border-t-secondary\/75 {
    border-top-color: hsl(var(--secondary) / 0.75);
  }

  .\32xl\:border-t-secondary\/80 {
    border-top-color: hsl(var(--secondary) / 0.8);
  }

  .\32xl\:border-t-secondary\/85 {
    border-top-color: hsl(var(--secondary) / 0.85);
  }

  .\32xl\:border-t-secondary\/90 {
    border-top-color: hsl(var(--secondary) / 0.9);
  }

  .\32xl\:border-t-secondary\/95 {
    border-top-color: hsl(var(--secondary) / 0.95);
  }

  .\32xl\:border-t-sidebar {
    border-top-color: hsl(var(--sidebar-background));
  }

  .\32xl\:border-t-sidebar-accent {
    border-top-color: hsl(var(--sidebar-accent));
  }

  .\32xl\:border-t-sidebar-accent-foreground {
    border-top-color: hsl(var(--sidebar-accent-foreground));
  }

  .\32xl\:border-t-sidebar-accent-foreground\/0 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/10 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.1);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/100 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 1);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/15 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.15);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/20 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.2);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/25 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.25);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/30 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.3);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/35 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.35);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/40 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.4);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/45 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.45);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/5 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.05);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/50 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.5);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/55 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.55);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/60 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.6);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/65 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.65);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/70 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.7);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/75 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.75);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/80 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.8);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/85 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.85);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/90 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.9);
  }

  .\32xl\:border-t-sidebar-accent-foreground\/95 {
    border-top-color: hsl(var(--sidebar-accent-foreground) / 0.95);
  }

  .\32xl\:border-t-sidebar-accent\/0 {
    border-top-color: hsl(var(--sidebar-accent) / 0);
  }

  .\32xl\:border-t-sidebar-accent\/10 {
    border-top-color: hsl(var(--sidebar-accent) / 0.1);
  }

  .\32xl\:border-t-sidebar-accent\/100 {
    border-top-color: hsl(var(--sidebar-accent) / 1);
  }

  .\32xl\:border-t-sidebar-accent\/15 {
    border-top-color: hsl(var(--sidebar-accent) / 0.15);
  }

  .\32xl\:border-t-sidebar-accent\/20 {
    border-top-color: hsl(var(--sidebar-accent) / 0.2);
  }

  .\32xl\:border-t-sidebar-accent\/25 {
    border-top-color: hsl(var(--sidebar-accent) / 0.25);
  }

  .\32xl\:border-t-sidebar-accent\/30 {
    border-top-color: hsl(var(--sidebar-accent) / 0.3);
  }

  .\32xl\:border-t-sidebar-accent\/35 {
    border-top-color: hsl(var(--sidebar-accent) / 0.35);
  }

  .\32xl\:border-t-sidebar-accent\/40 {
    border-top-color: hsl(var(--sidebar-accent) / 0.4);
  }

  .\32xl\:border-t-sidebar-accent\/45 {
    border-top-color: hsl(var(--sidebar-accent) / 0.45);
  }

  .\32xl\:border-t-sidebar-accent\/5 {
    border-top-color: hsl(var(--sidebar-accent) / 0.05);
  }

  .\32xl\:border-t-sidebar-accent\/50 {
    border-top-color: hsl(var(--sidebar-accent) / 0.5);
  }

  .\32xl\:border-t-sidebar-accent\/55 {
    border-top-color: hsl(var(--sidebar-accent) / 0.55);
  }

  .\32xl\:border-t-sidebar-accent\/60 {
    border-top-color: hsl(var(--sidebar-accent) / 0.6);
  }

  .\32xl\:border-t-sidebar-accent\/65 {
    border-top-color: hsl(var(--sidebar-accent) / 0.65);
  }

  .\32xl\:border-t-sidebar-accent\/70 {
    border-top-color: hsl(var(--sidebar-accent) / 0.7);
  }

  .\32xl\:border-t-sidebar-accent\/75 {
    border-top-color: hsl(var(--sidebar-accent) / 0.75);
  }

  .\32xl\:border-t-sidebar-accent\/80 {
    border-top-color: hsl(var(--sidebar-accent) / 0.8);
  }

  .\32xl\:border-t-sidebar-accent\/85 {
    border-top-color: hsl(var(--sidebar-accent) / 0.85);
  }

  .\32xl\:border-t-sidebar-accent\/90 {
    border-top-color: hsl(var(--sidebar-accent) / 0.9);
  }

  .\32xl\:border-t-sidebar-accent\/95 {
    border-top-color: hsl(var(--sidebar-accent) / 0.95);
  }

  .\32xl\:border-t-sidebar-border {
    border-top-color: hsl(var(--sidebar-border));
  }

  .\32xl\:border-t-sidebar-border\/0 {
    border-top-color: hsl(var(--sidebar-border) / 0);
  }

  .\32xl\:border-t-sidebar-border\/10 {
    border-top-color: hsl(var(--sidebar-border) / 0.1);
  }

  .\32xl\:border-t-sidebar-border\/100 {
    border-top-color: hsl(var(--sidebar-border) / 1);
  }

  .\32xl\:border-t-sidebar-border\/15 {
    border-top-color: hsl(var(--sidebar-border) / 0.15);
  }

  .\32xl\:border-t-sidebar-border\/20 {
    border-top-color: hsl(var(--sidebar-border) / 0.2);
  }

  .\32xl\:border-t-sidebar-border\/25 {
    border-top-color: hsl(var(--sidebar-border) / 0.25);
  }

  .\32xl\:border-t-sidebar-border\/30 {
    border-top-color: hsl(var(--sidebar-border) / 0.3);
  }

  .\32xl\:border-t-sidebar-border\/35 {
    border-top-color: hsl(var(--sidebar-border) / 0.35);
  }

  .\32xl\:border-t-sidebar-border\/40 {
    border-top-color: hsl(var(--sidebar-border) / 0.4);
  }

  .\32xl\:border-t-sidebar-border\/45 {
    border-top-color: hsl(var(--sidebar-border) / 0.45);
  }

  .\32xl\:border-t-sidebar-border\/5 {
    border-top-color: hsl(var(--sidebar-border) / 0.05);
  }

  .\32xl\:border-t-sidebar-border\/50 {
    border-top-color: hsl(var(--sidebar-border) / 0.5);
  }

  .\32xl\:border-t-sidebar-border\/55 {
    border-top-color: hsl(var(--sidebar-border) / 0.55);
  }

  .\32xl\:border-t-sidebar-border\/60 {
    border-top-color: hsl(var(--sidebar-border) / 0.6);
  }

  .\32xl\:border-t-sidebar-border\/65 {
    border-top-color: hsl(var(--sidebar-border) / 0.65);
  }

  .\32xl\:border-t-sidebar-border\/70 {
    border-top-color: hsl(var(--sidebar-border) / 0.7);
  }

  .\32xl\:border-t-sidebar-border\/75 {
    border-top-color: hsl(var(--sidebar-border) / 0.75);
  }

  .\32xl\:border-t-sidebar-border\/80 {
    border-top-color: hsl(var(--sidebar-border) / 0.8);
  }

  .\32xl\:border-t-sidebar-border\/85 {
    border-top-color: hsl(var(--sidebar-border) / 0.85);
  }

  .\32xl\:border-t-sidebar-border\/90 {
    border-top-color: hsl(var(--sidebar-border) / 0.9);
  }

  .\32xl\:border-t-sidebar-border\/95 {
    border-top-color: hsl(var(--sidebar-border) / 0.95);
  }

  .\32xl\:border-t-sidebar-foreground {
    border-top-color: hsl(var(--sidebar-foreground));
  }

  .\32xl\:border-t-sidebar-foreground\/0 {
    border-top-color: hsl(var(--sidebar-foreground) / 0);
  }

  .\32xl\:border-t-sidebar-foreground\/10 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.1);
  }

  .\32xl\:border-t-sidebar-foreground\/100 {
    border-top-color: hsl(var(--sidebar-foreground) / 1);
  }

  .\32xl\:border-t-sidebar-foreground\/15 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.15);
  }

  .\32xl\:border-t-sidebar-foreground\/20 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.2);
  }

  .\32xl\:border-t-sidebar-foreground\/25 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.25);
  }

  .\32xl\:border-t-sidebar-foreground\/30 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.3);
  }

  .\32xl\:border-t-sidebar-foreground\/35 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.35);
  }

  .\32xl\:border-t-sidebar-foreground\/40 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.4);
  }

  .\32xl\:border-t-sidebar-foreground\/45 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.45);
  }

  .\32xl\:border-t-sidebar-foreground\/5 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.05);
  }

  .\32xl\:border-t-sidebar-foreground\/50 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.5);
  }

  .\32xl\:border-t-sidebar-foreground\/55 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.55);
  }

  .\32xl\:border-t-sidebar-foreground\/60 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.6);
  }

  .\32xl\:border-t-sidebar-foreground\/65 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.65);
  }

  .\32xl\:border-t-sidebar-foreground\/70 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.7);
  }

  .\32xl\:border-t-sidebar-foreground\/75 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.75);
  }

  .\32xl\:border-t-sidebar-foreground\/80 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.8);
  }

  .\32xl\:border-t-sidebar-foreground\/85 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.85);
  }

  .\32xl\:border-t-sidebar-foreground\/90 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.9);
  }

  .\32xl\:border-t-sidebar-foreground\/95 {
    border-top-color: hsl(var(--sidebar-foreground) / 0.95);
  }

  .\32xl\:border-t-sidebar-primary {
    border-top-color: hsl(var(--sidebar-primary));
  }

  .\32xl\:border-t-sidebar-primary-foreground {
    border-top-color: hsl(var(--sidebar-primary-foreground));
  }

  .\32xl\:border-t-sidebar-primary-foreground\/0 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/10 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.1);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/100 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 1);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/15 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.15);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/20 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.2);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/25 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.25);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/30 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.3);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/35 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.35);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/40 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.4);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/45 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.45);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/5 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.05);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/50 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.5);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/55 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.55);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/60 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.6);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/65 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.65);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/70 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.7);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/75 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.75);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/80 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.8);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/85 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.85);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/90 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.9);
  }

  .\32xl\:border-t-sidebar-primary-foreground\/95 {
    border-top-color: hsl(var(--sidebar-primary-foreground) / 0.95);
  }

  .\32xl\:border-t-sidebar-primary\/0 {
    border-top-color: hsl(var(--sidebar-primary) / 0);
  }

  .\32xl\:border-t-sidebar-primary\/10 {
    border-top-color: hsl(var(--sidebar-primary) / 0.1);
  }

  .\32xl\:border-t-sidebar-primary\/100 {
    border-top-color: hsl(var(--sidebar-primary) / 1);
  }

  .\32xl\:border-t-sidebar-primary\/15 {
    border-top-color: hsl(var(--sidebar-primary) / 0.15);
  }

  .\32xl\:border-t-sidebar-primary\/20 {
    border-top-color: hsl(var(--sidebar-primary) / 0.2);
  }

  .\32xl\:border-t-sidebar-primary\/25 {
    border-top-color: hsl(var(--sidebar-primary) / 0.25);
  }

  .\32xl\:border-t-sidebar-primary\/30 {
    border-top-color: hsl(var(--sidebar-primary) / 0.3);
  }

  .\32xl\:border-t-sidebar-primary\/35 {
    border-top-color: hsl(var(--sidebar-primary) / 0.35);
  }

  .\32xl\:border-t-sidebar-primary\/40 {
    border-top-color: hsl(var(--sidebar-primary) / 0.4);
  }

  .\32xl\:border-t-sidebar-primary\/45 {
    border-top-color: hsl(var(--sidebar-primary) / 0.45);
  }

  .\32xl\:border-t-sidebar-primary\/5 {
    border-top-color: hsl(var(--sidebar-primary) / 0.05);
  }

  .\32xl\:border-t-sidebar-primary\/50 {
    border-top-color: hsl(var(--sidebar-primary) / 0.5);
  }

  .\32xl\:border-t-sidebar-primary\/55 {
    border-top-color: hsl(var(--sidebar-primary) / 0.55);
  }

  .\32xl\:border-t-sidebar-primary\/60 {
    border-top-color: hsl(var(--sidebar-primary) / 0.6);
  }

  .\32xl\:border-t-sidebar-primary\/65 {
    border-top-color: hsl(var(--sidebar-primary) / 0.65);
  }

  .\32xl\:border-t-sidebar-primary\/70 {
    border-top-color: hsl(var(--sidebar-primary) / 0.7);
  }

  .\32xl\:border-t-sidebar-primary\/75 {
    border-top-color: hsl(var(--sidebar-primary) / 0.75);
  }

  .\32xl\:border-t-sidebar-primary\/80 {
    border-top-color: hsl(var(--sidebar-primary) / 0.8);
  }

  .\32xl\:border-t-sidebar-primary\/85 {
    border-top-color: hsl(var(--sidebar-primary) / 0.85);
  }

  .\32xl\:border-t-sidebar-primary\/90 {
    border-top-color: hsl(var(--sidebar-primary) / 0.9);
  }

  .\32xl\:border-t-sidebar-primary\/95 {
    border-top-color: hsl(var(--sidebar-primary) / 0.95);
  }

  .\32xl\:border-t-sidebar-ring {
    border-top-color: hsl(var(--sidebar-ring));
  }

  .\32xl\:border-t-sidebar-ring\/0 {
    border-top-color: hsl(var(--sidebar-ring) / 0);
  }

  .\32xl\:border-t-sidebar-ring\/10 {
    border-top-color: hsl(var(--sidebar-ring) / 0.1);
  }

  .\32xl\:border-t-sidebar-ring\/100 {
    border-top-color: hsl(var(--sidebar-ring) / 1);
  }

  .\32xl\:border-t-sidebar-ring\/15 {
    border-top-color: hsl(var(--sidebar-ring) / 0.15);
  }

  .\32xl\:border-t-sidebar-ring\/20 {
    border-top-color: hsl(var(--sidebar-ring) / 0.2);
  }

  .\32xl\:border-t-sidebar-ring\/25 {
    border-top-color: hsl(var(--sidebar-ring) / 0.25);
  }

  .\32xl\:border-t-sidebar-ring\/30 {
    border-top-color: hsl(var(--sidebar-ring) / 0.3);
  }

  .\32xl\:border-t-sidebar-ring\/35 {
    border-top-color: hsl(var(--sidebar-ring) / 0.35);
  }

  .\32xl\:border-t-sidebar-ring\/40 {
    border-top-color: hsl(var(--sidebar-ring) / 0.4);
  }

  .\32xl\:border-t-sidebar-ring\/45 {
    border-top-color: hsl(var(--sidebar-ring) / 0.45);
  }

  .\32xl\:border-t-sidebar-ring\/5 {
    border-top-color: hsl(var(--sidebar-ring) / 0.05);
  }

  .\32xl\:border-t-sidebar-ring\/50 {
    border-top-color: hsl(var(--sidebar-ring) / 0.5);
  }

  .\32xl\:border-t-sidebar-ring\/55 {
    border-top-color: hsl(var(--sidebar-ring) / 0.55);
  }

  .\32xl\:border-t-sidebar-ring\/60 {
    border-top-color: hsl(var(--sidebar-ring) / 0.6);
  }

  .\32xl\:border-t-sidebar-ring\/65 {
    border-top-color: hsl(var(--sidebar-ring) / 0.65);
  }

  .\32xl\:border-t-sidebar-ring\/70 {
    border-top-color: hsl(var(--sidebar-ring) / 0.7);
  }

  .\32xl\:border-t-sidebar-ring\/75 {
    border-top-color: hsl(var(--sidebar-ring) / 0.75);
  }

  .\32xl\:border-t-sidebar-ring\/80 {
    border-top-color: hsl(var(--sidebar-ring) / 0.8);
  }

  .\32xl\:border-t-sidebar-ring\/85 {
    border-top-color: hsl(var(--sidebar-ring) / 0.85);
  }

  .\32xl\:border-t-sidebar-ring\/90 {
    border-top-color: hsl(var(--sidebar-ring) / 0.9);
  }

  .\32xl\:border-t-sidebar-ring\/95 {
    border-top-color: hsl(var(--sidebar-ring) / 0.95);
  }

  .\32xl\:border-t-sidebar\/0 {
    border-top-color: hsl(var(--sidebar-background) / 0);
  }

  .\32xl\:border-t-sidebar\/10 {
    border-top-color: hsl(var(--sidebar-background) / 0.1);
  }

  .\32xl\:border-t-sidebar\/100 {
    border-top-color: hsl(var(--sidebar-background) / 1);
  }

  .\32xl\:border-t-sidebar\/15 {
    border-top-color: hsl(var(--sidebar-background) / 0.15);
  }

  .\32xl\:border-t-sidebar\/20 {
    border-top-color: hsl(var(--sidebar-background) / 0.2);
  }

  .\32xl\:border-t-sidebar\/25 {
    border-top-color: hsl(var(--sidebar-background) / 0.25);
  }

  .\32xl\:border-t-sidebar\/30 {
    border-top-color: hsl(var(--sidebar-background) / 0.3);
  }

  .\32xl\:border-t-sidebar\/35 {
    border-top-color: hsl(var(--sidebar-background) / 0.35);
  }

  .\32xl\:border-t-sidebar\/40 {
    border-top-color: hsl(var(--sidebar-background) / 0.4);
  }

  .\32xl\:border-t-sidebar\/45 {
    border-top-color: hsl(var(--sidebar-background) / 0.45);
  }

  .\32xl\:border-t-sidebar\/5 {
    border-top-color: hsl(var(--sidebar-background) / 0.05);
  }

  .\32xl\:border-t-sidebar\/50 {
    border-top-color: hsl(var(--sidebar-background) / 0.5);
  }

  .\32xl\:border-t-sidebar\/55 {
    border-top-color: hsl(var(--sidebar-background) / 0.55);
  }

  .\32xl\:border-t-sidebar\/60 {
    border-top-color: hsl(var(--sidebar-background) / 0.6);
  }

  .\32xl\:border-t-sidebar\/65 {
    border-top-color: hsl(var(--sidebar-background) / 0.65);
  }

  .\32xl\:border-t-sidebar\/70 {
    border-top-color: hsl(var(--sidebar-background) / 0.7);
  }

  .\32xl\:border-t-sidebar\/75 {
    border-top-color: hsl(var(--sidebar-background) / 0.75);
  }

  .\32xl\:border-t-sidebar\/80 {
    border-top-color: hsl(var(--sidebar-background) / 0.8);
  }

  .\32xl\:border-t-sidebar\/85 {
    border-top-color: hsl(var(--sidebar-background) / 0.85);
  }

  .\32xl\:border-t-sidebar\/90 {
    border-top-color: hsl(var(--sidebar-background) / 0.9);
  }

  .\32xl\:border-t-sidebar\/95 {
    border-top-color: hsl(var(--sidebar-background) / 0.95);
  }

  .\32xl\:border-t-sky-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-100\/0 {
    border-top-color: rgb(224 242 254 / 0);
  }

  .\32xl\:border-t-sky-100\/10 {
    border-top-color: rgb(224 242 254 / 0.1);
  }

  .\32xl\:border-t-sky-100\/100 {
    border-top-color: rgb(224 242 254 / 1);
  }

  .\32xl\:border-t-sky-100\/15 {
    border-top-color: rgb(224 242 254 / 0.15);
  }

  .\32xl\:border-t-sky-100\/20 {
    border-top-color: rgb(224 242 254 / 0.2);
  }

  .\32xl\:border-t-sky-100\/25 {
    border-top-color: rgb(224 242 254 / 0.25);
  }

  .\32xl\:border-t-sky-100\/30 {
    border-top-color: rgb(224 242 254 / 0.3);
  }

  .\32xl\:border-t-sky-100\/35 {
    border-top-color: rgb(224 242 254 / 0.35);
  }

  .\32xl\:border-t-sky-100\/40 {
    border-top-color: rgb(224 242 254 / 0.4);
  }

  .\32xl\:border-t-sky-100\/45 {
    border-top-color: rgb(224 242 254 / 0.45);
  }

  .\32xl\:border-t-sky-100\/5 {
    border-top-color: rgb(224 242 254 / 0.05);
  }

  .\32xl\:border-t-sky-100\/50 {
    border-top-color: rgb(224 242 254 / 0.5);
  }

  .\32xl\:border-t-sky-100\/55 {
    border-top-color: rgb(224 242 254 / 0.55);
  }

  .\32xl\:border-t-sky-100\/60 {
    border-top-color: rgb(224 242 254 / 0.6);
  }

  .\32xl\:border-t-sky-100\/65 {
    border-top-color: rgb(224 242 254 / 0.65);
  }

  .\32xl\:border-t-sky-100\/70 {
    border-top-color: rgb(224 242 254 / 0.7);
  }

  .\32xl\:border-t-sky-100\/75 {
    border-top-color: rgb(224 242 254 / 0.75);
  }

  .\32xl\:border-t-sky-100\/80 {
    border-top-color: rgb(224 242 254 / 0.8);
  }

  .\32xl\:border-t-sky-100\/85 {
    border-top-color: rgb(224 242 254 / 0.85);
  }

  .\32xl\:border-t-sky-100\/90 {
    border-top-color: rgb(224 242 254 / 0.9);
  }

  .\32xl\:border-t-sky-100\/95 {
    border-top-color: rgb(224 242 254 / 0.95);
  }

  .\32xl\:border-t-sky-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-200\/0 {
    border-top-color: rgb(186 230 253 / 0);
  }

  .\32xl\:border-t-sky-200\/10 {
    border-top-color: rgb(186 230 253 / 0.1);
  }

  .\32xl\:border-t-sky-200\/100 {
    border-top-color: rgb(186 230 253 / 1);
  }

  .\32xl\:border-t-sky-200\/15 {
    border-top-color: rgb(186 230 253 / 0.15);
  }

  .\32xl\:border-t-sky-200\/20 {
    border-top-color: rgb(186 230 253 / 0.2);
  }

  .\32xl\:border-t-sky-200\/25 {
    border-top-color: rgb(186 230 253 / 0.25);
  }

  .\32xl\:border-t-sky-200\/30 {
    border-top-color: rgb(186 230 253 / 0.3);
  }

  .\32xl\:border-t-sky-200\/35 {
    border-top-color: rgb(186 230 253 / 0.35);
  }

  .\32xl\:border-t-sky-200\/40 {
    border-top-color: rgb(186 230 253 / 0.4);
  }

  .\32xl\:border-t-sky-200\/45 {
    border-top-color: rgb(186 230 253 / 0.45);
  }

  .\32xl\:border-t-sky-200\/5 {
    border-top-color: rgb(186 230 253 / 0.05);
  }

  .\32xl\:border-t-sky-200\/50 {
    border-top-color: rgb(186 230 253 / 0.5);
  }

  .\32xl\:border-t-sky-200\/55 {
    border-top-color: rgb(186 230 253 / 0.55);
  }

  .\32xl\:border-t-sky-200\/60 {
    border-top-color: rgb(186 230 253 / 0.6);
  }

  .\32xl\:border-t-sky-200\/65 {
    border-top-color: rgb(186 230 253 / 0.65);
  }

  .\32xl\:border-t-sky-200\/70 {
    border-top-color: rgb(186 230 253 / 0.7);
  }

  .\32xl\:border-t-sky-200\/75 {
    border-top-color: rgb(186 230 253 / 0.75);
  }

  .\32xl\:border-t-sky-200\/80 {
    border-top-color: rgb(186 230 253 / 0.8);
  }

  .\32xl\:border-t-sky-200\/85 {
    border-top-color: rgb(186 230 253 / 0.85);
  }

  .\32xl\:border-t-sky-200\/90 {
    border-top-color: rgb(186 230 253 / 0.9);
  }

  .\32xl\:border-t-sky-200\/95 {
    border-top-color: rgb(186 230 253 / 0.95);
  }

  .\32xl\:border-t-sky-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-300\/0 {
    border-top-color: rgb(125 211 252 / 0);
  }

  .\32xl\:border-t-sky-300\/10 {
    border-top-color: rgb(125 211 252 / 0.1);
  }

  .\32xl\:border-t-sky-300\/100 {
    border-top-color: rgb(125 211 252 / 1);
  }

  .\32xl\:border-t-sky-300\/15 {
    border-top-color: rgb(125 211 252 / 0.15);
  }

  .\32xl\:border-t-sky-300\/20 {
    border-top-color: rgb(125 211 252 / 0.2);
  }

  .\32xl\:border-t-sky-300\/25 {
    border-top-color: rgb(125 211 252 / 0.25);
  }

  .\32xl\:border-t-sky-300\/30 {
    border-top-color: rgb(125 211 252 / 0.3);
  }

  .\32xl\:border-t-sky-300\/35 {
    border-top-color: rgb(125 211 252 / 0.35);
  }

  .\32xl\:border-t-sky-300\/40 {
    border-top-color: rgb(125 211 252 / 0.4);
  }

  .\32xl\:border-t-sky-300\/45 {
    border-top-color: rgb(125 211 252 / 0.45);
  }

  .\32xl\:border-t-sky-300\/5 {
    border-top-color: rgb(125 211 252 / 0.05);
  }

  .\32xl\:border-t-sky-300\/50 {
    border-top-color: rgb(125 211 252 / 0.5);
  }

  .\32xl\:border-t-sky-300\/55 {
    border-top-color: rgb(125 211 252 / 0.55);
  }

  .\32xl\:border-t-sky-300\/60 {
    border-top-color: rgb(125 211 252 / 0.6);
  }

  .\32xl\:border-t-sky-300\/65 {
    border-top-color: rgb(125 211 252 / 0.65);
  }

  .\32xl\:border-t-sky-300\/70 {
    border-top-color: rgb(125 211 252 / 0.7);
  }

  .\32xl\:border-t-sky-300\/75 {
    border-top-color: rgb(125 211 252 / 0.75);
  }

  .\32xl\:border-t-sky-300\/80 {
    border-top-color: rgb(125 211 252 / 0.8);
  }

  .\32xl\:border-t-sky-300\/85 {
    border-top-color: rgb(125 211 252 / 0.85);
  }

  .\32xl\:border-t-sky-300\/90 {
    border-top-color: rgb(125 211 252 / 0.9);
  }

  .\32xl\:border-t-sky-300\/95 {
    border-top-color: rgb(125 211 252 / 0.95);
  }

  .\32xl\:border-t-sky-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-400\/0 {
    border-top-color: rgb(56 189 248 / 0);
  }

  .\32xl\:border-t-sky-400\/10 {
    border-top-color: rgb(56 189 248 / 0.1);
  }

  .\32xl\:border-t-sky-400\/100 {
    border-top-color: rgb(56 189 248 / 1);
  }

  .\32xl\:border-t-sky-400\/15 {
    border-top-color: rgb(56 189 248 / 0.15);
  }

  .\32xl\:border-t-sky-400\/20 {
    border-top-color: rgb(56 189 248 / 0.2);
  }

  .\32xl\:border-t-sky-400\/25 {
    border-top-color: rgb(56 189 248 / 0.25);
  }

  .\32xl\:border-t-sky-400\/30 {
    border-top-color: rgb(56 189 248 / 0.3);
  }

  .\32xl\:border-t-sky-400\/35 {
    border-top-color: rgb(56 189 248 / 0.35);
  }

  .\32xl\:border-t-sky-400\/40 {
    border-top-color: rgb(56 189 248 / 0.4);
  }

  .\32xl\:border-t-sky-400\/45 {
    border-top-color: rgb(56 189 248 / 0.45);
  }

  .\32xl\:border-t-sky-400\/5 {
    border-top-color: rgb(56 189 248 / 0.05);
  }

  .\32xl\:border-t-sky-400\/50 {
    border-top-color: rgb(56 189 248 / 0.5);
  }

  .\32xl\:border-t-sky-400\/55 {
    border-top-color: rgb(56 189 248 / 0.55);
  }

  .\32xl\:border-t-sky-400\/60 {
    border-top-color: rgb(56 189 248 / 0.6);
  }

  .\32xl\:border-t-sky-400\/65 {
    border-top-color: rgb(56 189 248 / 0.65);
  }

  .\32xl\:border-t-sky-400\/70 {
    border-top-color: rgb(56 189 248 / 0.7);
  }

  .\32xl\:border-t-sky-400\/75 {
    border-top-color: rgb(56 189 248 / 0.75);
  }

  .\32xl\:border-t-sky-400\/80 {
    border-top-color: rgb(56 189 248 / 0.8);
  }

  .\32xl\:border-t-sky-400\/85 {
    border-top-color: rgb(56 189 248 / 0.85);
  }

  .\32xl\:border-t-sky-400\/90 {
    border-top-color: rgb(56 189 248 / 0.9);
  }

  .\32xl\:border-t-sky-400\/95 {
    border-top-color: rgb(56 189 248 / 0.95);
  }

  .\32xl\:border-t-sky-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-50\/0 {
    border-top-color: rgb(240 249 255 / 0);
  }

  .\32xl\:border-t-sky-50\/10 {
    border-top-color: rgb(240 249 255 / 0.1);
  }

  .\32xl\:border-t-sky-50\/100 {
    border-top-color: rgb(240 249 255 / 1);
  }

  .\32xl\:border-t-sky-50\/15 {
    border-top-color: rgb(240 249 255 / 0.15);
  }

  .\32xl\:border-t-sky-50\/20 {
    border-top-color: rgb(240 249 255 / 0.2);
  }

  .\32xl\:border-t-sky-50\/25 {
    border-top-color: rgb(240 249 255 / 0.25);
  }

  .\32xl\:border-t-sky-50\/30 {
    border-top-color: rgb(240 249 255 / 0.3);
  }

  .\32xl\:border-t-sky-50\/35 {
    border-top-color: rgb(240 249 255 / 0.35);
  }

  .\32xl\:border-t-sky-50\/40 {
    border-top-color: rgb(240 249 255 / 0.4);
  }

  .\32xl\:border-t-sky-50\/45 {
    border-top-color: rgb(240 249 255 / 0.45);
  }

  .\32xl\:border-t-sky-50\/5 {
    border-top-color: rgb(240 249 255 / 0.05);
  }

  .\32xl\:border-t-sky-50\/50 {
    border-top-color: rgb(240 249 255 / 0.5);
  }

  .\32xl\:border-t-sky-50\/55 {
    border-top-color: rgb(240 249 255 / 0.55);
  }

  .\32xl\:border-t-sky-50\/60 {
    border-top-color: rgb(240 249 255 / 0.6);
  }

  .\32xl\:border-t-sky-50\/65 {
    border-top-color: rgb(240 249 255 / 0.65);
  }

  .\32xl\:border-t-sky-50\/70 {
    border-top-color: rgb(240 249 255 / 0.7);
  }

  .\32xl\:border-t-sky-50\/75 {
    border-top-color: rgb(240 249 255 / 0.75);
  }

  .\32xl\:border-t-sky-50\/80 {
    border-top-color: rgb(240 249 255 / 0.8);
  }

  .\32xl\:border-t-sky-50\/85 {
    border-top-color: rgb(240 249 255 / 0.85);
  }

  .\32xl\:border-t-sky-50\/90 {
    border-top-color: rgb(240 249 255 / 0.9);
  }

  .\32xl\:border-t-sky-50\/95 {
    border-top-color: rgb(240 249 255 / 0.95);
  }

  .\32xl\:border-t-sky-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-500\/0 {
    border-top-color: rgb(14 165 233 / 0);
  }

  .\32xl\:border-t-sky-500\/10 {
    border-top-color: rgb(14 165 233 / 0.1);
  }

  .\32xl\:border-t-sky-500\/100 {
    border-top-color: rgb(14 165 233 / 1);
  }

  .\32xl\:border-t-sky-500\/15 {
    border-top-color: rgb(14 165 233 / 0.15);
  }

  .\32xl\:border-t-sky-500\/20 {
    border-top-color: rgb(14 165 233 / 0.2);
  }

  .\32xl\:border-t-sky-500\/25 {
    border-top-color: rgb(14 165 233 / 0.25);
  }

  .\32xl\:border-t-sky-500\/30 {
    border-top-color: rgb(14 165 233 / 0.3);
  }

  .\32xl\:border-t-sky-500\/35 {
    border-top-color: rgb(14 165 233 / 0.35);
  }

  .\32xl\:border-t-sky-500\/40 {
    border-top-color: rgb(14 165 233 / 0.4);
  }

  .\32xl\:border-t-sky-500\/45 {
    border-top-color: rgb(14 165 233 / 0.45);
  }

  .\32xl\:border-t-sky-500\/5 {
    border-top-color: rgb(14 165 233 / 0.05);
  }

  .\32xl\:border-t-sky-500\/50 {
    border-top-color: rgb(14 165 233 / 0.5);
  }

  .\32xl\:border-t-sky-500\/55 {
    border-top-color: rgb(14 165 233 / 0.55);
  }

  .\32xl\:border-t-sky-500\/60 {
    border-top-color: rgb(14 165 233 / 0.6);
  }

  .\32xl\:border-t-sky-500\/65 {
    border-top-color: rgb(14 165 233 / 0.65);
  }

  .\32xl\:border-t-sky-500\/70 {
    border-top-color: rgb(14 165 233 / 0.7);
  }

  .\32xl\:border-t-sky-500\/75 {
    border-top-color: rgb(14 165 233 / 0.75);
  }

  .\32xl\:border-t-sky-500\/80 {
    border-top-color: rgb(14 165 233 / 0.8);
  }

  .\32xl\:border-t-sky-500\/85 {
    border-top-color: rgb(14 165 233 / 0.85);
  }

  .\32xl\:border-t-sky-500\/90 {
    border-top-color: rgb(14 165 233 / 0.9);
  }

  .\32xl\:border-t-sky-500\/95 {
    border-top-color: rgb(14 165 233 / 0.95);
  }

  .\32xl\:border-t-sky-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-600\/0 {
    border-top-color: rgb(2 132 199 / 0);
  }

  .\32xl\:border-t-sky-600\/10 {
    border-top-color: rgb(2 132 199 / 0.1);
  }

  .\32xl\:border-t-sky-600\/100 {
    border-top-color: rgb(2 132 199 / 1);
  }

  .\32xl\:border-t-sky-600\/15 {
    border-top-color: rgb(2 132 199 / 0.15);
  }

  .\32xl\:border-t-sky-600\/20 {
    border-top-color: rgb(2 132 199 / 0.2);
  }

  .\32xl\:border-t-sky-600\/25 {
    border-top-color: rgb(2 132 199 / 0.25);
  }

  .\32xl\:border-t-sky-600\/30 {
    border-top-color: rgb(2 132 199 / 0.3);
  }

  .\32xl\:border-t-sky-600\/35 {
    border-top-color: rgb(2 132 199 / 0.35);
  }

  .\32xl\:border-t-sky-600\/40 {
    border-top-color: rgb(2 132 199 / 0.4);
  }

  .\32xl\:border-t-sky-600\/45 {
    border-top-color: rgb(2 132 199 / 0.45);
  }

  .\32xl\:border-t-sky-600\/5 {
    border-top-color: rgb(2 132 199 / 0.05);
  }

  .\32xl\:border-t-sky-600\/50 {
    border-top-color: rgb(2 132 199 / 0.5);
  }

  .\32xl\:border-t-sky-600\/55 {
    border-top-color: rgb(2 132 199 / 0.55);
  }

  .\32xl\:border-t-sky-600\/60 {
    border-top-color: rgb(2 132 199 / 0.6);
  }

  .\32xl\:border-t-sky-600\/65 {
    border-top-color: rgb(2 132 199 / 0.65);
  }

  .\32xl\:border-t-sky-600\/70 {
    border-top-color: rgb(2 132 199 / 0.7);
  }

  .\32xl\:border-t-sky-600\/75 {
    border-top-color: rgb(2 132 199 / 0.75);
  }

  .\32xl\:border-t-sky-600\/80 {
    border-top-color: rgb(2 132 199 / 0.8);
  }

  .\32xl\:border-t-sky-600\/85 {
    border-top-color: rgb(2 132 199 / 0.85);
  }

  .\32xl\:border-t-sky-600\/90 {
    border-top-color: rgb(2 132 199 / 0.9);
  }

  .\32xl\:border-t-sky-600\/95 {
    border-top-color: rgb(2 132 199 / 0.95);
  }

  .\32xl\:border-t-sky-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-700\/0 {
    border-top-color: rgb(3 105 161 / 0);
  }

  .\32xl\:border-t-sky-700\/10 {
    border-top-color: rgb(3 105 161 / 0.1);
  }

  .\32xl\:border-t-sky-700\/100 {
    border-top-color: rgb(3 105 161 / 1);
  }

  .\32xl\:border-t-sky-700\/15 {
    border-top-color: rgb(3 105 161 / 0.15);
  }

  .\32xl\:border-t-sky-700\/20 {
    border-top-color: rgb(3 105 161 / 0.2);
  }

  .\32xl\:border-t-sky-700\/25 {
    border-top-color: rgb(3 105 161 / 0.25);
  }

  .\32xl\:border-t-sky-700\/30 {
    border-top-color: rgb(3 105 161 / 0.3);
  }

  .\32xl\:border-t-sky-700\/35 {
    border-top-color: rgb(3 105 161 / 0.35);
  }

  .\32xl\:border-t-sky-700\/40 {
    border-top-color: rgb(3 105 161 / 0.4);
  }

  .\32xl\:border-t-sky-700\/45 {
    border-top-color: rgb(3 105 161 / 0.45);
  }

  .\32xl\:border-t-sky-700\/5 {
    border-top-color: rgb(3 105 161 / 0.05);
  }

  .\32xl\:border-t-sky-700\/50 {
    border-top-color: rgb(3 105 161 / 0.5);
  }

  .\32xl\:border-t-sky-700\/55 {
    border-top-color: rgb(3 105 161 / 0.55);
  }

  .\32xl\:border-t-sky-700\/60 {
    border-top-color: rgb(3 105 161 / 0.6);
  }

  .\32xl\:border-t-sky-700\/65 {
    border-top-color: rgb(3 105 161 / 0.65);
  }

  .\32xl\:border-t-sky-700\/70 {
    border-top-color: rgb(3 105 161 / 0.7);
  }

  .\32xl\:border-t-sky-700\/75 {
    border-top-color: rgb(3 105 161 / 0.75);
  }

  .\32xl\:border-t-sky-700\/80 {
    border-top-color: rgb(3 105 161 / 0.8);
  }

  .\32xl\:border-t-sky-700\/85 {
    border-top-color: rgb(3 105 161 / 0.85);
  }

  .\32xl\:border-t-sky-700\/90 {
    border-top-color: rgb(3 105 161 / 0.9);
  }

  .\32xl\:border-t-sky-700\/95 {
    border-top-color: rgb(3 105 161 / 0.95);
  }

  .\32xl\:border-t-sky-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-800\/0 {
    border-top-color: rgb(7 89 133 / 0);
  }

  .\32xl\:border-t-sky-800\/10 {
    border-top-color: rgb(7 89 133 / 0.1);
  }

  .\32xl\:border-t-sky-800\/100 {
    border-top-color: rgb(7 89 133 / 1);
  }

  .\32xl\:border-t-sky-800\/15 {
    border-top-color: rgb(7 89 133 / 0.15);
  }

  .\32xl\:border-t-sky-800\/20 {
    border-top-color: rgb(7 89 133 / 0.2);
  }

  .\32xl\:border-t-sky-800\/25 {
    border-top-color: rgb(7 89 133 / 0.25);
  }

  .\32xl\:border-t-sky-800\/30 {
    border-top-color: rgb(7 89 133 / 0.3);
  }

  .\32xl\:border-t-sky-800\/35 {
    border-top-color: rgb(7 89 133 / 0.35);
  }

  .\32xl\:border-t-sky-800\/40 {
    border-top-color: rgb(7 89 133 / 0.4);
  }

  .\32xl\:border-t-sky-800\/45 {
    border-top-color: rgb(7 89 133 / 0.45);
  }

  .\32xl\:border-t-sky-800\/5 {
    border-top-color: rgb(7 89 133 / 0.05);
  }

  .\32xl\:border-t-sky-800\/50 {
    border-top-color: rgb(7 89 133 / 0.5);
  }

  .\32xl\:border-t-sky-800\/55 {
    border-top-color: rgb(7 89 133 / 0.55);
  }

  .\32xl\:border-t-sky-800\/60 {
    border-top-color: rgb(7 89 133 / 0.6);
  }

  .\32xl\:border-t-sky-800\/65 {
    border-top-color: rgb(7 89 133 / 0.65);
  }

  .\32xl\:border-t-sky-800\/70 {
    border-top-color: rgb(7 89 133 / 0.7);
  }

  .\32xl\:border-t-sky-800\/75 {
    border-top-color: rgb(7 89 133 / 0.75);
  }

  .\32xl\:border-t-sky-800\/80 {
    border-top-color: rgb(7 89 133 / 0.8);
  }

  .\32xl\:border-t-sky-800\/85 {
    border-top-color: rgb(7 89 133 / 0.85);
  }

  .\32xl\:border-t-sky-800\/90 {
    border-top-color: rgb(7 89 133 / 0.9);
  }

  .\32xl\:border-t-sky-800\/95 {
    border-top-color: rgb(7 89 133 / 0.95);
  }

  .\32xl\:border-t-sky-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-900\/0 {
    border-top-color: rgb(12 74 110 / 0);
  }

  .\32xl\:border-t-sky-900\/10 {
    border-top-color: rgb(12 74 110 / 0.1);
  }

  .\32xl\:border-t-sky-900\/100 {
    border-top-color: rgb(12 74 110 / 1);
  }

  .\32xl\:border-t-sky-900\/15 {
    border-top-color: rgb(12 74 110 / 0.15);
  }

  .\32xl\:border-t-sky-900\/20 {
    border-top-color: rgb(12 74 110 / 0.2);
  }

  .\32xl\:border-t-sky-900\/25 {
    border-top-color: rgb(12 74 110 / 0.25);
  }

  .\32xl\:border-t-sky-900\/30 {
    border-top-color: rgb(12 74 110 / 0.3);
  }

  .\32xl\:border-t-sky-900\/35 {
    border-top-color: rgb(12 74 110 / 0.35);
  }

  .\32xl\:border-t-sky-900\/40 {
    border-top-color: rgb(12 74 110 / 0.4);
  }

  .\32xl\:border-t-sky-900\/45 {
    border-top-color: rgb(12 74 110 / 0.45);
  }

  .\32xl\:border-t-sky-900\/5 {
    border-top-color: rgb(12 74 110 / 0.05);
  }

  .\32xl\:border-t-sky-900\/50 {
    border-top-color: rgb(12 74 110 / 0.5);
  }

  .\32xl\:border-t-sky-900\/55 {
    border-top-color: rgb(12 74 110 / 0.55);
  }

  .\32xl\:border-t-sky-900\/60 {
    border-top-color: rgb(12 74 110 / 0.6);
  }

  .\32xl\:border-t-sky-900\/65 {
    border-top-color: rgb(12 74 110 / 0.65);
  }

  .\32xl\:border-t-sky-900\/70 {
    border-top-color: rgb(12 74 110 / 0.7);
  }

  .\32xl\:border-t-sky-900\/75 {
    border-top-color: rgb(12 74 110 / 0.75);
  }

  .\32xl\:border-t-sky-900\/80 {
    border-top-color: rgb(12 74 110 / 0.8);
  }

  .\32xl\:border-t-sky-900\/85 {
    border-top-color: rgb(12 74 110 / 0.85);
  }

  .\32xl\:border-t-sky-900\/90 {
    border-top-color: rgb(12 74 110 / 0.9);
  }

  .\32xl\:border-t-sky-900\/95 {
    border-top-color: rgb(12 74 110 / 0.95);
  }

  .\32xl\:border-t-sky-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-sky-950\/0 {
    border-top-color: rgb(8 47 73 / 0);
  }

  .\32xl\:border-t-sky-950\/10 {
    border-top-color: rgb(8 47 73 / 0.1);
  }

  .\32xl\:border-t-sky-950\/100 {
    border-top-color: rgb(8 47 73 / 1);
  }

  .\32xl\:border-t-sky-950\/15 {
    border-top-color: rgb(8 47 73 / 0.15);
  }

  .\32xl\:border-t-sky-950\/20 {
    border-top-color: rgb(8 47 73 / 0.2);
  }

  .\32xl\:border-t-sky-950\/25 {
    border-top-color: rgb(8 47 73 / 0.25);
  }

  .\32xl\:border-t-sky-950\/30 {
    border-top-color: rgb(8 47 73 / 0.3);
  }

  .\32xl\:border-t-sky-950\/35 {
    border-top-color: rgb(8 47 73 / 0.35);
  }

  .\32xl\:border-t-sky-950\/40 {
    border-top-color: rgb(8 47 73 / 0.4);
  }

  .\32xl\:border-t-sky-950\/45 {
    border-top-color: rgb(8 47 73 / 0.45);
  }

  .\32xl\:border-t-sky-950\/5 {
    border-top-color: rgb(8 47 73 / 0.05);
  }

  .\32xl\:border-t-sky-950\/50 {
    border-top-color: rgb(8 47 73 / 0.5);
  }

  .\32xl\:border-t-sky-950\/55 {
    border-top-color: rgb(8 47 73 / 0.55);
  }

  .\32xl\:border-t-sky-950\/60 {
    border-top-color: rgb(8 47 73 / 0.6);
  }

  .\32xl\:border-t-sky-950\/65 {
    border-top-color: rgb(8 47 73 / 0.65);
  }

  .\32xl\:border-t-sky-950\/70 {
    border-top-color: rgb(8 47 73 / 0.7);
  }

  .\32xl\:border-t-sky-950\/75 {
    border-top-color: rgb(8 47 73 / 0.75);
  }

  .\32xl\:border-t-sky-950\/80 {
    border-top-color: rgb(8 47 73 / 0.8);
  }

  .\32xl\:border-t-sky-950\/85 {
    border-top-color: rgb(8 47 73 / 0.85);
  }

  .\32xl\:border-t-sky-950\/90 {
    border-top-color: rgb(8 47 73 / 0.9);
  }

  .\32xl\:border-t-sky-950\/95 {
    border-top-color: rgb(8 47 73 / 0.95);
  }

  .\32xl\:border-t-slate-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-100\/0 {
    border-top-color: rgb(241 245 249 / 0);
  }

  .\32xl\:border-t-slate-100\/10 {
    border-top-color: rgb(241 245 249 / 0.1);
  }

  .\32xl\:border-t-slate-100\/100 {
    border-top-color: rgb(241 245 249 / 1);
  }

  .\32xl\:border-t-slate-100\/15 {
    border-top-color: rgb(241 245 249 / 0.15);
  }

  .\32xl\:border-t-slate-100\/20 {
    border-top-color: rgb(241 245 249 / 0.2);
  }

  .\32xl\:border-t-slate-100\/25 {
    border-top-color: rgb(241 245 249 / 0.25);
  }

  .\32xl\:border-t-slate-100\/30 {
    border-top-color: rgb(241 245 249 / 0.3);
  }

  .\32xl\:border-t-slate-100\/35 {
    border-top-color: rgb(241 245 249 / 0.35);
  }

  .\32xl\:border-t-slate-100\/40 {
    border-top-color: rgb(241 245 249 / 0.4);
  }

  .\32xl\:border-t-slate-100\/45 {
    border-top-color: rgb(241 245 249 / 0.45);
  }

  .\32xl\:border-t-slate-100\/5 {
    border-top-color: rgb(241 245 249 / 0.05);
  }

  .\32xl\:border-t-slate-100\/50 {
    border-top-color: rgb(241 245 249 / 0.5);
  }

  .\32xl\:border-t-slate-100\/55 {
    border-top-color: rgb(241 245 249 / 0.55);
  }

  .\32xl\:border-t-slate-100\/60 {
    border-top-color: rgb(241 245 249 / 0.6);
  }

  .\32xl\:border-t-slate-100\/65 {
    border-top-color: rgb(241 245 249 / 0.65);
  }

  .\32xl\:border-t-slate-100\/70 {
    border-top-color: rgb(241 245 249 / 0.7);
  }

  .\32xl\:border-t-slate-100\/75 {
    border-top-color: rgb(241 245 249 / 0.75);
  }

  .\32xl\:border-t-slate-100\/80 {
    border-top-color: rgb(241 245 249 / 0.8);
  }

  .\32xl\:border-t-slate-100\/85 {
    border-top-color: rgb(241 245 249 / 0.85);
  }

  .\32xl\:border-t-slate-100\/90 {
    border-top-color: rgb(241 245 249 / 0.9);
  }

  .\32xl\:border-t-slate-100\/95 {
    border-top-color: rgb(241 245 249 / 0.95);
  }

  .\32xl\:border-t-slate-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-200\/0 {
    border-top-color: rgb(226 232 240 / 0);
  }

  .\32xl\:border-t-slate-200\/10 {
    border-top-color: rgb(226 232 240 / 0.1);
  }

  .\32xl\:border-t-slate-200\/100 {
    border-top-color: rgb(226 232 240 / 1);
  }

  .\32xl\:border-t-slate-200\/15 {
    border-top-color: rgb(226 232 240 / 0.15);
  }

  .\32xl\:border-t-slate-200\/20 {
    border-top-color: rgb(226 232 240 / 0.2);
  }

  .\32xl\:border-t-slate-200\/25 {
    border-top-color: rgb(226 232 240 / 0.25);
  }

  .\32xl\:border-t-slate-200\/30 {
    border-top-color: rgb(226 232 240 / 0.3);
  }

  .\32xl\:border-t-slate-200\/35 {
    border-top-color: rgb(226 232 240 / 0.35);
  }

  .\32xl\:border-t-slate-200\/40 {
    border-top-color: rgb(226 232 240 / 0.4);
  }

  .\32xl\:border-t-slate-200\/45 {
    border-top-color: rgb(226 232 240 / 0.45);
  }

  .\32xl\:border-t-slate-200\/5 {
    border-top-color: rgb(226 232 240 / 0.05);
  }

  .\32xl\:border-t-slate-200\/50 {
    border-top-color: rgb(226 232 240 / 0.5);
  }

  .\32xl\:border-t-slate-200\/55 {
    border-top-color: rgb(226 232 240 / 0.55);
  }

  .\32xl\:border-t-slate-200\/60 {
    border-top-color: rgb(226 232 240 / 0.6);
  }

  .\32xl\:border-t-slate-200\/65 {
    border-top-color: rgb(226 232 240 / 0.65);
  }

  .\32xl\:border-t-slate-200\/70 {
    border-top-color: rgb(226 232 240 / 0.7);
  }

  .\32xl\:border-t-slate-200\/75 {
    border-top-color: rgb(226 232 240 / 0.75);
  }

  .\32xl\:border-t-slate-200\/80 {
    border-top-color: rgb(226 232 240 / 0.8);
  }

  .\32xl\:border-t-slate-200\/85 {
    border-top-color: rgb(226 232 240 / 0.85);
  }

  .\32xl\:border-t-slate-200\/90 {
    border-top-color: rgb(226 232 240 / 0.9);
  }

  .\32xl\:border-t-slate-200\/95 {
    border-top-color: rgb(226 232 240 / 0.95);
  }

  .\32xl\:border-t-slate-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-300\/0 {
    border-top-color: rgb(203 213 225 / 0);
  }

  .\32xl\:border-t-slate-300\/10 {
    border-top-color: rgb(203 213 225 / 0.1);
  }

  .\32xl\:border-t-slate-300\/100 {
    border-top-color: rgb(203 213 225 / 1);
  }

  .\32xl\:border-t-slate-300\/15 {
    border-top-color: rgb(203 213 225 / 0.15);
  }

  .\32xl\:border-t-slate-300\/20 {
    border-top-color: rgb(203 213 225 / 0.2);
  }

  .\32xl\:border-t-slate-300\/25 {
    border-top-color: rgb(203 213 225 / 0.25);
  }

  .\32xl\:border-t-slate-300\/30 {
    border-top-color: rgb(203 213 225 / 0.3);
  }

  .\32xl\:border-t-slate-300\/35 {
    border-top-color: rgb(203 213 225 / 0.35);
  }

  .\32xl\:border-t-slate-300\/40 {
    border-top-color: rgb(203 213 225 / 0.4);
  }

  .\32xl\:border-t-slate-300\/45 {
    border-top-color: rgb(203 213 225 / 0.45);
  }

  .\32xl\:border-t-slate-300\/5 {
    border-top-color: rgb(203 213 225 / 0.05);
  }

  .\32xl\:border-t-slate-300\/50 {
    border-top-color: rgb(203 213 225 / 0.5);
  }

  .\32xl\:border-t-slate-300\/55 {
    border-top-color: rgb(203 213 225 / 0.55);
  }

  .\32xl\:border-t-slate-300\/60 {
    border-top-color: rgb(203 213 225 / 0.6);
  }

  .\32xl\:border-t-slate-300\/65 {
    border-top-color: rgb(203 213 225 / 0.65);
  }

  .\32xl\:border-t-slate-300\/70 {
    border-top-color: rgb(203 213 225 / 0.7);
  }

  .\32xl\:border-t-slate-300\/75 {
    border-top-color: rgb(203 213 225 / 0.75);
  }

  .\32xl\:border-t-slate-300\/80 {
    border-top-color: rgb(203 213 225 / 0.8);
  }

  .\32xl\:border-t-slate-300\/85 {
    border-top-color: rgb(203 213 225 / 0.85);
  }

  .\32xl\:border-t-slate-300\/90 {
    border-top-color: rgb(203 213 225 / 0.9);
  }

  .\32xl\:border-t-slate-300\/95 {
    border-top-color: rgb(203 213 225 / 0.95);
  }

  .\32xl\:border-t-slate-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-400\/0 {
    border-top-color: rgb(148 163 184 / 0);
  }

  .\32xl\:border-t-slate-400\/10 {
    border-top-color: rgb(148 163 184 / 0.1);
  }

  .\32xl\:border-t-slate-400\/100 {
    border-top-color: rgb(148 163 184 / 1);
  }

  .\32xl\:border-t-slate-400\/15 {
    border-top-color: rgb(148 163 184 / 0.15);
  }

  .\32xl\:border-t-slate-400\/20 {
    border-top-color: rgb(148 163 184 / 0.2);
  }

  .\32xl\:border-t-slate-400\/25 {
    border-top-color: rgb(148 163 184 / 0.25);
  }

  .\32xl\:border-t-slate-400\/30 {
    border-top-color: rgb(148 163 184 / 0.3);
  }

  .\32xl\:border-t-slate-400\/35 {
    border-top-color: rgb(148 163 184 / 0.35);
  }

  .\32xl\:border-t-slate-400\/40 {
    border-top-color: rgb(148 163 184 / 0.4);
  }

  .\32xl\:border-t-slate-400\/45 {
    border-top-color: rgb(148 163 184 / 0.45);
  }

  .\32xl\:border-t-slate-400\/5 {
    border-top-color: rgb(148 163 184 / 0.05);
  }

  .\32xl\:border-t-slate-400\/50 {
    border-top-color: rgb(148 163 184 / 0.5);
  }

  .\32xl\:border-t-slate-400\/55 {
    border-top-color: rgb(148 163 184 / 0.55);
  }

  .\32xl\:border-t-slate-400\/60 {
    border-top-color: rgb(148 163 184 / 0.6);
  }

  .\32xl\:border-t-slate-400\/65 {
    border-top-color: rgb(148 163 184 / 0.65);
  }

  .\32xl\:border-t-slate-400\/70 {
    border-top-color: rgb(148 163 184 / 0.7);
  }

  .\32xl\:border-t-slate-400\/75 {
    border-top-color: rgb(148 163 184 / 0.75);
  }

  .\32xl\:border-t-slate-400\/80 {
    border-top-color: rgb(148 163 184 / 0.8);
  }

  .\32xl\:border-t-slate-400\/85 {
    border-top-color: rgb(148 163 184 / 0.85);
  }

  .\32xl\:border-t-slate-400\/90 {
    border-top-color: rgb(148 163 184 / 0.9);
  }

  .\32xl\:border-t-slate-400\/95 {
    border-top-color: rgb(148 163 184 / 0.95);
  }

  .\32xl\:border-t-slate-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-50\/0 {
    border-top-color: rgb(248 250 252 / 0);
  }

  .\32xl\:border-t-slate-50\/10 {
    border-top-color: rgb(248 250 252 / 0.1);
  }

  .\32xl\:border-t-slate-50\/100 {
    border-top-color: rgb(248 250 252 / 1);
  }

  .\32xl\:border-t-slate-50\/15 {
    border-top-color: rgb(248 250 252 / 0.15);
  }

  .\32xl\:border-t-slate-50\/20 {
    border-top-color: rgb(248 250 252 / 0.2);
  }

  .\32xl\:border-t-slate-50\/25 {
    border-top-color: rgb(248 250 252 / 0.25);
  }

  .\32xl\:border-t-slate-50\/30 {
    border-top-color: rgb(248 250 252 / 0.3);
  }

  .\32xl\:border-t-slate-50\/35 {
    border-top-color: rgb(248 250 252 / 0.35);
  }

  .\32xl\:border-t-slate-50\/40 {
    border-top-color: rgb(248 250 252 / 0.4);
  }

  .\32xl\:border-t-slate-50\/45 {
    border-top-color: rgb(248 250 252 / 0.45);
  }

  .\32xl\:border-t-slate-50\/5 {
    border-top-color: rgb(248 250 252 / 0.05);
  }

  .\32xl\:border-t-slate-50\/50 {
    border-top-color: rgb(248 250 252 / 0.5);
  }

  .\32xl\:border-t-slate-50\/55 {
    border-top-color: rgb(248 250 252 / 0.55);
  }

  .\32xl\:border-t-slate-50\/60 {
    border-top-color: rgb(248 250 252 / 0.6);
  }

  .\32xl\:border-t-slate-50\/65 {
    border-top-color: rgb(248 250 252 / 0.65);
  }

  .\32xl\:border-t-slate-50\/70 {
    border-top-color: rgb(248 250 252 / 0.7);
  }

  .\32xl\:border-t-slate-50\/75 {
    border-top-color: rgb(248 250 252 / 0.75);
  }

  .\32xl\:border-t-slate-50\/80 {
    border-top-color: rgb(248 250 252 / 0.8);
  }

  .\32xl\:border-t-slate-50\/85 {
    border-top-color: rgb(248 250 252 / 0.85);
  }

  .\32xl\:border-t-slate-50\/90 {
    border-top-color: rgb(248 250 252 / 0.9);
  }

  .\32xl\:border-t-slate-50\/95 {
    border-top-color: rgb(248 250 252 / 0.95);
  }

  .\32xl\:border-t-slate-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-500\/0 {
    border-top-color: rgb(100 116 139 / 0);
  }

  .\32xl\:border-t-slate-500\/10 {
    border-top-color: rgb(100 116 139 / 0.1);
  }

  .\32xl\:border-t-slate-500\/100 {
    border-top-color: rgb(100 116 139 / 1);
  }

  .\32xl\:border-t-slate-500\/15 {
    border-top-color: rgb(100 116 139 / 0.15);
  }

  .\32xl\:border-t-slate-500\/20 {
    border-top-color: rgb(100 116 139 / 0.2);
  }

  .\32xl\:border-t-slate-500\/25 {
    border-top-color: rgb(100 116 139 / 0.25);
  }

  .\32xl\:border-t-slate-500\/30 {
    border-top-color: rgb(100 116 139 / 0.3);
  }

  .\32xl\:border-t-slate-500\/35 {
    border-top-color: rgb(100 116 139 / 0.35);
  }

  .\32xl\:border-t-slate-500\/40 {
    border-top-color: rgb(100 116 139 / 0.4);
  }

  .\32xl\:border-t-slate-500\/45 {
    border-top-color: rgb(100 116 139 / 0.45);
  }

  .\32xl\:border-t-slate-500\/5 {
    border-top-color: rgb(100 116 139 / 0.05);
  }

  .\32xl\:border-t-slate-500\/50 {
    border-top-color: rgb(100 116 139 / 0.5);
  }

  .\32xl\:border-t-slate-500\/55 {
    border-top-color: rgb(100 116 139 / 0.55);
  }

  .\32xl\:border-t-slate-500\/60 {
    border-top-color: rgb(100 116 139 / 0.6);
  }

  .\32xl\:border-t-slate-500\/65 {
    border-top-color: rgb(100 116 139 / 0.65);
  }

  .\32xl\:border-t-slate-500\/70 {
    border-top-color: rgb(100 116 139 / 0.7);
  }

  .\32xl\:border-t-slate-500\/75 {
    border-top-color: rgb(100 116 139 / 0.75);
  }

  .\32xl\:border-t-slate-500\/80 {
    border-top-color: rgb(100 116 139 / 0.8);
  }

  .\32xl\:border-t-slate-500\/85 {
    border-top-color: rgb(100 116 139 / 0.85);
  }

  .\32xl\:border-t-slate-500\/90 {
    border-top-color: rgb(100 116 139 / 0.9);
  }

  .\32xl\:border-t-slate-500\/95 {
    border-top-color: rgb(100 116 139 / 0.95);
  }

  .\32xl\:border-t-slate-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-600\/0 {
    border-top-color: rgb(71 85 105 / 0);
  }

  .\32xl\:border-t-slate-600\/10 {
    border-top-color: rgb(71 85 105 / 0.1);
  }

  .\32xl\:border-t-slate-600\/100 {
    border-top-color: rgb(71 85 105 / 1);
  }

  .\32xl\:border-t-slate-600\/15 {
    border-top-color: rgb(71 85 105 / 0.15);
  }

  .\32xl\:border-t-slate-600\/20 {
    border-top-color: rgb(71 85 105 / 0.2);
  }

  .\32xl\:border-t-slate-600\/25 {
    border-top-color: rgb(71 85 105 / 0.25);
  }

  .\32xl\:border-t-slate-600\/30 {
    border-top-color: rgb(71 85 105 / 0.3);
  }

  .\32xl\:border-t-slate-600\/35 {
    border-top-color: rgb(71 85 105 / 0.35);
  }

  .\32xl\:border-t-slate-600\/40 {
    border-top-color: rgb(71 85 105 / 0.4);
  }

  .\32xl\:border-t-slate-600\/45 {
    border-top-color: rgb(71 85 105 / 0.45);
  }

  .\32xl\:border-t-slate-600\/5 {
    border-top-color: rgb(71 85 105 / 0.05);
  }

  .\32xl\:border-t-slate-600\/50 {
    border-top-color: rgb(71 85 105 / 0.5);
  }

  .\32xl\:border-t-slate-600\/55 {
    border-top-color: rgb(71 85 105 / 0.55);
  }

  .\32xl\:border-t-slate-600\/60 {
    border-top-color: rgb(71 85 105 / 0.6);
  }

  .\32xl\:border-t-slate-600\/65 {
    border-top-color: rgb(71 85 105 / 0.65);
  }

  .\32xl\:border-t-slate-600\/70 {
    border-top-color: rgb(71 85 105 / 0.7);
  }

  .\32xl\:border-t-slate-600\/75 {
    border-top-color: rgb(71 85 105 / 0.75);
  }

  .\32xl\:border-t-slate-600\/80 {
    border-top-color: rgb(71 85 105 / 0.8);
  }

  .\32xl\:border-t-slate-600\/85 {
    border-top-color: rgb(71 85 105 / 0.85);
  }

  .\32xl\:border-t-slate-600\/90 {
    border-top-color: rgb(71 85 105 / 0.9);
  }

  .\32xl\:border-t-slate-600\/95 {
    border-top-color: rgb(71 85 105 / 0.95);
  }

  .\32xl\:border-t-slate-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-700\/0 {
    border-top-color: rgb(51 65 85 / 0);
  }

  .\32xl\:border-t-slate-700\/10 {
    border-top-color: rgb(51 65 85 / 0.1);
  }

  .\32xl\:border-t-slate-700\/100 {
    border-top-color: rgb(51 65 85 / 1);
  }

  .\32xl\:border-t-slate-700\/15 {
    border-top-color: rgb(51 65 85 / 0.15);
  }

  .\32xl\:border-t-slate-700\/20 {
    border-top-color: rgb(51 65 85 / 0.2);
  }

  .\32xl\:border-t-slate-700\/25 {
    border-top-color: rgb(51 65 85 / 0.25);
  }

  .\32xl\:border-t-slate-700\/30 {
    border-top-color: rgb(51 65 85 / 0.3);
  }

  .\32xl\:border-t-slate-700\/35 {
    border-top-color: rgb(51 65 85 / 0.35);
  }

  .\32xl\:border-t-slate-700\/40 {
    border-top-color: rgb(51 65 85 / 0.4);
  }

  .\32xl\:border-t-slate-700\/45 {
    border-top-color: rgb(51 65 85 / 0.45);
  }

  .\32xl\:border-t-slate-700\/5 {
    border-top-color: rgb(51 65 85 / 0.05);
  }

  .\32xl\:border-t-slate-700\/50 {
    border-top-color: rgb(51 65 85 / 0.5);
  }

  .\32xl\:border-t-slate-700\/55 {
    border-top-color: rgb(51 65 85 / 0.55);
  }

  .\32xl\:border-t-slate-700\/60 {
    border-top-color: rgb(51 65 85 / 0.6);
  }

  .\32xl\:border-t-slate-700\/65 {
    border-top-color: rgb(51 65 85 / 0.65);
  }

  .\32xl\:border-t-slate-700\/70 {
    border-top-color: rgb(51 65 85 / 0.7);
  }

  .\32xl\:border-t-slate-700\/75 {
    border-top-color: rgb(51 65 85 / 0.75);
  }

  .\32xl\:border-t-slate-700\/80 {
    border-top-color: rgb(51 65 85 / 0.8);
  }

  .\32xl\:border-t-slate-700\/85 {
    border-top-color: rgb(51 65 85 / 0.85);
  }

  .\32xl\:border-t-slate-700\/90 {
    border-top-color: rgb(51 65 85 / 0.9);
  }

  .\32xl\:border-t-slate-700\/95 {
    border-top-color: rgb(51 65 85 / 0.95);
  }

  .\32xl\:border-t-slate-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-800\/0 {
    border-top-color: rgb(30 41 59 / 0);
  }

  .\32xl\:border-t-slate-800\/10 {
    border-top-color: rgb(30 41 59 / 0.1);
  }

  .\32xl\:border-t-slate-800\/100 {
    border-top-color: rgb(30 41 59 / 1);
  }

  .\32xl\:border-t-slate-800\/15 {
    border-top-color: rgb(30 41 59 / 0.15);
  }

  .\32xl\:border-t-slate-800\/20 {
    border-top-color: rgb(30 41 59 / 0.2);
  }

  .\32xl\:border-t-slate-800\/25 {
    border-top-color: rgb(30 41 59 / 0.25);
  }

  .\32xl\:border-t-slate-800\/30 {
    border-top-color: rgb(30 41 59 / 0.3);
  }

  .\32xl\:border-t-slate-800\/35 {
    border-top-color: rgb(30 41 59 / 0.35);
  }

  .\32xl\:border-t-slate-800\/40 {
    border-top-color: rgb(30 41 59 / 0.4);
  }

  .\32xl\:border-t-slate-800\/45 {
    border-top-color: rgb(30 41 59 / 0.45);
  }

  .\32xl\:border-t-slate-800\/5 {
    border-top-color: rgb(30 41 59 / 0.05);
  }

  .\32xl\:border-t-slate-800\/50 {
    border-top-color: rgb(30 41 59 / 0.5);
  }

  .\32xl\:border-t-slate-800\/55 {
    border-top-color: rgb(30 41 59 / 0.55);
  }

  .\32xl\:border-t-slate-800\/60 {
    border-top-color: rgb(30 41 59 / 0.6);
  }

  .\32xl\:border-t-slate-800\/65 {
    border-top-color: rgb(30 41 59 / 0.65);
  }

  .\32xl\:border-t-slate-800\/70 {
    border-top-color: rgb(30 41 59 / 0.7);
  }

  .\32xl\:border-t-slate-800\/75 {
    border-top-color: rgb(30 41 59 / 0.75);
  }

  .\32xl\:border-t-slate-800\/80 {
    border-top-color: rgb(30 41 59 / 0.8);
  }

  .\32xl\:border-t-slate-800\/85 {
    border-top-color: rgb(30 41 59 / 0.85);
  }

  .\32xl\:border-t-slate-800\/90 {
    border-top-color: rgb(30 41 59 / 0.9);
  }

  .\32xl\:border-t-slate-800\/95 {
    border-top-color: rgb(30 41 59 / 0.95);
  }

  .\32xl\:border-t-slate-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-900\/0 {
    border-top-color: rgb(15 23 42 / 0);
  }

  .\32xl\:border-t-slate-900\/10 {
    border-top-color: rgb(15 23 42 / 0.1);
  }

  .\32xl\:border-t-slate-900\/100 {
    border-top-color: rgb(15 23 42 / 1);
  }

  .\32xl\:border-t-slate-900\/15 {
    border-top-color: rgb(15 23 42 / 0.15);
  }

  .\32xl\:border-t-slate-900\/20 {
    border-top-color: rgb(15 23 42 / 0.2);
  }

  .\32xl\:border-t-slate-900\/25 {
    border-top-color: rgb(15 23 42 / 0.25);
  }

  .\32xl\:border-t-slate-900\/30 {
    border-top-color: rgb(15 23 42 / 0.3);
  }

  .\32xl\:border-t-slate-900\/35 {
    border-top-color: rgb(15 23 42 / 0.35);
  }

  .\32xl\:border-t-slate-900\/40 {
    border-top-color: rgb(15 23 42 / 0.4);
  }

  .\32xl\:border-t-slate-900\/45 {
    border-top-color: rgb(15 23 42 / 0.45);
  }

  .\32xl\:border-t-slate-900\/5 {
    border-top-color: rgb(15 23 42 / 0.05);
  }

  .\32xl\:border-t-slate-900\/50 {
    border-top-color: rgb(15 23 42 / 0.5);
  }

  .\32xl\:border-t-slate-900\/55 {
    border-top-color: rgb(15 23 42 / 0.55);
  }

  .\32xl\:border-t-slate-900\/60 {
    border-top-color: rgb(15 23 42 / 0.6);
  }

  .\32xl\:border-t-slate-900\/65 {
    border-top-color: rgb(15 23 42 / 0.65);
  }

  .\32xl\:border-t-slate-900\/70 {
    border-top-color: rgb(15 23 42 / 0.7);
  }

  .\32xl\:border-t-slate-900\/75 {
    border-top-color: rgb(15 23 42 / 0.75);
  }

  .\32xl\:border-t-slate-900\/80 {
    border-top-color: rgb(15 23 42 / 0.8);
  }

  .\32xl\:border-t-slate-900\/85 {
    border-top-color: rgb(15 23 42 / 0.85);
  }

  .\32xl\:border-t-slate-900\/90 {
    border-top-color: rgb(15 23 42 / 0.9);
  }

  .\32xl\:border-t-slate-900\/95 {
    border-top-color: rgb(15 23 42 / 0.95);
  }

  .\32xl\:border-t-slate-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-slate-950\/0 {
    border-top-color: rgb(2 6 23 / 0);
  }

  .\32xl\:border-t-slate-950\/10 {
    border-top-color: rgb(2 6 23 / 0.1);
  }

  .\32xl\:border-t-slate-950\/100 {
    border-top-color: rgb(2 6 23 / 1);
  }

  .\32xl\:border-t-slate-950\/15 {
    border-top-color: rgb(2 6 23 / 0.15);
  }

  .\32xl\:border-t-slate-950\/20 {
    border-top-color: rgb(2 6 23 / 0.2);
  }

  .\32xl\:border-t-slate-950\/25 {
    border-top-color: rgb(2 6 23 / 0.25);
  }

  .\32xl\:border-t-slate-950\/30 {
    border-top-color: rgb(2 6 23 / 0.3);
  }

  .\32xl\:border-t-slate-950\/35 {
    border-top-color: rgb(2 6 23 / 0.35);
  }

  .\32xl\:border-t-slate-950\/40 {
    border-top-color: rgb(2 6 23 / 0.4);
  }

  .\32xl\:border-t-slate-950\/45 {
    border-top-color: rgb(2 6 23 / 0.45);
  }

  .\32xl\:border-t-slate-950\/5 {
    border-top-color: rgb(2 6 23 / 0.05);
  }

  .\32xl\:border-t-slate-950\/50 {
    border-top-color: rgb(2 6 23 / 0.5);
  }

  .\32xl\:border-t-slate-950\/55 {
    border-top-color: rgb(2 6 23 / 0.55);
  }

  .\32xl\:border-t-slate-950\/60 {
    border-top-color: rgb(2 6 23 / 0.6);
  }

  .\32xl\:border-t-slate-950\/65 {
    border-top-color: rgb(2 6 23 / 0.65);
  }

  .\32xl\:border-t-slate-950\/70 {
    border-top-color: rgb(2 6 23 / 0.7);
  }

  .\32xl\:border-t-slate-950\/75 {
    border-top-color: rgb(2 6 23 / 0.75);
  }

  .\32xl\:border-t-slate-950\/80 {
    border-top-color: rgb(2 6 23 / 0.8);
  }

  .\32xl\:border-t-slate-950\/85 {
    border-top-color: rgb(2 6 23 / 0.85);
  }

  .\32xl\:border-t-slate-950\/90 {
    border-top-color: rgb(2 6 23 / 0.9);
  }

  .\32xl\:border-t-slate-950\/95 {
    border-top-color: rgb(2 6 23 / 0.95);
  }

  .\32xl\:border-t-stone-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-100\/0 {
    border-top-color: rgb(245 245 244 / 0);
  }

  .\32xl\:border-t-stone-100\/10 {
    border-top-color: rgb(245 245 244 / 0.1);
  }

  .\32xl\:border-t-stone-100\/100 {
    border-top-color: rgb(245 245 244 / 1);
  }

  .\32xl\:border-t-stone-100\/15 {
    border-top-color: rgb(245 245 244 / 0.15);
  }

  .\32xl\:border-t-stone-100\/20 {
    border-top-color: rgb(245 245 244 / 0.2);
  }

  .\32xl\:border-t-stone-100\/25 {
    border-top-color: rgb(245 245 244 / 0.25);
  }

  .\32xl\:border-t-stone-100\/30 {
    border-top-color: rgb(245 245 244 / 0.3);
  }

  .\32xl\:border-t-stone-100\/35 {
    border-top-color: rgb(245 245 244 / 0.35);
  }

  .\32xl\:border-t-stone-100\/40 {
    border-top-color: rgb(245 245 244 / 0.4);
  }

  .\32xl\:border-t-stone-100\/45 {
    border-top-color: rgb(245 245 244 / 0.45);
  }

  .\32xl\:border-t-stone-100\/5 {
    border-top-color: rgb(245 245 244 / 0.05);
  }

  .\32xl\:border-t-stone-100\/50 {
    border-top-color: rgb(245 245 244 / 0.5);
  }

  .\32xl\:border-t-stone-100\/55 {
    border-top-color: rgb(245 245 244 / 0.55);
  }

  .\32xl\:border-t-stone-100\/60 {
    border-top-color: rgb(245 245 244 / 0.6);
  }

  .\32xl\:border-t-stone-100\/65 {
    border-top-color: rgb(245 245 244 / 0.65);
  }

  .\32xl\:border-t-stone-100\/70 {
    border-top-color: rgb(245 245 244 / 0.7);
  }

  .\32xl\:border-t-stone-100\/75 {
    border-top-color: rgb(245 245 244 / 0.75);
  }

  .\32xl\:border-t-stone-100\/80 {
    border-top-color: rgb(245 245 244 / 0.8);
  }

  .\32xl\:border-t-stone-100\/85 {
    border-top-color: rgb(245 245 244 / 0.85);
  }

  .\32xl\:border-t-stone-100\/90 {
    border-top-color: rgb(245 245 244 / 0.9);
  }

  .\32xl\:border-t-stone-100\/95 {
    border-top-color: rgb(245 245 244 / 0.95);
  }

  .\32xl\:border-t-stone-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-200\/0 {
    border-top-color: rgb(231 229 228 / 0);
  }

  .\32xl\:border-t-stone-200\/10 {
    border-top-color: rgb(231 229 228 / 0.1);
  }

  .\32xl\:border-t-stone-200\/100 {
    border-top-color: rgb(231 229 228 / 1);
  }

  .\32xl\:border-t-stone-200\/15 {
    border-top-color: rgb(231 229 228 / 0.15);
  }

  .\32xl\:border-t-stone-200\/20 {
    border-top-color: rgb(231 229 228 / 0.2);
  }

  .\32xl\:border-t-stone-200\/25 {
    border-top-color: rgb(231 229 228 / 0.25);
  }

  .\32xl\:border-t-stone-200\/30 {
    border-top-color: rgb(231 229 228 / 0.3);
  }

  .\32xl\:border-t-stone-200\/35 {
    border-top-color: rgb(231 229 228 / 0.35);
  }

  .\32xl\:border-t-stone-200\/40 {
    border-top-color: rgb(231 229 228 / 0.4);
  }

  .\32xl\:border-t-stone-200\/45 {
    border-top-color: rgb(231 229 228 / 0.45);
  }

  .\32xl\:border-t-stone-200\/5 {
    border-top-color: rgb(231 229 228 / 0.05);
  }

  .\32xl\:border-t-stone-200\/50 {
    border-top-color: rgb(231 229 228 / 0.5);
  }

  .\32xl\:border-t-stone-200\/55 {
    border-top-color: rgb(231 229 228 / 0.55);
  }

  .\32xl\:border-t-stone-200\/60 {
    border-top-color: rgb(231 229 228 / 0.6);
  }

  .\32xl\:border-t-stone-200\/65 {
    border-top-color: rgb(231 229 228 / 0.65);
  }

  .\32xl\:border-t-stone-200\/70 {
    border-top-color: rgb(231 229 228 / 0.7);
  }

  .\32xl\:border-t-stone-200\/75 {
    border-top-color: rgb(231 229 228 / 0.75);
  }

  .\32xl\:border-t-stone-200\/80 {
    border-top-color: rgb(231 229 228 / 0.8);
  }

  .\32xl\:border-t-stone-200\/85 {
    border-top-color: rgb(231 229 228 / 0.85);
  }

  .\32xl\:border-t-stone-200\/90 {
    border-top-color: rgb(231 229 228 / 0.9);
  }

  .\32xl\:border-t-stone-200\/95 {
    border-top-color: rgb(231 229 228 / 0.95);
  }

  .\32xl\:border-t-stone-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-300\/0 {
    border-top-color: rgb(214 211 209 / 0);
  }

  .\32xl\:border-t-stone-300\/10 {
    border-top-color: rgb(214 211 209 / 0.1);
  }

  .\32xl\:border-t-stone-300\/100 {
    border-top-color: rgb(214 211 209 / 1);
  }

  .\32xl\:border-t-stone-300\/15 {
    border-top-color: rgb(214 211 209 / 0.15);
  }

  .\32xl\:border-t-stone-300\/20 {
    border-top-color: rgb(214 211 209 / 0.2);
  }

  .\32xl\:border-t-stone-300\/25 {
    border-top-color: rgb(214 211 209 / 0.25);
  }

  .\32xl\:border-t-stone-300\/30 {
    border-top-color: rgb(214 211 209 / 0.3);
  }

  .\32xl\:border-t-stone-300\/35 {
    border-top-color: rgb(214 211 209 / 0.35);
  }

  .\32xl\:border-t-stone-300\/40 {
    border-top-color: rgb(214 211 209 / 0.4);
  }

  .\32xl\:border-t-stone-300\/45 {
    border-top-color: rgb(214 211 209 / 0.45);
  }

  .\32xl\:border-t-stone-300\/5 {
    border-top-color: rgb(214 211 209 / 0.05);
  }

  .\32xl\:border-t-stone-300\/50 {
    border-top-color: rgb(214 211 209 / 0.5);
  }

  .\32xl\:border-t-stone-300\/55 {
    border-top-color: rgb(214 211 209 / 0.55);
  }

  .\32xl\:border-t-stone-300\/60 {
    border-top-color: rgb(214 211 209 / 0.6);
  }

  .\32xl\:border-t-stone-300\/65 {
    border-top-color: rgb(214 211 209 / 0.65);
  }

  .\32xl\:border-t-stone-300\/70 {
    border-top-color: rgb(214 211 209 / 0.7);
  }

  .\32xl\:border-t-stone-300\/75 {
    border-top-color: rgb(214 211 209 / 0.75);
  }

  .\32xl\:border-t-stone-300\/80 {
    border-top-color: rgb(214 211 209 / 0.8);
  }

  .\32xl\:border-t-stone-300\/85 {
    border-top-color: rgb(214 211 209 / 0.85);
  }

  .\32xl\:border-t-stone-300\/90 {
    border-top-color: rgb(214 211 209 / 0.9);
  }

  .\32xl\:border-t-stone-300\/95 {
    border-top-color: rgb(214 211 209 / 0.95);
  }

  .\32xl\:border-t-stone-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-400\/0 {
    border-top-color: rgb(168 162 158 / 0);
  }

  .\32xl\:border-t-stone-400\/10 {
    border-top-color: rgb(168 162 158 / 0.1);
  }

  .\32xl\:border-t-stone-400\/100 {
    border-top-color: rgb(168 162 158 / 1);
  }

  .\32xl\:border-t-stone-400\/15 {
    border-top-color: rgb(168 162 158 / 0.15);
  }

  .\32xl\:border-t-stone-400\/20 {
    border-top-color: rgb(168 162 158 / 0.2);
  }

  .\32xl\:border-t-stone-400\/25 {
    border-top-color: rgb(168 162 158 / 0.25);
  }

  .\32xl\:border-t-stone-400\/30 {
    border-top-color: rgb(168 162 158 / 0.3);
  }

  .\32xl\:border-t-stone-400\/35 {
    border-top-color: rgb(168 162 158 / 0.35);
  }

  .\32xl\:border-t-stone-400\/40 {
    border-top-color: rgb(168 162 158 / 0.4);
  }

  .\32xl\:border-t-stone-400\/45 {
    border-top-color: rgb(168 162 158 / 0.45);
  }

  .\32xl\:border-t-stone-400\/5 {
    border-top-color: rgb(168 162 158 / 0.05);
  }

  .\32xl\:border-t-stone-400\/50 {
    border-top-color: rgb(168 162 158 / 0.5);
  }

  .\32xl\:border-t-stone-400\/55 {
    border-top-color: rgb(168 162 158 / 0.55);
  }

  .\32xl\:border-t-stone-400\/60 {
    border-top-color: rgb(168 162 158 / 0.6);
  }

  .\32xl\:border-t-stone-400\/65 {
    border-top-color: rgb(168 162 158 / 0.65);
  }

  .\32xl\:border-t-stone-400\/70 {
    border-top-color: rgb(168 162 158 / 0.7);
  }

  .\32xl\:border-t-stone-400\/75 {
    border-top-color: rgb(168 162 158 / 0.75);
  }

  .\32xl\:border-t-stone-400\/80 {
    border-top-color: rgb(168 162 158 / 0.8);
  }

  .\32xl\:border-t-stone-400\/85 {
    border-top-color: rgb(168 162 158 / 0.85);
  }

  .\32xl\:border-t-stone-400\/90 {
    border-top-color: rgb(168 162 158 / 0.9);
  }

  .\32xl\:border-t-stone-400\/95 {
    border-top-color: rgb(168 162 158 / 0.95);
  }

  .\32xl\:border-t-stone-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-50\/0 {
    border-top-color: rgb(250 250 249 / 0);
  }

  .\32xl\:border-t-stone-50\/10 {
    border-top-color: rgb(250 250 249 / 0.1);
  }

  .\32xl\:border-t-stone-50\/100 {
    border-top-color: rgb(250 250 249 / 1);
  }

  .\32xl\:border-t-stone-50\/15 {
    border-top-color: rgb(250 250 249 / 0.15);
  }

  .\32xl\:border-t-stone-50\/20 {
    border-top-color: rgb(250 250 249 / 0.2);
  }

  .\32xl\:border-t-stone-50\/25 {
    border-top-color: rgb(250 250 249 / 0.25);
  }

  .\32xl\:border-t-stone-50\/30 {
    border-top-color: rgb(250 250 249 / 0.3);
  }

  .\32xl\:border-t-stone-50\/35 {
    border-top-color: rgb(250 250 249 / 0.35);
  }

  .\32xl\:border-t-stone-50\/40 {
    border-top-color: rgb(250 250 249 / 0.4);
  }

  .\32xl\:border-t-stone-50\/45 {
    border-top-color: rgb(250 250 249 / 0.45);
  }

  .\32xl\:border-t-stone-50\/5 {
    border-top-color: rgb(250 250 249 / 0.05);
  }

  .\32xl\:border-t-stone-50\/50 {
    border-top-color: rgb(250 250 249 / 0.5);
  }

  .\32xl\:border-t-stone-50\/55 {
    border-top-color: rgb(250 250 249 / 0.55);
  }

  .\32xl\:border-t-stone-50\/60 {
    border-top-color: rgb(250 250 249 / 0.6);
  }

  .\32xl\:border-t-stone-50\/65 {
    border-top-color: rgb(250 250 249 / 0.65);
  }

  .\32xl\:border-t-stone-50\/70 {
    border-top-color: rgb(250 250 249 / 0.7);
  }

  .\32xl\:border-t-stone-50\/75 {
    border-top-color: rgb(250 250 249 / 0.75);
  }

  .\32xl\:border-t-stone-50\/80 {
    border-top-color: rgb(250 250 249 / 0.8);
  }

  .\32xl\:border-t-stone-50\/85 {
    border-top-color: rgb(250 250 249 / 0.85);
  }

  .\32xl\:border-t-stone-50\/90 {
    border-top-color: rgb(250 250 249 / 0.9);
  }

  .\32xl\:border-t-stone-50\/95 {
    border-top-color: rgb(250 250 249 / 0.95);
  }

  .\32xl\:border-t-stone-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-500\/0 {
    border-top-color: rgb(120 113 108 / 0);
  }

  .\32xl\:border-t-stone-500\/10 {
    border-top-color: rgb(120 113 108 / 0.1);
  }

  .\32xl\:border-t-stone-500\/100 {
    border-top-color: rgb(120 113 108 / 1);
  }

  .\32xl\:border-t-stone-500\/15 {
    border-top-color: rgb(120 113 108 / 0.15);
  }

  .\32xl\:border-t-stone-500\/20 {
    border-top-color: rgb(120 113 108 / 0.2);
  }

  .\32xl\:border-t-stone-500\/25 {
    border-top-color: rgb(120 113 108 / 0.25);
  }

  .\32xl\:border-t-stone-500\/30 {
    border-top-color: rgb(120 113 108 / 0.3);
  }

  .\32xl\:border-t-stone-500\/35 {
    border-top-color: rgb(120 113 108 / 0.35);
  }

  .\32xl\:border-t-stone-500\/40 {
    border-top-color: rgb(120 113 108 / 0.4);
  }

  .\32xl\:border-t-stone-500\/45 {
    border-top-color: rgb(120 113 108 / 0.45);
  }

  .\32xl\:border-t-stone-500\/5 {
    border-top-color: rgb(120 113 108 / 0.05);
  }

  .\32xl\:border-t-stone-500\/50 {
    border-top-color: rgb(120 113 108 / 0.5);
  }

  .\32xl\:border-t-stone-500\/55 {
    border-top-color: rgb(120 113 108 / 0.55);
  }

  .\32xl\:border-t-stone-500\/60 {
    border-top-color: rgb(120 113 108 / 0.6);
  }

  .\32xl\:border-t-stone-500\/65 {
    border-top-color: rgb(120 113 108 / 0.65);
  }

  .\32xl\:border-t-stone-500\/70 {
    border-top-color: rgb(120 113 108 / 0.7);
  }

  .\32xl\:border-t-stone-500\/75 {
    border-top-color: rgb(120 113 108 / 0.75);
  }

  .\32xl\:border-t-stone-500\/80 {
    border-top-color: rgb(120 113 108 / 0.8);
  }

  .\32xl\:border-t-stone-500\/85 {
    border-top-color: rgb(120 113 108 / 0.85);
  }

  .\32xl\:border-t-stone-500\/90 {
    border-top-color: rgb(120 113 108 / 0.9);
  }

  .\32xl\:border-t-stone-500\/95 {
    border-top-color: rgb(120 113 108 / 0.95);
  }

  .\32xl\:border-t-stone-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-600\/0 {
    border-top-color: rgb(87 83 78 / 0);
  }

  .\32xl\:border-t-stone-600\/10 {
    border-top-color: rgb(87 83 78 / 0.1);
  }

  .\32xl\:border-t-stone-600\/100 {
    border-top-color: rgb(87 83 78 / 1);
  }

  .\32xl\:border-t-stone-600\/15 {
    border-top-color: rgb(87 83 78 / 0.15);
  }

  .\32xl\:border-t-stone-600\/20 {
    border-top-color: rgb(87 83 78 / 0.2);
  }

  .\32xl\:border-t-stone-600\/25 {
    border-top-color: rgb(87 83 78 / 0.25);
  }

  .\32xl\:border-t-stone-600\/30 {
    border-top-color: rgb(87 83 78 / 0.3);
  }

  .\32xl\:border-t-stone-600\/35 {
    border-top-color: rgb(87 83 78 / 0.35);
  }

  .\32xl\:border-t-stone-600\/40 {
    border-top-color: rgb(87 83 78 / 0.4);
  }

  .\32xl\:border-t-stone-600\/45 {
    border-top-color: rgb(87 83 78 / 0.45);
  }

  .\32xl\:border-t-stone-600\/5 {
    border-top-color: rgb(87 83 78 / 0.05);
  }

  .\32xl\:border-t-stone-600\/50 {
    border-top-color: rgb(87 83 78 / 0.5);
  }

  .\32xl\:border-t-stone-600\/55 {
    border-top-color: rgb(87 83 78 / 0.55);
  }

  .\32xl\:border-t-stone-600\/60 {
    border-top-color: rgb(87 83 78 / 0.6);
  }

  .\32xl\:border-t-stone-600\/65 {
    border-top-color: rgb(87 83 78 / 0.65);
  }

  .\32xl\:border-t-stone-600\/70 {
    border-top-color: rgb(87 83 78 / 0.7);
  }

  .\32xl\:border-t-stone-600\/75 {
    border-top-color: rgb(87 83 78 / 0.75);
  }

  .\32xl\:border-t-stone-600\/80 {
    border-top-color: rgb(87 83 78 / 0.8);
  }

  .\32xl\:border-t-stone-600\/85 {
    border-top-color: rgb(87 83 78 / 0.85);
  }

  .\32xl\:border-t-stone-600\/90 {
    border-top-color: rgb(87 83 78 / 0.9);
  }

  .\32xl\:border-t-stone-600\/95 {
    border-top-color: rgb(87 83 78 / 0.95);
  }

  .\32xl\:border-t-stone-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-700\/0 {
    border-top-color: rgb(68 64 60 / 0);
  }

  .\32xl\:border-t-stone-700\/10 {
    border-top-color: rgb(68 64 60 / 0.1);
  }

  .\32xl\:border-t-stone-700\/100 {
    border-top-color: rgb(68 64 60 / 1);
  }

  .\32xl\:border-t-stone-700\/15 {
    border-top-color: rgb(68 64 60 / 0.15);
  }

  .\32xl\:border-t-stone-700\/20 {
    border-top-color: rgb(68 64 60 / 0.2);
  }

  .\32xl\:border-t-stone-700\/25 {
    border-top-color: rgb(68 64 60 / 0.25);
  }

  .\32xl\:border-t-stone-700\/30 {
    border-top-color: rgb(68 64 60 / 0.3);
  }

  .\32xl\:border-t-stone-700\/35 {
    border-top-color: rgb(68 64 60 / 0.35);
  }

  .\32xl\:border-t-stone-700\/40 {
    border-top-color: rgb(68 64 60 / 0.4);
  }

  .\32xl\:border-t-stone-700\/45 {
    border-top-color: rgb(68 64 60 / 0.45);
  }

  .\32xl\:border-t-stone-700\/5 {
    border-top-color: rgb(68 64 60 / 0.05);
  }

  .\32xl\:border-t-stone-700\/50 {
    border-top-color: rgb(68 64 60 / 0.5);
  }

  .\32xl\:border-t-stone-700\/55 {
    border-top-color: rgb(68 64 60 / 0.55);
  }

  .\32xl\:border-t-stone-700\/60 {
    border-top-color: rgb(68 64 60 / 0.6);
  }

  .\32xl\:border-t-stone-700\/65 {
    border-top-color: rgb(68 64 60 / 0.65);
  }

  .\32xl\:border-t-stone-700\/70 {
    border-top-color: rgb(68 64 60 / 0.7);
  }

  .\32xl\:border-t-stone-700\/75 {
    border-top-color: rgb(68 64 60 / 0.75);
  }

  .\32xl\:border-t-stone-700\/80 {
    border-top-color: rgb(68 64 60 / 0.8);
  }

  .\32xl\:border-t-stone-700\/85 {
    border-top-color: rgb(68 64 60 / 0.85);
  }

  .\32xl\:border-t-stone-700\/90 {
    border-top-color: rgb(68 64 60 / 0.9);
  }

  .\32xl\:border-t-stone-700\/95 {
    border-top-color: rgb(68 64 60 / 0.95);
  }

  .\32xl\:border-t-stone-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-800\/0 {
    border-top-color: rgb(41 37 36 / 0);
  }

  .\32xl\:border-t-stone-800\/10 {
    border-top-color: rgb(41 37 36 / 0.1);
  }

  .\32xl\:border-t-stone-800\/100 {
    border-top-color: rgb(41 37 36 / 1);
  }

  .\32xl\:border-t-stone-800\/15 {
    border-top-color: rgb(41 37 36 / 0.15);
  }

  .\32xl\:border-t-stone-800\/20 {
    border-top-color: rgb(41 37 36 / 0.2);
  }

  .\32xl\:border-t-stone-800\/25 {
    border-top-color: rgb(41 37 36 / 0.25);
  }

  .\32xl\:border-t-stone-800\/30 {
    border-top-color: rgb(41 37 36 / 0.3);
  }

  .\32xl\:border-t-stone-800\/35 {
    border-top-color: rgb(41 37 36 / 0.35);
  }

  .\32xl\:border-t-stone-800\/40 {
    border-top-color: rgb(41 37 36 / 0.4);
  }

  .\32xl\:border-t-stone-800\/45 {
    border-top-color: rgb(41 37 36 / 0.45);
  }

  .\32xl\:border-t-stone-800\/5 {
    border-top-color: rgb(41 37 36 / 0.05);
  }

  .\32xl\:border-t-stone-800\/50 {
    border-top-color: rgb(41 37 36 / 0.5);
  }

  .\32xl\:border-t-stone-800\/55 {
    border-top-color: rgb(41 37 36 / 0.55);
  }

  .\32xl\:border-t-stone-800\/60 {
    border-top-color: rgb(41 37 36 / 0.6);
  }

  .\32xl\:border-t-stone-800\/65 {
    border-top-color: rgb(41 37 36 / 0.65);
  }

  .\32xl\:border-t-stone-800\/70 {
    border-top-color: rgb(41 37 36 / 0.7);
  }

  .\32xl\:border-t-stone-800\/75 {
    border-top-color: rgb(41 37 36 / 0.75);
  }

  .\32xl\:border-t-stone-800\/80 {
    border-top-color: rgb(41 37 36 / 0.8);
  }

  .\32xl\:border-t-stone-800\/85 {
    border-top-color: rgb(41 37 36 / 0.85);
  }

  .\32xl\:border-t-stone-800\/90 {
    border-top-color: rgb(41 37 36 / 0.9);
  }

  .\32xl\:border-t-stone-800\/95 {
    border-top-color: rgb(41 37 36 / 0.95);
  }

  .\32xl\:border-t-stone-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-900\/0 {
    border-top-color: rgb(28 25 23 / 0);
  }

  .\32xl\:border-t-stone-900\/10 {
    border-top-color: rgb(28 25 23 / 0.1);
  }

  .\32xl\:border-t-stone-900\/100 {
    border-top-color: rgb(28 25 23 / 1);
  }

  .\32xl\:border-t-stone-900\/15 {
    border-top-color: rgb(28 25 23 / 0.15);
  }

  .\32xl\:border-t-stone-900\/20 {
    border-top-color: rgb(28 25 23 / 0.2);
  }

  .\32xl\:border-t-stone-900\/25 {
    border-top-color: rgb(28 25 23 / 0.25);
  }

  .\32xl\:border-t-stone-900\/30 {
    border-top-color: rgb(28 25 23 / 0.3);
  }

  .\32xl\:border-t-stone-900\/35 {
    border-top-color: rgb(28 25 23 / 0.35);
  }

  .\32xl\:border-t-stone-900\/40 {
    border-top-color: rgb(28 25 23 / 0.4);
  }

  .\32xl\:border-t-stone-900\/45 {
    border-top-color: rgb(28 25 23 / 0.45);
  }

  .\32xl\:border-t-stone-900\/5 {
    border-top-color: rgb(28 25 23 / 0.05);
  }

  .\32xl\:border-t-stone-900\/50 {
    border-top-color: rgb(28 25 23 / 0.5);
  }

  .\32xl\:border-t-stone-900\/55 {
    border-top-color: rgb(28 25 23 / 0.55);
  }

  .\32xl\:border-t-stone-900\/60 {
    border-top-color: rgb(28 25 23 / 0.6);
  }

  .\32xl\:border-t-stone-900\/65 {
    border-top-color: rgb(28 25 23 / 0.65);
  }

  .\32xl\:border-t-stone-900\/70 {
    border-top-color: rgb(28 25 23 / 0.7);
  }

  .\32xl\:border-t-stone-900\/75 {
    border-top-color: rgb(28 25 23 / 0.75);
  }

  .\32xl\:border-t-stone-900\/80 {
    border-top-color: rgb(28 25 23 / 0.8);
  }

  .\32xl\:border-t-stone-900\/85 {
    border-top-color: rgb(28 25 23 / 0.85);
  }

  .\32xl\:border-t-stone-900\/90 {
    border-top-color: rgb(28 25 23 / 0.9);
  }

  .\32xl\:border-t-stone-900\/95 {
    border-top-color: rgb(28 25 23 / 0.95);
  }

  .\32xl\:border-t-stone-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-stone-950\/0 {
    border-top-color: rgb(12 10 9 / 0);
  }

  .\32xl\:border-t-stone-950\/10 {
    border-top-color: rgb(12 10 9 / 0.1);
  }

  .\32xl\:border-t-stone-950\/100 {
    border-top-color: rgb(12 10 9 / 1);
  }

  .\32xl\:border-t-stone-950\/15 {
    border-top-color: rgb(12 10 9 / 0.15);
  }

  .\32xl\:border-t-stone-950\/20 {
    border-top-color: rgb(12 10 9 / 0.2);
  }

  .\32xl\:border-t-stone-950\/25 {
    border-top-color: rgb(12 10 9 / 0.25);
  }

  .\32xl\:border-t-stone-950\/30 {
    border-top-color: rgb(12 10 9 / 0.3);
  }

  .\32xl\:border-t-stone-950\/35 {
    border-top-color: rgb(12 10 9 / 0.35);
  }

  .\32xl\:border-t-stone-950\/40 {
    border-top-color: rgb(12 10 9 / 0.4);
  }

  .\32xl\:border-t-stone-950\/45 {
    border-top-color: rgb(12 10 9 / 0.45);
  }

  .\32xl\:border-t-stone-950\/5 {
    border-top-color: rgb(12 10 9 / 0.05);
  }

  .\32xl\:border-t-stone-950\/50 {
    border-top-color: rgb(12 10 9 / 0.5);
  }

  .\32xl\:border-t-stone-950\/55 {
    border-top-color: rgb(12 10 9 / 0.55);
  }

  .\32xl\:border-t-stone-950\/60 {
    border-top-color: rgb(12 10 9 / 0.6);
  }

  .\32xl\:border-t-stone-950\/65 {
    border-top-color: rgb(12 10 9 / 0.65);
  }

  .\32xl\:border-t-stone-950\/70 {
    border-top-color: rgb(12 10 9 / 0.7);
  }

  .\32xl\:border-t-stone-950\/75 {
    border-top-color: rgb(12 10 9 / 0.75);
  }

  .\32xl\:border-t-stone-950\/80 {
    border-top-color: rgb(12 10 9 / 0.8);
  }

  .\32xl\:border-t-stone-950\/85 {
    border-top-color: rgb(12 10 9 / 0.85);
  }

  .\32xl\:border-t-stone-950\/90 {
    border-top-color: rgb(12 10 9 / 0.9);
  }

  .\32xl\:border-t-stone-950\/95 {
    border-top-color: rgb(12 10 9 / 0.95);
  }

  .\32xl\:border-t-supporting {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-supporting-foreground {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--supporting) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-supporting-foreground\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-t-supporting-foreground\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-t-supporting-foreground\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-t-supporting-foreground\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-t-supporting-foreground\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-t-supporting-foreground\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-t-supporting-foreground\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-t-supporting-foreground\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-t-supporting-foreground\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-t-supporting-foreground\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-t-supporting-foreground\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-t-supporting-foreground\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-t-supporting-foreground\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-t-supporting-foreground\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-t-supporting-foreground\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-t-supporting-foreground\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-t-supporting-foreground\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-t-supporting-foreground\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-t-supporting-foreground\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-t-supporting-foreground\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-t-supporting-foreground\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-t-supporting\/0 {
    border-top-color: hsl(var(--supporting) / 0);
  }

  .\32xl\:border-t-supporting\/10 {
    border-top-color: hsl(var(--supporting) / 0.1);
  }

  .\32xl\:border-t-supporting\/100 {
    border-top-color: hsl(var(--supporting) / 1);
  }

  .\32xl\:border-t-supporting\/15 {
    border-top-color: hsl(var(--supporting) / 0.15);
  }

  .\32xl\:border-t-supporting\/20 {
    border-top-color: hsl(var(--supporting) / 0.2);
  }

  .\32xl\:border-t-supporting\/25 {
    border-top-color: hsl(var(--supporting) / 0.25);
  }

  .\32xl\:border-t-supporting\/30 {
    border-top-color: hsl(var(--supporting) / 0.3);
  }

  .\32xl\:border-t-supporting\/35 {
    border-top-color: hsl(var(--supporting) / 0.35);
  }

  .\32xl\:border-t-supporting\/40 {
    border-top-color: hsl(var(--supporting) / 0.4);
  }

  .\32xl\:border-t-supporting\/45 {
    border-top-color: hsl(var(--supporting) / 0.45);
  }

  .\32xl\:border-t-supporting\/5 {
    border-top-color: hsl(var(--supporting) / 0.05);
  }

  .\32xl\:border-t-supporting\/50 {
    border-top-color: hsl(var(--supporting) / 0.5);
  }

  .\32xl\:border-t-supporting\/55 {
    border-top-color: hsl(var(--supporting) / 0.55);
  }

  .\32xl\:border-t-supporting\/60 {
    border-top-color: hsl(var(--supporting) / 0.6);
  }

  .\32xl\:border-t-supporting\/65 {
    border-top-color: hsl(var(--supporting) / 0.65);
  }

  .\32xl\:border-t-supporting\/70 {
    border-top-color: hsl(var(--supporting) / 0.7);
  }

  .\32xl\:border-t-supporting\/75 {
    border-top-color: hsl(var(--supporting) / 0.75);
  }

  .\32xl\:border-t-supporting\/80 {
    border-top-color: hsl(var(--supporting) / 0.8);
  }

  .\32xl\:border-t-supporting\/85 {
    border-top-color: hsl(var(--supporting) / 0.85);
  }

  .\32xl\:border-t-supporting\/90 {
    border-top-color: hsl(var(--supporting) / 0.9);
  }

  .\32xl\:border-t-supporting\/95 {
    border-top-color: hsl(var(--supporting) / 0.95);
  }

  .\32xl\:border-t-teal-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-100\/0 {
    border-top-color: rgb(204 251 241 / 0);
  }

  .\32xl\:border-t-teal-100\/10 {
    border-top-color: rgb(204 251 241 / 0.1);
  }

  .\32xl\:border-t-teal-100\/100 {
    border-top-color: rgb(204 251 241 / 1);
  }

  .\32xl\:border-t-teal-100\/15 {
    border-top-color: rgb(204 251 241 / 0.15);
  }

  .\32xl\:border-t-teal-100\/20 {
    border-top-color: rgb(204 251 241 / 0.2);
  }

  .\32xl\:border-t-teal-100\/25 {
    border-top-color: rgb(204 251 241 / 0.25);
  }

  .\32xl\:border-t-teal-100\/30 {
    border-top-color: rgb(204 251 241 / 0.3);
  }

  .\32xl\:border-t-teal-100\/35 {
    border-top-color: rgb(204 251 241 / 0.35);
  }

  .\32xl\:border-t-teal-100\/40 {
    border-top-color: rgb(204 251 241 / 0.4);
  }

  .\32xl\:border-t-teal-100\/45 {
    border-top-color: rgb(204 251 241 / 0.45);
  }

  .\32xl\:border-t-teal-100\/5 {
    border-top-color: rgb(204 251 241 / 0.05);
  }

  .\32xl\:border-t-teal-100\/50 {
    border-top-color: rgb(204 251 241 / 0.5);
  }

  .\32xl\:border-t-teal-100\/55 {
    border-top-color: rgb(204 251 241 / 0.55);
  }

  .\32xl\:border-t-teal-100\/60 {
    border-top-color: rgb(204 251 241 / 0.6);
  }

  .\32xl\:border-t-teal-100\/65 {
    border-top-color: rgb(204 251 241 / 0.65);
  }

  .\32xl\:border-t-teal-100\/70 {
    border-top-color: rgb(204 251 241 / 0.7);
  }

  .\32xl\:border-t-teal-100\/75 {
    border-top-color: rgb(204 251 241 / 0.75);
  }

  .\32xl\:border-t-teal-100\/80 {
    border-top-color: rgb(204 251 241 / 0.8);
  }

  .\32xl\:border-t-teal-100\/85 {
    border-top-color: rgb(204 251 241 / 0.85);
  }

  .\32xl\:border-t-teal-100\/90 {
    border-top-color: rgb(204 251 241 / 0.9);
  }

  .\32xl\:border-t-teal-100\/95 {
    border-top-color: rgb(204 251 241 / 0.95);
  }

  .\32xl\:border-t-teal-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-200\/0 {
    border-top-color: rgb(153 246 228 / 0);
  }

  .\32xl\:border-t-teal-200\/10 {
    border-top-color: rgb(153 246 228 / 0.1);
  }

  .\32xl\:border-t-teal-200\/100 {
    border-top-color: rgb(153 246 228 / 1);
  }

  .\32xl\:border-t-teal-200\/15 {
    border-top-color: rgb(153 246 228 / 0.15);
  }

  .\32xl\:border-t-teal-200\/20 {
    border-top-color: rgb(153 246 228 / 0.2);
  }

  .\32xl\:border-t-teal-200\/25 {
    border-top-color: rgb(153 246 228 / 0.25);
  }

  .\32xl\:border-t-teal-200\/30 {
    border-top-color: rgb(153 246 228 / 0.3);
  }

  .\32xl\:border-t-teal-200\/35 {
    border-top-color: rgb(153 246 228 / 0.35);
  }

  .\32xl\:border-t-teal-200\/40 {
    border-top-color: rgb(153 246 228 / 0.4);
  }

  .\32xl\:border-t-teal-200\/45 {
    border-top-color: rgb(153 246 228 / 0.45);
  }

  .\32xl\:border-t-teal-200\/5 {
    border-top-color: rgb(153 246 228 / 0.05);
  }

  .\32xl\:border-t-teal-200\/50 {
    border-top-color: rgb(153 246 228 / 0.5);
  }

  .\32xl\:border-t-teal-200\/55 {
    border-top-color: rgb(153 246 228 / 0.55);
  }

  .\32xl\:border-t-teal-200\/60 {
    border-top-color: rgb(153 246 228 / 0.6);
  }

  .\32xl\:border-t-teal-200\/65 {
    border-top-color: rgb(153 246 228 / 0.65);
  }

  .\32xl\:border-t-teal-200\/70 {
    border-top-color: rgb(153 246 228 / 0.7);
  }

  .\32xl\:border-t-teal-200\/75 {
    border-top-color: rgb(153 246 228 / 0.75);
  }

  .\32xl\:border-t-teal-200\/80 {
    border-top-color: rgb(153 246 228 / 0.8);
  }

  .\32xl\:border-t-teal-200\/85 {
    border-top-color: rgb(153 246 228 / 0.85);
  }

  .\32xl\:border-t-teal-200\/90 {
    border-top-color: rgb(153 246 228 / 0.9);
  }

  .\32xl\:border-t-teal-200\/95 {
    border-top-color: rgb(153 246 228 / 0.95);
  }

  .\32xl\:border-t-teal-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-300\/0 {
    border-top-color: rgb(94 234 212 / 0);
  }

  .\32xl\:border-t-teal-300\/10 {
    border-top-color: rgb(94 234 212 / 0.1);
  }

  .\32xl\:border-t-teal-300\/100 {
    border-top-color: rgb(94 234 212 / 1);
  }

  .\32xl\:border-t-teal-300\/15 {
    border-top-color: rgb(94 234 212 / 0.15);
  }

  .\32xl\:border-t-teal-300\/20 {
    border-top-color: rgb(94 234 212 / 0.2);
  }

  .\32xl\:border-t-teal-300\/25 {
    border-top-color: rgb(94 234 212 / 0.25);
  }

  .\32xl\:border-t-teal-300\/30 {
    border-top-color: rgb(94 234 212 / 0.3);
  }

  .\32xl\:border-t-teal-300\/35 {
    border-top-color: rgb(94 234 212 / 0.35);
  }

  .\32xl\:border-t-teal-300\/40 {
    border-top-color: rgb(94 234 212 / 0.4);
  }

  .\32xl\:border-t-teal-300\/45 {
    border-top-color: rgb(94 234 212 / 0.45);
  }

  .\32xl\:border-t-teal-300\/5 {
    border-top-color: rgb(94 234 212 / 0.05);
  }

  .\32xl\:border-t-teal-300\/50 {
    border-top-color: rgb(94 234 212 / 0.5);
  }

  .\32xl\:border-t-teal-300\/55 {
    border-top-color: rgb(94 234 212 / 0.55);
  }

  .\32xl\:border-t-teal-300\/60 {
    border-top-color: rgb(94 234 212 / 0.6);
  }

  .\32xl\:border-t-teal-300\/65 {
    border-top-color: rgb(94 234 212 / 0.65);
  }

  .\32xl\:border-t-teal-300\/70 {
    border-top-color: rgb(94 234 212 / 0.7);
  }

  .\32xl\:border-t-teal-300\/75 {
    border-top-color: rgb(94 234 212 / 0.75);
  }

  .\32xl\:border-t-teal-300\/80 {
    border-top-color: rgb(94 234 212 / 0.8);
  }

  .\32xl\:border-t-teal-300\/85 {
    border-top-color: rgb(94 234 212 / 0.85);
  }

  .\32xl\:border-t-teal-300\/90 {
    border-top-color: rgb(94 234 212 / 0.9);
  }

  .\32xl\:border-t-teal-300\/95 {
    border-top-color: rgb(94 234 212 / 0.95);
  }

  .\32xl\:border-t-teal-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-400\/0 {
    border-top-color: rgb(45 212 191 / 0);
  }

  .\32xl\:border-t-teal-400\/10 {
    border-top-color: rgb(45 212 191 / 0.1);
  }

  .\32xl\:border-t-teal-400\/100 {
    border-top-color: rgb(45 212 191 / 1);
  }

  .\32xl\:border-t-teal-400\/15 {
    border-top-color: rgb(45 212 191 / 0.15);
  }

  .\32xl\:border-t-teal-400\/20 {
    border-top-color: rgb(45 212 191 / 0.2);
  }

  .\32xl\:border-t-teal-400\/25 {
    border-top-color: rgb(45 212 191 / 0.25);
  }

  .\32xl\:border-t-teal-400\/30 {
    border-top-color: rgb(45 212 191 / 0.3);
  }

  .\32xl\:border-t-teal-400\/35 {
    border-top-color: rgb(45 212 191 / 0.35);
  }

  .\32xl\:border-t-teal-400\/40 {
    border-top-color: rgb(45 212 191 / 0.4);
  }

  .\32xl\:border-t-teal-400\/45 {
    border-top-color: rgb(45 212 191 / 0.45);
  }

  .\32xl\:border-t-teal-400\/5 {
    border-top-color: rgb(45 212 191 / 0.05);
  }

  .\32xl\:border-t-teal-400\/50 {
    border-top-color: rgb(45 212 191 / 0.5);
  }

  .\32xl\:border-t-teal-400\/55 {
    border-top-color: rgb(45 212 191 / 0.55);
  }

  .\32xl\:border-t-teal-400\/60 {
    border-top-color: rgb(45 212 191 / 0.6);
  }

  .\32xl\:border-t-teal-400\/65 {
    border-top-color: rgb(45 212 191 / 0.65);
  }

  .\32xl\:border-t-teal-400\/70 {
    border-top-color: rgb(45 212 191 / 0.7);
  }

  .\32xl\:border-t-teal-400\/75 {
    border-top-color: rgb(45 212 191 / 0.75);
  }

  .\32xl\:border-t-teal-400\/80 {
    border-top-color: rgb(45 212 191 / 0.8);
  }

  .\32xl\:border-t-teal-400\/85 {
    border-top-color: rgb(45 212 191 / 0.85);
  }

  .\32xl\:border-t-teal-400\/90 {
    border-top-color: rgb(45 212 191 / 0.9);
  }

  .\32xl\:border-t-teal-400\/95 {
    border-top-color: rgb(45 212 191 / 0.95);
  }

  .\32xl\:border-t-teal-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-50\/0 {
    border-top-color: rgb(240 253 250 / 0);
  }

  .\32xl\:border-t-teal-50\/10 {
    border-top-color: rgb(240 253 250 / 0.1);
  }

  .\32xl\:border-t-teal-50\/100 {
    border-top-color: rgb(240 253 250 / 1);
  }

  .\32xl\:border-t-teal-50\/15 {
    border-top-color: rgb(240 253 250 / 0.15);
  }

  .\32xl\:border-t-teal-50\/20 {
    border-top-color: rgb(240 253 250 / 0.2);
  }

  .\32xl\:border-t-teal-50\/25 {
    border-top-color: rgb(240 253 250 / 0.25);
  }

  .\32xl\:border-t-teal-50\/30 {
    border-top-color: rgb(240 253 250 / 0.3);
  }

  .\32xl\:border-t-teal-50\/35 {
    border-top-color: rgb(240 253 250 / 0.35);
  }

  .\32xl\:border-t-teal-50\/40 {
    border-top-color: rgb(240 253 250 / 0.4);
  }

  .\32xl\:border-t-teal-50\/45 {
    border-top-color: rgb(240 253 250 / 0.45);
  }

  .\32xl\:border-t-teal-50\/5 {
    border-top-color: rgb(240 253 250 / 0.05);
  }

  .\32xl\:border-t-teal-50\/50 {
    border-top-color: rgb(240 253 250 / 0.5);
  }

  .\32xl\:border-t-teal-50\/55 {
    border-top-color: rgb(240 253 250 / 0.55);
  }

  .\32xl\:border-t-teal-50\/60 {
    border-top-color: rgb(240 253 250 / 0.6);
  }

  .\32xl\:border-t-teal-50\/65 {
    border-top-color: rgb(240 253 250 / 0.65);
  }

  .\32xl\:border-t-teal-50\/70 {
    border-top-color: rgb(240 253 250 / 0.7);
  }

  .\32xl\:border-t-teal-50\/75 {
    border-top-color: rgb(240 253 250 / 0.75);
  }

  .\32xl\:border-t-teal-50\/80 {
    border-top-color: rgb(240 253 250 / 0.8);
  }

  .\32xl\:border-t-teal-50\/85 {
    border-top-color: rgb(240 253 250 / 0.85);
  }

  .\32xl\:border-t-teal-50\/90 {
    border-top-color: rgb(240 253 250 / 0.9);
  }

  .\32xl\:border-t-teal-50\/95 {
    border-top-color: rgb(240 253 250 / 0.95);
  }

  .\32xl\:border-t-teal-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-500\/0 {
    border-top-color: rgb(20 184 166 / 0);
  }

  .\32xl\:border-t-teal-500\/10 {
    border-top-color: rgb(20 184 166 / 0.1);
  }

  .\32xl\:border-t-teal-500\/100 {
    border-top-color: rgb(20 184 166 / 1);
  }

  .\32xl\:border-t-teal-500\/15 {
    border-top-color: rgb(20 184 166 / 0.15);
  }

  .\32xl\:border-t-teal-500\/20 {
    border-top-color: rgb(20 184 166 / 0.2);
  }

  .\32xl\:border-t-teal-500\/25 {
    border-top-color: rgb(20 184 166 / 0.25);
  }

  .\32xl\:border-t-teal-500\/30 {
    border-top-color: rgb(20 184 166 / 0.3);
  }

  .\32xl\:border-t-teal-500\/35 {
    border-top-color: rgb(20 184 166 / 0.35);
  }

  .\32xl\:border-t-teal-500\/40 {
    border-top-color: rgb(20 184 166 / 0.4);
  }

  .\32xl\:border-t-teal-500\/45 {
    border-top-color: rgb(20 184 166 / 0.45);
  }

  .\32xl\:border-t-teal-500\/5 {
    border-top-color: rgb(20 184 166 / 0.05);
  }

  .\32xl\:border-t-teal-500\/50 {
    border-top-color: rgb(20 184 166 / 0.5);
  }

  .\32xl\:border-t-teal-500\/55 {
    border-top-color: rgb(20 184 166 / 0.55);
  }

  .\32xl\:border-t-teal-500\/60 {
    border-top-color: rgb(20 184 166 / 0.6);
  }

  .\32xl\:border-t-teal-500\/65 {
    border-top-color: rgb(20 184 166 / 0.65);
  }

  .\32xl\:border-t-teal-500\/70 {
    border-top-color: rgb(20 184 166 / 0.7);
  }

  .\32xl\:border-t-teal-500\/75 {
    border-top-color: rgb(20 184 166 / 0.75);
  }

  .\32xl\:border-t-teal-500\/80 {
    border-top-color: rgb(20 184 166 / 0.8);
  }

  .\32xl\:border-t-teal-500\/85 {
    border-top-color: rgb(20 184 166 / 0.85);
  }

  .\32xl\:border-t-teal-500\/90 {
    border-top-color: rgb(20 184 166 / 0.9);
  }

  .\32xl\:border-t-teal-500\/95 {
    border-top-color: rgb(20 184 166 / 0.95);
  }

  .\32xl\:border-t-teal-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-600\/0 {
    border-top-color: rgb(13 148 136 / 0);
  }

  .\32xl\:border-t-teal-600\/10 {
    border-top-color: rgb(13 148 136 / 0.1);
  }

  .\32xl\:border-t-teal-600\/100 {
    border-top-color: rgb(13 148 136 / 1);
  }

  .\32xl\:border-t-teal-600\/15 {
    border-top-color: rgb(13 148 136 / 0.15);
  }

  .\32xl\:border-t-teal-600\/20 {
    border-top-color: rgb(13 148 136 / 0.2);
  }

  .\32xl\:border-t-teal-600\/25 {
    border-top-color: rgb(13 148 136 / 0.25);
  }

  .\32xl\:border-t-teal-600\/30 {
    border-top-color: rgb(13 148 136 / 0.3);
  }

  .\32xl\:border-t-teal-600\/35 {
    border-top-color: rgb(13 148 136 / 0.35);
  }

  .\32xl\:border-t-teal-600\/40 {
    border-top-color: rgb(13 148 136 / 0.4);
  }

  .\32xl\:border-t-teal-600\/45 {
    border-top-color: rgb(13 148 136 / 0.45);
  }

  .\32xl\:border-t-teal-600\/5 {
    border-top-color: rgb(13 148 136 / 0.05);
  }

  .\32xl\:border-t-teal-600\/50 {
    border-top-color: rgb(13 148 136 / 0.5);
  }

  .\32xl\:border-t-teal-600\/55 {
    border-top-color: rgb(13 148 136 / 0.55);
  }

  .\32xl\:border-t-teal-600\/60 {
    border-top-color: rgb(13 148 136 / 0.6);
  }

  .\32xl\:border-t-teal-600\/65 {
    border-top-color: rgb(13 148 136 / 0.65);
  }

  .\32xl\:border-t-teal-600\/70 {
    border-top-color: rgb(13 148 136 / 0.7);
  }

  .\32xl\:border-t-teal-600\/75 {
    border-top-color: rgb(13 148 136 / 0.75);
  }

  .\32xl\:border-t-teal-600\/80 {
    border-top-color: rgb(13 148 136 / 0.8);
  }

  .\32xl\:border-t-teal-600\/85 {
    border-top-color: rgb(13 148 136 / 0.85);
  }

  .\32xl\:border-t-teal-600\/90 {
    border-top-color: rgb(13 148 136 / 0.9);
  }

  .\32xl\:border-t-teal-600\/95 {
    border-top-color: rgb(13 148 136 / 0.95);
  }

  .\32xl\:border-t-teal-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-700\/0 {
    border-top-color: rgb(15 118 110 / 0);
  }

  .\32xl\:border-t-teal-700\/10 {
    border-top-color: rgb(15 118 110 / 0.1);
  }

  .\32xl\:border-t-teal-700\/100 {
    border-top-color: rgb(15 118 110 / 1);
  }

  .\32xl\:border-t-teal-700\/15 {
    border-top-color: rgb(15 118 110 / 0.15);
  }

  .\32xl\:border-t-teal-700\/20 {
    border-top-color: rgb(15 118 110 / 0.2);
  }

  .\32xl\:border-t-teal-700\/25 {
    border-top-color: rgb(15 118 110 / 0.25);
  }

  .\32xl\:border-t-teal-700\/30 {
    border-top-color: rgb(15 118 110 / 0.3);
  }

  .\32xl\:border-t-teal-700\/35 {
    border-top-color: rgb(15 118 110 / 0.35);
  }

  .\32xl\:border-t-teal-700\/40 {
    border-top-color: rgb(15 118 110 / 0.4);
  }

  .\32xl\:border-t-teal-700\/45 {
    border-top-color: rgb(15 118 110 / 0.45);
  }

  .\32xl\:border-t-teal-700\/5 {
    border-top-color: rgb(15 118 110 / 0.05);
  }

  .\32xl\:border-t-teal-700\/50 {
    border-top-color: rgb(15 118 110 / 0.5);
  }

  .\32xl\:border-t-teal-700\/55 {
    border-top-color: rgb(15 118 110 / 0.55);
  }

  .\32xl\:border-t-teal-700\/60 {
    border-top-color: rgb(15 118 110 / 0.6);
  }

  .\32xl\:border-t-teal-700\/65 {
    border-top-color: rgb(15 118 110 / 0.65);
  }

  .\32xl\:border-t-teal-700\/70 {
    border-top-color: rgb(15 118 110 / 0.7);
  }

  .\32xl\:border-t-teal-700\/75 {
    border-top-color: rgb(15 118 110 / 0.75);
  }

  .\32xl\:border-t-teal-700\/80 {
    border-top-color: rgb(15 118 110 / 0.8);
  }

  .\32xl\:border-t-teal-700\/85 {
    border-top-color: rgb(15 118 110 / 0.85);
  }

  .\32xl\:border-t-teal-700\/90 {
    border-top-color: rgb(15 118 110 / 0.9);
  }

  .\32xl\:border-t-teal-700\/95 {
    border-top-color: rgb(15 118 110 / 0.95);
  }

  .\32xl\:border-t-teal-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-800\/0 {
    border-top-color: rgb(17 94 89 / 0);
  }

  .\32xl\:border-t-teal-800\/10 {
    border-top-color: rgb(17 94 89 / 0.1);
  }

  .\32xl\:border-t-teal-800\/100 {
    border-top-color: rgb(17 94 89 / 1);
  }

  .\32xl\:border-t-teal-800\/15 {
    border-top-color: rgb(17 94 89 / 0.15);
  }

  .\32xl\:border-t-teal-800\/20 {
    border-top-color: rgb(17 94 89 / 0.2);
  }

  .\32xl\:border-t-teal-800\/25 {
    border-top-color: rgb(17 94 89 / 0.25);
  }

  .\32xl\:border-t-teal-800\/30 {
    border-top-color: rgb(17 94 89 / 0.3);
  }

  .\32xl\:border-t-teal-800\/35 {
    border-top-color: rgb(17 94 89 / 0.35);
  }

  .\32xl\:border-t-teal-800\/40 {
    border-top-color: rgb(17 94 89 / 0.4);
  }

  .\32xl\:border-t-teal-800\/45 {
    border-top-color: rgb(17 94 89 / 0.45);
  }

  .\32xl\:border-t-teal-800\/5 {
    border-top-color: rgb(17 94 89 / 0.05);
  }

  .\32xl\:border-t-teal-800\/50 {
    border-top-color: rgb(17 94 89 / 0.5);
  }

  .\32xl\:border-t-teal-800\/55 {
    border-top-color: rgb(17 94 89 / 0.55);
  }

  .\32xl\:border-t-teal-800\/60 {
    border-top-color: rgb(17 94 89 / 0.6);
  }

  .\32xl\:border-t-teal-800\/65 {
    border-top-color: rgb(17 94 89 / 0.65);
  }

  .\32xl\:border-t-teal-800\/70 {
    border-top-color: rgb(17 94 89 / 0.7);
  }

  .\32xl\:border-t-teal-800\/75 {
    border-top-color: rgb(17 94 89 / 0.75);
  }

  .\32xl\:border-t-teal-800\/80 {
    border-top-color: rgb(17 94 89 / 0.8);
  }

  .\32xl\:border-t-teal-800\/85 {
    border-top-color: rgb(17 94 89 / 0.85);
  }

  .\32xl\:border-t-teal-800\/90 {
    border-top-color: rgb(17 94 89 / 0.9);
  }

  .\32xl\:border-t-teal-800\/95 {
    border-top-color: rgb(17 94 89 / 0.95);
  }

  .\32xl\:border-t-teal-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-900\/0 {
    border-top-color: rgb(19 78 74 / 0);
  }

  .\32xl\:border-t-teal-900\/10 {
    border-top-color: rgb(19 78 74 / 0.1);
  }

  .\32xl\:border-t-teal-900\/100 {
    border-top-color: rgb(19 78 74 / 1);
  }

  .\32xl\:border-t-teal-900\/15 {
    border-top-color: rgb(19 78 74 / 0.15);
  }

  .\32xl\:border-t-teal-900\/20 {
    border-top-color: rgb(19 78 74 / 0.2);
  }

  .\32xl\:border-t-teal-900\/25 {
    border-top-color: rgb(19 78 74 / 0.25);
  }

  .\32xl\:border-t-teal-900\/30 {
    border-top-color: rgb(19 78 74 / 0.3);
  }

  .\32xl\:border-t-teal-900\/35 {
    border-top-color: rgb(19 78 74 / 0.35);
  }

  .\32xl\:border-t-teal-900\/40 {
    border-top-color: rgb(19 78 74 / 0.4);
  }

  .\32xl\:border-t-teal-900\/45 {
    border-top-color: rgb(19 78 74 / 0.45);
  }

  .\32xl\:border-t-teal-900\/5 {
    border-top-color: rgb(19 78 74 / 0.05);
  }

  .\32xl\:border-t-teal-900\/50 {
    border-top-color: rgb(19 78 74 / 0.5);
  }

  .\32xl\:border-t-teal-900\/55 {
    border-top-color: rgb(19 78 74 / 0.55);
  }

  .\32xl\:border-t-teal-900\/60 {
    border-top-color: rgb(19 78 74 / 0.6);
  }

  .\32xl\:border-t-teal-900\/65 {
    border-top-color: rgb(19 78 74 / 0.65);
  }

  .\32xl\:border-t-teal-900\/70 {
    border-top-color: rgb(19 78 74 / 0.7);
  }

  .\32xl\:border-t-teal-900\/75 {
    border-top-color: rgb(19 78 74 / 0.75);
  }

  .\32xl\:border-t-teal-900\/80 {
    border-top-color: rgb(19 78 74 / 0.8);
  }

  .\32xl\:border-t-teal-900\/85 {
    border-top-color: rgb(19 78 74 / 0.85);
  }

  .\32xl\:border-t-teal-900\/90 {
    border-top-color: rgb(19 78 74 / 0.9);
  }

  .\32xl\:border-t-teal-900\/95 {
    border-top-color: rgb(19 78 74 / 0.95);
  }

  .\32xl\:border-t-teal-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-teal-950\/0 {
    border-top-color: rgb(4 47 46 / 0);
  }

  .\32xl\:border-t-teal-950\/10 {
    border-top-color: rgb(4 47 46 / 0.1);
  }

  .\32xl\:border-t-teal-950\/100 {
    border-top-color: rgb(4 47 46 / 1);
  }

  .\32xl\:border-t-teal-950\/15 {
    border-top-color: rgb(4 47 46 / 0.15);
  }

  .\32xl\:border-t-teal-950\/20 {
    border-top-color: rgb(4 47 46 / 0.2);
  }

  .\32xl\:border-t-teal-950\/25 {
    border-top-color: rgb(4 47 46 / 0.25);
  }

  .\32xl\:border-t-teal-950\/30 {
    border-top-color: rgb(4 47 46 / 0.3);
  }

  .\32xl\:border-t-teal-950\/35 {
    border-top-color: rgb(4 47 46 / 0.35);
  }

  .\32xl\:border-t-teal-950\/40 {
    border-top-color: rgb(4 47 46 / 0.4);
  }

  .\32xl\:border-t-teal-950\/45 {
    border-top-color: rgb(4 47 46 / 0.45);
  }

  .\32xl\:border-t-teal-950\/5 {
    border-top-color: rgb(4 47 46 / 0.05);
  }

  .\32xl\:border-t-teal-950\/50 {
    border-top-color: rgb(4 47 46 / 0.5);
  }

  .\32xl\:border-t-teal-950\/55 {
    border-top-color: rgb(4 47 46 / 0.55);
  }

  .\32xl\:border-t-teal-950\/60 {
    border-top-color: rgb(4 47 46 / 0.6);
  }

  .\32xl\:border-t-teal-950\/65 {
    border-top-color: rgb(4 47 46 / 0.65);
  }

  .\32xl\:border-t-teal-950\/70 {
    border-top-color: rgb(4 47 46 / 0.7);
  }

  .\32xl\:border-t-teal-950\/75 {
    border-top-color: rgb(4 47 46 / 0.75);
  }

  .\32xl\:border-t-teal-950\/80 {
    border-top-color: rgb(4 47 46 / 0.8);
  }

  .\32xl\:border-t-teal-950\/85 {
    border-top-color: rgb(4 47 46 / 0.85);
  }

  .\32xl\:border-t-teal-950\/90 {
    border-top-color: rgb(4 47 46 / 0.9);
  }

  .\32xl\:border-t-teal-950\/95 {
    border-top-color: rgb(4 47 46 / 0.95);
  }

  .\32xl\:border-t-tertiary {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--tertiary) / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-tertiary\/0 {
    border-top-color: hsl(var(--tertiary) / 0);
  }

  .\32xl\:border-t-tertiary\/10 {
    border-top-color: hsl(var(--tertiary) / 0.1);
  }

  .\32xl\:border-t-tertiary\/100 {
    border-top-color: hsl(var(--tertiary) / 1);
  }

  .\32xl\:border-t-tertiary\/15 {
    border-top-color: hsl(var(--tertiary) / 0.15);
  }

  .\32xl\:border-t-tertiary\/20 {
    border-top-color: hsl(var(--tertiary) / 0.2);
  }

  .\32xl\:border-t-tertiary\/25 {
    border-top-color: hsl(var(--tertiary) / 0.25);
  }

  .\32xl\:border-t-tertiary\/30 {
    border-top-color: hsl(var(--tertiary) / 0.3);
  }

  .\32xl\:border-t-tertiary\/35 {
    border-top-color: hsl(var(--tertiary) / 0.35);
  }

  .\32xl\:border-t-tertiary\/40 {
    border-top-color: hsl(var(--tertiary) / 0.4);
  }

  .\32xl\:border-t-tertiary\/45 {
    border-top-color: hsl(var(--tertiary) / 0.45);
  }

  .\32xl\:border-t-tertiary\/5 {
    border-top-color: hsl(var(--tertiary) / 0.05);
  }

  .\32xl\:border-t-tertiary\/50 {
    border-top-color: hsl(var(--tertiary) / 0.5);
  }

  .\32xl\:border-t-tertiary\/55 {
    border-top-color: hsl(var(--tertiary) / 0.55);
  }

  .\32xl\:border-t-tertiary\/60 {
    border-top-color: hsl(var(--tertiary) / 0.6);
  }

  .\32xl\:border-t-tertiary\/65 {
    border-top-color: hsl(var(--tertiary) / 0.65);
  }

  .\32xl\:border-t-tertiary\/70 {
    border-top-color: hsl(var(--tertiary) / 0.7);
  }

  .\32xl\:border-t-tertiary\/75 {
    border-top-color: hsl(var(--tertiary) / 0.75);
  }

  .\32xl\:border-t-tertiary\/80 {
    border-top-color: hsl(var(--tertiary) / 0.8);
  }

  .\32xl\:border-t-tertiary\/85 {
    border-top-color: hsl(var(--tertiary) / 0.85);
  }

  .\32xl\:border-t-tertiary\/90 {
    border-top-color: hsl(var(--tertiary) / 0.9);
  }

  .\32xl\:border-t-tertiary\/95 {
    border-top-color: hsl(var(--tertiary) / 0.95);
  }

  .\32xl\:border-t-transparent {
    border-top-color: transparent;
  }

  .\32xl\:border-t-transparent\/0 {
    border-top-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-t-transparent\/10 {
    border-top-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-t-transparent\/100 {
    border-top-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-t-transparent\/15 {
    border-top-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-t-transparent\/20 {
    border-top-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-t-transparent\/25 {
    border-top-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-t-transparent\/30 {
    border-top-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-t-transparent\/35 {
    border-top-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-t-transparent\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-t-transparent\/45 {
    border-top-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-t-transparent\/5 {
    border-top-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-t-transparent\/50 {
    border-top-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-t-transparent\/55 {
    border-top-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-t-transparent\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-t-transparent\/65 {
    border-top-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-t-transparent\/70 {
    border-top-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-t-transparent\/75 {
    border-top-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-t-transparent\/80 {
    border-top-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-t-transparent\/85 {
    border-top-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-t-transparent\/90 {
    border-top-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-t-transparent\/95 {
    border-top-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-t-violet-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-100\/0 {
    border-top-color: rgb(237 233 254 / 0);
  }

  .\32xl\:border-t-violet-100\/10 {
    border-top-color: rgb(237 233 254 / 0.1);
  }

  .\32xl\:border-t-violet-100\/100 {
    border-top-color: rgb(237 233 254 / 1);
  }

  .\32xl\:border-t-violet-100\/15 {
    border-top-color: rgb(237 233 254 / 0.15);
  }

  .\32xl\:border-t-violet-100\/20 {
    border-top-color: rgb(237 233 254 / 0.2);
  }

  .\32xl\:border-t-violet-100\/25 {
    border-top-color: rgb(237 233 254 / 0.25);
  }

  .\32xl\:border-t-violet-100\/30 {
    border-top-color: rgb(237 233 254 / 0.3);
  }

  .\32xl\:border-t-violet-100\/35 {
    border-top-color: rgb(237 233 254 / 0.35);
  }

  .\32xl\:border-t-violet-100\/40 {
    border-top-color: rgb(237 233 254 / 0.4);
  }

  .\32xl\:border-t-violet-100\/45 {
    border-top-color: rgb(237 233 254 / 0.45);
  }

  .\32xl\:border-t-violet-100\/5 {
    border-top-color: rgb(237 233 254 / 0.05);
  }

  .\32xl\:border-t-violet-100\/50 {
    border-top-color: rgb(237 233 254 / 0.5);
  }

  .\32xl\:border-t-violet-100\/55 {
    border-top-color: rgb(237 233 254 / 0.55);
  }

  .\32xl\:border-t-violet-100\/60 {
    border-top-color: rgb(237 233 254 / 0.6);
  }

  .\32xl\:border-t-violet-100\/65 {
    border-top-color: rgb(237 233 254 / 0.65);
  }

  .\32xl\:border-t-violet-100\/70 {
    border-top-color: rgb(237 233 254 / 0.7);
  }

  .\32xl\:border-t-violet-100\/75 {
    border-top-color: rgb(237 233 254 / 0.75);
  }

  .\32xl\:border-t-violet-100\/80 {
    border-top-color: rgb(237 233 254 / 0.8);
  }

  .\32xl\:border-t-violet-100\/85 {
    border-top-color: rgb(237 233 254 / 0.85);
  }

  .\32xl\:border-t-violet-100\/90 {
    border-top-color: rgb(237 233 254 / 0.9);
  }

  .\32xl\:border-t-violet-100\/95 {
    border-top-color: rgb(237 233 254 / 0.95);
  }

  .\32xl\:border-t-violet-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-200\/0 {
    border-top-color: rgb(221 214 254 / 0);
  }

  .\32xl\:border-t-violet-200\/10 {
    border-top-color: rgb(221 214 254 / 0.1);
  }

  .\32xl\:border-t-violet-200\/100 {
    border-top-color: rgb(221 214 254 / 1);
  }

  .\32xl\:border-t-violet-200\/15 {
    border-top-color: rgb(221 214 254 / 0.15);
  }

  .\32xl\:border-t-violet-200\/20 {
    border-top-color: rgb(221 214 254 / 0.2);
  }

  .\32xl\:border-t-violet-200\/25 {
    border-top-color: rgb(221 214 254 / 0.25);
  }

  .\32xl\:border-t-violet-200\/30 {
    border-top-color: rgb(221 214 254 / 0.3);
  }

  .\32xl\:border-t-violet-200\/35 {
    border-top-color: rgb(221 214 254 / 0.35);
  }

  .\32xl\:border-t-violet-200\/40 {
    border-top-color: rgb(221 214 254 / 0.4);
  }

  .\32xl\:border-t-violet-200\/45 {
    border-top-color: rgb(221 214 254 / 0.45);
  }

  .\32xl\:border-t-violet-200\/5 {
    border-top-color: rgb(221 214 254 / 0.05);
  }

  .\32xl\:border-t-violet-200\/50 {
    border-top-color: rgb(221 214 254 / 0.5);
  }

  .\32xl\:border-t-violet-200\/55 {
    border-top-color: rgb(221 214 254 / 0.55);
  }

  .\32xl\:border-t-violet-200\/60 {
    border-top-color: rgb(221 214 254 / 0.6);
  }

  .\32xl\:border-t-violet-200\/65 {
    border-top-color: rgb(221 214 254 / 0.65);
  }

  .\32xl\:border-t-violet-200\/70 {
    border-top-color: rgb(221 214 254 / 0.7);
  }

  .\32xl\:border-t-violet-200\/75 {
    border-top-color: rgb(221 214 254 / 0.75);
  }

  .\32xl\:border-t-violet-200\/80 {
    border-top-color: rgb(221 214 254 / 0.8);
  }

  .\32xl\:border-t-violet-200\/85 {
    border-top-color: rgb(221 214 254 / 0.85);
  }

  .\32xl\:border-t-violet-200\/90 {
    border-top-color: rgb(221 214 254 / 0.9);
  }

  .\32xl\:border-t-violet-200\/95 {
    border-top-color: rgb(221 214 254 / 0.95);
  }

  .\32xl\:border-t-violet-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-300\/0 {
    border-top-color: rgb(196 181 253 / 0);
  }

  .\32xl\:border-t-violet-300\/10 {
    border-top-color: rgb(196 181 253 / 0.1);
  }

  .\32xl\:border-t-violet-300\/100 {
    border-top-color: rgb(196 181 253 / 1);
  }

  .\32xl\:border-t-violet-300\/15 {
    border-top-color: rgb(196 181 253 / 0.15);
  }

  .\32xl\:border-t-violet-300\/20 {
    border-top-color: rgb(196 181 253 / 0.2);
  }

  .\32xl\:border-t-violet-300\/25 {
    border-top-color: rgb(196 181 253 / 0.25);
  }

  .\32xl\:border-t-violet-300\/30 {
    border-top-color: rgb(196 181 253 / 0.3);
  }

  .\32xl\:border-t-violet-300\/35 {
    border-top-color: rgb(196 181 253 / 0.35);
  }

  .\32xl\:border-t-violet-300\/40 {
    border-top-color: rgb(196 181 253 / 0.4);
  }

  .\32xl\:border-t-violet-300\/45 {
    border-top-color: rgb(196 181 253 / 0.45);
  }

  .\32xl\:border-t-violet-300\/5 {
    border-top-color: rgb(196 181 253 / 0.05);
  }

  .\32xl\:border-t-violet-300\/50 {
    border-top-color: rgb(196 181 253 / 0.5);
  }

  .\32xl\:border-t-violet-300\/55 {
    border-top-color: rgb(196 181 253 / 0.55);
  }

  .\32xl\:border-t-violet-300\/60 {
    border-top-color: rgb(196 181 253 / 0.6);
  }

  .\32xl\:border-t-violet-300\/65 {
    border-top-color: rgb(196 181 253 / 0.65);
  }

  .\32xl\:border-t-violet-300\/70 {
    border-top-color: rgb(196 181 253 / 0.7);
  }

  .\32xl\:border-t-violet-300\/75 {
    border-top-color: rgb(196 181 253 / 0.75);
  }

  .\32xl\:border-t-violet-300\/80 {
    border-top-color: rgb(196 181 253 / 0.8);
  }

  .\32xl\:border-t-violet-300\/85 {
    border-top-color: rgb(196 181 253 / 0.85);
  }

  .\32xl\:border-t-violet-300\/90 {
    border-top-color: rgb(196 181 253 / 0.9);
  }

  .\32xl\:border-t-violet-300\/95 {
    border-top-color: rgb(196 181 253 / 0.95);
  }

  .\32xl\:border-t-violet-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-400\/0 {
    border-top-color: rgb(167 139 250 / 0);
  }

  .\32xl\:border-t-violet-400\/10 {
    border-top-color: rgb(167 139 250 / 0.1);
  }

  .\32xl\:border-t-violet-400\/100 {
    border-top-color: rgb(167 139 250 / 1);
  }

  .\32xl\:border-t-violet-400\/15 {
    border-top-color: rgb(167 139 250 / 0.15);
  }

  .\32xl\:border-t-violet-400\/20 {
    border-top-color: rgb(167 139 250 / 0.2);
  }

  .\32xl\:border-t-violet-400\/25 {
    border-top-color: rgb(167 139 250 / 0.25);
  }

  .\32xl\:border-t-violet-400\/30 {
    border-top-color: rgb(167 139 250 / 0.3);
  }

  .\32xl\:border-t-violet-400\/35 {
    border-top-color: rgb(167 139 250 / 0.35);
  }

  .\32xl\:border-t-violet-400\/40 {
    border-top-color: rgb(167 139 250 / 0.4);
  }

  .\32xl\:border-t-violet-400\/45 {
    border-top-color: rgb(167 139 250 / 0.45);
  }

  .\32xl\:border-t-violet-400\/5 {
    border-top-color: rgb(167 139 250 / 0.05);
  }

  .\32xl\:border-t-violet-400\/50 {
    border-top-color: rgb(167 139 250 / 0.5);
  }

  .\32xl\:border-t-violet-400\/55 {
    border-top-color: rgb(167 139 250 / 0.55);
  }

  .\32xl\:border-t-violet-400\/60 {
    border-top-color: rgb(167 139 250 / 0.6);
  }

  .\32xl\:border-t-violet-400\/65 {
    border-top-color: rgb(167 139 250 / 0.65);
  }

  .\32xl\:border-t-violet-400\/70 {
    border-top-color: rgb(167 139 250 / 0.7);
  }

  .\32xl\:border-t-violet-400\/75 {
    border-top-color: rgb(167 139 250 / 0.75);
  }

  .\32xl\:border-t-violet-400\/80 {
    border-top-color: rgb(167 139 250 / 0.8);
  }

  .\32xl\:border-t-violet-400\/85 {
    border-top-color: rgb(167 139 250 / 0.85);
  }

  .\32xl\:border-t-violet-400\/90 {
    border-top-color: rgb(167 139 250 / 0.9);
  }

  .\32xl\:border-t-violet-400\/95 {
    border-top-color: rgb(167 139 250 / 0.95);
  }

  .\32xl\:border-t-violet-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-50\/0 {
    border-top-color: rgb(245 243 255 / 0);
  }

  .\32xl\:border-t-violet-50\/10 {
    border-top-color: rgb(245 243 255 / 0.1);
  }

  .\32xl\:border-t-violet-50\/100 {
    border-top-color: rgb(245 243 255 / 1);
  }

  .\32xl\:border-t-violet-50\/15 {
    border-top-color: rgb(245 243 255 / 0.15);
  }

  .\32xl\:border-t-violet-50\/20 {
    border-top-color: rgb(245 243 255 / 0.2);
  }

  .\32xl\:border-t-violet-50\/25 {
    border-top-color: rgb(245 243 255 / 0.25);
  }

  .\32xl\:border-t-violet-50\/30 {
    border-top-color: rgb(245 243 255 / 0.3);
  }

  .\32xl\:border-t-violet-50\/35 {
    border-top-color: rgb(245 243 255 / 0.35);
  }

  .\32xl\:border-t-violet-50\/40 {
    border-top-color: rgb(245 243 255 / 0.4);
  }

  .\32xl\:border-t-violet-50\/45 {
    border-top-color: rgb(245 243 255 / 0.45);
  }

  .\32xl\:border-t-violet-50\/5 {
    border-top-color: rgb(245 243 255 / 0.05);
  }

  .\32xl\:border-t-violet-50\/50 {
    border-top-color: rgb(245 243 255 / 0.5);
  }

  .\32xl\:border-t-violet-50\/55 {
    border-top-color: rgb(245 243 255 / 0.55);
  }

  .\32xl\:border-t-violet-50\/60 {
    border-top-color: rgb(245 243 255 / 0.6);
  }

  .\32xl\:border-t-violet-50\/65 {
    border-top-color: rgb(245 243 255 / 0.65);
  }

  .\32xl\:border-t-violet-50\/70 {
    border-top-color: rgb(245 243 255 / 0.7);
  }

  .\32xl\:border-t-violet-50\/75 {
    border-top-color: rgb(245 243 255 / 0.75);
  }

  .\32xl\:border-t-violet-50\/80 {
    border-top-color: rgb(245 243 255 / 0.8);
  }

  .\32xl\:border-t-violet-50\/85 {
    border-top-color: rgb(245 243 255 / 0.85);
  }

  .\32xl\:border-t-violet-50\/90 {
    border-top-color: rgb(245 243 255 / 0.9);
  }

  .\32xl\:border-t-violet-50\/95 {
    border-top-color: rgb(245 243 255 / 0.95);
  }

  .\32xl\:border-t-violet-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-500\/0 {
    border-top-color: rgb(139 92 246 / 0);
  }

  .\32xl\:border-t-violet-500\/10 {
    border-top-color: rgb(139 92 246 / 0.1);
  }

  .\32xl\:border-t-violet-500\/100 {
    border-top-color: rgb(139 92 246 / 1);
  }

  .\32xl\:border-t-violet-500\/15 {
    border-top-color: rgb(139 92 246 / 0.15);
  }

  .\32xl\:border-t-violet-500\/20 {
    border-top-color: rgb(139 92 246 / 0.2);
  }

  .\32xl\:border-t-violet-500\/25 {
    border-top-color: rgb(139 92 246 / 0.25);
  }

  .\32xl\:border-t-violet-500\/30 {
    border-top-color: rgb(139 92 246 / 0.3);
  }

  .\32xl\:border-t-violet-500\/35 {
    border-top-color: rgb(139 92 246 / 0.35);
  }

  .\32xl\:border-t-violet-500\/40 {
    border-top-color: rgb(139 92 246 / 0.4);
  }

  .\32xl\:border-t-violet-500\/45 {
    border-top-color: rgb(139 92 246 / 0.45);
  }

  .\32xl\:border-t-violet-500\/5 {
    border-top-color: rgb(139 92 246 / 0.05);
  }

  .\32xl\:border-t-violet-500\/50 {
    border-top-color: rgb(139 92 246 / 0.5);
  }

  .\32xl\:border-t-violet-500\/55 {
    border-top-color: rgb(139 92 246 / 0.55);
  }

  .\32xl\:border-t-violet-500\/60 {
    border-top-color: rgb(139 92 246 / 0.6);
  }

  .\32xl\:border-t-violet-500\/65 {
    border-top-color: rgb(139 92 246 / 0.65);
  }

  .\32xl\:border-t-violet-500\/70 {
    border-top-color: rgb(139 92 246 / 0.7);
  }

  .\32xl\:border-t-violet-500\/75 {
    border-top-color: rgb(139 92 246 / 0.75);
  }

  .\32xl\:border-t-violet-500\/80 {
    border-top-color: rgb(139 92 246 / 0.8);
  }

  .\32xl\:border-t-violet-500\/85 {
    border-top-color: rgb(139 92 246 / 0.85);
  }

  .\32xl\:border-t-violet-500\/90 {
    border-top-color: rgb(139 92 246 / 0.9);
  }

  .\32xl\:border-t-violet-500\/95 {
    border-top-color: rgb(139 92 246 / 0.95);
  }

  .\32xl\:border-t-violet-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-600\/0 {
    border-top-color: rgb(124 58 237 / 0);
  }

  .\32xl\:border-t-violet-600\/10 {
    border-top-color: rgb(124 58 237 / 0.1);
  }

  .\32xl\:border-t-violet-600\/100 {
    border-top-color: rgb(124 58 237 / 1);
  }

  .\32xl\:border-t-violet-600\/15 {
    border-top-color: rgb(124 58 237 / 0.15);
  }

  .\32xl\:border-t-violet-600\/20 {
    border-top-color: rgb(124 58 237 / 0.2);
  }

  .\32xl\:border-t-violet-600\/25 {
    border-top-color: rgb(124 58 237 / 0.25);
  }

  .\32xl\:border-t-violet-600\/30 {
    border-top-color: rgb(124 58 237 / 0.3);
  }

  .\32xl\:border-t-violet-600\/35 {
    border-top-color: rgb(124 58 237 / 0.35);
  }

  .\32xl\:border-t-violet-600\/40 {
    border-top-color: rgb(124 58 237 / 0.4);
  }

  .\32xl\:border-t-violet-600\/45 {
    border-top-color: rgb(124 58 237 / 0.45);
  }

  .\32xl\:border-t-violet-600\/5 {
    border-top-color: rgb(124 58 237 / 0.05);
  }

  .\32xl\:border-t-violet-600\/50 {
    border-top-color: rgb(124 58 237 / 0.5);
  }

  .\32xl\:border-t-violet-600\/55 {
    border-top-color: rgb(124 58 237 / 0.55);
  }

  .\32xl\:border-t-violet-600\/60 {
    border-top-color: rgb(124 58 237 / 0.6);
  }

  .\32xl\:border-t-violet-600\/65 {
    border-top-color: rgb(124 58 237 / 0.65);
  }

  .\32xl\:border-t-violet-600\/70 {
    border-top-color: rgb(124 58 237 / 0.7);
  }

  .\32xl\:border-t-violet-600\/75 {
    border-top-color: rgb(124 58 237 / 0.75);
  }

  .\32xl\:border-t-violet-600\/80 {
    border-top-color: rgb(124 58 237 / 0.8);
  }

  .\32xl\:border-t-violet-600\/85 {
    border-top-color: rgb(124 58 237 / 0.85);
  }

  .\32xl\:border-t-violet-600\/90 {
    border-top-color: rgb(124 58 237 / 0.9);
  }

  .\32xl\:border-t-violet-600\/95 {
    border-top-color: rgb(124 58 237 / 0.95);
  }

  .\32xl\:border-t-violet-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-700\/0 {
    border-top-color: rgb(109 40 217 / 0);
  }

  .\32xl\:border-t-violet-700\/10 {
    border-top-color: rgb(109 40 217 / 0.1);
  }

  .\32xl\:border-t-violet-700\/100 {
    border-top-color: rgb(109 40 217 / 1);
  }

  .\32xl\:border-t-violet-700\/15 {
    border-top-color: rgb(109 40 217 / 0.15);
  }

  .\32xl\:border-t-violet-700\/20 {
    border-top-color: rgb(109 40 217 / 0.2);
  }

  .\32xl\:border-t-violet-700\/25 {
    border-top-color: rgb(109 40 217 / 0.25);
  }

  .\32xl\:border-t-violet-700\/30 {
    border-top-color: rgb(109 40 217 / 0.3);
  }

  .\32xl\:border-t-violet-700\/35 {
    border-top-color: rgb(109 40 217 / 0.35);
  }

  .\32xl\:border-t-violet-700\/40 {
    border-top-color: rgb(109 40 217 / 0.4);
  }

  .\32xl\:border-t-violet-700\/45 {
    border-top-color: rgb(109 40 217 / 0.45);
  }

  .\32xl\:border-t-violet-700\/5 {
    border-top-color: rgb(109 40 217 / 0.05);
  }

  .\32xl\:border-t-violet-700\/50 {
    border-top-color: rgb(109 40 217 / 0.5);
  }

  .\32xl\:border-t-violet-700\/55 {
    border-top-color: rgb(109 40 217 / 0.55);
  }

  .\32xl\:border-t-violet-700\/60 {
    border-top-color: rgb(109 40 217 / 0.6);
  }

  .\32xl\:border-t-violet-700\/65 {
    border-top-color: rgb(109 40 217 / 0.65);
  }

  .\32xl\:border-t-violet-700\/70 {
    border-top-color: rgb(109 40 217 / 0.7);
  }

  .\32xl\:border-t-violet-700\/75 {
    border-top-color: rgb(109 40 217 / 0.75);
  }

  .\32xl\:border-t-violet-700\/80 {
    border-top-color: rgb(109 40 217 / 0.8);
  }

  .\32xl\:border-t-violet-700\/85 {
    border-top-color: rgb(109 40 217 / 0.85);
  }

  .\32xl\:border-t-violet-700\/90 {
    border-top-color: rgb(109 40 217 / 0.9);
  }

  .\32xl\:border-t-violet-700\/95 {
    border-top-color: rgb(109 40 217 / 0.95);
  }

  .\32xl\:border-t-violet-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-800\/0 {
    border-top-color: rgb(91 33 182 / 0);
  }

  .\32xl\:border-t-violet-800\/10 {
    border-top-color: rgb(91 33 182 / 0.1);
  }

  .\32xl\:border-t-violet-800\/100 {
    border-top-color: rgb(91 33 182 / 1);
  }

  .\32xl\:border-t-violet-800\/15 {
    border-top-color: rgb(91 33 182 / 0.15);
  }

  .\32xl\:border-t-violet-800\/20 {
    border-top-color: rgb(91 33 182 / 0.2);
  }

  .\32xl\:border-t-violet-800\/25 {
    border-top-color: rgb(91 33 182 / 0.25);
  }

  .\32xl\:border-t-violet-800\/30 {
    border-top-color: rgb(91 33 182 / 0.3);
  }

  .\32xl\:border-t-violet-800\/35 {
    border-top-color: rgb(91 33 182 / 0.35);
  }

  .\32xl\:border-t-violet-800\/40 {
    border-top-color: rgb(91 33 182 / 0.4);
  }

  .\32xl\:border-t-violet-800\/45 {
    border-top-color: rgb(91 33 182 / 0.45);
  }

  .\32xl\:border-t-violet-800\/5 {
    border-top-color: rgb(91 33 182 / 0.05);
  }

  .\32xl\:border-t-violet-800\/50 {
    border-top-color: rgb(91 33 182 / 0.5);
  }

  .\32xl\:border-t-violet-800\/55 {
    border-top-color: rgb(91 33 182 / 0.55);
  }

  .\32xl\:border-t-violet-800\/60 {
    border-top-color: rgb(91 33 182 / 0.6);
  }

  .\32xl\:border-t-violet-800\/65 {
    border-top-color: rgb(91 33 182 / 0.65);
  }

  .\32xl\:border-t-violet-800\/70 {
    border-top-color: rgb(91 33 182 / 0.7);
  }

  .\32xl\:border-t-violet-800\/75 {
    border-top-color: rgb(91 33 182 / 0.75);
  }

  .\32xl\:border-t-violet-800\/80 {
    border-top-color: rgb(91 33 182 / 0.8);
  }

  .\32xl\:border-t-violet-800\/85 {
    border-top-color: rgb(91 33 182 / 0.85);
  }

  .\32xl\:border-t-violet-800\/90 {
    border-top-color: rgb(91 33 182 / 0.9);
  }

  .\32xl\:border-t-violet-800\/95 {
    border-top-color: rgb(91 33 182 / 0.95);
  }

  .\32xl\:border-t-violet-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-900\/0 {
    border-top-color: rgb(76 29 149 / 0);
  }

  .\32xl\:border-t-violet-900\/10 {
    border-top-color: rgb(76 29 149 / 0.1);
  }

  .\32xl\:border-t-violet-900\/100 {
    border-top-color: rgb(76 29 149 / 1);
  }

  .\32xl\:border-t-violet-900\/15 {
    border-top-color: rgb(76 29 149 / 0.15);
  }

  .\32xl\:border-t-violet-900\/20 {
    border-top-color: rgb(76 29 149 / 0.2);
  }

  .\32xl\:border-t-violet-900\/25 {
    border-top-color: rgb(76 29 149 / 0.25);
  }

  .\32xl\:border-t-violet-900\/30 {
    border-top-color: rgb(76 29 149 / 0.3);
  }

  .\32xl\:border-t-violet-900\/35 {
    border-top-color: rgb(76 29 149 / 0.35);
  }

  .\32xl\:border-t-violet-900\/40 {
    border-top-color: rgb(76 29 149 / 0.4);
  }

  .\32xl\:border-t-violet-900\/45 {
    border-top-color: rgb(76 29 149 / 0.45);
  }

  .\32xl\:border-t-violet-900\/5 {
    border-top-color: rgb(76 29 149 / 0.05);
  }

  .\32xl\:border-t-violet-900\/50 {
    border-top-color: rgb(76 29 149 / 0.5);
  }

  .\32xl\:border-t-violet-900\/55 {
    border-top-color: rgb(76 29 149 / 0.55);
  }

  .\32xl\:border-t-violet-900\/60 {
    border-top-color: rgb(76 29 149 / 0.6);
  }

  .\32xl\:border-t-violet-900\/65 {
    border-top-color: rgb(76 29 149 / 0.65);
  }

  .\32xl\:border-t-violet-900\/70 {
    border-top-color: rgb(76 29 149 / 0.7);
  }

  .\32xl\:border-t-violet-900\/75 {
    border-top-color: rgb(76 29 149 / 0.75);
  }

  .\32xl\:border-t-violet-900\/80 {
    border-top-color: rgb(76 29 149 / 0.8);
  }

  .\32xl\:border-t-violet-900\/85 {
    border-top-color: rgb(76 29 149 / 0.85);
  }

  .\32xl\:border-t-violet-900\/90 {
    border-top-color: rgb(76 29 149 / 0.9);
  }

  .\32xl\:border-t-violet-900\/95 {
    border-top-color: rgb(76 29 149 / 0.95);
  }

  .\32xl\:border-t-violet-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-violet-950\/0 {
    border-top-color: rgb(46 16 101 / 0);
  }

  .\32xl\:border-t-violet-950\/10 {
    border-top-color: rgb(46 16 101 / 0.1);
  }

  .\32xl\:border-t-violet-950\/100 {
    border-top-color: rgb(46 16 101 / 1);
  }

  .\32xl\:border-t-violet-950\/15 {
    border-top-color: rgb(46 16 101 / 0.15);
  }

  .\32xl\:border-t-violet-950\/20 {
    border-top-color: rgb(46 16 101 / 0.2);
  }

  .\32xl\:border-t-violet-950\/25 {
    border-top-color: rgb(46 16 101 / 0.25);
  }

  .\32xl\:border-t-violet-950\/30 {
    border-top-color: rgb(46 16 101 / 0.3);
  }

  .\32xl\:border-t-violet-950\/35 {
    border-top-color: rgb(46 16 101 / 0.35);
  }

  .\32xl\:border-t-violet-950\/40 {
    border-top-color: rgb(46 16 101 / 0.4);
  }

  .\32xl\:border-t-violet-950\/45 {
    border-top-color: rgb(46 16 101 / 0.45);
  }

  .\32xl\:border-t-violet-950\/5 {
    border-top-color: rgb(46 16 101 / 0.05);
  }

  .\32xl\:border-t-violet-950\/50 {
    border-top-color: rgb(46 16 101 / 0.5);
  }

  .\32xl\:border-t-violet-950\/55 {
    border-top-color: rgb(46 16 101 / 0.55);
  }

  .\32xl\:border-t-violet-950\/60 {
    border-top-color: rgb(46 16 101 / 0.6);
  }

  .\32xl\:border-t-violet-950\/65 {
    border-top-color: rgb(46 16 101 / 0.65);
  }

  .\32xl\:border-t-violet-950\/70 {
    border-top-color: rgb(46 16 101 / 0.7);
  }

  .\32xl\:border-t-violet-950\/75 {
    border-top-color: rgb(46 16 101 / 0.75);
  }

  .\32xl\:border-t-violet-950\/80 {
    border-top-color: rgb(46 16 101 / 0.8);
  }

  .\32xl\:border-t-violet-950\/85 {
    border-top-color: rgb(46 16 101 / 0.85);
  }

  .\32xl\:border-t-violet-950\/90 {
    border-top-color: rgb(46 16 101 / 0.9);
  }

  .\32xl\:border-t-violet-950\/95 {
    border-top-color: rgb(46 16 101 / 0.95);
  }

  .\32xl\:border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-white\/0 {
    border-top-color: rgb(255 255 255 / 0);
  }

  .\32xl\:border-t-white\/10 {
    border-top-color: rgb(255 255 255 / 0.1);
  }

  .\32xl\:border-t-white\/100 {
    border-top-color: rgb(255 255 255 / 1);
  }

  .\32xl\:border-t-white\/15 {
    border-top-color: rgb(255 255 255 / 0.15);
  }

  .\32xl\:border-t-white\/20 {
    border-top-color: rgb(255 255 255 / 0.2);
  }

  .\32xl\:border-t-white\/25 {
    border-top-color: rgb(255 255 255 / 0.25);
  }

  .\32xl\:border-t-white\/30 {
    border-top-color: rgb(255 255 255 / 0.3);
  }

  .\32xl\:border-t-white\/35 {
    border-top-color: rgb(255 255 255 / 0.35);
  }

  .\32xl\:border-t-white\/40 {
    border-top-color: rgb(255 255 255 / 0.4);
  }

  .\32xl\:border-t-white\/45 {
    border-top-color: rgb(255 255 255 / 0.45);
  }

  .\32xl\:border-t-white\/5 {
    border-top-color: rgb(255 255 255 / 0.05);
  }

  .\32xl\:border-t-white\/50 {
    border-top-color: rgb(255 255 255 / 0.5);
  }

  .\32xl\:border-t-white\/55 {
    border-top-color: rgb(255 255 255 / 0.55);
  }

  .\32xl\:border-t-white\/60 {
    border-top-color: rgb(255 255 255 / 0.6);
  }

  .\32xl\:border-t-white\/65 {
    border-top-color: rgb(255 255 255 / 0.65);
  }

  .\32xl\:border-t-white\/70 {
    border-top-color: rgb(255 255 255 / 0.7);
  }

  .\32xl\:border-t-white\/75 {
    border-top-color: rgb(255 255 255 / 0.75);
  }

  .\32xl\:border-t-white\/80 {
    border-top-color: rgb(255 255 255 / 0.8);
  }

  .\32xl\:border-t-white\/85 {
    border-top-color: rgb(255 255 255 / 0.85);
  }

  .\32xl\:border-t-white\/90 {
    border-top-color: rgb(255 255 255 / 0.9);
  }

  .\32xl\:border-t-white\/95 {
    border-top-color: rgb(255 255 255 / 0.95);
  }

  .\32xl\:border-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-100\/0 {
    border-top-color: rgb(254 249 195 / 0);
  }

  .\32xl\:border-t-yellow-100\/10 {
    border-top-color: rgb(254 249 195 / 0.1);
  }

  .\32xl\:border-t-yellow-100\/100 {
    border-top-color: rgb(254 249 195 / 1);
  }

  .\32xl\:border-t-yellow-100\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .\32xl\:border-t-yellow-100\/20 {
    border-top-color: rgb(254 249 195 / 0.2);
  }

  .\32xl\:border-t-yellow-100\/25 {
    border-top-color: rgb(254 249 195 / 0.25);
  }

  .\32xl\:border-t-yellow-100\/30 {
    border-top-color: rgb(254 249 195 / 0.3);
  }

  .\32xl\:border-t-yellow-100\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .\32xl\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .\32xl\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .\32xl\:border-t-yellow-100\/5 {
    border-top-color: rgb(254 249 195 / 0.05);
  }

  .\32xl\:border-t-yellow-100\/50 {
    border-top-color: rgb(254 249 195 / 0.5);
  }

  .\32xl\:border-t-yellow-100\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .\32xl\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .\32xl\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .\32xl\:border-t-yellow-100\/70 {
    border-top-color: rgb(254 249 195 / 0.7);
  }

  .\32xl\:border-t-yellow-100\/75 {
    border-top-color: rgb(254 249 195 / 0.75);
  }

  .\32xl\:border-t-yellow-100\/80 {
    border-top-color: rgb(254 249 195 / 0.8);
  }

  .\32xl\:border-t-yellow-100\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .\32xl\:border-t-yellow-100\/90 {
    border-top-color: rgb(254 249 195 / 0.9);
  }

  .\32xl\:border-t-yellow-100\/95 {
    border-top-color: rgb(254 249 195 / 0.95);
  }

  .\32xl\:border-t-yellow-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-200\/0 {
    border-top-color: rgb(254 240 138 / 0);
  }

  .\32xl\:border-t-yellow-200\/10 {
    border-top-color: rgb(254 240 138 / 0.1);
  }

  .\32xl\:border-t-yellow-200\/100 {
    border-top-color: rgb(254 240 138 / 1);
  }

  .\32xl\:border-t-yellow-200\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .\32xl\:border-t-yellow-200\/20 {
    border-top-color: rgb(254 240 138 / 0.2);
  }

  .\32xl\:border-t-yellow-200\/25 {
    border-top-color: rgb(254 240 138 / 0.25);
  }

  .\32xl\:border-t-yellow-200\/30 {
    border-top-color: rgb(254 240 138 / 0.3);
  }

  .\32xl\:border-t-yellow-200\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .\32xl\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .\32xl\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .\32xl\:border-t-yellow-200\/5 {
    border-top-color: rgb(254 240 138 / 0.05);
  }

  .\32xl\:border-t-yellow-200\/50 {
    border-top-color: rgb(254 240 138 / 0.5);
  }

  .\32xl\:border-t-yellow-200\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .\32xl\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .\32xl\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .\32xl\:border-t-yellow-200\/70 {
    border-top-color: rgb(254 240 138 / 0.7);
  }

  .\32xl\:border-t-yellow-200\/75 {
    border-top-color: rgb(254 240 138 / 0.75);
  }

  .\32xl\:border-t-yellow-200\/80 {
    border-top-color: rgb(254 240 138 / 0.8);
  }

  .\32xl\:border-t-yellow-200\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .\32xl\:border-t-yellow-200\/90 {
    border-top-color: rgb(254 240 138 / 0.9);
  }

  .\32xl\:border-t-yellow-200\/95 {
    border-top-color: rgb(254 240 138 / 0.95);
  }

  .\32xl\:border-t-yellow-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-300\/0 {
    border-top-color: rgb(253 224 71 / 0);
  }

  .\32xl\:border-t-yellow-300\/10 {
    border-top-color: rgb(253 224 71 / 0.1);
  }

  .\32xl\:border-t-yellow-300\/100 {
    border-top-color: rgb(253 224 71 / 1);
  }

  .\32xl\:border-t-yellow-300\/15 {
    border-top-color: rgb(253 224 71 / 0.15);
  }

  .\32xl\:border-t-yellow-300\/20 {
    border-top-color: rgb(253 224 71 / 0.2);
  }

  .\32xl\:border-t-yellow-300\/25 {
    border-top-color: rgb(253 224 71 / 0.25);
  }

  .\32xl\:border-t-yellow-300\/30 {
    border-top-color: rgb(253 224 71 / 0.3);
  }

  .\32xl\:border-t-yellow-300\/35 {
    border-top-color: rgb(253 224 71 / 0.35);
  }

  .\32xl\:border-t-yellow-300\/40 {
    border-top-color: rgb(253 224 71 / 0.4);
  }

  .\32xl\:border-t-yellow-300\/45 {
    border-top-color: rgb(253 224 71 / 0.45);
  }

  .\32xl\:border-t-yellow-300\/5 {
    border-top-color: rgb(253 224 71 / 0.05);
  }

  .\32xl\:border-t-yellow-300\/50 {
    border-top-color: rgb(253 224 71 / 0.5);
  }

  .\32xl\:border-t-yellow-300\/55 {
    border-top-color: rgb(253 224 71 / 0.55);
  }

  .\32xl\:border-t-yellow-300\/60 {
    border-top-color: rgb(253 224 71 / 0.6);
  }

  .\32xl\:border-t-yellow-300\/65 {
    border-top-color: rgb(253 224 71 / 0.65);
  }

  .\32xl\:border-t-yellow-300\/70 {
    border-top-color: rgb(253 224 71 / 0.7);
  }

  .\32xl\:border-t-yellow-300\/75 {
    border-top-color: rgb(253 224 71 / 0.75);
  }

  .\32xl\:border-t-yellow-300\/80 {
    border-top-color: rgb(253 224 71 / 0.8);
  }

  .\32xl\:border-t-yellow-300\/85 {
    border-top-color: rgb(253 224 71 / 0.85);
  }

  .\32xl\:border-t-yellow-300\/90 {
    border-top-color: rgb(253 224 71 / 0.9);
  }

  .\32xl\:border-t-yellow-300\/95 {
    border-top-color: rgb(253 224 71 / 0.95);
  }

  .\32xl\:border-t-yellow-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-400\/0 {
    border-top-color: rgb(250 204 21 / 0);
  }

  .\32xl\:border-t-yellow-400\/10 {
    border-top-color: rgb(250 204 21 / 0.1);
  }

  .\32xl\:border-t-yellow-400\/100 {
    border-top-color: rgb(250 204 21 / 1);
  }

  .\32xl\:border-t-yellow-400\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .\32xl\:border-t-yellow-400\/20 {
    border-top-color: rgb(250 204 21 / 0.2);
  }

  .\32xl\:border-t-yellow-400\/25 {
    border-top-color: rgb(250 204 21 / 0.25);
  }

  .\32xl\:border-t-yellow-400\/30 {
    border-top-color: rgb(250 204 21 / 0.3);
  }

  .\32xl\:border-t-yellow-400\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .\32xl\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .\32xl\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .\32xl\:border-t-yellow-400\/5 {
    border-top-color: rgb(250 204 21 / 0.05);
  }

  .\32xl\:border-t-yellow-400\/50 {
    border-top-color: rgb(250 204 21 / 0.5);
  }

  .\32xl\:border-t-yellow-400\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .\32xl\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .\32xl\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .\32xl\:border-t-yellow-400\/70 {
    border-top-color: rgb(250 204 21 / 0.7);
  }

  .\32xl\:border-t-yellow-400\/75 {
    border-top-color: rgb(250 204 21 / 0.75);
  }

  .\32xl\:border-t-yellow-400\/80 {
    border-top-color: rgb(250 204 21 / 0.8);
  }

  .\32xl\:border-t-yellow-400\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .\32xl\:border-t-yellow-400\/90 {
    border-top-color: rgb(250 204 21 / 0.9);
  }

  .\32xl\:border-t-yellow-400\/95 {
    border-top-color: rgb(250 204 21 / 0.95);
  }

  .\32xl\:border-t-yellow-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-50\/0 {
    border-top-color: rgb(254 252 232 / 0);
  }

  .\32xl\:border-t-yellow-50\/10 {
    border-top-color: rgb(254 252 232 / 0.1);
  }

  .\32xl\:border-t-yellow-50\/100 {
    border-top-color: rgb(254 252 232 / 1);
  }

  .\32xl\:border-t-yellow-50\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .\32xl\:border-t-yellow-50\/20 {
    border-top-color: rgb(254 252 232 / 0.2);
  }

  .\32xl\:border-t-yellow-50\/25 {
    border-top-color: rgb(254 252 232 / 0.25);
  }

  .\32xl\:border-t-yellow-50\/30 {
    border-top-color: rgb(254 252 232 / 0.3);
  }

  .\32xl\:border-t-yellow-50\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .\32xl\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .\32xl\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .\32xl\:border-t-yellow-50\/5 {
    border-top-color: rgb(254 252 232 / 0.05);
  }

  .\32xl\:border-t-yellow-50\/50 {
    border-top-color: rgb(254 252 232 / 0.5);
  }

  .\32xl\:border-t-yellow-50\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .\32xl\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .\32xl\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .\32xl\:border-t-yellow-50\/70 {
    border-top-color: rgb(254 252 232 / 0.7);
  }

  .\32xl\:border-t-yellow-50\/75 {
    border-top-color: rgb(254 252 232 / 0.75);
  }

  .\32xl\:border-t-yellow-50\/80 {
    border-top-color: rgb(254 252 232 / 0.8);
  }

  .\32xl\:border-t-yellow-50\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .\32xl\:border-t-yellow-50\/90 {
    border-top-color: rgb(254 252 232 / 0.9);
  }

  .\32xl\:border-t-yellow-50\/95 {
    border-top-color: rgb(254 252 232 / 0.95);
  }

  .\32xl\:border-t-yellow-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-500\/0 {
    border-top-color: rgb(234 179 8 / 0);
  }

  .\32xl\:border-t-yellow-500\/10 {
    border-top-color: rgb(234 179 8 / 0.1);
  }

  .\32xl\:border-t-yellow-500\/100 {
    border-top-color: rgb(234 179 8 / 1);
  }

  .\32xl\:border-t-yellow-500\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .\32xl\:border-t-yellow-500\/20 {
    border-top-color: rgb(234 179 8 / 0.2);
  }

  .\32xl\:border-t-yellow-500\/25 {
    border-top-color: rgb(234 179 8 / 0.25);
  }

  .\32xl\:border-t-yellow-500\/30 {
    border-top-color: rgb(234 179 8 / 0.3);
  }

  .\32xl\:border-t-yellow-500\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .\32xl\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .\32xl\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .\32xl\:border-t-yellow-500\/5 {
    border-top-color: rgb(234 179 8 / 0.05);
  }

  .\32xl\:border-t-yellow-500\/50 {
    border-top-color: rgb(234 179 8 / 0.5);
  }

  .\32xl\:border-t-yellow-500\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .\32xl\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .\32xl\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .\32xl\:border-t-yellow-500\/70 {
    border-top-color: rgb(234 179 8 / 0.7);
  }

  .\32xl\:border-t-yellow-500\/75 {
    border-top-color: rgb(234 179 8 / 0.75);
  }

  .\32xl\:border-t-yellow-500\/80 {
    border-top-color: rgb(234 179 8 / 0.8);
  }

  .\32xl\:border-t-yellow-500\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .\32xl\:border-t-yellow-500\/90 {
    border-top-color: rgb(234 179 8 / 0.9);
  }

  .\32xl\:border-t-yellow-500\/95 {
    border-top-color: rgb(234 179 8 / 0.95);
  }

  .\32xl\:border-t-yellow-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-600\/0 {
    border-top-color: rgb(202 138 4 / 0);
  }

  .\32xl\:border-t-yellow-600\/10 {
    border-top-color: rgb(202 138 4 / 0.1);
  }

  .\32xl\:border-t-yellow-600\/100 {
    border-top-color: rgb(202 138 4 / 1);
  }

  .\32xl\:border-t-yellow-600\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .\32xl\:border-t-yellow-600\/20 {
    border-top-color: rgb(202 138 4 / 0.2);
  }

  .\32xl\:border-t-yellow-600\/25 {
    border-top-color: rgb(202 138 4 / 0.25);
  }

  .\32xl\:border-t-yellow-600\/30 {
    border-top-color: rgb(202 138 4 / 0.3);
  }

  .\32xl\:border-t-yellow-600\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .\32xl\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .\32xl\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .\32xl\:border-t-yellow-600\/5 {
    border-top-color: rgb(202 138 4 / 0.05);
  }

  .\32xl\:border-t-yellow-600\/50 {
    border-top-color: rgb(202 138 4 / 0.5);
  }

  .\32xl\:border-t-yellow-600\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .\32xl\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .\32xl\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .\32xl\:border-t-yellow-600\/70 {
    border-top-color: rgb(202 138 4 / 0.7);
  }

  .\32xl\:border-t-yellow-600\/75 {
    border-top-color: rgb(202 138 4 / 0.75);
  }

  .\32xl\:border-t-yellow-600\/80 {
    border-top-color: rgb(202 138 4 / 0.8);
  }

  .\32xl\:border-t-yellow-600\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .\32xl\:border-t-yellow-600\/90 {
    border-top-color: rgb(202 138 4 / 0.9);
  }

  .\32xl\:border-t-yellow-600\/95 {
    border-top-color: rgb(202 138 4 / 0.95);
  }

  .\32xl\:border-t-yellow-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-700\/0 {
    border-top-color: rgb(161 98 7 / 0);
  }

  .\32xl\:border-t-yellow-700\/10 {
    border-top-color: rgb(161 98 7 / 0.1);
  }

  .\32xl\:border-t-yellow-700\/100 {
    border-top-color: rgb(161 98 7 / 1);
  }

  .\32xl\:border-t-yellow-700\/15 {
    border-top-color: rgb(161 98 7 / 0.15);
  }

  .\32xl\:border-t-yellow-700\/20 {
    border-top-color: rgb(161 98 7 / 0.2);
  }

  .\32xl\:border-t-yellow-700\/25 {
    border-top-color: rgb(161 98 7 / 0.25);
  }

  .\32xl\:border-t-yellow-700\/30 {
    border-top-color: rgb(161 98 7 / 0.3);
  }

  .\32xl\:border-t-yellow-700\/35 {
    border-top-color: rgb(161 98 7 / 0.35);
  }

  .\32xl\:border-t-yellow-700\/40 {
    border-top-color: rgb(161 98 7 / 0.4);
  }

  .\32xl\:border-t-yellow-700\/45 {
    border-top-color: rgb(161 98 7 / 0.45);
  }

  .\32xl\:border-t-yellow-700\/5 {
    border-top-color: rgb(161 98 7 / 0.05);
  }

  .\32xl\:border-t-yellow-700\/50 {
    border-top-color: rgb(161 98 7 / 0.5);
  }

  .\32xl\:border-t-yellow-700\/55 {
    border-top-color: rgb(161 98 7 / 0.55);
  }

  .\32xl\:border-t-yellow-700\/60 {
    border-top-color: rgb(161 98 7 / 0.6);
  }

  .\32xl\:border-t-yellow-700\/65 {
    border-top-color: rgb(161 98 7 / 0.65);
  }

  .\32xl\:border-t-yellow-700\/70 {
    border-top-color: rgb(161 98 7 / 0.7);
  }

  .\32xl\:border-t-yellow-700\/75 {
    border-top-color: rgb(161 98 7 / 0.75);
  }

  .\32xl\:border-t-yellow-700\/80 {
    border-top-color: rgb(161 98 7 / 0.8);
  }

  .\32xl\:border-t-yellow-700\/85 {
    border-top-color: rgb(161 98 7 / 0.85);
  }

  .\32xl\:border-t-yellow-700\/90 {
    border-top-color: rgb(161 98 7 / 0.9);
  }

  .\32xl\:border-t-yellow-700\/95 {
    border-top-color: rgb(161 98 7 / 0.95);
  }

  .\32xl\:border-t-yellow-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-800\/0 {
    border-top-color: rgb(133 77 14 / 0);
  }

  .\32xl\:border-t-yellow-800\/10 {
    border-top-color: rgb(133 77 14 / 0.1);
  }

  .\32xl\:border-t-yellow-800\/100 {
    border-top-color: rgb(133 77 14 / 1);
  }

  .\32xl\:border-t-yellow-800\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .\32xl\:border-t-yellow-800\/20 {
    border-top-color: rgb(133 77 14 / 0.2);
  }

  .\32xl\:border-t-yellow-800\/25 {
    border-top-color: rgb(133 77 14 / 0.25);
  }

  .\32xl\:border-t-yellow-800\/30 {
    border-top-color: rgb(133 77 14 / 0.3);
  }

  .\32xl\:border-t-yellow-800\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .\32xl\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .\32xl\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .\32xl\:border-t-yellow-800\/5 {
    border-top-color: rgb(133 77 14 / 0.05);
  }

  .\32xl\:border-t-yellow-800\/50 {
    border-top-color: rgb(133 77 14 / 0.5);
  }

  .\32xl\:border-t-yellow-800\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .\32xl\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .\32xl\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .\32xl\:border-t-yellow-800\/70 {
    border-top-color: rgb(133 77 14 / 0.7);
  }

  .\32xl\:border-t-yellow-800\/75 {
    border-top-color: rgb(133 77 14 / 0.75);
  }

  .\32xl\:border-t-yellow-800\/80 {
    border-top-color: rgb(133 77 14 / 0.8);
  }

  .\32xl\:border-t-yellow-800\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .\32xl\:border-t-yellow-800\/90 {
    border-top-color: rgb(133 77 14 / 0.9);
  }

  .\32xl\:border-t-yellow-800\/95 {
    border-top-color: rgb(133 77 14 / 0.95);
  }

  .\32xl\:border-t-yellow-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-900\/0 {
    border-top-color: rgb(113 63 18 / 0);
  }

  .\32xl\:border-t-yellow-900\/10 {
    border-top-color: rgb(113 63 18 / 0.1);
  }

  .\32xl\:border-t-yellow-900\/100 {
    border-top-color: rgb(113 63 18 / 1);
  }

  .\32xl\:border-t-yellow-900\/15 {
    border-top-color: rgb(113 63 18 / 0.15);
  }

  .\32xl\:border-t-yellow-900\/20 {
    border-top-color: rgb(113 63 18 / 0.2);
  }

  .\32xl\:border-t-yellow-900\/25 {
    border-top-color: rgb(113 63 18 / 0.25);
  }

  .\32xl\:border-t-yellow-900\/30 {
    border-top-color: rgb(113 63 18 / 0.3);
  }

  .\32xl\:border-t-yellow-900\/35 {
    border-top-color: rgb(113 63 18 / 0.35);
  }

  .\32xl\:border-t-yellow-900\/40 {
    border-top-color: rgb(113 63 18 / 0.4);
  }

  .\32xl\:border-t-yellow-900\/45 {
    border-top-color: rgb(113 63 18 / 0.45);
  }

  .\32xl\:border-t-yellow-900\/5 {
    border-top-color: rgb(113 63 18 / 0.05);
  }

  .\32xl\:border-t-yellow-900\/50 {
    border-top-color: rgb(113 63 18 / 0.5);
  }

  .\32xl\:border-t-yellow-900\/55 {
    border-top-color: rgb(113 63 18 / 0.55);
  }

  .\32xl\:border-t-yellow-900\/60 {
    border-top-color: rgb(113 63 18 / 0.6);
  }

  .\32xl\:border-t-yellow-900\/65 {
    border-top-color: rgb(113 63 18 / 0.65);
  }

  .\32xl\:border-t-yellow-900\/70 {
    border-top-color: rgb(113 63 18 / 0.7);
  }

  .\32xl\:border-t-yellow-900\/75 {
    border-top-color: rgb(113 63 18 / 0.75);
  }

  .\32xl\:border-t-yellow-900\/80 {
    border-top-color: rgb(113 63 18 / 0.8);
  }

  .\32xl\:border-t-yellow-900\/85 {
    border-top-color: rgb(113 63 18 / 0.85);
  }

  .\32xl\:border-t-yellow-900\/90 {
    border-top-color: rgb(113 63 18 / 0.9);
  }

  .\32xl\:border-t-yellow-900\/95 {
    border-top-color: rgb(113 63 18 / 0.95);
  }

  .\32xl\:border-t-yellow-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-yellow-950\/0 {
    border-top-color: rgb(66 32 6 / 0);
  }

  .\32xl\:border-t-yellow-950\/10 {
    border-top-color: rgb(66 32 6 / 0.1);
  }

  .\32xl\:border-t-yellow-950\/100 {
    border-top-color: rgb(66 32 6 / 1);
  }

  .\32xl\:border-t-yellow-950\/15 {
    border-top-color: rgb(66 32 6 / 0.15);
  }

  .\32xl\:border-t-yellow-950\/20 {
    border-top-color: rgb(66 32 6 / 0.2);
  }

  .\32xl\:border-t-yellow-950\/25 {
    border-top-color: rgb(66 32 6 / 0.25);
  }

  .\32xl\:border-t-yellow-950\/30 {
    border-top-color: rgb(66 32 6 / 0.3);
  }

  .\32xl\:border-t-yellow-950\/35 {
    border-top-color: rgb(66 32 6 / 0.35);
  }

  .\32xl\:border-t-yellow-950\/40 {
    border-top-color: rgb(66 32 6 / 0.4);
  }

  .\32xl\:border-t-yellow-950\/45 {
    border-top-color: rgb(66 32 6 / 0.45);
  }

  .\32xl\:border-t-yellow-950\/5 {
    border-top-color: rgb(66 32 6 / 0.05);
  }

  .\32xl\:border-t-yellow-950\/50 {
    border-top-color: rgb(66 32 6 / 0.5);
  }

  .\32xl\:border-t-yellow-950\/55 {
    border-top-color: rgb(66 32 6 / 0.55);
  }

  .\32xl\:border-t-yellow-950\/60 {
    border-top-color: rgb(66 32 6 / 0.6);
  }

  .\32xl\:border-t-yellow-950\/65 {
    border-top-color: rgb(66 32 6 / 0.65);
  }

  .\32xl\:border-t-yellow-950\/70 {
    border-top-color: rgb(66 32 6 / 0.7);
  }

  .\32xl\:border-t-yellow-950\/75 {
    border-top-color: rgb(66 32 6 / 0.75);
  }

  .\32xl\:border-t-yellow-950\/80 {
    border-top-color: rgb(66 32 6 / 0.8);
  }

  .\32xl\:border-t-yellow-950\/85 {
    border-top-color: rgb(66 32 6 / 0.85);
  }

  .\32xl\:border-t-yellow-950\/90 {
    border-top-color: rgb(66 32 6 / 0.9);
  }

  .\32xl\:border-t-yellow-950\/95 {
    border-top-color: rgb(66 32 6 / 0.95);
  }

  .\32xl\:border-t-zinc-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-100\/0 {
    border-top-color: rgb(244 244 245 / 0);
  }

  .\32xl\:border-t-zinc-100\/10 {
    border-top-color: rgb(244 244 245 / 0.1);
  }

  .\32xl\:border-t-zinc-100\/100 {
    border-top-color: rgb(244 244 245 / 1);
  }

  .\32xl\:border-t-zinc-100\/15 {
    border-top-color: rgb(244 244 245 / 0.15);
  }

  .\32xl\:border-t-zinc-100\/20 {
    border-top-color: rgb(244 244 245 / 0.2);
  }

  .\32xl\:border-t-zinc-100\/25 {
    border-top-color: rgb(244 244 245 / 0.25);
  }

  .\32xl\:border-t-zinc-100\/30 {
    border-top-color: rgb(244 244 245 / 0.3);
  }

  .\32xl\:border-t-zinc-100\/35 {
    border-top-color: rgb(244 244 245 / 0.35);
  }

  .\32xl\:border-t-zinc-100\/40 {
    border-top-color: rgb(244 244 245 / 0.4);
  }

  .\32xl\:border-t-zinc-100\/45 {
    border-top-color: rgb(244 244 245 / 0.45);
  }

  .\32xl\:border-t-zinc-100\/5 {
    border-top-color: rgb(244 244 245 / 0.05);
  }

  .\32xl\:border-t-zinc-100\/50 {
    border-top-color: rgb(244 244 245 / 0.5);
  }

  .\32xl\:border-t-zinc-100\/55 {
    border-top-color: rgb(244 244 245 / 0.55);
  }

  .\32xl\:border-t-zinc-100\/60 {
    border-top-color: rgb(244 244 245 / 0.6);
  }

  .\32xl\:border-t-zinc-100\/65 {
    border-top-color: rgb(244 244 245 / 0.65);
  }

  .\32xl\:border-t-zinc-100\/70 {
    border-top-color: rgb(244 244 245 / 0.7);
  }

  .\32xl\:border-t-zinc-100\/75 {
    border-top-color: rgb(244 244 245 / 0.75);
  }

  .\32xl\:border-t-zinc-100\/80 {
    border-top-color: rgb(244 244 245 / 0.8);
  }

  .\32xl\:border-t-zinc-100\/85 {
    border-top-color: rgb(244 244 245 / 0.85);
  }

  .\32xl\:border-t-zinc-100\/90 {
    border-top-color: rgb(244 244 245 / 0.9);
  }

  .\32xl\:border-t-zinc-100\/95 {
    border-top-color: rgb(244 244 245 / 0.95);
  }

  .\32xl\:border-t-zinc-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-200\/0 {
    border-top-color: rgb(228 228 231 / 0);
  }

  .\32xl\:border-t-zinc-200\/10 {
    border-top-color: rgb(228 228 231 / 0.1);
  }

  .\32xl\:border-t-zinc-200\/100 {
    border-top-color: rgb(228 228 231 / 1);
  }

  .\32xl\:border-t-zinc-200\/15 {
    border-top-color: rgb(228 228 231 / 0.15);
  }

  .\32xl\:border-t-zinc-200\/20 {
    border-top-color: rgb(228 228 231 / 0.2);
  }

  .\32xl\:border-t-zinc-200\/25 {
    border-top-color: rgb(228 228 231 / 0.25);
  }

  .\32xl\:border-t-zinc-200\/30 {
    border-top-color: rgb(228 228 231 / 0.3);
  }

  .\32xl\:border-t-zinc-200\/35 {
    border-top-color: rgb(228 228 231 / 0.35);
  }

  .\32xl\:border-t-zinc-200\/40 {
    border-top-color: rgb(228 228 231 / 0.4);
  }

  .\32xl\:border-t-zinc-200\/45 {
    border-top-color: rgb(228 228 231 / 0.45);
  }

  .\32xl\:border-t-zinc-200\/5 {
    border-top-color: rgb(228 228 231 / 0.05);
  }

  .\32xl\:border-t-zinc-200\/50 {
    border-top-color: rgb(228 228 231 / 0.5);
  }

  .\32xl\:border-t-zinc-200\/55 {
    border-top-color: rgb(228 228 231 / 0.55);
  }

  .\32xl\:border-t-zinc-200\/60 {
    border-top-color: rgb(228 228 231 / 0.6);
  }

  .\32xl\:border-t-zinc-200\/65 {
    border-top-color: rgb(228 228 231 / 0.65);
  }

  .\32xl\:border-t-zinc-200\/70 {
    border-top-color: rgb(228 228 231 / 0.7);
  }

  .\32xl\:border-t-zinc-200\/75 {
    border-top-color: rgb(228 228 231 / 0.75);
  }

  .\32xl\:border-t-zinc-200\/80 {
    border-top-color: rgb(228 228 231 / 0.8);
  }

  .\32xl\:border-t-zinc-200\/85 {
    border-top-color: rgb(228 228 231 / 0.85);
  }

  .\32xl\:border-t-zinc-200\/90 {
    border-top-color: rgb(228 228 231 / 0.9);
  }

  .\32xl\:border-t-zinc-200\/95 {
    border-top-color: rgb(228 228 231 / 0.95);
  }

  .\32xl\:border-t-zinc-300 {
    --tw-border-opacity: 1;
    border-top-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-300\/0 {
    border-top-color: rgb(212 212 216 / 0);
  }

  .\32xl\:border-t-zinc-300\/10 {
    border-top-color: rgb(212 212 216 / 0.1);
  }

  .\32xl\:border-t-zinc-300\/100 {
    border-top-color: rgb(212 212 216 / 1);
  }

  .\32xl\:border-t-zinc-300\/15 {
    border-top-color: rgb(212 212 216 / 0.15);
  }

  .\32xl\:border-t-zinc-300\/20 {
    border-top-color: rgb(212 212 216 / 0.2);
  }

  .\32xl\:border-t-zinc-300\/25 {
    border-top-color: rgb(212 212 216 / 0.25);
  }

  .\32xl\:border-t-zinc-300\/30 {
    border-top-color: rgb(212 212 216 / 0.3);
  }

  .\32xl\:border-t-zinc-300\/35 {
    border-top-color: rgb(212 212 216 / 0.35);
  }

  .\32xl\:border-t-zinc-300\/40 {
    border-top-color: rgb(212 212 216 / 0.4);
  }

  .\32xl\:border-t-zinc-300\/45 {
    border-top-color: rgb(212 212 216 / 0.45);
  }

  .\32xl\:border-t-zinc-300\/5 {
    border-top-color: rgb(212 212 216 / 0.05);
  }

  .\32xl\:border-t-zinc-300\/50 {
    border-top-color: rgb(212 212 216 / 0.5);
  }

  .\32xl\:border-t-zinc-300\/55 {
    border-top-color: rgb(212 212 216 / 0.55);
  }

  .\32xl\:border-t-zinc-300\/60 {
    border-top-color: rgb(212 212 216 / 0.6);
  }

  .\32xl\:border-t-zinc-300\/65 {
    border-top-color: rgb(212 212 216 / 0.65);
  }

  .\32xl\:border-t-zinc-300\/70 {
    border-top-color: rgb(212 212 216 / 0.7);
  }

  .\32xl\:border-t-zinc-300\/75 {
    border-top-color: rgb(212 212 216 / 0.75);
  }

  .\32xl\:border-t-zinc-300\/80 {
    border-top-color: rgb(212 212 216 / 0.8);
  }

  .\32xl\:border-t-zinc-300\/85 {
    border-top-color: rgb(212 212 216 / 0.85);
  }

  .\32xl\:border-t-zinc-300\/90 {
    border-top-color: rgb(212 212 216 / 0.9);
  }

  .\32xl\:border-t-zinc-300\/95 {
    border-top-color: rgb(212 212 216 / 0.95);
  }

  .\32xl\:border-t-zinc-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-400\/0 {
    border-top-color: rgb(161 161 170 / 0);
  }

  .\32xl\:border-t-zinc-400\/10 {
    border-top-color: rgb(161 161 170 / 0.1);
  }

  .\32xl\:border-t-zinc-400\/100 {
    border-top-color: rgb(161 161 170 / 1);
  }

  .\32xl\:border-t-zinc-400\/15 {
    border-top-color: rgb(161 161 170 / 0.15);
  }

  .\32xl\:border-t-zinc-400\/20 {
    border-top-color: rgb(161 161 170 / 0.2);
  }

  .\32xl\:border-t-zinc-400\/25 {
    border-top-color: rgb(161 161 170 / 0.25);
  }

  .\32xl\:border-t-zinc-400\/30 {
    border-top-color: rgb(161 161 170 / 0.3);
  }

  .\32xl\:border-t-zinc-400\/35 {
    border-top-color: rgb(161 161 170 / 0.35);
  }

  .\32xl\:border-t-zinc-400\/40 {
    border-top-color: rgb(161 161 170 / 0.4);
  }

  .\32xl\:border-t-zinc-400\/45 {
    border-top-color: rgb(161 161 170 / 0.45);
  }

  .\32xl\:border-t-zinc-400\/5 {
    border-top-color: rgb(161 161 170 / 0.05);
  }

  .\32xl\:border-t-zinc-400\/50 {
    border-top-color: rgb(161 161 170 / 0.5);
  }

  .\32xl\:border-t-zinc-400\/55 {
    border-top-color: rgb(161 161 170 / 0.55);
  }

  .\32xl\:border-t-zinc-400\/60 {
    border-top-color: rgb(161 161 170 / 0.6);
  }

  .\32xl\:border-t-zinc-400\/65 {
    border-top-color: rgb(161 161 170 / 0.65);
  }

  .\32xl\:border-t-zinc-400\/70 {
    border-top-color: rgb(161 161 170 / 0.7);
  }

  .\32xl\:border-t-zinc-400\/75 {
    border-top-color: rgb(161 161 170 / 0.75);
  }

  .\32xl\:border-t-zinc-400\/80 {
    border-top-color: rgb(161 161 170 / 0.8);
  }

  .\32xl\:border-t-zinc-400\/85 {
    border-top-color: rgb(161 161 170 / 0.85);
  }

  .\32xl\:border-t-zinc-400\/90 {
    border-top-color: rgb(161 161 170 / 0.9);
  }

  .\32xl\:border-t-zinc-400\/95 {
    border-top-color: rgb(161 161 170 / 0.95);
  }

  .\32xl\:border-t-zinc-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-50\/0 {
    border-top-color: rgb(250 250 250 / 0);
  }

  .\32xl\:border-t-zinc-50\/10 {
    border-top-color: rgb(250 250 250 / 0.1);
  }

  .\32xl\:border-t-zinc-50\/100 {
    border-top-color: rgb(250 250 250 / 1);
  }

  .\32xl\:border-t-zinc-50\/15 {
    border-top-color: rgb(250 250 250 / 0.15);
  }

  .\32xl\:border-t-zinc-50\/20 {
    border-top-color: rgb(250 250 250 / 0.2);
  }

  .\32xl\:border-t-zinc-50\/25 {
    border-top-color: rgb(250 250 250 / 0.25);
  }

  .\32xl\:border-t-zinc-50\/30 {
    border-top-color: rgb(250 250 250 / 0.3);
  }

  .\32xl\:border-t-zinc-50\/35 {
    border-top-color: rgb(250 250 250 / 0.35);
  }

  .\32xl\:border-t-zinc-50\/40 {
    border-top-color: rgb(250 250 250 / 0.4);
  }

  .\32xl\:border-t-zinc-50\/45 {
    border-top-color: rgb(250 250 250 / 0.45);
  }

  .\32xl\:border-t-zinc-50\/5 {
    border-top-color: rgb(250 250 250 / 0.05);
  }

  .\32xl\:border-t-zinc-50\/50 {
    border-top-color: rgb(250 250 250 / 0.5);
  }

  .\32xl\:border-t-zinc-50\/55 {
    border-top-color: rgb(250 250 250 / 0.55);
  }

  .\32xl\:border-t-zinc-50\/60 {
    border-top-color: rgb(250 250 250 / 0.6);
  }

  .\32xl\:border-t-zinc-50\/65 {
    border-top-color: rgb(250 250 250 / 0.65);
  }

  .\32xl\:border-t-zinc-50\/70 {
    border-top-color: rgb(250 250 250 / 0.7);
  }

  .\32xl\:border-t-zinc-50\/75 {
    border-top-color: rgb(250 250 250 / 0.75);
  }

  .\32xl\:border-t-zinc-50\/80 {
    border-top-color: rgb(250 250 250 / 0.8);
  }

  .\32xl\:border-t-zinc-50\/85 {
    border-top-color: rgb(250 250 250 / 0.85);
  }

  .\32xl\:border-t-zinc-50\/90 {
    border-top-color: rgb(250 250 250 / 0.9);
  }

  .\32xl\:border-t-zinc-50\/95 {
    border-top-color: rgb(250 250 250 / 0.95);
  }

  .\32xl\:border-t-zinc-500 {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-500\/0 {
    border-top-color: rgb(113 113 122 / 0);
  }

  .\32xl\:border-t-zinc-500\/10 {
    border-top-color: rgb(113 113 122 / 0.1);
  }

  .\32xl\:border-t-zinc-500\/100 {
    border-top-color: rgb(113 113 122 / 1);
  }

  .\32xl\:border-t-zinc-500\/15 {
    border-top-color: rgb(113 113 122 / 0.15);
  }

  .\32xl\:border-t-zinc-500\/20 {
    border-top-color: rgb(113 113 122 / 0.2);
  }

  .\32xl\:border-t-zinc-500\/25 {
    border-top-color: rgb(113 113 122 / 0.25);
  }

  .\32xl\:border-t-zinc-500\/30 {
    border-top-color: rgb(113 113 122 / 0.3);
  }

  .\32xl\:border-t-zinc-500\/35 {
    border-top-color: rgb(113 113 122 / 0.35);
  }

  .\32xl\:border-t-zinc-500\/40 {
    border-top-color: rgb(113 113 122 / 0.4);
  }

  .\32xl\:border-t-zinc-500\/45 {
    border-top-color: rgb(113 113 122 / 0.45);
  }

  .\32xl\:border-t-zinc-500\/5 {
    border-top-color: rgb(113 113 122 / 0.05);
  }

  .\32xl\:border-t-zinc-500\/50 {
    border-top-color: rgb(113 113 122 / 0.5);
  }

  .\32xl\:border-t-zinc-500\/55 {
    border-top-color: rgb(113 113 122 / 0.55);
  }

  .\32xl\:border-t-zinc-500\/60 {
    border-top-color: rgb(113 113 122 / 0.6);
  }

  .\32xl\:border-t-zinc-500\/65 {
    border-top-color: rgb(113 113 122 / 0.65);
  }

  .\32xl\:border-t-zinc-500\/70 {
    border-top-color: rgb(113 113 122 / 0.7);
  }

  .\32xl\:border-t-zinc-500\/75 {
    border-top-color: rgb(113 113 122 / 0.75);
  }

  .\32xl\:border-t-zinc-500\/80 {
    border-top-color: rgb(113 113 122 / 0.8);
  }

  .\32xl\:border-t-zinc-500\/85 {
    border-top-color: rgb(113 113 122 / 0.85);
  }

  .\32xl\:border-t-zinc-500\/90 {
    border-top-color: rgb(113 113 122 / 0.9);
  }

  .\32xl\:border-t-zinc-500\/95 {
    border-top-color: rgb(113 113 122 / 0.95);
  }

  .\32xl\:border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-600\/0 {
    border-top-color: rgb(82 82 91 / 0);
  }

  .\32xl\:border-t-zinc-600\/10 {
    border-top-color: rgb(82 82 91 / 0.1);
  }

  .\32xl\:border-t-zinc-600\/100 {
    border-top-color: rgb(82 82 91 / 1);
  }

  .\32xl\:border-t-zinc-600\/15 {
    border-top-color: rgb(82 82 91 / 0.15);
  }

  .\32xl\:border-t-zinc-600\/20 {
    border-top-color: rgb(82 82 91 / 0.2);
  }

  .\32xl\:border-t-zinc-600\/25 {
    border-top-color: rgb(82 82 91 / 0.25);
  }

  .\32xl\:border-t-zinc-600\/30 {
    border-top-color: rgb(82 82 91 / 0.3);
  }

  .\32xl\:border-t-zinc-600\/35 {
    border-top-color: rgb(82 82 91 / 0.35);
  }

  .\32xl\:border-t-zinc-600\/40 {
    border-top-color: rgb(82 82 91 / 0.4);
  }

  .\32xl\:border-t-zinc-600\/45 {
    border-top-color: rgb(82 82 91 / 0.45);
  }

  .\32xl\:border-t-zinc-600\/5 {
    border-top-color: rgb(82 82 91 / 0.05);
  }

  .\32xl\:border-t-zinc-600\/50 {
    border-top-color: rgb(82 82 91 / 0.5);
  }

  .\32xl\:border-t-zinc-600\/55 {
    border-top-color: rgb(82 82 91 / 0.55);
  }

  .\32xl\:border-t-zinc-600\/60 {
    border-top-color: rgb(82 82 91 / 0.6);
  }

  .\32xl\:border-t-zinc-600\/65 {
    border-top-color: rgb(82 82 91 / 0.65);
  }

  .\32xl\:border-t-zinc-600\/70 {
    border-top-color: rgb(82 82 91 / 0.7);
  }

  .\32xl\:border-t-zinc-600\/75 {
    border-top-color: rgb(82 82 91 / 0.75);
  }

  .\32xl\:border-t-zinc-600\/80 {
    border-top-color: rgb(82 82 91 / 0.8);
  }

  .\32xl\:border-t-zinc-600\/85 {
    border-top-color: rgb(82 82 91 / 0.85);
  }

  .\32xl\:border-t-zinc-600\/90 {
    border-top-color: rgb(82 82 91 / 0.9);
  }

  .\32xl\:border-t-zinc-600\/95 {
    border-top-color: rgb(82 82 91 / 0.95);
  }

  .\32xl\:border-t-zinc-700 {
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-700\/0 {
    border-top-color: rgb(63 63 70 / 0);
  }

  .\32xl\:border-t-zinc-700\/10 {
    border-top-color: rgb(63 63 70 / 0.1);
  }

  .\32xl\:border-t-zinc-700\/100 {
    border-top-color: rgb(63 63 70 / 1);
  }

  .\32xl\:border-t-zinc-700\/15 {
    border-top-color: rgb(63 63 70 / 0.15);
  }

  .\32xl\:border-t-zinc-700\/20 {
    border-top-color: rgb(63 63 70 / 0.2);
  }

  .\32xl\:border-t-zinc-700\/25 {
    border-top-color: rgb(63 63 70 / 0.25);
  }

  .\32xl\:border-t-zinc-700\/30 {
    border-top-color: rgb(63 63 70 / 0.3);
  }

  .\32xl\:border-t-zinc-700\/35 {
    border-top-color: rgb(63 63 70 / 0.35);
  }

  .\32xl\:border-t-zinc-700\/40 {
    border-top-color: rgb(63 63 70 / 0.4);
  }

  .\32xl\:border-t-zinc-700\/45 {
    border-top-color: rgb(63 63 70 / 0.45);
  }

  .\32xl\:border-t-zinc-700\/5 {
    border-top-color: rgb(63 63 70 / 0.05);
  }

  .\32xl\:border-t-zinc-700\/50 {
    border-top-color: rgb(63 63 70 / 0.5);
  }

  .\32xl\:border-t-zinc-700\/55 {
    border-top-color: rgb(63 63 70 / 0.55);
  }

  .\32xl\:border-t-zinc-700\/60 {
    border-top-color: rgb(63 63 70 / 0.6);
  }

  .\32xl\:border-t-zinc-700\/65 {
    border-top-color: rgb(63 63 70 / 0.65);
  }

  .\32xl\:border-t-zinc-700\/70 {
    border-top-color: rgb(63 63 70 / 0.7);
  }

  .\32xl\:border-t-zinc-700\/75 {
    border-top-color: rgb(63 63 70 / 0.75);
  }

  .\32xl\:border-t-zinc-700\/80 {
    border-top-color: rgb(63 63 70 / 0.8);
  }

  .\32xl\:border-t-zinc-700\/85 {
    border-top-color: rgb(63 63 70 / 0.85);
  }

  .\32xl\:border-t-zinc-700\/90 {
    border-top-color: rgb(63 63 70 / 0.9);
  }

  .\32xl\:border-t-zinc-700\/95 {
    border-top-color: rgb(63 63 70 / 0.95);
  }

  .\32xl\:border-t-zinc-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-800\/0 {
    border-top-color: rgb(39 39 42 / 0);
  }

  .\32xl\:border-t-zinc-800\/10 {
    border-top-color: rgb(39 39 42 / 0.1);
  }

  .\32xl\:border-t-zinc-800\/100 {
    border-top-color: rgb(39 39 42 / 1);
  }

  .\32xl\:border-t-zinc-800\/15 {
    border-top-color: rgb(39 39 42 / 0.15);
  }

  .\32xl\:border-t-zinc-800\/20 {
    border-top-color: rgb(39 39 42 / 0.2);
  }

  .\32xl\:border-t-zinc-800\/25 {
    border-top-color: rgb(39 39 42 / 0.25);
  }

  .\32xl\:border-t-zinc-800\/30 {
    border-top-color: rgb(39 39 42 / 0.3);
  }

  .\32xl\:border-t-zinc-800\/35 {
    border-top-color: rgb(39 39 42 / 0.35);
  }

  .\32xl\:border-t-zinc-800\/40 {
    border-top-color: rgb(39 39 42 / 0.4);
  }

  .\32xl\:border-t-zinc-800\/45 {
    border-top-color: rgb(39 39 42 / 0.45);
  }

  .\32xl\:border-t-zinc-800\/5 {
    border-top-color: rgb(39 39 42 / 0.05);
  }

  .\32xl\:border-t-zinc-800\/50 {
    border-top-color: rgb(39 39 42 / 0.5);
  }

  .\32xl\:border-t-zinc-800\/55 {
    border-top-color: rgb(39 39 42 / 0.55);
  }

  .\32xl\:border-t-zinc-800\/60 {
    border-top-color: rgb(39 39 42 / 0.6);
  }

  .\32xl\:border-t-zinc-800\/65 {
    border-top-color: rgb(39 39 42 / 0.65);
  }

  .\32xl\:border-t-zinc-800\/70 {
    border-top-color: rgb(39 39 42 / 0.7);
  }

  .\32xl\:border-t-zinc-800\/75 {
    border-top-color: rgb(39 39 42 / 0.75);
  }

  .\32xl\:border-t-zinc-800\/80 {
    border-top-color: rgb(39 39 42 / 0.8);
  }

  .\32xl\:border-t-zinc-800\/85 {
    border-top-color: rgb(39 39 42 / 0.85);
  }

  .\32xl\:border-t-zinc-800\/90 {
    border-top-color: rgb(39 39 42 / 0.9);
  }

  .\32xl\:border-t-zinc-800\/95 {
    border-top-color: rgb(39 39 42 / 0.95);
  }

  .\32xl\:border-t-zinc-900 {
    --tw-border-opacity: 1;
    border-top-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-900\/0 {
    border-top-color: rgb(24 24 27 / 0);
  }

  .\32xl\:border-t-zinc-900\/10 {
    border-top-color: rgb(24 24 27 / 0.1);
  }

  .\32xl\:border-t-zinc-900\/100 {
    border-top-color: rgb(24 24 27 / 1);
  }

  .\32xl\:border-t-zinc-900\/15 {
    border-top-color: rgb(24 24 27 / 0.15);
  }

  .\32xl\:border-t-zinc-900\/20 {
    border-top-color: rgb(24 24 27 / 0.2);
  }

  .\32xl\:border-t-zinc-900\/25 {
    border-top-color: rgb(24 24 27 / 0.25);
  }

  .\32xl\:border-t-zinc-900\/30 {
    border-top-color: rgb(24 24 27 / 0.3);
  }

  .\32xl\:border-t-zinc-900\/35 {
    border-top-color: rgb(24 24 27 / 0.35);
  }

  .\32xl\:border-t-zinc-900\/40 {
    border-top-color: rgb(24 24 27 / 0.4);
  }

  .\32xl\:border-t-zinc-900\/45 {
    border-top-color: rgb(24 24 27 / 0.45);
  }

  .\32xl\:border-t-zinc-900\/5 {
    border-top-color: rgb(24 24 27 / 0.05);
  }

  .\32xl\:border-t-zinc-900\/50 {
    border-top-color: rgb(24 24 27 / 0.5);
  }

  .\32xl\:border-t-zinc-900\/55 {
    border-top-color: rgb(24 24 27 / 0.55);
  }

  .\32xl\:border-t-zinc-900\/60 {
    border-top-color: rgb(24 24 27 / 0.6);
  }

  .\32xl\:border-t-zinc-900\/65 {
    border-top-color: rgb(24 24 27 / 0.65);
  }

  .\32xl\:border-t-zinc-900\/70 {
    border-top-color: rgb(24 24 27 / 0.7);
  }

  .\32xl\:border-t-zinc-900\/75 {
    border-top-color: rgb(24 24 27 / 0.75);
  }

  .\32xl\:border-t-zinc-900\/80 {
    border-top-color: rgb(24 24 27 / 0.8);
  }

  .\32xl\:border-t-zinc-900\/85 {
    border-top-color: rgb(24 24 27 / 0.85);
  }

  .\32xl\:border-t-zinc-900\/90 {
    border-top-color: rgb(24 24 27 / 0.9);
  }

  .\32xl\:border-t-zinc-900\/95 {
    border-top-color: rgb(24 24 27 / 0.95);
  }

  .\32xl\:border-t-zinc-950 {
    --tw-border-opacity: 1;
    border-top-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-t-zinc-950\/0 {
    border-top-color: rgb(9 9 11 / 0);
  }

  .\32xl\:border-t-zinc-950\/10 {
    border-top-color: rgb(9 9 11 / 0.1);
  }

  .\32xl\:border-t-zinc-950\/100 {
    border-top-color: rgb(9 9 11 / 1);
  }

  .\32xl\:border-t-zinc-950\/15 {
    border-top-color: rgb(9 9 11 / 0.15);
  }

  .\32xl\:border-t-zinc-950\/20 {
    border-top-color: rgb(9 9 11 / 0.2);
  }

  .\32xl\:border-t-zinc-950\/25 {
    border-top-color: rgb(9 9 11 / 0.25);
  }

  .\32xl\:border-t-zinc-950\/30 {
    border-top-color: rgb(9 9 11 / 0.3);
  }

  .\32xl\:border-t-zinc-950\/35 {
    border-top-color: rgb(9 9 11 / 0.35);
  }

  .\32xl\:border-t-zinc-950\/40 {
    border-top-color: rgb(9 9 11 / 0.4);
  }

  .\32xl\:border-t-zinc-950\/45 {
    border-top-color: rgb(9 9 11 / 0.45);
  }

  .\32xl\:border-t-zinc-950\/5 {
    border-top-color: rgb(9 9 11 / 0.05);
  }

  .\32xl\:border-t-zinc-950\/50 {
    border-top-color: rgb(9 9 11 / 0.5);
  }

  .\32xl\:border-t-zinc-950\/55 {
    border-top-color: rgb(9 9 11 / 0.55);
  }

  .\32xl\:border-t-zinc-950\/60 {
    border-top-color: rgb(9 9 11 / 0.6);
  }

  .\32xl\:border-t-zinc-950\/65 {
    border-top-color: rgb(9 9 11 / 0.65);
  }

  .\32xl\:border-t-zinc-950\/70 {
    border-top-color: rgb(9 9 11 / 0.7);
  }

  .\32xl\:border-t-zinc-950\/75 {
    border-top-color: rgb(9 9 11 / 0.75);
  }

  .\32xl\:border-t-zinc-950\/80 {
    border-top-color: rgb(9 9 11 / 0.8);
  }

  .\32xl\:border-t-zinc-950\/85 {
    border-top-color: rgb(9 9 11 / 0.85);
  }

  .\32xl\:border-t-zinc-950\/90 {
    border-top-color: rgb(9 9 11 / 0.9);
  }

  .\32xl\:border-t-zinc-950\/95 {
    border-top-color: rgb(9 9 11 / 0.95);
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.\[\&\>button\]\:hidden>button {
  display: none;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg {
  color: hsl(var(--sidebar-accent-foreground));
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}
/* open-sauce-one-latin-400-normal */
@font-face {
  font-family: 'Open Sauce One';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_astro/open-sauce-one-latin-400-normal.CHaHE5js.woff2) format('woff2'), url(/_astro/open-sauce-one-latin-400-normal.DFn7rf-R.woff) format('woff');
}/* fira-code-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-cyrillic-ext-wght-normal.CN0639WT.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* fira-code-cyrillic-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-cyrillic-wght-normal.CWUSIOo3.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* fira-code-greek-ext-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-greek-ext-wght-normal.B8D921GV.woff2) format('woff2-variations');
  unicode-range: U+1F00-1FFF;
}

/* fira-code-greek-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-greek-wght-normal.ga5vWNon.woff2) format('woff2-variations');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* fira-code-latin-ext-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-latin-ext-wght-normal.BBU9H7uk.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* fira-code-latin-wght-normal */
@font-face {
  font-family: 'Fira Code Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url(/_astro/fira-code-latin-wght-normal.D5jBWLYW.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* Route announcer */
	.astro-route-announcer {
		position: absolute;
		left: 0;
		top: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		overflow: hidden;
		white-space: nowrap;
		width: 1px;
		height: 1px;
	}html{cursor:none}#cursor-container:where(.astro-wj6afvzy){position:fixed;width:40px;height:40px;background-size:cover;border-radius:50%;pointer-events:none;image-rendering:pixelated;z-index: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))}.cursor-idle:where(.astro-wj6afvzy){background-image:url(/cursors/x1/morva_idle.gif)}.cursor-up:where(.astro-wj6afvzy){background-image:url(/cursors/x1/morva_up.gif)}.cursor-down:where(.astro-wj6afvzy){background-image:url(/cursors/x1/morva_down.gif)}.cursor-left:where(.astro-wj6afvzy){background-image:url(/cursors/x1/morva_left.gif)}.cursor-right:where(.astro-wj6afvzy){background-image:url(/cursors/x1/morva_right.gif)}footer:where(.astro-ak3upacl){width:100%}.footer-wrapper:where(.astro-ak3upacl){display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width: 640px){.footer-wrapper:where(.astro-ak3upacl){flex-direction:row-reverse;padding-top:1rem;padding-bottom:1rem}}.link-button:where(.astro-ak3upacl){margin-top:0.25rem;margin-bottom:0.25rem;padding:0.5rem}.link-button:where(.astro-ak3upacl):hover{--tw-rotate: 6deg;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))}.link-button:where(.astro-ak3upacl) svg:where(.astro-ak3upacl){--tw-scale-x: 1.25;--tw-scale-y: 1.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))}.copyright-wrapper:where(.astro-ak3upacl){margin-top:0.5rem;margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;white-space:nowrap}@media (min-width: 640px){.copyright-wrapper:where(.astro-ak3upacl){flex-direction:row}}.separator:where(.astro-ak3upacl){display:none}@media (min-width: 640px){.separator:where(.astro-ak3upacl){display:inline}}.banner:where(.astro-3uwa3fdw){--tw-text-opacity: 1;--tw-border-opacity: 1;--tw-gradient-from-position: 0%;--tw-gradient-to-position: 100%;color:rgb(226 221 254 / var(--tw-text-opacity));border-color:rgb(71 56 118 / var(--tw-border-opacity));--tw-gradient-from: #14121f var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1b1525 var(--tw-gradient-to-position);border-bottom-width:1px}/* Links (defined by the <span> tag; if you want it to link to something, surround it with the <a> tag) */
  /* Note that these links are the playful button style ones, not the ones that look clean and professional that are also used */

  .link-arrow {
    /* Nothing to see here */
  }

  .flashy-link {
    border-radius: 5px;
  }

  .flashy-link:hover {
    color: black;
    background-color: hsl(var(--tertiary));
  }

  .link-arrow:after {
    content: "\2009↗";
  }@keyframes astroFadeInOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes astroFadeIn {
	from {
		opacity: 0;
		mix-blend-mode: plus-lighter;
	}
	to {
		opacity: 1;
		mix-blend-mode: plus-lighter;
	}
}

@keyframes astroFadeOut {
	from {
		opacity: 1;
		mix-blend-mode: plus-lighter;
	}
	to {
		opacity: 0;
		mix-blend-mode: plus-lighter;
	}
}

@keyframes astroSlideFromRight {
	from {
		transform: translateX(100%);
	}
}

@keyframes astroSlideFromLeft {
	from {
		transform: translateX(-100%);
	}
}

@keyframes astroSlideToRight {
	to {
		transform: translateX(100%);
	}
}

@keyframes astroSlideToLeft {
	to {
		transform: translateX(-100%);
	}
}

@media (prefers-reduced-motion) {
	::view-transition-group(*),
	::view-transition-old(*),
	::view-transition-new(*) {
		animation: none !important;
	}

	[data-astro-transition-scope] {
		animation: none !important;
	}
}
